Skip to content

Commit

Permalink
Add LR43-NA-3
Browse files Browse the repository at this point in the history
It failed 50% of the time, can someone check my TF configs. I based them off the X-405, but slightly worse.
  • Loading branch information
pap1723 committed Jun 11, 2017
1 parent 85622dc commit 572a4e5
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/LR89_Config.cfg
Expand Up @@ -18,6 +18,8 @@
// https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19680014866.pdf
// https://ia601201.us.archive.org/30/items/NASA_NTRS_Archive_19700011207/NASA_NTRS_Archive_19700011207.pdf

// For LR43-NA-3: http://www.alternatewars.com/BBOW/Space_Engines/Rocketdyne_Engines.htm

// Used by:
// FASA (FASAMercuryAtlasEngBooster)
// Squad (RO-LR-89)
Expand Down Expand Up @@ -49,6 +51,50 @@
configuration = LR89-NA-3
origMass = 0.72

CONFIG
{
name = LR43-NA-3
minThrust = 667.2
maxThrust = 667.2
heatProduction = 100
massMult = 1

ullage = True
pressureFed = False
ignitions = 1

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.5
}

IGNITOR_RESOURCE
{
name = TEATEB
amount = 1
}

PROPELLANT
{
name = Kerosene
ratio = 0.382
DrawGauge = True
}

PROPELLANT
{
name = LqdOxygen
ratio = 0.618
}

atmosphereCurve
{
key = 0 278
key = 1 245
}
}

CONFIG
{
name = LR89-NA-3
Expand Down Expand Up @@ -374,6 +420,18 @@
}
}

@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR43-NA-3]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = LR43-NA-3
ratedBurnTime = 135
ignitionReliabilityStart = 0.70
ignitionReliabilityEnd = 0.90
cycleReliabilityStart = 0.80
cycleReliabilityEnd = 0.90
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR89-NA-3]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
Expand All @@ -384,6 +442,7 @@
ignitionReliabilityEnd = 0.97
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.967
techTransfer = LR43-NA-3:25
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR89-NA-5]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand Down

0 comments on commit 572a4e5

Please sign in to comment.