tAdded indentation. Side walls still missing. - granular-basin - tectonic deformation experiments with Granular.jl
(HTM) git clone git://src.adamsgaard.dk/granular-basin
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit d42404e97dc00893186174cbc88eeb09e40513b0
(DIR) parent bfb1778678ea1d379dbd47473c69de546c8d5a3f
(HTM) Author: esbenpalmstrom <esbenpalmstroem@gmail.com>
Date: Thu, 25 Nov 2021 12:08:56 +0100
Added indentation. Side walls still missing.
Diffstat:
M deform_basin.jl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/deform_basin.jl b/deform_basin.jl
t@@ -75,7 +75,10 @@ sim.id = "deformed"
# Add side walls
if deformation_Type == true
-
+
+ #wall facing east
+ Granular.addWallLinearFrictionless!(sim,[1.,0.],e_pos)
+
end
while sim.time < sim.time_total