dune-pdelab 2.10-git
Loading...
Searching...
No Matches
Dune::PDELab::StokesBoundaryCondition Struct Reference

#include <dune/pdelab/localoperator/stokesparameter.hh>

Public Types

enum  Type { DoNothing = 0 , VelocityDirichlet = 1 , StressNeumann = 2 , SlipVelocity = 3 }
 

Detailed Description

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 \( \forall i : n \cdot \nabla v_i = 0 \).

  • SlipVelocity : Smooth transition between slip and no-slip condition - only works for DG!

Member Enumeration Documentation

◆ Type

Enumerator
DoNothing 
VelocityDirichlet 
StressNeumann 
SlipVelocity 

The documentation for this struct was generated from the following file: