Equilibrium model for strained laminar flame speed with linear dependence on the strain-rate. More...


Public Member Functions | |
| TypeName ("linearEquilibrium") | |
| Runtime type information. More... | |
| linearEquilibrium (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) | |
| Construct from components. More... | |
| linearEquilibrium (const linearEquilibrium &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~linearEquilibrium () |
| Destructor. More... | |
| virtual void | correct () |
| Correct the laminar flame speed. More... | |
| void | operator= (const linearEquilibrium &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from unstrained | |
| TypeName ("unstrained") | |
| Runtime type information. More... | |
| unstrained (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) | |
| Construct from components. More... | |
| unstrained (const unstrained &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~unstrained () |
| Destructor. More... | |
| void | operator= (const unstrained &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from SuModel | |
| 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... | |
| bool | read (const dictionary &combustionProperties) |
| Update properties from the given combustionProperties dictionary. More... | |
| void | operator= (const SuModel &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SuModel | |
| static autoPtr< SuModel > | New (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence) |
| Return a reference to the selected Su model. More... | |
Protected Attributes inherited from unstrained | |
| autoPtr< laminarFlameSpeed > | Su0_ |
Protected Attributes inherited from SuModel | |
| const psiuMulticomponentThermo & | thermo_ |
| Thermo. More... | |
| const fluidThermoThermophysicalTransportModel & | thermoTransport_ |
| Thermo-physical transport. More... | |
| const compressibleMomentumTransportModel & | turbulence_ |
| Turbulence. More... | |
| volScalarField | Su_ |
| Laminar flame speed. More... | |
Equilibrium model for strained laminar flame speed with linear dependence on the strain-rate.
References:
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.
Definition at line 60 of file linearEquilibrium_SuModel.H.
| linearEquilibrium | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence | ||
| ) |
Construct from components.
Definition at line 54 of file linearEquilibrium_SuModel.C.
References IOobject::AUTO_WRITE, SuModel::Su_, and IOobject::writeOpt().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 70 of file linearEquilibrium_SuModel.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Reimplemented from unstrained.
Definition at line 44 of file linearEquilibrium_SuModel.C.
References dict, dimensioned< Type >::read(), and SuModel::readCoeffs().

| TypeName | ( | "linearEquilibrium" | ) |
Runtime type information.
|
virtual |
Correct the laminar flame speed.
Reimplemented from unstrained.
Definition at line 76 of file linearEquilibrium_SuModel.C.
References Foam::fvc::div(), Foam::fvc::grad(), objectRegistry::lookupObject(), Foam::max(), mesh, n, and U.

|
delete |
Disallow default bitwise assignment.