Kevin Alcañiz

Results 3 issues of Kevin Alcañiz

## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [ ] Tests for the changes have been added (if needed) - [ ] Docs have been...

I noticed that RocketPy currently doesn’t account for Coriolis effects in its equations. I made a few local modifications to include this behavior and found that, for a rocket with...

Enhancement
Aerodynamics

**Describe the bug** When simulating a `Rocket` with two `Parachute` instances in the `Flight` class and setting the `time_overshoot` attribute to `False`, several functions return undefined values: `stability_margin`, `mach_number`, `free_stream_speed`,...

Bug