OpenFOAM-4.x/applications/solvers/multiphase/reactingTwoPhaseEulerFoam
Henry Weller e0d7809ca5 reactingTwoPhaseEulerFoam: Added experimental run-time selectable LTS support
Select LTS via the ddtScheme:

    ddtSchemes
    {
        default         localEuler rDeltaT;
    }

The LTS algorithm is currently controlled with the standard settings in
controlDict, e.g.:

    maxCo           0.5;
    maxDeltaT       2e-8;

with the addition of the optional rDeltaT smoothing coefficient:

    rDeltaTSmoothingCoeff 0.02;

which defaults to 0.02.

    ddtSchemes
    {
        default         localEuler rDeltaT;
    }
2015-06-26 18:52:23 +01:00
..
interfacialCompositionModels reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
interfacialModels reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
Make reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
phaseCompressibleTurbulenceModels reactingTwoPhaseEulerFoam: Construct MRF and fvOptions in phaseSystem 2015-06-25 19:22:47 +01:00
phaseSystems reactingTwoPhaseEulerFoam: Change the implicit handling of phase-pressure and dispersion 2015-06-26 15:15:10 +01:00
pU reactingTwoPhaseEulerFoam: Change the implicit handling of phase-pressure and dispersion 2015-06-26 15:15:10 +01:00
pUf reactingTwoPhaseEulerFoam: Change the implicit handling of phase-pressure and dispersion 2015-06-26 15:15:10 +01:00
Allwclean reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
Allwmake reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
CourantNos.H reactingTwoPhaseEulerFoam: Minor reorganization 2015-06-25 22:43:22 +01:00
createFields.H reactingTwoPhaseEulerFoam: Minor reorganization 2015-06-25 22:43:22 +01:00
createRDeltaT.H reactingTwoPhaseEulerFoam: Added experimental run-time selectable LTS support 2015-06-26 18:52:23 +01:00
EEqns.H reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
reactingTwoPhaseEulerFoam.C reactingTwoPhaseEulerFoam: Added experimental run-time selectable LTS support 2015-06-26 18:52:23 +01:00
setRDeltaT.H reactingTwoPhaseEulerFoam: Added experimental run-time selectable LTS support 2015-06-26 18:52:23 +01:00
write.H reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00
YEqns.H reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions 2015-06-12 09:52:17 +01:00