Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9ab75c5c
Commit
9ab75c5c
authored
Dec 19, 2019
by
mattijs
Browse files
STYLE: weightedFlux: adapt for word input
parent
d092f429
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/surfaceInterpolation/schemes/weightedFlux/weightedFlux.H
View file @
9ab75c5c
...
...
@@ -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
...
...
tutorials/verificationAndValidation/schemes/weightedFluxExample/Allrun
View file @
9ab75c5c
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment