Generic GeometricField class.
Base-class for all Su models used by the b-Xi combustion model.
const compressibleMomentumTransportModel & momentumTransport_
Turbulence.
volScalarField Su_
Laminar flame speed.
SuModel(const uRhoMulticomponentThermo &thermo, const compressibleMomentumTransportModel &momentumTransport)
Construct from components.
void operator=(const SuModel &)=delete
Disallow default bitwise assignment.
bool read(const dictionary &combustionProperties)
Update properties from the given combustionProperties dictionary.
declareRunTimeSelectionTable(autoPtr, SuModel, dictionary,(const dictionary &dict, const uRhoMulticomponentThermo &thermo, const compressibleMomentumTransportModel &momentumTransport),(dict, thermo, momentumTransport))
static autoPtr< SuModel > New(const dictionary &combustionProperties, const uRhoMulticomponentThermo &thermo, const compressibleMomentumTransportModel &momentumTransport)
Return a reference to the selected Su model.
virtual void reset()
Reset Su to the unburnt state.
virtual void correct()=0
Correct the laminar flame speed.
TypeName("SuModel")
Runtime type information.
virtual ~SuModel()
Destructor.
virtual const volScalarField & Su() const
Return the laminar flame speed.
const uRhoMulticomponentThermo & thermo_
Thermo.
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
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.
Base-class for combustion fluid thermodynamic properties based on compressibility.
Macros to ease declaration of run-time selection tables.
fluidMulticomponentThermo & thermo