#include <kineticTheoryModel/LunPressure.H>
Definition at line 48 of file LunPressure.H.
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. | |
![]() | |
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 autoPtr < granularPressureModel > | New (const dictionary &dict) |
![]() | |
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.