Generic GeometricField class.
Templated abstract base class for thermophysical transport models.
Base class for flame wrinkling Xi generation rate models.
const volScalarField & Su_
virtual tmp< volScalarField > G() const =0
Return the flame-wrinkling generation rate.
TypeName("XiGModel")
Runtime type information.
const psiuMulticomponentThermo & thermo_
Thermo.
const compressibleMomentumTransportModel & turbulence_
Turbulence.
static autoPtr< XiGModel > New(const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Return a reference to the selected XiG model.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
const fluidThermoThermophysicalTransportModel & thermoTransport_
Thermo-physical transport.
virtual ~XiGModel()
Destructor.
void operator=(const XiGModel &)=delete
Disallow default bitwise assignment.
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
declareRunTimeSelectionTable(autoPtr, XiGModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
XiGModel(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.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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