Relativistic Effects¶
General relativistic corrections to satellite acceleration.
Note
For conceptual explanations and examples, see Relativistic Effects in the Learn section.
Relativistic Acceleration¶
accel_relativity builtin ¶
Arbitrary Central Body¶
accel_relativity_for_body builtin ¶
Calculate acceleration due to special and general relativity for an object orbiting a central body with an arbitrary gravitational parameter.
Generalizes accel_relativity to non-Earth central bodies. accel_relativity is equivalent to calling this with gm = GM_EARTH.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
x_object | ndarray | State vector of the object in the central body's inertial frame. Units: [m; m/s] | required |
gm | float | Gravitational parameter of the central body. Units: (m^3/s^2) | required |
Returns:
| Type | Description |
|---|---|
ndarray | np.ndarray: Acceleration due to relativistic effects. Units: (m/s²) |
See Also¶
- Relativistic Effects (Learn) - Conceptual explanation and examples
- Propagation Around Other Central Bodies -
CentralBodyand non-Earth propagation - Orbital Dynamics Module - Complete orbit dynamics API reference