TAGGED: -2d-materials-and-metals, convergence
-
-
August 27, 2023 at 12:57 amYunpeng WuSubscriber
I'm trying to doing a simple 2 materials non linear large displacement problem, assigned 2 materials, and a 100*100 element 2D square, do a displacement UX=200 on the right hand side of the square.
It can be done, when I assign the same material for all the element, but can't converge with 2 materials.Â
Can you help me to check what happens or give me some tips or advices?
Here is for 1 material.
Here is for 2 materials:
FINISH
/CLEAR*do,fid,1,1
/PREP7 Â
!=== Define material 1
ET,1,PLANE182 Â ÂTB,HYPE,1,1,5,MOON Â
TBTEMP,0
TBDATA,,-1.4516,1.8669,1.5083,-4.3864,3.8062,0!==== Define material 2
ET,2,PLANE182
MP,EX,2,0.6
MP,NUXY,2,0.3/PREP7 Â
NDELE,ALL
EDELE,ALL
DDELE,ALL,ALLÂ
NUMCMP,ALL*set,ntb
*set,etbfilename=strcat('nodes',chrval(fid))
fext='dat'/INQUIRE,rows1,LINES,%filename%,%fext%
*DIM,ntb,ARRAY,rows1,4
*VREAD,ntb,%filename%,%fext%,,JIK,4,rows1
(4F6.0) Â Â !* read 4 real numbers with maximum 6 digits, use 6 if number is 10000filename=strcat('elements',chrval(fid))
/INQUIRE,rows2,LINES,%filename%,%fext%
*DIM,etb,ARRAY,rows2,5
*VREAD,etb,%filename%,%fext%,,JIK,5,rows2
(5F6.0)*do,i,1,rows1
  n,ntb(i,1),ntb(i,2),ntb(i,3),ntb(i,4)
*enddo
*do,i,1,rows2
  e,etb(i,1),etb(i,2),etb(i,3),etb(i,4)
*enddo!=== Define element group 1
k=0
nElements=1
*do,i,1,rows2
  nElements=nElements+1
    *if,etb(i,5),eq,1,then
       k=k+1
    *endif
*enddo*status,k
*status,nElementsESEL,S,elem,,1,k
MPCHG,1,ALL
CM,MATRIX,ELEMESEL,S,ELEM,,k+1,nElements
MPCHG,2,ALL
CM,FILLER,ELEMÂ
/SOL
ANTYPE,0,NEW
NLGEOM,1
NSUBST,200,1000,10 Â
AUTOTS,-1.0 ÂALLSEL,ALL
NSEL,S,LOC,X,0
D,ALL,UX,0NSEL,S,LOC,Y,0
D,ALL,UY,0NSEL,S,LOC,Y,100
CP,NEXT,UY,ALL
ALLSEL,ALLfilename=strcat('nlist',chrval(fid))
/INQUIRE,rows3,LINES,%filename%,%fext%
*DIM,ctb,ARRAY,rows3,3
*VREAD,ctb,%filename%,%fext%,,JIK,3,rows3
(3F6.0)!=== couple top and bottom nodes for UX
*do,i,1,rows3
  CP,NEXT,UX,ctb(i,2),ctb(i,3)
*enddo
*do,i,1,1Â Â Â !* loop over three displacements/SOL
u=200*iNSEL,S,LOC,X,100
D,ALL,UX,u
ANTYPE,0
NLGEOM,1
!AUTOTS,ON
!DTIME,0.01,0.00001,0.1
!ARCLEN,ON
NSUBST,100,2000,10 ÂALLSEL,ALL
SOLVE Â Â
FINISH Â/POST1 Â
PLDISP,1NSEL,S,LOC,X,0
set,LAST
fsum
*get,fsum,FSUM,0,ITEM,Fx
force=fsumfilename=strcat('res',chrval(fid))
*if,i,eq,1,then
  *cfopen,%filename%,txt,,
*else
  *cfopen,%filename%,txt,,APPEND
*endif*vwrite,u,force
(G16.8,G16.8)
*cfclose
tempname=strcat(chrval(fid),'-')
tempname=strcat(tempname,chrval(i))
filename=strcat('nodal_stress_x',tempname)
*cfopen,%filename%,txt,,
*do,xid,1,rows1
*set,strx
*GET,strx, node,xid,s,X
*vwrite,strx
(G16.8)
*enddo
*cfclosefilename=strcat('nodal_stress_y',tempname)
*cfopen,%filename%,txt,,
*do,xid,1,rows1
*set,stry
*GET,stry, node,xid,s,Y
*vwrite,stry
(G16.8)
*enddo
*cfclosefilename=strcat('nodal_stress_xy',tempname)
*cfopen,%filename%,txt,,
*do,xid,1,rows1
*set,strxy
*GET,strxy, node,xid,s,XY
*vwrite,strxy
(G16.8)
*enddo
*cfclose
FINISHÂ
*enddo
/CLEAR
*enddo  !* end of outer loopÂ
Â
Here are the link of element and node files, it can load by the APDL code directly. The verison is APDL 2021 R1.
https://drive.google.com/drive/folders/1jy9AVwywknckaawVl_8z1B_ofg_1Lfk-?usp=sharing
-
August 27, 2023 at 7:15 pmYunpeng WuSubscriber
Here are the link of element and node files, it can load by the APDL code directly. The verison is APDL 2021 R1.
https://drive.google.com/drive/folders/1jy9AVwywknckaawVl_8z1B_ofg_1Lfk-?usp=sharing
-
- The topic ‘Cannot converge during simple 2 mateirals non linear large displacement problem’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- How to select the interface delamination surface of a laminate?
- How to apply Compression-only Support?
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- SMART crack under fatigue conditions, different crack sizes can’t growth
-
1191
-
513
-
488
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.