Skip to content

Commit

Permalink
Merge pull request #1300 from maxq519/Custom-Payloads
Browse files Browse the repository at this point in the history
Add support for custom user-defined payloads in the Saturn 5/1B SLA, as well as an optional wide ELS-type SLA
  • Loading branch information
indy91 authored Sep 26, 2024
2 parents 3589747 + 40964e7 commit 133c1b2
Show file tree
Hide file tree
Showing 17 changed files with 20,708 additions and 27 deletions.
14 changes: 14 additions & 0 deletions Config/ProjectApollo/sat5stg31wide.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; === Configuration file for vessel class Saturn V ===
ClassName = sat5stg31wide
MeshName = ProjectApollo/sat5stg31wide
Size = 5.0

Mass = 600 ; empty mass [kg]
COG_OverGround = 2.0

; === Atmospheric flight model ===
CW = 0.5 1.1 2 2.4
CrossSections = 32.75 34.75 8.35
RotResistance = 2.0 2.0 2.0
Inertia = 7.5 7.5 0.85
EnableFocus = FALSE
14 changes: 14 additions & 0 deletions Config/ProjectApollo/sat5stg32wide.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; === Configuration file for vessel class Saturn V ===
ClassName = sat5stg32wide
MeshName = ProjectApollo/sat5stg32wide
Size = 5.0

Mass = 600 ; empty mass [kg]
COG_OverGround = 2.0

; === Atmospheric flight model ===
CW = 0.5 1.1 2 2.4
CrossSections = 32.75 34.75 8.35
RotResistance = 2.0 2.0 2.0
Inertia = 15.35 15.35 2.85
EnableFocus = FALSE
15 changes: 15 additions & 0 deletions Config/ProjectApollo/sat5stg33wide.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
; === Configuration file for vessel class Saturn V ===
ClassName = sat5stg33wide
MeshName = ProjectApollo/sat5stg33wide
Size = 5.0

Mass = 600 ; empty mass [kg]
COG_OverGround = 2.0

; === Atmospheric flight model ===
CW = 0.5 1.1 2 2.4
CrossSections = 32.75 34.75 8.35
RotResistance = 2.0 2.0 2.0
Inertia = 15.35 15.35 2.85
EnableFocus = FALSE

14 changes: 14 additions & 0 deletions Config/ProjectApollo/sat5stg34wide.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; === Configuration file for vessel class Saturn V ===
ClassName = sat5stg34wide
MeshName = ProjectApollo/sat5stg34wide
Size = 5.0

Mass = 600 ; empty mass [kg]
COG_OverGround = 2.0

; === Atmospheric flight model ===
CW = 0.5 1.1 2 2.4
CrossSections = 32.75 34.75 8.35
RotResistance = 2.0 2.0 2.0
Inertia = 15.35 15.35 2.85
EnableFocus = FALSE
Loading

0 comments on commit 133c1b2

Please sign in to comment.