Releases: 11101011/src
Releases · 11101011/src
Bounded k-epsilon model (OF220)
Call the model with modKEpsilon
and by referencing the new library in the controlDict
of the case.
libs
{
"libModIncompressibleRASModels.so"
}
Try setting the minimum allowed values for k,epsilon
to something greater than 1E-15 (OF standard). A good value is 1E-8. It can be set in the RASProperties
with:
kMin 1E-8;
epsilonMin 1E-8;