Storage

List of input parameters

ParameterDescriptionTypeValue range

name

string

p_mw*

active power of the PQ load

float

<= 0

q_mvar*

active power of the impedance load in MW at 1.pu voltage

float

sn_mva

reactive power of the impedance load in MVar at 1.pu voltage

float

≥ 0

soc_percent

The state of charge of the storage

float

0 soc_percent 100

max_e_mwh

The maximum energy content of the storage (maximum charge level)

float

min_e_mwh

The minimum energy content of the storage (minimum charge level)

float

scaling*

An OPTIONAL scaling factor to be set customly. Multiplys with p_mw and q_mvar.

float

≥ 0

type

type variable to classify the storage

*necessary for executing a power flow calculation

The exact model and result parameters (for pandapower) are defined in the link below:

https://pandapower.readthedocs.io/en/latest/elements/storage.html

Last updated