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.
Definition at line 43 of file conductivityModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 54 of file conductivityModel.C.
TypeName | ( | "conductivityModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
conductivityModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
Definition at line 31 of file conductivityModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::Info.
|
pure virtual |
Implemented in Syamlal, HrenyaSinclair, and Gidaspow.
|
inlinevirtual |
Reimplemented in HrenyaSinclair.
Definition at line 110 of file conductivityModel.H.
|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 56 of file conductivityModel.H.