Generic GeometricField class.
Base-class for all Su models used by the b-Xi combustion model.
volScalarField Su_
Laminar flame speed.
void operator=(const SuModel &)=delete
Disallow default bitwise assignment.
bool read(const dictionary &combustionProperties)
Update properties from the given combustionProperties dictionary.
virtual void reset()
Reset Su to the unburnt state.
virtual void correct()=0
Correct the laminar flame speed.
TypeName("SuModel")
Runtime type information.
const compressibleMomentumTransportModel & turbulence_
Turbulence.
const psiuMulticomponentThermo & thermo_
Thermo.
virtual ~SuModel()
Destructor.
virtual const volScalarField & Su() const
Return the laminar flame speed.
const fluidThermoThermophysicalTransportModel & thermoTransport_
Thermo-physical transport.
declareRunTimeSelectionTable(autoPtr, SuModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence),(dict, thermo, turbulence))
static autoPtr< SuModel > New(const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
Return a reference to the selected Su model.
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
SuModel(const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
Construct from components.
Templated abstract base class for thermophysical transport models.
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.
Macros to ease declaration of run-time selection tables.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo