|
252 | 252 | # Total physical time |
253 | 253 | # tend = Nt * dt |
254 | 254 |
|
255 | | -# Configuring case dictionary ================================================== |
| 255 | +# Configuring case dictionary |
256 | 256 | print( |
257 | 257 | json.dumps( |
258 | 258 | { |
259 | | - # Logistics ================================================ |
| 259 | + # Logistics |
260 | 260 | "run_time_info": "T", |
261 | | - # Computational Domain Parameters ========================== |
| 261 | + # Computational Domain Parameters |
262 | 262 | "x_domain%beg": xb, |
263 | 263 | "x_domain%end": xe, |
264 | 264 | "y_domain%beg": yb, |
|
288 | 288 | "t_step_start": tstart, |
289 | 289 | "t_step_stop": Nt, |
290 | 290 | "t_step_save": AS, |
291 | | - # Simulation Algorithm Parameters ========================== |
| 291 | + # Simulation Algorithm Parameters |
292 | 292 | "num_patches": 3, |
293 | 293 | "model_eqns": 3, |
294 | 294 | "num_fluids": 4, |
|
317 | 317 | "bc_y%end": -6, |
318 | 318 | "bc_z%beg": -2, |
319 | 319 | "bc_z%end": -6, |
320 | | - # Formatted Database Files Structure Parameters ============ |
| 320 | + # Formatted Database Files Structure Parameters |
321 | 321 | "format": 1, |
322 | 322 | "precision": 2, |
323 | 323 | "prim_vars_wrt": "T", |
|
328 | 328 | "probe(1)%x": 0.0, |
329 | 329 | "probe(1)%y": 0.0, |
330 | 330 | "probe(1)%z": 0.0, |
331 | | - # Patch 1: High pressured water ============================ |
| 331 | + # Patch 1: High pressured water |
332 | 332 | # Specify the cubic water background grid geometry |
333 | 333 | "patch_icpp(1)%geometry": 9, |
334 | 334 | "patch_icpp(1)%x_centroid": 20 * xcenl, |
|
349 | 349 | "patch_icpp(1)%alpha(2)": liq_wv, |
350 | 350 | "patch_icpp(1)%alpha(3)": liq_wa, |
351 | 351 | "patch_icpp(1)%alpha(1)": liq_wg, |
352 | | - # Patch 2: (Vapor) Bubble ================================== |
| 352 | + # Patch 2: (Vapor) Bubble |
353 | 353 | "patch_icpp(2)%geometry": 8, |
354 | 354 | "patch_icpp(2)%x_centroid": xcenb, |
355 | 355 | "patch_icpp(2)%y_centroid": ycenb, |
|
368 | 368 | "patch_icpp(2)%alpha(3)": bub_wa, |
369 | 369 | "patch_icpp(2)%alpha(1)": bub_wg, |
370 | 370 | "patch_icpp(2)%alter_patch(1)": "T", |
371 | | - # Patch 3: Gel Object ====================================== |
| 371 | + # Patch 3: Gel Object |
372 | 372 | "patch_icpp(3)%geometry": 9, |
373 | 373 | "patch_icpp(3)%x_centroid": 20 * xceng, |
374 | 374 | "patch_icpp(3)%y_centroid": 20 * yceng, |
|
389 | 389 | "patch_icpp(3)%alpha(3)": gel_wa, |
390 | 390 | "patch_icpp(3)%alpha(1)": gel_wg, |
391 | 391 | "patch_icpp(3)%alter_patch(1)": "T", |
392 | | - # Fluids Physical Parameters =============================== |
| 392 | + # Fluids Physical Parameters |
393 | 393 | "fluid_pp(4)%gamma": 1.0e00 / (gamwl - 1), |
394 | 394 | "fluid_pp(4)%pi_inf": gamwl * piwl / (gamwl - 1), |
395 | 395 | "fluid_pp(4)%cv": cvwl, |
|
0 commit comments