yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07871
Re: [Question #232351]: Kinds of damping
Question #232351 on Yade changed:
https://answers.launchpad.net/yade/+question/232351
Status: Open => Answered
Christian Jakob proposed the following answer:
Hi,
to define viscous damping, it is necessary to set betan and betas in the
functor...
InteractionLoop(
[Ig2_Sphere_Sphere_ScGeom()],
[Ip2_FrictMat_FrictMat_MindlinPhys(betan=0.1,betas=0.1,label='ContactModel')],
[Law2_ScGeom_MindlinPhys_Mindlin(label='Mindlin')]
),
christian
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.