Closed mrgprasad closed 2 years ago
@mrgprasad Never tried such models. The hyperelastic part does not seem that compilated, except that it requires the computation of the inverse of the langevin function and its derivative for the computation of the consistent tangent operator.
Concerning the visco-elastic part, I recently started a tutorial on FeFp decomposition. It is based on the Mandel stress for thermodynamics consideration which might not be equivalent to Tb' in the the Bergstrom-Boyce model.
Do you have a reference implementation ? What solver are you targeting ?
@thelfer Thanks for the quick reply. Could you please provide the link to the tutorial?
I don't have a reference implementation. The solver is CodeAster.
@mrgprasad This tutorial is not ready yet. Here is a draft: FeFpImplicitPlasticity.zip
With this, and if we accept to fit in the framework described in this tutorial, the main difficulty seems the hyperelastic law, and in particular the computation of the inverse Langevin function...
@thelfer I found a paper discussing the algorithmic implementation for the Begstrom-Boyce model:
Will these be of help for the MFront implementation?
Also, I found a python implementation for calculating Inverse of the langevin function (https://github.com/DamianRMusk/Python_BB_Biomaterials/blob/main/BB_Biomaterials.py)
So, the steps are:
I can help for the implementation (in particular for Step 1), but you'll have to test it. Are you willing to ?
Best,
Thomas
@mrgprasad Various implementations of the inverse of the Langevin function have been implemented, see https://thelfer.github.io/tfel/web/tfel-material.html#computation-of-the-inverse-of-the-langevin-function for details
So, the steps are:
- Implement the inverse Langevin function (See Issue [tfel-material] Implement the inverse Langevin function #314).
- Implement the Arruda-Boyce in the Lagrangian frame-work (i.e. using the right Cauchy tensor and PK2). This step is fairly easy after Step 1.
- Implement the viscous part.
I can help for the implementation (in particular for Step 1), but you'll have to test it. Are you willing to ?
Best,
Thomas
@mrgprasad up ?
@mrgprasad I close the issue. Do no hesitate to reopen it when you'll be ready.
Hi all, I went through the MFront gallery but could not find any material model that can be used for predicting the behavior Thermoplastics. Traditional metal plasticity or hyperelasticity models are not applicable here.
Here's some Constitutive model that are relevant for thermoplastics:
Any comments regarding this is greatly appreciated.