Francesco Witte
Francesco Witte
Just like the `Network` deserialization in `Network.from_json`/`Network.from_dict` there could be an equivalent implementation for the initial state or the design state. A solution could be, that the user would specify...
Right now you can pass constraints to your optimization problem, if the selected algorithm supports it. It would be interesting to be able to select an algorithm that supports unconstrained...
The structure matrix includes topological structure but also contextual structure in the sense, that specified equations are also inserted. It would be nice, if it would be possible to generate...
Some are missing docstrings, some are not straight forward to understand from their name and the user variables. Docstrings and comments should be added, maybe improved naming scheme might be...
Resolve #825 The `PolynomialCompressor` classes have some special touch to them, as - they require a precalculation step and - you pass some parameters through a dictionary to the component...
This issue is discovered with the the changes implemented in #823, the name `rpm` implies the unit of the specification (which seemed useful when the component was first introduced). With...
This is useful to allow specification of values relating to pressure in different units: - pressure_difference (often kPa) and - pressure (often bar or MPa)
- Turbine - SteamTurbine
- basic compressor (Compressor) - displacement compressors (Polynomial and PolynomialWithCooling) - turbomachines (TurboCompressor)