My aim in the last few days was to convert slf files from Telemac 6.3.2 into vtk files for Paraview 3.14.1.
After having spent considerable time giving credit to
sel2vtk based on the website and forum information,
it looks like such a tool is of no use. I have been then suggested to use
stbtel.
In order to learn what it is and proceed in an informed way, I have typeset the
stbtel_report from the documentation folder in the Telemac distribution. This document is enclosed (there, images are missing at source and the date 9 October 2015 on the cover page is just the date of compilation).
On page 8 it is claimed that:
Instead of running STBTEL with a steering a script, named
runStbtel.py, has been created in order to launch the converter in a one-line-command. This script is written in Python 2.6.
Here is the way it works (To see to following message run runStbtel.py --help):
Usage:
runStbtel.py input-file-name -o output-file-name [options]
Example:
runStbtel.py coarse.slf -b coarse.cli -o coarse.med --debug
Obviously this is just the example to convert to a med format, but vtk is a valid output format too.
I then searched for all files named
*tbtel.py in the Telemac folders. Such a runStbtel.py file is nowhere to find. Only a file stbtel.py exists, which does not run with the same syntax as the runStbtel.py. The following screenshot shows this:
These pieces of information seem to be pretty much inconsistent. I would very much rather want that this is due to something that I missed rather than to poor quality control. So I am happy to be corrected.
But, more pragmatically, would someone please point me to a program which
- converts slf to vtk
- actually exists in the Telemac distribution
- is readily usable to the ordinary user
in line with the claims that I read around?
Or, even better, would someone share this program as an attachment?