Replies: 1 comment 1 reply
-
Hi @Barandier, thank you for reaching out! The underlying issue is the specification of both heat and power output. With the heat output your are essentially setting the temperature of the outlet water. The larger the heat output is, the lower the temperature. In your case, for the small mass flow of the gases the water temperature exceeds the limits of the fluid property database because the heat output is quite small. You can change by setting the water outlet temperature instead of the heat production and then play with the values to see how it is affected. For example fc.set_attr(eta=0.45, P=-200, pr=0.9)
water_out.set_attr(T=50) will result in a converged solution. Best Francesco |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I've bee working in model of a Fuel Cell and I tried to create a model from the code available in TESPy website, nevertheless, it arises the following issue when it runs:
"The solver does not seem to make any progress, aborting calculation. Residual value is 2.63e+02. This frequently happens, if the solver pushes the fluid properties out of their feasible range.
Process finished with exit code 0"
As you can see, my code is very similar to the one available in the website as it follows:
Additionally, even when testing the code available in the website, the same issue arises, but with a larger residual value.
Could someone help me with that please?
Lastly, I know that the "dc_cc" stands for direct current, nevertheless, how is it applied to the code later?
Beta Was this translation helpful? Give feedback.
All reactions