Timusop
Mechanical
- Sep 23, 2011
- 58
I am confused why my CLSIP1 values are showing as expected when I view them in my .ODB file in CAE, however when I print out my CSLIP values (in the x direction) from my UMESHMOTION subroutine I obtain a constant value (-1E36 throughout the step when I write CSLIP to the .msg file.
Here is the code I am using in the subroutine.
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CDISP',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
CSLIP = ARRAY(1)
write (7,*) 'cslip is',CSLIP
Would really appreciate your help on this. Thanks.
Here is the code I am using in the subroutine.
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CDISP',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
CSLIP = ARRAY(1)
write (7,*) 'cslip is',CSLIP
Would really appreciate your help on this. Thanks.