#include <LunSavageRadial.H>


Public Member Functions | |
| TypeName ("LunSavage") | |
| Runtime type information. | |
| LunSavage (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~LunSavage () |
| Destructor. | |
| tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
| Radial distribution function. | |
| tmp< volScalarField > | g0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
| Derivative of the radial distribution function. | |
| TypeName ("LunSavage") | |
| Runtime type information. | |
| LunSavage (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~LunSavage () |
| Destructor. | |
| tmp< volScalarField > | g0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
| Radial distribution function. | |
| tmp< volScalarField > | g0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, 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 ()=default |
| Destructor. | |
| virtual bool | read () |
| TypeName ("radialModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, radialModel, dictionary,(const dictionary &dict),(dict)) | |
| radialModel (const dictionary &dict) | |
| Construct from components. | |
| virtual | ~radialModel ()=default |
| Destructor. | |
| virtual bool | read () |
Additional Inherited Members | |
| Static Public Member Functions inherited from radialModel | |
| static autoPtr< radialModel > | New (const dictionary &dict) |
| static autoPtr< radialModel > | New (const dictionary &dict) |
| Protected Attributes inherited from radialModel | |
| const dictionary & | dict_ |
| LunSavage | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 47 of file LunSavageRadial.C.
References dict, and radialModel::radialModel().

|
virtual |
Destructor.
Definition at line 58 of file LunSavageRadial.C.
| LunSavage | ( | const dictionary & | dict | ) |
Construct from components.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "LunSavage" | ) |
Runtime type information.
References alpha, alphaMax(), and dict.

|
virtual |
Radial distribution function.
Implements radialModel.
Definition at line 65 of file LunSavageRadial.C.
References alpha, alphaMax(), and Foam::pow().

|
virtual |
Derivative of the radial distribution function.
Implements radialModel.
Definition at line 78 of file LunSavageRadial.C.
References alpha, alphaMax(), and Foam::pow().

| TypeName | ( | "LunSavage" | ) |
Runtime type information.
|
virtual |
Radial distribution function.
Implements radialModel.
References alpha, and alphaMax().

|
virtual |
Derivative of the radial distribution function.
Implements radialModel.
References alpha, and alphaMax().
