Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with Implementing Internal Surfaces in SU2 #2336

Open
gkhokhar01 opened this issue Aug 8, 2024 · 2 comments
Open

Bug with Implementing Internal Surfaces in SU2 #2336

gkhokhar01 opened this issue Aug 8, 2024 · 2 comments
Labels

Comments

@gkhokhar01
Copy link

Hello Everyone,

I’m having an issue implementing internal surfaces in SU2. It appears there is a bug in the software that is causing this to not function correctly.

I have a simple channel geometry that runs with no issues as expected. However, when I define two internal boundaries, “internal1” and “internal2”, without changing anything else in the simulation, the simulation mysteriously crashes after about 20 or so iterations.

This is the marker that I’m using:

MARKER_INTERNAL= ( internal1, internal2 )

Both meshes, and the .cfg file I’m using along with a few images for reference can be found using the following Dropbox link:

https://www.dropbox.com/scl/fo/3zu5myyz7v1cuj7m9zlk6/AJKklmqLz18EWubfYeAK_qk?rlkey=g9tyoo6oi5i03e26wabrdftyc&dl=0

Any assistance would be greatly appreciated.

ReferenceImage1
ReferenceImage2

@gkhokhar01 gkhokhar01 added the bug label Aug 8, 2024
@bigfooted
Copy link
Contributor

How was this mesh made? If I remove the internal interfaces from the mesh, the simulation still crashes. So the mesh that contains the interfaces is not created in a correct way.

@BerkeCan97
Copy link
Contributor

If the mesh is made with pointwise, the nodes at the internal faces are duplicated and there is no connectivity across the internal markers. I have not found anyway to fix this in pointwise but I think you can write a small program to remove duplicate nodes and renumber the rest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants