Difference between revisions of "Plate buckling"

From FEAP Wiki
Jump to navigation Jump to search
Line 11: Line 11:
</pre>
</pre>
Optionally one can use <code>ARPAck,,5</code> (if optionally built).
Optionally one can use <code>ARPAck,,5</code> (if optionally built).
As an example consider a cantilevered plate that is subjected to an in-plane compression, the buckling factor can be computed from the following input file.
With this course mesh the minimum eigenvalue is found to be 1.30888e+4.  Thus the buckling force is found to be 1e-3*0.1375*1.30888e+4 = 1.8 in the units of the input file.  The validity of the result can be checked using the Euler load <math> P_\mathrm{euler} = \frac{1}{4}\frac{\pi^2 E I}{12(1-\nu^2)L^2}</math>.
<pre>
</pre>

Revision as of 03:03, 25 May 2022

Eigenvalue methods for computing buckling loads

Plate and shell buckling loads are classically computed by solving the eigenvalue problem where is the shell's/plate's stiffness and is its geometric stiffness, dependent on the in-plane (membrane) "stresses", and is the proportional load factor.

To compute the buckling load in FEAP, one first solves for the membrane stresses and shell stiffness, then one forms the geometric stiffness, and finally one uses an eigensolver to determine the buckling load(s).

The basic MARCO commands are as follows:

TANGent,,1
GEOMetric
SUBSpace,,5

Optionally one can use ARPAck,,5 (if optionally built).

As an example consider a cantilevered plate that is subjected to an in-plane compression, the buckling factor can be computed from the following input file. With this course mesh the minimum eigenvalue is found to be 1.30888e+4. Thus the buckling force is found to be 1e-3*0.1375*1.30888e+4 = 1.8 in the units of the input file. The validity of the result can be checked using the Euler load .