tModify supraglacial script for zero fluid-pressure gradient - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 4250795968a1883585822f0eae9d1c2060cf91f9
DIR parent eced4af1ee7b969c73fdec8d5e96f9599e031ff8
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 4 Nov 2019 09:59:39 +0100
Modify supraglacial script for zero fluid-pressure gradient
Diffstat:
M python/supraglacial-master.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/supraglacial-master.py b/python/supraglacial-master.py
t@@ -13,7 +13,7 @@ plots = True
sim_id = "supraglacial"
# Fluid-pressure gradient [Pa/m]
-dpdz = -50.0
+dpdz = 0.0
# Grain density
rho_g = 3600.0