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
-
Calibration Sand Hypoplasticity whit ExCalibre
Francisco Mendez||Constitutive Modelling|3 |
Views 3,994
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 […] -
Compile triax calibration software under windows
Hans Henning Stutz||Constitutive Modelling|1 |
Views 4,140
1. Download install exe (32 or 64 bit) from https://cygwin.com/install.html 2. Choose a mirror site / click Next and select all packages you need for compiling: Type: “gcc” into search […] -
UMAT Code for Modified Cam Clay model
Mehtab Alam||Constitutive Modelling|2 |
Views 4,826
I am trying to develop UMAT code for MCC, but facing difficulty. Is there any such files available which can help me to speed up. please refer. Thank you. -
ABAQUS Linking With Fortran Compiler and Visual Studio
Hashmi Sohawon||Constitutive Modelling|4 |
Views 11,074
Hi all, Can somebody recommmend a good detailed guide for the procedures required to link ABAQUS 6.14 to Intel Fortran Compiler and Microsoft Visual Studio? Thank you, Hashmi -
-
boundary surface plasticity
rakshanda showkat||Constitutive Modelling|0 |
Views 3,730
Hello all, I am trying to implement boundary surface plasticity using Bardets model in MATLAB. But i am obtaining negative values for q and Dep. Any help in this regard […] -
lade umat file
sobhan abedinnejad||Constitutive Modelling|0 |
Views 4,032
Hi everyone, I work on soil constitutive models and I want to compare soil behaviours with various constitutive models but I can’t find Lade umat in the .for format. Can […] -
Hardening Soil Model in Abaqus
Abulimiti Ayizula||Constitutive Modelling|5 |
Views 5,017
Is there Hardening Soil Model in Abaqus?
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
sand liquefaction modelling in Anura3D 8.12.2023
-
BCV bentonite experimental and modelling datasets 14.11.2023
-
Challenges in simulating geomechanical models using Mohr-Coulomb with Tension Cut-Off in Abaqus 20.10.2023
-
Analys soil liquefaction with Abaqus under blast load 19.10.2023
-
Hardening soil Model UMAT 13.9.2023
-
Problem with VUMAT interface 20.8.2023
-
UMAT and oneAPI compiler issues. (SOLVED…i hope :p) 5.8.2023
-
Oedometric Test Soil Test Plaxis 21.7.2023
-
Problem in simulating CPT using SANISAND04 10.7.2023
-
Problem with UMAT for clay hypoplasticity. Program exiting. 30.6.2023
-
Example of FLAC3D data file 10.6.2023
-
sigini ans sdvini subroutine example for soil model in Abaqus 6.6.2023
Recent Comments
- Nikolay Suyo Calla on Hardening soil Model UMAT
- Johan Clausen on Challenges in simulating geomechanical models using Mohr-Coulomb with Tension Cut-Off in Abaqus
- Zhenyu Liu on Problem in using Hypoplastic model for sand in Abaqus.
- Dorsa Shadlou on SANISAND for FLAC3D Download
- Shuo Feng on Download Package of Matlab Driver
- Ajay Jatoliya on SANISAND for FLAC3D Download
- Isma Khabis on Hardening soil Model UMAT
- Anis Kheffache on Hardening soil Model UMAT
- Isma Khabis on Hardening Soil Model in Abaqus
- Fatemeh Safari on Matlab Driver
- KF JIAO on SANISAND Abaqus UMAT and Plaxis implementations
- Abdiel Ramon Leon Bal on Problem in simulating CPT using SANISAND04
- An Zhanng on Problem in simulating CPT using SANISAND04
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Anis Kheffache on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Anis Kheffache on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
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!