Replies: 4 comments 5 replies
-
Dear WaveHello, |
Beta Was this translation helpful? Give feedback.
-
Hello Marlon-li, I've had similar trouble compiling ESMs as .dlls. To get around the problem it's possible to directly hardcode the UMAT into the Anura3D source code. Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
Dear WaveHello, |
Beta Was this translation helpful? Give feedback.
-
"Dear colleagues, in ANURA3D 2024 opened by Gid, we have options for constitutive models such as Rigid Body, Linear Elastic, Mohr-Coulomb, and external material model. I have seen many articles using other models, and I mainly need a constitutive model with softening; in the case of Mohr-Coulomb, softening would suffice. Can I find a DLL file with a softening model already implemented, or do I need to implement a new model myself?" |
Beta Was this translation helpful? Give feedback.
-
Hello All,
When using the current release of Anura3D_2023, and running a Saturated Undrained Effective Stress Analysis there is nowhere to enter a value for the Undrained Poisson Ratio (nu_u) in GiD and the $$Undrained_Poisson_Ratio flag is not created in the GOM file. This creates an error when the Material Data is read in by the ReadMaterialData.For file for the following constitutive relations:
When those constitutive relations are used they make a call to read nu_u and since the flag isn't created it causes the read in to be off by a row/Material property (eg. For MC the friction angle is read in as nu_u, then there is an error at the end of the material).
The code in the ReadMaterialData.For file that reads in nu_u for the first four constitutive models is shown below:
For ESM_MODIFIED_CAM_CLAY the call is slightly modified to be:
It's possible to manually create the $$Undrained_Poisson_Ratio flag in the GOM file. When using the MC_standard constitutive model, $$Undrained_Poisson_Ratio flag and correponding value should be placed right above the friction angle flag. For the other constitutive models the location varies slightly.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions