ContribDieselFoamChemistryProperties

From OpenFOAMWiki
Revision as of 13:29, 11 December 2008 by Niklas (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back

chemistryProperties

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      chemistryProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

chemistry                   on;
chemistrySolver             ODE;
initialChemicalTimeStep     1.0e-7;

// chemistrySolver optional:
ODECoeffs
{
    ODESolver SIBS;
    eps       5.0e.2;
    scale     1.0;
}
EulerImplicitCoeffs
{
    cTauChem                 5.0e-2;
    equilibriumRateLimiter   off;
}