7.16. cape-tri2plt: Convert Triangulation to Tecplot PLT FormatΒΆ
Convert a Cart3D triangulation .tri or .triq file to a Tecplot
PLT file. Each component of the triangulation is written as a separate
zone.
- Usage:
$ cape-tri2plt TRI [PLT] [OPTIONS] $ cape-tri2plt -i TRI [-o PLT] OPTIONS
- Inputs:
TRI: Name of input
.trifilePLT: Name of output Tecplot
.pltor.datfile
- Options:
- -h, --help
Display this help message and exit
- -v
Verbose output while creating PLT interface
- -i TRI
Use TRI as name of created output file
- -o PLT
Use PLT as input file; default is to replace
triextension of TRI withplt- --dat
Explicitly write output as ASCII Tecplot file
- --plt
Explicitly use binary
.pltformat for output- --triq
Manually specify that input file is a
.triqfile- -c CONFIGFILE
Use file CONFIGFILE to map component ID numbers; guess type based on file name
- --xml XML
Use file XML as config file with XML format
- --json JSON
Use file JSON as JSON-style surface config file
- --mixsur MIXSUR
Use file MIXSUR to label surfaces assuming
mixsurorusurpinput file format
- Versions:
2014-04-05
@ddalle: Version 1.02021-10-01
@ddalle: Version 2.0