yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06421
Re: [Question #208644]: How to save a confined pack and later load it for shear
Question #208644 on Yade changed:
https://answers.launchpad.net/yade/+question/208644
Jan Stránský proposed the following answer:
If no doneHook is specified for Peri3dController, then it is killed and
O.pause() is called, thats why it terminates..
PeriIsoCompressor.cpp, line 410:
if(doneHook.empty()){ LOG_INFO("No doneHook set, dying."); dead=true;
Omega::instance().pause(); }
still I don't see, where the second script produces conf.xml.bz2 file..
Jan
2012/9/17 Chareyre <question208644@xxxxxxxxxxxxxxxxxxxxx>
> Question #208644 on Yade changed:
> https://answers.launchpad.net/yade/+question/208644
>
> Chareyre proposed the following answer:
> >I suppose that when the goal=(-5.e3,-5.e3,0) is achieved within the
> stress tolerance, O.run() will terminate. Is this wrong?
>
> When goals are achieved, doneHook() is called.
>
> --
> 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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.