← Back to team overview

yade-users team mailing list archive

Re: [Question #692131]: acoustic emission(JCFmat)recordCrack=true

 

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

    Status: Open => Needs information

Robert Caulk requested more information:
>Judging from the simulation , it seems to have occurred.

Please elaborate. We cannot read your mind.

>How can I check whether a crack has occurred?

You have access to the interaction physics:

num_cohesive=0
for i in O.interactions:
  if i.phys.isCohesive:
  num_cohesive += 1

Tracking the number of cohesive interactions would let you see if some
are breaking or not.

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