Skip to content

Commit 9402b8c

Browse files
committed
cleaning cases
1 parent 2a258da commit 9402b8c

File tree

7 files changed

+0
-61
lines changed

7 files changed

+0
-61
lines changed

examples/1D_hyper_impact_strong/case.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
# Logistics ================================================
1818
"run_time_info": "T",
19-
# ==========================================================
2019
# Computational Domain Parameters ==========================
2120
"x_domain%beg": 0.0e00,
2221
"x_domain%end": 1.0e00,
@@ -29,7 +28,6 @@
2928
"t_step_start": 0,
3029
"t_step_stop": int(Nt),
3130
"t_step_save": int(Nt / 200),
32-
# ==========================================================
3331
# Simulation Algorithm Parameters ==========================
3432
"num_patches": 2,
3533
"model_eqns": 2,
@@ -52,16 +50,13 @@
5250
"bc_x%end": -3,
5351
#'bc_y%beg' : -3,
5452
#'bc_y%end' : -3,
55-
# ==========================================================
5653
# Turning on Hypoelasticity ================================
5754
"hyperelasticity": "T",
58-
# ==========================================================
5955
# Formatted Database Files Structure Parameters ============
6056
"format": 1,
6157
"precision": 2,
6258
"prim_vars_wrt": "T",
6359
"parallel_io": "F",
64-
# ==========================================================
6560
# Patch 1 L ================================================
6661
"patch_icpp(1)%geometry": 1,
6762
"patch_icpp(1)%x_centroid": 0.25,
@@ -74,7 +69,6 @@
7469
"patch_icpp(1)%alpha_rho(1)": 1000,
7570
"patch_icpp(1)%alpha(1)": 1.0,
7671
"patch_icpp(1)%tau_e(1)": 0.0,
77-
# ==========================================================
7872
# Patch 2 R ================================================
7973
"patch_icpp(2)%geometry": 1,
8074
"patch_icpp(2)%x_centroid": 0.75,
@@ -87,13 +81,10 @@
8781
"patch_icpp(2)%alpha_rho(1)": 1000,
8882
"patch_icpp(2)%alpha(1)": 1.0,
8983
"patch_icpp(2)%tau_e(1)": 0.0,
90-
# ==========================================================
9184
# Fluids Physical Parameters ===============================
9285
"fluid_pp(1)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
9386
"fluid_pp(1)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
9487
"fluid_pp(1)%G": 1e010,
95-
# ==========================================================
9688
}
9789
)
9890
)
99-
# ==============================================================================

examples/1D_hyper_impact_weak/case.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
# Logistics ================================================
1818
"run_time_info": "T",
19-
# ==========================================================
2019
# Computational Domain Parameters ==========================
2120
"x_domain%beg": 0.0e00,
2221
"x_domain%end": 1.0e00,
@@ -29,7 +28,6 @@
2928
"t_step_start": 0,
3029
"t_step_stop": int(Nt),
3130
"t_step_save": int(Nt / 200),
32-
# ==========================================================
3331
# Simulation Algorithm Parameters ==========================
3432
"num_patches": 2,
3533
"model_eqns": 3,
@@ -52,16 +50,13 @@
5250
"bc_x%end": -3,
5351
"bc_y%beg": -3,
5452
"bc_y%end": -3,
55-
# ==========================================================
5653
# Turning on Hyperelasticity ================================
5754
"hyperelasticity": "T",
58-
# ==========================================================
5955
# Formatted Database Files Structure Parameters ============
6056
"format": 1,
6157
"precision": 2,
6258
"prim_vars_wrt": "T",
6359
"parallel_io": "F",
64-
# ==========================================================
6560
# Patch 1 L ================================================
6661
"patch_icpp(1)%geometry": 1,
6762
"patch_icpp(1)%x_centroid": 0.25,
@@ -74,7 +69,6 @@
7469
"patch_icpp(1)%alpha_rho(1)": 1000,
7570
"patch_icpp(1)%alpha(1)": 1.0,
7671
"patch_icpp(1)%tau_e(1)": 0.0,
77-
# ==========================================================
7872
# Patch 2 R ================================================
7973
"patch_icpp(2)%geometry": 1,
8074
"patch_icpp(2)%x_centroid": 0.75,
@@ -87,13 +81,10 @@
8781
"patch_icpp(2)%alpha_rho(1)": 1000,
8882
"patch_icpp(2)%alpha(1)": 1.0,
8983
"patch_icpp(2)%tau_e(1)": 0.0,
90-
# ==========================================================
9184
# Fluids Physical Parameters ===============================
9285
"fluid_pp(1)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
9386
"fluid_pp(1)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
9487
"fluid_pp(1)%G": 1.0e00, # .E+010,
95-
# ==========================================================
9688
}
9789
)
9890
)
99-
# ==============================================================================

examples/1D_hyper_impact_weak/original.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
# Logistics ================================================
1818
"run_time_info": "T",
19-
# ==========================================================
2019
# Computational Domain Parameters ==========================
2120
"x_domain%beg": 0.0e00,
2221
"x_domain%end": 1.0e00,
@@ -29,7 +28,6 @@
2928
"t_step_start": 0,
3029
"t_step_stop": int(Nt),
3130
"t_step_save": int(Nt / 200),
32-
# ==========================================================
3331
# Simulation Algorithm Parameters ==========================
3432
"num_patches": 2,
3533
"model_eqns": 3,
@@ -52,16 +50,13 @@
5250
"bc_x%end": -3,
5351
#'bc_y%beg' : -3,
5452
#'bc_y%end' : -3,
55-
# ==========================================================
5653
# Turning on Hyperelasticity ================================
5754
"hyperelasticity": "T",
58-
# ==========================================================
5955
# Formatted Database Files Structure Parameters ============
6056
"format": 1,
6157
"precision": 2,
6258
"prim_vars_wrt": "T",
6359
"parallel_io": "F",
64-
# ==========================================================
6560
# Patch 1 L ================================================
6661
"patch_icpp(1)%geometry": 1,
6762
"patch_icpp(1)%x_centroid": 0.25,
@@ -74,7 +69,6 @@
7469
"patch_icpp(1)%alpha_rho(1)": 1000,
7570
"patch_icpp(1)%alpha(1)": 1.0,
7671
"patch_icpp(1)%tau_e(1)": 0.0,
77-
# ==========================================================
7872
# Patch 2 R ================================================
7973
"patch_icpp(2)%geometry": 1,
8074
"patch_icpp(2)%x_centroid": 0.75,
@@ -87,13 +81,10 @@
8781
"patch_icpp(2)%alpha_rho(1)": 1000,
8882
"patch_icpp(2)%alpha(1)": 1.0,
8983
"patch_icpp(2)%tau_e(1)": 0.0,
90-
# ==========================================================
9184
# Fluids Physical Parameters ===============================
9285
"fluid_pp(1)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
9386
"fluid_pp(1)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
9487
"fluid_pp(1)%G": 1.0e00, # .E+010,
95-
# ==========================================================
9688
}
9789
)
9890
)
99-
# ==============================================================================

examples/1D_hypo_impact_strong/case.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
# Logistics ================================================
1818
"run_time_info": "T",
19-
# ==========================================================
2019
# Computational Domain Parameters ==========================
2120
"x_domain%beg": 0.0e00,
2221
"x_domain%end": 1.0e00,
@@ -29,7 +28,6 @@
2928
"t_step_start": 0,
3029
"t_step_stop": int(Nt),
3130
"t_step_save": int(Nt / 200),
32-
# ==========================================================
3331
# Simulation Algorithm Parameters ==========================
3432
"num_patches": 2,
3533
"model_eqns": 2,
@@ -52,16 +50,13 @@
5250
"bc_x%end": -3,
5351
#'bc_y%beg' : -3,
5452
#'bc_y%end' : -3,
55-
# ==========================================================
5653
# Turning on Hypoelasticity ================================
5754
"hypoelasticity": "T",
58-
# ==========================================================
5955
# Formatted Database Files Structure Parameters ============
6056
"format": 1,
6157
"precision": 2,
6258
"prim_vars_wrt": "T",
6359
"parallel_io": "F",
64-
# ==========================================================
6560
# Patch 1 L ================================================
6661
"patch_icpp(1)%geometry": 1,
6762
"patch_icpp(1)%x_centroid": 0.25,
@@ -74,7 +69,6 @@
7469
"patch_icpp(1)%alpha_rho(1)": 1000,
7570
"patch_icpp(1)%alpha(1)": 1.0,
7671
"patch_icpp(1)%tau_e(1)": 0.0,
77-
# ==========================================================
7872
# Patch 2 R ================================================
7973
"patch_icpp(2)%geometry": 1,
8074
"patch_icpp(2)%x_centroid": 0.75,
@@ -87,13 +81,10 @@
8781
"patch_icpp(2)%alpha_rho(1)": 1000,
8882
"patch_icpp(2)%alpha(1)": 1.0,
8983
"patch_icpp(2)%tau_e(1)": 0.0,
90-
# ==========================================================
9184
# Fluids Physical Parameters ===============================
9285
"fluid_pp(1)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
9386
"fluid_pp(1)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
9487
"fluid_pp(1)%G": 1e010,
95-
# ==========================================================
9688
}
9789
)
9890
)
99-
# ==============================================================================

examples/1D_hypo_impact_weak/case.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
# Logistics ================================================
1818
"run_time_info": "T",
19-
# ==========================================================
2019
# Computational Domain Parameters ==========================
2120
"x_domain%beg": 0.0e00,
2221
"x_domain%end": 1.0e00,
@@ -27,7 +26,6 @@
2726
"t_step_start": 0,
2827
"t_step_stop": int(Nt),
2928
"t_step_save": int(Nt / 200),
30-
# ==========================================================
3129
# Simulation Algorithm Parameters ==========================
3230
"num_patches": 2,
3331
"model_eqns": 2,
@@ -48,16 +46,13 @@
4846
"avg_state": 2,
4947
"bc_x%beg": -3,
5048
"bc_x%end": -3,
51-
# ==========================================================
5249
# Turning on Hypoelasticity ================================
5350
"hypoelasticity": "T",
54-
# ==========================================================
5551
# Formatted Database Files Structure Parameters ============
5652
"format": 1,
5753
"precision": 2,
5854
"prim_vars_wrt": "T",
5955
"parallel_io": "F",
60-
# ==========================================================
6156
# Patch 1 L ================================================
6257
"patch_icpp(1)%geometry": 1,
6358
"patch_icpp(1)%x_centroid": 0.25,
@@ -69,7 +64,6 @@
6964
"patch_icpp(1)%alpha(1)": 1.0,
7065
"patch_icpp(1)%alpha(2)": 0.0,
7166
"patch_icpp(1)%tau_e(1)": 0.0,
72-
# ==========================================================
7367
# Patch 2 R ================================================
7468
"patch_icpp(2)%geometry": 1,
7569
"patch_icpp(2)%x_centroid": 0.75,
@@ -81,16 +75,13 @@
8175
"patch_icpp(2)%alpha(1)": 0.0,
8276
"patch_icpp(2)%alpha(2)": 1.0,
8377
"patch_icpp(2)%tau_e(1)": 0.0,
84-
# ==========================================================
8578
# Fluids Physical Parameters ===============================
8679
"fluid_pp(1)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
8780
"fluid_pp(1)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
8881
"fluid_pp(1)%G": 1e010,
8982
"fluid_pp(2)%gamma": 1.0e00 / (4.4e00 - 1.0e00),
9083
"fluid_pp(2)%pi_inf": 4.4e00 * 6.0e08 / (4.4e00 - 1.0e00),
9184
"fluid_pp(2)%G": 1e010,
92-
# ==========================================================
9385
}
9486
)
9587
)
96-
# ==============================================================================

examples/3D_hyper_bubingel/case.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@
258258
{
259259
# Logistics ================================================
260260
"run_time_info": "T",
261-
# ==========================================================
262261
# Computational Domain Parameters ==========================
263262
"x_domain%beg": xb,
264263
"x_domain%end": xe,
@@ -289,7 +288,6 @@
289288
"t_step_start": tstart,
290289
"t_step_stop": Nt,
291290
"t_step_save": AS,
292-
# ==========================================================
293291
# Simulation Algorithm Parameters ==========================
294292
"num_patches": 3,
295293
"model_eqns": 3,
@@ -319,7 +317,6 @@
319317
"bc_y%end": -6,
320318
"bc_z%beg": -2,
321319
"bc_z%end": -6,
322-
# ==========================================================
323320
# Formatted Database Files Structure Parameters ============
324321
"format": 1,
325322
"precision": 2,
@@ -331,7 +328,6 @@
331328
"probe(1)%x": 0.0,
332329
"probe(1)%y": 0.0,
333330
"probe(1)%z": 0.0,
334-
# ==========================================================
335331
# Patch 1: High pressured water ============================
336332
# Specify the cubic water background grid geometry
337333
"patch_icpp(1)%geometry": 9,
@@ -353,7 +349,6 @@
353349
"patch_icpp(1)%alpha(2)": liq_wv,
354350
"patch_icpp(1)%alpha(3)": liq_wa,
355351
"patch_icpp(1)%alpha(1)": liq_wg,
356-
# ==========================================================
357352
# Patch 2: (Vapor) Bubble ==================================
358353
"patch_icpp(2)%geometry": 8,
359354
"patch_icpp(2)%x_centroid": xcenb,
@@ -373,7 +368,6 @@
373368
"patch_icpp(2)%alpha(3)": bub_wa,
374369
"patch_icpp(2)%alpha(1)": bub_wg,
375370
"patch_icpp(2)%alter_patch(1)": "T",
376-
# ==========================================================
377371
# Patch 3: Gel Object ======================================
378372
"patch_icpp(3)%geometry": 9,
379373
"patch_icpp(3)%x_centroid": 20 * xceng,
@@ -395,7 +389,6 @@
395389
"patch_icpp(3)%alpha(3)": gel_wa,
396390
"patch_icpp(3)%alpha(1)": gel_wg,
397391
"patch_icpp(3)%alter_patch(1)": "T",
398-
# ==========================================================
399392
# Fluids Physical Parameters ===============================
400393
"fluid_pp(4)%gamma": 1.0e00 / (gamwl - 1),
401394
"fluid_pp(4)%pi_inf": gamwl * piwl / (gamwl - 1),
@@ -421,7 +414,6 @@
421414
"fluid_pp(1)%qv": qvwg,
422415
"fluid_pp(1)%qvp": qvpwg,
423416
"fluid_pp(1)%G": Gg,
424-
# ==========================================================
425417
}
426418
)
427419
)

0 commit comments

Comments
 (0)