An incompressible Bird-Carreau non-Newtonian viscosity model. More...
#include <incompressibleTransportModels/BirdCarreau.H>
An incompressible Bird-Carreau non-Newtonian viscosity model.
Definition at line 53 of file BirdCarreau.H.
Public Member Functions | |
TypeName ("BirdCarreau") | |
Runtime type information.
| |
BirdCarreau (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
construct from components
| |
~BirdCarreau () | |
tmp< volScalarField > | nu () const |
Return the laminar viscosity.
| |
void | correct () |
Correct the laminar viscosity.
| |
bool | read (const dictionary &viscosityProperties) |
Read transportProperties dictionary.
|
BirdCarreau | ( | const word & | name, |
const dictionary & | viscosityProperties, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
construct from components
Definition at line 62 of file BirdCarreau.C.
~BirdCarreau | ( | ) | [inline]
|
Definition at line 95 of file BirdCarreau.H.
TypeName | ( | "BirdCarreau" | ) |
Runtime type information.
tmp<volScalarField> nu | ( | ) | const [inline, virtual]
|
Return the laminar viscosity.
Implements viscosityModel.
Definition at line 102 of file BirdCarreau.H.
void correct | ( | ) | [inline, virtual]
|
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 108 of file BirdCarreau.H.
bool read | ( | const dictionary & | viscosityProperties ) | [virtual]
|
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 93 of file BirdCarreau.C.
References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().