Class TransferOrbit
java.lang.Object
org.episteme.natural.physics.astronomy.mechanics.TransferOrbit
Orbital maneuvers and transfer orbits.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealbiEllipticTransferDeltaV(Real r1, Real r2, Real rb, Real mu) Bi-elliptic transfer delta-Vstatic RealhohmannTransferDeltaV(Real r1, Real r2, Real mu) Hohmann transfer delta-Vstatic RealhohmannTransferTime(Real r1, Real r2, Real mu) Hohmann transfer time: t = À * √(a³ / μ)static ReallaunchWindowInterval(Real periodEarth, Real periodTarget) Launch window intervalstatic RealsynodicPeriod(Real P1, Real P2) Synodic period: 1/S = |1/P1 - 1/P2|
-
Field Details
-
MU_SUN
-
AU
-
-
Constructor Details
-
TransferOrbit
public TransferOrbit()
-
-
Method Details
-
hohmannTransferDeltaV
-
hohmannTransferTime
-
biEllipticTransferDeltaV
-
synodicPeriod
-
launchWindowInterval
-