
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< volScalarField > | kappa (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< conductivityModel > | New (const dictionary &dict) |
Definition at line 50 of file conductivityModel.H.
| conductivityModel | ( | const dictionary & | coeffDict | ) |
Construct from the coefficients dictionary.
Definition at line 43 of file conductivityModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 52 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::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

| 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().

|
pure virtual |
Implemented in Syamlal, HrenyaSinclair, and Gidaspow.
|
delete |
Disallow default bitwise assignment.