Introduction
Introduction Statistics Contact Development Disclaimer Help
tshorter simulation id for dry experiments - sphere - GPU-based 3D discrete ele…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 32aeacd64688103feaca2083c456a569078f9546
parent c6c012055c6e3e919114c285923ad2d31459e3eb
Author: Anders Damsgaard <[email protected]>
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(-)
---
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)
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.