Skip to content

Commit de55239

Browse files
Merge pull request #137 from KratosMultiphysics/fsi/embedded-membrane-example
[FSI] Update readme of flexible membrane example
2 parents e1545d3 + f50ddd9 commit de55239

File tree

1 file changed

+19
-10
lines changed
  • fluid_structure_interaction/validation/embedded_fsi_membrane_airfoil

1 file changed

+19
-10
lines changed
Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
1-
# Mixer with flexible blades
1+
# Flexible membrane airfoil
22

33
**Author:** [Rubén Zorrilla](https://github.com/rubenzorrilla)
44

5-
**Kratos version:** 9.1
5+
**Kratos version:** 9.5
66

7-
**Source files:** [Mixer with flexible blades](https://github.com/KratosMultiphysics/Examples/tree/master/fluid_structure_interaction/validation/embedded_fsi_mixer_Y/source)
7+
**Source files:** [Flexible membrane airfoil](https://github.com/KratosMultiphysics/Examples/tree/master/fluid_structure_interaction/validation/embedded_fsi_membrane_airfoil/source)
88

99
## Case Specification
10-
This example is specifically conceived to prove the extended scope of applicatoin of embedded mesh methods. Hence, it involves extremely large rotations, which would be impossible to solve by using a body fitted ALE based approach.
10+
This example reproduces the experimental study of the aerodynamics of a simplified two-dimensional membrane airfoil described in [1]. For doing so, the embedded FSI solver for thin-walled bodies is used [2]. This makes possible to avoid the common preprocessing and mesh entangling issues arising when dealing with volume meshes around membrane-like structures.
1111

12-
The problem is set up as a 2D idealization of a turbine mixer with clockwise-anticlockwise alternate rotation. The problem geometry is a unit diameter circle with three embedded flexible blades. An imposed rotation is enforced in the blades axis to emulate the spin of the rotor. Such rotation changes the direction (anticlockwise to clockwise and viceversa) after More details on the dimensions, material settings and boundary conditions can be found in [here](https://doi.org/10.1016/j.cma.2020.113179).
12+
The airfoil measures 0.15m and is placed with an angle of attack of 4º. Its material properties are a Young modulus of 250e3Pa and null Poisson ratio. The inlet characteristic velocity is 2.5833m/s and the material properties are set such that the Re is 2500. The structure and fluid density ratio is 441.75.
1313

1414
## Results
15-
The fluid domain is meshed with a 45 and 540 radial and perimeter subdivisions Q1P1 elements centered structured mesh. Each one of the flexible blades is meshed with an 8x39 subdivisions structured mesh made with Total Lagrangian quadrilateral elements. The problem is run for 20s so three complete rotations (anticlockwise - clockwise - anticlockwise) are simulated.
15+
The fluid domain is meshed with 144k P1P1 elements. For the structure, 128 line elements implementing a simplified 2D nonlinear membrane model are used. The problem is run for 2s, with a ramp-up period of 1s, so to ensure that the steady state is reached.
1616

17-
The obtained velocity and pressure fields, together with the level set zero isosurface representing the deformed geometry, are shown below.
17+
The obtained fluid velocity and pressure contour fields as well as the deformed structure displacement vector field are shown below.
1818

1919
<p align="center">
2020
<figure>
21-
<img src="data/embedded_fsi_mixer_Y_v.gif" alt="Velocity field and level set isosurface." style="width: 600px;"/>
21+
<img src="data/embedded_fsi_membrane_airfoil_fluid_v.gif" alt="Fluid velocity contour field." style="width: 600px;"/>
2222
<figcaption>Velocity field and level set isosurface.</figcaption>
2323
</figure>
2424
</p>
2525

2626
<p align="center">
2727
<figure>
28-
<img src="data/embedded_fsi_mixer_Y_p.gif" alt="Pressure field and level set isosurface." style="width: 600px;"/>
28+
<img src="data/embedded_fsi_membrane_airfoil_fluid_p.gif" alt="Fluid pressure contour field." style="width: 600px;"/>
29+
<figcaption>Pressure field and level set isosurface.</figcaption>
30+
</figure>
31+
</p>
32+
33+
<p align="center">
34+
<figure>
35+
<img src="data/embedded_fsi_membrane_airfoil_structure_u.gif" alt="Structure displacement vector field." style="width: 600px;"/>
2936
<figcaption>Pressure field and level set isosurface.</figcaption>
3037
</figure>
3138
</p>
3239

3340
## References
34-
R. Zorrilla, R. Rossi, R. Wüchner and E. Oñate, An embedded Finite Element framework for the resolution of strongly coupled Fluid–Structure Interaction problems. Application to volumetric and membrane-like structures, Computer Methods in Applied Mechanics and Engineering (368), [10.1016/j.cma.2020.113179](https://doi.org/10.1016/j.cma.2020.113179)
41+
[1] P. Rojratsirikul, Z. Wang and I. Gursul, Unsteady Aerodynamics of Membrane Airfoils, AIAA 2008-613. 46th AIAA Aerospace Sciences Meeting and Exhibit, 2008 [10.2514/6.2008-613](https://doi.org/10.2514/6.2008-613).
42+
43+
[2] R. Zorrilla, R. Rossi, R. Wüchner and E. Oñate, An embedded Finite Element framework for the resolution of strongly coupled Fluid–Structure Interaction problems. Application to volumetric and membrane-like structures, Computer Methods in Applied Mechanics and Engineering (368), 2020 [10.1016/j.cma.2020.113179](https://doi.org/10.1016/j.cma.2020.113179)

0 commit comments

Comments
 (0)