PowerTransformer

description

This document describes the PowerTransformer as part of the modelling-guidelines for the NBNL Profile Group.

version

current

author

Arend Hagreis, ahagreis@netbeheernederland.nl

feedback

Issue on GitHub (Netbeheer-Nederland/modeling-guidelines)

Introduction

This document is part of the grid modelling approach and details the grid model data requirements for data supplied by Dutch transmission and distribution system operators and describes in detail the Power Transformer.

Most of the terms in this document are used within the energy industry, particularly in standards like the IEC Common Information Model (CIM).

Definition

The Transformer is an electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits.

Transformers can be used to control voltage and phase shift (active power flow). A power transformer may be composed of separate transformer tanks that need not be identical. A power transformer can be modelled with or without tanks and is intended for use in both balanced and unbalanced representations. A power transformer typically has two terminals, but may have one (grounding), three or more terminals.

Core entities

The transformer is a complex electrical device. The first version in CIM was based on the fact that the power transformer is a device that can be modeled as conducting equipment. Later, it became apparent that this entailed limitations; among other things, specific properties proved difficult to define, such as properties associated with a winding.

Furthermore, conducting equipment has the limitation that a maximum of 2 terminals can be assigned, so modelling more than 2 windings was a challenge in case of 3 tier or more transformers.

To resolve this, PowerTransformerEnds (with a relation to the terminal) were introduced that do NOT inherit from the conducting equipment, providing more freedom to endow them with specific attributes and relationships. Thus, the relationship from the terminal to the power transformer is for backward compatibility and/or when greatly simplified connectivity is desired with transformers of up to 2 tiers (ends).

The Terminals in this representation have an association to the PowerTransformer since it now inherits from ConductingEquipment (shown as the dotted line in the diagram), but there is also a direct association between TransformerEnd and Terminal. For the NBNL profiles (EQ) currently we will not implement and/or use the (dotted) relationship (terminal→Powertransformer); the expectation is that we will not have a use case for this. The black arrow in the diagram represents an inheritance relationship, while a line represents an association.

cim:PowerTransformer
cim:PowerTransformer

The core entities in the diagram are:

  • cim:ConductingEquipment: The parent class for all equipment that can conduct electricity, including transformers.

  • cim:PowerTransformer: The container representing the entire unit.

  • cim:TransformerEnd: Represents each winding of the transformer, with specific attributes for electrical parameters and connections.

  • cim:PowerTransformerEnd: Associated with the transformer and contains the electrical parameters for a specific winding.

  • cim:Terminal: Associated with the PowerTransformerEnd to provide the actual connection point to a ConnectivityNode (the network graph).

If a tap changer is present to control one of the windings then an instance of a cim:PhaseTapChanger or cim:RatioTapChanger class is associated with that particular winding (PowerTransformerEnd). The tap changer is used to adjust the voltage level of the winding by changing the turns ratio, which in turn affects the voltage and current characteristics of the transformer.

For complex setups like transformer tanks, CIM uses cim:TransformerTank and cim:TransformerTankEnd to model individual phases or unbalanced representations within the broader PowerTransformer object (not part of the above diagram)

Modelling choices

For the containment of the PowerTransfomer the association Equipment.EquipmentContainer is required and shall point to EquipmentContainer of type Substation

Furthermore, there are a number of other classes around the transformer, e.g. the TransformerTankEnd; this is important when calculating non-symmetrical (un-balanced) grids (distribution network is essentially an un-balanced network). For now, the assumption is that we cannot yet properly define asymmetry and therefore cannot really incorporate it into calculations, but in the long term, the expection is that we might equip the PowerTransformer with the additional TransformerTank class and the corresponding TankEnds.

The inherited association ConductingEquipment.BaseVoltage should not be used or the association with the cim:VoltageLevel equipment container. The association from cim:TransformerEnd to cim:BaseVoltage should be used instead. The reason is that the BaseVoltage of every transformer end can differ. The use of a VoltageLevel is because of this not possible from the perspective that there are more than one VoltageLevel / BaseVoltage. The base voltage of the transformer end is relevant for calculations and should be used instead. See also BaseVoltage.

Current and Potential Transformers

For operational transmission or distribution models a Current Transformer (CT) or Potential Transformer (PT) does not normally map directly to a piece of conducting equipment in the CIM hierarchy. In an EMS (Energy Management System) the CurrentTransformer does not directly affect the network behaviour and is represented as a point of measurement, so it is not a piece of conducting equipment, but it is an AuxiliaryEquipment. As such a CT or PT is represented as an Auxiliary Equipment Sensor and assigned to a particular terminal of a cim:ConductingEquipment (e.q. the busbar) where the cim:Sensor is attached.

More information

For more information on the PowerTransformer, see the IEC CIM documentation and the following resources: