mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Rationalized the LTS solvers
This commit is contained in:
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
application LTSReactingParcelFoam;
|
||||
|
||||
startFoam latestTime;
|
||||
startFrom latestTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ PIMPLE
|
||||
rhoMin 0.1;
|
||||
rhoMax 1.5;
|
||||
|
||||
maxCo 5;
|
||||
maxCo 2.5;
|
||||
rDeltaTSmoothingCoeff 1;
|
||||
alphaTemp 1;
|
||||
maxDeltaT 1;
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
application reactingParcelFoam;
|
||||
|
||||
startFoam startTime;
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
application reactingParcelFoam;
|
||||
|
||||
startFoam latestTime;
|
||||
startFrom latestTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
application simpleReactingParcelFoam;
|
||||
|
||||
startFoam latestTime;
|
||||
startFrom latestTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user