openfoam/applications/solvers
Henry Weller 1d16db3fa0 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
..
basic MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
combustion Rationalized the LTS solvers 2015-06-16 12:42:37 +01:00
compressible interFoam family: Added run-time selectable LTS support 2015-06-26 18:32:20 +01:00
discreteMethods DSMC: Rationalization and addition of mapping support 2015-02-20 17:24:14 +00:00
DNS/dnsFoam ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
electromagnetics ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
financial/financialFoam ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
heatTransfer MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
incompressible simpleFoam: Construct a turbulenceModel rather than RASModel 2015-06-23 10:52:45 +01:00
lagrangian Rationalized the LTS solvers 2015-06-16 12:42:37 +01:00
multiphase reactingTwoPhaseEulerFoam: Added experimental run-time selectable LTS support 2015-06-26 18:52:23 +01:00
stressAnalysis ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00