mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated steadyReactingParcelFoam -> LTSReactingParcelFoam
This commit is contained in:
@ -8,4 +8,4 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
runApplication blockMesh
|
||||
|
||||
# run the solver
|
||||
runApplication steadyReactingParcelFoam
|
||||
runApplication LTSReactingParcelFoam
|
||||
@ -51,4 +51,8 @@ maxCo 0.5;
|
||||
|
||||
maxDeltaT 1;
|
||||
|
||||
alphaTauSpecie 1e10;
|
||||
|
||||
alphaTauTemp 0.005;
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -53,8 +53,9 @@ solvers
|
||||
}
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
PISO
|
||||
{
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
momentumPredictor yes;
|
||||
rhoMin rhoMin [1 -3 0 0 0] 0.1;
|
||||
@ -8,6 +8,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
runApplication blockMesh
|
||||
|
||||
# run the solver
|
||||
runApplication steadyReactingParcelFoam
|
||||
runApplication LTSReactingParcelFoam
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
@ -61,8 +61,9 @@ solvers
|
||||
};
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
PISO
|
||||
{
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0; // 10;
|
||||
momentumPredictor yes;
|
||||
rhoMin rhoMin [ 1 -3 0 0 0 ] 0; // 0.5;
|
||||
Reference in New Issue
Block a user