34 namespace kineticTheoryModels
36 namespace viscosityModels
59 coeffDict_(
dict.optionalSubDict(typeName +
"Coeffs")),
91 Foam::typedName<viscosityModel>(
"nu"),
96 (4.0/5.0)*
sqr(alpha1)*g0*(1 +
e)/sqrtPi
97 + (1.0/15.0)*sqrtPi*g0*(1 +
e)*(3*
e - 1)*
sqr(alpha1)/(3 -
e)
98 + (1.0/6.0)*sqrtPi*alpha1*(0.5*
lambda + 0.25*(3*
e - 1))
100 + (10.0/96.0)*sqrtPi/((1 +
e)*0.5*(3 -
e)*g0*
lambda)
108 coeffDict_ <<= dict_.optionalSubDict(typeName +
"Coeffs");
110 L_.readIfPresent(coeffDict_);
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
static word group(const word &name)
Return group (extension part of name)
static word groupName(Name name, const word &group)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Dimension set for the base types.
tmp< volScalarField > nu(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const
HrenyaSinclair(const dictionary &dict)
Construct from components.
virtual ~HrenyaSinclair()
Destructor.
A class for managing temporary objects.
dimensionedScalar lambda(viscosity->lookup("lambda"))
defineTypeNameAndDebug(Gidaspow, 0)
addToRunTimeSelectionTable(viscosityModel, Gidaspow, dictionary)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)