Base-class for all Xi models used by the b-Xi combustion model. See Technical Report SH/RE/01R for de...
const surfaceScalarField & phi_
virtual const volScalarField & Xi() const
Return the flame-wrinking Xi.
A class for managing temporary objects.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
Foam::psiuReactionThermo.
dictionary XiModelCoeffs_
Calculate the divergence of the given field.
virtual void correct()=0
Correct the flame-wrinking Xi.
const volScalarField & Su_
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &)
Add Xi to the multivariateSurfaceInterpolationScheme table.
volScalarField Xi_
Flame wrinking field.
virtual void correct(const fv::convectionScheme< scalar > &)
Correct the flame-wrinking Xi using the given convection scheme.
virtual ~XiModel()
Destructor.
const psiuReactionThermo & thermo_
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
autoPtr< compressible::turbulenceModel > turbulence
static autoPtr< XiModel > New(const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi)
Return a reference to the selected Xi model.
declareRunTimeSelectionTable(autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi),(XiProperties, thermo, turbulence, Su, rho, b, phi))
virtual bool read(const dictionary &XiProperties)=0
Update properties from given dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for convection schemes.
const volScalarField & b_
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
void operator=(const XiModel &)
Disallow default bitwise assignment.
Macros to ease declaration of run-time selection tables.
const compressible::RASModel & turbulence_
virtual void writeFields()=0
Write fields related to Xi model.
const volScalarField & rho_
Generic GeometricField class.
TypeName("XiModel")
Runtime type information.
XiModel(const XiModel &)
Disallow copy construct.