Hello everybody,
I'm trying to convert slf file to vtk to read my results (2D telemac simulation) in Paraview. I read the topics about this subjects in the forum and I'm a little bit confused.
I tried two manipulations :
(1) First method from
opentelemac.org/index.php/kunena/paravie...-paraview-in-windows
- I have placed my result file (simulation_result.slf) and the sel2vtk.py code in the same folder.
- Then I came in this folder with the cmd command from the TELEMAC v8p1r1 cmd thaht we created at the installation of Telemac (the one we use to compute our simulation).
- Then I wrote the command "python sel2vtk.py -i simulation_result.slf -o results.vtk" but I have the error message : "ImportError: No module named ppmodules.selafin_io_pp"
- So I tried to intall it with the command "pip install ppmodules.selafin_io_pp" but pip is not recognised...
(2) Second method from this topic
I followed the sugestion from yugi and I wrote "converter.py srf2vtk file.srf file.vtk" instead of "python sel2vtk.py -i simulation_result.slf -o results.vtk" but it's not working anyway.
Could you help me please ?
I'm working on windows.
Thanks