Definition at line 49 of file granularPressureModel.H.
Inheritance diagram for granularPressureModel:
Collaboration diagram for granularPressureModel:Public Member Functions | |
| TypeName ("granularPressureModel") | |
| Runtime type information.
| |
| declareRunTimeSelectionTable (autoPtr, granularPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| granularPressureModel (const dictionary &dict) | |
| Construct from components.
| |
| virtual | ~granularPressureModel () |
| Destructor.
| |
| virtual tmp< volScalarField > | granularPressureCoeff (const volScalarField &alpha, const volScalarField &g0, const dimensionedScalar &rhoa, const dimensionedScalar &e) const =0 |
| Granular pressure coefficient.
| |
| virtual tmp< volScalarField > | granularPressureCoeffPrime (const volScalarField &alpha, const volScalarField &g0, const volScalarField &g0prime, const dimensionedScalar &rhoa, const dimensionedScalar &e) const =0 |
| Derivative of the granular pressure coefficient.
| |
Static Public Member Functions | |
| static autoPtr < granularPressureModel > | New (const dictionary &dict) |
Protected Attributes | |
| const dictionary & | dict_ |
| granularPressureModel | ( | const dictionary & | dict ) |
Construct from components.
| virtual ~granularPressureModel | ( | ) | [virtual]
|
Destructor.
| TypeName | ( | "granularPressureModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| granularPressureModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
| static autoPtr<granularPressureModel> New | ( | const dictionary & | dict ) | [static]
|
| virtual tmp<volScalarField> granularPressureCoeff | ( | const volScalarField & | alpha, |
| const volScalarField & | g0, | ||
| const dimensionedScalar & | rhoa, | ||
| const dimensionedScalar & | e | ||
| ) | const [pure virtual]
|
Granular pressure coefficient.
Implemented in LunPressure, and SyamlalRogersOBrienPressure.
| virtual tmp<volScalarField> granularPressureCoeffPrime | ( | const volScalarField & | alpha, |
| const volScalarField & | g0, | ||
| const volScalarField & | g0prime, | ||
| const dimensionedScalar & | rhoa, | ||
| const dimensionedScalar & | e | ||
| ) | const [pure virtual]
|
Derivative of the granular pressure coefficient.
Implemented in LunPressure, and SyamlalRogersOBrienPressure.
const dictionary& dict_ [protected]
|
Definition at line 64 of file granularPressureModel.H.