← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4001: Minor fix in documentation of viscoelastic.

 

------------------------------------------------------------
revno: 4001
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2014-06-03 10:53:31 +0200
message:
  Minor fix in documentation of viscoelastic.
modified:
  pkg/dem/ViscoelasticPM.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 'pkg/dem/ViscoelasticPM.hpp'
--- pkg/dem/ViscoelasticPM.hpp	2014-04-10 14:04:50 +0000
+++ pkg/dem/ViscoelasticPM.hpp	2014-06-03 08:53:31 +0000
@@ -23,7 +23,7 @@
 class ViscElMat : public FrictMat {
 	public:
 		virtual ~ViscElMat();
-	YADE_CLASS_BASE_DOC_ATTRS_CTOR(ViscElMat,FrictMat,"Material for simple viscoelastic model of contact.\n\n.. note::\n\t ``Shop::getViscoelasticFromSpheresInteraction`` (and :yref:`yade.utils.getViscoelasticFromSpheresInteraction` in python) compute :yref:`kn<ViscElMat::kn>`, :yref:`cn<ViscElMat::cn>`,  :yref:`ks<ViscElMat::ks>`,  :yref:`cs<ViscElMat::cs>` from analytical solution of a pair spheres interaction problem.",
+	YADE_CLASS_BASE_DOC_ATTRS_CTOR(ViscElMat,FrictMat,"Material for simple viscoelastic model of contact from analytical solution of a pair spheres interaction problem  [Pournin2001]_ .",
 		((Real,tc,NaN,,"Contact time"))
 		((Real,en,NaN,,"Restitution coefficient in normal direction"))
 		((Real,et,NaN,,"Restitution coefficient in tangential direction"))