|
20 | 20 | "y_domain%beg": 0.0e00, |
21 | 21 | "y_domain%end": 6.0e-03, |
22 | 22 | "cyl_coord": "F", |
23 | | - "m": 300, |
24 | | - "n": 300, |
| 23 | + "m": 200, |
| 24 | + "n": 200, |
25 | 25 | "p": 0, |
26 | 26 | "dt": 6.0e-6, |
27 | 27 | "t_step_start": 0, |
28 | | - "t_step_stop": 10000, |
| 28 | + "t_step_stop": 2500, # 10000, |
29 | 29 | "t_step_save": 250, |
30 | 30 | # Simulation Algorithm Parameters |
31 | 31 | # Only one patches are necessary, the air tube |
|
90 | 90 | "patch_ib(1)%slip": "F", |
91 | 91 | "patch_ib(1)%moving_ibm": 1, |
92 | 92 | "patch_ib(1)%vel(1)": -0.05, |
93 | | - "patch_ib(1)%angles(1)": 0.0, # x-axis rotation in radians |
94 | | - "patch_ib(1)%angles(2)": 0.0, # y-axis rotation |
95 | | - "patch_ib(1)%angles(3)": 0.78539816339, # z-axis rotation |
96 | | - "patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velcoity in radians per second |
97 | | - "patch_ib(1)%angular_vel(2)": 0.0, # y-axis rotation |
98 | | - "patch_ib(1)%angular_vel(3)": 100.0, # z-axis rotation |
| 93 | + "patch_ib(1)%angles(1)": 0.0, # x-axis rotation in radians |
| 94 | + "patch_ib(1)%angles(2)": 0.0, # y-axis rotation |
| 95 | + "patch_ib(1)%angles(3)": 0.78539816339, # z-axis rotation |
| 96 | + "patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velcoity in radians per second |
| 97 | + "patch_ib(1)%angular_vel(2)": 0.0, # y-axis rotation |
| 98 | + "patch_ib(1)%angular_vel(3)": 100.0, # z-axis rotation |
99 | 99 | # Fluids Physical Parameters |
100 | 100 | "fluid_pp(1)%gamma": 1.0e00 / (gam_a - 1.0e00), # 2.50(Not 1.40) |
101 | 101 | "fluid_pp(1)%pi_inf": 0, |
|
0 commit comments