setNodeVel

setNodeVel#

Model.setNodeVel(tag, dof, value)#

Sets the velocity of a node in a given degree of freedom.

Parameters:
tag: integer

The tag of the node to set the velocity for.

dof: integer

The degree of freedom to set the velocity for (0 for x, 1 for y, 2 for z).

value: float

The velocity value to set.