Introduction
Introduction Statistics Contact Development Disclaimer Help
tmerge - sphere - GPU-based 3D discrete element method algorithm with optional …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 119cac8a4e5b392f9b41fb700d0fff088b3ad6b3
parent b275eec9d3daa93502b045ee37e173562489a5b7
Author: Anders Damsgaard Christensen <[email protected]>
Date: Sun, 7 Apr 2013 03:38:26 +0200
merge
Diffstat:
M python/sphere.py | 20 --------------------
1 file changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -783,10 +783,6 @@ class Spherebin:
for n in numpy.arange(bondparticles.shape[0]):
self.createBondPair(bondparticles[n,0], bondparticles[n,1], spacin…
-<<<<<<< HEAD
-=======
-
->>>>>>> a4966d0106281e3fbecd21a0a132f7e76e851ad0
def zeroKinematics(self):
'Zero kinematics of particles'
t@@ -822,10 +818,6 @@ class Spherebin:
self.w_vel = numpy.zeros(1)
self.w_force = numpy.zeros(1)
self.w_devs = numpy.zeros(1)
-<<<<<<< HEAD
-=======
-
->>>>>>> a4966d0106281e3fbecd21a0a132f7e76e851ad0
def consolidate(self, deviatoric_stress = 10e3,
t@@ -934,10 +926,6 @@ class Spherebin:
self.time_file_dt[0] = file_dt
self.time_step_count[0] = 0
-<<<<<<< HEAD
-=======
-
->>>>>>> a4966d0106281e3fbecd21a0a132f7e76e851ad0
def defaultParams(self,
mu_s = 0.4,
mu_d = 0.4,
t@@ -1135,10 +1123,6 @@ class Spherebin:
# Find the volume of solids
V_solid = numpy.sum(V_sphere(self.radius))
return (V_total - V_solid) / V_total
-<<<<<<< HEAD
-=======
-
->>>>>>> a4966d0106281e3fbecd21a0a132f7e76e851ad0
def porosity(self,
slices = 10,
t@@ -1200,10 +1184,6 @@ class Spherebin:
if (status != 0):
raise Exception("Error, the sphere run returned with status " + st…
-<<<<<<< HEAD
-=======
-
->>>>>>> a4966d0106281e3fbecd21a0a132f7e76e851ad0
def torqueScript(self,
email="[email protected]",
email_alerts="ae",
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.