← Back to team overview

yade-users team mailing list archive

Re: [Question #697227]: Calibrate material parameter

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
So probably you did not use it correctly (hard to tell without any code [6]).
Something like this should work:
###
# input ... one input data set
for input from inputs: # or somehow differently given input data
    O.reset()
    # materials, bodies, ...
    O.engines = [ ... ]
    O.run(); O.wait() # or some other stop condition
    # save
    # possibly modify input from here w.r.t results
###

Cheers
Jan

[6] https://www.yade-dem.org/wiki/Howtoask

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