Bird-Carreau generalized Newtonian viscosity model. More...
Public Member Functions | |
TypeName ("BirdCarreau") | |
Runtime type information. More... | |
BirdCarreau (const dictionary &viscosityProperties) | |
Construct from components. More... | |
virtual | ~BirdCarreau () |
Destructor. More... | |
virtual bool | read (const dictionary &viscosityProperties) |
Read transportProperties dictionary. More... | |
virtual tmp< volScalarField > | nu (const volScalarField &nu0, const volScalarField &strainRate) const |
Return the laminar viscosity. More... | |
![]() | |
TypeName ("generalizedNewtonianViscosityModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, generalizedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties)) | |
generalizedNewtonianViscosityModel (const dictionary &viscosityProperties) | |
Construct from components. More... | |
generalizedNewtonianViscosityModel (const generalizedNewtonianViscosityModel &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~generalizedNewtonianViscosityModel () |
Destructor. More... | |
const dictionary & | viscosityProperties () const |
Return the phase transport properties dictionary. More... | |
void | operator= (const generalizedNewtonianViscosityModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< generalizedNewtonianViscosityModel > | New (const dictionary &viscosityProperties) |
Return a reference to the selected viscosity model. More... | |
![]() | |
dictionary | viscosityProperties_ |
Bird-Carreau generalized 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.
The strain rate coefficient can be specified either as the constant k
or the critical stress level at the transition to shear thinning tauStar
if tauStar
is provided:
Kinematic viscosity [m^2/s]
or
Example specification for a polymer:
viscosityModel BirdCarreau; nuInf 0; tauStar 90; n 0.5;
Definition at line 85 of file BirdCarreau.H.
BirdCarreau | ( | const dictionary & | viscosityProperties | ) |
Construct from components.
Definition at line 54 of file BirdCarreau.C.
References Foam::read(), and BirdCarreau::read().
|
inlinevirtual |
Destructor.
Definition at line 111 of file BirdCarreau.H.
References BirdCarreau::nu(), and BirdCarreau::read().
TypeName | ( | "BirdCarreau" | ) |
Runtime type information.
|
virtual |
Read transportProperties dictionary.
Implements generalizedNewtonianViscosityModel.
Definition at line 73 of file BirdCarreau.C.
References Foam::dimless, dictionary::found(), dictionary::lookup(), dictionary::lookupOrDefault(), BirdCarreau::nu(), dictionary::optionalSubDict(), and generalizedNewtonianViscosityModel::read().
Referenced by BirdCarreau::BirdCarreau(), and BirdCarreau::~BirdCarreau().
|
virtual |
Return the laminar viscosity.
Implements generalizedNewtonianViscosityModel.
Definition at line 108 of file BirdCarreau.C.
References Foam::pow().
Referenced by BirdCarreau::read(), and BirdCarreau::~BirdCarreau().