Hohmann Transfer
Back to Calculators
Estimate a mission between orbits!
The Hohmann transfer orbit is a simple and energy efficient orbit that can be used to calculate some basic mission parameters.
Note: All values are estimates.
| {{ formData.endOrbit.name }} Starting Degree | {{ calcs.destinationStartingDegree }}° |
|---|---|
| {{ formData.startOrbit.name }} Ending Degree | {{ calcs.originEndingDegree | addCommas }}° |
| Semi Major Axis | {{ semiMajorAxis | addCommas }} km |
| {{ formData.startOrbit.name }} Orbit Velocity | {{ startingOrbitVelocity | addCommas }} km/s |
| {{ formData.endOrbit.name }} Orbit Velocity | {{ endingOrbitVelocity | addCommas }} km/s |
| Hohman Orbit Velocity | {{ hohmannOrbitVelocity | addCommas }} km/s |
| Delta V1 | {{ firstDeltaV | addCommas }} m/s |
| Delta V2 | {{ secondDeltaV| addCommas }} m/s |
| Total Delta V | {{ firstDeltaV + secondDeltaV | addCommas }} m/s |
| Travel Time | {{ timeOfFlightDays | addCommas }} days |