Not exactly, I'll explain:
I have a step with duration=0. I would love to have initial stress values based on the loading condition I am applying, but it looks like every time the subroutine does a full cycle without considering applied loads, so I always get a set of MAX_S=0, while in reality...
Good evening everybody,
I am trying to get an output .txt file, using the code at the end of my UMAT:
OPEN(105, file='C:\Temp\Aereo\List.txt',position='append')
[/indent]WRITE(105,*)NOEL,NPT,MAX_S
CLOSE(105)
The problem is that I am capable of getting the variable MAX_S for every NPT, for...
Good morning everybody,
I am using a Fortran script to implement a bone remodelling model of a femur.
I would like to use two initial conditions files to assign the initial conditions of every state variable of each element.
The use of one initial conditions file rather than the other one is...