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 for beginners)
he said that “Rate-independence means that the gradient of the curve (stiffness) does not depend on the strain rate, Thus the stress rate must be precisely twice as large for a double strain rate” and in the fallowing he said that “the constitutive law may not have terms like (strain rate^2) (strain rate square )”
as you know the hypo-plastic constitutive law is non-linear in strain rate
my question is that how hypo-plastic constitutive law can fulfill the non-linearity (in strain-rate) with no term like (strain rate^2)
Hypoplastic rate independent and non-linearity
Related Articles
-
Regarding FRIC : As a beginner
Arun C||Constitutive Modelling|1 |
Views 312
Sir, As a beginner of FRIC I am facing some difficulties to implement it. The downloaded FRIC code has been added to my pile soil friction model and trying to […] -
Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
MOHD SAQIB||Constitutive Modelling|2 |
Views 239
Hello Everyone, I have been trying to simulate the cyclic triaxial test using the SANISAND04 subroutine. When I plotting the stress path (p-q plot), I am getting only the positive […] -
Hypoplastic Interface Model: Virtual Shear Zone Thickness and Surface Rougness Coefficient
Tunç Gökdemir||Constitutive Modelling|9 |
Views 441
Hello, I want to use Hypoplastic Interface (Fric Subroutine) in my ABAQUS contact models. However, I don’t know how I can determine Virtual Shear Zone Thickness. It is the Parameter […] -
Mohr Coulomb umat in Abaqus
Shuhan Cao||Constitutive Modelling|4 |
Views 300
Dear all, does anyone have the umat code for Mohr Coulomb in Abaqus? For my current work I need a umat for Mohr Coulomb in Abaqus. It would be highly […] -
Hypoplastic UMAT error ABAQUS
Hashmi Sohawon||Constitutive Modelling|1 |
Views 563
Hi all, I wanted to ask if anyone has experienced this error before when running the Hypoplastic UMAT (umat_hcea.for) on Abaqus? “Abaqus Error: The executable standard.exe aborted with system error […] -
Calibration Sand Hypoplasticity whit ExCalibre
Francisco Mendez||Constitutive Modelling|3 |
Views 391
Dear all I have some laboratory test of Pescara sand and I’m trying to find the von Wolffersdorff parameters of this sand. So I have used ExCalibre with the data […] -
Error in abaqus when use sanisand
mj saffarian||Constitutive Modelling|5 |
Views 468
Hi everyone When I use sanisand model in abaqus , This error is seen Can anyone help? Other subroutines work well for me Is it possible for my input parameters […] -
Question on the Matlab driver – model hypo Cam Clay
Hengyi Kang||Constitutive Modelling|2 |
Views 146
As a beginner to soil constitutive modelling, I am learning the hypoplastic models by reading the matlab drivers. I am confused with the matlab file f_hyp.m in the model hypo_camclay. […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
K0 determination Reloading using HP clay model 22.2.2021
-
Seismic Liquifaction 11.2.2021
-
Modelling cyclic loads in Tochnog 11.2.2021
-
Soft soil model vs Soft soil creep model 8.2.2021
-
Boundary value problems for granular materials subjected to earthquake loading 8.2.2021
-
Guidance for a newbie 6.2.2021
-
Modelling Rate-dependent behaviour of clay [Urgent] 1.2.2021
-
Postdoctoral Fellowship in computational geomechanics 27.1.2021
-
USDM – Creep -SCLAY1S 25.1.2021
-
Hardening Soil Model in Abaqus 25.1.2021
-
Effects of water content in sand in hypoplastic strength parameters 25.1.2021
-
Simulating Oedometer test in PLAXIS 24.1.2021
Recent Comments
- David Mašín on Kadlíček, T. and Mašín, D. (2020). The strength reduction method in clay hypoplasticity. Computers and Geotechnics (in print)
- Mehdi Joneidi on Kadlíček, T. and Mašín, D. (2020). The strength reduction method in clay hypoplasticity. Computers and Geotechnics (in print)
- Micha Van der Sloot on PM4Sand for Plaxis Download
- Eduardo Muguet on PM4Sand for Plaxis Download
- Sudipta Bhowmick on Subroutine of SANISAND model
- Sudipta Bhowmick on SANISAND (Dafalias and Manzari, 2004)
- Osama Dar on Guidance for a newbie
- Arie Koot on Seismic Liquifaction
- Emrecan Güven on Guidance for a newbie
- Osama Dar on Guidance for a newbie
- Gertraud Medicus on Guidance for a newbie
- Juan Tello on Clay hypoplasticity with strength reduction (umat and Plaxis dll).
- Juan Tello on UMAT Implementation of Sand Hypoplasticity by UIBK
- Micha Van der Sloot on PLAXIS
- Micha Van der Sloot on USDM – Creep -SCLAY1S
- Arie Koot on Hardening Soil Model in Abaqus
- Balaji Bandaru on Simulating Oedometer test in PLAXIS
- Ayzukra Ablimit on Simulating Oedometer test in PLAXIS
Dear Sobhan, hypo equation is defined as stressrate=L:strainrate * N||strainrate||. Here, ||strainrate|| is Euclidean norm of strainrate, that is sqrt(strainrate:strainrate). You see that the equation is non-linear in strainrate (if strainrate changes direction, stressrate changes direction differently as the term with N only quantifies strainrate size, not direction). You also see that actually, units of ||strainrate|| are still 1/time, as there is sqrt(strainrate^2) involved, thus it is consistent with comment by prof. Wolffersdorff which you cited. I suggest to have a loom into my book “Modelling of Soil Behaviour with Hypoplasticity”, where fundamentals of hypoplasticity are explained in (hopefully) clear way. Regards David
thank you so much!