Skip to content

Commit 4396130

Browse files
Fix 2D_shockdroplet example case (#705)
Co-authored-by: Spencer Bryngelson <[email protected]>
1 parent 39e410a commit 4396130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/2D_shockdroplet/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
'patch_icpp(1)%x_centroid' : 8*D,
8787
'patch_icpp(1)%y_centroid' : 6*D,
8888
'patch_icpp(1)%length_x' : 24*D,
89-
'patch_icpp(1)%length_y' : 12*D,
89+
'patch_icpp(1)%length_y' : 14*D,
9090
'patch_icpp(1)%vel(1)' : 0.,
9191
'patch_icpp(1)%vel(2)' : 0.E+00,
9292
'patch_icpp(1)%pres' : 101325.,
@@ -102,7 +102,7 @@
102102
'patch_icpp(2)%x_centroid' : -2.5*D,
103103
'patch_icpp(2)%y_centroid' : 6*D,
104104
'patch_icpp(2)%length_x' : 3*D,
105-
'patch_icpp(2)%length_y' : 12*D,
105+
'patch_icpp(2)%length_y' : 14*D,
106106
'patch_icpp(2)%vel(1)' : vel,
107107
'patch_icpp(2)%vel(2)' : 0.E+00,
108108
'patch_icpp(2)%pres' : ps,
@@ -134,4 +134,4 @@
134134
'fluid_pp(2)%gamma' : 1.E+00/(gam_a-1.E+00),
135135
'fluid_pp(2)%pi_inf' : 0.E+00,
136136
# ==========================================================
137-
}))
137+
}))

0 commit comments

Comments
 (0)