PeriTriaxController is working only based on Cundall_strack?

Asked by Seungcheol Yeom

Hello all,

I am just wondering whether PeriTriaxController is working only with Cundall_strack because I am trying to consolidate the sphere pack using Mindlin but it seems it is not working.
I would appreciate any helps.

Seungcheol

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Seungcheol Yeom
Solved:
Last query:
Last reply:
Revision history for this message
Chareyre (bruno-chareyre-9) said :
#1

Hi,
I can't imagine what the problem is but clearly there is no relation
between TriaxController and contact law.
One exception, maybe is if you turn dynamic=False. Is it what you are doing?
B

Revision history for this message
Seungcheol Yeom (scyeom79) said :
#2

Hi Chareyre!

Thank you for your response. Did you mean dynCell?
There is no dynamic option in the PeriTriaxcontroller:
https://www.yade-dem.org/doc/yade.wrapper.html?highlight=peri#yade.wrapper.PeriTriaxController

It looks like I am able to consolidate the packing periodically using:
[Ip2_FrictMat_FrictMat_FrictPhys()],
[Law2_ScGeom_FrictPhys_CundallStrack()]

but it is not working using:
[Ip2_FrictMat_FrictMat_MindlinPhys(en=0.5,es=0.5)],
[Law2_ScGeom_MindlinPhys_Mindlin()]

Thanks for your time.

Seungcheol

Revision history for this message
Seungcheol Yeom (scyeom79) said :
#3

I found the answer. It was due to the timeStepUpdateInterval.
Thanks for the help!

Seungcheol