BirdCarreau Class Reference

Bird-Carreau generalized Newtonian viscosity model. More...

Inheritance diagram for BirdCarreau:
Collaboration diagram for BirdCarreau:

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< volScalarFieldnu (const volScalarField &nu0, const volScalarField &strainRate) const
 Return the laminar viscosity. More...
 
- Public Member Functions inherited from generalizedNewtonianViscosityModel
 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 dictionaryviscosityProperties () const
 Return the phase transport properties dictionary. More...
 
void operator= (const generalizedNewtonianViscosityModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from generalizedNewtonianViscosityModel
static autoPtr< generalizedNewtonianViscosityModelNew (const dictionary &viscosityProperties)
 Return a reference to the selected viscosity model. More...
 
- Protected Attributes inherited from generalizedNewtonianViscosityModel
dictionary viscosityProperties_
 

Detailed Description

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]

\[ \nu = \nu_\infty\, + (\nu_0 - \nu_\infty)\, \left(1 + (k\gamma)^a \right)^{(n - 1)/a} \]

or

\[ \nu = \nu_\infty + (\nu_0 - \nu_\infty) \left(1 + (\frac{\nu_0\gamma}{\tau^*} )^a \right)^{(n - 1)/a} \]

Example specification for a polymer:

     viscosityModel BirdCarreau;

     nuInf       0;
     tauStar     90;
     n           0.5;
Source files

Definition at line 85 of file BirdCarreau.H.

Constructor & Destructor Documentation

◆ BirdCarreau()

BirdCarreau ( const dictionary viscosityProperties)

Construct from components.

Definition at line 54 of file BirdCarreau.C.

References Foam::read(), and BirdCarreau::read().

Here is the call graph for this function:

◆ ~BirdCarreau()

virtual ~BirdCarreau ( )
inlinevirtual

Destructor.

Definition at line 111 of file BirdCarreau.H.

References BirdCarreau::nu(), and BirdCarreau::read().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "BirdCarreau"  )

Runtime type information.

◆ read()

bool read ( const dictionary viscosityProperties)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nu()

Foam::tmp< Foam::volScalarField > nu ( const volScalarField nu0,
const volScalarField strainRate 
) const
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().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: