Hacker News new | ask | show | jobs
by mliben 1943 days ago
A simple physics-based plane model (like the one we made to understand vehicle-level impact of our technology development) dictates that the range-optimal cruise speed is proportional to 1/sqrt(air density), so it makes sense that the blackbird was more efficient at high speed when at high altitudes (admittedly, this simple model is subsonic, and there are a lot of other factors for supersonic flight).

Since having lower air density also means you need a higher lift coefficient (angle of attack) to produce the required lift, and then you have more lift-induced drag (which goes with the square of the lift coefficient). I think air density more or less washes out when it comes to its impact on range. That being said, you cover the full vehicle range at a higher velocity at higher altitudes, so it certainly seems like there would be significant benefit from a travel-time perspective.

All that being said, there are significant high voltage insulation challenges at higher altitudes, which is something we are working on.

3 comments

That's really not too accurate. The most efficient aircraft are sailplanes (the high end ones usually have a motor, BTW), and they operate at lower altitudes typically. Lift-to-drag of 70 has been achieved. The SR-71's L/D is probably classified still, but probably around 7 or so.

The issue is a certain aircraft has an optimum cruise altitude. If you try to fly fast at low altitude, it'll be horrendously inefficient. If you try to fly higher, you'll often be beyond the maximum lift coefficient so you'll be less efficient or you'll stall.

To first order, efficiency is independent of cruise velocity.

The range for an electric aircraft (this is basic physics) is: Range = (battery specific energy) * efficiency * (L/D) * (mass_battery/mass_total)/gravity.

Altitude and air density and velocity do not directly figure into the calculation as you pick your cruise altitude to maximize your (L/D). And maximum L/D depends somewhat loosely on Reynolds number (which, granted, does depend on speed) and especially Mach Number. If you can keep totally subsonic flow (i.e. usually up to about Mach 0.5), your maximum (L/D) doesn't directly depend on speed.

Sailplanes increase their speed (at optimal glide ratio) by putting on ballast. You can achieve the same effect by cruising at higher altitudes.*

We are definitely saying the same thing in very different ways.

Just using the drag polar approach and neglecting second-order effects (assume negligible dependence on Re, sufficiently subsonic so negligible impact of M, and linear lift coefficient region aka no stall), we get the following (I'm skipping a lot of intermediary steps):

Cd = Cd0 + k*Cl^2 -> Cd0 is the parasitic drag coefficient -> k is the lift-induced drag coefficient -> Cd is the overall drag coefficient

Range is maximized when Cd0 = k*Cl^2 (parasitic drag = lift-induced drag) -> Cl is a function of speed: since the required lift is constant, more speed = less Cl required = less lift-induced drag -> maximum L/D is achieved at this range-optimal speed

This speed can be calculated exactly from the total weight (W), air density (rho), lifting area (S), and drag coefficients:

range-optimal speed = sqrt((2*W/(rho*S))*sqrt(k/Cd0))

As long as you always operate at this range-optimal speed (aka speed for maximum L/D) which is a function of air density (and therefore altitude), the equation for range reduces significantly:

R = endurance*velocity, where endurance = battery energy / drag power, and we know the equation for drag power...

Simplifies to:

R = E*eta/(2*sqrt(Cd0*k)*W) -> R is range -> E is battery energy -> eta is total system efficiency

Dimensionally, this equation is of course the same as yours, with an energy being divided by a force to get a distance. The key point I am trying to make is that if you just look at that equation with no context, speed and air density are not present anywhere. But what is hidden in the assumptions is that you are assuming that you are operating at the maximum L/D speed given the air density at any particular altitude. Going back to my other comment, range at the range-optimal speed does not depend on air density or velocity directly, but lower air density at higher altitudes will result in a higher range-optimal speed, and hence less travel time for a given range.

Oh, yes, precisely. That’s one thing about air travel that people don’t really understand. They think fast = inefficient, but as long as you’re supersonic, speed is roughly independent of efficiency. You can have you cake and eat it, too!

This is not really true for any other transportation method. Cars and buses and boats and even trains have an efficient vs speed trade off especially at higher speeds.

And there is an efficiency advantage of speed in that you can get by with just a cramped seat because your trip time is short, a few hours. A similar trip in a conventional train, cruise ship, zeppelin, or sailboat may require bringing along basically a small apartment (or “sleeper car”) which is much heavier and can destroy the efficiency advantage you might have otherwise had. And the same vehicle can be used many more times for the same route if its speed is much greater, which (combined with the lower vehicle weight per person) reduces the effective embodied emissions of the vehicle per passenger mile significantly.

> there are significant high voltage insulation challenges at higher altitudes

What are these challenges? How does having a near vacuum cause trouble with ~1kV potentials?

The phenomenon is due to Paschen's law (there is a good wikipedia article on it). The breakdown potential of a gas is minimized at some pressure, and in the case of air, that pressure is < 1 atm, and corresponds to a specific altitude.

I can't go into much detail, but we are working on addressing this in a couple different ways in our insulation system design.

Unless I am missing something obvious, lift-induced drag is largely independent of altitude. However, parasitic drag is significantly reduced by lower air pressure. Thus the advantage from high altitude flight.
Less dense air -> higher angle of attack required to produce required lift -> true lift vector is more offset from vertical -> horizontal component of lift is actually producing drag

Like I said in the other comment, if the plane is operating at the range-optimal speed, I think the air density does not impact the range capability (it cancels out) but it does increase the range-optimal speed, allowing for faster travel.

Drag required to make lift is only a subset of total drag.

A car for example doesn’t need to produce lift, but it still displaces air which causes drag. The same is true of an aircrafts fuselage, which is generally not used to generate lift but still increases total drag. https://en.wikipedia.org/wiki/Parasitic_drag

Also, an aircraft is generally designed so that at cruse speed and altitude the wing incidence angle provides appropriate lift. https://en.wikipedia.org/wiki/Angle_of_incidence_(aerodynami.... Which means at optimal curse distance the cabin would almost perfectly level independent of optimal cruse speed or altitude.

Yes, the range-optimal speed is where the parasitic drag is equal to the lift-induced drag.

If you go through the analysis, the air density drops out of the range equation if you assume are operating at the range-optimal speed (which is higher at lower air densities).

> the range-optimal speed is where the parasitic drag is equal to the lift-induced drag

Not quite true -- range-optimal speed is where the sum of those terms is minimal. With some assumptions, this is where the derivative is 0, dDrag/dv = 0, and since derivative is linear, this means: the range-optimal speed is where the (infinitesimal) increase of parasitic drag (with speed) is equal to the decrease of lift-induced drag (in other words, opposite derivatives).

Using the simple drag polar approach,

D = A*v^2 + B/v^2 (D is total drag, first term is parasitic drag, second term is lift-induced drag)

dD/dv = 0 where v = (B/A)^(1/4)

Plug in v = (B/A)^(1/4)

D = sqrt(AB) + sqrt(AB), aka dD/dv = 0 exactly when parasitic drag is equal to the lift-induced drag

That’s only relevant up until you approach the speed of sound. Passenger aircraft are designed to stay subsonic for a host of very good reasons.
Definitely, for sure. Like I said in the other thread, supersonic is a whole other thing, and I don't think anyone is trying to electrify anything supersonic any time soon :)