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...
Hi IceBreakerSours,
In the Abaqus Verification comment that you have mentioned above I am unable to find "C:\Program Files (x86)\Intel\Compiler\11.0\061\fortran\Bin\intel64\ ifortvars_intel64.bat" or any equivalent as I m using Intel Parallel Studio XE 2016. What alternative I should use...
I installed Intel Fortran Compiler and Microsoft visual studio 2015. The problem is that the Visual studio has not integrated with Intel Compiler. Does anyone know how to integrate the Intel Fortran Compiler with Visual Studio? the .jpg is attached...
Do you have any idea about writing the DISP subroutine for the case I have written above? Or does anyone know how to approach this problem please do reply to this thread!!!
Thanks in advance
Regards
Savan
Thanks for the reply IceBreakerSours.
The thing is I want a fixed boundary condition in which I am assigning the pressure values that are in .txt file to the corresponding nodes. I have attached a .jpg file in which you can clear see the problem. It says User Subroutine DISP must be attached to...
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...