Skip to content
Snippets Groups Projects
Commit 6fd59794 authored by andy's avatar andy
Browse files

ENH: v2-f model updates

parent 1d938852
Branches
Tags
No related merge requests found
......@@ -366,10 +366,10 @@ void v2f::correct()
const volScalarField G(GName(), nut_*S2);
const volScalarField T(Ts());
const volScalarField L2(type() + ".L2", sqr(Ls()));
const volScalarField L2(type() + ":L2", sqr(Ls()));
const volScalarField alpha
(
"v2f::alpha",
"v2f:alpha",
1.0/T*((C1_ - N)*v2_ - 2.0/3.0*k_*(C1_ - 1.0))
);
......
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