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; }
Showing
- applications/solvers/multiphase/reactingTwoPhaseEulerFoam/createRDeltaT.H 47 additions, 0 deletions...vers/multiphase/reactingTwoPhaseEulerFoam/createRDeltaT.H
- applications/solvers/multiphase/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C 20 additions, 5 deletions...ase/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C
- applications/solvers/multiphase/reactingTwoPhaseEulerFoam/setRDeltaT.H 35 additions, 0 deletions...solvers/multiphase/reactingTwoPhaseEulerFoam/setRDeltaT.H
Please register or sign in to comment