|
82 | 82 | cact = 1475. |
83 | 83 | t0 = x0/c0 |
84 | 84 |
|
85 | | -nbubbles = 1 |
| 85 | +nbubbles = 1 |
86 | 86 | myr0 = R0ref |
87 | 87 |
|
88 | 88 | cfl = 0.01 |
|
98 | 98 | # Logistics ================================================ |
99 | 99 | 'run_time_info' : 'F', |
100 | 100 | # ========================================================== |
101 | | - |
| 101 | + |
102 | 102 | # Computational Domain Parameters ========================== |
103 | 103 | 'x_domain%beg' : -10.E-03/x0, |
104 | 104 | 'x_domain%end' : 10.E-03/x0, |
|
127 | 127 | 'time_stepper' : 3, |
128 | 128 | 'weno_order' : 5, |
129 | 129 | 'weno_eps' : 1.E-16, |
130 | | - 'weno_Re_flux' : 'F', |
| 130 | + 'weno_Re_flux' : 'F', |
131 | 131 | 'weno_avg' : 'F', |
132 | 132 | 'mapped_weno' : 'T', |
133 | 133 | 'null_weights' : 'F', |
|
141 | 141 | 'bc_y%end' : -3, |
142 | 142 | 'bc_z%beg' : -3, |
143 | 143 | 'bc_z%end' : -3, |
| 144 | + 'viscous' : 'T', |
144 | 145 | # ========================================================== |
145 | | - |
| 146 | + |
146 | 147 | # Formatted Database Files Structure Parameters ============ |
147 | 148 | 'format' : 1, |
148 | 149 | 'precision' : 2, |
149 | 150 | 'prim_vars_wrt' :'T', |
150 | 151 | 'parallel_io' :'T', |
151 | | - # ========================================================== |
152 | | - |
| 152 | + # ========================================================== |
| 153 | + |
153 | 154 | # Patch 1 _ Background ===================================== |
154 | 155 | 'patch_icpp(1)%geometry' : 9, |
155 | 156 | 'patch_icpp(1)%x_centroid' : 0., |
|
167 | 168 | 'patch_icpp(1)%r0' : 1., |
168 | 169 | 'patch_icpp(1)%v0' : 0.0E+00, |
169 | 170 | # ========================================================== |
170 | | - |
| 171 | + |
171 | 172 | # Patch 2 Screen =========================================== |
172 | 173 | 'patch_icpp(2)%geometry' : 9, |
173 | 174 | 'patch_icpp(2)%x_centroid' : 0., |
|
186 | 187 | 'patch_icpp(2)%r0' : 1., |
187 | 188 | 'patch_icpp(2)%v0' : 0.0E+00, |
188 | 189 | # ========================================================== |
189 | | - |
| 190 | + |
190 | 191 | # Fluids Physical Parameters =============================== |
191 | 192 | # Surrounding liquid |
192 | 193 | 'fluid_pp(1)%gamma' : 1.E+00/(n_tait-1.E+00), |
|
208 | 209 | 'fluid_pp(2)%mu_v' : mu_n, |
209 | 210 | 'fluid_pp(2)%k_v' : k_n, |
210 | 211 | # ========================================================== |
211 | | - |
| 212 | + |
212 | 213 | # Non-polytropic gas compression model AND/OR Tait EOS ===== |
213 | 214 | 'pref' : p0, |
214 | 215 | 'rhoref' : rho0, |
215 | 216 | # ========================================================== |
216 | | - |
| 217 | + |
217 | 218 | # Bubbles ================================================== |
218 | 219 | 'bubbles' : 'T', |
219 | 220 | 'bubble_model' : 3, |
|
227 | 228 | 'Web' : We, |
228 | 229 | 'Re_inv' : Re_inv, |
229 | 230 | # ========================================================== |
230 | | - |
| 231 | + |
231 | 232 | # Acoustic source ========================================== |
232 | 233 | 'acoustic_source' : 'T', |
233 | 234 | 'num_source' : 1, |
|
0 commit comments