LTSReactingParcelFoam: Minor improvement
This commit is contained in:
parent
869af5bf17
commit
cf9ed8cdbb
2 changed files with 1 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ License
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reaction source time scale
|
// Reaction source time scale
|
||||||
if (alphaTemp < 1.0)
|
|
||||||
{
|
{
|
||||||
volScalarField::DimensionedInternalField rDeltaTT
|
volScalarField::DimensionedInternalField rDeltaTT
|
||||||
(
|
(
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ PIMPLE
|
||||||
rhoMax 1.5;
|
rhoMax 1.5;
|
||||||
|
|
||||||
maxCo 2.5;
|
maxCo 2.5;
|
||||||
rDeltaTSmoothingCoeff 1;
|
rDeltaTSmoothingCoeff 0.5;
|
||||||
alphaTemp 1;
|
alphaTemp 1;
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue