Timusop
Mechanical
- Sep 23, 2011
- 58
Hello all.
I am in the process of writing a UMESHMOTION subroutine to model the wear of materails. For this I am using:
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CDISP',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
and
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CSTRESS',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
Is this data being pulled from the .odb file? I am wondering if I can view this data manually and point it towards my subroutine as I seem to be having problems with the link in data between my subroutine and Abaqus.
Thanks.
I am in the process of writing a UMESHMOTION subroutine to model the wear of materails. For this I am using:
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CDISP',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
and
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CSTRESS',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
Is this data being pulled from the .odb file? I am wondering if I can view this data manually and point it towards my subroutine as I seem to be having problems with the link in data between my subroutine and Abaqus.
Thanks.