Question #632800 on Yade changed:
https://answers.launchpad.net/yade/+question/632800

liucheng83 gave more information on the question:
Q8:
I want to use mask for spheres bodies to not affected by the flowEngine, Is it 
possible to do that? How can I do it?
------
mask(=0)
If mask defined, only bodies with corresponding groupMask will be affected by 
this engine. If 0, all bodies will be affected.
--------

In the , I add mask here
--------
##Soil Packing creating
sp=pack.SpherePack()
sp.makeCloud(mn,mx,-1,0.3333,num_spheres,False, 0.95,seed=1) #"seed" make the 
"random" generation always the same
sp.toSimulation(material='spheres', mask=1)
-------
But the TriaxialStressController seems not woking anymore, because the 
TriaxialStressController Engine cannot set mask, right?

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to