plastic strain and friction angle
Related Articles
-
Hypoplastic model for thermal cycles in clay (Abaqus)
Sherif Gomaa||Finite Elements|2 |Views 6,245
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. I have done some runs for an axisymmetrical model for a single energy […] -
ABAQUS-UMAT Help
Mehmet Gocmez||Finite Elements|2 |Views 1,195
Hi everyone, I would like to ask if anyone has an example umat file for me to study to work on my master thesis researches. I would like to create […] -
Transient Dynamic analysis (U-P formulation)
anis kheffache||Finite Elements|4 |Views 5,081
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 […] -
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Lovinder Mann||Finite Elements|4 |Views 5,153
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 […] -
ABAQUS job doesn’t make any increment
Abdullah Al-Rawabdeh||Finite Elements|1 |Views 5,136
Hi, I’m facing a problem with my model. I’m trying to simulate a helical pile in soil. When I create the job, my job doesn’t make any increment and the […] -
Calculation of coordinates of climbing formwork using hypoplasticity and pressuremter tests
Christian Schwab||Finite Elements|0 |Views 4,008
Our article published in the latest issue of Ground Engineering 10/2017. Great combination of cone-pressueremeter-testing (CPM) by FUGRO and advanced 3D Fem modelling by GEOLINK using hypoplastic constitutive equations to […] -
Hypoplastic model for thermal cycles (Abaqus)
Chiara Iodice||Finite Elements|2 |
Views 4,440
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. In the Abaqus input file I have added the two lines necessary to […] -
PM4Silt software
Daniel Valencia||Finite Elements|5 |Views 4,275
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.
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Prague Geotechnical Days 2026 3.2.2026
-
Postdoctoral position at COFS, UWA 28.7.2025
-
Hypoplasticity clay in ABAQUS 23.7.2025
-
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
Recent Comments
- Nabanita Saha on set cavitation limit in ABAQUS/STANDARD when using SANISAND umat
- Nabanita Saha on SANISAND Abaqus UMAT and Plaxis implementations
- Tian Fapai on SANISAND Abaqus UMAT and Plaxis implementations
- Heng Wang on Multilaminate Model (Schädlich & Schweiger)
- Zhang Hongwei on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Ruimin Chen on Problem with VUMAT interface
- Nitesh Bhume on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Aleksandar Kostadinovic on Karlsruhe fine sand – Cyclic tests (T. Wichtmann)
- Amrane Moussa on Kadlíček, T., Ochmański, M., Mašín, D. and Duque, J. (2022) Report on Charles University implementation of high cycle accumulation model
- Ramon Varghese on SANISAND for FLAC3D Download
- 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






Comments are closed.
Use total plastic strain and Cauchy for 3D
strain=sqrt(0.5*(pe11-pem)^2+0.5*(pe22-pem)^2+0.5*(pe33-pem)^2+pe12^2+pe23^2+pe13^2)
pem=(pe11+pe22+pe33)/3
for explixit pe23=array(5) and pe13=array(6)
for implicit pe23=array(6!) and pe13=array(5!)*
for plainstrain: pe13 and pe23 do not exist
*
for explicit vgetvrm gives you e12,e23,e13
for implicit you maybe get y12,y13,y23: you have to check this