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;
}
This commit is contained in:
Henry Weller
2017-02-18 12:43:10 +00:00
parent 081f1784f9
commit 95574a6c6b
24 changed files with 194 additions and 163 deletions

View File

@ -36,26 +36,21 @@ inertSpecie N2;
liquids
{
H2O {}
H2O;
}
solids
{
C
{
defaultCoeffs no;
CCoeffs
{
rho 2010;
Cp 710;
K 0.04;
Hf 0;
emissivity 1.0;
}
rho 2010;
Cp 710;
kappa 0.04;
Hf 0;
emissivity 1.0;
}
ash {}
ash;
}

View File

@ -36,7 +36,7 @@ inertSpecie N2;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie N2;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie N2;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie N2;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
liquids
{
H2O {}
H2O;
}
solids

View File

@ -38,7 +38,7 @@ inertSpecie air;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -38,7 +38,7 @@ inertSpecie air;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie air;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie air;
liquids
{
H2O {}
H2O;
}
solids

View File

@ -36,7 +36,7 @@ inertSpecie N2;
liquids
{
C7H16 {}
C7H16;
}
solids