|
[Sponsors] |
September 27, 2000, 12:36 |
Help: visualise scatter data with ensight6
|
#1 |
Guest
Posts: n/a
|
I got several tables (one data point per line, each column a different variable: x y U V ...) of experimental data.
The data do not form a regular grid and I have also no connectivity information (unstructured grid) available. I want to create 2D contourplots of these data with ensight6. a) Can this be done with ensight6 at all ? b) What is the easiest way to feed these data into ensight. (especially I do not want to write a script to bring the data into ensight "case" format) all hints welcome tobias |
|
September 27, 2000, 13:50 |
Re: Help: visualise scatter data with ensight6
|
#2 |
Guest
Posts: n/a
|
I think that Tecplot is more suitable for this kind of data.
|
|
September 27, 2000, 16:39 |
Re: Help: visualise scatter data with ensight6
|
#3 |
Guest
Posts: n/a
|
May I suggest another way of foing you work. I had a similar problem: I wanted to visualize datas in 3D and had no software to do so. This might be the fastest way if your domain is convex:
1) use qhull (http://www.geom.umn.edu/software/qhull/ ) to obtain the voronoi diagram (or the delaunay triangulation) from your the position of your experimental datas. Each position will be used as a generator by qhull. 2) Afterwards, you can build a simple driver that reads both the datas and the mesh. If you use the voronoi diagram, you can assign one colour by intervals and color every elements of the mesh. This driver can output the results in postscript format. Plus, you can draw a vector on a subset of elements in order to visualize the velocity. 3) Or use the delaunay triangulation and a commercial software. I did it for datas in 3D and in took me less than two days. This might be faster than trying to get good results with a comercial software that does not fit with your needs. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
export data at nodes | Meenu | FLUENT | 1 | December 30, 2011 02:24 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
CGNS vs Tecplot Data Format | LWhitson2 | Main CFD Forum | 3 | July 1, 2011 14:50 |
[General] paraview - plotting difference to reference data | joewe | ParaView | 0 | August 30, 2010 19:01 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |