Re: Changing young's modulus
| Newsgroups | gmane.comp.mathematics.abaqus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Usually, subroutines, such as UMAT, have a parameter for the step number like KSTEP. So, for example, if your material properties reduced by an amount after a particular step, you can easily apply this condition using an IF statement along with the KSTEP in the UMAT. In any cases, you can control this directly in the subroutine by an IF condition. BR Seyed Shayan Sajjadinia