Hi,
I am working in Abaqus, aiming to model double porosity clay consolidation data by using hypoplastic clay model with meta stable structure. First, i just wanted to verify basic model using simple axisymmetric geometry (Triaxial Test) in Abaqus. So i used material Parameters as : 22.611e-5,.11,.016,.4 and rest all zero. As a standard procedure i included umat_hcea.for file in the job module and ran my job. I got the error that UMAT was missing, so i opened the umat_hcea.for and replaced first word after usersubroutine by UMAT and finally job completed successfully. I am simply loading under isotropic conditions and then unloading but my when i checked the void ratio upon unloading, it didn’t follow k line it retracted along lambda curve only. Also the void ratio is decreasing not along butterfield’s criteria but along e-lnp’ space (i checked by hand calculations). Can any one suggest me where i could be wrong and also, is there any change that i have to make in the fortran file like the one mentioned above?. Any help would be great .
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Related Articles
-
Slope stability calculation with hypoplasticity using phi-c reduction available now in download section
David Mašín||Finite Elements|0 |Views 4,777
The strength reduction method in clay hypoplasticity now available -
Modeling of triaxial test sample by using hypoplastic subroutine
Naif Alsanabani||Finite Elements|7 |Views 4,994
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 […] -
Connecting remote sensors to the Plaxis FEM 3D using python
Amir Farshadfar||Finite Elements|0 |Views 5,422
Dear I want to connect remote sensors to my engineering software Plaxis FEM 3D. Some days ago I was able to connect the python to the Plaxis FEM 3D, but […] -
ABAQUS UMAT of hypoplastic clay model
Akhtyar Gul Shirzoi||Finite Elements|2 |Views 1,789
Hi Everyone. I am new to this Platform. I want to use the hypoplastic model in my research. how I can download it UMAT file for ABAQUS software? -
Small displacements when using HP model in Plaxis 3D
Arno Crous||Finite Elements|4 |Views 4,086
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 […] -
hypoplasticity model with Abaqus umat on Brno clay
mahdie masoudi||Finite Elements|5 |Views 5,341
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 […] -
Calculation of coordinates of climbing formwork using hypoplasticity and pressuremter tests
Christian Schwab||Finite Elements|0 |Views 4,036
Our article published in the latest issue of Ground Engineering 10/2017. Great combination of cone-pressueremeter-testing (CPM) by FUGRO and advanced 3D Fem modelling by GEOLINK using hypoplastic constitutive equations to […] -
Boundary Conditions of Masin 2005 Paper for clay hypoplasticity
Shen Wang||Finite Elements|4 |Views 4,565
Hello, I am using clay hypoplastic umat code and trying to verify the code with the simulation on the paper of Prof. Masin. I found in the paper (Masin, 2005, […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
mohr coulomb 2D yield surface vs 3D mohr coulomb yield surface 28.2.2026
-
Problem with GeoStudio (Seepage) software 16.2.2026
-
Prague Geotechnical Days 2026 3.2.2026
-
Postdoctoral position at COFS, UWA 28.7.2025
-
Hypoplasticity clay in ABAQUS 23.7.2025
-
Drucker-Prager Cap 29.5.2025
-
Abaqus RITSS with hypoplastic 9.4.2025
-
Fellin UMAT subroutine 2.4.2025
-
Hypoplasticity clay for triaxial compression in abaqus 26.3.2025
-
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
Recent Comments
- Arie Koot on mohr coulomb 2D yield surface vs 3D mohr coulomb yield surface
- Arie Koot on Multilaminate Model (Schädlich & Schweiger)
- Amir F on Problem with GeoStudio (Seepage) software
- Nabanita Saha on set cavitation limit in ABAQUS/STANDARD when using SANISAND umat
- Nabanita Saha on SANISAND Abaqus UMAT and Plaxis implementations
- Tian Fapai on SANISAND Abaqus UMAT and Plaxis implementations
- Heng Wang on Multilaminate Model (Schädlich & Schweiger)
- Zhang Hongwei on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Ruimin Chen on Problem with VUMAT interface
- Nitesh Bhume on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Aleksandar Kostadinovic on Karlsruhe fine sand – Cyclic tests (T. Wichtmann)
- Amrane Moussa on Kadlíček, T., Ochmański, M., Mašín, D. and Duque, J. (2022) Report on Charles University implementation of high cycle accumulation model
- Ramon Varghese on SANISAND for FLAC3D Download
- Shuhan Cao on Hardening Soil or Hardening Soil-Small umat in Abaqus
- Kuikui Guigui on Hypoplastic Interface Model (Stutz et al., 2016)
- Kuikui Guigui on Download Package for Hypoplastic interface model and UMAT – FRIC interface
- Francisco José Mendez on Programme of the ALERT Olek Zienkiewicz school on Constitutive Modelling of Geomaterials, February 3 to 7, 2025, Prague, Czech Republic
- Francisco José Mendez on REQUEST FOR EXPRESSIONS OF INTEREST (REOI) FOR PROJECT IN CONSTITUTIVE MODELLING






My issue has been resolved, i think it was related to initialization of State depenedent Varaiables. Once i did that results are fine.
can you please let me know how to initialize state dependent variables?
Is it through sdvini subroutine? if so can you please forward me the fortran file which includes both sdvini and umat subroutines.
i have added the following code to umat plz check if it works-
subroutine sdvini(statev,coords,nstatv,ncrds,noel,npt,layer,kspt)
c
INCLUDE ‘ABA_PARAM.INC’
c
DIMENSION STATEV(NSTATV),COORDS(NCRDS)
c
statev(1) = 0
statev(2) = 0
statev(3) = 0
statev(4) = 0
statev(5) = 0
statev(6) = 0
statev(7) = 0.52
statev(8) = 0
statev(9) = 0
statev(10) = 0
statev(11) = 0
statev(12) = 0
statev(13) = 0
statev(14) = 0
statev(15) = 0
statev(16) = 0
c
return
end
c——————————————————————————
can you please let me know how to initialize state dependent variables?
Is it through sdvini subroutine? if so can you please forward me the fortran file which includes both sdvini and umat subroutines.