conductivityModel Class Referenceabstract
Inheritance diagram for conductivityModel:

Public Member Functions

 TypeName ("conductivityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
 
 conductivityModel (const dictionary &coeffDict)
 Construct from the coefficients dictionary. More...
 
 conductivityModel (const conductivityModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~conductivityModel ()
 Destructor. More...
 
bool read (const dictionary &dict)
 Read the coefficients from the optional ".*Coeffs" sub-dictionary. More...
 
virtual tmp< volScalarFieldkappa (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
 
void operator= (const conductivityModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< conductivityModelNew (const dictionary &dict)
 

Detailed Description

Source files

Definition at line 50 of file conductivityModel.H.

Constructor & Destructor Documentation

◆ conductivityModel() [1/2]

conductivityModel ( const dictionary coeffDict)

Construct from the coefficients dictionary.

Definition at line 43 of file conductivityModel.C.

◆ conductivityModel() [2/2]

conductivityModel ( const conductivityModel )
delete

Disallow default bitwise copy construction.

◆ ~conductivityModel()

~conductivityModel ( )
virtual

Destructor.

Definition at line 52 of file conductivityModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "conductivityModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

Definition at line 31 of file conductivityModelNew.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 conductivityModel.C.

References dict, and Foam::type().

Here is the call graph for this function:

◆ kappa()

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 Syamlal, HrenyaSinclair, and Gidaspow.

◆ operator=()

void operator= ( const conductivityModel )
delete

Disallow default bitwise assignment.


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