sguaiz
Aerospace
- Feb 12, 2007
- 10
Hallo Everybody,
I would like to know how to use the subroutine abaqus:
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
user coding to define U
RETURN
END
I try to put some values like U(1)=0.003 U(2)=0 U(3)=0 just to make it run but it gave some problems in compiling without say me why. I would like to put a function of displacement on certain nodes. Until now I just make a fortran subroutine that can write me the input file and put such boundary condition.
thanks
I would like to know how to use the subroutine abaqus:
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
user coding to define U
RETURN
END
I try to put some values like U(1)=0.003 U(2)=0 U(3)=0 just to make it run but it gave some problems in compiling without say me why. I would like to put a function of displacement on certain nodes. Until now I just make a fortran subroutine that can write me the input file and put such boundary condition.
thanks