CVEEN Table of Contents

Size: px
Start display at page:

Download "CVEEN Table of Contents"

Transcription

1 CVEEN 7330 Table of Contents Table of Contents... 1 Objectives:... 2 FLAC Input:... 3 Model Inputs... 3 Create Grid and Assign Properties... 4 Create Foundation... 4 Create Forcing Function... 4 Create Dynamic Boundary Conditions and Assign Damping... 4 Apply Forcing Function... 4 Create Histories of Output... 5 Solve and Save Output... 5 Required Outputs from FLAC:... 6 Required Calculations and Discussion:... 6

2 Objectives: This model uses FLAC to calculate pressure and displacement time histories for a machine foundation undergoing sinusoidal loading.

3 FLAC Input: Figure 1. Boundary conditions for model. Model Inputs This subroutine called setup establishes the inputs for the model. These variables are later assigned in other parts of the FLAC code to execute the model. config dynamic set dynamic on def setup; defines constants stress_amp = 0.1e6 ; Stress amplutde (0.1 Mpa = 1 tsf) frq_cent = 10 ; Forcing frequency in hz per = 1.0 / frq_cent ; Period omega = 2.0 * pi * frq_cent ; circular frequency ftglength = 10 ; out-of-plane length of ftg. soil_den = 2000 ; soil density vs_soil = 150 ; shear wave velocity sh_mod = soil_den*vs_soil*vs_soil ; shear modulus

4 po_rat = 0.4 ; Poisson's ratio bu_mod = sh_mod*(2.0*(1.0+po_rat))/(3.0*( *po_rat)); Bulk modulus end setup Create Grid and Assign Properties g ; creates 20 x 10 grid gen 0,-20 0,0 40,0 40,-20 ; maps grid to 20 x 40 x-y space m e ; declares grid as elastic ; prop den=soil_den shear=sh_mod bulk=bu_mod ; assigns soil properties Create Foundation struct prop=1 e=1 i=1 a=1 den=1e-3 ; declares structural properties struct beam beg grid end grid ; creates beam struct beam beg grid end grid ; creates bean struct node 2 slave y 1 ; collapse beam to 1DOF in y-direction struct node 3 slave y 2 Create Forcing Function def s_wave s_wave = sin(omega * dytime) end Create Dynamic Boundary Conditions and Assign Damping app xquiet yquiet i=1 app xquiet yquiet i=21 app xquiet yquiet j=1 apply ff i 21 ; set dy_damp rayl 0.05 frq_cent ; 5 percent Rayleigh damping for material damping ; 3D radiation damping set 3d_damp ff=2 set 3d_damp on set 3d_damp width=ftglenfth Apply Forcing Function

5 app syy=stress_amp hist=s_wave i=11,12 j=11 Create Histories of Output hist dytime hist syy i 11 j 10 ; pressure history top soil under ftg. hist syy i 11 j 5 ; pressure history middle soil under ftg. hist syy i 11 j 1 ; pressure at base of soil under ftg. hist syy i 5 j 10 ; pressure at 5 m from ftg top of soil hist syy i 5 j 5 ; pressure at 5 m from ftg middle. of soil hist syy i 5 j 1 ; pressure at 5 m from ftg. bottom of soil. hist ydis i 11 j 11 ; y disp of ftg. hist ydis i 5 j 11 ; y displace 5 m from ftg Solve and Save Output solve dytime 2 save model5.sav 'last project state'

6 Required Outputs from FLAC: These plots should be prepared for a 5 tsf oscillating vertical load at 8 Hz on a 4-m wide strip footing. Assume that the shear wave velocity of the soil is 150 m/s, Poisson s ratio is 0.4 and the mass density of the soil is 2000 kg/m 3. In this solution, you must incorporate the dynamic effects on the soil stiffness by adjusting the shear modulus. 1. Plot of model with boundary conditions and applied load 2. Pressure vs. time plot at top of soil for center of footing. 3. Pressure vs. time plot at middle of soil profile for center of footing. 4. Pressure vs. time plot at bottom of soil profile for center of footing. 5. Pressure vs. time plot at top of soil for horizontal distance 10 m from edge of footing 6. Pressure vs. time plot at middle of soil profile for horizontal distance 10 m from edge of footing. 7. Pressure vs. time plot at bottom of soil profile for horizontal distance 10 m from edge of footing. 8. Displacement vs. time plot at top of soil for center of footing. 9. Displacement vs. time plot at surface for a horizontal distance of 10 m from edge of footing. 10. FLAC Code Required Calculations and Discussion: 1. Calculate the fundamental period of the soil model (assuming it is 1D). 2. Repeat plots 8 and 9 above by changing the frequency of vibration from 8 to 16 and 32 Hz. Discuss how the change in frequency of vibration has affected the displacements. 3. Repeat plots 8 and 9 by changing the length of the footing to 5 m and 2 m and the keeping the frequency of vibration at 8 Hz. Discuss how the change in the finite footing has affected the displacements at 10 m from the footing compared to the infinite case. (Note that these footing sizes can no longer be modeled using a plane-strain 2D model such as FLAC2D without adjustments. See Ch. 15 of Foundations Engineering by Gazeta to determine the correct shear modulus to input into the model.)

Numerical Modeling in Geotechnical Engineering October 17,

Numerical Modeling in Geotechnical Engineering October 17, 1 Numerical Modeling in Geotechnical Engineering October 17, 18 2014 PRESENTED BY: Siavash Zamiran Ph.D. Student, Research and Teaching Assistant, Department of Civil Engineering, Southern Illinois University

More information

CVEEN 7330 Modeling Exercise 2c

CVEEN 7330 Modeling Exercise 2c CVEEN 7330 Modeling Exercise 2c Table of Contents Table of Contents... 1 Objectives:... 2 FLAC Input:... 2 DEEPSOIL INPUTS:... 5 Required Outputs from FLAC:... 6 Required Output from DEEPSOIL:... 6 Additional

More information

CVEEN Table of Contents

CVEEN Table of Contents CVEEN 7330 Table of Contents Table of Contents... 1 Objectives... 2 ackground... 2 Model Setup and Analysis Input... 2 Data for Interfaces... 5 Required Outputs from FLAC... 10 Required Calculations and

More information

13 Plastic Flow in a Punch Problem

13 Plastic Flow in a Punch Problem Plastic Flow in a Punch Problem 13-1 13 Plastic Flow in a Punch Problem 13.1 Problem Statement Difficulties are sometimes reported in the modeling of plastic flow where large velocity gradients exist.

More information

1D Nonlinear Numerical Methods

1D Nonlinear Numerical Methods 1D Nonlinear Numerical Methods Page 1 1D Nonlinear Numerical Methods Reading Assignment Lecture Notes Pp. 275-280 Kramer DEEPSOIL.pdf 2001 Darendeli, Ch. 10 Other Materials DeepSoil User's Manual 2001

More information

8 Displacements near the Face of an Advancing Shaft

8 Displacements near the Face of an Advancing Shaft Displacements near the Face of an Advancing Shaft 8-1 8 Displacements near the Face of an Advancing Shaft 8.1 Problem Statement A circular shaft is excavated in chalk and lined with monolithic precast

More information

2D Embankment and Slope Analysis (Numerical)

2D Embankment and Slope Analysis (Numerical) 2D Embankment and Slope Analysis (Numerical) Page 1 2D Embankment and Slope Analysis (Numerical) Sunday, August 14, 2011 Reading Assignment Lecture Notes Other Materials FLAC Manual 1. 2. Homework Assignment

More information

5 Spherical Cavity in an Infinite Elastic Medium

5 Spherical Cavity in an Infinite Elastic Medium Spherical Cavity in an Infinite Elastic Medium 5-1 5 Spherical Cavity in an Infinite Elastic Medium 5.1 Problem Statement Stresses and displacements are determined for the case of a spherical cavity in

More information

1 Slope Stability for a Cohesive and Frictional Soil

1 Slope Stability for a Cohesive and Frictional Soil Slope Stability for a Cohesive and Frictional Soil 1-1 1 Slope Stability for a Cohesive and Frictional Soil 1.1 Problem Statement A common problem encountered in engineering soil mechanics is the stability

More information

1 Slope Stability for a Cohesive and Frictional Soil

1 Slope Stability for a Cohesive and Frictional Soil Slope Stability for a Cohesive and Frictional Soil 1-1 1 Slope Stability for a Cohesive and Frictional Soil 1.1 Problem Statement A common problem encountered in engineering soil mechanics is the stability

More information

Earth Pressure Theory

Earth Pressure Theory Lateral Earth Pressure Page 1 Earth Pressure Theory Examples of Retaining Walls Lateral Earth Pressure Page 2 At-Rest, Active and Passive Earth Pressure Wednesday, August 17, 2011 12:45 PM At-rest condition

More information

8 Lined Circular Tunnel in an Elastic Medium with Anisotropic Stresses

8 Lined Circular Tunnel in an Elastic Medium with Anisotropic Stresses Lined Circular Tunnel in an Elastic Medium with Anisotropic Stresses 8-1 8 Lined Circular Tunnel in an Elastic Medium with Anisotropic Stresses 8.1 Problem Statement This problem concerns the analysis

More information

Dynamic Analysis Contents - 1

Dynamic Analysis Contents - 1 Dynamic Analysis Contents - 1 TABLE OF CONTENTS 1 DYNAMIC ANALYSIS 1.1 Overview... 1-1 1.2 Relation to Equivalent-Linear Methods... 1-2 1.2.1 Characteristics of the Equivalent-Linear Method... 1-2 1.2.2

More information

13 Step-Path Failure of Rock Slopes

13 Step-Path Failure of Rock Slopes Step-Path Failure of Rock Slopes 13-1 13 Step-Path Failure of Rock Slopes 13.1 Problem Statement While UDEC represents a jointed rock structure as a system of discrete blocks by default, it is also a straightforward

More information

Effect of structural design on fundamental frequency of reinforced-soil retaining walls

Effect of structural design on fundamental frequency of reinforced-soil retaining walls Soil Dynamics and Earthquake Engineering 19 (2000) 137 157 www.elsevier.com/locate/soildyn Effect of structural design on fundamental frequency of reinforced-soil retaining walls K. Hatami*, R.J. Bathurst

More information

Recent Research on EPS Geofoam Seismic Buffers. Richard J. Bathurst and Saman Zarnani GeoEngineering Centre at Queen s-rmc Canada

Recent Research on EPS Geofoam Seismic Buffers. Richard J. Bathurst and Saman Zarnani GeoEngineering Centre at Queen s-rmc Canada Recent Research on EPS Geofoam Seismic Buffers Richard J. Bathurst and Saman Zarnani GeoEngineering Centre at Queen s-rmc Canada What is a wall (SEISMIC) buffer? A compressible inclusion placed between

More information

7 Uniaxial Compressive Strength of a Jointed Rock Sample

7 Uniaxial Compressive Strength of a Jointed Rock Sample Uniaxial Compressive Strength of a Jointed Rock Sample 7-1 7 Uniaxial Compressive Strength of a Jointed Rock Sample 7.1 Problem Statement The uniaxial compressive strength of a jointed rock sample is a

More information

3 Cylindrical Hole in an Infinite Mohr-Coulomb Medium

3 Cylindrical Hole in an Infinite Mohr-Coulomb Medium Cylindrical Hole in an Infinite Mohr-Coulomb Medium 3-1 3 Cylindrical Hole in an Infinite Mohr-Coulomb Medium 3.1 Problem Statement The problem concerns the determination of stresses and displacements

More information

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Module - 5 Machine Foundations Lecture - 31 EHS Theory, Vibrational Control Let us start our

More information

Dynamic Soil Pressures on Embedded Retaining Walls: Predictive Capacity Under Varying Loading Frequencies

Dynamic Soil Pressures on Embedded Retaining Walls: Predictive Capacity Under Varying Loading Frequencies 6 th International Conference on Earthquake Geotechnical Engineering 1-4 November 2015 Christchurch, New Zealand Dynamic Soil Pressures on Embedded Retaining Walls: Predictive Capacity Under Varying Loading

More information

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method 9210-220 Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method You should have the following for this examination one answer book scientific calculator No

More information

ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS

ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS Transactions, SMiRT-24 ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS 1 Principal Engineer, MTR & Associates, USA INTRODUCTION Mansour Tabatabaie 1 Dynamic response

More information

Prob. 1 SDOF Structure subjected to Ground Shaking

Prob. 1 SDOF Structure subjected to Ground Shaking Prob. 1 SDOF Structure subjected to Ground Shaking What is the maximum relative displacement and the amplitude of the total displacement of a SDOF structure subjected to ground shaking? magnitude of ground

More information

10 Slope Stability Analysis of a Rock Slope

10 Slope Stability Analysis of a Rock Slope Slope Stability Analysis of a Rock Slope 10-1 10 Slope Stability Analysis of a Rock Slope 10.1 Problem Statement Limit equilibrium methods are commonly used to evaluate the stability of slopes in rock

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

DYNAMIC ANALYSIS OF PILES IN SAND BASED ON SOIL-PILE INTERACTION

DYNAMIC ANALYSIS OF PILES IN SAND BASED ON SOIL-PILE INTERACTION October 1-17,, Beijing, China DYNAMIC ANALYSIS OF PILES IN SAND BASED ON SOIL-PILE INTERACTION Mohammad M. Ahmadi 1 and Mahdi Ehsani 1 Assistant Professor, Dept. of Civil Engineering, Geotechnical Group,

More information

4.4 1) 단순지지된깊은보 선형동적해석검증예제 ANALYSIS REFERENCE. REFERENCE NAFEMS 1 Beam elements, solid elements

4.4 1) 단순지지된깊은보 선형동적해석검증예제 ANALYSIS REFERENCE. REFERENCE NAFEMS 1 Beam elements, solid elements 그림 5.4.3 가진방향에따른응답변화예시 Reaction Sum. Total Strain Energy 0 30 60 90 120 150 180 Excitation ngle 4.4 선형동적해석검증예제 1) 단순지지된깊은보 REFERENCE NFEMS 1 ELEMENTS Beam elements, solid elements MODEL FILENME LinearDynamic01.mpb

More information

The University of Melbourne Engineering Mechanics

The University of Melbourne Engineering Mechanics The University of Melbourne 436-291 Engineering Mechanics Tutorial Four Poisson s Ratio and Axial Loading Part A (Introductory) 1. (Problem 9-22 from Hibbeler - Statics and Mechanics of Materials) A short

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 2.Vibrations: single degree of freedom system Arnaud Deraemaeker (aderaema@ulb.ac.be) 1 Outline of the chapter *One degree of freedom systems in real life Hypothesis Examples *Response

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

4 Undrained Cylindrical Cavity Expansion in a Cam-Clay Medium

4 Undrained Cylindrical Cavity Expansion in a Cam-Clay Medium Undrained Cylindrical Cavity Expansion in a Cam-Clay Medium 4-1 4 Undrained Cylindrical Cavity Expansion in a Cam-Clay Medium 4.1 Problem Statement The stress and pore pressure changes due to the expansion

More information

USER S MANUAL 1D Seismic Site Response Analysis Example University of California: San Diego August 30, 2017

USER S MANUAL 1D Seismic Site Response Analysis Example   University of California: San Diego August 30, 2017 USER S MANUAL 1D Seismic Site Response Analysis Example http://www.soilquake.net/ucsdsoilmodels/ University of California: San Diego August 30, 2017 Table of Contents USER'S MANUAL TABLE OF CONTENTS Page

More information

Model tests and FE-modelling of dynamic soil-structure interaction

Model tests and FE-modelling of dynamic soil-structure interaction Shock and Vibration 19 (2012) 1061 1069 1061 DOI 10.3233/SAV-2012-0712 IOS Press Model tests and FE-modelling of dynamic soil-structure interaction N. Kodama a, * and K. Komiya b a Waseda Institute for

More information

Static Pile Head Impedance using 3D Nonlinear FEM Analysis

Static Pile Head Impedance using 3D Nonlinear FEM Analysis Static Pile Head Impedance using 3D Nonlinear FEM Analysis Ichiro NAGASHIMA Technology Center, Taisei Corporation, 344-1 Nasecho, Totsuka-ku, Yokohama 245-51, Japan, ichiro.nagashima@sakura.taisei.co.jp

More information

Numerical Modelling of Dynamic Earth Force Transmission to Underground Structures

Numerical Modelling of Dynamic Earth Force Transmission to Underground Structures Numerical Modelling of Dynamic Earth Force Transmission to Underground Structures N. Kodama Waseda Institute for Advanced Study, Waseda University, Japan K. Komiya Chiba Institute of Technology, Japan

More information

Verification of a Micropile Foundation

Verification of a Micropile Foundation Engineering manual No. 36 Update 02/2018 Verification of a Micropile Foundation Program: File: Pile Group Demo_manual_en_36.gsp The objective of this engineering manual is to explain the application of

More information

USER S MANUAL. 1D Seismic Site Response Analysis Example. University of California: San Diego.

USER S MANUAL. 1D Seismic Site Response Analysis Example.  University of California: San Diego. USER S MANUAL 1D Seismic Site Response Analysis Example http://www.soilquake.net/ucsdsoilmodels/ University of California: San Diego August 2, 2017 Table of Contents USER'S MANUAL TABLE OF CONTENTS Page

More information

(Refer Slide Time: 1: 19)

(Refer Slide Time: 1: 19) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 4 Lecture - 46 Force Measurement So this will be lecture

More information

Example-3. Title. Description. Cylindrical Hole in an Infinite Mohr-Coulomb Medium

Example-3. Title. Description. Cylindrical Hole in an Infinite Mohr-Coulomb Medium Example-3 Title Cylindrical Hole in an Infinite Mohr-Coulomb Medium Description The problem concerns the determination of stresses and displacements for the case of a cylindrical hole in an infinite elasto-plastic

More information

13 Dewatered Construction of a Braced Excavation

13 Dewatered Construction of a Braced Excavation Dewatered Construction of a Braced Excavation 13-1 13 Dewatered Construction of a Braced Excavation 13.1 Problem Statement A braced excavation is constructed in saturated ground. The excavation is dewatered

More information

1-160 Dynamic Analysis

1-160 Dynamic Analysis 1-160 Dynamic Analysis 1.6 Example Application of a Seismic Analysis An example application of a nonlinear seismic analysis is presented in this section. The example illustrates several of the topics discussed

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

Dynamic behavior of turbine foundation considering full interaction among facility, structure and soil

Dynamic behavior of turbine foundation considering full interaction among facility, structure and soil Dynamic behavior of turbine foundation considering full interaction among facility, structure and soil Fang Ming Scholl of Civil Engineering, Harbin Institute of Technology, China Wang Tao Institute of

More information

Dynamic modelling in slopes using finite difference program

Dynamic modelling in slopes using finite difference program Bulletin of the Department of Geology Bulletin of the Department of Geology, Tribhuvan University, Kathmandu, Nepal, Vol. 12, 2009, pp. 89 94 Dynamic modelling in slopes using finite difference program

More information

STRUCTURAL ANALYSIS OF A WESTFALL 2800 MIXER, BETA = 0.8 GFS R1. By Kimbal A. Hall, PE. Submitted to: WESTFALL MANUFACTURING COMPANY

STRUCTURAL ANALYSIS OF A WESTFALL 2800 MIXER, BETA = 0.8 GFS R1. By Kimbal A. Hall, PE. Submitted to: WESTFALL MANUFACTURING COMPANY STRUCTURAL ANALYSIS OF A WESTFALL 2800 MIXER, BETA = 0.8 GFS-411519-1R1 By Kimbal A. Hall, PE Submitted to: WESTFALL MANUFACTURING COMPANY OCTOBER 2011 ALDEN RESEARCH LABORATORY, INC. 30 Shrewsbury Street

More information

Lab Practical - Discontinuum Analysis & Distinct Element Method

Lab Practical - Discontinuum Analysis & Distinct Element Method Lab Practical - Discontinuum Analysis & Distinct Element Method Part A The Basics The Universal Distinct Element Code (UDEC) is a two-dimensional numerical program based on the distinct element method

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 ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON)

FINITE ELEMENT ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON) FINITE ELEMENT ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON) Ahmed Elgamal and Jinchi Lu October 07 Introduction In this study, we conduct a finite element simulation

More information

Numerical modelling of induced tensile stresses in rock in response to impact loading

Numerical modelling of induced tensile stresses in rock in response to impact loading Numerical modelling of induced tensile stresses in rock in response to impact loading M.T. Mnisi, D.P. Roberts and J.S. Kuijpers Council for Scientific and Industrial Research (CSIR): Natural Resources

More information

VIBRATION PROBLEMS IN ENGINEERING

VIBRATION PROBLEMS IN ENGINEERING VIBRATION PROBLEMS IN ENGINEERING FIFTH EDITION W. WEAVER, JR. Professor Emeritus of Structural Engineering The Late S. P. TIMOSHENKO Professor Emeritus of Engineering Mechanics The Late D. H. YOUNG Professor

More information

BENCHMARK LINEAR FINITE ELEMENT ANALYSIS OF LATERALLY LOADED SINGLE PILE USING OPENSEES & COMPARISON WITH ANALYTICAL SOLUTION

BENCHMARK LINEAR FINITE ELEMENT ANALYSIS OF LATERALLY LOADED SINGLE PILE USING OPENSEES & COMPARISON WITH ANALYTICAL SOLUTION BENCHMARK LINEAR FINITE ELEMENT ANALYSIS OF LATERALLY LOADED SINGLE PILE USING OPENSEES & COMPARISON WITH ANALYTICAL SOLUTION Ahmed Elgamal and Jinchi Lu October 07 Introduction In this study: I) The response

More information

EVALUATING RADIATION DAMPING OF SHALLOW FOUNDATIONS ON NONLINEAR SOIL MEDIUM FOR SOIL-STRUCTURE INTERACTION ANALYSIS OF BRIDGES

EVALUATING RADIATION DAMPING OF SHALLOW FOUNDATIONS ON NONLINEAR SOIL MEDIUM FOR SOIL-STRUCTURE INTERACTION ANALYSIS OF BRIDGES EVALUATING RADIATION DAMPING OF SHALLOW FOUNDATIONS ON NONLINEAR SOIL MEDIUM FOR SOIL-STRUCTURE INTERACTION ANALYSIS OF BRIDGES Abstract Jian Zhang 1 and Yuchuan Tang 2 The paper evaluates the radiation

More information

Module 2: Thermal Stresses in a 1D Beam Fixed at Both Ends

Module 2: Thermal Stresses in a 1D Beam Fixed at Both Ends Module 2: Thermal Stresses in a 1D Beam Fixed at Both Ends Table of Contents Problem Description 2 Theory 2 Preprocessor 3 Scalar Parameters 3 Real Constants and Material Properties 4 Geometry 6 Meshing

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

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS).

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). Lab Director: Coordinating Staff: Mr. Muhammad Farooq (Lecturer) Mr. Liaquat Qureshi (Lab Supervisor)

More information

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK FEA CODE WITH MATAB Finite Element Analysis of an Arch ME 5657 FINITE EEMENT METHOD Submitted by: APAY BURAK DEMIRYUREK This report summarizes the finite element analysis of an arch-beam with using matlab.

More information

1. Background: 2. Objective: 3. Equipments: 1 Experimental structural dynamics report (Firdaus)

1. Background: 2. Objective: 3. Equipments: 1 Experimental structural dynamics report (Firdaus) 1 Experimental structural dynamics report (Firdaus) 1. Background: This experiment consists of three main parts numerical modeling of the structure in the Slang software, performance of the first experimental

More information

Leaf Spring (Material, Contact, geometric nonlinearity)

Leaf Spring (Material, Contact, geometric nonlinearity) 00 Summary Summary Nonlinear Static Analysis - Unit: N, mm - Geometric model: Leaf Spring.x_t Leaf Spring (Material, Contact, geometric nonlinearity) Nonlinear Material configuration - Stress - Strain

More information

D. BARD DIVISION OF ENGINEERING ACOUSTICS, LUND UNIVERSITY

D. BARD DIVISION OF ENGINEERING ACOUSTICS, LUND UNIVERSITY Transmission, Reflections, Eigenfrequencies, Eigenmodes Tranversal and Bending waves D. BARD DIVISION OF ENGINEERING ACOUSTICS, LUND UNIVERSITY Outline Introduction Types of waves Eigenfrequencies & Eigenmodes

More information

Chapter a. Spring constant, k : The change in the force per unit length change of the spring. b. Coefficient of subgrade reaction, k:

Chapter a. Spring constant, k : The change in the force per unit length change of the spring. b. Coefficient of subgrade reaction, k: Principles of Soil Dynamics 3rd Edition Das SOLUTIONS MANUAL Full clear download (no formatting errors) at: https://testbankreal.com/download/principles-soil-dynamics-3rd-editiondas-solutions-manual/ Chapter

More information

Drop Test Simulation of a BGA Package: Methods & Experimental Comparison

Drop Test Simulation of a BGA Package: Methods & Experimental Comparison Drop Test Simulation of a BGA Package: Methods & Experimental Comparison Chris Cowan, Ozen Engineering, Inc. Harvey Tran, Intel Corporation Nghia Le, Intel Corporation Metin Ozen, Ozen Engineering, Inc.

More information

4 Cylindrical Hole in an Infinite Hoek-Brown Medium

4 Cylindrical Hole in an Infinite Hoek-Brown Medium Cylindrical Hole in an Infinite Hoek-Brown Medium 4-1 4 Cylindrical Hole in an Infinite Hoek-Brown Medium 4.1 Problem Statement Stresses and displacements are calculated for the case of a cylindrical hole

More information

Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee

Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee Module - 02 Lecture - 15 Machine Foundations - 3 Hello viewers, In the last class we

More information

2 Open Stoping Using Vertical Retreat

2 Open Stoping Using Vertical Retreat Open Stoping Using Vertical Retreat 2-1 2 Open Stoping Using Vertical Retreat 2.1 Problem Statement A distinct element simulation of a large blasthole, open stoping operation is shown to demonstrate the

More information

Design Procedures For Dynamically Loaded Foundations

Design Procedures For Dynamically Loaded Foundations Design Procedures For Dynamically Loaded Foundations 1/11 Choice of parameters for equivalent lumped systems Lumped mass : the mass of the foundation and supported machinery Damping : 1 Geometrical(or

More information

Due Date 1 (for confirmation of final grade): Monday May 10 at 11:59pm Due Date 2 (absolute latest possible submission): Friday May 14 at 5pm

Due Date 1 (for  confirmation of final grade): Monday May 10 at 11:59pm Due Date 2 (absolute latest possible submission): Friday May 14 at 5pm ! ME345 Modeling and Simulation, Spring 2010 Case Study 3 Assigned: Friday April 16! Due Date 1 (for email confirmation of final grade): Monday May 10 at 11:59pm Due Date 2 (absolute latest possible submission):

More information

VERTICAL STRESS INCREASES IN SOIL TYPES OF LOADING. Point Loads (P) Line Loads (q/unit length) Examples: -Posts

VERTICAL STRESS INCREASES IN SOIL TYPES OF LOADING. Point Loads (P) Line Loads (q/unit length) Examples: -Posts VERTICAL STRESS INCREASES IN SOIL Point Loads (P) TYPES OF LOADING Line Loads (q/unit length) Revised 0/014 Figure 6.11. Das FGE (005). Examples: -Posts Figure 6.1. Das FGE (005). Examples: - Railroad

More information

ROTATING RING. Volume of small element = Rdθbt if weight density of ring = ρ weight of small element = ρrbtdθ. Figure 1 Rotating ring

ROTATING RING. Volume of small element = Rdθbt if weight density of ring = ρ weight of small element = ρrbtdθ. Figure 1 Rotating ring ROTATIONAL STRESSES INTRODUCTION High centrifugal forces are developed in machine components rotating at a high angular speed of the order of 100 to 500 revolutions per second (rps). High centrifugal force

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

[5] Stress and Strain

[5] Stress and Strain [5] Stress and Strain Page 1 of 34 [5] Stress and Strain [5.1] Internal Stress of Solids [5.2] Design of Simple Connections (will not be covered in class) [5.3] Deformation and Strain [5.4] Hooke s Law

More information

2D Liquefaction Analysis for Bridge Abutment

2D Liquefaction Analysis for Bridge Abutment D Liquefaction Analysis for Bridge Abutment Tutorial by Angel Francisco Martinez Integrated Solver Optimized for the next generation 64-bit platform Finite Element Solutions for Geotechnical Engineering

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

INFLUENCE OF SOIL NONLINEARITY AND LIQUEFACTION ON DYNAMIC RESPONSE OF PILE GROUPS

INFLUENCE OF SOIL NONLINEARITY AND LIQUEFACTION ON DYNAMIC RESPONSE OF PILE GROUPS INFLUENCE OF SOIL NONLINEARITY AND LIQUEFACTION ON DYNAMIC RESPONSE OF PILE GROUPS Rajib Sarkar 1 and B.K. Maheshwari 2 1 Research Scholar, Dept. of Earthquake Engineering, IIT Roorkee, India, e-mail:

More information

Code_Aster. SHLL100 - Harmonic response of a bar per dynamic substructuring

Code_Aster. SHLL100 - Harmonic response of a bar per dynamic substructuring Titre : SHLL100 - Réponse harmonique d'une barre par sous-[...] Date : 03/08/2011 Page : 1/5 SHLL100 - Harmonic response of a bar per dynamic substructuring Abstract: The scope of application of this test

More information

VIBRATION AND ACOUSTIC PROPERTIES OF HONEYCOMB SANDWICH STRUCTURES SUBJECT TO VARIABLE INCIDENT PLANE-WAVE ANGLE PRESSURE LOADS

VIBRATION AND ACOUSTIC PROPERTIES OF HONEYCOMB SANDWICH STRUCTURES SUBJECT TO VARIABLE INCIDENT PLANE-WAVE ANGLE PRESSURE LOADS Clemson University TigerPrints All Theses Theses 5-2013 VIBRATION AND ACOUSTIC PROPERTIES OF HONEYCOMB SANDWICH STRUCTURES SUBJECT TO VARIABLE INCIDENT PLANE-WAVE ANGLE PRESSURE LOADS Jiaxue Yan Clemson

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

1 COMMAND REFERENCE COMMAND REFERENCE 1-1

1 COMMAND REFERENCE COMMAND REFERENCE 1-1 COMMAND REFERENCE 1-1 1 COMMAND REFERENCE This section contains detailed information about all of the commands used by FLAC. The commands are described in two major parts: First, in Section 1.2, there

More information

Geology 229 Engineering Geology. Lecture 5. Engineering Properties of Rocks (West, Ch. 6)

Geology 229 Engineering Geology. Lecture 5. Engineering Properties of Rocks (West, Ch. 6) Geology 229 Engineering Geology Lecture 5 Engineering Properties of Rocks (West, Ch. 6) Common mechanic properties: Density; Elastic properties: - elastic modulii Outline of this Lecture 1. Uniaxial rock

More information

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

SURFACE WAVE MODELLING USING SEISMIC GROUND RESPONSE ANALYSIS

SURFACE WAVE MODELLING USING SEISMIC GROUND RESPONSE ANALYSIS 43 SURFACE WAVE MODELLING USING SEISMIC GROUND RESPONSE ANALYSIS E John MARSH And Tam J LARKIN SUMMARY This paper presents a study of surface wave characteristics using a two dimensional nonlinear seismic

More information

Stresses and Strains in flexible Pavements

Stresses and Strains in flexible Pavements Stresses and Strains in flexible Pavements Multi Layered Elastic System Assumptions in Multi Layered Elastic Systems The material properties of each layer are homogeneous property at point A i is the same

More information

Analysis of Planar Truss

Analysis of Planar Truss Analysis of Planar Truss Although the APES computer program is not a specific matrix structural code, it can none the less be used to analyze simple structures. In this example, the following statically

More information

EFFECTS OF SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS ON THE DETERMINATION OF THE GLOBAL MODULUS OF ELASTICITY IN BENDING

EFFECTS OF SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS ON THE DETERMINATION OF THE GLOBAL MODULUS OF ELASTICITY IN BENDING EFFECTS OF SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS ON THE DETERMINATION OF THE GLOBAL MODULUS OF ELASTICITY IN BENDING - Investigations on Clearwood - University of Innsbruck Faculty of

More information

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

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

More information

Vibro-acoustic Analysis for Noise Reduction of Electric Machines

Vibro-acoustic Analysis for Noise Reduction of Electric Machines Vibro-acoustic Analysis for Noise Reduction of Electric Machines From Flux to OptiStruct Example : Synchronous Machine Flux 2D coupling to OptiStruct Patrick LOMBARD Application Team Manager Patrick.Lombard@cedrat.com

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

15 Drained and Undrained Triaxial Compression Test on a Cam-Clay Sample

15 Drained and Undrained Triaxial Compression Test on a Cam-Clay Sample Drained and Undrained Triaxial Compression Test on a Cam-Clay Sample 15-1 15 Drained and Undrained Triaxial Compression Test on a Cam-Clay Sample 15.1 Problem Statement Conventional drained and undrained

More information

MATERIAL MECHANICS, SE2126 COMPUTER LAB 3 VISCOELASTICITY. k a. N t

MATERIAL MECHANICS, SE2126 COMPUTER LAB 3 VISCOELASTICITY. k a. N t MATERIAL MECHANICS, SE2126 COMPUTER LAB 3 VISCOELASTICITY N t i Gt () G0 1 i ( 1 e τ = α ) i= 1 k a k b τ PART A RELAXING PLASTIC PAPERCLIP Consider an ordinary paperclip made of plastic, as they more

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

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

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

More information

QUAKE/W ProShake Comparison

QUAKE/W ProShake Comparison 1 Introduction QUAKE/W Comparison is a commercially available software product for doing one-dimensional ground response analyses. It was developed and is being maintained under the guidance of Professor

More information

202 Index. failure, 26 field equation, 122 force, 1

202 Index. failure, 26 field equation, 122 force, 1 Index acceleration, 12, 161 admissible function, 155 admissible stress, 32 Airy's stress function, 122, 124 d'alembert's principle, 165, 167, 177 amplitude, 171 analogy, 76 anisotropic material, 20 aperiodic

More information

Stress analysis of a stepped bar

Stress analysis of a stepped bar Stress analysis of a stepped bar Problem Find the stresses induced in the axially loaded stepped bar shown in Figure. The bar has cross-sectional areas of A ) and A ) over the lengths l ) and l ), respectively.

More information

COMPARISON BETWEEN 2D AND 3D ANALYSES OF SEISMIC STABILITY OF DETACHED BLOCKS IN AN ARCH DAM

COMPARISON BETWEEN 2D AND 3D ANALYSES OF SEISMIC STABILITY OF DETACHED BLOCKS IN AN ARCH DAM COMPARISON BETWEEN 2D AND 3D ANALYSES OF SEISMIC STABILITY OF DETACHED BLOCKS IN AN ARCH DAM Sujan MALLA 1 ABSTRACT The seismic safety of the 147 m high Gigerwald arch dam in Switzerland was assessed for

More information

Dynamic analysis of a reinforced concrete shear wall with strain rate effect. Synopsis. Introduction

Dynamic analysis of a reinforced concrete shear wall with strain rate effect. Synopsis. Introduction Dynamic analysis of a reinforced concrete shear wall with strain rate effect Synopsis A simplified analysis method for a reinforced concrete shear wall structure considering strain rate effects is presented.

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

440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring

440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring 440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring 0. Incandela a, L. Goujon b, C. Barthod c University of Savoie, BP 80439 Annecy-le-Vieux CEDEX, France

More information

Three-Dimensional Analysis of Lateral Pile Response using Two-Dimensional Explicit Numerical Scheme

Three-Dimensional Analysis of Lateral Pile Response using Two-Dimensional Explicit Numerical Scheme Three-Dimensional Analysis of Lateral Pile Response using Two-Dimensional Explicit Numerical Scheme Assaf Klar 1 and Sam Frydman 2 Abstract: A procedure for exploiting a two-dimensional 2D explicit, numerical

More information

HIGHWALL STABILITY DUE TO GROUND VIBRATIONS FROM BLASTING. Dr. Kyle A. Perry Dr. Kot F. Unrug Kevin Harris Michael Raffaldi

HIGHWALL STABILITY DUE TO GROUND VIBRATIONS FROM BLASTING. Dr. Kyle A. Perry Dr. Kot F. Unrug Kevin Harris Michael Raffaldi HIGHWALL STABILITY DUE TO GROUND VIBRATIONS FROM BLASTING Dr. Kyle A. Perry Dr. Kot F. Unrug Kevin Harris Michael Raffaldi PURPOSE Objective: Study the effect of blast vibrations on the stability of highwalls

More information

STRUCTURAL DYNAMICS BASICS:

STRUCTURAL DYNAMICS BASICS: BASICS: STRUCTURAL DYNAMICS Real-life structures are subjected to loads which vary with time Except self weight of the structure, all other loads vary with time In many cases, this variation of the load

More information