Linear Bucklin Ng Analysis

Linear Bucklin Ng Analysis

-Linear Buckling Analysis - Linear BucklingAnalysis This chapter includes material written by Markus Kriesch andAndréWehr(Universität derBundeswehrMünchen)aswell as material from Matthias Goelke. Introduction he demand for automobiles with less fuel consumption and less emissions has increased since the year 2000 because of Trising commodity prices. However, the quest for light weight designs is (partly) counterbalanced by the additional weight related to passive and active safety systems and the steadily increasing comfort level for passengers. This creates a demand for intelligent lightweight concepts in many industries, not only in aerospace and automotive. Besides the lightweight design, the increasing usage of optimization software leads to thin-walled and slender components which tend to buckle under axial loading. Thin structures subject to compression loads that haven’t achieved the material strength limits can show a failure mode called buckling. Buckling is characterized by a sudden failure of a structural member subjected to high compressive stress, where the actual compressive stress at the point of failure is less than the ultimate compressive stresses that the material is capable of withstanding (may be helpful is the explanation on Wikipedia (if still alive) http://en.wikipedia.org/wiki/Buckling) In other words, once a critical load is reached, the slender component(forexampleabeamwhereitslengthismuchlargerthan its cross sectional area) draws aside instead of taking up additional load. Force versus displacements of a slender beam; from Ihlenburg: Skript Technische Mechanik 2.7 Knicken. HAW Hamburg – FB MP; 2012 1 - Linear Buckling Analysis - This failure can be analyzed using a technique well known as lineaar buckling analysis. The goal of this analysis is to determine the buckling load factor, λ, and the critical buckling load. In OptiStruct, if the load factor λ is > 1, the component is considered to be safe (i.e. the actual load can be multiplied by λ until buckling would occur). Elastic Buckling Euler buckling cases; K=effective buckling length factor; L=unsupported length of column (from Läppel e, Volker: Einfüh rung in die Festiigkeits le hre; Vieweg+Teubner Verlglag; 2011) In 1757 Leonhard Euler derived the following equation: 2 2 2 2 F crit = π Ε Ι / (K L) = π Ε Ι / s where F = maximum or critical force (vertical load on column) E =modldulus of eliilasticity; I =area moment of inertia (d(second moment of area) L = unsupported length of column K = column effective length factor, whose value depends on the conditions of the end support of the column, as follows: • For both ends pinned (hinged, free to rotate), K = 1.0 • For both ends fixed, K = 0.50 • For one end fixed and the other end pinned, K = 0.707 • For one end fixed and the other end free to move laterally, K = 2.0 KL = the effective buckling length of the column In other words, the critical force depends on: •Lengthofcolumn • Cross-section (second moment of surface area) • Material property (Young’s modulus, in case of elastic material) • Boundary condition (The boundary conditions determine the mode of bending and the distance between inflection points on the deflected column. The closer together the inflection points are, the higher the resulting capacity of the column.) The strength of acolumnmaytherefore be increased by distributing the material so as to increase the moment of inertia. This can be done without increasing the weight of the column by distributing the material as far from the principal axis of the cross section as possible, while keeping the material thick enough to prevent local buckling. This bears out the well-known fact that a tubular section is much more efficient than a solid section for column service. Note: Real constructions often contain imperfections, such as pre-deformations, due to which large displacements or failure may 2 -Linear Buckling Analysis - occur even if the loading is still below the ideally critical load. The linear buckling analysis in general overestimates the strength/ stability of the structure and leads to non-conservative results. Thhus, it shouldn’t be used as the only measure. However, the linear buckling analysis at least provides information about the expected deformation shapes.. Looking at Euler’s equation and dividing it by the area Adefines thhe critical stress at which buckling will occur: σ =F / A ≤ R krit crit e where R e is the elastic limit. σ = F / A = π2 E I / A s 2 = π2 E / λ2 ≤ R krit crit e with λ = s / √ (I / A) Linear Buckling Analysis With OptiStruct The problem of linear buckling in finite element analysis is solved by first applying a reference level of loading, F refto the structure. This is ideally a unit load, F, that is applied. The unit load and respective constraints, SPC, are referenced in the first load steps/ subcase. A standard linear static analysis is then carried out to obtain stresses which are needed to form the geometric stiffness matrix KG. The buckling loads are then calculated as part of the second loadsteps/subcase, by solving an eigenvalue problem: (K-λKG)x=0 Κ is the stiffness matrix of the structure and λ is the multiplier to the reference load. The solution of the eigenvalue problem generally yields n eigenvalues λ, (buckling load factor) where n is the number of degrees of freedom (in practice, only a subset of eigenvalues is usually calculated). The vector x is the eigenvector corresponding to the eigenvalue. The eigenvalue problem is solved using a matrix method called the Lanczos method. Not all eigenvalues are required. Only a small number of the lowest eigenvalues are normally calculated for buckling analysis. The lowest eigenvalue is associated with buckling. The critical or buckling load is: F=crit λcrit F ref In other words, λ crit =F c rit /F ref thus λ c <1buckling λ c >1 safe Note: The displacement results obtained with a buckling analysis depict the buckling mode shape. Any displacement values are meaningless. The same holds true for stress and strain results from a buckling analysis. Fr o m T h e o r y To P r a c t i c e : H o w To S e t U p A L i n e a r Buckling Analysis In order to run a linear buckling analysis, the following two steps are required: Step 1 3 load collectors and 2 loadsteps/subcases must be specified: • One Load collector for constraints (SPC = SinglePoint Constraints; no Card Image needed) • One Load collector for loads (ideally unit load); no Card Image needed • One load collector (with Card Image EIGRL) which defines the number of buckling modes to be determined (card image shown below) 3 - Linear Buckling Analysis - • ND = 1: This tells OptiStruct to extract the first buckling mode Step 2 Defining of 2 loadsteps; one for static and for buckling. The load collectors with the SPCs and the unit load define a static load subcase. Notice that the type is set to linear static: Then the buckling load step (which needs the results from the static loadstep) is defined: As before SPC references the load collector which contains the model constraints. STATSUB(BUCKLING) is referencing the static subcase/loadstep from before, and finally, METHOD references the load collector which bears the information about the number of eigen (buckling) modes to be extracted (i.e. load collector with Card Image EIGRL). Also notice that the type is now set to= linear buckling. Note: • STATSUB cannot refer to a subcase that uses inertia relief. • The buckling analysis will ignore zero-dimensional elements, MPC, RBE3, and CBUSH elements. These elements can be used in buckling analysis, but they do not contribute to the geometric stiffness matrix, K .G • By default, the contribution from the rigid elements to the geometric stiffness matrix is not included. Users have to add PARAM, KGRGD, YES to the bulk data section to include the ccontribution of rigid elements to the geometric stiffness matrix. • In addition, through the EXCLUDE subcase information entry, users may decide to omit the contribution of other elements to the geometric stiffness matrix, effectively allowing users to control which parts of the structure are analyzed for buckling. The excluded properties are only removed from the geometric stiffness matrix, resulting in a buckling analysis with elastic boundary conditions. This means that the excluded properties may still be showing movement in the buckling mode. 4 - Linear Buckling Analysis - Example: Linear Buckling Analysis Of A Beam Structure Step 1 Launch HyperMesh, select the OptiStruct User Profile and retrieve the file BAR_EULER _1.hm: Imported model “BAR_Euler_1.hm”. The 1D elements are displayed via 3D Element Representation, Model information: b = 10 mm h = 20 mm l = 1000 mm E = 210.000 N/mm2 , ν=0.3 (steel) Area moment of inertia = 1.666,667 mm4 Analytical critical buckling force Fcrit = 863,59 N (Euler case 1) The model is built on 1D elements (of type CBAR) with Property Card Image PBARL (in case you are interested to learn more about 1D elements, please see the corresponding chapter in this book). The material parameters correspond to steel. In order to better understand the model details, please review the Card Images of the property and material collector, respectively. Step 2 Create three load collectors. • SPC (Single Point Constraints; no Card Image) • Force (static unit load; no Card Image) • Buckling (with Card Image EIGRL) The load collectors can be easily created through right-click in the Model Browser window,andactivate the option Create > Load Collector. 340 - Linear Buckling Analysis - Then simply assign names and colors or your choice, respectively. Creation of load collectors SPC annd force (no Card image needed) Creation of the load collector named “buckling” with Card Image EIGRL Clicking “Create” will bring up the Card Editor for this load collector: Figure: Card Image EIGRL In the Card Image, activate ND and enter in a value of 1.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    16 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us