← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3901: add reference

 

------------------------------------------------------------
revno: 3901
committer: Klaus Thoeni <klaus.thoeni@xxxxxxxxx>
timestamp: Fri 2016-06-10 23:50:49 +1000
message:
  add reference
modified:
  doc/yade-articles.bib
  pkg/dem/WirePM.hpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/yade-articles.bib'
--- doc/yade-articles.bib	2016-05-20 05:29:56 +0000
+++ doc/yade-articles.bib	2016-06-10 13:50:49 +0000
@@ -150,6 +150,17 @@
   publisher={American Society of Civil Engineers}
 }
 
+@article{Cheng2016,
+	author = {Cheng, H. and Yamamoto, H. and Thoeni, K.},
+	doi = {10.1016/j.compgeo.2016.03.006},
+	journal = {Computers and Geotechnics},
+	pages = {170–183},
+	title = {{Numerical study on stress states and fabric anisotropies in soilbags using the DEM}},
+	url = {http://www.sciencedirect.com/science/article/pii/S0266352X1630060X},
+	volume = {76},
+	year = {2016}
+}
+
 @article{Dang2010a,
 	author = {Dang, H. K. and Meguid, M. A.},
 	title = {Algorithm to Generate a Discrete Element Specimen with Predefined Properties},

=== modified file 'pkg/dem/WirePM.hpp'
--- pkg/dem/WirePM.hpp	2014-10-15 06:44:01 +0000
+++ pkg/dem/WirePM.hpp	2016-06-10 13:50:49 +0000
@@ -47,7 +47,7 @@
 		virtual shared_ptr<State> newAssocState() const { return shared_ptr<State>(new WireState); }
 		virtual bool stateTypeOk(State* s) const { return (bool)dynamic_cast<WireState*>(s); }
 		void postLoad(WireMat&);
-	YADE_CLASS_BASE_DOC_ATTRS_CTOR(WireMat,FrictMat,"Material for use with the Wire classes",
+	YADE_CLASS_BASE_DOC_ATTRS_CTOR(WireMat,FrictMat,"Material for use with the Wire classes. In conjunction with the corresponding functors it can be used to model steel wire meshes [Thoeni2014]_, geotextiles [Cheng2016]_ and more.",
 			((Real,diameter,0.0027,,"Diameter of the single wire in [m] (the diameter is used to compute the cross-section area of the wire)."))
 			((unsigned int,type,0,,"Three different types are considered:\n\n"
 			"== ===============================================================\n"