#include <kineticTheoryModel/LunPressure.H>
Definition at line 48 of file LunPressure.H.
Inheritance diagram for LunPressure:
Collaboration diagram for LunPressure:Public Member Functions | |
| TypeName ("Lun") | |
| Runtime type information. | |
| LunPressure (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~LunPressure () |
| Destructor. | |
| tmp< volScalarField > | granularPressureCoeff (const volScalarField &alpha, const volScalarField &g0, const dimensionedScalar &rhoa, const dimensionedScalar &e) const |
| Granular pressure coefficient. | |
| tmp< volScalarField > | granularPressureCoeffPrime (const volScalarField &alpha, const volScalarField &g0, const volScalarField &g0prime, const dimensionedScalar &rhoa, const dimensionedScalar &e) const |
| Derivative of the granular pressure coefficient. | |
Public Member Functions inherited from granularPressureModel | |
| TypeName ("granularPressureModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, granularPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| granularPressureModel (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~granularPressureModel () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from granularPressureModel | |
| static autoPtr < granularPressureModel > | New (const dictionary &dict) |
Protected Attributes inherited from granularPressureModel | |
| const dictionary & | dict_ |
| LunPressure | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 46 of file LunPressure.C.
|
virtual |
Destructor.
Definition at line 54 of file LunPressure.C.
| TypeName | ( | "Lun" | ) |
Runtime type information.
|
virtual |
Granular pressure coefficient.
Implements granularPressureModel.
Definition at line 61 of file LunPressure.C.
References e.
|
virtual |
Derivative of the granular pressure coefficient.
Implements granularPressureModel.
Definition at line 74 of file LunPressure.C.
References e.