Base-class for all Su models used by the b-Xi combustion model. More...


Public Member Functions | |
| TypeName ("SuModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, SuModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence),(dict, thermo, turbulence)) | |
| SuModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) | |
| Construct from components. More... | |
| SuModel (const SuModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~SuModel () |
| Destructor. More... | |
| virtual const volScalarField & | Su () const |
| Return the laminar flame speed. More... | |
| virtual void | reset () |
| Reset Su to the unburnt state. More... | |
| virtual void | correct ()=0 |
| Correct the laminar flame speed. More... | |
| bool | read (const dictionary &combustionProperties) |
| Update properties from the given combustionProperties dictionary. More... | |
| void | operator= (const SuModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< SuModel > | New (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) |
| Return a reference to the selected Su model. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict)=0 |
| Update coefficients from given dictionary. More... | |
Protected Attributes | |
| const psiuMulticomponentThermo & | thermo_ |
| Thermo. More... | |
| const fluidThermoThermophysicalTransportModel & | thermoTransport_ |
| Thermo-physical transport. More... | |
| const compressibleMomentumTransportModel & | turbulence_ |
| Turbulence. More... | |
| volScalarField | Su_ |
| Laminar flame speed. More... | |
Base-class for all Su models used by the b-Xi combustion model.
References:
Weller, H. G. (1993).
The development of a new flame area combustion model
using conditional averaging.
Thermo-fluids section report TF 9307.
Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
Application of a flame-wrinkling LES combustion model
to a turbulent mixing layer.
In Symposium (International) on combustion
(Vol. 27, No. 1, pp. 899-907). Elsevier.
| SuModel | ( | const psiuMulticomponentThermo & | thermo, |
| const fluidThermoThermophysicalTransportModel & | turbulence | ||
| ) |
|
protectedpure virtual |
Update coefficients from given dictionary.
Implemented in unstrained, uniformConstant, transport, and linearEquilibrium.
Definition at line 39 of file SuModel.C.
Referenced by linearEquilibrium::readCoeffs(), transport::readCoeffs(), uniformConstant::readCoeffs(), and unstrained::readCoeffs().

| TypeName | ( | "SuModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| SuModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) | , | ||
| (dict, thermo, turbulence) | |||
| ) |
|
static |
Return a reference to the selected Su model.
Definition at line 30 of file SuModelNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, dictionary::optionalSubDict(), dictionary::subDict(), thermo, and turbulence().

|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Correct the laminar flame speed.
Implemented in unstrained, uniformConstant, transport, and linearEquilibrium.
| bool read | ( | const dictionary & | combustionProperties | ) |
Update properties from the given combustionProperties dictionary.
Definition at line 80 of file SuModel.C.
References dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().

|
delete |
Disallow default bitwise assignment.
|
protected |
|
protected |
|
protected |
|
protected |
Laminar flame speed.
Definition at line 81 of file SuModel.H.
Referenced by linearEquilibrium::linearEquilibrium(), uniformConstant::readCoeffs(), SuModel::Su(), transport::transport(), and uniformConstant::uniformConstant().