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