[Paraview] Structured grid file problems
Gerard Gorman
g.gorman at imperial.ac.uk
Fri Dec 15 09:35:38 EST 2006
Hi
Pretty much everything in VTK is 3-D. Set your 3rd dimension to unity
and the z components of velocity to 0 - ie
# vtk DataFile Version 2.0
Grid
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 69 69 1
ORIGIN 0.000 0.000 0
SPACING 1.000 1.000 0
POINT_DATA 4761
VECTORS vectors float
0.0000 0.0000 0
0.0000 0.0143 0
0.0000 0.0286 0
0.0000 0.0429 0
.
.
.
Cheers
g
Simone Marras wrote:
> Hello, I am a new user to paraview and apparently the file format is
> quite straight forward for structured grids, but when I try to open my
> file with paraview, i get the message that there is no reader
> available for my file.
> Here is my file, can anyone help me understanding what is wrong?
>
> Thanks a lot,
>
> Simone Marras
>
> prova.vdp (or prova.vtk)
>
>
> # vtk DataFile Version 2.0
> Grid
> ASCII
>
> DATASET STRUCTURED_POINTS
> DIMENSIONS 69 69
>
> ORIGIN 0.000 0.000
> SPACING 1.000 1.000
>
> POINT_DATA 4761
> VECTORS vectors float
>
> 0.0000 0.0000
> 0.0000 0.0143
> 0.0000 0.0286
> 0.0000 0.0429
> 0.0000 0.0571
> 0.0000 0.0714
> 0.0000 0.0857
> 0.0000 0.1000
> 0.0000 0.1143
> 0.0000 0.1286
> 0.0000 0.1429
> 0.0000 0.1571
> 0.0000 0.1714
> 0.0000 0.1857
> 0.0000 0.2000
> 0.0000 0.2143
> 0.0000 0.2286
> 0.0000 0.2429
> 0.0000 0.2571
> 0.0000 0.2714
> 0.0000 0.2857
> 0.0000 0.3000
> 0.0000 0.3143
> ...
> ...
> ...
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list