Welcome, Guest
Username: Password: Remember me

TOPIC: Paraview in windows

Paraview in windows 6 years 10 months ago #26944

  • EShirley
  • EShirley's Avatar
Hello,
I work with windows and I´m trying to open the post process of telemac with paraview but I can´t, could help me with that please?
Thank you
The administrator has disabled public write access.

Paraview in windows 6 years 10 months ago #26969

  • pprodano
  • pprodano's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 95
  • Thank you received: 54
Hello,

I believe the simplest way is to convert Telemac result files to Paraview's *.vtk format. I have a couple of scripts that will allow you to do this. The scripts are part of my PPUTILS package.

To convert a *.slf to an ascii *.vtk, you invoke the following.
$ python sel2vtk.py -i result.slf -o result.vtk

To save space, you can convert the *.slf to a binary *.vtk as follows:
$ python sel2vtk_bin.py -i result.slf -o result.vtk

Note that one file will be created for each timestep. Let me know if it works for you.

I also seem to recall that STBTEL has a conversion script that does the same. You'll have to look into it. Your other option is to use the *.slf reader for Paraview (but you'll have to compile Paraview in order to use it). I have read that some on these forums have done this.

Pat
The administrator has disabled public write access.
The following user(s) said Thank You: wenjun

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.