79 #ifndef GaussianbXiIgnition_H
80 #define GaussianbXiIgnition_H
97 class GaussianbXiIgnition
99 public bXiTimedIgnition
116 autoPtr<Function1<scalar>>
rate_;
130 void readCoeffs(
const dictionary&
dict);
145 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.
Gaussian profile time dependent rate ignition model for the Weller b-Xi combustion model.
virtual bool movePoints()
Update for mesh motion.
TypeName("GaussianbXiIgnition")
Runtime type information.
scalarList Vk_
Kernel volume correction factor.
autoPtr< Function1< scalar > > rate_
Ignition burning rate [1/t].
fvCellZone zone_
The ignition cellZone.
void operator=(const GaussianbXiIgnition &)=delete
Disallow default bitwise assignment.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
dimensionedScalar diameter_
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual bool read(const dictionary &dict)
Read source dictionary.
autoPtr< kernelShape > kernelShape_
GaussianbXiIgnition(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
dimensionedVector position_
virtual void addSup(const volScalarField &rho, const volScalarField &b, fvMatrix< scalar > &eqn) const
Add ignition contribution to b equation.
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.
List< scalar > scalarList
A List of scalars.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.