From 3821ee560adcd98ea44b12a10047a3dcd429afa7 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 14 Aug 2012 14:27:10 +0100 Subject: [PATCH] ENH: Tutorial input dictionary updates --- .../fireFoam/les/smallPoolFire2D/constant/combustionProperties | 3 ++- .../fireFoam/les/smallPoolFire3D/constant/combustionProperties | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/combustionProperties b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/combustionProperties index 9973e9ad7b..1576592b91 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/combustionProperties +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/combustionProperties @@ -23,7 +23,8 @@ active true; infinitelyFastChemistryCoeffs { - C 5.0; + semiImplicit no; + C 5.0; } FSDCoeffs diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/combustionProperties b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/combustionProperties index cfa2cd8f28..689dc54c62 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/combustionProperties +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/combustionProperties @@ -22,6 +22,7 @@ active on; infinitelyFastChemistryCoeffs { + semiImplicit no; C 5.0; }