mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LTSReactingParcelFoam: Minor improvement
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user