ControlArea
A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea:
1. The control area orientation for net interchange is positive for an import, negative for an export.
2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal.
3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero.
4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.
URI: cim:ControlArea
Type: Class
classDiagram
class ControlArea
click ControlArea href "../ControlArea"
PowerSystemResource <|-- ControlArea
click PowerSystemResource href "../PowerSystemResource"
ControlArea : ControlArea.ControlAreaGeneratingUnit
ControlArea --> ControlAreaGeneratingUnit : ControlArea.ControlAreaGeneratingUnit
click ControlAreaGeneratingUnit href "../ControlAreaGeneratingUnit"
ControlArea : IdentifiedObject.description
ControlArea : ControlArea.EnergyArea
ControlArea --> EnergyArea : ControlArea.EnergyArea
click EnergyArea href "../EnergyArea"
ControlArea : IdentifiedObject.energyIdentCodeEic
ControlArea : IdentifiedObject.mRID
ControlArea : IdentifiedObject.name
ControlArea : IdentifiedObject.shortName
ControlArea : ControlArea.TieFlow
ControlArea --> TieFlow : ControlArea.TieFlow
click TieFlow href "../TieFlow"
ControlArea : ControlArea.type
ControlArea --> ControlAreaTypeKind : ControlArea.type
click ControlAreaTypeKind href "../ControlAreaTypeKind"
Inheritance
- IdentifiedObject
- PowerSystemResource
- ControlArea
- PowerSystemResource
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
type | cim:ControlArea.type | 1 ControlAreaTypeKind |
The primary type of control area definition used to determine if this is used... | direct |
TieFlow | cim:ControlArea.TieFlow | * TieFlow |
The tie flows associated with the control area | direct |
ControlAreaGeneratingUnit | cim:ControlArea.ControlAreaGeneratingUnit | * ControlAreaGeneratingUnit |
The generating unit specifications for the control area | direct |
EnergyArea | cim:ControlArea.EnergyArea | 1 EnergyArea |
The energy area that is forecast from this control area specification | direct |
description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
energyIdentCodeEic | eu:IdentifiedObject.energyIdentCodeEic | 0..1 string |
The attribute is used for an exchange of the EIC code (Energy identification ... | IdentifiedObject |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
name | cim:IdentifiedObject.name | 1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
shortName | eu:IdentifiedObject.shortName | 0..1 string |
The attribute is used for an exchange of a human readable short name with len... | IdentifiedObject |
Usages
used by | used in | type | used |
---|---|---|---|
ControlAreaGeneratingUnit | ControlArea | range | ControlArea |
EnergyArea | ControlArea | range | ControlArea |
LoadArea | ControlArea | range | ControlArea |
SubLoadArea | ControlArea | range | ControlArea |
TieFlow | ControlArea | range | ControlArea |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:ControlArea |
native | this:ControlArea |