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 of triaxial test sample by using hypoplastic subroutine
Naif Alsanabani||Finite Elements|7 |
Views 4,360
I tried to model sample of triaxial test in Abaqus program. I used hypoplastic subroutine. The parameters used in hypoplastic model was Hochstetten sand the given in website “https://web.natur.cuni.cz/uhigug/masin/plaxumat/node5.html”. The […] -
Hypoplasticity sand convergence issues
anis kheffache||Finite Elements|2 |
Views 4,618
Hi everyone, i am modeling laterally loaded monopile using abaqus, My 3d model looks like this, only half of the model is simulated, symmetry boundary conditions is applied to the […] -
Consideration of Ko using HP clay model
muhammad shakeel||Finite Elements|1 |
Views 3,727
Dear SoilModels community Dear Prof. Masin / all I want to know how HP model considers Ko variation for the following cases: Ko with variation with OCR? Ko determination related […] -
Modeling cyclic undrained sandy soil triaxial test using ABAQUS
Shile Dong||Finite Elements|3 |
Views 4,245
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 […] -
Problem in calculating Lateral displacement of the pile using Hypoplastic clay model
arsalan Ahmad||Finite Elements|4 |
Views 3,747
Hy Professor David, I am trying to verify the result of one of your paper by the title ‘Cyclic lateral response and failure mechanisms of semi-rigid pile in soft clay: […] -
UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
anis kheffache||Finite Elements|8 |
Views 2,752
Dear all, A while ago, a person asked about the hypoplasticity umats, the problem was that the umats were not working when compiled using the oneAPI fortran compiler, an error […] -
Skin friction along depth of pile
Md Shafiqul Islam||Finite Elements|0 |
Views 3,641
Dear all, I am simulating static pile load test in the rock by using ABAQUS. For comparison of numerical results with the experimental, I need skin friction vs depth plot. […] -
hypoplasticity models in free Tochnog Professional
Silvia Imposimato||Finite Elements|0 |
Views 3,972
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. […]
Search SoilModels Website
Recent posts
-
Abaqus RITSS methon for LDFE analysis with hypoplastic 17.3.2025
-
Request for VUMAT Implementation of Mohr-Coulomb, Drucker-Prager, or Drucker-Prager Cap 28.2.2025
-
Suggestions for an Advanced Constitutive Model in FEM-Based Dynamic Slope Stability Analysis 12.2.2025
-
Hardening Soil or Hardening Soil-Small umat in Abaqus 2.1.2025
-
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
Recent Comments
- Chris Eskandari on Drucker Prager Cap Hardening Model
- Hu Shihong on SANISAND for FLAC3D Download
- Ulas Cilingir on SANISAND for FLAC3D Download
- Pouya Zahedi on UMAT Code for Modified Cam Clay model
- Xiuzhe Wang on Hypoplasticity sand convergence issues
- Zheng Wanying on Example of FLAC3D data file
- Zheng Wanying on SANISAND for FLAC3D Download
- Anis Kheffache on Problem in using Hypoplastic model for sand in Abaqus.
- Micha Van der Sloot on PM4Sand for Plaxis Download
- Kiruthika Perumal on PM4Sand for Plaxis Download
- 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
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!