Loading...
Searching...
No Matches
BirdCarreau Class Reference

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

#include <BirdCarreau.H>

Inheritance diagram for BirdCarreau:
Collaboration diagram for BirdCarreau:

Public Member Functions

 TypeName ("BirdCarreau")
 Runtime type information.
 BirdCarreau (const dictionary &viscosityProperties)
 Construct from dictionary (components).
virtual ~BirdCarreau ()=default
 Destructor.
virtual bool read (const dictionary &viscosityProperties)
 Read transportProperties dictionary.
virtual tmp< volScalarFieldnu (const volScalarField &nu0, const volScalarField &strainRate) const
 Return the laminar viscosity.
Public Member Functions inherited from generalizedNewtonianViscosityModel
 TypeName ("generalizedNewtonianViscosityModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, generalizedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties))
 generalizedNewtonianViscosityModel (const generalizedNewtonianViscosityModel &)=delete
 No copy construct.
void operator= (const generalizedNewtonianViscosityModel &)=delete
 No copy assignment.
 generalizedNewtonianViscosityModel (const dictionary &viscosityProperties)
 Construct from dictionary (components).
virtual ~generalizedNewtonianViscosityModel ()=default
 Destructor.
const dictionaryviscosityProperties () const
 Return the phase transport properties dictionary.

Additional Inherited Members

Static Public Member Functions inherited from generalizedNewtonianViscosityModel
static autoPtr< generalizedNewtonianViscosityModelNew (const dictionary &dict)
 Select a viscosity model.
Protected Attributes inherited from generalizedNewtonianViscosityModel
dictionary viscosityProperties_

Detailed Description

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.

Example specification for a polymer:

     viscosityModel BirdCarreau;

     nuInf       0;
     n           0.5;
Source files

Definition at line 62 of file BirdCarreau.H.

Constructor & Destructor Documentation

◆ BirdCarreau()

BirdCarreau ( const dictionary & viscosityProperties)
explicit

◆ ~BirdCarreau()

virtual ~BirdCarreau ( )
virtualdefault

Destructor.

References generalizedNewtonianViscosityModel::viscosityProperties().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "BirdCarreau" )

Runtime type information.

References generalizedNewtonianViscosityModel::viscosityProperties().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary & viscosityProperties)
virtual

Read transportProperties dictionary.

Implements generalizedNewtonianViscosityModel.

Definition at line 75 of file BirdCarreau.C.

References Foam::dimless, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, generalizedNewtonianViscosityModel::read(), and generalizedNewtonianViscosityModel::viscosityProperties().

Here is the call 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 101 of file BirdCarreau.C.

References Foam::pow().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/TurbulenceModels/turbulenceModels/laminar/generalizedNewtonian/generalizedNewtonianViscosityModels/BirdCarreau/BirdCarreau.H
  • src/TurbulenceModels/turbulenceModels/laminar/generalizedNewtonian/generalizedNewtonianViscosityModels/BirdCarreau/BirdCarreau.C