125 XiEqModel_().writeFields();
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.
Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U);volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *(e+0.5 *magSqr(U)));surfaceScalarField pos(IOobject("pos", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, 1.0));surfaceScalarField neg(IOobject("neg", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::turbulenceModel > turbulence(compressible::turbulenceModel::New(rho, U, phi, thermo))
rhoReactionThermo & thermo
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields)
Add Xi to the multivariateSurfaceInterpolationScheme table.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
void operator=(const transport &)=delete
Disallow default bitwise assignment.
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.
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)")))
Abstract base class for multi-variate surface interpolation schemes.
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...
transport(const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi)
Construct from components.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual ~transport()
Destructor.