Public Member Functions | |
TypeName ("consumptionSpeed") | |
Runtime type information. More... | |
consumptionSpeed (const dictionary &dict) | |
Construct from dictionary. 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... | |
Private Member Functions | |
scalar | omega0Sigma (scalar sigma, scalar a) const |
Return consumption rate. More... | |
consumptionSpeed (const consumptionSpeed &) | |
Disallow copy construct. More... | |
void | operator= (const consumptionSpeed &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
scalar | omega0_ |
Maximum consumption speed. More... | |
scalar | eta_ |
Exponential factor. More... | |
scalar | sigmaExt_ |
Extinction strain. More... | |
scalar | omegaMin_ |
Minimum consumption speed. More... | |
Definition at line 49 of file consumptionSpeed.H.
|
private |
Disallow copy construct.
consumptionSpeed | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 39 of file consumptionSpeed.C.
|
virtual |
Destructor.
Definition at line 51 of file consumptionSpeed.C.
|
private |
Return consumption rate.
Definition at line 58 of file consumptionSpeed.C.
References Foam::exp(), Foam::max(), and Foam::constant::physicoChemical::sigma.
|
private |
Disallow default bitwise assignment.
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::boundaryField(), forAll, GeometricField::internalField(), IOobject::NO_READ, IOobject::NO_WRITE, patchi, and Foam::constant::physicoChemical::sigma.
|
inline |
Definition at line 102 of file consumptionSpeed.H.
References consumptionSpeed::omega0_.
|
inline |
Definition at line 107 of file consumptionSpeed.H.
References consumptionSpeed::eta_.
|
inline |
Definition at line 112 of file consumptionSpeed.H.
References consumptionSpeed::sigmaExt_.
|
inline |
Definition at line 117 of file consumptionSpeed.H.
References consumptionSpeed::omegaMin_.
void read | ( | const dictionary & | dict | ) |
Update properties.
Definition at line 133 of file consumptionSpeed.C.
References dict, and dictionary::lookup().
|
private |
Maximum consumption speed.
Definition at line 54 of file consumptionSpeed.H.
Referenced by consumptionSpeed::omega0().
|
private |
Exponential factor.
Definition at line 57 of file consumptionSpeed.H.
Referenced by consumptionSpeed::eta().
|
private |
Extinction strain.
Definition at line 60 of file consumptionSpeed.H.
Referenced by consumptionSpeed::sigmaExt().
|
private |
Minimum consumption speed.
Definition at line 63 of file consumptionSpeed.H.
Referenced by consumptionSpeed::omegaMin().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.