Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
b2064578
Commit
b2064578
authored
Sep 08, 2016
by
Kilian Weishaupt
Browse files
[stokes][localResidual] Account for extrusion factor in outflow
*Flux leaving the domain needs to be scaled by extrusion factor
parent
d5cd816c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/stokes/localresidual.hh
View file @
b2064578
...
...
@@ -519,6 +519,7 @@ protected:
PrimaryVariables
values
(
0.0
);
asImp_
()
->
computeFlux
(
values
,
boundaryFaceIdx
,
/*onBoundary=*/
true
);
values
*=
this
->
curVolVars_
(
scvIdx
).
extrusionFactor
();
Valgrind
::
CheckDefined
(
values
);
for
(
int
eqIdx
=
0
;
eqIdx
<
numEq
;
++
eqIdx
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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