Slashdot Mirror


Researchers Explore New Batteries To Power Electric Planes (technologyreview.com)

Can researchers built a new kind of battery powerful enough to fuel an electric airplane? MIT's Technology Review profiles a company co-founded by MIT materials science professor Yet-Ming Chiang: He and his colleague, Venkat Viswanathan, are taking a different approach to reach their next goal, altering not the composition of the batteries but the alignment of the compounds within them. By applying magnetic forces to straighten the tortuous path that lithium ions navigate through the electrodes, the scientists believe, they could significantly boost the rate at which the device discharges electricity. That shot of power could open up a use that has long eluded batteries: meeting the huge demands of a passenger aircraft at liftoff. If it works as hoped, it would enable regional commuter flights that don't burn fuel or produce direct climate emissions...

The initial plan is to develop a battery that could power a 12-person plane with 400 miles (644 kilometers) of range -- enough to make trips from, say, San Francisco to Los Angeles, or New York to Washington. In a second phase, they hope to enable an electric plane capable of carrying 50 people the same distance.... Last year, the company announced plans to deliver a line of "hybrid to electric" aircraft with room for 12 passengers in 2022. At launch, the company intends to offer a hybrid plane with a gas turbine and two battery packs capable of flying around 700 miles (1,127 kilometers), as well as an all-electric version with three battery packs and a range of less than 200 miles....But crucially, the plane itself is expected to feature an open architecture that allows owners to switch out these modules over time, enabling them to upgrade to better batteries developed in the future or shift from hybrid to all-electric operation.

About 2% of the world's CO2 emissions come from air travel, and it's one of the fastest-growing sources of greenhouse-gas pollution. "More than a dozen companies, including Uber, Airbus, and Boeing, are already exploring the potential to electrify small aircraft," the article points out, "creating the equivalent of flying taxis that can cover around 100 miles (161 kilometers) on a charge. The hope is that these one- or two-passenger vehicles -- in most cases envisioned as autonomous vertical takeoff and landing aircraft -- could shorten commutes, ease congestion, and reduce vehicle emissions."

But with less ambitious batteries, "these would largely replace car rides for the rich, not displace air travel."

13 of 141 comments (clear)

  1. Slightly significant by raymorris · · Score: 4, Informative

    This could be slightly more significant than one might think. While these small planes aren't the main type most people think of when they think of "airplanes", they happen to be roughly the least efficient transportation available. Less efficient per passenger than large airliners.

    To give one well-known example, when Al Gore and his wife go to dinner, his G-11 B burns 578 gallons per hour. ( 0.8 mpg).

    Replacing transportation that gets 0.8 MPG with potentially renewable energy is an easy win.

    1. Re:Slightly significant by avandesande · · Score: 3, Informative

      Actually small propeller planes get about 25mpg.

      --
      love is just extroverted narcissism
    2. Re: Slightly significant by AmiMoJo · · Score: 2

      Take off also produces a lot of pollution with the engines working hard. Hybrid planes that use electricity for the take-off and near major cities could have quite significant benefits for particulate pollution and of course noise pollution.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re: Slightly significant by Rei · · Score: 5, Informative

      Power really is not the limit; energy is.

      The model 3 battery pack - which also includes not just modules, but the charger, DC-DC converter, cooling, etc etc - can deliver 370kW and weighs 478kg, or 774 W/kg. It also has 77,8kWh usable, so 163Wh/kg Note that the modules (which also include an integrated BMS) are just over 3/4ths of the mass, so there's some real potential for weight reduction when you go to larger scales and use lighter materials (as aircraft do vs. cars). Let's say that in an aircraft pack you get 1kW/kg and 200Wh/kg (the modules are 223Wh/kg, and the cells even higher).

      (Note: Even this may be somewhat pessimistic with respect to power. The Model 3 pack is rated for 1200A at 402V when fully charged (aka at takeoff) - that's 482kW rather than 370kW. But we'll stick with the amount you can actually use in current Model 3s)

      Now let's look at a case where you try to push range and power to their limits - half the aircraft's mass as batteries. So the net power and energy densities of the plane are 0,5kW/kg and 100Wh/kg, respectively.

      Now let's say that we're trying to reach a cruising height FL330 (10km) and a velocity of 600mph / 965 kph (268m/s). The energy required for the altitude is 9,81*h*m, so per unit mass, 9,81*10000 = 98100J/kg (27,5Wh/kg). Kinetic energy is 1/2 mv^2, so per unit mass, 0.5*268^2 = 35912J/kg (10Wh/kg). So 3/8ths of your energy is just required by fundamental physics - ignoring all losses - to get up to your flight level and velocity. If you get 80% net propulsive efficiency (between the drive units and propellers), now you're at half your energy just to reach cruising altitude and velocity. Now factor in the drag losses during your climb, particularly at low altitudes... and remember that we're talking about an aircraft where half its mass is batteries...

      Clearly, electric aircraft are highly energy limited. You get more of your range during the glide down than you do cruising at altitude.

      Now let's look at power. To accelerate up to... oh, let's say 70m/s... that's 1/2* m *70^2, or 2540J/kg (2540 W/s / kg). Our batteries can provide power at a rate of 500W/kg. Thus it could reach 70m/s in just over 5 seconds, or an average acceleration of 14m/s^2 (1,42 lateral g forces). Even factoring in the above assumed 80% drive unit / prop efficiency, you're still at an average of 1,1 lateral gs. Commercial aircraft are normally only 0,2-0,3 lateral gs. So clearly we are not power limited; indeed, with such extreme power possiblities, electric aircraft would be prime candidates for VTOL.

      Summary: focusing on power is focusing on the wrong problem.

      A side note: energy density improvements in batteries have a much more significant impact to range than one might think. With an electric car, if you double the energy, you double the range. But with an electric aircraft, you far more than double the range. Not simply due to the fact that the first half-or-more of your energy is needed just to get up to cruising altitudes and velocities, either. Electric aircraft have a much higher altitude theoretical operating envelope than combustion-based aircraft, due to the lack of need to maintain sufficient pressure inside an engine to sustain combustion, and avoiding the problems that occur with trying to maintain combustion at ever-increasing airspeeds. Higher altitudes come with lower air densities; optimal speeds increase and energy consumption per unit distance drops significantly.

      There's another factor at play that combines that those high accelerations that we calculated previously with the energy density issue: if you can have full - or even just partial - VTOL, then you don't have to have the wetted area for takeoff and flight at lower velocities. Aka, you can make a more stub-winged aircraft. This makes your aircraft lighter (lower lift required, aka less drag via the L/D ratio) and more efficient at higher altitudes. In short, there's a significant virtuous cycle at work. You use the high power provided b

      --
      Nobody pushes buttons like our bunny. Big red buttons with labels that say "IGNITION", apparently.
    4. Re:Slightly significant by drinkypoo · · Score: 2

      Who told you that? They lied to you, and repeating their lie makes you look stupid.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Slightly significant by SuricouRaven · · Score: 2

      Just measure fuel efficiency in square meters. Simplest way to do it.

  2. Mpg = mph / gph by raymorris · · Score: 2

    Mpg = mph / gph

  3. Re:Not sure if this can be profitable by ShanghaiBill · · Score: 3, Insightful

    San Fran to LAX is a heavily traveled route using aircraft like the A320.
    I don't know if 12 and 50 passenger flights can compete on price.

    They compete on convenience by NOT flying from SFO to LAX, and instead flying from/to smaller regional airports.

    I would pay a premium to fly directly from Reid-Hillview in San Jose, which is a 15 minute walk from my house, directly into Santa Barbara or Orange County Airports. That would save me $60 on Uber cost for every trip, and I would be happy to pay that much more for the airfare just to save the time.

  4. Re:Not sure if this can be profitable by schwit1 · · Score: 2

    A 12-50 person aircraft is often used by people with more money than sense, such as CEOs or hollywood types. Cost per passenger mile may be less important than the appearance of being environment conscience. They can also write these costs off as a business expense.

  5. Re:Not sure if this can be profitable by i.r.id10t · · Score: 4, Interesting

    They are also how people get from small local airports to larger hubs and form the working group of the various small commuter airlines that go from hubs to regional or local airports.

    For the "power at take off" issue, why not steal the idea of an assisted take off from the Navy and the steam catapult? Since there is a much longer runway to work with the assistive acceleration wouldn't need to be as violent and sudden, which could make it usable for passenger if not cargo. No need to borrow the other half of the Navy solution and install arrestor hooks, still have a nice long runway to land on.

    --
    Don't blame me, I voted for Kodos
  6. Not easy at all. I'm building one now by raymorris · · Score: 3, Interesting

    Indeed airplane design is largely about keeping weight as low as possible. The lighter the plane is, the farther, faster, and better it will fly per [any useful measurement]. Pretty much anything you try to improve on a plane can be improved by reducing the weight and then re-optimizing* the other parameters, especially fuel efficiency.

    Tomorrow I'll finish building yet another electric-powered model I'm building. It flies for a long time for a battery-powered model, 20 minutes of more. To achieve that, I ended up with a max speed of only about 22 MPH. To make the batteries last twice as long, I'd need about four times as much battery, because roughly half the battery power is used to lift the batteries.

    * Someone who knows gliders may be thinking about the fact that a glider will go faster if you add weight. That's true it'll glide for a shorter time, faster - if nothing else changes. If you don't optimize for the lighter weight, it'll go down faster and go forward faster. If you DO design for the lighter weight, the lighter glider will plain fly better all around.

  7. Re: Not sure if this can be profitable by c6gunner · · Score: 3, Interesting

    why not steal the idea of an assisted take off from the Navy and the steam catapult?

    It's one of those catch-22 situations; no manufacturer is going to build a plane which requires that system until the system is in use on a very large number of airfields .... and no airfield is going to pay to install those systems until there are planes which actually need them.

  8. Re:Not sure if this can be profitable by magzteel · · Score: 2

    Reading the web site, I think the /. summary is misleading.

    They wouldn't go from SFO to LAX. They would go SQL to SMO. From their site:

    Today
    Route SFO to LAX
    Door-to-door time H:MM 4:40
    Fare $130

    Zunum
    Route: SQL to SMO
    Door-to-door time H:MM: 2:16
    Fare $121

    They must be projecting significantly cheaper operational costs to make regional airport service profitable.
    I like the smaller regional airports but they may not have the connectivity you need to get where you want to go.

    Another thing they mention: possibly flying without a pilot on board. That will be interesting.