[Yade-users] [Question #293096]: incrememntal compression with engine

2016-05-02 Thread Yor1
New question #293096 on Yade: https://answers.launchpad.net/yade/+question/293096 Hello ! I try to simulate triaxial compression with confinement of 1 MPa test on 3 steps: 1) isotropic loading sigma1=sigma2=sigma3=1MPa 2) loading the specimen by incrementing sigma1=1 MPa every 200 iterations unt

Re: [Yade-users] [Question #293096]: incrememntal compression with engine

2016-05-03 Thread Bruno Chareyre
Question #293096 on Yade changed: https://answers.launchpad.net/yade/+question/293096 Status: Open => Answered Bruno Chareyre proposed the following answer: If I understand correctly you suggest that this loop is not doing anything: for i in range(0,int(-1e-6*stress_max)): if ( abs(triax.go

Re: [Yade-users] [Question #293096]: incrememntal compression with engine

2016-05-03 Thread Yor1
Question #293096 on Yade changed: https://answers.launchpad.net/yade/+question/293096 Yor1 posted a new comment: Hello Bruno, Yes this loop is not doing anything. In fact when i simulate with one list of engines, this loop is working. It means that the loop is correct. I think that i have the o