−Table of Contents
Cohesion degree
The CohesionMatLaw
class manages all cohesion degree evolution laws, specific to thixotropic materials. These laws are described below.
Careful: Only works if used with thixotropic materials (
ThixoEvpIsoHHypoMaterial
or ThixoTmEvpIsoHHypoMaterial
).
IsothCohesionMatLaw
Description
The evolution of the structural parameter λ can be expressed by a differential equation that describes the kinetics between the agglomeration of the solid grains and the destruction of the solid bonds due to shearing. Solved using Newton-raphson, this equation is isothermal since it does not take the liquid fraction into account.
dλ/dt=a(1−λ)1+e−bλec˙ˉϵvp(˙ˉϵvp)d
Parameters
Name | Metafor Code | Dependency |
---|---|---|
a | LAMBDA_A | TM/TO |
b | LAMBDA_B | TM/TO |
c | LAMBDA_C | TM/TO |
d | LAMBDA_D | TM/TO |
e | LAMBDA_E | TM/TO |
BurgosCohesionMatLaw
Description
Burgos law, this time considering the liquid fraction. The cohesion degree is an explicit function of the equivalent plastic strain rate (integration over a time step where the equivalent plastic strain is supposed to remain constant).
λ=λe+(λ0−λe)eF(λ)Δt
where
F(λ)=−(a′+b′ec˙ˉϵvp(˙ˉϵvp)d′)
λe=−a′F(λ)
a′=a(1−fl)+fe−gfl
b′=bfl+fe−g(1−fl)
d′=d(1−(fl)e)
Parameters
Name | Metafor Code | Dependency |
---|---|---|
a | LAMBDA_A | TM/TO |
b | LAMBDA_B | TM/TO |
c | LAMBDA_C | TM/TO |
d | LAMBDA_D | TM/TO |
e | LAMBDA_E | / |
f | LAMBDA_F | / |
g | LAMBDA_G | / |
FavierCohesionMatLaw
Description
Burgos law, this time considering the liquid fraction. The cohesion degree is an explicit function of the equivalent plastic strain rate (integration over a time step where the equivalent plastic strain is supposed to remain constant). Percolation is also taken into account, meaning that the cohesion degree approaches zero when the liquid fraction approaches a critical value fc=e.
λ=λe+(λ0−λe)eF(λ)Δt if fl<fc=e
λ=0 if fl≥fc=e where
F(λ)=−(a′+b′ec˙ˉϵvp(˙ˉϵvp)d)
λe=−a′F(λ)
a′=a(1−fl)+fe−gfl
b′=bfl+fe−g(1−fl)
Parameters
Name | Metafor Code | Dependency |
---|---|---|
a | LAMBDA_A | TM/TO |
b | LAMBDA_B | TM/TO |
c | LAMBDA_C | TM/TO |
d | LAMBDA_D | TM/TO |
e | LAMBDA_E | / |
f | LAMBDA_F | / |
g | LAMBDA_G | / |