I am trying to get the dissipated energy densities of PENERD, CENERD, VENERD and DMENERD for each incremental step using the GETVRM subroutine. Part of my code is as follows:
call getvrm('PENER',array,jarray,flgray,jrcd,
1 jmac, jmtyp, matlayo, laccflg)
C
PE = ARRAY(1)
STATEV(4) = PE
After submitting abaqus to run, it shows 'Unidentified or invalid output request pener'
I have looked up a lot of information, read the literature over and over again and am not sure what is wrong. Any suggestions or help would be appreciated!