Loading...
Searching...
No Matches
radialModel Class Referenceabstract

#include <radialModel.H>

Inheritance diagram for radialModel:
Collaboration diagram for radialModel:

Public Member Functions

 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 tmp< volScalarFieldg0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Radial distribution function.
virtual tmp< volScalarFieldg0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Derivative of the radial distribution function.
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 tmp< volScalarFieldg0 (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Radial distribution function.
virtual tmp< volScalarFieldg0prime (const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 Derivative of the radial distribution function.
virtual bool read ()

Static Public Member Functions

static autoPtr< radialModelNew (const dictionary &dict)
static autoPtr< radialModelNew (const dictionary &dict)

Protected Attributes

const dictionarydict_

Detailed Description

Source files
Source files

Definition at line 48 of file radialModel.H.

Constructor & Destructor Documentation

◆ radialModel() [1/2]

radialModel ( const dictionary & dict)
explicit

Construct from components.

Definition at line 38 of file radialModel.C.

References dict, and dict_.

Referenced by CarnahanStarling::CarnahanStarling(), declareRunTimeSelectionTable(), LunSavage::LunSavage(), and SinclairJackson::SinclairJackson().

Here is the caller graph for this function:

◆ ~radialModel() [1/2]

virtual ~radialModel ( )
virtualdefault

Destructor.

◆ radialModel() [2/2]

radialModel ( const dictionary & dict)
explicit

Construct from components.

References dict.

◆ ~radialModel() [2/2]

virtual ~radialModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "radialModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

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

References dict, and radialModel().

Here is the call graph for this function:

◆ New() [1/2]

Definition at line 50 of file radialModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ g0() [1/2]

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

Radial distribution function.

Implemented in CarnahanStarling, CarnahanStarling, LunSavage, LunSavage, SinclairJackson, and SinclairJackson.

References alpha, and alphaMax().

Here is the call graph for this function:

◆ g0prime() [1/2]

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

Derivative of the radial distribution function.

Implemented in CarnahanStarling, CarnahanStarling, LunSavage, LunSavage, SinclairJackson, and SinclairJackson.

References alpha, and alphaMax().

Here is the call graph for this function:

◆ read() [1/2]

virtual bool read ( )
inlinevirtual

Definition at line 121 of file radialModel.H.

◆ TypeName() [2/2]

TypeName ( "radialModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

References dict, and radialModel().

Here is the call graph for this function:

◆ New() [2/2]

autoPtr< radialModel > New ( const dictionary & dict)
static

References dict.

◆ g0() [2/2]

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

Radial distribution function.

Implemented in CarnahanStarling, CarnahanStarling, LunSavage, LunSavage, SinclairJackson, and SinclairJackson.

References alpha, and alphaMax().

Here is the call graph for this function:

◆ g0prime() [2/2]

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

Derivative of the radial distribution function.

Implemented in CarnahanStarling, CarnahanStarling, LunSavage, LunSavage, SinclairJackson, and SinclairJackson.

References alpha, and alphaMax().

Here is the call graph for this function:

◆ read() [2/2]

virtual bool read ( )
inlinevirtual

Definition at line 121 of file radialModel.H.

Member Data Documentation

◆ dict_

const dictionary & dict_
protected

Definition at line 54 of file radialModel.H.

Referenced by radialModel().


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/radialModel/radialModel.H
  • src/phaseSystemModels/twoPhaseEuler/phaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/radialModel/radialModel.H
  • src/phaseSystemModels/reactingEuler/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/radialModel/radialModel.C
  • src/phaseSystemModels/twoPhaseEuler/phaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/radialModel/radialModel.C