-
Posts
514 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by camlost
-
In \RealismOverhaul\RO_SuggestedMods\Squad\RO_Squad_SPP.cfg @PART[shockConeIntake]:FOR[RealismOverhaul] { %RSSROConfig = True !MODULE[TweakScale] { } !mesh = DELETE MODEL { model = Squad/SPP/ShockConeIntake/model scale = 1.722222, 1.722222, 1.722222 } @node_stack_bottom = 0.0, -1.07638875, 0.0, 0.0, 1.0, 0.0, 2 @category = Propulsion %maxTemp = 2000 } Why is this inlet resized along with Mk2 parts? If that's to be done, AJEInlet area should be rescaled as well.
-
RF is not working with tweakscale.
-
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
camlost replied to Ven's topic in KSP1 Mod Development
Not sure anyone noticed this before, but the the mesh of 'turbofan' seems smaller than 1.25m in diameter, and the node is off. -
How would I increase the top of the atmosphere?
camlost replied to thereaverofdarkness's topic in KSP1 Mod Development
Funny thing that in beta phase there're still so many 'legacy' things -
https://github.com/camlost2/AJEsolverTester Calling for public test
-
Absolutely, down with the imperialists!
-
I'm the right person to ask, the only function of this mod is to change engines' thrust and Isp. How they draw resource and whatnot is not touched @Everybody, I'm in the process of re-writing the engine code, making it infinite times more readable
-
Think this way: how much fuel does a F-15 carry, which also uses 2 x F-100-PW-229? The density is 5, so the question is, with only 1500 litres of fuel, how long can the F-15 maintain supersonic flight at sea level? You can look it up somewhere, the answer is not long XD
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
camlost replied to ferram4's topic in KSP1 Mod Releases
In AJE, engines have a idle thrust that is usually 3% of max, which is more or less the case in reality. You can manually shut down engines if you want. NVM, read it wrong, that's too weird. If it's just a pod then there's no AJEModule running- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
Intake air is always stripped, what AJE does is to set Isp every frame, the actual fuel flow is handled by stock modules
-
I can't think of why. Keep in mind that the LiquidFuel's density is 5. There's no separate configs for RF or no RF
-
updated xxx - - - Updated - - - updated for 0.90
-
What's the plan for the new mk3 system?
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
camlost replied to ferram4's topic in KSP1 Mod Releases
DRE is not originally Nathan's, and IMO it's not really *realistic*- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
AJE is partless. And it's not really a dependency for RO. If you don't want it/don't care about jets just skip it
-
Any interest in a 'canned air' mod so jets work in vacuum?
camlost replied to PooPooTron's topic in KSP1 Mods Discussions
Too much magic, too much -
There's no formality, just post or push on github whatever you have
-
I didn't know anything about it a year ago.
-
I don't have any new engines configured. Usually I only make configs when and if I want to play it. I haven't played with propellers for a while so I didn't even notice the incompatibilty with FAR. That said, you guys need to participate more. What's the point of being open-source?
-
Take your time to use NASA EngineSim, play with this mod, read the code and cfg, or try AJE Tester.exe that's included. I trust that you can figure it out since you did this research and fitted the data to a curve. In short, what you did is actually incompatible to the existing approach. It's easier for you to try it than for me to blab here. True, but thrust and Isp MUST BE two-variable functions nonetheless, hence they need maps instead of curves. The difficulty is why I chose NASA EngineSim code in the first place.
-
How did you find the data? This mod uses a different method from defining thrust curves etc. Instead, the engine is defined by components like turbine temperature and compressor ratio. Then calculate the engine performance with thermodynamics. Even if a numerical method is applied, your data is still incomplete for serious aeronautical simulation. As explained in OP, both thrust and SFC depend on altitude and speed at the same time.
-
That flag doesn't do anything. Also I don't understand the mod makers' minds, would an engine that's supposed to have a precooler, still function without it? That's not really a design choice.
-
More specific suggestion is appreciated, as always