openfoam/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS
Henry Weller de44d09ad9 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
..
0 tutorials and templates: Updated wall BC for velocity to noSlip 2016-02-09 20:08:34 +00:00
0.orig tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00
constant liquidProperties, solidProperties: Simplified input 2017-02-18 12:43:10 +00:00
system functionObjects::surfaceFieldValue: New rational name for the surfaceRegion functionObject 2016-08-12 10:04:11 +01:00
Allclean tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00