koenigsegg
Mechanical
- Apr 25, 2007
- 19
Hi all,
I'm currently having some troubles analising a thin walled conical conduct subjected to the atmospheric pressure on the outside (vacuum inside). The problem is that no matter what I do I can't find the buckling load (or mode) with a non-linear analysis: the structure simply deforms like there was no imperfections and never buckles.
If anyone could help me I'd appreciated.
Thanks in advance.
Here is the code that I used to perform the analysis:
/SOLU ! Enter the solution mode
ANTYPE,STATIC
PSTRES,ON
!boundary conditions
SFA,ALL,1,PRES,-0.1, !Apply atmospheric pressure
LSEL,S,LOC,z,0
DL,ALL,,UX,0
DL,ALL,,UY,0
DL,ALL,,UZ,0
LSEL,S,LOC,z,900
DL,ALL,,UX,0
DL,ALL,,UY,0
lsel,all
asel,all
nsel,all
SOLVE
FINISH
!************************Eigenvalue buckling analysis ***************************
/SOLU ! Enter the solution mode again to solve buckling
ANTYPE,BUCKLE ! Buckling analysis
BUCOPT,LANB,6
SOLVE
FINISH
/SOLU ! Re-enter solution mode to expand info - necessary
EXPASS,ON ! An expantion pass will be performed
MXPAND,6 ! Specifies the number of modes to expand
SOLVE
FINISH
/POST1 ! Enter post-processor
SET,LIST
SET,FIRST ! Read in data for the desired mode
PLDISP ! Plots the deflected shape
!****************************Nonlinear buckling analysis *************************
*GET,MYLOADF,ACTIVE,,SET,FREQ
/PREP7
/INQUIRE,MYJOBNAME,JOBNAME
UPGEOM,0.005,1,1,%MYJOBNAME(1)%,RST
!F,1254,FX,1
/SOLU
ANTYPE,STATIC
NLGEOM,ON
TIME,MYLOADF*1.1
NSUBST,20,1E5,20
OUTRES,ALL,ALL
LNSRCH,ON
SFSCALE,ALL,1.1*MYLOADF
/SOLU
SOLVE
I'm currently having some troubles analising a thin walled conical conduct subjected to the atmospheric pressure on the outside (vacuum inside). The problem is that no matter what I do I can't find the buckling load (or mode) with a non-linear analysis: the structure simply deforms like there was no imperfections and never buckles.
If anyone could help me I'd appreciated.
Thanks in advance.
Here is the code that I used to perform the analysis:
/SOLU ! Enter the solution mode
ANTYPE,STATIC
PSTRES,ON
!boundary conditions
SFA,ALL,1,PRES,-0.1, !Apply atmospheric pressure
LSEL,S,LOC,z,0
DL,ALL,,UX,0
DL,ALL,,UY,0
DL,ALL,,UZ,0
LSEL,S,LOC,z,900
DL,ALL,,UX,0
DL,ALL,,UY,0
lsel,all
asel,all
nsel,all
SOLVE
FINISH
!************************Eigenvalue buckling analysis ***************************
/SOLU ! Enter the solution mode again to solve buckling
ANTYPE,BUCKLE ! Buckling analysis
BUCOPT,LANB,6
SOLVE
FINISH
/SOLU ! Re-enter solution mode to expand info - necessary
EXPASS,ON ! An expantion pass will be performed
MXPAND,6 ! Specifies the number of modes to expand
SOLVE
FINISH
/POST1 ! Enter post-processor
SET,LIST
SET,FIRST ! Read in data for the desired mode
PLDISP ! Plots the deflected shape
!****************************Nonlinear buckling analysis *************************
*GET,MYLOADF,ACTIVE,,SET,FREQ
/PREP7
/INQUIRE,MYJOBNAME,JOBNAME
UPGEOM,0.005,1,1,%MYJOBNAME(1)%,RST
!F,1254,FX,1
/SOLU
ANTYPE,STATIC
NLGEOM,ON
TIME,MYLOADF*1.1
NSUBST,20,1E5,20
OUTRES,ALL,ALL
LNSRCH,ON
SFSCALE,ALL,1.1*MYLOADF
/SOLU
SOLVE