

Public Member Functions | |
| TypeName ("CarnahanStarling") | |
| Runtime type information. More... | |
| CarnahanStarling (const dictionary &coeffDict) | |
| Construct from the coefficients dictionary. 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 &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... | |
| 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) |
Definition at line 51 of file CarnahanStarlingRadial.H.
| CarnahanStarling | ( | const dictionary & | coeffDict | ) |
Construct from the coefficients dictionary.
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().
