Skip to content

Commit

Permalink
Improve Jupiter configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Mar 11, 2024
1 parent b45c80b commit 9995832
Showing 1 changed file with 27 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
@title = Juno II Guidance Unit
@manufacturer = Chrysler
@description = Guidance section for the Juno II rocket with built in RCS jets. Decouple from the booster at apoapsis, turn off SAS and spin it up using the RCS to provide stability for the Baby Sergeant stages placed above.
@mass = 0.3
@mass = 0.275
%skinTempTag = Niobium
%internalTempTag = Instruments
@MODULE[ModuleCommand]
{
@RESOURCE[ElectricCharge]
{
@rate = 0.05
@rate = 0.1
}
}
@MODULE[ModuleSAS]
Expand All @@ -32,30 +32,31 @@
@thrusterPower = 0.05
!resourceName = DELETE
@resourceFlowMode = STACK_PRIORITY_SEARCH
!PROPELLANT {}
PROPELLANT
{
name = Nitrogen
ratio = 1.0
}
@atmosphereCurve
{
@key,0 = 0 167
@key,1 = 1 57
@key,0 = 0 51
@key,1 = 1 24
!key,4 = DELETE
}
}
RESOURCE
{
name = ElectricCharge
amount = 1000
maxAmount = 1000
}
MODULE
{
name = ModuleFuelTanks
volume = 40
basemass = -1
type = ServiceModule
basemass = 0.275
type = SM-I
TANK
{
name = ElectricCharge
amount = 1000
maxAmount = 1000
}
}
@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchEndcap]]
{
Expand Down Expand Up @@ -141,8 +142,8 @@
}
@atmosphereCurve
{
@key,0 = 0 150
@key,1 = 1 83
@key,0 = 0 51
@key,1 = 1 24
!key,4 = DELETE
}
}
Expand All @@ -158,8 +159,8 @@
}
@atmosphereCurve
{
@key,0 = 0 150
@key,1 = 1 83
@key,0 = 0 51
@key,1 = 1 24
!key,4 = DELETE
}
}
Expand Down Expand Up @@ -216,9 +217,17 @@
@title = Juno IV-B Interstage
@manufacturer = Chrysler
@description = Interstage decoupler for the Juno IV-B upper stages.
@mass = 0.1
@mass = 0.436
%skinTempTag = Aluminum
%internalTempTag = Aluminum

@MODULE[ModuleB9PartSwitch]
{
@SUBTYPE[Short]
{
%addedMass = -0.135
}
}
}


Expand All @@ -230,7 +239,7 @@
@title = Jupiter Engine Fairing
@manufacturer = Chrysler
@description = Fairing to cover up engines mounting on Jupiter First Stages.
@mass = 0.1
@mass = 0.575
%skinTempTag = Aluminum
%internalTempTag = Aluminum
}

0 comments on commit 9995832

Please sign in to comment.