There was an error while loading. Please reload this page.
1 parent c66427f commit 0e3fca9Copy full SHA for 0e3fca9
1 file changed
examples/3D_mibm_sphere_head_on_collision/case.py
@@ -117,10 +117,10 @@
117
"patch_ib(1)%vel(2)": -velocity * math.cos(collision_angle_radians),
118
"patch_ib(1)%moving_ibm": 2,
119
# Collisions
120
- "collision_model": 1, # soft-sphere collision model
+ "collision_model": 1, # soft-sphere collision model
121
"ib_coefficient_of_friction": 0.092,
122
"collision_time": collision_time,
123
- "coefficient_of_restitution": 0.98, # almost perfectly elastic
+ "coefficient_of_restitution": 0.98, # almost perfectly elastic
124
# Fluids Physical Parameters
125
"fluid_pp(1)%gamma": 1.0e00 / (gam_a - 1.0e00), # 2.50(Not 1.40)
126
"fluid_pp(1)%pi_inf": 0,
0 commit comments