Go to the documentation of this file.
36 namespace kineticTheoryModels
38 namespace conductivityModels
61 coeffDict_(
dict.optionalSubDict(typeName +
"Coeffs")),
97 /(49.0/16.0 - 33*
e/16.0)
98 + (15.0/16.0)*sqrtPi*
alpha1*(0.5*
sqr(
e) + 0.25*
e - 0.75 + lamda)
99 /((49.0/16.0 - 33*
e/16.0)*lamda)
101 /((1 +
e)*(49.0/16.0 - 33*
e/16.0)*lamda*g0)
108 coeffDict_ <<= dict_.optionalSubDict(typeName +
"Coeffs");
110 L_.readIfPresent(coeffDict_);
addToRunTimeSelectionTable(conductivityModel, Gidaspow, dictionary)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
const volScalarField & alpha1
HrenyaSinclair(const dictionary &dict)
tmp< volScalarField > kappa(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
constexpr scalar pi(M_PI)
dimensionedScalar sqrt(const dimensionedScalar &ds)
const dimensionedScalar e
virtual ~HrenyaSinclair()
Generic GeometricField class.
defineTypeNameAndDebug(Gidaspow, 0)