Hi Everyone,
I have now managed to run the fortran code, but it won't assign the values that I want to assign to the U(1) variable from the TXT file.
In the attached file I have the pressure file that contains the nodes and the corresponding pressure values which I want to assign through DISP...
Hi again!!
I have tried to code the fortran file and I don't know what is wrong with the file exactly. Below is my code
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
INCLUDE 'ABA_PARAM.INC'
INTEGER,PARAMETER::iwp=SELECTED_REAL_KIND(15)...
thread799-310685
Hi Everyone!!
I am trying to run the subroutine in Abaqus6.12. I am using it for the first time and need your help. I have tried linking Abaqus6.12, Visual studio Community 2015 and Intel Parallel Studio XE 2016. When I ran the verification it came as:
C:\Abaquswork>abq6121...
Hello Everyone!
I want to use DISP subroutine to assign user defined boundary condition to the model. I have a set of nodes and the coordinates of these in x, y, and z directions. I have calculated the values of sound pressure for the corresponding nodes through MATLAB and written the output in...