We have several power buses. On these different buses, energy can be imported or exported via Transformer (modelling of the electricity network, the natural gas network, etc.) Different renewable energies are connected as sources on the buses. Furthermore, different loads are defined as sinks. Is it possible to summarize the generation by renewable energies (sum_RE) (on all buses) and compare it with the sum of the consumptions (sum_Load)?
sum_RE = sum(E_PV) + sum(E_Wind)+ sum(E_solarthermal) + …
sum_Load = sum(E_electricity) + sum(E_thermal) + …
sum_RE >= sum_Load
This is the definition of a self-sufficient system as we have to integrate it. Is it possible to give the solver the inequality constraint described above (sum_RE >= sum_Load)?
Thank you very much for your support.
Kind regards from Nordhausen,
Christoph Schmidt