TEC_TO_UCD
Convert TECPLOT ASCII Finite Element Data to AVS UCD Format


TEC_TO_UCD is a FORTRAN90 library which reads a TECPLOT ASCII 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 TECPLOT ASCII 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 file.dat file.ucd
reads the data from file.dat and writes it to file.ucd.

Licensing:

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

Languages:

TEC_TO_UCD is available in a FORTRAN90 version.

Related Data and Programs:

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

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

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

TEC, a data directory which contains a description and samples of TECPLOT TEC files.

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

TEC_TO_FEM, a FORTRAN90 program which reads a TEC file and writes it as the files forming an FEM dataset.

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.

TEC_TO_VTK, a MATLAB program which reads a particular TECPLOT file containing 80 frames of the movement of a red blood cell, and creates 80 separate VTK unstructured grid files, which can then be read by PARAVIEW and animated.

TEC_WRITE, a FORTRAN90 library which writes out certain kinds of TEC files.

UCD, 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.