hm_gettimestepaddedmass
Returns time step added mass for Radioss and Dyna.
Syntax
hm_gettimestepaddedmass entitytype=<value> mark=<mark_id> ?definition=<value>? ?value=<value>?
Type
HyperMesh Tcl Query Command
Description
Returns the following value of time step added mass for the specified entity.
Inputs
- entitytype=<value>
- The input entity type.
- mark=<mark_id>
- The ID for the mark containing the input entities. Valid values are 1 and 2.
- definition=<value>
- The time step definition:
- value=<value>
- The time step value. Valid for definition set to 1.
Examples
*createmark comps 1 all
hm_gettimestepaddedmass entitytype=comps mark=1
*createmark comps 1 all
hm_gettimestepaddedmass entitytype=comps mark=1 definition=1 value=0.005
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2023