mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
When using models which require the wallDist e.g. kOmegaSST it will
request the method to be used from the wallDist sub-dictionary in
fvSchemes e.g.
wallDist
{
method meshWave;
}
specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
Example of an explicit coupling between OpenFOAM and an external application using the externalCoupled boundary conditions. The case is based on the buoyantCavity tutorial case, whereby on each iteration the 'hot' and 'cold' patch temperatures are incremented by 1K.