Boundary mesh type🔗
Wall conditions are specified using the wall
type entry in the
$FOAM_CASE/constant/polyMesh/boundary
file:
patchName
{
type wall;
...
}
Velocity🔗
Available wall conditions include
Pressure🔗
- see zeroGradient
Temperature🔗
- adiabatic: see zero gradient
- fixed temperature: see fixed value
- fixed heat flux: see fixed gradient
Turbulence🔗
See turbulence wall modelling
Further information🔗
Related:
- See wall distance
Source code:
See also