edisgo.opf.results.opf_result_class.HeatStorage

class edisgo.opf.results.opf_result_class.HeatStorage

Container for the thermal-storage results of the optimal power flow.

Each attribute is a pandas.DataFrame with one column per heat pump / thermal storage and the optimisation time steps as index.

p

Thermal charging (positive) / discharging (negative) power of the storage in MW.

Type:

pandas.DataFrame

e

State of energy of the thermal storage in MWh.

Type:

pandas.DataFrame

p_slack

Slack power used when the heat demand cannot be met, in MW.

Type:

pandas.DataFrame

p
e
p_slack