Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix typo in function name - sphere - GPU-based 3D discrete element method algo…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit e99d4d9da0336d361f31a7f3f3c391ce3b8b9229
parent 2085e084281fe031a970af25d140832b27642e5c
Author: Anders Damsgaard <[email protected]>
Date: Mon, 1 Sep 2014 14:50:37 +0200
fix typo in function name
Diffstat:
M doc/html/genindex.html | 12 ++++++------
M doc/html/objects.inv | 0
M doc/html/python_api.html | 36 ++++++++++++++++-------------…
M doc/html/searchindex.js | 4 ++--
M doc/pdf/sphere.pdf | 0
M python/sphere.py | 2 +-
6 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/doc/html/genindex.html b/doc/html/genindex.html
t@@ -239,6 +239,10 @@
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
+ <dt><a href="python_api.html#sphere.sim.inertiaParameterPlanarShear">inertia…
+ </dt>
+
+
<dt><a href="python_api.html#sphere.sim.initFluid">initFluid() (sphere.sim m…
</dt>
t@@ -250,12 +254,12 @@
<dt><a href="python_api.html#sphere.sim.initGridAndWorldsize">initGridAndWor…
</dt>
+ </dl></td>
+ <td style="width: 33%" valign="top"><dl>
<dt><a href="python_api.html#sphere.sim.initGridPos">initGridPos() (sphere.s…
</dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
<dt><a href="python_api.html#sphere.sim.initRandomGridPos">initRandomGridPos…
</dt>
t@@ -268,10 +272,6 @@
<dt><a href="python_api.html#sphere.sim.initTemporal">initTemporal() (sphere…
</dt>
-
- <dt><a href="python_api.html#sphere.sim.interiaParameterPlanarShear">interia…
- </dt>
-
</dl></td>
</tr></table>
diff --git a/doc/html/objects.inv b/doc/html/objects.inv
Binary files differ.
diff --git a/doc/html/python_api.html b/doc/html/python_api.html
t@@ -768,6 +768,24 @@ value is <tt class="docutils literal"><span class="pre">u…
</dd></dl>
<dl class="method">
+<dt id="sphere.sim.inertiaParameterPlanarShear">
+<tt class="descname">inertiaParameterPlanarShear</tt><big>(</big><big>)</big><…
+<dd><p>Returns the value of the inertia parameter $I$ during planar shear
+proposed by GDR-MiDi 2004.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="fie…
+</tr>
+<tr class="field-even field"><th class="field-name">Return type:</th><td class…
+</tr>
+</tbody>
+</table>
+<p>:see also:<cite>func:shearStrainRate()</cite>,`func:shearVel()`</p>
+</dd></dl>
+
+<dl class="method">
<dt id="sphere.sim.initFluid">
<tt class="descname">initFluid</tt><big>(</big><em>mu=0.00089</em>, <em>rho=10…
<dd><p>Initialize the fluid arrays and the fluid viscosity. The default value
t@@ -921,24 +939,6 @@ included.</p>
</dd></dl>
<dl class="method">
-<dt id="sphere.sim.interiaParameterPlanarShear">
-<tt class="descname">interiaParameterPlanarShear</tt><big>(</big><big>)</big><…
-<dd><p>Returns the value of the inertia parameter $I$ during planar shear
-proposed by GDR-MiDi 2004.</p>
-<table class="docutils field-list" frame="void" rules="none">
-<col class="field-name" />
-<col class="field-body" />
-<tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Returns:</th><td class="fie…
-</tr>
-<tr class="field-even field"><th class="field-name">Return type:</th><td class…
-</tr>
-</tbody>
-</table>
-<p>:see also:<cite>func:shearStrainRate()</cite>,`func:shearVel()`</p>
-</dd></dl>
-
-<dl class="method">
<dt id="sphere.sim.kineticEnergy">
<tt class="descname">kineticEnergy</tt><big>(</big><em>idx</em><big>)</big><a …
<dd><p>Returns the (linear) kinetic energy for a particle.</p>
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
t@@ -1 +1 @@
-Search.setIndex({objects:{"":{sphere:[5,0,1,""]},sphere:{status:[5,1,1,""],con…
-\ No newline at end of file
+Search.setIndex({objects:{"":{sphere:[5,0,1,""]},sphere:{status:[5,1,1,""],con…
+\ No newline at end of file
diff --git a/doc/pdf/sphere.pdf b/doc/pdf/sphere.pdf
Binary files differ.
diff --git a/python/sphere.py b/python/sphere.py
t@@ -3510,7 +3510,7 @@ class sim:
'''
return self.shearStrain()/self.time_current[0]
- def interiaParameterPlanarShear(self):
+ def inertiaParameterPlanarShear(self):
'''
Returns the value of the inertia parameter $I$ during planar shear
proposed by GDR-MiDi 2004.
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.