Dear CAE Master,
I draw the model on Solidworks and output ACIS format, however,
I still can not solve it since I only can get the compression value on -0.03 meter(not -50 mm). The code is listed below. I would appreciate that you can help me to check and solve it. Thanks!!
ET,1,PLANE183 !* element 183
!*
!*
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2e5
MPDATA,PRXY,1,,0.499
*CREATE,file1.UNIA !* <-- input compression and tension data
-0.45 -256
-0.4 -128
-0.35 -64
-0.3 -32
-0.25 -16
-0.2 -8
-0.15 -4
-0.1 -2
-0.05 -1
0 0
0.1 1
0.2 1.5
0.3 2.0
0.4 2.9
0.5 3.6
0.6 5
0.7 4.5
0.8 9.7
0.9 17
*END
TBFT,EADD,1,UNIA,file1.UNIA
/DELETE,file1.UNIA
*CREATE,file1.VOLU
1 0
0.99 20
*END
TBFT,EADD,1,VOLU,file1.VOLU
/DELETE,file1.VOLU
TBFT,FADD,1,HYPER,MOON,9
TBFT,SOLVE,1,HYPER,MOON,9,1
TBFT,FSET,1,HYPER,MOON,9
~SATIN,Surface,SAT,'..\',SOLIDS,0
/NOPR
/GO
FINISH
/PREP7
SMRT,3
MSHAPE,0,2D
MSHKEY,0
!*
CM,_Y,AREA
ASEL, , , , 1
CM,_Y1,AREA
CHKMSH,'AREA'
CMSEL,S,_Y
!*
AMESH,_Y1
!*
CMDELE,_Y
CMDELE,_Y1
CMDELE,_Y2
!*
FINISH
/SOL
ANTYPE,0
ANTYPE,0
NLGEOM,1
CUTCONTROL,NOITERPRED,1
FLST,2,1,4,ORDE,1
FITEM,2,3
!*
/GO
DL,P51X, ,UY,0 !*<- boundary constraint on bottom line
DL, 2, ,SYMM !*<- boundary constraint on left line symm
FLST,2,1,4,ORDE,1
FITEM,2,1
!*
/GO
DL,P51X, ,UY,-0.05 !*<- boundary constraint on top line by moving down 50
/STATUS,SOLU
/STATUS,SOLU
SOLVE |