• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Piston 2 Stage Supercharger Help and Suggestions

Messages
58
I've been reading about some of the limitations with Super and Turbochargers. I want to try modeling a two stage supercharger in FSX/P3D v3.4 with a lever in the VC to control each stage ( high, low, neutral). Hoping for some thoughts on how to do this. Simconnect? XMLTools?

I feel like I'm going down a rabbit hole. Thanks in advance.
 
For the aircraft I've done with two stage superchargers I've used a SimConnect gauge which limits the throttle depending on which gear you're in, it also increases the intake air temperature in high gear to make it less efficient at low altitude. You have to set up a separate animation for the VC throttle to show the pilots input position rather than whatever the gauge has decided it should be at.
You can also use this to limit the boost as a number of real aircraft do, e.g. pilot applies full throttle but the gauge doesn't allow more than 15PSI of boost.
 
I would also add that the sim’s critical altitude for the turbo charger be set to some impossibly high value so your throttle calculations will be more linear.
 
I have to make sure we're talking about the pure distinction between mechanical, direct-drive superchargers, and exhaust-driven turbo-superchargers.

That said, either method will work quite well in FSX/P3D.

You mention two-stage, but what you really mean is two speed, that is, high/low blower speeds. The stages of a supercharger are something altogether different. FSX doesn't care about the number of stages, it just reproduces the horsepower of the entire blower at a given RPM/altitude/boost, as a single unit.

The gauges discussed are sort of a boost-cut out simulation. In real planes, such as the Spitfire, which used these devices, boost cutout is just a physical block of the throttle to keep the pilot from overboosting the engine on takeoff. It's a crude device and is not connected to the engine directly. At higher altitudes it can be moved out of the way to allow for full throttle opening. But this isn't what you're wanting, I don't think.

Two-SPEED superchargers are not modeled in FSX/P3D, but some folks have found very clever ways to make it appear that they are.

Personally I use only the native FDE for everything and have done for over 20 years. It's cleaner that way.

For a real crankshaft-driven super charger, the boost factor will need to be adjusted to provide the appropriate powers at specified altitudes, and that figure is usually somewhere between 2.5 and 5 but of course will vary depending on the engine. There are sometimes two boost factors in the .cfg file but we only need the high level boost, the low level factor does nothing.

A supercharger gains horsepower with altitude due to the air being thinner, which reduces exhaust back pressure. So you usually have a much higher bhp value at some altitude than at sea level.

The annoying thing about superchargers is you will have to manually adjust the throttle at all times and under all conditions since an automatic boost control is not incorporated in the native FDE. But they work well if set up correctly.

Turbochargers have automatic boost control, and one can emulate a supercharger equipped with automatic boost control pretty well by simply using turbosupercharging.

With turbos, one needs to set the critical altitude somewhat differently than that specified for the supercharged engine one is modeling, as FSX calculates BHP gain with altitude quite differently for each method.

The supercharger entries in the .cfg file can be deleted completely if turbocharging, but the turbocharged=0 flag must remain if supercharging. They don't work together in any way, so a critical altitude value for a supercharged engine does nothing.
 
Here is an example of an Allison V-1710, which is a single-speed supercharger:

[piston_engine]
power_scalar=1
cylinder_displacement=142.50000 //1710 cid
compression_ratio=6.65000
number_of_cylinders=12
max_rated_rpm=3000.00000
max_rated_hp=1480 //1360.00000 output shaft @ SL
fuel_metering_type=2
cooling_type=1
normalized_starter_torque=0.03500
turbocharged=0
supercharged=1
supercharger_boost_high_end= 3.170
supercharger_power_cost= 0 //factored into the .air file sections

The power cost on a single speed is about 17 percent, but it's not entered here, since I factored it into Section 509.
 
Back
Top