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

Size: px
Start display at page:

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

Transcription

1 9. TRUSS ANALYSIS PLANAR TRUSS SPACE TRUSS SUMMARY EXERCISES Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above) showed that it has only axial forces and axial displacements de to applied forces and/or temperatre changes. A trss is a strctral system composed of straight two force members defined as having only two eqal and opposite end forces acting along the axis of the member and thereby casing only axial displacement of the member. These members are joined (in theory) only at their ends to span the space between concrrent spport points. Clearly, the two force members are the axial bars governed by the element matrices developed from the differential eqation of eqilibrim. A trss is jst mltiple axial bars joined together, bt they are not all aligned in the same direction and sally more than two bars are connected at a joint. The design of a trss sally reqires a series of analyses. Historically, the first is sally jst based on the assmed geometry (trss mesh), a constant assmed area for each member, and neglects the weight of the trss. Today, the FEA easily allows the inclsion of the member weights in the first analysis. Mltiple vertical and horizontal load cases are considered to determine the maximm tension force and maximm compression force in each member. Then, each member is assigned a new area (and weight) consistent with material stress limits in tension and compression, and each load case is re-rn. In the final iteration the compression members are checked for bckling and additional braces may be attached at the center of long compression members to redce their effective bckling length. An application script to carry ot atomated planar trss stdies is spplied with the name Planar_Trss.m. Modern trsses contine to have the centroidal axes of the trss members intersect at a single point. However, the members are often joined to plates that lie in the plane of the trss. Sch joints can actally transmit bending moments (from distribted weight or wind loads), so the final step in a design is re-check the trss by modeling it as a planar frame which incldes its bending moments of inertia. The qestion here is how can the bar matrices developed in the prior chapter be sed to analyze a trss strctre? The key to the process is to recall that the displacement of the bar is a vector qantity. Previosly, when two or more bars were joined together all of the displacement vectors at the joints were collinear. Consider a planar trss where all of the bars lie in the x-y plane. Some of the bars mst be inclined relative to the x-axis, as in Fig That means that the bar displacement vectors which previosly were all directed along the x-axis now have components in both the x- and y-directions. In other words, the bar matrices need to be revised to accont for being inclined in the x-y plane. 1

2 Figre Direction cosines for an inclined trss member The position vector defining the length, L, between the two ends of the trss member now incldes horizontal and vertical components, x and y, that combine to form a right triangle that defines that total length: L = x + y and the direction cosines with respect to the x- and y-axes: cos θ x = x/l and cos θ y = y/l. Of corse, those length components depend on the differences in the x- and y-coordinates of the two end nodes. Let the axial displacement of the bar now be denoted as b. It is collinear with the length of the bar. Therefore, the displacement vector at either end of the member also now has two components, x and y, when viewed in the x-y plane containing the trss. From similar triangles, the two system (global) displacement components are x = b cos θ x = b x/l and y = b cos θ y = b y/l. Before extending the bar stiffness matrix to a trss stiffness matrix, consider what the above observations reqire as changes to a compter model of the strctre. Now, both the x- and y- coordinates of each node will be reqired. That means that the physical space dimension control integer has increased to two, n s =. Each trss node now has two generalized displacements, n g =, and the nmber of nknowns has basically dobled at both the element and system levels. There are still only two nodes on the element, n n =, bt the nmber of independent degrees of freedom on the element has increased to for, n i = n g n n = = 4. Likewise, if the trss system has a total of n m nodes then the total nmber of displacement eqations for the trss, n d = n g n m, has dobled. Also, vector sbscripts for gathering and scattering element data doble becase their nmber is directly proportional to n g. Frthermore, when specifying an essential bondary condition (known displacement) at a node there has to be a way to distingish between horizontal or vertical components. For each trss element the connecting nodes are gathered and sed to get the nodal x- coordinates in order to compte the element length. The connections are sed again with the control integers to generate the system degree of freedom nmbers for the element. That is done with the get_element_index.m script given in Fig That script is always sed for each element being assembled. Becase n g = the system eqation nmber for degree of freedom j at system node nmber N now is row (j) = n g (N 1) + j, 1 j n g. For a planar trss the degree of freedom j = 1 corresponds to a horizontal displacement and j = corresponds to the vertical displacement. The trss eqilibrim analysis reqires solving for all of the horizontal and vertical displacements. Since the node displacement components, x and y, are now the primary nknowns they need to be related to the bar displacement, b, by sing the orientation (direction cosines) of the bar element. From geometry, at any node the local bar axial displacement is related to the global x- and y-components by: b = x cos θ x + y cos θ y. This identity can be written in matrix form { b } L = [cos θ x cos θ y ] { x } or L = t(θ) G. (9.1-1) y G

3 Since the direction cosines are actally calclated from the length components of the trss it is practical to re-write the direction cosines and the member length components and the node displacement transformation as cos θ x C x = x L, cos θ y C y = sin θ x = y L { b } L = [C x C y ] { x } = 1 y G L [ x y] { x } or L = t(θ) G y G In Ex the strctral stiffness matrix of the two-noded bar was shown to be S e = Ee A e L e [ ] That stiffness was obtained from the element s scalar contribtion to the integral eqilibrim form I S = T L S e L = { T 1 E e A e }b L e [ ] { 1 }b In order to convert that original bar relation to a trss member stiffness relation the node transformation above mst be applied to both of the end nodes of the bar: x { 1 1 = [ cos θ x cos θ y y1 }b cos θ x cos θ ] { y } (9.1-) x y e L = [T(θ)] e G = [ t(θ) 1 = ( 4)(4 1) t(θ) ] G e In other words, the for trss components of displacement are redced to the two bar end displacements by mltiplying by a rectanglar geometry transformation matrix. The scalar integral contribtion to eqilibrim mst be the same in any coordinate system. So it is the same in the global system: I S = L T S e L = G T S G e G (9.1-3) 1 1 = (1 )( )( 1) = (1 4)(4 4)(4 1) Sbstitting the bar transformation: I S = ([T(θ)] G e ) T S e ([T(θ)] G e ) = G T S G e G gives the global trss stiffness as I S = G T [[T(θ)] T S e [T(θ)]] G = G T S G e G S G e = [T(θ)] T S e [T(θ)] (9.1-4) 4 4 = (4 )( )( 4) 3

4 It is probably easier to evalate the matrix S e, since we already have it, and T(θ), and have the compter do the mltiplications, bt the trss stiffness can be written in detail in terms of the length components as: S G e = EA L C x C x C x C y C x C x C x C y C x C y C y C y C x C y C y C y C x C x C x C y C x C x C x C y [ C x C y C y C y C x C y C y C y ] = EA [ L 3 x x x y x y y y x x x y x y y y x x x y x y y y ] (9.1-5) x x x y x y y y As a spot check, degenerate the trss into a single horizontal bar. Then, y = and x = L and the trss stiffness becomes L L 1 1 S e E A G = L 3 [ E A L L ] = [ ] L 1 1 which shows that a horizontal bar member has no vertical stiffness. Enforcing the EBCs that the two vertical displacements are zero redces the effective horizontal trss member stiffness back to that of the bar S e E A = [ 1 1 L 1 1 ] Bars and trss members can be sbjected to thermal loads. For the bar it was shown in section 8.4 that the thermal load is c α e = E Aα T { 1 1 } (9.1-6) This bar load is also transformed to a trss member load by sing the scalar work term in the governing integral form: I c = L T c e = G T c G e. Sbstitting the rectanglar member orientation transformation matrix gives: which converts any thermal load in a trss member to c G e = [T(θ)] T c e (9.1-7) 4 1 = (4 )( 1) c α e = EAα T { C x C y C x C y } = EAα T L x y { } x y When a trss has all members receive the same temperatre change and is free to expand it jst changes shape and no net member forces develop. However, if the trss is not free to expand then a temperatre change in even one member can prodce addition axial forces in some or all of the other members. 4

5 To form a kinematically stable trss the trss elements and/or the spport connections mst form a strctre made p of trianglar regions. A region with only for trss elements combined into the shape of a qadrilateral will be kinematically nstable and wold collapse nder its own weight. Mentioning the weight, for trsses it is assmed that the weight of a trss element is split eqally at its two ends as vertical forces: c G γ A L γ = { 1 w L } = { 1 } (9.1-8) 1 1 where γ denote the specific weight of the material, and w = γa is the weight per nit length. Now that each node has two degrees of freedom the packed integer code that flags the essential bondary condition at each node can have the following packed vales: a free joint, 1 only is given, 1 only v is given, 11 both and v are given (a pin joint), etc. Usally the given vales are zero, bt any small deflection vale can be imposed as reqired by the application. If any nit vale in the flag is replaced with a then that means that component is copled to another degree of freedom with a type mlti-point-constraint (MPC) The application software for planar trss analysis, with limited graphical spport, is spplied in the application library as Planar_Trss.m. As another illstration of its application it was applied to a seven bar trss shown in Fig All of the members had the same properties. The steel trss was pinned at the lower left, spported by a horizontal roller at the lower right. The top point carried a vertical load, the middle left point a horizontal load, and the weights were omitted. These data are sperimposed on the node displacement plot on the left of that figre. The right portion of the figre shows the compted axial forces in each bar member, with negative being compression. To review the inpts to the general finite element library, the inpt files are smmarized in Fig Example Given: The two bar steel trss in Fig spports a downward vertical sign load of P = kn at their jnction (node 3). The two member connections to the vertical wall are pinned against displacement. Both elements have the same cross-sectional area, A =.1 m. Neglect the member weights. Find the deflection of the load, and the system reactions. Check the reaction forces sing statics. The trss data are: Node 1 3 Element Connections x (m) y (m) L (m) C x C y X(m) 3 1, Y(m) 4 1, /5-4/5 DOF 1, 3,4 5,6 Soltion: First, note that the two wall connections for the third side of a stable triangle. Steel has an elastic modls of E = e9 N m. The vertical sign load is at node 3 in the negative vertical direction. It corresponds to system DOF nmber of *(3-1) + = 6. The nll external horizontal point load there is at DOF nmber is *(3-1) +1 = 5. So the system external point load and reaction force vector is: c T P = [R x1 R y1 R x R y P] The nmerical vales of the data can be sbstitted to obtain the nmerical soltion, or an analytic soltion is available from a symbolic script by letting the inclined member have a length L so that the length of the horizontal member is 3L 5. Those reslts are rather messy and not 5

6 very practical. As an edcational compromise, sbstitte the nmerical direction cosine vales and se the inclined as a reference length. The horizontal trss member stiffness and loads are S h = E A [ (3L 5) ] = 15 E A [ 75 L ], c h γ = w(3l 5) The inclined stiffness is 9 1 S i E A = 5 L [ }, c h α = EAα T { 1 { 1 } E A ] = L [ ] Since the reactions are reqired the fll 6 6 eqilibrim system will be assembled even thogh only the partition at node 3 is needed to find the displacements: E A 75 L [ x y1 15 x y x ] { y3 } R x1 3/5 R y1 R = x + wl 1 4/5 1 R y 3/5 + EAα T 1 + 3/5 { { 1 3/5} P} { 4/5 } Note that the rows and colmns associated with y are all zero. If there is no EBC applied to that degree of freedom the system stiffness will be singlar. In that case, the system wold be kinematically nstable since the horizontal bar cold rotate abot node 3. The pinned bondary condition prevents that rotation and renders the system non-singlar. Since no gravity (γ = ) or temperatre change ( T = ) was given the free displacements satisfy Mltiplying by the inverse of the stiffness gives E A 36 [15 75 L ] { x3 y3 } = { P } { x3 y3 } = PL 8 EA { } 6

7 a node deflection down and to the left. Mltiplying all of the displacements times the fixed partition of the stiffness gives the reactions as: R x1 3 R y1 P = R x 4 { 4 } 3 { R y} The reslts are sketched in Fig By inspection, the sm of the horizontal forces is zero, as is the sm of the vertical forces, and the sm of the moments abot any of the three nodes. Figre 9.1- Two bar planar trss with a point load Figre Two bar planar trss with self-weight Example 9.1- Given: For the trss given in Ex sbject to a point load determine the local axial displacements of each trss member and the axial force in each bar. Soltion: (9.1-) gives the two displacements of a bar in terms of the for displacements of the trss. For the inclined member (element 1) those displacements are { 1 = [ cos θ x }b cos θ y cos θ x x 1 y1 cos θ ] { y } = x y { 1 = PL }1 4 EA { 5 } 1 5 [ ] PL { 8 EA } 7

8 The mechanical strain in that element is ε = B e e = 1 [ 1 { L 4 EA 5 } = 5 and the force in 4 EA the element is F = EA ε = 5P 4 tension. Of corse, since it is the only member at the pin spport the pin reaction mst be providing the same force. The reaction magnitde at node 1 is R 1 = R x + R y = ( 3P 4) + P = 5P 4. Likewise, for the horizontal member (element ) the displacements are { 1 = [ 1 } 1 ] PL 8 EA { } = PL 36 8 EA { 36 } 15 1] PL Its strain is ε = 1 [ 1 1] PL { (3L 5) 8 EA 36 } = 3 P and the force is F = 3 P 4, compression. 4 EA By inspection that agrees with the reaction shown in Fig P Example Given: The trss in Ex is sbjected only to a temperatre increase of T. Find the displacement of the free node and the reaction forces. Soltion: Starting with the system matrices only the thermal load vector has changed: c α T = EAα T [ (3 + 5) ( 4 + )]/5 Retaining the free partition, the eqilibrim eqations are Ths, the free displacements are E A 36 [15 75 L ] { x3 y3 } = EAα T 5 { x3 y3 } = L α T 5 The spport reaction portions of the system matrices are 7 EA 75 L [ ] L α T 5 { 3 4 } = EAα T 5 8 { 3 4 } { 8 4 } 3 R x1 { 4 R y1 } = + 5 R x { R y} EAα T 5 3 { 4 } = 5 Therefore the external reactions are identically zero. Also the forces in each trss member are zero becase, for this connectivity set, each member is free to expand. Node 3 of the inclined member moves on an arc, centered at spport node 1, of radis (1 + α T )L and node 3 of the horizontal member moves on an arc, centered at spport node, of radis (1 + α T ) 3L 5. Where those two arcs intersect is where node 3 displaces to, withot casing any member forces. The free expansion leading to no member forces fond here wold not occr if any other restrained members were present in the trss. For example, if a third bar was added to the trss between node 3 and a new node 4 at the mid-point between nodes 1 and, then an increase in temperatre wold case non-zero reactions well as non-zero member forces. Sch thermal indced reaction forces are shown in Fig , and they clearly satisfy Newton s eqations of eqilibrim by inspection.

9 Figre Three- and two-bar (right) reactions for niform temperatre increase Example Given: The trss given previosly in Fig has an inclined roller spport that reqires a mltipoint constraint (MPC). Omitting the weight and the thermal loads, nmerically determine the displacements, the reactions, and the member axial loads. Check the reactions with Newton s Laws. Soltion: The property data in Fig were edited to set the specific weight and temperatre change to zero. The data sets were sbmitted to the planar trss script Planar_Trss.m which is inclded in the separate Application Library. The compted system displacements and reactions are: Compted Soltion: System Reactions Axial Force Node, displacements per node Node, DOF, Reaction Vale Elem, Vale e e Checking, the sm of the x-forces are F x = 1, 36, 64, =, as reqired. The sm of the y-forces are F y = 48, + 48, =, as reqired. Note that the reactions at node 3 from the MPC give a vector resltant of 8, N perpendiclar to the inclined spport srface. Checking the moments abot node one (with CCW positive) gives M z = 1, N 4 m + 48, N 3 m + 64, N 4 m = The external load and reactions are shown in Fig Note that the ratio of the displacement components at node 3 is.757 which is a.1% error in the MPC eqation. 9

10 Figre Loads and reactions in a trss with a MPC Figre Trss member axial force vales for Fig

11 Figre Displacement vectors (left) and member axial forces in a planar trss Figre Data files for the seven bar planar trss model 9. Space Trss: Unlike beam and frame members, for any trss member only the vale of its cross-sectional area matters. The orientation of the area abot the local member axis does not matter. That means that the extension from planar trss analysis to space trss analysis is relatively simple. The z-coordinates of the nodes are reqired to define their locations and their differences on a member define a third direction cosine reqired for an expanded transformation 11

12 matrix to relate the local bar axial displacements to the six displacement components of the space trss member. Therefore (9.1-) expands to be: x 1 y1 { 1 = [ cos θ x cos θ y cos θ z z 1 ] }b cos θ x cos θ y cos θ z (9.-1) x y { z } The local bar stiffness matrix expands in the same way as (9.1-4) and (9.1-7): S G e = [T(θ)] T S e [T(θ)] 6 6 = (6 )( )( 6) c G e = [T(θ)] T c e 6 1 = (6 )( 1) Of corse, point forces at any node can be applied in any or all of the three directions. Likewise, any or all of the three displacement components at a node can have prescribed vales. That also means that the packed bondary condition flag assigned to each node now contains three digits: the left-most flags the x-displacement; the center one flags the y-displacement, etc. A packed flag vale of means that the joint is completely free, a vale of 1 means only the x- displacement is prescribed. A vale of 111 means all displacements at the node are prescribed. Clearly, any mixtre of prescribed displacements can be flagged by other combinations of the three digits. An application script Space_Trss.m was obtained from the planar trss script Planar_Trss.m by adding less than 1% of new calclations to tilize the z-coordinates to form the member transformation matrix an to extend helpfl plots from -D to 3-D. EXAMPLES 9.3 Smmary n_b n b Nmber of bondary segments n_d n d Nmber of system nknowns = n_g n_m n_e n e Nmber of elements n_g n g Nmber of generalized DOF per node n_i n i Nmber of nknowns per element = n_g n_n n_m n m Nmber of mesh nodes n_n n n Nmber of nodes per element n_p n p Dimension of parametric space n_q n q Nmber of total qadratre points n_r n r Nmber of rows in the B e matrix (and material matrix) n_s n s Dimension of physical space b = bondary segment nmber =sbset 1 e = element nmber = nion of sets

13 Bondary, element, and system nknowns: δ b b δ e e δ Boolean extraction arrays: δ b β b δ, δ e β e δ Geometry: Γ b Ω e Bondary segment Ω = e Ω e Soltion domain Ω e Element domain Γ = b Γ b Domain bondary Interpolation: Local gradient: (x) = H(r) δ e = (x) T = δ et H(r) T (r) r = ( H(r) r) δ e Physical gradient: (x) x = ( (r) r)( r x) = ( (r) r) ( x r) 1 (x) x = [( G(r) r) x e ] 1 ( H(r) r) δ e B(r) δ e Local Line Element Stiffness Matrix: S e k = dh(r) T dh(r) L E(x) A(x) dx e A symmetry plane has a zero normal displacement. Thermal loads for linear qadratic bar: dx dx c α e = E e A e α e T e { 1 1 } Eqilibrim eqations for a linear bar element: E e A e L e [ ] { 1 } = { P 1 } [ P 6Le 1 ] {q 1 q } + E e A e α e T e { 1 1 } Planar trss element: n g =, n n =, n i = 4, stiffness, thermal and gravity loads cos θ x C x = x L, cos θ y C y = sin θ x = y L, cos θ z C z = z L Transforming from local bar to global trss matrices S e G = [T(θ)] T S e [T(θ)], c e G = [T(θ)] T c e, [T(θ)] = [ t(θ) t(θ) ] Planar trss bar withot previos axial load: S e = Ee A e 1 1 [ Le 1 1 ], ce = E e A e α e T e { 1 1 }, t(θ) = [cos θ x (cos θ y = sin θ x )] { 1 = [ cos θ x }b cos θ y x 1 y1 cos θ x cos θ ] { y } x y 13

14 Global planar stiffness matrix, thermal and gravity load vectors: S e G = [T(θ)] T Ee A e 1 1 EeAe Le [ ] [T(θ)] = 1 1 (4 )( )( 4) = (4 4) L e [ C x C x C x C y C x C x C x C y C x C y C y C y C x C y C y C y, C x C x C x C y C x C x C x C y C x C y C y C y C x C y C y C y ] C x c e α = [T(θ)] T E e A e α e T e { 1 1 } = Ee A e α e T e C y, c C e γ = x { C y} (4 )( 1) = (4 1) Space trss bar withot previos axial load: γ A L { 1 } 1 S e = Ee A e 1 1 Le [ 1 1 ], ce = E e A e α e T e { 1 1 }, t(θ) = [cos θ x cos θ y cos θ z ] x 1 y1 { 1 = [ cos θ x cos θ y cos θ z z 1 ] }b cos θ x cos θ y cos θ z x y { z } Planar trss bar with previos tension load N; axial stiffness and initial (geometric) stiffness: 1 S e = Ee A e L e [ 1 1 ], S 1 e i = Ne L e [ ] 1 t(θ) = [ C x C y C y C x ] 14

15 9.4 Exercises Index application library, 9 bar, bckling, 1 condction, 13 direction cosines, displacement, 1 displacement transformation, 3 displacement vector, 1 displacements, 7 eqilibrim,, 6 essential bondary condition, Exercises, 15 get_element_index.m, gradient, 13 gravity load, 13 inclined roller, 9 interpolation, 13 kinematically nstable, 6 L3_C, 13 L4_C, 13 member weight, 1 MPC, 5, 9 msh_bc_xyz.txt, 11 msh_ebc.txt, 11 msh_load_pt.txt, 11 msh_properties.txt, 11 msh_typ_nodes.txt, 11 Newton s Laws, 9 packed flag, 1 packed integer code, 5 pin spport, 5, 6, 8 planar trss, 1, 9, 13 Planar_Trss.m, 1, 9 point load, 5 reaction, 5 roller spport, 5, 9 seven bar trss, 5 space trss, 11 Space_Trss.m, 1 specific weight, 5 steel, 5 stiffness matrix,, 3 smmary, 1 temperatre, 4 thermal load, 4, 8, 13 transformation matrix, 4 trss element, 13 trss element stiffness, 3 trss member, trss member force, 1 two bar trss, 5 two force member, 1 nion, 1 15

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b)

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b) . Sole Problem.-(c). Sole Problem.-(b). A two dimensional trss shown in the figre is made of alminm with Yong s modls E = 8 GPa and failre stress Y = 5 MPa. Determine the minimm cross-sectional area of

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) MAE 5 - inite Element Analysis Several slides from this set are adapted from B.S. Altan, Michigan Technological University EA Procedre for

More information

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski Advanced topics in Finite Element Method 3D trss strctres Jerzy Podgórski Introdction Althogh 3D trss strctres have been arond for a long time, they have been sed very rarely ntil now. They are difficlt

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion rocedre (demonstrated with a -D bar element problem) MAE - inite Element Analysis Many slides from this set are originally from B.S. Altan, Michigan Technological U. EA rocedre for Static Analysis.

More information

3 2D Elastostatic Problems in Cartesian Coordinates

3 2D Elastostatic Problems in Cartesian Coordinates D lastostatic Problems in Cartesian Coordinates Two dimensional elastostatic problems are discssed in this Chapter, that is, static problems of either plane stress or plane strain. Cartesian coordinates

More information

Formal Methods for Deriving Element Equations

Formal Methods for Deriving Element Equations Formal Methods for Deriving Element Eqations And the importance of Shape Fnctions Formal Methods In previos lectres we obtained a bar element s stiffness eqations sing the Direct Method to obtain eact

More information

APPENDIX B MATRIX NOTATION. The Definition of Matrix Notation is the Definition of Matrix Multiplication B.1 INTRODUCTION

APPENDIX B MATRIX NOTATION. The Definition of Matrix Notation is the Definition of Matrix Multiplication B.1 INTRODUCTION APPENDIX B MAIX NOAION he Deinition o Matrix Notation is the Deinition o Matrix Mltiplication B. INODUCION { XE "Matrix Mltiplication" }{ XE "Matrix Notation" }he se o matrix notations is not necessary

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

Chapter 1: Differential Form of Basic Equations

Chapter 1: Differential Form of Basic Equations MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method CIVL 7/87 Chater - The Stiffness Method / Chater Introdction to the Stiffness (Dislacement) Method Learning Objectives To define the stiffness matrix To derive the stiffness matrix for a sring element

More information

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS MECHANICS O SOIDS COMPRESSION MEMBERS TUTORIA INTERMEDIATE AND SHORT COMPRESSION MEMBERS Yo shold jdge yor progress by completing the self assessment exercises. On completion of this ttorial yo shold be

More information

1 Differential Equations for Solid Mechanics

1 Differential Equations for Solid Mechanics 1 Differential Eqations for Solid Mechanics Simple problems involving homogeneos stress states have been considered so far, wherein the stress is the same throghot the component nder std. An eception to

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

Module 4. Analysis of Statically Indeterminate Structures by the Direct Stiffness Method. Version 2 CE IIT, Kharagpur

Module 4. Analysis of Statically Indeterminate Structures by the Direct Stiffness Method. Version 2 CE IIT, Kharagpur Modle Analysis of Statically Indeterminate Strctres by the Direct Stiffness Method Version CE IIT, Kharagr Lesson The Direct Stiffness Method: Trss Analysis (Contined) Version CE IIT, Kharagr Instrctional

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . Two smooth niform spheres S and T have eqal radii. The mass of S is 0. kg and the mass of T is 0.6 kg. The spheres are moving on a smooth horizontal plane and collide obliqely. Immediately before the

More information

08.06 Shooting Method for Ordinary Differential Equations

08.06 Shooting Method for Ordinary Differential Equations 8.6 Shooting Method for Ordinary Differential Eqations After reading this chapter, yo shold be able to 1. learn the shooting method algorithm to solve bondary vale problems, and. apply shooting method

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

MEC-E8001 Finite Element Analysis, Exam (example) 2017

MEC-E8001 Finite Element Analysis, Exam (example) 2017 MEC-E800 Finite Element Analysis Eam (eample) 07. Find the transverse displacement w() of the strctre consisting of one beam element and po forces and. he rotations of the endpos are assmed to be eqal

More information

Curves - Foundation of Free-form Surfaces

Curves - Foundation of Free-form Surfaces Crves - Fondation of Free-form Srfaces Why Not Simply Use a Point Matrix to Represent a Crve? Storage isse and limited resoltion Comptation and transformation Difficlties in calclating the intersections

More information

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad Linear Strain Triangle and other tpes o D elements B S. Ziaei Rad Linear Strain Triangle (LST or T6 This element is also called qadratic trianglar element. Qadratic Trianglar Element Linear Strain Triangle

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

Lateral Load Capacity of Piles

Lateral Load Capacity of Piles Lateral Load Capacity of Piles M. T. DAVSSON, Department of Civil Engineering, University of llinois, Urbana Pile fondations sally find resistance to lateral loads from (a) passive soil resistance on the

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

STEP Support Programme. STEP III Hyperbolic Functions: Solutions

STEP Support Programme. STEP III Hyperbolic Functions: Solutions STEP Spport Programme STEP III Hyperbolic Fnctions: Soltions Start by sing the sbstittion t cosh x. This gives: sinh x cosh a cosh x cosh a sinh x t sinh x dt t dt t + ln t ln t + ln cosh a ln ln cosh

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

Stability of structures FE-based stability analysis

Stability of structures FE-based stability analysis Stability of strctres FE-based stability analysis Non-linear geometry, example P A B P C P= D -P Non-Linear geometry, example - kinematics The strains may be written as: The lengths of the bar in ndeformed

More information

AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD FOR BUCKLING AND INITIAL POST-BUCKLING ANALYSIS OF COMPOSITE SHELLS

AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD FOR BUCKLING AND INITIAL POST-BUCKLING ANALYSIS OF COMPOSITE SHELLS th Eropean Conference on Comptational Mechanics (ECCM ) 7th Eropean Conference on Comptational Flid Dynamics (ECFD 7) 5 Jne 28, Glasgow, UK AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD

More information

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 CONTENTS INTRODUCTION MEQ crriclm objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 VECTOR CONCEPTS FROM GEOMETRIC AND ALGEBRAIC PERSPECTIVES page 1 Representation

More information

EXERCISES WAVE EQUATION. In Problems 1 and 2 solve the heat equation (1) subject to the given conditions. Assume a rod of length L.

EXERCISES WAVE EQUATION. In Problems 1 and 2 solve the heat equation (1) subject to the given conditions. Assume a rod of length L. .4 WAVE EQUATION 445 EXERCISES.3 In Problems and solve the heat eqation () sbject to the given conditions. Assme a rod of length.. (, t), (, t) (, ),, > >. (, t), (, t) (, ) ( ) 3. Find the temperatre

More information

Elements of Coordinate System Transformations

Elements of Coordinate System Transformations B Elements of Coordinate System Transformations Coordinate system transformation is a powerfl tool for solving many geometrical and kinematic problems that pertain to the design of gear ctting tools and

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

A FIRST COURSE IN THE FINITE ELEMENT METHOD

A FIRST COURSE IN THE FINITE ELEMENT METHOD INSTRUCTOR'S SOLUTIONS MANUAL TO ACCOMANY A IRST COURS IN TH INIT LMNT MTHOD ITH DITION DARYL L. LOGAN Contents Chapter 1 1 Chapter 3 Chapter 3 3 Chapter 17 Chapter 5 183 Chapter 6 81 Chapter 7 319 Chapter

More information

5. The Bernoulli Equation

5. The Bernoulli Equation 5. The Bernolli Eqation [This material relates predominantly to modles ELP034, ELP035] 5. Work and Energy 5. Bernolli s Eqation 5.3 An example of the se of Bernolli s eqation 5.4 Pressre head, velocity

More information

Pulses on a Struck String

Pulses on a Struck String 8.03 at ESG Spplemental Notes Plses on a Strck String These notes investigate specific eamples of transverse motion on a stretched string in cases where the string is at some time ndisplaced, bt with a

More information

Modelling by Differential Equations from Properties of Phenomenon to its Investigation

Modelling by Differential Equations from Properties of Phenomenon to its Investigation Modelling by Differential Eqations from Properties of Phenomenon to its Investigation V. Kleiza and O. Prvinis Kanas University of Technology, Lithania Abstract The Panevezys camps of Kanas University

More information

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

The Open Civil Engineering Journal

The Open Civil Engineering Journal Send Orders for Reprints to reprints@benthamscience.ae 564 The Open Ciil Engineering Jornal, 16, 1, 564-57 The Open Ciil Engineering Jornal Content list aailable at: www.benthamopen.com/tociej/ DOI: 1.174/187414951611564

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

A Single Species in One Spatial Dimension

A Single Species in One Spatial Dimension Lectre 6 A Single Species in One Spatial Dimension Reading: Material similar to that in this section of the corse appears in Sections 1. and 13.5 of James D. Mrray (), Mathematical Biology I: An introction,

More information

CHAPTER 8 ROTORS MOUNTED ON FLEXIBLE BEARINGS

CHAPTER 8 ROTORS MOUNTED ON FLEXIBLE BEARINGS CHAPTER 8 ROTORS MOUNTED ON FLEXIBLE BEARINGS Bearings commonly sed in heavy rotating machine play a significant role in the dynamic ehavior of rotors. Of particlar interest are the hydrodynamic earings,

More information

IMPROVED ANALYSIS OF BOLTED SHEAR CONNECTION UNDER ECCENTRIC LOADS

IMPROVED ANALYSIS OF BOLTED SHEAR CONNECTION UNDER ECCENTRIC LOADS Jornal of Marine Science and Technology, Vol. 5, No. 4, pp. 373-38 (17) 373 DOI: 1.6119/JMST-17-3-1 IMPROVED ANALYSIS OF BOLTED SHEAR ONNETION UNDER EENTRI LOADS Dng-Mya Le 1, heng-yen Liao, hien-hien

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

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018

Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018 Lectre 3 The dot prodct Dan Nichols nichols@math.mass.ed MATH 33, Spring 018 Uniersity of Massachsetts Janary 30, 018 () Last time: 3D space Right-hand rle, the three coordinate planes 3D coordinate system:

More information

The Cross Product of Two Vectors in Space DEFINITION. Cross Product. u * v = s ƒ u ƒƒv ƒ sin ud n

The Cross Product of Two Vectors in Space DEFINITION. Cross Product. u * v = s ƒ u ƒƒv ƒ sin ud n 12.4 The Cross Prodct 873 12.4 The Cross Prodct In stdying lines in the plane, when we needed to describe how a line was tilting, we sed the notions of slope and angle of inclination. In space, we want

More information

10. Applications of 1-D Hermite elements

10. Applications of 1-D Hermite elements 10. Applications of 1-D Hermite elements... 1 10.1 Introduction... 1 10.2 General case fourth-order beam equation... 3 10.3 Integral form... 5 10.4 Element Arrays... 7 10.5 C1 Element models... 8 10.6

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary Momentm Eqation Interest in the momentm eqation: Qantification of proplsion rates esign strctres for power generation esign of pipeline systems to withstand forces at bends and other places where the flow

More information

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method 9210-203 Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method You should have the following for this examination one answer book No additional data is attached

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

More information

MEG 741 Energy and Variational Methods in Mechanics I

MEG 741 Energy and Variational Methods in Mechanics I MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

Details of Check for Boundary Element Requirements

Details of Check for Boundary Element Requirements COMUTERS AND STRUCTURES, INC., BERKELEY, CALIFORNIA DECEMBER 2001 SHEAR WALL DESIGN UCB 97 Technical te Wall ier Bondary Elements This Technical te describes how the program considers the bondary element

More information

Prediction of Effective Asphalt Layer Temperature

Prediction of Effective Asphalt Layer Temperature TRANSPORTATION RESEARCH RECORD 1473 93 Prediction of Effective Asphalt Layer Temperatre EARL H. INGE, JR., AND Y. RICHARD KIM The most widely sed method for evalating deflection measrements for overlay

More information

Uncertainty Analysis of the Thunder Scientific Model 1200 Two-Pressure Humidity Generator

Uncertainty Analysis of the Thunder Scientific Model 1200 Two-Pressure Humidity Generator Uncertainty Analysis of the hnder cientific Model 100 wo-ressre Hmidity Generator 1.0 Introdction escribed here is the generated hmidity ncertainty analysis, following the Gidelines of NI and NL International

More information

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method 17th World Conference on Nondestrctive Testing, 5-8 Oct 008, Shanghai, China Evalation of the Fiberglass-Reinforced Plastics Interfacial Behavior by sing Ultrasonic Wave Propagation Method Jnjie CHANG

More information

PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING

PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING INTRODUCTION Richard 1. Davis & 1. Brce Nestleroth Battelle 505 King Ave Colmbs, OH 40201 Mechanical damage, cased

More information

Substructure Finite Element Model Updating of a Space Frame Structure by Minimization of Modal Dynamic Residual

Substructure Finite Element Model Updating of a Space Frame Structure by Minimization of Modal Dynamic Residual 1 Sbstrctre Finite Element Model Updating of a Space Frame Strctre by Minimization of Modal Dynamic esidal Dapeng Zh, Xinn Dong, Yang Wang, Member, IEEE Abstract This research investigates a sbstrctre

More information

Determining of temperature field in a L-shaped domain

Determining of temperature field in a L-shaped domain Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 0, (:-8 Determining of temperatre field in a L-shaped domain Oigo M. Zongo, Sié Kam, Kalifa Palm, and Alione Oedraogo

More information

Copyright Canadian Institute of Steel Construction

Copyright Canadian Institute of Steel Construction Copyright 017 by Canadian Institte of Steel Constrction All rights reserved. This book or any part thereof mst not be reprodced in any form withot the written permission of the pblisher. Third Edition

More information

DEVELOPMENT OF COMPONENT EXPLOSIVE DAMAGE ASSESSMENT WORKBOOK (CEDAW)

DEVELOPMENT OF COMPONENT EXPLOSIVE DAMAGE ASSESSMENT WORKBOOK (CEDAW) Abstract DEVELOPMENT OF COMPONENT EXPLOSIVE DAMAGE ASSESSMENT WORKBOOK (CEDAW) Charles.J. Oswald, Ph.D., P.E. Dale.T. Nebda, P.E. This paper smmarizes the methods sed to develop the Component Explosive

More information

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE 13 th World Conference on Earthqake Engineering Vancover, B.C., Canada Agst 1-6, 2004 Paper No. 3099 EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE Ellen M. RATHJE 1, Wen-Jong CHANG 2, Kenneth

More information

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks Nmerical verification of the existence of localization of the elastic energy for closely spaced rigid disks S. I. Rakin Siberian State University of transport Rssia, 6349, Novosibirsk, Dsy Kovalchk street,

More information

FRÉCHET KERNELS AND THE ADJOINT METHOD

FRÉCHET KERNELS AND THE ADJOINT METHOD PART II FRÉCHET KERNES AND THE ADJOINT METHOD 1. Setp of the tomographic problem: Why gradients? 2. The adjoint method 3. Practical 4. Special topics (sorce imaging and time reversal) Setp of the tomographic

More information

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics A State Space Based Implicit Integration Algorithm for Differential Algebraic Eqations of Mltibody Dynamics E. J. Hag, D. Negrt, M. Ianc Janary 28, 1997 To Appear Mechanics of Strctres and Machines Abstract.

More information

Linear System Theory (Fall 2011): Homework 1. Solutions

Linear System Theory (Fall 2011): Homework 1. Solutions Linear System Theory (Fall 20): Homework Soltions De Sep. 29, 20 Exercise (C.T. Chen: Ex.3-8). Consider a linear system with inpt and otpt y. Three experiments are performed on this system sing the inpts

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

UNIT V BOUNDARY LAYER INTRODUCTION

UNIT V BOUNDARY LAYER INTRODUCTION UNIT V BOUNDARY LAYER INTRODUCTION The variation of velocity from zero to free-stream velocity in the direction normal to the bondary takes place in a narrow region in the vicinity of solid bondary. This

More information

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION Rssell Qadros, Krishnend Sinha Department of Aerospace Engineering Indian Institte of Technology Bombay Mmbai, India 476 Johan

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

Two-media boundary layer on a flat plate

Two-media boundary layer on a flat plate Two-media bondary layer on a flat plate Nikolay Ilyich Klyev, Asgat Gatyatovich Gimadiev, Yriy Alekseevich Krykov Samara State University, Samara,, Rssia Samara State Aerospace University named after academician

More information

Applying Laminar and Turbulent Flow and measuring Velocity Profile Using MATLAB

Applying Laminar and Turbulent Flow and measuring Velocity Profile Using MATLAB IOS Jornal of Mathematics (IOS-JM) e-issn: 78-578, p-issn: 319-765X. Volme 13, Isse 6 Ver. II (Nov. - Dec. 17), PP 5-59 www.iosrjornals.org Applying Laminar and Trblent Flow and measring Velocity Profile

More information

Concept of Stress at a Point

Concept of Stress at a Point Washkeic College of Engineering Section : STRONG FORMULATION Concept of Stress at a Point Consider a point ithin an arbitraril loaded deformable bod Define Normal Stress Shear Stress lim A Fn A lim A FS

More information

Vectors. Vectors ( 向量 ) Representation of Vectors. Special Vectors. Equal vectors. Chapter 16

Vectors. Vectors ( 向量 ) Representation of Vectors. Special Vectors. Equal vectors. Chapter 16 Vectors ( 向量 ) Chapter 16 2D Vectors A vector is a line which has both magnitde and direction. For example, in a weather report yo may hear a statement like the wind is blowing at 25 knots ( 海浬 ) in the

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1 y g j P(t) P(,y) r t0 i 4/4/006 Motion ( F.Robilliard) 1 Motion: We stdy in detail three cases of motion: 1. Motion in one dimension with constant acceleration niform linear motion.. Motion in two dimensions

More information

All India Mock GATE Test Series Test series 4 Civil Engineering

All India Mock GATE Test Series Test series 4 Civil Engineering All India Mock GATE Test Series Test series 4 Civil Engineering Answer Keys and Explanations General Aptitde: 1 [Ans A] Meaning: slow to move or act Part of Speech: Adjective 2 [Ans *] Range: 9 to 9 So,

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

Research Article An Analytical Solution for Lateral Buckling Critical Load Calculation of Leaning-Type Arch Bridge

Research Article An Analytical Solution for Lateral Buckling Critical Load Calculation of Leaning-Type Arch Bridge Mathematical Problems in Engineering, Article ID 578473, 4 pages http://dx.doi.org/.55/24/578473 Research Article An Analytical Soltion for Lateral Bckling Critical Load Calclation of Leaning-Type Arch

More information

Prediction of Transmission Distortion for Wireless Video Communication: Analysis

Prediction of Transmission Distortion for Wireless Video Communication: Analysis Prediction of Transmission Distortion for Wireless Video Commnication: Analysis Zhifeng Chen and Dapeng W Department of Electrical and Compter Engineering, University of Florida, Gainesville, Florida 326

More information

Calculations involving a single random variable (SRV)

Calculations involving a single random variable (SRV) Calclations involving a single random variable (SRV) Example of Bearing Capacity q φ = 0 µ σ c c = 100kN/m = 50kN/m ndrained shear strength parameters What is the relationship between the Factor of Safety

More information

Shooting Method for Ordinary Differential Equations Autar Kaw

Shooting Method for Ordinary Differential Equations Autar Kaw Shooting Method or Ordinary Dierential Eqations Atar Kaw Ater reading this chapter, yo shold be able to. learn the shooting method algorithm to solve bondary vale problems, and. apply shooting method to

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Workshop on Understanding and Evaluating Radioanalytical Measurement Uncertainty November 2007

Workshop on Understanding and Evaluating Radioanalytical Measurement Uncertainty November 2007 1833-3 Workshop on Understanding and Evalating Radioanalytical Measrement Uncertainty 5-16 November 007 Applied Statistics: Basic statistical terms and concepts Sabrina BARBIZZI APAT - Agenzia per la Protezione

More information

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process Decision Making in Complex Environments Lectre 2 Ratings and Introdction to Analytic Network Process Lectres Smmary Lectre 5 Lectre 1 AHP=Hierar chies Lectre 3 ANP=Networks Strctring Complex Models with

More information

E ect Of Quadrant Bow On Delta Undulator Phase Errors

E ect Of Quadrant Bow On Delta Undulator Phase Errors LCLS-TN-15-1 E ect Of Qadrant Bow On Delta Undlator Phase Errors Zachary Wolf SLAC Febrary 18, 015 Abstract The Delta ndlator qadrants are tned individally and are then assembled to make the tned ndlator.

More information

Reflections on a mismatched transmission line Reflections.doc (4/1/00) Introduction The transmission line equations are given by

Reflections on a mismatched transmission line Reflections.doc (4/1/00) Introduction The transmission line equations are given by Reflections on a mismatched transmission line Reflections.doc (4/1/00) Introdction The transmission line eqations are given by, I z, t V z t l z t I z, t V z, t c z t (1) (2) Where, c is the per-nit-length

More information

A Contraction of the Lucas Polygon

A Contraction of the Lucas Polygon Western Washington University Western CEDAR Mathematics College of Science and Engineering 4 A Contraction of the Lcas Polygon Branko Ćrgs Western Washington University, brankocrgs@wwed Follow this and

More information

Gravitational Instability of a Nonrotating Galaxy *

Gravitational Instability of a Nonrotating Galaxy * SLAC-PUB-536 October 25 Gravitational Instability of a Nonrotating Galaxy * Alexander W. Chao ;) Stanford Linear Accelerator Center Abstract Gravitational instability of the distribtion of stars in a galaxy

More information

Image and Multidimensional Signal Processing

Image and Multidimensional Signal Processing Image and Mltidimensional Signal Processing Professor William Hoff Dept of Electrical Engineering &Compter Science http://inside.mines.ed/~whoff/ Forier Transform Part : D discrete transforms 2 Overview

More information

Professor Terje Haukaas University of British Columbia, Vancouver The M4 Element. Figure 1: Bilinear Mindlin element.

Professor Terje Haukaas University of British Columbia, Vancouver   The M4 Element. Figure 1: Bilinear Mindlin element. Professor Terje Hakaas University of British Colmbia, ancover www.inrisk.bc.ca The M Element variety of plate elements exist, some being characterized as Kirchhoff elements, i.e., for thin plates, and

More information

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields.

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields. Kraskopf, B, Lee,, & Osinga, H (28) odimension-one tangency bifrcations of global Poincaré maps of for-dimensional vector fields Early version, also known as pre-print Link to pblication record in Explore

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

Math 116 First Midterm October 14, 2009

Math 116 First Midterm October 14, 2009 Math 116 First Midterm October 14, 9 Name: EXAM SOLUTIONS Instrctor: Section: 1. Do not open this exam ntil yo are told to do so.. This exam has 1 pages inclding this cover. There are 9 problems. Note

More information