75 const word& modelType,
99 virtual bool ignited()
const = 0;
Generic GeometricField class.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Finite volume model abstract base class.
const fvMesh & mesh() const
Return const access to the mesh database.
const word & name() const
Return const access to the source name.
Abstract base-class for ignition models for the Weller b-Xi combustion models.
virtual wordList addSupFields() const
Return the list of fields for which the option adds source term.
virtual void XiCorr(volScalarField &Xi, const volScalarField &b, const volScalarField &mgb) const =0
TypeName("bXiIgnition")
Runtime type information.
void operator=(const bXiIgnition &)=delete
Disallow default bitwise assignment.
virtual bool ignited() const =0
Return true during the combustion duration.
bXiIgnition(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
virtual bool igniting() const =0
Return true during the ignition duration.
Solver module for compressible premixed/partially-premixed combustion with turbulence modelling.
A class for handling words, derived from string.