Skip to content

Instantly share code, notes, and snippets.

@LambdaSix
Last active August 27, 2020 10:35
Show Gist options
  • Save LambdaSix/a8ec2abd21409788d8435e7a79c8def9 to your computer and use it in GitHub Desktop.
Save LambdaSix/a8ec2abd21409788d8435e7a79c8def9 to your computer and use it in GitHub Desktop.
// Crew Modules
// Andromeda = Vostok
// 7 days from the seat is more than enough.
// Alnair = VA Crew Capsule / TKS
// TKS is mostly a ferry like Soyuz, so 30 days is more than enough
// Auriga = Chelomei LK-1
// 30 days for a moon transfer is very generous
// Tantares = Soyuz
// 30 days as a ferry
// Virgo = Soyuz 7K-L3 LOK
// 30 days since it's going
// Hamal = Progress
// Cargo ferry so no crew or intention to inhabit
// Stations
// -------------
// The Salyut and early Almaz stations.
// -------------
// (1st gen) Salyut 1 was crewed for 24 days.
// (1st gen) Salyut 3 was crewed for 15 days.
// (1st gen) Salyut 4 was crewed for 92 days. Longest single crew was 62 days.
// (1st gen) Salyut 5 was crewed for 67 days.
// (2nd gen) Salyut 6 was crewed for 683 days. Longest single crew 184 days.
// (2nd gen) Salyut 7 was crewed for 816 days. Longest single crew 236 days.
// 1st Gen - (Salyut 1-5) target hab time is 70 days total. (71)
(_vega_crew_s1_1_1) Vega 12-A1 Airlock = 7 days
(_vega_crew_s1_1_2) Vega 12-A2 Airlock = 7 days
(_vega_crew_s1_2_1) Vega 12-B1 Airlock = 7 days
(vega_crew_s1p5_1_1/2) Vega 18-A1 CM = 14 days + 18 days
(vega_crew_s2_1_1/2) Vega 25-A1 Tail = 14 days + 18 days
// 2nd Gen - (Salyut 6 & 7) target hab time is 240 days total. (241)
(_tucana_crew_s1_1 ) Tucana Airlock = 7 days
(_tucana_crew_s1p5_1/2) Tucana 18-A1 / 18-A2 CM = 14 days + 103 days
(_tucana_crew_s2_1/2) Tucana 25-A1 / 25-A2 Tail = 14 days + 103 days
// Mir
// -------------
// Longest stay at Mir was 14 months at completion
// Eridani = Mir Core (DOS-7)
// Acamar = Mir-37K / Mir Kvant-1
// Aquila = Mir Kvant-2 / Kristall / Spektr / Priroda
// Rana = Mir Sofora
// Only Mir Core and Spectr were designed as habitation sections. 14 months each.
// Base crew was 3, 2 extra with Spektr but could hold up to 6 for a month.
// Mir Core should be able to support 3 @ 14 months.
// Skeptr should support 2 @ 14 months
// Kvant-2 was an Augmentation Module and contained a shower. Add habTimeMultiplier of 1.15 (?)
// Mir Core Module is Eridani_*
// Mir Kvanit-1 is Acamar_*
// (eridani_crew_s2_1) Eridani 25-A Crew
// (eridani_crew_s1p5_1) Eridani 18-A Crew
// ISS Parts
// Eridani = Mir & Zvezda (Basically DOS-8, same as Mir Core?)
// Implementation below.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment