LTSReactingParcelFoam: Minor improvement

This commit is contained in:
Henry Weller
2015-06-27 12:30:10 +01:00
parent 869af5bf17
commit cf9ed8cdbb
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ License
} }
// Reaction source time scale // Reaction source time scale
if (alphaTemp < 1.0)
{ {
volScalarField::DimensionedInternalField rDeltaTT volScalarField::DimensionedInternalField rDeltaTT
( (

View File

@ -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;
} }