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
-
Few more Question on calculating lateral displacement of pile using hypoplastic clay model
Muhammad Ahmad||Finite Elements|0 |Views 4,120
Dear Professor David, Thank you very much for your previous clarification. its really helps. In continuation to my previous , there are few more question, i want your kindself to […] -
Modeling of granular soil by using UMAT hypoplastic in Abaqus
Naif Alsanabani||Finite Elements|5 |Views 4,296
Dear all I am using the UMAT of hypoplastic model for simulation soil (3D modeling) under cyclic loading. The analysis was completed at geostatic step. But for consolidation step (soil, […] -
Issue in applying SANISAND04 UMAT to Boundary-Value-Problem
Bala Harsha Srusti||Finite Elements|1 |Views 1,369
Hi All, I am currently working on a research problem involving the implementation of the SANISAND04 UMAT (Soil models) in Abaqus for embankment analysis. While I have successfully tested the […] -
Plaxis 3D Tunnel
Mesut Demir||Finite Elements|0 |Views 3,917
Hi Everybody, I would like to ask an error problem where I am getting while using Plaxis 3D tunnel V 1.2. Previously I was using the software with Windows 7 […] -
hypoplasticity model with Abaqus umat on Brno clay
mahdie masoudi||Finite Elements|5 |Views 4,556
Dear all, I am a Ph.D. student at Kharazmi University. Recently I have been trying to simulate a triaxial compression test using the hypoplasticity model for clay using ABAQUS. The […] -
Calibrate hypoplastic model
sahar saab||Finite Elements|2 |Views 3,631
I am trying to calibrate my sand using Excalibre. I tried some triaxial element tests using Abaqus. However the results are different between Excalibre and Abaqus. -
How to replicate results for vertical cut in FEM program
Amine Aboufirass||Finite Elements|0 |Views 3,761
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 […] -
Small displacements when using HP model in Plaxis 3D
Arno Crous||Finite Elements|4 |Views 3,574
I am modelling sand slopes in Plaxis 3D using an HP model. I am using soil parameters from “Modelling of Soil Behaviour with Hypoplasticity” by David Masin (2019). During the […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
- hypoplastic interface 11.12.2024
- Triaxial Test Driver SANISAND 30.10.2024
- REQUEST FOR EXPRESSIONS OF INTEREST (REOI) FOR PROJECT IN CONSTITUTIVE MODELLING 23.10.2024
- Programme of the ALERT Olek Zienkiewicz school on Constitutive Modelling of Geomaterials, February 3 to 7, 2025, Prague, Czech Republic 11.10.2024
- Connecting remote sensors to the Plaxis FEM 3D using python 26.7.2024
- Intergranular Strain Extensions 16.7.2024
- Abaqus Hypoplasticity Primary Variable Is Not Available 1.7.2024
- Vumat to calculate excess pore in Coupled Eulerian-Lagrangian ABAQUS 1.7.2024
- Drucker Prager Cap Hardening Model 20.6.2024
- Soil model for sand under drained cyclic loading 15.6.2024
- In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously? 15.6.2024
- Issue in applying SANISAND04 UMAT to Boundary-Value-Problem 31.5.2024
Recent Comments
- Shishir Kumar Sikder Amit on Mohr Coulomb umat in Abaqus
- Zhentao Liu on Hypoplasticity sand convergence issues
- Zhentao Liu on Combining Hypoplastic-sand and Hypoplastic-clay in one UMAT file
- Sumin Song on Clay and Sand hypoplasticity UMAT and Plaxis implementations, including UMAT-Plaxis interface
- KHA DIDJA on Issue in applying SANISAND04 UMAT to Boundary-Value-Problem
- Zhentao Liu on Problem in simulating CPT using SANISAND04
- Jin-Hu Li on Problem in simulating CPT using SANISAND04
- Johan Clausen on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Ismail Khan on SANISAND for FLAC3D Download
- Tao Zhu on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Lei DAI on SANISAND for FLAC3D Download
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
- Charbel NOHRA on “Warning LNK4210” – hypoplastic clay UMAT
- Pouya Zahedi on UMAT for hypoplastic subroutine
- Mohsen Misaghian on SANISAND umat issue
- Ashesh Choudhury on Abaqus
- Hu Shihong on Triaxial compression test using Mohr-Coulomb model in Abaqus
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!