Simple Matlab Program to calculate Euler Buckling Load using Finite Element Method

Versione 1.0.0.0 (1,63 KB) da Mahendra
This program determine the Euler buckling loads for simply supported column
670 download
Aggiornato 9 feb 2016

Visualizza la licenza

EI d^2 y/ dx^2 +Py =0, y(0)=0, y(L)=0.
A weak form using weighing function w(x) such that w(0)=0, w(L)=0. w(x) is piece wise linear interpolation function.
Writing the weak form, we get
-int 0 to L dw/dx dy/dx dx + lamda int 0 to L w(x) y(x) dx =0
Using the linear shape functions as shown below:
w(x) = N1(x) w1+ N2(x) w2,
y(x)= N1(x) y1_+ N2(x) y2.
we get
kdet= k0*P/(E*I)-k1;
We find the values of P such that the det(kdet) goes to zero.

Cita come

Mahendra (2026). Simple Matlab Program to calculate Euler Buckling Load using Finite Element Method (https://it.mathworks.com/matlabcentral/fileexchange/55313-simple-matlab-program-to-calculate-euler-buckling-load-using-finite-element-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Partial Differential Equation Toolbox in Help Center e MATLAB Answers
Tag Aggiungi tag
sc up
Versione Pubblicato Note della release
1.0.0.0