|
[Sponsors] |
Error!!! Can't find the edge that connects 129 and 132 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 4, 2015, 12:23 |
Segmentation fault (core dumped)
|
#1 | |
New Member
Join Date: Nov 2015
Posts: 4
Rep Power: 11 |
Hello there,
I am new to this forum (and to SU2). I hope this is the right place for my question. I wrote a python script to generate my diffuser mesh. I have also a script to visualise the mesh and it seems that there is an edge in between all the nodes. I attached a picture of the coarse mesh as reference. Then, I modified the standard .cfg to suit my needs. In particular, the lowest boundary is set as a symmetry axis. I uploaded all my scripts in the attached .zip file you need python to run the scripts The error I get when trying to run the simulation is Quote:
Last edited by amelies; November 5, 2015 at 11:02. |
||
November 5, 2015, 11:01 |
|
#2 | |
New Member
Join Date: Nov 2015
Posts: 4
Rep Power: 11 |
I found an error in my script.
I was using "quadrilateral" elements identifier while defining elements with "pixel" convention. By setting the identifier to 6 now I get Quote:
|
||
November 9, 2015, 06:37 |
|
#3 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
Hi amelies,
what do you mean by "pixel" convention ? SU2 needs the definition of elements in the mesh file like it is described here: https://github.com/su2code/SU2/wiki/Mesh-File |
|
|
|