Not able to run the subroutine ……..error is coming ……UMAT: illegal (negative) actual void ratio detected
Can anybody help
Hypoplastcity sand model
Related Articles
-
abaqus version
sobhan abedinnejad||Constitutive Modelling|3 |Views 4,232
hi every one i’m using abaqus 2017 and i want to implement Hypo-sand to my Biaxial model (2D) and before all, i linked abaqus and fortran successfully my question is […] -
Cyclic simple shear test simulation with hypoplasticity
Piotr Kowalczyk||Constitutive Modelling|2 |Views 5,007
Dear All, I am using sand hypoplastic model in my research and I have encountered some problem when looking into cyclic simple shear test in the range of small strains. […] -
Cyclic/monotonic direct shear test (matlab driver)
anis kheffache||Constitutive Modelling|2 |Views 5,773
Hi everyone, i am trying to simulate DSS/cDSS test in drained/undrained conditions and I was wondering how the constraints matrices should be ? while it is easy to understand how […] -
CEL analysis using hypo plasticity Vumat
abd Elfattah||Constitutive Modelling|8 |Views 5,163
Greetings i used interface Vumat with Umat for simulating CEL problem, after 50% of analysis, i got the error as “Excessive incremental rotation of the elements in element set ” […] -
Hardening Soil Model in Abaqus
Abulimiti Ayizula||Constitutive Modelling|5 |Views 5,874
Is there Hardening Soil Model in Abaqus? -
UMAT for Creep-SCLAY model.
isma khabis||Constitutive Modelling|0 |Views 1,714
Does anyone have the UMAT for the Creep-Clay model to be implemented in Abaqus? -
Question on the Matlab driver-hypoplastic models
c sx||Constitutive Modelling|5 |Views 4,237
Dear all, After carefully reading the matlab drivers of hypoplastic models, I was wondering why there is not mix control undrained TX compression. I want to achieve the same result […] -
Difference between ExCalibre and Plaxis for Oedometer test
Marco Hofer||Constitutive Modelling|3 |Views 4,482
Hello all, i did the automatic calibration for the Dobrany and Motol sand and tried to model the soil tests also in Plaxis and then to compare both. For the […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
- 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
- Intergranular Strain Extensions 16.7.2024
- Abaqus Hypoplasticity Primary Variable Is Not Available 1.7.2024
- Vumat to calculate excess pore in Coupled Eulerian-Lagrangian ABAQUS 1.7.2024
- Drucker Prager Cap Hardening Model 20.6.2024
- Soil model for sand under drained cyclic loading 15.6.2024
- In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously? 15.6.2024
Recent Comments
- Xiuzhe Wang on Hypoplasticity sand convergence issues
- Zheng Wanying on Example of FLAC3D data file
- Zheng Wanying on SANISAND for FLAC3D Download
- Anis Kheffache on Problem in using Hypoplastic model for sand in Abaqus.
- Micha Van der Sloot on PM4Sand for Plaxis Download
- Kiruthika Perumal on PM4Sand for Plaxis Download
- Shishir Kumar Sikder Amit on Mohr Coulomb umat in Abaqus
- Zhentao Liu on Hypoplasticity sand convergence issues
- Zhentao Liu on Combining Hypoplastic-sand and Hypoplastic-clay in one UMAT file
- Sumin Song on Clay and Sand hypoplasticity UMAT and Plaxis implementations, including UMAT-Plaxis interface
- KHA DIDJA on Issue in applying SANISAND04 UMAT to Boundary-Value-Problem
- Zhentao Liu on Problem in simulating CPT using SANISAND04
- Jin-Hu Li on Problem in simulating CPT using SANISAND04
- Johan Clausen on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Ismail Khan on SANISAND for FLAC3D Download
- Tao Zhu on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Lei DAI on SANISAND for FLAC3D Download
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
Hi, so I guess you provided illegal (negative) actual void ratio 🙂
Hypoplasticity is porosity-dependent model and proper initialisation of state variables is needed, either through sdvini, or through the initialisation implemented directly in umat routine (this is not available in all umats, depends on what umat you use). For example, in sand hypoplasticity umat
https://soilmodels.com/download/plaxis-umat-hypoplas-tar-gz/
you can initialise void ratio using parameter 16, so sdvini routine is not needed, see
https://web.natur.cuni.cz/uhigug/masin/plaxumat/node5.html
I used the model parameters from the Ex-calibre database for sand hypoplasticity (dobrany) and initial (actual) void ratio as the one before oedometric test (0.996). And I’m getting the error for negative actual void ratio. Am I doing something wrong or there could be other reasons for this error?
Hi Jasmine, to try to find out where is the problem, I suggest you to run umat in element test program first. You can also try different sand model umat (there are more options at SoilModels).
Thank you Professor for your prompt reply. I figured from the .dat file in ABAQUS that the void ratio value given in the sdvini subroutine has not been somehow considered in the analysis, because the value printed is null.
I could run the element tests (triaxial) using the subroutines. But, when I open the input file in ABAQUS and then try to run it, it gives error of void ratio.
Thanks got it……..I am using ABAQUS….Is any documentation is available for ABAQUS………I have checked for plaxis well documented manual is there…..Is it possible check pore water pressure and damping during earthquake (forABAQUS)………Currently I am using UMAT the one available in the link https://soilmodels.com/download/plaxis-umat-hypoplas-tar-gz/ (for abaqus i am using only umat file)
The description on parameters here:
https://web.natur.cuni.cz/uhigug/masin/plaxumat/node5.html
is valid both for Plaxis and Abaqus.
If you want to run undrained analysis, then bulk modulus of water Kw is at parameter 15 and excess pore water pressure at statev 8. The same as in clay model (par7, statev8):
https://web.natur.cuni.cz/uhigug/masin/plaxumat/node6.html
Thank you very much……what is the unit of input and output state variable parameter……….can the model be used for liquefaction assessment …….. any limitation i am thinking of using it……….
in page no 6 of documentation it is written as state variable 8 is not used
Hi, yes, I know it is written, but I kept it for internal purposes, it is used. I will correct it in documentation later on. As for liquefaction, in principle you can use it, but this will be up to you, to calibrate the model using your data and assess predictive capabilities. As for state variables, there are either no units or kPa, but this will also be up to you to go through documentation… Hope the model helps, regards David
thank you very much