yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12553
[Branch ~yade-pkg/yade/git-trunk] Rev 3800: Doc of TriaxStressController.porosity precised
------------------------------------------------------------
revno: 3800
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Mon 2016-02-29 17:08:44 -0700
message:
Doc of TriaxStressController.porosity precised
modified:
pkg/dem/TriaxialStressController.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/TriaxialStressController.hpp'
--- pkg/dem/TriaxialStressController.hpp 2015-05-22 05:46:49 +0000
+++ pkg/dem/TriaxialStressController.hpp 2016-03-01 00:08:44 +0000
@@ -136,7 +136,7 @@
,
.def_readonly("strain",&TriaxialStressController::strain,"Current strain in a vector (exx,eyy,ezz). The values reflect true (logarithmic) strain.")
.def_readonly("strainRate",&TriaxialStressController::getStrainRate,"Current strain rate in a vector d/dt(exx,eyy,ezz).")
- .def_readonly("porosity",&TriaxialStressController::porosity,"Porosity of the packing.")
+ .def_readonly("porosity",&TriaxialStressController::porosity,"Porosity of the packing, as automatically measured the last instance :yref:`updatePorosity<TriaxialStressController::updatePorosity>` was true.")
.def_readonly("boxVolume",&TriaxialStressController::boxVolume,"Total packing volume.")
.def_readonly("particlesVolume",&TriaxialStressController::particlesVolume,"Total volume of particles (clumps and spheres).")
.def_readonly("spheresVolume",&TriaxialStressController::particlesVolume,"Shorthand for :yref:`TriaxialStressController::particlesVolume`")