-
Hello everyone, I'm quite new in TESPy and I'm trying to perform an exergy analysis in model that comprises a closed loop ground source heat pump. At the moment, I'm working with it in Heating Mode. When I execute the algorithm, both "E_F" and "Epsilon" values in the Network exergy analysis, and the "E_P" value in the generated dataframe are all "nan". Thank you very much. |
Beta Was this translation helpful? Give feedback.
Answered by
fwitte
Apr 27, 2023
Replies: 1 comment 3 replies
-
Hi @Barandier, could you share your code here to reproduce the issue? best |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you.
You added the
CycleCloser
to the fuel exergy busses, that does not really make sense, since it does not serve any purpose other than modeling. Its balance is not defined and it therfore crashes the analysis. I will make some changes to the source code to prevent people from adding cycle closers to busses.Also, it is a little bit strange to me, how you are patching the busses to the GHSP function. I have never seen something like this in Python, and it does not really look correct in my eyes. I propose the following solution: