HMIN_load_writetraction_face()

Writes the tractive pressure applied to an element to hmlib, given the element face.

Syntax

void HMIN_load_writetraction_face(HM_entityidtype id, unsigned char type, HM_entityidtype eid, HM_entityidtype face, HM_entityidtype systemid, double xcomp, double ycomp, double zcomp, double magnitude, HM_entityidtype loadcolid);

Type

HyperMesh hminlib Function

Description

Writes the tractive pressure applied to an element to hmlib, given the element face.

Inputs

id
The ID of the tractive pressure.
type
The type of the tractive pressure, a user-defined value.
eid
The ID of the element in which the tractive pressure should be applied.
face
The face of the element where the tractive pressure should be applied.
systemid
The ID of the system in which the tractive pressure should be applied.
xcomp
The x component of the vector.
ycomp
The y component of the vector.
zcomp
The z component of the vector.
magnitude
The magnitude of the pressure.
loadcolid
The ID of the load collector where the tractive pressure should be placed.

Errors

None.