Skip to content

Commit a768647

Browse files
committed
SMV Verification: Change mesh in levelset2.fds.
1 parent bf0cca3 commit a768647

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Verification/WUI/levelset2.fds

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
&HEAD CHID='levelset2', TITLE='Level set example 900 m x 900 m level domain = FARSITE in physical fidelity' /
22

3-
&MESH IJK=25,25,38, XB= 0,100,-150,-50,0,38, MULT_ID='mesh' /
4-
&MULT ID='mesh', DX=100, DY=100, DZ=38, I_UPPER=2, J_UPPER=2, K_UPPER=1 /
3+
#&MESH IJK=25,25,38, XB= 0,100,-150,-50,0,38, MULT_ID='mesh' /
4+
#&MULT ID='mesh', DX=100, DY=100, DZ=38, I_UPPER=2, J_UPPER=2, K_UPPER=1 /
5+
6+
! Do not split in Z until we address cut-face linking issue.
7+
&MESH IJK=25,25,76, XB= 0,100,-150,-50,0,76, MULT_ID='mesh' /
8+
&MULT ID='mesh', DX=100, DY=100, DZ=76, I_UPPER=2, J_UPPER=2, K_UPPER=0 /
59

610
&TIME T_END=60 /
711
&MISC LEVEL_SET_MODE=4, LEVEL_SET_ELLIPSE=F /

Verification/scripts/WUI_Cases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
$QFDS -p 2 -d WUI hill_structure.fds
3-
$QFDS -p 18 -d WUI levelset2.fds
3+
$QFDS -p 9 -d WUI levelset2.fds
44
$QFDS -p 4 -d WUI pine_tree.fds
55
$QFDS -d WUI tree_test2.fds
66
$QFDS -d WUI wind_test1.fds

0 commit comments

Comments
 (0)