|
[Sponsors] |
October 2, 2001, 13:27 |
Compute volume
|
#1 |
Guest
Posts: n/a
|
Hi there,
I have an object represented by triangle surface mesh. I am wondering how I can compute the volume for mass conservation monitoring? Thanks in advance. Tony |
|
October 2, 2001, 18:39 |
Re: Compute volume
|
#2 |
Guest
Posts: n/a
|
With only the vertex points of the triangles known, determine the sidelengths then the surface area of each triangle using Heron's law: -------------------------------------------------------
A^2 = s(s-a)(s-b)(s-c) A=area a,b,c = side lengths s=0.5*(a+b+c) ------------------------------------------------------- you will also need to find a normal vector. Define a plane somewhere and then determine the volume of the projected triangle to the plane and multiply it with the normal vector. Do the same for all surface triangles and sum. or... If you have a simple shape then take a point near the middle of the shape and determine the volume of all the 3-d triangles (surface area of the little triangles with the height being the distance from the center of the triangle to the point selected in the middle of the shape).. repeat and sum. Well, its pretty hard for me to explain properly but I hope I pointed you in the right direction. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
On the damBreak4phaseFine cases | paean | OpenFOAM Running, Solving & CFD | 0 | November 14, 2008 22:14 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |