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

Size: px
Start display at page:

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

Transcription

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

2 inflation of a spherical rubber balloon inflation of a spherical rubber balloon % cauchy stress vs stretch plot % loop over all stretches lambda from 1.0 to 10.0 for i=1:901 lam(i) = 1.0+(i-1)/100; sig_og(i) = m1_og * (lam(i)^a1_og-lam(i)^(-2*a1_og))... + m2_og * (lam(i)^a2_og-lam(i)^(-2*a2_og))... + m3_og * (lam(i)^a3_og-lam(i)^(-2*a3_og)); sig_mr(i) = m1_mr * (lam(i)^a1_mr-lam(i)^(-2*a1_mr))... + m2_mr * (lam(i)^a2_mr-lam(i)^(-2*a2_mr)); sig_nh(i) = m1_nh * (lam(i)^a1_nh-lam(i)^(-2*a1_nh)); sig_vg(i) = m1_vg * (lam(i)^a1_vg-lam(i)^(-2*a1_vg)); plot(lam,sig_og/10^6,'-k','linewidth',2.0) plot(lam,sig_mr/10^6,'-k','linewidth',2.0) plot(lam,sig_nh/10^6,'-k','linewidth',2.0) plot(lam,sig_vg/10^6,'-k','linewidth',2.0) mooney rivlin ogden neo hooke varga 5 6 inflation of a spherical rubber balloon inflation of a spherical rubber balloon mooney rivlin ogden neo hooke varga % pressure vs stretch plot % loop over all stretches lambda from 1.0 to 10.0 for i=1:901 lam(i) = 1.0+(i-1)/100; p_og(i) = 2*H/R *(m1_og * (lam(i)^(a1_og-3)-lam(i)^(-2*a1_og-3))... + m2_og * (lam(i)^(a2_og-3)-lam(i)^(-2*a2_og-3))... + m3_og * (lam(i)^(a3_og-3)-lam(i)^(-2*a3_og-3))); p_mr(i) = 2*H/R *(m1_mr * (lam(i)^(a1_mr-3)-lam(i)^(-2*a1_mr-3))... + m2_mr * (lam(i)^(a2_mr-3)-lam(i)^(-2*a2_mr-3))); p_nh(i) = 2*H/R *(m1_nh * (lam(i)^(a1_nh-3)-lam(i)^(-2*a1_nh-3))); p_vg(i) = 2*H/R *(m1_vg * (lam(i)^(a1_vg-3)-lam(i)^(-2*a1_vg-3))); plot(lam,p_og/10^2,'-k','linewidth',2.0) plot(lam,p_mr/10^2,'-k','linewidth',2.0) plot(lam,p_nh/10^2,'-k','linewidth',2.0) plot(lam,p_vg/10^2,'-k','linewidth',2.0) 7 8

3 inflation of a spherical rubber balloon inflation of a spherical rubber balloon mooney rivlin ogden mooney rivlin ogden neo hooke varga neo hooke varga 9 10 mitral valve leaflet kinematic controversy ex vivo strains ~35% (left heart simulator) in vivo strains ~12% (sonomicrometry/videofluoroscopy) ex vivo strain vs time in vivo strain vs time 30% 12% 20% 8% 10% 4% 0% 0% jimenez et al. [2007] rausch et al. [2011] why are strains in vivo 3x smaller than ex vivo? 11 12

4 equilibrium controversy constitutive controversy ex vivo failure stress ~900 kpa (biaxial testing) in vivo stress ~3,000 kpa (videofluoroscopy/fe analysis) ex vivo stiffness E circ 40kPa/4MPa and E rad 10kPa/1MPa in vivo stiffeness E circ 40MPa and E rad 10MPa [kpa] 800 ex vivo stress vs strain [kpa] 3200 in vivo stress vs strain [kpa] 800 ex vivo stress vs strain [kpa] 3200 in vivo stress vs strain 600 radial circ rad 2400 circ rad 600 circ rad 2400 circ rad grande allen et al. [2005] 0 krishnamurthy et al. [2009] 0 sacks et al. [2000], grande allen et al. [2005] 0 krishnamurthy et al. [2009] why are stresses in vivo 3x larger than ex vivo? 13 mitral valve leaflet why is stiffness in vivo 1000x larger than ex vivo? 14 hemodynamics - pressure 120 average left ventricular pressure [mmhg] ED EIVC ES EIVR normalized cardiac cycle figure. left ventricular pressure averaged over 57 animals. the simulation is performed at eight discrete time points during isovolumetric relaxation. the arrow indicates the direction of the simulation going backward in time from isovolumetric relaxation to systole

5 transversely isotropic incompressible transversely isotropic incompressible incompressible material volumetric part isochoric part fiber orientation transversely isotropic material structural tensor with transversely isotropic incompressible example 01 - neo hooke model volumetric part isochoric part with and 19 20

6 example 02 - may newman model example 03 - holzapfel model with with transversely isotropic incompressible uniaxial stretching of anisotropic sheet! neo hooke - isotropic c 0! may newman - anisotropic, coupled c 0, c 1, c 2! holzapfel - anisotropic, decoupled c 0, c 1, c 2 may newman, yin [1998], holzapfel, gasser, ogden [2000] 23 methods function [] = UniAxialTest() lambda1 = [1:0.001:2.0]; lambda2 = lambda1; %%% material parameters %%%%%%%%%%% % neo hooke model c0_neo = ; % may-newman model c0_may = ; c1_may = ; c2_may = ; % holzapfel model c0_hlz = ; c1_hlz = ; c2_hlz = 97.44; % experiment c0_exp = 52.0; c1_exp = 4.63; c2_exp = 22.6; 24

7 uniaxial stretching of anisotropic sheet uniaxial stretching of anisotropic sheet %% derivatives of free energy wrt invariants %%%%%%%% function [Ppsi1] = psi1_neo(c0,i1,i4) psi1 = c0; function [psi1] = psi1_may(c0,c1,c2,i1,i4) psi1 = c0.*exp(c1.*(i1-3).^2+c2.*(i4-1).^2)*2*c1.*(i1-3); function [psi4] = psi4_may(c0,c1,c2,i1,i4) psi4 = c0.*exp(c1.*(i1-3).^2+c2.*(i4-1).^2).*2.*c2.*(i4-1); function [psi1] = psi1_hlz(c0,c1,c2,i1,i4) psi1 = c0; function [psi4] = psi4_hlz(c0,c1,c2,i1,i4) psi4 = c1.*(i4-1).* exp(c2.*(i4-1).^2); 25 %% stress-stretch in fiber direction %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% I1 = lambda1.^2 + 2./lambda1; I4 = lambda1.^2; % neo-hooke model neo_sigma_11 = 2.* psi1_neo(c0_neo,i1,i4) * (lambda1.^2-1./lambda1); % may-newman model may_sigma_11 = 2.*psi1_may(c0_may,c1_may,c2_may,I1,I4).* (lambda1.^2-1./lambda1) + 2.* psi4_may(c0_may,c1_may,c2_may,i1,i4).* lambda1.^2; % holzapfel model hlz_sigma_11 = 2.* psi1_hlz(c0_hlz,c1_hlz,c2_hlz,i1,i4).* (lambda1.^2-1./lambda1) * psi4_hlz(c0_hlz,c1_hlz,c2_hlz,i1,i4).* lambda1.^2; % experiment exp_sigma_11 = 2.* psi1_may(c0_exp,c1_exp,c2_exp,i1,i4).* (lambda1.^2-1./lambda1) + 2.* psi4_may(c0_exp,c1_exp,c2_exp,i1,i4).* lambda1.^2; plot(lambda1, neo_sigma_11/10^9,'r-','linewidth',2.0) plot(lambda1, may_sigma_11/10^9,'b-','linewidth',2.0) plot(lambda1, hlz_sigma_11/10^9,'g-','linewidth',2.0) plot(lambda1, exp_sigma_11/10^9,'k-','linewidth',2.0) 26 uniaxial stretching of anisotropic sheet uniaxial stretching of anisotropic sheet %% stress-stretch relation in cross-fiber direction %%%%%%%%%%%%%%%%%%%%%% I1 = lambda2.^2 + 2./lambda2; I4 = 1./lambda2; % neo-hooke model neo_sigma_22 = 2.* psi1_neo(c0_neo,i1,i4).* (lambda2.^2-1./lambda2); % may-newman model may_sigma_22=2.*psi1_may(c0_may,c1_may,c2_may,i1,i4).* (lambda2.^2-1./lambda2); % holzapfel model hlz_sigma_22 = 2.* psi1_hlz(c0_hlz,c1_hlz,c2_hlz,i1,i4).* (lambda2.^2-1./lambda2); % experiment exp_sigma_22 = 2.* psi1_may(c0_exp,c1_exp,c2_exp,i1,i4).* (lambda2.^2-1./lambda2); plot(lambda1, hlz_sigma_22/10^9,'g-','linewidth',2.0) plot(lambda1, may_sigma_22/10^9,'b-','linewidth',2.0) plot(lambda1, neo_sigma_22/10^9,'r-','linewidth',2.0) plot(lambda1, exp_sigma_22/10^9,'k-','linewidth',2.0) 27 28

8 uniaxial stretching of anisotropic sheet parameter identification initialize current parameter set update animal experiment finite element analysis objective function genetic algorithm LVP convergence? yes final parameter set no rausch, famaey, shultz, bothe, miller, kuhl [2013] sensitivity - discretization sensitivity - chord position & number 30 elements 120 elements 480 elements 1920 elements 7680 elements belly deflection vs no of elems close to annulus and commissures = 77.5 MPa close to annulus and midline = 85.0 MPa chordae close to free edge = 63.7 MPa single cord close to free edge = 65.4 MPa 1920 convergence upon mesh refinement insensitive to chordae position 31 32

9 sensitivity - chordae stiffness sensitivity - leaflet thickness leaflet stiffness [MPa] vs chord stiffness [MPa] leaflet stiffness [MPa] vs leaflet thickness[mm] moderately sensitive to chordae stiffness sensitive to leaflet thickness sensitivity - leaflet thickness coupled anisotropic model constant thickness deformation error [mm] optimized thickness [mm] optimized bing stiffness[nmm 2 ] nodal error -1.0mm +1.0mm c 0 = 119,020.7kPa c 1 = c 2 = leaflet thickness is physiologically optimized why is stiffness in vivo 1000x larger than ex vivo? may newman, yin [1998], rausch, famaey, shultz, bothe, miller, kuhl [2013] 35 36

10 decoupled anisotropic model what s the influence of prestrain? nodal error in vivo min LVP in vivo max LVP -1.0mm +1.0mm c 0 = 18,364.4kPa c 1 = 2,499,419.2kPa c 2 = 97.4 why is stiffness in vivo 100x larger than ex vivo? holzapfel, gasser, ogden [2000], rausch, famaey, shultz, bothe, miller, kuhl [2013] what s the influence of prestrain? 37 rad circ ex vivo amini, eckert, koomalsingh, mcgarvey, minakawa, gorman, gorman, sacks [2012] what s the influence of prestrain? 38 in vivo min LVP λ = 1.21 in vivo max LVP ex vivo rad circ λ p = 1.32 λ e = 1.60 amini, eckert, koomalsingh, mcgarvey, minakawa, gorman, gorman, sacks [2012] rausch, famaey, shultz, bothe, miller, kuhl [2013] 39 40

11 what s the influence of prestrain? stiffening effect of prestrain begley & macking [2004], zamir & taber [2004], rausch & kuhl [2013] begley & macking [2004], zamir & taber [2004], rausch & kuhl [2013] what s the influence of prestrain? parameter identification w/prestrain 70% 100% may newman, yin [1998], rausch, kuhl [2013] 43 44

12 stress vs elastic stretch stress vs total stretch rausch & kuhl [2013] rausch & kuhl [2013] parameter identification w/prestrain what s the effect of prestrain? stiffness is significantly larger in vivo than ex vivo concept of prestrain may explain this controversy prestrain is conceptually simpler than residual stress ex vivo testing alone tells us little about in vivo behavior likely true for thin biological membranes in general in vivo stiffness = ex vivo stiffness may newman, yin [1998], rausch, kuhl [2013] 47 48

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

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

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

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

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

2.1 Strain energy functions for incompressible materials

2.1 Strain energy functions for incompressible materials Chapter 2 Strain energy functions The aims of constitutive theories are to develop mathematical models for representing the real behavior of matter, to determine the material response and in general, to

More information

Determination of Mechanical Properties of Elastomers Using Instrumented Indentation

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

More information

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

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

A FAILURE CRITERION FOR POLYMERS AND SOFT BIOLOGICAL MATERIALS

A FAILURE CRITERION FOR POLYMERS AND SOFT BIOLOGICAL MATERIALS Material Technology A FALURE CRTERON FOR POLYMERS AND SOFT BOLOGCAL MATERALS Authors: William W. Feng John O. Hallquist Livermore Software Technology Corp. 7374 Las Positas Road Livermore, CA 94550 USA

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

Biomechanics. Soft Tissue Biomechanics

Biomechanics. Soft Tissue Biomechanics Biomechanics cross-bridges 3-D myocardium ventricles circulation Image Research Machines plc R* off k n k b Ca 2+ 0 R off Ca 2+ * k on R* on g f Ca 2+ R0 on Ca 2+ g Ca 2+ A* 1 A0 1 Ca 2+ Myofilament kinetic

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

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

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

A Review On Methodology Of Material Characterization And Finite Element Modelling Of Rubber-Like Materials

A Review On Methodology Of Material Characterization And Finite Element Modelling Of Rubber-Like Materials IOSR Journal of Engineering (IOSRJEN) ISSN (e): 50-301, ISSN (p): 78-8719 PP 06-10 www.iosrjen.org A Review On Methodology Of Material Characterization And Finite Element Modelling Of Rubber-Like Materials

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

Numerical and Experimental Studies on Thermoforming Process. Sogang University

Numerical and Experimental Studies on Thermoforming Process. Sogang University Numerical and Experimental Studies on Thermoforming Process Thermoforming Process Hot plate Atmosphere Seal Mold Air on Air on Vacuum or atmosphere Introduction Thermoforming Process Advantage Low forming

More information

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

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

More information

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

Simple Shear Testing of Parallel-Fibered Planar Soft Tissues

Simple Shear Testing of Parallel-Fibered Planar Soft Tissues John C. Gardiner Jeffrey A. Weiss e-mail: jeff.weiss@utah.edu Department of Bioengineering, The University of Utah, 50 South Central Campus Drive #2480, Salt Lake City, UT 84112 Simple Shear Testing of

More information

The elastic behavior of a rubber-like material for composite glass

The elastic behavior of a rubber-like material for composite glass The elastic behavior of a rubber-like material for composite glass Silvia Briccoli Bati 1, Mario Fagone 1, Giovanna Ranocchiai 1 1 Department of Costruzioni, University of Florence, Italy E-mail: silvia.briccolibati@unifi.it

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

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

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

More information

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

On the Constitutive Models for Heart Valve Leaflet Mechanics

On the Constitutive Models for Heart Valve Leaflet Mechanics Cardiovascular Engineering: An International Journal, Vol. 5, No. 1, March 005 ( C 005) DOI: 10.1007/s10558-005-307-x On the Constitutive Models for Heart Valve Leaflet Mechanics ELI J. WEINBERG and MOHAMMAD

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

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

Testing and Analysis

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

More information

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

At least three invariants are necessary to model the mechanical response of incompressible, transversely isotropic materials

At least three invariants are necessary to model the mechanical response of incompressible, transversely isotropic materials Comput Mech 03) 5:959 969 DOI 0.007/s00466-03-0857-4 ORIGINAL PAPER At least three invariants are necessary to model the mechanical response of incompressible, transversely isotropic materials M. Destrade

More information

Pointwise identification of elastic properties in nonlinear heterogeneous membranes, and application to soft tissues

Pointwise identification of elastic properties in nonlinear heterogeneous membranes, and application to soft tissues University of Iowa Iowa Research Online Theses and Dissertations Spring 2009 Pointwise identification of elastic properties in nonlinear heterogeneous membranes, and application to soft tissues Xuefeng

More information

On Mooney-Rivlin Constants for Elastomers

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

More information

Comparative Study of Hyper Elastic Material Models

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

More information

Evaluation of hyperelastic material properties based on instrumented indentation

Evaluation of hyperelastic material properties based on instrumented indentation Surface and Contact Mechanics including Tribology XII 53 Evaluation of hyperelastic material properties based on instrumented indentation V. I. Zafiropoulou & A. E. Giannaopoulos Laboratory of Strength

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

Wrinkling Analysis of Thermo Elastic Membranes

Wrinkling Analysis of Thermo Elastic Membranes TECHNISCHE MECHANIK, Band 26, Heft 1, (2006), 33 43 Manuskripteingang: 31. Januar 2006 Wrinkling Analysis of Thermo Elastic Membranes Jörg Hornig, Heinrich Schoop, Uwe Herbrich In order to analyze the

More information

Isogeometric Kirchhoff Love shell formulations for general hyperelastic materials

Isogeometric Kirchhoff Love shell formulations for general hyperelastic materials Isogeometric Kirchhoff Love shell formulations for general hyperelastic materials Josef Kiendl a,, Ming-Chen Hsu b, Michael C. H. Wu b, Alessandro Reali a,c,d a Dipartimento di Ingegneria Civile ed Architettura,

More information

The Non-Linear Field Theories of Mechanics

The Non-Linear Field Theories of Mechanics С. Truesdell-W.Noll The Non-Linear Field Theories of Mechanics Second Edition with 28 Figures Springer-Verlag Berlin Heidelberg NewYork London Paris Tokyo Hong Kong Barcelona Budapest Contents. The Non-Linear

More information

INTRODUCTION TO THE EXPLICIT FINITE ELEMENT METHOD FOR NONLINEAR TRANSIENT DYNAMICS

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

More information

Understanding Frequency Domain Viscoelasticity in Abaqus

Understanding Frequency Domain Viscoelasticity in Abaqus Paper # 12 Understanding Frequency Domain Viscoelasticity in Abaqus By Saurabh Bahuguna, Randy Marlow*, and Tod Dalrymple Dassault Systèmes Simulia Corp., Great Lakes Region Presented at the Fall 172 nd

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

A comparison of the Hart-Smith model with the Arruda-Boyce and Gent formulations for rubber elasticity

A comparison of the Hart-Smith model with the Arruda-Boyce and Gent formulations for rubber elasticity A comparison of the Hart-Smith model with the Arruda-Boyce and Gent formulations for rubber elasticity Grégory Chagnon, Gilles Marckmann, Erwan Verron To cite this version: Grégory Chagnon, Gilles Marckmann,

More information

LITERATURE SURVEY SUMMARY OF HYPERELASTIC MODELS FOR PDMS

LITERATURE SURVEY SUMMARY OF HYPERELASTIC MODELS FOR PDMS LITERATURE SURVEY SUMMARY OF HYPERELASTIC MODELS FOR PDMS ZHAO Feihu feihu.zhao@tut.fi 0 P age CONTENT 1. Mooney- Rivlin Model-----------------------------------------------------------------------------------------

More information

A COMPARATIVE STUDY OF HYPERELASTIC CONSTITUTIVE MODELS FOR AN AUTOMOTIVE COMPONENT MATERIAL

A COMPARATIVE STUDY OF HYPERELASTIC CONSTITUTIVE MODELS FOR AN AUTOMOTIVE COMPONENT MATERIAL A COMPARATIVE STUDY OF HYPERELASTIC CONSTITUTIVE MODELS FOR AN AUTOMOTIVE COMPONENT MATERIAL Rafael Tobajas (a), Daniel Elduque (b), Carlos Javierre (c), Elena Ibarz (d), Luis Gracia (e) (a),(b),(c),(d),(e)

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

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

Viscoelastic Structures Mechanics of Growth and Aging

Viscoelastic Structures Mechanics of Growth and Aging Viscoelastic Structures Mechanics of Growth and Aging Aleksey D. Drozdov Institute for Industrial Mathematics Ben-Gurion University of the Negev Be'ersheba, Israel ACADEMIC PRESS San Diego London Boston

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

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

User-Materials in ANSYS

User-Materials in ANSYS User-Materials in ANSYS Holzapfel-Model l lfor Soft Tissues Prof. Dr.-Ing A. Fritsch Possibilities of user programming ANSYS User Programmable Features (UPF) are capabilities you can use to write your

More information

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

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

More information

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

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

More information

Slight compressibility and sensitivity to changes in Poisson s ratio

Slight compressibility and sensitivity to changes in Poisson s ratio arxiv:102.275v1 [cond-mat.soft] 12 Feb 201 Slight compressibility and sensitivity to changes in Poisson s ratio Michel Destrade a,b, Michael D. Gilchrist b, Julie Motherway b, Jerry G. Murphy c, a School

More information

Lecture 1 NONLINEAR ELASTICITY

Lecture 1 NONLINEAR ELASTICITY Lecture 1 NONLINEAR ELASTICITY Soft-Matter Engineering: Mechanics, Design, & Modeling Mechanics Rigid/Hard Systems bending or torsion (but not stretching) small strains (~0.1% metals; ~1% plastics) linearized

More information

A Numerical Study of Finite Element Calculations for Incompressible Materials under Applied Boundary Displacements

A Numerical Study of Finite Element Calculations for Incompressible Materials under Applied Boundary Displacements A Numerical Study of Finite Element Calculations for Incompressible Materials under Applied Boundary Displacements A Thesis Submitted to the College of Graduate Studies and Research in Partial Fulfillment

More information

FREQUENCY BEHAVIOR OF RYLEIGH HYPER-ELASTIC MICRO- BEAM

FREQUENCY BEHAVIOR OF RYLEIGH HYPER-ELASTIC MICRO- BEAM International Journal of Industrial Electronics and Electrical Engineering, ISSN(p: 7-698, ISSN(e: 9-X Volume-6, Issue-, Apr.-18, http://ijieee.org.in FREQUENCY BEHAVIOR OF RYLEIGH HYPER-ELASTIC MICRO-

More information

Laurent Gornet, R. Desmorat, Gilles Marckmann, Pierre Charrier. To cite this version:

Laurent Gornet, R. Desmorat, Gilles Marckmann, Pierre Charrier. To cite this version: A new isotropic hyperelastic strain energy function in terms of invariants and its derivation into a pseudo-elastic model for Mullins effect: application to finite element analysis Laurent Gornet, R. Desmorat,

More information

Adaptation of a Rabbit Myocardium Material Model for Use in a Canine Left Ventricle Simulation Study

Adaptation of a Rabbit Myocardium Material Model for Use in a Canine Left Ventricle Simulation Study Adaptation of a Rabbit Myocardium Material Model for Use in a Canine Left Ventricle Simulation Study Matthew G. Doyle e-mail: mdoyl009@uottawa.ca Stavros Tavoularis 1 e-mail: stavros.tavoularis@uottawa.ca

More information

Nonlinear Theory of Elasticity. Dr.-Ing. Martin Ruess

Nonlinear Theory of Elasticity. Dr.-Ing. Martin Ruess Nonlinear Theory of Elasticity Dr.-Ing. Martin Ruess geometry description Cartesian global coordinate system with base vectors of the Euclidian space orthonormal basis origin O point P domain of a deformable

More information

Hervé DELINGETTE. INRIA Sophia-Antipolis

Hervé DELINGETTE. INRIA Sophia-Antipolis Hervé DELINGETTE INRIA Sophia-Antipolis French National Research Institute in Computer Science and Automatic Control Asclepios : 3D Segmentation, Simulation Platform, Soft Tissue Modeling http://www.inria.fr/asclepios

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

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

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

Slight compressibility and sensitivity to changes in Poisson s ratio

Slight compressibility and sensitivity to changes in Poisson s ratio INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng 01; 90:40 411 Published online 1 December 011 in Wiley Online Library (wileyonlinelibrary.com)..6 Slight compressibility

More information

Constitutive Relations

Constitutive Relations Constitutive Relations Dr. Andri Andriyana Centre de Mise en Forme des Matériaux, CEMEF UMR CNRS 7635 École des Mines de Paris, 06904 Sophia Antipolis, France Spring, 2008 Outline Outline 1 Review of field

More information

On Constitutive Models for Limited Elastic, Molecular Based Materials

On Constitutive Models for Limited Elastic, Molecular Based Materials University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Faculty Publications from the Department of Engineering Mechanics Mechanical & Materials Engineering, Department of 2008

More information

Inverse Design (and a lightweight introduction to the Finite Element Method) Stelian Coros

Inverse Design (and a lightweight introduction to the Finite Element Method) Stelian Coros Inverse Design (and a lightweight introduction to the Finite Element Method) Stelian Coros Computational Design Forward design: direct manipulation of design parameters Level of abstraction Exploration

More information

Modelling Rubber Bushings Using the Parallel Rheological Framework

Modelling Rubber Bushings Using the Parallel Rheological Framework Modelling Rubber Bushings Using the Parallel Rheological Framework Javier Rodríguez 1, Francisco Riera 1, and Jon Plaza 2 1 Principia, Spain; 2 Cikatek, Spain Abstract: Bushings are anti vibration components

More information

Nanoindentation of Soft Polymers: Modeling, Experiments and Parameter Identification

Nanoindentation of Soft Polymers: Modeling, Experiments and Parameter Identification TECHNISCHE MECHANIK, 34, 3-4, (214), 166 189 submitted: October 15, 213 Nanoindentation of Soft Polymers: Modeling, Experiments and Parameter Identification Z. Chen, S. Diebels Since the nanoindentation

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

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

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

More information

NUMERICAL MODELLING AND EXPERIMENTAL INFLATION VALIDATION OF A BIAS TWO-WHEEL TIRE

NUMERICAL MODELLING AND EXPERIMENTAL INFLATION VALIDATION OF A BIAS TWO-WHEEL TIRE Journal of Engineering Science and Technology 4 th EURECA 05 Special Issue February (06) 70-8 School of Engineering, Taylor s University NUMERICAL MODELLING AND EXPERIMENTAL INFLATION VALIDATION OF A BIAS

More information

Passive and Active Deformation Processes of 3D Fibre-Reinforced Caricatures of Cardiovascular Tissues

Passive and Active Deformation Processes of 3D Fibre-Reinforced Caricatures of Cardiovascular Tissues Excerpt from the Proceedings of the COMSOL Conference 2009 Milan Passive and Active Deformation Processes of 3D Fibre-Reinforced Caricatures of Cardiovascular Tissues Antonio DiCarlo 1, Paola Nardinocchi

More information

Mechanics of Viscoelastic Solids

Mechanics of Viscoelastic Solids Mechanics of Viscoelastic Solids Aleksey D. Drozdov Institute for Industrial Mathematics, Beersheba, Israel JOHN WILEY & SONS Chichester New York Weinheim Brisbane Toronto Singapore Contents Preface xi

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

Wrinkling Analysis in a Film Bonded to a Compressible Compliant Substrate in Large Deformation

Wrinkling Analysis in a Film Bonded to a Compressible Compliant Substrate in Large Deformation Copyright 2014 Tech Science Press CMC, vol.44, no.3, pp.205-221, 2014 Wrinkling Analysis in a Film Bonded to a Compressible Compliant Substrate in Large Deformation Zhicheng Ou 1, Xiaohu Yao 1, Xiaoqing

More information

Natural States and Symmetry Properties of. Two-Dimensional Ciarlet-Mooney-Rivlin. Nonlinear Constitutive Models

Natural States and Symmetry Properties of. Two-Dimensional Ciarlet-Mooney-Rivlin. Nonlinear Constitutive Models Natural States and Symmetry Properties of Two-Dimensional Ciarlet-Mooney-Rivlin Nonlinear Constitutive Models Alexei Cheviakov, Department of Mathematics and Statistics, Univ. Saskatchewan, Canada Jean-François

More information

03 - kinematic equations - large deformations and growth

03 - kinematic equations - large deformations and growth 03 - - large deformations and growth 03-1 where are we??? 2 final projects - me337 2010 mechanically driven growth of skin: chris, adrian, xuefeng muscle growth: brandon, robyn, esteban, ivan, jenny cardiac

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

04 - kinematic equations - large deformations and growth

04 - kinematic equations - large deformations and growth 04 - - large deformations and growth continuum mechancis is a branch of physics (specifically mechanics) that deals continuous matter. the fact that matter is made of atoms and that it commonly has some

More information

Chapter 2: Elasticity

Chapter 2: Elasticity OHP 1 Mechanical Properties of Materials Chapter 2: lasticity Prof. Wenjea J. Tseng ( 曾文甲 ) Department of Materials ngineering National Chung Hsing University wenjea@dragon.nchu.edu.tw Reference: W.F.

More information

Classification of Prostate Cancer Grades and T-Stages based on Tissue Elasticity Using Medical Image Analysis. Supplementary Document

Classification of Prostate Cancer Grades and T-Stages based on Tissue Elasticity Using Medical Image Analysis. Supplementary Document Classification of Prostate Cancer Grades and T-Stages based on Tissue Elasticity Using Medical Image Analysis Supplementary Document Shan Yang, Vladimir Jojic, Jun Lian, Ronald Chen, Hongtu Zhu, Ming C.

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

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

NUMERICAL INVESTIGATION OF OGDEN AND MOONEY-RIVLIN MATERIAL PARAMETERS

NUMERICAL INVESTIGATION OF OGDEN AND MOONEY-RIVLIN MATERIAL PARAMETERS NUMERICAL INVESTIGATION OF OGDEN AND MOONEY-RIVLIN MATERIAL PARAMETERS Nor Fazli Adull Manan, Siti Noor Azizzati Mohd Noor, Nurul Nadiah Azmi and Jamaluddin Mahmud Faculty of Mechanical Engineering, Universiti

More information

Modeling Transverse Behavior of Kevlar KM2 Single Fibers with Deformation-induced Damage

Modeling Transverse Behavior of Kevlar KM2 Single Fibers with Deformation-induced Damage Modeling Transverse Behavior of Kevlar KM2 Single Fibers with Deformation-induced Damage Ming Cheng, Weinong Chen To cite this version: Ming Cheng, Weinong Chen. Modeling Transverse Behavior of Kevlar

More information

Constitutive Modelling of Elastomeric Seal Material under Compressive Loading

Constitutive Modelling of Elastomeric Seal Material under Compressive Loading Modeling and Numerical Simulation of Material Science, 206, 6, 28-40 Published Online April 206 in SciRes. http://www.scirp.org/journal/mnsms http://dx.doi.org/0.4236/mnsms.206.62004 Constitutive Modelling

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

Nonlinear Forced Vibration Analysis of Dielectric-Elastomer Based Micro-Beam with Considering Yeoh Hyper-Elastic Model

Nonlinear Forced Vibration Analysis of Dielectric-Elastomer Based Micro-Beam with Considering Yeoh Hyper-Elastic Model 643 Nonlinear Forced Vibration Analysis of Dielectric-Elastomer Based Micro-Beam with Considering Yeoh Hyper-Elastic Model Abstract The present study investigates nonlinear forced vibration of dielectric

More information

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

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

More information

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

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

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

More information

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

Law of behavior very-rubber band: almost incompressible material

Law of behavior very-rubber band: almost incompressible material Titre : Loi de comportement hyperélastique : matériau pres[...] Date : 25/09/2013 Page : 1/9 Law of behavior very-rubber band: almost incompressible material Summary: One describes here the formulation

More information

Pointwise identification for thin shell structures and verification using realistic cerebral aneurysms

Pointwise identification for thin shell structures and verification using realistic cerebral aneurysms University of Iowa Iowa Research Online Theses and Dissertations Summer 2012 Pointwise identification for thin shell structures and verification using realistic cerebral aneurysms Shouhua Hu University

More information

hpfem Analysis of Coupled Hyperelasticity and Damage

hpfem Analysis of Coupled Hyperelasticity and Damage hpfem Analysis of Coupled Hyperelasticity and Damage Jorge Luis Suzuki Department of Mechanical Design / Faculty of Mechanical Engineering State University of Campinas jlsuzuki@fem.unicamp.br Marco Lúcio

More information

Use of Elastic Constitutive Relations in Total Lagrangian Formulation

Use of Elastic Constitutive Relations in Total Lagrangian Formulation Topic 15 Use of Elastic Constitutive Relations in Total Lagrangian Formulation Contents: Basic considerations in modeling material response Linear and nonlinear elasticity Isotropic and orthotropic materials

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

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