Replies: 1 comment
-
Dear Junfeng, Thanks for your interest for MFront. You may want to use directly the I also corrected a mistake in Thomas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am a beginner in mfront and would like to ask you about the code in the case of implicitgenericbehavior.
I would like to use mfront to describe the transversely isotropic thermo-poro-mechanical elasto-plastic behavior of Callovo-Oxfordian claystone.
I have written an isotropic elastoplastic model that considers mechanical and temperature loads (in the case of implicitgenericbehavior), and it has proven to be very effective!
Next I would like to extend this model to the anisotropic case, and I would like to start with anisotropic elasticity.
In the implicit case, I successfully modeled using @ComputeStiffnessTensor. But when I use implicitgenericbehavior, this function does not work, so I calculated the items of the stiffness matrix myself and assembled them. This time mfront can create the material behavior, but mtest does not complete the calculation.
In the attachment you can find me my current mfront and mtest code.
Orthotropic_elasticity.zip
For this case, I have the following questions:
Thanks in advance,
Junfeng
Beta Was this translation helpful? Give feedback.
All reactions