1,720,960 research outputs found
Large eddy simulations of a utility-scale horizontal axis wind turbine including unsteady aerodynamics and fluid-structure interaction modelling
Growing horizontal axis wind turbines are increasingly exposed to significant sources of unsteadiness, such as tower shadowing, yawed or waked conditions and environmental effects. Due to increased dimensions, the use of steady tabulated airfoil coefficients to determine the airloads along long blades can be questioned in those numerical fluid models that do not have the sufficient resolution to solve explicitly and dynamically the flow close to the blade. Various models exist to describe unsteady aerodynamics (UA). However, they have been mainly implemented in engineering models, which lack the complete capability of describing the unsteady and multiscale nature of wind energy. To improve the description of the blades' aerodynamic response, a 2D unsteady aerodynamics model is used in this work to estimate the airloads of the actuator line model in our fluid–structure interaction (FSI) solver, based on 3D large eddy simulation. At each section along the actuator lines, a semi-empirical Beddoes-Leishman model includes the effects of noncirculatory terms, unsteady trailing edge separation, and dynamic stall in the dynamic evaluation of the airfoils' aerodynamic coefficients. The aeroelastic response of a utility-scale wind turbine under uniform, laminar and turbulent, sheared inflows is examined with one- and two-way FSI coupling between the blades' structural dynamics and local airloads, with and without the enhanced aerodynamics' description. The results show that the external half of the blade is dominated by aeroelastic effects, whereas the internal one is dominated by significant UA phenomena, which was possible to represent only thanks to the additional model implemented
A two-way coupling method for the study of aeroelastic effects in large wind turbines
The relevant size of state-of-the-art wind turbines suggests a significant Fluid-Structure Interaction. Given the difficulties to measure the phenomena occurring, researchers advocate high-fidelity numerical models exploiting Computational Fluid and Structural Dynamics. This work presents a novel aeroelastic model for wind turbines combining our Large-Eddy Simulation fluid solver with a modal beam-like structural solver. A loose algorithm couples the Actuator Line Model, which represents the blades in the fluid domain, with the structural model, which represents the flexural and torsional deformations. For the NREL 5 MW wind turbine, we compare the results of three sets of simulations. Firstly, we consider one-way coupled simulations where only the fluid solver provides the structural one with the aerodynamic loads; then, we consider two-way coupled simulations where the structural feedback to the fluid solver is made of the bending deformation velocities only; finally, we add to the feedback the torsional deformation. The comparison suggests that one-way coupled simulations tend to overpredict the power production and the structural oscillations. The flapwise blades vibration induces a significant aerodynamic damping in the structural motion, while the nose-down torsion reduces the mean aerodynamic forces, and hence the power, yet without introducing a marked dynamical effect
Direct numerical simulation of boundary layers over microramps. mach number effects
Microvortex generators are passive control devices with heights below the boundary-layer thickness that have been proposed to mitigate the detrimental effects of shock-wave/boundary-layer interaction. Despite their demonstrated control effectiveness, several aspects of the flow induced in turbulent boundary layers still need to be characterized thoroughly. In this work, we present a campaign of direct numerical simulations of a turbulent boundary layer on a microramp, to investigate the effect of the Mach number, from subsonic to supersonic regime. We show that the flow topology changes significantly because of compressibility effects, and that typical wake features do not scale linearly with the geometry dimensions but rather depend on the incoming flow conditions. Moreover, we investigate the spectral content in time and space of the wake, which is dominated by the Kelvin-Helmholtz instability developing along the shear layer. For larger Mach numbers, the shedding onset is postponed and exhibits a lower peak frequency that evolves in space. Finally, we extract the spatially coherent structures convected in the wake by means of a dynamic mode decomposition along the characteristics, which represents effectively and efficiently the evolution of the entire field, despite the convective nature of the flow under consideration
STREAmS-2.0: Supersonic turbulent accelerated Navier-Stokes solver version 2.0
We present STREAmS-2.0, an updated version of the flow solver STREAmS, first introduced in Bernardini et al. (2021) [1]. STREAmS-2.0 has an object-oriented design which separates the physics equations from the specific back-end, making the code more suitable for future expansions, such as porting to novel computing architectures or implementation of additional flow physics. Similarly to the previous version, STREAmS-2.0 supports NVIDIA-GPU and CPU back-ends. Additionally, this version features improvements of the input/output data management, new energy and entropy preserving schemes for the discretization of the convective fluxes, recycling/rescaling inflow boundary condition, and a model for thermally perfect gases with variable specific heats. New version program summary: Program Title: STREAmS CPC Library link to program files: https://doi.org/10.17632/hdcgjpzr3y.2 Developer's repository link: https://github.com/STREAmS-CFD/STREAmS-2 Licensing provisions: GPLv3 Programming language: Fortran, CUDA Journal reference of previous version: M. Bernardini, D. Modesti, F. Salvadore, and S. Pirozzoli. STREAmS: a high-fidelity accelerated solver for direct numerical simulation of compressible turbulent flows. Comput. Phys. Commun. 263 (2021) 107906. Does the new version supersede the previous version?: Yes. Reasons for the new version: New code structure and release of new features. Summary of revisions: • The original solver [1] has been rewritten following an object-oriented design implemented through Fortran derived types that include variables and type bound procedures. The new software architecture has been designed to increase modularity and extensibility of the code, allowing users to add new back-ends and physics equations while maintaining the same code structure. This allows users to reuse portions of the code that are independent of the physics equations, the back-end, or both. The layer of computing procedures maintains a lean structure that can be highly optimized with respect to the implemented back-end. • Input handling is now based on the classic.ini format improving both user readability and input data management. • A family of new kinetic energy and entropy preserving schemes (KEEP) are now available and can be selected for stable, non-dissipative and accurate spatial discretization of the convective terms of the Navier–Stokes equations in smooth flow regions [2]. Concerning the shock-capturing flux, the improved low-dissipative WENO-Z scheme proposed by [3] is now available. • New inflow boundary conditions based on the recycling/rescale approach [4] have been implemented for the simulation of spatially evolving compressible turbulent boundary layers. Moreover, a new inflow condition based on the solution of the compressible Blasius equation is available to take into account the case of laminar boundary layers. • The constitutive relations have been generalized to take into account thermally perfect gases with variable specific heats, approximated with polynomial functions of the temperature that can be specified by the user [5]. • A new stretching function has been implemented to improve the distribution of grid nodes for the computation of wall-bounded turbulent flows. The formulation blends uniform near-wall spacing with uniform resolution in terms of Kolmogorov units in the outer wall layer, guaranteeing accuracy with higher computational efficiency [6]. Nature of problem: The code solves the compressible Navier–Stokes equations in Cartesian coordinates for a thermally perfect gas. The solver is designed for direct numerical simulation (DNS) of compressible supersonic turbulent boundary layers and various canonical configurations are supported, including turbulent channel flow, laminar and turbulent boundary layer and shock-wave/boundary layer interaction. Solution method: The equations are discretized using high-order finite difference approximations with hybrid low-dissipative/shock-capturing capabilities and the time advancement is performed using a Runge–Kutta scheme. References: [1] M. Bernardini, D. Modesti, F. Salvadore, S. Pirozzoli, STREAmS: A high-fidelity accelerated solver for direct numerical simulation of compressible turbulent flows, Comput. Phys. Commun. 263 (2021) 107906. [2] Y. Tamaki, Y. Kuya, S. Kawai, Comprehensive analysis of entropy conservation property of non-dissipative schemes for compressible flows: KEEP scheme redefined, J. Comput. Phys. 468 (2022) 111494. [3] R. Borges, M. Carmona, B. Costa, W. Don, An improved weighted essentially non-oscillatory scheme for hyperbolic conservation laws, J. Comput. Phys. 227 (6) (2008) 3191–3211, https://doi.org/10.1016/j.jcp.2007.11.038 [4] S. Pirozzoli, M. Bernardini, F. Grasso, Direct numerical simulation of transonic shock/boundary layer interaction under conditions of incipient separation, J. Fluid Mech. 657 (2010) 361–393. [5] B. J. McBride, M. J. Zehe, S. Gordon, NASA Glenn coefficients for calculating thermodynamic properties of individual species, NASA/TP 211556, NASA, 2002. [6] S. Pirozzoli, P. Orlandi, Natural grid stretching for DNS of wall-bounded flows, J. Comput. Phys. 439 (2021) 110408.Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-care Otherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.Aerodynamic
High-fidelity simulations of the aeroacoustic environment of the VEGA launch vehicle at lift-off
The lift-off of space launch vehicles generates strong acoustic waves that interact in a complex and potentially dangerous way with the launch facility and the launcher itself. Engineering tools developed in the past to predict the strong acoustic radiation and the peak acoustic loads during the first seconds of the launch have a limited validity and are not able to provide reliable predictions. For this reason, in order to better identify the noise generation sources and to assess the effects of acoustic mitigation measures, it is fundamental to develop and validate more advanced computational models able to capture the transient flow induced by the ignition of the motors. In this work, we present high-fidelity 3D Large Eddy Simulations of the acoustic field produced by the lift-off of a realistic space launcher. A state-of-the-art, high-order, GPU accelerated, compressible solver is used to simulate the highly unsteady interaction of the exhaust plume from the launcher’s nozzle with a realistic launch pad, whose geometry has been modelled by Immersed Boundary Method. The results obtained demonstrate the capability of our solver to provide accurate predictions compared to flight measurements of real configurations, despite the challenging scenario in terms of operating conditions and geometry. Moreover, wavelet analysis proves to be an appropriate tool to pinpoint and characterise the overpressure mechanisms that take place in the transient evolution of the flow
Direct numerical simulation of a microramp in a high-Reynolds number supersonic turbulent boundary layer
Shock wave/boundary layer interactions (SBLIs) can generate strong, intermittent thermomechanical loads and boundary layer separation [1], resulting in harmful consequences on the safety and performance of aerospace systems [2]. For this reason, several active and passive control solutions have been proposed to mitigate the negative effects of SBLI [3]. Microvortex generators (MVGs) are considered among the most promising passive control devices because they energize the boundary layer producing a system of trailing vortices, but they also induce limited wave drag because their height is lower than the boundary layer thickness. Possible applications of MVGs include for example the control of shock-induced separation occurring on transonic wings approaching buffet or in supersonic engine inlets.The flow generated by a microramp in a supersonic turbulent boundary layer has been studied through experiments [4], Reynolds-averaged Navier-Stokes simulations (RANSs), and large-eddy simulations (LESs) [5-7], revealing the presence of primary and secondary vortices, as well as of almost-toroidal Kelvin-Helmholtz (KH) instabilities around the wake. Some studies have also performed parametric studies for different ramp geometries and free-stream Mach numbers and assessed the microramp performance [8,9], but a thorough characterization of the flow over a our understanding of these devices and to improve their control effectiveness
Direct numerical simulation of supersonic boundary layers over a microramp. effect of the reynolds number
Microvortex generators are passive control devices smaller than the boundary layer thickness that energise the boundary layer to prevent flow separation with limited induced drag. In this work, we use direct numerical simulations (DNS) to investigate the effect of the Reynolds number in a supersonic turbulent boundary layer over a microramp vortex generator. Three friction Reynolds numbers are considered, up to, for fixed free stream Mach number and fixed relative height of the ramp with respect to the boundary layer thickness. The high-fidelity data set sheds light on the instantaneous and highly three-dimensional organisation of both the wake and the shock waves induced by the microramp. The full access to the flow field provided by DNS allows us to develop a qualitative model of the near wake, explaining the internal convolution of the Kelvin-Helmholtz vortices around the low-momentum region behind the ramp. The overall analysis shows that numerical results agree excellently with recent experimental measurements in similar operating conditions and confirms that microramps effectively induce a significantly fuller boundary layer even far downstream of the ramp. Moreover, results highlight significant Reynolds number effects, which in general do not scale with the ramp height. Increasing Reynolds number leads to enhanced coherence of the typical vortical structures in the field, faster and stronger development of the momentum deficit region, increased upwash between the primary vortices from the sides of the ramp - and thus increased lift-up of the wake - and faster transfer of momentum towards the wall
Enhanced delayed DES of shock wave/boundary layer interaction in a planar transonic nozzle
An enhanced delayed detached eddy simulation of a shock wave/boundary layer interaction in an over-expanded planar transonic nozzle has been carried out to predict the fundamental features of shock low-frequency unsteadiness. The modification of the sub-grid length-scale proposed in Shur et al. (2015)has been implemented to attenuate some well-known problems of detached eddy simulation: the modeled-stress depletion in the switch region between RANS and LES and the consequent delay of transition to turbulence at the onset of separation. The comparison of the computational results with the experimental data shows that the enhanced DDES leads to significant improvements in the estimation of some flow features with respect to a different DDES version, even though some discrepancies are still observable in the distribution of the mean wall pressure, and additional work is needed to further improve the transition from modeled to resolved turbulence
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
- …
