OpenFOAM-5.x/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity
Henry Weller 78a396430b Rationalized the keyword to specify a file name in a dictionary to 'file'
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.
2017-01-07 09:38:54 +00:00
..
0 Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
constant tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
system PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun-parallel scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun.pre scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
externalSolver scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00

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.