

Public Member Functions | |
| TypeName ("CarnahanStarling") | |
| Runtime type information. More... | |
| CarnahanStarling (const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~CarnahanStarling () |
| 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_ |
Definition at line 51 of file CarnahanStarlingRadial.H.
| CarnahanStarling | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 52 of file CarnahanStarlingRadial.C.
|
virtual |
Destructor.
Definition at line 63 of file CarnahanStarlingRadial.C.
| TypeName | ( | "CarnahanStarling" | ) |
Runtime type information.
|
virtual |
Radial distribution function.
Implements radialModel.
Definition at line 70 of file CarnahanStarlingRadial.C.
References alpha(), Foam::pow3(), and Foam::sqr().

|
virtual |
Derivative of the radial distribution function.
Implements radialModel.
Definition at line 86 of file CarnahanStarlingRadial.C.
References alpha(), Foam::pow3(), Foam::pow4(), and Foam::sqr().
