ansys.mapdl.core.Mapdl.engen#
- Mapdl.engen(iinc='', itime='', ninc='', iel1='', iel2='', ieinc='', minc='', tinc='', rinc='', cinc='', sinc='', dx='', dy='', dz='', **kwargs)#
Generates elements from an existing pattern.
Mechanical APDL Command: ENGEN
- Parameters:
- iinc
str Increment to be added to element numbers in pattern.
- itime
str Do this generation operation a total of
ITIMEs, incrementing all nodes in the given pattern byNINCeach time after the first.ITIMEmust be > 1 if generation is to occur.NINCmay be positive, zero, or negative.- ninc
str Do this generation operation a total of
ITIMEs, incrementing all nodes in the given pattern byNINCeach time after the first.ITIMEmust be > 1 if generation is to occur.NINCmay be positive, zero, or negative.- iel1
str Generate elements from the pattern that begins with
IEL1toIEL2(defaults toIEL1) in steps ofIEINC(defaults to 1). IfIEL1is negative,IEL2andIEINCare ignored and use the last |IEL1| elements (in sequence backward from the maximum element number) as the pattern to be repeated. IfIEL1= ALL,IEL2andIEINCare ignored and all selected elements ( esel ) are used as the pattern to be repeated. IfIEL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forIEL1(IEL2andIEINCare ignored).- iel2
str Generate elements from the pattern that begins with
IEL1toIEL2(defaults toIEL1) in steps ofIEINC(defaults to 1). IfIEL1is negative,IEL2andIEINCare ignored and use the last |IEL1| elements (in sequence backward from the maximum element number) as the pattern to be repeated. IfIEL1= ALL,IEL2andIEINCare ignored and all selected elements ( esel ) are used as the pattern to be repeated. IfIEL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forIEL1(IEL2andIEINCare ignored).- ieinc
str Generate elements from the pattern that begins with
IEL1toIEL2(defaults toIEL1) in steps ofIEINC(defaults to 1). IfIEL1is negative,IEL2andIEINCare ignored and use the last |IEL1| elements (in sequence backward from the maximum element number) as the pattern to be repeated. IfIEL1= ALL,IEL2andIEINCare ignored and all selected elements ( esel ) are used as the pattern to be repeated. IfIEL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forIEL1(IEL2andIEINCare ignored).- minc
str Increment material number of all elements in the given pattern by
MINCeach time after the first.- tinc
str Increment type number by
TINC.- rinc
str Increment real constant table number by
RINC.- cinc
str Increment element coordinate system number by
CINC.- sinc
str Increment section ID number by
SINC.- dx
str Define nodes that do not already exist but are needed by generated elements ( ngen,
ITIME,INC,NODE1,,,DX,DY,DZ). Zero is a valid value. If blank,DX,DY, andDZare ignored.- dy
str Define nodes that do not already exist but are needed by generated elements ( ngen,
ITIME,INC,NODE1,,,DX,DY,DZ). Zero is a valid value. If blank,DX,DY, andDZare ignored.- dz
str Define nodes that do not already exist but are needed by generated elements ( ngen,
ITIME,INC,NODE1,,,DX,DY,DZ). Zero is a valid value. If blank,DX,DY, andDZare ignored.
- iinc
Notes
Same as the egen command except it allows element numbers to be explicitly incremented (
IINC) from the generated set. Any existing elements already having these numbers will be redefined.