Skip to content

Commit 5d712d3

Browse files
authored
Update case.py
1 parent dae6563 commit 5d712d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/3D_sphbubcollapse/case.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'patch_icpp(1)%vel(3)' : 0.E+00,
109109
'patch_icpp(1)%pres' : 1.E+05,
110110
'patch_icpp(1)%alpha_rho(1)' : 1000.E+00,
111-
'patch_icpp(1)%alpha_rho(2)' : 0.E+00,
111+
'patch_icpp(1)%alpha_rho(2)' : 0.1E+00,
112112
'patch_icpp(1)%alpha(1)' : 0.9E+00,
113113
'patch_icpp(1)%alpha(2)' : 0.1E+00,
114114
# ==========================================================================
@@ -129,10 +129,10 @@
129129
'patch_icpp(2)%vel(2)' : 0.E+00,
130130
'patch_icpp(2)%vel(3)' : 0.E+00,
131131
'patch_icpp(2)%pres' : 1.E+03,
132-
'patch_icpp(2)%alpha_rho(1)' : 0.E+00,
133-
'patch_icpp(2)%alpha_rho(2)' : 0.19E+00,
134-
'patch_icpp(2)%alpha(1)' : 0.9E+00,
135-
'patch_icpp(2)%alpha(2)' : 0.1E+00,
132+
'patch_icpp(2)%alpha_rho(1)' : 100.E+00,
133+
'patch_icpp(2)%alpha_rho(2)' : 0.9E+00,
134+
'patch_icpp(2)%alpha(1)' : 0.1E+00,
135+
'patch_icpp(2)%alpha(2)' : 0.9E+00,
136136
# ==========================================================================
137137

138138
# Fluids Physical Parameters ===============================================

0 commit comments

Comments
 (0)