Introduction
Introduction Statistics Contact Development Disclaimer Help
tREADME.md - slidergrid - grid of elastic sliders on a frictional surface
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
tREADME.md (1685B)
---
1 # slidergrid
2
3 Solves the kinematic behavior of a grid of bonded points sliding on a fr…
4 surface.
5
6 Author: Anders Damsgaard, [email protected]
7
8
9 ## Notes
10 - [ ] Implement beam equation in slidergrid
11 - [x] change in displacement is wrong
12 - [x] velocity set in test.c is not transfered to main.c
13 - [x] forces set in slider.c are not transfered to main.c. I can set mas…
14 - [x] system stable only with elasticity
15 - [ ] viscosity should be serial to elasticity (Maxwell material). From …
16 - [ ] Add driving stress related to surface slope
17 - [ ] Add basal friction
18
19 ### Interaction outline
20 ```
21 slider_neighbor_interaction (main.c)
22 bond_deformation (slider.c) // resolve strains
23 bond_parallel_deformation // resolve tension/compression
24 bond_normal_deformation // resolve shear/bending/twisting
25 slider_interaction (slider.c) // resolve forces and torques from stra…
26 bond_parallel_kelvin_voight // resolve forces from tension/compre…
27 bond_normal_kelvin_voight // resolve forces and torques from sh…
28 ```
29
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.