arianepy
- 3 Devlogs
- 11 Total hours
python-based simulation of the european space agency's ariane 6 spaceship
python-based simulation of the european space agency's ariane 6 spaceship
Is this… physically accurate ? I made the masses and fuel ejection accurate to Ariane 64…. hm
so, as you may know if you’ve seen the repo, the simulation has 3 versions (P1, P2, P3) with their respective “tests” and experiments, each version implementing something new. P1 was a basic simulation with the 4 aerodynamic forces, P2 introduced staging through a stage function my very swiss-french self named etage()…
i’m glad to share that i figured P3 out and that our rocket now takes atmospheric pressure into account ! here’s how it’s doing…
err… well i made a repo and this is a graph of height across time for our rocket for the time being. i’ve taken its’ different stages into account but unfortunately not atmospheric pressure or gravity turn and just incline in general, so it does not enter orbit.