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
-
lade umat file
sobhan abedinnejad||Constitutive Modelling|0 |
Views 4,502
Hi everyone, I work on soil constitutive models and I want to compare soil behaviours with various constitutive models but I can’t find Lade umat in the .for format. Can […] -
Hypoplastic UMAT & Void Ratio
Hashmi Sohawon||Constitutive Modelling|0 |
Views 5,912
Hi all, Can anyone give a clarification on the material property (parameter 22) in the hypopplasticity umat for clay on Abaqus. My understanding is that these parameters are defined as […] -
Cyclic Triaxial Test
Mehdi Joneidi||Constitutive Modelling|2 |
Views 4,904
Dear All, I am using ISA+HP model in my research and I have encountered some problem when looking into cyclic triaxial test for single element. The target model was selected […] -
Cyclic simple shear test simulation with hypoplasticity
Piotr Kowalczyk||Constitutive Modelling|2 |
Views 5,063
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. […] -
Non convergence problem in abaqus using hpoeca Clay Hypoplasticity in slope model
Yang Xue||Constitutive Modelling|4 |
Views 4,347
hello everyone! based on the strength reduction method in clay hypoplasticity, firstly, I used two steps belong to the static_general, the first step is impose a gravity load, and not […] -
Triaxial Test Driver SANISAND
Carlos Espanol-Espinel||Constitutive Modelling|0 |
Views 2,620
I cannot find sanisand in the library of available constitutive models for the triaxial test driver, even if it is listed as one of the available models on the main […] -
boundary surface plasticity
rakshanda showkat||Constitutive Modelling|0 |
Views 4,210
Hello all, I am trying to implement boundary surface plasticity using Bardets model in MATLAB. But i am obtaining negative values for q and Dep. Any help in this regard […] -
PM4Sand and PM4Silt models available
Katerina Ziotopoulou||Constitutive Modelling|4 |
Views 5,125
The constitutive models PM4Sand (Boulanger and Ziotopoulou 2017) and PM4Silt (Boulanger and Ziotopoulou 2018) for plane-strain earthquake engineering applications for sands, and clays and low-plasticity silts respectively are now available […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
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
-
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
Recent Comments
- 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.
- 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)
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!