Hallo,
I would like to know how can make an output file from teh input file of abaqus. Normally typing
*print
*node
it put the results in and existing file txt but I would like to put it in a new file text like I do when from the CAE I go
report->field output and so on.
thanks,
Guido
Hallo,
I would like to know how can make an output file from teh input file of abaqus. Normally typing
*print
*node
it put the results in and existing file txt but I would like to put it in a new file text like I do when from the CAE I go
report->field output and so on.
thanks,
Guido
Hallo,
I would like to know how can make an output file from teh input file of abaqus. Normally typing
*print
*node
it put the results in and existing file txt but I would like to put it in a new file text like I do when from the CAE I go
report->field output and so on.
thanks,
Guido
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...