radialModel Class Referenceabstract
Inheritance diagram for radialModel:

Public Member Functions

 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...
 
virtual tmp< volScalarFieldg0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Radial distribution function. More...
 
virtual tmp< volScalarFieldg0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Derivative of the radial distribution function. More...
 
void operator= (const radialModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< radialModelNew (const dictionary &dict)
 

Detailed Description

Source files

Definition at line 50 of file radialModel.H.

Constructor & Destructor Documentation

◆ radialModel() [1/2]

radialModel ( const dictionary coeffDict)

Construct from the coefficients dictionary.

Definition at line 43 of file radialModel.C.

◆ radialModel() [2/2]

radialModel ( const radialModel )
delete

Disallow default bitwise copy construction.

◆ ~radialModel()

~radialModel ( )
virtual

Destructor.

Definition at line 52 of file radialModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "radialModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
radialModel  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

◆ New()

Definition at line 31 of file radialModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)

Read the coefficients from the optional ".*Coeffs" sub-dictionary.

of the given dictionary

Definition at line 58 of file radialModel.C.

References dict, and Foam::type().

Here is the call graph for this function:

◆ g0()

virtual tmp<volScalarField> g0 ( const volScalarField alpha,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
pure virtual

Radial distribution function.

Implemented in SinclairJackson, LunSavage, and CarnahanStarling.

◆ g0prime()

virtual tmp<volScalarField> g0prime ( const volScalarField alpha,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
pure virtual

Derivative of the radial distribution function.

Implemented in SinclairJackson, LunSavage, and CarnahanStarling.

◆ operator=()

void operator= ( const radialModel )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: