ECCOMAS Paper Final
ECCOMAS Paper Final
1 INTRODUCTION
Airborne wind energy (AWE) is an emerging technology for the conversion of wind energy into
electricity by flying crosswind patterns with a tethered aircraft. Currently, different types of
AWE systems exist. A distinction can be made between soft kites or fixed wings and whether
energy conversion takes place on board or on the ground [1]. The focus of the presented research
is on fixed-wing aircraft systems with on-ground conversion. As indicated in [2], tests have shown
that a proper understanding of the unsteady interaction of the air with the dynamic system
during operation is key to developing viable AWE systems. Examples of unsteady aerodynamic
phenomena that can arise during the operation of an AWE system are flutter or other unsteady
1
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
fluid-structure interactions (FSI), the unsteady motion (e.g. varying velocity) of the aircraft,
wake interactions, turbulence and gusts. High-fidelity simulation tools based on computational
fluid dynamics (CFD) are needed to predict these phenomena and will provide insight into the
design and operation of advanced and efficient AWE systems. In this work, a framework is
presented that allows simulating these unsteady phenomena using high fidelity tools. The focus
of this paper is on fluid-structure interaction.
Aeroelastic optimization of morphing AWE wings has been performed in [3]. This work is
currently the only fixed-wing AWE model which combines FSI simulations with control and
flight dynamics. The analysis method considers a two-way weakly coupled 3D static aeroelastic
analysis model using a low-fidelity method and a 3D finite element model. A validated aeroelastic
model of a large airborne wind turbine is developed in [4] and the aeroelastic effect of two bridle
lines is analyzed in detail. The developed model is an extension of ASWING (aerodynamic,
structural and flight dynamic model for flexible aircraft). ASWING allows a lifting-line 3D
representation with an unsteady flow model. In that analysis, however, only a horizontal steady
flight is considered without relevant flight dynamics. An aero-structural model for a composite
swept wing (semi-rigid) is developed in [5], with the goal of design space exploration. A structural
model using Timoshenko beam theory is coupled with a non-linear vortex lattice method (VLM).
Current research in fluid-structure interaction for AWE is rather limited and a steady wind profile
is assumed in the state-of-the-art techniques. Except for reference [3], flight conditions for the
FSI models are steady and horizontal. This is in contrast to the field of horizontal-axis wind
turbines, where unsteady high fidelity FSI simulation techniques have been developed [6]. High
fidelity aerodynamic models for AWE systems are developed in [7] and [8], but these consider
steady aerodynamics, without taking into account the dynamic motion of AWE systems or other
unsteady effects. In [9] the dynamic motion is considered, but the modeling of the aerodynamic
forces of the aircraft is limited to an analytical formulation of the aerodynamic coefficients.
In this work, a framework is developed that couples the structural model presented in [10] with
an own developed computational fluid dynamics (CFD) model of the reference model geometry
[10]. This is done using CoCoNuT, an open-source coupling code for numerical tools, developed
by the fluid mechanics team at Ghent University. Different coupling techniques are used in this
work. For the steady FSI, a fictive time step is introduced and iterations are performed between
the steady aerodynamic and structural model until convergence is reached. For the unsteady
FSI, an explicit approach is taken, evaluating the unsteady aerodynamic and structural model
once per time step. Within the CFD model, the Chimera/overset technique is used to couple
the wing component mesh with the atmospheric boundary layer mesh. This technique allows
taking into account large rigid body motion while maintaining a constant mesh quality. The
Chimera/overset technique has been proven successful for horizontal axis wind turbines in [6],
but requires new developments to be applicable for AWE as the motion is much more dynamic.
The outline of this paper is as follows. The methodology is explained in section 2. Results are
explained in section 3. Finally, section 4 provides the conclusions and an outlook to future work.
2
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
2 METHODOLOGY
The outline of the methodology is as follows. The aircraft design used in this paper is described
in section 2.1. The fluid-structure interaction model, which will couple the structural and
aerodynamic model is described in section 2.2. The description of the flight path is discussed in
section 2.3.
3
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
to determine when the iterations between the two solvers can stop.
4
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
Figure 4: Wing component mesh. Purple: component mesh (overset) boundary, green: internal inter-
section, grey: wing surface [12].
Dynamic mesh - The wing component mesh should be able to deform according to structural
deformations on the wing surface. To do this the arbitrary Lagrangian-Eulerian (ALE) formu-
lation is used. This means that the mesh at the interface moves with the structure, while the
internal mesh of the CFD model is moving arbitrarily, unrelated to structure or aerodynamics.
A diffusion equation (eq. 1) is used to calculate the mesh deformation velocity #»
u . The diffusion
is based on the normalized boundary distance (d) from the wing surface. It has been found that
the quality of the deformed mesh is sensitive to dynamic mesh parameters.
1
∇ · ( ∇ #»
u) = 0 (1)
d
Atmospheric boundary layer mesh - To simulate a crosswind flight maneuver, a Cartesian
background is created to simulate atmospheric wind conditions. A large computational domain
is required which encompasses the complete flight trajectory of the AWE system, including a
margin to allow for the development of the wake and induced flow. The mesh that is developed
to represent the atmospheric boundary layer (ABL) is visualized in Figure 5. The size of this
domain is determined by providing 5 times the diameter of the aircraft’s circular path in front
and above this path and 10 times this diameter behind. This is based on rules of thumb for
conventional wind turbine simulation [13]. Inside this large domain, mesh refinement is applied
in a cuboid with dimensions 620x620x100m that is centered around the flight path. Within this
cuboid, the mesh consists of cubical cells with an edge size of 4m, which is 10% of the wing
span. The total number of cells in the ABL mesh amounts to 7.3e6. In this proof of concept,
the atmospheric boundary layer is simplified by a uniform inlet speed. Nevertheless, this model
allows for more complex ABL representations such as a logarithmic wind profile, turbulent wind
and gusts in future work.
Chimera/overset technique - The wing component mesh moves through the stationary ABL
mesh according to the prescribed flight path. The Chimera/overset technique enables the cou-
pling between the ABL flow and the flow near the wing, by interpolating overlapping cells while
solving the flow equations. For good connectivity, it is required to have similar cell sizes at
the overset boundary [6]. The types of cells are visualized in Figure 6. Green cells are solved
5
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
without interpolation. The large cells indicated in red are the donor cells of the background
mesh. The solution of these cells is interpolated and passed to the outer blue receptor cells of
the component mesh. The inner blue receptor cells of the background mesh get the interpolated
solution from the donor cells of the component mesh. These are hidden below the blue receptor
cells of the background mesh.
Flow solver settings - The flow field is determined through incompressible unsteady Reynolds
Averaged Navier-Stokes (URANS) simulations using the k-ω SST model and wall functions.
Pressure-velocity coupling is realized using a coupled scheme. The convective terms in the
momentum equations are discretized in space using a first-order upwind scheme and in time
using a first-order implicit scheme. A time step of 0.005 seconds is chosen.
2.2.3 Interpolation
For the fluid and structural model different mesh topologies have been used which are most suit-
able for each independently. These meshes and nodes do not match and therefore interpolation
at the interface is necessary. This is done using bilinear interpolation in barycentric coordinates
using an existing algorithm in the CoCoNuT code.
6
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
For the steady FSI algorithm, the steady aerodynamic model and steady structural model are
coupled by iterating the process of feeding the output of the structural solver to the fluid solver
and vice versa until predefined convergence criteria are reached. An IQNI algorithm is used for
the iteration process [14]. This algorithm is readily available in CoCoNuT.
For the unsteady FSI algorithms, an explicit approach is taken. This means that each solver is
only evaluated once per time step (0.005 s). For comparison, a two-way and one-way approach
are considered. In the two-way approach, the output of the structural model of the previous
time step is used to evaluate the aerodynamic loads for the next time step. The output of the
aerodynamic model of this time step is used to evaluate the structural displacement of the same
time step. For the one-way coupling, the displacement is not fed back to the fluid solver.
7
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
3 RESULTS
The results for 2 flight conditions are presented in this section. In section 3.1, the results are
presented for a steady horizontal flight condition. In section 3.2, the results are presented for a
crosswind flight condition as defined in section 2.3.
8
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
0.95 0.120
0.90 0.115
0.110
CD [-]
CL [-]
0.85
0.105
0.80 0.100
0.75 0.095
0.0 0.5 1.0 1.5 2.0 2.5 0.0 0.5 1.0 1.5 2.0 2.5
Time [s] Time [s]
Figure 9: Lift and drag coefficient vs time. Black: steady CFD, green: steady FSI, red: unsteady FSI
(two-way), orange: unsteady FSI (one-way).
A contour plot of the magnitude of deformation is given in Figure 10 for the steady FSI sim-
ulation. The deflection and twist deformation at the tip versus time is plotted in Figure 11
for the steady and unsteady FSI simulation. The unsteady FSI simulations (both two-way and
one-way) converge to the steady FSI simulation after the oscillations die out. For the two-way
simulation, the structural response is more damped due to the feedback of the aerodynamic
loads to the structural deformation.
9
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
0.0
0.4
−0.2
Twist [deg]
0.3
-δzb [m]
−0.4
0.2
0.1 −0.6
0.0 −0.8
0.0 0.5 1.0 1.5 2.0 2.5 0.0 0.5 1.0 1.5 2.0 2.5
Time [s] Time [s]
Figure 11: Deflection and twist deformation at tip vs. time. Green: steady FSI, red: unsteady FSI
(two-way), orange: unsteady FSI (one-way).
0.95
0.90
CL [-]
0.85
0.80
0.75
0.0 0.5 1.0 1.5 2.0 2.5
Time [s]
Figure 12: Visualization of wake and pressure contour (left). Lift coefficient vs time (right). Black:
steady CFD (horizontal), green: steady FSI (horizontal), red: unsteady FSI (two-way), orange: unsteady
FSI (one-way).
right wing. The right wing tip deforms more due to the higher experienced aerodynamic load.
There is a difference of 12.6% in tip deflection between the left and right wing.
The unsteady FSI simulations in the crosswind flight conditions are performed using 39 cores
for the aerodynamic model and 12 cores for the structural model on a 2x 20-core Intel Xeon
Gold 6242R 3.1GHz system. The two-way and one-way approaches takes 75.0 and 74.8 hours
respectively to complete a total simulation time of 2.5 seconds. Of this time 85% is used by
the aerodynamic model, 10% by the structural model and 5% by the coupling procedure (both
one-way and two-way).
10
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
0.5 0.0
0.4 −0.2
Twist [deg]
0.3
-δzb [m]
−0.4
0.2
−0.6
0.1
−0.8
0.0
0.0 0.5 1.0 1.5 2.0 2.5 0.0 0.5 1.0 1.5 2.0 2.5
Time [s] Time [s]
Figure 14: Deflection and twist deformation at tip vs. time. Green: steady FSI (horizontal), orange:
unsteady FSI (one-way), red: unsteady FSI (two-way), solid line: left wing, dotted line: right wing.
11
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
REFERENCES
[1] M. Diehl, Airborne wind energy: basic concepts and physical foundations, 2014.
[2] P. Echeverri, T. Fricke , G. Homsy and N. Tucker, The energy kite: selected results from
the design, development and testing of Makani’s airborne wind turbines, 2020.
[6] G. Santo, M. Peeters, W. Van Paepegem and J. Degroote , Dynamic load and stress analysis
of a large horizontal axis wind turbine using full scale fluid-structure interaction simulation,
Renewable Energy, 2019.
[8] M. Folkersma, R. Schmehl and A. Viré, Steady-state aeroelasticity of ram-air wing for
airborne wind energy applications, 2020.
[9] T. Haas, J. De Schutter, M. Diehl, and J. Meyers, Large-eddy simulation of airborne wind
energy farms, Wind Energy Science, 7, 1093–1135, https://doi.org/10.5194/wes-7-1093-
2022, 2022.
[10] D. Eijkelhof, Design and optimization framework of a multi-MW airborne wind energy
reference system (Master thesis), Delft University of Technology, Technical University of
Denmark. 2019.
[13] J. Sorensen and W. Shen, Numerical modeling of wind turbine wakes, Journal of Fluids
Engineering , 124, 393-399. http://dx.doi.org/10.1115/1.1471361, 2002.
12
Niels Pynaert, Jolan Wauters, Guillaume Crevecoeur and Joris Degroote
[15] D. Eijkelhof, S. Rapp, U. Fasel, M. Gaunaa and R. Schmehl, Reference design and sim-
ulation framework of a multi-megawatt airborne wind energy system, Journal of Physics
Conference Series, 2020.
13