GTW 72

The GTW 72 is a suspended monorail train type operated by Wuppertaler Stadtwerke on the Wuppertal Schwebebahn from 1972 until 2018.

GTW 72
Set 22 at Oberbarmen Schwebebahn station in April 2016
In service19722018
ManufacturerMAN
DesignerKlaus Flesche
Constructed19721975
Number built28 sets
Number in serviceNone
Formation3 sections per trainset
Fleet numbers128
Capacity48 seated, 156 standing
Operator(s)Wuppertaler Stadtwerke (WSW)
Specifications
Car body constructionAluminium
Train length24,060 mm (78 ft 11 in)
Width2,200 mm (7 ft 3 in)
Doors4 pairs on the right side (in direction of travel)
Maximum speed60 km/h (35 mph)
Weight35,5 t
Traction systemChopper-controlled DC motors
Power output4 x 50 kW
Electric system(s)600 V DC
Track gaugeSingle track (monorail)

Technical specifications

Each set consists of three sections.[1] The trains have welded aluminium car bodies, and are powered by four chopper-controlled motors, which power the two wheels of each bogie.[2]

Interior view

Interior

Seating accommodation consists of transverse seating.[2]

History

The GTW 72 was designed by German architect Klaus Flesche.[3] A total of 28 sets were built by MAN between 1972 and 1975.[4] One unit derailed in the 1999 Wuppertal Suspension Railway accident.

Regular operations ended in November 2018 with the suspension of Schwebebahn services following problems with the power supply. The last set was removed from the tracks on July 11, 2019.[4] After their withdrawal from service, 21 units were sold, and three were donated under the condition that they stay within Wuppertal. Set 15 remains with Wuppertaler Stadtwerke. Set 6 was scrapped in early 2019.[4]

Preserved examples

  • Set 2: preserved on the premises of Lang AG in Lindlar[5]
  • Set 8: preserved at Kinder-Tisch Vohwinkel e.V. in Wuppertal[4]
  • Set 15: in storage by Wuppertaler Stadtwerke[4]
  • Set 27: sold in November 2019; to be preserved in Plettenberg[6]
gollark: I just want to know how to idiomatically make GCable wrappers for the various C objects.
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.

References

  1. Schleife, Hans-Werner; et al. (1992). Metros der Welt [Metros of the world] (in German) (2nd ed.). Berlin: transpress Verlagsgesellschaft. pp. 377–379. ISBN 3-344-70715-9.
  2. Pabst, Martin (2006). S-Bahn- und U-Bahn-Fahrzeuge in Deutschland [S-Bahn and U-Bahn vehicles in Germany] (in German) (2nd ed.). GeraMond. pp. 88, 89. ISBN 3-7654-7366-9.
  3. "Alte Schwebebahn dreht in Wuppertal eine Abschiedsrunde" [Old Schwebebahn on a farewell run in Wuppertal]. nrz.de (in German). Funke Mediengruppe. May 23, 2019. Archived from the original on November 13, 2019. Retrieved November 13, 2019.
  4. "Nach 256 Tagen Stillstand: Wuppertaler Schwebebahn fährt wieder" [After 256 days of standstill: Wuppertal Schwebebahn resumes service]. Urban Transport Magazine (in German). August 4, 2019. Archived from the original on November 15, 2019. Retrieved November 19, 2019.
  5. Schlickowey, Sven (December 15, 2016). "Ein letztes Mal schweben" [Suspended for the last time]. bergischerbote.de (in German). Verlag am See GmbH. Archived from the original on November 20, 2019. Retrieved November 20, 2019.
  6. Besche, Thomas (November 13, 2019). "Wuppertaler Ebay-Schwebebahn erfolgreich verkauft" [Wuppetal Ebay-Schwebebahn successfully sold]. t-online.de (in German). Ströer Content Group. Archived from the original on November 15, 2019. Retrieved November 19, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.