

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... | |
| conductivityModel (const conductivityModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~conductivityModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | kappa (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0 |
| virtual bool | read () |
| void | operator= (const conductivityModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< conductivityModel > | New (const dictionary &dict) |
Protected Attributes | |
| const dictionary & | dict_ |
Definition at line 50 of file conductivityModel.H.
| conductivityModel | ( | const dictionary & | dict | ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
| TypeName | ( | "conductivityModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| conductivityModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
static |
|
pure virtual |
Implemented in HrenyaSinclair, Gidaspow, and Syamlal.
|
inlinevirtual |
Reimplemented in HrenyaSinclair.
Definition at line 110 of file conductivityModel.H.
References conductivityModel::operator=().

|
delete |
Disallow default bitwise assignment.
Referenced by conductivityModel::read().

|
protected |
Definition at line 56 of file conductivityModel.H.