We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
General

General

How can I mesh a surface body in WB, using shell elements with an offset either from the bottom or from the top surface?

    • FAQFAQ
      Participant

      Shell offset can be introduced to the mesh by means of a command snippet that is inserted under a surface body. For example: !################################################################### ! Commands inserted into this file will be executed just after material definitions in /PREP7. ! The material number for this body is equal to the parameter “matid”. ! Active UNIT system in Workbench when this object was created: Metric (mm, kg, N, C, s) esel,s,mat,,matid sectype,matid,shell,, secdata, 1.0,matid,0.0,3 ! thickness = 1.0 mm in this example secoffset,TOP emodif,all,secnum,matid allsel !################################################################### Even though the offset is applied in the ANSYS solution, WB plots do not show the offset. You can visually verify the offset by going into the ANSYS environment, selecting only the Shell181 elements, and plotting the shells with element shape turned on.