modelGridConnector
Model of a transmission grid in which node interconnections are defined by a matrix
Extends from TransiEnt.Basics.Icons.Model (Icon for models).
Information
1. Purpose of model
Model of an idealized transmission grid utilizing a matrix definition of node interconnections.
2. Level of detail, physical effects considered, and physical insight
see PiModelComplex_advanced and SimpleTransformerComplex
3. Limits of validity
(Description)
4. Interfaces
One ComplexPowerPort for each connected region
5. Nomenclature
(no elements)
6. Governing Equations
(no equations)
7. Remarks for Usage
(none)
8. Validation
(no validation or testing necessary)
9. References
(none)
10. Version History
Model created by Jon Babst (babst@xrg-simulation.de), 06.09.2021
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nTL | sum(connectMatrix) | number of transmission lines |
| Integer[nTL,2] | connectListElectric | Components.MatrixListIndexMap(connectMatrix) | |
| Integer | nNodes | 4 | Number of grid nodes to connect |
| Integer[nNodes,nNodes] | connectMatrix | [0, 1, 1, 1; 0, 0, 0, 2; 0, 0, 0, 0; 0, 0, 0, 0] | Number of connections between node[row] to node[column]. Multiples are possible. Matrix has to be size [nNodes, nNodes] |
| Components.TransmissionLineRecord[nTL] | transmissionLineRecord | {Components.TransmissionLineRecord() for i in 1:nTL} | Transmission line parametrization. Example: if connectionMatrix top row is [0,1,2,1]: 1st line connects region 1 to 2, 2nd & 3rd lines connects region 1 to 3 ,and 4th line connects region 1 to 4 |
| Boolean | activateSwitch | false | Turn on activate switches for transmission lines |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.Electrical.ComplexPowerPort[nNodes] | epp | ||
| Modelica.Blocks.Interfaces.BooleanInput[nTL] | switched_input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Components.TransmissionLine[nTL] | transmissionLine |