ValueError in check_enthalpy_bounds when solving network with own component #561
Replies: 2 comments
-
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.
-
I changed a few things and now the error no longer occurs. I dont know why, but I wont complain.. |
Beta Was this translation helpful? Give feedback.
-
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