TAGGED: areas
-
-
August 19, 2024 at 4:14 am
Mehdi Baghaee
SubscriberI am try to select some special areas by their numbers (e.g. 2,4,9,11,12,13,22,99,111) using ASEL command (not GUI) in apdl.Â
Does anybody know how is it possible in APDL ?
-
August 19, 2024 at 9:11 am
Deepak
Ansys EmployeeHi,
ASEL: Selects a subset of areas. Using this u can select the area by their numbers.
ASEL,S,AREA,,2,     #Select a new set with area no. 2
ASEL,A,AREA,,4,9,5Â Â Â #Additionally select a set, with areas for 4 to 9 at an increment of 5 (i.e., area no. 4 and 9) to the current set
ASEL,A,AREA,11,13,  #Additionally select a set, with areas for 11 to 12 at an increment of 1 (i.e., area no.11,12,13) to the current set
..................................  # You can select the remaining areas.
APLOT,             # Plots the current area selection set in the graphic window.
Using the CM command you can give a component name (named selection) to the current selection.
Refer: ASEL (ansys.com) | CM (ansys.com)
Thanks
Deepak
-
- You must be logged in to reply to this topic.
- Workbench license error
- Unexpected error on Workbench: Root element not found.
- access to path files denied error
- Unexpected issues with SCCM deployment of Ansys Fluids and Structures 2024 R1
- Unable to connect to the license
- Tutorial or Help for 2 way FSI
- Questions and recommendations: Septum Horn Antenna
- Moment Reaction probe with Large deformation
- Ansys with Vmware and CPU configuration : I’m lost, good practice?
- Running multiple LS-DYNA simulations with batch files
-
1927
-
823
-
599
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.