Boundary mesh type🔗
Coupled conditions require the type entry to be set in the
$FOAM_CASE/constant/polyMesh/boundary file, e.g.:
<patchName>
{
type <couple type>;
...
}
This is explained in further detail in the documentation for each coupled boundary type.
Coupled conditions🔗
Available coupled conditions include
- Cyclic
- Cyclic Arbitrary Mesh Interface (AMI)
- fan
- fixedJump
- fixedJumpAMI
- humidityTemperatureCoupledMixed
Further information🔗
Source code:
See also
