User-Materials in ANSYS

Size: px
Start display at page:

Download "User-Materials in ANSYS"

Transcription

1 User-Materials in ANSYS Holzapfel-Model l lfor Soft Tissues Prof. Dr.-Ing A. Fritsch

2 Possibilities of user programming ANSYS User Programmable Features (UPF) are capabilities you can use to write your own subroutines. This extents the usage of ANSYS to awider range of applications. An extensive description can be found in the ANSYS documentation, which is provided for download at the ANSYS customer portal. For UPF, the following manual is essential: Programmers Manual for ANSYS: Part I: Guide to interfacing with ANSYS Part II: Guide to ANSYS User Programmable Features 1 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

3 Possibilities of user programming There are different possibilities using UPF. Here are some examples (excerpt): Read into or fetch information from the ANSYS database Write your own commands. Manipulate various types of loads: BF or BFE loads, temperatures, pressures, convections, heat fluxes and so on. Create your own beam, plane, solid user element. Modify and monitor existing elements. Routines to customize material behavior for Plasticity, Hyperelasticity, Creep etc. most general routine therefore is USERMAT 2 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

4 Programming language ANSYS UPF subroutines are written in FORTRAN90 with some extensions (e.g. Cray-style pointers). However, most of the example subroutines are still written in FORTRAN77 Thus, you can choose your favorite language. 3 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

5 Compiler prerequisites: For the compilation process you need the appropriate compilers and compiler versions. The necessary information is given in the ANSYS Help Installation and Licensing Documentation. In the subfolder Platform Details you will find the information needed: E.g. on a 32-bit Windows XP platform you currently (ANSYS v12) need the Intel Fortran v10.1 1and MS Visual Studio 2005 compilers! 4 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

6 License prerequisites: The use of the ANSYS customization tools is only possible for certain types of licenses. These are (complete list): ANSYS Multiphysics ANSYS Mechanical ANSYS Structural ANSYS PrepPost ANSYS Emag ANSYS S Academic Associate ANSYS Academic Research ANSYS Academic Teaching Advanced ANSYS Academic Teaching Mechanical 5 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

7 Compiling and Linking Since ANSYS v12 you do have the choice between two compiling options (Windows): Link your routines into shared libraries (as discussed later). This will create a dynamic linked library *.dll. This option allows the use of UPFs in Workbench also! Compile and link your custom routines into the ANSYS program itself. This will create a new ANSYS executable (ansys.exe). You may need superuser or root privileges to run the procedure that does the linking! 6 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

8 Motivation for Holzapfels model: Arterial wall mechanics, major components Major components of a healthy elastic artery: (I) Intima: single layer of endothelial cells. For young individuals, it has only an insignificant contribution to wall mechanics. (M) Media: Muscle cells, elastin and collagen fibrils. Well-defined concentrically fiber-reinforced layers. Contributes significantly to wall stiffness at low pressures. (A) Adventitia: Consists of fibroblasts/fibrocytes (matrix) and thick kbundles of f collagen fibrils, il arranged in helical structures. Contributes significantly to the wall stiffness at higher pressure levels. 7 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

9 Constitutive model (Holzapfel et al. [1]) In [1], Holzapfel proposed a hyperelastic potential, which models each layer (media and adventitia), according to its histological information (e.g. fiber directions), as a fiber-reinforced reinforced composite. Each layer consist of two families of (collagen-) fibers which are arranged in symmetrical spirals. The isochoric part of the proposed strain-energy function is as follows: ( C, a01, a02) iso( C) aniso( C, a01, a02) The fiber directions a 01, a 02 ( a 01 = a 02 = 1) are incorporated as structural tensors and are defined as A 01 a 01 a 01, A a a [1] Holzapfel, G.A.; Gasser, T.C.; Ogden, R.W.: A new constitutive framework for arterial wall mechanics and a comparative study of material models. J. of Elasticity, vol. 61, p 1-48 (2000). 8 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

10 Constitutive model For the anisotropic part of the strain-energy, Holzapfel proposed the following ansatz: aniso ( I k k , I6) e 1 2k 2 i 4,6 I i For the isotropic part of the strain-energy function, a small extension to Holzapfels ansatz was made. This allows the material model to be used also in non-biological applications (e.g. industrial reinforced tubes). Implemented is iso 3 ( I 1, I 2 ) ci 0 I 1 3 c 01 I 2 i 1 i 3 9 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

11 Constitutive model Please note, that according to I T 4 C, a01 C A01 C a01 a01 a01f F a the two invariants i I 4 and I 6 are the squares of the fiber stretches t and therefore have a clear physical meaning! Furthermore, due to the wavy structure of the collagen fibers, the anisotropic part only contributes to the mechanical response if the fibers are extended. Therefore we have aniso Ii 2 S fi Ii C, Ii 1 i 4, 6 0, I 1 i 10 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

12 Constitutive model Although soft biological tissues can be always treated as incompressible, ANSYS USERMAT interface only allows for a nearly incompressible modeling. Therefore avolumetric (ANSYS-)part has to be added: vol 1 2 ( J ) J 1, J d det F d is a material parameter and can be identified with the initial bulk modulus K=2/d. Finally, the implemented strain-energy function is ( 6 C, A01, A02, J ) iso( I1, I2) aniso( I4, I ) vol ( J ) 11 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

13 Example: Fiber stresses 12 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

14 Example: Fiber angles 13 ANSYS Conference & 28. CADFEM Users` Meeting 2010, Aachen

15

16 -2-

17 Seminar notes of CADFEM GmbH CADFEM GmbH 2009 These seminar notes are in copyright. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior permission of CADFEM GmbH. -3-

18 -4-

19 -5-

20 -6-

21 -7-

22 -8-

23 -9-

24 -10 -

25 -11-

26 -12 -

27 -13 -

28 -14 -

29 -15 -

30 -16 -

31 -17 -

32 -18 -

33 -19 -

Lectures on. Constitutive Modelling of Arteries. Ray Ogden

Lectures on. Constitutive Modelling of Arteries. Ray Ogden Lectures on Constitutive Modelling of Arteries Ray Ogden University of Aberdeen Xi an Jiaotong University April 2011 Overview of the Ingredients of Continuum Mechanics needed in Soft Tissue Biomechanics

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

Nonlinear Equations for Finite-Amplitude Wave Propagation in Fiber-Reinforced Hyperelastic Media

Nonlinear Equations for Finite-Amplitude Wave Propagation in Fiber-Reinforced Hyperelastic Media Nonlinear Equations for Finite-Amplitude Wave Propagation in Fiber-Reinforced Hyperelastic Media Alexei F. Cheviakov Department of Mathematics and Statistics, University of Saskatchewan, Saskatoon, Canada

More information

AN ANISOTROPIC PSEUDO-ELASTIC MODEL FOR THE MULLINS EFFECT IN ARTERIAL TISSUE

AN ANISOTROPIC PSEUDO-ELASTIC MODEL FOR THE MULLINS EFFECT IN ARTERIAL TISSUE XI International Conference on Computational Plasticity. Fundamentals and Applications COMPLAS XI E. Oñate, D.R.J. Owen, D. Peric and B. Suárez (Eds) AN ANISOTROPIC PSEUDO-ELASTIC MODEL FOR THE MULLINS

More information

FETI Methods for the Simulation of Biological Tissues

FETI Methods for the Simulation of Biological Tissues SpezialForschungsBereich F 32 Karl Franzens Universita t Graz Technische Universita t Graz Medizinische Universita t Graz FETI Methods for the Simulation of Biological Tissues Ch. Augustin O. Steinbach

More information

Full-field measurements and identification for biological soft tissues: application to arteries in vitro

Full-field measurements and identification for biological soft tissues: application to arteries in vitro Centre for Health Engineering CNRS UMR 5146 INSERM IFR 143 Prof. Stéphane Avril Full-field measurements and identification for biological soft tissues: application to arteries in vitro using single-gage

More information

Modeling of Fiber-Reinforced Membrane Materials Daniel Balzani. (Acknowledgement: Anna Zahn) Tasks Week 2 Winter term 2014

Modeling of Fiber-Reinforced Membrane Materials Daniel Balzani. (Acknowledgement: Anna Zahn) Tasks Week 2 Winter term 2014 Institute of echanics and Shell Structures Faculty Civil Engineering Chair of echanics odeling of Fiber-Reinforced embrane aterials OOC@TU9 Daniel Balani (Acknowledgement: Anna Zahn Tasks Week 2 Winter

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

A new strain energy function for the hyperelastic modelling of ligaments and tendons

A new strain energy function for the hyperelastic modelling of ligaments and tendons A new strain energy function for the hyperelastic modelling of ligaments and tendons University of Manchester BMC-BAMC 2015 Anterior cruciate ligament reconstruction surgery Ligament and tendon hierarchical

More information

Elasticity Model for Blood Vessel

Elasticity Model for Blood Vessel Elasticity Model for Blood Vessel Violaine Louvet To cite this version: Violaine Louvet. Elasticity Model for Blood Vessel. study of different models of the mechanical non-linear stress-strain behaviour

More information

Constitutive Modeling of Biological Soft Tissues

Constitutive Modeling of Biological Soft Tissues Constitutive Modeling of Biological Soft Tissues Attila P. Nagy 1, David J. Benson 1, Vikas Kaul 2, Mark Palmer 2 1 Livermore Software Technology Corporation, Livermore, CA 94551, USA 2 Medtronic plc,

More information

COMPUTATION OF EIGENSTRESSES IN THREE-DIMENSIONAL PATIENT-SPECIFIC ARTERIAL WALLS

COMPUTATION OF EIGENSTRESSES IN THREE-DIMENSIONAL PATIENT-SPECIFIC ARTERIAL WALLS IS Computation - Biomechanics of eigenstresses and Computational in three-dimensional Modeling of Living patient-specific Tissue arterial walls XIII International Conference on Computational Plasticity.

More information

Mathematical Modelling of Biological Soft Tissues

Mathematical Modelling of Biological Soft Tissues Mathematical Modelling of Biological Soft Tissues 1., William J. Parnell 1., Barbara Lynch 2., Hazel R.C. Screen 3. and I. David Abrahams 4. 1. University of Manchester 2. Ecole Polytechnique 3. Queen

More information

MATERIAL ELASTIC ANISOTROPIC command

MATERIAL ELASTIC ANISOTROPIC command MATERIAL ELASTIC ANISOTROPIC command.. Synopsis The MATERIAL ELASTIC ANISOTROPIC command is used to specify the parameters associated with an anisotropic linear elastic material idealization. Syntax The

More information

A Numerical Model of Atherosclerotic Lesions in Human Arteries

A Numerical Model of Atherosclerotic Lesions in Human Arteries POLITECNICO DI MILANO A Numerical Model of Atherosclerotic Lesions in Human Arteries Anna Ferrara Università degli Studi di Pavia Dipartimento di Meccanica Strutturale Pavia, 19 ottobre 2009 Histology

More information

HOMOGENIZATION BASED MODELLING OF ARTERIAL WALL MECHANICS

HOMOGENIZATION BASED MODELLING OF ARTERIAL WALL MECHANICS HOMOGENIZATION BASED MODELLING OF ARTERIAL WALL MECHANICS Eduard ROHAN 1, Vladimír LUKEŠ 2 Abstract: A new approach to arterial wall modelling is discussed, which should take into account the mesoscopic

More information

Nonlinear Elasticity, Anisotropy, Material Stability and Residual stresses in Soft Tissue

Nonlinear Elasticity, Anisotropy, Material Stability and Residual stresses in Soft Tissue Nonlinear Elasticity, Anisotropy, Material Stability and Residual stresses in Soft Tissue R.W. Ogden Department of Mathematics, University of Glasgow Glasgow G 8QW, UK Email: rwo@maths.gla.ac.uk Home Page:

More information

Modelling Anisotropic, Hyperelastic Materials in ABAQUS

Modelling Anisotropic, Hyperelastic Materials in ABAQUS Modelling Anisotropic, Hyperelastic Materials in ABAQUS Salvatore Federico and Walter Herzog Human Performance Laboratory, Faculty of Kinesiology, The University of Calgary 2500 University Drive NW, Calgary,

More information

Finite Elements for Large Strains - A double mixed (M 2 ) Formulation

Finite Elements for Large Strains - A double mixed (M 2 ) Formulation Finite Elements for Large Strains - A double mixed (M 2 ) Formulation Motivation Development of user friendly elements robustness simple treatment of incompressible materials complex geometries geometrical

More information

GATE SOLUTIONS E N G I N E E R I N G

GATE SOLUTIONS E N G I N E E R I N G GATE SOLUTIONS C I V I L E N G I N E E R I N G From (1987-018) Office : F-16, (Lower Basement), Katwaria Sarai, New Delhi-110016 Phone : 011-65064 Mobile : 81309090, 9711853908 E-mail: info@iesmasterpublications.com,

More information

3D constitutive modeling of the passive heart wall

3D constitutive modeling of the passive heart wall 3D constitutive modeling of the passive heart wall Thomas S.E. Eriksson Institute of Biomechanics - Graz University of Technology Department of Biophysics - Medical University of Graz SFB status seminar,

More information

Release Notes Digimat 6.0.1

Release Notes Digimat 6.0.1 Release Notes Digimat 6.0.1 May 2015 p. 2 p. 3 p.4 p. 6 p. 7 p. 9 - p.10 1 P a g e C o p y r i g h t M S C S o f t w a r e B e l g i u m, 2015 New Capabilities Failure indicators o Temperature dependent

More information

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

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

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

Ramberg-Osgood Convertor. User Manual

Ramberg-Osgood Convertor. User Manual Ramberg-Osgood Convertor User Manual For Version: 1.0.5 Copyright 2010-2016 OPIMsoft Technology Co., Ltd. All Rights Reserved. INDEX 1 FUNCTION... 1 2 INSTALLATION... 4 3 HOW TO USE... 5 4 THEORY INSTRUCTION...

More information

MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL

MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL Major Maciej Major Izabela Czestochowa University of Technology, Faculty of Civil Engineering, Address ul. Akademicka 3, Częstochowa, Poland e-mail:

More information

Überblick von NX Nastran Multistep Nonlinear Solutions 401 und 402 Global Simcenter Portfolio Development Linz, 5.10.

Überblick von NX Nastran Multistep Nonlinear Solutions 401 und 402 Global Simcenter Portfolio Development Linz, 5.10. Überblick von NX Nastran Multistep Nonlinear Solutions 401 und 402 Martin.Kuessner@siemens.com Global Simcenter Portfolio Development Linz, 5.10.2018 Unrestricted Siemens AG 2018 Realize innovation. Simulation

More information

Advanced Simulation of Sealings CADFEM GmbH Rainer Rauch

Advanced Simulation of Sealings CADFEM GmbH Rainer Rauch Advanced Simulation of Sealings CADFEM GmbH Rainer Rauch Recent developments in ANSYS V12 for the simulation of sealings Element technology Material models Contact Robust design and optimization -1- New

More information

OPENING ANGLE OF HUMAN SAPHENOUS VEIN

OPENING ANGLE OF HUMAN SAPHENOUS VEIN Opening angle of human saphenous vein XIII International Conference on Computational Plasticity. Fundamentals and Applications COMPLAS XIII E. Oñate, D.R.J. Owen, D. Peric and M. Chiumenti (Eds) OPENING

More information

Crash and Impact Simulation of Composite Structures by Using CAE Process Chain

Crash and Impact Simulation of Composite Structures by Using CAE Process Chain Crash and Impact Simulation of Composite Structures by Using CAE Process Chain Madhukar Chatiri 1, Thorsten Schütz 2, Anton Matzenmiller 3, Ulrich Stelzmann 1 1 CADFEM GmbH, Grafing/Munich, Germany, mchatiri@cadfem.de

More information

Spline-Based Hyperelasticity for Transversely Isotropic Incompressible Materials

Spline-Based Hyperelasticity for Transversely Isotropic Incompressible Materials Paper 260 Civil-Comp Press, 2012 Proceedings of the Eleventh International Conference on Computational Structures Technology, B.H.V. Topping, (Editor), Civil-Comp Press, Stirlingshire, Scotland Spline-Based

More information

Numerical models of cerebral aneurysm biomechanics

Numerical models of cerebral aneurysm biomechanics ANEURISK PROJECT: LABORATORY OF BIOLOGICAL STRUCTURE MECHANICS www.labsmech.polimi.it Numerical models of cerebral aneurysm biomechanics Laura Socci, Dario Gastaldi, Giancarlo Pennati, Pasquale Vena Gabriele

More information

STRUCTURAL MULTI-MECHANISM MODEL WITH ANISOTROPIC DAMAGE FOR CEREBRAL ARTERIAL TISSUES AND ITS FINITE ELEMENT MODELING

STRUCTURAL MULTI-MECHANISM MODEL WITH ANISOTROPIC DAMAGE FOR CEREBRAL ARTERIAL TISSUES AND ITS FINITE ELEMENT MODELING STRUCTURAL MULTI-MECHANISM MODEL WITH ANISOTROPIC DAMAGE FOR CEREBRAL ARTERIAL TISSUES AND ITS FINITE ELEMENT MODELING by Dalong Li B.E., Xi an Jiaotong University, 1998 M.S., Shanghai Jiaotong University,

More information

LOCKING AND STABILITY OF 3D TEXTILE COMPOSITE REINFORCEMENTS DURING FORMING

LOCKING AND STABILITY OF 3D TEXTILE COMPOSITE REINFORCEMENTS DURING FORMING 10th International Conference on Composite Science and Technology ICCST/10 A.L. Araújo, J.R. Correia, C.M. Mota Soares, et al. (Editors) IDMEC 015 LOCKING AND STABILITY OF 3D TEXTILE COMPOSITE REINFORCEMENTS

More information

MODELING OF ELASTO-PLASTIC MATERIALS IN FINITE ELEMENT METHOD

MODELING OF ELASTO-PLASTIC MATERIALS IN FINITE ELEMENT METHOD MODELING OF ELASTO-PLASTIC MATERIALS IN FINITE ELEMENT METHOD Andrzej Skrzat, Rzeszow University of Technology, Powst. Warszawy 8, Rzeszow, Poland Abstract: User-defined material models which can be used

More information

Comparison of Ogden Two-network and Ogden Three-network Model as a Replacement for Kelvin Model in the Posture Module

Comparison of Ogden Two-network and Ogden Three-network Model as a Replacement for Kelvin Model in the Posture Module The National Center for Voice and Speech Online Technical Memo No.14, Apr. 12, version 2. Comparison of Ogden Two-network and Ogden Three-network Model as a Replacement for in the Posture Module Sree Harsha

More information

Crashworthy Design of Composite Structures Using CAE Process Chain

Crashworthy Design of Composite Structures Using CAE Process Chain 0 th European LS-DYNA Conference 205, Würzburg, Germany Crashworthy Design of Composite Structures Using CAE Process Chain Madhukar Chatiri, Thorsten Schuetz 2, Anton Matzenmiller 3 CADFEM GmbH, Grafing

More information

Nonlinear Structural Materials Module

Nonlinear Structural Materials Module Nonlinear Structural Materials Module User s Guide VERSION 4.4 Nonlinear Structural Materials Module User s Guide 998 203 COMSOL Protected by U.S. Patents 7,59,58; 7,596,474; 7,623,99; and 8,457,932. Patents

More information

ISO 178 INTERNATIONAL STANDARD. Plastics Determination of flexural properties. Plastiques Détermination des propriétés en flexion

ISO 178 INTERNATIONAL STANDARD. Plastics Determination of flexural properties. Plastiques Détermination des propriétés en flexion INTERNATIONAL STANDARD ISO 178 Fifth edition 2010-12-15 Plastics Determination of flexural properties Plastiques Détermination des propriétés en flexion Reference number ISO 178:2010(E) ISO 2010 PDF disclaimer

More information

FINITE ELEMENT ANALYSIS OF COMPOSITE MATERIALS

FINITE ELEMENT ANALYSIS OF COMPOSITE MATERIALS FINITE ELEMENT ANALYSIS OF COMPOSITE MATERIALS Ever J. Barbero Department of Mechanical and Aerospace Engineering West Virginia University USA CRC Press Taylor &.Francis Group Boca Raton London New York

More information

arxiv: v1 [physics.bio-ph] 20 Jan 2016

arxiv: v1 [physics.bio-ph] 20 Jan 2016 manuscript No. (will be inserted by the editor) A novel computational modelling to describe the anisotropic, remodelling and reorientation behaviour of collagen fibres in articular cartilage S. Cortez

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

On the use of the Bingham statistical distribution in microsphere-based constitutive models for arterial tissue

On the use of the Bingham statistical distribution in microsphere-based constitutive models for arterial tissue Manuscript Click here to view linked References 2. This manuscript version is made available under the CC-BY-NC-ND 4. license http:// creativecommons.org/licenses/by-nc-nd/4./ On the use of the Bingham

More information

HIGHLY ADAPTABLE RUBBER ISOLATION SYSTEMS

HIGHLY ADAPTABLE RUBBER ISOLATION SYSTEMS th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 746 HIGHLY ADAPTABLE RUBBER ISOLATION SYSTEMS Luis DORFMANN, Maria Gabriella CASTELLANO 2, Stefan L. BURTSCHER,

More information

in this web service Cambridge University Press

in this web service Cambridge University Press CONTINUUM MECHANICS This is a modern textbook for courses in continuum mechanics. It provides both the theoretical framework and the numerical methods required to model the behavior of continuous materials.

More information

LAMSS-COMPOSITES. Note: MATLAB compiler runtime 9.1 is required to run LAMSS_COMPOSITES_V1.0. Step2: Download LAMSS-COMPOSITES_V1.zip.

LAMSS-COMPOSITES. Note: MATLAB compiler runtime 9.1 is required to run LAMSS_COMPOSITES_V1.0. Step2: Download LAMSS-COMPOSITES_V1.zip. LAMSS-COMPOSITES 1.1 INSTALLATION Note: MATLAB compiler runtime 9.1 is required to run LAMSS_COMPOSITES_V1.0 Step1: Download MCRinstaller91.zip. Unzip and install MCRinstaller.exe. Step2: Download LAMSS-COMPOSITES_V1.zip.

More information

Effects of Aging on the Mechanical Behavior of Human Arteries in Large Deformations

Effects of Aging on the Mechanical Behavior of Human Arteries in Large Deformations International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 5, 2016, pp. 57-67. ISSN 2454-3896 International Academic Journal of Science

More information

Vascular Biomechanics Functional Adaptation, Anisotropy and Seeds of Micromechanics

Vascular Biomechanics Functional Adaptation, Anisotropy and Seeds of Micromechanics Vascular Biomechanics Functional Adaptation, Anisotropy and Seeds of Micromechanics Thesis submitted in partial fulfillment of the requirements for the degree of "DOCTOR OF PHILOSOPHY" By Ilia Hariton

More information

Mechanical identification of hyperelastic anisotropic properties of mouse carotid arteries

Mechanical identification of hyperelastic anisotropic properties of mouse carotid arteries Mechanical identification of hyperelastic anisotropic properties of mouse carotid arteries Pierre Badel, Stéphane Avril, Susan Lessner, Michael Sutton To cite this version: Pierre Badel, Stéphane Avril,

More information

MATERIAL PROPERTIES. Material Properties Must Be Evaluated By Laboratory or Field Tests 1.1 INTRODUCTION 1.2 ANISOTROPIC MATERIALS

MATERIAL PROPERTIES. Material Properties Must Be Evaluated By Laboratory or Field Tests 1.1 INTRODUCTION 1.2 ANISOTROPIC MATERIALS . MARIAL PROPRIS Material Properties Must Be valuated By Laboratory or Field ests. INRODUCION he fundamental equations of structural mechanics can be placed in three categories[]. First, the stress-strain

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

Composite Structural Mechanics using MATLAB

Composite Structural Mechanics using MATLAB Session 2520 Composite Structural Mechanics using MATLAB Oscar Barton, Jr., Jacob B. Wallace United States Naval Academy Annapolis, Md 21402 Abstract In this paper MATLAB is adopted as the programming

More information

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool Geo-Environmental Cartography and Remote Sensing Group http://cgat.webs.upv.es/software/ Universitat Politècnica de València Introduction

More information

Characterisation and Modelling of a Melt-Extruded LDPE Closed Cell Foam

Characterisation and Modelling of a Melt-Extruded LDPE Closed Cell Foam Characterisation and Modelling of a Melt-Extruded LDPE Closed Cell Foam Qusai Hatem Jebur 1,a, Philip Harrrison 1,b, Zaoyang Guo,c, Gerlind Schubert 1,d & Vincent Navez 3,e 1 School of Engineering, University

More information

Our true, holographic blueprint of the human matrix system

Our true, holographic blueprint of the human matrix system ABIGAIL S INSIGHTS THE SOVEREIGN HUMAN MATRIX TEMPLATE Our true, holographic blueprint of the human matrix system ABIGAIL PATTMAN All rights reserved. No part of this publication may be copied, reproduced,

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 18437-1 First edition 2012-08-15 Mechanical vibration and shock Characterization of the dynamic mechanical properties of visco-elastic materials Part 1: Principles and guidelines

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

APPLIED STRESS ANALYSIS OF PLASTICS. A Mechanical Engineering Approach

APPLIED STRESS ANALYSIS OF PLASTICS. A Mechanical Engineering Approach APPLIED STRESS ANALYSIS OF PLASTICS A Mechanical Engineering Approach APPLIED STRESS ANAL YSIS OFPLASTICS A Mechanical Engineering Approach S.I. Krishnamachari L.J. Broutman & Associates, Ltd. Chicago,

More information

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

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

More information

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

Modeling Fracture and Failure with Abaqus

Modeling Fracture and Failure with Abaqus Modeling Fracture and Failure with Abaqus Day 1 Lecture 1 Lecture 2 Lecture 3 Workshop 1 Workshop 2 Basic Concepts of Fracture Mechanics Modeling Cracks Fracture Analysis Crack in a Three-point Bend Specimen

More information

Effect of Specimen Dimensions on Flexural Modulus in a 3-Point Bending Test

Effect of Specimen Dimensions on Flexural Modulus in a 3-Point Bending Test Effect of Specimen Dimensions on Flexural Modulus in a 3-Point Bending Test M. Praveen Kumar 1 and V. Balakrishna Murthy 2* 1 Mechanical Engineering Department, P.V.P. Siddhartha Institute of Technology,

More information

Permafrost Thawing and Deformations

Permafrost Thawing and Deformations 1 Introduction Permafrost Thawing and Deformations There is a huge interest in the effects of global warming on permafrost regions. One aspect of this is what degree of deformation may be expected if historically

More information

Earthquake and Volcano Deformation

Earthquake and Volcano Deformation Earthquake and Volcano Deformation Paul Segall Stanford University Draft Copy September, 2005 Last Updated Sept, 2008 COPYRIGHT NOTICE: To be published by Princeton University Press and copyrighted, c

More information

Journal of Biomechanics

Journal of Biomechanics Journal of Biomechanics 45 (2012) 2577 2588 Contents lists available at SciVerse ScienceDirect Journal of Biomechanics journal homepage: www.elsevier.com/locate/jbiomech www.jbiomech.com Effects of pressure

More information

Reaxys Pipeline Pilot Components Installation and User Guide

Reaxys Pipeline Pilot Components Installation and User Guide 1 1 Reaxys Pipeline Pilot components for Pipeline Pilot 9.5 Reaxys Pipeline Pilot Components Installation and User Guide Version 1.0 2 Introduction The Reaxys and Reaxys Medicinal Chemistry Application

More information

Technology that counts

Technology that counts Application Note No. 102 Version 1.3 Determination of Sperm Density in Ejaculates from Bulls Application This Application Note describes how sperm cell density in ejaculates from bulls can be determined

More information

14 - hyperelastic materials. me338 - syllabus hyperelastic materials hyperelastic materials. inflation of a spherical rubber balloon

14 - hyperelastic materials. me338 - syllabus hyperelastic materials hyperelastic materials. inflation of a spherical rubber balloon me338 - syllabus holzapfel nonlinear solid mechanics [2000], chapter 6, pages 205-305 1 2 isotropic hyperelastic materials inflation of a spherical rubber balloon cauchy stress invariants in terms of principal

More information

3-dimensional joint torque calculation of compression sportswear using 3D-CG human model

3-dimensional joint torque calculation of compression sportswear using 3D-CG human model 3-dimensional joint torque calculation of compression sportswear using 3D-CG human model Akihiro Matsuda, University of Tsukuba Hirokazu Tanaka, University of Tsukuba Hitoshi Aoki, University of Tsukuba

More information

VISCOELASTIC PROPERTIES OF FILLED RUBBER. EXPERIMENTAL OBSERVATIONS AND MATERIAL MODELLING

VISCOELASTIC PROPERTIES OF FILLED RUBBER. EXPERIMENTAL OBSERVATIONS AND MATERIAL MODELLING Engineering MECHANICS, Vol. 14, 2007, No. 1/2, p. 81 89 81 VISCOELASTIC PROPERTIES OF FILLED RUBBER. EXPERIMENTAL OBSERVATIONS AND MATERIAL MODELLING Bohdana Marvalova* The paper presents an application

More information

ISO 178 INTERNATIONAL STANDARD. Plastics Determination of flexural properties. Plastiques Détermination des propriétés en flexion

ISO 178 INTERNATIONAL STANDARD. Plastics Determination of flexural properties. Plastiques Détermination des propriétés en flexion INTERNATIONAL STANDARD ISO 178 Fourth edition 2001-12-15 Plastics Determination of flexural properties Plastiques Détermination des propriétés en flexion Reference number ISO 2001 PDF disclaimer This PDF

More information

Characterization of Viscoelastic Behaviors in Bovine Pulmonary Arterial Tissue

Characterization of Viscoelastic Behaviors in Bovine Pulmonary Arterial Tissue University of Colorado, Boulder CU Scholar Mechanical Engineering Graduate Theses & Dissertations Mechanical Engineering Spring 1-1-2011 Characterization of Viscoelastic Behaviors in Bovine Pulmonary Arterial

More information

Simple shear is not so simple

Simple shear is not so simple Simple shear is not so simple Michel Destrade ab, Jerry G. Murphy c, Giuseppe Saccomandi d, a School of Mathematics, Statistics and Applied Mathematics, National University of Ireland Galway, University

More information

ENGINEERING MECHANICS

ENGINEERING MECHANICS ENGINEERING MECHANICS Engineering Mechanics Volume 2: Stresses, Strains, Displacements by C. HARTSUIJKER Delft University of Technology, Delft, The Netherlands and J.W. WELLEMAN Delft University of Technology,

More information

Comparison of Ply-wise Stress-Strain results for graphite/epoxy laminated plate subjected to in-plane normal loads using CLT and ANSYS ACP PrepPost

Comparison of Ply-wise Stress-Strain results for graphite/epoxy laminated plate subjected to in-plane normal loads using CLT and ANSYS ACP PrepPost Comparison of Ply-wise Stress-Strain results for graphite/epoxy laminated plate subjected to in-plane normal loads using CLT and ANSYS ACP PrepPost 1 Mihir A. Mehta, 2 Satyen D. Ramani 1 PG Student, Department

More information

Mechanics PhD Preliminary Spring 2017

Mechanics PhD Preliminary Spring 2017 Mechanics PhD Preliminary Spring 2017 1. (10 points) Consider a body Ω that is assembled by gluing together two separate bodies along a flat interface. The normal vector to the interface is given by n

More information

A note on finite elastic deformations of fibre-reinforced non-linearly elastic tubes

A note on finite elastic deformations of fibre-reinforced non-linearly elastic tubes Arch. Mech., 67, 1, pp. 95 109, Warszawa 2015 Brief Note A note on finite elastic deformations of fibre-reinforced non-linearly elastic tubes M. EL HAMDAOUI, J. MERODIO Department of Continuum Mechanics

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

Constitutive models. Constitutive model: determines P in terms of deformation

Constitutive models. Constitutive model: determines P in terms of deformation Constitutive models Constitutive model: determines P in terms of deformation Elastic material: P depends only on current F Hyperelastic material: work is independent of path strain energy density function

More information

An Analytical Study on Mechanical Behavior of Human Arteries A Nonlinear Elastic Double Layer Model Amin Safi Jahanshahi a,b, Ali Reza Saidi a1

An Analytical Study on Mechanical Behavior of Human Arteries A Nonlinear Elastic Double Layer Model Amin Safi Jahanshahi a,b, Ali Reza Saidi a1 An Analytical Study on Mechanical Behavior of Human Arteries A Nonlinear Elastic Double Layer Model Amin Safi Jahanshahi a,b, Ali Reza Saidi a a Department of Mechanical Engineering, Shahid Bahonar University,

More information

Technology that counts

Technology that counts Application Note No. 100 Version 1.3 Determination of Sperm Density in Ejaculates from Boars Application This Application Note describes how sperm cell density in ejaculates from boars can be determined

More information

COSSERAT THEORIES: SHELLS, RODS AND POINTS

COSSERAT THEORIES: SHELLS, RODS AND POINTS COSSERAT THEORIES: SHELLS, RODS AND POINTS SOLID MECHANICS AND ITS APPLICATIONS Volume 79 Series Editor: G.M.L. GLADWELL Department of Civil Engineering University of Waterloo Waterloo, Ontario, Canada

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

Continuum Mechanics and Theory of Materials

Continuum Mechanics and Theory of Materials Peter Haupt Continuum Mechanics and Theory of Materials Translated from German by Joan A. Kurth Second Edition With 91 Figures, Springer Contents Introduction 1 1 Kinematics 7 1. 1 Material Bodies / 7

More information

Microplane Model formulation ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary

Microplane Model formulation ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Microplane Model formulation 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Table of Content Engineering relevance Theory Material model input in ANSYS Difference with current concrete

More information

Module 7: Micromechanics Lecture 34: Self Consistent, Mori -Tanaka and Halpin -Tsai Models. Introduction. The Lecture Contains. Self Consistent Method

Module 7: Micromechanics Lecture 34: Self Consistent, Mori -Tanaka and Halpin -Tsai Models. Introduction. The Lecture Contains. Self Consistent Method Introduction In this lecture we will introduce some more micromechanical methods to predict the effective properties of the composite. Here we will introduce expressions for the effective properties without

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

BECAS - an Open-Source Cross Section Analysis Tool

BECAS - an Open-Source Cross Section Analysis Tool BECAS - an Open-Source Cross Section Analysis Tool José P. Blasques and Robert D. Bitsche Presented at DTU Wind Energy stand at the EWEA 2012 conference, Copenhagen, 16.4.2012 BECAS-DTUWind@dtu.dk Motivation

More information

Deficiencies in numerical models of anisotropic nonlinearly elastic materials

Deficiencies in numerical models of anisotropic nonlinearly elastic materials Biomech Model Mechanobiol 203 2:78 79 DOI 0.007/s0237-02-0442-3 ORIGINAL PAPER Deficiencies in numerical models of anisotropic nonlinearly elastic materials A. Ní Annaidh M. Destrade M. D. Gilchrist J.

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

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

Simulation of Thermomechanical Couplings of Viscoelastic Materials

Simulation of Thermomechanical Couplings of Viscoelastic Materials Simulation of Thermomechanical Couplings of Viscoelastic Materials Frank Neff 1, Thomas Miquel 2, Michael Johlitz 1, Alexander Lion 1 1 Institute of Mechanics Faculty for Aerospace Engineering Universität

More information

A FACE-BASED SMOOTHED FINITE ELEMENT METHOD FOR HYPERELASTIC MODELS AND TISSUE GROWTH

A FACE-BASED SMOOTHED FINITE ELEMENT METHOD FOR HYPERELASTIC MODELS AND TISSUE GROWTH th World Congress on Computational Mechanics (WCCM XI) 5th European Conference on Computational Mechanics (ECCM V) 6th European Conference on Computational Fluid Dynamics (ECFD VI) E. Oñate, J. Oliver

More information

Propagation of dissection in a residually-stressed artery model

Propagation of dissection in a residually-stressed artery model Biomech Model Mechanobiol (2017) 16:139 149 DOI 10.1007/s10237-016-0806-1 ORIGINAL PAPER Propagation of dissection in a residually-stressed artery model Lei Wang 1 Steven M. Roper 1 Nicholas A. Hill 1

More information

Chaboche Nonlinear Kinematic Hardening Model

Chaboche Nonlinear Kinematic Hardening Model Model Sheldon Imaoka Memo Number: STI85A ANSYS Release:.. May 4, 8 Introduction The Chaboche nonlinear kinematic hardening model was added in ANSYS 5.6 to complement the existing isotropic and kinematic

More information

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

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

More information

Authors: Correspondence: ABSTRACT:

Authors: Correspondence: ABSTRACT: Multi-Scale Modeling of the Impact and Failure of Fiber Reinforced Polymer Structures using DIGIMAT to LS-DYNA Interface Authors: L. Adam, R. Assaker & R. Ramaya e-xstream engineering S.A. 7, Rue du Bosquet.

More information

Mechanical and Thermal Properties of Coir Fiber Reinforced Epoxy Composites Using a Micromechanical Approach

Mechanical and Thermal Properties of Coir Fiber Reinforced Epoxy Composites Using a Micromechanical Approach Mechanical and Thermal Properties of Coir Fiber Reinforced Epoxy Composites Using a Micromechanical Approach Sandhyarani Biswas Department of Mechanical Engineering, N.I.T Rourkela, INDIA Abstract: Now-a-days,

More information

Four-Pan Algebra Balance

Four-Pan Algebra Balance Four-Pan Algebra Balance By Dr. George Kung and Ken Vicchiollo A Guide to Teaching Strategies, Activities, and Ideas ETA 20285B 2 INTRODUCTION I hear... and I forget I see... and I remember I do... and

More information