Skip to content

Commit edc3f2e

Browse files
committed
Merge branch 'fsi/embedded-membrane-example' of https://github.com/KratosMultiphysics/Examples into fsi/embedded-membrane-example
2 parents 9f9ac59 + 45024fa commit edc3f2e

2 files changed

Lines changed: 28 additions & 45 deletions

File tree

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

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

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

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

99
## Case Specification
10-
This example reproduces a reduced-scale experiment of a flexible membrane airfoil[1]. The embedded (i.e., CutFEM) framework for thin-walled bodies is applied in order to avoid the preprocessing and mesh entanglement issues appearing when using volumetric meshes around membrane-like bodies [2].
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.
1111

12-
The problem set up consists in a 2D idealization of the flexible membrane airfoil at an angle of attack of 4º. The lenght and thickness of the membrane are 0.15m and 2e-4m, respectively, while the material parameters are a Young modulus of 250e3Pa and zero Poisson ration. The fluid properties are set such that Re=2500. The structure and fluid density ratio is 441.75. The inlet characteristic velocity is 2.5833m/s.
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).
1313

1414
## Results
15-
The fluid domain is meshed with a 144k P1P1 elements unstructured mesh. The membrane is meshed with 128 line elements implementing a simplified 2D non-linear membrane formulation. The problem is run with a ramp up function of 1s and for an extra second so to ensure that the membrane reaches the steady state.
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.
1616

17-
The steady state velocity and pressure contour fields as well as the displacement vector field are shown below. The obtained results are in line with similar numerical experiments [3].
17+
The obtained velocity and pressure fields, together with the level set zero isosurface representing the deformed geometry, are shown below.
1818

1919
<p align="center">
2020
<figure>
21-
<img src="data/embedded_fsi_membrane_airfoil_fluid_v.gif" alt="Fluid velocity contour field." style="width: 600px;"/>
21+
<img src="data/embedded_fsi_mixer_Y_v.gif" alt="Velocity field and level set isosurface." 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_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="Membrane displacement vector field." style="width: 600px;"/>
28+
<img src="data/embedded_fsi_mixer_Y_p.gif" alt="Pressure field and level set isosurface." style="width: 600px;"/>
3629
<figcaption>Pressure field and level set isosurface.</figcaption>
3730
</figure>
3831
</p>
3932

4033
## References
41-
[1] P. Rojratsirikul, Z. Wang and I. Gursul, I, Unsteady Aerodynamics of Membrane Airfoils. Paper presented at 46th AIAA Aerospace Sciences Meeting and Exhibit, Reno, Nevada, 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).
44-
45-
[3] R. E. Gordnier, High fidelity computational simulation of a membrane wing airfoil, Journal of Fluids and Structures (25), 2009, [10.1016/j.jfluidstructs.2009.03.004](https://doi.org/10.1016/j.jfluidstructs.2009.03.004).
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)

fluid_structure_interaction/validation/embedded_fsi_membrane_airfoil/source/ProjectParameters.json

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"parallel_type": "OpenMP",
66
"echo_level": 0,
77
"start_time": 0.0,
8-
"end_time": 2.0e0
8+
"end_time": 1.0e0
99
},
1010
"solver_settings": {
1111
"solver_type": "partitioned_embedded",
@@ -27,15 +27,15 @@
2727
"materials_filename": "StructuralMaterials.json"
2828
},
2929
"time_stepping": {
30-
"time_step": 1.0e-2
30+
"time_step": 5e-3
3131
},
3232
"line_search" : false,
3333
"convergence_criterion" : "residual_criterion",
3434
"displacement_relative_tolerance" : 1e-5,
3535
"displacement_absolute_tolerance" : 1e-7,
3636
"residual_relative_tolerance" : 1e-5,
3737
"residual_absolute_tolerance" : 1e-7,
38-
"max_iteration" : 50
38+
"max_iteration" : 20
3939
},
4040
"fluid_solver_settings":{
4141
"model_part_name" : "FluidModelPart",
@@ -53,7 +53,7 @@
5353
},
5454
"echo_level" : 0,
5555
"compute_reactions" : true,
56-
"maximum_iterations" : 50,
56+
"maximum_iterations" : 10,
5757
"relative_velocity_tolerance" : 1e-5,
5858
"absolute_velocity_tolerance" : 1e-7,
5959
"relative_pressure_tolerance" : 1e-5,
@@ -64,13 +64,13 @@
6464
"no_skin_parts" : [],
6565
"time_stepping" : {
6666
"automatic_time_step": false,
67-
"time_step": 1.0e-2
67+
"time_step": 5e-3
6868
},
6969
"formulation": {
7070
"element_type": "embedded_weakly_compressible_navier_stokes_discontinuous",
7171
"is_slip": true,
72-
"slip_length": 1.0e1,
73-
"penalty_coefficient": 1.0e2,
72+
"slip_length": 1.0e6,
73+
"penalty_coefficient": 1.0e3,
7474
"dynamic_tau": 1.0
7575
},
7676
"fm_ale_settings": {
@@ -115,8 +115,6 @@
115115
"solver_type": "MVQN",
116116
"w_0": 0.5,
117117
"abs_cut_off_tol" : 1e-6
118-
// "solver_type": "MVQN_randomized_SVD",
119-
// "abs_cut_off_tol" : 1e-6
120118
},
121119
"structure_interfaces_list": ["Structure.LinePressure2D_Load"]
122120
}
@@ -143,18 +141,7 @@
143141
"Parameters" : {
144142
"model_part_name" : "FluidModelPart.AutomaticInlet2D_Inlet",
145143
"variable_name" : "VELOCITY",
146-
"interval" : [0.0,1.0],
147-
"modulus" : "2.5833*t",
148-
"direction" : "automatic_inwards_normal"
149-
}
150-
},{
151-
"python_module" : "apply_inlet_process",
152-
"kratos_module" : "KratosMultiphysics.FluidDynamicsApplication",
153-
"process_name" : "ApplyInletProcess",
154-
"Parameters" : {
155-
"model_part_name" : "FluidModelPart.AutomaticInlet2D_Inlet",
156-
"variable_name" : "VELOCITY",
157-
"interval" : [1.0,"End"],
144+
"interval" : [0.0,"End"],
158145
"modulus" : 2.5833,
159146
"direction" : "automatic_inwards_normal"
160147
}
@@ -216,7 +203,14 @@
216203
}
217204
}],
218205
"fluid_gravity" : [],
219-
"fluid_auxiliar_process_list" : []
206+
"fluid_auxiliar_process_list" : [{
207+
"python_module": "apply_embedded_postprocess_process",
208+
"kratos_module": "KratosMultiphysics.FluidDynamicsApplication",
209+
"process_name": "ApplyEmbeddedPostprocessrocess",
210+
"Parameters": {
211+
"model_part_name": "FluidModelPart.FluidParts_Fluid"
212+
}
213+
}]
220214
},
221215
"output_processes":{
222216
"gid_output" : [{
@@ -225,7 +219,7 @@
225219
"process_name" : "GiDOutputProcess",
226220
"Parameters" : {
227221
"model_part_name" : "Structure",
228-
"output_name" : "embedded_fsi_membrane_airfoil_structure",
222+
"output_name" : "gordnier_membrane_structure",
229223
"postprocess_parameters" : {
230224
"result_file_configuration" : {
231225
"gidpost_flags" : {
@@ -253,7 +247,7 @@
253247
"process_name": "GiDOutputProcess",
254248
"Parameters": {
255249
"model_part_name": "FluidModelPart.FluidParts_Fluid",
256-
"output_name": "embedded_fsi_membrane_airfoil_fluid",
250+
"output_name": "gordnier_membrane_fluid",
257251
"postprocess_parameters": {
258252
"result_file_configuration": {
259253
"gidpost_flags": {

0 commit comments

Comments
 (0)