← Back to team overview

yade-users team mailing list archive

Re: [Question #688269]: Have control on the test: O.run , time step , increments, iterations

 

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

Jérôme Duriez proposed the following answer:
> So, the step is actually the time step which is O.iter. Am I right?

Yes

> is it possible to set the time increment (time step) to a specific
value we want?

Indeed:
O.dt = someValue

But we generally use TimeStepper such as GlobalStiffnessTimeStepper to
automatically choose an appropriate value. By the way, if you have it in
your O.engines, it will soon supersede a possible "manual" O.dt command

As for the rest, I will not try to dive into long scripts but my guess
is that O.run(1000,True) is embedded within a loop and, then, repeated
several times.

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