Skip to content
Snippets Groups Projects
Commit 7013bf19 authored by mattijs's avatar mattijs
Browse files

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

parents 346eb973 f95b189c
Branches
Tags
No related merge requests found
......@@ -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)));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment