KriegerDoughertyViscosity
Syntax
Defined in transportProperties dictionary.
viscosityModel KriegerDoughertyViscosity;
KriegerDoughertyViscosityCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] scalar;
nuMax nuMax [ 0 2 -1 0 0 0 0 ] scalar;
nuBar nuBar [ 0 0 0 0 0 0 0 ] scalar;
voidfractionMin voidfractionMin [ 0 0 0 0 0 0 0 ] scalar;
}
nu0 = reference viscosity
nuMax = XXX
nuBar = intrinsic viscosity
voidFractionMin = the maximum particle voume fraction in terms of the particle voidfraction, i.e.

Examples
KriegerDoughertyViscosityCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-5;
nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-01;
nuBar nuBar [ 0 0 0 0 0 0 0 ] 2.5;
voidfractionMin voidfractionMin [ 0 0 0 0 0 0 0 ] 0.35;
}
Description
Calculates the viscosity according to the equation

where
is the reference viscosity,
the particle volume fraction,
the maximal particle volume fraction (0.64 for monodisperse spheres) and
the intrinsic viscosity (2.5 for spheres). The model is suitable for concentrated suspensions.
Restrictions
None.
Home