en#

Mapdl.en(iel='', i='', j='', k='', l='', m='', n='', o='', p='', **kwargs)[source]#

Defines an element by its number and node connectivity.

APDL Command: EN

Parameters:
iel

Number assigned to element being defined.

i

Number of node assigned to first nodal position (node I).

j, k, l, m, n, o, p

Number assigned to second (node J) through eighth (node P) nodal position, if any.

Return type:

Optional[str]

Notes

Defines an element by its nodes and attribute values. Similar to the E command except it allows the element number (IEL) to be defined explicitly. Element numbers need not be consecutive. Any existing element already having this number will be redefined.

Up to 8 nodes may be specified with the EN command. If more nodes are needed for the element, use the emore() command. The number of nodes required and the order in which they should be specified are described in the Element Reference for each element type. The current (or default) MAT, TYPE, REAL, SECNUM, and ESYS attribute values are also assigned to the element.

When creating elements with more than 8 nodes using this command and the emore() command, it may be necessary to turn off shape checking using the SHPP command before issuing this command. If a valid element type can be created without using the additional nodes on the emore() command, this command will create that element. The emore() command will then modify the element to include the additional nodes. If shape checking is active, it will be performed before the emore() command is issued. Therefore, if the shape checking limits are exceeded, element creation may fail before the emore() command modifies the element into an acceptable shape.