Definition at line 50 of file noneViscosity.H.
Inheritance diagram for noneViscosity:
Collaboration diagram for noneViscosity:Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noneViscosity (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~noneViscosity () |
| Destructor. | |
| tmp< volScalarField > | mua (const volScalarField &alpha, const volScalarField &Theta, const volScalarField &g0, const dimensionedScalar &rhoa, const dimensionedScalar &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 () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from viscosityModel | |
| static autoPtr< viscosityModel > | New (const dictionary &dict) |
Protected Attributes inherited from viscosityModel | |
| const dictionary & | dict_ |
| noneViscosity | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 42 of file noneViscosity.C.
|
virtual |
Destructor.
Definition at line 50 of file noneViscosity.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Implements viscosityModel.
Definition at line 57 of file noneViscosity.C.