Damage Properties of Thermoplastic Polymers with UMAT Subroutine

(1 customer review)

 320.0

Thermoplastic polymers are materials composed of long molecular chains primarily consisting of carbon. These polymers possess the unique ability to be shaped and molded under heat and pressure while retaining their stability once formed. This high formability makes them widely used in various industries, including furniture production, plumbing fixtures, automotive components, food packaging containers, and other consumer products. This package introduces a thermodynamically consistent damage model capable of accurately predicting failure in thermoplastic polymers.  The implementation of this model is explained through the use of an ABAQUS user material (UMAT) subroutine.

The package is structured as follows. The introduction section Provides an overview of thermoplastic polymers and their mechanical properties. In the Theory section, the constitutive damage model and its formulation are reviewed. Then, an algorithm for numerically integrating the damage constitutive equations is presented in the Implementation section. In the UMAT Subroutine section, a detailed explanation of the flowchart and structure of the subroutine is provided. Finally, two simulation examples, namely the T-fitting burst pressure test and the D-Split test, are performed and the obtained results, are investigated.

Notice: Software files and A full PDF guideline (Problem description, theory, …) are available; Videos are coming soon.

Expert

Tutorial video duration

Ask from support

Included

.inps,video files, Fortran files (if available), Flowchart file (if available), Python files (if available), Pdf files (if available)

language

English

Level

Package Type

Software version

Applicable to all versions

Subtitle

English

Add-on

The option's price will be set post-order, requiring negotiation with support for confirmation.

The option's price will be set post-order, requiring negotiation with support for confirmation.
Product price:  320.0
Total options:
Order total:
40 People watching this product now!

Frequently Bought Together

properties of thermoplastic polymers + Composite Fatigue Subroutine + UMAT subroutine | Learn UMAT Abaqus | Umat Abaqus course + 3D continuum Composite Damage | Progressive hashin damage + Abaqus steel damage + Advanced UMAT Subroutine (VUMAT Subroutine) in Abaqus-Front
Price for all: Original price was: € 1617.0.Current price is: € 1212.7. Save  404.3
Description

The goal of this package is to simulate damage properties of thermoplastic polymers with Abaqus using UMAT subroutine.

Lesson 1: Introduction to Thermoplastic Polymers

Thermoplastic polymers are a type of material that can be melted and reshaped multiple times without undergoing chemical changes. They are made up of long chains of repeating units and can be molded when heated and solidified upon cooling. They have various applications in packaging, automotive parts, toys, medical devices, electrical insulation, and textiles. Examples include polyethylene, polypropylene, PVC, polystyrene, and PET.

Thermoplastic polymers have specific behaviors that differ from other materials such as metals. For example, they exhibit significant viscoelasticity, which means their response to an applied load includes both viscous and elastic components. Moreover, thermoplastic polymers often undergo complex deformation mechanisms such as yield, strain hardening, aging, and strain softening. These mechanisms are influenced by factors such as temperature, stress state, and strain rate.
Due to these unique characteristics, specialized models for thermoplastic polymers have a higher level of accuracy compared to general models. These specialized models take into account the specific viscoelastic and deformation behaviors of thermoplastic polymers, allowing for more precise simulations and predictions of their mechanical responses under various loading conditions. In the following, the constitutive model used in this training package is explained.

What is the model used in this package? | Properties of Thermoplastic Polymers

The model used here for the Properties Thermoplastic Polymers is based on the Eindhoven Glassy Polymer (EGP) model (Govaert et al., 1999; Tervoort et al., 1997; Klompen et al., 2005) which is combined with Continuum Damage Mechanics (CDM) to accurately simulate the failure of these material. The EGP model uses two parallel contributions. The first one is the result of the intermolecular interactions of secondary bonds. The second one is the elastic response of the entangled network of the primary bonds, which leads to hardening. The first contribution can be modeled using single or multiple Maxwell branches, known as single-mode and multi-mode models (fig. 1).

properties of thermoplastic polymers

Stress Strain Curve for Thermoplastic Polymer

In the multi-mode approach, the nonlinear behavior of the pre-yield regime is captured (figure 2: Stress Strain Curve for Thermoplastic Polymer). The neo-Hookean material model with a non-Newtonian fluid flow rule is used to capture the elasto-viscoplastic deformation in a Maxwell branch. It can accurately capture the mechanical response of polymers by capturing the effect of factors such as strain rate, temperature, thermal history, hydrostatic pressure, and moisture on the material behavior.

properties of thermoplastic polymers

To consider the progressive damage in the model and take into account the effects of plastic strain and hydrostatic stress on failure, the damage parameter is introduced to the model using the principle of equivalent strain. The model utilizes the damage evolution law introduced by Lemaitre (2012), which correlates the damage evolution with plastic strain and strain energy. The training provides a more detailed explanation on how to incorporate the damage parameter into the EPG model.

Lesson 2: Theory and Formulation

In this part of the training, the theory and formulation of the model is explained. This section includes four steps to complete the relation between the deformation and stress tensor. In the first step, the kinematics of the model is developed based on large strain theory. The deformation gradient tensor 𝑭 of the driving branch is multiplicatively decomposed to the elastic and plastic parts:

properties of thermoplastic polymers

Finally, a new definition of the rate of elastic and plastic deformation properties of thermoplastic polymers  and properties of thermoplastic polymers are calculated considering this decomposition. Next in the second section, the thermodynamics is used to formulate the relationships between state variables and thermodynamic forces. The Clausius–Duhem inequality states that in a thermodynamic process, the internal dissipation properties of thermoplastic polymers is always non-negative. In an isothermal case, it can be written as:

properties of thermoplastic polymers

where 𝜓 is the free energy potential whereby constitutive equations are derived in the framework of irreversible thermodynamics.

In the third section, the Cauchy stresses are calculated by defining a suitable free energy potential. Assuming that the material is nearly incompressible Neo-Hookean material, the free energy in driving branch  is defined as Bonet and Wood (1997):

properties of thermoplastic polymers

where properties of thermoplastic polymers is the shear modulus for mode 𝑖, and 𝐾 is the bulk modulus. properties of thermoplastic polymers is elastic isochoric right Cauchy–Green deformation tensor of mode i, 𝐷 is the damage parameter, and 𝐽 is the volume ratio which considers the volumetric deformation.

Lesson 3: Numerical Implementation and writing UMAT 

An implicit scheme is used to numerically integrate the constitutive model and implement as a user material subroutine (UMAT) in Abaqus. The general structure of this scheme is such that for a given deformation gradient 𝑭 at the end of a time step, the total stress 𝝈 will be obtained. To do that, the stress in the hardening and the Maxwell branches should be calculated. Hardening stress properties of thermoplastic polymers and effective hydrostatic stress properties of thermoplastic polymers can be calculated directly. To calculate the total effective deviatoric driving stresses properties of thermoplastic polymers, the integration has to be carried out iteratively. Since this implicit scheme includes the contribution of all modes, it is called the external scheme here. On the other hand, each mode has to be integrated by an implicit scheme individually called the internal scheme here.

In this training, first, an assumption to simplify implementation is presented. then the internal and external schemes will be discussed. Next, Consistent tangent stiffness matrix is calculated which is needed so that Abaqus can iteratively solve the governing equations with standard implicit solver. Finally, a detailed explanation of how to write the subroutine is provided.

Workshop 1: Simulation of T-fitting Burst Pressure Test 

In this workshop, first, the geometry and test conditions such as the boundary condition and load are explained. Next, the modeling process is explained step by step. Finally, the simulation will be done, and the results will be discussed.

This simulation predicts the failure location in a T-fitting under hydrostatic pressure. The results show how the stress state can affect the failure location.

Workshop 2: Simulation of Notched Pipe D-Split Test

In this workshop, first, the geometry and test conditions such as the boundary condition and load are explained. Next, the modeling process is explained step by step. Finally, the simulation will be done, and the results will be discussed. In this example, there are three loading steps: loading, relaxing, and unloading. The results show that the model can simulate the time-dependent behavior of thermoplastic polymers precisely.

Moreover, the general description of how to write a subroutine is available in the article titled “Start Writing a Subroutine in Abaqus: Basics and Recommendations “. If you even do not familiar with the FORTRAN, you can learn the basics via this article: “Abaqus Fortran “Must-Knows” for Writing Subroutines”. You may also like this article to begin writing your own UMAT: “Start Writing Your First UMAT in Abaqus”.

It would be helpful to see Abaqus Documentation to understand how it would be hard to start an Abaqus simulation without any Abaqus tutorial. Moreover, if you need to get some info about the FEM, visit this article: “Introduction to Finite Element Method | Finite Element Analysis”. You don’t know which Abaqus software editions are suitable for you, Do not worry! This article would give you info about Abaqus editions: “How to download Abaqus? | Abaqus student & commercial edition” . One note, when you are simulating in Abaqus, be careful with the units of values you insert in Abaqus. Yes! Abaqus don’t have units but the values you enter must have consistent units. You can learn more about the system of units in Abaqus.

  • What do we learn from this package?
  • Teaching plan and Prerequisites and Next steps
  • Package specification
  • Thermoplastic polymers and their mechanical properties
  • Eindhoven Glassy Polymer (EGP) Model
  • EGP model and Continuum Damage Mechanics
  • Kinematics
  • Thermodynamics
  • Cauchy Stresses
  • Evolutions
  • Simplification of equations
  • Stress Calculation in the First Mode
  • Stress Calculation in Other Modes
  • Total Stress Calculation
  • Consistent tangent stiffness matrix
  • Writing UMAT Subroutine
  • Problem Description
  • FEM Modeling
  • Results
  • Problem Description
  • FEM Modeling
  • Results
Shipping and Delivery

All the package includes Quality assurance of training packages. According to this guarantee, you will be given another package if you are not satisfied with the training, or your money is returned. Get more information in terms and conditions of the CAE Assistant.
All packages include lifelong support, 24/7 support, and updates will always be sent to you when the package is updated with a one-time purchase. Get more information in terms and conditions of the CAE Assistant.

Notice: If you have any question or problem you can contact us.
Ways to contact us: WhatsApp/Online Support/Support@CAEassistant.com/ contact form.
Projects: Need help with your project? You can get free consultation from us here.

  • Online payment: with MasterCard, VisaCard and etc.
  • Offline payment: In this payment method, you should pay via PayPal and send your payment receipt as an attached file in the offline payment form.
  • via download link After purchase, a download link will be sent to you a zip file included training videos, documents and software files.
  • Send us your machine ID

To access tutorial video run the .exe file on your personal pc and send the generated code to shop@caeassistat.com and wait for your personal code, which is usable only for that pc, up to 24 hours from CAE Assistant support.

Here you can see the purchase process of packages: Track Order

Features

Abaqus tutorial video
Lecture notes
Abaqus workshop files
Contains all required files
Certification
Works for all Abaqus versions
Safe payment
money-back guarantee
Free 24/7 online mentoring
Access for life
updated content
Time-Saving Short But Full
Premium Corporate and Academic Clients
Prepared by High-Level Researchers
Fortran Abaqus subroutines
All payment method

1 review for Damage Properties of Thermoplastic Polymers with UMAT Subroutine

  1. Avatar of Diego Manuel

    Diego Manuel

    I found this training package to be a valuable resource for engineers interested in simulating the behavior of thermoplastic polymers. The step-by-step guidance on writing UMATs and the practical workshops offer hands-on experience. One question I have is: Does the package cover any specific considerations for modeling the time-dependent behavior of thermoplastic polymers, such as creep or relaxation?

Add a review
SKU: Khgh01 Categories: , Tags: , ,