Struct power_flow_data::TwoTerminalDCLine33
source · pub struct TwoTerminalDCLine33 {
pub name: ArrayString<15>,
}Expand description
The two-terminal DC transmission line model is used to simulate either a point-to-point system with rectifier and inverter separated by a bipolar or mono-polar transmission system or a Back-to-Back system where the rectifier and inverter are physically located at the same site and separated only by a short bus-bar.
The data requirements fall into three groups:
- Control parameters and set-points
- Converter transformers
- The DC line characteristics
The steady-state model comprising this data enables not only power flow analysis but also establishes the initial steady-state for dynamic analysis.
Fields§
§name: ArrayString<15>The non-blank alphanumeric identifier assigned to this DC line.
Each two-terminal DC line must have a unique name. name` may be up to twelve characters and may contain any combination of blanks, uppercase letters,
numbers and special characters. name must be enclosed in single or double quotes if it contains any
blanks or special characters. No default allowed.