Connectivity
- Author
-
Robbert Hardin (Alliander)
- Version
-
connectivity (draft)
- Feedback
-
Issue on GitHub (
Netbeheer-Nederland/doc-modeling-guidelines)
Introduction
The electrical grid consists of power plants that generate electrical power, electric power transmission that carry it over long distances, electric power distribution that carry it to customers and finally of electrical substations that step voltage up or down to enable transmission and distribution. These components form an interconnected network for electricity delivery from power producers to consumers. This document describes connectivity; the way CIM models how these components are connected.
Connectivity Node
CIM uses connectivity nodes (cim:ConnectivityNode for AC and cim:DCNode for DC) to model connectivity of equipment. However, connected pieces of (conducting) equipment are not directly associated to such a connectivity node. In stead they are associated via terminals (cim:Terminal for AC and cim:DCTerminal for DC):
A different, more visual representation might look like this:
By definition connectivity nodes are points where terminals of conducting equipment are connected together with zero impedance. This enables terminals to be used as points of connectivity-related measurement in the network such as voltages or phase information (ABC). So, in practice, if you have two terminals associated to a breaker and your measurement at these terminals show different voltages then you know this breaker is open. This is a benefit of modeling connectivity using connectivity nodes via terminals.
Cardinality of Terminals
Any terminal is associated to exactly one piece of conducting equipment and it is associated to at mot one connectivity node. On the other hand, any connectivity node can have any number of terminals. Just as any piece of conducting equipment.
Requirements and constraints
Please note there are some requirements and constraints. You can find them at IEC 61970-452 4.3 Requirements and constraints. Here are a requirement and constraint concerning terminals:
Constraint 452 Terminal:connection (EQ-profile only)
Terminal-s of the two sides of a two-terminal ConductingEquipment (or any of its subclasses) shall not be connected to the same ConnectivityNode.
Requirement 452 ConductingEquipment:connectivity (All profiles)
All subtypes of ConductingEquipment are required to have associations to Terminals. The number of associated Terminals is specified in IEC 61970-301:2020, 4.8.2 "Number of terminals for ConductingEquipment objects." The associated Terminal(s) are not require to have associations to ConnectivityNodes, for instance a ShuntCompensator whose Terminal is not associated to a ConnectivityNode.
Number of terminals for ConductingEquipment objects
The following ConductingEquipment classes have two terminals:
-
ACLineSegment,
-
DCLineSegment,
-
DCSeriesDevice,
-
DCSwitch (and its specializations),
-
DCChopper,
-
Switch and all its specializations (including Jumper, Fuse, Breaker, Disconnector, LoadBreakSwitch, and Cut),
-
SeriesCompensator and
-
EquivalentBranch.
The PowerTransformer class typically has two terminals but may also have one or more terminals. For example, a zig-zag connected grounding transformer may have one terminal. Three terminal transformers are commonly used in transmission systems and in special cases transformers may have four, five, or more terminals. All other ConductingEquipment leaf classes (notably also including Clamp and BusbarSection) and DCConductingEquipment have a single terminal.
This document includes text from the LTDS Grid Modelling Guidelines, published under the Open Government License