36 #ifndef bXiTimedIgnition_H
37 #define bXiTimedIgnition_H
103 const word& modelType,
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.
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.
Abstract base-class for timed 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.
dimensionedScalar combustionDuration_
Combustion duration.
dimensionedScalar duration_
Ignition duration.
void operator=(const bXiTimedIgnition &)=delete
Disallow default bitwise assignment.
scalar ignRelTime(const scalar t) const
Return the time relative to the ignition time.
virtual bool read(const dictionary &dict)
Read source dictionary.
virtual bool ignited() const
Return true during the combustion duration.
bool reset_
Set true when the composition is reset.
dimensionedScalar start_
Ignition start time.
dimensionedScalar period_
Ignition repeat period.
bXiTimedIgnition(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
TypeName("bXiTimedIgnition")
Runtime type information.
virtual bool igniting() const
Return true during the ignition duration.
A class for handling words, derived from string.