An incompressible Bird-Carreau non-Newtonian viscosity model. More...
Public Member Functions | |
TypeName ("BirdCarreau") | |
BirdCarreau (const dictionary &viscosityProperties) | |
virtual | ~BirdCarreau ()=default |
virtual bool | read (const dictionary &viscosityProperties) |
virtual tmp< volScalarField > | nu (const volScalarField &nu0, const volScalarField &strainRate) const |
![]() | |
TypeName ("generalizedNewtonianViscosityModel") | |
declareRunTimeSelectionTable (autoPtr, generalizedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties)) | |
generalizedNewtonianViscosityModel (const generalizedNewtonianViscosityModel &)=delete | |
void | operator= (const generalizedNewtonianViscosityModel &)=delete |
generalizedNewtonianViscosityModel (const dictionary &viscosityProperties) | |
virtual | ~generalizedNewtonianViscosityModel ()=default |
const dictionary & | viscosityProperties () const |
Additional Inherited Members | |
![]() | |
static autoPtr< generalizedNewtonianViscosityModel > | New (const dictionary &dict) |
![]() | |
dictionary | viscosityProperties_ |
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;
Definition at line 62 of file BirdCarreau.H.
|
explicit |
Definition at line 50 of file BirdCarreau.C.
|
virtualdefault |
TypeName | ( | "BirdCarreau" | ) |
|
virtual |
Implements generalizedNewtonianViscosityModel.
Definition at line 77 of file BirdCarreau.C.
References Foam::dimless, dictionary::optionalSubDict(), Foam::blockMeshTools::read(), and dictionary::readEntry().
|
virtual |
Implements generalizedNewtonianViscosityModel.
Definition at line 103 of file BirdCarreau.C.
References Foam::pow().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.