← Back to team overview

yade-users team mailing list archive

Re: [Question #678399]: Check simulation file

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

Once you O.load('something.yade') you can access using the command line
and/or Inspect from the GUI all the YADE variables that are exposed to
Python (ie almost everything, see [*])

These variables obviously are the variables at some given state = the
state of the model when O.save('something.yade') was called, let's call
it the "present" state.

However, it seems you want to know the "past", eg the past history of
porosity against O.iter. This is not possible...

It was up to the user who O.save()'d to monitor and export the
time/iteration histories for the variables of interest.


Jérôme

[*] https://yade-dev.gitlab.io/trunk/yade.wrapper.html

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.