An abstract base class for incompressible mixtureViscosityModels.
More...
|
| | TypeName ("mixtureViscosityModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, mixtureViscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) |
| |
| | mixtureViscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
| | Construct from components. More...
|
| |
| virtual | ~mixtureViscosityModel () |
| | Destructor. More...
|
| |
| const dictionary & | viscosityProperties () const |
| | Return the phase transport properties dictionary. More...
|
| |
| virtual tmp< volScalarField > | mu (const volScalarField &muc) const =0 |
| | Return the mixture viscosity. More...
|
| |
| virtual bool | read (const dictionary &viscosityProperties)=0 |
| | Read transportProperties dictionary. More...
|
| |
An abstract base class for incompressible mixtureViscosityModels.
- Source files
-
Definition at line 59 of file mixtureViscosityModel.H.
◆ mixtureViscosityModel() [1/2]
◆ mixtureViscosityModel() [2/2]
Construct from components.
◆ ~mixtureViscosityModel()
◆ operator=()
Disallow default bitwise assignment.
◆ TypeName()
| TypeName |
( |
"mixtureViscosityModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
| declareRunTimeSelectionTable |
( |
autoPtr |
, |
|
|
mixtureViscosityModel |
, |
|
|
dictionary |
, |
|
|
(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
, |
|
|
(name, viscosityProperties, U, phi) |
|
|
) |
| |
◆ New()
Return a reference to the selected viscosity model.
◆ viscosityProperties()
◆ mu()
◆ read()
| virtual bool read |
( |
const dictionary & |
viscosityProperties | ) |
|
|
pure virtual |
◆ name_
◆ viscosityProperties_
◆ U_
◆ phi_
The documentation for this class was generated from the following file: