Skip to content

Commit

Permalink
Fix 2D_shockdroplet example case (#705)
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Bryngelson <shb@gatech.edu>
  • Loading branch information
wilfonba and sbryngelson authored Nov 8, 2024
1 parent 39e410a commit 4396130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/2D_shockdroplet/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'patch_icpp(1)%x_centroid' : 8*D,
'patch_icpp(1)%y_centroid' : 6*D,
'patch_icpp(1)%length_x' : 24*D,
'patch_icpp(1)%length_y' : 12*D,
'patch_icpp(1)%length_y' : 14*D,
'patch_icpp(1)%vel(1)' : 0.,
'patch_icpp(1)%vel(2)' : 0.E+00,
'patch_icpp(1)%pres' : 101325.,
Expand All @@ -102,7 +102,7 @@
'patch_icpp(2)%x_centroid' : -2.5*D,
'patch_icpp(2)%y_centroid' : 6*D,
'patch_icpp(2)%length_x' : 3*D,
'patch_icpp(2)%length_y' : 12*D,
'patch_icpp(2)%length_y' : 14*D,
'patch_icpp(2)%vel(1)' : vel,
'patch_icpp(2)%vel(2)' : 0.E+00,
'patch_icpp(2)%pres' : ps,
Expand Down Expand Up @@ -134,4 +134,4 @@
'fluid_pp(2)%gamma' : 1.E+00/(gam_a-1.E+00),
'fluid_pp(2)%pi_inf' : 0.E+00,
# ==========================================================
}))
}))

0 comments on commit 4396130

Please sign in to comment.