openfoam/applications/utilities
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
..
mesh Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
miscellaneous foamDictionary: Removed unnecessary spaces and blank lines from output 2017-01-05 20:19:30 +00:00
parallelProcessing Make/options: Added -lscotchDecomp where appropriate 2016-12-27 15:26:53 +00:00
postProcessing PVReaders: Update link order to avoid problems on Ubuntu 2016-12-06 10:57:35 +00:00
preProcessing setFields: Added '-dict' option 2016-12-03 11:45:36 +00:00
surface C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
thermophysical foamChemistryReader: Added support for elements and specie composition 2016-07-12 09:05:00 +01:00