[version 12][version 11][version 10][version 9][version 8][version 7][version 6]
6.3 Basic boundary conditions
The main basic boundary condition types available in OpenFOAM are summarised below using a patch field named . This is not a complete list; for all types see $FOAM_SRC/finiteVolume/fields/fvPatchFields/basic.
- fixedValue: value of is specified by value.
- fixedGradient: normal gradient of () is specified by gradient.
- zeroGradient: normal gradient of is zero.
- calculated: patch field calculated from other patch fields.
- mixed: mixed fixedValue/ fixedGradient condition depending on
valueFraction where
(6.1) - directionMixed: mixed condition with tensorial valueFraction, to allow different conditions in normal and tangential directions of a vector patch field, e.g. fixedValue in the tangential direction, zeroGradient in the normal direction.
OpenFOAM v11 User Guide - 6.3 Basic boundary conditions