← Back to team overview

yade-users team mailing list archive

Re: [Question #166257]: question on CapillaryPhys

 

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

Christian Jakob posted a new comment:
Yes, of course I can create an example with capillaryPhys, but I still
need a little help ...

I tried

	InteractionLoop(
		[Ig2_Sphere_Sphere_ScGeom6D(),Ig2_Facet_Sphere_ScGeom()],
		[Ip2_FrictMat_FrictMat_MindlinPhys(label='ContactModel')],
		[Law2_ScGeom_MindlinPhys_Mindlin()]
	),
	Law2_ScGeom_CapillaryPhys_Capillarity(), 

... and ...

	InteractionLoop(
		[Ig2_Sphere_Sphere_ScGeom6D(),Ig2_Facet_Sphere_ScGeom()],
		[Ip2_FrictMat_FrictMat_FrictPhys(label='ContactModel')],
		[Law2_ScGeom_FrictPhys_CundallStrack()],
	),
	Law2_ScGeom_CapillaryPhys_Capillarity(), 


... with result:

segmentation fault :(

Regards,

Christian

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