tchange simulation id - 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 c6c012055c6e3e919114c285923ad2d31459e3eb
(DIR) parent 1cdfcecb458d456def61174e3ec36d13fdfbbef3
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 31 Mar 2016 15:16:23 -0700
change simulation id
Diffstat:
M python/rate-state.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/python/rate-state.py b/python/rate-state.py
t@@ -40,11 +40,11 @@ sim.fluid = fluid
if fluid:
#sim.id('halfshear-darcy-sigma0=' + str(sigma0) + '-k_c=' + str(k_c) + \
#'-mu=' + str(mu) + '-velfac=' + str(velfac) + '-shear')
- sim.id('s1-darcy-sigma0=' + str(sigma0) + '-k_c=' + str(k_c) + \
- '-mu=' + str(mu) + '-velfac=' + str(velfac) + '-noflux-shear')
+ sim.id('ratestate-sigma0=' + str(sigma0) + '-k_c=' + str(k_c) + \
+ '-mu=' + str(mu) + '-velfac=' + str(velfac) + '-shear')
else:
- sim.id('s1-darcy-sigma0=' + str(sigma0) + '-velfac=' + str(velfac) + \
- '-noflux-shear')
+ sim.id('ratestate-darcy-sigma0=' + str(sigma0) + '-velfac=' + str(velfac) + \
+ '-shear')
sim.checkerboardColors(nx=6,ny=3,nz=6)
#sim.checkerboardColors(nx=6,ny=6,nz=6)