Dear All,
I am trying to run the VUMAT interface by Prof. Binen with the Sand Hypoplasticity. However, when I run the simulation Abaqus returns the following error: “Problem during linking – Single Precision Abaqus/Explicit User Subroutines. This error may be due to a mismatch in the Abaqus user subroutine argument”.
The versions of the programs that I am using are: Abaqus 2020, the visual studio 2019, OneAPI compiler v2022. When I run the Abaqus verification, it says PASS for everything (also subroutines), so I assume they are correctly linked.
Someone had the same problem and knows how to solve it?
Problem with VUMAT interface
Related Articles
-
consistent tangent stiffness calculation in hypoplasticity sand UMAT
Ran Tu||Constitutive Modelling|1 |
Views 4,998
Dear all, Thanks for hypoplasticity sand UMAT provided by Prof. Masin. During studying hypo sand UMAT, I am encountered with a question about consistent tangent stiffness calculation. subroutine ”perturbate_h“ seems […] -
SANISAND 2008 Model
MOHD SAQIB||Constitutive Modelling|0 |
Views 4,311
Hello Everyone, Can anyone have umat available for SANISAND 08 (Simple anisotropic sand plasticity model)?. Paper authored by Taiebat and Dafalias. They have used a closed type yield surface. Regards […] -
Subroutine of SANISAND model
Pooja Patil||Constitutive Modelling|16 |
Views 6,085
I am trying use sanisand subroutine posted in this website. But it is not working. Getting no values for field variable in the odb. I think i am missing something. […] -
SImulation with hypoplastic model for granular materials in ABAQUS
yusheng yang||Constitutive Modelling|2 |
Views 4,975
Hello, I want to use the hypoplastic model for granular materials downloaded from https://soilmodels.com/download/plaxis-umat-hypoplas-zip. The UMAT file umat.for is the model for sand. I followed the instruction https://web.natur.cuni.cz/uhigug/masin/plaxumat/node5.html. I have […] -
Mohr Coulomb umat in Abaqus
Shuhan Cao||Constitutive Modelling|5 |
Views 10,172
Dear all, does anyone have the umat code for Mohr Coulomb in Abaqus? For my current work I need a umat for Mohr Coulomb in Abaqus. It would be highly […] -
Clay Hypoplastic Model ABAQUS UMAT
Hashmi Sohawon||Constitutive Modelling|3 |
Views 5,272
Hi, I wanted to ask if the variables/parameters defined in the online Hypoplastic model manual for PLAXIS (https://web.natur.cuni.cz/uhigug/masin/plaxumat/node6.html) are the same for the ABAQUS UMAT? -
Looking for help
Axel Grauwinkel||Constitutive Modelling|4 |
Views 475
Hello guys. I just tried to calibrate on soilmodels. I´ve done three CIUP-REC-test plus one oedometric test. As you can see in the images, that there is still something quite […] -
need help in Flac3d6
Ahmed Mahir||Constitutive Modelling|0 |
Views 4,531
dear user hello i intend to build a numerical model using flac3d 6 software i build the geometry with extrusion pane and set all values for pile – soil interaction […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
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
-
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
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
Dear Giada Orlando,
Hopefully, your problem is already solved. But, I faced the same issue a while ago. If the command “abq2020 verify -user_exp” gives you “PASS”, then the problem is hidden in the subroutine. One quick action would be making a Dynamic-link Library in Visual Studio with your VUMAT and checking if it compiles.
Best Regards,
Ahmad
Dear Giada,
In order to solve this problem, you should replace the function “stop” with “call XPLB_EXIT” in your VUMAT.
The corresponding answer for the UMAT can be found here:
https://soilmodels.com/umat-and-oneapi-compiler-issues-solved-i-hope-p/
Kind regards,
Michael
Thank you!