TP 9 - Buckling
TP 9 - Buckling
It is recommended that you complete the NonLinear Tutorial prior to beginning this
tutorial
Buckling loads are critical loads where certain types of structures become unstable.
Each load has an associated buckled mode shape; this is the shape that the structure
assumes in a buckled condition. There are two primary means to perform a buckling
analysis:
1. Eigenvalue
2. Nonlinear
/PREP7
3. Define Keypoints
Preprocessor > Modeling > Create > Keypoints > In Active CS ...
K,#,X,Y
Preprocessor > Modeling > Create > Lines > Lines > In Active Coord
L,1,2
For this problem we will use the BEAM3 (Beam 2D elastic) element.
This element has 3 degrees of freedom (translation along the X and Y
axes, and rotation about the Z axis).
Preprocessor > Material Props > Material Models > Structural > Linear
> Elastic > Isotropic
Preprocessor > Meshing > Size Cntrls > ManualSize > Lines > All
Lines...
Preprocessor > Meshing > Mesh > Lines > click 'Pick All'
LMESH,ALL
1. Define Analysis Type
o You must first ensure that you are looking at the unabridged solution
menu so that you can select Analysis Options in the Analysis Type
submenu. The last option in the solution menu will either be
'Unabridged menu' (which means you are currently looking at the
abridged version) or 'Abriged Menu' (which means you are looking at
the unabridged menu). If you are looking at the abridged menu, select
the unabridged version.
o Select Solution > Analysis Type > Analysis Options
o In the following window, change the [SSTIF][PSTRES] item to
'Prestress ON', which ensures the stress stiffness matrix is calculated.
This is required in eigenvalue buckling analysis.
3. Apply Constraints
Solution > Define Loads > Apply > Structural > Displacement > On
Keypoints
4. Apply Loads
Solution > Define Loads > Apply > Structural > Force/Moment > On
Keypoints
The applied loads and constraints should now appear as shown in the figure
below.
Close the solution menu and click FINISH at the bottom of the Main
Menu.
FINISH
Normally at this point you enter the postprocessing phase. However, with a
buckling analysis you must re-enter the solution phase and specify the
buckling analysis. Be sure to close the solution menu and re-enter it or the
buckling analysis may not function properly.
Solution > Analysis Type > New Analysis > Eigen Buckling
ANTYPE,1
Close the solution menu and click FINISH at the bottom of the Main
Menu.
FINISH
Again it is necessary to exit and re-enter the solution phase. This time,
however, is for an expansion pass. An expansion pass is necessary if you want
to review the buckled mode shape(s).
/PREP7
3. Create Keypoints
4. Define Lines
Preprocessor > Modeling > Create > Lines > Lines > Straight Line
Create a line between Keypoint 1 and Keypoint 2.
L,1,2
For this problem we will use the BEAM3 (Beam 2D elastic) element.
This element has 3 degrees of freedom (translation along the X and Y
axis's, and rotation about the Z axis). With only 3 degrees of freedom,
the BEAM3 element can only be used in 2D analysis.
Preprocessor > Material Props > Material Models > Structural > Linear
> Elastic > Isotropic
Preprocessor > Meshing > Size Cntrls > Lines > All Lines...
Preprocessor > Meshing > Mesh > Lines > click 'Pick All'
LMESH,ALL
Ensure the following selections are made under the 'Basic' tab (as
shown above)
Ensure the following selection is made under the 'Nonlinear' tab (as
shown below)
G. Ensure Line Search is 'On'. This option is used to help the
Newton-Raphson solver converge.
H. Ensure Maximum Number of Iterations is set to 1000
NOTE
There are several options which have not been changed from their
default values. For more information about these commands, type help
followed by the command into the command line.
3. Apply Constraints
Solution > Define Loads > Apply > Structural > Displacement > On
Keypoints
4. Apply Loads
Solution > Define Loads > Apply > Structural > Force/Moment > On
Keypoints
The model should now look like the window shown below.
5. Solve the System
o General Postproc > Plot Results > Deformed Shape... > Def +
undeformed
PLDISP,1
o View the deflection contour plot
General Postproc > Plot Results > Contour Plot > Nodal Solu...
> DOF solution, UY
PLNSOL,U,Y,0,1
1. Define Variables
o Select: Main Menu > TimeHist Postpro. The following window
should open automatically.
o Click the add button in the upper left corner of the window to add
a variable.
o Double-click Nodal Solution > DOF Solution > Y-Component of
displacement (as shown below) and click OK. Pick the uppermost
node on the beam and click OK in the 'Node for Data' window.
o To add another variable, click the add button again. This time select
Reaction Forces > Structural Forces > Y-Component of Force.
Pick the lowermost node on the beam and click OK.
o On the Time History Variable window, click the circle in the 'X-Axis'
column for FY_3. This will make the reaction force the x-variable. The
Time History Variables window should now look like this:
The above example was solved using a mixture of the Graphical User Interface (or
GUI) and the command language interface of ANSYS. This problem has also been
solved using the ANSYS command language interface that you may want to browse.
Open the .HTML version, copy and paste the code into Notepad or a similar text
editor and save it to your computer. Now go to 'File > Read input from...' and select
the file. A .PDF version is also available for printing.