Difference between revisions of "Handy Tecplot Add-ons"

From SourceWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
* requires Tecplot 360
 
* requires Tecplot 360
 
* [http://source.ggy.bris.ac.uk/tecplot/src/LinkTime.tar.gz source]
 
* [http://source.ggy.bris.ac.uk/tecplot/src/LinkTime.tar.gz source]
* [http://source.ggy.bris.ac.uk/tecplot/32bit/libLinkTime.so 32 bit Linux binary]
 
* [http://source.ggy.bris.ac.uk/tecplot/64bit/libLinkTime.so 64 bit Linux binary]
 
 
* Official Tecplot link: http://www.tecplottalk.com/addons/timelink/
 
* Official Tecplot link: http://www.tecplottalk.com/addons/timelink/
  

Revision as of 18:22, 15 August 2007

Tecplot is great to make nice looking graphs and animations. However, to explore data, it is sometimes not as convenient as Rubens, the default visualisation software from the TELEMAC project to actually explore the data. Unfortunately, Rubens does not handle 3D data so for ESTEL-3D, there is not much choice. Below are a list of add-ons that make the Tecplot experience a bit nicer:

LinkTime

This Tecplot add-on allows the time record between separate frames to be kept in sync. That way you can look at different variables and scan through the time steps.

Compile the add-on or download the binary. Drop it into the bin/ folder and add "$!LoadAddOn "LinkTime"" to the tecplot.add file.

To use it, tick the "Link Solution Time" box in the "Animate" menu.

TimeSeries

This Tecplot add-on allows a time profile to be generated at any location in the mesh.

Compile the add-on or download the binary. Drop it into the bin/ folder and add "$!LoadAddOn "TimeSeries"" to the tecplot.add file.

To use it, see the "Time Series Plot" sub-menu in the "Tools" menu.

Converting serafin or volfin files to Tecplot format

JP Renaud created a little script to convert standard TELEMAC files (serafin or volfin) to Tecplot format. The script is available from the src/tel2tec folder in the estel-scripts directory on the subversion server: http://source.ggy.bris.ac.uk/subversion/estel-scripts/trunk/src/tel2tec/ .

It will probably require tweaking as it make use of the "iargc" extension of the Intel Fortran compiler to be able to use command line arguments in a Fortran90 binary. Just have a look at the source and modify it as needed. If there is a need, the script will be improved.