yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01427
Re: RockPM problem
>
> I had a look at your code in SVN, it seems OK. It is enough if
> you have
> just a few spheres. Did you add Ip2_RpmMat_RpmMat_RpmPhys() to
> the
> InteractionDispatchers/InteractionPhysicsMetaEngine?
Where is Ip2_RpmMat_RpmMat_RpmPhys() ?? Yade will not use it
automatically (by design):
InteractionDispatchers(
[ef2_Sphere_Sphere_Dem3DofGeom(),ef2_Facet_Sphere_Dem3DofGeom()],
#what the heck??? [SimpleElasticRelationships()],
[Ip2_RpmMat_RpmMat_RpmPhys()], ### <-- use this instead
[Law2_Dem3DofGeom_RockPMPhys_Rpm()]
#[Law2_Dem3DofGeom_SimplePhys_Simple()]
),
V.
Follow ups
References