← 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

Christian Jakob posted a new comment:
Ok, I solved it in line 145:

Vector3r Fcap;
Fcap = {0.0,0.0,0.0};
 if (!broken) {
 Fcap = Finterpol*(2*Mathr::PI*(R2/alpha)*liquidTension)*currentContactGeometry->normal;
 }

compilation was successfull, but i did not check until now.
Is this ok? Or is your proposal better?

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