HMIN_load_writepressure_face()

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

Syntax

void HMIN_load_writepressure_face(HM_entityidtype id, unsigned char type, HM_entityidtype eid, HM_entityidtype face, HM_entityidtype systemid, double magnitude, HM_entityidtype loadcolid);

Type

HyperMesh hminlib Function

Description

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

Inputs

id
The ID of the pressure.
type
The type of the pressure, a user-defined value
eid
The ID of the element to which the pressure should be applied.
face
The face of the element where the pressure should be applied.
systemid
The ID of the system in which the pressure should be applied.
magnitude
The magnitude of the pressure.
loadcolid
The ID of the load collector where the pressure should be placed.

Errors

None.