openfoam/tutorials/heatTransfer
Henry Weller 126125c185 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
..
buoyantBoussinesqPimpleFoam/hotRoom buoyantBoussinesqSimpleFoam: Correct laminar and turbulent Prandtl numberl 2016-11-01 16:07:52 +00:00
buoyantBoussinesqSimpleFoam buoyantBoussinesqSimpleFoam: Correct laminar and turbulent Prandtl numberl 2016-11-01 16:07:52 +00:00
buoyantPimpleFoam/hotRoom PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00
buoyantSimpleFoam Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
chtMultiRegionFoam PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00
chtMultiRegionSimpleFoam PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00