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
-
Calibrate hypoplastic model
sahar saab||Finite Elements|2 |
Views 2,857
I am trying to calibrate my sand using Excalibre. I tried some triaxial element tests using Abaqus. However the results are different between Excalibre and Abaqus. -
Some confusion about the parameters in Abaqus umat of Hypoplastic Modeling
Joe Chu||Finite Elements|1 |
Views 2,838
Dear all, When I check the umat file of sand hypoplastic modeling, I find there are two parametesr(p_t(2), bulk_w(15)) without any definitions. Could someone kindly explain the exact meaning for […] -
hypoplasticity models in free Tochnog Professional
Silvia Imposimato||Finite Elements|0 |
Views 3,102
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. […] -
ABAQUS modeling: Warning about unconnected regions when using hypoplasticity subroutine
Jasmine Lokesh||Finite Elements|0 |
Views 4,016
I ran a simple 3D model with symmetry boundary conditions first using elastic material and then as hypoplastic using a subroutine. However, in the former case, I don’t get the […] -
SANISAND umat issue
Philip Alkhoury||Finite Elements|2 |
Views 3,008
Hello everyone; I have implemented the Sanisand constitutive model (UMAT) in abaqus in the scope of performing a dynamic analysis on a 3D soil-pile interaction problem. I have succeded in […] -
Boundary value problems for granular materials subjected to earthquake loading
MOHD SAQIB||Finite Elements|1 |
Views 2,800
Dear All, Hope you all well, I have been searching for some good publications on the Boundary value problems on Foundation system with granular materials subjected to earthquake loading or […] -
UMAT code for Unsaturated soil modes
Arghya Das||Finite Elements|1 |
Views 3,528
Hello Everyone, I am trying to implement an unsaturated soil model (BBM or similar) in ABAQUS using UMAT. We want to assign a pore-pressure boundary condition for simulating the drying […] -
Special issue of Computers and Structures “Numerical simulation of multi‐physics phenomena in geotechnical structures”
David Mašín||Finite Elements|1 |
Views 5,086
https://www.sciencedirect.com/journal/computers-and-structures/about/forthcoming-special-issues Numerical simulation of multi‐physics phenomena in geotechnical structures Complete and thorough analysis of geotechnical structures, requires various complex materials models with internal structures, which cannot be described by the […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Presentations from Prague Geotechnical Days 2023 including 29th Prague Geotechical Lecture by Yannis Dafalias 25.5.2023
-
Problem in using Hypoplastic model for sand in Abaqus. 17.5.2023
-
An error in the SANISAND umat runtime 8.5.2023
-
Htypoplastic Model in Miidas GTS NX 25.4.2023
-
set cavitation limit in ABAQUS/STANDARD when using SANISAND umat 2.4.2023
-
FE formulation and software 25.3.2023
-
Multi-objective analysis of the Sand Hypoplasticity model calibration 24.3.2023
-
Problem with SANISAND UMAT 7.3.2023
-
Prague Geotechnical Days 2023 (22nd – 23rd of May) with Prague Geotechnical Lecture by prof. Yannis Dafalias 28.2.2023
-
What is an appropriate damping model for dynamic liquefaction analysis of tailings storage facility in FLAC? 10.2.2023
-
Abaqus vs Plaxis – Local Convergence Tolerances 2.2.2023
-
Zbraslav sand – Cyclic tests by Charles University 17.1.2023
Recent Comments
- Francisco Mendez on Presentations from Prague Geotechnical Days 2023 including 29th Prague Geotechical Lecture by Yannis Dafalias
- Héctor Montenegro on Extended Mohr–Coulomb (EMC)
- Kassem Dib on Problem in using Hypoplastic model for sand in Abaqus.
- Isma Khabis on Problem in using Hypoplastic model for sand in Abaqus.
- Isma Khabis on Problem in using Hypoplastic model for sand in Abaqus.
- Kassem Dib on Problem in using Hypoplastic model for sand in Abaqus.
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Arie Koot on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
- Zhentao Liu on An error in the SANISAND umat runtime
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——————————————————————————