← Back to team overview

yade-users team mailing list archive

Re: [Question #257902]: Undefined or ambiguous IPhys dispatch for types FrictMat and CpmMat

 

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

rayolau posted a new comment:
Hi Jan,

Thanks for your reply. 
I tried the second option, and appears this error: 

 " None of given Law2 functors can handle interaction #42655+23671,
types geom:ScGeom=1 and phys:FrictPhys=3 (LawDispatcher::getFunctor2D
returned empty functor)"

I changed the color of the ids (to dark blue), and correspond a vertex
of a box (hammer) and a sphere of concrete, as can see in [1]. I should
add some Law2 more?

InsertionSortCollider(
		[Bo1_Sphere_Aabb(aabbEnlargeFactor=intRadius,label='is2aabb'),
			Bo1_Facet_Aabb(),
			Bo1_Box_Aabb(),
			Bo1_Wall_Aabb()]),
	## Interactions
	InteractionLoop(
		[Ig2_Sphere_Sphere_ScGeom(interactionDetectionFactor=intRadius,label='ss2sc'),
			Ig2_Facet_Sphere_ScGeom(),
			Ig2_Wall_Sphere_ScGeom(),
			Ig2_Box_Sphere_ScGeom()],
			
		## use Ip2_FrictMat_CpmMat_FrictPhys [1] in addition to Ip2_CpmMat_CpmMat_CpmPhys

		[Ip2_CpmMat_CpmMat_CpmPhys(),Ip2_FrictMat_CpmMat_FrictPhys()],
		## Constitutive law
		[Law2_ScGeom_CpmPhys_Cpm()],
    ...
]


Cheers, 
Laura

[1] https://drive.google.com/file/d/0B6azPyaq-
2oNX3Zaa3oyZnJsOFE/view?usp=sharing

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