Skip to content
Snippets Groups Projects
Commit 788bd257 authored by Hanchuan Wu's avatar Hanchuan Wu
Browse files

Set top and bottom boundary to no-flow velocity no-slip

parent a444b474
No related branches found
No related tags found
1 merge request!12Feature/modify problem setup for bj
......@@ -104,8 +104,6 @@ public:
if (isInlet_(globalPos) || isOutlet_(globalPos))
values.setDirichlet(Indices::pressureIdx);
else if (isOnUpperWall_(globalPos) || isOnLowerWall_(globalPos))
values.setAllSymmetry();
else
{
values.setDirichlet(Indices::velocityXIdx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment