Skip to content

Commit 0e3fca9

Browse files
Another small change to case
1 parent c66427f commit 0e3fca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/3D_mibm_sphere_head_on_collision

examples/3D_mibm_sphere_head_on_collision/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@
117117
"patch_ib(1)%vel(2)": -velocity * math.cos(collision_angle_radians),
118118
"patch_ib(1)%moving_ibm": 2,
119119
# Collisions
120-
"collision_model": 1, # soft-sphere collision model
120+
"collision_model": 1, # soft-sphere collision model
121121
"ib_coefficient_of_friction": 0.092,
122122
"collision_time": collision_time,
123-
"coefficient_of_restitution": 0.98, # almost perfectly elastic
123+
"coefficient_of_restitution": 0.98, # almost perfectly elastic
124124
# Fluids Physical Parameters
125125
"fluid_pp(1)%gamma": 1.0e00 / (gam_a - 1.0e00), # 2.50(Not 1.40)
126126
"fluid_pp(1)%pi_inf": 0,

0 commit comments

Comments
 (0)