Models that represent ideal sources (voltage, current)
Extends from Modelica.Icons.SourcesPackage (Icon for packages containing sources).
| Name | Description |
|---|---|
| Ideal voltage source with user defined real and imaginary parts of the voltage phasor | |
| Ideal current source with user defined real and imaginary parts of the current phasor | |
| Generic models of controllable sources behind impedances |
OpenIPSL.Electrical.Sources.VoltageSourceReImInputIdeal voltage source with user defined real and imaginary parts of the voltage phasor
This model allows the user to specify the voltage real and imaginary part of the voltage phasor of an ideal voltage source.
The value of each part of the phasor have to be provided through sources from
Modelica.Blocks.Sources with Real valued interfaces to be connected to
the vRe and vIm real interfaces.
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 |
|---|---|
| p | |
| vRe | Real part of voltage phasor |
| vIm | Imaginary part of voltage Phasor |
OpenIPSL.Electrical.Sources.CurrentSourceReImInputIdeal current source with user defined real and imaginary parts of the current phasor
This model allows the user to specify the voltage real and imaginary part of the voltage phasor of an ideal voltage source.
The value of each part of the phasor have to be provided through sources from Modelica.Blocks.Sources with Real valued interfaces to be connected to the vRe and vIm real interfaces.
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 |
|---|---|
| p | |
| iRe | Real Part of voltage phasor |
| iIm | Imaginary Part of Voltage Phasor |