OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data

Record Data for IEEE Microgrid Example

Package Content

Name Description
OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.LoadsMicrogrid LoadsMicrogrid Data record for load power consumption
OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.MachinesMicrogrid MachinesMicrogrid Data record for power generation
OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.VoltagesMicrogrid VoltagesMicrogrid Data record for voltage magnitude and angle
OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.PF_results PF_results Collection of records that characterize the equilibrium point

OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.LoadsMicrogrid OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.LoadsMicrogrid

Data record for load power consumption

Information

This data record has the active and reactive powers in W 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).

Contents

NameDescription
P1[W]
Q1[var]

OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.MachinesMicrogrid OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.MachinesMicrogrid

Data record for power generation

Information

This data record has the active and reactive powers in W 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).

Contents

NameDescription
PDT[W]
QDT[var]
PPV[W]
QPV[var]
PBESS[W]
QBESS[var]
PInf[W]
QInf[var]

OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.VoltagesMicrogrid OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.VoltagesMicrogrid

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).

Contents

NameDescription
V1[1]
A1[rad]
V2[1]
A2[rad]
V3[1]
A3[rad]
V4[1]
A4[rad]
V5[1]
A5[rad]
V6[1]
A6[rad]
V7[1]
A7[rad]

OpenIPSL.Examples.Microgrids.IEEEMicrogrid.Data.PF_results OpenIPSL.Examples.Microgrids.IEEEMicrogrid.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).

Contents

NameDescription
replaceable record VoltagesVoltage data record template
voltages 
replaceable record MachinesPower data record template for machines
machines 
replaceable record LoadsPower data record template for loads
loads 
Automatically generated Thu Feb 26 06:56:00 2026.