tannotate state - 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 78d8883d7cbe9e3e1caa51a0b06b00b94aa12028
(DIR) parent 59b4b66f2541d1d53b9cfb08c9b73ccf3bed96e7
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 7 Oct 2014 16:02:59 +0200
annotate state
Diffstat:
M python/shear-results-internals.py | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/python/shear-results-internals.py b/python/shear-results-internals.py
t@@ -143,13 +143,17 @@ for step_str in steps:
#fig = plt.figure(figsize=(8,4*(len(steps))+1))
#fig = plt.figure(figsize=(8,5*(len(steps))+1))
-#fig = plt.figure(figsize=(16,5*(len(steps))+1))
-fig = plt.figure(figsize=(20,5*(len(steps))+1))
+fig = plt.figure(figsize=(16,5*(len(steps))+1))
ax = []
for s in numpy.arange(len(steps)):
- strain_str = 'Shear strain $\\gamma = %.3f$' % (shear_strain[s])
+ #strain_str = 'Shear strain\n $\\gamma = %.3f$' % (shear_strain[s])
+
+ if s == 0:
+ strain_str = 'Dilating state ($\\gamma = %.2f$)' % (shear_strain[s])
+ else:
+ strain_str = 'Steady state ($\\gamma = %.2f$)' % (shear_strain[s])
n = 7
if s == 0:
t@@ -254,6 +258,7 @@ for s in numpy.arange(len(steps)):
ax[s*n+1].set_xlim([0.33, 0.6]) # phi
ax[s*n+2].set_xlim([-0.09, 0.035]) # dphi/dt
+ ax[s*n+3].set_xlim([-1.50, 1.50]) # v_z_p
#plt.plot(dpdz[c], K[c], 'o-', label='$c$ = %.2f' % (cvals[c]))