GfsBc
From Gerris
Revision as of 08:48, 13 September 2011; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
GfsBc is an abstract class for specifying boundary conditions for individual variables.
The syntax in parameter files is
GfsBc NAME
where NAME is the name of the variable.
The descendants of this class are
- GfsBcDirichlet — Dirichlet boundary condition (i.e. value)
- GfsBcNeumann — Neumann boundary condition (i.e. value of the normal derivative)
- GfsBcNavier — Navier slip/Robin boundary condition
- GfsBcAngle — Contact angle boundary condition for interfaces
- GfsBcFlather — "Flather" boundary conditions for barotropic flows
- GfsBcSubcritical

