← 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

Chareyre proposed the following answer:
Oh, sorry. I copy/pasted your code without checking everything. The mix
between ScGeom and ScGeom6D is probably the reason of the crash.
Try:

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


On 29/07/11 13:01, Christian Jakob wrote:
> 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
>


-- 
_______________
Bruno Chareyre
Associate Professor
ENSE³ - Grenoble INP
Lab. 3SR
BP 53 - 38041, Grenoble cedex 9 - France
Tél : +33 4 56 52 86 21
Fax : +33 4 76 82 70 43
________________

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