Difference between revisions of "Handy Tecplot Add-ons"

From SourceWiki
Jump to navigation Jump to search
Line 1: Line 1:
Tecplot is great to make nice looking graphs and animation but is not as nice a 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.  
+
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 =
 
= 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. To use it, tick the "Link Solutiontime" box in the "Animate" menu.  
+
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.
  
* requires Tecplot 360 r2
+
Compile the add-on or download the binary. Drop it into the <tt>bin/</tt> folder and add "<tt>$!LoadAddOn "LinkTime"</tt>" to the tecplot.add file.
* source
+
 
* 32 bit Linux binary
+
To use it, tick the "Link Solution Time" box in the "Animate" menu.
* 64 bit Linux binary
+
 
* Official Tecplot link:  
+
* requires Tecplot 360
 +
* [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/
  
= TimeSeriesPlot =
+
= TimeSeries =
 
This Tecplot add-on allows a time profile to be generated at any location in the mesh.
 
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 <tt>bin/</tt> folder and add "<tt>$!LoadAddOn "LinkTime"</tt>" to the tecplot.add file.
 +
 +
To use it, see the "Time Series Plot" sub-menu in the "Tools" menu.
 
* requires Tecplot 360 r2
 
* requires Tecplot 360 r2
* source
+
* [http://source.ggy.bris.ac.uk/tecplot/src/TimeSeries.tar.gz source]
* 32 bit Linux binary
+
* [http://source.ggy.bris.ac.uk/tecplot/32bit/libTimeSeries.so 32 bit Linux binary]
* 64 bit Linux binary
+
* [http://source.ggy.bris.ac.uk/tecplot/64bit/libTimeSeries.so 64 bit Linux binary]
* Official Tecplot link:  
+
* Official Tecplot link: http://www.tecplottalk.com/addons/timeseries/
  
 
= Converting serafin or volfin files to Tecplot format =
 
= Converting serafin or volfin files to Tecplot format =
 +
 +
[[User:Jprenaud|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.

Revision as of 09:58, 9 May 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 "LinkTime"" 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.