USING DLOAD in ABAQUS
USING DLOAD in ABAQUS
(OP)
I need to specify surface load which is non standard. I am using the user-defined load option but it gives the error that usersubroutine DLOAD not found. Where do I put the subroutine . I tried putting it in the same directory as the job file but didn't work. I added it at the end of the .inp file and it still gave the same error. Please tell me what I should do.
thanks,
Manoj
thanks,
Manoj





RE: USING DLOAD in ABAQUS
RE: USING DLOAD in ABAQUS
abaqus j=job1 user=mydload.f
RE: USING DLOAD in ABAQUS
RE: USING DLOAD in ABAQUS
See:
h
RE: USING DLOAD in ABAQUS
thanks
df: warning: The Intel Fortran driver is now named ifort. You can suppress this message with '-quiet'
End Compiling ABAQUS/Standard User Subroutines
10/20/2005 11:04:46 PM
Begin Linking ABAQUS/Standard User Subroutines
10/20/2005 11:04:46 PM
CVTRES : fatal error CVT1107: D:\VC98\lib\oldnames.lib is corrupt
D:\VC98\lib\oldnames.lib : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
ABAQUS Error: Problem during linking - ABAQUS/Standard User Subroutines
ABAQUS/Analysis exited with errors
RE: USING DLOAD in ABAQUS
I can't help you there. The linker is finding trouble with the library (which I think is C++). Try asking the question in the Fortran Forum or C++ Forum on eng-tips. Also, try googling the error.
Good luck
MRG
RE: USING DLOAD in ABAQUS
RE: USING DLOAD in ABAQUS
good luck!