Skip to content
Snippets Groups Projects
Commit cdeb7bf9 authored by podlesny's avatar podlesny
Browse files

.

parent 43824706
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
#/home/joscha/Desktop/strikeslip/viscosity-1e3/ #/home/joscha/Desktop/strikeslip/viscosity-1e3/
[directories] [directories]
simulation = /home/joscha/software/dune/build-release/dune-tectonic/src/foam/output/test/ simulation = /home/joscha/software/dune/build-release/dune-tectonic/src/foam/output/tresca/
experiment = ~/group/publications/2016-RosenauCorbiDominguezRudolfRitterPipping experiment = ~/group/publications/2016-RosenauCorbiDominguezRudolfRitterPipping
output = generated output = generated
...@@ -34,7 +34,7 @@ def build_patch(coords, percentage): ...@@ -34,7 +34,7 @@ def build_patch(coords, percentage):
NBODIES = 2 NBODIES = 2
FINAL_TIME = 15 # s FINAL_TIME = 15 # s
FINAL_VELOCITY = 1e-5 # m/s FINAL_VELOCITY = 2e-4 # m/s
THRESHOLD_VELOCITY = 0.5*FINAL_VELOCITY # 1000e-6 + FINAL_VELOCITY THRESHOLD_VELOCITY = 0.5*FINAL_VELOCITY # 1000e-6 + FINAL_VELOCITY
TANGENTIAL_COORDS = 1 TANGENTIAL_COORDS = 1
...@@ -72,9 +72,9 @@ for body_ID in range(NBODIES): ...@@ -72,9 +72,9 @@ for body_ID in range(NBODIES):
continue continue
coords = np.array(h5file[body + '/coordinates']) coords = np.array(h5file[body + '/coordinates'])
patch = build_patch(coords, 0.1) patch = build_patch(coords, 0.05)
friction_stats(h5file, body_ID, FINAL_TIME, patch, []) friction_stats(h5file, body_ID, FINAL_TIME, [], [0, 3])
plt.show() plt.show()
......
...@@ -34,7 +34,7 @@ bulkViscosity = 0.0 # [Pas] ...@@ -34,7 +34,7 @@ bulkViscosity = 0.0 # [Pas]
[boundary.friction] [boundary.friction]
C = 0.0 # [Pa] C = 0.0 # [Pa]
mu0 = 0.6 # [ ] mu0 = 0.3 # [ ]
V0 = 1e-6 # [m/s] V0 = 1e-6 # [m/s]
L = 1e-5 # [m] L = 1e-5 # [m]
initialAlpha = 0.0 #-10.0 # [ ] initialAlpha = 0.0 #-10.0 # [ ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment