sesymm#
- Superelements.sesymm(sename='', ncomp='', inc='', file='', ext='', **kwargs)#
Performs a symmetry operation on a superelement within the use pass.
Mechanical APDL Command: SESYMM
- Parameters:
- sename
str The name (case-sensitive) of the superelement matrix file created by the substructure generation pass (
Sename.SUB). Defaults to the currentJobname. If a number, it is the element number of a previously defined superelement in the current use pass.- ncomp
str Symmetry key:
X- X symmetry (default).Y- Y symmetry.Z- Z symmetry.
- inc
str Increment all nodes in the superelement by
INC.- file
str File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name. This field must be input.
- ext
str Filename extension (eight-character maximum). The extension defaults to SUB.
- sename
Notes
Performs a symmetry operation on a superelement within the substructure use pass by reversing the sign of component
Ncompin the global Cartesian coordinate system. The node numbers are incremented byINC. The new superelement is written toFile.SUBin the current directory (by default). All master node nodal coordinate systems must be global Cartesian (no rotated nodes allowed).The maximum number of transformations for a given superelement is five (including setran, sesymm, and the large rotation transformation if nlgeom is ON in the use pass).
This command is not supported if the original superelement matrix was created in a component mode synthesis analysis generation pass with the element results calculation activated (
Elcalc= YES on cmsopt ).