ValueError in check_enthalpy_bounds when solving network with own component #561
Unanswered
HaSchneider
asked this question in
Q&A
Replies: 1 comment
-
Hi and thank you for reaching out! Can you provide the source code of your class? Otherwise it is difficult to help. Apparently, there are some Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote my own Pipe Component, which works fine in a smaller example but when I solve this network:
I get this error:
Swithching the pipe_warm parameter to a fixed kA (uncomment kA=300 and comment the line under) works as well.
It seems to be a problem in the check_enthalpy_bounds function due to a not defined pressure, but this is weird as the pressure seems not to be defined in the working networks as well.
Beta Was this translation helpful? Give feedback.
All reactions