Introduction
Introduction Statistics Contact Development Disclaimer Help
trename color to Type color in order to use Diameter as default scalar - sphere…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 2154b7b07169f04088db40d93e083ef81bb20c31
parent 791da4a4eca6841b3bb348b89868a63618ed2ba0
Author: Anders Damsgaard <[email protected]>
Date: Wed, 28 Jan 2015 14:48:31 +0100
rename color to Type color in order to use Diameter as default scalar
Diffstat:
M python/sphere.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -1736,7 +1736,7 @@ class sim:
fh.write(' </DataArray>\n')
# Color
- fh.write(' <DataArray type="Int32" Name="Color" '
+ fh.write(' <DataArray type="Int32" Name="Type color" '
+ 'format="ascii">\n')
fh.write(' ')
for i in range(self.np):
t@@ -5956,7 +5956,7 @@ class sim:
lns1 = ax3.plot(time, self.sigma_eff/1000.0,
'-k', label="$\\sigma'$")
lns2 = ax3.plot(time,
- numpy.ones_like(time)*self.w_tau_x/1000.0,
+ numpy.ones_like(time)*sb.w_tau_x/1000.0,
'--k', label="$\\tau$")
lns3 = ax3.plot(time, self.tau_eff/1000.0,
':k', label="$\\tau'$")
t@@ -5966,8 +5966,8 @@ class sim:
ax3.plot(time, self.tau_eff/sb.w_sigma0[0],
'-k', label="$Shear friction$")
ax3.plot([0, time[-1]],
- [self.w_tau_x/self.sigma_def,
- self.w_tau_x/self.sigma_def],
+ [sb.w_tau_x/self.sigma_def,
+ sb.w_tau_x/self.sigma_def],
'--k', label="$Applied shear friction$")
ax3.set_ylabel('Shear friction $\\tau\'/\\sigma_0$ [-]')
# axis limits
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.