Patrik Schönfeldt

Results 78 issues of Patrik Schönfeldt

Notes: We need to either include #799 or this makes it obsolete.

API

Follows changes between oemof.network v0.4 and v0.5: * [x] https://github.com/oemof/oemof-network/issues/3, https://github.com/oemof/oemof-network/pull/14 * [ ] https://github.com/oemof/oemof-network/issues/16

When people hear "transformer", they think of electrical devices. However, the Transformer is neither meant to be (only) electrical nor bidirectional (as electrical transformers typically are). Thus, I got the...

This value can be used as a hint to the optimiser to speed up minimisation. The fature is actually a reintroduction: Up to oemof v0.3, it was possible to have...

This PR suggests a new API for investments: * `Investment` has a new keyword argument `other_needs`. It replaces custom kwargs that served the same purpose. * The constraints `investment_limit` and...

For some energy carriers, i.e. heat and gas, delays in the networks play a relevant role. For large networks, transport from one location to the other can take even longer...

For quite some time, there has been a "Link" component in "custom" that is meant for lossy transport of electricity between two buses (typically locations). With #720, the component has...

enhancement
oemof-solph

When people hear "transformer", they think of electrical devices. However, the `GenericTransformer` is neither meant to be (only) electrical nor bidirectional (as electrical transformers typically are). Thus, I got the...

feedback wanted
oemof-solph

As we have a logo for solph (#745), we should start using it. - [x] Documentation (PR: #806) - [ ] Webpage (i.e. https://oemof.org/libraries/, issue: [oemof/issues/41](https://github.com/oemof/oemof/issues/41))

At the moment, "initial_storage_level" signifies the storage level before the first time step. I's suggest to change that to the 1st time step, as this would simplify formulating the constraints....

question