Re: [Yade-users] [Question #261724]: Interaction of FrictMat and a new class of material

2015-02-12 Thread behzad
Question #261724 on Yade changed:
https://answers.launchpad.net/yade/+question/261724

Status: Answered => Open

behzad is still having a problem:

Problem is in  Ip2_FrictMat_CohBurgersMat_CohBurgersPhys.

The problem is in my model.py, when the 1st body is FrictMat and the 2nd
body is CohBurgersMat everything is working well. But, if it's the
reverse (1st body is  CohBurgersMat and the 2nd body is FrictMat ) the
interaction is Nan.

This means in Ip2 materials are not well defined. But, I don't know how
can I define materials so the interaction is formed whenever a FrictMat
is in contact with a CohBurgersMat whatever the sequence is.

Regards,
Behzad

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #261529]: a cylinder as a single body

2015-02-12 Thread behzad
Question #261529 on Yade changed:
https://answers.launchpad.net/yade/+question/261529

behzad posted a new comment:
Thanks the problem is solved.

Cheers

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #262000]: determine whether particle lies within predicate

2015-02-12 Thread velimier
Question #262000 on Yade changed:
https://answers.launchpad.net/yade/+question/262000

Status: Answered => Solved

velimier confirmed that the question is solved:
Thanks Jan Stránský, that solved my question.

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #262000]: determine whether particle lies within predicate

2015-02-12 Thread Jan Stránský
Question #262000 on Yade changed:
https://answers.launchpad.net/yade/+question/262000

Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Veljko,

you can call predicate for testing. It will test if Vector3 is inside
predicate or not. You can optionally use second parameter to specify "pad"
= sphere radius.

pred = pack.inAlignedBox((0,0,0),(10,10,10))
s = sphere((0,0,0),1)
for pos in ((.9,.9,.9),(1.1,1.1,1.1)): # whatever else..
s.state.pos = pos
print pred(s.state.pos,s.shape.radius)

cheers
Jan



2015-02-12 15:01 GMT+01:00 velimier :

> New question #262000 on Yade:
> https://answers.launchpad.net/yade/+question/262000
>
> Hi,
> is there method to determine whether sphere lies within given predicate?
>
> Thanks,
> Veljko
>
> --
> 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 : yade-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~yade-users
> More help   : https://help.launchpad.net/ListHelp
>

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #262000]: determine whether particle lies within predicate

2015-02-12 Thread Jan Stránský
Hi Veljko,

you can call predicate for testing. It will test if Vector3 is inside
predicate or not. You can optionally use second parameter to specify "pad"
= sphere radius.

pred = pack.inAlignedBox((0,0,0),(10,10,10))
s = sphere((0,0,0),1)
for pos in ((.9,.9,.9),(1.1,1.1,1.1)): # whatever else..
s.state.pos = pos
print pred(s.state.pos,s.shape.radius)

cheers
Jan




2015-02-12 15:01 GMT+01:00 velimier :

> New question #262000 on Yade:
> https://answers.launchpad.net/yade/+question/262000
>
> Hi,
> is there method to determine whether sphere lies within given predicate?
>
> Thanks,
> Veljko
>
> --
> 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 : yade-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~yade-users
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


[Yade-users] [Question #262000]: determine whether particle lies within predicate

2015-02-12 Thread velimier
New question #262000 on Yade:
https://answers.launchpad.net/yade/+question/262000

Hi,
is there method to determine whether sphere lies within given predicate?

Thanks,
Veljko

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #260553]: wall doesn't block spheres

2015-02-12 Thread Launchpad Janitor
Question #260553 on Yade changed:
https://answers.launchpad.net/yade/+question/260553

Status: Open => Expired

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

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp