Go to the documentation of this file.
32 #ifndef conductivityModel_H
33 #define conductivityModel_H
44 namespace kineticTheoryModels
51 class conductivityModel
66 const dictionary&
dict_;
81 const dictionary&
dict
95 static autoPtr<conductivityModel>
New
97 const dictionary&
dict
107 virtual tmp<volScalarField>
kappa
static autoPtr< conductivityModel > New(const dictionary &dict)
void operator=(const conductivityModel &)
Disallow default bitwise assignment.
conductivityModel(const conductivityModel &)
Disallow default bitwise copy construct.
virtual ~conductivityModel()
Destructor.
TypeName("conductivityModel")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, conductivityModel, dictionary,(const dictionary &dict),(dict))
virtual tmp< volScalarField > kappa(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const double e
Elementary charge.
Macros to ease declaration of run-time selection tables.