Skip to content

Commit 41a5d50

Browse files
Acknowledgements
1 parent 2a4e485 commit 41a5d50

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

turek-hron-fsi3/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ mv blockMeshDict blockMeshDict_original
8989
mv blockMeshDict_refined blockMeshDict
9090
```
9191

92+
## Acknowledgements
93+
94+
Thanks to the Technical University of Eindhoven for funding the development of
95+
the Nutils participants for this tutorial.
96+
9297
## References
9398

9499
[1] S. Turek, J. Hron, M. Madlik, M. Razzaq, H. Wobker, and J. Acker. Numerical simulation and benchmarking of a monolithic multigrid solver for fluid-structure interaction problems with application to hemodynamics. In H.-J. Bungartz, M. Mehl, and M. Schäfer, editors, Fluid Structure Interaction II: Modelling, Simulation, Optimization, page 432. Springer Berlin Heidelberg, 2010.

turek-hron-fsi3/fluid-nutils/fluid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Turek benchmark fluid solver, modified from https://examples.nutils.org/official-turek/
2+
#
3+
# Thanks to the Technical University of Eindhoven for funding the development
4+
# of this script.
25

36
from precice import Participant
47
from nutils import cli, export, function

turek-hron-fsi3/solid-nutils/solid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Turek benchmark solid solver, modified from https://examples.nutils.org/official-turek/
2+
#
3+
# Thanks to the Technical University of Eindhoven for funding the development
4+
# of this script.
25

36
from precice import Participant
47
from nutils import cli, export, function

0 commit comments

Comments
 (0)