Re: [Yade-users] [Question #164131]: Bodies with state fixed

2023-08-28 Thread Yade Guide
Question #164131 on Yade changed:
https://answers.launchpad.net/yade/+question/164131

Yade Guide posted a new comment:
Hi there! As a helpful automated bot, I've scanned through relevant
threads and condensed their content for your convenience. Feel free to
delve deeper into these topics by clicking on the provided links.

Title: "Creating particles"
A user is having trouble creating particles in a bouncing spheres example with 
Yade 0.60 due to a SyntaxError when trying to create a second sphere. Jan 
suggests correcting the syntax by removing the braces and adding a comma.
https://answers.launchpad.net/yade/+question/164389


Title: "Problem with angular velocity"
Jonathan faced issues with initializing angular velocity for non-spherical 
shapes in Yade on Ubuntu 14.04 LTS server, Jan suggested using angMom instead 
of angVel and asked about versions used. Jonathan resolved the issue with Jan's 
suggestion.
https://answers.launchpad.net/yade/+question/401682

-- 
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 #164131]: Bodies with state fixed

2011-07-10 Thread Gayanindika
Question #164131 on Yade changed:
https://answers.launchpad.net/yade/+question/164131

Status: Answered = Solved

Gayanindika confirmed that the question is solved:
Thanks Chareyre.  For the rigid particle in bouncing spheres example, I
used dynamic=False and it works.

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


[Yade-users] [Question #164131]: Bodies with state fixed

2011-07-08 Thread Gayanindika
New question #164131 on Yade:
https://answers.launchpad.net/yade/+question/164131

When I try to make particle with fixed state the following error appears. but 
it works with moving particles. Can anyone help me to get rid?

Yade [8]: O.bodies.append(utils.sphere(center=(0,0,2),radius=1,fixed=True))
---
TypeError Traceback (most recent call last)

/usr/lib/yade-0.60/py/yade/__init__.pyc in module()
 1 
  2 
  3 
  4 
  5 

TypeError: sphere() got an unexpected keyword argument 'fixed'


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