-
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
quality grade sould not be a fixed value #177
Comments
For the WPL 13 a quadratic fit-function for the quality grade (eta) would be:
Coefficients
Goodness of fit:
After a market review of different heat pumps you could identify a representative parameter-set |
Thanks for opening that issue! Seems like there are some refinements that could be made for the heat pumps.
|
@jnnr I created a repository with "real world" heat pump data. I will take another week, but then there will be the formula to calculate heat pump efficiency and electrical & thermal power as time series. Required input will be the input/output temperature of the heatpump. |
Hi! Just wanted to let you know, that we finished the "hplib - heat pump library". Please have a look. I guess, it could be an easy solution for you to switch to this model. https://github.com/RE-Lab-Projects/hplib/releases/tag/v1.1 Right now, we have to things on the "TODO" list:
|
Because of my switch from matlab to python I wanted to start to use oemof thermal for time series calculations with heat pumps. For the last years i used the open source toolbox Carnot 7.1 and its models. There, it is well documented that the quality grade is not a fixed value.
quality grade
Here an example how much the quality grade relies on the different temperatures
Calculating the quality factor for "Stiebel Eltron WPL 13" with matlab
With data from Datasheet and parameter identification (Schwarmberger), see Carnot 7.1
https://fh-aachen.sciebo.de/index.php/s/0hxub0iIJrui3ED?path=%2FCARNOT_documentation_7.1
see heat_pump.html
Parameter of th heat pump
loop for calculating heat and electric power over different temperatures
Heating power in W
electric power in W
COP
Quality factor
Plot quality grade over temperature difference
The last image shows that it is note recommended to find a fit-function with x=temperature difference. It has to be a fit with x1=temp_low and x2=temp_high
The text was updated successfully, but these errors were encountered: