OpenIPSL.Examples.SevenBus.Data

Power flow data records for network initialization

Information

This package contains a set of data records that are used to initialize the power network on a determined operating point.

The user is also encouraged to duplicate this system and to add other initial conditions, if stability under other operating conditions need to be assessed or understood.

Package Content

Name Description
OpenIPSL.Examples.SevenBus.Data.SevenBus_voltages SevenBus_voltages Data record for voltage magnitude and angle
OpenIPSL.Examples.SevenBus.Data.SevenBus_loads SevenBus_loads Data record for load power consumption
OpenIPSL.Examples.SevenBus.Data.SevenBus_machines SevenBus_machines Data record for power generation
OpenIPSL.Examples.SevenBus.Data.SevenBus_trafos SevenBus_trafos Data record fortransformer tap position
OpenIPSL.Examples.SevenBus.Data.PF_results PF_results Collection of records that characterize the equilibrium point

OpenIPSL.Examples.SevenBus.Data.SevenBus_voltages OpenIPSL.Examples.SevenBus.Data.SevenBus_voltages

Data record for voltage magnitude and angle

Information

This data record has the voltage magnitude, in per unit, and angle, in radians, that are used to initialized the network in a certain operating point.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
V1 
A1 
V2 
A2 
V3 
A3 
V4 
A4 
V5 
A5 
V6 
A6 
V7 
A7 
V71 
A71 
V21 
A21 
V61 
A61 

OpenIPSL.Examples.SevenBus.Data.SevenBus_loads OpenIPSL.Examples.SevenBus.Data.SevenBus_loads

Data record for load power consumption

Information

This data record has the active and reactive powers in VA and Var, respectively, that are consumed by the system's loads. The data is used to initialized the network in a certain operating point.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
PL3_1 
QL3_1 
PL5_1 
QL5_1 
PL4_1 
QL4_1 
PL1_1 
QL1_1 

OpenIPSL.Examples.SevenBus.Data.SevenBus_machines OpenIPSL.Examples.SevenBus.Data.SevenBus_machines

Data record for power generation

Information

This data record has the active and reactive powers in VA and Var, respectively, that are delivered by the generation units to the system. The data is used to initialized the network in a certain operating point.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
P21_1 
Q21_1 
P71_1 
Q71_1 
P61_1 
Q61_1 

OpenIPSL.Examples.SevenBus.Data.SevenBus_trafos OpenIPSL.Examples.SevenBus.Data.SevenBus_trafos

Data record fortransformer tap position

Information

This data record has the tap position for the different transformers in the system. The data is used to initialized the network in a certain operating point.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
t1_1_4 
t2_1_4 
t1_7_71 
t2_7_71 
t1_6_61 
t2_6_61 
t1_2_21 
t2_2_21 

OpenIPSL.Examples.SevenBus.Data.PF_results OpenIPSL.Examples.SevenBus.Data.PF_results

Collection of records that characterize the equilibrium point

Information

This record collects all the information that is used to initialized the network in a certain operating point.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
replaceable record VoltagesVoltage data record template
replaceable record MachinesPower data record template for machines
replaceable record TrafosTransformer tap data record template
replaceable record LoadsPower data record template for loads
Automatically generated Mon Oct 10 14:35:55 2022.