[Paraview] Saving pipeline object data as a .csv

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Nov 7 08:57:13 EST 2014


The ExodusII reader produces a multiblock dataset that can have empty
blocks. As a result, those empty blocks get saved as blank csv files.
You can apply the ExtractBlock filter to only pass through blocks of
interest and then save that result, instead.

Utkarsh

On Mon, Nov 3, 2014 at 11:54 AM, John Mangeri <john.mangeri at uconn.edu> wrote:
> Hello all,
>
> I'm experiencing an issue that I'm fairly sure is just a simple option that
> I have to change within my script or preferences
>
> When I save a filtered pipeline object(let's say a MeshQuality of an
> ExodusII file), as MeshData1, the program will automatically generate
> hundreds of .csv files. Most of them will be blank. For example, with a mesh
> file with 339645 elements, will save a file MeshData1k.csv in increments of
> 37116 for k = 0,1,2,3,...,9. It will also save 90 blank files afterwards.
>
> I would simply concatenate the tables but I have mesh files of radically
> different geometries and materials blocks that I need to script; these end
> up having different total mesh elements so the k range will not be the same
> and the blank files also differ.
>
> Thanks
>
> John Mangeri
> Univ. Connecticut
>
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>


More information about the ParaView mailing list