131 XiEqModel_().writeFields();
autoPtr< compressible::turbulenceModel > turbulence
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base-class for all Xi models used by the b-Xi combustion model. See Technical Report SH/RE/01R for de...
volScalarField Xi_
Flame wrinking field.
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields)
Add Xi to the multivariateSurfaceInterpolationScheme table.
Abstract base class for convection schemes.
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Simple transport model for Xi based on Gulders correlation with a linear correction function to give ...
Foam::psiuReactionThermo.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
TypeName("transport")
Runtime type information.
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
virtual void correct()
Correct the flame-wrinking Xi.
virtual bool read(const dictionary &XiProperties)
Update properties from given dictionary.
tmp< fv::convectionScheme< scalar > > mvConvection(fv::convectionScheme< scalar >::New(mesh, fields, phi, mesh.divScheme("div(phi,Yi_h)")))
virtual void writeFields()
Write fields of the XiEq model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
void add(const GeometricField< Type, fvPatchField, volMesh > &f)
virtual ~transport()
Destructor.