EMH: Updating expression for k() for the dynLagrangian.H

This commit is contained in:
Sergio Ferraris
2013-04-19 14:49:59 +01:00
parent 0368962ed4
commit f95b189ca8

View File

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