HyperWorks Tools

::hwat::solver::ApplyVelocity

::hwat::solver::ApplyVelocity

Previous topic Next topic No expanding text in this topic  

::hwat::solver::ApplyVelocity

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::solver::ApplyVelocity - Applies velocity to an hwat assembly.

 

SYNTAX

::hwat::solver::ApplyVelocity collName assemName velocity template solver

 

ARGUMENTS

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.

 

RETURNS

The ID of the load collector if successful, {} otherwise.

 

EXAMPLE

::hwat::solver::ApplyVelocity "myVel" "Vehicle" [list 33.0 0.0 0.0] "D:/templates/feoutput/ls-dyna/dyna.key" 9.

 

Comments

If the load collector exists, it is deleted.

 

See also

Math Functions