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.
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.122.0
in CI job 538033
|
Last revision: January 16, 2025
Commit: [T] Added performance test for BHE soil element assembly cache 76b73cb
| Edit this page on