#include <noneViscosity.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noneViscosity (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~noneViscosity () |
| Destructor. | |
| tmp< volScalarField > | nu (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const |
| TypeName ("none") | |
| Runtime type information. | |
| noneViscosity (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~noneViscosity () |
| 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_ |
| noneViscosity | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 37 of file noneViscosity.C.
References dict, and viscosityModel::viscosityModel().

|
virtual |
Destructor.
Definition at line 45 of file noneViscosity.C.
| noneViscosity | ( | const dictionary & | dict | ) |
Construct from components.
References dict.
|
virtual |
Destructor.
|
virtual |
Implements viscosityModel.
Definition at line 51 of file noneViscosity.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Implements viscosityModel.