Plane stress in explicit schemes #647
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 26 replies
-
Hi @RonanRiverie, The plane stress hypothesis is supported using an external loop around the behaviour integration which is not optimal and maybe not robust enough for your needs: the behaviour is integrated under the generalized plane stress assumption and the axial strain is determined iteratively. It is much better to take the plane stress hypothesis inside the behaviour in an implicit scheme. |
Beta Was this translation helpful? Give feedback.
-
I am trying to implement the analytical jacobian. However, I have an issue with The equations are: So for the moment, I have just replaced I have checked with the Here is the mfront code:
|
Beta Was this translation helpful? Give feedback.
In your code,$p=0$ . This fixes the issue:
Cs
's derivative is singular forWith this, the
MTest
test converges smoothly in 50 time steps