*morphsetsmoothtests
Sets the element test criteria used for shape combination checking via *morphshapesmooth.
Syntax
*morphsetsmoothtests mode active elem_type test_id warning error invalid
Type
HyperMesh Tcl Modify Command
Description
Sets the element test criteria used for shape combination checking via *morphshapesmooth.
This command allows you to edit the element test criteria for shape combination checking used by the *morphshapesmooth command. You can make every supported test active or inactive for each of the six basic element types (trias, quads, tetras, pyras, pentas, and hexas) as well as set any thresholds for the warning, error, and invalid limits. Currently only aspect ratio, skew, minimum angle, maximum angle, warpage, tetra collapse, and jacobian tests are supported.
Inputs
- mode
- 0 - Set all element tests to be inactive
- active
- 0 - Make test inactive
- elem_type
- 0 - trias
- test_id
- 0 - aspect ratio
- warning
- The limit beyond which the element will report a warning for element quality.
- error
- The limit beyond which the element will report an error for element quality.
- invalid
- The limit at or beyond which the element will report invalid elements for element quality.
Example
To clear all tests and then assign values of 0.3, 0.2, and 0.1 for quad element Jacobian:
*morphsetsmoothtests 0 0 0 0 0.0 0.0 0.0
*morphsetsmoothtests 2 1 1 6 0.3 0.2 0.1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0