An incompressible Bird-Carreau non-Newtonian viscosity model. More...


Public Member Functions | |
| TypeName ("BirdCarreau") | |
| Runtime type information. More... | |
| BirdCarreau (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. More... | |
| virtual | ~BirdCarreau () |
| Destructor. More... | |
| virtual tmp< volScalarField > | nu () const |
| Return the laminar viscosity. More... | |
| virtual tmp< scalarField > | nu (const label patchi) const |
| Return the laminar viscosity for patch. More... | |
| virtual void | correct () |
| Correct the laminar viscosity. More... | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More... | |
Public Member Functions inherited from viscosityModel | |
| TypeName ("viscosityModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) | |
| viscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. More... | |
| virtual | ~viscosityModel () |
| Destructor. More... | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. More... | |
| tmp< volScalarField > | strainRate () const |
| Return the strain rate. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from viscosityModel | |
| static autoPtr< viscosityModel > | New (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
| Return a reference to the selected viscosity model. More... | |
Protected Member Functions inherited from viscosityModel | |
| viscosityModel (const viscosityModel &) | |
| Disallow copy construct. More... | |
| void | operator= (const viscosityModel &) |
| Disallow default bitwise assignment. More... | |
Protected Attributes inherited from viscosityModel | |
| word | name_ |
| dictionary | viscosityProperties_ |
| const volVectorField & | U_ |
| const surfaceScalarField & | phi_ |
An incompressible Bird-Carreau non-Newtonian viscosity model.
The Bird-Carreau-Yasuda form is also supported if the optional "a" coefficient is specified. "a" defaults to 2 for the Bird-Carreau model.
Definition at line 55 of file BirdCarreau.H.
| BirdCarreau | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 62 of file BirdCarreau.C.
References BirdCarreau::read().

|
inlinevirtual |
Destructor.
Definition at line 97 of file BirdCarreau.H.
| TypeName | ( | "BirdCarreau" | ) |
Runtime type information.
|
inlinevirtual |
Return the laminar viscosity.
Implements viscosityModel.
Definition at line 104 of file BirdCarreau.H.
|
inlinevirtual |
Return the laminar viscosity for patch.
Implements viscosityModel.
Definition at line 110 of file BirdCarreau.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and patchi.

|
inlinevirtual |
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 116 of file BirdCarreau.H.
References BirdCarreau::read().

|
virtual |
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 104 of file BirdCarreau.C.
References Foam::dimless, dictionary::lookup(), dictionary::optionalSubDict(), and viscosityModel::read().
Referenced by BirdCarreau::BirdCarreau(), and BirdCarreau::correct().


1.8.13