Development of finite element tools for assisted seismic design

Size: px
Start display at page:

Download "Development of finite element tools for assisted seismic design"

Transcription

1 Istituto Universitario di Studi Superiori di Pavia Università degli Studi di Pavia ROSE School EUROPEAN SCHOOL FOR ADVANCED STUDIES IN REDUCTION OF SEISMIC RISK Development of finite element tools for assisted seismic design A Project Submitted in Partial Fulfilment of the Requirements for the PhD in EARTHQUAKE ENGINEERING By ALESSANDRO REALI Supervisors: Prof. FERDINANDO AURICCHIO Prof. ALBERTO PAVESE Pavia, February 2005

2 The project entitled Development of finite element tools for assisted seismic design, by Alessandro Reali, has been approved in partial fulfilment of the requirements for the PhD in Earthquake Engineering. Ferdinando Auricchio Alberto Pavese

3 Abstract ABSTRACT The latest developments in the building codes make necessary the implementation of tools able to help engineers in all the phases of structural seismic design. In this framework, it is rapidly arising the interest for building software packages for R.C. structural aided design that can guide engineers to design a structure starting from the geometric modeling and arriving to the (automatic) generation of the design tables in accordance with the prescriptions of the recent codes (as Eurocode and the Italian Seismic Code). This work focuses on a finite element code that can be used as structural engine for such seismic aided design packages. Starting from the research oriented general purpose finite element code FEAPpv, a tool for frame analysis is developed, including features very important for a correct design of R.C. frames, as for example the modal combination with response spectrum and the possibility of including rigid slabs. Keywords: finite element method, frame analysis, structural aided design, modal combination, response spectrum. i

4 Contents DEVELOPMENT OF FINITE ELEMENT TOOLS FOR ASSISTED SEISMIC DESIGN CONTENTS ABSTRACT CONTENTS LIST OF TABLES LIST OF FIGURES i ii v vi 1. FEAPPV Frame analysis using FEAppv General structure for an input file Details on mesh generation Details on batch commands Examples Static and eigenvalue analysis of a cantilever beam Eigenvalue analysis of a 1-bay 3-frame 2-storey structure NEW IMPLEMENTATIONS FEAPpv modifications ii

5 Contents Errors in FEAPpv Input-output modifications to FEAPpv New features Input of a response spectrum Modal participation factors and effective modal masses Modal combination (CQC) Lumped masses Springs Master-slave constraints NUMERICAL TESTS Self-weight analysis of a 1-bay 3-frame 2-storey structure Response spectrum analysis of a 1-bay 3-frame 2-storey structure Response spectrum analysis of a 1-bay 3-frame 2-storey structure with lumped masses and springs Response spectrum analysis of a 1-bay 3-frame 2-storey structure with rigid constraints Rigid top floor Rigid diaphragm top floor Response spectrum analysis of a 3-bay 3-frame 4-storey structure with rigid diaphragm and lumped masses and springs Response spectrum analysis of a L-shaped 4-storey structure CONCLUSIONS 41 BIBLIOGRAPHY 42 A. INPUT AND OUTPUT FILES 43 A.1 Self-weight analysis of a 1-bay 3-frame 2-storey structure A.2 Response spectrum analysis of a 1-bay 3-frame 2-storey structure A.3 Response spectrum analysis of a 1-bay 3-frame 2-storey structure with lumped masses and springs A.4 Response spectrum analysis of a 1-bay 3-frame 2-storey structure with rigid top floor A.5 Response spectrum analysis of a 1-bay 3-frame 2-storey structure with rigid diaphragm top floor A.6 Response spectrum analysis of a 3-bay 3-frame 4-storey structure with rigid diaphragm and lumped masses and springs iii

6 Contents A.7 Response spectrum analysis of a L-shaped 4-storey structure iv

7 LIST OF TABLES LIST OF TABLES 1.1 Cantilever beam, material and geometric properties Cantilever beam, reference nodal displacements Cantilever beam, reference eigenvalues Cantilever beam, reference first eigenmode bay 3-frame 2-storey structure, material and geometric properties bay 3-frame 2-storey structure, reference eigenvalues bay 3-frame 2-storey structure under self-weight, fem versus SAP2000 reference results bay 3-frame 2-storey structure: response spectrum analysis, fem versus SAP2000 reference results Stiffness components for springs added to first floor nodes bay 3-frame 2-storey structure with lumped masses and springs: response spectrum analysis, fem versus SAP2000 reference results bay 3-frame 2-storey structure with rigid top floor: response spectrum analysis, fem versus SAP2000 reference results bay 3-frame 2-storey structure with rigid diaphragm top floor: response spectrum analysis, fem versus SAP2000 reference results bay 3-frame 4-storey structure, material and geometric properties bay 3-frame 4-storey structure: response spectrum analysis, fem versus SAP2000 reference results L-shaped 4-storey structure, material and geometric properties L-shaped 4-storey structure: response spectrum analysis, fem versus SAP2000 reference results v

8 LIST OF FIGURES LIST OF FIGURES 1.1 Local frame defined through the reference node (R) Views of the 1-bay 3-frame 2-storey structure under investigation in the x-z (top) and in the x-y planes (bottom) Response spectrum used for the analyses Views of the 3-bay 3-frame 4-storey structure under investigation in the x-z (top) and in the x-y planes (bottom) Views of the L-shaped 4-storey structure under investigation in the x-z (top) and in the x-y planes (bottom) vi

9 Chapter 1. FEAPpv 1. FEAPPV FEAPpv (A Finite Element Analysis Program - Personal Version, see Taylor (2001)) is an open-source general purpose finite element program developed at the University of California at Berkeley by Professor R. L. Taylor. It can be defined a research-oriented tool, because it is very simple for a user to enter the Fortran code and modify it or add new elements and features in order to make the program able to solve any problem under investigation. For a complete description of FEAPpv (and FEAP, which is the extended version), an exhaustive documentation is available under Professor Taylor s web page ( rlt/). The aim of this Chapter is to show some FEAPpv features related to frame analysis, which are the starting point of our project that mainly consists in obtaining a reliable structural analysis tool that can be used as structural engine for seismic aided design packages. In particular, the work described in this report has been carried on in collaboration with the ProSA developing staff, who have chosen to implement the work results into the ProSA (which stands for PROgettazione Strutturale Assistita, meaning Structural Aided Design ) project, which is a project promoted by Eucentre and Protezione Civile consisting in the construction of a modern and complete software package for seismic aided design. 1.1 FRAME ANALYSIS USING FEAPPV In this section we show, with the help of simple examples, how to perform different kinds of frame analyses using FEAPpv as is when downloaded. Note that the structure of the input file is very simple and is divided into two parts: the first one, starting with a title line, is where the problem to be solved is defined, the second one is where the solution commands are specified. 1

10 Chapter 1. FEAPpv In the following we describe step by step how to prepare input files to perform linear static and eigenvalue frame analyses General structure for an input file FEAPpv title of the analysis numnp numel nummat ndm ndf nen COORdinate list of coordinates ELEMent list of elements BOUNdary list of boundary conditions FORCe list of nodal forces DISPlacement list of prescribed displacements MATErial,num FRAMe ELAStic ISOTropic E nu DENSity 0 rho BODY 0 q_x q_y q_z CROSs section A I_11 I_22 I_12 J_t REFErence NODE xx yy zz END BATCh macro1 macro2 etc. END 2

11 Chapter 1. FEAPpv STOP Details on mesh generation FEAP section FEAPpv title of the analysis numnp numel nummat ndm ndf nen where: numnp number of nodal points numel number of elements nummat number of material sets ndm number of dimensions ndf number of degrees of freedom at each node nen maximum number of nodes connected to each element coordinate section COORdinate 1 0 x_1 y_1 z_1 2 0 x_2 y_2 z_2 etc. where: i x i y i z i element section global node number global node coordinates ELEMent 1 0 mat_1 n1_1 n2_1 2 0 mat_2 n1_2 n2_2 etc. where: i global element number mat i number of element material n1 i n2 i nodes connected to the element boundary section BOUNdary 1 0 dof_1 dof_2 dof_ dof_1 dof_2 dof_3... etc. 3

12 Chapter 1. FEAPpv where: i dof j = 0 free, global constrained node number dof j = 1 constrained force section FORCe 1 0 f_1 f_2 f_ f_1 f_2 f_3... etc. where: i f j global loaded node number j th component of the generalized load at node i displacement section DISPlacement 1 0 d_1 d_2 d_ d_1 d_2 d_3... etc. where: i d j global node number j th component of the generalized prescribed displacement at node i material section MATErial,num FRAMe ELAStic ISOTropic E nu DENSity 0 rho BODY 0 q_1 q_2 q_3 CROSs section A I_22 I_33 I_23 J_t REFErence NODE xx yy zz (or REFErence VECTor xx yy zz) where: 4

13 Chapter 1. FEAPpv num material set number E Young s modulus nu Poisson s ratio A cross section area rho material density q 1 x-body load q 2 y-body load q 3 z-body load I 22 2-moment of inertia I 33 3-moment of inertia I 23 product of inertia J t torsional constant (default: I 22+I 33) xx x reference node coordinate (or x reference vector component) yy y reference node coordinate (or y reference vector component) zz z reference node coordinate (or z reference vector component) The local axis frame defined through the reference node is shown in figure 1.1; otherwise, if the reference vector is used, its direction directly defines the one for local axis 2. Figure 1.1: Local frame defined through the reference node (R) Details on batch commands We distinguish in the following discussion two cases depending on the type of desired structural analysis. 5

14 Chapter 1. FEAPpv Static analysis To perform a static analysis the following set of commands is needed: TANGent,,1! solve the linear problem DISPlacement,all! print all nodal displacements STREss,all! print all internal actions REACtion,all! print all nodal reactions Eigenvalues and eigenvectors To perform an eigenvalue analysis the following set of commands is needed: MASS,CONS! form consistent mass matrix (LUMP for a lumped mass formulation) TANGent! form tangent matrix SUBSpace,n1,n2! compute eigenvalues by subspace iterations EIGVector,all,1! print all nodal modal displacements for 1st eigenvector EIGVector,all,2! print all nodal modal displacements for 2nd eigenvector the subspace command is followed by two numbers whose meaning is: n1 = number of eigenpairs to compute n2 = number of vectors to expand the subspace and improve convergence (default: min{n1+8, 2 n1, maximum number of eigenvalues}) 1.2 EXAMPLES We report here a couple of very simple examples in order to show how to use FEAPpv to perform static and eigenvalue analyses. We remark that in these examples the results relative to internal actions and reactions are not reported because in FEAPpv there exists an error about the output of these quantities. Anyway such an error has been found and corrected. Moreover, the body load command in FEAPpv simply puts half of the resultant load on each of the element ends, but also this has been corrected considering its flexural effects on the element ends. 6

15 Chapter 1. FEAPpv Note: here and in all the tests performed in this work, the solutions taken as reference for the numerical results are the ones resulting from the finite element code SAP2000 (see SAP.htm) Static and eigenvalue analysis of a cantilever beam The first example consists of the static and eigenvalue analyses of a cantilever beam, whose material and geometric properties are reported in Table 1.1, loaded by a shear load p = 1 KN at the free end in the x direction. The cantilever beam has been modeled by four frame elements. For the eigenvalue analysis a lumped mass matrix formulation has been adopted (only the first eigenmode is here requested as output). Young modulus E = KN/m 2 Poisson ratio ν = 0.2 Density ρ = 2.5 t/m 3 Length L = 4 m Cross section base b = 0.3 m Cross section height h = 0.4 m Table 1.1: Cantilever beam, material and geometric properties. Below we report the input and the output files for such a problem, named respectively icant.txt and ocant.txt. Input file: icant.txt FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] 5,4,1,3,6,3 coordinate element boundary force material,1 frame 7

16 Chapter 1. FEAPpv end elastic isotropic 3.E7.2 density cross section E-4 1.6E e-3 reference node batch tangent,,1 displacement,all mass,lump subspace eigvector,all,1 end stop Output file: ocant.txt FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] Solution date: Fri Feb 18 18:38: UNIX/PC 1.2a - 01/07/02 - Input Data Filename: Icant.txt Number of Nodal Points : 5 Number of Elements : 4 Spatial Dimension of Mesh : 3 Degrees-of-Freedom/Node (Maximum) - : 6 Number Element Nodes (Maximum) - : 3 Number of Material Sets : 1 Number Parameters/Set (Program) - : 200 Number Parameters/Set (Users ) - : 50 FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] Nodal Coordinates node 1 Coord 2 Coord 3 Coord E E E E E E E E E E E E E E E+00 FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] E l e m e n t s Elmt Mat Reg 1 Node 2 Node 3 Node

17 Chapter 1. FEAPpv FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] N o d a l B. C. Node 1-b.c. 2-b.c. 3-b.c. 4-b.c. 5-b.c. 6-b.c FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] Nodal Forces node 1 Force 2 Force 3 Force 4 Force 5 Force 6 Force E E E E E E+00 FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] M a t e r i a l P r o p e r t i e s Material Set 1 for Element Type: frame Degree of Freedom Assignments Local Global Number Number T h r e e D i m e n s i o n a l F r a m e M e c h a n i c a l P r o p e r t i e s Truss & Frame Analysis Modulus E E+07 Poisson ratio Density 1-Gravity Load 2-Gravity Load 3-Gravity Load E E E E+00 C r o s s S e c t i o n P a r a m e t e r s Area I_xx I_yy I_xy J_zz Kappa_x Kappa_y E E E E E E E-01 9

18 Chapter 1. FEAPpv Formulation : Small deformation. No shear deformation Mass type : Lumped. Rotational Mass Factor: E+00 R e f e r e n c e C o o r d i n a t e s X-1 = E+00 X-2 = E+00 X-3 = E+00 E q u a t i o n / P r o b l e m S u m m a r y: Space dimension (ndm) = 3 Number dof (ndf) = 6 Number of equations = 24 Number nodes = 5 Average col. height = 8 Number elements = 4 Number profile terms = 168 Number materials = 1 FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] M a c r o I n s t r u c t i o n s Macro Statement Variable 1 Variable 2 Variable 3 tang E E E+00 disp all E E E+00 mass lump E E E+00 subs E E E+00 eigv all E E E+00 *Macro 1 * tang v: t= Residual norm = E E+00 t= Condition check: D-max E+07; D-min E+04; Ratio E+04 Maximum no. diagonal digits lost: 2 End Triangular Decomposition t= Energy convergence test Maximum = E-04 Current = E-04 Relative = E+00 Tolerance = E-16 *Macro 2 * disp all v: t= FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] N o d a l D i s p l a c e m e n t s Time E+00 Prop. Ld E+00 Node 1 Coord 2 Coord 3 Coord 1 Displ 2 Displ 3 Displ 4 Displ 5 Displ 6 Displ E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E+00 10

19 Chapter 1. FEAPpv E E E E E E-04 *Macro 3 * mass lump v: t= *Macro 4 * subs v: t= There are 0 eigenvalues less than shift E+00 SUBSPACE: Current eigenvalues, iteration D D D D D D D D D+07 SUBSPACE: Current residuals, iteration D D D D D D D D D-02 SUBSPACE: Square root of eigenvalues (rad/t) D D D D D D D D D+03 SUBSPACE: Square root of eigenvalues (Hz.) D D D D D D D D D+02 SUBSPACE: Period in units of time (T) D D D D D D D D D-03 *Macro 5 * eigv all v: t= FEAPpv 4-element cantilever beam (static & modal analysis) [KN m] N o d a l D i s p l a c e m e n t s Time E+00 Eigenvalue E+03 Node 1 Coord 2 Coord 3 Coord 1 EigV. 2 EigV. 3 EigV. 4 EigV. 5 EigV. 6 EigV E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E-15 *End of Macro Execution* t= The reference results from SAP2000 are reported in Tables 1.2, 1.3 and 1.4. It is possible to see that they completely agree with FEAPpv results. 11

20 Chapter 1. FEAPpv node u 1 [m] u 2 [m] u 3 [m] θ 1 θ 2 θ Table 1.2: Cantilever beam, reference nodal displacements. mode period [s] frequency [s 1 ] circ. freq. [rad s 1 ] eigenvalue [rad 2 s 2 ] Table 1.3: Cantilever beam, reference eigenvalues. node u 1 [m] u 2 [m] u 3 [m] θ 1 θ 2 θ E E E E E E E E E E E E-16 Table 1.4: Cantilever beam, reference first eigenmode Eigenvalue analysis of a 1-bay 3-frame 2-storey structure The second example consists of the eigenvalue analysis of a 1-bay 3-frame 2-storey structure (see Figure 1.2) whose material and geometric properties are reported in Table 1.5. Each member has been modeled by one frame element. A lumped mass matrix formulation has been adopted. Young modulus E = KN/m 2 Poisson ratio ν = 0.2 Density ρ = 2.5 t/m 3 x-beam length L x = 4.5 m x-beam cross section base b x = 0.25 m x-beam cross section height h x = 0.35 m y-beam length L y = 6 m y-beam cross section base b y = 0.25 m y-beam cross section height h y = 0.40 m column height H = 3 m column edge (square) l = 0.25 m Table 1.5: 1-bay 3-frame 2-storey structure, material and geometric properties. Below we report the input and the output files for such a problem, named respectively iframe.txt and oframe.txt. 12

21 Chapter 1. FEAPpv Figure 1.2: Views of the 1-bay 3-frame 2-storey structure under investigation in the x-z (top) and in the x-y planes (bottom). Input file: iframe.txt FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) 18,26,3,3,6,2 coordinate element

22 Chapter 1. FEAPpv boundary material,1! column.25x.25 frame elastic isotropic 3.E7.2 density cross section 6.25E E E E-4 reference vector material,2! x-beam.25x.35 frame elastic isotropic 3.E7.2 density cross section 8.75E E E E-3 reference vector material,3! y-beam.25x.40 frame elastic isotropic 3.E7.2 density cross section 1.0E E E E-3 reference vector end batch tangent mass,lump subspace end 14

23 Chapter 1. FEAPpv stop Output file: oframe.txt FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) Solution date: Tue Feb 22 09:33: UNIX/PC 1.2a - 01/07/02 - Input Data Filename: Iframe.txt Number of Nodal Points : 18 Number of Elements : 26 Spatial Dimension of Mesh : 3 Degrees-of-Freedom/Node (Maximum) - : 6 Number Element Nodes (Maximum) - : 2 Number of Material Sets : 3 Number Parameters/Set (Program) - : 200 Number Parameters/Set (Users ) - : 50 FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) Nodal Coordinates node 1 Coord 2 Coord 3 Coord E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E+00 FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) E l e m e n t s Elmt Mat Reg 1 Node 2 Node

24 Chapter 1. FEAPpv FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) N o d a l B. C. Node 1-b.c. 2-b.c. 3-b.c. 4-b.c. 5-b.c. 6-b.c FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) M a t e r i a l P r o p e r t i e s Material Set 1 for Element Type: frame Degree of Freedom Assignments Local Global Number Number T h r e e D i m e n s i o n a l F r a m e M e c h a n i c a l P r o p e r t i e s Truss & Frame Analysis Modulus E E+07 Poisson ratio

25 Chapter 1. FEAPpv Density 1-Gravity Load 2-Gravity Load 3-Gravity Load E E E E+00 C r o s s S e c t i o n P a r a m e t e r s Area I_xx I_yy I_xy J_zz Kappa_x Kappa_y E E E E E E E-01 Formulation : Small deformation. No shear deformation Mass type : Lumped. Rotational Mass Factor: E+00 R e f e r e n c e V e c t o r v-1 = E+00 v-2 = E+00 v-3 = E+00 FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) M a t e r i a l P r o p e r t i e s Material Set 2 for Element Type: frame Degree of Freedom Assignments Local Global Number Number T h r e e D i m e n s i o n a l F r a m e M e c h a n i c a l P r o p e r t i e s Truss & Frame Analysis Modulus E E+07 Poisson ratio Density 1-Gravity Load 2-Gravity Load 3-Gravity Load E E E E+00 17

26 Chapter 1. FEAPpv C r o s s S e c t i o n P a r a m e t e r s Area I_xx I_yy I_xy J_zz Kappa_x Kappa_y E E E E E E E-01 Formulation : Small deformation. No shear deformation Mass type : Lumped. Rotational Mass Factor: E+00 R e f e r e n c e V e c t o r v-1 = E+00 v-2 = E+00 v-3 = E+00 FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) M a t e r i a l P r o p e r t i e s Material Set 3 for Element Type: frame Degree of Freedom Assignments Local Global Number Number T h r e e D i m e n s i o n a l F r a m e M e c h a n i c a l P r o p e r t i e s Truss & Frame Analysis Modulus E E+07 Poisson ratio Density 1-Gravity Load 2-Gravity Load 3-Gravity Load E E E E+00 C r o s s S e c t i o n P a r a m e t e r s Area I_xx E E-03 18

27 Chapter 1. FEAPpv I_yy I_xy J_zz Kappa_x Kappa_y E E E E E-01 Formulation : Small deformation. No shear deformation Mass type : Lumped. Rotational Mass Factor: E+00 R e f e r e n c e V e c t o r v-1 = E+00 v-2 = E+00 v-3 = E+00 E q u a t i o n / P r o b l e m S u m m a r y: Space dimension (ndm) = 3 Number dof (ndf) = 6 Number of equations = 72 Number nodes = 18 Average col. height = 22 Number elements = 26 Number profile terms = 1512 Number materials = 3 FEAPpv 1 bay 3 frames 2 storeys [KN m] (modal analysis) M a c r o I n s t r u c t i o n s Macro Statement Variable 1 Variable 2 Variable 3 tang E E E+00 mass lump E E E+00 subs E E E+00 *Macro 1 * tang v: t= t= Condition check: D-max E+07; D-min E+04; Ratio E+03 Maximum no. diagonal digits lost: 2 End Triangular Decomposition t= *Macro 2 * mass lump v: t= *Macro 3 * subs v: t= There are 0 eigenvalues less than shift E+00 SUBSPACE: Current eigenvalues, iteration D D D D D D D D D+03 SUBSPACE: Current residuals, iteration D D D D D D D D D-05 SUBSPACE: Square root of eigenvalues (rad/t) D D D D D D D D D+01 19

28 Chapter 1. FEAPpv SUBSPACE: Square root of eigenvalues (Hz.) D D D D D D D D D+01 SUBSPACE: Period in units of time (T) D D D D D D D D D-02 *End of Macro Execution* t= The reference results from SAP2000 are reported in Table 1.6. It is possible to see that they completely agree with FEAPpv results. mode period [s] frequency [s 1 ] circ. freq. [rad s 1 ] eigenvalue [rad 2 s 2 ] Table 1.6: 1-bay 3-frame 2-storey structure, reference eigenvalues. 20

29 Chapter 2. New implementations 2. NEW IMPLEMENTATIONS In this Chapter we show the modifications and the new features implemented into the original version of the finite element program FEAPpv. For the new features included in the code it is given a brief theoretical introduction of the problem. All the tests performed in order to check the results of the final version of the program are reported in the next Chapter. 2.1 FEAPPV MODIFICATIONS In this Section we present the modifications and the corrections we needed to perform on the code FEAPpv. The corrections consist just in fixing a couple of trivial (but important from the point of view of frame analysis) errors present in the original code. The modifications are applied to the input-output part of the code, in order to make simpler the connection between the structural engine of the project ProSA and its main parts which are the pre- and post-processor tools Errors in FEAPpv As already mentioned in the previous Chapter, a couple of trivial errors have been found in the original version of FEAPpv. These errors are about the computation (in the output phase) of internal actions and the application of a uniformly distributed body load. The former was simply an index problem inside a do-loop. Once detected, it has been fixed without any problem. The latter consisted in the lack of the contribution to the right-hand-side vector of the bending moments due to the body load. In this way the program simply loaded each element end with 21

30 Chapter 2. New implementations half of the resultant of the distributed load. Also this bug has been fixed, adding the suitable terms to the element right-hand-side vector Input-output modifications to FEAPpv Some modifications to the standard input-output system of FEAPpv were necessary in order to make as simple as possible the connection between the finite element code and the ProSA preand post-processors. The ProSA developing staff have decided that at the moment the simplest way to connect the different ProSA tools was through auxiliary files. Almost all the original input-output structure of FEAPpv has been eliminated. As there was no more need for interactive and graphical features, they have been removed from the program, which has been built as a simple Fortran Console Application instead of Fortran Standard Graphics or QuickWin Application. Moreover, as the input and output files need to be generated in a directory which is different in general from the one where is placed the executable program, it has been necessary for the program to be able to read paths and to work in different directories. At the end of this process, the syntax to call (to be done from a DOS prompt) the program fem.exe, make it read the input file file1 from the directory C:\input and make it write the output on the file file2 in the directory C:\output is the following: fem.exe -ic:\input\file1 -oc:\output\file2 We remark that, if the files present an extension (for instance.txt), it has to be specified in the call to the executable. Moreover, we have decided to preserve the original structure of the input file, but the output has been simplified and through the new format it has been made more rational the access to the output information by another program (i.e. the post-processor). At the moment it has been decided to keep (even if unnecessary) the first part of the output as an echo of the input for check reasons. The new format of the output can be seen in one of the test files reported in Appendix A. 2.2 NEW FEATURES A number of both important and minor new features has been added to FEAPpv in order to make it suitable for frame seismic analysis. 22

31 Chapter 2. New implementations In the following we show each new feature Input of a response spectrum As a very important new feature that has been added to FEAPpv is the modal analysis with response spectrum (we will talk about that in the following), we needed a new mesh command in order to input a response spectrum. So it has been created the new mesh command spectrum. The syntax to input a response spectrum is: spectrum ξ n T 1 Sa 1 T 2 Sa 2... T n Sa n where: ξ is the damping ratio, n is the number of spectrum pairs, T i is the i th value of period and Sa i is the corresponding value of spectral acceleration. The resulting response spectrum will be the linear interpolation between the n input spectrum pairs. We remark that the spectrum refers to an earthquake that in general can act in any direction in the x-y plane, but the angle θ that defines this direction has not to be specified at this level: it will be given by the user during the call to the modal combination Modal participation factors and effective modal masses Before performing a response spectrum analysis, it is necessary to compute for each mode i the so called modal participation factors (Γ i ) and effective modal masses (Mi ), which are respectively a measure of the degree of the mode participation in the total response and of the portion of the total mass effectively participating in the mode response. They are defined as follows: Γ i = L i M i and M i = L2 i M i where L i = φ T i mi and M i = φ T i mφ i, being φ i the i th eigenmode vector, m the mass matrix and i the influence vector. The participation factors Γ i are necessary to compute each mode response (see next Subsection). The effective masses have to be known by the user, because they give information on how many modes need to be included in the modal combination, depending on what is prescribed by the reference seismic code (for instance, a widely used rule is to include a number of modes such 23

32 Chapter 2. New implementations that the total effective mass is at least 90% of the total mass). We remark that the sum of all the effective modal masses is equal to the total mass of the system. The computation of the quantities just described have been inserted in the macro command subspace and their values are printed to the output file immediately after the frequencies of the system Modal combination (CQC) Of course a fundamental tool for earthquake engineering analysis is the dynamic analysis with response spectrum. This method consists in estimating the peak seismic response for a structure by combining the peak responses associated to single vibration modes and computed by means of a response spectrum. The uncoupled equation of motion for the i th mode is: q i (t) + 2ξ i ω i q i (t) + ωi 2 q i (t) = Γ i ü g (t) where q i (t) is the modal coordinate (such that the contribution of the i th mode to the nodal displacement u(t) is u i (t) = φ i q i (t), with φ i the i th eigenmode vector), ξ i is the damping ratio, ω i is the (circular) frequency, Γ i is the modal participation factor and u g (t) is the ground motion. Comparing this equation with the one for the single degree of freedom system (whose displacement is indicated with D i ), we get: q i (t) = Γ i D i (t). So: u i (t) = Γ i φ i D i (t). Now, given the earthquake response spectrum, for each mode i we can enter it with the period T i getting the spectral acceleration S a,i and then the spectral displacement S d,i = S a,i /ω 2 i. From the spectral displacement S d,i we obtain the peak modal nodal displacement as: U i = Γ i φ i S d,i Finally, to get an estimate of the peak displacement, we have to combine the peak modal displacements. Many combination rules have been proposed in the literature, the most famous of which are the absolute sum (ABSSUM), the square-root-of-sum-of-squares (SRSS) and the complete quadratic combination (CQC), see Der Kiureghian (1981) and Wilson et al. (1981). Since the complete quadratic combination seems to be the rule giving in general the best estimate for peak response quantities, it is the one we have chosen in order to perform the modal combination in our code. In this way, according to CQC estimate, the k th component of the peak nodal displacement vector U CQC is: 24

33 Chapter 2. New implementations U CQC,k = N N ρ ij U i,k U j,k i=1 j=1 where N is the number of modes included in the combination and ρ ij [0, 1] is the correlation coefficient between modes i and j. Different expressions for the correlation coefficient ρ ij have been published in the years. We have used the one proposed first in Der Kiureghian (1981), which is the most widely used. The expression, supposing the same damping ratio for all modes (ξ i = ξ i), is the following: where β ij = ω i /ω j. ρ ij = 8ξ 2 (1 + β ij )β 3/2 ij (1 β 2 ij )2 + 4ξ 2 β ij (1 + β ij ) 2 Besides displacements, other output quantities, as internal actions and nodal reactions, need to be computed for each mode and then combined by a CQC rule. In order to do that, we simply have to pass, for each mode and for each element, the corresponding nodal displacements to the subroutine that computes, element-wise, the internal actions and we have to pass, for each mode, the global displacement vector to the subroutine that computes the reaction forces. Finally we just combine each modal quantity according to the CQC rule used for displacements. This analysis procedure has been implemented in the macro command mods, which performs the complete quadratic combination for displacements, internal forces and reactions. The results are directly printed in the output file (printing is automatic and no more commands are required). The syntax to perform the complete quadratic modal combination (to be obviously performed only after a call to the macro command subspace ) is: mods,,n,θ where n is the number of modes to be included in the combination and θ is the angle (in degrees, equal to zero by default) that defines the direction of the ground motion in the x-y plane (it is the counter-clock-wise angle with the positive direction of the x-axis) Lumped masses Another feature which was not present in FEAPpv but is useful in Earthquake Engineering is the possibility to append to a node a lumped mass. In order to do that we have to add the values of the lumped masses to the diagonal of the mass matrix in the suitable positions. Lumped masses can now be introduced in the system through the mesh command cmas with the following syntax: 25

34 Chapter 2. New implementations cmas n i m i j m j... l m l where n is the number of lumped masses to be added, i, j,..., l are the global number of the nodes to which the masses are appended and m i is the value of the lumped mass added to node i Springs Also the possibility to add a spring to a node was not originally present in FEAPpv. In order to do that, we have to add the stiffness components of the spring to the diagonal of the global stiffness matrix in the suitable positions. The mesh command prepared to introduce springs in the structure is nspr and the syntax is as follows: nspr n i k i,x k i,y k i,z k i,θx k i,θy k i,θz j k j,x k j,y k j,z k j,θx k j,θy k j,θz... l k l,x k l,y k l,z k l,θx k l,θy k l,θz where n is the number of springs to be added, i, j,..., l are the global number of the nodes to which the springs are appended and k i,x k i,y k i,z k i,θx k i,θy k i,θz are the values of the translational and rotational stiffness of the spring added to node i in the three cartesian components Master-slave constraints It is very common in structural analysis to make use of constraints in order to approximate the behaviour of real frames including the effects of nearly rigid elements such as slabs or diaphragms. In order to construct a general framework for rigid constraints, we allow to rigidly connect the displacements and the rotations of a node to the ones of another one through a master-slave option. This means that a node s can be defined as the slave of a master node m, in the sense 26

35 Chapter 2. New implementations that the degrees of freedom of the former are rigidly connected to the ones of the latter, through the following relations: u (s) x u (s) y u (s) z = u (m) x = u (m) y = u (m) z u (s) θ x = u (m) θ x u (s) θ y u (s) θ z = u (m) θ y = u (m) θ z + (z (s) z (m) )u (m) θ y (z (s) z (m) )u (m) θ x + (y (s) y (m) )u (m) θ z (y (s) y (m) )u (m) θ z + (x (s) x (m) )u (m) θ z (x (s) x (m) )u (m) θ y As some kinds of constraint (as a rigid diaphragm, for example) do not involve all the degrees of freedom of the slave node, it is possible to constrain only a subset of the degrees of freedom of a node. The master-slave option has to be called just after the end command closing the FEAPpv mesh input section using the following syntax: master slave x m,1 y m,1 z m,1 x 1 y 1 z 1 flag 1,x flag 1,y flag 1,z flag 1,θx flag 1,θy flag 1,θz slave x m,2 y m,2 z m,2 x 2 y 2 z 2 flag 2,x flag 2,y flag 2,z flag 2,θx flag 2,θy flag 2,θz... slave x m,n y m,n z m,n x n y n z n flag n,x flag n,y flag n,z flag n,θx flag n,θy flag n,θz where x i, y i, z i are the coordinates of the i th slave node and x m,i, y m,i, z m,i are the coordinates of the corresponding master node; the following flags are equal to 1 if the corresponding degree of freedom is free and 0 if it is constrained. 27

36 Chapter 3. Numerical tests 3. NUMERICAL TESTS In this Chapter, we report some examples performed in order to test the new features implemented in the program. The results obtained are compared with the ones from SAP2000 and all of them show the reliability of the analyses performed. To begin with, we test all the different features on the simple three-dimensional 1-bay 3-frame 2-storey structure presented in Chapter 1 (see Figure 1.2 and Table 1.5). Moreover, in the last two examples, we test also more complicated structures. The complete input and output files for all the analyses reported in this Chapter are reported in Appendix A. 3.1 SELF-WEIGHT ANALYSIS OF A 1-BAY 3-FRAME 2-STOREY STRUC- TURE As a first test, the structure sketched in Figure 1.2 has been tested under its self-weight assumed to be a uniform load of intensity ρg = KN/m 3 in the negative direction of the z-axis. We take as reference values to check our results the displacements, the internal forces and the reactions at some specific points, in particular we check: generalized displacements ([m] and rad) at node 18, of coordinates (4.5, 12, 6); internal actions ([KN] and [KNm]) at the ends of element 5 connecting nodes 3 (I) and 4 (J), of coordinates, respectively (0, 0, 3) and (4.5, 0, 3); reactions ([KN] and [KNm]) at node 1, of coordinates (0, 0, 0). In Table 3.1 we report the results of the analysis using our code (named simply fem in the following) and SAP

37 Chapter 3. Numerical tests It is possible to see that the results from both the programs completely agree. quantity fem results SAP2000 results u 18 u 18 u 18 θ 18 θ 18 θ 18 x y z x y z 1.265E-19 0 N5 I N5 J V22,5 I 4.440E E-17 V J V I V J 22, E E-17 33, , Mt,5 I E E-16 Mt,5 J E E-16 M22,5 I M22,5 J M33,5 I 9.642E E-16 M33,5 J E E-16 Fx Fy Fz Mx My Mz E E-17 Table 3.1: 1-bay 3-frame 2-storey structure under self-weight, fem versus SAP2000 reference results. 29

38 Chapter 3. Numerical tests 3.2 RESPONSE SPECTRUM ANALYSIS OF A 1-BAY 3-FRAME 2-STOREY STRUCTURE The same structure of the previous Section has been tested also for response spectrum analysis. The response spectrum selected is a piece-wise linear interpolation of the Eurocode 8 spectrum for subsoil class B and for a value of peak ground acceleration (PGA) of 3m/s 2 (see Figure 3.1), and it is directed along a direction that forms a 30 degree angle with the positive direction of the x-axis. We remark that the first ten modes have been included in the combination. In Table 3.2 we report the results of the analysis using fem and SAP2000. It is possible to see that the results from both the programs completely agree. quantity fem results SAP2000 results u 18 u 18 u 18 θ 18 θ 18 θ 18 x y z x y z N5 I 3.168E N5 J 3.168E V22,5 I V J V I V J 22, , , Mt,5 I Mt,5 J M22,5 I M22,5 J M33,5 I M33,5 J Fx Fy Fz Mx My Mz Table 3.2: 1-bay 3-frame 2-storey structure: response spectrum analysis, fem versus SAP2000 reference results. 30

39 Chapter 3. Numerical tests S a [m/s 2 ] T [s] Figure 3.1: Response spectrum used for the analyses. 3.3 RESPONSE SPECTRUM ANALYSIS OF A 1-BAY 3-FRAME 2-STOREY STRUCTURE WITH LUMPED MASSES AND SPRINGS Here we repeat the analysis of the previous Section adding lumped masses on the top floor and springs to the nodes of the first floor. In particular we add a 10 t lumped mass to each node of the top floor and a spring with stiffness components as indicated in Table 3.3 to each node of the first floor. k x [KN/m] k y [KN/m] k z [KN/m] k θx [KNm] k θy [KNm] k θz [KNm] Table 3.3: Stiffness components for springs added to first floor nodes. In Table 3.2 we report the results of the analysis using fem and SAP2000. It is possible to see that the results from both the programs completely agree. 31

40 Chapter 3. Numerical tests quantity fem results SAP2000 results u 18 u 18 u 18 θ 18 θ 18 θ 18 x y z x y z N5 I E N5 J E V22,5 I V J V I V J 22, , , Mt,5 I Mt,5 J M22,5 I M22,5 J M33,5 I M33,5 J Fx Fy Fz Mx My Mz Table 3.4: 1-bay 3-frame 2-storey structure with lumped masses and springs: response spectrum analysis, fem versus SAP2000 reference results. 32

41 Chapter 3. Numerical tests 3.4 RESPONSE SPECTRUM ANALYSIS OF A 1-BAY 3-FRAME 2-STOREY STRUCTURE WITH RIGID CONSTRAINTS In this Section we repeat the analysis described in Section 3.2 using rigid constraints on the nodes of the top floor Rigid top floor In this first case the constraint on the nodes of the top floor consists of a rigid body constraint. In Table 3.5 we report the results of the analysis using fem and SAP2000. It is possible to see that the results from both the programs completely agree. quantity fem results SAP2000 results u 18 u 18 u 18 θ 18 θ 18 θ 18 x y z 2.152E x y z 1.191E E-16 N5 I 3.088E E-12 N5 J 3.088E E-12 V22,5 I V J V I V J 22, , , Mt,5 I Mt,5 J M22,5 I M22,5 J M33,5 I M33,5 J Fx Fy Fz Mx My Mz Table 3.5: 1-bay 3-frame 2-storey structure with rigid top floor: response spectrum analysis, fem versus SAP2000 reference results. 33

Codal Provisions IS 1893 (Part 1) 2002

Codal Provisions IS 1893 (Part 1) 2002 Abstract Codal Provisions IS 1893 (Part 1) 00 Paresh V. Patel Assistant Professor, Civil Engineering Department, Nirma Institute of Technology, Ahmedabad 38481 In this article codal provisions of IS 1893

More information

Chapter 4 Analysis of a cantilever

Chapter 4 Analysis of a cantilever Chapter 4 Analysis of a cantilever Before a complex structure is studied performing a seismic analysis, the behaviour of simpler ones should be fully understood. To achieve this knowledge we will start

More information

Response Spectrum Analysis Shock and Seismic. FEMAP & NX Nastran

Response Spectrum Analysis Shock and Seismic. FEMAP & NX Nastran Response Spectrum Analysis Shock and Seismic FEMAP & NX Nastran Table of Contents 1. INTRODUCTION... 3 2. THE ACCELEROGRAM... 4 3. CREATING A RESPONSE SPECTRUM... 5 4. NX NASTRAN METHOD... 8 5. RESPONSE

More information

Verification Examples. FEM-Design. version

Verification Examples. FEM-Design. version FEM-Design 6.0 FEM-Design version. 06 FEM-Design 6.0 StruSoft AB Visit the StruSoft website for company and FEM-Design information at www.strusoft.com Copyright 06 by StruSoft, all rights reserved. Trademarks

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

DISPENSA FEM in MSC. Nastran

DISPENSA FEM in MSC. Nastran DISPENSA FEM in MSC. Nastran preprocessing: mesh generation material definitions definition of loads and boundary conditions solving: solving the (linear) set of equations components postprocessing: visualisation

More information

Dynamics of Structures

Dynamics of Structures Dynamics of Structures Elements of structural dynamics Roberto Tomasi 11.05.2017 Roberto Tomasi Dynamics of Structures 11.05.2017 1 / 22 Overview 1 SDOF system SDOF system Equation of motion Response spectrum

More information

Introduction to structural dynamics

Introduction to structural dynamics Introduction to structural dynamics p n m n u n p n-1 p 3... m n-1 m 3... u n-1 u 3 k 1 c 1 u 1 u 2 k 2 m p 1 1 c 2 m2 p 2 k n c n m n u n p n m 2 p 2 u 2 m 1 p 1 u 1 Static vs dynamic analysis Static

More information

Multi Linear Elastic and Plastic Link in SAP2000

Multi Linear Elastic and Plastic Link in SAP2000 26/01/2016 Marco Donà Multi Linear Elastic and Plastic Link in SAP2000 1 General principles Link object connects two joints, i and j, separated by length L, such that specialized structural behaviour may

More information

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering Static & Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering Edward LWilson Professor Emeritus of Civil Engineering University of California, Berkeley Fourth Edition

More information

Module 10: Free Vibration of an Undampened 1D Cantilever Beam

Module 10: Free Vibration of an Undampened 1D Cantilever Beam Module 10: Free Vibration of an Undampened 1D Cantilever Beam Table of Contents Page Number Problem Description Theory Geometry 4 Preprocessor 6 Element Type 6 Real Constants and Material Properties 7

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

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

VERIFYING THE LOCATION OF THE OPTIMUM TORSION AXIS OF MULTI-STORY BUILDINGS USING DYNAMIC ANALYSIS

VERIFYING THE LOCATION OF THE OPTIMUM TORSION AXIS OF MULTI-STORY BUILDINGS USING DYNAMIC ANALYSIS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 004 Paper No. 833 VERIFYING THE LOCATION OF THE OPTIMUM TORSION AXIS OF MULTI-STORY BUILDINGS USING DYNAMIC ANALYSIS

More information

midas Civil Dynamic Analysis

midas Civil Dynamic Analysis Edgar De Los Santos Midas IT August 23 rd 2017 Contents: Introduction Eigen Value Analysis Response Spectrum Analysis Pushover Analysis Time History Analysis Seismic Analysis Seismic Analysis The seismic

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

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND Shahram Taghavi 1 and Eduardo Miranda 2 1 Senior catastrophe risk modeler, Risk Management Solutions, CA, USA 2 Associate Professor,

More information

ΙApostolos Konstantinidis Diaphragmatic behaviour. Volume B

ΙApostolos Konstantinidis Diaphragmatic behaviour. Volume B Volume B 3.1.4 Diaphragmatic behaviour In general, when there is eccentric loading at a floor, e.g. imposed by the horizontal seismic action, the in-plane rigidity of the slab forces all the in-plane points

More information

D && 9.0 DYNAMIC ANALYSIS

D && 9.0 DYNAMIC ANALYSIS 9.0 DYNAMIC ANALYSIS Introduction When a structure has a loading which varies with time, it is reasonable to assume its response will also vary with time. In such cases, a dynamic analysis may have to

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

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2 1) A two-story building frame is shown below. The mass of the frame is assumed to be lumped at the floor levels and the floor slabs are considered rigid. The floor masses and the story stiffnesses are

More information

Implementation of a user-defined time integration in FEAP: Wilson-Θ

Implementation of a user-defined time integration in FEAP: Wilson-Θ Report No. UCB/SEMM-2010/07 Structural Engineering Mechanics and Materials Implementation of a user-defined time integration in FEAP: Wilson-Θ By Karl Steeger Mentor: Sanjay Govindjee July 2010 Department

More information

Effect of Mass Matrix Formulation Schemes on Dynamics of Structures

Effect of Mass Matrix Formulation Schemes on Dynamics of Structures Effect of Mass Matrix Formulation Schemes on Dynamics of Structures Swapan Kumar Nandi Tata Consultancy Services GEDC, 185 LR, Chennai 600086, India Sudeep Bosu Tata Consultancy Services GEDC, 185 LR,

More information

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum STRUCTURAL DYNAMICS Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum Overview of Structural Dynamics Structure Members, joints, strength, stiffness, ductility Structure

More information

INELASTIC SEISMIC DISPLACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVALENT LINEARIZATION

INELASTIC SEISMIC DISPLACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVALENT LINEARIZATION INEASTIC SEISMIC DISPACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVAENT INEARIZATION M. S. Günay 1 and H. Sucuoğlu 1 Research Assistant, Dept. of Civil Engineering, Middle East Technical University,

More information

Example 37 - Analytical Beam

Example 37 - Analytical Beam Example 37 - Analytical Beam Summary This example deals with the use of RADIOSS linear and nonlinear solvers. A beam submitted to a concentrated load on one extremity and fixed on the other hand is studied.

More information

Space engineering. Structural finite element models. ECSS-E-ST-32-03C 31 July 2008

Space engineering. Structural finite element models. ECSS-E-ST-32-03C 31 July 2008 ECSS-E-ST-32-03C Space engineering Structural finite element models ECSS Secretariat ESA-ESTEC Requirements & Standards Division Noordwijk, The Netherlands Foreword This Standard is one of the series of

More information

Software Verification

Software Verification EXAMPLE 6-003 LINK GAP ELEMENT PROBLEM DESCRIPTION This example uses a single-bay, single-story rigid frame to test the gap link element. This link element carries compression loads only; it has zero stiffness

More information

3. Overview of MSC/NASTRAN

3. Overview of MSC/NASTRAN 3. Overview of MSC/NASTRAN MSC/NASTRAN is a general purpose finite element analysis program used in the field of static, dynamic, nonlinear, thermal, and optimization and is a FORTRAN program containing

More information

FREE VIBRATIONS OF FRAMED STRUCTURES WITH INCLINED MEMBERS

FREE VIBRATIONS OF FRAMED STRUCTURES WITH INCLINED MEMBERS FREE VIBRATIONS OF FRAMED STRUCTURES WITH INCLINED MEMBERS A Thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Technology in Civil Engineering By JYOTI PRAKASH SAMAL

More information

Lecture 4 Dynamic Analysis of Buildings

Lecture 4 Dynamic Analysis of Buildings 1 Lecture 4 Dynamic Analysis of Buildings Course Instructor: Dr. Carlos E. Ventura, P.Eng. Department of Civil Engineering The University of British Columbia ventura@civil.ubc.ca Short Course for CSCE

More information

Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi

Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi Lecture - 20 Response Spectrum Method of Analysis In the last few lecture, we discussed

More information

Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure. A. Belejo; R. Bento - Maio de

Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure. A. Belejo; R. Bento - Maio de ISSN: 871-7869 Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure A. Belejo; R. Bento - Maio de 212 - Relatório ICIST DTC nº 13/212 LIST OF CONTENTS LIST

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

APPLICATION OF RESPONSE SPECTRUM METHOD TO PASSIVELY DAMPED DOME STRUCTURE WITH HIGH DAMPING AND HIGH FREQUENCY MODES

APPLICATION OF RESPONSE SPECTRUM METHOD TO PASSIVELY DAMPED DOME STRUCTURE WITH HIGH DAMPING AND HIGH FREQUENCY MODES 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 4 Paper No. 5 APPLICATION OF RESPONSE SPECTRUM METHOD TO PASSIVELY DAMPED DOME STRUCTURE WITH HIGH DAMPING AND HIGH FREQUENCY

More information

EFFECTIVE MODAL MASS & MODAL PARTICIPATION FACTORS Revision F

EFFECTIVE MODAL MASS & MODAL PARTICIPATION FACTORS Revision F EFFECTIVE MODA MASS & MODA PARTICIPATION FACTORS Revision F By Tom Irvine Email: tomirvine@aol.com March 9, 1 Introduction The effective modal mass provides a method for judging the significance of a vibration

More information

2C9 Design for seismic and climate changes. Jiří Máca

2C9 Design for seismic and climate changes. Jiří Máca 2C9 Design for seismic and climate changes Jiří Máca List of lectures 1. Elements of seismology and seismicity I 2. Elements of seismology and seismicity II 3. Dynamic analysis of single-degree-of-freedom

More information

Structural Dynamics. Spring mass system. The spring force is given by and F(t) is the driving force. Start by applying Newton s second law (F=ma).

Structural Dynamics. Spring mass system. The spring force is given by and F(t) is the driving force. Start by applying Newton s second law (F=ma). Structural Dynamics Spring mass system. The spring force is given by and F(t) is the driving force. Start by applying Newton s second law (F=ma). We will now look at free vibrations. Considering the free

More information

Workshop 8. Lateral Buckling

Workshop 8. Lateral Buckling Workshop 8 Lateral Buckling cross section A transversely loaded member that is bent about its major axis may buckle sideways if its compression flange is not laterally supported. The reason buckling occurs

More information

18. FAST NONLINEAR ANALYSIS. The Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis

18. FAST NONLINEAR ANALYSIS. The Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis 18. FAS NONLINEAR ANALYSIS he Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis 18.1 INRODUCION he response of real structures when subjected

More information

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device A. Krishnamoorthy Professor, Department of Civil Engineering Manipal

More information

NONLINEAR STRUCTURAL DYNAMICS USING FE METHODS

NONLINEAR STRUCTURAL DYNAMICS USING FE METHODS NONLINEAR STRUCTURAL DYNAMICS USING FE METHODS Nonlinear Structural Dynamics Using FE Methods emphasizes fundamental mechanics principles and outlines a modern approach to understanding structural dynamics.

More information

99/104 Large-Deflection Coupled Torsion/Bending

99/104 Large-Deflection Coupled Torsion/Bending 99/104 Large-Deflection Coupled Torsion/Bending 1. Introduction Recent work of Reismann 1 considers numerical analysis of the large-deflection due to coupled torsion/bending of a weightless cantilever.

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

SENSITIVITY ANALYSIS OF ADAPTIVE MAGNITUDE SPECTRUM ALGORITHM IDENTIFIED MODAL FREQUENCIES OF REINFORCED CONCRETE FRAME STRUCTURES

SENSITIVITY ANALYSIS OF ADAPTIVE MAGNITUDE SPECTRUM ALGORITHM IDENTIFIED MODAL FREQUENCIES OF REINFORCED CONCRETE FRAME STRUCTURES SENSITIVITY ANALYSIS OF ADAPTIVE MAGNITUDE SPECTRUM ALGORITHM IDENTIFIED MODAL FREQUENCIES OF REINFORCED CONCRETE FRAME STRUCTURES K. C. G. Ong*, National University of Singapore, Singapore M. Maalej,

More information

Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis

Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis INTRODUCTION Structural vibrations caused by human activities are not known to be particularly damaging or catastrophic.

More information

3D Semiloof Thin Beam Elements

3D Semiloof Thin Beam Elements 3D Semiloof Thin Beam Elements General Element Name Z,w,θz Y,v,θy Element Group X,u,θx Element Subgroup Element Description Number Of Nodes BSL3, BSL4 y 1 4 x z 2 Semiloof 3 Curved beam elements in 3D

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

1. Background. 2. Objectives of Project. Page 1 of 29

1. Background. 2. Objectives of Project. Page 1 of 29 1. Background In close collaboration with local partners, Earthquake Damage Analysis Center (EDAC) of Bauhaus Universität Weimar initiated a Turkish German joint research project on Seismic Risk Assessment

More information

DETERMINATION OF PERFORMANCE POINT IN CAPACITY SPECTRUM METHOD

DETERMINATION OF PERFORMANCE POINT IN CAPACITY SPECTRUM METHOD ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi.

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi. Seismic Analysis of Structures by Dutta, Civil Department, II Delhi, New Delhi. Module Response Analysis for Specified Ground Motion Exercise Problems:.. Find the effective mass and stiffness of the structure

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

Software Verification

Software Verification EXAMPLE 1-026 FRAME MOMENT AND SHEAR HINGES EXAMPLE DESCRIPTION This example uses a horizontal cantilever beam to test the moment and shear hinges in a static nonlinear analysis. The cantilever beam has

More information

Verification Examples

Verification Examples Verification Examples 2008 AxisVM 9 Verification Examples 2 Linear static...3 Supported bar with concentrated loads....4 Thermally loaded bar structure...5 Continously supported beam with constant distributed

More information

Sstan builds the global equation R = KG*r starting at the element level just like you did by hand

Sstan builds the global equation R = KG*r starting at the element level just like you did by hand CES - Stress Analysis Spring 999 Ex. #, the following -D truss is to be analyzed using Sstan (read the online stan intro first, and Ch- in Hoit) k k 0 ft E= 9000 ksi A= 0 in*in 0 ft Sstan builds the global

More information

Due Tuesday, September 21 st, 12:00 midnight

Due Tuesday, September 21 st, 12:00 midnight Due Tuesday, September 21 st, 12:00 midnight The first problem discusses a plane truss with inclined supports. You will need to modify the MatLab software from homework 1. The next 4 problems consider

More information

Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns

Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns A. Chen, J.O.C. Lo, C-L. Lee, G.A. MacRae & T.Z. Yeow Department of Civil Engineering, University of Canterbury,

More information

SEISMIC BASE ISOLATION

SEISMIC BASE ISOLATION SEISMIC BASE ISOLATION DESIGN OF BASE ISOLATION SYSTEMS IN BUILDINGS FILIPE RIBEIRO DE FIGUEIREDO SUMMARY The current paper aims to present the results of a study for the comparison of different base isolation

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

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

Theoretical Manual Theoretical background to the Strand7 finite element analysis system

Theoretical Manual Theoretical background to the Strand7 finite element analysis system Theoretical Manual Theoretical background to the Strand7 finite element analysis system Edition 1 January 2005 Strand7 Release 2.3 2004-2005 Strand7 Pty Limited All rights reserved Contents Preface Chapter

More information

Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition

Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition ABSTRACT: Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition G. Dok ve O. Kırtel Res. Assist., Department of Civil Engineering, Sakarya University,

More information

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017 Program System for Machine Dynamics Abstract Version 5.0 November 2017 Ingenieur-Büro Klement Lerchenweg 2 D 65428 Rüsselsheim Phone +49/6142/55951 hd.klement@t-online.de What is MADYN? The program system

More information

Software Verification

Software Verification EXAMPLE 6-6 LINK SUNY BUFFALO DAMPER WITH LINEAR VELOCITY EXPONENT PROBLEM DESCRIPTION This example comes from Section 5 of Scheller and Constantinou 1999 ( the SUNY Buffalo report ). It is a two-dimensional,

More information

2D Kirchhoff Thin Beam Elements

2D Kirchhoff Thin Beam Elements 2D Kirchhoff Thin Beam Elements General Element Name Y,v X,u BM3 2 3 1 Element Group Element Subgroup Element Description Number Of Nodes 3 Freedoms Node Coordinates Geometric Properties Kirchhoff Parabolically

More information

To initiate a dynamic analysis in FormWorks, the Analysis Mode in the JOB CONTROL tab of DEFINE JOB window has to be set to one of the two Dynamic

To initiate a dynamic analysis in FormWorks, the Analysis Mode in the JOB CONTROL tab of DEFINE JOB window has to be set to one of the two Dynamic Dynamic Analysis with VecTor2 This bulletin describes the dynamic analysis facilities within VecTor2. Details of VecTor2 and FormWorks can be found in the VecTor2 and FormWorks Manual (Vecchio and Wong,

More information

FINITE GRID SOLUTION FOR NON-RECTANGULAR PLATES

FINITE GRID SOLUTION FOR NON-RECTANGULAR PLATES th International Conference on Earthquake Geotechnical Engineering June 5-8, 7 Paper No. 11 FINITE GRID SOLUTION FOR NON-RECTANGULAR PLATES A.Halim KARAŞĐN 1, Polat GÜLKAN ABSTRACT Plates on elastic foundations

More information

Combined Effect of Soil Structure Interaction and Infill Wall Stiffness on Building_- A Review

Combined Effect of Soil Structure Interaction and Infill Wall Stiffness on Building_- A Review Combined Effect of Soil Structure Interaction and Infill Wall Stiffness on Building_- A Review Prof. Wakchaure M. R a* a Dean & Asso. Professor, Dept.of Civil Engineering, Amrutvahini College of Engineering,

More information

Dynamic Analysis Using Response Spectrum Seismic Loading

Dynamic Analysis Using Response Spectrum Seismic Loading Dynamic Analysis Using Response Spectrum Seismic Loading Paleti Teja M.Tech (Structural Engineering) Department of Civil Engineering Jogaiah Institute of Technology & Sciences College of Engineering Kalagampudi,

More information

Hydroelastic vibration of a rectangular perforated plate with a simply supported boundary condition

Hydroelastic vibration of a rectangular perforated plate with a simply supported boundary condition Fluid Structure Interaction and Moving Boundary Problems IV 63 Hydroelastic vibration of a rectangular perforated plate with a simply supported boundary condition K.-H. Jeong, G.-M. Lee, T.-W. Kim & J.-I.

More information

Analysis of Concrete Walls under Earthquake Action Influence from different types of Foundation

Analysis of Concrete Walls under Earthquake Action Influence from different types of Foundation Analysis of Concrete Walls under Earthquake Action Influence from different types of Foundation E.R. Thorhallsson & H.S. Olafsson Reykjavik University, Iceland ABSTRACT In these paper concrete walls are

More information

PLEASURE VESSEL VIBRATION AND NOISE FINITE ELEMENT ANALYSIS

PLEASURE VESSEL VIBRATION AND NOISE FINITE ELEMENT ANALYSIS PLEASURE VESSEL VIBRATION AND NOISE FINITE ELEMENT ANALYSIS 1 Macchiavello, Sergio *, 2 Tonelli, Angelo 1 D Appolonia S.p.A., Italy, 2 Rina Services S.p.A., Italy KEYWORDS pleasure vessel, vibration analysis,

More information

CAEFEM v9.5 Information

CAEFEM v9.5 Information CAEFEM v9.5 Information Concurrent Analysis Corporation, 50 Via Ricardo, Thousand Oaks, CA 91320 USA Tel. (805) 375 1060, Fax (805) 375 1061 email: info@caefem.com or support@caefem.com Web: http://www.caefem.com

More information

MEC-E8001 FINITE ELEMENT ANALYSIS

MEC-E8001 FINITE ELEMENT ANALYSIS MEC-E800 FINIE EEMEN ANAYSIS 07 - WHY FINIE EEMENS AND IS HEORY? Design of machines and structures: Solution to stress or displacement by analytical method is often impossible due to complex geometry,

More information

COLUMN INTERACTION EFFECT ON PUSH OVER 3D ANALYSIS OF IRREGULAR STRUCTURES

COLUMN INTERACTION EFFECT ON PUSH OVER 3D ANALYSIS OF IRREGULAR STRUCTURES th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, Paper No. 6 COLUMN INTERACTION EFFECT ON PUSH OVER D ANALYSIS OF IRREGULAR STRUCTURES Jaime DE-LA-COLINA, MariCarmen HERNANDEZ

More information

Chapter 2 Finite Element Formulations

Chapter 2 Finite Element Formulations Chapter 2 Finite Element Formulations The governing equations for problems solved by the finite element method are typically formulated by partial differential equations in their original form. These are

More information

STATIC NONLINEAR ANALYSIS. Advanced Earthquake Engineering CIVIL-706. Instructor: Lorenzo DIANA, PhD

STATIC NONLINEAR ANALYSIS. Advanced Earthquake Engineering CIVIL-706. Instructor: Lorenzo DIANA, PhD STATIC NONLINEAR ANALYSIS Advanced Earthquake Engineering CIVIL-706 Instructor: Lorenzo DIANA, PhD 1 By the end of today s course You will be able to answer: What are NSA advantages over other structural

More information

The effects of the accidental torsional eccentricity on the seismic behaviour of building structures

The effects of the accidental torsional eccentricity on the seismic behaviour of building structures The effects of the accidental torsional eccentricity on the seismic behaviour of building structures João Miguel Parece Pereira Raposo October 2014 Civil Engineering Department, Instituto Superior Técnico,

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

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

DUCTILITY BEHAVIOR OF A STEEL PLATE SHEAR WALL BY EXPLICIT DYNAMIC ANALYZING

DUCTILITY BEHAVIOR OF A STEEL PLATE SHEAR WALL BY EXPLICIT DYNAMIC ANALYZING The 4 th World Conference on arthquake ngineering October -7, 008, Beijing, China ABSTRACT : DCTILITY BHAVIOR OF A STL PLAT SHAR WALL BY XPLICIT DYNAMIC ANALYZING P. Memarzadeh Faculty of Civil ngineering,

More information

Finite Element Method in Geotechnical Engineering

Finite Element Method in Geotechnical Engineering Finite Element Method in Geotechnical Engineering Short Course on + Dynamics Boulder, Colorado January 5-8, 2004 Stein Sture Professor of Civil Engineering University of Colorado at Boulder Contents Steps

More information

Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground

Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground To cite this article: Jozef Vlek and Veronika

More information

Experimental Modal Analysis of a Flat Plate Subjected To Vibration

Experimental Modal Analysis of a Flat Plate Subjected To Vibration American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-6, pp-30-37 www.ajer.org Research Paper Open Access

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

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine Dynamic Analysis in FEMAP presented by Philippe Tremblay Marc Lafontaine marc.lafontaine@mayasim.com 514-951-3429 date May 24 th, 2016 Agenda NX Nastran Transient, frequency response, random, response

More information

Advanced Analysis of Steel Structures

Advanced Analysis of Steel Structures Advanced Analysis of Steel Structures Master Thesis Written by: Maria Gulbrandsen & Rasmus Petersen Appendix Report Group B-204d M.Sc.Structural and Civil Engineering Aalborg University 4 th Semester Spring

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

Content. Department of Mathematics University of Oslo

Content. Department of Mathematics University of Oslo Chapter: 1 MEK4560 The Finite Element Method in Solid Mechanics II (January 25, 2008) (E-post:torgeiru@math.uio.no) Page 1 of 14 Content 1 Introduction to MEK4560 3 1.1 Minimum Potential energy..............................

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

Dynamic and buckling analysis of FRP portal frames using a locking-free finite element

Dynamic and buckling analysis of FRP portal frames using a locking-free finite element Fourth International Conference on FRP Composites in Civil Engineering (CICE8) 22-24July 8, Zurich, Switzerland Dynamic and buckling analysis of FRP portal frames using a locking-free finite element F.

More information

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS Christoph ADAM 1 And Peter A FOTIU 2 SUMMARY The objective of the paper is to investigate numerically the effect of ductile material

More information

ANALYSIS OF HIGHRISE BUILDING STRUCTURE WITH SETBACK SUBJECT TO EARTHQUAKE GROUND MOTIONS

ANALYSIS OF HIGHRISE BUILDING STRUCTURE WITH SETBACK SUBJECT TO EARTHQUAKE GROUND MOTIONS ANALYSIS OF HIGHRISE BUILDING SRUCURE WIH SEBACK SUBJEC O EARHQUAKE GROUND MOIONS 157 Xiaojun ZHANG 1 And John L MEEK SUMMARY he earthquake response behaviour of unframed highrise buildings with setbacks

More information

CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN

CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 004 Paper No. 653 CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN B. K. Raghu Prasad 1, A. Seetha Ramaiah and A.

More information

Seismic Design of Tall and Slender Structures Including Rotational Components of the Ground Motion: EN Approach

Seismic Design of Tall and Slender Structures Including Rotational Components of the Ground Motion: EN Approach Seismic Design of Tall and Slender Structures Including Rotational Components of the Ground Motion: EN 1998-6 6 Approach 1 Chimneys Masts Towers EN 1998-6: 005 TOWERS, CHIMNEYS and MASTS NUMERICAL MODELS

More information

Hand Calculations of Rubber Bearing Seismic Izolation System for Irregular Buildings in Plane

Hand Calculations of Rubber Bearing Seismic Izolation System for Irregular Buildings in Plane Hand Calculations of Rubber Bearing Seismic Izolation System for Irregular Buildings in Plane Luan MURTAJ 1, Enkelejda MURTAJ 1 Pedagogue, Department of Structural Mechanics Faculty of Civil Engineering

More information

AA242B: MECHANICAL VIBRATIONS

AA242B: MECHANICAL VIBRATIONS AA242B: MECHANICAL VIBRATIONS 1 / 50 AA242B: MECHANICAL VIBRATIONS Undamped Vibrations of n-dof Systems These slides are based on the recommended textbook: M. Géradin and D. Rixen, Mechanical Vibrations:

More information

Outline. Structural Matrices. Giacomo Boffi. Introductory Remarks. Structural Matrices. Evaluation of Structural Matrices

Outline. Structural Matrices. Giacomo Boffi. Introductory Remarks. Structural Matrices. Evaluation of Structural Matrices Outline in MDOF Systems Dipartimento di Ingegneria Civile e Ambientale, Politecnico di Milano May 8, 014 Additional Today we will study the properties of structural matrices, that is the operators that

More information

Toward a novel approach for damage identification and health monitoring of bridge structures

Toward a novel approach for damage identification and health monitoring of bridge structures Toward a novel approach for damage identification and health monitoring of bridge structures Paolo Martino Calvi 1, Paolo Venini 1 1 Department of Structural Mechanics, University of Pavia, Italy E-mail:

More information

UIUC EXTENSIONS TO THE LIBRARY OF ELEMENTS FOR DRAIN-2DX

UIUC EXTENSIONS TO THE LIBRARY OF ELEMENTS FOR DRAIN-2DX 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 24 Paper No. 253 UIUC EXTENSIONS TO THE LIBRARY OF ELEENTS FOR DRAIN-2DX Omer O. ERBAY 1, Seung-Yul YUN 2, Douglas A.

More information