Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 1.81 KB

asymmetric_sgen.rst

File metadata and controls

73 lines (47 loc) · 1.81 KB

.. -asymmetric_sgen

Asymmetric Static Generator

Note

Static generators should always have a positive p_mw value, since all power values are given in the generator convention. If you want to model constant power consumption, it is recommended to use a load element instead of a static generator with negative active power value.

.. seealso::
    :ref:`Unit Systems and Conventions <conventions>`

Create Function

.. autofunction:: pandapower.create_asymmetric_sgen


Input Parameters

net.asymmetric_sgen

.. tabularcolumns:: |p{0.10\linewidth}|p{0.10\linewidth}|p{0.25\linewidth}|p{0.40\linewidth}|

*necessary for executing a power flow calculation
**optimal power flow parameter

Electric Model

Static Generators are modelled as PQ-buses in the power flow calculation:

alternate Text

The PQ-Values are calculated from the parameter table values as:

\begin{align*}
 P_{sgen} &= p\_mw \cdot scaling \\
 Q_{sgen} &= q\_mvar \cdot scaling \\
 \end{align*}

Note

The apparent power value sn_mva is provided as additional information for usage in controller or other applications based on panadapower. It is not considered in the power flow!

Result Parameters

net.asymmetric_sgen

.. tabularcolumns:: |p{0.10\linewidth}|p{0.10\linewidth}|p{0.50\linewidth}|

The power values in the net.res_sgen table are equivalent to P_{sgen} and Q_{sgen}.