234 virtual void reset();
Generic GeometricField class.
static tmp< GeometricField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Internal &, const PtrList< Patch > &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
Templated abstract base class for thermophysical transport models.
Base-class for all Xi models used by the b-Xi combustion model.
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.
const psiuMulticomponentThermo & thermo_
Thermo.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
virtual void correct()=0
Correct the flame-wrinkling Xi.
const volScalarField & b_
const compressibleMomentumTransportModel & turbulence_
Turbulence.
virtual const volScalarField & Xi() const
Return the flame-wrinkling Xi.
volScalarField Xi_
Flame wrinkling field.
declareRunTimeSelectionTable(autoPtr, XiModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
TypeName("XiModel")
Runtime type information.
const fluidThermoThermophysicalTransportModel & thermoTransport_
Thermo-physical transport.
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.
static autoPtr< XiModel > New(const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Return a reference to the selected Xi model.
XiModel(const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Construct from components.
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 turbulence models.
const rhoField & rho() const
Return the density field.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
virtual tmp< volScalarField > nuEff() const =0
Return the effective viscosity.
Abstract base class for multi-variate surface interpolation schemes.
Base-class for combustion fluid thermodynamic properties based on compressibility.
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