Skip to content

Commit cb49a24

Browse files
committed
fix benchmark case file
1 parent a764e42 commit cb49a24

File tree

1 file changed

+12
-11
lines changed
  • benchmarks/viscous_weno5_sgb_acoustic

1 file changed

+12
-11
lines changed

benchmarks/viscous_weno5_sgb_acoustic/case.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
cact = 1475.
8383
t0 = x0/c0
8484

85-
nbubbles = 1
85+
nbubbles = 1
8686
myr0 = R0ref
8787

8888
cfl = 0.01
@@ -98,7 +98,7 @@
9898
# Logistics ================================================
9999
'run_time_info' : 'F',
100100
# ==========================================================
101-
101+
102102
# Computational Domain Parameters ==========================
103103
'x_domain%beg' : -10.E-03/x0,
104104
'x_domain%end' : 10.E-03/x0,
@@ -127,7 +127,7 @@
127127
'time_stepper' : 3,
128128
'weno_order' : 5,
129129
'weno_eps' : 1.E-16,
130-
'weno_Re_flux' : 'F',
130+
'weno_Re_flux' : 'F',
131131
'weno_avg' : 'F',
132132
'mapped_weno' : 'T',
133133
'null_weights' : 'F',
@@ -141,15 +141,16 @@
141141
'bc_y%end' : -3,
142142
'bc_z%beg' : -3,
143143
'bc_z%end' : -3,
144+
'viscous' : 'T',
144145
# ==========================================================
145-
146+
146147
# Formatted Database Files Structure Parameters ============
147148
'format' : 1,
148149
'precision' : 2,
149150
'prim_vars_wrt' :'T',
150151
'parallel_io' :'T',
151-
# ==========================================================
152-
152+
# ==========================================================
153+
153154
# Patch 1 _ Background =====================================
154155
'patch_icpp(1)%geometry' : 9,
155156
'patch_icpp(1)%x_centroid' : 0.,
@@ -167,7 +168,7 @@
167168
'patch_icpp(1)%r0' : 1.,
168169
'patch_icpp(1)%v0' : 0.0E+00,
169170
# ==========================================================
170-
171+
171172
# Patch 2 Screen ===========================================
172173
'patch_icpp(2)%geometry' : 9,
173174
'patch_icpp(2)%x_centroid' : 0.,
@@ -186,7 +187,7 @@
186187
'patch_icpp(2)%r0' : 1.,
187188
'patch_icpp(2)%v0' : 0.0E+00,
188189
# ==========================================================
189-
190+
190191
# Fluids Physical Parameters ===============================
191192
# Surrounding liquid
192193
'fluid_pp(1)%gamma' : 1.E+00/(n_tait-1.E+00),
@@ -208,12 +209,12 @@
208209
'fluid_pp(2)%mu_v' : mu_n,
209210
'fluid_pp(2)%k_v' : k_n,
210211
# ==========================================================
211-
212+
212213
# Non-polytropic gas compression model AND/OR Tait EOS =====
213214
'pref' : p0,
214215
'rhoref' : rho0,
215216
# ==========================================================
216-
217+
217218
# Bubbles ==================================================
218219
'bubbles' : 'T',
219220
'bubble_model' : 3,
@@ -227,7 +228,7 @@
227228
'Web' : We,
228229
'Re_inv' : Re_inv,
229230
# ==========================================================
230-
231+
231232
# Acoustic source ==========================================
232233
'acoustic_source' : 'T',
233234
'num_source' : 1,

0 commit comments

Comments
 (0)