I wrote X-Plane and this is where I post my DEVELOPER PREVIEWS, AKA “SECRET BETAS”!

11.40 BETA-1 IS HERE NOW! (went live on Sept 10, 2019)

This is REFERRED to in my VIDEO BELOW as BETA-3 because it is the third version of 11.40 that I have released, but the installer calls it beta-1 because it is the first full public beta!

So just get your installer from X-Plane.com if you have not already and and run it WITH THE BETA BOX CHECKED and you will get 11.40b1 which is the latest as of this writing.

NOTE FOR STEAM USERS: THIS IS EXPECTED TO BE AVAILABLE FOR STEAM USERS IN A DAY OR SO. STEAM ALWAYS RUNS A FEW DAYS BEHIND BECAUSE WE DO THE TESTINGS WITH OUR CORE CUSTOMERS FIRST AND THEN ONLY LEAK IT TO STEAM WHEN WE KNOW IT WORKS.

And here are the release notes!

Oh, you want it in WRITING????

OK fine:

Stall is now TRIPPED and you really have to lower the nose to recover the non-separated flow, as per reality.

This really drops a wing more in the stall!

Rotor bouce back in ground effect now modulated by forward speed.

Which is cool and causes a little bit of settle as you start to get going before ETL.

Thermals for gliders are found per element now,

So the glider raises a wing in the edge of a thermal.

New wind PROFILE from wind sock to ground

This is from data on wind above ground carefully compiled for wind turbines!!! Har!

So while the metar or real weather or other weather setting sets the wind at 10 meters (the wind sock height), the profile from that down to the ground (by definition 0 for the atoms touching the pavement, and a curve in between) follows the wind turbine wind profile model

 

Now we have EXHAUST THRUST as well for the turbines and recips!

Plane-Maker.

Default menu.

Engines screen.

Engines 1 tab.

Top sort of close to the right.

TURBINE AND RECIP EXHAUST HORSEPOWER TO POUNDS OF THRUST

Enter how many pounds of thrust the exhaust puts out per horsepower output of the engine.

We find it to be about 0.10 for the PT-6 turbines, and is almost certainly very close to 0 for any reciprocating engine.

Wake turbulence, better to track other planes!

Command-m to see wake turbulence from your plane and others when in flight.

Fly into the wake if you like!

3-D per-plane wake turbulence following wind and settling profile!

Some of this wake turbulence tech comes from Xavion, where I developed it to avoid (another) wake-turbulence hit in the real airplane.

Better propwash swirl based on 4 different tech reports!

Now we have thew swirl angles at all radial distributions dialed in!

The insight here was to NOT track propwash swirl in meters per second, but instead track it in degrees of swirl from straight aft!

In reality, the SWIRL ANGLE does NOT change with propwash speed or longitudinal location along the propwash stream tube, so tracking this swirl ANGLE in X-Plane instead of swirl SPEED gives us the most accurate propwash swirl in all locations, no matter how far behind the prop. Now, X-Plane uses the efficiency and drag of the prop to estimate the swirl angle using conservation of energy, and then applying that swirl angle at all prop radial locations according experimental data, and holding that swirl as you move aft in the prop stream tube as per experimental data. So this is a very nice start with analytical conservation of energy to DETERMINE the swirl, then using empirical data to apply that swirl at the right places in the prop stream tube. So X-Plane now tracks experimental data very very very well in propwash swirl!

This is good for tail-dragger and other handling where swirl angles over the tail matter.

So now, we can finally say that we have good propwash speed AND SWIRL over the tails of those tail-draggers! (And all other planes with engines in the front blowing propwash on the tail!)

Also, propwash now spirals in FRONT of the prop when in reverse! Good find for the person that reported this bug!

Also, propwash now tuned a bit more to follow the orientation of the prop, as we have found to be the case both with tail-draggers doing take-offs and the BackFly e-VTOL, which runs its’ wing in propwash without stalling, as long as there is propwash over them, proving that the flow is aligned to the props as long as power is put into the flow. So this should align propwash with the wings and fuselage more, which should be more accurate in the cases that I am seeing.

Delayed propwash over the tail!

It is well known that the wings cast downwash over the tail based on the coefficient of lift of the wings, with the various flaps and ailerons on them.

But here is where it gets tricky: Did it ever occur to you that it takes TIME for that downwash to make it back from the wing to the horizontal stabilizer?

This DELAY helps STABILIZE real airplanes in pitch, because as the nose is raised for example, the horizontal stabilizer is initially pushing down into UNDISTURBED air: The increased downwash from the wings might take 0.05 to 0.10 seconds or so reach the tail and push it down farther, de-stabilizing the airplane!

The only way I could think of to simulate this in X-Plane was to keep track of the downwash at all points in space and move it backward from wing to tail over time.. this is completely NON-feasible for memory and CPU reasons, so I have never simulated this delayed downwash effect before in X-Plane! As a result, the simulator has always had just a little less pitch-damping than the real airplane, making it touchier in pitch than the real airplane.

Now, I have a solution, and here is what it is:

Let’s say the angle of attack of a given airplane is increasing at 20 degrees per second as the nose is suddenly pulled up.

And let’s say that that we know that each degree of angle of attack causes 0.5 degree of downwash.

Then I am sure we can agree that the downwash is increasing at 10 degrees per second, right? It’s un-deniable!

So we KNOW that the downwash is increasing at a rate of 10 degrees per second, and let’s say that it takes exactly 0.1 seconds for the wash to make it from the wing to the tail (this is typical and easy to find: Simply the distance between the wing and the tail divided by speed of the airplane). So we know that the downwash is increasing at EXACTLY 10 degrees per second, and we know it takes EXACTLY 0.1 seconds for the wash to make it from the wing to the tail (at the speed and size of our imaginary airplane for this example). Then how much less wash will the tail have during this maneuver due to downwash delay? The answer is EXACTLY 0.1 seconds times 10 degrees per second equals one degree! COOL! This answer is exact, no approximation! (NOTE that we assume a constant angle-of-attack change-rate for our math to be perfect, so this is still an approximation since the angle-of-attack rate changes over time in the real airplane, but this is pretty darn close to perfect propwash tracking, at a cost of NO memory and basically NO CPU, since the downwash delay is found with some VERY simple algebra, instead of a ridiculously-complex and memory-hogging operation of trying to track an entire flow-field over time.

So, now, we have more accurate pitch-damping due to delayed downwash with simple algebra… and no CPU or RAM cost to get it! Cool!

This makes the airplanes in X-Plane less squirrely in pitch than they were before, and probably closer to reality!

Varied propwash across the prop disc!

For helicopters or VTOLs with running the prop discs edge-wise into the wind, the propwash through the prop is now less at the leading edge of the disc, and more at the trailing edge of the disc, to simulate the propwash building over time and distance as air flows aft over the advancing prop disc. This results in more rotor-flapping and rotor or rigid-disc pitch-up, with performance matching our eVTOL AVA, shown below.

So we used the aircraft below as a test-vehicle to measure nose-up pitching moment to tune the rotor downwash model in X-Plane!

ava-4.jpeg

Control effectiveness improvement:

Looking now at chord ratio and deflection and a few different tech reports, we have the control effectiveness accuracy improved for ailerons, elevators, and rudders.

Like most all of the stuff above, you need to have the experimental flight model ON to get this!

Better supersonic flight dynamics and transition TO supersonic:

If the experimental flight model is on, we now transition smoothly from subsonic to supersonic model on the wings, bodies, and downwash.

As well, in Plane-Maker, go to the fuselage (and any other body) screens where you set the coefficient of drag.

You can now set area-rule factor for supersonic airplanes.

This defaults to 1.0 (a multiplier of 1 means use standard compression shocks and expansion fans), and can normally be left there, but for planes like the T-38, which have very necked-in bodies in the middle to do an excellent job of area-ruling, which keeps a constant cross-section area along the length of the airplane by narrowing the body where the wings add equal area, you can change this number to a multiplier of something like 0.75 or so to reduce the supersonic drag that X-Plane computes, to account for the air moving around the wing to neatly fill the space in the necked-in body and inlets, as the T-38, for example, has.

Better wing/body separation:

Vert and horizontal stabs for T-tail no longer consider themselves to be one long wing for efficiency purposes, because the vert stab does not act as an endplate for the horizontal stab, because it is in the center, where there is no lateral flow.

Vertical stabs and wings individually still connect into one effective wing just fine though.

Gliders:

The thermals are now a bit more tightly defined, to form stronger gradients for the thermals so you can feel a bit of pitch or wing-rock as part of your plane enters a thermal.

Turn on thermals in weather as always and cycle through the visual flight model with control-m as always while in flight at altitude and below the tops of the thermals to see the vertical speed profile of the thermal pattern nearby… kind of cool.

And the wings and tail will all grab the edges of thermals as well as you enter or traverse them, giving the tell-tale wing rock away from the thermals, nose rise when entering the thermals, etc.

Also for gliders, the tow-plane will stay on the centerline a bit better to get you going even if there is some crosswind.

Seaplanes:

Wave shape changed from sin wave to wave shape closer to what we actually see on the water as the wind picks up.

This should help make seaplanes a little more accurate.

Seaplane float dynamics also improved to be more accurate with better damping in the water.

Afterburner:

If you re-save in Plane-Maker, then the old:

“Engage burner at 50% above this throttle setting”

will become the new:

“Engage burner at low level at this throttle setting, smoothly moving to max burner at full throttle”

 so the burner will smoothly increase as the throttle goes to maximum!

As well, if you re-save the aircraft in Plane-Maker, then:

The throttle will run the N1 and N2 up to 100% by the time you reach the critical throttle entered in that slot in Plane-Maker.

Then, ABOVE that throttle, since N1 and N2 will be at maximum dry thrust, the burner will add on top of that.

So, in summary, if you enter a throttle to engage the burner above:

The N1 and N2 will come up to 100% as the throttle reaches that critical throttle position you entered in Plane-Maker, and THEN engage the burner smoothly above that throttle position as the throttle goes to maximum!

As well, jet engines with afterburners often do not show the afterburner fuel flow in the engine fuel flow indicator.

So, we now have:

FLT_ARR_EXPR1(“sim/flightmodel/engine/ENGN_FF_dry”, sim_flightmodel_engine_ENGN_FF_dry, flt[p0].enpr[N].act_fm_FF_kgs__dry,flt[p0].enpr[N].act_fm_FF_kgs_dry,8)

FLT_ARR_EXPR1(“sim/flightmodel/engine/ENGN_FF_”, sim_flightmodel_engine_ENGN_FF_, flt[p0].enpr[N].act_fm_FF_kgs_tot,flt[p0].enpr[N].act_fm_FF_kgs_tot,8)

Where the dry datarefs are fuel flow without the afterburner,  and the the regular fuel flow is the total of engine and burner together.

For Xavion:

Full next-gen ADS-B weather from X-Plane to Xavion (which you can get at the App Store)  which makes for some pretty nice weather flying when setting convective weather in X-Plane!

This includes icing, turbulence, and cloud-top, wind, temperature, freezing level, and airport METAR weather display in Xavion from X-Plane! A pretty cool weather setup!

Misc:

Airfoil-Maker foil-load really does load the foil now when you load a foil from the menu, even if that same foil is already open.

Winds come down near the surface now, as per wind-profile chart created for wind-turbine designers, of all things!

Stowing the prop for motor-gliders now does a complete job of hiding the prop from the airstream.

Various panel brightness rheostats now saved for situations and replays.

Tail-rotor trim option now in Plane-Maker for any helos that might have that.

(X-Plane used to use full-deflection with full tail rotor trim but now you control the amount of trim available).

New individual flight control SURFACE failures for individual flight control surfaces on the wings. Used in engineering-level e-VTOL simulation now, but can be applied to any airplane!

Electric motors can spin BACKWARDS for reverse with fixed-pitch props!

Just equip them with a reverse checkbox in the Engines screen in Plane-Maker like any other engine that goes into reverse, and go into reverse with a joystick button configured to toggle reverse, like for any other airplane!

New command line: —lock_fr=xxx, which limits the frame-rate to this speed, and also takes you to just 1 flight model per frame to maximize the per-frame speed and maximize your chances of hitting that target frame-rate.

Ava, our eVTOL, which we use to validate X-Plane and other eVTOL systems for our upcoming ALIA prototype, to be unveiled late 2019.