#include <kineticTheoryModel/radialModel.H>
Definition at line 49 of file radialModel.H.
Inheritance diagram for radialModel:
Collaboration diagram for radialModel:Public Member Functions | |
| TypeName ("radialModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, radialModel, dictionary,(const dictionary &dict),(dict)) | |
| radialModel (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~radialModel () |
| Destructor. | |
| virtual tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMax) const =0 |
| Radial distribution function. | |
| virtual tmp< volScalarField > | g0prime (const volScalarField &alpha, const dimensionedScalar &alphaMax) const =0 |
| Derivative of the radial distribution function. | |
Static Public Member Functions | |
| static autoPtr< radialModel > | New (const dictionary &dict) |
Protected Attributes | |
| const dictionary & | dict_ |
| radialModel | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 41 of file radialModel.C.
|
virtual |
Destructor.
Definition at line 51 of file radialModel.C.
| TypeName | ( | "radialModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| radialModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
static |
Definition at line 31 of file newRadialModel.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, Foam::Info, and dictionary::lookup().
|
pure virtual |
Radial distribution function.
Implemented in CarnahanStarlingRadial, GidaspowRadial, LunSavageRadial, and SinclairJacksonRadial.
|
pure virtual |
Derivative of the radial distribution function.
Implemented in CarnahanStarlingRadial, GidaspowRadial, LunSavageRadial, and SinclairJacksonRadial.
|
protected |
Definition at line 64 of file radialModel.H.