Skip to content

AtmosphereInput

Defined in: lib.rs:61

pub struct AtmosphereInput\<'a\> {
pub geodetic: arika::earth::geodetic::Geodetic,
pub utc: &'a arika::epoch::Epoch<arika::epoch::Utc>,
}

Pre-computed input for atmospheric density evaluation.

Contains the geodetic coordinates and UTC epoch needed by all atmosphere models. The caller (e.g., drag force model) is responsible for computing geodetic from the propagator’s frame-typed position vector — the atmosphere model itself is frame-agnostic.

geodetic: arika::earth::geodetic::Geodetic

Satellite geodetic coordinates (latitude/longitude in rad, altitude in km).


utc: &‘a [arika::epoch::Epoch<arika::epoch::Utc>](../../../../arika/api/structs/epoch/)

Absolute UTC epoch.