|
[Sponsors] |
Calculating volume of 3D object from its co-ordinates |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 16, 2013, 14:22 |
Calculating volume of 3D object from its co-ordinates
|
#1 |
New Member
pkumar
Join Date: Jun 2010
Posts: 7
Rep Power: 16 |
Dear Friends,
I am working on geometric reconstruction method for volume of fluid method. It is a 3D code. For this i need to evaluate the volume created by intersection of a cell (cube or cuboid) and a plane (may not be aligned with cell faces). I can calculate all the points of the geometry created by the intersection and store in (x,y,z) array but I do not know how to evaluate the volume of the entity. It would be great help if you can suggest me of any existing idea or literature. Sincerely, Purushotam |
|
April 16, 2013, 19:02 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
|
||
April 16, 2013, 21:29 |
|
#3 |
Senior Member
|
The volume of any volume in3D can be calculated with Gauss theorem.
int(divergence(xi))dV=int(xc*Sx)dS=sigma (xc*Sx) that means the volume can be calcualted as the sum of (face center x coordinate multiply the surface vector x component) hope this help you. |
|
April 18, 2013, 08:25 |
|
#4 |
Senior Member
|
Once you have all the points of the surface you can triangulate it and use the following (already discussed by someone above):
http://www.public.iastate.edu/~zjw/p...1999-AIAAJ.pdf In general, however, you should check some VOF literature to know if there are some specific issues to consider when applying this with VOF. |
|
April 18, 2013, 09:14 |
|
#5 |
New Member
tita
Join Date: Apr 2013
Posts: 27
Rep Power: 13 |
hi, do you know how to creat a geometry and could change the length in different conditions.
|
|
April 18, 2013, 12:34 |
|
#6 |
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 251
Rep Power: 18 |
Guys
It is much more simpler It is the scaler tripple product of your linear algebra text book Good Luck |
|
Tags |
intersection, unstructured mesh, volume fraction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
engineFoam with layers - pressure problems when adding layers | mturcios777 | OpenFOAM Running, Solving & CFD | 23 | January 4, 2023 22:56 |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
[ICEM] Negative volume error in hybrid mesh | siw | ANSYS Meshing & Geometry | 4 | September 3, 2014 06:25 |
[ICEM] Volume orientation | MGF | ANSYS Meshing & Geometry | 2 | September 19, 2012 12:55 |
blockMesh error ... | balkrishna | OpenFOAM Pre-Processing | 0 | August 17, 2010 03:39 |