Skip to content
Snippets Groups Projects
Commit 4d45a44a authored by felix's avatar felix
Browse files

fix boundaries

(and include them)
parent 1246331e
No related branches found
No related tags found
No related merge requests found
...@@ -77,31 +77,39 @@ edges ...@@ -77,31 +77,39 @@ edges
boundary boundary
( (
/* bottomwall
inlet
{ {
type patch; type wall;
faces faces
( (
(Fbl Ftl Bbl Btl) (Fbl Fbs Bbl Bbs)
(Fbs Bbs Bbr Fbr)
); );
} }
outlet topwall
{
type wall;
faces
(
(Fts Bts Btl Ftl)
(Ftr Btr Bts Fts)
);
}
inlet
{ {
type patch; type patch;
faces faces
( (
(Fbr Ftr Bbr Btr) (Fbl Ftl Btl Bbl)
); );
} }
walls outlet
{ {
type wall; type patch;
faces faces
( (
(Fbl Fbr Bbl Bbr) (Fbr Bbr Btr Ftr)
(Ftl Ftr Btl Btr) );
)
} }
cylinder cylinder
{ {
...@@ -112,7 +120,7 @@ boundary ...@@ -112,7 +120,7 @@ boundary
(Fcbr Fctr Bcbr Bctr) (Fcbr Fctr Bcbr Bctr)
(Fctr Fctl Bctr Bctl) (Fctr Fctl Bctr Bctl)
(Fctl Fcbl Bctl Bcbl) (Fctl Fcbl Bctl Bcbl)
) );
} }
frontAndBack frontAndBack
{ {
...@@ -132,7 +140,6 @@ boundary ...@@ -132,7 +140,6 @@ boundary
(Bbs Bbr Btr Bts) (Bbs Bbr Btr Bts)
); );
} }
*/
); );
mergePatchPairs mergePatchPairs
......
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