yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10657
[Branch ~yade-pkg/yade/git-trunk] Rev 3880: Remove last capillar-parameters from ViscEl.
------------------------------------------------------------
revno: 3880
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2014-04-03 11:05:20 +0200
message:
Remove last capillar-parameters from ViscEl.
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-03 06:19:48 +0000
+++ pkg/dem/ViscoelasticPM.hpp 2014-04-03 09:05:20 +0000
@@ -28,11 +28,6 @@
((Real,cs,NaN,,"Shear viscous constant. Attention, this parameter cannot be set if tc, en or es is defined!"))
((Real,mR,0.0,,"Rolling resistance, see [Zhou1999536]_."))
((unsigned int,mRtype,1,,"Rolling resistance type, see [Zhou1999536]_. mRtype=1 - equation (3) in [Zhou1999536]_; mRtype=2 - equation (4) in [Zhou1999536]_."))
- ((bool,Capillar,false,,"True, if capillar forces need to be added."))
- ((Real,Vb,NaN,,"Liquid bridge volume [m^3]"))
- ((Real,gamma,NaN,,"Surface tension [N/m]"))
- ((Real,theta,NaN,,"Contact angle [°]"))
- ((std::string,CapillarType,"",,"Different types of capillar interaction: Willett_numeric, Willett_analytic [Willett2000]_ , Weigert [Weigert1999]_ , Rabinovich [Rabinov2005]_ , Lambert (simplified, corrected Rabinovich model) [Lambert2008]_ ")),
createIndex();
);
REGISTER_CLASS_INDEX(ViscElMat,FrictMat);