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

ZipperMesh silent failure in one-cell-wide 2D overset problems #223

Open
bbrelje opened this issue May 25, 2022 · 1 comment
Open

ZipperMesh silent failure in one-cell-wide 2D overset problems #223

bbrelje opened this issue May 25, 2022 · 1 comment

Comments

@bbrelje
Copy link
Collaborator

bbrelje commented May 25, 2022

Description

For overset cases with overlapping surface meshes (such as combined internal/external flow problems where an integration zone is required), the zipper mesh routine can fail to produce a zipper mesh for certain meshes that are one cell wide without raising an error message. I have observed multiple meshes where , e.g., 3 of the 4 overlap regions produce good zipper mesh cells but one has a gap.

Steps to reproduce issue

Placeholder, need to produce an open source-able test case

Current behavior

Zipper mesh debug info showed "Starting String ...." with no further debug info printed for that string (some kind of early exit is happening)

Zipper mesh successfully created for same mesh if I extrude two cells wide instead of just one.

Expected behavior

Zipper mesh created for each overlap region

Code versions

  • Operating System: Amazon Linux, WSL2
  • This repository: 2.5 (february 2022 following Sabet's zipper mesh segfault fix)
@bbrelje
Copy link
Collaborator Author

bbrelje commented May 26, 2022

By adding debug print statements I know that it's taking the early out here:

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

No branches or pull requests

1 participant