CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > System Analysis

Fix problem in the ANSYS

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2020, 18:51
Default Fix problem in the ANSYS
  #1
New Member
 
Binh Duong
Join Date: May 2020
Posts: 1
Rep Power: 0
Makcim is on a distinguished road
Hi, everybody, 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,1 1,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.
Makcim is offline   Reply With Quote

Reply

Tags
ansys, apdl


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with runnik student version ANSYS AIM ZBIQ Main CFD Forum 0 August 1, 2017 05:33
A CFX-POST error (ver 14.5.7) wangyflp88 CFX 2 July 22, 2017 00:17
about valve closing problem during ANSYS FSI simulation ivy CFX 4 June 8, 2011 21:01
Ansys Workbench (CFX) bucket problem njsavage CFX 1 April 30, 2009 09:51
Ansys CFX bucket problem njsavage Main CFD Forum 1 April 30, 2009 09:48


All times are GMT -4. The time now is 21:00.