Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subroutine HKSmain in abaqus 1

Status
Not open for further replies.

tuss

Mechanical
Jun 30, 2005
6
When I try to use the subroutine HKSMAIN in abaqus6.5 I get the following error message:

"User postprocessing program should be defined as "SUBROUTINE ABQMAIN""

Now, the thing is that I only have the manual for abaqus6.4 and wonder if there may have been some change regarding this. The manual I have states that HKSMAIN shuld be used if the subroutine is written in fortran and ABQMAIN if the routine is written in C++ (or at least that is the way I understood it...).

Otherwise, what is the problem???
 
Replies continue below

Recommended for you

I think "HKSMAIN" has been replaced with "ABQMAIN" in version 6.5
From Abaqus 6.5 documentation:
"Instead, the program must begin with a FORTRAN SUBROUTINE with the name ABQMAIN".

Example:

" SUBROUTINE ABQMAIN
C Calculate the maximum von Mises stress and its location
C
INCLUDE 'aba_param.inc'
CHARACTER*80 FNAME
DIMENSION ARRAY(513),JRRAY(NPRECD,513),LRUNIT(2,1)
EQUIVALENCE (ARRAY(1),JRRAY(1,1))
C
C File initialization
......
......
"

You may expect other changes as well.
 
Thank you! Knowing what subroutine to use is a big step forward...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor