Skip to content
Snippets Groups Projects
Commit 77090f2a authored by Henry Weller's avatar Henry Weller
Browse files

turbulenceModels/RAS/v2f: removed the fvOptions source from the f-equation

It is not clear what form an fvOptions source should take as f is not a
transported dynamic field. For the moment the fvOptions source from the
f-equation has been removed until there is a specific need which will
show what the form should be.

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1955
parent 947f3fea
No related merge requests found
...@@ -364,7 +364,6 @@ void v2f<BasicTurbulenceModel>::correct() ...@@ -364,7 +364,6 @@ void v2f<BasicTurbulenceModel>::correct()
== ==
- fvm::Sp(1.0/L2, f_) - fvm::Sp(1.0/L2, f_)
- 1.0/L2/k_*(v2fAlpha - C2_*G) - 1.0/L2/k_*(v2fAlpha - C2_*G)
+ fvOptions(alpha, rho, f_)
); );
fEqn().relax(); fEqn().relax();
......
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