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
boundary
(
/*
inlet
bottomwall
{
type patch;
type wall;
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;
faces
(
(Fbr Ftr Bbr Btr)
(Fbl Ftl Btl Bbl)
);
}
walls
outlet
{
type wall;
type patch;
faces
(
(Fbl Fbr Bbl Bbr)
(Ftl Ftr Btl Btr)
)
(Fbr Bbr Btr Ftr)
);
}
cylinder
{
......@@ -112,7 +120,7 @@ boundary
(Fcbr Fctr Bcbr Bctr)
(Fctr Fctl Bctr Bctl)
(Fctl Fcbl Bctl Bcbl)
)
);
}
frontAndBack
{
......@@ -132,7 +140,6 @@ boundary
(Bbs Bbr Btr Bts)
);
}
*/
);
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