Dear all,
Recently, I have been working on the simulation of a pile-soil interaction with CEL method in Abaqus/Explicit. I simulate the sand with the Sand Hypoplasticity Model provided by Prof. Masin. And I use the VUMAT_UMAT Interface from Prof. Bienen.
However, When I call the Vumat.for file, two errors always appears:
Error 1: The option *user material,type=mechanical completely defines the material behavior. It can not be used with an option that defines part of a material`s behavior
Error 2: A material property that is not allowed with a user material has been specified
PS: The picture shows the error message and the sand constitutive model parameters setting.
I did not find a solution to these two errors on the Internet, so I ask for help. Any suggestion or comment will be appreciated.
Errors of sand hypoplastic model with Abaqus Vumat
Related Articles
-
Oedometer test simulation with “Sand Hypoplasticity Model” in Plaxis
Manuel Winkler||Constitutive Modelling|2 |
Views 4,822
Hi, I just came across some problems with the implementation of the “Sand Hypoplasticity Model” in Plaxis. I wanted to to perform a simulation of an oedometer test on a […] -
Calibration the UMAT sand hypoplastic parameters
aysar hassan||Constitutive Modelling|3 |
Views 4,384
Dear all, I’m facing trouble in calculating NO. 16 parameter in the UMAT for sand hypoplasticity by Dr. Masin, any help will be really appreciated especially with an example. Best […] -
Question about Interface between UMAT and VUMAT
Sina Niazi||Constitutive Modelling|1 |
Views 4,752
Hello, I read the research report and the FORTRAN code available at https://soilmodels.com/download/vumat_umatinterface-zip/. It sounds quite interesting but I have a couple of questions about the FORTRAN code: 1- Did […] -
Automatic calibration software ExCalibre has been launched
David Mašín||Constitutive Modelling|0 |
Views 4,956
On behalf of the team of developers I am happy to announce that, after more than four years of development and testing, ExCalibre has just been launched. ExCalibre is a […] -
-
Problem with SANISAND UMAT
Safia EDAOUDI||Constitutive Modelling|3 |
Views 9,712
Hello all, I’m using the SANISAND UMAT I downloaded here for my research, the problem I found is it gives me wrong results in ABAQUS and INCREMENTAL DRIVER for element […] -
ExCalibre Automatic Calibration
Marco Hofer||Constitutive Modelling|4 |
Views 4,445
Hello all, According to my last post some weeks ago I now have translated the laboratory data from engineering strain to true strain with the following formula: epsilon(true)=ln(1+epsilon(engineering)). I compared […] -
Question on the Matlab driver-hypoplastic models
c sx||Constitutive Modelling|5 |
Views 4,338
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 […]
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
- 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
- Anis Kheffache on Problem in using Hypoplastic model for sand in Abaqus.
Hi Kunpeng, can you explain why you define also elastic material behaviour? All the material behaviour should be governed by vumat.
Hi Prof. Masin, if I delete elastic material behaviour, another error will be generated:
ERROR in job messaging system: Error in connection to analysis
There is also a warning message:
A material defined in user subroutine VUMAT must be defined as purely elastic (using the initial elastic modulus) at the beginning of the analysis (stepTime=0). This is an informative message. It does not necessarily indicate that user subroutine VUMAT is incorrectly defined.
This is similar to the problem Panpan Guo encountered: https://soilmodels.com/general-questions-on-implementation-of-sand-hypoplasticity-model-with-abaqus-umat/
1. as Prof. Mašín said,all the material behaviour should be governed by vumat. So, we can’t define elastic material when using hp model through vumat.
2. ’A material defined in user subroutine VUMAT must be defined as purely elastic’, which is just a warning message, not a mistake. So, it will not affect the the operation of user subroutines.
3. When an error message “zero or negative initial dilatational modulus caused by bad material data” appears, we should Uncheck this option“ material editor: General-User Material: VUMAT defines effective modulus”. About it’s mechanism, ples refer to USER ASSISTANCE of ABAQUS. Searching for key words“VUMAT defines effective modulus”
Hi Kunpeng, did you notice and activate this line in umat?
c For use in ABAQUS EXPLICIT, activate the following line
c if(kstep.eq.1 .AND. kinc.eq.1) testing=3
testing==3 means that elasticity is activated for the initialisation step
Hi Prof. Masin,
Yes, of course. This line is activated. But the problem still exists.
I see. This seems as a general problem of VUMAT usage, hope that someone using Abaqus explicit will be able to help.
Hi Prof.Masin,
Thank you for sharing the hypoplasty model.
I would like to know that if the model (clay Hypoplasty) includes the large deformations and plastic strains, and can you guide me on how to define and declare values to parameters of the model inside the Abaques application.
Appreciatively.
Hi, please study “Mašín, D. (2015) Part 4: Determination of material parameters, PhD course “Hypoplasticity for Practical Applications” handouts [Presentation]”, it is awailable for download in SoilModels publication database. Regards David
Thank you
Hi,
when using a umat or vumat, the following information needs to be included in the .inp file:
*Material, name=Material-xyz
*Depvar
integer_number,
*User Material, constants=integer_number
constants_definition
The information you included above reads *User material, type=mechanical. Please also check that the number of material constants defined here match that in the umat/vumat.
Hi,
I used VUMAT_UMAT interface from Dr. Bienen to transfer the Sanisand UMAT to VUMAT. I used the dynamic explicit step to do the analysis. I got the warning message like
“A material defined in user subroutine VUMAT must be defined as purely elastic (using the initial elastic modulus) at the beginning of the analysis (stepTime=0). This is an informative message. It does not necessarily indicate that user subroutine VUMAT is incorrectly defined.”
In Sanisand UMAT there has no these lines
c For use in ABAQUS EXPLICIT, activate the following line
c if(kstep.eq.1 .AND. kinc.eq.1) testing=3
testing==3 means that elasticity is activated for the initialisation step
The problem is not fixed by activating the following line:
c For use in PLAXIS, activate the following line
if(kstep.eq.1 .AND. kinc.eq.1) testing=1
c For use in ABAQUS, the line above should be inactive
Could you give me any suggestion?
Many thanks,
Shile
How i transfer the umat to vumat for the hypoplastic model, so i could used the Explicit solver?