Go to the documentation of this file.
35 #ifndef conductivityModel_H
36 #define conductivityModel_H
47 namespace kineticTheoryModels
virtual ~conductivityModel()=default
A class for managing temporary objects.
const volScalarField & alpha1
TypeName("conductivityModel")
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
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
static autoPtr< conductivityModel > New(const dictionary &dict)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
const dimensionedScalar e
Generic GeometricField class.
conductivityModel(const dictionary &dict)