Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
Modeling & Meshing

Modeling & Meshing

How to assign Local CS to set of elements in Mechanical APDL?

    • FAQFAQ
      Participant

      For assigning Local CS to set of elements, you can use EMODIF command. Please see the command snippet as following,
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      /PREP7
      CMSEL,S,ELEM_SET,ELEM !!Select the required elemental component
      EMODIF,ALL,ESYS,12!!Using EMODIF, modify all elements’ ESYS. Here Local CS is 12
      ALLSEL,ALL
      FINISH
      /SOLU
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!