Correlation function for laminar consumption speed obtained from flamelet solution at increasing strain rates. More...
Public Member Functions | |
TypeName ("consumptionSpeed") | |
Runtime type information. More... | |
consumptionSpeed (const dictionary &dict) | |
Construct from dictionary. More... | |
consumptionSpeed (const consumptionSpeed &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~consumptionSpeed () |
Destructor. More... | |
tmp< volScalarField > | omega0Sigma (const volScalarField &sigma) |
Return speed consumption rate temp. More... | |
scalar | omega0 () const |
scalar | eta () const |
scalar | sigmaExt () const |
scalar | omegaMin () const |
void | read (const dictionary &dict) |
Update properties. More... | |
void | operator= (const consumptionSpeed &)=delete |
Disallow default bitwise assignment. More... | |
Correlation function for laminar consumption speed obtained from flamelet solution at increasing strain rates.
Definition at line 50 of file consumptionSpeed.H.
consumptionSpeed | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 39 of file consumptionSpeed.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 51 of file consumptionSpeed.C.
References Foam::exp(), Foam::max(), and Foam::constant::physicoChemical::sigma.
TypeName | ( | "consumptionSpeed" | ) |
Runtime type information.
Foam::tmp< Foam::volScalarField > omega0Sigma | ( | const volScalarField & | sigma | ) |
Return speed consumption rate temp.
Definition at line 79 of file consumptionSpeed.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, DimensionedField< Type, GeoMesh >::mesh(), GeometricField< scalar, fvPatchField, volMesh >::New(), patchi, and tmp< T >::ref().
|
inline |
Definition at line 100 of file consumptionSpeed.H.
|
inline |
Definition at line 105 of file consumptionSpeed.H.
|
inline |
Definition at line 110 of file consumptionSpeed.H.
|
inline |
Definition at line 115 of file consumptionSpeed.H.
References consumptionSpeed::operator=(), and consumptionSpeed::read().
void read | ( | const dictionary & | dict | ) |
Update properties.
Definition at line 125 of file consumptionSpeed.C.
References dictionary::lookup().
Referenced by consumptionSpeed::omegaMin().
|
delete |
Disallow default bitwise assignment.
Referenced by consumptionSpeed::omegaMin().