FreeFOAM The Cross-Platform CFD Toolkit
GidaspowRadial Class Reference

#include <kineticTheoryModel/GidaspowRadial.H>


Detailed Description

+ Inheritance diagram for GidaspowRadial:
+ Collaboration diagram for GidaspowRadial:

List of all members.

Public Member Functions

 TypeName ("Gidaspow")
 Runtime type information.
 GidaspowRadial (const dictionary &dict)
 Construct from components.
virtual ~GidaspowRadial ()
 Destructor.
tmp< volScalarFieldg0 (const volScalarField &alpha, const dimensionedScalar &alphaMax) const
 Radial distribution function.
tmp< volScalarFieldg0prime (const volScalarField &alpha, const dimensionedScalar &alphaMax) const
 Derivative of the radial distribution function.
- Public Member Functions inherited from radialModel
 TypeName ("radialModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, radialModel, dictionary,(const dictionary &dict),(dict))
 radialModel (const dictionary &dict)
 Construct from components.
virtual ~radialModel ()
 Destructor.

Additional Inherited Members

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

Constructor & Destructor Documentation

GidaspowRadial ( const dictionary dict)

Construct from components.

Definition at line 46 of file GidaspowRadial.C.

~GidaspowRadial ( )
virtual

Destructor.

Definition at line 54 of file GidaspowRadial.C.


Member Function Documentation

TypeName ( "Gidaspow"  )

Runtime type information.

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

Radial distribution function.

Implements radialModel.

Definition at line 61 of file GidaspowRadial.C.

References Foam::pow().

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

Derivative of the radial distribution function.

Implements radialModel.

Definition at line 71 of file GidaspowRadial.C.

References Foam::pow(), and Foam::sqr().


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