Johannes Röder
Johannes Röder
* Describe your pull request as transparent as possible * [ ] Fixes the API build of the restructured modules * [ ] Flows * [ ] Buses * [...
Implements #796. And aims to implement (the new) a template for docstrings. * [ ] implement * [ ] add test * [ ] update whatsnew * [ ] update...
This PR fixes the docstring of OffsetTransformer. * [x] Improve table * [x] Add symbols to parameter * [ ] Fix link to external base class
This PR should implement a new custom component called HeatPipeline. In #618 there is a short describtion of the aim of the component. ``` hp = solph.custom.HeatPipeline( label='heat_pipe', inputs={b_heat_0: solph.Flow()},...
If somebody wants to use the `summed_max` (or `summed_min`) contraint for flows, a `nominal_value` must be given. (In the case that it is not an investment flow.) If only the...
Hey there, I would like to suggest a heat pipeline component. It should help modeling district heating systems. Background is, that at the moment the regular transformer has no option...
If an optimisation with one timestep is performed, the outputlib stores the scalars of the results in the dict of the sequences. So, I guess in `outputlib.processing.results(om)`, the following condition...
In case of an GenericStorage with investment, if the ```invest_relation_input_capacity``` and a ```nominal_value``` at the inflow of the storage are set, both constraints are created. This means that the inflow...
Right now, the flows can be weighted with any factor by additional keywords, e.g. as `emission_factor` for e.g. adding emission constraints. It would be nice, if the user can select...
This PR adds a maximum uptime constraint for NonConvex flows. The motivation is a scheduling problem for industrial processes, if you have e.g. a cyclic industrial process (block profile) with...