Go to the documentation of this file.
26 #include "HrenyaSinclairConductivity.H"
34 namespace kineticTheoryModels
36 namespace conductivityModels
55 const dictionary&
dict
58 conductivityModel(
dict),
59 coeffDict_(
dict.subDict(typeName +
"Coeffs")),
60 L_(
"L", dimensionSet(0, 1, 0, 0, 0), coeffDict_)
88 scalar(1) + da/(6.0*
sqrt(2.0)*(
alpha1 + scalar(1.0
e-5)))/L_
95 /(49.0/16.0 - 33.0*
e/16.0)
97 /((49.0/16.0 - 33.0*
e/16.0)*
lamda)
99 /((1.0 +
e)*(49.0/16.0 - 33.0*
e/16.0)*
lamda*g0)
106 coeffDict_ <<= dict_.subDict(typeName +
"Coeffs");
108 L_.readIfPresent(coeffDict_);
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const scalar lamda(readScalar(comfortFoamDict.lookup("lamda")))
HrenyaSinclair(const dictionary &dict)
Construct from components.
tmp< volScalarField > kappa(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const
virtual ~HrenyaSinclair()
Destructor.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
const double e
Elementary charge.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
defineTypeNameAndDebug(combustionModel, 0)