yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11697
[Branch ~yade-pkg/yade/git-trunk] Rev 3544: See https://bugs.launchpad.net/yade/+bug/1394942 answer # 3
------------------------------------------------------------
revno: 3544
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Mon 2014-11-24 10:06:23 -0700
message:
See https://bugs.launchpad.net/yade/+bug/1394942 answer # 3
modified:
pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
--
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/Law2_ScGeom_CapillaryPhys_Capillarity.cpp'
--- pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp 2014-10-30 17:11:15 +0000
+++ pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp 2014-11-24 17:06:23 +0000
@@ -155,7 +155,7 @@
if (!Vinterpol) {
if ((fusionDetection) || (hertzOn ? mindlinContactPhysics->isBroken : cundallContactPhysics->isBroken)) bodiesMenisciiList.remove(interaction);
if (D>0) scene->interactions->requestErase(interaction);
- else LOG_ERROR("No meniscus found at a contact. capillaryPressure may be too large wrt. the loaded data files.")
+ else if (Pinterpol > 0) LOG_ERROR("No meniscus found at a contact. capillaryPressure may be too large wrt. the loaded data files.") // V=0 at a contact reveals a problem if and only if uc* > 0
}
/// wetting angles
if (!hertzOn) {