eispiata
Materials
- Feb 18, 2008
- 48
Hi,
For my simulation I need to use the DISP subroutine for applying boundary conditions.
Since i am completely new in the subroutine process i am trying to start with simple examples. And i am trying to apply uniaxial tension conditions using the DISP surboutine. I know i can do it without any subroutine but it is a start point. Honestly i am completely lost. I am using Abaqus 6.5.6 and included the following fortran file as a subroutine in the job manager but it didn't work:
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
U(1)=2
RETURN
END
I know U(1) means whatever i want but i want it to be only a displacement in a specific direction (let's say normal to the surface) . How could i do that?
Thanks
For my simulation I need to use the DISP subroutine for applying boundary conditions.
Since i am completely new in the subroutine process i am trying to start with simple examples. And i am trying to apply uniaxial tension conditions using the DISP surboutine. I know i can do it without any subroutine but it is a start point. Honestly i am completely lost. I am using Abaqus 6.5.6 and included the following fortran file as a subroutine in the job manager but it didn't work:
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
U(1)=2
RETURN
END
I know U(1) means whatever i want but i want it to be only a displacement in a specific direction (let's say normal to the surface) . How could i do that?
Thanks