Define boundaries in su2 file. #1383
NAnand-TUD
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thanks for making available this great tool.
I am trying to define and write a SU2 mesh. I am able to write the entire volume mesh but not the surface meshes. Can you explain how that can be done?
mesh = meshio.Mesh(points=write_pts, cells=[("quad", write_connect)]) mesh.write('mesh.su2')
This command is what I am using to write the volume mesh. But I want to define a line surface with the tag "inflow" and cannot figure out how. I would appreciate any hint you can give me.
Thanks,
Nitish
Beta Was this translation helpful? Give feedback.
All reactions