You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XiFluid: Extended to support rich inhomogeneous mixtures and exhaust gas recirculation
The implementation is based on the work undertaken by Weller in 2002 to extend
the Weller b-Xi combustion model to non-premixed combustion:
Weller, H. G. (2002, August).
The Application of the Weller Combustion Models to
Non-Premixed Combustion.
(Technical Report TR/HGW/03)
Class
Foam::solvers::XiFluid
Description
Solver module for compressible premixed/partially-premixed combustion with
turbulence modelling.
Combusting RANS code using the Weller b-Xi two-equation combustion model.
Xi may be obtained by either the solution of the Xi transport equation or
from an algebraic expression.
Reference:
\verbatim
Weller, H. G. (1993).
The development of a new flame area combustion model
using conditional averaging.
Thermo-fluids section report TF 9307.
\endverbatim
Both approaches are based on Gulder's flame speed correlation which has been
shown to be appropriate by comparison with the results from the spectral
model.
Reference:
\verbatim
Weller, H. G., Marooney, C. J., & Gosman, A. D. (1991, January).
A new spectral method for calculation of the time-varying area
of a laminar flame in homogeneous turbulence.
In Symposium (International) on Combustion
(Vol. 23, No. 1, pp. 629-636). Elsevier.
\endverbatim
Strain effects are incorporated directly into the Xi equation
but not in the algebraic approximation. Further work need to be
done on this issue, particularly regarding the enhanced removal rate
caused by flame compression. Analysis using results of the spectral
model will be required.
For cases involving very lean Propane flames or other flames which are
very strain-sensitive, a transport equation for the laminar flame
speed is present. This equation is derived using heuristic arguments
involving the strain time scale and the strain-rate at extinction.
the transport velocity is the same as that for the Xi equation.
Reference:
\verbatim
Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
Application of a flame-wrinkling LES combustion model
to a turbulent mixing layer.
In Symposium (International) on combustion
(Vol. 27, No. 1, pp. 899-907). Elsevier.
\endverbatim
For inhomogeneous mixtures, in addition to the regress variable \c b, it is
necessary to solve for the mixture-fraction \c ft provided by the \c
leanInhomogeneousMixture and also the fuel mass-fraction \fu if there are
rich regions in the mixture, provided by the \c inhomogeneousMixture.
Details of the extention of the Weller b-Xi combustion model to non-premixed
combustion can be found in the Technical Report TR/HGW/03.
Reference:
\verbatim
Weller, H. G. (2002, August).
The Application of the Weller Combustion Models to
Non-Premixed Combustion.
(Technical Report TR/HGW/03)
\endverbatim
For inhomogeneous mixtures with exhaust gas re-circulation it is necessary
to additionally solve for the recirculated exhaust gas mass-fraction \c
egr which is provided by the \c inhomogeneousEGRMixture mixture.
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
pseudo-transient and steady simulations.
Reference:
\verbatim
Greenshields, C. J., & Weller, H. G. (2022).
Notes on Computational Fluid Dynamics: General Principles.
CFD Direct Ltd.: Reading, UK.
\endverbatim
Optional fvModels and fvConstraints are provided to enhance the simulation
in many ways including adding various sources, chemical reactions,
combustion, Lagrangian particles, radiation, surface film etc. and
constraining or limiting the solution.
0 commit comments