Dear all, I am a PhD student in Hohai University. Recently I have been trying to simulate a triaxial compression test using the hypoplasticity model for clay. The UMAT subroutine is provided by Pro Masin on this website (umat_hcea.for). Figure 1 shows the parameters that I set in the model based on the link ‘https://web.natur.cuni.cz/uhigug/masin/plaxumat/node6.html’, but there is no result or error in the calculation, as shown in Figure 2. Could you please tell me what is the possible reason for this problem?
Tags: clay hypoplasticity; abaqus; umata question on the clay hypoplasticity model with Abaqus umat
Related Articles
-
Modeling cyclic undrained sandy soil triaxial test using ABAQUS
Shile Dong||Finite Elements|3 |
Views 3,301
Dear all, I am trying to use Abaqus to modeling undrained cyclic triaxial test for liquefiable soil. I am wondering how could I applied the cyclic load. I should apply […] -
SANISAND 2008 model
MOHD SAQIB||Finite Elements|0 |
Views 2,815
Dear fellow, Anyone have SANISAND 2008 by Taiebat and Dafalias umat subroutine available for Abaqus. I have 2004 but I need 2008 one. -
DIANA 10.5 new features
jesus mediavilla||Finite Elements|0 |
Views 3,667
DIANA 10.5 was released in 2021. It features many powerful capabilities to model soil-structure interection. See more in https://dianafea.com/2021-DIANA10-5-Release -
How to replicate results for vertical cut in FEM program
Amine Aboufirass||Finite Elements|0 |
Views 2,980
The equations for a vertical cut in cohesive material are given in several publications including Heyman (1973): The stability of a vertical cut (see attachment Equations1.jpeg) and Verruijt (2001) Soil […] -
UMAT code for Unsaturated soil modes
Arghya Das||Finite Elements|1 |
Views 3,528
Hello Everyone, I am trying to implement an unsaturated soil model (BBM or similar) in ABAQUS using UMAT. We want to assign a pore-pressure boundary condition for simulating the drying […] -
Barodesy download package including small strain stiffness and strength reduction (UMAT and PLAXIS dll)
Manuel Bode||Finite Elements|0 |
Views 2,879
A new download package for Clay Barodesy is available in the download section (https://soilmodels.com/barodesy/) The model uses the basic model of barodesy for clay (Medicus G. and Fellin W. 2017) […] -
hypoplasticity models in free Tochnog Professional
Silvia Imposimato||Finite Elements|0 |
Views 3,102
In this post we will list built-in hypoplasticity formulations in the free Tochnog Professional program. Since these hypoplasticity options are built-in there is no need to link external umat routines. […] -
A problem of convergence from using Hypoplastic model in Abaqus
Joe Chu||Finite Elements|5 |
Views 3,045
Dear all, The sand hypoplastic model has been used to simulate the interaction between soil and pile. However, there is a bad convergence in the process of calculation. When I […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Presentations from Prague Geotechnical Days 2023 including 29th Prague Geotechical Lecture by Yannis Dafalias 25.5.2023
-
Problem in using Hypoplastic model for sand in Abaqus. 17.5.2023
-
An error in the SANISAND umat runtime 8.5.2023
-
Htypoplastic Model in Miidas GTS NX 25.4.2023
-
set cavitation limit in ABAQUS/STANDARD when using SANISAND umat 2.4.2023
-
FE formulation and software 25.3.2023
-
Multi-objective analysis of the Sand Hypoplasticity model calibration 24.3.2023
-
Problem with SANISAND UMAT 7.3.2023
-
Prague Geotechnical Days 2023 (22nd – 23rd of May) with Prague Geotechnical Lecture by prof. Yannis Dafalias 28.2.2023
-
What is an appropriate damping model for dynamic liquefaction analysis of tailings storage facility in FLAC? 10.2.2023
-
Abaqus vs Plaxis – Local Convergence Tolerances 2.2.2023
-
Zbraslav sand – Cyclic tests by Charles University 17.1.2023
Recent Comments
- Francisco Mendez on Presentations from Prague Geotechnical Days 2023 including 29th Prague Geotechical Lecture by Yannis Dafalias
- Héctor Montenegro on Extended Mohr–Coulomb (EMC)
- Kassem Dib on Problem in using Hypoplastic model for sand in Abaqus.
- Isma Khabis on Problem in using Hypoplastic model for sand in Abaqus.
- Isma Khabis on Problem in using Hypoplastic model for sand in Abaqus.
- Kassem Dib on Problem in using Hypoplastic model for sand in Abaqus.
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
it does not look like a warning of hp_umat.
it’s probably from another abaqus material
yeah, I set another material in this model that led to this warning which disappeared after deleting this material .
Hi Tao Zhu, try to define 20 material-parameters instead of 29 (for PLAXIS) and 16 state-variables (depvar). I already have used this model with Abaqus. The model was running perfectly.
Thanks for your advice. I have defined 20 material-parameters instead of 29, but it doesn’t work and the error is ‘User subroutine umat is missing’. There should be no problem with the path of the user subroutine file. Could you please tell me what is the possible reason for this problem?
I read the umat subroutine ‘umat_hcea.for’ and I think the number of the material-parameters should be 22—alpha_power=parms(21),avoid=props(22).
However the sand model with ‘umat.for’ can run perfectly… I’m really confused that the clay model aborted with the error ‘User subroutine umat is missing’ but the sand model can run successfully.
Dear Tao,
I guess the issue is simply to solve. Open the umat_hcea.for with your favorite text/code editor and change the name from ” subroutine umat_hcea(…” to ” subroutine umat(…”.
best regards,
Hans
Dear Hans, Thank you very much! It really works!