Voltage sources behind an impedance, controllable and uncontrollable
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
| Name | Description |
|---|---|
| Generic voltage source behind an internal impedance | |
| Generic voltage source behind an internal impedance with inputs that vary the internal source magnitude and angle from steady state |
OpenIPSL.Electrical.Sources.SourceBehindImpedance.VoltageSources.VSourceGeneric voltage source behind an internal impedance
This model provides a voltage source with an internal (constant) voltage source and internal impedance.
See the documentation of BaseClasses.baseVoltageSource for more information.
Extends from BaseClasses.baseVoltageSource (Base model for voltage sources behind an impedance).
| 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: |
| Voltage Source parameters | |
| M_b | Voltage Source base power rating (MVA) [V.A] |
| R_a | Internal source resistance, pu, system base [1] |
| X_d | Internal source d-axis reactance, pu, system base [1] |
| Name | Description |
|---|---|
| p | Instantiation of graphical component PwPin_p |
| Emag | Internal voltage magnitude |
| Edelta | Internal voltage angle |
| Emag0 | Initial value of the internal voltage source magnitude |
| Eang0 | Initial value of the internal voltage angle |
OpenIPSL.Electrical.Sources.SourceBehindImpedance.VoltageSources.VSourceIOGeneric voltage source behind an internal impedance with inputs that vary the internal source magnitude and angle from steady state
The purpose of this model is to support the development of Grid-Forming Inverter models as described in [Du2021]. The model provides a voltage source with an internal voltage source and internal impedance whose magnitude and angle can be varied via inputs starting from their initial values.
See the documentation of BaseClasses.baseVoltageSource for more information.
Extends from BaseClasses.baseVoltageSource (Base model for voltage sources behind an impedance).
| Name | Description |
|---|---|
| useEphasorInternalAsInput | If true, the values of E0 and delta0 are computed internally and used as the start value of the input, requiring only a deviation \Delta E and \Delta delta to be supplied. If false, the magnitude E and angle delta must be supplied, including the correct value of E0 and delta0 needed for proper initialization. |
| 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: |
| Voltage Source parameters | |
| M_b | Voltage Source base power rating (MVA) [V.A] |
| R_a | Internal source resistance, pu, system base [1] |
| X_d | Internal source d-axis reactance, pu, system base [1] |
| Name | Description |
|---|---|
| p | Instantiation of graphical component PwPin_p |
| Emag | Internal voltage magnitude |
| Edelta | Internal voltage angle |
| Emag0 | Initial value of the internal voltage source magnitude |
| Eang0 | Initial value of the internal voltage angle |
| uDEmag | Input to vary the voltage magnitude of the voltage source |
| uDEang | Input to vary the angle of the voltage source |