Hi Guys,
I've got a question regarding welding simulation. I'm modeling a plate of size 180*120*17mm and a moving heat source using Abaqus and DFLUX subroutine.
Therefore, I wrote the input file, define the properties, loads, convection and radiation, etc. I also wrote a FORTRAN code -DFLUX-...
Hi Mustain3,
- I debugged this code quite extensively using Visual Studio debugger and the output seems legitimate to me. because time is increasing in my printout. that's why I got confused what's going on here.
I put the entire code:
SUBROUTINE DFLUX(FLUX,SOL,JSTEP,JINC,TIME,NOEL,NPT,COORDS,JLTYP,
1 TEMP,PRESS,SNAME)
C Abaqus Fortran Subroutine to model the moving cylindrical heat source
C Last edited: 2015-06-08
C - Fixed error in coordinates (Now y is top...
Hi Guys,
I've got a question regarding welding simulation. I'm modeling a plate of size 180*120*17mm and a moving heat source using Abaqus and DFLUX subroutine.
Therefore, I wrote the input file, define the properties, loads, convection and radiation, etc. I also wrote a FORTRAN code -DFLUX-...