Public Member Functions | |
TypeName ("LunSavage") | |
Runtime type information. More... | |
LunSavage (const dictionary &dict) | |
Construct from components. More... | |
virtual | ~LunSavage () |
Destructor. More... | |
tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
Radial distribution function. More... | |
tmp< volScalarField > | g0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
Derivative of the radial distribution function. More... | |
Public Member Functions inherited from radialModel | |
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 bool | read () |
void | operator= (const radialModel &)=delete |
Disallow default bitwise assignment. More... | |
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_ |
LunSavage | ( | const dictionary & | dict | ) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "LunSavage" | ) |
Runtime type information.
|
virtual |
Radial distribution function.
Implements radialModel.
|
virtual |
Derivative of the radial distribution function.
Implements radialModel.