SearcharxivSearch

arXiv subjects

Chunheng Zhao

Publications and source records attributed to Chunheng Zhao.

15 recordsLinked to original sources

Spectral element lattice Boltzmann method for non-ideal gases with partial wetting boundary condition

We present a spectral element lattice Boltzmann method (LBM) for partial wetting on curved geometries. A non-ideal gas phase-field model is incorporated into the LBM framework to enable phase separation with a constant interface thickness and the potential form of surface tension force is used. We adopt the force-splitting approach, yielding significantly improved stability and accuracy. Complex boundaries are naturally handled using a flux bounce-back scheme, which resolves inconsistencies in normal vectors across adjacent elements. Additionally, a general wetting boundary condition is implemented to capture static contact line in a thermodynamically consistent manner. The method is validated through simulations of droplets on flat surfaces, 2/3-dimensional curved surfaces, and equilibrium droplets without boundaries. Results demonstrate that parasitic currents are significantly reduced on unstructured meshes with complex geometries, reaching residual kinetic energy levels on the order of $10^{-24}$ for wetting configurations and $10^{-30}$ for isolated droplets.

physics.flu-dyn

Holes in Sheets: Double-Threshold Rupture of Draining Liquid Films

Classical rupture is attributed to molecular (van der Waals) forces acting at nanometric thicknesses. Nonetheless, micron-thick liquid sheets routinely perforate far above the scale where these molecular forces act, yet the mechanism that selects opening versus healing has remained unclear. Using direct numerical simulations of a draining sheet with an entrained air bubble (cavity), we show that irreversible rupture occurs only when a deterministic double-threshold is crossed: (i) the outward driving (from airflow or inertia) is strong enough and (ii) the cavity is distorted enough. If either condition falls short, surface tension heals the cavity and the sheet reseals. The time for this process is set by the balance between inertia and viscosity -- fast for inertia-dominated sheets and slower for viscous ones. This double-threshold mechanism explains why micrometer-thick films perforate and offers practical control options -- driving strength and defect geometry -- for predicting and controlling breakup in spray formation processes, wave breaking, and respiratory films.

physics.flu-dyn

A flux bounce-back scheme for the filtered Spectral Element Lattice Boltzmann Method

We develop a spectral element lattice Boltzmann method (SELBM) with the flux bounce-back (FBB) scheme, to enable accurate simulations of single-phase fluid dynamics in unstructured mesh. We adopt an Eulerian description of the streaming process in place of the perfect shift in the regular LBM. The spectral element method is used to spatially discretize the convective term, while the strong stability-preserving Runge-Kutta (SSPRK) method is used for time integration. To increase stability, we investigate the use of an explicit filter, particularly in the context of the sensitive double shear layer problem. The results indicate that by using the high-order polynomial, we can effectively eliminate the small vortices around the neck region. We introduce the flux bounce-back scheme to enable the current scheme to handle complex boundaries. The proposed scheme and flux boundary method are validated through benchmark simulations, including the unsteady Couette flow and the planar Poiseuille flow. Further validation is provided through the Taylor-Green vortex problem, demonstrating the accuracy and convergence of the scheme for isotropic turbulence. Finally, we consider a fully developed turbulent flow within a cylindrical pipe and correctly predict the turbulent boundary layer profile.

physics.flu-dyn

Causal Interpretability for Adversarial Robustness: A Hybrid Generative Classification Approach

Deep learning-based discriminative classifiers, despite their remarkable success, remain vulnerable to adversarial examples that can mislead model predictions. While adversarial training can enhance robustness, it fails to address the intrinsic vulnerability stemming from the opaque nature of these black-box models. We present a deep ensemble model that combines discriminative features with generative models to achieve both high accuracy and adversarial robustness. Our approach integrates a bottom-level pre-trained discriminative network for feature extraction with a top-level generative classification network that models adversarial input distributions through a deep latent variable model. Using variational Bayes, our model achieves superior robustness against white-box adversarial attacks without adversarial training. Extensive experiments on CIFAR-10 and CIFAR-100 demonstrate our model's superior adversarial robustness. Through evaluations using counterfactual metrics and feature interaction-based metrics, we establish correlations between model interpretability and adversarial robustness. Additionally, preliminary results on Tiny-ImageNet validate our approach's scalability to more complex datasets, offering a practical solution for developing robust image classification models.

cs.CV

A Multi-Scale Isolation Forest Approach for Real-Time Detection and Filtering of FGSM Adversarial Attacks in Video Streams of Autonomous Vehicles

Deep Neural Networks (DNNs) have demonstrated remarkable success across a wide range of tasks, particularly in fields such as image classification. However, DNNs are highly susceptible to adversarial attacks, where subtle perturbations are introduced to input images, leading to erroneous model outputs. In today's digital era, ensuring the security and integrity of images processed by DNNs is of critical importance. One of the most prominent adversarial attack methods is the Fast Gradient Sign Method (FGSM), which perturbs images in the direction of the loss gradient to deceive the model. This paper presents a novel approach for detecting and filtering FGSM adversarial attacks in image processing tasks. Our proposed method evaluates 10,000 images, each subjected to five different levels of perturbation, characterized by $ε$ values of 0.01, 0.02, 0.05, 0.1, and 0.2. These perturbations are applied in the direction of the loss gradient. We demonstrate that our approach effectively filters adversarially perturbed images, mitigating the impact of FGSM attacks. The method is implemented in Python, and the source code is publicly available on GitHub for reproducibility and further research.

cs.CV

An Anomaly Detection System Based on Generative Classifiers for Controller Area Network

As electronic systems become increasingly complex and prevalent in modern vehicles, securing onboard networks is crucial, particularly as many of these systems are safety-critical. Researchers have demonstrated that modern vehicles are susceptible to various types of attacks, enabling attackers to gain control and compromise safety-critical electronic systems. Consequently, several Intrusion Detection Systems (IDSs) have been proposed in the literature to detect such cyber-attacks on vehicles. This paper introduces a novel generative classifier-based Intrusion Detection System (IDS) designed for anomaly detection in automotive networks, specifically focusing on the Controller Area Network (CAN). Leveraging variational Bayes, our proposed IDS utilizes a deep latent variable model to construct a causal graph for conditional probabilities. An auto-encoder architecture is utilized to build the classifier to estimate conditional probabilities, which contribute to the final prediction probabilities through Bayesian inference. Comparative evaluations against state-of-the-art IDSs on a public Car-hacking dataset highlight our proposed classifier's superior performance in improving detection accuracy and F1-score. The proposed IDS demonstrates its efficacy by outperforming existing models with limited training data, providing enhanced security assurance for automotive systems.

cs.CR

Evaluating the Adversarial Robustness of Detection Transformers

Robust object detection is critical for autonomous driving and mobile robotics, where accurate detection of vehicles, pedestrians, and obstacles is essential for ensuring safety. Despite the advancements in object detection transformers (DETRs), their robustness against adversarial attacks remains underexplored. This paper presents a comprehensive evaluation of DETR model and its variants under both white-box and black-box adversarial attacks, using the MS-COCO and KITTI datasets to cover general and autonomous driving scenarios. We extend prominent white-box attack methods (FGSM, PGD, and CW) to assess DETR vulnerability, demonstrating that DETR models are significantly susceptible to adversarial attacks, similar to traditional CNN-based detectors. Our extensive transferability analysis reveals high intra-network transferability among DETR variants, but limited cross-network transferability to CNN-based models. Additionally, we propose a novel untargeted attack designed specifically for DETR, exploiting its intermediate loss functions to induce misclassification with minimal perturbations. Visualizations of self-attention feature maps provide insights into how adversarial attacks affect the internal representations of DETR models. These findings reveal critical vulnerabilities in detection transformers under standard adversarial attacks, emphasizing the need for future research to enhance the robustness of transformer-based object detectors in safety-critical applications.

cs.CV

A difference-free conservative phase-field lattice Boltzmann method

We propose an innovative difference-free scheme that combines the one-fluid lattice Boltzmann method (lBM) with the conservative phase-field (CPF) lBM to effectively solve large-scale two-phase fluid flow problems. The difference-free scheme enables the derivation of the derivative of the order parameter and the normal vector through the moments of the particle distribution function (PDF). We further incorporate the surface tension force in a continuous surface stress form into the momentum equations by modifying the equilibrium PDF to eliminate the divergence operator. Consequently, the entire computation process, executed without any inter-grid finite difference formulation, demonstrates improved efficiency, making it an ideal choice for high-performance computing applications. We conduct simulations of a single static droplet to evaluate the intensity of spurious currents and assess the accuracy of the scheme. We then introduce the density or viscosity ratio and apply an external body force to model the Rayleigh-Taylor instability and the behavior of a single rising bubble, respectively. Finally, we employ our method to study the phenomenon of a single bubble breaking up in a Taylor-Green vortex. The comparison between the difference-free scheme and the finite difference method demonstrates the scheme's capability to yield accurate results. Furthermore, based on the performance evaluation, the current scheme exhibits an impressive $47\% $ increase in efficiency compared to the previous method.

physics.flu-dyn

Spreading and engulfment of a viscoelastic film onto a Newtonian droplet

We use the conservative phase-field lattice Boltzmann method to investigate the dynamics when a Newtonian droplet comes in contact with an immiscible viscoelastic liquid film. The dynamics of the three liquid phases are explored through numerical simulations, with a focus on illustrating the contact line dynamics and the viscoelastic effects described by the Oldroyd-B model. The droplet dynamics are contrasted with the case of a Newtonian fluid film. The simulations demonstrate that when the film is viscoelastic, the droplet dynamics become insensitive to the film thickness when the polymer viscosity and relaxation time are large. A viscoelastic ridge forms at the moving contact line, which evolves with a power-law dependence on time. By rescaling the interface profile of the ridge using its height and width, it appears to collapse onto a similar shape. Our findings reveal a strong correlation between the viscoelastic stress and the interface shape near the contact line.

physics.flu-dyn

A hybrid continuum surface force for the three-phase VOF method

We propose a hybrid continuum surface force (CSF) formulation to model the interface interaction within the three-phase volume of fluid (VOF) method. Instead of employing the height function globally, we compute the curvature based on a smooth fraction function near the region of the triple contact line. In addition, we apply the isotropic finite difference method to calculate derivatives, and the current scheme readily accommodates adaptive mesh refinement, greatly enhancing efficiency. We rigorously validate the hybrid CSF using two benchmark problems that have received limited attention in previous studies of the three-phase VOF method. Using the hybrid CSF method, we accurately predict the behavior of a liquid lens under specific surface tension ratios. Furthermore, the simulation results of the equilibrium morphology of two contacting droplets are consistent with the theoretical expectations.

physics.flu-dyn

General wetting energy boundary condition in a fully explicit non-ideal fluids solver

We present an explicit finite difference method to simulate the non-ideal multi-phase fluid flow. The local density and the momentum transport are modeled by the Navier-Stokes (N-S) equations and the pressure is computed by the Van der Waals equation of the state (EOS). The static droplet and the dynamics of liquid-vapor separation simulations are performed as validations of this numerical scheme. In particular, to maintain the thermodynamic consistency, we propose a general wetting energy boundary condition at the contact line between fluids and the solid boundary. We conduct a series of comparisons between the current boundary condition and the constant contact angle boundary condition as well as the stress-balanced boundary condition. This boundary condition alleviates the instability induced by the constant contact angle boundary condition at $θ\approx0 $ and $θ\approx π$. Using this boundary condition, the equilibrium contact angle is correctly recovered and the contact line dynamics are consistent with the simulation by applying a stress-balanced boundary condition. Nevertheless, unlike the stress-balanced boundary condition for which we need to further introduce the interface thickness parameter, the current boundary condition implicitly incorporates the interface thickness information into the wetting energy.

physics.flu-dyn

Interaction between a Rising Bubble and a Stationary Droplet Immersed in a Liquid Pool using Ternary Conservative Phase-Field Lattice Boltzmann Method

When a stationary bubble and a stationary droplet immersed in a liquid pool are brought in contact with each other, they form a bubble-droplet aggregate. Its equilibrium morphology and stability largely depend on the combination of different components' surface tensions, known as spreading factor. In this study, we look at the interaction between a rising bubble and a stationary droplet to better understand the dynamics of coalescence and rising as well as morphological changes for the bubble-droplet aggregate. A systematic study is conducted on the interaction processes with various bubble sizes and spreading factors. The current simulation framework consists of the ternary conservative phase-field Lattice Boltzmann method (LBM) for interface tracking and the velocity-pressure LBM for hydrodynamics, which is validated for the benchmark cases such as liquid lens and parasitic currents around a static droplet with several popular surface tension formulations. We further test our LBM for the morphology changes of two droplets initially in contact with various spreading factors and depict the final morphologies in a phase diagram. The separated, partially engulfed and completely engulfed morphologies can be replicated by systematically altering the sign of the spreading factors. The rising bubble and stationary droplet interaction is simulated based on the final morphologies obtained under stationary conditions by imposing an imaginary buoyancy force on the rising bubble. The results indicate that the bubble-droplet aggregate with double emulsion morphology can minimize the distotion of the bubble-droplet aggregate and achieve a greater terminal velocity than the aggregate with partially engulfed morphology.

physics.flu-dyn

Engulfment of a drop on solids coated by thin and thick fluid films

When an aqueous drop contacts an immiscible oil film, it displays complex interfacial dynamics. Upon contact the oil spreads onto the drop's liquid-air interface, first forming a curvature that drives an apparent drop spreading motion and later fully engulfing the drop. We study this flow using both 3-phase Lattice-Boltzmann simulations based on the conservative phase field model and experiments. Inertially and viscously limited dynamics are explored using the Ohnesorge number $Oh$ as a function of $R/H$, the ratio between the initial drop radius $R$ and the film height $H$. Both regimes show that the apparent spreading radius $r$ is fairly independent of the film height, and scales with time $T$ as $r\sim T^{1/2}$ for $Oh\ll 1$ and for $Oh\gg 1$ as $r\sim T^{2/5}$. For $Oh\gg 1$ we show experimentally that this immiscible apparent spreading motion is analogous with the miscible drop-film coalescence case. Contrary to the apparent spreading, however, we find that the late time engulfment dynamics and final interface profiles are significantly affected by the ratio of $H/R$.

physics.flu-dyn

The Effect of Dust and Sand on the 5G Terrestrial Links

Wireless connections are a communication channel used to support different applications in our life such as microwave connections, mobile cellular networks, and intelligent transportation systems. The wireless communication channels are affected by different weather factors such as rain, snow, fog, dust, and sand. This effect is more evident in the high frequencies of the millimeter-wave (mm-wave) band. Recently, the 5G opened the door to support different applications with high speed and good quality. A recent study investigates the effect of rain and snow on the 5G communication channel to reduce the challenge of using high millimeter-wave frequencies. This research investigates the impact of dust and sand on the communication channel of 5G mini links using Mie scattering model to estimate the propagating wave's attenuation by computing the free space loss of a dusty region. Also, the cross-polarization of the propagating wave with dust and sand is taken into account at different distances of the propagating length. Two kinds of mini links, ML-6363, and ML-6352, are considered to demonstrate the effect of dust and sand in these specific operating frequency bands. The 73.5 GHz (V-band) and (21.5GHz (K-band) are the ML-6352 and ML-6363 radio frequency, respectively. Also, signal depolarization is another important radio frequency transmission parameter that is considered heroin. The numerical and simulation results show that the 5G ML-6352 is more effect by dust and sand than ML6363. The 5G toolbox is used to build the communication system and simulate the effect of the dust and sand on the different frequency bands.

eess.SP

Impact of Weather Conditions on 5G Communication Channel under Connected Vehicles Framework

Recent research focused on improving the vehicle-to-vehicle communication (V2V) based on the 5G technology. The V2V application is important because it will reduce the risk of accidents up to 70%-80%, improve traffic management, reduce congestion, and improve fuel consumption. Autonomous vehicles applications require a high bandwidth transmission channel where the 5G communication channel would be a reliable solution to support this disruptive technology. The dedicated short-range communications (DSRC), which is characterized with a frequency bandwidth of 5.9 gigahertz (GHz) (4G spectrum), was used as vehicular connectivity with a bandwidth of up to 200 megabytes per second (mb/s) and limited capacity. The 5G band can support connected multiple autonomous vehicles with high data rates and large bandwidth. In this study, the 5G communication channel is considered as vehicular connectivity with high bandwidth in the millimeter waves spectrum range. The quality of 5G wireless communication channels between connected vehicles possibly be affected by weather conditions such as rain, snow, fog, dust, and sand. In this paper, we estimate the effect of dust and sand on the propagation of millimeter waves. The Mie model is used to investigate the effect of dust and sand storms on the propagating mm-waves. The effect of dust and sand on the communication path loss of DSRC and 5G frequency band is investigated in the case of urban freeway and rural highway settings. Results show that the attenuation of dust and sand is changed when the particle size of sand, frequency of propagating wave, and concentration of dust are changed. Finally, the new model of link margin is created to estimate the effect of dust and sand on DSCR (5.9 GHz) and 5G (28 GHz) communication path loss.

cs.NI