|
20 | 20 | dx = 0.25/Nx #8.3e-6 |
21 | 21 |
|
22 | 22 | time_end = 0.0002#50us |
23 | | -cfl = 0.45 |
| 23 | +cfl = 0.1 |
24 | 24 |
|
25 | 25 | dt = cfl * dx/c_l #5.3E-9 |
26 | 26 | Nt = int(time_end/dt)#10000 |
|
35 | 35 | 'x_domain%beg' : 0, \ |
36 | 36 | 'x_domain%end' : 0.25, \ |
37 | 37 | 'y_domain%beg' : 0, \ |
38 | | - 'y_domain%end' : 0.37, |
| 38 | + 'y_domain%end' : 0.037, |
39 | 39 | 'm' : int(Nx), \ |
40 | 40 | 'n' : int(Ny), \ |
41 | 41 | 'p' : 0, \ |
42 | 42 | 'dt' : dt, \ |
43 | 43 | 't_step_start' : 0, \ |
44 | | - 't_step_stop' : 12000, \ |
45 | | - 't_step_save' :300,#(Nt/1000), \ |
| 44 | + 't_step_stop' : 50000, \ |
| 45 | + 't_step_save' : 1000,#(Nt/1000), \ |
46 | 46 | # ========================================================== |
47 | 47 | \ |
48 | 48 | # Simulation Algorithm Parameters ========================== |
|
64 | 64 | 'riemann_solver' : 2, \ |
65 | 65 | 'wave_speeds' : 1, \ |
66 | 66 | 'avg_state' : 2, \ |
67 | | - 'bc_x%beg' : -11,#11, \ |
68 | | - 'bc_x%end' : -8,#12 \ |
| 67 | + 'bc_x%beg' : -6,#11, \ |
| 68 | + 'bc_x%end' : -6,#12 \ |
69 | 69 | 'bc_y%beg' : -2, \ |
70 | | - 'bc_y%end' : -3, \ |
| 70 | + 'bc_y%end' : -6, \ |
71 | 71 | # ========================================================== |
72 | 72 | \ |
73 | 73 | # Formatted Database Files Structure Parameters ============ |
|
85 | 85 | # Patch 1: Background ============================ |
86 | 86 | 'patch_icpp(1)%geometry' : 3, \ |
87 | 87 | 'patch_icpp(1)%x_centroid' : 0.25/2, \ |
88 | | - 'patch_icpp(1)%y_centroid' : 0.37/2, \ |
| 88 | + 'patch_icpp(1)%y_centroid' : 0.037/2, \ |
89 | 89 | 'patch_icpp(1)%length_x' : 0.25, \ |
90 | | - 'patch_icpp(1)%length_y' : 0.37, \ |
| 90 | + 'patch_icpp(1)%length_y' : 0.037, \ |
91 | 91 | 'patch_icpp(1)%vel(1)' : 0., \ |
92 | 92 | 'patch_icpp(1)%vel(2)' : 0.E+00, \ |
93 | 93 | 'patch_icpp(1)%pres' : 101325., \ |
|
101 | 101 | 'patch_icpp(2)%geometry' : 3, \ |
102 | 102 | 'patch_icpp(2)%alter_patch(1)' : 'T', \ |
103 | 103 | 'patch_icpp(2)%x_centroid' : 0., \ |
104 | | - 'patch_icpp(2)%y_centroid' : 0.37/2, \ |
| 104 | + 'patch_icpp(2)%y_centroid' : 0.037/2, \ |
105 | 105 | 'patch_icpp(2)%length_x' : 0.25-D, \ |
106 | | - 'patch_icpp(2)%length_y' : 0.37, \ |
| 106 | + 'patch_icpp(2)%length_y' : 0.037, \ |
107 | 107 | 'patch_icpp(2)%vel(1)' : vel, \ |
108 | 108 | 'patch_icpp(2)%vel(2)' : 0.E+00, \ |
109 | 109 | 'patch_icpp(2)%pres' : ps, \ |
|
0 commit comments