Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
zenzop proposed the following answer:
i got error in the compilation https://techzpod.com/ https://get-
mobdroapk.com
--
You received this question notification because your team yade-users is
an answer contact
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Status: Open => Answered
Jan Stránský proposed the following answer:
The first error says that it expects a number, but you provide a
numpy.ndarray
> r= odeint(model,P[3],t,args=(P[0],P[1],P[2],P[3],P[4],))
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Mithushan Soundaranathan posted a new comment:
Hi,
And one more thing, if update my particle radius in the terminal.
I am using following code:
for b in O.bodies:
if isinstance(b.shape, Sphere):
b.shap
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Status: Answered => Open
Mithushan Soundaranathan is still having a problem:
Hi,
When I changed to b.shape.radius, I got following error message:
ArgumentError: Python argument types in
None.None(Spher
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Status: Open => Answered
Jan Stránský proposed the following answer:
Hi,
use b.shape.radius (not state)
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer conta
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Description changed to:
Hi,
I am increasing my particle radius at each 100 iteration. But particle
radius is not updating when using body.state.radius to update it. The
change is not visible in the GUI.
Best,
M
Question #697744 on Yade changed:
https://answers.launchpad.net/yade/+question/697744
Description changed to:
Hi,
I am increasing my particle radius at each 100 iteration. But particle
radius is not updating when using body.state.radius to update it.
Best,
Mithu
Here is my code:
#!/usr/bin/env
New question #697744 on Yade:
https://answers.launchpad.net/yade/+question/697744
Hi,
I am increasing my particle radius at each 100 iteration. But particle radius
is not updating when using body.state.radius to update it.
Best,
Mithu
Here is my code:
#!/usr/bin/env python
#encoding: ascii
#
8 matches
Mail list logo