Triaxial test on Cylinder Sample

Asked by Seti

Hi All,

I need to know how to model/control deviatoric and confining loading, stiffness( Ks,Kn,M ,...) through below script.

 https://github.com/yade/trunk/blob/master/examples/concrete/triax.py

Thanks for you assist

Cheers,
Seti

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Stránský (honzik) said :
#1

Hi Seti,
to control confining loading, you simply set different value of force to
the facets [1].
In the script, first the confining pressure is prescribed and then axial
deformation is prescribed (i.e. confining pressure is constant and axial
stress changes). But it should be no problem to add two walls at top and
bottom of the specimen, and prescribe force both to facets and the walls to
get desired loading stress (hence control confining and deviatoric loading).
Stiffness is controlled by young and poisson parameters.
cheers
Jan

[1]
https://github.com/yade/trunk/blob/master/examples/concrete/triax.py#L143

Revision history for this message
Seti (seti) said :
#3

Hi Jan,

Thank so much for prompt reply.

Cheers

Revision history for this message
Seti (seti) said :
#4

Thanks Jan Stránský, that solved my question.