::hwat::utils::PositionOOPDummy
Position the "Out of Position" driver or passenger dummy.
Syntax
PositionOOPDummy node1 node2 node3 node4 vehicleAssem rootSysId headAssem chestAssem lowerTorsoAssem chestNode hPointXYZ upperSplinePlateNode lowerSplinePlateNode location type option [chinNode] [wheelCompsList] [headNode]
Arguments
- node1
- The node 1 of the airbag.
- node2
- The node 2 of the airbag.
- node3
- The node 3 of the airbag.
- node4
- The node 4 of the airbag.
- vehicleAssem
- The name of the vehicle assembly.
- rootSysId
- The ID of the dummy root system.
- headAssem
- The name of the dummy head assembly.
- chestAssem
- The name of the dummy chest assembly.
- lowerTorsoAssem
- The name of the lower torso assembly.
- chestNode
- The ID of the chest node of the dummy.
- hPointXYZ
- A Tcl list containing the x,y, and z coordinates of the H point of the dummy.
- upperSplinePlateNode
- The ID of the upper spline plate node.
- lowerSplinePlateNode
- The ID of the lower spline plate node.
- location
- The location of the template file.
- type
- Either driver or passenger.
- option
- Either 1 or 2
- chinNode
-
The ID of the chin node. Required only if the type is driver.
- wheelCompsList
- A Tcl list of the wheel components IDs. Required only if the type is driver and option is 2.
- headNode
- The ID of the head node. Required only if the type is passenger and the option is 1.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::PositionOOPDummy 104898 106442 106322 102157 "VEHICLE" 12059 "Head And Neck" "Thorax" "Lower Torso" 1500000 [list 3100 -370 500] 1511266 1511267 "D:/Altair/hw6.0/templates/feoutput/ls-dyna/dyna.key" "driver" 1 1503588
Comments
This function assumes that the dummy has been imported.