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 equilibrium flame wrinkling XiEq models.
const volScalarField & Su_
Laminar burning velocity.
TypeName("XiEqModel")
Runtime type information.
virtual ~XiEqModel()
Destructor.
const psiuMulticomponentThermo & thermo_
Thermo.
static autoPtr< XiEqModel > New(const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Return a reference to the selected XiEq model.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
const compressibleMomentumTransportModel & turbulence_
Turbulence.
void operator=(const XiEqModel &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > XiEq() const =0
Return the flame-wrinkling XiEq.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
const fluidThermoThermophysicalTransportModel & thermoTransport_
Thermo-physical transport.
XiEqModel(const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Construct from components.
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
declareRunTimeSelectionTable(autoPtr, XiEqModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
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.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const =0
Effective mass diffusion coefficient.
Base-class for combustion fluid thermodynamic properties based on compressibility.
virtual PtrList< volScalarField > & Y()=0
Access the mass-fraction fields.
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