conductivityModel Class Referenceabstract
Inheritance diagram for conductivityModel:
[legend]
Collaboration diagram for conductivityModel:
[legend]

Public Member Functions

 TypeName ("conductivityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
 
 conductivityModel (const dictionary &dict)
 Construct from components. More...
 
virtual ~conductivityModel ()=default
 Destructor. More...
 
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. More...
 
 declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
 
 conductivityModel (const dictionary &dict)
 Construct from components. More...
 
virtual ~conductivityModel ()=default
 Destructor. More...
 
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 45 of file conductivityModel.C.

◆ ~conductivityModel() [1/2]

virtual ~conductivityModel ( )
virtualdefault

Destructor.

◆ conductivityModel() [2/2]

conductivityModel ( const dictionary dict)
explicit

Construct from components.

◆ ~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  
)

◆ New() [1/2]

Definition at line 57 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

◆ read() [1/2]

virtual bool read ( )
inlinevirtual

Reimplemented in HrenyaSinclair, and HrenyaSinclair.

Definition at line 110 of file conductivityModel.H.

◆ TypeName() [2/2]

TypeName ( "conductivityModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

◆ New() [2/2]

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

◆ 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

◆ read() [2/2]

virtual bool read ( )
inlinevirtual

Reimplemented in HrenyaSinclair, and HrenyaSinclair.

Definition at line 110 of file conductivityModel.H.

Member Data Documentation

◆ dict_

const dictionary & dict_
protected

Definition at line 59 of file conductivityModel.H.


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