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