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

verify does not understand geometric models that have entities without mesh entities #389

Open
cwsmith opened this issue May 8, 2023 · 1 comment

Comments

@cwsmith
Copy link
Contributor

cwsmith commented May 8, 2023

@KennethEJansen reports:

APF FAILED: apf::Verify: triangle with 1 adjacent regions
centroid: (-6.66671e-05, -0.255682, -0.380995)
based on the following:
 - triangle is classified on a model face
   which is adjacent to 2 model regions
   and is a non-manifold face
we would expect the adjacent region count to be exactly 2

The model in question has 3 regions. One region is solid and is given the Simmetrix attribute No Mesh Entity. The two other regions are fluids. Thus every claim made by verify is true BUT that does not make it invalid since the face in question is a triangle classified on a model face that has 2 adjacent model regions, is on a non-manifold face BUT only one of those regions is meshed and the other is a “void”.
I can try to delete the model region but it is a very complicated model so I am a bit worried to do that.
That failed.

@cwsmith
Copy link
Contributor Author

cwsmith commented May 8, 2023

I suppose we could use reverse classification to find model entities that are not meshed then create the geometric attribute that verify later checks.

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

No branches or pull requests

1 participant