
Public Member Functions | |
| TypeName ("radialModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, radialModel, dictionary,(const dictionary &dict),(dict)) | |
| radialModel (const dictionary &coeffDict) | |
| Construct from the coefficients dictionary. More... | |
| radialModel (const radialModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~radialModel () |
| Destructor. More... | |
| bool | read (const dictionary &dict) |
| Read the coefficients from the optional ".*Coeffs" sub-dictionary. More... | |
| virtual tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0 |
| Radial distribution function. More... | |
| virtual tmp< volScalarField > | g0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0 |
| Derivative of the radial distribution function. More... | |
| void | operator= (const radialModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< radialModel > | New (const dictionary &dict) |
Definition at line 50 of file radialModel.H.
| radialModel | ( | const dictionary & | coeffDict | ) |
Construct from the coefficients dictionary.
Definition at line 43 of file radialModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 52 of file radialModel.C.
| TypeName | ( | "radialModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| radialModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
static |
Definition at line 31 of file radialModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

| bool read | ( | const dictionary & | dict | ) |
Read the coefficients from the optional ".*Coeffs" sub-dictionary.
of the given dictionary
Definition at line 58 of file radialModel.C.
References dict, and Foam::type().

|
pure virtual |
Radial distribution function.
Implemented in SinclairJackson, LunSavage, and CarnahanStarling.
|
pure virtual |
Derivative of the radial distribution function.
Implemented in SinclairJackson, LunSavage, and CarnahanStarling.
|
delete |
Disallow default bitwise assignment.