HMIN_load_writeacceleration()

Writes an acceleration to hmlib.

Syntax

void HMIN_load_writeacceleration(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 an acceleration to hmlib.

Inputs

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

Errors

None.