OpenFOAM-5.x/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant
Henry Weller 95574a6c6b liquidProperties, solidProperties: Simplified input
The entries for liquid and solid species can now be simply be the name unless
property coefficients are overridden in which are specified in a dictionary as
before e.g. in the tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek case
the water is simply specified

liquids
{
    H2O;
}

and solid ash uses standard coefficients but the coefficients for carbon are
overridden thus

solids
{
    C
    {
        rho             2010;
        Cp              710;
        kappa           0.04;
        Hf              0;
        emissivity      1.0;
    }

    ash;
}
2017-02-18 12:43:10 +00:00
..
chemistryProperties Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
combustionProperties PaSR: Removed deprecated "turbulentReaction" switch 2017-01-20 17:17:14 +00:00
g tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
particleTrackDict Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
radiationProperties Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
reactingCloud1Properties Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
reactions Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
thermo.incompressiblePoly thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
thermophysicalProperties liquidProperties, solidProperties: Simplified input 2017-02-18 12:43:10 +00:00
turbulenceProperties Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00:00