HMIN_load_writetraction_nodes()
Writes the tractive pressure applied to an element to hmlib, given the nodes that define the face where the pressure should be applied.
Syntax
void HMIN_load_writetraction_nodes(HM_entityidtype id, unsigned char type, HM_entityidtype eid, HM_entityidtype nodes[4], 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 nodes that define the face where the pressure should be applied.
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.
- nodes[4]
- The nodes that define the face 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.