Go to the documentation of this file.
36 namespace kineticTheoryModels
38 namespace viscosityModels
57 const dictionary&
dict
61 coeffDict_(
dict.optionalSubDict(typeName +
"Coeffs")),
89 scalar(1) + da/(6.0*
sqrt(2.0)*(
alpha1 + scalar(1.0
e-5)))/L_
92 return da*
sqrt(Theta)*
95 + (1.0/15.0)*sqrtPi*g0*(1.0 +
e)*(3.0*
e - 1)*
sqr(
alpha1)/(3.0-
e)
96 + (1.0/6.0)*sqrtPi*
alpha1*(0.5*lamda + 0.25*(3.0*
e - 1.0))
97 /(0.5*(3.0 -
e)*lamda)
98 + (10/96.0)*sqrtPi/((1.0 +
e)*0.5*(3.0 -
e)*g0*lamda)
105 coeffDict_ <<= dict_.optionalSubDict(typeName +
"Coeffs");
107 L_.readIfPresent(coeffDict_);
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
tmp< volScalarField > nu(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const
const volScalarField & alpha1
virtual ~HrenyaSinclair()
addToRunTimeSelectionTable(viscosityModel, Gidaspow, dictionary)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
constexpr scalar pi(M_PI)
dimensionedScalar sqrt(const dimensionedScalar &ds)
const dimensionedScalar e
defineTypeNameAndDebug(Gidaspow, 0)
HrenyaSinclair(const dictionary &dict)