Skip to content

Commit

Permalink
fix benchmark case file
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Nov 6, 2024
1 parent a764e42 commit cb49a24
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions benchmarks/viscous_weno5_sgb_acoustic/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
cact = 1475.
t0 = x0/c0

nbubbles = 1
nbubbles = 1
myr0 = R0ref

cfl = 0.01
Expand All @@ -98,7 +98,7 @@
# Logistics ================================================
'run_time_info' : 'F',
# ==========================================================

# Computational Domain Parameters ==========================
'x_domain%beg' : -10.E-03/x0,
'x_domain%end' : 10.E-03/x0,
Expand Down Expand Up @@ -127,7 +127,7 @@
'time_stepper' : 3,
'weno_order' : 5,
'weno_eps' : 1.E-16,
'weno_Re_flux' : 'F',
'weno_Re_flux' : 'F',
'weno_avg' : 'F',
'mapped_weno' : 'T',
'null_weights' : 'F',
Expand All @@ -141,15 +141,16 @@
'bc_y%end' : -3,
'bc_z%beg' : -3,
'bc_z%end' : -3,
'viscous' : 'T',
# ==========================================================

# Formatted Database Files Structure Parameters ============
'format' : 1,
'precision' : 2,
'prim_vars_wrt' :'T',
'parallel_io' :'T',
# ==========================================================
# ==========================================================

# Patch 1 _ Background =====================================
'patch_icpp(1)%geometry' : 9,
'patch_icpp(1)%x_centroid' : 0.,
Expand All @@ -167,7 +168,7 @@
'patch_icpp(1)%r0' : 1.,
'patch_icpp(1)%v0' : 0.0E+00,
# ==========================================================

# Patch 2 Screen ===========================================
'patch_icpp(2)%geometry' : 9,
'patch_icpp(2)%x_centroid' : 0.,
Expand All @@ -186,7 +187,7 @@
'patch_icpp(2)%r0' : 1.,
'patch_icpp(2)%v0' : 0.0E+00,
# ==========================================================

# Fluids Physical Parameters ===============================
# Surrounding liquid
'fluid_pp(1)%gamma' : 1.E+00/(n_tait-1.E+00),
Expand All @@ -208,12 +209,12 @@
'fluid_pp(2)%mu_v' : mu_n,
'fluid_pp(2)%k_v' : k_n,
# ==========================================================

# Non-polytropic gas compression model AND/OR Tait EOS =====
'pref' : p0,
'rhoref' : rho0,
# ==========================================================

# Bubbles ==================================================
'bubbles' : 'T',
'bubble_model' : 3,
Expand All @@ -227,7 +228,7 @@
'Web' : We,
'Re_inv' : Re_inv,
# ==========================================================

# Acoustic source ==========================================
'acoustic_source' : 'T',
'num_source' : 1,
Expand Down

0 comments on commit cb49a24

Please sign in to comment.