yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09863
[Branch ~yade-pkg/yade/git-trunk] Rev 3700: Add [Pournin2001] into the description of ViscoelasticPM.
------------------------------------------------------------
revno: 3700
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2013-08-28 14:00:42 +0200
message:
Add [Pournin2001] into the description of ViscoelasticPM.
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 2013-06-12 14:35:49 +0000
+++ pkg/dem/ViscoelasticPM.hpp 2013-08-28 12:00:42 +0000
@@ -79,6 +79,6 @@
private:
Real calculateCapillarForce(const ScGeom& geom, ViscElPhys& phys);
FUNCTOR2D(ScGeom,ViscElPhys);
- YADE_CLASS_BASE_DOC(Law2_ScGeom_ViscElPhys_Basic,LawFunctor,"Linear viscoelastic model operating on :yref:`ScGeom` and :yref:`ViscElPhys`.");
+ YADE_CLASS_BASE_DOC(Law2_ScGeom_ViscElPhys_Basic,LawFunctor,"Linear viscoelastic model operating on :yref:`ScGeom` and :yref:`ViscElPhys`. The model is mostly based on the paper for For details see Pournin [Pournin2001]_ .");
};
REGISTER_SERIALIZABLE(Law2_ScGeom_ViscElPhys_Basic);