Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2013-04-15 17:02:02 +01:00

View File

@ -154,8 +154,9 @@ public:
tmp<volScalarField> k(const tmp<volTensorField>& gradU) const
{
return
2.0
* pow((2.0/sqrt(2.0))*sqrt(ce_)*flm_/fmm_, 2.0/3.0)/ce_
pow(2.0, 4.0/3.0)
* pow(flm_/fmm_, 2.0/3.0)
* pow(ce_, -2.0/3.0)
* sqr(delta())*magSqr(dev(symm(gradU)));
}