Jump to content

strangeJim

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I noticed the hsp for several items in the ResourceHsps file is 0 so I did some calculation using Engineer Equation Solver hsp for LH2 is 12117 kJ/ton-K under 245 kPa and its saturated liquid(LH2 tank pressure for space shuttle is 32 - 39 psia so I took the intermediate value) hsp for LOX is 1715kJ/ton-K under 25 psig (also for space shuttle) and LOX is saturated hsp for liquid ammonia is 4567kJ/ton-K under 1 atm and saturated (I don't have any pressure data for ammonia powered rocket engines) But specific heat is greatly dependent on pressure so when pressure changes, hsp changes a lot. So I'm not sure if this helps.
  2. @MODULE[ModuleEngine*]:HAS[#engineID[AllEngines]] { @name = ModuleEnginesRF @maxThrust = 2560 @heatProduction = 145 @atmosphereCurve { @key,0 = 0 282 @key,1 = 1 313 } !PROPELLANT[LiquidFuel] {} !PROPELLANT[Oxidizer] {} !PROPELLANT[MonoPropellant] {} PROPELLANT { name = Kerosene ratio = 37.694087 DrawGauge = True %resourceFlowMode = STACK_PRIORITY_SEARCH } PROPELLANT { name = LqdOxygen ratio = 62.305913 %resourceFlowMode = STACK_PRIORITY_SEARCH } IspSL = 1.01 IspV = 1.01 throttle = 0.57 ModuleEngineIgnitor { name = ModuleEngineIgnitor ignitionsAvailable = 4 autoIgnitionTemperature = 800 ignitorType = Electric useUllageSimulation = true IGNITOR_RESOURCE { name = ElectricCharge amount = 25.6 } } } You mean something like this?
  3. I currently working on my config for other mods and wondering that is it possible to have different engine configs for an engine with multiple modes (like the rapier engine could have limited ignition for close cycle mode and unlimited ignition for breathing mode)? It seems that ignition limit is completely not working with engines with multiple modes. I tried to use modes' ID and Engine index number but neither of them could work.
×
×
  • Create New...