cngf-pf

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE Back to index

README.md (948B)


      1 # 1d_fd_simple_shear
      2 
      3 This project contains a 1d implementation of the Henann and Kamrin
      4 2013[1] model under simple shear, with various extensions such as
      5 diffusive fluid coupling and cohesion.  The granular material is
      6 assumed to be in the critical state with constant porosity.  A
      7 transient option with non-constant porosity is under development
      8 (option -T).
      9 
     10 ## Compiling and installing
     11 Requirements are a C99-compatible compiler (e.g. `gcc` or `clang`).
     12 Run `make` and `make install` to install the programs and their man
     13 pages.
     14 
     15 ## Usage
     16 See `man 1d_fd_simple_shear`, `man max_deformation_depth` and `man
     17 shear_flux` for usage information.
     18 
     19 ## Results
     20 A preprint with model results is publically available[2].
     21 
     22 ## Author
     23 Anders Damsgaard <anders@adamsgaard.dk>
     24 https://src.adamsgaard.dk/1d_fd_simple_shear
     25 ISC licensed, see LICENSE for details.
     26 
     27 ## References
     28 [1]: https://doi.org/10.1073/pnas.1219153110
     29 [2]: https://arxiv.org/abs/2002.02436