ZN10StackTraceC1Ev error #214
Replies: 7 comments 1 reply
-
Greetings @ananddoss2004, The two errors that I can see from the stacktrace are the following:
The second one seems a bit strange, but the first one indicates a sigFpe, namely "Signal Floating Point Error": https://en.wikipedia.org/wiki/Signal_(IPC)#SIGFPE In order to get a more accurate indication of what exactly failed, please follow the instructions given here: https://github.com/blueCFD/Core/wiki/Quick-notes-on-how-to-update-build#setting-up-the-work-environment - which will tell you how to activate the The run the solver once again and when it crashes, provide us with the full stack trace once again, including the lines of text that come before that. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Greeting Bruno (wyldckat), I followed your steps and attaching the full stack trace of the result below.
-attached the original file below. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Anand, This gives us a much clearer picture :)
Since now we have a specific line where the issue occurs, we can go to the source code... namely line 41 goes wrong here: https://github.com/blueCFD/OpenFOAM-dev/blob/blueCFD-Core-5.x/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleCourantNo.C#L37
So whatever is going on wrong, is because the Based on this information I've looked at the files in the 0 folder and the problem seems to be that you have the Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Bruno, Although it solve sigFpe error, now i have patch field error that i am posting below.
Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Anand, This actually is fairly verbal:
The Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Bruno, Problem solved. As you said, my temperature boundary condition is set to calculated. I changed it to fixed value and it solved the problem. Many million thanks for your support. For now, you can close the issue and I wish your support in my future endeavors. My feedback for you: 5/5. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hey I got the similar issue Can anyone help me with this?
|
Beta Was this translation helpful? Give feedback.
-
Hello Experts,
I am getting the following error while running chtMultiRegionFoam. Can anyone help me sort out this error since it is not easily understandable.
Beta Was this translation helpful? Give feedback.
All reactions