Public Member Functions | List of all members
HerschelBulkley Class Reference

Herschel-Bulkley generalized Newtonian viscosity model. More...

Inheritance diagram for HerschelBulkley:
Inheritance graph
[legend]
Collaboration diagram for HerschelBulkley:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("HerschelBulkley")
 
 HerschelBulkley (const dictionary &viscosityProperties)
 
virtual ~HerschelBulkley ()=default
 
virtual bool read (const dictionary &viscosityProperties)
 
virtual tmp< volScalarFieldnu (const volScalarField &nu0, const volScalarField &strainRate) const
 
- Public Member Functions inherited from generalizedNewtonianViscosityModel
 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 dictionaryviscosityProperties () const
 

Additional Inherited Members

- Static Public Member Functions inherited from generalizedNewtonianViscosityModel
static autoPtr< generalizedNewtonianViscosityModelNew (const dictionary &dict)
 
- Protected Attributes inherited from generalizedNewtonianViscosityModel
dictionary viscosityProperties_
 

Detailed Description

Herschel-Bulkley generalized Newtonian viscosity model.

Source files

Definition at line 52 of file HerschelBulkley.H.

Constructor & Destructor Documentation

◆ HerschelBulkley()

HerschelBulkley ( const dictionary viscosityProperties)
explicit

Definition at line 51 of file HerschelBulkley.C.

◆ ~HerschelBulkley()

virtual ~HerschelBulkley ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "HerschelBulkley"  )

◆ read()

bool read ( const dictionary viscosityProperties)
virtual

Implements generalizedNewtonianViscosityModel.

Definition at line 69 of file HerschelBulkley.C.

References dictionary::optionalSubDict(), Foam::blockMeshTools::read(), and dictionary::readEntry().

Here is the call graph for this function:

◆ nu()

Foam::tmp< Foam::volScalarField > nu ( const volScalarField nu0,
const volScalarField strainRate 
) const
virtual

Implements generalizedNewtonianViscosityModel.

Definition at line 88 of file HerschelBulkley.C.

References Foam::dimless, Foam::dimTime, Foam::max(), Foam::min(), and Foam::pow().

Here is the call graph for this function:

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