Uwe Krien

Results 186 comments of Uwe Krien

In the short term you can add your own power curve if you got one from another place. https://github.com/wind-python/windpowerlib#use-your-own-turbine-data

After talking to a lawyer @beritRLI said that the oemof developer group is not a legal entity and therefore cannot be holder of the licence. @oemof/oemof-developer-group : How do we...

This is related to [this forum issue](https://forum.openmod.org/t/define-a-renewable-energy-constraint-in-oemof/2796).

We should also have a look at the symbols used in `ExtractionTurbineCHP`. We could use the same terms if they are the same in both classes. It doesn't matter if...

@simnh We also discussed the 'facades' idea for solph and I think it is better to add them directly to solph in an additional module to make them available for...

In the result of the web-meeting we distinguished between different kinds of 'facades'. 1. If we do need extra calculations, additional packages etc. the facades should be somewhere else. 2....

@simnh Do the tabular facades work directly in solph without the datapackage? @joroeder You are right. There is already an issue -> #594

According to the discussion in #594 the API could also look like this. ```python oemof.thermal.heat_pipeline.HeatPipeline( label='pipe-1', inbus=b_heat_0, outbus=b_heat_1, heat_flow_min=5, heat_flow_min=1, losses_fixed=0.1) ```

That is a really good idea. We all should do that. What about the wiki? At the next developer meeting we could have a look at them and discuss how...