Katha90
Structural
- Apr 27, 2015
- 5
Hi all,
I've written a Multi Point Coinstraint subroutine in Fortran according to the Abaqus User Subroutines Refernce Manual Chapter 1.1.13. I want to include this subroutine in my input file. The input file usage (found in Abaqus Analysis User's Manual Chapter Constraints 28.2.2) is:
*MPC, USER, MODE=NODE
But for the subroutine there are more quantities required as: maxdof, uinit, u, x, jtype, ... How do I tell the subroutine which values are supposed to be used? The node numbers are not enough.
Thanks a lot in advance,
Katharina
I've written a Multi Point Coinstraint subroutine in Fortran according to the Abaqus User Subroutines Refernce Manual Chapter 1.1.13. I want to include this subroutine in my input file. The input file usage (found in Abaqus Analysis User's Manual Chapter Constraints 28.2.2) is:
*MPC, USER, MODE=NODE
But for the subroutine there are more quantities required as: maxdof, uinit, u, x, jtype, ... How do I tell the subroutine which values are supposed to be used? The node numbers are not enough.
Thanks a lot in advance,
Katharina