#include <consumptionSpeed.H>
Public Member Functions | |
| TypeName ("consumptionSpeed") | |
| Runtime type information. | |
| consumptionSpeed (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual | ~consumptionSpeed () |
| Destructor. | |
| tmp< volScalarField > | omega0Sigma (const volScalarField &sigma) |
| Return speed consumption rate temp. | |
| scalar | omega0 () const |
| scalar | eta () const |
| scalar | sigmaExt () const |
| scalar | omegaMin () const |
| void | read (const dictionary &dict) |
| Update properties. | |
Definition at line 47 of file consumptionSpeed.H.
| consumptionSpeed | ( | const dictionary & | dict | ) |
|
virtual |
Destructor.
Definition at line 46 of file consumptionSpeed.C.
| TypeName | ( | "consumptionSpeed" | ) |
| Foam::tmp< Foam::volScalarField > omega0Sigma | ( | const volScalarField & | sigma | ) |
Return speed consumption rate temp.
Definition at line 73 of file consumptionSpeed.C.
References forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, omega0(), sigma(), and Foam::Zero.

|
inline |
Definition at line 122 of file consumptionSpeed.H.
Referenced by omega0Sigma().

|
inline |
Definition at line 127 of file consumptionSpeed.H.
|
inline |
Definition at line 132 of file consumptionSpeed.H.
|
inline |
Definition at line 137 of file consumptionSpeed.H.
| void read | ( | const dictionary & | dict | ) |