• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Engine damage

PRB

Administrator
Staff member
Some planes, like dcc’s P-38Ls, have engine damage “built-in” to them, such that operating above certain MP levels for more than a certain time causes engine failure. Is this “feature” part of the air file? If so, can it be added to an existing plane by adding the required data to the air file? Would it be the same for FS9 and FSX? Does FSX add more realistic options in this area?
 
I was wondering this very same thing. Would be a great way to handicap race events.

Moses
 
Haven't had much luck with the detonation levels settings so far. A number of planes have had engine damage parameters, including the Stearman's, but this is as far as I know a gauge addon. For the new DC2 we have a gauge addon for engine fire which is related to CHT. For CFS2 there was "reality x", which accomplished this feat. Perhaps DCC will clue us in on his approach.

T.
 
A2A's Accu-Sim technology has been modelling exactly this feature for a while now but only for FSX Sp.2/Accel of course.

I know the Acceleration add-on added the capability for engine damage for the default P-51 racers but I don't know how anyone got engine damage working in FS9.
 
Ok, I'll stick my foot into my mouth...

...engine damage “built-in” to them, such that operating above certain MP levels for more than a certain time causes engine failure.

Shouldn't this be very easy, almost trivial ;), with a gauge?
All it would have to do is read MP setting, compare it to a Max continuous Mp setpoint, and start a countdown timer if Max continuous is exceeded; If time is up, an engine failure is generated.
And if user could enter the setpoint MP via a separate panel or gauge this gauge could easily be used on different planes.
The failure logic could also easily be made more realistic.

Just an idea, after browsing through the gauge&panel sdk.

I'm just getting interested into this engine damage stuff, and how the engines can be made to perform more realistically, so would appreciate feedback if this would work in principle.

On the other hand, I don't know anything about gauge programming or xml at all, so I may have completely misunderstood. :monkies:

But if this would work in principle, I may even give it a go if you give me a few months time :icon_lol:.
 
Gunter-

Is this your work? This looks real interesting.


FS2004 (ACOF) - FS2004 Panels FS2004 RealEngine
[SIZE=-1][ Download | View ] [/SIZE]
Name: realenginev03.zip Size: 317,888 Date: 10-07-2009
realenginev03.gif
[SIZE=-1] FS2004 RealEngine v03. RealEngine is a gauge for piston engine aircraft that generates an engine failure if the engine is run under excessive operating conditions (MP and/or RPM) for too long. By Gunter Teson1.
[/SIZE]
 
Jep.
Finally it was not as trivial as I thought, or, the code was, but the implementation not. :d
I think it took me 6 hours of swea(t/r)ing till I got the engine to fail the first time. And that were maybe 15 lines of code... :kilroy: Count in a further 10 hours or so to polish things...
But it didn't take me months either... and I'm pretty happy with my first gauge. :jump:
Interesting experience learning xml, and in particular debugging. I think I had every error possible, from using no/wrong/misspelt units to missing spaces to syntax that changes between string and other formats, ect... My kids learnt some new words, I can tell you. :icon_lol:

Hope you like it, and feedback on any problems is welcome.
 
I down loaded it but did not have the chance to test it yet.

Here are some quick questions on how it works.

Does the timer reset?

Example I run the plane at 60 mp for 3 minutes when the continuous MP is 50.

I then switch back to 50 or less MP. 10 minutes later I power up to 60 MP again.

Does the timer restart or is it cumulative?

Can you do the same for Jet engines based on N1 RPM?
 
Hi Dave,

Does the timer reset?

"Damage", or rather strain, to the engine is cumulative.

My view was that this is more close to POH recommendations which sometimes state an absolute time limit, like 5 minutes at TO power, and would discourage exceeding recommended operating procedures; I wanted to make the damage model severe, so that RPM and MP have to be really closely watched.
However, the limitations can be set any way one wishes, and if needed the accumulation of damage can be interrupted, and restarted, by the "enable/disable" button.
Furthermore, the damage, and a failed engine, can be reset with the "reset" button. Also, that Button can be plan B if you don't feel like a dead stick landing after an engine failure.

Can you do the same for Jet engines based on N1 RPM?

Nice idea. I'm not at all into jets, but that should be pretty easy, just have to swap a few variables.
Also could set a time limit of a few seconds on excessive TIT.

Why is it, that as soon as you have released something that seems halfway ok, new ideas pop up? :rolleyes: Had some thoughts yesterday evening as well.
 
For most jet engines, temperature is more important than RPM. The most critical times being startup and takeoff/acceleration. On takeoff on a hot day you might not even be able to reach the N1/N2 limits, but certainly might reach the temp limits. Typically jet engines might not fail right then, but at some other inconvenient time......

For many high performance piston engines (R2800 for example) the things most likely to cause immediate failure are detonation: which practically worked out to be related to the intake carb temperature, so was less of a problem with intercoolers, cool days and higher altitude. This given a particular RPM/MP/BMEP combination; and hight CHT, causing a breakdown of cylinder lubrication and thermal stress to the cylinders. A rapid increase (due to lack of warming up the engine) in CHT could also cause the aluminum pistons to expand more rapidly than the steel cylinder bodies.... with ummmm unfortunate results....

In a certain upcoming (soon...) vintage transport aircraft, engine issues are linked to CHT, which will rise to an unacceptable value in 5-10 mins if power is not managed....

Cheers: T.
 
For most jet engines, temperature is more important than RPM. The most critical times being startup and takeoff/acceleration. On takeoff on a hot day you might not even be able to reach the N1/N2 limits, but certainly might reach the temp limits. Typically jet engines might not fail right then, but at some other inconvenient time......

HHmmm...

Thats disappointing Tom but important to know. The issue becomes did the modeler acuratly model N1 verses ambiant air temp etc. If they did not then the gauge is worthless on some models.

Good to know though in our quest to impliment more accurate flight management.

One other thing...

Teson1 your not even close to done with this gauge. We have some additions you could make. :kilroy:

Look for a PM as we finish testing.

Dave
 
Teson1 your not even close to done with this gauge.
LOL You have some plans for me. :d

In fact I was planning to work further on this, and have some ideas. No problem to include whatever you want (within my limited programming knowledge of course).

However, I also have no problem at all to make a team effort out of this, or to completely hand over. After all, I'm sure some of you have 100x the experience I have with gauge development (litterally - in view that I have only about a week...) and engine/flight dynamics. And have included such failure stuff into planes for a long time. And the code really is no rocket science so far...

I'll watch the PM. We can discuss there.
 
Ok, I tried this out. I used it on the Alpha Bleu Ceil F4U-7. I've set mine up as a modern restored aircraft equipped with a P&W R-2800-CB16 engine. I plugged in the maximum MAP, RPM and HP values as stated by the FAA into the engine section of the aircraft cfg. I plugged in the maximum continuous and 5 minute maximum MAP and RPM values as stated by the FAA into this guage. Now it seems I really need to pay attention to my flying. I have this engine set up without ADI, so advancing the throttle to maximum will exceed the 5 minute dry maximum ratings. Guess what? I exceeded the dry rating and suffered an engine failure shortly after leaving the ground. Yep, no more mindlessly jamming the throttle forward, now I have to actually watch the MAP gauge and tachometer. :applause:

By the way, anyone know how much it costs to replace a P&W R-2800-CB16 these days? :173go1:
 
CB 16's aren't too bad as it is/was a civillian engine made in rather copious numbers for the DC6 etc... could probably set you up with one.... O'le Cliffie Evererts still runs DC 6's here in Alaska powered by them and NAC has a whole field of mothballed 6's in Fairbanks....

Cheers; T
 
A further note on Jet engines. Before the advent of electronic fuel controls, the fuel control units were purely a maze of pressure and RPM sensors all interconnected by a forest or pushrods and levers. Today, as mechanical backup is still needed, that stuff still exists, but primary control is electronic. The early systems were not able to control the fuel via temperature. Only RPM could be regulated and limited. Moderns systems do provide overtemperature protection both at start and in flight phases.

In the 747-400 it is possible to turn off the EEC (electronic engine controls) and overboost the engines.......

Cheers: T.
 
Hi All
Very interesting discussion :)
Im wondering if anybody knows the formula for working out an normally aspirated engine max possible MP at sea level.The reason ask is most info I can find normally give's the max permissible MP
Thanks
Wozza
 
For a normally aspirated engine (no turbo- or supercharger), the maximum possible manifold pressure is the ambient pressure. In fact, with the engine not running, the MP gauge should indicate ambient pressure.

That's 29.92 in Hg at sea level for standard conditions.
Of course, depending on weather, there can be a deviation from this value, say 29.3 - 30.5 in Hg (= altimeter setting).

Ambient pressure decreases by about 1 in Hg each 1000 ft.
E.g. standard conditions:
0 ft 29.92 in Hg
1000 ft 28.9
5000 ft 24.9
10000 ft 20.6

With the engine running, the maximum possible MP will be a little lower, as the cylinders are "sucking", and the air flow is somewhat throttled by the throttle plate and the intake.
I don't think there is an easy equation for this.
 
I have seen 31+ inches (atmospheric pressure) at SL during very a very strong high pressure event in Alaska in the Winter. As noted above there are pressure losses in the induction system. I don't remember the factory MP limits for normaly aspirated limits, and indeed there may not be any as many of these engines are available in turbocharge models. Because of the extra disturbance in a blown induction system, it will take a higher MP to produce the same power rating that a non blown engine will have. Another big factor is density altitude, and for many engines, overboosting could happen at very cold temperatures, say -40C/F

Cheers: T
 
Back
Top