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
-
Free Tochnog Professional list of capabilities and papers
Dennis Roddeman||Finite Elements|0 |
Views 2,009
Dear All, you can find a list with some of Tochnog Professional capabilities and application papers at: http://www.tochnogprofessional.nl/Tochnog_Professional_wikipedia_format.pdf Stay safe, Dennis Roddeman -
Barodesy download package including small strain stiffness and strength reduction (UMAT and PLAXIS dll)
Manuel Bode||Finite Elements|0 |
Views 2,108
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) […] -
Geostatic method for Abaqus/Explicit
Joe Chu||Finite Elements|3 |
Views 3,171
Dear all, I recently conducted a numerical simulation of pile-soil interaction. I digged a vertical hole and insert the pile into that with general contact. Due to many reasons, I […] -
finite element modeling of ISA-HP for sand material
arad ahmadi radin||Finite Elements|1 |
Views 2,049
On the simulation of the cyclic mobility effect with an ISA -hypoplastic hypoplastic hypoplastic model, is it possible to simulate 3D liquefiable sandy soil by available u-mat file which is […] -
Seismic Liquifaction
MOHD SAQIB||Finite Elements|2 |
Views 2,162
Hello All, I am trying to simulate the seismic liquefaction in Abaqus. Can you please help me to model this. Best Regards’ Saqib -
liquefaction simulation with abaqus
Ruibin Hou||Finite Elements|6 |
Views 2,741
Hello, everyone I am an abaqus user and developer. Recently, I want to simulating the liquefaction phenomenon with abaqus/standard or abaqus/explicit. As I know, this cannot be realized using the […] -
UMAT for hypoplastic subroutine
Naif Alsanabani||Finite Elements|4 |
Views 2,667
Hello all, Could you please anyone provide me umat for Hypoplastic model that used as subroutine in Abqus 6.14. With Best Regards Naif Mohammed -
DIANA 10.4 released with full Geotechnical possibilities 3D as always, but now also 2D!
Ab van den bos||Finite Elements|0 |
Views 2,082
We are pleased to announce that DIANA 10.4 is released with full 2D geotechnical possibilities. DIANA is already easy to use for full 3D geotechnical models, and now the more […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Zbraslav sand – Cyclic tests by Charles University 17.1.2023
-
New features in Excalibre 17.1.2023
-
Sanisand 13.1.2023
-
SaniSand Model in Plaxis 3D 9.12.2022
-
The GA-cal software for the automatic calibration of soil constitutive laws 2.12.2022
-
Abaqus OneAPI Compiler 10.11.2022
-
Few more Question on calculating lateral displacement of pile using hypoplastic clay model 3.10.2022
-
A question about the hypoplastic model in clay 22.9.2022
-
A High-Cycle Accumulation Model for Sand (Niemunis et al., 2005) 6.9.2022
-
Malaysian kaolin – Cyclic tests by Charles University 5.9.2022
-
Problem in calculating Lateral displacement of the pile using Hypoplastic clay model 2.9.2022
-
GTS NX 25.7.2022
Recent Comments
- Shruthija Sreeram on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
- Paul Le Roux on Zbraslav sand – Cyclic tests by Charles University
- Amrane Moussa on Download package of a complete dataset “Zbraslav sand – Cyclic tests by Charles University”
- Francisco Mendez on The GA-cal software for the automatic calibration of soil constitutive laws
- Abolfazl Najafi on The GA-cal software for the automatic calibration of soil constitutive laws
- Arie Koot on SaniSand Model in Plaxis 3D
- Sajjad Shakeri on UDSM PLAXIS
- Anis Kheffache on Abaqus OneAPI Compiler
- Kassem Dib on How can I solve the error in Abaqus mentioned below?
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Tomáš Kadlíček on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Safia EDAOUDI on Simulating Oedometer test in PLAXIS
- Safia EDAOUDI on Simulating the oedometric test with Abaqus
- MOHD SAQIB on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Guilherme Castro on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Giada Orlando on Download Package for Hypoplastic interface model and UMAT – FRIC interface
- Paul Le Roux on PM4Sand and PM4Silt models available
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!