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
-
Problem with Hypoplastic Vumat use with CEL in Abaqus
Abdulkader ELHAJ||Finite Elements|0 |
Views 3,816
Hello all, I am currently working on the FE modeling of anchors installation into the soil using the CEL analysis in Abaqus. I tried to use the hypoplastic vumat for […] -
How to model the settlement in soil due to water drawdown.
Guru Panda||Finite Elements|5 |
Views 5,958
Which software has the feature to model soil settlement due water drawdown? -
In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously?
Ashesh Choudhury||Finite Elements|0 |
Views 891
In Abaqus how do we use *DLOAD for defining user-defined pressure and body force simultaneously? I want to user-define both body fore and pressure. -
Tochnog Professional Page moves
Dennis Roddeman||Finite Elements|1 |
Views 3,716
Hi All, Starting from Saturday January 26 2019 the Tochnog Professional page moves to http://www.tochnogprofessional.nl Best, Dennis Roddeman -
hypoplasticity model with Abaqus umat on Brno clay
mahdie masoudi||Finite Elements|5 |
Views 4,790
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 […] -
new hypoplasticity laws in Tochnog Professional
dennis roddeman||Finite Elements|1 |
Views 3,697
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 […] -
finite element modeling of ISA-HP for sand material
arad ahmadi radin||Finite Elements|1 |
Views 3,736
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 […] -
Skin friction along depth of pile
Md Shafiqul Islam||Finite Elements|0 |
Views 3,753
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. […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
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
-
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
Recent Comments
- 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
- Lars Vabbersgaard Andersen on GroundVib.setup.web.exe
- Maria Manakou on GroundVib.setup.web.exe
- Jay Chou on Abaqus RITSS methon for LDFE analysis with hypoplastic
- Tongyu Di on Abaqus RITSS methon for LDFE analysis with hypoplastic
- Dingxin Zhang on Errors of sand hypoplastic model with Abaqus Vumat
- Linares De Castro on GroundVib.setup.web.exe
- 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
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.