Stabilised the calculation of the equivalence ratio for the case of pure fuel.

This commit is contained in:
henry
2009-03-28 19:49:52 +00:00
parent 9898801494
commit 27dd7cb99e

View File

@ -218,7 +218,7 @@ Foam::laminarFlameSpeedModels::Gulders::operator()() const
dimensionedScalar
(
hhuCombustionThermo_.lookup("stoichiometricAirFuelMassRatio")
)*ft/(scalar(1) - ft)
)*ft/((1 + SMALL) - ft)
);
}
else