Example2.Base.Systems.Basic

Basic system model with legacy power flow data provisioning without top-level propagation

Information

Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).

Package Content

Name Description
Example2.Base.Systems.Basic.Data Data Power flow data records for network initialization without the use of OpenIPSL Types
Example2.Base.Systems.Basic.sys sys Power system model with input/output interfaces

Example2.Base.Systems.Basic.sys Example2.Base.Systems.Basic.sys

Power system model with input/output interfaces

Information

This is the main model used for simulation and linearization purposes. See usage in the examples under Example2.Analysis.

See more information under Example2.Readme.

In the text layer, under the equation section, the following assignments to the output interface () are made to link g1 variables to the outputs:

  // Assign outputs to g1 variables

  w = g1.g1.SPEED; // Machine speed

  delta = g1.g1.ANGLE; // Machine angle

  Vt = g1.g1.ETERM; // Terminal voltage mangitude

  P = g1.g1.P; // Active power

  Q = g1.g1.Q; // Reactive power

  AVRin = g1.AVRinput_meas; // AVR input, error signal to the avr

  AVRout = g1.AVRoutput_meas; // AVR output, Efd

Extends from Example2.Utilities.Icons.ModelForLinearization (nonlin4lin = for this model, you need to provide inputs or use it as is for linearization), Example2.Interfaces.OutputsInterface (Partial models for output interfaces).

Parameters

NameDescription
rCommon resistance value propagated to several line components
xCommon reactance value propagated to several line components
bCommon suceptance value propagated to several line components
percentScaling value used to modify parameters of several line components
PF_results 
Line Removal Parameters
t1Time for removal of Line5_2B [s]
Bus Fault Parameters
RResistance [1]
XReactance [1]
t1busfaultStart time of the fault [s]
t2busfaultEnd time of the fault [s]
PSS Parameters
PSS Parameter Change Timing
t1pssinStart time of the injection
t2pssinStart time of the injection
t3pssinStart time of the injection
t4pssinStop time of the injection
t5pssinStop time of the injection
t6pssStopStop time of the injection
All PSS's Limits
pss_vsmaxMax stabilizer output signal [1]
pss_vsminMin stabilizer output signal [1]
PSS 1
pss1_KwStabilizer gain [pu/pu]
pss1_TwWash-out time constant [s]
PSS 2
pss2_KwStabilizer gain [pu/pu]
pss2_TwWash-out time constant [s]
PSS 3
pss3_KwStabilizer gain [pu/pu]
pss3_TwWash-out time constant [s]
PSS 4
pss4_KwStabilizer gain [pu/pu]
pss4_TwWash-out time constant [s]
PSS 5
pss5_KwStabilizer gain [pu/pu]
pss5_TwWash-out time constant [s]

Connectors

NameDescription
VtTerminal voltage manginte
QReactive power
PActive power
wMachine speed
deltaManchine angle
AVRinAVR input, error signal to the AVR
AVRoutAVR output, Efd
uPm 
uPSS 
uAVRinFeedback input
uLoad7 
uLoad9 
Automatically generated Wed Mar 13 11:47:10 2024.