TEC_WRITE
Write TECPLOT ASCII Files


TEC_WRITE is a FORTRAN90 library which can write TECPLOT ASCII files.

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

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

TEC_WRITE is available in a FORTRAN90 version.

Related Data and Programs:

FEM_TO_TEC, a MATLAB program which can convert an FEM model into a TEC graphics file.

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

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

TEC, a data file directory which contains sample TEC files.

TEC_IO, a MATLAB library which reads or writes a TEC file containing a finite element model.

TEC_TO_FEM, a MATLAB program which can convert a TEC file into an FEM model.

TEC_TO_OBJ, a FORTRAN90 program which can read a TECPLOT file describing a surface in 3D composed of triangles or quadrilaterals, and write an OBJ 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.