TEC_TO_UCD
Convert TEC Finite Element Data to AVS UCD Format


TEC_TO_UCD is a FORTRAN90 program, which reads a TEC file containing finite element data, and writes an equivalent AVS UCD (Unstructured Cell Data) file.

Please note that TEC_TO_UCD is a program that is under development. It works "a little bit". In particular, I need to teach it how to read the first three lines of a TEC file. Until then, it has to be fed that data by hand.

The TECPLOT home page describes the TECPLOT graphics program.

Usage:

tec_to_ucd tec_file ucd_file
reads the data from tec_file and writes it to ucd_file.

Related Data and Programs:

FEM_TO_TEC is a MATLAB program which reads an FEM dataset and writes it as a TEC file.

IVCON is a C++ executable program which can read certain graphics files and write out the corresponding TEC or UCD files.

IVREAD is a FORTRAN90 executable program which can read certain graphics files and write out the corresponding TEC or UCD files.

TEC is a data directory which contains a description and samples of TECPLOT 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 FORTRAN90 program which reads a TEC file and writes it as the files forming an FEM dataset.

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_WRITE is a FORTRAN90 library of routines for writing out certain kinds of TEC files.

UCD is a data directory which contains a description and samples of AVS UCD files.

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.
  3. The UCD format.

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 13 November 2006.