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
-
finite element modeling of ISA-HP for sand material
arad ahmadi radin||Finite Elements|1 |
Views 241
On the simulation of the cyclic mobility effect with an ISA -hypoplastic hypoplastic hypoplastic model, is it possible to simulate 3D liquefiable sandy soil by available u-mat file which is […] -
Modeling cyclic undrained sandy soil triaxial test using ABAQUS
Shile Dong||Finite Elements|3 |
Views 265
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 […] -
fortran format
sobhan abedinnejad||Finite Elements|1 |
Views 216
hi, every one i have problem with fortran format my abaqus is 6.14 and this version accept (.for) format for fortran but some subroutines are in (.f ) format is […] -
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Lovinder Mann||Finite Elements|1 |
Views 107
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 […] -
PM4Silt software
Daniel Valencia||Finite Elements|1 |
Views 250
Hello everybody, Does somebody know a FEM Software with the implementation of PM4Silt model’s routine? I mean, one different from FLAC. Thanks for your help. -
Tochnog Professional 100 element free version, www.tochnogprofessional.nl
dennis roddeman||Finite Elements|0 |
Views 338
The Tochnog Professional finite element program is now available as free version with 100 elements. It can be downloaded without registration from http://www.tochnogprofessional.nl. Several commercial and free pre- and postprocessors […] -
How to model the settlement in soil due to water drawdown.
Guru Panda||Finite Elements|3 |
Views 674
Which software has the feature to model soil settlement due water drawdown? -
Problem in GRPS embankment simulation In ABAQUS
Bidur Pathak||Finite Elements|0 |
Views 203
Hi, I am doing Plane strain 2D simulation of GRPS embankment in ABAQUS, i encountered a problem that results of with geogrid and without geogrid both are showing same deflection. […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
boundary surface plasticity 20.1.2021
-
3 “STARS program” PhD positions related to soil mechanics open at Charles University 12.1.2021
-
Animating Soil Models – Animations as teaching and learning material for soil constitutive modeling 5.1.2021
-
Simulating the oedometric test with Abaqus 2.1.2021
-
SANISAND 2008 Model 29.12.2020
-
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines) 28.12.2020
-
Issues on reading xlsx extension for calibration input data 21.12.2020
-
Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine. 19.12.2020
-
hypoplasticity model with Abaqus umat on Brno clay 16.12.2020
-
Animating Soil Models 15.12.2020
-
HP clay subroutine in Plaxis 30.10.2020
-
Modeling cyclic undrained sandy soil triaxial test using ABAQUS 27.10.2020
Recent Comments
- Ayzukra Ablimit on Difference between ExCalibre and Plaxis for Oedometer test
- 威 程 on Download package of a complete dataset “Karlsruhe fine sand – Cyclic tests (T. Wichtmann)”
- Ayzukra Ablimit on Plaxis
- Amrane Moussa on Download Package of Matlab Driver
- Ashraf Zekri on Animating Soil Models – Animations as teaching and learning material for soil constitutive modeling
- David Mašín on Download Package of Matlab Driver
- Xiang Yu on Download Package of Matlab Driver
- Mohammad Abdi on Simulating the oedometric test with Abaqus
- Hamoun Alimoradi on Interface between UMAT (Abaqus/Standard) and VUMAT (Abaqus/Explicit).
- Gertraud Medicus on Animating Soil Models – Animations as teaching and learning material for soil constitutive modeling
- MAPATE NDIAYE on Animating Soil Models – Animations as teaching and learning material for soil constitutive modeling
- JUAN VILLAMIL on Clay and Sand hypoplasticity UMAT and Plaxis implementations, including UMAT-Plaxis interface
- Shaoxiang Chen on new hypoplasticity laws in Tochnog Professional
- Lovinder Mann on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
- Abdiel Ramon Leon Bal on Issues on reading xlsx extension for calibration input data
- Wang Shun on Issues on reading xlsx extension for calibration input data
- MOHD SAQIB on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Arie Koot on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
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!