FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

CrossPowerLaw Class Reference

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

#include <incompressibleTransportModels/CrossPowerLaw.H>


Detailed Description

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

Source files

Definition at line 53 of file CrossPowerLaw.H.

Inheritance diagram for CrossPowerLaw:
Collaboration diagram for CrossPowerLaw:

List of all members.

Public Member Functions

 TypeName ("CrossPowerLaw")
 Runtime type information.
 CrossPowerLaw (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
 Construct from components.
 ~CrossPowerLaw ()
tmp< volScalarField >  nu () const
 Return the laminar viscosity.
void  correct ()
 Correct the laminar viscosity.
bool  read (const dictionary &viscosityProperties)
 Read transportProperties dictionary.

Constructor & Destructor Documentation

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 (  ) [inline]

Definition at line 94 of file CrossPowerLaw.H.


Member Function Documentation

TypeName ( "CrossPowerLaw"    )

Runtime type information.

tmp<volScalarField> nu (  ) const [inline, virtual]

Return the laminar viscosity.

Implements viscosityModel.

Definition at line 101 of file CrossPowerLaw.H.

void correct (  ) [inline, virtual]

Correct the laminar viscosity.

Implements viscosityModel.

Definition at line 107 of file CrossPowerLaw.H.

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().


The documentation for this class was generated from the following files:
  • src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H
  • src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C