Skip to content
Snippets Groups Projects
Commit 9ab75c5c authored by mattijs's avatar mattijs
Browse files

STYLE: weightedFlux: adapt for word input

parent d092f429
No related merge requests found
...@@ -45,9 +45,9 @@ Description ...@@ -45,9 +45,9 @@ Description
\verbatim \verbatim
gradSchemes gradSchemes
{ {
grad(T) Gauss weightedFlux "lambda"; grad(T) Gauss weightedFlux lambda;
grad(u) Gauss weightedFlux "D"; grad(u) Gauss weightedFlux D;
grad(potential) Gauss weightedFlux "sigma"; grad(potential) Gauss weightedFlux sigma;
} }
\endverbatim \endverbatim
......
...@@ -29,7 +29,7 @@ runApplication -s 2 $(getApplication) ...@@ -29,7 +29,7 @@ runApplication -s 2 $(getApplication)
# ---- # ----
echo "Run weightedFlux (3)" echo "Run weightedFlux (3)"
foamDictionary -entry endTime -set 3 system/controlDict >/dev/null 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) runApplication -s 3 $(getApplication)
......
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