Public Member Functions | Private Member Functions | Private Attributes
CrossPowerLaw Class Reference

An incompressible Cross-Power law non-Newtonian viscosity model. More...

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

Public Member Functions

 TypeName ("CrossPowerLaw")
 Runtime type information. More...
 
 CrossPowerLaw (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
 Construct from components. More...
 
 ~CrossPowerLaw ()
 Destructor. More...
 
tmp< volScalarFieldnu () const
 Return the laminar viscosity. More...
 
tmp< scalarFieldnu (const label patchi) const
 Return the laminar viscosity for patch. More...
 
void correct ()
 Correct the laminar viscosity. More...
 
bool read (const dictionary &viscosityProperties)
 Read transportProperties dictionary. More...
 
- Public Member Functions inherited from viscosityModel
 TypeName ("viscosityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi))
 
 viscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
 Construct from components. More...
 
virtual ~viscosityModel ()
 Destructor. More...
 
const dictionaryviscosityProperties () const
 Return the phase transport properties dictionary. More...
 
tmp< volScalarFieldstrainRate () const
 Return the strain rate. More...
 

Private Member Functions

tmp< volScalarFieldcalcNu () const
 Calculate and return the laminar viscosity. More...
 

Private Attributes

dictionary CrossPowerLawCoeffs_
 
dimensionedScalar nu0_
 
dimensionedScalar nuInf_
 
dimensionedScalar m_
 
dimensionedScalar n_
 
volScalarField nu_
 

Additional Inherited Members

- Static Public Member Functions inherited from viscosityModel
static autoPtr< viscosityModelNew (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
 Return a reference to the selected viscosity model. More...
 
- Protected Member Functions inherited from viscosityModel
 viscosityModel (const viscosityModel &)
 Disallow copy construct. More...
 
void operator= (const viscosityModel &)
 Disallow default bitwise assignment. More...
 
- Protected Attributes inherited from viscosityModel
word name_
 
dictionary viscosityProperties_
 
const volVectorFieldU_
 
const surfaceScalarFieldphi_
 

Detailed Description

An incompressible Cross-Power law non-Newtonian viscosity model.

Source files

Definition at line 52 of file CrossPowerLaw.H.

Constructor & Destructor Documentation

◆ CrossPowerLaw()

CrossPowerLaw ( const word name,
const dictionary viscosityProperties,
const volVectorField U,
const surfaceScalarField phi 
)

Construct from components.

Definition at line 60 of file CrossPowerLaw.C.

◆ ~CrossPowerLaw()

~CrossPowerLaw ( )
inline

Destructor.

Definition at line 92 of file CrossPowerLaw.H.

Member Function Documentation

◆ calcNu()

Foam::tmp< Foam::volScalarField > calcNu ( ) const
private

Calculate and return the laminar viscosity.

Definition at line 51 of file CrossPowerLaw.C.

References CrossPowerLaw::m_, CrossPowerLaw::n_, CrossPowerLaw::nu0_, CrossPowerLaw::nuInf_, Foam::pow(), and viscosityModel::strainRate().

Referenced by CrossPowerLaw::correct().

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

◆ TypeName()

TypeName ( "CrossPowerLaw"  )

Runtime type information.

◆ nu() [1/2]

tmp<volScalarField> nu ( ) const
inlinevirtual

Return the laminar viscosity.

Implements viscosityModel.

Definition at line 99 of file CrossPowerLaw.H.

References CrossPowerLaw::nu_.

◆ nu() [2/2]

tmp<scalarField> nu ( const label  patchi) const
inlinevirtual

Return the laminar viscosity for patch.

Implements viscosityModel.

Definition at line 105 of file CrossPowerLaw.H.

References GeometricField::boundaryField(), CrossPowerLaw::nu_, and patchi.

Here is the call graph for this function:

◆ correct()

void correct ( )
inlinevirtual

Correct the laminar viscosity.

Implements viscosityModel.

Definition at line 111 of file CrossPowerLaw.H.

References CrossPowerLaw::calcNu(), and CrossPowerLaw::nu_.

Here is the call graph for this function:

◆ read()

bool read ( const dictionary viscosityProperties)
virtual

Read transportProperties dictionary.

Implements viscosityModel.

Definition at line 91 of file CrossPowerLaw.C.

References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().

Here is the call graph for this function:

Field Documentation

◆ CrossPowerLawCoeffs_

dictionary CrossPowerLawCoeffs_
private

Definition at line 58 of file CrossPowerLaw.H.

◆ nu0_

dimensionedScalar nu0_
private

Definition at line 60 of file CrossPowerLaw.H.

Referenced by CrossPowerLaw::calcNu().

◆ nuInf_

dimensionedScalar nuInf_
private

Definition at line 61 of file CrossPowerLaw.H.

Referenced by CrossPowerLaw::calcNu().

◆ m_

dimensionedScalar m_
private

Definition at line 62 of file CrossPowerLaw.H.

Referenced by CrossPowerLaw::calcNu().

◆ n_

dimensionedScalar n_
private

Definition at line 63 of file CrossPowerLaw.H.

Referenced by CrossPowerLaw::calcNu().

◆ nu_

volScalarField nu_
private

Definition at line 65 of file CrossPowerLaw.H.

Referenced by CrossPowerLaw::correct(), and CrossPowerLaw::nu().


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