Base-class for all Xi models used by the b-Xi combustion model. See Technical Report SH/RE/01R for de...
virtual void correct()
Correct the flame-wrinking Xi.
A class for managing temporary objects.
Foam::psiuReactionThermo.
Info<< "Creating field dpdt\n"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p - rho *gh;mesh.setFluxRequired(p_rgh.name());multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
autoPtr< XiGModel > XiGModel_
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
volScalarField Xi_
Flame wrinking field.
TypeName("transport")
Runtime type information.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
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
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Simple transport model for Xi based on Gulders correlation with a linear correction function to give ...
Abstract base class for convection schemes.
autoPtr< XiEqModel > XiEqModel_
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
transport(const transport &)
Disallow copy construct.
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
virtual bool read(const dictionary &XiProperties)
Update properties from given dictionary.
void operator=(const transport &)
Disallow default bitwise assignment.
virtual ~transport()
Destructor.
Generic GeometricField class.
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields)
Add Xi to the multivariateSurfaceInterpolationScheme table.