Products: Abaqus/Standard Abaqus/Explicit
“User subroutines: overview,” Section 18.1.1 of the Abaqus Analysis User's Guide
“UWAVE and UEXTERNALDB,” Section 4.1.27 of the Abaqus Verification Guide
Utility routines GETOUTDIR and VGETOUTDIR can be called from any Abaqus/Standard or Abaqus/Explicit user subroutine, respectively, to obtain the output directory of the current job.
character*256 OUTDIR ... CALL GETOUTDIR( OUTDIR, LENOUTDIR ) CALL VGETOUTDIR( OUTDIR, LENOUTDIR ) ...
OUTDIR
Character string to receive the value of the output directory name.
LENOUTDIR
Length of the character string OUTDIR.