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