Skip to content

Commit feecb7c

Browse files
authored
Update multiple-perpendicular-flaps picture and documentation (precice#511)
1 parent 8e832c2 commit feecb7c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

multiple-perpendicular-flaps/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The scenario settings are implemented similarly for the nonlinear case.
107107

108108
After the simulation has finished, you can visualize your results using e.g. ParaView. Fluid results are in the OpenFOAM format and you may load the `fluid-openfoam.foam` file. Looking at the fluid results is enough to obtain information about the behaviour of the flaps. You can also visualize the solid participants' vtks though.
109109

110+
Example visualization of the fluid velocity and the solid displacement at t=2.3s, after synchronizing the results with a `Temporal Shift Scale` filter (scale for the deal.II results: 0.1):
111+
110112
![Example visualization](images/tutorials-multiple-perpendicular-flaps-results.png)
111113

112114
## References
Loading

tools/check-size.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Run this script at the root of the repository to check the size of images
33

44
CODE=0
5-
MAXIMUMSIZE=250
5+
MAXIMUMSIZE=750
66
MAXIMUMGIFSIZE=2200
77

88
RED='\033[0;31m'

0 commit comments

Comments
 (0)