earthEscapeVelocity constant

Speed const earthEscapeVelocity

Escape velocity from Earth's surface. Value: 1.119×10⁴ m/s ≈ 11.19 km/s.

The minimum speed needed for an object to escape from Earth's gravitational influence without further propulsion.

Implementation

static const Speed earthEscapeVelocity = Speed(11190, SpeedUnit.meterPerSecond);