|
258 | 258 | { |
259 | 259 | # Logistics ================================================ |
260 | 260 | "run_time_info": "T", |
261 | | - # ========================================================== |
262 | 261 | # Computational Domain Parameters ========================== |
263 | 262 | "x_domain%beg": xb, |
264 | 263 | "x_domain%end": xe, |
|
289 | 288 | "t_step_start": tstart, |
290 | 289 | "t_step_stop": Nt, |
291 | 290 | "t_step_save": AS, |
292 | | - # ========================================================== |
293 | 291 | # Simulation Algorithm Parameters ========================== |
294 | 292 | "num_patches": 3, |
295 | 293 | "model_eqns": 3, |
|
319 | 317 | "bc_y%end": -6, |
320 | 318 | "bc_z%beg": -2, |
321 | 319 | "bc_z%end": -6, |
322 | | - # ========================================================== |
323 | 320 | # Formatted Database Files Structure Parameters ============ |
324 | 321 | "format": 1, |
325 | 322 | "precision": 2, |
|
331 | 328 | "probe(1)%x": 0.0, |
332 | 329 | "probe(1)%y": 0.0, |
333 | 330 | "probe(1)%z": 0.0, |
334 | | - # ========================================================== |
335 | 331 | # Patch 1: High pressured water ============================ |
336 | 332 | # Specify the cubic water background grid geometry |
337 | 333 | "patch_icpp(1)%geometry": 9, |
|
353 | 349 | "patch_icpp(1)%alpha(2)": liq_wv, |
354 | 350 | "patch_icpp(1)%alpha(3)": liq_wa, |
355 | 351 | "patch_icpp(1)%alpha(1)": liq_wg, |
356 | | - # ========================================================== |
357 | 352 | # Patch 2: (Vapor) Bubble ================================== |
358 | 353 | "patch_icpp(2)%geometry": 8, |
359 | 354 | "patch_icpp(2)%x_centroid": xcenb, |
|
373 | 368 | "patch_icpp(2)%alpha(3)": bub_wa, |
374 | 369 | "patch_icpp(2)%alpha(1)": bub_wg, |
375 | 370 | "patch_icpp(2)%alter_patch(1)": "T", |
376 | | - # ========================================================== |
377 | 371 | # Patch 3: Gel Object ====================================== |
378 | 372 | "patch_icpp(3)%geometry": 9, |
379 | 373 | "patch_icpp(3)%x_centroid": 20 * xceng, |
|
395 | 389 | "patch_icpp(3)%alpha(3)": gel_wa, |
396 | 390 | "patch_icpp(3)%alpha(1)": gel_wg, |
397 | 391 | "patch_icpp(3)%alter_patch(1)": "T", |
398 | | - # ========================================================== |
399 | 392 | # Fluids Physical Parameters =============================== |
400 | 393 | "fluid_pp(4)%gamma": 1.0e00 / (gamwl - 1), |
401 | 394 | "fluid_pp(4)%pi_inf": gamwl * piwl / (gamwl - 1), |
|
421 | 414 | "fluid_pp(1)%qv": qvwg, |
422 | 415 | "fluid_pp(1)%qvp": qvpwg, |
423 | 416 | "fluid_pp(1)%G": Gg, |
424 | | - # ========================================================== |
425 | 417 | } |
426 | 418 | ) |
427 | 419 | ) |
|
0 commit comments