[Yade-users] [Question #371126]: particles fly out of boundary

2016-08-29 Thread Weimin Song
New question #371126 on Yade:
https://answers.launchpad.net/yade/+question/371126

Dear all,
  
  I am packing some particles in one cylinder using  randomDensePack  
and append one wall upwards. Why did the particles fly out of the boundary?  
  
  BTW, warning information exists after the randomDensePack:

No suitable packing in database found, running PERIODIC compression
/home/vigoss/myYade/install/lib/x86_64-linux-gnu/yade-Unknown/py/yade/pack.py:296:
 FutureWarning: The default behavior will change; specify returnSpherePack=True 
for the new behavior, and False to get rid of this warning (your code will 
break in the future, however). The returned SpherePack object can be added to 
the simulation using SpherePack.toSimulation()
  warnings.warn('The default behavior will change; specify 
returnSpherePack=True for the new behavior, and False to get rid of this 
warning (your code will break in the future, however). The returned SpherePack 
object can be added to the simulation using 
SpherePack.toSimulation()',category=FutureWarning)


from yade import pack

O.bodies.append(wall((0,0,0.01), axis=2, sense=-1, color=(0,0,1), mask=1))

O.bodies.append(geom.facetCylinder(center=(0,0,0), radius=0.005, height=0.02, 
orientation=Quaternion((0, 0, 1), 0), segmentsNumber=100, wallMask=6, 
angleRange=None, closeGap=False, radiusTopInner=-1, radiusBottomInner=-1))
pred=pack.inCylinder(centerBottom=(0,0,-0.01),centerTop=(0,0,0.01),radius=0.005)

O.materials.append(FrictMat(young=30e9,poisson=.3,frictionAngle=.5))

spheres=pack.randomDensePack(pred,radius=0.0008,color=None,rRelFuzz=0.5, 
spheresInCell=400,memoDbg=False,memoizeDb=None)

O.bodies.append(spheres)



-- 
You received this question notification because your team yade-users 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 #341304]: Landing of a satellite

2016-08-29 Thread Jonathan Pergoli
Question #341304 on Yade changed:
https://answers.launchpad.net/yade/+question/341304

Status: Answered => Solved

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

-- 
You received this question notification because your team yade-users 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 #335600]: Parallel simulation

2016-08-29 Thread Mike
Question #335600 on Yade changed:
https://answers.launchpad.net/yade/+question/335600

Status: Answered => Open

Mike is still having a problem:
Hi Jan,
Thank you for your explanation! 

Cheers, 
Mike
  Original Message  
From: Jan Stránský
Sent: Monday, 29 August 2016 17:57
To: ntthan...@gmail.com
Reply To: question335...@answers.launchpad.net
Subject: Re: [Question #335600]: Parallel simulation

Your question #335600 on Yade changed:
https://answers.launchpad.net/yade/+question/335600

Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Mike,
currently YADE does not support MPI (distributed memory) parallelization.
However, you can still use shared memory parallelization even on server
(limited to one computer).
cheers
Jan


2016-08-29 8:32 GMT+02:00 ntthangvn :

> Question #335600 on Yade changed:
> https://answers.launchpad.net/yade/+question/335600
>
> ntthangvn posted a new comment:
> Hi again,
>
> Following your guidance, I'm ok to run YADE on my computer (with 7
> cores) (Open MP). Is that ok for running YADE in server (I mean run YADE
> in MPI)?
>
> Thank you for your help.
>
> Mike
>
> --
> You received this question notification because your team yade-users 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
>

-- 
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/335600/+confirm?answer_id=7

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/335600

You received this question notification because you asked the question.

You received this question notification because your team yade-users 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 #335600]: Parallel simulation

2016-08-29 Thread Jan Stránský
Question #335600 on Yade changed:
https://answers.launchpad.net/yade/+question/335600

Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Mike,
currently YADE does not support MPI (distributed memory) parallelization.
However, you can still use shared memory parallelization even on server
(limited to one computer).
cheers
Jan


2016-08-29 8:32 GMT+02:00 ntthangvn :

> Question #335600 on Yade changed:
> https://answers.launchpad.net/yade/+question/335600
>
> ntthangvn posted a new comment:
> Hi again,
>
> Following your guidance, I'm ok to run YADE on my computer (with 7
> cores) (Open MP). Is that ok for running YADE in server (I mean run YADE
> in MPI)?
>
> Thank you for your help.
>
> Mike
>
> --
> You received this question notification because your team yade-users 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 your team yade-users 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 #335600]: Parallel simulation

2016-08-29 Thread ntthangvn
Question #335600 on Yade changed:
https://answers.launchpad.net/yade/+question/335600

ntthangvn posted a new comment:
Hi again,

Following your guidance, I'm ok to run YADE on my computer (with 7
cores) (Open MP). Is that ok for running YADE in server (I mean run YADE
in MPI)?

Thank you for your help.

Mike

-- 
You received this question notification because your team yade-users 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