Class Description
DC side of the current source converter (CSC).
The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case.
The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current.
The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees.
The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.
Attributes
Name | Type | Description |
---|---|---|
alpha | AngleDegrees | Firing angle that determines the dc voltage at the converter dc terminal. Typical value between 10 degrees and 18 degrees for a rectifier. It is converter’s state variable, result from power flow. The attribute shall be a positive value. |
gamma | AngleDegrees | Extinction angle. It is used to limit the dc voltage at the inverter if needed. Typical value between 17 degrees and 20 degrees for an inverter. It is converter’s state variable, result from power flow. The attribute shall be a positive value. |
maxAlpha | AngleDegrees | Maximum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value. |
maxGamma | AngleDegrees | Maximum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value. |
maxIdc | CurrentFlow | The maximum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data use in power flow. The attribute shall be a positive value. |
minAlpha | AngleDegrees | Minimum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value. |
minGamma | AngleDegrees | Minimum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value. |
minIdc | CurrentFlow | The minimum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value. |
operatingMode | CsOperatingModeKind | Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow. |
pPccControl | CsPpccControlKind | Kind of active power control. |
ratedIdc | CurrentFlow | Rated converter DC current, also called IdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. |
targetAlpha | AngleDegrees | Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value. |
targetGamma | AngleDegrees | Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value. |
targetIdc | CurrentFlow | DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CSCDynamics | 0..1 | CsConverter | 1 | CSCDynamics | Current source converter dynamics model used to describe dynamic behaviour of this converter. | CSConverter | Current source converter to which current source converter dynamics model applies. |