Difference between revisions of "CapillaryTriaxialTest"

From Yade

Line 28: Line 28:
 
'''To run the simulations''', you have to download this [[https://yade-dem.org/w/images/2/2a/CapillaryJune2012.tar.gz file]] and extract the content to your yade/bin folder (where the yade executable is). You should end with 10 text files in /bin. CapillaryLaw will read those files once at startup and use the data to interpolate capillary forces for arbitrary values of suction and particles sizes (assuming a null wetting angle). If yade is started from another path, then the files should be in this path.
 
'''To run the simulations''', you have to download this [[https://yade-dem.org/w/images/2/2a/CapillaryJune2012.tar.gz file]] and extract the content to your yade/bin folder (where the yade executable is). You should end with 10 text files in /bin. CapillaryLaw will read those files once at startup and use the data to interpolate capillary forces for arbitrary values of suction and particles sizes (assuming a null wetting angle). If yade is started from another path, then the files should be in this path.
   
  +
The data files have been numerically established, leading to a finite precision: the highest suction values triggering meniscii failure are approximated. Then, for e.g. a pair of monosized contacting grains, physical meniscii with a filling angle smaller than 2 degrees can not be described. The corresponding limit adimensionned suction is around 1500. As such, simulations using adimensionned suction values greater than 1500 are (little) impacted by the precision of the data files. The code issues a warning message in such case.
These files have a given range of validity. Currently, you might expect errors if the adimensionned capillary pressure is greater than 1500. An "ERROR" message is issued by the code when such situation appears.
 

Revision as of 17:57, 24 February 2015

Modelling granular materials with capillary forces

Fig.1 Capillary model based on Laplace equation.

Capillary effects are taken into account as a result of capillary bridges between each pair of spherical elements based on the resolution of the Laplace-Young equation (http://en.wikipedia.org/wiki/Young–Laplace_equation). Be careful, the formulation is valid only for pendular menisci involving two grains (the so-called "pendular regime"). At the scale of an assembly, the corresponding degrees of saturation are therefore limited to low values (typically, between 0 and 15%). An algorithm has been developed by B. Chareyre to identify menisci overlaps on each spheres (menisci fusion). Some basic assumptions can be made to reduce capillary forces when menisci overlap (binary->Fcap=0 if at least 1 overlap, linear->Fcap=Fcap/numberOfOverlaps), but this is purely experimental.


Fig.2 Water content versus suction in a sphere packing.
Fig.3 Deviatoric stress vs. strain for different values of water content.


The control parameter is the capillary pressure (or suction) Uc, defined as the difference between gas and liquid pressure: Uc = Ugas - Uliquid. Liquid bridges properties (capillary Force Fcap, volume V and extents over interacting grains delta1 and delta2) are computed as a result of the defined Uc and the interacting geometry (spheres radii and interparticular distance).

For more documentation, have a look at:

1 - L. Scholtes, PhD thesis -> http://tel.archives-ouvertes.fr/tel-00363961/en/ (a lot of details but in french)

2- Scholtès, L., Chareyre, B., Nicot, F., Darve, F. (2009), Micromechanics of granular materials with capillary effects. International Journal of Engineering Science (47), pages 64–75. DOI 10.1016/j.ijengsci.2008.07.002

3 - Scholtès, L., Hicher, P.-Y., Chareyre, B., Nicot, F., Darve, F. (2009), On the capillary stress tensor in wet granular materials. International Journal for Numerical and Analytical Methods in Geomechanics (33), pages 1289–1313. DOI 10.1002/nag.767

4 - Scholtès, L., Chareyre, B., Nicot, F., Darve, F. (2009), Discrete modelling of capillary mechanisms in multi-phase granular media. Computer Modeling in Engineering and Sciences (52), pages 297–318. DOI ` <http://dx.doi.org/>`_

To run the simulations, you have to download this [file] and extract the content to your yade/bin folder (where the yade executable is). You should end with 10 text files in /bin. CapillaryLaw will read those files once at startup and use the data to interpolate capillary forces for arbitrary values of suction and particles sizes (assuming a null wetting angle). If yade is started from another path, then the files should be in this path.

The data files have been numerically established, leading to a finite precision: the highest suction values triggering meniscii failure are approximated. Then, for e.g. a pair of monosized contacting grains, physical meniscii with a filling angle smaller than 2 degrees can not be described. The corresponding limit adimensionned suction is around 1500. As such, simulations using adimensionned suction values greater than 1500 are (little) impacted by the precision of the data files. The code issues a warning message in such case.