1.2.0 • Published 4 years ago

@luke_rmaki/orbit_cli v1.2.0

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

Orbit CLI

Orbit CLI is a command line interface that can perform basic orbital mechanics and rocketry math. It came about after playing many hours of Kerbal Space Program and just generally being interested in orbital mechanics.

Installation

Requires Node JS installed.

npm i -g @luke_rmaki/orbit_cli

Usage

orbit-cli calc

or

orbit-cli c

Current calculations:

  • Orbital period (in minutes).
  • Orbital speed (in meters per second). This equation currently assumes a close to circular orbit
  • Tsiolkovsky's rocket equation (using specific impulse and standard gravity in place of exhaust velocity)
  • The Vis Viva equations to calculate the Delta V of a Hohmann Transfer

Future features

  • Ascent Delta V costs
  • More....

A few notes

These equations are obvious just a rough indication of the numbers involved in building and flying a rocket, so always budget a bit more delta V

More information

For more information about the actual math involved I highly recommend this YouTube channel.

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago