yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #21808
Re: [Question #688250]: code for sand drop simulation
Question #688250 on Yade changed:
https://answers.launchpad.net/yade/+question/688250
Status: Open => Answered
Jan Stránský proposed the following answer:
> Since I don't identify what the GlobalStiffnessTimeStepper command
function is?
GlobalStiffnessTimeStepper is one of your engines. I meant to add defaultDt argument to it:
###
O.engines=[ForceResetter(),
InsertionSortCollider(...),
InteractionLoop(...),
GlobalStiffnessTimeStepper(defaultDt=0.001),
NewtonIntegrator(...)]
###
> GlobalStiffnessTimeStepper(defaultDt=4*PWaveTimeStep())
PWaveTimeStep() does not work here as you have no spheres in the
simulation (this was the source of one of the warnings and having too
large time step without defaultDt argument)
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.