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 ()=default |
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 ()=default |
Destructor. More... | |
const dictionary & | viscosityProperties () const |
Return the phase transport properties dictionary. More... | |
tmp< volScalarField > | strainRate () const |
Return the strain rate. More... | |
virtual tmp< volScalarField > | nu () const =0 |
Return the laminar viscosity. More... | |
virtual tmp< scalarField > | nu (const label patchi) const =0 |
Return the laminar viscosity for patch. More... | |
virtual void | correct ()=0 |
Correct the laminar viscosity. More... | |
virtual bool | read (const dictionary &viscosityProperties)=0 |
Read transportProperties dictionary. More... | |
Protected Member Functions | |
tmp< volScalarField > | calcNu () const |
Calculate and return the laminar viscosity. More... | |
Protected Member Functions inherited from viscosityModel | |
viscosityModel (const viscosityModel &)=delete | |
No copy construct. More... | |
void | operator= (const viscosityModel &)=delete |
No copy assignment. More... | |
Protected Attributes | |
volScalarField | nu_ |
Protected Attributes inherited from viscosityModel | |
word | name_ |
dictionary | viscosityProperties_ |
const volVectorField & | U_ |
const surfaceScalarField & | phi_ |
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... | |
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 58 of file BirdCarreau.H.
BirdCarreau | ( | const word & | name, |
const dictionary & | viscosityProperties, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
Definition at line 64 of file BirdCarreau.C.
|
virtualdefault |
Destructor.
|
protected |
Calculate and return the laminar viscosity.
Definition at line 53 of file BirdCarreau.C.
References Foam::pow(), and viscosityModel::strainRate().
Referenced by BirdCarreau::correct().
TypeName | ( | "BirdCarreau" | ) |
Runtime type information.
|
inlinevirtual |
Return the laminar viscosity.
Implements viscosityModel.
Definition at line 110 of file BirdCarreau.H.
References BirdCarreau::nu_.
|
inlinevirtual |
Return the laminar viscosity for patch.
Implements viscosityModel.
Definition at line 116 of file BirdCarreau.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and BirdCarreau::nu_.
|
inlinevirtual |
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 122 of file BirdCarreau.H.
References BirdCarreau::calcNu(), and BirdCarreau::nu_.
|
virtual |
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 106 of file BirdCarreau.C.
References Foam::dimless, dictionary::optionalSubDict(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::read(), and dictionary::readEntry().
|
protected |
Definition at line 77 of file BirdCarreau.H.
Referenced by BirdCarreau::correct(), and BirdCarreau::nu().