Thanks for the help. I have a 32 bit computer but was running a 64 bit compiler. Having altered that, I reran my ABAQUS job. Another, different error appeared. The log file states:
"standardU.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot...
Thanks for your help. Having fixed the subroutine I ran ABAQUS again only for this error to occur -
"FORTRAN LOADING 3.2.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines...
Although, I believe the ABAQUS error is due to an error in the subroutine; below, is my ABAQUS input file. Enclosed to see if anyone sees a problem with it. Regards.
*Heading
** Job name: FORTRAN Model name: Model-4
** Generated by: Abaqus/CAE 6.10-1
*Preprint, echo=NO, model=NO, history=NO...
@ corus - Tara.
I included the extra ENDIF but it resulted in the same error. It now looks like:
F=WLD1F
ST=ST1F
FI=FI1F
ENDIF
C
ENDIF
C
RETURN
END
Any other suggestions? Regards.
@Danstro - The error I get is "Error in job FORTRAN: Problem during compilation - C:\Documents and Settings\My Documents\Visual Studio 2010\Projects\FORTRAN LOADING 3\FORTRAN LOADING 3\FORTRAN LOADING 3.for
Job FORTRAN aborted due to errors." Any suggestions?
@portliner - I'm basing my...
Tara, thanks for the input. However I'm unsure about what you mean. Whereabouts do you think I'm missing the "ENDIF"? I've got two of them, do I need more?
I'm relatively new to FORTRAN and currently trying to model a wheel's movement over a beam element in ABAQUS. I have succeeded in building a model using the AMPLITUDE function in ABAQUS, now however, I want to build one using a FORTRAN subroutine. I have designed a DLOAD subroutine - enclosed...
I'm relatively new to ABAQUS and currently trying to model a wheel's movement over a beam element. I have succeeded in building a model using the AMPLITUDE function, now however, I want to build one using a FORTRAN subroutine. I have designed a DLOAD subroutine - enclosed below. I have...