Dynamic fault slip modeling software in induced seismicity. This code aims to ...
The initial version of this software is based on the open-source code IndNuc.
- Main Features
- Dependencies
- Instructions
- Examples
- Documentation
- How to Contribute
- How to Cite
- Authorship
- License
This program can be used for ...
- It provides a ...
FastSlipPy is fully written in the Python programming language and adopts the Object Oriented Programming (OOP) paradigm to offer modularity and extensibility. Due to the nature of Python, this program can be run on different platforms (Windows or Linux)
Please make sure you have installed Python3.X.X on your PC. Currently, Python3.10.X is recommended, as other versions haven't been tested.
Required Python Pakage:
- numpy
- matplotlib
Download this software or use Git:
git clone https://github.com/ChengshunShang1996/FastSlipPy.git
Then, in the project folder, run cmd command:
pip install -e .
Test it:
from fastslippy import FastSlipPy
If you see the logo, you have successfully installed it.
- Input Parameters (.json):
This JSON file is used as input for the program. For generating particle packings, at least one input file is needed: [ParametersDEMGen.json][ParametersDEMGen_link].
To run a simulation, launch the ...
Examples are available inside the folder examples.
Please read this README.md for information.
Please check the contribution guidelines.
To cite this repository, you can use the metadata from this file.
- Chengshun Shang 1 (c.shang@uu.nl)
1 Utrecht University (UU)
The program was initially developed under the context of the FastSlip project.
FastSlipPy is licensed under the MIT license, which allows the program to be freely used by anyone for modification, private use, commercial use, and distribution, only requiring the preservation of copyright and license notices. No liability and warranty are provided.

