CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Right format to slice and create planes

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 24, 2017, 09:47
Default Right format to slice and create planes
  #1
Member
 
Join Date: Jan 2014
Posts: 40
Rep Power: 12
hebeldebel is on a distinguished road
Hi everyone,

I got a vtk as output of a matlab script which is supposed to display flow data taken from a camera. (test.vtk)
test.vtk.zip

ParaView calls the format: Structured (Curvilinear) Grid

I can use Glyphs on it and will get some results, but slice and clip wont show any visible results.

Unlike previous works with paraview, I cannot see the surface of each cell, but all I see are points. The visualization would look like in action-box2.png
action-box2.png

Is there a way to change the type so I can get a look at the cells? Maybe I need to interpolate?

I would basically like the data to look like action-box3.png:
action-box3.png

kind regards,
hebel
hebeldebel is offline   Reply With Quote

Old   August 24, 2017, 11:23
Default
  #2
Senior Member
 
Mikko
Join Date: Jul 2014
Location: The Hague, The Netherlands
Posts: 243
Rep Power: 12
Flowkersma is on a distinguished road
Hi Hebel,

It seems to me that there is a problem with the dimensions line in the VTK file. If you look at the information panel in ParaView, it shows that the mesh has 4000 cells in I direction and only one in J and K directions so it is one dimensional mesh. I tried to change the line 6 from
Code:
DIMENSIONS 4000 1 1
to
Code:
DIMENSIONS 20 20 10
and then ParaView shows a nice box mesh.

Regards,
Mikko
Flowkersma is offline   Reply With Quote

Old   August 25, 2017, 03:34
Default
  #3
Member
 
Join Date: Jan 2014
Posts: 40
Rep Power: 12
hebeldebel is on a distinguished road
Thank you very much for your fast reply.

It was indeed a dimensions problem! :-)
hebeldebel is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[General] set slice name with python seanread ParaView 2 October 13, 2015 07:09
Creating thin slice out of a cylinder lakhi FLUENT 0 March 4, 2014 01:09
[Salome] Spherical slice in Salome for OpenFOAM Jakob1 OpenFOAM Meshing & Mesh Conversion 1 January 10, 2014 03:51
[DesignModeler] Slice command does not preserve bodies jtipton2 ANSYS Meshing & Geometry 1 July 31, 2013 11:48
Bounded slice in Tecplot possible? Sam Tecplot 1 August 20, 2008 12:18


All times are GMT -4. The time now is 17:34.