jorgensd / jorgensd/dolfinx-tutorial
Alternative formulation of the energy density
- Lingua principale
- Jupyter Notebook
- Stelle
- 166
- Fork
- 89
- Merge medio
- 3h 25m
- PR unite (30g)
- 2
Descrizione
For a particular study case of a slightly compressible hyperelastic disk subjected to uniform radial traction, using the hyperplasticity code with the Neo-Hookean model we encountered some instability phenomena. After some research, we discovered that this is due to the form of the volumetric part of the energy density, that shows a softening phase for a specific range of values of the third invariant (the determinant of the gradient tensor of the transformation).
The paper “A new constitutive model for the compressibility of elastomers at finite dimensions” by Bishoff, Arruda, Grosh [1] explains that this instability phenomenon is due to the non respected necessary condition of strong ellipticity of the energy density. This causes the non convergence of the Newton solver because of the non-existence of a unique solution.
For this reason, we propose to substitute the volumetric part of the energy density used in the code with the one referred to as $W_3(J)$ in [1]:
```math
W_3 (J) = {B (J - 1)^2 \over 2}
```
This energy always satisfies the necessary condition to guarantee the existence of the solution. This change would allow the use of this code also for different hyperelastic configurations, without encountering instability issues.
Togheter with @giuliacomand, @cmaurini , @riccobelli
Source paper: [[1]](https://www.researchgate.net/publication/273006663_A_New_Constitutive_Model_for_the_Compressibility_of_Elastomers_at_Finite_Deformations)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Locate the hyperplasticity code and the Neo-Hookean implementation of the volumetric energy, then compare it with the W3(J) formulation in the cited paper. The work is done when the alternative formulation is integrated and the slightly compressible hyperelastic disk case with uniform radial traction no longer exhibits the reported instability or Newton-solver nonconvergence.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- jupyter-notebook
- Ambito
- tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 25/100