OpenFOAM-5.x/src/OpenFOAM
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
..
algorithms indexedOctree: Corrected comment 2016-11-05 21:00:16 +00:00
containers dynamicMotionSolverListFvMesh: New mesh-motion solver supporting multiple moving regions 2016-12-01 15:57:15 +00:00
db Removed blank-line 2016-12-13 15:46:39 +00:00
dimensionedTypes src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
dimensionSet C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
fields pointConstraint: Added constrainDisplacement 2016-11-04 17:13:04 +00:00
global fileModification: time checking now with nano-second precision 2016-11-25 15:36:10 +00:00
graph Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
include fileModification: time checking now with nano-second precision 2016-11-25 15:36:10 +00:00
interpolations Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
Make functionObjects::writeLocalObjects: Provides support for controlled writing of field 2016-12-09 21:54:13 +00:00
matrices PBiCGStab: Corrected to support processorAgglomerator 2016-12-09 16:27:54 +00:00
memory tmp: Removed temporary global functions 2016-12-03 11:44:18 +00:00
meshes Updated member type comments 2016-11-28 21:23:00 +00:00
primitives Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00