Dear PyPSA team,
I am trying to model the dispatch of a simple network consisting of three nodes connected via links and I am facing the following issue:
If all nodes are linked to each other like a triangle (using the Link component, not the Line component), then the model only returns reasonable results if the link efficiencies are 1. If any of the link efficiencies is set to anything between 0 and 1, then the model still solves, but the solution is trivial, i.e., the network.generators_t.p consists of only zeros.
If the three nodes are linked in series, i.e. not as a triangle, then the model works just fine even if an efficiency between 0 and 1 is applied.
Any ideas about what I did wrong? Thanks for your help in advance!