Loading...
Searching...
No Matches
conductivityModel Class Referenceabstract

#include <conductivityModel.H>

Inheritance diagram for conductivityModel:
Collaboration diagram for conductivityModel:

Public Member Functions

 TypeName ("conductivityModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
 conductivityModel (const dictionary &dict)
 Construct from components.
virtual ~conductivityModel ()=default
 Destructor.
virtual tmp< volScalarFieldkappa (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
virtual bool read ()
 TypeName ("conductivityModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
 conductivityModel (const dictionary &dict)
 Construct from components.
virtual ~conductivityModel ()=default
 Destructor.
virtual tmp< volScalarFieldkappa (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
virtual bool read ()

Static Public Member Functions

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

Protected Attributes

const dictionarydict_

Detailed Description

Constructor & Destructor Documentation

◆ conductivityModel() [1/2]

conductivityModel ( const dictionary & dict)
explicit

Construct from components.

Definition at line 38 of file conductivityModel.C.

References dict, and dict_.

Referenced by declareRunTimeSelectionTable(), Gidaspow::Gidaspow(), HrenyaSinclair::HrenyaSinclair(), and Syamlal::Syamlal().

Here is the caller graph for this function:

◆ ~conductivityModel() [1/2]

virtual ~conductivityModel ( )
virtualdefault

Destructor.

◆ conductivityModel() [2/2]

conductivityModel ( const dictionary & dict)
explicit

Construct from components.

References dict.

◆ ~conductivityModel() [2/2]

virtual ~conductivityModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "conductivityModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

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

References conductivityModel(), and dict.

Here is the call graph for this function:

◆ New() [1/2]

Definition at line 50 of file conductivityModel.C.

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

Here is the call graph for this function:

◆ kappa() [1/2]

virtual tmp< volScalarField > kappa ( const volScalarField & alpha1,
const volScalarField & Theta,
const volScalarField & g0,
const volScalarField & rho1,
const volScalarField & da,
const dimensionedScalar & e ) const
pure virtual

Implemented in Gidaspow, Gidaspow, HrenyaSinclair, HrenyaSinclair, Syamlal, and Syamlal.

References alpha1, e, and rho1.

◆ read() [1/2]

virtual bool read ( )
inlinevirtual

Reimplemented in HrenyaSinclair, and HrenyaSinclair.

Definition at line 111 of file conductivityModel.H.

◆ TypeName() [2/2]

TypeName ( "conductivityModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

References conductivityModel(), and dict.

Here is the call graph for this function:

◆ New() [2/2]

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

References dict.

◆ kappa() [2/2]

virtual tmp< volScalarField > kappa ( const volScalarField & alpha1,
const volScalarField & Theta,
const volScalarField & g0,
const volScalarField & rho1,
const volScalarField & da,
const dimensionedScalar & e ) const
pure virtual

Implemented in Gidaspow, Gidaspow, HrenyaSinclair, HrenyaSinclair, Syamlal, and Syamlal.

References alpha1, e, and rho1.

◆ read() [2/2]

virtual bool read ( )
inlinevirtual

Reimplemented in HrenyaSinclair, and HrenyaSinclair.

Definition at line 111 of file conductivityModel.H.

Member Data Documentation

◆ dict_

const dictionary & dict_
protected

Definition at line 54 of file conductivityModel.H.

Referenced by conductivityModel(), and HrenyaSinclair::read().


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