← Back to team overview

yade-users team mailing list archive

Re: [Question #258258]: Cohesion creation- a new constitutive law

 

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

    Status: Answered => Open

behzad is still having a problem:
Good, got it!

It sounds funny but the problem is that the contact doesn't break now! 
I added the breaking condition to the Law2:go function as;

  if ((phys.normalForce.norm()) > phys.normalAdhesion) {
    	return false;
  } else 
	return true;

but it still doesn't break

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