Module nyx_space::dynamics::spacecraft[][src]

Expand description

The gravity module handles spherical harmonics only. It must be combined with a OrbitalDynamics dynamics

This module allows loading gravity models from PDS, EGM2008 and GMAT’s own COF files. The drag module handles drag in a very basic fashion. Do not use for high fidelity dynamics. The spacecraft module allows for simulation of spacecraft dynamics in general, including propulsion/maneuvers.

Re-exports

pub use super::solarpressure::SolarPressure;

Structs

SpacecraftDynamics