|
[Sponsors] |
November 18, 2010, 22:35 |
Point Cloud --> Body
|
#1 |
New Member
Ryan
Join Date: Sep 2010
Posts: 6
Rep Power: 16 |
I have data in the form of a text file with (x,y,z) coordinates of individual points that I need to make into a body of a complex shape. Ultimately the goal is to then take this body and transfer it into Gambit and mesh the object.
The only method I know about to accomplish this is Solidworks but the number of points required to get a uniform mesh is too much for the processor to handle and it eventually crashes while computing. This is proving to be very difficult and a big road block in my project. Any help would be greatly appreciated! Thank you |
|
November 19, 2010, 10:19 |
|
#2 |
Member
Anonymous
Join Date: Jul 2009
Posts: 44
Rep Power: 17 |
It depends on what you want to accomplish.
If you want to generate a continuous geometry out of these points, like in iges format for example, you need an optimisation process of which publications are usually not to be found in the aerodynamic corner. (but in mathematics, rapidprototyping, lathe mechanics etc.) Seeing that, you'll need a discrete mesh finally, you may safe yourself from this box of Pandora, by translating from discrete to discrete. If your x,y,z nodes are not ordered/structured, you have a serious problem, the easiest solution will depend on the geometry itself and it may be worthwhile to look for the actual source that generated these x,y,z data. If, however, your x,y,z, data are structured your "connectivity table" is trivial and can be generated, by let's say a simple loop in for example fortran or matlab. The ascii format that I recommend for writing your result is FIDAP, most solvers can read that (of course you should check this first). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
Point cloud data | ms | Main CFD Forum | 1 | July 25, 2006 17:54 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |
Point Data -> Spline -> Iges | Tim Franke | Main CFD Forum | 1 | July 6, 2000 13:14 |