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.
TecPlotTools -i <string> [-o <string>] [-c] [-s]
Where:
-i <string>, --input-file <string>
(required) TecPlot input file
-o <string>, --output-file <string>
output mesh file
-c, --convert
convert TecPlot data into OGS meshes
-s, --split
split time steps into separate files
Command:
TecPlotTools -i Lake.plt -o Lake.vtu -c
Input:
Output:
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