Introduction
Introduction Statistics Contact Development Disclaimer Help
tUpdate README - slidergrid - grid of elastic sliders on a frictional surface
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
commit ce975080d4afb2c66265f61f2cf93ff2937007bf
parent 01f9042427f6b9e5933c803f55b9fdafe5b4a33c
Author: Anders Damsgaard <[email protected]>
Date: Sat, 7 Sep 2019 08:25:37 +0200
Update README
Diffstat:
M README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/README.md b/README.md
t@@ -7,3 +7,26 @@ Licensed under the GNU Public License v.3, see `LICENSE` for …
Author: Anders Damsgaard, [[email protected]](mailto:[email protected]),
[http://cs.au.dk/~adc](http://cs.au.dk)
+
+
+## Notes
+- [ ] Implement beam equation in slidergrid
+- [x] change in displacement is wrong
+- [x] velocity set in test.c is not transfered to main.c
+- [x] forces set in slider.c are not transfered to main.c. I can set mass but …
+- [x] system stable only with elasticity
+- [ ] viscosity should be serial to elasticity (Maxwell material). From Walker…
+- [ ] Add driving stress related to surface slope
+- [ ] Add basal friction
+
+### Interaction outline
+```
+slider_neighbor_interaction (main.c)
+ bond_deformation (slider.c) // resolve strains
+ bond_parallel_deformation // resolve tension/compression
+ bond_normal_deformation // resolve shear/bending/twisting
+ slider_interaction (slider.c) // resolve forces and torques from strains
+ bond_parallel_kelvin_voight // resolve forces from tension/compression
+ bond_normal_kelvin_voight // resolve forces and torques from shear/be…
+```
+
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.