treport choice of contact stiffness model in dry run - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 29ce3482c183769fdafcfbadf4a957831bee4e04
(DIR) parent ea358821f5b6bd7e654e769b5b8e3b844d8a3618
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Tue, 16 Aug 2016 12:10:41 -0700
report choice of contact stiffness model in dry run
Diffstat:
M src/sphere.cpp | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/sphere.cpp b/src/sphere.cpp
t@@ -392,6 +392,11 @@ void DEM::reportValues()
exit(1);
}
+ if (params.E > 0.01)
+ cout << " - Using Young's modulus for contact stiffness\n";
+ else
+ cout << " - Using global value for contact stiffness\n";
+
if (params.kappa > 0.0 && params.V_b > 0.0)
cout << " - Capillary cohesion enabled\n";