e.g. in tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/0/T
hot
{
type externalCoupledTemperature;
commsDir "${FOAM_CASE}/comms";
file "data";
initByExternal yes;
log true;
value uniform 307.75; // 34.6 degC
}
Previously both 'file' and 'fileName' were used inconsistently in different
classes and given that there is no confusion or ambiguity introduced by using
the simpler 'file' rather than 'fileName' this change simplifies the use and
maintenance of OpenFOAM.
|
||
|---|---|---|
| .. | ||
| 0 | ||
| constant | ||
| system | ||
| Allclean | ||
| Allrun | ||
| Allrun-parallel | ||
| Allrun.pre | ||
| externalSolver | ||
| README | ||
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.