← Back to team overview

yade-users team mailing list archive

[Question #174738]: Damping

 

New question #174738 on Yade:
https://answers.launchpad.net/yade/+question/174738

Hi,

I would like to make a damping study in my model, but I don't know how. I am using :

O.materials.append(FrictMat(young=1e7,poisson=.25,frictionAngle=0.5,density=2000,label='mat1'))

but I do not see the option to change the damping here.

Does I need to make some change in the interaction loop? I am using this one:

InteractionLoop(
        [Ig2_Sphere_Sphere_L6Geom(),Ig2_Facet_Sphere_L3Geom()],
        [Ip2_FrictMat_FrictMat_FrictPhys()],
        [Law2_L3Geom_FrictPhys_ElPerfPl()]   
	)

Thanks in advance for the feedback.
Daniela

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.


Follow ups