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
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!