mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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