-
Hi, what would be a smart way to return a flag (apart from the printed one) that indicates if a pipeflow is not converged? Is there additionally a way of flagging a system that returns a physically incorrect (e.g. pressure below 0)? Thank you for your support and all the best, |
Beta Was this translation helpful? Give feedback.
Answered by
jkisse
Jun 11, 2021
Replies: 1 comment
-
Hi Oscar, after running a pipeflow, the parameter I hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkisse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Oscar,
after running a pipeflow, the parameter
net.converged
is set automatically set to True or False. If the pipeflow returns physically incorrect values, this is treated as "not converged", i.e.net.converged = False
.I hope this helps,
best regards
Jolando