17

I am interested in multiple aspects of trolleybuses as a way of transitioning from fossil-fuel powered buses to "green" public transport.

I am not an electrical engineer myself but I do have an, albeit limited, understanding of electrical engineering.

Reading through the specifications of available trolleybuses, it seems like the standard way of transmitting power to them is through DC (600V) wires. From what I know, transmitting current over long(er) distances is more efficient using AC.

What is the reasoning of using DC for power transmission in this case?

Is DC power transmittion in this case more efficient (no heavy power converters inside the vehicle; cheaper to produce DC motors; more efficient DC motors etc.), safer for the pedestrians, or just legacy?

Copil tembel
  • 289
  • 2
  • 4
  • 1
    Found an interesting discussion here about Tesla motors switching to AC current driven engines: https://electronics.stackexchange.com/questions/58236/why-does-a-tesla-car-use-an-ac-motor-instead-of-a-dc-one – Copil tembel Jan 03 '21 at 13:04
  • 1
    [Traction motor](https://en.wikipedia.org/wiki/Traction_motor) - a good article from wiki explains historically why DC motors are used. – Andy aka Jan 03 '21 at 13:05
  • 1
    @Andyaka: Nice, thanks! "The availability of high-powered semiconductors (thyristors and the IGBT) has now made practical the use of much simpler, higher-reliability AC induction motors known as asynchronous traction motors." – Copil tembel Jan 03 '21 at 13:10
  • 10
    AC isn't intrinsically any better than DC over distances, but higher voltage is more efficient. With AC it's relatively easy to convert voltages using a transformer. Interestingly, electric trains often use low frequency AC (<50Hz). – Frog Jan 04 '21 at 00:38
  • 4
    @Frog in fact, while convenient, AC is actually *less* efficient. Skin effect increases resistive losses, transmission line effects hinder transmission of power, there's inductive and capacitive losses (especially for underwater cables), etc. There's some HVDC transmission lines that handle power as DC in part because of this (https://en.wikipedia.org/wiki/High-voltage_direct_current). – Christopher James Huff Jan 04 '21 at 01:08
  • 4
    Insulator requirements for AC are also tied to the peak voltage, which for AC is 41% higher than the average. 600V AC has a peak voltage of ~850V. This matters especially for public transport systems such as trolleybuses, where the voltage by necessity must be out in the open. – MSalters Jan 04 '21 at 12:02
  • 1
    You may want to compare with [trains/subways/light rail](https://en.wikipedia.org/wiki/Railway_electrification_system). Lots of systems use DC, especially urban/suburban systems (subway, light rail) running at 600-3000 V DC, but more than a third of the french long-distance railway network is also using 1500 V DC, and all non-high-speed networks in Belgium, Spain, Italy... 3000 V DC. AC is only used on much higher voltage systems (15 kV and up). [Wikipedia has a comparison of AC vs DC for railways](https://en.wikipedia.org/wiki/Railway_electrification_system#AC_versus_DC_for_mainlines) – jcaron Jan 05 '21 at 00:03
  • 3
    Part of this question is answered when we realise that the overhead wires are power *distribution* rather than power *transmission* - that's why we don't step up to higher voltages that we'd use in a transmission line. – Toby Speight Jan 05 '21 at 14:28

3 Answers3

29

Trolleys with overhead wires often disconnect momentarily and the high inductance creates an arc of the same current that allows some continuity but with some drop of voltage or power. Whereas AC might cutout in < 10ms.

But the real reason is DC traction motors have greater efficient torque needed to start.

You might see some DC motor Torque capability curve. These match the load vs speed requirements better than AC motors of accelerating a trolley car with constant current is applied by a control method until speed is reached.

Also another advantage in the Netherlands are the DC trolleys that have batteries to extend routes. An 18-meter bus with IMC500 technology only has to travel 20 percent of its route beneath overhead lines.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182
  • 1
    I understand. But why not putting a DC rectifier inside the vehicles instead? – Copil tembel Jan 03 '21 at 13:04
  • 6
    One less thing to fail on each bus. – Tony Stewart EE75 Jan 03 '21 at 13:13
  • 1
    It makes sense, but nowadays there are DC-DC converters inside the vehicles to drive the low power electronics (like screens etc.). I guess it is still preferable not to have a more powerful (and heavier) rectifier inside to carry around. But given that Tesla motors is switching to AC motors, the argument with the batteries doesn't seem so strong to me. – Copil tembel Jan 03 '21 at 13:25
  • Tesla always used BLDC motors. They just switched to PM motors for lower cost , more efficient starting torque , but less efficient flux management at highway speeds. – Tony Stewart EE75 Jan 03 '21 at 13:34
  • OK, so if I understand correctly, nowadays the (Tesla's) PM motors have more efficient starting torque than the DC traction motors. – Copil tembel Jan 03 '21 at 13:40
  • That’s comparing apples and oranges. Traction Motors are series wound for lower speeds,some switch to parallel wound at higher speeds. The French use IGBT and SCR controlled AC motors – Tony Stewart EE75 Jan 03 '21 at 14:52
  • @Copiltembel you'd need single-phase AC for use with an on-board rectifier; 3-phase overhead cabling would be awfully difficult, especially at junctions (probably requiring on-board energy storage), and Transistor addressed why single phase is much worse than 3-phase – Chris H Jan 04 '21 at 10:20
  • 1
    How about also, regenerative braking? Much simpler to feed power back into a DC supply than an AC supply. Assuming the tram has "reversing" switchgear, just throw it into reverse when you want to slow down its forward motion. Only, don't ask me what happens at the central station when all of the trams in the city want to slow down at the same time. – Solomon Slow Jan 04 '21 at 21:47
  • @Copiltembel, "*But why not putting a DC rectifier inside the vehicles instead?*" The only reason to do that would be because you have an extra high voltage overhead system but then your trolleybus would have to lug a hefty transformer around as well. – Transistor Jan 04 '21 at 22:12
  • Essentially when you put the reverse drivers on current limited by PWM current regulation feedback it is regenerative braking except that term refers to batteries. The 3 Ph hall sensors and windings must also be inverted correctly for BLDC type motors to reverse direction by swapping only 2 correct pairs of all the combinations of pairs(8) 1 pair sensor and 1 pair windings. Braking current is often the same as accelerating. – Tony Stewart EE75 Jan 04 '21 at 22:13
  • 1
    @SolomonSlow, "*don't ask me what happens at the central station when all of the trams in the city want to slow down at the same time.*" It's easy enough. When regenerating the local line voltage rises. On the Dublin Area Rapid Tranisit (DART) you could feel a blast of heat from under the seats during regenerative braking due to the increased 1500 V DC nominal voltage rise. When the line voltage reaches some pre-determined max voltage - 2 kV, perhaps - the air brakes are blended in and re-gen is decreased. – Transistor Jan 04 '21 at 22:16
24

From what I know, transmitting current over long(er) distances is more efficient using AC.

That's true if you can step up the voltage. In the case of the trolleybus the wires are energised at the "end-user" voltage, 600 V. Note that the overhead will be broken up into isolated sections and these will be fed from the nearest trolleybus substation. The feed to the substation will probably be at somewhere in the region of 25 - 100 kV (AC) depending on the nation grid standard voltages. In this manner losses are kept low as the 600 V DC sections are reasonably short.

What is the reasoning of using DC for power transmission in this case?

  • Constant power. DC is always on. AC is in pulses.
  • A more balanced three-phase load on the substation. A polyphase rectifier is used and one phase is always supplying power.
  • Possibility of easily regenerating into the line while braking.
  • For a given insulator breakdown voltage DC allows transmission of more power.

enter image description here

Figure 1. Three-phase to DC conversion loads the 3-phase supply in a more balanced way. A single phase AC supply would provide a pulsing load to the supply. Image source: Electronics Tutorials.

Is DC power transmission in this case more efficient (no heavy power converters inside the vehicle; cheaper to produce DC motors; more efficient DC motors etc.), safer for the pedestrians, or just legacy?

Probably a combination of all of the above except for pedestrian safety. DC has the problem that switching is more difficult as there is no zero-cross where the current drops to zero to help extinguish switching arcs.


From the comments:

"Note that the overhead will be broken up into isolated sections and these will be fed from the nearest trolleybus substation." That looks like an argument for AC transmission again. Less substations to be maintained along the way.

The substations are required for sectional circuit-breakers in any case so there wouldn't be much of a saving. They also allow for redundancy in the case of a substation failure where the one each side can supply power to the dead section (by bridging out the sections) although there will be some voltage drop as a result.

I guess this made sense in the early days of trolleybuses, but nowadays with the availability of cheap electronic components I am wondering if there isn't a stronger argument for AC power transmission.

You're still missing the benefit of the more balanced loading of the three-phase system, regeneration and cost of high-voltage insulation of the network.

Transistor
  • 168,990
  • 12
  • 186
  • 385
  • "Note that the overhead will be broken up into isolated sections and these will be fed from the nearest trolleybus substation." That looks like an argument for AC transmission again. Less substations to be maintained along the way. I guess this made sense in the early days of trolleybuses, but nowadays with the availability of cheap electronic components I am wondering if there isn't a stronger argument for AC power transmission. – Copil tembel Jan 03 '21 at 13:31
  • 10
    You are confusing distinct topics. DC actually has lower loss than AC for transmission. But what is really key to low loss is high voltage, and AC permits easy use of transformers for high voltage lines. A trolley system doesn't have the clearance to use the very high voltages employed by inter-city heavy rail with catenary wire. – Chris Stratton Jan 03 '21 at 14:41
  • "Possibility of easily regenerating into the line while braking." This is not true. For AC the backfeed can just be converted through the transformer back into the grid. For DC special equipment is needed to feed the power into the grid. Even some train lines - where the power and therefore the benefit are much greater - don't have that. E.g. the S Bahn Berlin is not able the feed into the grid. Backfeed Power can only be used, if a consumer is in the same section at the same time. – Christian Jan 03 '21 at 21:29
  • 4
    @Christian, I specifically said "into the line", not the grid. Otherwise I agree. – Transistor Jan 03 '21 at 21:41
  • Also this lets them run only one wire, using the rails as return. – Joshua Jan 04 '21 at 18:46
  • @Joshua, I think you'll find that the definition of a [trolleybus](https://dictionary.cambridge.org/dictionary/english/trolleybus) is a vehicle with rubber tyres powered by two overhead wires. You might be confusing it with a tram which uses flanged steel wheels running on rails. – Transistor Jan 04 '21 at 19:39
  • 1
    @Transistor: Actually it's a bit simpler. I managed to confuse trolleybus with trolley. – Joshua Jan 04 '21 at 19:42
  • @Joshua, Re, "only one wire..." There's no reason why an AC system couldn't also use one overhead wire and use the rails as return. – Solomon Slow Jan 04 '21 at 21:42
  • @SolomonSlow: Railroad AC designs are different. There's no neutral. It's very different from modern thinking. – Joshua Jan 04 '21 at 21:44
  • 1
    @Joshua, I was going to confess that I don't know what problems would be solved either by connecting one leg of an AC supply to Earth or, by isolating the supply from Earth; but looking back at Transistor's answer, I see that we're talking about 3-phase power, and that renders the whole question of a single overhead wire moot. – Solomon Slow Jan 04 '21 at 22:01
  • 1
    @SolomonSlow "There's no reason why an AC system couldn't also use one overhead wire and use the rails as return. " - that is, in fact, what they do. – Michael Harvey Jan 05 '21 at 19:02
  • 1
    @SolomonSlow - three-phase railway electrification has been tried, notable in Italy, and still exists on 4 lines, one in Brazil, two in Switzerland, and one in France. They often have two overhead wires and the third phase is grounded and connected to the running rails. A double pantograph or pickup on the train roof is needed. – Michael Harvey Jan 05 '21 at 19:07
  • 1
    @SolomonSlow - it is worth mentioning that in AC overhead electrification, although the current is collected by a roof-mounted pantograph, and returned via the wheels to the running rails, it does not return all the way to the feeder station via the rails. These are linked at frequent intervals to a return conductor alongside the track, often carried on the masts that support the overhead line equipment. – Michael Harvey Jan 05 '21 at 21:13
  • @Copiltembel DC is better than AC if you have isolated sections — you don't have to worry about the sections being phase-synchronized so there are fewer engineering challenges for the supply. – hobbs Apr 09 '21 at 15:30
15

At least in The Netherlands (also referred to as "here" where I live), it is for historical reasons.

Trolley busses date back to 1882, the one in The Netherlands in Arnhem (still operational) was started in 1949. The speed controls were easier for DC then, in the absence of electronics we know today, and the available series-connected DC motors were great for traction.

In the early days of trolley busses there were no easy ways as we have today for rectifying AC, so it was decided to use DC on the overhead wires.

Using AC on the overhead wires for this type of traction didn't really take off here until the 1950s, but replacing the existing fleet and infrastructure was considered too expensive, so the DC system stayed on.

ocrdu
  • 8,705
  • 21
  • 30
  • 42