|
[Sponsors] |
February 19, 2013, 15:38 |
Issues with output to VTK format
|
#1 |
New Member
Andrew
Join Date: Feb 2013
Posts: 3
Rep Power: 13 |
I am currently developing a finite element fluid solver and need to export the data to either tecplot or vtk. I have found both the data format guides online and followed them as best I can. I noticed with the tecplot files that there were some issues with paraview (and VisIt) with loading the format given in the guide. I then switched to the VTK format. Ater going though the guide I got a file that worked, but still had issues.
The file structure looks like this: Code:
# vtk DataFile Version 2.0 DATASET UNSTRUCTURED_GRID POINTS 64 float -1.5 -1.5 1.5 -1.5 -1.5 0.5 ..... CELLS 27 243 8 1 2 3 4 5 6 7 8 8 9 13 14 10 11 15 16 12 8 4 3 17 18 8 7 19 20 8 18 17 25 26 20 19 27 28 8 17 21 29 25 19 22 30 27 8 5 6 7 8 33 34 35 36 ..... CELL_TYPES 27 12 12 12 12 12 ..... Once opened in Paraview it looks like this. The connectivity is not present and there are random nodes scattered throughout. My apologies for the image quality. My only thoughts are that there is an issue with the connectivity, but that is not very likely. Any thoughts? |
|
Tags |
finite element, paraview, vtk |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Test Case CFL Number Issues with Software Update | JBCFD | SU2 | 3 | July 14, 2017 13:05 |
Creating animation from VTK files or SampleDict output | vgoli | OpenFOAM Post-Processing | 2 | July 7, 2015 06:15 |
CCM+ bash script output format | hebeldebel | STAR-CCM+ | 1 | February 20, 2014 08:38 |
Fundamental output format control of field values and time | dbxmcf | OpenFOAM | 1 | January 12, 2011 11:50 |
Mesh Generation Output Format | ali987 | ANSYS Meshing & Geometry | 1 | July 20, 2009 16:35 |