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
-
Degradation ( disturbance ) of hypoplastic clay
jh xue||Constitutive Modelling|0 |Views 1,679
Hi all, I want to do degradation (perturbation) of subplastic clay with ABAQUS, but I can’t do it with umat, changing K,A,sf in ABAQUS has no effect on the result, […] -
Hypoplastic rate independent and non-linearity
sobhan abedinnejad||Constitutive Modelling|2 |Views 4,052
Dear all I’m studying hypo-plastic constitutive law from beginning concepts I traced concepts successfully until i faced **rate independent topic** i read this topic in the prof. Wolfgangs paper (hypo-plasticity […] -
Looking for help
Axel Grauwinkel||Constitutive Modelling|4 |Views 366
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 […] -
Difficulties in calibration of triaxial test on Hochstetten sand by sand Hypoplasticity model
AKSHAY SAKHARE||Constitutive Modelling|2 |Views 4,586
“A hypoplastic relation for granular materials with a predefined limit state surface” paper by P. A. Von Wolffersdorff April 1996 include a triaxial test result of sample 10cm diameter and […] -
Interpreting results of sand hypoplastic model with Abaqus VUMAT
arsalan Ahmad||Constitutive Modelling|2 |Views 4,731
Dear concern, Recently i have modelled the soil pile interaction using Abaqus CEL method. The hypoplastic behavior of the soil is model using user subroutine VUMAT. The properties of the […] -
Abaqus UEL Hypoplasticity
anis kheffache||Constitutive Modelling|0 |Views 5,364
Dear all, I want to implement a new user element using the UEL subroutine. To simulate dynamic cases, one has to define the mass, damping and stiffness matrix then build […] -
Intergranular strain concept modification
Piotr Kowalczyk||Constitutive Modelling|1 |Views 4,225
Hi all Just a short question on the modification of the intergranular strain concept proposed by Wegener & Herle (2014) to limit strain accumulation. In terms of the numerical implementation […] -
multi yield surface model
kamal paknejad||Constitutive Modelling|6 |Views 4,826
Hi everyone, i am trying to write umat subroutine for multi yield surface plasticity model.if its possible give me some information to do my project better and if some body […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
- 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
- Issue in applying SANISAND04 UMAT to Boundary-Value-Problem 31.5.2024
- Triaxial compression test using Mohr-Coulomb model in Abaqus 27.5.2024
- The Mises stress calculated by the hypoplasticity model considering the intergranular strain is all 0 20.5.2024
- Degradation ( disturbance ) of hypoplastic clay 23.4.2024
- Degradation ( disturbance ) of hypoplastic clay 23.4.2024
Recent Comments
- 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
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
- Charbel NOHRA on “Warning LNK4210” – hypoplastic clay UMAT
- Pouya Zahedi on UMAT for hypoplastic subroutine
- Mohsen Misaghian on SANISAND umat issue
- Ashesh Choudhury on Abaqus
- Hu Shihong on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Mert Eyupgiller on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Bala Harsha Srusti on ABAQUS job doesn’t make any increment
- PRATIK GOEL on Hardening parameters (yield stress & absolute plastic strain)
- Ashraf AHMED on ExCalibre – SoilModels Automatic Calibration
- Xy Ma on Sand and clay standard datasets
- Xy Ma on Sand and clay standard datasets
- Ramon Varghese on Hypoplastic Interface Model: Does anybody implemented this model in FLAC3D
- Jh Xue on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
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!