dune-pdelab
2.4.1
|
#include <dune/pdelab/localoperator/stokesparameter.hh>
Public Types | |
enum | Type { DoNothing = 0, VelocityDirichlet = 1, StressNeumann = 2, SlipVelocity = 3 } |
These are the boundary condition types as to be returned by the employed boundary type function.
Possible types:
DoNothing : No boundary conditions.
VelocityDirichlet : Dirichlet conditions for velocity.
StressNeumann : Natural Neumann conditions for the impulse flux. These are equivalent to a fixed pressure condition if .
SlipVelocity : Smooth transition between slip and no-slip condition - only works for DG!