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
f21b28a0
Commit
f21b28a0
authored
Sep 20, 2021
by
Timo Koch
Browse files
[navierstokes][problem] Improve code comment
parent
51fa2d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/problem.hh
View file @
f21b28a0
...
...
@@ -482,7 +482,7 @@ public:
GlobalPosition
orientation
(
0.0
);
orientation
[
scv
.
dofAxis
()]
=
1.0
;
// du/dy + dv/dx =
alpha/sqrt(K)
* (u_boundary-uPM)
// du/dy + dv/dx =
beta
* (u_boundary-uPM)
// beta = alpha/sqrt(K)
const
Scalar
betaBJ
=
asImp_
().
betaBJ
(
fvGeometry
,
scvf
,
orientation
);
const
Scalar
distanceNormalToBoundary
=
(
scvf
.
ipGlobal
()
-
scv
.
dofPosition
()).
two_norm
();
...
...
Write
Preview
Markdown
is supported
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