SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Automate the creation of dummy components #512

Open ahobeost opened 4 months ago

ahobeost commented 4 months ago

As a User, I like the ability to turn the simulation of pipes on and off. I would like to see an extension of this functionality to other components, so that I can turn any component on or off.

As a developer, I like the idea of having simple ddcks for each component that only pass on the input T and mfr to the output. This would greatly simplify simulating parts of systems in a full diagram without having implemented the other parts.

This also relates to: https://github.com/SPF-OST/pytrnsys_gui/issues/487

And the desire to have hydraulic diagrams runnable immediately.