← Back to team overview

yade-dev team mailing list archive

Re: New Yade release 10-11 of May

 

Thanks, Matthias for testing examples! Most of
errors are fixed already. Some warnings (like verletDist) are
not critical.

Best regards

Anton


2014-05-08 16:37 GMT+02:00 Matthias Frank <matthias.frank@xxxxxxxxxxxxx>:
> Hi Anton,
>
> i tested this days some examples:
>
> Yade 1.07.0-180-788bc5d~trusty
>
>
>
> Running script rotationalResistance.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "rotationalResistance.py", line 10, in <module>
>     param = getViscoelasticFromSpheresInteraction(tc,en,et)
> RuntimeError: Setting parameters in ViscoElastic model is changed. You do
> not need to use getViscoelasticFromSpheresInteraction function any more,
> because this functino is deprecated. You need to set the parameters tc, en
> and es directly in material properties. Please, update your scripts. How to
> do it you can see in the following commit
> https://github.com/yade/trunk/commit/1987c2febdb8a6ce2d27f2dc1bb29df0dc5f686e
>
>
> Running script ResetRandomPosition.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "ResetRandomPosition.py", line 16, in <module>
>     kw=getViscoelasticFromSpheresInteraction(tc,en,es)
> RuntimeError: Setting parameters in ViscoElastic model is changed. You do
> not need to use getViscoelasticFromSpheresInteraction function any more,
> because this functino is deprecated. You need to set the parameters tc, en
> and es directly in material properties. Please, update your scripts. How to
> do it you can see in the following commit
> https://github.com/yade/trunk/commit/1987c2febdb8a6ce2d27f2dc1bb29df0dc5f686e
>
> Running script PIDController.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "PIDController.py", line 10, in <module>
>     param = getViscoelasticFromSpheresInteraction(tc,en,et)
> RuntimeError: Setting parameters in ViscoElastic model is changed. You do
> not need to use getViscoelasticFromSpheresInteraction function any more,
> because this functino is deprecated. You need to set the parameters tc, en
> and es directly in material properties. Please, update your scripts. How to
> do it you can see in the following commit
> https://github.com/yade/trunk/commit/1987c2febdb8a6ce2d27f2dc1bb29df0dc5f686e
>
> Running script ringSimpleViscoelastic.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "ringSimpleViscoelastic.py", line 18, in <module>
>     params=getViscoelasticFromSpheresInteraction(tc,en,es)
> RuntimeError: Setting parameters in ViscoElastic model is changed. You do
> not need to use getViscoelasticFromSpheresInteraction function any more,
> because this functino is deprecated. You need to set the parameters tc, en
> and es directly in material properties. Please, update your scripts. How to
> do it you can see in the following commit
> https://github.com/yade/trunk/commit/1987c2febdb8a6ce2d27f2dc1bb29df0dc5f686e
>
>
> ball.py
> ERROR
> /tmp/buildd/yadedaily-1.07.0-180-788bc5d~trusty/pkg/common/InsertionSortCollider.cpp:243
> action: verletDist is set to 0 because no spheres were found. It will result
> in suboptimal performances, consider setting a positive verletDist in your
> script.
> unbalanced forces = nan, position 0.000000, 0.000000, 0.500000
> unbalanced forces = 0.09528, position -0.000023, 0.000016, 0.017440
> unbalanced forces = 0.00087, position -0.000600, 0.000389, 0.017811
> unbalanced forces = 0.00067, position -0.001908, 0.000905, 0.017810
>
> but the balls bounces....
> also for irregular.py  and wall.py
>
> Running script packs.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "packs.py", line 46, in <module>
>     ]: O.bodies.appendClumped(part,integrateInertia=False)
> ArgumentError: Python argument types in
>     BodyContainer.appendClumped(BodyContainer, list)
> did not match C++ signature:
>     appendClumped(pyBodyContainer {lvalue},
> std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body>
>> >, unsigned int discretization=0)
>
>
> yadedaily gravityLoading.py
> Welcome to Yade 1.07.0-180-788bc5d~trusty
> TCP python prompt on localhost:9000, auth cookie `uyacke'
> XMLRPC info provider on http://localhost:21000
> Running script gravityLoading.py
> Traceback (most recent call last):
>   File "/usr/bin/yadedaily", line 178, in runScript
>     execfile(script,globals())
>   File "gravityLoading.py", line 16, in <module>
>
> O.bodies.append(ymport.text(packing+'.spheres',scale=1.,shift=Vector3(0,0,0),material=sphereMat))
>   File "/usr/lib/x86_64-linux-gnu/yadedaily/py/yade/ymport.py", line 103, in
> text
>     return
> textExt(fileName=fileName,format='x_y_z_r',shift=shift,scale=scale,**kw)
>   File "/usr/lib/x86_64-linux-gnu/yadedaily/py/yade/ymport.py", line 25, in
> textExt
>     infile = open(fileName,"r")
> IOError: [Errno 2] File or Directory not found:
> 'parallellepiped_10_persistentPlane30Deg.spheres'
>
>
> Matthias
>
>
>
> On 08.05.2014 09:34, Anton Gladky wrote:
>
> Dear Yade developers,
>
> we have done almost 200 commits since last Yade stable version.
> I think we should make a new release soon. Planned dates are
> 10-11 May, 2014 (this weekend).
>
> If you have something to commit, please, do it within the next 2 days.
> Also it would be good if we find time to concentrate on existing
> bugs and try to fix them and check examples.
>
> Best regards
>
> Anton
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev
> More help   : https://help.launchpad.net/ListHelp
>
>
>
> --
> ----------------------------
> Dipl.-Inf. Matthias Frank
> wissenschaftlicher Mitarbeiter
>
> Technische Universität Dresden
> Fakultät Maschinenwesen
> Institut für Verarbeitungsmaschinen und mobile Arbeitsmaschinen
> Professur für Verarbeitungsmaschinen und Verarbeitungstechnik
>
> 01062 Dresden
>
> Tel.: +49 351 463 36124
> E-Mail: matthias.frank@xxxxxxxxxxxxx
> www.vat.tu-dresden.de
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev
> More help   : https://help.launchpad.net/ListHelp
>


References