mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Stabilised the calculation of the equivalence ratio for the case of pure fuel.
This commit is contained in:
@ -218,7 +218,7 @@ Foam::laminarFlameSpeedModels::Gulders::operator()() const
|
||||
dimensionedScalar
|
||||
(
|
||||
hhuCombustionThermo_.lookup("stoichiometricAirFuelMassRatio")
|
||||
)*ft/(scalar(1) - ft)
|
||||
)*ft/((1 + SMALL) - ft)
|
||||
);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user