General conditions
Boundary mesh type
General conditions are specified using the patch type entry in the
$FOAM_CASE/constant/polyMesh/boundary file:
<patchName>
{
type patch;
...
}
Base types
Boundaries reduce to one of the following types:
Options
Available general conditions include
- codedFixedValue
- codedMixed
- copiedFixedValue
- electrostaticDeposition
- Fixed gradient
- fixedInternalValue
- fixedNormalSlip
- fixedProfile
- fixedValue
- interfaceCompression
- mappedField
- mappedFixedInternalValue
- mappedFixedPushedInternalValue
- mappedFixedValue
- mappedMixed
- Mixed
- prghPressure
- prghTotalHydrostaticPressure
- prghTotalPressure
- scaledFixedValue
- solidBodyMotionDisplacement
- surfaceNormalFixedValue
- uniformDensityHydrostaticPressure
- uniformFixedGradient
- uniformFixedValue
- uniformMixed
- variableHeightFlowRate
- waveSurfacePressure
- Zero gradient
Further information
Source code:
See also