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 Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Reinforced composite laminate

    • Zaid Abd Al-Hadi
      Subscriber

      Hey,

      I'm trying to model a laminate using REINF265, with the below code:


      FINISH

      /CLEAR

      /PREP7

       

      !EPOXY

      MP,EX,1,3.78E9

      MP,PRXY,1,0.35

      MP,DENS,1,1160

       

      !GRAPHITE

      MP,EX,2,3.95E11

      MP,EY,2,6E9

      MP,EZ,2,6E9

      MP,GXY,2,8E9

      MP,GYZ,2,2.1429E9

      MP,GXZ,2,8E9

      MP,PRXY,2,0.2

      MP,PRYZ,2,0.4

      MP,PRXZ,2,0.2

      MP,DENS,2,1800

       

      ET,1,SHELL281

      KEYOPT,1,8,1

      KEYOPT,1,11,1

       

      SECTYPE,1,SHELL

      SECDATA,0.001,1,45, ,L1

      SECDATA,0.001,1,-45, ,L2

      SECDATA,0.001,1,0, ,L3

      SECDATA,0.001,1,-45, ,L4

      SECDATA,0.001,1,45, ,L5

      SECOFFSET,BOT

       

      L=0.1

      W=0.1

      T=0.005

      DL=0.0001

       

      K,1,0,0,0

      K,2,L,0,0

      K,3,L,W,0

      K,4,0,W,0

      A,1,2,3,4

       

      ESIZE,0.001

      MSHKEY,1

      MSHAPE,0

      ALLSEL

      AMESH,ALL

       

      SECTYPE,2,REINF,SMEAR

      SECDATA,2,1.97E-11,5.2961e-6,12,0,LAYN,1

      SECDATA,2,1.97E-11,5.2961e-6,12,0,LAYN,2

      SECDATA,2,1.97E-11,5.2961e-6,12,0,LAYN,3

      SECDATA,2,1.97E-11,5.2961e-6,12,0,LAYN,4

      SECDATA,2,1.97E-11,5.2961e-6,12,0,LAYN,5

      SECCONTROL,0,1,2

       

      MAT,2

      ESEL,ALL

      EREINF


      when EREINF is issued, it gives a warning that "no new reinforcing elements are created with the last EREINF command, please verify your model carefully"
      can anyone please state what is wrong with this code??

      best regards, 

    • Ashish Khemka
      Forum Moderator

      Hi Zaid,

      This is a warning message. After the EREINF command executes, you can issue ETLIST, ELIST, and EPLOT commands to verify the newly created reinforcing element types and elements.

      Regards,

      Ashish Khemka

Viewing 1 reply thread
  • The topic ‘Reinforced composite laminate’ is closed to new replies.