OpenFOAM-5.x/applications
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
..
solvers reactingEulerFoam: Added fvOption support for incompressible phases 2017-03-14 11:56:01 +00:00
test Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
utilities Function1: Rationalized construction to support the simpler sub-dictionary format 2017-03-16 20:53:08 +00:00
Allwmake Allwmake: Provides clearer message when OpenFOAM environment is not loaded 2017-01-28 17:57:13 +00:00