Published June 3, 2021
| Version v0.4.4
Software
Open
oemof/oemof-solph: Capable Custom Components
Creators
- Uwe Krien1
- Cord Kaldemeyer
- Stephan Günther
- smn2
- Patrik Schönfeldt
- jnnr3
- Caroline Möller4
- Johannes Röder5
- gplssm3
- steffenGit
- henhuy
- Birgit Schachler6
- cwbach7
- FranziPl
- Julian Endres3
- FabianTU
- Johannes Kochems8
- pkassing
- Bryan Lancien
- c-koehl
- nesnoj4
- lmb
- mloenneberga
- Jens-Olaf Delfs9
- RD-OTH
- Francesco Witte10
- escalacjo
- stefansc1
- elisapap
- Tjark Smalla
- 1. Universität Bremen
- 2. @energiekollektiv @znes
- 3. Reiner Lemoine Institut @rl-institut
- 4. Reiner Lemoine Institut gGmbH
- 5. University of Bremen
- 6. Reiner Lemoine Institut
- 7. @znes
- 8. DLR - Institute of Networked Energy Systems
- 9. University of Kiel
- 10. Flensburg University of Applied Sciences
Description
API changes
- Allow conversion factor of zero for
GenericTransformer
- Python 3.6 is no longer officially supported. It may still work for a while though.
- Custom component: oemof.solph.custom.PiecewiseLinearTransformer. A transformer model with one input and one output and an arbitrary piecewise linear conversion function. On how to use the component, refer to the
test script <https://github.com/oemof/oemof-solph/blob/dev/tests/test_scripts/test_solph/test_piecewiselineartransformer/test_piecewiselineartransformer.py>
_ andexample <https://github.com/oemof/oemof-examples/blob/master/oemof_examples/oemof.solph/v0.4.x/piecewise/piecewise_linear_transformer.py>
_. - Enhanced custom SinkDSM:
- Renamed keyword argument
method
toapproach
- Renamed approaches
interval
tooemof
anddelay
toDIW
- Added modeling approach
DLR
(PhD thesis of Hans Christian Gils 2015) - Included load shedding
- Introduced
recovery_time
inDIW
approach - Introduced
shift_time
and other parameters forDLR
approach - Included investments in DSM
- Normalized keyword arguments
demand
,capapcity_up
andcapacity_down
- Renamed keyword argument
- Check number of
Flow
s inGenericStorage
- Split code into submodules
- Move CI-Tests from Travis to github (see
PR #746 <https://github.com/oemof/oemof-solph/pull/746>
_)
- Jann Launer
- Johannes Kochems
- Patrik Schönfeldt
- Stefan Schirmeister
- Uwe Krien
Files
oemof/oemof-solph-v0.4.4.zip
Files
(552.3 kB)
Name | Size | Download all |
---|---|---|
md5:8a972d5aa592439e45e263f8116d7c2d
|
552.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/oemof/oemof-solph/tree/v0.4.4 (URL)