Public Member Functions | |
TypeName ("viscosityModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const dictionary &dict),(dict)) | |
viscosityModel (const dictionary &dict) | |
Construct from components. More... | |
viscosityModel (const viscosityModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~viscosityModel () |
Destructor. More... | |
virtual tmp< volScalarField > | nu (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0 |
virtual bool | read () |
void | operator= (const viscosityModel &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< viscosityModel > | New (const dictionary &dict) |
Protected Attributes | |
const dictionary & | dict_ |
Definition at line 52 of file kineticTheoryViscosityModel.H.
viscosityModel | ( | const dictionary & | dict | ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
TypeName | ( | "viscosityModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
viscosityModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
|
pure virtual |
Implemented in HrenyaSinclair, Syamlal, Gidaspow, and noneViscosity.
|
inlinevirtual |
Reimplemented in HrenyaSinclair.
Definition at line 112 of file kineticTheoryViscosityModel.H.
References viscosityModel::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by viscosityModel::read().
|
protected |
Definition at line 58 of file kineticTheoryViscosityModel.H.