Question #203385 on Yade changed:
https://answers.launchpad.net/yade/+question/203385

    Status: Open => Answered

Luc Scholtès proposed the following answer:
Hey,

Just to be sure about what you want to do. Do you actually want to
export positions and radii of particles into a text file so that you can
import it into ABAQUS? If yes, the export function should work, but you
have to import the export module first (I know, the combination import
export can sound a bit weird). In your terminal (with a model previously
launched, of course!), try to type:

from yade import export
export.text('spheres')

That should do the trick.

You are probably aware of those works from B Harthong and JF Jerier on
the subject:

http://www.sciencedirect.com/science/article/pii/S0032591010004481
http://www.sciencedirect.com/science/article/pii/S0020740312001014
http://www.sciencedirect.com/science/article/pii/S0020768309002054

Cheers

Luc

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

Reply via email to