HMIN_load_writevelocity()

Writes a velocity to hmlib.

Syntax

void HMIN_load_writevelocity(HM_entityidtype id, unsigned char type, HM_entityidtype nodeid, HM_entityidtype systemid, double xcomp, double ycomp, double zcomp, HM_entityidtype loadcollectorid);

Type

HyperMesh hminlib Function

Description

Writes a velocity to hmlib.

Inputs

id
The ID of the velocity.
type
The type of the velocity, a user-defined value.
nodeid
The ID of the node where the velocity is applied.
systemid
The ID of the system in which the velocity is applied.
xcomp
The x component of the velocity.
ycomp
The y component of the velocity.
zcomp
The z component of the velocity.
loadcollectorid
The ID of the load collector to which the velocity belongs.

Errors

None.