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

Size: px
Start display at page:

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

Transcription

1 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

2 Contents 1 Nonlinear and time-dependent behaviour Background : Incremental loading and iterative solution Truss with elastomeric material behaviour Truss with elastoplastic material behaviour Truss with viscoelastic material behaviour Links

3 1 Nonlinear and time-dependent behaviour In the tutorial Staaf- en Balkconstructies (in Dutch) the deformation of truss structures has been calculated. In all cases it was assumed that the deformation of the trusses was very small and (as a consequence) their behavior was linearly elastic. In this chapter we will again focuss the attention on (simple) truss structures. Now, however, we will allow deformations to become large. Also the material behavior is not longer linearly elastic. In the examples we will consider elastomeric, elastoplastic and viscoelastic material behavior. Large deformations and nonlinear material behavior will render the problem the equations which must be solved nonlinear. The MARC program can solve these problems, but we have to incorporate the proper commands and parameters in the input with Mentat. 1.1 Background : Incremental loading and iterative solution When deformations are very small, there is virtually no difference between the undeformed and the deformed geometry. This implies that the stiffness matrix K can be formulated in the undeformed situation and does not need updating. If this is the case and if moreover the material behaviour is linear elastic and contact phenomena like friction are not considered, the deformation problem is completely linear. Two important characteristics hold for linear problems : the deformation is proportional with the load : when the external nodal forces are multiplied by a factor, say α, the nodal displacements ũ are also multiplied by α. superposition holds : when we determine the deformation ũ 1 and ũ 2 for two separate loadings, and respectively, the deformation for the combined loading + is the sum of the separate deformations : ũ 1 + ũ 2. For linear deformation problems the system of nodal equilibrium equations is linear and can be solved directly after implementation of boundary conditions by using the inverse of the stiffness matrix : f i = K ũ = ũ = ũ s = K 1 The solution is unique : we only get one ũ s for a given. f f i 0 ũ s ũ Deformations may be so large that the geometry changes considerably. This and/or nonlinear material behaviour and/or contact phenomena render the deformation problem nonlinear. Proportionality and superposition do not hold in that case. The system of nodal equilibrium equations is nonlinear. 3

4 f f i 0 ũ As can be seen from the figure, more than one solution may exist, some of which may be not realistic from a physical point of view. The real loading of the structure may be time dependent. To determine the associated deformation, the time is discretised : the load is prescribed at subsequent, discrete moments in time and deformation is determined at these moments. A time interval between two discrete moments is called a time increment and the time dependent loading is referred to as incremental loading. This incremental loading is also applied for cases where the real time (seconds, hours) is not important but where we want to prescribe the load gradually. One can than think of the time as a fictitious or virtual time. f f i f e 0 t t n t t n+1 ũ n ũ n+1 ũ Let us now assume that the load is prescribed and that the deformation is determined for the time t n, the beginning of time-increment n. Given the load at the end-increment time t n+1, we want to determine the associated deformation by solving the non-linear nodal point equations iteratively. In the figure below, the origin of the plot represents the beginning of the time increment (t n ). The nodal point displacements with relation to the undeformed situation are ũ n. The external load is incremented by = (t n+1) (t n). f f i ũ n ũ n+1 ũ 4

5 The equations for nodal equilibrium after implementation of boundary conditions can be written as follows : (ũ) = f i The solution ũ = ũ n+1, the intersection of and f i, cannot be determined directly, but has to be calculated iteratively. Starting from ũ = ũ n a number of approximations ũ are calculated in subsequent iteration steps. This iteration procedure is illustrated in the figure below. f K(ũ ) f i r f i (ũ ) ũ n ũ n+1 ũ ũ δũ ũ When we have the approximation ũ we can calculate the difference r = f i(ũ ). For the exact solution this so-called residual (load) is zero. When r is not zero but small enough, we are satisfied with the approximation ũ and if it is too large we start a new iterationstep. When the residual becomes smaller in subsequent iteration steps, the iterative procedure is said to converge. To decide whether the iteration process can be ended, the residual as a matter of fact a norm of the residual load column : r is compared to a convergence limit, which is a very small number. When a new approximation must be determined, the tangent stiffness matrix K(ũ ) is calculated and subsequently the iterative displacement δũ, leading to a new approximation ũ : K(ũ )δũ = r δũ = K 1 (ũ )r ũ = ũ + δũ Unfortunately the iteration process may show no convergence. After a maximum number of iteration steps the MARC program will stop the iteration procedure. In many cases deminishing the load increments will result in convergence, but problems may be very persistent. When the convergence criterion is satisfied, the displacement ũ n+1 will not satisfy the nodal equilibrium equations exactly, because the convergence limit is small but not zero. The difference between f i (ũ n+1) and is added to the load in the next increment, which is known as residual load correction. The iterative procedure described here is referred to as Newton-Raphson method. Results of the analysis vary with (pseudo)time due to the incremental loading. These time dependent results can be visualized as a plot of a certain variable against time or against another variable. In MARC this is done by making a HISTORY PLOT as is explained in the following examples. 5

6 1.2 Truss with elastomeric material behaviour The figure below shows one truss with dimensions and boundary conditions. y x A 0 l F u The dimensions are : l 0 = 100 mm = 0.1 m ; A 0 = 10 mm 2 = 10 5 m 2 We want to prescribe the elongation of the truss as a function of the pseudo time remember that the real time has no meaning in this case. The displacement u of node 2 is assumed to increase linearly with time t until it reaches a value u max = 400 mm = 0.4 m, so the elongation factor will finally be λ = 5. To prescribe the evolution of a variable in time in this case the displacement of a node we have to make a table. In the menu (MECHANICAL BC s) we find a button with this name. A table is represented in Mentat as a curve in a two-dimensional plane. We make a new table of the type time which indicates that the horizontal axis or independent variable of the plot represents time. (MAIN MENU) (PREPROCESSING) BOUNDARY CONDITIONS MECHANICAL TABLES NEW (NEW TABLE) 1 INDEPENDENT VARIABLE TABLE TYPE time (FORMULA) ENTER Enter formula : v1 FIT Mentat shows a plot representing the time-table : the horizontal v1-axis is the time and the vertical F-axis is a multiplication factor, which is used to prescribe a variable as a function of time. Because we want to prescribe the displacement of node 2 to increase linearly from 0 to 0.4 [m], we have to multiply the table factor (= F-axis value) with u max = 0.4 m. This is done in (BOUNDARY CONDITIONS) so we plot the model again with SHOW TABLE SHOW MODEL and go back to the (MAIN MENU). (MAIN MENU) (PREPROCESSING) BOUNDARY CONDITIONS MECHANICAL Prescribe the suppressed displacements in nodes 1 and 2. Prescribe the displacement in node 2. NEW FIXED DISPLACEMENT 6

7 DISPLACEMENT X Enter value for x : 0.4 This is u max in [m] TABLE table1 (NODES) ADD Select node 2. In this example we assume that the material of the truss is an elastomer (= rubber). Its behavior is described by a Neo-Hookean material model with one material parameter : C 10 = 0.5e6 Pa. This is modelled in the (MATERIAL PROPERTIES) menu. (MATERIAL PROPERTIES) MATERIAL PROPERTIES NEW MORE MOONEY (MOONEY PROPERTIES) C10 Enter value for c10 : 0.5e6 (ELEMENTS) ADD Enter add material element list : (ALL) EXISTING When load varies with time, a LOADCASE must be defined, where we can indicate the total analysis time and the number of incremental steps. (MAIN MENU) (ANALYSIS) LOADCASES NEW MECHANICAL STATIC TOTAL LOADCASE TIME : 1 (FIXED) # STEPS : 400 The loads which have to be applied in this loadcase, must be selected if this is not already done by default. LOADS Select all applies Although we do not have to change the presets, we can have a look in the submenus SOLUTION CONTROL and CONVERGENCE TESTING and see some parameter values. In the JOBS menu we now choose the element type (= 9) and indicate that we want to do a 3D analysis. After that we are going to define a MECHANICAL job and select the defined loadcase. Because all loading is defined in this loadcase, we do not do any loading in INITIAL LOADS. Only suppressed displacements are allowed there. We must also select the proper output variables. MECHANICAL (LOADCASES) Select lcase1 7

8 INITIAL LOADS Only select the boundary conditions which represent suppresed displacements. So do not prescribe any real loading here. You may also CLEAR all boundary conditions here. (ANALYSIS DIMENSION) JOB RESULTS 3D Select the output variables you want to see in the post-file. Nodal variables (forces and displacements) don t have to be selected. They are available by default. The model is complete now and we can save and run it in the usual way. In the submenu which is shown during running, we see that the solution is done iteratively and incrementally. When things proceed successfully, we get the exit number 3004 and are going to look at some results. Results After opening the post-file in the (POSTPROCESSING) RESULTS menu, we can MONITOR the deformation of the truss, but this is not very exciting. What we are interested in is a plot of the axial force as a function of time or, maybe better, as a function of the prescribed displacement. Such plots are referred to as a HISTORY PLOT. HISTORY PLOT SET NODES Select node 2. Don t forget End List. REWIND COLLECT DATA Enter first history increment : 0 Enter last history increment : Enter increment step size : 1 NODES/VARIABLES ADD 1-NODE CURVE Enter History-Plot node : select (lm) node in (NODES) Enter X-axis variable : Displacement X Enter Y-axis variable : Reaction Force X FIT There is the plot. The numbers, indicating the individual time steps, can be removed by setting SHOW IDS to 0. We can compare it to the analytical solution, which can be calculated for this case. 8

9 1.3 Truss with elastoplastic material behaviour The figure below shows one truss with dimensions and boundary conditions. y x A 0 l F u The dimensions are : l 0 = 100 mm = 0.1 m ; A 0 = 10 mm 2 = 10 5 m 2 Except for the suppressed displacements, which are indicated in the figure above, the displacement of node 2 is prescribed as a function of time according to the figure below. A proper time-table must be defined and used in (MECHANICAL BC s). The horizontal axis (= time) of the table must extent to a maximum of 4 seconds. u 0.01 [m] t TABLE NEW 1 INDEPENDENT VARIABLE TYPE time INDEPENDENT VARIABLE V1 MAX 4 STEPS 8 DATA POINTS ADD Click at the intersections of the lines in the grid to add points. SHOW TABLE SHOW MODEL In this example we assume the material of the truss to behave elastoplastically with isotropic hardening. The relevant material parameters are : Young s modulus E 200 GPa Poisson s ratio ν initial yield stress σ v0 250 MPa isotropic hardening parameter H 10 GPa 9

10 The material behaviour is specified in the MATERIAL PROPERTIES menu where we enter at a certain stage the ELASTIC-PLASTIC menu. (MAIN MENU) (PREPROCESSING) MATERIAL PROPERTIES MATERIAL PROPERTIES ISOTROPIC YOUNG S MODULUS : 200e9 POISSON S RATIO : 0.3 (PLASTICITY) ELASTIC-PLASTIC (YIELD SURFACE) VON MISES (HARDENING RULE) ISOTROPIC INITIAL YIELD STRESS Enter value for yield-stress : 250e6 In the ELASTIC-PLASTIC section we have selected the VON MISES yield surface or yield criterion, which was already selected by default. With this choice the so-called Von Mises effective stress σ vm will be calculated. It will be compared with the current yield stress σ v in the yield criterion to decide whether elastic or elastoplastic deformation occurs : f = σ vm 2 σv 2 < 0 elastic behaviour f = σ vm 2 σ2 v = 0 elastoplastic behaviour This Von Mises stress is defined as follows : 1 σ vm = 2 {(σ 1 σ 2 ) 2 + (σ 2 σ 3 ) 2 + (σ 3 σ 1 ) 2 } where σ 1, σ 2 and σ 3 are the principle stresses. For a truss the Von Mises stress equals the absolute value of the axial stress. The current yield stress σ v will increase as a function of the effective plastic strain ε p according to the isotropic yield criterion : σ v = σ v0 + H ε p This hardening law is modelled with a table in Mentat, where the x-axis represents ε p and the y-axis is the multiplication factor of the initial yield stress. We make the table : TABLES NEW 1 INDEPENDENT VARIABLE TYPE eq plastic strain This is the Equivalent Plastic Strain ε p INDEPENDENT VARIABLE V1 MAX Enter maximum value for V1 : 2 FORMULA ENTER Enter formula : 1 + (10000e6 * v1)/250e6 FIT 10

11 SHOW TABLE SHOW MODEL RETURN The table here table2 is selected in the ELASTIC-PLASTIC menu. ISOTROPIC (PLASTICITY) ELASTIC-PLASTIC TABLE (PLASTIC STRAIN) Select table2 Do not forget to add this material to the element. Now we define a loadcase as in the previous example. The total loadcase time is 4 seconds. The number of incremental steps is 400. In the JOBS menu we have to select the element type, the analysis dimension, the loadcase and the output variables. We also go into the menu ANALYSIS OPTIONS to set some parameters. ANALYSIS OPTIONS NONLINEAR PROCEDURE SMALL STRAIN Selection of the SMALL STRAIN (NONLINEAR PROCEDURE) indicates that we confine ourselves to small deformations. Because the prescribed elongation results in 10% axial strain, this requirement is satisfied. With the small strain procedure the hardening table is given in terms of engineering stress and strain. When strains are large, we must select the proper option : ANALYSIS OPTIONS NONLINEAR PROCEDURE LARGE STRAIN After saving the model we can run the analysis and take a look at results. Results After opening the post-file in the RESULTS menu, we make a HISTORY PLOT of the axial stress as a function of the axial strain. HISTORY PLOT SET NODES : 2 REWIND COLLECT DATA Enter first history increment : 0 Enter last history increment : Enter increment step size : 1 NODES/VARIABLES ADD 1-NODE CURVE Enter History-Plot node : select (lm) node in (NODES) 11

12 Enter X-axis variable : Comp 11 of Total Strain Enter Y-axis variable : Comp 11 of Stress FIT This result can also be calculated analytically. The analysis can now be repeated for the a material with the same parameters, but showing purely kinematic hardening. The Von Mises yield function is : with a hardening law for the shift stress q : f = ( σ vm q(ε p )) 2 σ 2 v0 q = Kε p where K is the constant kinematic hardening parameter, for which we take here K = 10 GPa. The kinematic hardening is modelled in Mentat with a table of type plastic strain in the same way as we did for isotropic hardening. In fact we draw the σ v ε p -curve for a monotonic tensile loading. The program knows that kinematic hardening occurs at unloading and load reversal. 12

13 1.4 Truss with viscoelastic material behaviour The figure below shows one truss with dimensions and boundary conditions. y x A 0 l F u The dimensions are : l 0 = 100 mm = 0.1 m ; A 0 = 10 mm 2 = 10 5 m 2 Exept for the suppressed displacements, which are indicated in the figure above, the displacement of node 2 is prescribed as a function of time according to the figure below. A proper time-table must be defined and used in BOUNDARY CONDITIONS. The x-axis (= time) of the table must extent to a maximum of 2 seconds. u 0.01 [m] t In this example we assume the material of the truss to behave linearly viscoelastic according to a generalised Maxwell model with tensile moduli E i [Pa], time constants τ i = ηi E i [s] η i are the viscosities and with an equilibrium modulus E [Pa]. Poisson s ratio is 0.3 [-] and parameter values of an 8-mode Maxwell model (n = 8), which have been fitted onto experimental data, are : E E i [Pa] τ i [s] E 0 mode e e-05 mode e e-04 mode e e-03 mode e e-03 mode e e-02 mode e e-01 mode e e+00 mode e e+01 E 1 E 2 E n η 1 η 2 η n σ ε In MARC the equilibrium modulus is not used as an input parameter. Instead we have to use the initial modulus E 0. Taking a look at the generalised Maxwell model learns that the initial modulus is the sum of all moduli, because initially all dashpots are locked, so we have : E 0 = E + i E i 13

14 This initial modulus is the YOUNG S MODULUS in the MATERIAL PROPERTIES menu. Now we enter the VISCOELASTIC menu and see that we are not asked for tensile moduli E i but for shear moduli G i and bulk moduli K i. These variables can be calculated according to : G = E 2(1 + ν) ; K = This results in the following table with viscoelastic data : E 3(1 2ν) G i [Pa] K i [Pa] τ i [s] mode e e e-05 mode e e e-04 mode e e e-03 mode e e e-03 mode e e e-02 mode e e e-01 mode e e e+00 mode e e e+01 These data find their way into Mentat as follows : (MAIN MENU) (PREPROCESSING) MATERIAL PROPERTIES MATERIAL PROPERTIES ISOTROPIC YOUNG S MODULUS : e+08 POISSON S RATIO : 0.3 (RATE EFFECTS) VISCOELASTIC # DEVIATORIC TERMS Enter value for ndeviatoric term : 8 Enter value for nvolumetric term : 8 (TIME) 1 Enter value for shear time1 : e-5 (SHEAR CONSTANT) 1 Enter value for shear1 : e7 (TIME) 1 Enter value for bulk time1 : e-5 (BULK CONSTANT) 1 Enter value for bulk1 : e8 Repeat the following for each mode. After entering these data, we can choose how much modes must be used in the actual analysis. Do not forget to appoint the material model to the element. Analyse the viscoelastic behaviour during 2 [s] and plot a HISTORY PLOT of stress agains time. 14

15 1.5 Links A LINK defines a relation between degrees of freedom (dof s) in different nodes. When dof s are defined to have the same value, the LINK is called a NODAL TIE. The dof s in the linked nodes are directly related to those in the retained nodes. In the appropriate submenu, we have to define the TIED NODE and the RETAINED NODES. In Mentat a LINK is indicated with a line between the linked nodes. The TYPE of the link indicates which dof s are linked. The dof s in the TIED NODES are no independent unknowns and are eliminated from the equation system. The dof s in the retained nodes are solved. Boundary conditions can only be applied in RETAINED NODES. Results can be extracted for all nodes. 15

Plane and axisymmetric models in Mentat & MARC. Tutorial with some Background

Plane and axisymmetric models in Mentat & MARC. Tutorial with some Background Plane and axisymmetric models in Mentat & MARC Tutorial with some Background Eindhoven University of Technology Department of Mechanical Engineering Piet J.G. Schreurs Lambèrt C.A. van Breemen March 6,

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

As an example, the two-bar truss structure, shown in the figure below will be modelled, loaded and analyzed.

As an example, the two-bar truss structure, shown in the figure below will be modelled, loaded and analyzed. Program tr2d 1 FE program tr2d The Matlab program tr2d allows to model and analyze two-dimensional truss structures, where trusses are homogeneous and can behave nonlinear. Deformation and rotations can

More information

An example solution of a panel in the elastic-plastic regime

An example solution of a panel in the elastic-plastic regime An example solution of a panel in the elastic-plastic regime Piotr Mika May, 2013 1. Example solution of the panel with ABAQUS program The purpose is to analyze an elastic-plastic panel. The elastic solution

More information

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

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

More information

Mechanical Properties of Materials

Mechanical Properties of Materials Mechanical Properties of Materials Strains Material Model Stresses Learning objectives Understand the qualitative and quantitative description of mechanical properties of materials. Learn the logic of

More information

Computational Materials Modeling FHLN05 Computer lab

Computational Materials Modeling FHLN05 Computer lab Motivation Computational Materials Modeling FHLN05 Computer lab In the basic Finite Element (FE) course, the analysis is restricted to materials where the relationship between stress and strain is linear.

More information

An example of panel solution in the elastic-plastic regime

An example of panel solution in the elastic-plastic regime An example of panel solution in the elastic-plastic regime Piotr Mika May, 2014 2013-05-08 1. Example solution of the panel with ABAQUS program The purpose is to analyze the elastic-plastic panel. The

More information

MHA042 - Material mechanics: Duggafrågor

MHA042 - Material mechanics: Duggafrågor MHA042 - Material mechanics: Duggafrågor 1) For a static uniaxial bar problem at isothermal (Θ const.) conditions, state principle of energy conservation (first law of thermodynamics). On the basis of

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

ENGN 2290: Plasticity Computational plasticity in Abaqus

ENGN 2290: Plasticity Computational plasticity in Abaqus ENGN 229: Plasticity Computational plasticity in Abaqus The purpose of these exercises is to build a familiarity with using user-material subroutines (UMATs) in Abaqus/Standard. Abaqus/Standard is a finite-element

More information

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem Computational Inelasticity FHLN05 Assignment 2017 A non-linear elasto-plastic problem General instructions A written report should be submitted to the Division of Solid Mechanics no later than October

More information

Settlement and Bearing Capacity of a Strip Footing. Nonlinear Analyses

Settlement and Bearing Capacity of a Strip Footing. Nonlinear Analyses Settlement and Bearing Capacity of a Strip Footing Nonlinear Analyses Outline 1 Description 2 Nonlinear Drained Analysis 2.1 Overview 2.2 Properties 2.3 Loads 2.4 Analysis Commands 2.5 Results 3 Nonlinear

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

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg Course in Nonlinear FEM Geometric nonlinearity Nonlinear FEM Outline Lecture 1 Introduction Lecture 2 Geometric nonlinearity Lecture 3 Material nonlinearity Lecture 4 Material nonlinearity it continued

More information

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Professor Louie L. Yaw c Draft date January 18, 2017 Copyright is reserved. Individual copies may be made for

More information

NORMAL STRESS. The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts.

NORMAL STRESS. The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts. NORMAL STRESS The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts. σ = force/area = P/A where σ = the normal stress P = the centric

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

13 Dewatered Construction of a Braced Excavation

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

More information

ME 2570 MECHANICS OF MATERIALS

ME 2570 MECHANICS OF MATERIALS ME 2570 MECHANICS OF MATERIALS Chapter III. Mechanical Properties of Materials 1 Tension and Compression Test The strength of a material depends on its ability to sustain a load without undue deformation

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

Nonlinear Static - 1D Plasticity - Various Forms of Isotropic Hardening by Louie L. Yaw Walla Walla University Draft Date January 25, 2012

Nonlinear Static - 1D Plasticity - Various Forms of Isotropic Hardening by Louie L. Yaw Walla Walla University Draft Date January 25, 2012 1 Nonlinear Static - 1D Plasticity - Various Forms of Isotropic Hardening by Louie L. Yaw Walla Walla University Draft Date January 25, 2012 key words: plasticity, algorithms, nonlinear analysis, isotropic

More information

MODELING OF CONCRETE MATERIALS AND STRUCTURES. Kaspar Willam. Uniaxial Model: Strain-Driven Format of Elastoplasticity

MODELING OF CONCRETE MATERIALS AND STRUCTURES. Kaspar Willam. Uniaxial Model: Strain-Driven Format of Elastoplasticity MODELING OF CONCRETE MATERIALS AND STRUCTURES Kaspar Willam University of Colorado at Boulder Class Meeting #3: Elastoplastic Concrete Models Uniaxial Model: Strain-Driven Format of Elastoplasticity Triaxial

More information

MECHANICS OF MATERIALS. EQUATIONS AND THEOREMS

MECHANICS OF MATERIALS. EQUATIONS AND THEOREMS 1 MECHANICS OF MATERIALS. EQUATIONS AND THEOREMS Version 2011-01-14 Stress tensor Definition of traction vector (1) Cauchy theorem (2) Equilibrium (3) Invariants (4) (5) (6) or, written in terms of principal

More information

SEMM Mechanics PhD Preliminary Exam Spring Consider a two-dimensional rigid motion, whose displacement field is given by

SEMM Mechanics PhD Preliminary Exam Spring Consider a two-dimensional rigid motion, whose displacement field is given by SEMM Mechanics PhD Preliminary Exam Spring 2014 1. Consider a two-dimensional rigid motion, whose displacement field is given by u(x) = [cos(β)x 1 + sin(β)x 2 X 1 ]e 1 + [ sin(β)x 1 + cos(β)x 2 X 2 ]e

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

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

Module-4. Mechanical Properties of Metals

Module-4. Mechanical Properties of Metals Module-4 Mechanical Properties of Metals Contents ) Elastic deformation and Plastic deformation ) Interpretation of tensile stress-strain curves 3) Yielding under multi-axial stress, Yield criteria, Macroscopic

More information

Nonlinear analysis in ADINA Structures

Nonlinear analysis in ADINA Structures Nonlinear analysis in ADINA Structures Theodore Sussman, Ph.D. ADINA R&D, Inc, 2016 1 Topics presented Types of nonlinearities Materially nonlinear only Geometrically nonlinear analysis Deformation-dependent

More information

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems. Prof. Dr. Eleni Chatzi Lecture ST1-19 November, 2015

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems. Prof. Dr. Eleni Chatzi Lecture ST1-19 November, 2015 The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems Prof. Dr. Eleni Chatzi Lecture ST1-19 November, 2015 Institute of Structural Engineering Method of Finite Elements II 1 Constitutive

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

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

Multi-mode revisited

Multi-mode revisited Multi-mode revisited Testing the application of shift factors S.J.M Hellenbrand 515217 MT 7.29 Coaches: Ir. L.C.A. van Breemen Dr. Ir. L.E. Govaert 2-7- 7 Contents Contents 1 Introduction 2 I Polymers

More information

Finite Element Modelling with Plastic Hinges

Finite Element Modelling with Plastic Hinges 01/02/2016 Marco Donà Finite Element Modelling with Plastic Hinges 1 Plastic hinge approach A plastic hinge represents a concentrated post-yield behaviour in one or more degrees of freedom. Hinges only

More information

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

Chapter 7. Highlights:

Chapter 7. Highlights: Chapter 7 Highlights: 1. Understand the basic concepts of engineering stress and strain, yield strength, tensile strength, Young's(elastic) modulus, ductility, toughness, resilience, true stress and true

More information

MITOCW MITRES2_002S10nonlinear_lec15_300k-mp4

MITOCW MITRES2_002S10nonlinear_lec15_300k-mp4 MITOCW MITRES2_002S10nonlinear_lec15_300k-mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources

More information

Software Verification

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

More information

SSNV221 Hydrostatic test with a behavior DRUCK_PRAGER linear and parabolic

SSNV221 Hydrostatic test with a behavior DRUCK_PRAGER linear and parabolic Titre : SSNV221 - Essai hydrostatique avec un comportement[...] Date : 08/08/2011 Page : 1/10 SSNV221 Hydrostatic test with a behavior DRUCK_PRAGER linear and parabolic Summary: The case test proposes

More information

Linear Static Analysis of a Simply-Supported Truss (SI)

Linear Static Analysis of a Simply-Supported Truss (SI) APPENDIX C Linear Static Analysis of a Simply-Supported Truss (SI) Objectives: Create a MSC.Nastran model comprised of CROD elements. Prepare a MSC.Nastran input file for a Linear Static analysis. Visualize

More information

Constitutive models: Incremental plasticity Drücker s postulate

Constitutive models: Incremental plasticity Drücker s postulate Constitutive models: Incremental plasticity Drücker s postulate if consistency condition associated plastic law, associated plasticity - plastic flow law associated with the limit (loading) surface Prager

More information

Aircraft Stress Analysis and Structural Design Summary

Aircraft Stress Analysis and Structural Design Summary Aircraft Stress Analysis and Structural Design Summary 1. Trusses 1.1 Determinacy in Truss Structures 1.1.1 Introduction to determinacy A truss structure is a structure consisting of members, connected

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

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

The Finite Element Method II

The Finite Element Method II [ 1 The Finite Element Method II Non-Linear finite element Use of Constitutive Relations Xinghong LIU Phd student 02.11.2007 [ 2 Finite element equilibrium equations: kinematic variables Displacement Strain-displacement

More information

Slender Structures Load carrying principles

Slender Structures Load carrying principles Slender Structures Load carrying principles Basic cases: Extension, Shear, Torsion, Cable Bending (Euler) v017-1 Hans Welleman 1 Content (preliminary schedule) Basic cases Extension, shear, torsion, cable

More information

Large Thermal Deflections of a Simple Supported Beam with Temperature-Dependent Physical Properties

Large Thermal Deflections of a Simple Supported Beam with Temperature-Dependent Physical Properties Large Thermal Deflections of a Simple Supported Beam with Temperature-Dependent Physical Properties DR. ŞEREF DOĞUŞCAN AKBAŞ Civil Engineer, Şehit Muhtar Mah. Öğüt Sok. No:2/37, 34435 Beyoğlu- Istanbul,

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

Stress analysis of a stepped bar

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

More information

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method 9210-203 Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method You should have the following for this examination one answer book No additional data is attached

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

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

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

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

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

Advanced model for soft soils. Modified Cam-Clay (MCC)

Advanced model for soft soils. Modified Cam-Clay (MCC) Advanced model for soft soils. Modified Cam-Clay (MCC) c ZACE Services Ltd August 2011 1 / 62 2 / 62 MCC: Yield surface F (σ,p c ) = q 2 + M 2 c r 2 (θ) p (p p c ) = 0 Compression meridian Θ = +π/6 -σ

More information

ALGORITHM FOR NON-PROPORTIONAL LOADING IN SEQUENTIALLY LINEAR ANALYSIS

ALGORITHM FOR NON-PROPORTIONAL LOADING IN SEQUENTIALLY LINEAR ANALYSIS 9th International Conference on Fracture Mechanics of Concrete and Concrete Structures FraMCoS-9 Chenjie Yu, P.C.J. Hoogenboom and J.G. Rots DOI 10.21012/FC9.288 ALGORITHM FOR NON-PROPORTIONAL LOADING

More information

DEVELOPMENT OF A CONTINUUM PLASTICITY MODEL FOR THE COMMERCIAL FINITE ELEMENT CODE ABAQUS

DEVELOPMENT OF A CONTINUUM PLASTICITY MODEL FOR THE COMMERCIAL FINITE ELEMENT CODE ABAQUS DEVELOPMENT OF A CONTINUUM PLASTICITY MODEL FOR THE COMMERCIAL FINITE ELEMENT CODE ABAQUS Mohsen Safaei, Wim De Waele Ghent University, Laboratory Soete, Belgium Abstract The present work relates to the

More information

DISPENSA FEM in MSC. Nastran

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

More information

Esben Byskov. Elementary Continuum. Mechanics for Everyone. With Applications to Structural Mechanics. Springer

Esben Byskov. Elementary Continuum. Mechanics for Everyone. With Applications to Structural Mechanics. Springer Esben Byskov Elementary Continuum Mechanics for Everyone With Applications to Structural Mechanics Springer Contents Preface v Contents ix Introduction What Is Continuum Mechanics? "I Need Continuum Mechanics

More information

TIME-DEPENDENT BEHAVIOR OF PILE UNDER LATERAL LOAD USING THE BOUNDING SURFACE MODEL

TIME-DEPENDENT BEHAVIOR OF PILE UNDER LATERAL LOAD USING THE BOUNDING SURFACE MODEL TIME-DEPENDENT BEHAVIOR OF PILE UNDER LATERAL LOAD USING THE BOUNDING SURFACE MODEL Qassun S. Mohammed Shafiqu and Maarib M. Ahmed Al-Sammaraey Department of Civil Engineering, Nahrain University, Iraq

More information

Mechanical Properties of Polymers. Scope. MSE 383, Unit 3-1. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept.

Mechanical Properties of Polymers. Scope. MSE 383, Unit 3-1. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Mechanical Properties of Polymers Scope MSE 383, Unit 3-1 Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Structure - mechanical properties relations Time-dependent mechanical

More information

Cable Tension APPENDIX D. Objectives: Demonstrate the use of elastic-plastic material properties. Create an enforced displacement on the model.

Cable Tension APPENDIX D. Objectives: Demonstrate the use of elastic-plastic material properties. Create an enforced displacement on the model. APPENDIX D Cable Tension Objectives: Demonstrate the use of elastic-plastic material properties. Create an enforced displacement on the model. Run an MSC.Nastran nonlinear static analysis. Create an accurate

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

MATERIAL MECHANICS, SE2126 COMPUTER LAB 4 MICRO MECHANICS. E E v E E E E E v E E + + = m f f. f f

MATERIAL MECHANICS, SE2126 COMPUTER LAB 4 MICRO MECHANICS. E E v E E E E E v E E + + = m f f. f f MATRIAL MCHANICS, S226 COMPUTR LAB 4 MICRO MCHANICS 2 2 2 f m f f m T m f m f f m v v + + = + PART A SPHRICAL PARTICL INCLUSION Consider a solid granular material, a so called particle composite, shown

More information

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Journal of Computational and Applied Mechanics, Vol.., No. 1., (2005), pp. 83 94 BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Vladimír Kutiš and Justín Murín Department

More information

UNLOADING OF AN ELASTIC-PLASTIC LOADED SPHERICAL CONTACT

UNLOADING OF AN ELASTIC-PLASTIC LOADED SPHERICAL CONTACT 2004 AIMETA International Tribology Conference, September 14-17, 2004, Rome, Italy UNLOADING OF AN ELASTIC-PLASTIC LOADED SPHERICAL CONTACT Yuri KLIGERMAN( ), Yuri Kadin( ), Izhak ETSION( ) Faculty of

More information

Reciprocal of the initial shear stiffness of the interface K si under initial loading; reciprocal of the initial tangent modulus E i of the soil

Reciprocal of the initial shear stiffness of the interface K si under initial loading; reciprocal of the initial tangent modulus E i of the soil Appendix F Notation a b B C c C k C N C s C u C wt C θ D r D 1 D 2 D 10 D 30 Reciprocal of the initial shear stiffness of the interface K si under initial loading; reciprocal of the initial tangent modulus

More information

Reference material Reference books: Y.C. Fung, "Foundations of Solid Mechanics", Prentice Hall R. Hill, "The mathematical theory of plasticity",

Reference material Reference books: Y.C. Fung, Foundations of Solid Mechanics, Prentice Hall R. Hill, The mathematical theory of plasticity, Reference material Reference books: Y.C. Fung, "Foundations of Solid Mechanics", Prentice Hall R. Hill, "The mathematical theory of plasticity", Oxford University Press, Oxford. J. Lubliner, "Plasticity

More information

Chapter 3 Variational Formulation & the Galerkin Method

Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 1 Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 2 Today s Lecture Contents: Introduction Differential formulation

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

Project. First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release

Project. First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release Project First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release Contents Units Model (A4, B4) o Geometry! Solid Bodies! Parts! Parts! Body Groups! Parts! Parts

More information

MECHANICS OF MATERIALS

MECHANICS OF MATERIALS Third E CHAPTER 2 Stress MECHANICS OF MATERIALS Ferdinand P. Beer E. Russell Johnston, Jr. John T. DeWolf Lecture Notes: J. Walt Oler Texas Tech University and Strain Axial Loading Contents Stress & Strain:

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

MATERIAL MODELS FOR CRUMB RUBBER AND TDA. California State University, Chico

MATERIAL MODELS FOR CRUMB RUBBER AND TDA. California State University, Chico MATERIAL MODELS FOR CRUMB RUBBER AND TDA California State University, Chico Waste Tire Products for CE Applications Whole Tires Tire Shreds (TDA) Crumb Rubber/Tire Buffings Whole Tires TIRE DERIVED AGGREGATE

More information

Analysis of Planar Truss

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

More information

Computational models of diamond anvil cell compression

Computational models of diamond anvil cell compression UDC 519.6 Computational models of diamond anvil cell compression A. I. Kondrat yev Independent Researcher, 5944 St. Alban Road, Pensacola, Florida 32503, USA Abstract. Diamond anvil cells (DAC) are extensively

More information

Modified Cam-clay triaxial test simulations

Modified Cam-clay triaxial test simulations 1 Introduction Modified Cam-clay triaxial test simulations This example simulates a series of triaxial tests which can be used to verify that Modified Cam-Clay constitutive model is functioning properly.

More information

Theoretical Manual Theoretical background to the Strand7 finite element analysis system

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

More information

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

Methods of Analysis. Force or Flexibility Method

Methods of Analysis. Force or Flexibility Method INTRODUCTION: The structural analysis is a mathematical process by which the response of a structure to specified loads is determined. This response is measured by determining the internal forces or stresses

More information

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

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

More information

Theory at a Glance (for IES, GATE, PSU)

Theory at a Glance (for IES, GATE, PSU) 1. Stress and Strain Theory at a Glance (for IES, GATE, PSU) 1.1 Stress () When a material is subjected to an external force, a resisting force is set up within the component. The internal resistance force

More information

MAAE 2202 A. Come to the PASS workshop with your mock exam complete. During the workshop you can work with other students to review your work.

MAAE 2202 A. Come to the PASS workshop with your mock exam complete. During the workshop you can work with other students to review your work. It is most beneficial to you to write this mock final exam UNDER EXAM CONDITIONS. This means: Complete the exam in 3 hours. Work on your own. Keep your textbook closed. Attempt every question. After the

More information

PSEUDO ELASTIC ANALYSIS OF MATERIAL NON-LINEAR PROBLEMS USING ELEMENT FREE GALERKIN METHOD

PSEUDO ELASTIC ANALYSIS OF MATERIAL NON-LINEAR PROBLEMS USING ELEMENT FREE GALERKIN METHOD Journal of the Chinese Institute of Engineers, Vol. 27, No. 4, pp. 505-516 (2004) 505 PSEUDO ELASTIC ANALYSIS OF MATERIAL NON-LINEAR PROBLEMS USING ELEMENT FREE GALERKIN METHOD Raju Sethuraman* and Cherku

More information

NUMERICAL ANALYSIS OF A PILE SUBJECTED TO LATERAL LOADS

NUMERICAL ANALYSIS OF A PILE SUBJECTED TO LATERAL LOADS IGC 009, Guntur, INDIA NUMERICAL ANALYSIS OF A PILE SUBJECTED TO LATERAL LOADS Mohammed Younus Ahmed Graduate Student, Earthquake Engineering Research Center, IIIT Hyderabad, Gachibowli, Hyderabad 3, India.

More information

Solid Mechanics Chapter 1: Tension, Compression and Shear

Solid Mechanics Chapter 1: Tension, Compression and Shear Solid Mechanics Chapter 1: Tension, Compression and Shear Dr. Imran Latif Department of Civil and Environmental Engineering College of Engineering University of Nizwa (UoN) 1 Why do we study Mechanics

More information

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers Abvanced Lab Course Dynamical-Mechanical Analysis (DMA) of Polymers M211 As od: 9.4.213 Aim: Determination of the mechanical properties of a typical polymer under alternating load in the elastic range

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

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

BIOEN LECTURE 18: VISCOELASTIC MODELS

BIOEN LECTURE 18: VISCOELASTIC MODELS BIOEN 326 2013 LECTURE 18: VISCOELASTIC MODELS Definition of Viscoelasticity. Until now, we have looked at time-independent behaviors. This assumed that materials were purely elastic in the conditions

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

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

2D Liquefaction Analysis for Bridge Abutment

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

More information

Nonlinear Analysis Of An EPDM Hydraulic Accumulator Bladder. Richard Kennison, Race-Tec

Nonlinear Analysis Of An EPDM Hydraulic Accumulator Bladder. Richard Kennison, Race-Tec Nonlinear Analysis Of An EPDM Hydraulic Accumulator Bladder Richard Kennison, Race-Tec Agenda Race-Tec Overview Accumulator Experimental Testing Material Testing Numerical Analysis: 1. Linear Buckling

More information

Practice Final Examination. Please initial the statement below to show that you have read it

Practice Final Examination. Please initial the statement below to show that you have read it EN175: Advanced Mechanics of Solids Practice Final Examination School of Engineering Brown University NAME: General Instructions No collaboration of any kind is permitted on this examination. You may use

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

Lecture 4 Implementing material models: using usermat.f. Implementing User-Programmable Features (UPFs) in ANSYS ANSYS, Inc.

Lecture 4 Implementing material models: using usermat.f. Implementing User-Programmable Features (UPFs) in ANSYS ANSYS, Inc. Lecture 4 Implementing material models: using usermat.f Implementing User-Programmable Features (UPFs) in ANSYS 1 Lecture overview What is usermat.f used for? Stress, strain and material Jacobian matrix

More information

Lecture #6: 3D Rate-independent Plasticity (cont.) Pressure-dependent plasticity

Lecture #6: 3D Rate-independent Plasticity (cont.) Pressure-dependent plasticity Lecture #6: 3D Rate-independent Plasticity (cont.) Pressure-dependent plasticity by Borja Erice and Dirk Mohr ETH Zurich, Department of Mechanical and Process Engineering, Chair of Computational Modeling

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