yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #21674
Re: [Question #687871]: Outputs of the Triaxial code by Bruno Chareyre
Question #687871 on Yade changed:
https://answers.launchpad.net/yade/+question/687871
Status: Answered => Open
ehsan benabbas is still having a problem:
Hello Robert an thank you for your asnwers
Yes I did run the [1] without making any changes and it works perfectly.
it convergence fast and show the deformation really smooth. This is what
I wish to get for my model. So, I just made the following changes:
num_spheres=20000
targetPorosity = 0.4
mn,mx=Vector3(0,0,0),Vector3(20,20,20)
poisson=0.5
sp.makeCloud(mn,mx,0.2,0.5,num_spheres,False, 0.95,seed=1)
triax.goal1=triax.goal2=triax.goal3=-0.3
if unb<stabilityThreshold and abs(-0.3-triax.meanStress)/0.3<0.001:
triax.goal1=-0.3
triax.goal3=-0.3
I only made these changes, each on its specific line. The run took about 2 days and it couldn't be converged in Confining section and also couldn't be converged to reach the porosity. the became almost 0 and porosity was fluctuating still.
--
You received this question notification because your team yade-users is
an answer contact for Yade.