Material law

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hello,

I would like to define a material which behaves as follows: there is an initial linear elastic behavior (with a defined E-modulus). Then there is a perfectly plastic region at a maximal stress until the plastic strain reaches a determined value. Next, there is a strain softening phase with a plastic modulus and ultimately an indefinite perfectly plastic phase begins when a stress(min) is reached. 

How can I implement such a material behavior?

 

Thanks in advance for the help

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2018

    Hi @Marie

     

    I think LAW36 can be used for your requirement.

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2018

    Thanks for the fast reply.

    I wasn't really able to implement my material behavior (see image) with the suggested law 36. The elements are solids. Do you have an idea of what I could do?

     

     

    <?xml version="1.0" encoding="UTF-8"?>Stress_Strain.png

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2018

    Hi @Marie

     

    With LAW36, The first point of yield stress functions (plastic strain vs stress) should have a plastic strain value of zero. The elastic part will be calculated in the background.

     

    You can try with LAW2 with Iflag set to 1, With this new input, you will need yield stress (), Ultimate tensile engineer stress (UTS) and engineer strain () at necking point. With this new input, RADIOSS automatically calculates the equivalent value for a, b and n

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2018

    Thanks for the help!