Skip to content

Commit 18c200b

Browse files
author
LasNikas
committed
add fsi simulation
1 parent 87569e9 commit 18c200b

File tree

10 files changed

+3028
-0
lines changed

10 files changed

+3028
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
out*/
77
data*/
88
figures*/
9+
paper*/

code/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,10 @@ All plots will be generated in the corresponding subfolder within the [`figures`
6969
## Results
7070
The results we obtained from running the experiments on our machine can be found in the folder
7171
[`out/`](out).
72+
73+
## Additional FSI simulation
74+
In addition to the experiments described above, the folder [`simulation`](simulation) contains
75+
an additional simulation case that was performed with a more recent version of TrixiParticles.jl and Julia v1.11.7.
76+
To ensure full reproducibility and compatibility with this newer setup, a separate Julia project environment has been created inside the [`simulation`](simulation) directory.
77+
78+
Please refer to the dedicated README.md file in [`simulation`](simulation) for specific instructions on how to instantiate the environment and run the simulation.

0 commit comments

Comments
 (0)