Generic GeometricField class.
Base class for flame wrinkling Xi generation rate models.
const compressibleMomentumTransportModel & momentumTransport_
Turbulence.
virtual tmp< volScalarField::Internal > G() const =0
Return the flame-wrinkling generation rate.
const volScalarField & Su_
XiGModel(const ubRhoThermo &thermo, const compressibleMomentumTransportModel &momentumTransport, const volScalarField &Su)
Construct from components.
TypeName("XiGModel")
Runtime type information.
static autoPtr< XiGModel > New(const dictionary &XiProperties, const ubRhoThermo &thermo, const compressibleMomentumTransportModel &momentumTransport, const volScalarField &Su)
Return a reference to the selected XiG model.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
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 ubRhoThermo &thermo, const compressibleMomentumTransportModel &momentumTransport, const volScalarField &Su),(dict, thermo, momentumTransport, 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.
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.
fluidMulticomponentThermo & thermo