| tinitial commit. Unfinished - granular-basin - tectonic deformation experiments… | |
| git clone git://src.adamsgaard.dk/granular-basin | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 42382e5d6b9acf70eed765df9a7cb243e2b9d125 | |
| parent e2df704fb21f7b57fc8060bd864671ac806569e5 | |
| Author: esbenpalmstrom <[email protected]> | |
| Date: Mon, 22 Nov 2021 17:02:38 +0100 | |
| initial commit. Unfinished | |
| Diffstat: | |
| A deform_basin.jl | 21 +++++++++++++++++++++ | |
| 1 file changed, 21 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/deform_basin.jl b/deform_basin.jl | |
| t@@ -0,0 +1,21 @@ | |
| +import Granular | |
| +import JLD2 | |
| +import Dates | |
| + | |
| + | |
| +# User defined settings | |
| + | |
| +id = "simulation1000" # folder name of simulation | |
| + | |
| +hw_ratio = 0.2 # height/width ratio of indenter | |
| +grain_radius = 0.05 # grain radius of grains in indenter | |
| + | |
| +deformation_type = # "diapir" or "inversion" | |
| + | |
| +t_start = Dates.now() | |
| + | |
| +sim = Granular.readSimulation("$(id)/comp.jld2") | |
| +carpet = Granular.readSimulation("$(id)/carpet.jld2") | |
| +SimSettings = SimSettings = JLD2.load("$(id)/SimSettings.jld2") | |
| + | |
| +temp_indent = createSimulation("id=temp_indent") |