mesh volume - inconsistent results?
See original GitHub issueHi Marco,
I’m using mesh.volume()
to compute the volume occupied by a mesh, but I’m getting weird results.
The mesh in question is the red one
First probel is that it says that its volume is 622281333.333
which is way larger than what I’d expect (that should be about 62 cubic centimeters, but the mesh represents an object that is at max a few hundred micrometers in width so that can’t be right).
The weird thing is that if I use cutWithMesh
to only consider the part of the red mesh that is in the magenta one (and then fillHoles
to close the cut mesh) I get a larger value for the volume, although the mesh is a subset of the original one:
Any idea what might be going on here?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Grid noise in moving mesh codes: fixing the volume ...
Current Voronoi-based moving mesh hydro codes suffer from 'grid noise'. We identify the cause of this noise as the volume inconsistency error, where...
Read more >Mesh volume calculation accuracy? - Graphisoft Community
I am having inconsistent results in calculating volumes of cut and fill, as compared to the "2D" way of doing it by measuring...
Read more >Grid Noise in Moving Mesh Codes: Fixing The Volume Inconsistency ...
The fix is based on the understanding that the volume exchanged between cells should be consistent with the hydrodynamical calculations. We benchmark our...
Read more >[1603.06753] Grid Noise in Moving Mesh Codes: Fixing ... - arXiv
We identify the cause of this noise as the volume inconsistency error, where the volume that is transferred between cells is inconsistent ...
Read more >Problems with volume defining - Forums - CFD Online
I'm new to using ANSA and I'm having problem with defining volume for volume mesh. It's an external aero case. Model has some...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Uh okay, well good to know that the problem is with the mesh and not
vedo
. I like this method of visualizing the normals too,vedo
is so great 😃Thanks Marco!
CC_134_1_ch1inj.obj.zip
does this work?