Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update multiple-perpendicular-flaps picture and documentation #511

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions multiple-perpendicular-flaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ The scenario settings are implemented similarly for the nonlinear case.

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.

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):

![Example visualization](images/tutorials-multiple-perpendicular-flaps-results.png)

## References
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tools/check-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run this script at the root of the repository to check the size of images

CODE=0
MAXIMUMSIZE=250
MAXIMUMSIZE=750
MAXIMUMGIFSIZE=2200

RED='\033[0;31m'
Expand Down