yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27766
Re: [Question #701755]: about visualizing jcfpm cracks .vtu files
Question #701755 on Yade changed:
https://answers.launchpad.net/yade/+question/701755
Status: Needs information => Open
Ziyu Wang gave more information on the question:
Hi,Robert
'packing-JCFPM_uniaxial.spheres' is my text file generated by RandomDensePack.. (The model is a cube containing about 5000 particles generated by the RandomDensePack method,cube is 0.05*0.05*0.05m,and the radius of sphere is all about 0.0015m)
I do not know how to upload the text file..maybe you can try to use the RandomDensePack to generate?(Sorry to bother you)
Here are my modeling commands:
--------------------------------
mn,mx=Vector3(0,0,0),Vector3(0.05,0.05,0.05)
sp=pack.SpherePack()
pred=pack.inAlignedBox(mn,mx)
sp=pack.randomDensePack(pred,radius=0.0015,rRelFuzz=0,returnSpherePack=True,memoizeDb='/tmp/triax.sqlite')
spheres=sp.toSimulation(color=(0.6,0.5,0.15))
-------------------------------
Thanks again for kindly help!
--
You received this question notification because your team yade-users is
an answer contact for Yade.