ACDCConverter
A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion.
*NOTE: this is an abstract class and should not be instantiated directly
URI: cim:ACDCConverter
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class ACDCConverter
click ACDCConverter href "/Models/Profiles/StateVariables/AbstractClasses/ACDCConverter/"
style ACDCConverter fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ACDCConverter <|-- CsConverter : inherits
CsConverter
click CsConverter href "/Models/Profiles/StateVariables/ConcreteClasses/CsConverter/"
style CsConverter fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ACDCConverter <|-- VsConverter : inherits
VsConverter
click VsConverter href "/Models/Profiles/StateVariables/ConcreteClasses/VsConverter/"
style VsConverter fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ConductingEquipment <|-- ACDCConverter : inherits
click ConductingEquipment href "/Models/Profiles/StateVariables/AbstractClasses/ConductingEquipment/"
style ConductingEquipment fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ConductingEquipment --> SvStatus : ConductingEquipment.SvStatus
SvStatus
click SvStatus href "/Models/Profiles/StateVariables/ConcreteClasses/SvStatus/"
style SvStatus fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
SvStatus --> ConductingEquipment : SvStatus.ConductingEquipment
SvStatus
click SvStatus href "/Models/Profiles/StateVariables/ConcreteClasses/SvStatus/"
style SvStatus fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ACDCConverter : ACDCConverter.idc
ACDCConverter : ACDCConverter.poleLossP
ACDCConverter : ACDCConverter.uc
ACDCConverter : ACDCConverter.udc
ConductingEquipment : ConductingEquipment.SvStatus
Inheritance
- ConductingEquipment
- ACDCConverter
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| idc | cim:ACDCConverter.idc | No cardinality available CurrentFlow | Converter DC current, also called Id. It is converter’s state variable, result from power flow. | direct |
| poleLossP | cim:ACDCConverter.poleLossP | No cardinality available ActivePower | The active power loss at a DC Pole | |
| = idleLoss + switchingLoss* | Idc | + resitiveLoss*Idc^2. | ||
| For lossless operation Pdc=Pac. | ||||
| For rectifier operation with losses Pdc=Pac-lossP. | ||||
| For inverter operation with losses Pdc=Pac+lossP. | ||||
| It is converter’s state variable used in power flow. The attribute shall be a positive value. | direct | |||
| uc | cim:ACDCConverter.uc | No cardinality available Voltage | Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value. | direct |
| udc | cim:ACDCConverter.udc | No cardinality available Voltage | Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value. | direct |
| SvStatus | cim:ConductingEquipment.SvStatus | No cardinality available SvStatus | The status state variable associated with this conducting equipment. | ConductingEquipment |