Ending simulation based on a post processor value #29033
-
Check these boxes if you have followed the posting rules.
QuestionHi all, I am sure that I am missing an obvious solution here but it is eluding me. Is there a way to end a simulating using a post processor? For example I want to end a simulation if the minimum element quality is too low. I have a post proc that outputs min quality, but I can't find a way to have that value interact with the executioner. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello Yes, this capability just got added to MOOSE. You ll need to install the "next" branch, because it has not been released to the main branch yet. Guillaume |
Beta Was this translation helpful? Give feedback.
ok just use this instead with PPs on the quality
https://mooseframework.inl.gov/source/userobjects/Terminator.html
this CV object method will eventually do what you want but not yet. We dont have a "Combo" convergence to specify more than 1 criterion