|
35 | 35 |
|
36 | 36 | # non-dim |
37 | 37 |
|
38 | | -# define characteristic density, length, time, stress material |
39 | | -#make it liquid |
| 38 | +# define characteristic density, length, time, stress material |
| 39 | +# make it liquid |
40 | 40 | rho_char = rhol |
41 | 41 | length_char = lambda_wave |
42 | 42 | c_char = c_l # should be liquid |
|
139 | 139 | "precision": 2, |
140 | 140 | "prim_vars_wrt": "T", |
141 | 141 | "parallel_io": "T", |
142 | | - # acoustics setting |
| 142 | + # acoustics setting |
143 | 143 | "acoustic_source": "T", |
144 | 144 | "num_source": 1, |
145 | 145 | "acoustic(1)%support": 3, |
|
153 | 153 | "acoustic(1)%length": dlengy, # length of the place ??? |
154 | 154 | "acoustic(1)%height": dlengz, |
155 | 155 | "acoustic(1)%dir": -math.pi, |
156 | | - # Patch 1: Background |
| 156 | + # Patch 1: Background |
157 | 157 | "patch_icpp(1)%geometry": 9, |
158 | 158 | "patch_icpp(1)%x_centroid": 0.0, |
159 | 159 | "patch_icpp(1)%y_centroid": dlengy / 2.0, |
|
170 | 170 | "patch_icpp(1)%alpha(1)": alphal_back, |
171 | 171 | "patch_icpp(1)%alpha(2)": alphag_back, |
172 | 172 | #'patch_icpp(1)%tau_e(1)' : 0.0, |
173 | | - # Patch 2: Lung |
| 173 | + # Patch 2: Lung |
174 | 174 | "patch_icpp(2)%geometry": 13, |
175 | 175 | "patch_icpp(2)%hcid": 301, |
176 | 176 | #'patch_icpp(2)%geometry' : 9, |
|
190 | 190 | "patch_icpp(2)%alpha_rho(2)": rhog_n * alphag_lung, |
191 | 191 | "patch_icpp(2)%alpha(1)": alphal_lung, |
192 | 192 | "patch_icpp(2)%alpha(2)": alphag_lung, |
193 | | - # Fluids Physical Parameters |
| 193 | + # Fluids Physical Parameters |
194 | 194 | "fluid_pp(1)%gamma": 1.0e00 / (gammal - 1.0e00), |
195 | 195 | "fluid_pp(1)%pi_inf": gammal * Bl_n / (gammal - 1.0e00), |
196 | 196 | "fluid_pp(1)%G": G_l_n, |
|
200 | 200 | } |
201 | 201 | ) |
202 | 202 | ) |
203 | | - |
0 commit comments