-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/cmpr heatpumps and chillers #21
Conversation
- Move code one level up in folder structure
- Example plots the dependence of the COP on the temperature difference
- Add plot of compression heat pump COP dependence on temperature difference
# Conflicts (solved): # docs/api/oemof-thermal.rst # setup.py
@jnnr: please have a look at the code and the examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your effort! Looks good! I like the plots. I added some comments directly in the code.
A more general question: Would you consider an example with investment worthwhile?
examples/compression_heatpumps_and_chiller/airsource_heatpump_const_max_output.py
Outdated
Show resolved
Hide resolved
examples/compression_heatpumps_and_chiller/airsource_heatpump_const_max_output.py
Outdated
Show resolved
Hide resolved
examples/compression_heatpumps_and_chiller/airsource_heatpump_const_max_output.py
Outdated
Show resolved
Hide resolved
examples/compression_heatpumps_and_chiller/airsource_heatpump_const_max_output.py
Show resolved
Hide resolved
- Name rst file after the module it is describing
I would rather not. Such an example would consist of a simple transformer in invest mode. I think it is obvious how to realize that using the oemof.solph documentation - don't you think so? |
- Clearify what the module can be used for - Make it easier to understand purpose of this module - Add references
- Shorten lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
To implement a module and examples for compression heat pump and chiller calculations as described in Issue 591.
Features:
Related:
ToDos: