KEMBAR78
Example For Modelling in Ansys With Coding | PDF | Graph Theory | Discrete Mathematics
0% found this document useful (0 votes)
259 views4 pages

Example For Modelling in Ansys With Coding

The document contains code for defining material properties, geometry, meshing, and solving a finite element analysis model. Sections of code define the material properties, generate geometry through lines and curves, mesh the geometry, apply loads and boundary conditions, and solve the model.

Uploaded by

Gopi Krishnan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
259 views4 pages

Example For Modelling in Ansys With Coding

The document contains code for defining material properties, geometry, meshing, and solving a finite element analysis model. Sections of code define the material properties, generate geometry through lines and curves, mesh the geometry, apply loads and boundary conditions, and solve the model.

Uploaded by

Gopi Krishnan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

FINISH

/CLEAR
/title,
/filnam,5_L43_49,1
/PREP7
ET,1,SHELL181

MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,68670
MPDATA,PRXY,1,,.3
MPDATA,DENS,1,,0.0000028
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,2,,10
MPDATA,EY,2,,10
MPDATA,EZ,2,,1692
MPDATA,PRXY,2,,.01
MPDATA,PRYZ,2,,.01
MPDATA,PRXZ,2,,.01
MPDATA,GXY,2,,10
MPDATA,GYZ,2,,460
MPDATA,GXZ,2,,180
MPDATA,DENS,2,,0.000000069
sect,1,shell,,
secdata, 1,1,0.0,3
secdata, 20,2,0.0,3
secdata, 1,1,0.0,3
secoffset,MID
seccontrol,,,, , , ,
K,,0,0,,
K,,760,0,,
K,,530,500,,
K,,230,500,,
a,1,2,3,4
!EXISTING CUT OUT IN PLATE
k,,305,190
k,,455,190
k,,455,310
k,,305,310
l,5,6
l,6,7
l,7,8
l,8,5
lfillt,5,6,15
lfillt,6,7,15
lfillt,7,8,15
lfillt,8,5,15
AL,5,9,6,10,7,11,8,12
asba,1,2
DL,1, ,ALL,
SFL,3,PRES,72
!FIRST CUT OUT MADE
WPOFFS,200,245
CSYS,4
K,,-32.5,0
K,,0,-60
K,,32.5,0
K,,0,60
L,17,18
L,18,19
L,19,20
L,20,17
LFILLT,13,14,8
LFILLT,14,15,8
LFILLT,15,16,8
LFILLT,16,13,8
AL,13,17,14,18,15,19,16,20
ASBA,3,1
!SECOND CUT OUT MADE
WPOFFS,-200,-245
WPOFFS,566,245
CSYS,4
K,,-32.5,0
K,,0,-60
K,,32.5,0
K,,0,60
L,29,30
L,30,31
L,31,32
L,32,29
LFILLT,21,22,8
LFILLT,22,23,8
LFILLT,23,24,8
LFILLT,24,21,8
AL,21,25,22,26,23,27,24,28
ASBA,2,1
!THIRD CUT OUT MADE
WPOFFS,-566,-245
WPOFFS,140,105
CSYS,4
K,,-40,0
K,,0,-72.5
K,,40,0
K,,0,72.5
L,41,42
L,42,43
L,43,44
L,44,41
LFILLT,29,30,8
LFILLT,30,31,8
LFILLT,31,32,8
LFILLT,32,29,8
AL,29,30,31,32,33,34,35,36
ASBA,3,1
!FOURTH CUT OUT MADE
WPOFFS,-140,-105
WPOFFS,257,130
CSYS,4
K,,-30,0
K,,0,-65
K,,30,0
K,,0,65
L,53,54
L,54,55
L,55,56
L,56,53
LFILLT,37,38,10
LFILLT,38,39,10
LFILLT,39,40,10
LFILLT,40,37,10
AL,37,38,39,40,41,42,43,44
ASBA,2,1
!FIFTH CUT OUT MADE
WPOFFS,-257,-130
WPOFFS,508,130
CSYS,4
K,,-30,0
K,,0,-65
K,,30,0
K,,0,65
L,65,66
L,66,67
L,67,68
L,68,65
LFILLT,45,46,10
LFILLT,46,47,10
LFILLT,47,48,10
LFILLT,48,45,10
AL,45,46,47,48,49,50,51,52
ASBA,3,1
!SIXTH CUT OUT MADE
WPOFFS,-508,-130
WPOFFS,626,105
CSYS,4
K,,-40,0
K,,0,-72.5
K,,40,0
K,,0,72.5
L,77,78
L,78,79
L,79,80
L,80,77
LFILLT,53,54,8
LFILLT,54,55,8
LFILLT,55,56,8
LFILLT,56,53,8
AL,53,54,55,56,57,58,59,60
ASBA,2,1
WPCSYS,-1,0
!TRIANGLE1
WPOFFS,0,0
K,,323,340
K,,443,340
K,,383,460
L,89,90
L,90,91
L,91,89
LFILLET,61,62,10
LFILLET,62,63,10
LFILLET,63,61,10
AL,61,62,63,64,65,66
ASBA,3,1
!TRIANGLE 2
K,,323,160
K,,443,160
K,,383,25
L,98,99
L,99,100
L,100,98
LFILLET,67,68,10
LFILLET,68,69,10
LFILLET,69,67,10
AL,67,68,69,70,71,72
ASBA,2,1
esize,5
amesh,all
/PLOPTS,DATE,0
/SOLU
SOLVE
/POST1
PLNSOL,S,EQV,2
/DEV,PSFN,NINC
/ui,copy,save,png,graph,color,reverse,portrait,no,100

You might also like