Skip to content

Commit aeaadd1

Browse files
authored
Merge pull request #14884 from mcgratta/master
FDS Validation: Raise top of plume case
2 parents a305f74 + 4f361e2 commit aeaadd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Validation/Phoenix_LNG_Fires/FDS_Input_Files/Phoenix02.fds

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
&DUMP DT_HRR=5., DT_DEVC=5. /
66

7-
&MESH IJK=50,50,50, XB=-50,50,-50,50,0,100, MULT_ID='mesh1' /
8-
&MULT ID='mesh1', DX=100, DZ=100, I_LOWER=-2, I_UPPER=2, K_UPPER=1 / 10 meshes
7+
&MESH IJK=50,50,60, XB=-50,50,-50,50,0,120, MULT_ID='mesh1' /
8+
&MULT ID='mesh1', DX=100, DZ=120, I_LOWER=-2, I_UPPER=2, K_UPPER=1 / 10 meshes
99

10-
&MESH IJK=50,50,50, XB=-50,50,-50,50,0,100, MULT_ID='mesh2' /
11-
&MULT ID='mesh2', DY=100, DZ=100, J_LOWER=-2, J_LOWER_SKIP=0, J_UPPER_SKIP=0, J_UPPER=2, K_UPPER=1 / 8 meshes
10+
&MESH IJK=50,50,60, XB=-50,50,-50,50,0,120, MULT_ID='mesh2' /
11+
&MULT ID='mesh2', DY=100, DZ=120, J_LOWER=-2, J_LOWER_SKIP=0, J_UPPER_SKIP=0, J_UPPER=2, K_UPPER=1 / 8 meshes
1212

1313
&VENT MB='XMIN', SURF_ID='OPEN' /
1414
&VENT MB='XMAX', SURF_ID='OPEN' /

0 commit comments

Comments
 (0)