The rapid advancement of science and technology is driven by the goal of improving life on Earth while maintaining environmental responsibility. This progress is evident across numerous fields. In wind energy, the continuous development of new wind turbine designs and innovative
...
The rapid advancement of science and technology is driven by the goal of improving life on Earth while maintaining environmental responsibility. This progress is evident across numerous fields. In wind energy, the continuous development of new wind turbine designs and innovative wind farm configurations is crucial for accelerating the energy transition. The aerospace industry constantly introduces advanced airplane and helicopter designs to improve performance and efficiency. Urban planning increasingly relies on detailed analysis to optimize airflow within cities, addressing environmental and health concerns. These are just a few examples where innovation is driven by the need to enhance performance and sustainability.
A common requirement across these diverse fields is the need for an in-depth understanding of aerodynamics. Accurate aerodynamic analysis is essential for enhancing design, efficiency, and effectiveness. However, the fast-paced nature of modern advancements limits reliance on experimental methods alone, as these can be time-consuming, costly, and impractical for all possible configurations. Consequently, combining experimental and computational studies becomes crucial.
This is where Computational Fluid Dynamics (CFD) comes into play. The development of efficient and accurate CFD tools has become essential in scientists' and engineers' hands to explore aerodynamics quickly and understand the physics of the flows. This fact has driven the present research. The primary goal of this dissertation is the development of a computational tool that is both accurate and efficient for exploring external aerodynamics simulations.
The main approaches in CFD today are the Eulerian and Lagrangian approaches, each comprising a family of methods. Eulerian methods, like the Finite Volume Method (FVM) and Finite Element Method (FEM), have been extensively used in exploring external aerodynamics, with their greatest advantage being accuracy in capturing the boundary layers. However, due to the diffusive nature of these methods, artificial diffusion is introduced into the flow, damping the vortex structures, which are crucial in many applications driven by strong body-vortex interactions. Moreover, the study of multibody objects often requires special treatments, especially for mesh generation, making the simulations extremely costly.
On the other hand, Lagrangian methods, like the Vortex Particle Method (VPM), are excellent for studying flows with a high presence of vortices, as they can preserve the vortex structures without damping them. Additionally, the particles participating in the flow are self-adaptive, satisfy the far-field boundary conditions automatically, and allow for easy implementation of multiple bodies into the simulation. However, resolving the boundary layer is very challenging and often very costly due to the inability to use anisotropic elements, making them less ideal for predicting aerodynamic forces.
Lagrangian solvers have become very popular in the last two to three decades, primarily due to the significant advancements in computer hardware, especially GPUs, which enable very fast calculations. This has encouraged engineers to explore ways to leverage this advantage in CFD, leading to the development of hybrid solvers that couple Eulerian and Lagrangian solvers. In this coupled approach, Eulerian solvers can be applied near the solid body to accurately and efficiently resolve the boundary layer region, while Lagrangian solvers preserve the vortex structures further from the body.
Building on this approach, this dissertation introduces a hybrid Eulerian-Lagrangian solver, named VPMFoam, developed to combine the strengths of both methods while minimizing their limitations. This is achieved by integrating OpenFOAM, a widely used open-source CFD software, with a Lagrangian VPM. The primary goal is to create an accurate tool focused on external aerodynamics that can efficiently handle cases with strong body-vortex interactions and multibody scenarios while maintaining a lower computational cost compared to pure Eulerian solvers. OpenFOAM was chosen primarily for its open-source flexibility and its extensive user base in academia and industry, offering broad access to this tool.
The solver's development focuses on a 2D version, with validation conducted through a step-by-step approach, starting with simple cases that exclude solid bodies. Once the successful coupling of the two solvers is verified, validation proceeds with cases involving solid bodies, such as flow around a cylinder. In these cases, the solver accurately predicts fluid flow and aerodynamic coefficients, showing strong agreement with established Eulerian solvers and effectively preserving the vorticity field in the wake. Further validations address dynamic mesh motions and multibody applications.
Following validation, the solver is applied to more realistic scenarios, including the static and dynamic stall of an airfoil and the simulation of hybrid Vertical Axis Wind Turbines using actuator models. A performance analysis of the code’s efficiency is also presented, highlighting the solver’s capability to conduct fast and accurate simulations.
By effectively combining the strengths of both Eulerian and Lagrangian approaches, VPMFoam addresses key challenges in aerodynamic analysis, particularly in cases with strong body-vortex interactions, and lays a strong foundation for further applications, including potential 3D extensions. This makes VPMFoam a valuable asset for applications requiring both high fidelity and computational efficiency.