|
[Sponsors] |
May 8, 2012, 17:42 |
plot trisurface sampling data in 3d
|
#1 |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
I want to display pressures over the surface of the STL file in 3d with something like OpenGL.
I was assuming I would get a sequence of points that form triangles but this is not the case. I don't get a number of points that is a multiple of 3. This is my sampledict: Code:
FoamFile { version 2.0; format ascii; class dictionary; object sampleDict; } setFormat csv; surfaceFormat raw; formatOptions { ensight { format ascii; } } interpolationScheme cellPoint; fields ( p U ); sets ( ); surfaces ( triSurfaceSampling { type sampledTriSurfaceMesh; surface capri.stl; source boundaryFaces; interpolate true; triangulate true; } );
__________________
Mihai Pruna's Bio |
|
May 1, 2013, 16:38 |
|
#2 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
Mihai, Did you get this to work correctly?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plot Data from Probes | owayz | OpenFOAM Post-Processing | 23 | February 4, 2016 08:18 |
sampleDict - sampling data along a contour line in given height | Taylorreihe | OpenFOAM Post-Processing | 3 | October 27, 2013 20:17 |
"Data sampling for Time Statistics" | Madhukar Rapaka | FLUENT | 2 | June 20, 2011 12:28 |
recording data from the XY plot | Karan | Main CFD Forum | 0 | February 1, 2009 19:47 |
xy data from graph plot to excel | Radhika | Siemens | 5 | February 23, 2007 08:23 |