Skip to content

Commit 642bba0

Browse files
add replicability of TOG surface tension paper and adjust visualization value (#295)
1 parent dd82d48 commit 642bba0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/Scenes/SurfaceTension_WaterBell_JWL+23.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"colorField": "velocity",
125125
"colorMapType": 1,
126126
"renderMinValue": 0.0,
127-
"renderMaxValue": 1.0,
127+
"renderMaxValue": 10.0,
128128
"viscosityMethod": 0,
129129
"viscosity": 0.20000000298023224,
130130
"viscoMaxIter": 100,

doc/replicability.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Replicability
1+
# Replicability
22

3-
The SPlisHSPlasH library implements the SPH methods developed by our and other research groups (build instructions can be found [here](build_from_source.md)). This allows to reproduce the research results of the corresponding publications. Inspired by the [Graphics Replicability Stamp Initiative](http://www.replicabilitystamp.org/) we started to add scenes to the repository to reproduce some of the results in our papers:
3+
The SPlisHSPlasH library implements the SPH methods developed by our and other research groups (build instructions can be found [here](build_from_source.md)). This allows to reproduce the research results of the corresponding publications. Inspired by the [Graphics Replicability Stamp Initiative](http://www.replicabilitystamp.org/) we started to add scenes to the repository to reproduce some of the results in our papers.
4+
5+
The easiest way to run these scenes is by using the precompiled python packages `pip install pysplishsplash` and running `splash` from the command line, as described in [quick-start](../README.md#python-installation-instruction) or the [python documentation](py_getting_started.md)
46

57
**Jan Bender, Tassilo Kugelstadt, Marcel Weiler, Dan Koschier, "Implicit Frictional Boundary Handling for SPH", IEEE Transactions on Visualization and Computer Graphics, 2020**
68

79
* Figure 7.a) can be replicated by loading the scene: data/Scenes/GridModel_Akinci2012.json
810
* Figure 7.b) can be replicated by loading the scene: data/Scenes/GridModel_Bender2019.json
911

12+
**Jeske, Stefan Rhys, Lukas Westhofen, Fabian Löschner, José Antonio Fernández-Fernández, and Jan Bender. “Implicit Surface Tension for SPH Fluid Simulation.” ACM Transactions on Graphics, 2023**
13+
14+
* Figure 8 (left) can be replicated by loading the scene: `data/Scenes/SurfaceTension_CoveredSphere_JWL+23.json`
15+
* Figure 9 can be replicated by loading the scene: `data/Scenes/SurfaceTension_WaterBell_JWL+23.json`
16+
* Figure 10 can be replicated by loading the scene: `data/Scenes/SurfaceTension_FluidChain_JWL+23.json`

0 commit comments

Comments
 (0)