-
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
Not clear whether inner or outer diameter should be passt to storage facade #143
Comments
I had a closer look at the use of the diameter together with @FranziPl and we realized that the consequences go further than just to point out whether the inner or outer diameter (and hight) have to be passed: We found that this effect can not be neglected when we compared losses of a thermal storage using one or the other radius (inner or outer) for the u_calue calculation. |
@jnnr, do you think this can be considered/included in the facade component? |
I think I made my point with this issue. Next step sould be to open a PR and fix/implement this. |
This is still valid: Adapting the u-value calculation would not involve any change in the facade, as the u-value is a parameter that is passed to the facade.
How big is the deviation anyway? I guess for large storages it should not have such a big influence. I got the formula from Planungshandbuch Fernwärme (https://www.energie-zentralschweiz.ch/fileadmin/user_upload/Downloads/Planungshilfen/Planungshandbuch_Fernwarrme_V1.0x.pdf, p. 43). The authors seem to be ok with the simplified formula. |
The deviation is quantified in the file "Vergleich Ebene Wand - Dickwandiger Zylinder". |
We found out that implementing a more detailled version that takes into account the influence of the bent lateral surface on the thermal transmittance U would require an API change. It would involve a distinction between U at the top and bottom surfaces vs. the lateral surface. As the current API only provides a single U for the whole storage, we decided that we do not change this at the moment. The simplifying assumption will be documented in the docs (#163) . Here, I post our considerations in case that it may be useful at a later point in time. |
We documented the assumption in #163 and posted equations for a model that distintcs the bent and flat surfaces of the storages above. I will leave this issue open for reference but remove the milestone. |
Does it make sense to put the explanation in the documentation? We have a section about theoretical considerations already: https://oemof-thermal.readthedocs.io/en/latest/theoretical_considerations.html |
These considerations address a different issue. Thus, we should put the explanation in the doc and also document the equations to solve the issue. |
The API of the StratifiedThermalStorage-facade does not specify whether the inner or outer dimensions (diameter and hight) of the storage shell be passt as arguments.
For volume and storage content (
nominal_storage_capacity
) calculation it should be the inner dimensions.For heat transfer caclulation the wall thickness and insolation should be taken into account, right? But the facades does not have an argument for passing the wall thickness.
What diameter and hight are suposed to be used here?
The text was updated successfully, but these errors were encountered: