Public Member Functions | |
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 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... | |
virtual bool | read () |
void | operator= (const radialModel &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< radialModel > | New (const dictionary &dict) |
Protected Attributes | |
const dictionary & | dict_ |
Definition at line 50 of file radialModel.H.
radialModel | ( | const dictionary & | dict | ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
TypeName | ( | "radialModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
radialModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
|
pure virtual |
Radial distribution function.
Implemented in CarnahanStarling, LunSavage, and SinclairJackson.
|
pure virtual |
Derivative of the radial distribution function.
Implemented in CarnahanStarling, LunSavage, and SinclairJackson.
|
inlinevirtual |
Definition at line 116 of file radialModel.H.
References radialModel::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by radialModel::read().
|
protected |
Definition at line 56 of file radialModel.H.