80 const word& modelType,
Generic GeometricField class.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return const access to the mesh database.
const word & name() const
Return const access to the source name.
Simple ignited model for the Weller b-Xi combustion models.
virtual void XiCorr(volScalarField &Xi, const volScalarField &b, const volScalarField &mgb) const
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
TypeName("bXiIgnited")
Runtime type information.
virtual bool movePoints()
Update for mesh motion.
virtual bool ignited() const
Return true during the combustion duration.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
bXiIgnited(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
void operator=(const bXiIgnited &)=delete
Disallow default bitwise assignment.
virtual void addSup(const volScalarField &rho, const volScalarField &b, fvMatrix< scalar > &eqn) const
Add ignition contribution to b equation.
virtual bool igniting() const
Return true during the ignition duration.
Abstract base-class for ignition models for the Weller b-Xi combustion models.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.