Makcim
Materials
- May 26, 2020
- 2
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
CMDELE,_Y2
!!!!!!!!!!!!!!!!!!!!Detach the finite element model from the solid model
MODMSH,DETACH
!Enter matrix
*DIM,Arr,,11,11
!!!!!!File Matrixcsv5 is in the D:\FileANSYS
*VREAD,Arr(1,1),D:\FileANSYS\Matrixcsv4,csv,,JIK,11,11
(11F10.0)!*Portran formats
*CFCLOS
!!!!!!!!!!!!!!!!
*DO,ii,0,10
*DO,jj,0,10
NSEL,S,LOC,Z,5
NSEL,R,LOC,X,ii*fem !fem=10/10
NSEL,R,LOC,Y,jj*fem
NMODIF,ALL,,,depth+Arr(ii+1,jj+1)
*ENDDO
*ENDDO
Matrixcsv4 has view:
1,2,1,2,1,2,1,2,1,2,1
1,2,-1,2,-2,1,2,1,2,1,2
2,1,2,1,2,1,2,1,1,2,2
2,1,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
2,1,2,1,2,1,2,1,2,1,2
2,1,2,1,2,1,2,1,2,1,2
1,2,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
2,1,2,1,2,1,2,1,2,1,2
Please help me fix this error!
*** ERROR *** CP = 32.219 TIME= 00:32:58
Brick element 456 has a face with a warping factor of 0.4387, which
exceeds the error limit of 0.4.
/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
CMDELE,_Y2
!!!!!!!!!!!!!!!!!!!!Detach the finite element model from the solid model
MODMSH,DETACH
!Enter matrix
*DIM,Arr,,11,11
!!!!!!File Matrixcsv5 is in the D:\FileANSYS
*VREAD,Arr(1,1),D:\FileANSYS\Matrixcsv4,csv,,JIK,11,11
(11F10.0)!*Portran formats
*CFCLOS
!!!!!!!!!!!!!!!!
*DO,ii,0,10
*DO,jj,0,10
NSEL,S,LOC,Z,5
NSEL,R,LOC,X,ii*fem !fem=10/10
NSEL,R,LOC,Y,jj*fem
NMODIF,ALL,,,depth+Arr(ii+1,jj+1)
*ENDDO
*ENDDO
Matrixcsv4 has view:
1,2,1,2,1,2,1,2,1,2,1
1,2,-1,2,-2,1,2,1,2,1,2
2,1,2,1,2,1,2,1,1,2,2
2,1,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
2,1,2,1,2,1,2,1,2,1,2
2,1,2,1,2,1,2,1,2,1,2
1,2,1,2,1,2,1,2,1,2,1
1,2,1,2,1,2,1,2,1,2,1
2,1,2,1,2,1,2,1,2,1,2
Please help me fix this error!
*** ERROR *** CP = 32.219 TIME= 00:32:58
Brick element 456 has a face with a warping factor of 0.4387, which
exceeds the error limit of 0.4.