← 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

    Status: Open => Solved

Christian Jakob confirmed that the question is solved:
Its working with this engines:

O.engines=[
	ForceResetter(),
	InsertionSortCollider([Bo1_Sphere_Aabb()]),
	InteractionLoop(
		[Ig2_Sphere_Sphere_ScGeom()],
		[Ip2_FrictMat_FrictMat_CapillaryPhys()],
		[Law2_ScGeom_FrictPhys_CundallStrack()],
	),
	Law2_ScGeom_CapillaryPhys_Capillarity(CapillaryPressure=10000),
	GravityEngine(gravity=(0,0,-9.81)),
	NewtonIntegrator(damping=0.5),
]

There were two main mistakes:

1.) I had the files from https://yade-dem.org/wiki/CapillaryTriaxialTest
extracted only in the bin directory of yade, but it should be in the
same directory as the script. Now the warning message does not occur any
more, but another crash occur, when particles come in contact...

2.) One has to set at least a value for the CapillaryPressure, so that
the law knows how to calculate the right forces.

Regards,

Christian.

Special thanks to Luc Scholtes.

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