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... | |
Definition at line 49 of file consumptionSpeed.H.
| 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.
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(), IOobject::db(), forAll, DimensionedField< Type, GeoMesh >::mesh(), IOobject::NO_READ, IOobject::NO_WRITE, patchi, tmp< T >::ref(), IOobject::time(), and Time::timeName().

|
inline |
Definition at line 102 of file consumptionSpeed.H.
|
inline |
Definition at line 107 of file consumptionSpeed.H.
|
inline |
Definition at line 112 of file consumptionSpeed.H.
|
inline |
Definition at line 117 of file consumptionSpeed.H.
References consumptionSpeed::read().

| void read | ( | const dictionary & | dict | ) |
Update properties.
Definition at line 133 of file consumptionSpeed.C.
References dictionary::lookup().
Referenced by consumptionSpeed::omegaMin().


1.8.13