SearcharxivSearch

arXiv subjects

Pierre Sullivan

Publications and source records attributed to Pierre Sullivan.

4 recordsLinked to original sources

Numerical Investigation of Boundary-Layer Height and Actuation-Parameter Effects of a Circular Synthetic Jet Actuator in Crossflow

Three-dimensional unsteady numerical simulations are performed to investigate the effects of blowing ratio $C_B$ ($0.85 < \overline{U}_j/U_\infty < 1.7$), stroke ratio $L^+$ ($10.6 < \overline{U}_j /(fd) < 21.3$), and boundary-layer height ratio $D^+$ ($2.1<\delta/d<8.0$) on circular synthetic jet actuator (SJA) performance in crossflow. Nine cases are examined at constant free-stream velocity $U_\infty$, with systematic independent variation of averaged jet velocity $\overline{U}_j$, actuation frequency $f$ ($200$-$400~\mathrm{Hz}$), and boundary-layer momentum thickness Reynolds number ($170<Re_\theta<740$) to isolate the individual effects of these parameters on a circular-nozzle SJA with fixed nozzle diameter $d$ in crossflow. Instantaneous vortical structures exhibited tilted vortex rings with a trailing vortex pair at low actuation frequency; closely packed expelled vortical structures for higher frequency SJAs, and the largest boundary-layer height ratio induced hairpin-like vortices. Near-wall tertiary vortices, which promote downwash and increase wall shear stress, remain coherent longer and have extended spanwise coverage for low $D^+$. Time-averaged boundary-layer profiles and skin-friction distributions reveal that SJAs with low to moderate $D^+$ have the greatest potential for separation control, maintaining increased near-wall momentum over extended streamwise distances.

physics.flu-dyn

Computational And Experimental Study of Spanwise Synthetic Jet Flow Control

This study investigates the reattachment of flow on a stalled NACA 0025 airfoil with an array of circular synthetic jet actuators. Experimental flow visualizations are used to assess the spanwise control authority of the array and the three-dimensionality of the flow. Numerical simulations provide insights into the flow structures created by the actuation, and how they evolve with different parameters.

physics.flu-dyn

Improving 3D Synthetic Jet Modeling in a Crossflow

Three different circular synthetic jet modeling inlet conditions are studied for a turbulent crossflow. The study examines the differences when modeling the whole SJA, neck-only or jet-slot-only under constant actuation frequency (f = 300 Hz) and crossflow blowing ratio ( CB = 0.67). Phase-averaged and time-averaged results reveal that both whole SJA and neck-only methods generated nearly identical flow fields. For the neck-only case, a notable reduction in computational cost is achieved through the implementation of an analytical jet profile. The jet-slot-only method, on the other hand, introduces reversed flow during the ingestion cycle, leading to the injection of false-momentum into the crossflow. However, the false-momentum primarily affects the flow immediately downstream of the jet exit, with the boundary layer profile recovering rapidly. A parametric study highlights the importance of maintaining a volume ratio less than 1 of ingested to modeled neck volume to prevent the creation of false-momentum.

physics.flu-dyn

GPU-Native Adaptive Mesh Refinement with Application to Lattice Boltzmann Simulations

Adaptive Mesh Refinement (AMR) enables efficient computation of flows by providing high resolution in critical regions while allowing for coarsening in areas where fine detail is unnecessary. While early AMR software packages relied solely on CPU parallelization, the widespread adoption of heterogeneous computing systems has led to GPU-accelerated implementations. In these hybrid approaches, simulation data typically resides on the GPU, and mesh management and adaptation occur exclusively on the CPU, necessitating frequent data transfers between them. A more efficient strategy is to adapt and maintain the entire mesh structure exclusively on the GPU, eliminating these transfers. Because of its inherent parallelism, the Lattice Boltzmann Method (LBM) has been widely implemented in hybrid AMR frameworks. This work presents a GPU-native algorithm for AMR using a block-based forest of octrees approach, implemented in both two and three dimensions as open-source C++/CUDA code. The implementation includes a Lattice Boltzmann solver for weakly compressible flow, though the underlying grid refinement procedure is compatible with any solver operating on cell-centered block-based grids. The lid-driven cavity and flow past a square cylinder benchmarks validate the algorithm's effectiveness across multiple velocity sets in both single- and double-precision. Tests conducted on consumer and datacenter-grade GPUs demonstrate its versatility across different hardware platforms. Link to repository: https://github.com/KhodrJ/AGAL

physics.comp-ph