We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
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
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!