Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TecPlot 360 is currently available on the HPC cluster systems system at the University of Iowa. One may use the TecPlot environment by loading the appropriate module: 

[user@hpc:~]$ module load tecplot_2013R1 

While it is possible to run TecPlot interactively, which can be especially useful for prototyping a job, please remember that login nodes are a shared resource and are intended for launching jobs or prototyping smaller versions of jobs you intend to run. It is not advisable to use interactive sessions for long-running, compute-intensive jobs unless one uses a qlogin session to do so. 

...

Code Block
languagebash
titleTecPlot macro: cylinder.mcr
#!MC 1400
# Created by Tecplot 360 build 14.0.2.35002
$!CREATECIRCULARZONE IMAX = 10 JMAX = 25 KMAX = 10 X = 0 Y = 3 Z1 = 0 Z2 = 1 RADIUS = 1 XVAR = 1 YVAR = 2 ZVAR = 3 
$!FIELDLAYERS USETRANSLUCENCY = NO 
$!FIELDLAYERS SHOWSHADE = NO 
$!FIELDLAYERS SHOWEDGE = NO 
$!ALTERDATA EQUATION = '{q} = sin(x*y+z*x)' 
$!FIELDMAP [1]  SURFACES{SURFACESTOPLOT = EXPOSEDCELLFACES} 
$!FIELDLAYERS SHOWCONTOUR = YES 
$!GLOBALCONTOUR 1  VAR = 4 
$!CONTOURLEVELS RESETTONICE CONTOURGROUP = 1 APPROXNUMVALUES = 15 
$!THREEDVIEW PSIANGLE = 122.217 THETAANGLE = -146.263 ALPHAANGLE = 15.9724 VIEWERPOSITION { X = 8.080027914835405 Y = 15.09840323951778 Z = -8.667848498664521 }
$!VIEW PUSH 
$!EXPORTSETUP EXPORTFORMAT = JPEG IMAGEWIDTH = 900 USESUPERSAMPLEANTIALIASING = YES EXPORTFNAME = 'cylinder.jpeg' 
$!EXPORT EXPORTREGION = CURRENTFRAME 
Additional add-ons

The Extract Precise Polyline add-on has been installed on Neon in the Tecplot360 library but it is not loaded by default. To load that add-on use the following,

...