LunSavage Class Reference
Inheritance diagram for LunSavage:
Collaboration diagram for LunSavage:

Public Member Functions

 TypeName ("LunSavage")
 Runtime type information. More...
 
 LunSavage (const dictionary &dict)
 Construct from components. More...
 
virtual ~LunSavage ()
 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

Source files

Definition at line 51 of file LunSavageRadial.H.

Constructor & Destructor Documentation

◆ LunSavage()

LunSavage ( const dictionary dict)

Construct from components.

Definition at line 52 of file LunSavageRadial.C.

◆ ~LunSavage()

~LunSavage ( )
virtual

Destructor.

Definition at line 63 of file LunSavageRadial.C.

Member Function Documentation

◆ TypeName()

TypeName ( "LunSavage"  )

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 LunSavageRadial.C.

References alpha(), alphaMax(), and Foam::pow().

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 83 of file LunSavageRadial.C.

References alpha(), alphaMax(), and Foam::pow().

Here is the call graph for this function:

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