OpenFOAM-5.x/src/OpenFOAM/interpolations
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
..
interpolatePointToCell src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
interpolateSplineXY Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
interpolateXY Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
interpolation2DTable Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
interpolationLookUpTable Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
interpolationTable Rationalized the keyword to specify a file name in a dictionary to 'file' 2017-01-07 09:38:54 +00:00
interpolationWeights src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
patchToPatchInterpolation PatchToPatchInterpolate: Update to use the tmp ref() non-const access function 2016-09-16 14:49:50 +01:00
primitivePatchInterpolation C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
uniformInterpolationTable src/OpenFOAM: Update ...ErrorIn -> ...ErrorInFunction 2015-11-08 12:23:52 +00:00