From 3ad87864a3aeba4a6c481ed71eb1230618fa7aae Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 17 Dec 2015 08:40:52 +0000 Subject: [PATCH] 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 --- src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.C b/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.C index df1597cba..7d9290984 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.C +++ b/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.C @@ -364,7 +364,6 @@ void v2f::correct() == - fvm::Sp(1.0/L2, f_) - 1.0/L2/k_*(v2fAlpha - C2_*G) - + fvOptions(alpha, rho, f_) ); fEqn().relax();