Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2018-04-23 Thread Bruno Chareyre
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Bruno Chareyre posted a new comment: For future reference, a more advanced method to avoid reloading positions is examplified in examples/simple-scene/save-then-reload.py [1].

[Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
New question #220639 on Yade: https://answers.launchpad.net/yade/+question/220639 hi guys, I have encountered the following problem: my simulation starts with a lot of particles falling into a cylinder. after they reached the bottom of the cylinder the start to dispose. this is called

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Jan Stránský
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Status: Open = Answered Jan Stránský proposed the following answer: Hi Eugen, you can save the position of particles using export module [1] or you can write your own function creating text file with

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Status: Answered = Open Eugen Kubowsky is still having a problem: Thanks Jan for your answer. Hm, I already used vtk recorder to save my simulation and postprocess it in paraview. But I dont know whether

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Jan Stránský
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Status: Open = Answered Jan Stránský proposed the following answer: Hi Eugen, I had in mind export.text function [1] rather than VTK tools.. If you need also non-spherical particles to be saved, you can

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Christian Jakob
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Christian Jakob proposed the following answer: Hi, You can save/ load simulations with O.save() or O.saveTmp() [1] and O.load() or O.loadTmp() [2]. Also you can store your python variables with O.saveVars() [3]

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Status: Answered = Solved Eugen Kubowsky confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because you are a member of

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Eugen Kubowsky posted a new comment: I think that the text save way is more flexible if you just need to save the position of spheres. Because it is independent of the yade release you saved it with and could

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Jan Stránský
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Jan Stránský posted a new comment: Hi Eugen, what exactly do you mean by annotations in comments? :-) Jan 2013/1/31 Eugen Kubowsky question220...@answers.launchpad.net Question #220639 on Yade changed:

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Eugen Kubowsky posted a new comment: ;) Oh my god, what a bad wording ... I meant footnotes -- You received this question notification because you are a member of yade-users, which is an answer contact for

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Christian Jakob
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Christian Jakob posted a new comment: Do you mean this: [1], [2], ... ? ... I just typed it ...^^ -- You received this question notification because you are a member of yade-users, which is an answer contact

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Eugen Kubowsky
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Eugen Kubowsky posted a new comment: hm, ok that's fine christian ;) Thanks Is there any plausible reason why you cant share screenshots here in launchpad? I also dont get the point, why there is no code

Re: [Yade-users] [Question #220639]: saving simulation at certain time step

2013-01-31 Thread Bruno Chareyre
Question #220639 on Yade changed: https://answers.launchpad.net/yade/+question/220639 Bruno Chareyre posted a new comment: I would not recommend the text save if it can be avoided. The reason is that everything is lost (mechanical paremeters, contact forces,...). A simulation generated on this