Skip to content
Snippets Groups Projects
Commit 27dd7cb9 authored by henry's avatar henry
Browse files

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

parent 98988014
No related merge requests found
......@@ -218,7 +218,7 @@ Foam::laminarFlameSpeedModels::Gulders::operator()() const
dimensionedScalar
(
hhuCombustionThermo_.lookup("stoichiometricAirFuelMassRatio")
)*ft/(scalar(1) - ft)
)*ft/((1 + SMALL) - ft)
);
}
else
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment