Skip to content

Commit

Permalink
adds bcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 23, 2021
1 parent 7300afb commit e799eac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acceptance/inflate/collar/poly.csm
Expand Up @@ -2,9 +2,22 @@
set n 1

box 0 -1 -1 4 2 2
select face
attribute bc_name $5000_inflate
select face 1
attribute bc_name $5000_inflow
select face 2
attribute bc_name $5000_outflow

patbeg i n
set angle 90/(n+1)*i
box 0 -1 -1 4 2 2
select face
attribute bc_name $5000_inflate
select face 1
attribute bc_name $5000_inflow
select face 2
attribute bc_name $5000_outflow
rotatex angle 0 0
intersect
patend
Expand Down

0 comments on commit e799eac

Please sign in to comment.