I have this code in the APDL.
/PREP7
!Create a volume 10 x 10 x 5
BLC4,0,0,10,10,5
!!!!!!!!!!!!!!!!!!!!!!!The volume using SOLID185 elements
ET,1,SOLID185
!!!!!!!!!!!!!!!!!!!!!!!Mesh
ESIZE,fem,0,
CM,_Y,VOLU
VSEL,,,,1
CM,_Y1,VOLU
CHKMSH,'VOLU'
CMSEL,S,_Y
!*
VMESH,_Y1
!*
CMDELE,_Y
CMDELE,_Y1...
I have this code in the APDL.
/PREP7
!Create a volume 10 x 10 x 5
BLC4,0,0,10,10,5
!!!!!!!!!!!!!!!!!!!!!!!The volume using SOLID185 elements
ET,1,SOLID185
!!!!!!!!!!!!!!!!!!!!!!!Mesh
ESIZE,fem,0,
CM,_Y,VOLU
VSEL, , , , 1
CM,_Y1,VOLU
CHKMSH,'VOLU'
CMSEL,S,_Y
!*
VMESH,_Y1
!*...