← Back to team overview

yade-users team mailing list archive

Re: [Question #190529]: deleting some liquid bridges in Law2_ScGeom_CapillaryPhys_Capillarity

 

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

Chareyre proposed the following answer:
>but how can i delete single bridges from O.interactions ?

What is the result of:

  if ((z_int < water_height) and (i.isReal)):
    print  i.isBroken
    i.isBroken=True #delete liquid bridges
    print  i.isBroken

?

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.