Can I import multiple cgns mesh files and export as a single su2 mesh file? (multizone mesh) #1000
Unanswered
koraysevinc
asked this question in
Q&A
Replies: 1 comment
-
You could use Python to read all your CGNS files, and then combine the meshes into one to write them out to SU2. Not sure about zones right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a question. I have separate mesh files for multirow turbomachinery problem. Each rotor stator has their own separate mesh files in CGNS format.
SU2 doesn't read multiple mesh files. It needs to have a single mesh file but with multiple zones. Can I use meshio for this purpose?
Thanks.
Koray
Previously, I imported meshes into ICEM CFD and exported as a single file. But SU2 saw it as a single zone mesh. That approach didn't work for me.
Beta Was this translation helpful? Give feedback.
All reactions