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

    Status: Answered => Open

Christian Jakob is still having a problem:
I implemented this isBroken flag in Law2...Capillarity and in the header files 
of CapillaryPhys.hpp and Ip2_FrictMat_FrictMat_MindlinCapillaryPhys.hpp
But deleting single liquid bridges is still not working, i tried:

for i in O.interactions:
  z_int=i.geom.contactPoint[2]  #z coordinate of interaction
  ...
  if ((z_int < water_height) and (i.isReal)):
    i.isBroken=True                             #delete liquid bridges

if i look into simulation inspection isBroken flag is false. What i can
do now is deleting all bridges with

Ip2_FrictMat_FrictMat_MindlinCapillaryPhys.isBroken=True

but how can i delete single bridges from O.interactions ?

-- 
You received this question notification because you are a member of
yade-users, which 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