openfoam/applications/utilities/postProcessing
Henry Weller 2e2bfd237a 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
..
dataConversion Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
graphics Removed unhelpful clutter 2017-01-26 17:47:24 +00:00
lagrangian C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
miscellaneous Removed trailing blank lines 2017-01-19 20:17:47 +00:00
noise Function1: Rationalized construction to support the simpler sub-dictionary format 2017-03-16 20:53:08 +00:00
postProcess Make/options: Removed duplicate entries 2016-08-01 20:55:16 +01:00