On Fabric tensor

Asked by wangxiaoliang

Dear everyone

   How can I get the information of the coordinate number and the fabric tensor in yade, for example in a periaxilcompression test

Question information

Language:
English Edit question
Status:
Expired
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Chiara Modenese (chiara-modenese) said :
#1

Hi Wang,

for coordination number, you can use:

from yade import utils
utils.avgNumInteractions(skipFree=True) # please see
https://yade-dem.org/doc/yade.utils.html?highlight=avgnuminteractions#yade.utils.avgNumInteractions

for fabric tensor:

utils.fabricTensor() # please see
https://yade-dem.org/doc/yade.utils.html?highlight=fabrictensor#yade.utils.fabricTensor

HTH,
Chiara

On 18 May 2011 01:31, wangxiaoliang <email address hidden>wrote:

> New question #157981 on Yade:
> https://answers.launchpad.net/yade/+question/157981
>
> Dear everyone
>
> How can I get the information of the coordinate number and the fabric
> tensor in yade, for example in a periaxilcompression test
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
wangxiaoliang (wangxiaoliang) said :
#2

Ok! I will try it! thanks a lot

> Your question #157981 on Yade changed:

> https://answers.launchpad.net/yade/+question/157981

>

> Status: Open => Answered

>

> Chiara Modenese proposed the following answer:

> Hi Wang,

>

> for coordination number, you can use:

>

> from yade import utils

> utils.avgNumInteractions(skipFree=True) # please see

> https://yade-dem.org/doc/yade.utils.html?highlight=avgnuminteractions#yade.utils.avgNumInteractions

>

> for fabric tensor:

>

> utils.fabricTensor() # please see

> https://yade-dem.org/doc/yade.utils.html?highlight=fabrictensor#yade.utils.fabricTensor

>

> HTH,

> Chiara

>

> On 18 May 2011 01:31, wangxiaoliang

> <email address hidden>wrote:

>

> > New question #157981 on Yade:

> > https://answers.launchpad.net/yade/+question/157981

> >

> > Dear everyone

> >

> > How can I get the information of the coordinate number and the fabric

> > tensor in yade, for example in a periaxilcompression test

> >

> > --

> > You received this question notification because you are a member of

> > yade-users, which is an answer contact for Yade.

> >

> > _______________________________________________

> > Mailing list: https://launchpad.net/~yade-users

> > Post to : <email address hidden>

> > Unsubscribe : https://launchpad.net/~yade-users

> > More help : https://help.launchpad.net/ListHelp

> >

>

> --

> If this answers your question, please go to the following page to let us

> know that it is solved:

> https://answers.launchpad.net/yade/+question/157981/+confirm?answer_id=0

>

> If you still need help, you can reply to this email or go to the

> following page to enter your feedback:

> https://answers.launchpad.net/yade/+question/157981

>

> You received this question notification because you asked the question.

>

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.