Skip to content
Snippets Groups Projects
Commit 0091ac3d authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[staggeredGrid][test] Fix BC in NavierStokes test

* use outflow instead of Neumann
parent f467051a
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!390Feature/staggered components
......@@ -201,7 +201,7 @@ public:
values.setOutflow(momentumBalanceIdx);
}
else
values.setNeumann(massBalanceIdx);
values.setOutflow(massBalanceIdx);
return values;
}
......
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