Multiple user subroutines in Abaqus
Multiple user subroutines in Abaqus
(OP)
Hi guy,
I try to incorporate 2 subroutines in one model and I saw some mention to combine two subroutines in one .for file. How exactly can I do that? It seems simply copy and paste does not work.
BTW, I am using UMAT to define material properties and SIGINI to define initial stresses in a general static analysis of beam bending problem.
I'd appreciate if anyone can give me some heads-up.
Thanks,
Binwei
I try to incorporate 2 subroutines in one model and I saw some mention to combine two subroutines in one .for file. How exactly can I do that? It seems simply copy and paste does not work.
BTW, I am using UMAT to define material properties and SIGINI to define initial stresses in a general static analysis of beam bending problem.
I'd appreciate if anyone can give me some heads-up.
Thanks,
Binwei





RE: Multiple user subroutines in Abaqus
RETURN
END
after each one, and abide by fortran's syntax rules