SU2-feature_adap runnig error #2035
Replies: 2 comments 2 replies
-
I found out that in SU2_CFD/src/drivers/CDriver.cpp, So I commented out those portions. And finally, I succeed to run this code! |
Beta Was this translation helpful? Give feedback.
-
Hi, did you find a way to use SU2-feat_adap_dev branch? I get an error after the CFD initializzation (during the first mesh adaption). Alternatively, have you managed to do a good surface refinement using SU2-feature_adap branch? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm MINSUL.
I installed SU2-feature_adap branch.
I tried to solve ONERA_M6 wing with adap_ONERAM6.cfg file.
but the problem is that whenever first iteration ends (before entering pyamg process in amg.py) , It shows error messages as below.
I think SU2_CFD solver shows an error when it reached the end.
The problem is that mesh_adaptation.py script also ended with returning the error message: SU2 process returned error '139
----------------------------- Solver Exit -------------------------------
Maximum number of iterations reached (ITER = 50) before convergence.
+-----------------------------------------------------------------------+
| Convergence Field | Value | Criterion | Converged |
+-----------------------------------------------------------------------+
| Cauchy[CD]| 0.0262824| < 1e-10| No|
+-----------------------------------------------------------------------+
+-----------------------------------------------------------------------+
| File Writing Summary | Filename |
+-----------------------------------------------------------------------+
|SU2 restart |restart_flow.dat |
|Paraview binary |flow.vtk |
|Paraview binary surface |surface_flow.vtk |
+-----------------------------------------------------------------------+
------------------------- Solver Postprocessing -------------------------
Deleted CNumerics container.
Deleted CIntegration container.
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 16845 RUNNING AT nodemaster01
= EXIT CODE: 139
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
(In the command window,)
SU2 process returned error '139'
Is there anyone who knows how to solve this problem?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions