MarceloM
Mechanical
- Sep 10, 2018
- 53
Hello,
I'm trying to get the contact area between foot and insole (Please see the photos).
I used the following APDL command:
SET, LAST
cmsel, s, contact_side
us
it is
ESEL, R, TYPE ,, 3
ETABLE, STAT, CONT, STAT
ESEL, S, ETAB, ESTAT, 2,3
ETABLE, C_AREA, VOLU
SSUM
* GET, T_AREA, SSUM, 0, ITEM, C_AREA
MY_AREA_1 = T_AREA
However I can not get any data from the contact area and I get the following error:
*** ERROR ***
Component CONTACT_SIDE is not defined. "
Thank you for the help.
I'm trying to get the contact area between foot and insole (Please see the photos).
I used the following APDL command:
SET, LAST
cmsel, s, contact_side
us
it is
ESEL, R, TYPE ,, 3
ETABLE, STAT, CONT, STAT
ESEL, S, ETAB, ESTAT, 2,3
ETABLE, C_AREA, VOLU
SSUM
* GET, T_AREA, SSUM, 0, ITEM, C_AREA
MY_AREA_1 = T_AREA
However I can not get any data from the contact area and I get the following error:
*** ERROR ***
Component CONTACT_SIDE is not defined. "
Thank you for the help.