T.Gmai
Mechanical
- Apr 1, 2020
- 8
Hi all,
I am working on a damage model (ductile damage: fracture strain as function of Triax and Lode parameter), and I need to change the fracture energy for the damage evolution as a fuction of triaxiality for that I wrote a VUSDFLD subroutine
I tested the fortran code on for 1 element model, and it works as expected but when I run it with the full model it doesn't work and this error appears:
MPI application rank 1 killed before MPI_FINALIZE() with signal 11
the .sta .msg and .dat don't show any error
I don't think it's a memory problem because I tried with a coarser mesh but no success, also I ran the full model without subroutine just the inp file and it is working (I am running the model on a cluster)
Any idea how to solve this problem
Thank you!
I am working on a damage model (ductile damage: fracture strain as function of Triax and Lode parameter), and I need to change the fracture energy for the damage evolution as a fuction of triaxiality for that I wrote a VUSDFLD subroutine
I tested the fortran code on for 1 element model, and it works as expected but when I run it with the full model it doesn't work and this error appears:
MPI application rank 1 killed before MPI_FINALIZE() with signal 11
the .sta .msg and .dat don't show any error
I don't think it's a memory problem because I tried with a coarser mesh but no success, also I ran the full model without subroutine just the inp file and it is working (I am running the model on a cluster)
Any idea how to solve this problem
Thank you!