Base-class for all Xi models used by the b-Xi combustion model. See Technical Report SH/RE/01R for de...
const surfaceScalarField & phi_
virtual const volScalarField & Xi() const
Info<< "Reading field U\n"<< 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("pos", dimless, 1.0));surfaceScalarField neg(IOobject("neg", runTime.timeName(), mesh), mesh, dimensionedScalar("neg", dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence(compressible::turbulenceModel::New(rho, U, phi, thermo))
A class for managing temporary objects.
virtual tmp< volScalarField > Db() const
Foam::psiuReactionThermo.
dictionary XiModelCoeffs_
Calculate the divergence of the given field.
const volScalarField & Su_
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &)
virtual void correct(const fv::convectionScheme< scalar > &)
const psiuReactionThermo & thermo_
const dimensionedScalar b
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)
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))
virtual bool read(const dictionary &XiProperties)=0
Abstract base class for multi-variate surface interpolation schemes.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base class for convection schemes.
const volScalarField & b_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
Macros to ease declaration of run-time selection tables.
const compressible::RASModel & turbulence_
virtual void writeFields()=0
const volScalarField & rho_
Generic GeometricField class.