224 virtual void reset();
Generic GeometricField class.
Base-class for all Xi models used by the b-Xi combustion model.
const compressibleMomentumTransportModel & momentumTransport_
Turbulence.
virtual ~XiModel()
Destructor.
const volScalarField & rho_
const volScalarField & Su_
void operator=(const XiModel &)=delete
Disallow default bitwise assignment.
bool read(const dictionary &combustionProperties)
Update properties from the given combustionProperties dictionary.
XiModel(const ubRhoThermo &thermo, const compressibleMomentumTransportModel &turbulence, const volScalarField &Su)
Construct from components.
static autoPtr< XiModel > New(const dictionary &combustionProperties, const ubRhoThermo &thermo, const compressibleMomentumTransportModel &momentumTransport, const volScalarField &Su)
Return a reference to the selected Xi model.
virtual void correct()=0
Correct the flame-wrinkling Xi.
const volScalarField & b_
virtual const volScalarField & Xi() const
Return the flame-wrinkling Xi.
volScalarField Xi_
Flame wrinkling field.
TypeName("XiModel")
Runtime type information.
virtual void addXi(multivariateSurfaceInterpolationScheme< scalar >::fieldTable &)
Add Xi to the multivariateSurfaceInterpolationScheme table.
virtual void reset()
Reset Xi to the unburnt state (1)
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
virtual tmp< volScalarField > Db() const =0
Return the flame diffusivity.
declareRunTimeSelectionTable(autoPtr, XiModel, dictionary,(const dictionary &dict, const ubRhoThermo &thermo, const compressibleMomentumTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
const ubRhoThermo & thermo_
Thermo.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for single-phase compressible momentum transport models.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for multi-variate surface interpolation schemes.
A class for managing temporary objects.
tmp< VolField< Type > > Su(const VolField< Type > &su, const VolField< Type > &vf)
Macros to ease declaration of run-time selection tables.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo