openfoam/applications
Henry Weller 91ee15e3ac rhoCentralFoam: Added experimental LTS support
Select LTS via the ddtScheme:

ddtSchemes
{
    default         localEuler rDeltaT;
}

The LTS algorithm is 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.

For cases with reasonably uniform meshes like the forwardStep tutorial
LTS does not provide much benefit but for cases with large variation in
cell-size like the biconic25-55Run35 tutorial LTS provides significant
speed-up to convergence particularly if started from uniform conditions.
2015-06-19 11:52:48 +01:00
..
solvers rhoCentralFoam: Added experimental LTS support 2015-06-19 11:52:48 +01:00
test TurbulenceModels: LienCubicKE, ShihQuadraticKE and LienLeschziner models rewritten 2015-03-01 17:55:16 +00:00
utilities createTurbulenceFields: Construct fields and turbulence model for every time step processed 2015-06-16 12:49:02 +01:00
Allwmake New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00