From 9ab75c5c3b3c7ee75032210f1ebacb4f75c1ff64 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 19 Dec 2019 09:20:23 +0000
Subject: [PATCH] STYLE: weightedFlux: adapt for word input

---
 .../schemes/weightedFlux/weightedFlux.H                     | 6 +++---
 .../schemes/weightedFluxExample/Allrun                      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weightedFlux/weightedFlux.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weightedFlux/weightedFlux.H
index 4473c62e75a..6ad84e012a2 100755
--- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weightedFlux/weightedFlux.H
+++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weightedFlux/weightedFlux.H
@@ -45,9 +45,9 @@ Description
     \verbatim
         gradSchemes
         {
-            grad(T)             Gauss weightedFlux "lambda";
-            grad(u)             Gauss weightedFlux "D";
-            grad(potential)     Gauss weightedFlux "sigma";
+            grad(T)             Gauss weightedFlux lambda;
+            grad(u)             Gauss weightedFlux D;
+            grad(potential)     Gauss weightedFlux sigma;
         }
     \endverbatim
 
diff --git a/tutorials/verificationAndValidation/schemes/weightedFluxExample/Allrun b/tutorials/verificationAndValidation/schemes/weightedFluxExample/Allrun
index 5bcc22315a3..bf9d0d4f0eb 100755
--- a/tutorials/verificationAndValidation/schemes/weightedFluxExample/Allrun
+++ b/tutorials/verificationAndValidation/schemes/weightedFluxExample/Allrun
@@ -29,7 +29,7 @@ runApplication -s 2 $(getApplication)
 # ----
 echo "Run weightedFlux (3)"
 foamDictionary -entry endTime -set 3 system/controlDict >/dev/null
-sed -i '/^ *grad/s/Gauss.*;/Gauss weightedFlux "DT";/' system/fvSchemes
+sed -i '/^ *grad/s/Gauss.*;/Gauss weightedFlux DT;/' system/fvSchemes
 
 runApplication -s 3 $(getApplication)
 
-- 
GitLab