-
Notifications
You must be signed in to change notification settings - Fork 84
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
Wrong calculation of nominal mass flow rate in PartialSolarCollector #1960
base: master
Are you sure you want to change the base?
Conversation
Use nPanelsInternal in PartialSolarcollector to avoid a nominal flow rate and/or pressure drop of zero
@jelgerjansen : There is still something wrong with the parameter calculation. Can you please run
which triggers the assertion for which I added more output. This was already wrong before your change, but should be fixed too. |
@mwetter the current implementation requires the user to input both the total number of collector panels (either via As a solution, I kept However, this implementation is not yet ideal, as |
@jelgerjansen : I agree that the problem is over-specified, that we should remove one parameter. I however suggest to remove With this approach, if a user specifies to use Does this sound good? |
… area is not an exact multitude of a single collector's area.
@mwetter I agree and implemented the proposed changes. Feel free to update the models if something is still missing or if you want to rephrase the warning message. |
@mwetter I assigned @FWuellhorst to do a review (as he also faced this issue recently). Can we merge this PR after his review? Or do you still want to do a final review yourself? |
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!
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.
The changes now look good. I updated the conversion script, tested it, and also removed nPanelsSer
from the user guide.
This is ready to merge if @FWuellhorst and @jelgerjansen agree. |
This closes issue #1956