ebook img

Implementation of the Arruda-Boyce Material Model for Polymers in Abaqus PDF

99 Pages·2014·3.33 MB·English
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Implementation of the Arruda-Boyce Material Model for Polymers in Abaqus

Implementation of the Arruda-Boyce Material Model for Polymers in Abaqus Vegard Tømmernes Master of Science in Mechanical Engineering Submission date: June 2014 Supervisor: Zhiliang Zhang, KT Norwegian University of Science and Technology Department of Structural Engineering Abstract In this Master’s thesis, a user material subroutine for polymers is imple- mentedintheFEA-program,Abaqus. Thefirstpartofthethesisprovides an overview of large deformation mechanics and the Arruda-Boyce con- stitutive law for polymers. This is a strain-rate dependent viscoplastic material model that includes strain softening and hardening. The main principles behind user material subroutines for Abaqus were presented, and an explicit approach was chosen due to simplicity. Several challenges regarding the implementation have been analyzed and solutions have been proposed. One particular problem was the calculation of Hencky strain where the traditional Padé approximation did not suffice. This thesis also explains how to use the user material subroutine in an FEA, as well as explaining weaknesses and how to avoid pitfalls. The implemented model was thoroughly tested, with several strain rates and loading conditions. The material parameters in the model were also examined and discussed. An analysis of void growth in polycarbonate was done using the implemented model. An unknown error in the user material constrained the analysis to very small deformations. However, the analysis showed that polymers experience void growth, but not as excessive as metals. The reason for this is probably the strain hardening effect imposed by the polymer chains. It was concluded that several types of polymers may be modeled by the user material subroutine, but that it has to be further developed in order to account for complex geometries with large deformations. This thesis aims to offer all NTNU students useful tips on how to develop user material subroutines for polymers in Abaqus, and thus make a small contribution to the research of polymer behavior. Sammendrag Denne masteroppgaven omhandler implementering av Arruda-Boyce ma- terialmodellen for polymerer i Abaqus. Første del av oppgaven gir en oversikt over hvordan man håndterer store deformasjoner, og teorien bak den valgte konstitutive loven. Arruda-Boyce-modellen er avhengig av tøyningsrate, og inkluderer egenskaper som tøyningsmykgjøring og herding. Det ble gjort rede for de to hovedprisnippene bak brukermate- rialmodeller i Abaqus, og valget falt på en eksplisitt tilnærming. Flere utfordringer vedrørende implementering er analysert, og da spesielt be- regningen av Henckytøyning, der det viste seg at en Padétilnærming ikke var tilstrekkelig. Denne avhandlingen fungerer også som en bruksanvisning for bruker- definerte materialmodeller i Abaqus, i tillegg til å forklare svakheter og å gi tips for å unngå fallgruver. Modellen ble grundig testet med flere tøyningshastigheter og lasteforhold. Alle materialparameterne er også undersøkt og diskutert. En analyse av hulromvekst i polykarbonat ble utført ved hjelp av den implementerte materialmodellen, men en ukjent feil begrenset simulerin- gene til svært små deformasjoner. Analysen viste at polymerer opplever hulromvekst, men ikke i like stor grad som man finner i metaller. Dette skyldes antageligvis herdingen, som forårsakes av polymerkjedene ved høye tøyningsverdier. Denne oppgaven viser at materialmodellen kan brukes til å modellere flere forskjellige polymerer, men at den også må videreutvikles for å ta høyde for kompleks geometri og store deformasjoner. Oppgaven har som mål å tilby alle NTNU-studenter nyttige tips om hvordan man utvikler og anvender brukermaterialmodeller for polymerer i Abaqus. Preface This Master’s thesis is written as a part of the Master’s program at department of Mechanical Engineering at NTNU in the Spring of 2014. The thesis involves Implementation of the Arruda-Boyce material model in Abaqus, and finite element analysis on polymers. I would like to express my appreciation towards supervisor Professor Zhiliang Zhang for his consistent help and valuable discussions. Also, big thanks to my fellow student Kasper Sandal and his problem solving capabilities. Specialthankstotheonesclosesttome. Myparentsandmy brother because they are always there to back me up, and my girlfriend for all her encouragement and support. Contents List of Figures ix 1 Introduction 1 1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Polymers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Ductile Fracture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Theory 5 2.1 Large Deformation Mechanics . . . . . . . . . . . . . . . . . . . . . . 5 2.1.1 Deformation Gradient . . . . . . . . . . . . . . . . . . . . . . 5 2.1.2 Finding U, V and R . . . . . . . . . . . . . . . . . . . . . . . 6 2.2 Arruda Boyce . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.2.2 Linear Elastic Spring . . . . . . . . . . . . . . . . . . . . . . . 9 2.2.3 Rubber Elasticity, "Langevin Spring" . . . . . . . . . . . . . . 10 2.2.4 Viscoplastic Element . . . . . . . . . . . . . . . . . . . . . . . 10 3 Implementation 13 3.1 User Subroutines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2 VUMAT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.3 Implementation of Arruda Boyce - Introduction . . . . . . . . . . . . 14 3.4 Layout of the VUMAT for Arruda-Boyce . . . . . . . . . . . . . . . 15 3.4.1 Midpoint Integration Scheme . . . . . . . . . . . . . . . . . . 15 3.4.2 Flow Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3.4.3 Elastic Stress . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 3.4.4 Backstress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 3.4.5 Material Parameters in the Material Subroutine . . . . . . . 20 3.4.6 Error and Sub Increments . . . . . . . . . . . . . . . . . . . . 21 3.4.7 Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3.4.8 Updating the Stress . . . . . . . . . . . . . . . . . . . . . . . 23 3.5 Some Mathematical Theory and Numerical Approximations . . . . . 23 3.5.1 Hencky Strain - Padé Approximation. . . . . . . . . . . . . . 23 vii 3.5.2 Exact Hencky strain . . . . . . . . . . . . . . . . . . . . . . . 24 3.5.3 Inverse Langevin . . . . . . . . . . . . . . . . . . . . . . . . . 25 3.6 Explicit and Implicit . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 3.7 Using Abaqus and the User Subroutine. . . . . . . . . . . . . . . . . 27 3.8 Limitations with the User Material Subroutine . . . . . . . . . . . . 30 4 Single Element Parameter Study 31 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 4.2 Uniaxial Test Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 4.3 Material Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.3.1 Elastic Stress Response . . . . . . . . . . . . . . . . . . . . . 37 4.3.2 Backstress/Langevin Spring . . . . . . . . . . . . . . . . . . . 39 4.3.3 Viscoplastic Element . . . . . . . . . . . . . . . . . . . . . . . 41 4.4 Strain Rate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 4.5 Different Load Cases . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 4.5.1 Tension and Compression . . . . . . . . . . . . . . . . . . . . 48 4.5.2 Hysteresis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 4.6 Polymethylmethacrylate - PMMA . . . . . . . . . . . . . . . . . . . 51 5 Cell Model and Void Growth 53 5.1 Cell Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 5.1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 5.1.2 Cell Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 5.1.3 Strain Ratio. . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 5.1.4 Void Analysis Results . . . . . . . . . . . . . . . . . . . . . . 57 6 Conclusion and Suggestions for Further Work 65 References 67 Appendices A Perturbation Method 69 B The User Material Subroutine - VUMAT 71 C Explanation to Subroutines Used in VUMAT 81 D Strain Triaxiality 83

Description:
principles behind user material subroutines for Abaqus were presented, This Master's thesis is written as a part of the Master's program at embedded in the Abaqus material library has to be highly stable, fast and accurate.
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.