tshorter simulation id for dry experiments - 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 32aeacd64688103feaca2083c456a569078f9546
(DIR) parent c6c012055c6e3e919114c285923ad2d31459e3eb
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 31 Mar 2016 15:17:13 -0700
shorter simulation id for dry experiments
Diffstat:
M python/rate-state.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/python/rate-state.py b/python/rate-state.py
t@@ -38,12 +38,10 @@ sim.readlast()
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('ratestate-sigma0=' + str(sigma0) + '-k_c=' + str(k_c) + \
'-mu=' + str(mu) + '-velfac=' + str(velfac) + '-shear')
else:
- sim.id('ratestate-darcy-sigma0=' + str(sigma0) + '-velfac=' + str(velfac) + \
+ sim.id('ratestate-sigma0=' + str(sigma0) + '-velfac=' + str(velfac) + \
'-shear')
sim.checkerboardColors(nx=6,ny=3,nz=6)