Introduction
Introduction Statistics Contact Development Disclaimer Help
timplement contact age and healing rate - granular-basin - tectonic deformation…
git clone git://src.adamsgaard.dk/granular-basin
Log
Files
Refs
README
---
commit b25b069b8e26363f4cb22bdd8e44e2970cb53bdb
parent d42404e97dc00893186174cbc88eeb09e40513b0
Author: Anders Damsgaard <[email protected]>
Date: Thu, 25 Nov 2021 13:32:02 +0100
implement contact age and healing rate
Diffstat:
M init_basin.jl | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/init_basin.jl b/init_basin.jl
t@@ -204,12 +204,22 @@ for i = left_edge+(bot_r/2):bot_r*1.99:left_edge+length
color = 1)
end
-Granular.findContactsAllToAll!(carpet) # find the grain contacts
+for grain in sim.grains
+ for ic=1:length(grain.contact_age)
+ grain.contact_age[ic] = 1e16
+ end
+end
+
append!(sim.grains,carpet.grains) # add the carpet grains to the main simulati…
# since the assignment will point to the carpet object, changes made to the ca…
# object will appear in the main simulation object
+for grain in sim.grains
+ grain.strength_heal_rate = 1 # new bond stengthening
+end
+
+Granular.findContactsAllToAll!(carpet) # find the grain contacts
Granular.fitGridToGrains!(sim,sim.ocean,verbose=false) # fit the ocean to the…
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.