Simple unstrained model for the laminar flame speed. More...


Public Member Functions | |
| 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... | |
| virtual void | correct () |
| Correct the laminar flame speed. 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... | |
Protected Attributes | |
| 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... | |
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... | |
Simple unstrained model for the laminar flame speed.
Definition at line 53 of file unstrained.H.
| unstrained | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence | ||
| ) |
Construct from components.
Definition at line 52 of file unstrained.C.
References unstrained::correct().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 75 of file unstrained.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements SuModel.
Reimplemented in transport, and linearEquilibrium.
Definition at line 44 of file unstrained.C.
References dict, and SuModel::readCoeffs().

| TypeName | ( | "unstrained" | ) |
Runtime type information.
|
virtual |
Correct the laminar flame speed.
Implements SuModel.
Reimplemented in transport, and linearEquilibrium.
Definition at line 81 of file unstrained.C.
Referenced by unstrained::unstrained().

|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 59 of file unstrained.H.