Jann Launer
Jann Launer
The errors described above were no bug, but caused by me using it wrongly - Model.receive_duals must be called before Model.solve.
However, I get a warning - not sure if this is ok or not, @oemof/oemof-solph ? ``` WARNING: Reassigning the non-component attribute rc on block (model).Model with a new Component...
Good idea!
Couldn't you do the same thing by making the gas input flow nonconvex and set min=1?
This also applies to the input parameters presented in the docs chapter on simulation.
Hey @fwitte, thanks for your message. Good that you point to that. I will have a look at how to implement new equations in tespy and definitely ask for help...
> Yes, that would be no problem. Colebrook-White is already implemented as standard function: https://github.com/oemof/tespy/blob/dev/tespy/tools/helpers.py#L291-L417. It is used for Reynolds > 2300 and Re*ks/D > 1300. I plotted tespy's lamb...
Thanks for this issue! Being able to use information about the geographic location of consumers, producers, forks etc. and geometries of edges was part of the idea of dhnx, so...
I can open a new branch to try the solution that I described above. Coming soon.
I would like to leave this open. Let's check the integration with the OSMImporter and see how things work when using GeoDataFrames.