26 #include "HrenyaSinclairViscosity.H" 34 namespace kineticTheoryModels
36 namespace viscosityModels
55 const dictionary&
dict 59 coeffDict_(dict.optionalSubDict(typeName +
"Coeffs")),
60 L_(
"L", dimensionSet(0, 1, 0, 0, 0), coeffDict_)
87 scalar(1) + da/(6.0*
sqrt(2.0)*(alpha1 + scalar(1.0e-5)))/L_
90 return da*
sqrt(Theta)*
92 (4.0/5.0)*
sqr(alpha1)*g0*(1.0 +
e)/sqrtPi
93 + (1.0/15.0)*sqrtPi*g0*(1.0 +
e)*(3.0*e - 1)*
sqr(alpha1)/(3.0-
e)
94 + (1.0/6.0)*sqrtPi*alpha1*(0.5*lamda + 0.25*(3.0*e - 1.0))
95 /(0.5*(3.0 - e)*lamda)
96 + (10/96.0)*sqrtPi/((1.0 +
e)*0.5*(3.0 - e)*g0*lamda)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< volScalarField > nu(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const
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.
HrenyaSinclair(const dictionary &dict)
Construct from components.
const doubleScalar e
Elementary charge.
virtual ~HrenyaSinclair()
Destructor.
A class for managing temporary objects.