Orangeman
Civil/Environmental
- Nov 20, 2014
- 5
Hello friends,
I am using ANSYS for the first time, I need to model a a thin-walled circular tube to analyze the buckling of it based on different boundaries conditions. At the moment, below is what I written. When I try to run it, ANSYS shuts down right after the command line-solve.
Thanks
c*** -----------------------------------------------
/PREP7
ANTYPE,STATIC ! STATIC ANALYSIS
PSTRES,ON ! CALCULATE PRESTRESS EFFECTS
nlgeom,on
et,1,shell181
mp,ex,1,20e6
mp,prxy,1,0.33
r,1,1
c*** -------------------------------
k,1,0
k,2,,80
k,3,12
k,4,12,80
l,3,4
arotat,1,,,,,,1,2
eshape,2
esize,1
amesh,all
/solu
nsel,s,loc,y
d,all,all
sfl,8,pres,1
sfl,6,pres,1
sfl,12,pres,1
sfl,10,pres,1
C*** ! controls solution printout
C*** ! print nodal dof solution
OUTPR,,1
solve
finish
/solu
ANTYPE,BUCKLE ! BUCKLING ANALYSIS
BUCOPT,LANB,1 ! USE BLOCK LANCZOS EIGENVALUE EXTRACTION METHOD, EXTRACT 1 MODE
MXPAND,1 ! EXPAND 1 MODE SHAPE
solve
*get,fcr,mode,1,freq
Finish
I am using ANSYS for the first time, I need to model a a thin-walled circular tube to analyze the buckling of it based on different boundaries conditions. At the moment, below is what I written. When I try to run it, ANSYS shuts down right after the command line-solve.
Thanks
c*** -----------------------------------------------
/PREP7
ANTYPE,STATIC ! STATIC ANALYSIS
PSTRES,ON ! CALCULATE PRESTRESS EFFECTS
nlgeom,on
et,1,shell181
mp,ex,1,20e6
mp,prxy,1,0.33
r,1,1
c*** -------------------------------
k,1,0
k,2,,80
k,3,12
k,4,12,80
l,3,4
arotat,1,,,,,,1,2
eshape,2
esize,1
amesh,all
/solu
nsel,s,loc,y
d,all,all
sfl,8,pres,1
sfl,6,pres,1
sfl,12,pres,1
sfl,10,pres,1
C*** ! controls solution printout
C*** ! print nodal dof solution
OUTPR,,1
solve
finish
/solu
ANTYPE,BUCKLE ! BUCKLING ANALYSIS
BUCOPT,LANB,1 ! USE BLOCK LANCZOS EIGENVALUE EXTRACTION METHOD, EXTRACT 1 MODE
MXPAND,1 ! EXPAND 1 MODE SHAPE
solve
*get,fcr,mode,1,freq
Finish