*absorbloads
Absorb classical loads to engineering loads.
Syntax
*absorbloads load_collector_id ?disable_value_comparison? ?renumber_flag? ?compression_status?
Type
HyperMesh Tcl Modify Command
Description
Absorb classical loads to engineering loads.
Inputs
- load_collector_id
- The ID of the load collector to absorb. If specified as 0, all loads in all load collectors are absorbed.
- disable_value_comparison
- Optional argument specifiying whether value comparison is disabled. Value comparison determines if a given non-uniform load can manifest in a uniform representation. Valid values are:
- renumber_flag
- Option to renumber after absorb:
- compression_status
- Option to honor the compression status (e.g. certain loads may be on a set or on the actual entitiy, and this state may be honored or expanded). Valid values are:
Examples
*absorbloads 0 0 1 0
*absorbloads 5
*absorbloads 0 0 0 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020