Laminar flame speed obtained from the SCOPE correlation. More...
Laminar flame speed obtained from the SCOPE correlation.
Seven parameters are specified in terms of polynomial functions of stoichiometry. Two polynomials are fitted, covering different parts of the flammable range. If the mixture is outside the fitted range, linear interpolation is used between the extreme of the polynomio and the upper or lower flammable limit with the Markstein number constant.
Variations of pressure and temperature from the reference values are taken into account through and
The laminar burning velocity fitting polynomial is:
where:
are the polinomial coefficients.
and are the pressure and temperature factors respectively.
is the equivalence ratio.
and are the temperature and pressure references for the laminar burning velocity.
Definition at line 78 of file SCOPELaminarFlameSpeed.H.
Classes | |
class | polynomial |
Public Member Functions | |
TypeName ("SCOPE") | |
Runtime type information.
| |
SCOPE (const dictionary &, const hhuCombustionThermo &) | |
Construct from dictionary and hhuCombustionThermo.
| |
~SCOPE () | |
tmp< volScalarField > | Ma () const |
Return the Markstein number.
| |
tmp< volScalarField > | operator() () const |
Return the laminar flame speed [m/s].
|
SCOPE | ( | const dictionary & | , |
const hhuCombustionThermo & | |||
) |
Construct from dictionary and hhuCombustionThermo.
~SCOPE | ( | ) |
TypeName | ( | "SCOPE" | ) |
Runtime type information.
tmp<volScalarField> Ma | ( | ) | const |
Return the Markstein number.
tmp<volScalarField> operator() | ( | ) | const [virtual]
|
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.