TECPLOT_WRITE - Write TECPLOT Input Files
TECPLOT_WRITE can be used to write a data file suitable
for input to TECPLOT.
-
Reference:
-
TECPLOT
More sample TECPLOT data files are available in
the TECPLOT data file directory.
Files you may copy include:
The list of routines includes:
-
TECPLOT_WRITE_OPEN opens a TECPLOT output file.
-
TECPLOT_WRITE_CLOSE closes a TECPLOT output file.
-
TECPLOT_WRITE_HEADER writes the two line TECPLOT header.
-
TECPLOT_WRITE_XY_LINE writes out line data in XY geometry for use by TECPLOT.
-
TECPLOT_WRITE_XY_PUV writes out PUV data in XY geometry for use by TECPLOT.
-
TECPLOT_WRITE_T3 writes data defining 3 node triangular elements.
-
TECPLOT_WRITE_T6 rewrites 6 node triangular elements as 3 node triangles.
-
TECPLOT_WRITE_XY_UV writes out UV data in XY geometry for TECPLOT.
-
TECPLOT_WRITE_XY_PRUV writes out PRUV data in XY geometry for TECPLOT.
-
TECPLOT_WRITE_XY_UVW writes out UVW data in XY geometry for TECPLOT.
-
TECPLOT_WRITE_CYL_V writes out V data in cylindrical geometry for TECPLOT.
-
GET_UNIT returns a free FORTRAN unit number.
-
RVEC_EVEN returns N real values, evenly spaced between ALO and AHI.
-
TIMESTAMP prints the current YMDHMS date as a time stamp.
-
TVEC_EVEN3 computes an evenly spaced set of angles between 0 and 2*PI.
Return to the graphics software page.
Last revised on 19 July 2001.