Identification of Crack in a Cantilever Beam using Improved PSO Algorithm

Size: px
Start display at page:

Download "Identification of Crack in a Cantilever Beam using Improved PSO Algorithm"

Transcription

1 IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): Identification of Crack in a Cantilever Beam using Improved PSO Algorithm Cletus Sam. C A. Asharaf Ali M. Tech Student Assistant Professor Department of Mechanical Engineering Department of Mechanical Engineering SRM University, Kattankulathur, India SRM University, Kattankulathur, India Abstract The estimation of a crack location and depth in a cantilever beam structure is formulated as an optimization problem and the optimal location and depth are found by minimizing the objective function. The identification of crack is done by adopting an improved PSO Algorithm. This new method combines Particle Swarm Optimization and Swallow Swarm Optimization that helps in minimizing the objective function with comparatively less time compared to standard PSO Algorithm. The fitness value of a PSO algorithm is calculated based on mean squared error (MSE) simulated response and actual response. The performance evaluation is done in frequency domain analysis. Finally, the results obtained using improved PSO algorithm is compared with the original PSO Algorithm to determine the level of accuracy. Keywords: Cracks Identification, Fracture Mechanics, Frequency Domain, Optimization, Particle Swarm Optimization, Swallow Swarm Optimization, Hybrid Particle Swallow Swarm Optimization I. INTRODUCTION The vibration based damage identification methods are promoted in their use over nondestructive evaluation methods (viz. visual, acoustic or ultrasonic, magnetic field methods) mainly because of simplicity. Dimarogonas [1] presented a review on crack damage identification in beams and turbine rotors along with the cracked structural vibration theories. Doebling et al. [2] summarized the vibration based damage identification methods to detect, locate and characterize a crack damage in structural and mechanical systems by examining changes in measured vibration response. Several research have been done on published on modeling and detection of cracks in beam like structures using numerous Finite Element Analysis (FEA) models as single crack identification [3 6] and multiple crack identification [7], but still there is a lag in the development of a rigorous cracked beam vibration theory as well as an efficient method [1,7] to detect the multiple cracks with good accuracy and reduced computational effort. Crack or local defect in a structural member introduces local flexibility that affects the dynamic response of the structure. Monitoring the dynamics response of the structure is an effective aid to identify the location and quantification of the crack in structures. Dimarogonas [1] stated the advances and future work direction on the vibration of the cracked structures in a review. Doebling [2] presented a literature review on detection, location and characterization of the structural damage through techniques that examine the changes in the measured structural vibration response. Krawczuk [3] developed a finite element model for cantilever beam with a crack in middle based on elasto-plastic fracture mechanics and concluded that the inertia matrix does not affect the natural frequencies in numerical point of view. Viola [7] developed the finite element model for cracked Timoshenko beam with open crack and derived the stiffness and consistent mass matrices. Qian [3] derived the element stiffness matrix of a beam with a crack from an integration of stress intensity factors. The crack in terms of location and depth in cantilever beam was identified by auto-regressive-moving-average method in time domain analysis. Fracture mechanics is the field of mechanics concerned with the study of the propagation of cracks in materials. It uses methods of analytical solid mechanics to calculate the driving force on a crack and those of experimental solid mechanics to characterize the material's resistance to fracture. When material damage like micro-cracks and voids grow in size and become localized, the averaging procedure can no longer be applied and discontinuities must be taken into account. This localization results in a macroscopic crack, which may grow very fast, resulting in global failure. All rights reserved by 454

2 Fig. 1: Tensile Test with Axial Elongation and Fracture Detection of cracks is done by experimental techniques, ranging from simple and cheap to sophisticated and expensive. Experimental Fracture Mechanics (EFM) is about the use and development of hardware and procedures, not only for crack detection, but, moreover, for the accurate determination of its geometry and loading conditions. The crack growth criterion can also be based on the stress state at the crack tip. This stress field can be determined analytically. It is characterized by the stress intensity factor. The resulting crack growth criterion is referred to as local, because attention is focused at a small material volume at the crack tip. Assumption of linear elastic material behavior leads to infinite stresses at the crack tip. In reality this is obviously not possible: plastic deformation will occur in the crack tip region. Using yield criteria (Von Mises,Tresca) the crack tip plastic zone can be determined. When this zone is small enough (Small Scale Yielding, SSY), LEFM concepts can be used. II. SWALLOW SWARM OPTIMIZATION (SSO) SSO has common features with PSO but also several significant differences. Three types of particles are considered: leader, explorer and aimless particles. Leader particles are categorized into two types: Local Leaders (LL) that conduct the related internal subcolonies and show a local optimum point, and Head Leader (HL) that is responsible for the leadership of the entire colony and indicates the global optimum point. Explorer particles, that represent the largest part of the population, take care of the exploration of design space. In each iteration(k), particles play different roles according to their type. Each swallow arriving at an extreme point emits a special sound to guide the group toward there. If that place is the best in the design space, that particle becomes the Head Leader, HL (k).if the particle reaches a good position (yet not the best) compared with its neighboring particles, it is chosen as a local leader, LL (k). Fig. 2: Types of Particles and Movements explorer particles Otherwise, the particle is an explorer one and has to change its position in the search space. The new position of explorer particles, Xi (k+1), is Xi (k) considering VHLi (k+1) (change velocity vector of particle toward Head Leader), and VLLi (k+1) (change velocity vector of particle toward Local Leader). The change velocity of explorer particles toward head leader and corresponding local leader are dynamically adjusted according to the current velocity vector of the particle toward leaders All rights reserved by 455

3 (VHLi (k) and VLLi (k), respectively), best self-experienced position (X (k) ), and leader s position (HL (k) and LL (k), respectively). This is shown schematically in Figure 1.2and modeled mathematically as follows: - (6) - (7) - (8) - (9) Where HL, HL, LL and LL are acceleration control coefficients adaptively definedwhile rand() is a random number uniformly distributed in (0,1). Aimless particles o (i)also carry out exploration but have nothing to do with head leader and local leaders. They simply move back and forth with respect to their previous positions by displacing by a random fraction of the allowable step defined by the upper and lower bound of design variables. That is: [ { } ] - (10) III. HYBRID PARTICLE SWALLOW SWARM OPTIMIZATION (HPSSO) HPSSO includes two important features of SSO added to the basic PSO formulation: considering a specific number of subcolonies and a certain number of particles for specific task. Similar to SSO, there are leaders (global leader and local leaders), explorers, and aimless particles. The size of population N is specified along with the number of subcolonies N subcolony and aimless particles N aimless ; the number of explorer particles (Ne.p) is determined as a consequence. HPSSO starts with a set of particles randomly positioned in the design space and with random velocities. The position and velocity of each particle are progressively updated to search the optimum. In each iteration, particles are sorted based on the value of the cost function (usually, pseudo-cost function including penalty terms or fitness). The best particle is set as the head leader and N subcolony subsequent particles are set as local leaders going from top to bottom. N aimless particles are then selected from the worst ones going from bottom to top. The remaining particles are set as explorers. The search of each explorer particle is performed by adding the updated velocity vector to the current position of the particle. Compared with PSO, the velocity vector includes an extra term to account for the contribution of local leaders: -(11) -(12) Where is the local leader of the subcolony including the ith particle, r 3 is a uniform random number in the (0,1) interval and c 3 is the learning factor controlling the influence of the proximity cognition. In each iteration, the position of a particle included in a subcolony can be changed so as to move away from the current local leader and join the leader of another group. The distance between each explorer particle and local leaders is used to determine the related subcolony so that each explorer particle can be placed near the closest local leader. That is:, i1,2,.,n ep, j1,2,.,n sub-colony -(13) -(14) Where ng is the number of design variables and disti,jis the distance between the ith explorer particle and jth local leader. Three possible options are considered for aimless particles: (i) they perform just a random search in the same way as it is done in SSO; (ii) they perform a local search in the neighborhood of local leaders; (iii) they perform a dynamic search in the neighborhood of the global leader. If option (ii) is chosen, the number of aimless particles coincides with the number of subcolonies and hence an aimless particle should be defined for each subcolony. In this case, the distance between the worst particles and local leaders is the criterion to assign each aimless particle to its corresponding subcolony. This strategy is most effective in structural optimization problems, while making aimless particles to search in the neighborhood of the global leader is good for mathematical optimization problems. Aimless particles perform their search in the neighborhood of the local leader of their subcolony or the head leader of the population according to the following rules: All rights reserved by 456

4 Fig. 3: Schematic Representation of the Transition from the Current Iteration to Subsequent Iteration { [ ] - (15) whererand(-1,1) is a uniform random number between -1 and 1; mins and maxs, respectively, are the lower k and upper bound of design variables; is a parameter defined to generate the effective search range about global optimum or local leaders. That is: - (16) Where max and min, respectively, are the values of in the first and last iterations of the algorithm, set in the present study as 0.01 and 0.001; iter is the number of the current iteration; itermaxis the total number of optimization iterations. Figure 1.3illustrates the transition between two consecutive generations. The population is updated by: (i) copying first the head leader and local leaders from one generation to the next (in some way, this can be interpreted as an elitist strategy); (ii) performing search with explorer particles to move population toward the best regions of design space (exploration phase or global search); (iii) performing a dynamic local search with aimless particles in the neighborhood of the head leader or local leaders. The flowchart of the HPSSO algorithm is presented in Figure 1.4. IV. CRACKED STRUCTURAL MEMBER FINITE ELEMENT MODEL The structural member in the present study is considered as Euler-Bernoulli beam element having length L e with an open crack of depth a at a distance L c from the left end. A cracked beam finite element model based on elasto-plastic fracture mechanics and finite element method developed by Krawczuk et al. (2000) and Viola et al. (2001, 2002) is considered in the present study to model the crack damage. The element has two nodes with two degrees of freedom (transverse displacement, and rotations ) at each node as shown in figure below. The cracked beam is divided into two parts with a rotational mass less spring of length zero having a torsional rigidity (G) that is dependent on the crack geometry and beam cross-section. It is given (Viola et al., 2001) as follows where E is Young s modulus, H is height, B is breadth of rectangular beam cross-section and β B / H.The function ( ) depends on the dimensional crack ratio and it can be represented as: ( ) 2 ( ), (0 < 0.5 ) - (18) And ( ) ( 1.32 / (1- )2 ) , ( 0.5 < 1 ). - (19) The cracked element is taken as a one-dimensional continuum with an elastic hinge at the fracturing section, having a rotational constant D chosen to simulate the crack effect. The principal coordinate system (O xy ) centered at the left end of the beam with x axis along the beam and (O 1x1y1 ) and (O 2x2y2 ) the other two coordinate systems as shown in figure above. Displacements and rotations are given as follows: - (17) All rights reserved by 457

5 { And { - (20) The four boundary conditions, at the cracked section where the elastic hinge is located are as follows: And [ ] ( ) -(21) Where E is the Young s modulus and is the area moment of inertia of the beam element with rectangular crosssection. Fig. 4: Flowchart of the HPSSO Algorithm All rights reserved by 458

6 Fig. 5: Beam Element with a Crack Modeled As Zero Length Mass-Less Spring The element stiffness matrix [Ke] of the cracked beam element is not explicitly shown in Krawczuk et al.[4] and Viola et al. [7]. Hence, this has been derived here as follows: [ ] [ ] -(22) Where, -,,, And is the flexibility coefficient; when K0 the form of the stiffness matrix is the same as that of the non-cracked beam element. The mass matrix in the present study is considered as same as that of non-cracked beam element because the mass matrix derived from the cracked beam element do not affect much the natural frequencies and mode shapes in the numerical point of view Krawczuk et al.,[4]. The element mass matrix [Me] of the beam element is as follows: [ ] [ ] where, is mass density of the material and is area of the beam element with rectangular cross-section.the corresponding element stiffness matrix [K e ] and mass matrix [M e ] of each structural member respectively, are assembled in the global stiffness matrix [K g ] and mass matrix [M g ] of the structure to simulate the structural vibration response. -(22) All rights reserved by 459

7 V. CRACK IDENTIFICATION After assembling the global stiffness and mass matrices, the problem definition has to be carried out. Initially, a cantilever beam with single crack is considered for detecting the crack damage in terms of crack location and crack depth. The beam structure with dimensions 300 mm length (L), 20 mm breadth (B) and 20 mm height (H) is taken into consideration. The material of the cantilever beam is steel with N/m2 Young s modulus (E) and mass density ( ) of 7850 kg/m3. An open crack of specified depth (a) exists at a distance L1 from the fixed left end of the cantilever beam. The entire beam is divided into five elements with 50 mm, 60 mm, 60 mm, 60 mm and 70 mm respectively from left end to right end. Each element has two nodes with two degrees of freedom (transverse displacement, w and rotation) at each node. The crack may exist at any location in the entirecontinuous span of the cantilever beam. The dimensionless parameters L1/L and a/h respectively for the crack location and depth are assumed to vary in between 0 and 1 from fixed end to free end and from zero depth to full depth respectively. Natural frequencies and mode shapes of the considered cantilever beam are simulated from eigen value equation using assembled global stiffness matrix [K] and mass matrix [M]. Graph 1 refers to the minimization of the problem using PSO Algorithm and Graph 2 refers to the same using Improved PSO Algorithm. On comparison of the two graphs it is evident that the Improved PSO helps in converging by 15 iterations where the PSO Algorithm does the same in 20 iterations. VI. RESULTS AND DISCUSSIONS Fig. 6: PSO Algorithm Crack Detection Fig. 7: Improved PSO Algorithm Crack Detection The results in Table 1 are discussed in detail here. The Absolute Mean Percentage Error(AMPE) of the 12 test damage cases to the input patterns was 24.36% for the crack location (L1) and 76.17% for the crack depth (a) of the single crack identification using conventional PSO Algorithm method. Whereas on using the Improved PSO Algorithm, it is 9.027% for the crack location(l1) and % for the crack depth (a).there is some significant improvement in finding the crack location and crack depth in Improved PSO than the conventional PSO Algorithm. Table -1: Comparative Results of Improved PSO and Conventional PSO Algorithm All rights reserved by 460

8 VII. CONCLUSION Crack identification in terms of crack location and crack depth in a cantilever beam was performed in the frequency domain using the Improved PSO Algorithm. The crack was modeled as a rotational mass-less spring with zero length using developed fracture mechanics and finite element theory. The crack identification results of the Improved PSO method is compared with the existing PSO method in terms of accuracy and computational effort. The results showed a very good significant improvement in the crack identification by the Improved PSO Optimization method in comparison with the other methods. Therefore, the proposed Improved PSO Algorithm method appears to be a successful generalized crack identification technique with very good accuracy combined with less computational effort. Moreover, the implementation is not particularly difficult when compared to other hybrid methods. The proposed method can be tested in future with more complex problems with multiple crack identification. REFERENCES [1] A.D. Dimarogonas, Vibration of cracked structures: a state of the art review, Eng. Fract. Mech. 55 (1996) [2] S.W. Doebling, C.R. Farrar, M.B. Prime, A summary review of vibration-based damage identification methods, Shock Vib. Dig. 30 (1998) [3] G.-L. Qian, S.N.Gu, J.-S. Jiang, The dynamic behaviour and crack detection of a beam with a crack, J. Sound Vib. 138 (1990) [4] M. Krawczuk, A. Zak, W. Ostachowicz, Elastic beam finite element with a transverse elasto-plastic crack, Finite Elem. Anal. Des. 34 (2000) [5] E. Viola, L. Federici, L. Nobile, Detection of crack location using cracked beam element method for structural analysis, Theoretical Appl. Fract. Mech. 36 (2001) [6] E. Viola, L. Nobile, L. Federici, Formulation of cracked beam element for structural analysis, J. Eng. Mech. ASCE 128 (2002) [7] J. Lee, Identification of multiple cracks in a beam using natural frequencies, J. Sound Vib. 320 (2009) [8] R.Machavaram, Identification of crack in a structural member using improved radial basis function neural networks, Vol. 6 No. 2, (2013). All rights reserved by 461

Chapter 3 Analysis of Original Steel Post

Chapter 3 Analysis of Original Steel Post Chapter 3. Analysis of original steel post 35 Chapter 3 Analysis of Original Steel Post This type of post is a real functioning structure. It is in service throughout the rail network of Spain as part

More information

FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS USING MODAL PARAMETERS

FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS USING MODAL PARAMETERS Journal of Engineering Science and Technology Vol. 11, No. 12 (2016) 1758-1770 School of Engineering, Taylor s University FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS

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

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

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Problem Specification Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Consider the beam in the figure below. It is clamped on the left side and has a point force of 8kN acting

More information

IJMH - International Journal of Management and Humanities ISSN:

IJMH - International Journal of Management and Humanities ISSN: EXPERIMENTAL STRESS ANALYSIS SPUR GEAR USING ANSYS SOFTWARE T.VADIVELU 1 (Department of Mechanical Engineering, JNTU KAKINADA, Kodad, India, vadimay28@gmail.com) Abstract Spur Gear is one of the most important

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

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

More information

FINITE ELEMENT ANALYSIS PROGRAM OF FRAMES

FINITE ELEMENT ANALYSIS PROGRAM OF FRAMES FINITE EEMENT ANAYSIS PROGRAM OF FRAMES Monica V. Pathak 1, Asst. Prof. G. B. Bhaskar 2 1 Student, M.Tech, 2 Associate Professor Department of Civil Engineering, G. H. Raisoni Academy of Engineering &

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

Set No. 1 IV B.Tech. I Semester Regular Examinations, November 2010 FINITE ELEMENT METHODS (Mechanical Engineering) Time: 3 Hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

More information

FEA and Topology Optimization of an Engine Mounting Bracket

FEA and Topology Optimization of an Engine Mounting Bracket International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Sanket

More information

NEW WAVE OF CAD SYSTEMS AND ITS APPLICATION IN DESIGN

NEW WAVE OF CAD SYSTEMS AND ITS APPLICATION IN DESIGN Vol 4 No 3 NEW WAVE OF CAD SYSTEMS AND ITS APPLICATION IN DESIGN Ass Lecturer Mahmoud A Hassan Al-Qadisiyah University College of Engineering hasaaneng@yahoocom ABSTRACT This paper provides some lighting

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

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

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

EXPLICIT DYNAMIC ANALYSIS OF A REINFORCED CONCRETE FRAME UP TO COLLAPSE

EXPLICIT DYNAMIC ANALYSIS OF A REINFORCED CONCRETE FRAME UP TO COLLAPSE 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

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

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

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

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

The Dynamic Characteristics Analysis of Rotor Blade Based on ANSYS

The Dynamic Characteristics Analysis of Rotor Blade Based on ANSYS The Dynamic Characteristics Analysis of Rotor Blade Based on ANSYS Nian-zhao Jiang, Xiang-lin Ma, Zhi-qing Zhang The Research Institute of Simulation Technology of Nanjing, No. 766 Zhujiang Road, Nanjing,210016,

More information

Institute of Mechatronics and Information Systems

Institute of Mechatronics and Information Systems EXERCISE 2 Free vibrations of a beam arget Getting familiar with the fundamental issues of free vibrations analysis of elastic medium, with the use of a finite element computation system ANSYS. Program

More information

Design optimization of C Frame of Hydraulic Press Machine

Design optimization of C Frame of Hydraulic Press Machine IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 79-89 www.iosrjournals.org Design optimization of C Frame of Hydraulic Press Machine Ameet B. Hatapakki 1, U D. Gulhane

More information

NUMERICAL ANALYSIS OF ROLLER BEARING

NUMERICAL ANALYSIS OF ROLLER BEARING Applied Computer Science, vol. 12, no. 1, pp. 5 16 Submitted: 2016-02-09 Revised: 2016-03-03 Accepted: 2016-03-11 tapered roller bearing, dynamic simulation, axial load force Róbert KOHÁR *, Frantisek

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

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

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 explicit feature control approach in structural topology optimization

An explicit feature control approach in structural topology optimization th World Congress on Structural and Multidisciplinary Optimisation 07 th -2 th, June 205, Sydney Australia An explicit feature control approach in structural topology optimization Weisheng Zhang, Xu Guo

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

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

Fatigue Crack Growth Simulation using S-version FEM

Fatigue Crack Growth Simulation using S-version FEM Copyright c 2008 ICCES ICCES, vol.8, no.2, pp.67-72 Fatigue Crack Growth Simulation using S-version FEM M. Kikuchi 1,Y.Wada 2, A. Utsunomiya 3 and Y. Li 4 Summary Fatigue crack growth under mixed mode

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

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

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

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

FB-MULTIPIER vs ADINA VALIDATION MODELING

FB-MULTIPIER vs ADINA VALIDATION MODELING FB-MULTIPIER vs ADINA VALIDATION MODELING 1. INTRODUCTION 1.1 Purpose of FB-MultiPier Validation testing Performing validation of structural analysis software delineates the capabilities and limitations

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

DESIGN OF MULTI CONTACT AIDED CELLULAR COMPLIANT MECHANISMS FOR STRESS RELIEF

DESIGN OF MULTI CONTACT AIDED CELLULAR COMPLIANT MECHANISMS FOR STRESS RELIEF International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 5.22 (SJIF-2017), e-issn: 2455-2585 Volume 4, Issue 6, June-2018 DESIGN OF MULTI CONTACT AIDED CELLULAR

More information

THE EFFECT OF THE FREE SURFACE ON THE SINGULAR STRESS FIELD AT THE FATIGUE CRACK FRONT

THE EFFECT OF THE FREE SURFACE ON THE SINGULAR STRESS FIELD AT THE FATIGUE CRACK FRONT Journal of MECHANICAL ENGINEERING Strojnícky časopis, VOL 67 (2017), NO 2, 69-76 THE EFFECT OF THE FREE SURFACE ON THE SINGULAR STRESS FIELD AT THE FATIGUE CRACK FRONT OPLT Tomáš 1,2, POKORNÝ Pavel 2,

More information

Static And Modal Analysis Of Rotating Wheel Rim Using Ansys

Static And Modal Analysis Of Rotating Wheel Rim Using Ansys International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 9 ǁ September 2014 ǁ PP.18-23 Static And Modal Analysis Of Rotating Wheel Rim Using

More information

Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS

Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS (Nazeer Shareef, Sr. R&D Engr., BAYER CORP., Elkhart, IN) Introduction Understanding of the influence of critical parameters

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

Design of auxetic microstructures using topology optimization

Design of auxetic microstructures using topology optimization Copyright 2012 Tech Science Press SL, vol.8, no.1, pp.1-6, 2012 Design of auxetic microstructures using topology optimization N.T. Kaminakis 1, G.E. Stavroulakis 1 Abstract: Microstructures can lead to

More information

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling CIVL 7/8117 1/43 Chapter 7 Learning Objectives To present concepts that should be considered when modeling for a situation by the finite element method, such as aspect ratio, symmetry, natural subdivisions,

More information

Optimization of Tapered Cantilever Beam Using Genetic Algorithm: Interfacing MATLAB and ANSYS

Optimization of Tapered Cantilever Beam Using Genetic Algorithm: Interfacing MATLAB and ANSYS Optimization of Tapered Cantilever Beam Using Genetic Algorithm: Interfacing MATLAB and ANSYS K R Indu 1, Airin M G 2 P.G. Student, Department of Civil Engineering, SCMS School of, Kerala, India 1 Assistant

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

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

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

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation 3D Finite Element Software for Cracks Version 3.2 Benchmarks and Validation October 217 1965 57 th Court North, Suite 1 Boulder, CO 831 Main: (33) 415-1475 www.questintegrity.com http://www.questintegrity.com/software-products/feacrack

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

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

Investigation of the behaviour of single span reinforced concrete historic bridges by using the finite element method

Investigation of the behaviour of single span reinforced concrete historic bridges by using the finite element method Structural Studies, Repairs and Maintenance of Heritage Architecture XI 279 Investigation of the behaviour of single span reinforced concrete historic bridges by using the finite element method S. B. Yuksel

More information

Comparative Study of Topological Optimization of Beam and Ring Type Structures under static Loading Condition

Comparative Study of Topological Optimization of Beam and Ring Type Structures under static Loading Condition Comparative Study of Topological Optimization of Beam and Ring Type Structures under static Loading Condition Vani Taklikar 1, Anadi Misra 2 P.G. Student, Department of Mechanical Engineering, G.B.P.U.A.T,

More information

Modal Analysis of Aircraft Wing using Ansys Workbench Software Package

Modal Analysis of Aircraft Wing using Ansys Workbench Software Package Modal Analysis of Aircraft Wing using Ansys Workbench Software Package Nikhil A. Khadse*, *P. G. student of M. Tech (CAD/CAM), Rajiv Gandhi College of Engineering, Research and Technology, Chandrapur (M.S.)

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

Saurabh GUPTA and Prabhu RAJAGOPAL *

Saurabh GUPTA and Prabhu RAJAGOPAL * 8 th International Symposium on NDT in Aerospace, November 3-5, 2016 More info about this article: http://www.ndt.net/?id=20609 Interaction of Fundamental Symmetric Lamb Mode with Delaminations in Composite

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction GTU Paper Analysis (New Syllabus) Sr. No. Questions 26/10/16 11/05/16 09/05/16 08/12/15 Theory 1. What is graphic standard? Explain different CAD standards. 2. Write Bresenham s

More information

Topology Optimization of Multiple Load Case Structures

Topology Optimization of Multiple Load Case Structures Topology Optimization of Multiple Load Case Structures Rafael Santos Iwamura Exectuive Aviation Engineering Department EMBRAER S.A. rafael.iwamura@embraer.com.br Alfredo Rocha de Faria Department of Mechanical

More information

TENTATIVE OF DAMAGE ESTIMATION FOR DIFFERENT DAMAGE SCENARIOS ON CANTILEVER BEAM USING NU- MERICAL LIBRARY

TENTATIVE OF DAMAGE ESTIMATION FOR DIFFERENT DAMAGE SCENARIOS ON CANTILEVER BEAM USING NU- MERICAL LIBRARY TENTATIVE OF DAMAGE ESTIMATION FOR DIFFERENT DAMAGE SCENARIOS ON CANTILEVER BEAM USING NU- MERICAL LIBRARY Roger Serra INSA Centre Val de Loire, Laboratoire de Mécanique et Rhéologie, 3 rue de la Chocolaterie,

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

Effect of Diagonal Modes on Response Spectrum Analysis

Effect of Diagonal Modes on Response Spectrum Analysis Effect of Diagonal Modes on Response Spectrum Analysis T. Naga Manikanta & O. R. Jaiswal Department of Applied Mechanics Visvesvaraya National Institute of Technology, Nagpur, Maharashtra, India Summary:

More information

ASSIGNMENT 1 INTRODUCTION TO CAD

ASSIGNMENT 1 INTRODUCTION TO CAD Computer Aided Design(2161903) ASSIGNMENT 1 INTRODUCTION TO CAD Theory 1. Discuss the reasons for implementing a CAD system. 2. Define computer aided design. Compare computer aided design and conventional

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

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

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

Contents Metal Forming and Machining Processes Review of Stress, Linear Strain and Elastic Stress-Strain Relations 3 Classical Theory of Plasticity

Contents Metal Forming and Machining Processes Review of Stress, Linear Strain and Elastic Stress-Strain Relations 3 Classical Theory of Plasticity Contents 1 Metal Forming and Machining Processes... 1 1.1 Introduction.. 1 1.2 Metal Forming...... 2 1.2.1 Bulk Metal Forming.... 2 1.2.2 Sheet Metal Forming Processes... 17 1.3 Machining.. 23 1.3.1 Turning......

More information

RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS

RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS International Conference on Economic Engineering and Manufacturing Systems Braşov, 26 27 November 2009 RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS Galina TODOROVA, Valentin

More information

Development of a particle difference scheme for dynamic crack propagation problem

Development of a particle difference scheme for dynamic crack propagation problem Development of a particle difference scheme for dynamic crack propagation problem *Young-Choel Yoon 1) and Kyeong-Hwan Kim ) 1) Dept. of Civil Engineering, Myongji College, Seoul 10-776, Korea ) Dept.

More information

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

Finite Element Analysis Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology Madras. Module - 01 Lecture - 15 Finite Element Analysis Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology Madras Module - 01 Lecture - 15 In the last class we were looking at this 3-D space frames; let me summarize

More information

Simulation of NDT Inspection in 3D Elastic Waveguide Involving Arbitrary Defect

Simulation of NDT Inspection in 3D Elastic Waveguide Involving Arbitrary Defect 19 th World Conference on Non-Destructive Testing 2016 Simulation of NDT Inspection in 3D Elastic Waveguide Involving Arbitrary Defect Vahan BARONIAN 1, Karim JEZZINE 2 1 CEA LIST, Gif-sur-Yvette, France

More information

Example 12 - Jumping Bicycle

Example 12 - Jumping Bicycle Example 12 - Jumping Bicycle Summary The purpose of this example is to illustrate how to use the RADIOSS description when resolving a demonstration example. The particularities of the example can be summarized

More information

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks Computer Life (CPL) ISSN: 1819-4818 Delivering Quality Science to the World Finite Element Analysis of Bearing Box on SolidWorks Chenling Zheng 1, a, Hang Li 1, b and Jianyong Li 1, c 1 Shandong University

More information

ME 475 FEA of a Composite Panel

ME 475 FEA of a Composite Panel ME 475 FEA of a Composite Panel Objectives: To determine the deflection and stress state of a composite panel subjected to asymmetric loading. Introduction: Composite laminates are composed of thin layers

More information

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1 SAMCEF for ROTORS Chapter 3.2: Rotor modeling This document is the property of SAMTECH S.A. MEF 101-03-2-A, Page 1 Table of contents Introduction Introduction 1D Model 2D Model 3D Model 1D Models: Beam-Spring-

More information

Generative Part Structural Analysis Fundamentals

Generative Part Structural Analysis Fundamentals CATIA V5 Training Foils Generative Part Structural Analysis Fundamentals Version 5 Release 19 September 2008 EDU_CAT_EN_GPF_FI_V5R19 About this course Objectives of the course Upon completion of this course

More information

Parametric study of An Innovative Approximate Method of Continuous Beam

Parametric study of An Innovative Approximate Method of Continuous Beam Parametric study of An Innovative Approximate Method of Continuous Beam Dipak J.Varia Research Scholar Rai University Ahmedabad, India djvaria@gmail.com Dr.Harshvadan S. Patel Applied Mechanics Department

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

Example 13 - Shock Tube

Example 13 - Shock Tube Example 13 - Shock Tube Summary This famous experiment is interesting for observing the shock-wave propagation. Moreover, this case uses the representation of perfect gas and compares the different formulations:

More information

Finite Element Buckling Analysis Of Stiffened Plates

Finite Element Buckling Analysis Of Stiffened Plates International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 2 (February 2014), PP.79-83 Finite Element Buckling Analysis Of Stiffened

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

ME Optimization of a Frame

ME Optimization of a Frame ME 475 - Optimization of a Frame Analysis Problem Statement: The following problem will be analyzed using Abaqus. 4 7 7 5,000 N 5,000 N 0,000 N 6 6 4 3 5 5 4 4 3 3 Figure. Full frame geometry and loading

More information

Finite Element Analysis and Experimental Validation of Lower Control Arm

Finite Element Analysis and Experimental Validation of Lower Control Arm Finite Element Analysis and Experimental Validation of Lower Control Arm 1 Miss. P. B. Patil, 2 Prof. M. V. Kharade 1 Assistant Professor at Vishweshwaraya Technical Campus Degree wing, Patgaon, Miraj

More information

THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD

THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD Haval Kamal Asker Department of Mechanical Engineering, Faculty of Agriculture and Forestry, Duhok University, Duhok,

More information

FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM

FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM N. M. KUMBHAR, G. S. PATIL, S. S. MOHITE & M. A. SUTAR Dept. of Mechanical Engineering, Govt. College of Engineering, Karad, Dist- Satara,

More information

Example Lecture 12: The Stiffness Method Prismatic Beams. Consider again the two span beam previously discussed and determine

Example Lecture 12: The Stiffness Method Prismatic Beams. Consider again the two span beam previously discussed and determine Example 1.1 Consider again the two span beam previously discussed and determine The shearing force M1 at end B of member B. The bending moment M at end B of member B. The shearing force M3 at end B of

More information

Static analysis of an isotropic rectangular plate using finite element analysis (FEA)

Static analysis of an isotropic rectangular plate using finite element analysis (FEA) Journal of Mechanical Engineering Research Vol. 4(4), pp. 148-162, April 2012 Available online at http://www.academicjournals.org/jmer DOI: 10.5897/JMER11.088 ISSN 2141-2383 2012 Academic Journals Full

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

Simulation of rotation and scaling algorithm for numerically modelled structures

Simulation of rotation and scaling algorithm for numerically modelled structures IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Simulation of rotation and scaling algorithm for numerically modelled structures To cite this article: S K Ruhit et al 2018 IOP

More information

In-plane principal stress output in DIANA

In-plane principal stress output in DIANA analys: linear static. class: large. constr: suppor. elemen: hx24l solid tp18l. load: edge elemen force node. materi: elasti isotro. option: direct. result: cauchy displa princi stress total. In-plane

More information

Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response to Harmonic Loading

Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response to Harmonic Loading 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response

More information

WP1 NUMERICAL BENCHMARK INVESTIGATION

WP1 NUMERICAL BENCHMARK INVESTIGATION WP1 NUMERICAL BENCHMARK INVESTIGATION 1 Table of contents 1 Introduction... 3 2 1 st example: beam under pure bending... 3 2.1 Definition of load application and boundary conditions... 4 2.2 Definition

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

COLLAPSE LOAD OF PIPE BENDS WITH ASSUMED AND ACTUAL CROSS SECTIONS UNDER IN-PLANE AND OUT-OF-PLANE MOMENTS

COLLAPSE LOAD OF PIPE BENDS WITH ASSUMED AND ACTUAL CROSS SECTIONS UNDER IN-PLANE AND OUT-OF-PLANE MOMENTS VOL., NO., NOVEMBER 6 ISSN 8968 6-6 Asian Research Publishing Network (ARPN). All rights reserved. COLLAPSE LOAD OF PIPE BENDS WITH ASSUMED AND ACTUAL CROSS SECTIONS UNDER IN-PLANE AND OUT-OF-PLANE MOMENTS

More information

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010 ES 128: Computer Assignment #4 Due in class on Monday, 12 April 2010 Task 1. Study an elastic-plastic indentation problem. This problem combines plasticity with contact mechanics and has many rich aspects.

More information

DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE

DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 3, July, 2014 2014 IJMERR. All Rights Reserved DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE

More information

ANALYSIS OF PLANE FRAME STRUCTURE WITH MATLAB AND SAP2000 PROGRAMS

ANALYSIS OF PLANE FRAME STRUCTURE WITH MATLAB AND SAP2000 PROGRAMS ANALYSIS OF PLANE FRAME STRUCTURE WITH MATLAB AND SAP2000 PROGRAMS Abdul Ahad FAIZAN Master Student, Dept. of Civil Engineering, Sakarya University, Sakarya, Turkey ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

ANALYSIS AND OPTIMIZATION OF FLYWHEEL

ANALYSIS AND OPTIMIZATION OF FLYWHEEL Int. J. Mech. Eng. & Rob. Res. 2012 Sushama G Bawane et al., 2012 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 1, No. 2, July 2012 2012 IJMERR. All Rights Reserved ANALYSIS AND OPTIMIZATION OF FLYWHEEL

More information

Modal Analysis of the Light Electric Sanitation Vehicle Frame

Modal Analysis of the Light Electric Sanitation Vehicle Frame GRD Journals- Global Research and Development Journal for Engineering Volume 3 Issue 10 September 2018 ISSN: 2455-5703 Modal Analysis of the Light Electric Sanitation Vehicle Frame Lv Shaobin PG Student

More information