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 .tri file

  • PLT: Name of output Tecplot .plt or .dat file

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 tri extension of TRI with plt

--dat

Explicitly write output as ASCII Tecplot file

--plt

Explicitly use binary .plt format for output

--triq

Manually specify that input file is a .triq file

-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 mixsur or usurp input file format

Versions:
  • 2014-04-05 @ddalle: Version 1.0

  • 2021-10-01 @ddalle: Version 2.0