TecPlotTools

Introduction

This is a utility for handling TecPlot data. At the moment, it is possible to split a file containing n time steps into n files contain one time step each, or to convert TecPlot raster data into OGS meshes. All data available for the raster will be converted into cell arrays for the OGS mesh.

This tool may be extended in the future to handle more TecPlot-related functionality.

The tool is part of the official OpenGeoSys git repository.

Usage

Simple example

Command:

TecPlotTools -i Lake.plt -o Lake.vtu -c

Input:

TecPlot-Header of file containing raster data
TecPlot-Header of file containing raster data

Output:

Converted file visualised in ParaView with all scalar data available.
Converted file visualised in ParaView with all scalar data available.

This article was written by Karsten Rink. If you are missing something or you find an error please let us know. Generated with Hugo 0.64.1. Last revision: December 10, 2019
Commit: fixing documentation typos 04faa5115  | Edit this page on