#include <kineticTheoryModel/GidaspowRadial.H>
Definition at line 48 of file GidaspowRadial.H.
Inheritance diagram for GidaspowRadial:
Collaboration diagram for GidaspowRadial:Public Member Functions | |
| TypeName ("Gidaspow") | |
| Runtime type information. | |
| GidaspowRadial (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~GidaspowRadial () |
| Destructor. | |
| tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMax) const |
| Radial distribution function. | |
| tmp< volScalarField > | g0prime (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< radialModel > | New (const dictionary &dict) |
Protected Attributes inherited from radialModel | |
| const dictionary & | dict_ |
| GidaspowRadial | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 46 of file GidaspowRadial.C.
|
virtual |
Destructor.
Definition at line 54 of file GidaspowRadial.C.
| TypeName | ( | "Gidaspow" | ) |
Runtime type information.
|
virtual |
Radial distribution function.
Implements radialModel.
Definition at line 61 of file GidaspowRadial.C.
References Foam::pow().
|
virtual |
Derivative of the radial distribution function.
Implements radialModel.
Definition at line 71 of file GidaspowRadial.C.
References Foam::pow(), and Foam::sqr().