Generic GeometricField class.
Base class for ignition kernel flame wrinkling Xi correction.
virtual bool movePoints()
Update for mesh motion.
virtual ~XiCorrModel()
Destructor.
virtual void XiCorr(volScalarField &Xi, const volScalarField &b, const volScalarField &mgb) const
virtual dimensionedScalar Ak(const dimensionedScalar &Vk) const =0
Return the area of the ignition kernel.
TypeName("XiCorrModel")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
void operator=(const XiCorrModel &)=delete
Disallow default bitwise assignment.
static autoPtr< XiCorrModel > New(const fvMesh &mesh, const dictionary &dict)
Return a reference to the selected XiCorrModel model.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool readCoeffs(const dictionary &dict)
Update coefficients from given dictionary.
declareRunTimeSelectionTable(autoPtr, XiCorrModel, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
XiCorrModel(const fvMesh &mesh, const dictionary &dict)
Construct from mesh and dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.
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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Macros to ease declaration of run-time selection tables.