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

In summary, to find the buckling mode shape matrix for a clamped-free column, one can use a discrete model by forming a stiffness matrix and solving the eigenvalue problem. This can be done by first performing a stress analysis for a unit applied load and then formulating the geometric stiffness matrix. The eigensolution is then done with the elastic stiffness and geometric stiffness matrices. A textbook on the finite element method can provide more information on setting up the geometric stiffness matrix. It should be noted that if one of the eigenvectors of the elastic stiffness matrix happens to be the same shape as the buckling mode, it is simply a coincidence.
  • #1
urocissa
6
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
  • #2
how to separate the translation mode and rotation mode?
 
  • #3
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.
 
  • #4
thank you~
 

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

1. What is a buckling mode shape matrix?

A buckling mode shape matrix is a mathematical representation of the deformed shape of a structure under a compressive load. It is used to analyze and predict the behavior of structures subject to buckling, which is when a structure fails due to the sudden loss of stability under compression.

2. How is a buckling mode shape matrix calculated?

A buckling mode shape matrix is calculated using the finite element method, which involves breaking down a complex structure into smaller, simpler elements. The matrix is then solved using equations that take into account the material properties, geometry, and loading conditions of the structure.

3. What information does a buckling mode shape matrix provide?

A buckling mode shape matrix provides information about the shape and magnitude of the deflection or deformation of a structure under a compressive load. It also indicates the critical load at which buckling will occur and the corresponding mode of deformation.

4. How is a buckling mode shape matrix used in structural engineering?

A buckling mode shape matrix is used in structural engineering to assess the stability of structures and predict their behavior under different loading conditions. It helps engineers design structures that can withstand compressive loads without buckling, ensuring their safety and reliability.

5. Can a buckling mode shape matrix be used for all types of structures?

Yes, a buckling mode shape matrix can be used for all types of structures, including beams, columns, frames, and shells. It is a versatile tool in structural engineering and can be applied to various materials such as steel, concrete, and wood.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
9K
Back
Top