yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07962
Re: [Question #233241]: how to get the body numbers who is contact with a sphere
Question #233241 on Yade changed:
https://answers.launchpad.net/yade/+question/233241
Status: Open => Answered
Christian Jakob proposed the following answer:
hm, personally I prefer using proofed and implemented methods:
#if you have clumps in the model:
coord_num = avgNumInteractions(considerClumps=True)
#else:
coord_num = avgNumInteractions(considerClumps=False)
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.