Package for interface models used in this library.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
| Name | Description |
|---|---|
| Connector for electrical blocks treating voltage and current as complex variables | |
| Positive connector for electrical blocks treating voltage and current as complex variables | |
| Negative connector for electrical blocks treating voltage and current as complex variables | |
| Interface for a generator which provides the PwPin |
OpenIPSL.Interfaces.PwPinConnector for electrical blocks treating voltage and current as complex variables
| Name | Description |
|---|---|
| vr | Real part of the voltage [1] |
| vi | Imaginary part of the voltage [1] |
| ir | Real part of the current [1] |
| ii | Imaginary part of the current [1] |
OpenIPSL.Interfaces.PwPin_pPositive connector for electrical blocks treating voltage and current as complex variables
This connector PwPin_p is nearly identical to
PwPin.
The only difference is that the default component name is set to "p"
in order to identify more easily the pins of a component.
Extends from PwPin (Connector for electrical blocks treating voltage and current as complex variables).
| Name | Description |
|---|---|
| vr | Real part of the voltage [1] |
| vi | Imaginary part of the voltage [1] |
| ir | Real part of the current [1] |
| ii | Imaginary part of the current [1] |
OpenIPSL.Interfaces.PwPin_nNegative connector for electrical blocks treating voltage and current as complex variables
This connector PwPin_n is nearly identical to
PwPin_p
(and PwPin).
The only difference is that the default component name is set to "n"
and that the icons are different in order to identify more easily the pins of a component.
Extends from PwPin (Connector for electrical blocks treating voltage and current as complex variables).
| Name | Description |
|---|---|
| vr | Real part of the voltage [1] |
| vi | Imaginary part of the voltage [1] |
| ir | Real part of the current [1] |
| ii | Imaginary part of the current [1] |
OpenIPSL.Interfaces.GeneratorInterface for a generator which provides the PwPin
Extends from OpenIPSL.Electrical.Essentials.pfComponent (Partial model containing all the parameters for entering power flow data).
| Name | Description |
|---|---|
| Power flow data | |
| S_b | System base power [V.A] |
| V_b | Base voltage of the bus [V] |
| fn | System frequency [Hz] |
| P_0 | Initial active power [W] |
| Q_0 | Initial reactive power [var] |
| v_0 | Initial voltage magnitude [1] |
| angle_0 | Initial voltage angle [rad] |
| displayPF | Display power flow: |
| Parameter mask | |
| enableS_b | Enable S_b in parameter list |
| enableV_b | Enable V_b in parameter list |
| enablefn | Enable fn in parameter list |
| enableP_0 | Enable P_0 in parameter list |
| enableQ_0 | Enable Q_0 in parameter list |
| enablev_0 | Enable v_0 in parameter list |
| enableangle_0 | Enable angle_0 in parameter list |
| enabledisplayPF | Enable displayPF in parameter list |
| Name | Description |
|---|---|
| pwPin |