packageNetwork

Set of steps illustrating how to assemble a network model using the OpenIPSL

Extends from Modelica.Icons.Package (Icon for standard packages).

Information

The task of modeling the network should be done after the modeling of the generation units. If you have not done it yet, follow the instructions on package Generator.

The modeling procedure of the three-bus system is divided into five steps:

  • Step 1: bus models are dragged into the diagram, together with the generation unit model and the system data in SysData.
  • Step 2: branch models, such as power lines and transformers, are placed in the diagram.
  • Step 3: infinite bus model is instantiated in the network model.
  • Step 4: fault model is placed in the diagram.
  • Step 5: connections between models are performed.

More information about each step is displayed in the graphics/diagram layer of the model. Note that you also need to input the parameter values.

Contents

NameDescription
Step_1Creating system model, adding buses, generator and system data
Step_2Adding branch models to network
Step_3Adding infinite bus
Step_4Adding fault event
Step_5Connecting models