Definition at line 49 of file conductivityModel.H.
Public Member Functions | |
TypeName ("conductivityModel") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict)) | |
conductivityModel (const dictionary &dict) | |
Construct from components.
| |
virtual | ~conductivityModel () |
Destructor.
| |
virtual tmp< volScalarField > | kappa (const volScalarField &alpha, const volScalarField &Theta, const volScalarField &g0, const dimensionedScalar &rhoa, const dimensionedScalar &da, const dimensionedScalar &e) const =0 |
Static Public Member Functions | |
static autoPtr< conductivityModel > | New (const dictionary &dict) |
Protected Attributes | |
const dictionary & | dict_ |
conductivityModel | ( | const dictionary & | dict ) |
Construct from components.
virtual ~conductivityModel | ( | ) | [virtual]
|
Destructor.
TypeName | ( | "conductivityModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
conductivityModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
static autoPtr<conductivityModel> New | ( | const dictionary & | dict ) | [static]
|
virtual tmp<volScalarField> kappa | ( | const volScalarField & | alpha, |
const volScalarField & | Theta, | ||
const volScalarField & | g0, | ||
const dimensionedScalar & | rhoa, | ||
const dimensionedScalar & | da, | ||
const dimensionedScalar & | e | ||
) | const [pure virtual]
|
Implemented in GidaspowConductivity, HrenyaSinclairConductivity, and SyamlalConductivity.
const dictionary& dict_ [protected]
|
Definition at line 64 of file conductivityModel.H.