Introduction
Introduction Statistics Contact Development Disclaimer Help
treport choice of contact stiffness model in dry run - sphere - GPU-based 3D di…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 29ce3482c183769fdafcfbadf4a957831bee4e04
parent ea358821f5b6bd7e654e769b5b8e3b844d8a3618
Author: Anders Damsgaard Christensen <[email protected]>
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(-)
---
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";
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.