An incompressible Newtonian viscosity model. More...
#include <incompressibleTransportModels/Newtonian.H>
An incompressible Newtonian viscosity model.
Definition at line 53 of file Newtonian.H.
Public Member Functions | |
TypeName ("Newtonian") | |
Runtime type information.
| |
Newtonian (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
construct from components
| |
~Newtonian () | |
tmp< volScalarField > | nu () const |
Return the laminar viscosity.
| |
void | correct () |
Correct the laminar viscosity (not appropriate, viscosity constant)
| |
bool | read (const dictionary &viscosityProperties) |
Read transportProperties dictionary.
|
Newtonian | ( | const word & | name, |
const dictionary & | viscosityProperties, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
construct from components
Definition at line 45 of file Newtonian.C.
~Newtonian | ( | ) | [inline]
|
Definition at line 84 of file Newtonian.H.
TypeName | ( | "Newtonian" | ) |
Runtime type information.
tmp<volScalarField> nu | ( | ) | const [inline, virtual]
|
void correct | ( | ) | [inline, virtual]
|
Correct the laminar viscosity (not appropriate, viscosity constant)
Implements viscosityModel.
Definition at line 97 of file Newtonian.H.
bool read | ( | const dictionary & | viscosityProperties ) | [virtual]
|
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 73 of file Newtonian.C.