*parsesolveroutputfile

Creates tables from solver output files.

Syntax

*parsesolveroutputfile filename=<value> filetype=<value> extractdata=<value>

Type

HyperMesh Tcl Modify Command

Description

Creates tables from solver output files.

Inputs

filename=<value>
The full name and path of the file to parse.
filetype=<value>
The type of file to parse. Valid values are:
F06
extractdata=<value>
The type of data to extract from the file. Valid values are:
fluttercurves - Collects flutter summary data and creates tables for pk and pknl methods.

Example

To generate tables from the flutter data conatined in the file C:/temp/MSCFlutter.out:

*parsesolveroutputfile filename="C:/temp/MSCflutter.out" filetype=F06 extractdata=fluttercurves

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019.1