Skip to content

Commit adc8ded

Browse files
committed
correct sizes
1 parent 95e70d9 commit adc8ded

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • co_simulation/validation/fsi_turek_FSI2

co_simulation/validation/fsi_turek_FSI2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is a 2D simulation of the well-known Turek FSI benchmark. It consists in a
1919

2020
The problem geometry as well as the boundary conditions are sketched below (image from Turek et. al. (2006).
2121
<p align="center">
22-
<img src="data/turek_benchmark_geometry.png" alt="Turek benchmark geometry." style="width: 350px;"/>
22+
<img src="data/turek_benchmark_geometry.png" alt="Turek benchmark geometry." style="width: 800px;"/>
2323
</p>
2424

2525
A Newtonian constitutive law is considered in the fluid domain. The fluid characteristic parameters are:
@@ -38,11 +38,11 @@ The time step is 0.002 seconds, which is small enough to capture the oscillation
3838
The structural mechanics problem is solved using a FE structured mesh conformed by around 3.3k linear quadrilateral elements implementing a Total Lagrangian formulation. On the other hand, the fluid dynamics problem is solved using a FE unstructured mesh of around 30k linear triangular elements implementing an ALE ASGS Navier-Stokes formulation. The obtained fluid velocity and structure displacement fields, together with the deformed geometry, are shown below. The obtained results are in agreement to the ones in the reference publication.
3939

4040
<p align="center">
41-
<img src="data/turek_benchmark_FSI2_v.gif" alt="Fluid velocity field [m/s]." style="width: 600px;"/>
41+
<img src="data/turek_benchmark_FSI2_v.gif" alt="Fluid velocity field [m/s]." style="width: 800px;"/>
4242
</p>
4343

4444
<p align="center">
45-
<img src="data/turek_benchmark_FSI2_d.gif" alt="Structure displacement field [m]." style="width: 600px;"/>
45+
<img src="data/turek_benchmark_FSI2_d.gif" alt="Structure displacement field [m]." style="width: 800px;"/>
4646
</p>
4747

4848
## References

0 commit comments

Comments
 (0)