RaymondMcGuire / sph_seepage_flows

Source code for paper "Visual Simulation of Soil-Structure Destruction with Seepage Flows" PACMCGIT(Proc. SCA2021)

Home Page:https://raymondmcguire.github.io/seepage_flow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Simulation of Soil-Structure Destruction with Seepage Flows (SCA 2021)

*Xu Wang, Makoto Fujisawa, Masahiko Mikawa

[Paper] [Video] [Project Page]

WindowsCUDA

Seepage Flows + WCSPH

Environment

How to run

Clone Project

git clone https://github.com/RaymondMcGuire/sph_seepage_flows.git --recursive

Project Initiation (CMake Command Line)

cd /to/your/project/path
mkdir build
cd build
cmake .. -G"Visual Studio 16 2019" -A x64

Or Scripts

For Windows

  • cd to ./scripts folder
  • choose your visual studio version(vs15/vs17/vs19/vs22)
  • run the bat file

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Bibtex

@article{10.1145/3480141,
author = {Wang, Xu and Fujisawa, Makoto and Mikawa, Masahiko},
title = {Visual Simulation of Soil-Structure Destruction with Seepage Flows},
year = {2021},
issue_date = {September 2021},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {4},
number = {3},
url = {https://doi.org/10.1145/3480141},
doi = {10.1145/3480141},
journal = {Proc. ACM Comput. Graph. Interact. Tech.},
month = sep,
articleno = {41},
numpages = {18},
keywords = {Seepage Flow, Capillary Action, Dam Breach, Adhesion, Discrete Element Method, Smoothed Particle Hydrodynamics}
}

About

Source code for paper "Visual Simulation of Soil-Structure Destruction with Seepage Flows" PACMCGIT(Proc. SCA2021)

https://raymondmcguire.github.io/seepage_flow/

License:MIT License


Languages

Language:C++ 47.2%Language:C 39.8%Language:Cuda 11.7%Language:PowerShell 0.6%Language:Shell 0.4%Language:CMake 0.2%Language:Python 0.0%Language:Batchfile 0.0%