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
-
DIANA with monopile follows Blum theory saving 10 m of length
Ab van den bos||Finite Elements|0 |
Views 708
Where the client was forced to make all his horizontal loaded Dolphins (piles) 10 m longer we could trustworthy proof that this actually was not necessary saving millions of cost […] -
DIANA 10.5 new features
jesus mediavilla||Finite Elements|0 |
Views 1,536
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 -
Factor of safety in Plaxis 3D using hypoplastic model for sand
Arno Crous||Finite Elements|1 |
Views 1,011
I am currently modelling a test conducted in the geotechnical centrifuge facility at HKUST. The test consisted of a sand slope with a rising water table. The slope height in […] -
new hypoplasticity laws in Tochnog Professional
dennis roddeman||Finite Elements|1 |
Views 849
The 2014 Masin hypoplasticity for clays has been implemented in Tochnog Professional under guidance of Dr. David Masin. This implementation includes structure, intergranular strains and visco effects. Extensions to the […] -
Tochnog Professional becomes free
Dennis Roddeman||Finite Elements|0 |
Views 983
After several decades of development we are happy to announce that the Tochnog Professional finite element program has become free. Both for academic and commercial use. We are extremely grateful […] -
Skin friction along depth of pile
Md Shafiqul Islam||Finite Elements|0 |
Views 853
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. […] -
ABAQUS-UMAT Help
Mehmet Gocmez||Finite Elements|2 |
Views 451
Hi everyone, I would like to ask if anyone has an example umat file for me to study to work on my master thesis researches. I would like to create […] -
Small displacements when using HP model in Plaxis 3D
Arno Crous||Finite Elements|4 |
Views 696
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
-
Shear modulus degragation 12.5.2022
-
FRIC code for clay hypoplasticity interface 23.4.2022
-
Hypo-umat sand 18.4.2022
-
Hypo-umat sand 18.4.2022
-
Using pore fluid-stress element in SandSand 9.4.2022
-
“Warning LNK4210” – hypoplastic clay UMAT 8.4.2022
-
Prague Geotechnical Days 2022 with Prague Geotechnical Lecture by prof. Cino Viggiani 7.4.2022
-
Micropiles load tests database 26.3.2022
-
DIANA 10.5 new features 10.3.2022
-
Input files for element tests for hypoplastic clay/sand UMAT 6.3.2022
-
Combining Hypoplastic-sand and Hypoplastic-clay in one UMAT file 2.3.2022
-
UMAT code for Unsaturated soil modes 19.2.2022
Recent Comments
- Alireza Lajmiri on Download package of ISA cyclic hypoplasticity for Abaqus
- Baban Bapir on Shear modulus degragation
- Rakshanda Showkat on SANISAND for FLAC3D Download
- HaoRan OUYANG on Using pore fluid-stress element in SandSand
- HaoRan OUYANG on Course “Hypoplasticity for Practical Applications”
- Miracle Dai on Hypo-umat sand
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on Transient Dynamic analysis (U-P formulation)
- Yifei Sun on matlab driver
- SPARSHA SINDURI NAGULA on SANISAND Abaqus UMAT and Plaxis implementations
- Srinivas Vivek Bokkisa on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- MOHD SAQIB on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- Srinivas Vivek Bokkisa on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- Jesus Mediavilla on DIANA FEA 10.3 new release – special on geotechnics
- Keng-Wit Lim on UMAT code for Unsaturated soil modes
- MOHD SAQIB on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
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!