EXPLICIT DYNAMIC ANALYSIS OF A REINFORCED CONCRETE FRAME UP TO COLLAPSE

Size: px
Start display at page:

Download "EXPLICIT DYNAMIC ANALYSIS OF A REINFORCED CONCRETE FRAME UP TO COLLAPSE"

Transcription

1 EXPLICIT DYNAMIC ANALYSIS OF A REINFORCED CONCRETE FRAME UP TO COLLAPSE ABSTRACT: K. Kocamaz 1, K. Tuncay 2 and B. Binici 3 1 Res. Assist., Civil Eng. Department, Middle East Technical University, Ankara 2,3 Prof. Dr., Civil Eng. Department, Middle East Technical University, Ankara kkocamaz@metu.edu.tr Simulating the collapse mechanism is quite important for performance based seismic design of reinforced concrete frame buildings. In this regard, classical implicit time integration methods have usually been employed where divergence of the solution is usually treated as the onset of collapse. In this study, we take a different path and employ the explicit time integration for collapse simulations by using displacement based frame elements. The results from a recently conducted pseudo dynamic test were employed for the numerical validation of the modeling approach. It was found that the numerical estimations were in reasonable agreement with the test results in terms of the global engineering demand parameters of story displacements. On the other the errors in the local parameters, such as the strain within the plastic hinge zone were also found to be acceptable. The results demonstrated that as opposed to non-convergence in implicit dynamic analysis as indicator of collapse, the developed simulation platform was able to continue the analysis without any convergence problems. KEYWORDS: explicit dynamic analysis, PID control, fiber element 1. INTRODUCTION Accurate collapse estimation of reinforced concrete structures is important for performance based seismic design. Fiber frame elements with implicit integration methods became the state of the art for the dynamic analysis of reinforced concrete structures (Mazzoni et.al. 2010). Despite their established formulation, this approach usually suffers from convergence issues especially for systems approaching collapse. A similar problem is also encountered during inelastic static analysis, (i.e. pushover analysis) of buildings at large deformation demands. A better alternative to overcome these limitations is the use of explicit time integration, which has the advantages of non-iterative formulation, ease of coding and parallelization at the cost of smaller time steps. The most important benefit of explicit integration for dynamic analysis of buildings is perhaps its ability to capture collapse without any divergence issues. In this study, an explicit dynamic analysis program is prepared for the two-dimensional dynamic analysis of reinforced concrete buildings by employing displacement based frame elements. A Proportional Integral Derivative (PID) Control algorithm was employed to extend the capability of explicit dynamic analysis methodology to static inelastic analysis of buildings. PID algorithm is usually employed for accurate control of hydraulic actuators in dynamic testing and we employ this algorithm effectively for dynamic simulations. The validation of the developed computer program was conducted by comparing the simulation results with pseudo dynamic (PsD) test results conducted at Middle East Technical University. 2. EXPLICIT DYNAMIC SIMULATION PLATFORM WITH PID CONTROL 2.1. Fiber modelling There are two approaches to capture material nonlinearity within a finite frame element framework; lumped plasticity and distributed plasticity models. In the former modelling approach, a frame element consists of one elastic frame element and two rotational springs at elements ends. Rotational springs have nonlinear moment rotation behavior and whole material nonlinearity is modelled by assigning nonlinearities to those springs. In the later modelling approach, material inelasticity is distributed over the length of the member and it is taken into account through the use of sections throughout the element. Each section consists of a fiber discretization, which

2 are assumed to be subjected to uniaxial loading. In this study, a displacement based element with fiber modelling approach was adopted. Figure 1 shows a discretized frame element in 2D setting. Following the Euler-Bernoulli beam theory assumptions, section axial strain (ε o ) at plastic centroid and the curvature (κ ) can be described in terms of nodal displacements (u) at the member end degrees of freedom as follows: u s = [ ε o κ ] = B u ( 1 ) where B matrix is the classical strain-displacement matrix for fiber elements as given in Equation 2. B = [ L x x L 2 L 3 L L 2 1 L x x ] ( 2 ) L 2 L 3 L L 2 Strain at any fiber (ε i ) can be computed from the linear strain profile hypothesizes due to the plane section remains plane assumption: with a si = [1 y i ] Section secant force vector (r s ) at a given step is then computed from: ε i = ε y i κ = a si u s ( 3 ) n r s = i=1 a T si E si a i ( 4 ) Above E si is the secant stiffness computed from the uniaxial material model described in the next section. Figure 1. Section discretization in fiber elements 2.3. Material Models For steel fibers, an ideal elastoplastic with kinematic hardening material model is adopted and for the confined concrete fibers a simplified bilinear approach to the Mander (1988) is assumed as shown in Figure 2. The simplification for the concrete stress-strain model was found to significantly reduce the computational cost without scarifying from accuracy of results. since high computational time and effort.

3 Figure 2. Material Models for Analysis (a) Concrete, (b) Steel 2.2. Explicit Dynamic Analysis An explicit numerical integration is used to integrate section force to calculate element end forces. Structural force matrix is constructed from element end forces and by using the mass and damping matrices equation of motion equation (Equation 5.) is solved at each time integration time step by using the following methodology. m a i + c v i + r i = ma gi ( 5 ) where m is the mass matrix, c is the damping matrix, r i is the restoring force vector, a i, v i are the acceleration and velocity vectors, respectively, and a gi is the ground acceleration at time i. The equation of motion was solved by the explicit Chung and Lee (1994) time integration. The steps in the integration scheme whose detailed explanations could be found in [1] are as follows: 1) Measure the restoring force (r i ) by imposing displacements (u i ). (Section 2.1) 2) Compute the acceleration at time i+1. a i+1 = m 1 ( ma gi r i ) 3) Calculate the displacements at time step i+1. u i+1 = u i + tv i + β 1 a i + β 2 a i+1 4) Calculate the velocities at time step i+1. v i+1 = v i + γ 1 a n + γ 2 a i+1 5) Repeat all steps for the remaining time steps. where β 1, β 2, γ 1, γ 2 appropriate coefficients and t is time step PID Control for Static Analysis In order to extend the capability of the explicit dynamic analysis platform to inelastic static analysis a PID control algorithm was implemented. For the Proportional-Integral-Derivative (PID) controller derivative of force with respect to time value is chosen as the controller output variable and velocity is chosen as the desired input variable. In general, a PID controller is a loop feedback controller used in various industrial control systems and it can be stated as follows: co(t) = K p e(t) + K i e(t)dt + K d de dt ( 6 )

4 Above, co(t) represents the controller output, e(t) tracking error, K p is the proportional gain coefficient, K i is the integral gain coefficient and K d is the derivative gain coefficients. The error variable is defined in equation 7 with r(t) as the desired input variable and y(t) is the process measurement of the same variable. Since explicit time integration scheme is used in this study, r(t) is taken as the desired velocity at present time step and y(t) is the previous velocity value which belongs to previous time step. e(t) = r(t) y(t) ( 7 ) K p, K i, K d values are critical for the controller their estimation is difficult to calculate explicitly for complex structures. For vibration problems, whole model can be reduced to a simple model by ignoring the vibrational modes which do not contribute response of the structure (Khot et al., 2011). Since the structure is laterally loaded and the response to that force mainly consists of its first mode motion, the full model can be simplified to a first mode in order to calculate controller coefficients. This is consistent with the general idea of pushover analysis as well. Ziegler-Nichols method (Ziegler & Nicholes 1942) is employed to determine K p, K i, K d values after the calculation of the first mode s modal mass, stiffness and damping terms with eigenvalue analysis. In Figure 2, it is shown that the prescribed velocity and the response velocity are in a good agreement upon application of our control algorithm. As shown in the same figure, acceleration variable does not have a significant value therefore, it can be said that during a static analysis with explicit time integration inertial forces do not affect the overall response, validating the application of the procedure. Figure 3. Velocity and Acceleration at load applied node (a) Prescribed and Response Velocity, (b) Acceleration 2. 3 BAY-3 STORY FRAME A prototype RC frame building was designed according to the regulations of TEC (2007). 3-bay 3-story half scaled RC frame specimen was built representing the interior frame of the prototype building (Figure 3). A continuous PsD testing was employed for all specimens using synthetic ground motions compatible with the site-specific earthquake spectra developed for the city center of Duzce. In order to test the ability of the computational model in estimating the lateral deformation capacity and ductility the envelope of the measured response curve was used in the next section along the local maximum column end rotations.

5 (a) prototype building (b) elevation view of the test frame Figure 4. Test frame Member section details of the test specimen are given in Figure 4. Column longitudinal reinforcement ratio was about 2%. Average uniaxial compressive strength of concrete used for Specimen was 33.7 MPa. Deformed bars, used as longitudinal reinforcement, had yield strength of 480 MPa and plain bars, used as transverse reinforcement, had yield strength of 240 MPa obtained from material tests. The details of the test setup and the measurement system are shown in Figure 5. Figure 5. Section details of Specimen 2 Figure 6. Test Setup A numerical model for the test frame was prepared by using the developed computational platform. Expected plastic hinge zones in beams and columns were modelled with one element with 3 fiber sections. Beam and column regions expected to remain below yielding but to exceed cracking stage were modelled with one element with 5 fiber sections. Mass of the system was idealized with lumped mass approximation and damping was calculated by

6 using classical Rayleigh damping method whose coefficients are calculated by fixing first and second mode s damping as 2%. Constructing the stiffness matrix, a secant modulus approach was used. 3. COMPARISON AND RESULTS Roof displacement-base shear force results from the test and simulation are shown in Figure 7. It should be noted that the test was conducted pseudo dynamically and only the envelope curve is presented below. For the simulation, a PID control scheme was applied to obtain the envelope pushover curve. The two results seem to agree in a reasonable manner while the ultimate capacity in the positive direction was slightly overestimated. The hinging pattern obtained from the simulation is presented in Figure 8 along with the estimated damage states of the same test frame by Mutlu (2012). It can be observed that the estimated hinging sequence agrees well with estimations of Mutlu (2012) including the incipient of collapse in the first story columns. The measured maximum column base rotations are compared with those obtained from simulations in Table 1. Numerical base rotations were obtained at the maximum roof displacement demand measured during the test. It can be seen that there is an excellent agreement with the base rotation demands between the experimental and simulation results. These results provide confidence on the use of the proposed approach for future studies Base Shear Force (kn) Simulation Experimental Roof Displacement (mm) Figure 7. Base shear Roof Displacement Curves CP: Collapse, SD: Significant Damage, MD: Minimum Damage according to TEC (2007). Figure 8. Plastic Hinge Formation Sequence and Damage Assessment Result from Mutlu (2012)

7 Table 1. Comparison of bottom end rotations of 1 st story columns Column 101 Column 102 Column 103 Column 104 Experiment Simulation CONCLUDING REMARKS In this study, simulation of collapse mechanism which is quite important for performance based seismic design is done by using explicit time integration scheme with PID controlling algorithm which expands method s power to apply inelastic static analysis, (i.e. pushover analysis). Despite implicit integration methods have usually divergence problem for systems approaching collapse, it is seen that explicit time integration is capable of estimating collapse mechanisms without any convergence problems. Furthermore, program development was easier compared to the implicit schemes requiring various iterative techniques. The proposed PID algorithm to extend the explicit dynamic analysis to static pushover analysis was found to successful based on the obtained results. The developed simulation platform will be used to validate the estimations under dynamic and impact loading scenarios. REFERENCES [1] Chung J, Lee JM. A new family of explicit time integration methods for linear and non-linear structural dynamics. International Journal for Numerical Methods in Engineering 1994; 37: [2] Khot SM, Yelve NP, Tomar R, Desai S and Vitta S (2011). Active vibration control of cantilever beam by using PID based output feedback controller. Journal of Vibration and Control 18(3), [3] Mahin, S. A., and Shing, P. B. (1985). Pseudodynamic method for seismic testing. Journal of Structural Engineering, ASCE, Vol. 111, No. 7, pp [3] Mazzoni, S., McKenna, H., Scott, M.H., and Fenves, G.L., (2010). OpenSees Manual, Pacific Earthquake Engineering Research Center, 01/09/2010. [4] Mutlu MB (2012). Numerical Simulations of Reinforced Concrete Frames Tested Using Pseudo-Dynamic Method, MSc Thesis, Middle East Technical University, 117 p. [5] Ziegler, J. G., & Nichols, N. B. (1942). Optimum settings for automatic controllers, Trans. ASME, vol. 64, pp [6] TEC, (2007). Deprem Bölgelerinde Yapılacak Binalar Hakkında Yönetmelik. Bayındırlık ve İskân Bakanlığı, Ankara, Türkiye.

OpenSeesPL Quick Guide

OpenSeesPL Quick Guide OpenSeesPL 3D Lateral Pile-Ground Interaction OpenSeesPL Quick Guide (Updated 4/11/2018) (Click here for a PDF version of this quick guide) OpenSeesPL is a Windows-based graphical pre- and post-processor

More information

INTERNATIONAL DISTRIBUTED HYBRID SIMULATION OF 2-SPAN CONTINUOUS BRIDGE

INTERNATIONAL DISTRIBUTED HYBRID SIMULATION OF 2-SPAN CONTINUOUS BRIDGE INTERNATIONAL DISTRIBUTED HYBRID SIMULATION OF 2-SPAN CONTINUOUS BRIDGE Y. Takahashi 1, H. Iemura 2, S.A. Mahin 3 and G.L. Fenves 4 1 Associate Professor, Disaster Prevention Research Institute, Kyoto

More information

Three Dimensional Seismic Simulation of a Two-Bay, Two-Story Reinforced Concrete Building

Three Dimensional Seismic Simulation of a Two-Bay, Two-Story Reinforced Concrete Building Three Dimensional Seismic Simulation of a Two-Bay, Two-Story Reinforced Concrete Building Catherine Joseph, REU Student Rachel Howser, Graduate Advisor Dr. Y.L Mo, Faculty Advisor Final Report Department

More information

STRUCTURAL FE-SOFTWARE COUPLING THROUGH THE EXPERIMENTAL SOFTWARE FRAMEWORK, OPENFRESCO

STRUCTURAL FE-SOFTWARE COUPLING THROUGH THE EXPERIMENTAL SOFTWARE FRAMEWORK, OPENFRESCO STRUCTURAL FE-SOFTWARE COUPLING THROUGH THE EXPERIMENTAL SOFTWARE FRAMEWORK, OPENFRESCO A. Schellenberg 1, Y. Huang 1 and S.A. Mahin 2 1 Ph.D. Candidate, Dept. of Civil and Env. Eng., Univ. of California,

More information

OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis

OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis University of California, San Diego Department of Structural Engineering OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis User Manual Draft Ning Wang, Jinchi Lu, Zhaohui Yang and Ahmed Elgamal (Please

More information

VCUPDATE, A NUMERICAL TOOL FOR FINITE ELEMENT MODEL UPDATING

VCUPDATE, A NUMERICAL TOOL FOR FINITE ELEMENT MODEL UPDATING VCUPDATE, A NUMERICAL TOOL FOR FINITE ELEMENT MODEL UPDATING Andrea Mordini VCE Vienna Consulting Engineers, Helmut Wenzel VCE Vienna Consulting Engineers, Austria Austria mordini@vce.at Abstract Due to

More information

Design procedures of seismic-isolated container crane at port

Design procedures of seismic-isolated container crane at port Design procedures of seismic-isolated container crane at port T.Sugano 1, M.Takenobu 1, T.Suzuki 1, and Y.Shiozaki 2 1 Port and Airport Research Institute,Yokosuka, Japan 2 JFE R&D Corporation,Kawasaki,Japan

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Optimal Stiffeners Spacing for Intermediate Link in Eccentrically Braced Frame to Increase Energy Dissipation

Optimal Stiffeners Spacing for Intermediate Link in Eccentrically Braced Frame to Increase Energy Dissipation AUT Journal of Civil Engineering AUT J. Civil Eng., 1(1) (2017) 39-44 DOI: 10.22060/ceej.2017.12345.5176 Optimal Stiffeners Spacing for Intermediate Link in Eccentrically Braced Frame to Increase Energy

More information

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla 1 Faculty of Civil Engineering, Universiti Teknologi Malaysia, Malaysia redzuan@utm.my Keywords:

More information

Simulation of a Steel Wire Straightening Taking into Account Nonlinear Hardening of Material

Simulation of a Steel Wire Straightening Taking into Account Nonlinear Hardening of Material ETASR - Engineering, Technology & Applied Science Research Vol. 2, No. 6, 2012, 320-324 320 Simulation of a Steel Wire Straightening Taking into Account Nonlinear Hardening of Material Ilya Khromov Dept.

More information

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY J. Sauvé 1*, M. Dubé 1, F. Dervault 2, G. Corriveau 2 1 Ecole de technologie superieure, Montreal, Canada 2 Airframe stress, Advanced Structures,

More information

Design Optimization of Building Structures Using a Metamodeling Method

Design Optimization of Building Structures Using a Metamodeling Method Proceedings of the 3 rd International Conference on Civil, Structural and Transportation Engineering (ICCSTE'18) Niagara Falls, Canada June 10 12, 2018 Paper No. 137 DOI: 10.11159/iccste18.137 Design Optimization

More information

Scientific Manual FEM-Design 17.0

Scientific Manual FEM-Design 17.0 Scientific Manual FEM-Design 17. 1.4.6 Calculations considering diaphragms All of the available calculation in FEM-Design can be performed with diaphragms or without diaphragms if the diaphragms were defined

More information

FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN

FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN NAFEMS WORLD CONGRESS 2013, SALZBURG, AUSTRIA FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN Dr. C. Lequesne, Dr. M. Bruyneel (LMS Samtech, Belgium); Ir. R. Van Vlodorp (Aerofleet, Belgium). Dr. C. Lequesne,

More information

The Dynamic Response of an Euler-Bernoulli Beam on an Elastic Foundation by Finite Element Analysis using the Exact Stiffness Matrix

The Dynamic Response of an Euler-Bernoulli Beam on an Elastic Foundation by Finite Element Analysis using the Exact Stiffness Matrix Journal of Physics: Conference Series The Dynamic Response of an Euler-Bernoulli Beam on an Elastic Foundation by Finite Element Analysis using the Exact Stiffness Matrix To cite this article: Jeong Soo

More information

Impact of Complex System Behavior on Seismic Assessment of RC Bridges

Impact of Complex System Behavior on Seismic Assessment of RC Bridges Impact of Complex System Behavior on Seismic Assessment of RC Bridges Amr S. Elnashai Department of Civil and Environmental Engineering Based on the PhD Work of Thomas Frankie, Advised by Kuchma, Spencer

More information

Blast Load Time History Analysis

Blast Load Time History Analysis Blast Load Time History Analysis An Example in S-FRAME by Jeremy Knight (Application Engineer) Edited by Kenneth Kutyn (Jr. Application Engineer) S-FRAME Software Inc. S-FRAME Software, LLC #275-13500

More information

ANALYSIS OF BOX CULVERT - COST OPTIMIZATION FOR DIFFERENT ASPECT RATIOS OF CELL

ANALYSIS OF BOX CULVERT - COST OPTIMIZATION FOR DIFFERENT ASPECT RATIOS OF CELL ANALYSIS OF BOX CULVERT - COST OPTIMIZATION FOR DIFFERENT ASPECT RATIOS OF CELL M.G. Kalyanshetti 1, S.A. Gosavi 2 1 Assistant professor, Civil Engineering Department, Walchand Institute of Technology,

More information

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA DYNAMIC SIMULATION USING LS-DYNA CHAPTER-10 10.1 Introduction In the past few decades, the Finite Element Method (FEM) has been developed into a key indispensable technology in the modeling and simulation

More information

Reinforced concrete beam under static load: simulation of an experimental test

Reinforced concrete beam under static load: simulation of an experimental test Reinforced concrete beam under static load: simulation of an experimental test analys: nonlin physic. constr: suppor. elemen: bar cl12i cl3cm compos cq16m interf pstres reinfo struct. load: deform weight.

More information

17. SEISMIC ANALYSIS MODELING TO SATISFY BUILDING CODES

17. SEISMIC ANALYSIS MODELING TO SATISFY BUILDING CODES 17. SEISMIC ANALYSIS MODELING TO SATISFY BUILDING CODES The Current Building Codes Use the Terminology: Principal Direction without a Unique Definition 17.1 INTRODUCTION { XE "Building Codes" }Currently

More information

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 26 Development of a Two-Dimensional Finite Element Model of a Suction Valve for Reduction

More information

DEVELOPMENT OF MACRO-MODEL SEISMIC COLLAPSE SIMULATOR FOR FRAMED STRUCTURES USING ASI-GAUSS TECHNIQUE

DEVELOPMENT OF MACRO-MODEL SEISMIC COLLAPSE SIMULATOR FOR FRAMED STRUCTURES USING ASI-GAUSS TECHNIQUE DEVELOPMENT OF MACRO-MODEL SEISMIC COLLAPSE SIMULATOR FOR FRAMED STRUCTURES USING ASI-GAUSS TECHNIQUE N. Katahira 1, D. Isobe 2, T. Ine 3 and K. Kajiwara 4 1 Graduate Student, University of Tsukuba, Japan

More information

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections Dawit Hailu +, Adil Zekaria ++, Samuel Kinde +++ ABSTRACT After the 1994 Northridge earthquake

More information

studying of the prying action effect in steel connection

studying of the prying action effect in steel connection studying of the prying action effect in steel connection Saeed Faraji Graduate Student, Department of Civil Engineering, Islamic Azad University, Ahar Branch S-faraji@iau-ahar.ac.ir Paper Reference Number:

More information

Performance of railway track system under harmonic loading by finite element method

Performance of railway track system under harmonic loading by finite element method Performance of railway track system under harmonic by finite element method Ammar Shuber 1, Mohammed Hamood 1, * and Walaa Jawad 1 1 Building and Construction Engineering Department, University of Technology,

More information

Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism

Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism Seita TSUDA 1 and Makoto OHSAKI 2 1 Department of Design, Okayama Prefectural

More information

Static, Modal and Kinematic Analysis of Hydraulic Excavator

Static, Modal and Kinematic Analysis of Hydraulic Excavator Static, Modal and Kinematic Analysis of Hydraulic Excavator Anil Jadhav Abhijit Kulkarni Tamilnadu,India-632014 Vinayak Kulkarni Prof. Ravi. K Assistant professor Mechanical department Abstract Hydraulic

More information

Capabilities and Advancements of Hybrid Simulation using LHPOST. Gilberto Mosqueda Professor UC San Diego December 11, 2017

Capabilities and Advancements of Hybrid Simulation using LHPOST. Gilberto Mosqueda Professor UC San Diego December 11, 2017 Capabilities and Advancements of Hybrid Simulation using LHPOST Gilberto Mosqueda Professor UC San Diego December 11, 2017 NHERI @ UCSD Users Training Workshop, December 11, 2017 Overview Background on

More information

Department of Civil and Environmental Engineering, University of California, Berkeley

Department of Civil and Environmental Engineering, University of California, Berkeley OpenFresco Framework for Hybrid Simulation: MATLAB Example Andreas Schellenberg, Hong K. Kim, Yoshikazu Takahashi, Gregory L. Fenves, and Stephen A. Mahin Department of Civil and Environmental Engineering,

More information

Development of Integrated Framework for Distributed Multi-Platform Simulation

Development of Integrated Framework for Distributed Multi-Platform Simulation 6 th International Conference on Advances in Experimental Structural Engineering 11 th International Workshop on Advanced Smart Materials and Smart Structures Technology August 1-2, 2015, University of

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

OpenSees User Workshop Setting up the model -- Example: Reinforced-Concrete Frame. Silvia Mazzoni University of California, Berkeley

OpenSees User Workshop Setting up the model -- Example: Reinforced-Concrete Frame. Silvia Mazzoni University of California, Berkeley P E E R OpenSees User Workshop 2003 Setting up the model -- Example: Reinforced-Concrete Frame Silvia Mazzoni University of California, Berkeley 21 August 2003 Sponsored by the National Science Foundation

More information

Numerical Simulation of Shaking Table Test of a RC Shear Wall Structure with Torsional Irregularity

Numerical Simulation of Shaking Table Test of a RC Shear Wall Structure with Torsional Irregularity Numerical Simulation of Shaking Table Test of a RC Shear Wall Structure with Torsional Irregularity Saeideh Nazirzadeh, Vesile Hatun Akansel & Ahmet Yakut Middle East Technical University, Ankara, Turkey.

More information

Department of Civil and Environmental Engineering, University of California, Berkeley

Department of Civil and Environmental Engineering, University of California, Berkeley OpenFresco Framework for Hybrid Simulation: OpenSSL Example Andreas Schellenberg, Hong K. Kim, Yoshikazu Takahashi, Gregory L. Fenves, and Stephen A. Mahin Department of Civil and Environmental Engineering,

More information

Title. Author(s)P. LATCHAROTE; Y. KAI. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)P. LATCHAROTE; Y. KAI. Issue Date Doc URL. Type. Note. File Information Title HIGH PERFORMANCE COMPUTING OF DYNAMIC STRUCTURAL RES INTEGRATED EARTHQUAKE SIMULATION Author(s)P. LATCHAROTE; Y. KAI Issue Date 2013-09-13 Doc URL http://hdl.handle.net/2115/54441 Type proceedings

More information

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Advanced Steel Construction Vol. 3, No. 2, pp. 565-582 (2007) 565 MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Wenjiang Kang 1, F. Albermani 2, S. Kitipornchai 1 and Heung-Fai Lam

More information

Inelastic Analysis of Seismic Loading of Precast Concrete Cladding Using Commercially Available Software

Inelastic Analysis of Seismic Loading of Precast Concrete Cladding Using Commercially Available Software San Jose State University SJSU ScholarWorks Master's Theses Master's Theses and Graduate Research Summer 2014 Inelastic Analysis of Seismic Loading of Precast Concrete Cladding Using Commercially Available

More information

Embedded Reinforcements

Embedded Reinforcements Embedded Reinforcements Gerd-Jan Schreppers, January 2015 Abstract: This paper explains the concept and application of embedded reinforcements in DIANA. Basic assumptions and definitions, the pre-processing

More information

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis 25 Module 1: Introduction to Finite Element Analysis Lecture 4: Steps in Finite Element Analysis 1.4.1 Loading Conditions There are multiple loading conditions which may be applied to a system. The load

More information

An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam

An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam The Open Ocean Engineering Journal, 2011, 4, 55-59 55 Open Access An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam H.I. Park a, * and C.G. Park b a Department

More information

1314. Estimation of mode shapes expanded from incomplete measurements

1314. Estimation of mode shapes expanded from incomplete measurements 34. Estimation of mode shapes expanded from incomplete measurements Sang-Kyu Rim, Hee-Chang Eun, Eun-Taik Lee 3 Department of Architectural Engineering, Kangwon National University, Samcheok, Korea Corresponding

More information

Moment-rotation Behavior of Shallow Foundations with Fixed Vertical Load Using PLAXIS 3D

Moment-rotation Behavior of Shallow Foundations with Fixed Vertical Load Using PLAXIS 3D 6 th International Conference on Earthquake Geotechnical Engineering 1-4 November 2015 Christchurch, New Zealand Moment-rotation Behavior of Shallow Foundations with Fixed Vertical Load Using PLAXIS 3D

More information

SAP2000 Version Release Notes

SAP2000 Version Release Notes SAP2000 Version 17.3.0 Release Notes Copyright Computers and Structures, Inc., 2015 Notice Date: 2015-07-02 This file lists all changes made to SAP2000 since the previous version. Most changes do not affect

More information

Methodology for Prediction of Sliding and Rocking of Rigid Bodies Using Fast Non-Linear Analysis (FNA) Formulation

Methodology for Prediction of Sliding and Rocking of Rigid Bodies Using Fast Non-Linear Analysis (FNA) Formulation Methodology for Prediction of Sliding and Rocking of Rigid Bodies Using Fast Non-Linear Analysis (FNA) Formulation Sohrab Esfandiari - ENOVA Engineering Services Robert P. Kennedy- RPK Structural Consulting

More information

Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA

Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA 14 th International LS-DYNA Users Conference Session: Simulation Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA Hailong Teng Livermore Software Technology Corp. Abstract This paper

More information

Development of the Compliant Mooring Line Model for FLOW-3D

Development of the Compliant Mooring Line Model for FLOW-3D Flow Science Report 08-15 Development of the Compliant Mooring Line Model for FLOW-3D Gengsheng Wei Flow Science, Inc. October 2015 1. Introduction Mooring systems are common in offshore structures, ship

More information

SAP2000 Version Release Notes

SAP2000 Version Release Notes SAP2000 Version 19.1.1 Release Notes Copyright Computers and Structures, Inc., 2017 Notice Date: 2017-05-05 This file lists all changes made to SAP2000 since the previous version. Most changes do not affect

More information

Advanced Professional Training

Advanced Professional Training Advanced Professional Training Non Linea rand Stability All information in this document is subject to modification without prior notice. No part of this manual may be reproduced, stored in a database

More information

Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA

Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA Andrew Smyth, P.E. LPI, Inc., New York, NY, USA Abstract Overhead crane wire ropes utilized within manufacturing plants are subject to extensive

More information

Aircraft Impact Analysis of New York World Trade Center Tower by Using the ASI-Gauss Technique

Aircraft Impact Analysis of New York World Trade Center Tower by Using the ASI-Gauss Technique Proceeding of ICCES 05, 1-10 December 2005, INDIA 1212 Aircraft Impact Analysis of New York World Trade Center Tower by Using the ASI-Gauss Technique D. Isobe 1 and K. M. Lynn 2 Summary In this paper,

More information

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Kasetsart J. (Nat. Sci.) 42 : 165-176 (2008) Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Chakrit Suvanjumrat*, Tumrong Puttapitukporn and Satjarthip Thusneyapan

More information

Modelling Flat Spring Performance Using FEA

Modelling Flat Spring Performance Using FEA Modelling Flat Spring Performance Using FEA Blessing O Fatola, Patrick Keogh and Ben Hicks Department of Mechanical Engineering, University of Corresponding author bf223@bath.ac.uk Abstract. This paper

More information

Revised Sheet Metal Simulation, J.E. Akin, Rice University

Revised Sheet Metal Simulation, J.E. Akin, Rice University Revised Sheet Metal Simulation, J.E. Akin, Rice University A SolidWorks simulation tutorial is just intended to illustrate where to find various icons that you would need in a real engineering analysis.

More information

CSiBridge 2015 (Version ) Release Notes

CSiBridge 2015 (Version ) Release Notes CSiBridge 2015 (Version 17.3.0) Release Notes Copyright Computers and Structures, Inc., 2015 Notice Date: 2015-07-02 This file lists all changes made to CSiBridge since the previous version. Most changes

More information

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

Guidelines for proper use of Plate elements

Guidelines for proper use of Plate elements Guidelines for proper use of Plate elements In structural analysis using finite element method, the analysis model is created by dividing the entire structure into finite elements. This procedure is known

More information

Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver

Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver Shih Kwang Tay, Roger Chan and Jiing Koon Poon Ministry of Home Affairs, Singapore 1 Abstract A 3-stage loading

More information

Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure

Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure In the final year of his engineering degree course a student was introduced to finite element analysis and conducted an assessment

More information

Beams. Lesson Objectives:

Beams. Lesson Objectives: Beams Lesson Objectives: 1) Derive the member local stiffness values for two-dimensional beam members. 2) Assemble the local stiffness matrix into global coordinates. 3) Assemble the structural stiffness

More information

REGULARITY INDICES FOR BRIDGE STRUCTURES

REGULARITY INDICES FOR BRIDGE STRUCTURES 7 REGULARITY INDICES FOR BRIDGE STRUCTURES Tatjana ISAKOVIĆ And Matej FISCHINGER SUMMARY A number of methods can be used for the analysis of bridge structures. Some of these methods are well known, and

More information

[ Ω 1 ] Diagonal matrix of system 2 (updated) eigenvalues [ Φ 1 ] System 1 modal matrix [ Φ 2 ] System 2 (updated) modal matrix Φ fb

[ Ω 1 ] Diagonal matrix of system 2 (updated) eigenvalues [ Φ 1 ] System 1 modal matrix [ Φ 2 ] System 2 (updated) modal matrix Φ fb Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Modal Test Data Adjustment For Interface Compliance Ryan E. Tuttle, Member of the

More information

Parametric Study of Engine Rigid Body Modes

Parametric Study of Engine Rigid Body Modes Parametric Study of Engine Rigid Body Modes Basem Alzahabi and Samir Nashef C. S. Mott Engineering and Science Center Dept. Mechanical Engineering Kettering University 17 West Third Avenue Flint, Michigan,

More information

The part to be analyzed is the bracket from the tutorial of Chapter 3.

The part to be analyzed is the bracket from the tutorial of Chapter 3. Introduction to Solid Modeling Using SolidWorks 2007 COSMOSWorks Tutorial Page 1 In this tutorial, we will use the COSMOSWorks finite element analysis (FEA) program to analyze the response of a component

More information

Analysis and Evaluation of Single Piles in Laterally Spreading Soil

Analysis and Evaluation of Single Piles in Laterally Spreading Soil Analysis and Evaluation of Single Piles in Laterally Spreading Soil Christopher McGann A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Civil Engineering

More information

A METHOD TO MODELIZE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL

A METHOD TO MODELIZE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL A METHOD TO MODELIE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL Marc LEBELLE 1 SUMMARY The aseismic design of a building using the spectral analysis of a stick model presents

More information

1224. Seismic test and numerical verification of the scaled-down reinforced concrete containment vessel

1224. Seismic test and numerical verification of the scaled-down reinforced concrete containment vessel 1224. Seismic test and numerical verification of the scaled-down reinforced concrete containment vessel Yu-Chih Chen 1, Wei-Ting Lin 2, Tung-Liang Chu 3, Yuan-Chieh Wu 4 1 National Center for Research

More information

ADAPTIVE FORCE-BASED FRAME ELEMENT FOR REGULARIZED RESPONSE

ADAPTIVE FORCE-BASED FRAME ELEMENT FOR REGULARIZED RESPONSE COMPDYN 011 III ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering M. Papadrakakis, M. Fragiadakis, V. Plevris (eds.) Corfu, Greece, 5 8 May 011 ADAPTIVE

More information

Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks

Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks

More information

SECTION ANALYSIS PROGRAM RESPONSE 2000

SECTION ANALYSIS PROGRAM RESPONSE 2000 SECTION ANALYSIS PROGRAM RESPONSE 2000 DESCRIPTION Response-2000 is a user friendly sectional analysis program that can be used to predict the complete load-deformation response of a reinforced or prestressed

More information

Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact

Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact Eduardo Luís Gaertner Marcos Giovani Dropa de Bortoli EMBRACO S.A. Abstract A linear elastic model is often not appropriate

More information

Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures for Maximum Clamping Force

Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures for Maximum Clamping Force 6 th China Japan Korea Joint Symposium on Optimization of Structural and Mechanical Systems June 22-25, 200, Kyoto, Japan Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures

More information

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

More information

SEISMIC PERFORMANCE OF SYMMETRIC STEEL MOMENT FRAMES WITH RANDOM REACTIVE WEIGHT DISTRIBUTIONS. A Thesis. presented to

SEISMIC PERFORMANCE OF SYMMETRIC STEEL MOMENT FRAMES WITH RANDOM REACTIVE WEIGHT DISTRIBUTIONS. A Thesis. presented to SEISMIC PERFORMANCE OF SYMMETRIC STEEL MOMENT FRAMES WITH RANDOM REACTIVE WEIGHT DISTRIBUTIONS A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment

More information

Qualification of *Constrained_Lagrange_In_Solid command for steel/concrete interface modeling

Qualification of *Constrained_Lagrange_In_Solid command for steel/concrete interface modeling Qualification of *Constrained_Lagrange_In_Solid command for steel/concrete interface modeling L. MOUTOUSSAMY 1,2, G. HERVE 1, F. BARBIER 1 1 Tractebel Engineering France, 2 University Pierre and Marie

More information

NUMERICAL SIMULATION OF SHAKING TABLE TESTS ON DYNAMIC RESPONSE OF DRY SAND

NUMERICAL SIMULATION OF SHAKING TABLE TESTS ON DYNAMIC RESPONSE OF DRY SAND NUMERICAL SIMULATION OF SHAKING TABLE TESTS ON DYNAMIC RESPONSE OF DRY SAND F. Jafarzadeh 1, D. Faghihi 2 and M. Ehsani 3 1 Assistant Professor, Civil Eng Dept, Sharif University of Technology, Tehran,

More information

PERFORM-3D Version Copyright Computers and Structures, Inc., 2011 Release Date:

PERFORM-3D Version Copyright Computers and Structures, Inc., 2011 Release Date: PERFORM-3D Version 5.0.0 Copyright Computers and Structures, Inc., 2011 Release Date: 2011-06-10 Contents 1. Installation Instructions for PERFORM-3D Version 5.0.0 2. New Locations for Some Key Folders

More information

D DAVID PUBLISHING. Stability Analysis of Tubular Steel Shores. 1. Introduction

D DAVID PUBLISHING. Stability Analysis of Tubular Steel Shores. 1. Introduction Journal of Civil Engineering and Architecture 1 (216) 563-567 doi: 1.17265/1934-7359/216.5.5 D DAVID PUBLISHING Fábio André Frutuoso Lopes, Fernando Artur Nogueira Silva, Romilde Almeida de Oliveira and

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 3, 2016

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 3, 2016 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 3, 016 Copyright by the authors - Licensee IPA- Under Creative Commons license 3.0 Research article ISSN 0976 4399 Presenting a quic

More information

Flexible multibody systems - Relative coordinates approach

Flexible multibody systems - Relative coordinates approach Computer-aided analysis of multibody dynamics (part 2) Flexible multibody systems - Relative coordinates approach Paul Fisette (paul.fisette@uclouvain.be) Introduction In terms of modeling, multibody scientists

More information

First Order Analysis for Automotive Body Structure Design Using Excel

First Order Analysis for Automotive Body Structure Design Using Excel Special Issue First Order Analysis 1 Research Report First Order Analysis for Automotive Body Structure Design Using Excel Hidekazu Nishigaki CAE numerically estimates the performance of automobiles and

More information

Influence of geometric imperfections on tapered roller bearings life and performance

Influence of geometric imperfections on tapered roller bearings life and performance Influence of geometric imperfections on tapered roller bearings life and performance Rodríguez R a, Calvo S a, Nadal I b and Santo Domingo S c a Computational Simulation Centre, Instituto Tecnológico de

More information

Comparison of implicit and explicit nite element methods for dynamic problems

Comparison of implicit and explicit nite element methods for dynamic problems Journal of Materials Processing Technology 105 (2000) 110±118 Comparison of implicit and explicit nite element methods for dynamic problems J.S. Sun, K.H. Lee, H.P. Lee * Department of Mechanical and Production

More information

A FIXED-BASE MODEL WITH CLASSICAL NORMAL MODES FOR SOIL- STRUCTURE INTERACTION SYSTEMS

A FIXED-BASE MODEL WITH CLASSICAL NORMAL MODES FOR SOIL- STRUCTURE INTERACTION SYSTEMS A FIXED-BASE MODEL WIH CLASSICAL NORMAL MODES FOR SOIL- SRUCURE INERACION SYSEMS 46 Wen-Hwa WU SUMMARY o simplify the analysis of soil-structure interaction (SSI) systems, different fixed-base models have

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

Coupled analysis of material flow and die deflection in direct aluminum extrusion

Coupled analysis of material flow and die deflection in direct aluminum extrusion Coupled analysis of material flow and die deflection in direct aluminum extrusion W. Assaad and H.J.M.Geijselaers Materials innovation institute, The Netherlands w.assaad@m2i.nl Faculty of Engineering

More information

Finite Element Analysis of Slab and a Comparative Study with Others Analytical Solution

Finite Element Analysis of Slab and a Comparative Study with Others Analytical Solution 7 th ICCT Finite Element Analysis of Slab and a Comparative Study with Others Analytical Solution M. W. Bari, Rajshahi University of Engineering & Technology, BANGLADESH M. M. Rahman, Rajshahi University

More information

Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering. Introduction

Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering. Introduction Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering Introduction A SolidWorks simulation tutorial is just intended to illustrate where to

More information

OPENSEES Soil-Pile Interaction Study under Lateral Spread Loading

OPENSEES Soil-Pile Interaction Study under Lateral Spread Loading OPENSEES Soil-Pile Interaction Study under Lateral Spread Loading Po-Lam - EarthMechanics Pedro Arduino UW Peter Mackenzie-Helnwein UW Overview Introduction Background & Common Practice 3D Analysis of

More information

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

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 36 In last class, we have derived element equations for two d elasticity problems

More information

Development of Hybrid Simulation System for Multi-Degreeof-Freedom

Development of Hybrid Simulation System for Multi-Degreeof-Freedom 6 th International Conference on Advances in Experimental Structural Engineering th International Workshop on Advanced Smart Materials and Smart Structures Technology August -, 5, University of Illinois,

More information

LIGO Scissors Table Static Test and Analysis Results

LIGO Scissors Table Static Test and Analysis Results LIGO-T980125-00-D HYTEC-TN-LIGO-31 LIGO Scissors Table Static Test and Analysis Results Eric Swensen and Franz Biehl August 30, 1998 Abstract Static structural tests were conducted on the LIGO scissors

More information

Effect of Type of Connection on Dynamic Response of Double layer Grid Space Frames

Effect of Type of Connection on Dynamic Response of Double layer Grid Space Frames Effect of Type of Connection on Dynamic Response of Double layer Grid Space Frames Dr. Ihab Sabri Salih 1, Dr. Saddam Khalaf Faleh 2, Zeinab A. Abdulrasool 3 Lecturer, Department of Civil Engineering,

More information

Static and dynamic simulations for automotive interiors components using ABAQUS

Static and dynamic simulations for automotive interiors components using ABAQUS Static and dynamic simulations for automotive interiors components using ABAQUS Mauro Olivero, Vincenzo Puleo, Massimo Barbi, Fabrizio Urbinati, Benedetta Peyron Fiat Research Centre Giancarlo Luciani,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): 2321-0613 Stabilit Analsis of Multi- Building with Underneath Satellite Bus Stand Having Intermediate

More information

DIFFERENT TECHNIQUES FOR THE MODELING OF POST-TENSIONED CONCRETE BOX-GIRDER BRIDGES

DIFFERENT TECHNIQUES FOR THE MODELING OF POST-TENSIONED CONCRETE BOX-GIRDER BRIDGES DIFFERENT TECHNIQUES FOR THE MODELING OF POST-TENSIONED CONCRETE BOX-GIRDER BRIDGES Deepak Rayamajhi Naveed Anwar Jimmy Chandra Graduate Student Associate Director Graduate Student Structural Engineering

More information

An Iterative Convex Optimization Procedure for Structural System Identification

An Iterative Convex Optimization Procedure for Structural System Identification An Iterative Convex Optimization Procedure for Structural System Identification Dapeng Zhu, Xinjun Dong, Yang Wang 3 School of Civil and Environmental Engineering, Georgia Institute of Technology, 79 Atlantic

More information

Investigation of Traffic Load on the Buried Pipeline by Using of Real Scale Experiment and Plaxis-3D Software

Investigation of Traffic Load on the Buried Pipeline by Using of Real Scale Experiment and Plaxis-3D Software Research Journal of Applied Sciences, Engineering and Technology 2(2): 107-113, 2010 ISSN: 2040-7467 Maxwell Scientific Organization, 2010 Submitted Date: August 01, 2009 Accepted Date: December 14, 2009

More information

INFLUENCE OF MODELLING AND NUMERICAL PARAMETERS ON THE PERFORMANCE OF A FLEXIBLE MBS FORMULATION

INFLUENCE OF MODELLING AND NUMERICAL PARAMETERS ON THE PERFORMANCE OF A FLEXIBLE MBS FORMULATION INFLUENCE OF MODELLING AND NUMERICAL PARAMETERS ON THE PERFORMANCE OF A FLEXIBLE MBS FORMULATION J. CUADRADO, R. GUTIERREZ Escuela Politecnica Superior, Universidad de La Coruña, Ferrol, Spain SYNOPSIS

More information