Welcome to tiSPHi

! UNDER CONSTRUCTION !

For details of code please visit tiSPHi github.

Prerequisites

Python

3.7 / 3.8 / 3.9 / 3.10 (64-bit)

Python requirements

taichi
numpy
vulkan
json
trimesh

Project layout

data/
    models/         # Store stl or obj model files.
    scenes/         # Store scene files.
eng/
    ...             # SPH solver `.py` files.
img/
    ...             # Images used in readme.
run_simulation.py   # Runner of a simulation.
requirements.txt
LICENSE

docs/
    index.md        # The documentation homepage.
    ...             # Other markdown pages, images and other files.
mkdocs.yml          # The configuration file.