← Back to team overview

yade-users team mailing list archive

Re: [Question #293096]: incrememntal compression with engine

 

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.goal2) < abs(stress_max) ):
  O.run(200,True)
  triax.goal2+=delta_stress

I would thus suggest to double-check what it does.

Bruno

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.