HMIN_element_solver_writebar_ynode()

Writes a 2-noded bar element with property idpool to HyperMesh using a node to define the local bar y axis.

Syntax

void HMIN_element_writebar_ynode (HM_entityidtype id, char elementtype, HM_entityidtype propertyid, HM_entityidtype node, double offseta[3], double offsetb[3], int pinsa, int pinsb, HM_entityidtype nodes[], HM_entityidtype collectorid, int propsidpool)

Type

HyperMesh hminlib Function

Description

Writes a 2-noded bar element with property idpool to HyperMesh using a node to define the local bar y axis.

Inputs

id
The ID of the element.
elementtype
The type of the element, a user-defined value.
propertyid
The ID of the property to which the bar element should point.
node
The node that lies on the beam local y axis.
offseta[3]
The amount to offset the bar at end a.
offsetb[3]
The amount to offset the bar at end b.
pinsa
The degrees of freedom assigned to end a.
pinsb
The degrees of freedom assigned to end b.
nodes[2]
The nodes associated with the element.
propsidpool
ID pool number of the property to which the element should point.

Errors

None.