Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
2141244e
Commit
2141244e
authored
Jun 07, 2018
by
Jonathan Lambrechts
Browse files
fix testcase
parent
85658aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
testcases/poiseuille2fluids/poiseuille.py
View file @
2141244e
...
...
@@ -73,12 +73,12 @@ strong_boundaries = [
(
"Top"
,
v1
,
v1
,
0.
),
(
"LeftUp"
,
u0
,
u0
,
lambda
x
:
1.
/
(
20
*
nu0
*
rho
)
*
x
[:,
1
]
*
(
1
-
x
[:,
1
])),
(
"LeftUp"
,
v0
,
v0
,
0
),
(
"LeftUp"
,
q0
,
q0
,
0.999
),
(
"LeftUp"
,
q0
,
q0
,
1
),
(
"LeftUp"
,
u1
,
u1
,
lambda
x
:
0
/
(
20
*
nu1
*
rho
)
*
x
[:,
1
]
*
(
1
-
x
[:,
1
])),
(
"LeftUp"
,
v1
,
v1
,
0
),
(
"LeftDown"
,
u0
,
u0
,
lambda
x
:
1.
/
(
20
*
nu0
*
rho
)
*
x
[:,
1
]
*
(
1
-
x
[:,
1
])),
(
"LeftDown"
,
v0
,
v0
,
0
),
(
"LeftDown"
,
q0
,
q0
,
0.999
),
(
"LeftDown"
,
q0
,
q0
,
1
),
(
"LeftDown"
,
u1
,
u1
,
lambda
x
:
0
/
(
20
*
nu1
*
rho
)
*
x
[:,
1
]
*
(
1
-
x
[:,
1
])),
(
"LeftDown"
,
v1
,
v1
,
0
),
(
"RightDown"
,
v0
,
v0
,
0
),
...
...
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