mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: v2-f model updates
This commit is contained in:
@ -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))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user