Discrete Model for Buckling Mode Shapes of a Clamped-Free Column

AI Thread Summary
The discussion focuses on deriving the buckling mode shape matrix for a clamped-free column using a discrete model. The buckling shape is defined by the equation v(x)=1-cos(n*pi/2*L) for odd integers n. To obtain a 3x3 matrix, participants suggest forming a stiffness matrix and solving the eigenvalue problem with given parameters L, E, and I. The conversation also addresses separating translation and rotation modes by performing a stress analysis and formulating the geometric stiffness matrix. The final step involves solving the eigensolution with both elastic and geometric stiffness matrices to determine buckling characteristics.
urocissa
Messages
6
Reaction score
0
the buckling shape for clamped-free column is v(x)=1-cos(n*pi/2*L), n=1,3,5 ...

how could i use the discrete model to get the buckling mode shape matrix?

for example 3x3 matrix

form a stiffness matrix and solve the eigenvalue problem?

L=1;E=1;I=1

l=L/3 % 3-element beam

k=(E*I/l^3)*[24 0 -12 6*l 0 0;
0 8*l^2 -6*l 2*l^2 0 0;
-12 -6*l 24 0 -12 6*l;
6*l 2*l^2 0 8*l^2 -6*l 2*l^2 ;
0 0 -12 -6*l 12 -6*l ;
0 0 6*l 2*l^2 -6*l 4*l^2]

[v,d]=eig(k)

v =
0.0524 0.1142 0.0947 0.3177 -0.7286 0.5860
-0.3090 -0.6433 -0.5420 0.4409 -0.0323 -0.0386
0.1941 0.2589 0.0603 0.5004 -0.3124 -0.7373
-0.5357 -0.1915 0.7575 0.2857 0.1437 -0.0133
0.3924 0.1830 -0.0086 0.6031 0.5834 0.3290
-0.6505 0.6602 -0.3460 0.0941 0.0970 0.0550
 
Engineering news on Phys.org
how to separate the translation mode and rotation mode?
 
First you do a stress analysis for a unit applied load (i.e. the axial load on the column).

Then you formulate the geometric stiffness (or stress stiffness) matrix Kg for the stress distribution.

Then you do an eigensolution with the elastic stiffness Ke and Kg:

det(Ke + b Kg) = 0

where b is the "buckling factor", i.e. the scale factor from your unit load to the buckling load.

A textbook on the FE method will tell you how to set up Kg. (I had a quick look on the web but I couldn't find anything online)

If one of the eigenvectors of Ke is the same shape as the buckling mode, that is just a coincidence.
 
thank you~
 
Posted June 2024 - 15 years after starting this class. I have learned a whole lot. To get to the short course on making your stock car, late model, hobby stock E-mod handle, look at the index below. Read all posts on Roll Center, Jacking effect and Why does car drive straight to the wall when I gas it? Also read You really have two race cars. This will cover 90% of problems you have. Simply put, the car pushes going in and is loose coming out. You do not have enuff downforce on the right...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...

Similar threads

Back
Top