Replies: 2 comments
-
I have just attempted the SU2 tutorial at:
In this tutorial, two meshes are provided: With one mesh (mesh_ONERAM6_100k.su2), I encounter the same error of the previous message. With the other mesh (mesh_ONERAM6_turb_hexa_43008.su2), the program completes all the iterations specified in the ITER setting, and then performs mesh adaptation once before terminating without any error showed in the terminal.
However, in this last case, there is an
|
Beta Was this translation helpful? Give feedback.
-
Hi, not sure about the status of the branches you mention. The mesh adaptation library (pyAMG) used by that branch of SU2 only works with tetra/triangle meshes . The same is true for other mesh adaptation libraries i.e. MMG, Omega_h or refine (although it has some limited capabilities to work with mixed element meshes). |
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently tried the
SU2-feature_adap
branch, and it worked correctly. The only issue was that this branch is based on an outdated version of SU2, so I installed theSU2-feat_adap_dev
branch.When I run the Python script
mesh_adaption.py
, the first part, where the CFD run is executed, goes smoothly. However, as soon as the program attempts to perform mesh adaptation, I receive an error:The mesh is the ONERA M6 used for official tutorial.
I have tried this branch on some different Linux computers, with Python 3.7.7 and 3.7.8, but I encounter the same error everywhere.
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions