

Public Member Functions | |
| TypeName ("Lun") | |
| Runtime type information. More... | |
| Lun (const dictionary &coeffDict) | |
| Construct from the coefficients dictionary. More... | |
| virtual | ~Lun () |
| Destructor. More... | |
| tmp< volScalarField > | granularPressureCoeff (const volScalarField &alpha1, const volScalarField &g0, const volScalarField &rho1, const dimensionedScalar &e) const |
| Granular pressure coefficient. More... | |
| tmp< volScalarField > | granularPressureCoeffPrime (const volScalarField &alpha1, const volScalarField &g0, const volScalarField &g0prime, const volScalarField &rho1, const dimensionedScalar &e) const |
| Derivative of the granular pressure coefficient. More... | |
Public Member Functions inherited from granularPressureModel | |
| TypeName ("granularPressureModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, granularPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| granularPressureModel (const dictionary &coeffDict) | |
| Construct from the coefficients dictionary. More... | |
| granularPressureModel (const granularPressureModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~granularPressureModel () |
| Destructor. More... | |
| bool | read (const dictionary &dict) |
| Read the coefficients from the optional ".*Coeffs" sub-dictionary. More... | |
| void | operator= (const granularPressureModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from granularPressureModel | |
| static autoPtr< granularPressureModel > | New (const dictionary &dict) |
| Lun | ( | const dictionary & | coeffDict | ) |
Construct from the coefficients dictionary.
Definition at line 52 of file LunPressure.C.
|
virtual |
Destructor.
Definition at line 63 of file LunPressure.C.
| TypeName | ( | "Lun" | ) |
Runtime type information.
|
virtual |
Granular pressure coefficient.
Implements granularPressureModel.
Definition at line 70 of file LunPressure.C.
References Foam::e.
|
virtual |
Derivative of the granular pressure coefficient.
Implements granularPressureModel.
Definition at line 84 of file LunPressure.C.
References Foam::e.