OpenFOAM-5.x/applications/utilities
Henry Weller 01c758b79a Function1: Rationalized construction to support the simpler sub-dictionary format
e.g.
    ramp
    {
        type     quadratic;
        start    200;
        duration 1.6;
    }

but the old format is supported for backward compatibility:

    ramp linear;
    rampCoeffs
    {
        start    200;
        duration 1.6;
    }
2017-03-16 20:53:08 +00:00
..
mesh Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
miscellaneous thermophysicalProperties: New base-class for liquidProperties and in the future gasProperties 2017-02-18 21:53:20 +00:00
parallelProcessing Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
postProcessing Function1: Rationalized construction to support the simpler sub-dictionary format 2017-03-16 20:53:08 +00:00
preProcessing Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
surface C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
thermophysical chemkinToFoam: Increase the precision of the thermophysical coefficient written 2017-02-21 11:59:49 +00:00