ANSYS problem. Situation:

Size: px
Start display at page:

Download "ANSYS problem. Situation:"

Transcription

1 ANSYS problem Situation: I have a grid of little pines that can only move vertically. Those pines are controlled to create a desired shape or can be moved by user s hand to display a desired shape. In order to improve the appearance of the surface, I put a hyper elastic covering membrane. My purpose is to determine the influence of the membrane over the underneath pines. The idea is to create an analytical model considering that pines are linked by non linear springs. Thus, if we can determine the non linear spring characteristic curve or a polynomial fitting curve, and knowing the elongations of the non linear springs between each pines thanks to their positions, we could get the force applied on each pine due to our analytical membrane. To determine the non linear spring characteristic curve, I use a finite element code, ANSYS, to run non linear analysis and get the reaction forces to a certain load. With ANSYS results, I can compute the forces in each non linear spring that links 2 neighboring pines. My problem with ANSYS is that, with a hyper elastic material, the membrane should be able to be largely stretched. And with my set, I can only stretched it out of its initial flat plane by 30%. ANSYS settings: I am currently using ANSYS 6.0 on a Windows 2000 platform. The piece of membrane that I consider for the moment is a hexagon with edges of 3 mm. There is a pine at each submit of the hexagon and an additional one in the center of the hexagon. Membrane is supposed to be attached to the pines. Thus I just create a model of the membrane and defined zones where the pines are supposed to be attached. For the central pine, its zone of attachment is a disc and for the other, it is the piece of disc that it included in the hexagon, the discs are centered at each submit. Discs have a diameter of 1.5 mm. As my membrane is hyper elastic, I use the non linear mechanics of material model: Mooney-Rivlin. As I could not find some known values for the constants of that model, I just used the fact that they are related to the Young Modulus E as follows: 6*(C1+C2) = E and I fix the quotient C1/C2.

2 Material parameters: Young Modulus: E = 10 7 Mpa Poisson s ratio: ν = 0.49 Mooney-Rivlin constants quotient: C 2 /C 1 = varying Meshing: Element: Shell181 with a thickness of 1 mm. This shell element allows large strain. I have not yet used a 3-D hyper elastic element as Hyper58 or Hyper86. I use triangular element because the circular zones of attachment are better meshed like this. Otherwise, quadratic elements are too stretched at some places, even in the initial configuration, and I have an error message. I tried different meshing sizes: 1/5, 1/10, 1/20 of the reference length 3 mm. Solving settings: Due to the non linearity of the analysis, I define the following parameters. Number of substeps: 40, max = 100, min = 26 (nsubst,40,100,25) Number of iterations at each substep: 20 (nquit,20) Large deformation allowed (nlgeom,on) Optimized nonlinear solution (!solcontrol,on) Convergence criterion (cnvtol,f,,,,0.001) Load configuration: For the moment, I fix all the attachment areas around the hexagon to zero, UX, UY and UZ are fixed to zero. And I rise the central attachment area. I tried different values, and the maximum value I can reach is 1 mm before divergence of the non linear analysis. Analysis: I ran several analysis to find the influence of my different parameters. For the Mooney-Rivlin constants quotient, I tried some values from 0 to 1. With a meshing of 1/10, the solving settings in brackets and a vertical displacement of 1 mm for the central attachment area, it converges for a quotient less or equal to 1/3. The changes in meshing size are not very significant for the same settings. I get almost the same results. When I increase the meshing to 1/20, I can reach a vertical displacement of 1.1mm. I cannot reach a higher vertical displacement when I increase the number of substeps.

3 I can get almost the same results when I use a different convergence criterion: displacement instead of force. If I want to use moment criterion, I have to increase the minimum reference number from to If I change the optimized nonlinear solution (solcontrol), it still converges and I get almost the same results. I have to use large deformation with the Mooney-Rivlin model. Questions: First, I do not know how to find the values of the Mooney-Rivlin constants for hyper elastic materials as natural rubber. I tried to search in several material references but they never give values and always refer to experimental tests that are the only way to get them. Would you know where I could find those Mooney-Rivlin constants values? Or if it not directly, is there a book that gathers experimental results of different mechanical tests run on elastomer material as natural rubber? Second and most important, why I cannot reach higher vertical displacement of the central attachment area? Why it diverges above 1 mm? Can I get higher displacement? Appendix: my text program /filname,test,1 /prep7 /title,hyper elastic membrane S=0.003 ES1=S/10 ES2=S/10 E=1E7 RAB=1/3 A=E/(6*(1+RAB)) B=RAB*A cs=(sqrt(3)/2)*s ss=0.5*s M=(sqrt(3)/2)*S*0.5 N=(sqrt(3)/2)*S*(sqrt(3)/2)! hexagonal edge length! meshing size for the attachment areas! meshing size for the rest of the model! Young Modulus! Mooney-Rivlin constants quotient! first M-R constant! second M-R constant et,1,shell181 r,1,0.001! element! element thickness k,1,,-s

4 k,2,cs,-ss k,3,cs,ss k,4,,s k,5,-cs,ss k,6,-cs,-ss k,7,, l,1,2 l,2,3 l,3,4 l,4,5 l,5,6 l,6,1 a,1,2,3,4,5,6 R=S/4 circle,1,r,,2,120 circle,2,r,,3,120 circle,3,r,,4,120 circle,4,r,,5,120 circle,5,r,,6,120 circle,6,r,,1,120 circle,7,r l,1,8 l,13,2 l,2,11 l,16,3 l,3,14 l,19,4 l,4,17 l,22,5 l,5,20 l,25,6 l,6,23 l,10,1 al,23,7,8,34 al,24,25,9,10 al,26,27,11,12 al,28,29,13,14 al,30,31,15,16 al,32,33,17,18

5 al,19,20,21,22 asba,1,2,,keep,keep asba,9,3,,delete,keep asba,10,4,,delete,keep asba,9,5,,delete,keep asba,10,6,,delete,keep asba,9,7,,delete,keep asba,10,8,,delete,keep mshape,1 esize,es1 amesh,2,8 esize,es2 amesh,9 mp,nuxy,1,0.49 tb,mooney,1 tbdata,1,a,b! triangular meshing! meshing of the attachment areas! meshing of the rest of the model! Poisson s ratio nsubst,40,100,25 nlgeom,on da,2,uz,0 da,3,uz,0 da,4,uz,0 da,5,uz,0 da,6,uz,0 da,7,uz,0! attachment areas fixed to zero da,2,ux,0 da,3,ux,0 da,4,ux,0 da,5,ux,0 da,6,ux,0 da,7,ux,0 da,8,ux,0 da,2,uy,0 da,3,uy,0 da,4,uy,0 da,5,uy,0 da,6,uy,0 da,7,uy,0 da,8,uy,0

6 da,8,uz,0.001! vertical displacement of the central attachment area neqit,20 nsel,all!nsel,s,node,,91,117 finish /solution nsel,all outres,all,all!solcontrol,on cnvtol,f,,,,0.001 solve /out finish! convergence criterion

Module 4 : Nonlinear elasticity Lecture 25 : Inflation of a baloon. The Lecture Contains. Inflation of a baloon

Module 4 : Nonlinear elasticity Lecture 25 : Inflation of a baloon. The Lecture Contains. Inflation of a baloon Lecture 25 : Inflation of a baloon The Lecture Contains Inflation of a baloon 1. Topics in finite elasticity: Hyperelasticity of rubber, elastomers, and biological tissues with examples, M. F Beatty, App.

More information

Nonlinear Modeling of Fiber-Reinforced Elastomers and the Response of a Rubber Muscle Actuator

Nonlinear Modeling of Fiber-Reinforced Elastomers and the Response of a Rubber Muscle Actuator Nonlinear Modeling of Fiber-Reinforced Elastomers and the Response of a Rubber Muscle Actuator Larry D. Peel, Ph.D.* Department of Mechanical & Industrial Engineering Texas A&M Univ. - Kingsville David

More information

Comparative Study of Hyper Elastic Material Models

Comparative Study of Hyper Elastic Material Models International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 7, Number 2 (2017), pp. 149-170 Research India Publications http://www.ripublication.com Comparative Study of Hyper

More information

EXPERIMENT 4: AN ELECTRICAL-THERMAL ACTUATOR

EXPERIMENT 4: AN ELECTRICAL-THERMAL ACTUATOR EXPERIMENT 4: AN ELECTRICAL-THERMAL ACTUATOR 1. OBJECTIVE: 1.1 To analyze an electrical-thermal actuator used in a micro-electromechanical system (MEMS). 2. INTRODUCTION 2.1 Introduction to Thermal Actuator

More information

On Mooney-Rivlin Constants for Elastomers

On Mooney-Rivlin Constants for Elastomers th International LS-DYNA Users Conference Constitutive Modeling() On Mooney-ivlin Constants for Elastomers The Mooney-ivlin constitutive equation for rubber is W C I C I 3 3 William W. Feng John O. Hallquist

More information

Benchmarkingfiniteelement simulation of rigid indenters in elastomers S.J. Jerrams, N. Reece-Pinchin

Benchmarkingfiniteelement simulation of rigid indenters in elastomers S.J. Jerrams, N. Reece-Pinchin Benchmarkingfiniteelement simulation of rigid indenters in elastomers S.J. Jerrams, N. Reece-Pinchin Abstract Verifications of finite element techniques applied to elastomers are difficult to achieve since

More information

SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity

SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity Titre : SSNP110 - Fissure de bord dans une plaque rectangu[...] Date : 21/07/2017 Page : 1/14 SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity Summary: This test is a CAS-test

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science Zhe Cheng (2018) 2 Stress & Strain - Axial Loading Statics

More information

EXPERIMENTAL IDENTIFICATION OF HYPERELASTIC MATERIAL PARAMETERS FOR CALCULATIONS BY THE FINITE ELEMENT METHOD

EXPERIMENTAL IDENTIFICATION OF HYPERELASTIC MATERIAL PARAMETERS FOR CALCULATIONS BY THE FINITE ELEMENT METHOD Journal of KONES Powertrain and Transport, Vol. 7, No. EXPERIMENTAL IDENTIFICATION OF HYPERELASTIC MATERIAL PARAMETERS FOR CALCULATIONS BY THE FINITE ELEMENT METHOD Robert Czabanowski Wroclaw University

More information

STRAIN ASSESSMENT USFOS

STRAIN ASSESSMENT USFOS 1 STRAIN ASSESSMENT IN USFOS 2 CONTENTS: 1 Introduction...3 2 Revised strain calculation model...3 3 Strain predictions for various characteristic cases...4 3.1 Beam with concentrated load at mid span...

More information

The strain response of silicone dielectric elastomer actuators

The strain response of silicone dielectric elastomer actuators The strain response of silicone dielectric elastomer actuators G. Yang a, G. Yao b, W. Ren a, G. Akhras b, J.P. Szabo c and B.K. Mukherjee a* a Department of Physics, Royal Military College of Canada,

More information

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises Non-linear and time-dependent material models in Mentat & MARC Tutorial with Background and Exercises Eindhoven University of Technology Department of Mechanical Engineering Piet Schreurs July 7, 2009

More information

INTRODUCTION TO STRAIN

INTRODUCTION TO STRAIN SIMPLE STRAIN INTRODUCTION TO STRAIN In general terms, Strain is a geometric quantity that measures the deformation of a body. There are two types of strain: normal strain: characterizes dimensional changes,

More information

N = Shear stress / Shear strain

N = Shear stress / Shear strain UNIT - I 1. What is meant by factor of safety? [A/M-15] It is the ratio between ultimate stress to the working stress. Factor of safety = Ultimate stress Permissible stress 2. Define Resilience. [A/M-15]

More information

MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY

MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY PART A INTEGRATED CIRCUIT An integrated circuit can be thought of as a very complex maze of electronic components and metallic connectors. These connectors

More information

Two Tier projects for students in ME 160 class

Two Tier projects for students in ME 160 class ME 160 Introduction to Finite Element Method Spring 2016 Topics for Term Projects by Teams of 2 Students Instructor: Tai Ran Hsu, Professor, Dept. of Mechanical engineering, San Jose State University,

More information

Chapter 5. Vibration Analysis. Workbench - Mechanical Introduction ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Chapter 5. Vibration Analysis. Workbench - Mechanical Introduction ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workbench - Mechanical Introduction 12.0 Chapter 5 Vibration Analysis 5-1 Chapter Overview In this chapter, performing free vibration analyses in Simulation will be covered. In Simulation, performing a

More information

Princeton/MuMu/99-24 May 20, 1999 ANSYS Coupled-Field Analysis in the Simulation of Liquid Metal Moving in the Magnetic Field

Princeton/MuMu/99-24 May 20, 1999 ANSYS Coupled-Field Analysis in the Simulation of Liquid Metal Moving in the Magnetic Field Princeton/MuMu/99-24 May 20, 1999 ANSYS Coupled-Field Analysis in the Simulation of Liquid Metal Moving in the Magnetic Field Changguo Lu (lu@puphed.princeton.edu) Princeton University, Princeton, NJ 08544

More information

SIMULATION OF MECHANICAL TESTS OF COMPOSITE MATERIAL USING ANISOTROPIC HYPERELASTIC CONSTITUTIVE MODELS

SIMULATION OF MECHANICAL TESTS OF COMPOSITE MATERIAL USING ANISOTROPIC HYPERELASTIC CONSTITUTIVE MODELS Engineering MECHANICS, Vol. 18, 2011, No. 1, p. 23 32 23 SIMULATION OF MECHANICAL TESTS OF COMPOSITE MATERIAL USING ANISOTROPIC HYPERELASTIC CONSTITUTIVE MODELS Tomáš Lasota*, JiříBurša* This paper deals

More information

3D Elasticity Theory

3D Elasticity Theory 3D lasticity Theory Many structural analysis problems are analysed using the theory of elasticity in which Hooke s law is used to enforce proportionality between stress and strain at any deformation level.

More information

Modelling and numerical simulation of the wrinkling evolution for thermo-mechanical loading cases

Modelling and numerical simulation of the wrinkling evolution for thermo-mechanical loading cases Modelling and numerical simulation of the wrinkling evolution for thermo-mechanical loading cases Georg Haasemann Conrad Kloß 1 AIMCAL Conference 2016 MOTIVATION Wrinkles in web handling system Loss of

More information

EXTENDED ABSTRACT. Combined Pile Raft Foundation

EXTENDED ABSTRACT. Combined Pile Raft Foundation EXTENDED ABSTRACT Combined Pile Raft Foundation Rui Diogo Gomes da Silva Supervisor: Prof. Jaime Alberto dos Santos December 2009 1. Introduction The piled raft foundation is an innovative design concept

More information

Strength of Material. Shear Strain. Dr. Attaullah Shah

Strength of Material. Shear Strain. Dr. Attaullah Shah Strength of Material Shear Strain Dr. Attaullah Shah Shear Strain TRIAXIAL DEFORMATION Poisson's Ratio Relationship Between E, G, and ν BIAXIAL DEFORMATION Bulk Modulus of Elasticity or Modulus of Volume

More information

ENGN 2340 Final Project Report. Optimization of Mechanical Isotropy of Soft Network Material

ENGN 2340 Final Project Report. Optimization of Mechanical Isotropy of Soft Network Material ENGN 2340 Final Project Report Optimization of Mechanical Isotropy of Soft Network Material Enrui Zhang 12/15/2017 1. Introduction of the Problem This project deals with the stress-strain response of a

More information

Procedure for Performing Stress Analysis by Means of Finite Element Method (FEM)

Procedure for Performing Stress Analysis by Means of Finite Element Method (FEM) Procedure for Performing Stress Analysis by Means of Finite Element Method (FEM) Colaboração dos engºs Patrício e Ediberto da Petrobras 1. Objective This Technical Specification sets forth the minimum

More information

MSC Nastran N is for NonLinear as in SOL400. Shekhar Kanetkar, PhD

MSC Nastran N is for NonLinear as in SOL400. Shekhar Kanetkar, PhD MSC Nastran N is for NonLinear as in SOL400 Shekhar Kanetkar, PhD AGENDA What is SOL400? Types of Nonlinearities Contact Defining Contact Moving Rigid Bodies Friction in Contact S2S Contact CASI Solver

More information

Finite Element Method

Finite Element Method Finite Element Method Finite Element Method (ENGC 6321) Syllabus Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered in this course one dimensional

More information

COMPARISON OF CONSTITUTIVE HYPER-ELASTIC MATERIAL MODELS IN FINITE ELEMENT THEORY

COMPARISON OF CONSTITUTIVE HYPER-ELASTIC MATERIAL MODELS IN FINITE ELEMENT THEORY OTEKON 2012 6. Otomotiv Teknolojileri Kongresi 04 05 Haziran 2012, BURSA COMPARISON O CONSTITUTIVE HYPER-ELASTIC MATERIAL MODELS IN INITE ELEMENT THEORY ABSTRACT Savaş Kayacı, Ali Kamil Serbest Las-Par

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

STANDARD SAMPLE. Reduced section " Diameter. Diameter. 2" Gauge length. Radius

STANDARD SAMPLE. Reduced section  Diameter. Diameter. 2 Gauge length. Radius MATERIAL PROPERTIES TENSILE MEASUREMENT F l l 0 A 0 F STANDARD SAMPLE Reduced section 2 " 1 4 0.505" Diameter 3 4 " Diameter 2" Gauge length 3 8 " Radius TYPICAL APPARATUS Load cell Extensometer Specimen

More information

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC.

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC. BENDING STRESS The effect of a bending moment applied to a cross-section of a beam is to induce a state of stress across that section. These stresses are known as bending stresses and they act normally

More information

Testing and Analysis

Testing and Analysis Testing and Analysis Testing Elastomers for Hyperelastic Material Models in Finite Element Analysis 2.6 2.4 2.2 2.0 1.8 1.6 1.4 Biaxial Extension Simple Tension Figure 1, A Typical Final Data Set for Input

More information

TRANSVERSE STRESSES IN SHEAR LAG OF BOX-GIRDER BRIDGES. Wang Yuan

TRANSVERSE STRESSES IN SHEAR LAG OF BOX-GIRDER BRIDGES. Wang Yuan TRANSVERSE STRESSES IN SHEAR LAG OF BOX-GIRDER BRIDGES Wang Yuan Bacheloreindwerk Delft University of Technology Faculty of Civil Engineering and Geosciences October 2011 TABLE OF CONTENTS 1 INTRODUCTION...

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

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

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES A Thesis by WOORAM KIM Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the

More information

6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa ( psi) and

6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa ( psi) and 6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa (15.5 10 6 psi) and an original diameter of 3.8 mm (0.15 in.) will experience only elastic deformation when a tensile

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

Code_Aster. HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking

Code_Aster. HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking Titre : HSNV129 - Essai de compression-dilatation pour étu[...] Date : 28/2/218 Page : 1/8 HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking Summary: One applies to an

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

Comparative Study of Variation of Mooney- Rivlin Hyperelastic Material Models under Uniaxial Tensile Loading

Comparative Study of Variation of Mooney- Rivlin Hyperelastic Material Models under Uniaxial Tensile Loading Comparative Study of Variation of Mooney- Rivlin Hyperelastic Material Models under Uniaxial Tensile Loading A. N. Jadhav 1, Dr. S.R. Bahulikar, N.H. Sapate 3 1 M Tech Design Engg, Mechanical Engineering,

More information

Transactions on Modelling and Simulation vol 10, 1995 WIT Press, ISSN X

Transactions on Modelling and Simulation vol 10, 1995 WIT Press,  ISSN X Modelling the behaviour of rubber-like materials to obtain correlation with rigidity modulus tests S.J. Jerrams, J. Bowen School of Engineering, Coventry University, Coventry England Abstract Finite element

More information

The Finite Element Method for Mechonics of Solids with ANSYS Applicotions

The Finite Element Method for Mechonics of Solids with ANSYS Applicotions The Finite Element Method for Mechonics of Solids with ANSYS Applicotions ELLIS H. DILL 0~~F~~~~"P Boca Raton London New Vork CRC Press is an imprint 01 the Taylor & Francis Group, an Informa business

More information

Elasticity in two dimensions 1

Elasticity in two dimensions 1 Elasticity in two dimensions 1 Elasticity in two dimensions Chapters 3 and 4 of Mechanics of the Cell, as well as its Appendix D, contain selected results for the elastic behavior of materials in two and

More information

Lecture 8. Stress Strain in Multi-dimension

Lecture 8. Stress Strain in Multi-dimension Lecture 8. Stress Strain in Multi-dimension Module. General Field Equations General Field Equations [] Equilibrium Equations in Elastic bodies xx x y z yx zx f x 0, etc [2] Kinematics xx u x x,etc. [3]

More information

Elasticity. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M.

Elasticity. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M. Elasticity A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M. Lepore Elasticity Photo Vol. 10 PhotoDisk/Getty BUNGEE jumping utilizes

More information

COMPARISON OF COHESIVE ZONE MODELS USED TO PREDICT DELAMINATION INITIATED FROM FREE-EDGES : VALIDATION AGAINST EXPERIMENTAL RESULTS

COMPARISON OF COHESIVE ZONE MODELS USED TO PREDICT DELAMINATION INITIATED FROM FREE-EDGES : VALIDATION AGAINST EXPERIMENTAL RESULTS COMPARISON OF COHESIVE ZONE MODELS USED TO PREDICT DELAMINATION INITIATED FROM FREE-EDGES : VALIDATION AGAINST EXPERIMENTAL RESULTS A. Uguen 1, L. Zubillaga 2, A. Turon 3, N. Carrère 1 1 Laboratoire Brestois

More information

Table of Contents. Preface...xvii. Part 1. Level

Table of Contents. Preface...xvii. Part 1. Level Preface...xvii Part 1. Level 1... 1 Chapter 1. The Basics of Linear Elastic Behavior... 3 1.1. Cohesion forces... 4 1.2. The notion of stress... 6 1.2.1. Definition... 6 1.2.2. Graphical representation...

More information

Linear Elasticity ( ) Objectives. Equipment. Introduction. ε is then

Linear Elasticity ( ) Objectives. Equipment. Introduction. ε is then Linear Elasticity Objectives In this lab you will measure the Young s Modulus of a steel wire. In the process, you will gain an understanding of the concepts of stress and strain. Equipment Young s Modulus

More information

FEM model of pneumatic spring assembly

FEM model of pneumatic spring assembly FEM model of pneumatic spring assembly Tien Tran Xuan 1, David Cirkl 2 Department of Applied Mechanics, Faculty of Mechanical Engineering, Technical University of Liberec, Liberec, Czech Republic 1 Corresponding

More information

HSNV140 - Thermoplasticity with restoration of work hardening: test of blocked dilatometry

HSNV140 - Thermoplasticity with restoration of work hardening: test of blocked dilatometry Titre : HSNV140 - Thermo-plasticité avec restauration d'éc[...] Date : 29/06/2015 Page : 1/11 HSNV140 - Thermoplasticity with restoration of work hardening: test of blocked dilatometry Summary: This test

More information

Numerical Solutions of 2-D Linear Elastostatic Problems by Network Method

Numerical Solutions of 2-D Linear Elastostatic Problems by Network Method Copyright 2011 Tech Science Press CMES, vol.76, no.1, pp.1-18, 2011 Numerical Solutions of 2-D Linear Elastostatic Problems by Network Method J.L. Morales 1, J.A. Moreno 2 and F. Alhama 3 Abstract: Following

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

Due Monday, September 14 th, 12:00 midnight

Due Monday, September 14 th, 12:00 midnight Due Monday, September 14 th, 1: midnight This homework is considering the analysis of plane and space (3D) trusses as discussed in class. A list of MatLab programs that were discussed in class is provided

More information

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Soft-Body Physics Soft Bodies Realistic objects are not purely rigid. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Deformed

More information

A two-dimensional FE truss program

A two-dimensional FE truss program A two-dimensional FE truss program 4M020: Design Tools Eindhoven University of Technology Introduction The Matlab program fem2d allows to model and analyze two-dimensional truss structures, where trusses

More information

ARTICLE A-8000 STRESSES IN PERFORATED FLAT PLATES

ARTICLE A-8000 STRESSES IN PERFORATED FLAT PLATES ARTICLE A-8000 STRESSES IN PERFORATED FLAT PLATES Delete endnote 18, which says "Express metric values in exponential form" A-8100 INTRODUCTION A-8110 SCOPE (a) This Article contains a method of analysis

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

Predicting the dynamic material constants of Mooney-Rivlin model in broad frequency range for elastomeric components

Predicting the dynamic material constants of Mooney-Rivlin model in broad frequency range for elastomeric components 1983 Predicting the dynamic material constants of Mooney-Rivlin model in broad frequency range for elastomeric components Abstract In this paper, dynamic material constants of 2-parameter Mooney-Rivlin

More information

Content. Department of Mathematics University of Oslo

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

More information

Stresses Analysis of Petroleum Pipe Finite Element under Internal Pressure

Stresses Analysis of Petroleum Pipe Finite Element under Internal Pressure ISSN : 48-96, Vol. 6, Issue 8, ( Part -4 August 06, pp.3-38 RESEARCH ARTICLE Stresses Analysis of Petroleum Pipe Finite Element under Internal Pressure Dr.Ragbe.M.Abdusslam Eng. Khaled.S.Bagar ABSTRACT

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

Measurement of deformation. Measurement of elastic force. Constitutive law. Finite element method

Measurement of deformation. Measurement of elastic force. Constitutive law. Finite element method Deformable Bodies Deformation x p(x) Given a rest shape x and its deformed configuration p(x), how large is the internal restoring force f(p)? To answer this question, we need a way to measure deformation

More information

20. Rheology & Linear Elasticity

20. Rheology & Linear Elasticity I Main Topics A Rheology: Macroscopic deformation behavior B Linear elasticity for homogeneous isotropic materials 10/29/18 GG303 1 Viscous (fluid) Behavior http://manoa.hawaii.edu/graduate/content/slide-lava

More information

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Robert S. Joseph Design Engineering Analysis Corporation, McMurray, PA ABSTRACT Long, cylindrical

More information

Unified Quiz M4 May 7, 2008 M - PORTION

Unified Quiz M4 May 7, 2008 M - PORTION 9:00-10: 00 (last four digits) 32-141 Unified Quiz M4 May 7, 2008 M - PORTION Put the last four digits of your MIT ID # on each page of the exam. Read all questions carefully. Do all work on that question

More information

Determination of Mechanical Properties of Elastomers Using Instrumented Indentation

Determination of Mechanical Properties of Elastomers Using Instrumented Indentation Determination of Mechanical Properties of Elastomers Using Instrumented Indentation, Antonios E. Giannakopoulos and Dimitrios Bourntenas University of Thessaly, Department of Civil Engineering, Volos 38334,

More information

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY ABHELSINKI UNIVERSITY OF TECHNOLOGY TECHNISCHE UNIVERSITÄT HELSINKI UNIVERSITE DE TECHNOLOGIE D HELSINKI A posteriori error analysis for the Morley plate element Jarkko Niiranen Department of Structural

More information

Basic Energy Principles in Stiffness Analysis

Basic Energy Principles in Stiffness Analysis Basic Energy Principles in Stiffness Analysis Stress-Strain Relations The application of any theory requires knowledge of the physical properties of the material(s) comprising the structure. We are limiting

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Testing Elastomers and Plastics for Marc Material Models

Testing Elastomers and Plastics for Marc Material Models Testing Elastomers and Plastics for Marc Material Models Presented by: Kurt Miller Axel Products, Inc. axelproducts.com We Measure Structural Properties Stress Strain Time-Temperature Test Combinations

More information

Lift Truck Load Stress in Concrete Floors

Lift Truck Load Stress in Concrete Floors Open Journal of Civil Engineering, 017, 7, 45-51 http://www.scirp.org/journal/ojce ISSN Online: 164-317 ISSN Print: 164-3164 Lift Truck Load Stress in Concrete Floors Vinicius Fernando rcaro, Luiz Carlos

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

Verification of Shell Elements by Eigenanalysis of Vibration Problems

Verification of Shell Elements by Eigenanalysis of Vibration Problems YOKOHAMA National University Initiative for Global Arts & Sciences Verification of Shell Elements by Eigenanalysis of Vibration Problems Takahiro Yamada, Yokohama National University, Yokohama Kazumi Matsui,

More information

Modelling the effects of various contents of fillers on the relaxation rate of filled rubbers

Modelling the effects of various contents of fillers on the relaxation rate of filled rubbers Modelling the effects of various contents of fillers on the relaxation rate of filled rubbers L. Laiarinandrasana, A. Jean, D. Jeulin, S. Forest MINES ParisTech MAT Centre des Matériaux CNRS UMR 7633 BP

More information

FEA A Guide to Good Practice. What to expect when you re expecting FEA A guide to good practice

FEA A Guide to Good Practice. What to expect when you re expecting FEA A guide to good practice FEA A Guide to Good Practice What to expect when you re expecting FEA A guide to good practice 1. Background Finite Element Analysis (FEA) has transformed design procedures for engineers. Allowing more

More information

XI. NANOMECHANICS OF GRAPHENE

XI. NANOMECHANICS OF GRAPHENE XI. NANOMECHANICS OF GRAPHENE Carbon is an element of extraordinary properties. The carbon-carbon bond possesses large magnitude cohesive strength through its covalent bonds. Elemental carbon appears in

More information

CHAPTER 3 THE EFFECTS OF FORCES ON MATERIALS

CHAPTER 3 THE EFFECTS OF FORCES ON MATERIALS CHAPTER THE EFFECTS OF FORCES ON MATERIALS EXERCISE 1, Page 50 1. A rectangular bar having a cross-sectional area of 80 mm has a tensile force of 0 kn applied to it. Determine the stress in the bar. Stress

More information

MECHANICAL PROPERTIES OF POLYTETRAFLOUROETHYLENE ELASTOMER MEMBRANE FOR DYNAMIC CELL CULTURE TESTING ABSTRACT INTRODUCTION

MECHANICAL PROPERTIES OF POLYTETRAFLOUROETHYLENE ELASTOMER MEMBRANE FOR DYNAMIC CELL CULTURE TESTING ABSTRACT INTRODUCTION MECHANICAL PROPERTIES OF POLYTETRAFLOUROETHYLENE ELASTOMER MEMBRANE FOR DYNAMIC CELL CULTURE TESTING Carolyn Hampton 1, Gregory D. Webster 1, Beverly Rzigalinski 2, Hampton C. Gabler 1 1 Virginia Tech

More information

Applicability of the Hertz Contact Theory to Rolling Rubber Cylinders Model

Applicability of the Hertz Contact Theory to Rolling Rubber Cylinders Model International Journal of Mechanical Engineering and Applications 2016; 4(6): 242-248 http://www.sciencepublishinggroup.com/j/ijmea doi: 10.11648/j.ijmea.20160406.15 ISSN: 2330-023X (Print); ISSN: 2330-0248

More information

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich UNIVERSITY OF SASKATCHEWAN ME 313.3 MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich A CLOSED BOOK EXAMINATION TIME: 3 HOURS For Marker s Use Only LAST NAME (printed): FIRST

More information

Analysis of a Casted Control Surface using Bi-Linear Kinematic Hardening

Analysis of a Casted Control Surface using Bi-Linear Kinematic Hardening Analysis of a Casted Control Surface using Bi-Linear Kinematic Hardening Abdul Manan Haroon A. Baluch AERO, P.O Box 91, Wah Cantt. 47040 Pakistan Abstract Control Surfaces or Fins are very essential parts

More information

Lecture 7, Foams, 3.054

Lecture 7, Foams, 3.054 Lecture 7, Foams, 3.054 Open-cell foams Stress-Strain curve: deformation and failure mechanisms Compression - 3 regimes - linear elastic - bending - stress plateau - cell collapse by buckling yielding

More information

Multi Linear Elastic and Plastic Link in SAP2000

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

More information

Mechanical Properties of Polymer Rubber Materials Based on a New Constitutive Model

Mechanical Properties of Polymer Rubber Materials Based on a New Constitutive Model Mechanical Properties of Polymer Rubber Materials Based on a New Constitutive Model Mechanical Properties of Polymer Rubber Materials Based on a New Constitutive Model J.B. Sang*, L.F. Sun, S.F. Xing,

More information

Rigid Flexible Contact Analysis of an Inflated Membrane Balloon with Various Contact Conditions

Rigid Flexible Contact Analysis of an Inflated Membrane Balloon with Various Contact Conditions roceedings Rigid Flexible Contact Analysis of an Inflated Membrane Balloon with Various Contact Conditions MengXiong Liu and XiDe Li * Department of Engineering Mechanics, Tghua University, Beijing 100084,

More information

Chapter 2. Rubber Elasticity:

Chapter 2. Rubber Elasticity: Chapter. Rubber Elasticity: The mechanical behavior of a rubber band, at first glance, might appear to be Hookean in that strain is close to 100% recoverable. However, the stress strain curve for a rubber

More information

Module 3 : Equilibrium of rods and plates Lecture 15 : Torsion of rods. The Lecture Contains: Torsion of Rods. Torsional Energy

Module 3 : Equilibrium of rods and plates Lecture 15 : Torsion of rods. The Lecture Contains: Torsion of Rods. Torsional Energy The Lecture Contains: Torsion of Rods Torsional Energy This lecture is adopted from the following book 1. Theory of Elasticity, 3 rd edition by Landau and Lifshitz. Course of Theoretical Physics, vol-7

More information

ANSYS Mechanical Basic Structural Nonlinearities

ANSYS Mechanical Basic Structural Nonlinearities Lecture 4 Rate Independent Plasticity ANSYS Mechanical Basic Structural Nonlinearities 1 Chapter Overview The following will be covered in this Chapter: A. Background Elasticity/Plasticity B. Yield Criteria

More information

Stress-Strain Behavior

Stress-Strain Behavior Stress-Strain Behavior 6.3 A specimen of aluminum having a rectangular cross section 10 mm 1.7 mm (0.4 in. 0.5 in.) is pulled in tension with 35,500 N (8000 lb f ) force, producing only elastic deformation.

More information

CAEFEM v9.5 Information

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

More information

Simulation of the mechanical behavior of a rubber pumping system under large deformations.

Simulation of the mechanical behavior of a rubber pumping system under large deformations. Simulation of the mechanical behavior of a rubber pumping system under large deformations. Author: Ing. Andrea Romeo LPA Consorzio per la promozione della cultura plastica Proplast Str. Comunale Savonesa,

More information

1 Nonlinear deformation

1 Nonlinear deformation NONLINEAR TRUSS 1 Nonlinear deformation When deformation and/or rotation of the truss are large, various strains and stresses can be defined and related by material laws. The material behavior can be expected

More information

Revealing bending and force in a soft body through a plant root inspired. approach. Lucia Beccai 1* Piaggio 34, Pontedera (Italy)

Revealing bending and force in a soft body through a plant root inspired. approach. Lucia Beccai 1* Piaggio 34, Pontedera (Italy) Revealing bending and force in a soft body through a plant root inspired approach Chiara Lucarotti 1,2, Massimo Totaro 1, Ali Sadeghi 1, Barbara Mazzolai 1, Lucia Beccai 1* 1 Center for Micro-BioRobotics

More information

INTRODUCTION TO THE EXPLICIT FINITE ELEMENT METHOD FOR NONLINEAR TRANSIENT DYNAMICS

INTRODUCTION TO THE EXPLICIT FINITE ELEMENT METHOD FOR NONLINEAR TRANSIENT DYNAMICS INTRODUCTION TO THE EXPLICIT FINITE ELEMENT METHOD FOR NONLINEAR TRANSIENT DYNAMICS SHEN R. WU and LEI GU WILEY A JOHN WILEY & SONS, INC., PUBLICATION ! PREFACE xv PARTI FUNDAMENTALS 1 1 INTRODUCTION 3

More information

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 5a ELASTIC BEHAVIOR OF SOLIDS

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 5a ELASTIC BEHAVIOR OF SOLIDS 3.091 Introduction to Solid State Chemistry Lecture Notes No. 5a ELASTIC BEHAVIOR OF SOLIDS 1. INTRODUCTION Crystals are held together by interatomic or intermolecular bonds. The bonds can be covalent,

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

EFFECT OF STRAIN HARDENING ON ELASTIC-PLASTIC CONTACT BEHAVIOUR OF A SPHERE AGAINST A RIGID FLAT A FINITE ELEMENT STUDY

EFFECT OF STRAIN HARDENING ON ELASTIC-PLASTIC CONTACT BEHAVIOUR OF A SPHERE AGAINST A RIGID FLAT A FINITE ELEMENT STUDY Proceedings of the International Conference on Mechanical Engineering 2009 (ICME2009) 26-28 December 2009, Dhaka, Bangladesh ICME09- EFFECT OF STRAIN HARDENING ON ELASTIC-PLASTIC CONTACT BEHAVIOUR OF A

More information

The science of elasticity

The science of elasticity The science of elasticity In 1676 Hooke realized that 1.Every kind of solid changes shape when a mechanical force acts on it. 2.It is this change of shape which enables the solid to supply the reaction

More information

Contents as of 12/8/2017. Preface. 1. Overview...1

Contents as of 12/8/2017. Preface. 1. Overview...1 Contents as of 12/8/2017 Preface 1. Overview...1 1.1 Introduction...1 1.2 Finite element data...1 1.3 Matrix notation...3 1.4 Matrix partitions...8 1.5 Special finite element matrix notations...9 1.6 Finite

More information