General Mechanical

General Mechanical

Cast Iron Plasticity and Crushable Foam Material Model Help

    • Emilie Henning
      Subscriber

      Hello, 

      I am creating a simulation where I'd like to use either the cast iron plasticity or crushable foam material models. In these simulations, there are different sets of elements that all use the same material model but with different parameters. I'm having an issue with both models where if I have more than one element set, I get an error "For material 2, TB,,CAST,,, ISOTROPIC table requires 1 parameter. 2 have been defined" or "TB,CFOAM,,,YIELD has already been defined. Please delete existing table to overwrite." If I'm only using one material set, this issue does not occur.

      FYI, I am coding this up into an ANSYS input deck using APDL. Below is the part of the code I am referencing.

      For Cast Iron:

      ET,1,SOLID185,,
      !
      !
      !
      MP,EX,1,1.050e+02
      MP,DENS,1,5.000e-02
      MP,PRXY,1,0.381000E+00
      !
      !
      MAT,1
      !
      TB,CAST,1,,,ISOTROPIC
      TBDATA,1,0.3
      !
      !
      TB,UNIAXIAL,1,1,3,TENSION
      TBPT,,0,0
      TBPT,,4.762e-03,5.000e-01
      TBPT,,2.000e+01,5.000e-01
      !
      !
      TB,UNIAXIAL,1,1,3,COMPRESSION
      TBPT,,0,0
      TBPT,,9.524e-04,1.000e-01
      TBPT,,2.000e+01,1.000e-01

      then the list of elements included in this material set, then defining second material set

      ET,2,SOLID185,,
      !
      !
      !
      MP,EX,2,3.150e+02
      MP,DENS,2,1.500e-01
      MP,PRXY,2,0.381000E+00
      !
      !
      MAT,2
      !
      TB,CAST,2,,,ISOTROPIC
      TBDATA,2,0.3
      !
      !
      TB,UNIAXIAL,2,1,3,TENSION
      TBPT,,0,0
      TBPT,,4.762e-03,1.500e+00
      TBPT,,2.000e+01,1.500e+00
      !
      !
      TB,UNIAXIAL,2,1,3,COMPRESSION
      TBPT,,0,0
      TBPT,,4.889e-03,1.540e+00
      TBPT,,2.000e+01,1.540e+00

      then the elements in the material set and so on.

       

      Is there a reason I'm getting these errors?

       

      Thank you

       

       

Viewing 0 reply threads
  • You must be logged in to reply to this topic.