ioss 0.0.3

Io celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
pub const IO_MASS: f64 = 8.9319e22;
pub const IO_RADIUS_M: f64 = 1_821_600.0;
pub const JUPITER_MASS: f64 = 1.8982e27;
pub const JUPITER_RADIUS_M: f64 = 69_911_000.0;
pub const JUPITER_IO_DISTANCE_M: f64 = 421_700_000.0;
pub const SIDEREAL_ORBIT_PERIOD_S: f64 = 1.769 * 86_400.0;
pub const SYNODIC_PERIOD_S: f64 = 1.77 * 86_400.0;
pub const SURFACE_GRAVITY_M_S2: f64 = 1.796;
pub const ESCAPE_VELOCITY_M_S: f64 = 2_558.0;
pub const GEOMETRIC_ALBEDO: f64 = 0.63;
pub const SOLAR_CONSTANT_AT_IO_W_M2: f64 = 51.0;
pub const H24_RUNTIME_HOURS: u64 = 24;
pub const IO_DAY_HOURS: f64 = 42.5;
pub const MIN_SURFACE_TEMP_K: f64 = 90.0;
pub const MAX_SURFACE_TEMP_K: f64 = 2_000.0;
pub const COSMIC_RAY_DOSE_MSV_DAY: f64 = 36.0;

pub mod environment;
pub mod exosphere;
pub mod geodata;
pub mod geology;
pub mod interactions;
pub mod lighting;
pub mod missions;
pub mod observation;
pub mod physics;
pub mod rendering;
pub mod resources;
pub mod surface;
pub mod temporal;
pub mod terrain;