CarnahanStarling Class Reference
Inheritance diagram for CarnahanStarling:
Collaboration diagram for CarnahanStarling:

Public Member Functions

 TypeName ("CarnahanStarling")
 Runtime type information. More...
 
 CarnahanStarling (const dictionary &dict)
 Construct from components. More...
 
virtual ~CarnahanStarling ()
 Destructor. More...
 
tmp< volScalarFieldg0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 Radial distribution function. More...
 
tmp< volScalarFieldg0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 Derivative of the radial distribution function. More...
 
- Public Member Functions inherited from radialModel
 TypeName ("radialModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, radialModel, dictionary,(const dictionary &dict),(dict))
 
 radialModel (const dictionary &dict)
 Construct from components. More...
 
 radialModel (const radialModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~radialModel ()
 Destructor. More...
 
virtual bool read ()
 
void operator= (const radialModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from radialModel
static autoPtr< radialModelNew (const dictionary &dict)
 
- Protected Attributes inherited from radialModel
const dictionarydict_
 

Detailed Description

Constructor & Destructor Documentation

◆ CarnahanStarling()

CarnahanStarling ( const dictionary dict)

Construct from components.

Definition at line 52 of file CarnahanStarlingRadial.C.

◆ ~CarnahanStarling()

~CarnahanStarling ( )
virtual

Destructor.

Definition at line 63 of file CarnahanStarlingRadial.C.

Member Function Documentation

◆ TypeName()

TypeName ( "CarnahanStarling"  )

Runtime type information.

◆ g0()

Foam::tmp< Foam::volScalarField > g0 ( const volScalarField alpha,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Radial distribution function.

Implements radialModel.

Definition at line 70 of file CarnahanStarlingRadial.C.

References alpha(), Foam::pow3(), and Foam::sqr().

Here is the call graph for this function:

◆ g0prime()

Foam::tmp< Foam::volScalarField > g0prime ( const volScalarField alpha,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Derivative of the radial distribution function.

Implements radialModel.

Definition at line 86 of file CarnahanStarlingRadial.C.

References alpha(), Foam::pow3(), Foam::pow4(), and Foam::sqr().

Here is the call graph for this function:

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