openfoam/tutorials/lagrangian
Henry Weller 9b4f327e2b liquidProperties: Simplified dictionary format
The defaultCoeffs entry is now redundant and supported only for backward
compatibility.  To specify a liquid with default coefficients simply leave the
coefficients dictionary empty:

    liquids
    {
        H2O {}
    }

Any or all of the coefficients may be overridden by specifying the properties in
the coefficients dictionary, e.g.

    liquids
    {
        H2O
        {
            rho
            {
                a 1000;
                b 0;
                c 0;
                d 0;
            }
        }
    }
2017-02-17 22:08:42 +00:00
..
coalChemistryFoam/simplifiedSiwek liquidProperties: Simplified dictionary format 2017-02-17 22:08:42 +00:00
DPMFoam/Goldschmidt Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:12 +01:00
icoUncoupledKinematicParcelFoam/hopper tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00
MPPICFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:12 +01:00
reactingParcelFilmFoam liquidProperties: Simplified dictionary format 2017-02-17 22:08:42 +00:00
reactingParcelFoam liquidProperties: Simplified dictionary format 2017-02-17 22:08:42 +00:00
simpleReactingParcelFoam/verticalChannel liquidProperties: Simplified dictionary format 2017-02-17 22:08:42 +00:00
sprayFoam/aachenBomb liquidProperties: Simplified dictionary format 2017-02-17 22:08:42 +00:00