7.18. cape-tri2surf: Convert surf triangulation to AFLR3 formatΒΆ

Convert a .tri file to a AFLR3 surface format.

If the name of the output file is not specified, it will just add .surf as the extension to the input (deleting .tri if possible).

Usage:
$ cape-tri2surf TRI [OPTIONS]
$ cape-tri2surf TRI SURF [OPTIONS]
$ cape-tri2surf -i TRI [-o SURF] [OPTIONS]
Inputs:
  • TRI: Input triangulation file; any readable format

  • SURF: Name of output .surf file

Options:
-h, --help

Display this help message and exit

-i TRI

Use TRI as input file

-o SURF

Use SURF as name of created output 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

--bc MAPBC

Use MAPBC as boundary condition map file

Versions:
  • 2014-06-12 @ddalle: Version 1.0

  • 2015-10-09 @ddalle: Version 1.1; tols and Config.xml

  • 2021-10-12 @ddalle: Version 2.0; move to tricli