arsym#
- Areas.arsym(ncomp='', na1='', na2='', ninc='', kinc='', noelem='', imove='', **kwargs)#
Generates areas from an area pattern by symmetry reflection.
Mechanical APDL Command: ARSYM
- Parameters:
- ncomp
str Symmetry key:
X- X symmetry (default).Y- Y symmetry.Z- Z symmetry.
- na1
str Reflect areas from pattern beginning with
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and the pattern is all selected areas ( asel ). IfNcomp= P, use graphical picking to specify areas and ignoreNL2andNINC. A component name may also be substituted forNA1(NA2andNINCare ignored).- na2
str Reflect areas from pattern beginning with
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and the pattern is all selected areas ( asel ). IfNcomp= P, use graphical picking to specify areas and ignoreNL2andNINC. A component name may also be substituted forNA1(NA2andNINCare ignored).- ninc
str Reflect areas from pattern beginning with
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and the pattern is all selected areas ( asel ). IfNcomp= P, use graphical picking to specify areas and ignoreNL2andNINC. A component name may also be substituted forNA1(NA2andNINCare ignored).- kinc
str Keypoint increment between sets. If zero, the lowest available keypoint numbers are assigned ( numstr ).
- noelem
intorstr Specifies whether nodes and elements are also to be generated:
0- Generate nodes and elements associated with the original areas, if they exist.1- Do not generate nodes and elements.
- imove
intorstr Specifies whether areas will be moved or newly defined:
0- Generate additional areas.1- Move original areas to new position retaining the same keypoint numbers (KINCandNOELEMare ignored). Valid only if the old areas are no longer needed at their original positions. Corresponding meshed items are also moved if not needed at their original position.
- ncomp
Notes
Generates a reflected set of areas (and their corresponding keypoints, lines and mesh) from a given area pattern by a symmetry reflection (see analogous node symmetry command, nsym ). The MAT, TYPE, REAL, ESYS, and SECNUM attributes are based upon the areas in the pattern and not upon the current settings. Reflection is done in the active coordinate system by changing a particular coordinate sign. The active coordinate system must be a Cartesian system. Areas in the pattern may have been generated in any coordinate system. However, solid modeling in a toroidal coordinate system is not recommended. Areas are generated as described in the agen command.
See the esym command for additional information about symmetry elements.