Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/autonoma.ca.git
calculators/index.html
<ul>
<li><a href="rocket/aero">Aerodynamic Heat Calculator</a></li>
-<li><a href="rocket/payload">Orbital Payload Calculator</a></li>
+<li><a href="rocket/payload">Orbital Launch Insertion</a></li>
<li><a href="calories">Vertical Farm Energy Calculator</a></li>
</ol>
calculators/rocket/payload/Rocket.js
this.vVelocity = velocity * this.planet.soundSpeed(this.altitude);
this.vVelocityInitial = this.vVelocity;
- this.maxAcceleration = 5.0 * 9.8;
+ this.maxAcceleration = 5.0 * g;
const drag = this.drag();

Updates max accell wrt gravity

Author djarvis <email>
Date 2024-12-18 10:22:00 GMT-0800
Commit 6a12f7a6c9139cc5fec8ab5b5a80e9137cc3c42b
Parent 06c3497
Delta 2 lines added, 2 lines removed