#include <GidaspowViscosity.H>


Public Member Functions | |
| TypeName ("Gidaspow") | |
| Runtime type information. | |
| Gidaspow (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~Gidaspow () |
| Destructor. | |
| tmp< volScalarField > | nu (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const |
| TypeName ("Gidaspow") | |
| Runtime type information. | |
| Gidaspow (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~Gidaspow () |
| Destructor. | |
| tmp< volScalarField > | nu (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const |
| Public Member Functions inherited from viscosityModel | |
| TypeName ("viscosityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const dictionary &dict),(dict)) | |
| viscosityModel (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~viscosityModel ()=default |
| Destructor. | |
| virtual bool | read () |
| TypeName ("viscosityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const dictionary &dict),(dict)) | |
| viscosityModel (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~viscosityModel ()=default |
| Destructor. | |
| virtual bool | read () |
Additional Inherited Members | |
| Static Public Member Functions inherited from viscosityModel | |
| static autoPtr< viscosityModel > | New (const dictionary &dict) |
| static autoPtr< viscosityModel > | New (const dictionary &dict) |
| Protected Attributes inherited from viscosityModel | |
| const dictionary & | dict_ |
| Gidaspow | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 42 of file GidaspowViscosity.C.
References dict, and viscosityModel::viscosityModel().

|
virtual |
Destructor.
Definition at line 53 of file GidaspowViscosity.C.
| Gidaspow | ( | const dictionary & | dict | ) |
Construct from components.
References dict.
|
virtual |
Destructor.
|
virtual |
Implements viscosityModel.
Definition at line 60 of file GidaspowViscosity.C.
References alpha1, e, Foam::constant::mathematical::pi(), rho1, Foam::sqr(), and Foam::sqrt().

| TypeName | ( | "Gidaspow" | ) |
Runtime type information.
|
virtual |
Implements viscosityModel.