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

non delaunay mesh elements #31

Closed
tcaduser opened this issue Sep 29, 2018 · 3 comments
Closed

non delaunay mesh elements #31

tcaduser opened this issue Sep 29, 2018 · 3 comments

Comments

@tcaduser
Copy link
Member

devsim assumes all elements are delaunay. A bad mesh element can result in poor conservation of current, because of the large current cross section introduced. This appears to be handled in Genius using a truncation scheme in 2d:
https://github.com/cogenda/Genius-TCAD-Open/blob/master/src/geom/face_tri3_fvm.cc

For 3d, a similar approach may be used. It would be much more complicated since it would require handling obtuse triangles on the tetrahedron faces. It would also have to handle the center of the circumsphere being outside of the tetrahedral element.

@tcaduser
Copy link
Member Author

a nice description of the problem in 2d is here:
http://www.iue.tuwien.ac.at/phd/klima/node21.html

@tcaduser
Copy link
Member Author

@tcaduser
Copy link
Member Author

also consider an alternative like some kind of weighted center as opposed to truncation

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