ansys.mapdl.core.Mapdl.nsym#
- Mapdl.nsym(ncomp='', inc='', node1='', node2='', ninc='', **kwargs)#
Generates a reflected set of nodes.
Mechanical APDL Command: NSYM
- Parameters:
- ncomp
str Symmetry key:
X- X (or R) symmetry (default).Y- Y (or θ) symmetry.Z- Z (or Φ) symmetry.
- inc
str Increment all nodes in the given pattern by
INCto form the reflected node pattern.- node1
str Reflect nodes from pattern beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).- node2
str Reflect nodes from pattern beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).- ninc
str Reflect nodes from pattern beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).
- ncomp
Notes
Generates nodes from a given node pattern by a symmetry reflection. Reflection is done in the active coordinate system by changing a particular coordinate sign. Nodes in the pattern may have been generated in any coordinate system. Nodal rotation angles are not reflected.
Symmetry reflection may be used with any node pattern, in any coordinate system, as many times as desired. Reflection is accomplished by a coordinate sign change (in the active coordinate system). For example, an X-reflection in a Cartesian coordinate system generates additional nodes from a given pattern, with a node increment added to each node number, and an X coordinate sign change. An R-reflection in a cylindrical coordinate system gives a reflected “radial” location by changing the “equivalent” Cartesian (that is, the Cartesian system with the same origin as the active cylindrical system) X and Y coordinate signs. An R-reflection in a spherical coordinate system gives a reflected “radial” location by changing the equivalent Cartesian X, Y, and Z coordinate location signs. Nodal coordinate system rotation angles are not reflected.