::hwat::solver::ApplyVelocity - Applies velocity to an hwat assembly.
::hwat::solver::ApplyVelocity collName assemName velocity template solver
collName |
The name to be given to the velocity load collector. |
assemName |
The name of the hwat assembly to apply the velocity to. |
velocity |
A Tcl list containing the x, y, and z components of the velocity in model units. |
template |
The location of the template. |
solver |
The solver ID. |
The ID of the load collector if successful, {} otherwise.
::hwat::solver::ApplyVelocity "myVel" "Vehicle" [list 33.0 0.0 0.0] "D:/templates/feoutput/ls-dyna/dyna.key" 9.
If the load collector exists, it is deleted.