Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
// Adds options for densified propellants for Delta IV tanks from 'DELTA IV LAUNCH VEHICLE GROWTH OPTIONS TO SUPPORT NASA’S SPACE EXPLORATION VISION'
// Assumes 9% increase, based off 'Recent Advances and Applicationsin Cryogenic Propellant Densification Technology'
// by EStreetRockets

@PART[bluedog_DeltaIV_s1_lowerTank]:AFTER[Bluedog_DB]
{
MODULE
{
name = ModuleB9PartSwitch
moduleID = volumeSwitch
switcherDescription = Propellant Volume
switcherDescriptionPlural = Propellant Volume
parentID = fuelSwitch
SUBTYPE
{
name = Baseline
}

SUBTYPE
{
name = Densified Propellant
volumeAddedToParent: = 7290
}
}
}
@PART[bluedog_DeltaIV_s1_upperTank]:AFTER[Bluedog_DB]
{
MODULE
{
name = ModuleB9PartSwitch
moduleID = volumeSwitch
switcherDescription = Propellant Volume
switcherDescriptionPlural = Propellant Volume
parentID = fuelSwitch
SUBTYPE
{
name = Baseline
}

SUBTYPE
{
name = Densified Propellant
volumeAddedToParent: = 2430
}
}
}
@PART[bluedog_DeltaIV_DCSS_5m]:AFTER[Bluedog_DB]
{
MODULE
{
name = ModuleB9PartSwitch
moduleID = volumeSwitch
switcherDescription = Propellant Volume
switcherDescriptionPlural = Propellant Volume
parentID = fuelSwitch
SUBTYPE
{
name = Baseline
}

SUBTYPE
{
name = Densified Propellant
volumeAddedToParent: = 1296
}
}
}
@PART[bluedog_DCSS_Tank]:AFTER[Bluedog_DB]
{
MODULE
{
name = ModuleB9PartSwitch
moduleID = volumeSwitch
switcherDescription = Propellant Volume
switcherDescriptionPlural = Propellant Volume
parentID = fuelSwitch
SUBTYPE
{
name = Baseline
}

SUBTYPE
{
name = Densified Propellant
volumeAddedToParent: = 813.6
}
}
}