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
36c56b1c
Commit
36c56b1c
authored
Jul 03, 2018
by
Thomas Fetzer
Browse files
[freeflow] Fix calculation of Neumann boundaries
parent
b1474f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/staggered/localresidual.hh
View file @
36c56b1c
...
...
@@ -300,8 +300,7 @@ protected:
*
extrusionFactor
*
scvf
.
area
();
// treat the remaining (normal) faces of the staggered control volume
FluxVariables
fluxVars
;
residual
+=
fluxVars
.
computeLateralMomentumFlux
(
problem
,
element
,
scvf
,
fvGeometry
,
elemVolVars
,
elemFaceVars
);
residual
+=
computeFluxForFace
(
problem
,
element
,
scvf
,
fvGeometry
,
elemVolVars
,
elemFaceVars
,
elemFluxVarsCache
);
}
else
if
(
bcTypes
.
isSymmetry
())
{
...
...
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