Decoding Material and Orientation Names

Utility routines getMaterialName and getOrientationName can be called from Abaqus/Standard user subroutine UELEMDRESP to obtain the name of the material and orientation.

This page discusses:

Products Abaqus/Standard

Utility Routine Interface

character*80 charName
...
call getMaterialName(rName, charName)
call getOrientationName(rName, charName)
...

Variables to Be Provided to the Utility Routine

rName
Encoded name of the material or orientation that is made available in user subroutine UELEMDRESP.

Variables Returned from the Utility Routine

charName
Character string with the name of the material or orientation.