26 #include "HrenyaSinclairConductivity.H" 34 namespace kineticTheoryModels
36 namespace conductivityModels
55 const dictionary&
dict 58 conductivityModel(dict),
59 coeffDict_(dict.optionalSubDict(typeName +
"Coeffs")),
60 L_(
"L", dimensionSet(0, 1, 0, 0, 0), coeffDict_)
88 scalar(1) + da/(6*
sqrt(2.0)*(alpha1 + 1e-5))/L_
91 return rho1*da*
sqrt(Theta)*
93 2*
sqr(alpha1)*g0*(1 +
e)/sqrtPi
94 + (9.0/8.0)*sqrtPi*g0*0.25*
sqr(1 + e)*(2*e - 1)*
sqr(alpha1)
95 /(49.0/16.0 - 33*e/16.0)
96 + (15.0/16.0)*sqrtPi*alpha1*(0.5*
sqr(e) + 0.25*e - 0.75 + lamda)
97 /((49.0/16.0 - 33*e/16.0)*lamda)
99 /((1 +
e)*(49.0/16.0 - 33*e/16.0)*lamda*g0)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual ~HrenyaSinclair()
Destructor.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
HrenyaSinclair(const dictionary &dict)
Construct from components.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
bool readIfPresent(const word &, T &, bool recursive=false, bool patternMatch=true) const
Find an entry if present, and assign to T.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const doubleScalar e
Elementary charge.
A class for managing temporary objects.
tmp< volScalarField > kappa(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const