TEC_WRITE
TECPLOT Input Files
Write Utilities


TEC_WRITE is a FORTRAN90 library which can write data files suitable for input to TECPLOT.

The TECPLOT home page contains information about the TECPLOT graphics program.

Related Data and Programs:

FEM_TO_TEC is a MATLAB program that can convert an FEM model into a TEC graphics file.

IVCON is a C++ program that can read a variety of graphics files and convert some of the information into a TEC file.

IVREAD is a FORTRAN90 program that can read a variety of graphics files and convert some of the information into a TEC file.

TEC is a data file directory contains sample TEC files.

TEC_IO is a set of MATLAB routines for reading or writing a TEC file containing a finite element model.

TEC_TO_FEM is a MATLAB program that can convert a TEC file into an FEM model.

TEC_TO_OBJ is a FORTRAN90 program which can read a TECPLOT file describing a surface in 3D composed of triangles or quadrilaterals, and write an OBJ file.

TEC_TO_UCD is a FORTRAN90 program that can convert a TEC file into an AVS UCD file.

Reference:

  1. Tecplot, Inc,
    TECPLOT Reference Manual,
    Version 10, Release 4,
    Tecplot, Inc, 2005.
  2. Tecplot, Inc,
    TECPLOT User's Manual,
    Version 10,
    Tecplot, Inc, 2005.

Source Code:

Examples and Tests:

One example shows how to read a data file that represents a slice of cylindrically symmetric data, and write it out in TECPLOT format:

Data files created by the sample problem include:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 03 September 2005.