Skip to content

Commit

Permalink
smokeview source: simplify obstacle test case - reduce 8 meshes to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Jan 22, 2025
1 parent 0805073 commit b7428db
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Verification/Visualization/obst_test3.fds
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
&HEAD CHID='obst_test3' /

&MESH IJK=5,5,5, XB=0.0,0.5,0.0,0.5,0.0,0.5/
&MESH IJK=5,5,5, XB=0.0,0.5,0.0,0.5,0.5,1.0/
&MESH IJK=5,5,5, XB=0.0,0.5,0.5,1.0,0.0,0.5/
&MESH IJK=5,5,5, XB=0.0,0.5,0.5,1.0,0.5,1.0/
&MESH IJK=5,5,5, XB=0.5,1.0,0.0,0.5,0.0,0.5/
&MESH IJK=5,5,5, XB=0.5,1.0,0.0,0.5,0.5,1.0/
&MESH IJK=5,5,5, XB=0.5,1.0,0.5,1.0,0.0,0.5/
&MESH IJK=5,5,5, XB=0.5,1.0,0.5,1.0,0.5,1.0/
&MESH IJK=10,5,10, XB=0.0,1.0,0.0,0.5,0.0,1.0/
&MESH IJK=10,5,10, XB=0.0,1.0,0.5,1.0,0.0,1.0/

&TIME T_END=10./

Expand Down Expand Up @@ -40,7 +34,7 @@
&OBST XB=0.3,0.7,0.3,0.7,0.0,0.1 /
&VENT XB=0.3,0.7,0.3,0.7,0.1,0.1, SURF_ID='BURNER' /

&OBST XB=0.5,0.8,0.5,0.8,0.5,0.8, SURF_ID='surf1', BNDF_OBST=T /
&OBST XB=0.3,0.7,0.5,0.8,0.5,0.8, SURF_ID='surf1', BNDF_OBST=T /

&BNDF QUANTITY='WALL TEMPERATURE', CELL_CENTERED=T/

Expand Down

0 comments on commit b7428db

Please sign in to comment.