Boundary mesh type🔗
Outlet conditions are specified using the patch
type entry in the
$FOAM_CASE/constant/polyMesh/boundary
file:
<patchName>
{
type patch;
...
}
General conditions🔗
Available outlet conditions include
Velocity conditions🔗
- blocked return flow: see inlet outlet
- outflow: see zeroGradient. Note: unstable for reverse flow
- Pressure inlet outlet velocity
Pressure conditions🔗
- static pressure: see fixedValue
- Total pressure
- fanPressure
Temperature conditions🔗
Turbulence conditions🔗
- blocked return flow: see inlet outlet
- outflow: see zeroGradient. Note: unstable for reverse flow
Further information🔗
Source code:
See also