[Paraview] Paraview 3.14.1 Tecplot Reader Errors

Richard GRENON richard.grenon at onera.fr
Tue Aug 21 04:49:54 EDT 2012


Hello

I don't know how to make this with a command line, but you may read your 
ASCII file, then use the menu File->Save Data, select the VTK file type, 
and you will have a popup window with some options:
- Data mode: ascii, binary or appended (default).
- Compressor: None (default) or Zlib

May be this could be automated with a Python script. Browse the mailing 
list: there are several subject about converting ascii to binary.

Also you make look here for Python vtk writers : 
http://certik.github.com/visit_writer/

Richard

Le 20/08/2012 20:53, Beichuan Yan a écrit :
>
> Hi Richard,
>
> Thank you for your feedback. While we are hoping that Paraview 
> developers resolve this problem and accomplish a usable Tecplot 
> reader, I may rewrite a code to output my data as legacy .vtk ASCII files.
>
> May I ask you a question? it is probably simple: how to convert a 
> legacy .vtk ASCII file to a binary file. Tecplot provides such a 
> command line tool, preplot, which compresses data greatly before 
> loading into Tecplot, otherwise uncompressed data could eat up all the 
> memory quickly. For my own large scale simulation of particles, one 
> snapshot generates as much as 14GB data for Tecplot, and preplot 
> shrinks them to 2GB! I will run Paraview in parallel processing mode, 
> but it is always optimal to compress ASCII data into binary before 
> loading them into Paraview.
>
> Thanks,
>
> Beichuan Yan
>
> *From:*Richard GRENON [mailto:richard.grenon at onera.fr]
> *Sent:* Monday, August 20, 2012 2:52 AM
> *To:* Beichuan Yan; paraview at paraview.org
> *Subject:* Re: [Paraview] Paraview 3.14.1 Tecplot Reader Errors
>
> Hello.
>
> Sorry, I made a mistake in my previous mail: I see in the Tecplot 
> reader help that it should be able to read unstructured:
>
> The output of the reader is a vtkMultiBlockDataset, of which each 
> block is either a vtkStructuredGrid or a vtkUnstructuredGrid.
>
>
>
> But I never succeeded in reading my own Tecplot unstructured grids 
> with triangle elements, so I can't help you for this type of file.
>
> Also, I had some problems in reading some structured grids because 
> some Tecplot options in the ZONE card are not recognized by the 
> reader, and I had to suppress it. The Tecplot reader should still be 
> improved.
>
> But if you try again Tecplot files with Structured or Unstructure 
> grids, don't forget the two header lines for title and variables.
>
> Richard.
>
> -- 
>   Richard GRENON
>   ONERA
>   Departement d'Aerodynamique Appliquee - DAAP/ACI
>   8 rue des Vertugadins
>   92190 MEUDON - FRANCE
>   phone : +33 1 46 73 42 17
>   fax   : +33 1 46 73 41 46
>   mailto:Richard.Grenon at onera.fr
>   http://www.onera.fr


-- 
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:Richard.Grenon at onera.fr
  http://www.onera.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120821/1cc1afe2/attachment.htm>


More information about the ParaView mailing list