*compositeanalysis

Analyzes composite materials, plies, sequences or laminates.

Syntax

*compositeanalysis entity_type <select_type>=<selection> result=<value> output=<value>

Type

HyperMesh Tcl Modify Command

Description

Analyzes composite materials, plies, sequences or laminates.

Inputs

entity_type
The type of entity to modify.
<select_type>=<selection>
The entity or entities that are to be analyzed. There are several ways to provide the entities to be modified. Only one option can be used at a time:
id=<id>
The ID of the single entity to modify.
name=<name>
The name of the single entity to modify.
mark=<mark_id>
The ID of the mark containing the entities to modify.
result=<value>
The type of result. Valid values are:
23d-behavior - For material or ply analysis
25d-behavior - For sequence or laminate analysis
output=<value>
The file name of the output .csv file.

Examples

To analyze material with ID 1:

*compositeanalysis mats id=1 result=23d-behavior output=C:/temp/result.csv

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

2020.1