HMIN_load_writepressure_nodes()

Writes the pressure applied to an element to hmlib, given the nodes that define the face where the pressure should be applied.

Syntax

void HMIN_load_writepressure_nodes(HM_entityidtype id, unsigned char type, HM_entityidtype eid, HM_entityidtype nodes[4], HM_entityidtype systemid, double magnitude, HM_entityidtype loadcolid);

Type

HyperMesh hminlib Function

Description

Writes the pressure applied to an element to hmlib, given the nodes that define the face where the pressure should be applied.

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.
nodes[4]
The nodes that define the face 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.