modelStableBouncingBall
The 'classic' bouncing ball model with numerical tolerances
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | e | 0.8 | Coefficient of restitution |
| Height | h0 | 1.0 | Initial height |
| Height | eps | 1e-3 | Small height |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | done | Flag when to turn off gravity | |
| Height | h | Height | |
| Velocity | v | Velocity |
Contents
| Name | Description |
|---|---|
| Height | |
| Velocity |