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.
| |
| LunPressure | ( | const dictionary & | dict ) |
Construct from components.
| virtual ~LunPressure | ( | ) | [virtual]
|
Destructor.
| TypeName | ( | "Lun" | ) |
Runtime type information.
| tmp<volScalarField> granularPressureCoeff | ( | const volScalarField & | alpha, |
| const volScalarField & | g0, | ||
| const dimensionedScalar & | rhoa, | ||
| const dimensionedScalar & | e | ||
| ) | const [virtual]
|
Granular pressure coefficient.
Implements granularPressureModel.
| tmp<volScalarField> granularPressureCoeffPrime | ( | const volScalarField & | alpha, |
| const volScalarField & | g0, | ||
| const volScalarField & | g0prime, | ||
| const dimensionedScalar & | rhoa, | ||
| const dimensionedScalar & | e | ||
| ) | const [virtual]
|
Derivative of the granular pressure coefficient.
Implements granularPressureModel.