OpenFOAM-5.x/applications/solvers/combustion/reactingFoam
Henry Weller d36d8e3772 reactingFoam::setRDeltaT: Add support for limiting the local time-step by the reaction rates
e.g. in the reactingFoam/laminar/counterFlowFlame2DLTS tutorial:

PIMPLE
{
    momentumPredictor no;
    nOuterCorrectors  1;
    nCorrectors     1;
    nNonOrthogonalCorrectors 0;

    maxDeltaT       1e-2;
    maxCo           1;
    alphaTemp       0.05;
    alphaY          0.05;
    Yref
    {
        O2          0.1;
        ".*"        1;
    }
    rDeltaTSmoothingCoeff 1;
    rDeltaTDampingCoeff 1;
}

will limit the LTS time-step according to the rate of consumption of 'O2'
normalized by the reference mass-fraction of 0.1 and all other species
normalized by the reference mass-fraction of 1.  Additionally the time-step
factor of 'alphaY' is applied to all species.  Only the species specified in the
'Yref' sub-dictionary are included in the LTS limiter and if 'alphaY' is omitted
or set to 1 the reaction rates are not included in the LTS limiter.
2016-12-19 14:19:31 +00:00
..
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
rhoReactingBuoyantFoam Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00
rhoReactingFoam Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00
createFieldRefs.H Reacting solvers: Added check for the existence of the inert specie 2016-07-06 17:45:34 +01:00
createFields.H Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00
EEqn.H Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00
pcEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
pEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
reactingFoam.C solvers: Moved createRDeltaT.H into createFields.H so that it is available with the -postProcess option 2016-09-19 22:08:39 +01:00
setRDeltaT.H reactingFoam::setRDeltaT: Add support for limiting the local time-step by the reaction rates 2016-12-19 14:19:31 +00:00
UEqn.H OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
YEqn.H Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00