Dear all, I am a PhD student in Hohai University. Recently I have been trying to simulate a triaxial compression test using the hypoplasticity model for clay. The UMAT subroutine is provided by Pro Masin on this website (umat_hcea.for). Figure 1 shows the parameters that I set in the model based on the link ‘https://web.natur.cuni.cz/uhigug/masin/plaxumat/node6.html’, but there is no result or error in the calculation, as shown in Figure 2. Could you please tell me what is the possible reason for this problem?
Tags: clay hypoplasticity; abaqus; umata question on the clay hypoplasticity model with Abaqus umat
Related Articles
-
Tochnog Professional becomes free
Dennis Roddeman||Finite Elements|0 |Views 3,676
After several decades of development we are happy to announce that the Tochnog Professional finite element program has become free. Both for academic and commercial use. We are extremely grateful […] -
DIANA 10.4 released with full Geotechnical possibilities 3D as always, but now also 2D!
Ab van den bos||Finite Elements|0 |Views 3,597
We are pleased to announce that DIANA 10.4 is released with full 2D geotechnical possibilities. DIANA is already easy to use for full 3D geotechnical models, and now the more […] -
Consolidation analysis using HP clay model in Plaxis
muhammad shakeel||Finite Elements|1 |Views 4,164
Dear Prof David / SOil model community, I am performing coupled consolidation analysis for deep excavation in clay using HP clay model in Plaxis 3D. Performing the undrained analysis, the […] -
Problem in simulating CPT using SANISAND04
an zhanng||Finite Elements|6 |Views 1,707
I have a question regarding the simulation of cone penetration tests using the SANISAND04 model. I have observed that the parameter m (yield surface size)has a significant impact on the […] -
Modeling cyclic undrained sandy soil triaxial test using ABAQUS
Shile Dong||Finite Elements|3 |Views 4,063
Dear all, I am trying to use Abaqus to modeling undrained cyclic triaxial test for liquefiable soil. I am wondering how could I applied the cyclic load. I should apply […] -
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Lovinder Mann||Finite Elements|4 |Views 4,060
Hi, I am working in Abaqus, aiming to model double porosity clay consolidation data by using hypoplastic clay model with meta stable structure. First, i just wanted to verify basic […] -
Few more Question on calculating lateral displacement of pile using hypoplastic clay model
Muhammad Ahmad||Finite Elements|0 |Views 4,027
Dear Professor David, Thank you very much for your previous clarification. its really helps. In continuation to my previous , there are few more question, i want your kindself to […] -
Transient Dynamic analysis (U-P formulation)
anis kheffache||Finite Elements|4 |Views 4,303
Hi everyone, i want to carry out some transient dynamic analysis. as far as I know, dynamic steps in abaqus does not allow for pore pressure build-up and dissipation, and […]
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)
it does not look like a warning of hp_umat.
it’s probably from another abaqus material
yeah, I set another material in this model that led to this warning which disappeared after deleting this material .
Hi Tao Zhu, try to define 20 material-parameters instead of 29 (for PLAXIS) and 16 state-variables (depvar). I already have used this model with Abaqus. The model was running perfectly.
Thanks for your advice. I have defined 20 material-parameters instead of 29, but it doesn’t work and the error is ‘User subroutine umat is missing’. There should be no problem with the path of the user subroutine file. Could you please tell me what is the possible reason for this problem?
I read the umat subroutine ‘umat_hcea.for’ and I think the number of the material-parameters should be 22—alpha_power=parms(21),avoid=props(22).
However the sand model with ‘umat.for’ can run perfectly… I’m really confused that the clay model aborted with the error ‘User subroutine umat is missing’ but the sand model can run successfully.
Dear Tao,
I guess the issue is simply to solve. Open the umat_hcea.for with your favorite text/code editor and change the name from ” subroutine umat_hcea(…” to ” subroutine umat(…”.
best regards,
Hans
Dear Hans, Thank you very much! It really works!