10. Applications of 1-D Hermite elements

Size: px
Start display at page:

Download "10. Applications of 1-D Hermite elements"

Transcription

1 10. Applications of 1-D Hermite elements Introduction General case fourth-order beam equation Integral form Element Arrays C1 Element models Classic beams Structural symmetry The Rayleigh quotient Multiple span beams BOEF without axial load BOEF with axial load BOEF with axial load and end transverse force Summary Exercises Applications of 1-D Hermite elements 10.1 Introduction: Most one-dimensional applications of Hermite polynomials involve ODEs of even degree four and higher because their equivalent integral forms require the interelement continuity of at least the first derivative of the solution. A vast number of fourth-order ODEs for beam and frame (the bending extension of trusses) studies have been published. Since those structural elements are very common, many solutions of the fourth-order ODEs, with several different boundary conditions and/or various source (loading) terms are available in engineering handbooks. To introduce the engineering terminology, a beam is a one-dimensional structure intended to support loads (forces and moments) perpendicular to its axis. In other works, axial effects are not considered in a beam. A beam-column is a beam that is also subjected to axial displacements and forces (like those in Chapter 8). A frame is a structural system formed by connecting beam-columns in a non-collinear manner. Hermite interpolation can also be applied to lower order ODEs if and only if the coefficients and sources (material properties and loads) are constant or smoothly varying over the entire domain. Those applications can improve the accuracy of the result when using a small number of degrees of freedom. Also, some nonessential boundary conditions (NBC) can be exactly satisfied in the system matrices resulting from a Hermite interpolation model. That contrasts with C 0 interpolations where the NBC are only satisfied in a weak sense. All of the prior examples in Chapter 8 were based on the Galerkin method of weighted residuals. For completeness, the same ODE in Ex solved by the Galerkin method will be solved now by the Least Squares method of weighted residuals which is quite different. The least squares approach always yields a symmetric set of matrix equations (which is desirable), but it 1

2 also requires a higher level if interpolation continuity (which is difficult in higher dimensional physical spaces). Example * Given: Using the classic least squares method of weighted residuals, formulate the approximation of the ODE: d 2 u dx 2 + cx = 0, x =]0, L[ Then set c = L = 1 and apply the boundary conditions that u*(0)=0 and du*(l)/dx=0 and compare the result to the cubic exact solution u (x) = cl 2 x 2 c x 3 6. Solution: To employ classic least squares it is necessary to first define the residual error in terms of the unknown solution, u e. Approximate u (x) u(x) = H(x)u e and assume a linear geometry mapping of x(r) = x 1 + rl e so the Jacobian is constant. Then the residual error is R e (x) = d2 H(x) dx 2 u e + cx 0 The least squares weighting is defined as w k (x) = Re (x) e = d2 H k (x) u k dx 2, and w(x) T = d2 H T (x) dx 2 Then the weighted residual null vector is 0 L L I = w(x) T R e (x)dx = 0 = d2 H T (x) dx 2 ( d2 H(x) dx 2 u e + cx) dx 0 The highest derivative in this integral is two. To eventually replace the integral as one of an assembly of elements, calculus requires that the solution across element interfaces must be continuous to one derivative less. In other words, the interpolations for thus approach must have C 1 continuity between elements. That means the function and its slope must be continuous. Such interpolations are members of the Hermite polynomial family and the have u(x) and du(x) dx θ(x) as the nodal degrees of freedom (n g = 2). The element matrix system becomes L e [ d2 H T (x) d 2 L H (x) e dx 2 dx 2 L e dr] u e + { d2 H T (x) dx 2 cx L e dr} = {0} 0 The simplest element in that family is the two-node Hermite line element with two DOF per node. Thus, the element includes n n n g = n i = 2 2 = 4 independent DOFs. They define a cubic polynomial in one-dimensional space. The resulting interpolations were given previously in the Summary of Chapter 2 and are listed in the library function Hermite_1D_C1_library.m and are: u(x) = [(1 3r 2 + 2r 3 ) (r 2r 2 + r 3 )L e (3r 2 2r 3 ) (r 3 r 2 )L e ] { Therefore, the second derivative with respect to x is d 2 u dx 2 = d2 u dr 2 dr 2 dr 2 = d2 u 1 dr 2 (L e ) 2 = 1 d 2 H (r) (L e ) 2 dr 2 0 u 1 θ 1 u } 2 θ 2 e = H(x)u e 2

3 d 2 u dx 2 = 1 (L e ) 2 [( r) ( 4 + 6r)Le (6 12r) (6r 2)L e θ ] { 1 u } 2 θ 2 Therefore, substituting d 2 H (x) dx 2 into the above two integrals yields the governing matrix system, before enforcing the essential conditions as: 12 6L e 12 6L e u L e 3 [ 6L e 4L e 2 6L e 12 θ 12 6L e 12 6L e ] { 1 x u } = { 1 } 2 1 6L e 2L e 2 6L e 4L e 2 θ 2 L e (L e x 1 + 1) Note here that the quantities (du(0) dx θ 1 and du(l) dx θ 2 ) that are usually defined as the nonessential boundary conditions appear as nodal DOFs in the Hermite form and can be specifically enforced. That is because Hermite interpolation requires that the source (here cx) not be discontinuous, yet the Galerkin assumption does not have that restriction. Here the essential boundary condition u 1 = 0 = u(0) and the nonessential boundary condition of du(l) dx θ 2 = 0 can also be specified. Multiply columns 1 and 4 by their known values (an EBC and a NBC) and carry those known values to the right hand size. Then, only two independent equations remain in the second and third rows (the left slope and right solution value): 1 L e 3 [ 4Le2 6L e 6L e 4L e 2 ] {θ 1 } = { x 1 } u 1 u 2 1 L e 3 { 6Le 12 } θ 2 L e 3 { 12 6L e} = {x 1 } 1 Inverting gives the solution: { θ 1 } = Le u 2 6 { 3(Le + 2x 1 ) L e (2L e + 3x 1 ) } These nodal solution values are again analytically exact. For the numerical values of x 1 = 0 and L e = 1. { θ 1 u 2 } = 1 6 {3 2 } In this case the solution is exact everywhere because the cubic exact solution is included in the cubic interpolation. Example Given: Repeat Ex using the Galerkin method and the same Hermite element. Solution: From Ex. 8.x-x, the element matrices are 10.2 General case fourth-order beam equation: Figure shows the transverse displacement, v(x), of a beam on an elastic foundation. The beam is connected to a continuous series of foundation springs, of stiffness k per unit length. The other end of the foundation spring has a known displacement, v f, which is almost always zero. The differential equation of transverse equilibrium of a beam, of flexural stiffness EI, resting on a foundation, with a transverse load per unit length of w(x), subjected to a tensile axial load N is: u 1 e or d 2 [EI(x) d2 v dx 2 dx 2] d dv [N(x) ] + k(x)[v v dx dx ] f(x) = 0 3

4 d 2 [EI(x) d2 v dx 2 dx 2] N(x) d2 v dn(x) dv + k(x)[v v dx 2 dx dx ] f(x) = 0. (10.2-1) where v(x) is the transverse displacement of the beam. When the foundation effect is present the structure is usually called a beam on an elastic foundation, which is abbreviated as BOEF. The beam equation is a fourth-order ordinary differential equation. Therefore, it will generally need four boundary conditions. Figure A beam-column on an elastic foundation Each beam has a cross-section with two principle axes associated with the second-moments of inertia, I zz and I yy. For the coordinate system shown above the principle inertia is the former: I I zz = y 2 da. Its defining axis is the z-axis coming out of the paper and lies in the A horizontal plane. Conversely, the minor inertia y-axis lies in the vertical plane of the paper. Any changes in the two inertia axis directions becomes important if the beam is part of a space frame member located in general three-dimensional space, and they are discussed later. The distributed load per unit length can include point transverse shear loads, V, by using the Dirac Delta distribution. Likewise, employing a doublet distribution in defining f(x) allows for the inclusion of point couples, or moments, M. Related physical quantities are the slope (angle of rotation 1), θ(x) = v (x), the bending moment, M(x) = EIv (x), and the transverse shear force, V(x) = EIv (x). Engineers designing beams are usually interested in the last two quantities since they define the stress levels and the material failure criteria. That means that a model used in designing a beam should have accurate third derivatives, or a fine mesh. The sign conventions are that the position, x, is positive to the right, the deflection, v, point forces, P, and the line load, w, are positive in the y-direction (upward), and the slopes and moments are positive in the counter-clockwise direction. The axial force, N(x), is positive when it is in tension, which stabilizes the system, and negative when in compression, which de-stabilizes the system. Those two cases are typically called a tensioned-beam and a beam-column, respectively. When the axial force is in tension the solution to the homogeneous equation tends to smoothly decay away from the supports. Conversely, when the axial force is in compression the solution to the homogeneous solution oscillates and decays very slowly. Frequently, the axial force of interest is an unknown global constant to be computed. Then the model ODE becomes an eigen-problem to determine the axial force that causes buckling. Eigen-problems, including the buckling of beams are covered later in Chapter 12. The rate of change in the axial force, dn(x) dx, is usually small, especially over the length of a single element. Therefore, it could be neglected in some cases. However, if the axial force is a given function of x, then the gradient of N(x) needs to be retained in the approximate solution. As seen below, the retention of the dn(x) dx contribution leads to a non-symmetric set of system matrix equations. 4

5 In common drilling applications, or in structural piles, the x-axis may be along or near vertical. Then, the member weight per unit length, say w, must be included. Let β be the angle between the x-axis and the downward vertical direction. Then the rate of change of the axial force becomes dn dx = w cos β (10.2-2) Since the foundation springs are restrained by the displacement v at their end not connected to the beam, there can be no rigid body motion of the beam. In other words, the assembled equations should never be singular and it is acceptable to just have nonessential boundary conditions applied to the beam. A simple Winkler foundation model like this one can push or pull on the beam as needed and no gaps can occur. If a foundation is not present, then enough essential boundary conditions must be supplied to prevent rotation about the z-axis and to prevent translation in the y-direction. The exact solution of the homogeneous (f = 0) general form of (10.2-1) is given in terms of hyperbolic sines and cosines. Based on Tong s Theorem, exact solutions at the nodes are obtained if such functions are used in a finite element model. Advanced elements of that type have been applied with excellent results. Only when there is no foundation support (k = 0) and no axial force (N = 0) will the simplified homogeneous solution of d 2 [EI d2 v dx 2 dx2] f(x) = 0 (10.2-3) be a cubic polynomial. All of the Hermite polynomials include at least the cubic. Therefore, a finite element model of (10.2-3) using a Hermite interpolation will always give exact values of v(x) at the nodes in the mesh, even if it is only approximate at other points in the element. When the model differential equation represents a beam then the following quantities are considered in engineering studies: EI v (x) = f(x) load per unit length, Differential equation EI v (x) = V(x) transverse shear force, Nonessential boundary condition EI v (x) = M(x) bending moment, Nonessential boundary condition v (x) = θ(x) slope, Essential boundary condition v(x) deflection, Essential boundary condition. There are six exact solution cases for the homogeneous portion of (10.2-1) that depend on the relative magnitudes of the coefficients EI, N, and k. Those solutions depend of the eigenvalue solution of the homogeneous equation and will not be considered in general in this section (eigen-problems are covered in Chapter 12). Of course, a numerical solution of that equation is also dependent on the relative values of those coefficients, but automatically finds the best approximate solution Integral form: To apply the Galerkin weak form the governing ODE is multiplied by v(x) and the integral over the length of the beam is set to zero. The highest (4-th) derivative term is always present, and needs to be integrated twice by parts to reduce the inter-element continuity requirement. That integral becomes L 0 I E = v d2 dx 2 (E(x)I(x) d2 v dx2) dx (10.3-1) 5

6 I E = [v d (E(x)I(x) d2 L v dx dx 2)] dv [ (E(x)I(x) d2 L v 0 dx dx 2)] 0 L 0 dx 2 + d 2 v (E(x)I(x) d2 v dx2) dx (10.3-2) The integration by parts brings the two possible nonessential boundary conditions, or reactions, into the integral form. Those terms are the transverse shear force, d(ei d 2 v dx 2 ) dx, and the moment, EI d 2 v dx 2. The first NBC term is the product of the displacement and the transverse shear force at the end points, while the second term is the product of the slope (angle) and the point moment at a the end points. Both of those products are definitions of mechanical work. Thus, the contributions from the fourth derivative term in the ODEs of (10.2-1) or (10.2-2), for N = 0, are I E = [v V(x)] L 0 [ dv M(x)] L + L d2v (E(x)I(x) d2 v dx 0 0 dx 2 dx2) dx. The second integral term from the axial force originally is non-symmetric because it also has unbalanced derivative orders. Creating a symmetric form requires integration by parts: L I N = v 0 ( N(x) d2 v dv dx2) dx = [v ( N(x) )] dx 0 L + dv L 0 dv N dx dx dx (10.3-3) For small deflections, the slope is approximately equal to its tangent. Thus, the boundary term N dv dx N y is the transverse (y-) component of the axial force in the deformed beam. The final integral form contains second derivatives (d 2 v dx 2 ) as its highest derivative term. The presence of second derivatives in the integral form means that calculus requires the elements to have inter-element continuity of the deflection and the slope, v(x) and θ(x) = v (x). Such elements are said to have an inter-element continuity of C 1. Therefore, each shared beam node must have two degrees of freedom (dof), at least. The Galerkin models for the other terms in (10.2-1) were covered in Chapter 8 and are now appended to give the complete governing Galerkin integral form of the beam-column equilibrium equation: I = [v { d (E(x)I(x) d2 v dv dx dx2) N(x) }] L dv dx [ (E(x)I(x) d2 L v 0 dx dx 2)] 0 L 0 dx 2 + d2 v (E(x)I(x) d2 v dx 2) dx + dv L dv N 0 dx dx L 0 dx dn dv dx dx dx L + vkv dx 0 L v 0 v dx L 0 vf dx = 0 (10.3-4) The first nonessential boundary condition states that when N 0 the consistent definition of the transverse shear force is V(x) = {d(ei(x) d 2 v dx 2 )/dx N(x) dv dx} V E V N. (10.3-5) Equation (10.3-4) must be satisfied along with any essential boundary conditions. The finite element model now has at least two degrees of freedom per node (n g = 2). At node number k (local or system) they will be denoted as v k and θ k. Likewise the element degrees 6

7 of freedom are locally numbered sequentially over the n n number of nodes per element to create a total of n i = n g n n independent degrees of freedom per element: δ et = [v 1 θ 1 v 2 θ 2 θ nn ] (10.3-6) Likewise, the point sources at any node are a transverse shear force, V k, and/or a point moment (couple), M k. The possible point load vector for an element is c P et = [V 1 M 1 V 2 M 2 M nn ] (10.3-7) It would typically be a mixture of reaction terms from the EBC and externally applied point sources (most of which are identically zero. The element generalized displacements are a subset of the n m system unknowns, δ e e δ: δ T = [v 1 θ 1 v 2 θ 2 v 3 θ 3 θ nm ] which correspond to a total of n d = n g n m independent equations in the system (before EBC) Element Arrays: As before, substituting the Hermite interpolation function for the beam s transverse deflection and slope: v(x) = H e (x) δ e and v (x) = dv dx = θ(x) = dh e dx δ e leads to the definitions of the element matrices. Expressed in matrix notation the equilibrium equation in (10.3-3) becomes: I = δ T c NBC + δ T S E δ + δ T S N δ + δ T S k δ δ T S w δ δ T c δ T c f = 0. This leads to the matrix system: [S E + S N + S w + S k ]δ = c NBC + c P + c + c f (10.4-1) which is assembled from the corresponding element matrices of: S E e = d2 T H(x) dx E e L e 2 I e d2 H(x) dx 2 dx, S E e B e (x) T L e EI e B e (x)dx, T N L e B e (x) d2 H(x), S dx 2 N e = dh(x) dx S e w = H(x) T dn e L dx e dh(x) dx, dx dh(x) dx, S dx k e = H(x) T k e H(x) dx, L e c e f = H(x) T f e (x) dx, c e L e = H(x) T e v L e dx (10.4-2) The new matrix, S N e, which is dependent on the axial force stress, and thus the axial stress, is usually called a geometric stiffness matrix in the finite element literature. The bending stiffness matrix is S E e, the foundation stiffness matrix is S k e, while the axial force gradient matrix has no common name. Referring to (10.3-5), the first row of the reaction/natural boundary condition vector, c NBC, contains the transverse shear {V E (0) V N (0)}, the second row contains the point bending 7

8 moment { M(0)}, the next-to-last row contains the transverse shear force { V E (L) + V N (L)}, and the last row contains the end point bending moment {M(L)}. Any distributed transverse load per unit length is usually defined by the value of that load input at the element nodes and approximated with a Lagrangian interpolation function. Assume that f e (x) = h w (x) f e. Then the resultant element load vector changes into an alternate rectangular integral: c e f = H(x) T h w (x) f e dx = [ H(x) T h w (x) dx] f e R e f e L e L e R e H(x) T h w (x) dx (10.4-3) L e n i n n = (n i 1)(1 n n ) Temperature changes along the length of the beam do not affect the transverse deflections or generalized forces. However, a temperature change, T, through the thickness, t e, from top to bottom does affect them. It is possible to include those thermal effects in a beam model. Thermal bending is not common, but the result of including it gives another load vector acting on the element: c α e = B e T L e EI e (x) α e T(x) e t(x) dx = αe T e EI e t e B e T L e (x) dx (10.4-4) where α e is the coefficient of thermal expansion of the material. The foundation stiffness matrix, S k e, has the form previously called a generalized mass matrix. If this model is later extended to be time dependent, then the literal mass matrix will be required. In this case it is m e = H(x) T ρ e A e H(x) dx (10.4-5) L e where ρ e is the mass density of the material, and A e is the cross-sectional area of the beam. Of course, the volume of the beam is A e L e and its total scalar mass is m e = ρ e A e L e C 1 Element models: The Summary of Chapter 2 gives the cubic (two-noded) and quintic (three-noded) Hermite C 1 line interpolations. The C 2 quintic (two-noded) interpolations are also given there. The cubic beam model is by far the most widely used beam element. However, being a cubic polynomial its third derivative (shear force) is constant along the length of the element. That requires a large number of elements to generate a reasonable estimate of the transverse shear force which is a key parameter in actual beam design. Therefore, it is recommended that a quintic (5-th degree) polynomial model be used since its quadratic third derivative will give the exact shear force in the vast majority of applications of beams. The element matrices for both of those C 1 Hermite interpolations are summarized here. If single two-node cubic C 1 beam element is in equilibrium then its matrix system is EI e [ L L 12 6L v 1 6L 4L 2 6L 2L 2 θ ] { L 12 6L v } + 2 6L 2L 2 6L 4L 2 θ 2 N e [ 30 L 36 3L 36 3L v 1 3L 4L 2 3L L 2 θ ] { L 36 3L v } 2 3L L 2 3L 4L 2 θ 2 8

9 dn dx 1 [ 60 = { 30 6L 30 6L 6L L 6L 30 L 2 ] { 6L 6L L 2 6L 0 V 1 M 1 } + V 2 M 2 L 60 [ v 1 θ 1 v } + 2 θ L 2L ] { f 1 } + v 9 21 f 2 2L 3L e L { 12 k e L 420 [ L 54 13L v 1 22L 4L 2 13L 3L 2 θ ] { L L v } 2 13L 3L 2 22L 4L 2 θ 2 6 L } + αe T e EI e 6 L t e { 0 1 } (10.5-1) 0 1 The rectangular load transfer matrix in the above equation is (10.4-2) with a scalar interpolation for a linear variation of the load per unit length between the two nodes. The four square matrices would be combined into a single square symmetric stiffness matrix. Note that an axial compression force (N e < 0) reduces the stiffness, and the extra support from a foundation increases the overall stiffness. Also, note that a temperature change through the thickness of the beam only causes only bending effects, not the transverse shear. If the recommended three-node quintic C 1 beam element is in equilibrium then its matrix system is dn dx EI 35L 3 + N 630 L + 1 1,260 k L 13,860 5,092 1,138L 3,584 1,138L 332L 2 896L 3, L 7,168 1,920L 320L 2 0 1, L 3,584 [ 242L 38L 2 896L 1,920L 1, L 320L 2 242L 38L 2 0 3, L 1,280L 2 1,920L 320L 2 1,920L 5,092 1,138L 320L 2 1,138L 332L 2 ] { 1, L 1, L L v 1 39 L 28 L 2 48 L 8 L 2 9L 5 L 2 θ 1 1, L 3, , L v L 8 L L L 8 L 2 θ L 1, L 1, L v 3 [ 9 L 5 L 2 48 L 8 L 2 39 L 28 L 2 ] { θ 3 } L L L v 1 46 L 0 32 L 8 L 2 14 L L 2 θ L L L v L 8 L L L 8 L 2 θ L L L v 3 [ 14 L L 2 32 L 8 L 2 46 L 0 ] { θ 3 } v 1 θ 1 v 2 θ 2 v 3 θ 3 } 2, L L L v L 8 L 2 88 L 12 L 2 29 L 3 L 2 θ L 5, L v L 12 L L L 12 L 2 θ L L 2, L v 3 [ 29 L 3 L 2 88 L 12 L L 8 L 2 ] { θ 3 } 9

10 = V 1 M 1 V 2 M 2 V 3 { M 3 } + L 420 [ L 4L L 0 8L L 3L] f 1 { f 2 f 3 } + v e L L { 7L} + αe T e EI e t e { 1} (10.5-2) The rectangular load transfer matrix in (10.4-2) is for a quadratic variation of the load per unit length between the three nodes. The Matlab symbolic integration of (10.4-3) to construct that rectangular matrix is given in Fig A constant transverse load per unit length (f) reduces the resultant load and moment vector to c f T = fl[98 7L L]/420, while a triangular load (f 1 = 0, f 2 = f 2, f 3 = f) reduces to c f T = fl[19 2L 112 8L 79 5L]/420. This and other line load conversions are symbolically calculated in Fig The associated mass matrix for both beam elements is like their elastic foundation matrix, except for the leading constant, k L, is replaced with the total mass of the beam element, m = ρ e A e L e. The associated mass matrix for the cubic element is L e m e = ρe A e L e 22L e L e 2 13L e 13L e 3L e L e 13L e 156 3L e 2 22L e ] (10.5-3) 22L e 4L e 2 The first three stiffness matrix calculations can be executed in scripts matrix_s_e_l3_c1.m, matrix_s_n_l3_c1.m and matrix_s_k_l3_c1.m. The rectangular transform matrix is included in matrix_c_f_l3_c1.m to accept three line-load values and build their resultant vector. The basic bending stiffness matrix is always required in any structure; the distributed line-load resultant is commonly needed. The elastic foundation stiffness is sometimes needed; as is the thermal bending matrix. The axial load geometric stiffness matrix is rarely needed, except for pipelines and buckling studies. The node point load vector is frequently needed for optional reaction recovery. Point sources are usually directly scattered to the system vector, but can be input at an element level. A common special case in well drilling and piping has the beam (pipe or drill string) at or near vertical. If β is the angle between the beam x-axis and the downward vertical direction (and gravity vector) and the beam weight per unit length is w then, the rate of change of the axial force is dn dx = w cos β and the two axial forces are related by N 2 = N 1 ± w L cos β. Then the combined effect of the axial load is for the quintic beam is 10

11 S N e = N 1 1,260 L 2, L 2, L L 32 L 50 L 2 64 L 24 L 2 32 L 5 L 2 2, L 3, L L 368 L 24 L L 256 L L 8 L 2 [ 14 L 5 L 32 L 8 L 2 46 L 6 L ] L L L + N 2 1,260 L L L L 46L 6 L 2 32 L 8 L 2 14 L 5 L L 3, L 2, L 112 L 8 L L 256 L L 24 L L 2, L 2, L [ 32 L 5 L 2 64 L 24 L 2 32 L 50 L 2 ] (10.5-4) 10.6 Classic beams: The analysis and design of beams has been important for at least two hundred years. In a current textbook on the Mechanics of Materials 97 of its 750 pages (13%) were devoted to the deflections and shear and moments in a beam. The above matrix system in (10.5-3) alone, or in combination with the derivatives of the C 1 interpolation functions, will give the same exact solutions for point forces, point couples, and line-loads that are constant, linear, or quadratic along the element. Such textbooks generally do not cover the influence of elastic foundations. If an elastic foundation is present the results of (10.4-3) are only approximate (because the analytic solution includes hyperbolic and trigonometric functions). Then, a finer mesh of three-noded elements is required. If that mesh is not fine enough then the shear force graph will show small jumps in the shear force at element interfaces within a single span. 11

12 Figure Symbolic integration to form the rectangular line-load conversion matrix Figure Symbolically computing the resultant source vector from line-loads. 12

13 Figure Symbolic solution of a quintic fixed-fixed beam with a triangular line load Now that each node has two degrees of freedom, the packed integer code that flags the essential boundary condition at each node can have the following packed values: 00 free joint, 10 v is given (a roller joint), 01 the slope given, or 11 both v and the slope are given (a fixed joint). It is misleading to just observe from Tong s theorem that for common line load distributions two cubic elements and a single quintic element can both give the exact deflections at the nodes and the exact reactions when using the same number of unknowns. The important items in designing beams are the moment distribution and the transverse shear force distribution along the beam. The moment and shear estimates from the classic cubic beam are linear and constant, respectively; while for the quintic element they are cubic and quadratic quantities. The shear force in a beam is very rarely constant, but it frequently varies quadratically along the beam. To obtain reliable shear design data with the cubic beam requires a very large number of elements along the beam. Better shear estimates can be obtained with a few quintic elements. In both cases, there still must be an element interface where any discontinuity in the data occurs. Figure shows a fixed-fixed beam span with a triangular line load and Fig graphs element 13

14 moment and shear force estimates. The classic cubic beam results are the dashed lines. The solid lines are the quintic (and exact) values of the moment and shear distributions. Figure Fixed-Fixed beam with a triangular line load (use Craig) Figure Non-dimensional moment (left) and shear for L2 (dashed) and L3 beams Figure again shows that the partitioning of the system matrices through the use of vector subscripts is quite useful in symbolic solutions. It is less useful in large numerical solutions because the vector subscripts create temporary hidden arrays (if memory permits) which are automatically deleted after their use. Figure shows detailed manipulations when all of the essential boundary conditions are zero. However, it is common for some of the EBC values to be given to be zero while others have non-zero values specified. For example, Fig shows a fixed-end beam where a support movement has raised the right end of the beam (or a settlement lowers the left end). The end displacement is an essential boundary condition. Whether other loadings are present or not, the known displacement of a support introduces other loads on the structure. To calculate what the reactions are due to a settlement (a non-zero EBC) the system matrices can be partitioned (via three vector subscripts) into regions of zero displacements, non-zero displacements and unknown displacements, where {r} denotes the reactions at EBCs: 14

15 S ff S fn S fz u free S nf S nn S nz { u not } = { u zero [ S zf S zn S zz] The top partition gives the free displacements the reactions at the non-zero EBCs are c free c not 0 r not u free = S ff 1 {c free + 0 S fn u not S fz 0} } + { } (10.6-1) c zero r zero r not = S nf u free + S nn u not + S nz 0 c not and the bottom partition yields the reactions at the zero EBCs: r zero = S zf u free + S zn u not + S zz 0 c zero. Figure Fixed-end beam with support motion In general, the non-zero EBC values in the partitioned arrays of (10.6-1) can be assigned to multiple degrees of freedom so the Not_0 vector subscript will also have several degree of freedom numbers, instead of one as shown in Fig For example, in that figure if the right support had also rotated counter-clockwise by an angle of θ then the vector subscripts become Is_0 = [1, 2]; Not_0 = [5, 6]; and Free = [3, 4]. Now, a new vector is required to specified the non-zero boundary condition value for each degree of freedom in the subscript array Not_0, say Not = [d θ]. Figure shows the full Matlab details for symbolically partitioning a matrix system into three groups of degrees of freedom. Here, the total number of degrees of freedom is only six, but for numerical calculations there is no theoretical limit on the size of the three vector subscript arrays that govern the solution of the system and the reaction recovery. 15

16 Figure Partitioning the displacements into three sets Example Given: For the beam in Fig , modify the Matlab script in Fig to symbolically compute the mid-span deflection and slope, the induced reactions and check the reaction values with statics. Solution: To easily find the mid-span deflection use a three-node quintic beam element (or two two-noded beam elements, since both methods give exact results). The system degrees of freedom are 1, 2; 3, 4; and 5, 6. Clearly, the center displacements (3, 4) are free, while the right vertical displacement (5) has a non-zero value. The other support degrees 16

17 of freedom (1, 2, 6) are zero. Those distinctions can be defined by vector subscripts, say Is_0 = [1, 2, 6]; Not_0 = [5]; and Free = [3, 4] that partition the matrix equations: S 3:4,3:4 S 3:4,5 S 3:4,(1,2,6) u 3:4 c 3:4 0 S 5,3:4 S 5,5 S 5(1,2,6), { u 5 } = { c 5 } + { r 5 } u (1,2,6) c (1,2,6) r (1,2,6) [ S (1,2,6),3:4, S (1,2,6),5 S (1,2,6),(1,2,6)] Solving for the mid-span displacements u 3:4 = S 3:4,3:4 1 {c 3:4 + 0 S 3:4,5 u 5 + 0}: { v 2 EI θ } = [ 2 35L 3 [7, ,280L 2]] { fl 14,700 {3, L } EI 35L 3 [ 3,584 d ] {d} = { 2 1,920L 3d 2L }} As outlined above, the reaction load at the non-zero EBC is found to be {r 5 } = {12 EI d L 3 }, which agrees with the upward right reaction force of Fig Likewise, the bottom partition gives the other exact reactions in that figure. Example Given: A fixed-fixed three-node beam with a triangular line-load, as shown in Fig The essential boundary conditions are v 1 = 0, θ 1 = 0, v 3 = 0, and θ 3 = 0. The external point force and moment at center node 2 are zero (V 2 = 0, M 2 = 0). Here, there is no axial force, N = 0, and no elastic foundation, k = 0 and v = 0, and no thermal load, α = 0. Determine the deflections and reactions using a single three-node (5-th degree) beam element. Solution: For a single element the equilibrium equations are given in (10.5-2). The middle two rows define the remaining unknown center point generalized displacements: After enforcing the EBCs: EI [7, L 3 0 1,280L 2] {v 2 θ } = { } + fl {3,920 14, L } + {0 0 }. Multiplying by the inverse of the square matrix gives the middle node solutions: { v 2 θ 2 } = 35L3 EI 7,168 [1 0 fl 0 1 1,280L 2 ] 14,700 {3, L } = 17 fl3 3,840 EI {5L 2 } which are the exact mid-span deflection and slope. Here, the reactions on the left are found from the first two rows of the equilibrium equations (since all the displacements are now known): EI 35 L 1,920L [ 3, L 320L 2 ] fl3 {5L 3,840 EI 2 } = { V 1 } + fl M { ,700 70L }, giving { V 1 } = fl M { L } Likewise, at the right end, utilizing the last two rows of the equilibrium equations gives the reactions at node 3: { V 3 M 3 } = fl 20 { 7 L }.

18 Both of the reactions are exact. Note that the net resultant force is fl/2, which is equal and opposite to the applied triangular shaped transverse load. The net external moment is zero. Static equilibrium is usually taught in undergraduate classes with Newton s Laws. You can use them to verify that the computed reactions do indeed satisfy that the sum of the forces is zero, and that the sum of the moments, taken at any reference point, is zero. The interpolated deflection of a quintic beam with these EBCs is v(x) = v 2 (16r 2 32r r 4 ) + θ 2 ( 8r r 3 40r r 5 )L Substituting the above values for the mid-point deflection and slope, the deflection estimate reduces to a fifth order polynomial v(x) = f L 4 r 2 (r 1) 2 (r + 2)/120EI = f L 4 [r 5 3r 3 + 2r 2 ]/120EI where r = x/l. Handbook solutions show that the exact displacement is the above fifth degree polynomial and therefore this single element model gives the exact deflection, slope, moment and transverse shear force everywhere along the length of the beam. The finite element solution does not utilize Newton s Laws, but the can be used to validate the results. This solution is executed symbolically, and the results checked, in Fig Example Given: Repeat Ex using two two-node cubic beam elements. Solution: The element lengths are both L e = L 2 and the line load values at the left and right elements are [0 f/2] and [f/2 f], respectively. From (10.6-1) the left element nodal resultant values are T c f = f L [ 9 2L/2 21 3L/2] / 240, and the right ones are T c f = f L [ 39 7L/2 51 8L/2] / 240, respectively. Adding the force rows (1 and 3) gives f L( )/240 = f L/2 which, as expected, is the total load caused by the variable line load. The two elements share degrees of freedom three and four so the assembled system is 12 6L/2 6L/2 4L 2 /4 EI 12 6L/2 ( L 3 2 ) 6L/2 2L 2 /4 0 0 [ L/2 6L/2 2L 2 /4 ( ) ( 6L/2 + 6L/2) ( 6L/2 + 6L/2) (4L 2 /4 + 4L 2 /4) 12 6L/2 6L/2 2L 2 /4 0 0 v θ L/2 v 2 6L/2 2L 2 /4 θ = L/2 v 3 6L/2 4L 2 /4 ] { θ 3 } V 1 M 1 V 2 M 2 V 3 { M 3 } + fl 240 { 9 2L/ L/2 + 7L/2 51 8L/2 } 18

19 Since the two ends are fixed (have zero deflections and slopes) the middle two rows define the remaining unknown center point generalized displacements: 8EI L 3 [ L 2] {v 2 θ 2 } = { 0 0 } + fl 240 {60 2L } + {0 0 } { v 2 θ 2 } = L3 8EI 24 [ L 2 ] fl 240 {60 2L } = fl3 3,840 EI {5L 2 } which again is exact, as expected. However, it is only exact at the nodes and is inexact along the length of each of the two elements. This model also gives the four exact end reactions as before Structural symmetry: Often a problem has a symmetry or anti-symmetry condition that allows half of the one-dimensional domain to be modeled. When an analyst uses that condition the edge of the omitted domain must be replaced by a new boundary condition. Figure showed the concepts of one-dimensional symmetry and anti-symmetry for a scalar unknown. A symmetry (mirror) plane is one where the domain and its material (coefficients in the ODE) are mirror images, as are the EBCs. For the symmetry condition half-of the line is meshed and at the point falling on the plane of symmetry the boundary conditions are enforced. When displacement vectors and (infinitesimal) rotations vectors are present the distinctions between symmetric and anti-symmetric problems is sketched in Fig Figure Symmetric (left) and anti-symmetric Hermite models For an anti-symmetry plane the domain and its material are mirror images, but the EBCs have equal and opposite changes in value, relative to the value at the point in the plane. The line is cut in half, and the removed material is replaced with an essential boundary condition at the point in the plane that the displacement components in the plane are zero, and the rotational component normal to the plane is zero. Thus, an anti-symmetry solution over half of the line gives the change in the solution value v(x), with respect to the plane value, v p, so the actual solution is v(x) = v p + v(x). On the other (omitted) half of the line the change is the solution has its sign reversed and the actuals solution is v(x) = v p v(x). (As the figure indicates, v p is usually zero for vector degrees of freedom.) When the computer memory is insufficient to solve a problem with symmetric geometry and a general load state it is possible to solve two half-size models by decomposing the general load into symmetric loads and anti-symmetric loads. This analysis approach is sketched in Fig Of course the two solutions must be combined in the post-processing to describe the deflections and stresses throughout the entire structure. Some commercial finite element systems 19

20 have the ability to automatically carry out the post-processing and to display the results as if the complete structure had been analyzed. Figure Combining a symmetry and an anti-symmetry model for a beam solution For larger structures there are more conditions associated with symmetry and anti-symmetry planes that can be used to reduce the problem size at the expense of solving two or more smaller problems, as shown in Fig For one-dimensional problems it is nice to cut the number of unknowns in half. For two- and three-dimensional problems it is often a necessity. Using either condition reduces the memory requirements by two, and the number of solution operations (and thus solution time) by a factor of about eight. Your computer will at some point become too small to solve real problems without using one or both of these conditions. 20

21 Figure Symmetry and anti-symmetry in vibration, buckling, and stress analysis Symmetric beam example 10.8 The Rayleigh quotient: In 1870 Lord Rayleigh showed that the natural frequency, ω, of vibration of any elastic system was related to the quotient of the strain-energy of the system 21

22 over the kinetic-energy of the system. Let u be the displaced shape of the body in a vibration mode. The strain-energy and kinetic-energy of an elastic system are U = 1 2 ut Ku KE = 1 2 u T Mu = ω2 2 ut Mu (10.8-1) because for simple harmonic motion the velocity is u = ω u. Therefore, the Rayleigh quotient gives the frequency of vibration for that mode as ω 2 = ut Ku u T Mu (radians/sec). (10.8-2) Note that the amplitude of the vibrating displacement shape, u, cancels out. Normally both the frequency, ω j, and the mode displacement shape, u j, are obtained together from an eigen-analysis (covered in Chapter 12) for the j-th mode of the system (1 j < ). That is a more complicated calculation than the static deflection calculation. For a given set of essential boundary conditions the static deflected shape should be a reasonable approximation of the shape of the first vibrational mode (j = 1). Lord Rayleigh showed that using a static deflected shape as an approximation of the first mode shape gives an upper bound estimate of the first (lowest) natural frequency of the system. The lowest vibrational frequency is often the most important one. Therefore, it is useful to substitute the displacement answers from a static structure into the Rayleigh quotient to estimate the structure s natural frequency. Ideally, the static load should be a reasonable approximation of how the mass is distributed through the structure. For a beam that means that the best natural frequency estimate, for a set of EBCs, would come from a static study with a uniform line load. Figure illustrates that in static solutions (to be used in the Rayleigh quotient), for general vibration modes (and for the lowest buckling mode) limited computer resources can force an analyst to carry out multiple symmetric and anti-symmetric boundary conditions to obtain the full range of solutions. The lowest eigenvalue (see Chapter 12) obtained from the four models in that figure will be the one that governs. Splitting a model in that fashion is not common for beam solutions, but it is not rare for two- or three-dimensional solids, so it is a good practice to learn how to use them in simple geometries. Example Given: The fixed-fixed beam of Example has a triangular line load and is approximated by the assembly of two cubic beam elements. Use its static deflection to estimate the natural frequency of the beam. Solution: Since most of the displacement components correspond to zero essential boundary conditions only the free degrees of freedom need to be used in the Rayleigh quotient. They are the partitions K(Free, Free), M(Free, Free), and u(free). The assembly of the free partition of the mass matrix is needed. From (10.6-1) with L e = L/2: M Free = ρe A e L e 420 [ ( ) ( 22Le + 22L e ) ( 22L e + 22L e ) (4L e2 + 4L e2 ) ] = ρal 420 [ L 2] The static deflections of u(free) = fl3 3,840 EI {5L 2 } 22

23 give the strain-energy and kinetic-energy as U = 4864 EI L and KE = 976 ρa L and the upper bound for the first natural frequency (in radians per second) is ω 1 = L 2 EI ρa < ω exact = L 2 EI ρa which is a 2.2% overestimate of the exact frequency. Using a uniform load to better approximate the mass distribution gives and a 1.6% overestimate. Example Given: Use the quintic fixed-fixed beam of Example with a uniform load to estimate the natural frequency of the beam. Solution: the partitions (see ) are K Free = EI [7, L 3 0 1,280L 2] M Free = ρal [5, , L 2] u Free = fl3 {L 384 EI 0 } and the upper bound for the first natural frequency (in radians per second) is ω 1 = L 2 EI which is a 0.3% overestimate of the exact frequency. ρa > ω exact = L 2 EI ρa 10.9 Multiple span beams: Many beams have more than a single span. Figure shows a typical two-span beam. The first span has a constant uniform line-load, while the second span has point load at the two-thirds point. It is classified as a statically indeterminate beam since there are six unknown reactions at the supports. Points A and B rest on rollers that prevent any vertical displacement and fixed-end C prevents any vertical displacement or rotation. The EBCs at those three points introduce discontinuities in the shear forces and the end moment. Therefore, element interfaces must occur there. The point load also causes a shear discontinuity so it too must be at an element interface. To get exact shear and moments under the uniform line load requires the three-noded quintic beam. Using that same beam element on both sides of the point load leads to a mesh with seven nodes and three elements. Figure Two span, constant EI beam 23

24 Note that the beam has a constant EI product value. Here E is the material modulus of elasticity of the material and I is the geometric moment of inertia of the cross-section of the beam. Often, the inertia is not known to begin with since it must be selected based on the values of the extreme moment and/or shear values in the system. It is a common practice to set the EI product to unity (with the proper units) and solve the problem with that value since the results are directly proportional to that product. Figure Deflections for the multi-span beam of Fig

25 Figure Deflection (top), moment, and shear diagrams for Fig To begin illustrating how to automate a multi-span beam analysis the Matlab script in Fig was developed to determine the deflections and rotations for the indeterminate system in Fig It does not have the usual for loop over all elements, but addresses each element sequentially (which is a much less efficient process.) The stiffness matrices and line-load resultant arrays are in (10.3-1). However, each of the beams has a different length and a different connectivity list. The vertical point load will be inserted directly into the system load vector, c, in the row corresponding to the vertical displacement at that node. The system equation number for degree of freedom j at node number N is row (j) = n g (N 1) + j, 1 j n g. For this beam n g = 2 with j = 1 corresponding to a vertical displacement and j = 2 being the small rotation angle (in radians) at the node. For the point load the equation number is 2*(5-1) +1 = 9. The required script is too long to fit a single page so its major stages are presented in Fig a and 3b. Figure a has comments to summarize the problem, manually sets several of the controlling integers, and manually sets the spatial coordinates and the mesh connectivity list. The last portion allocates the memory required for the major arrays to insure an efficient execution. Beginning with defining the vector subscripts for the unknown degrees of freedom, and the zero ones, Fig b assembles the point load, and manually loops over each element creates their arrays and scatters them. For each element in Fig b, the connecting nodes are gathered and used to get the nodal x-coordinates in order to compute the element length. The connections are used again with the control integers to generate the system degree of freedom numbers for the element. That is done with the get_element_index.m script given in Fig That script is always used for each element being assembled. All three elements use the script matrix_s_e_l3_c1.m to form their bending stiffness. Only the first element uses the script matrix_c_f_l3_c1.m to form its resultant due to the constant line-load. Each element array is scattered into the system matrices using its vector subscript, index. When the assembly process is complete, the partitioned system matrices are solved for the unknown displacements. Then all of the displacements are used to calculate the reactions at the essential boundary conditions. Finally, selected results are graphed. The short script in Fig showed that there are several actions that must be completed to fully automate a finite element analysis. Almost all studies require the input of the location and value of all essential boundary conditions. The library of scripts includes get_point_sources.m for that purpose. It reads the text file msh_load_pt.txt which has three columns: the node number 25

26 where the EBC occurs ( n m ), the degree of freedom direction ( n g ), and the value assigned to that generalized force. The user must always specify the coordinates of all of the nodes. Those node location inputs are read by script get_mesh_nodes.m which reads those data from the sequential text file msh_bc_xyz.txt. The number of lines in that file defines the total number of nodes in the mesh, n m. Every application must also specify the node connection lists of all of the element types (volumes, areas, lines, and/or points). They are read by script get_mesh_elements.m from the user supplied sequential text file msh_typ_nodes.txt. The number of lines in that file defines the total number of elements in the mesh, n e and the number of different types of elements, n t. The provided general finite element software system allows a mixture of compatible element types to be input. For example, it may contain a mixture of element types; say quadrilaterals and triangles and/or line elements. For a mixed mesh, the connection list must be padded with zeros to assure that the input text file has a constant number of columns (in Matlab, but not in Fortran). 26

27 Figure a Beam sketch, controls, basic data, and memory allocation 27

28 Figure b Assemble beam matrices, solve for displacements, and recover reactions Most problems also have specified properties, or coefficients in the ODE, which are application dependent. Their order of input depends on the person that writes the application script. The script get_mesh_properties.m reads the element or type properties from the text file msh_properties.txt and counts the number of properties n_vals (columns of data) and it counts the number of rows of data, n_mats. The number of rows of properties must equal either the number of elements or the number of different types of elements. A mixed mesh can also have different properties for each element type. When needed, the properties list for an element type must be padded with zeros to assure that the input text file has a constant number of columns. Figure shows typical numerical data that would be required had the two-span beam in Fig been solved numerically using the supplied general finite element library. Figure Numerical data equivalent to the beam in Fig for FEA library BOEF without axial load: The presence of an elastic foundation is not uncommon and significantly changes the solution to the homogeneous differential equation and its coupled beam structural response. Simple cases of beams on elastic foundations are known for infinite, 28

29 semi-infinite, and finite lengths. Typical responses of such beams will be illustrated through two numerical examples. In these two examples there is no reversal of the beam deflection direction. In other words, the foundation everywhere pushes back against the beam. It is not unusual for the beam to have a segment of its length that does reverse direction. Then part of the foundation is theoretically pulling on the beam. If the foundation is soil, then a gap would develop there instead of having the soil pull on the beam. That means the model would have to be changed by putting an element interface at the liftoff point, and the prior foundation stiffness removed for the new element. An accurate location of a lift-off-point can be a trial and error process. A cantilever BOEF with a triangular line load in Fig has an exact solution that consists of several products of hyperbolic regular trigonometric functions like cosh λx cos λx 4 where the constant λ = k 4EI is one of the common measures of the relative foundation to bending stiffness measures, and which has the units of one over length. The product λl generally classifies the beam as: short λl < π 4, medium π 4 λl π, or long λl > π. Of course, all of the exact expressions for the solution derivatives (slope, moment, and transverse shear force) involve similar complicated relations. Due to the complicated response of BOEF models a wise strategy is to refine the mesh until no clear gaps occur in the shear force (except of course at external point forces). Here, the classic cubic beam interpolation results for the deflections are compared to the quintic beam interpolations. The summary below shows that two three-noded beam members give better deflection results than four of the classic two-noded beam elements. Figure A cantilever BOEF with a triangular line load Table Cantilever BOEF with Triangular Load (f = 10 lb./in, E = 30e6 psi, I = 0.1 in 4, k = 1 lb./in) X Exact v L2_C1 1 Elem L2_C1 2 Elem L2_C1 4 Elem L3_C1 1 Elem L3_C1 2 Elem L3_C1 4 Elem However, the real comparison comes in examining the moments and shear, which are used to design beams. The graphs of those quantities are given in Fig For this type of loading, any discontinuity in the graph occurs at an element interface and indicates that the mesh is too coarse. The cubic four element mesh graph is on the left of that figure. Even the moment plot has such jumps indicated by the circled locations. The quintic two element mesh graph for the moment and shear agree with the complicated analytic solution to at least three significant figures. Note that at the free tip on the cantilever the quintic beam estimates go to zero, as 29

30 required by equilibrium, but the cubic elements do not. Analysts must use many cubic elements to hope to come close to the correct moment and shear needed for design purposes. It is fairly easy to get good deflections. Figure shows a more practical BOEF where the exact analytic solution has been given. Since there are discontinuous loadings any finite element model must split this beam into at least four spans. The first runs from the left end to the point load. The second covers the gap from the point load to the beginning of the line load. The third spans the length of the line load, and the last one covers from the end of the line load to the right end of the beam. The pressure distribution shown in that figure is actually computed from the final Figure Comparison of cubic (left) and quintic moment and shear in cantilever BOEF deflection as p = k v in a post-solution calculation and is proportional to the deformed shape of the beam. Also, note that there is no change in sign of the pressure or the corresponding deflections so no lift-off corrections need to be considered. The elastic modulus of this wooden BOEF is E = 1.5e6 psi, the moment of inertia is I = in. 4, and the foundation modulus is k = b k 0 = 10 in. 200 lb./in. 3 = 2e3lb./in. 2. The non-dimensional reference length for this beam 4 is λl = k 4EI L = 3.57 > π, which classifies it as a long beam. Generally, a point source at 30

31 one end of a long beam on an elastic foundation does not affect the deflection at the other end because the foundation dampens out its bending effect. This beam was run with both the cubic and quintic beam elements using the same number of nodes in the mesh. Each span had a mid-point node added. Thus, there are two cubic elements per span compared to one quintic element per span. Both models yield essentially the same displacements of the beam. The differences in the solutions again become clear in the moment and shear force evaluations. The moment and shear graphs for a nine node mesh are shown in Figs and -5, respectively. The cubic element mesh underestimated the maximum shear force by about 42%. Doubling the number of quintic elements only changed the shear results only in the fourth significant figure (too small to see). Thus, that quintic element mesh is probably sufficient. Doubling the number of cubic elements in a 17 node mesh gives the moment and shear results in Fig It is still possible to spot jumps in the moment graph. Figure BOEF with changing loadings Figure Moments from cubic (left) and quintic BOEF elements (10 nodes) 31

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Contents as of 12/8/2017. Preface. 1. Overview...1

Contents as of 12/8/2017. Preface. 1. Overview...1 Contents as of 12/8/2017 Preface 1. Overview...1 1.1 Introduction...1 1.2 Finite element data...1 1.3 Matrix notation...3 1.4 Matrix partitions...8 1.5 Special finite element matrix notations...9 1.6 Finite

More information

Discontinuous Distributions in Mechanics of Materials

Discontinuous Distributions in Mechanics of Materials Discontinuous Distributions in Mechanics of Materials J.E. Akin, Rice University 1. Introduction The study of the mechanics of materials continues to change slowly. The student needs to learn about software

More information

2. Polynomial interpolation

2. Polynomial interpolation 2. Polynomial interpolation Contents 2. POLYNOMIAL INTERPOLATION... 1 2.1 TYPES OF INTERPOLATION... 1 2.2 LAGRANGE ONE-DIMENSIONAL INTERPOLATION... 2 2.3 NATURAL COORDINATES*... 15 2.4 HERMITE ONE-DIMENSIONAL

More information

3. Numerical integration

3. Numerical integration 3. Numerical integration... 3. One-dimensional quadratures... 3. Two- and three-dimensional quadratures... 3.3 Exact Integrals for Straight Sided Triangles... 5 3.4 Reduced and Selected Integration...

More information

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis uke University epartment of Civil and Environmental Engineering CEE 42L. Matrix Structural Analysis Henri P. Gavin Fall, 22 Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods

More information

FLEXIBILITY METHOD FOR INDETERMINATE FRAMES

FLEXIBILITY METHOD FOR INDETERMINATE FRAMES UNIT - I FLEXIBILITY METHOD FOR INDETERMINATE FRAMES 1. What is meant by indeterminate structures? Structures that do not satisfy the conditions of equilibrium are called indeterminate structure. These

More information

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian ahmadian@iust.ac.ir Dynamic Response of MDOF Systems: Mode-Superposition Method Mode-Superposition Method:

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:25) Module - 01 Lecture - 13 In the last class, we have seen how

More information

Lecture 27: Structural Dynamics - Beams.

Lecture 27: Structural Dynamics - Beams. Chapter #16: Structural Dynamics and Time Dependent Heat Transfer. Lectures #1-6 have discussed only steady systems. There has been no time dependence in any problems. We will investigate beam dynamics

More information

Truss Structures: The Direct Stiffness Method

Truss Structures: The Direct Stiffness Method . Truss Structures: The Companies, CHAPTER Truss Structures: The Direct Stiffness Method. INTRODUCTION The simple line elements discussed in Chapter introduced the concepts of nodes, nodal displacements,

More information

Chapter 7: Internal Forces

Chapter 7: Internal Forces Chapter 7: Internal Forces Chapter Objectives To show how to use the method of sections for determining the internal loadings in a member. To generalize this procedure by formulating equations that can

More information

Part D: Frames and Plates

Part D: Frames and Plates Part D: Frames and Plates Plane Frames and Thin Plates A Beam with General Boundary Conditions The Stiffness Method Thin Plates Initial Imperfections The Ritz and Finite Element Approaches A Beam with

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 11

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 11 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 11 Last class, what we did is, we looked at a method called superposition

More information

CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES

CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES 14.1 GENERAL REMARKS In structures where dominant loading is usually static, the most common cause of the collapse is a buckling failure. Buckling may

More information

Interpolation Functions for General Element Formulation

Interpolation Functions for General Element Formulation CHPTER 6 Interpolation Functions 6.1 INTRODUCTION The structural elements introduced in the previous chapters were formulated on the basis of known principles from elementary strength of materials theory.

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Geometric Stiffness Effects in 2D and 3D Frames

Geometric Stiffness Effects in 2D and 3D Frames Geometric Stiffness Effects in D and 3D Frames CEE 41. Matrix Structural Analsis Department of Civil and Environmental Engineering Duke Universit Henri Gavin Fall, 1 In situations in which deformations

More information

Methods of Analysis. Force or Flexibility Method

Methods of Analysis. Force or Flexibility Method INTRODUCTION: The structural analysis is a mathematical process by which the response of a structure to specified loads is determined. This response is measured by determining the internal forces or stresses

More information

Computational Stiffness Method

Computational Stiffness Method Computational Stiffness Method Hand calculations are central in the classical stiffness method. In that approach, the stiffness matrix is established column-by-column by setting the degrees of freedom

More information

Chapter 2: Deflections of Structures

Chapter 2: Deflections of Structures Chapter 2: Deflections of Structures Fig. 4.1. (Fig. 2.1.) ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 1 (2.1) (4.1) (2.2) Fig.4.2 Fig.2.2 ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 2

More information

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass CIV 8/77 Chapter - /75 Introduction To discuss the dynamics of a single-degree-of freedom springmass system. To derive the finite element equations for the time-dependent stress analysis of the one-dimensional

More information

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations.

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations. Outline of Multi-Degree-of-Freedom Systems Formulation of Equations of Motions. Newton s 2 nd Law Applied to Free Masses. D Alembert s Principle. Basic Equations of Motion for Forced Vibrations of Linear

More information

ME 475 Modal Analysis of a Tapered Beam

ME 475 Modal Analysis of a Tapered Beam ME 475 Modal Analysis of a Tapered Beam Objectives: 1. To find the natural frequencies and mode shapes of a tapered beam using FEA.. To compare the FE solution to analytical solutions of the vibratory

More information

Chapter 5 Structural Elements: The truss & beam elements

Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 1 Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 2 Chapter Goals Learn how to formulate the Finite Element Equations

More information

Advanced Vibrations. Distributed-Parameter Systems: Approximate Methods Lecture 20. By: H. Ahmadian

Advanced Vibrations. Distributed-Parameter Systems: Approximate Methods Lecture 20. By: H. Ahmadian Advanced Vibrations Distributed-Parameter Systems: Approximate Methods Lecture 20 By: H. Ahmadian ahmadian@iust.ac.ir Distributed-Parameter Systems: Approximate Methods Rayleigh's Principle The Rayleigh-Ritz

More information

JEPPIAAR ENGINEERING COLLEGE

JEPPIAAR ENGINEERING COLLEGE JEPPIAAR ENGINEERING COLLEGE Jeppiaar Nagar, Rajiv Gandhi Salai 600 119 DEPARTMENT OFMECHANICAL ENGINEERING QUESTION BANK VI SEMESTER ME6603 FINITE ELEMENT ANALYSIS Regulation 013 SUBJECT YEAR /SEM: III

More information

CIVL 7/8117 Chapter 4 - Development of Beam Equations - Part 2 1/34. Chapter 4b Development of Beam Equations. Learning Objectives

CIVL 7/8117 Chapter 4 - Development of Beam Equations - Part 2 1/34. Chapter 4b Development of Beam Equations. Learning Objectives CIV 7/87 Chapter 4 - Development of Beam Equations - Part /4 Chapter 4b Development of Beam Equations earning Objectives To introduce the work-equivalence method for replacing distributed loading by a

More information

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering 008/9 Dr. Colin Caprani 1 Contents 1. Introduction... 3 1.1 General... 3 1. Background... 4 1.3 Discontinuity Functions...

More information

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES A Thesis by WOORAM KIM Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the

More information

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering 009/10 Dr. Colin Caprani 1 Contents 1. Introduction... 4 1.1 General... 4 1. Background... 5 1.3 Discontinuity Functions...

More information

Chapter 11. Displacement Method of Analysis Slope Deflection Method

Chapter 11. Displacement Method of Analysis Slope Deflection Method Chapter 11 Displacement ethod of Analysis Slope Deflection ethod Displacement ethod of Analysis Two main methods of analyzing indeterminate structure Force method The method of consistent deformations

More information

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen CIV-E16 Engineering Computation and Simulation Examination, December 12, 217 / Niiranen This examination consists of 3 problems rated by the standard scale 1...6. Problem 1 Let us consider a long and tall

More information

The bending moment diagrams for each span due to applied uniformly distributed and concentrated load are shown in Fig.12.4b.

The bending moment diagrams for each span due to applied uniformly distributed and concentrated load are shown in Fig.12.4b. From inspection, it is assumed that the support moments at is zero and support moment at, 15 kn.m (negative because it causes compression at bottom at ) needs to be evaluated. pplying three- Hence, only

More information

Advanced Vibrations. Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian

Advanced Vibrations. Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian Advanced Vibrations Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian ahmadian@iust.ac.ir Distributed-Parameter Systems: Exact Solutions Relation between Discrete and Distributed

More information

Unit - 7 Vibration of Continuous System

Unit - 7 Vibration of Continuous System Unit - 7 Vibration of Continuous System Dr. T. Jagadish. Professor for Post Graduation, Department of Mechanical Engineering, Bangalore Institute of Technology, Bangalore Continuous systems are tore which

More information

Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING

Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY-KARUR FINITE ELEMENT ANALYSIS 2 MARKS QUESTIONS WITH ANSWER Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING FINITE ELEMENT ANALYSIS

More information

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Module No. # 5.1 Lecture No. # 27 Matrix Analysis of Beams and Grids Good morning,

More information

Introduction to Finite Element Method

Introduction to Finite Element Method Introduction to Finite Element Method Dr. Rakesh K Kapania Aerospace and Ocean Engineering Department Virginia Polytechnic Institute and State University, Blacksburg, VA AOE 524, Vehicle Structures Summer,

More information

Chapter 2 Basis for Indeterminate Structures

Chapter 2 Basis for Indeterminate Structures Chapter - Basis for the Analysis of Indeterminate Structures.1 Introduction... 3.1.1 Background... 3.1. Basis of Structural Analysis... 4. Small Displacements... 6..1 Introduction... 6.. Derivation...

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index Index A Admissible function, 163 Amplification factor, 36 Amplitude, 1, 22 Amplitude-modulated carrier, 630 Amplitude ratio, 36 Antinodes, 612 Approximate analytical methods, 647 Assumed modes method,

More information

7.4 The Elementary Beam Theory

7.4 The Elementary Beam Theory 7.4 The Elementary Beam Theory In this section, problems involving long and slender beams are addressed. s with pressure vessels, the geometry of the beam, and the specific type of loading which will be

More information

Chapter 3 Higher Order Linear ODEs

Chapter 3 Higher Order Linear ODEs Chapter 3 Higher Order Linear ODEs Advanced Engineering Mathematics Wei-Ta Chu National Chung Cheng University wtchu@cs.ccu.edu.tw 1 2 3.1 Homogeneous Linear ODEs 3 Homogeneous Linear ODEs An ODE is of

More information

Mechanics of Materials Primer

Mechanics of Materials Primer Mechanics of Materials rimer Notation: A = area (net = with holes, bearing = in contact, etc...) b = total width of material at a horizontal section d = diameter of a hole D = symbol for diameter E = modulus

More information

Section 6: PRISMATIC BEAMS. Beam Theory

Section 6: PRISMATIC BEAMS. Beam Theory Beam Theory There are two types of beam theory aailable to craft beam element formulations from. They are Bernoulli-Euler beam theory Timoshenko beam theory One learns the details of Bernoulli-Euler beam

More information

ENG1001 Engineering Design 1

ENG1001 Engineering Design 1 ENG1001 Engineering Design 1 Structure & Loads Determine forces that act on structures causing it to deform, bend, and stretch Forces push/pull on objects Structures are loaded by: > Dead loads permanent

More information

Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I

Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I Welcome to the first lesson of the 6th module which is on Stresses in Beams

More information

Chapter 12 Plate Bending Elements. Chapter 12 Plate Bending Elements

Chapter 12 Plate Bending Elements. Chapter 12 Plate Bending Elements CIVL 7/8117 Chapter 12 - Plate Bending Elements 1/34 Chapter 12 Plate Bending Elements Learning Objectives To introduce basic concepts of plate bending. To derive a common plate bending element stiffness

More information

MODULE C: COMPRESSION MEMBERS

MODULE C: COMPRESSION MEMBERS MODULE C: COMPRESSION MEMBERS This module of CIE 428 covers the following subjects Column theory Column design per AISC Effective length Torsional and flexural-torsional buckling Built-up members READING:

More information

ME FINITE ELEMENT ANALYSIS FORMULAS

ME FINITE ELEMENT ANALYSIS FORMULAS ME 2353 - FINITE ELEMENT ANALYSIS FORMULAS UNIT I FINITE ELEMENT FORMULATION OF BOUNDARY VALUE PROBLEMS 01. Global Equation for Force Vector, {F} = [K] {u} {F} = Global Force Vector [K] = Global Stiffness

More information

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly .3 Strain Energy Consider an elastic spring as shown in the Fig..4. When the spring is slowly pulled, it deflects by a small amount u 1. When the load is removed from the spring, it goes back to the original

More information

Back Matter Index The McGraw Hill Companies, 2004

Back Matter Index The McGraw Hill Companies, 2004 INDEX A Absolute viscosity, 294 Active zone, 468 Adjoint, 452 Admissible functions, 132 Air, 294 ALGOR, 12 Amplitude, 389, 391 Amplitude ratio, 396 ANSYS, 12 Applications fluid mechanics, 293 326. See

More information

Structural Analysis III The Moment Area Method Mohr s Theorems

Structural Analysis III The Moment Area Method Mohr s Theorems Structural Analysis III The Moment Area Method Mohr s Theorems 009/10 Dr. Colin Caprani 1 Contents 1. Introduction... 4 1.1 Purpose... 4. Theory... 6.1 asis... 6. Mohr s First Theorem (Mohr I)... 8.3 Mohr

More information

Eigenvalues of Trusses and Beams Using the Accurate Element Method

Eigenvalues of Trusses and Beams Using the Accurate Element Method Eigenvalues of russes and Beams Using the Accurate Element Method Maty Blumenfeld Department of Strength of Materials Universitatea Politehnica Bucharest, Romania Paul Cizmas Department of Aerospace Engineering

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method Module 2 Analysis of Statically Indeterminate Structures by the Matrix Force Method Lesson 11 The Force Method of Analysis: Frames Instructional Objectives After reading this chapter the student will be

More information

Lecture 4: PRELIMINARY CONCEPTS OF STRUCTURAL ANALYSIS. Introduction

Lecture 4: PRELIMINARY CONCEPTS OF STRUCTURAL ANALYSIS. Introduction Introduction In this class we will focus on the structural analysis of framed structures. We will learn about the flexibility method first, and then learn how to use the primary analytical tools associated

More information

Stiffness Matrices, Spring and Bar Elements

Stiffness Matrices, Spring and Bar Elements CHAPTER Stiffness Matrices, Spring and Bar Elements. INTRODUCTION The primary characteristics of a finite element are embodied in the element stiffness matrix. For a structural finite element, the stiffness

More information

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau Final Exam Solution Dynamics 2 191157140 31-01-2013 8:45 12:15 Problem 1 Bateau Bateau is a trapeze act by Cirque du Soleil in which artists perform aerial maneuvers on a boat shaped structure. The boat

More information

Lecture 7: The Beam Element Equations.

Lecture 7: The Beam Element Equations. 4.1 Beam Stiffness. A Beam: A long slender structural component generally subjected to transverse loading that produces significant bending effects as opposed to twisting or axial effects. MECH 40: Finite

More information

[8] Bending and Shear Loading of Beams

[8] Bending and Shear Loading of Beams [8] Bending and Shear Loading of Beams Page 1 of 28 [8] Bending and Shear Loading of Beams [8.1] Bending of Beams (will not be covered in class) [8.2] Bending Strain and Stress [8.3] Shear in Straight

More information

CRITERIA FOR SELECTION OF FEM MODELS.

CRITERIA FOR SELECTION OF FEM MODELS. CRITERIA FOR SELECTION OF FEM MODELS. Prof. P. C.Vasani,Applied Mechanics Department, L. D. College of Engineering,Ahmedabad- 380015 Ph.(079) 7486320 [R] E-mail:pcv-im@eth.net 1. Criteria for Convergence.

More information

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup,

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup, Introduction to Finite Element Analysis Using MATLAB and Abaqus Amar Khennane Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business

More information

6. Bending CHAPTER OBJECTIVES

6. Bending CHAPTER OBJECTIVES CHAPTER OBJECTIVES Determine stress in members caused by bending Discuss how to establish shear and moment diagrams for a beam or shaft Determine largest shear and moment in a member, and specify where

More information

If the number of unknown reaction components are equal to the number of equations, the structure is known as statically determinate.

If the number of unknown reaction components are equal to the number of equations, the structure is known as statically determinate. 1 of 6 EQUILIBRIUM OF A RIGID BODY AND ANALYSIS OF ETRUCTURAS II 9.1 reactions in supports and joints of a two-dimensional structure and statically indeterminate reactions: Statically indeterminate structures

More information

Ph.D. Preliminary Examination Analysis

Ph.D. Preliminary Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... Ph.D.

More information

Finite Element Method

Finite Element Method Finite Element Method Finite Element Method (ENGC 6321) Syllabus Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered in this course one dimensional

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

k 21 k 22 k 23 k 24 k 31 k 32 k 33 k 34 k 41 k 42 k 43 k 44

k 21 k 22 k 23 k 24 k 31 k 32 k 33 k 34 k 41 k 42 k 43 k 44 CE 6 ab Beam Analysis by the Direct Stiffness Method Beam Element Stiffness Matrix in ocal Coordinates Consider an inclined bending member of moment of inertia I and modulus of elasticity E subjected shear

More information

UNIT IV FLEXIBILTY AND STIFFNESS METHOD

UNIT IV FLEXIBILTY AND STIFFNESS METHOD SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : SA-II (13A01505) Year & Sem: III-B.Tech & I-Sem Course & Branch: B.Tech

More information

Advanced Vibrations. Elements of Analytical Dynamics. By: H. Ahmadian Lecture One

Advanced Vibrations. Elements of Analytical Dynamics. By: H. Ahmadian Lecture One Advanced Vibrations Lecture One Elements of Analytical Dynamics By: H. Ahmadian ahmadian@iust.ac.ir Elements of Analytical Dynamics Newton's laws were formulated for a single particle Can be extended to

More information

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method odule 3 Analysis of Statically Indeterminate Structures by the Displacement ethod Lesson 14 The Slope-Deflection ethod: An Introduction Introduction As pointed out earlier, there are two distinct methods

More information

Structural Analysis III Compatibility of Displacements & Principle of Superposition

Structural Analysis III Compatibility of Displacements & Principle of Superposition Structural Analysis III Compatibility of Displacements & Principle of Superposition 2007/8 Dr. Colin Caprani, Chartered Engineer 1 1. Introduction 1.1 Background In the case of 2-dimensional structures

More information

Free vibration analysis of elastically connected multiple-beams with general boundary conditions using improved Fourier series method

Free vibration analysis of elastically connected multiple-beams with general boundary conditions using improved Fourier series method Free vibration analysis of elastically connected multiple-beams with general boundary conditions using improved Fourier series method Jingtao DU*; Deshui XU; Yufei ZHANG; Tiejun YANG; Zhigang LIU College

More information

Chapter 7: Bending and Shear in Simple Beams

Chapter 7: Bending and Shear in Simple Beams Chapter 7: Bending and Shear in Simple Beams Introduction A beam is a long, slender structural member that resists loads that are generally applied transverse (perpendicular) to its longitudinal axis.

More information

. D CR Nomenclature D 1

. D CR Nomenclature D 1 . D CR Nomenclature D 1 Appendix D: CR NOMENCLATURE D 2 The notation used by different investigators working in CR formulations has not coalesced, since the topic is in flux. This Appendix identifies the

More information

Unit Workbook 1 Level 4 ENG U8 Mechanical Principles 2018 UniCourse Ltd. All Rights Reserved. Sample

Unit Workbook 1 Level 4 ENG U8 Mechanical Principles 2018 UniCourse Ltd. All Rights Reserved. Sample Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 8: Mechanical Principles Unit Workbook 1 in a series of 4 for this unit Learning Outcome 1 Static Mechanical Systems Page 1 of 23 1.1 Shafts

More information

3. BEAMS: STRAIN, STRESS, DEFLECTIONS

3. BEAMS: STRAIN, STRESS, DEFLECTIONS 3. BEAMS: STRAIN, STRESS, DEFLECTIONS The beam, or flexural member, is frequently encountered in structures and machines, and its elementary stress analysis constitutes one of the more interesting facets

More information

Mechanics PhD Preliminary Spring 2017

Mechanics PhD Preliminary Spring 2017 Mechanics PhD Preliminary Spring 2017 1. (10 points) Consider a body Ω that is assembled by gluing together two separate bodies along a flat interface. The normal vector to the interface is given by n

More information

Final Exam December 11, 2017

Final Exam December 11, 2017 Final Exam Instructions: You have 120 minutes to complete this exam. This is a closed-book, closed-notes exam. You are NOT allowed to use a calculator with communication capabilities during the exam. Usage

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 06 In the last lecture, we have seen a boundary value problem, using the formal

More information

BHAR AT HID AS AN ENGIN E ERI N G C O L L E G E NATTR A MPA LL I

BHAR AT HID AS AN ENGIN E ERI N G C O L L E G E NATTR A MPA LL I BHAR AT HID AS AN ENGIN E ERI N G C O L L E G E NATTR A MPA LL I 635 8 54. Third Year M E C H A NICAL VI S E M ES TER QUE S T I ON B ANK Subject: ME 6 603 FIN I T E E LE ME N T A N A L YSIS UNI T - I INTRODUCTION

More information

Chapter 4 Deflection and Stiffness

Chapter 4 Deflection and Stiffness Chapter 4 Deflection and Stiffness Asst. Prof. Dr. Supakit Rooppakhun Chapter Outline Deflection and Stiffness 4-1 Spring Rates 4-2 Tension, Compression, and Torsion 4-3 Deflection Due to Bending 4-4 Beam

More information

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn ENGN234 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn 12/11/13 Problem Definition and Shape Functions Although there exist many analytical solutions to the Euler-Bernuolli

More information

CHAPTER OBJECTIVES Use various methods to determine the deflection and slope at specific pts on beams and shafts: 2. Discontinuity functions

CHAPTER OBJECTIVES Use various methods to determine the deflection and slope at specific pts on beams and shafts: 2. Discontinuity functions 1. Deflections of Beams and Shafts CHAPTER OBJECTIVES Use various methods to determine the deflection and slope at specific pts on beams and shafts: 1. Integration method. Discontinuity functions 3. Method

More information

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method odule 3 Analysis of Statically Indeterminate Structures by the Displacement ethod Lesson 16 The Slope-Deflection ethod: rames Without Sidesway Instructional Objectives After reading this chapter the student

More information

CHAPTER -6- BENDING Part -1-

CHAPTER -6- BENDING Part -1- Ishik University / Sulaimani Civil Engineering Department Mechanics of Materials CE 211 CHAPTER -6- BENDING Part -1-1 CHAPTER -6- Bending Outlines of this chapter: 6.1. Chapter Objectives 6.2. Shear and

More information

Lecture Notes, Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes, Finite Element Analysis, J.E. Akin, Rice University 3. Elasticity... 3. Introduction... 3.2 Linear springs... 4 3.3 Mechanical Work... 6 3.5 Strain energy... 9 3.6 Material properties... 3.7 Simplified elasticity models*... 2 3.8 Interpolating displacement

More information

MECHANICS OF STRUCTURES SCI 1105 COURSE MATERIAL UNIT - I

MECHANICS OF STRUCTURES SCI 1105 COURSE MATERIAL UNIT - I MECHANICS OF STRUCTURES SCI 1105 COURSE MATERIAL UNIT - I Engineering Mechanics Branch of science which deals with the behavior of a body with the state of rest or motion, subjected to the action of forces.

More information

Finite Element Modelling with Plastic Hinges

Finite Element Modelling with Plastic Hinges 01/02/2016 Marco Donà Finite Element Modelling with Plastic Hinges 1 Plastic hinge approach A plastic hinge represents a concentrated post-yield behaviour in one or more degrees of freedom. Hinges only

More information

Structural Analysis III Moment Distribution

Structural Analysis III Moment Distribution Structural Analysis III oment Distribution 2009/10 Dr. Colin Caprani 1 Contents 1. Introduction... 4 1.1 Overview... 4 1.2 The Basic Idea... 5 2. Development... 10 2.1 Carry-Over Factor... 10 2.2 Fixed-End

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

MECE 3321: Mechanics of Solids Chapter 6

MECE 3321: Mechanics of Solids Chapter 6 MECE 3321: Mechanics of Solids Chapter 6 Samantha Ramirez Beams Beams are long straight members that carry loads perpendicular to their longitudinal axis Beams are classified by the way they are supported

More information

STATICALLY INDETERMINATE STRUCTURES

STATICALLY INDETERMINATE STRUCTURES STATICALLY INDETERMINATE STRUCTURES INTRODUCTION Generally the trusses are supported on (i) a hinged support and (ii) a roller support. The reaction components of a hinged support are two (in horizontal

More information

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF MECHANICAL ENGINEERING ME 6603 FINITE ELEMENT ANALYSIS PART A (2 MARKS)

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF MECHANICAL ENGINEERING ME 6603 FINITE ELEMENT ANALYSIS PART A (2 MARKS) DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF MECHANICAL ENGINEERING ME 6603 FINITE ELEMENT ANALYSIS UNIT I : FINITE ELEMENT FORMULATION OF BOUNDARY VALUE PART A (2 MARKS) 1. Write the types

More information

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture 16: Energy

More information

STRESS STRAIN AND DEFORMATION OF SOLIDS, STATES OF STRESS

STRESS STRAIN AND DEFORMATION OF SOLIDS, STATES OF STRESS 1 UNIT I STRESS STRAIN AND DEFORMATION OF SOLIDS, STATES OF STRESS 1. Define: Stress When an external force acts on a body, it undergoes deformation. At the same time the body resists deformation. The

More information

NON LINEAR BUCKLING OF COLUMNS Dr. Mereen Hassan Fahmi Technical College of Erbil

NON LINEAR BUCKLING OF COLUMNS Dr. Mereen Hassan Fahmi Technical College of Erbil Abstract: NON LINEAR BUCKLING OF COLUMNS Dr. Mereen Hassan Fahmi Technical College of Erbil The geometric non-linear total potential energy equation is developed and extended to study the behavior of buckling

More information

Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems

Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems Introduction Till now we dealt only with finite elements having straight edges.

More information