Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 11 of 11

Full-Text Articles in Physical Sciences and Mathematics

Faster, Cheaper, And Better Cfd: A Case For Machine Learning To Augment Reynolds-Averaged Navier-Stokes, John Peter Romano Ii Oct 2023

Faster, Cheaper, And Better Cfd: A Case For Machine Learning To Augment Reynolds-Averaged Navier-Stokes, John Peter Romano Ii

Mechanical & Aerospace Engineering Theses & Dissertations

In recent years, the field of machine learning (ML) has made significant advances, particularly through applying deep learning (DL) algorithms and artificial intelligence (AI). The literature shows several ways that ML may enhance the power of computational fluid dynamics (CFD) to improve its solution accuracy, reduce the needed computational resources and reduce overall simulation cost. ML techniques have also expanded the understanding of underlying flow physics and improved data capture from experimental fluid dynamics.

This dissertation presents an in-depth literature review and discusses ways the field of fluid dynamics has leveraged ML modeling to date. The author selects and describes …


A Comparative Study Of Vinti-Based Orbit Propagation And Estimation For Cubesats In Very Low Earth Orbits, Ethan Michael Senecal Aug 2023

A Comparative Study Of Vinti-Based Orbit Propagation And Estimation For Cubesats In Very Low Earth Orbits, Ethan Michael Senecal

Mechanical & Aerospace Engineering Theses & Dissertations

In recent years, there has been a growing interest in CubeSats and very low Earth orbit (VLEO) space missions. Mission SeaLion, a collaborative CubeSat mission between Old Dominion University, the U.S. Coast Guard Academy, and U.S. Air Force Institute of Technology, planned to launch a 3U CubeSat into VLEO. The VLEO mission is a particularly challenging environment for navigation and orbit propagation because drag introduces a significant perturbation for orbit models such as SGP4. Additionally, mission requirements left no capacity for attitude determination or control, further reducing knowledge of drag behavior of the satellite in flight. This deficiency is a …


Experimental And Computational Aerodynamic Studies Of Axially-Oriented Low-Fineness-Ratio Cylinders, Forrest Miller Aug 2023

Experimental And Computational Aerodynamic Studies Of Axially-Oriented Low-Fineness-Ratio Cylinders, Forrest Miller

Mechanical & Aerospace Engineering Theses & Dissertations

For the successful completion of atmospheric entry, descent, and landing (EDL) missions, a body geometry must be selected which provides favorable dynamic aerodynamic properties. The types of experimental facilities capable of collecting information on these properties are limited; however, their numbers are growing thanks to the continued work by the aerodynamics community. NASA Langley Research Center (LaRC) is conducting dynamic aerodynamic testing using a subsonic magnetic suspension and balance system (MSBS), with the end goal of implementing a supersonic MSBS facility at NASA Glenn Research Center. MSBSs are also currently used at the Institute of Fluid Science (IFS) at Tohoku …


Statistical Approach To Quantifying Interceptability Of Interaction Scenarios For Testing Autonomous Surface Vessels, Benjamin E. Hargis, Yiannis E. Papelis Apr 2023

Statistical Approach To Quantifying Interceptability Of Interaction Scenarios For Testing Autonomous Surface Vessels, Benjamin E. Hargis, Yiannis E. Papelis

Modeling, Simulation and Visualization Student Capstone Conference

This paper presents a probabilistic approach to quantifying interceptability of an interaction scenario designed to test collision avoidance of autonomous navigation algorithms. Interceptability is one of many measures to determine the complexity or difficulty of an interaction scenario. This approach uses a combined probability model of capability and intent to create a predicted position probability map for the system under test. Then, intercept-ability is quantified by determining the overlap between the system under test probability map and the intruder’s capability model. The approach is general; however, a demonstration is provided using kinematic capability models and an odometry-based intent model.


Artificial Intelligence-Enabled Exploratory Cyber-Physical Safety Analyzer Framework For Civilian Urban Air Mobility, Md. Shirajum Munir, Sumit Howlader Dipro, Kamrul Hasan, Tariqul Islam, Sachin Shetty Jan 2023

Artificial Intelligence-Enabled Exploratory Cyber-Physical Safety Analyzer Framework For Civilian Urban Air Mobility, Md. Shirajum Munir, Sumit Howlader Dipro, Kamrul Hasan, Tariqul Islam, Sachin Shetty

VMASC Publications

Urban air mobility (UAM) has become a potential candidate for civilization for serving smart citizens, such as through delivery, surveillance, and air taxis. However, safety concerns have grown since commercial UAM uses a publicly available communication infrastructure that enhances the risk of jamming and spoofing attacks to steal or crash crafts in UAM. To protect commercial UAM from cyberattacks and theft, this work proposes an artificial intelligence (AI)-enabled exploratory cyber-physical safety analyzer framework. The proposed framework devises supervised learning-based AI schemes such as decision tree, random forests, logistic regression, K-nearest neighbors (KNN), and long short-term memory (LSTM) for predicting and …


Patch-Wise Training With Convolutional Neural Networks To Synthetically Upscale Cfd Simulations, John P. Romano, Alec C. Brodeur, Oktay Baysal Jan 2023

Patch-Wise Training With Convolutional Neural Networks To Synthetically Upscale Cfd Simulations, John P. Romano, Alec C. Brodeur, Oktay Baysal

Mechanical & Aerospace Engineering Faculty Publications

This paper expands the authors’ prior work[1], which focuses on developing a convolutional neural network (CNN) model capable of mapping time-averaged, unsteady Reynold’s-averaged Navier-Stokes (URANS) simulations to higher resolution results informed by time-averaged detached eddy simulations (DES). The authors present improvements over the prior CNN autoencoder model that result from hyperparameter optimization, increased data set augmentation through the adoption of a patch-wise training approach, and the predictions of primitive variables rather than vorticity magnitude. The training of the CNN model developed in this study uses the same URANS and DES simulations of a transonic flow around several NACA 4-digit airfoils …


Convolutional-Neural-Network-Based Des-Level Aerodynamic Flow Field Generation From Urans Data, John P. Romano, Oktay Baysal, Alec C. Brodeur Jan 2023

Convolutional-Neural-Network-Based Des-Level Aerodynamic Flow Field Generation From Urans Data, John P. Romano, Oktay Baysal, Alec C. Brodeur

Mechanical & Aerospace Engineering Faculty Publications

The present paper culminates several investigations into the use of convolutional neural networks (CNNs) as a post-processing step to improve the accuracy of unsteady Reynolds-averaged Navier–Stokes (URANS) simulations for subsonic flows over airfoils at low angles of attack. Time-averaged detached eddy simulation (DES)-generated flow fields serve as the target data for creating and training CNN models. CNN post-processing generates flow-field data comparable to DES resolution, but after using only URANS-level resources and properly training CNN models. This document outlines the underlying theory and progress toward the goal of improving URANS simulations by looking at flow predictions for a class of …


Optimization Of Ported Cfd Kernels On Intel Data Center Gpu Max 1550 Using Oneapi Esimd, Mohammad Zubair, Aaron Walden, Gabriel Nastac, Eric Nielsen, Christoph Bauinger, Xiao Zhu Jan 2023

Optimization Of Ported Cfd Kernels On Intel Data Center Gpu Max 1550 Using Oneapi Esimd, Mohammad Zubair, Aaron Walden, Gabriel Nastac, Eric Nielsen, Christoph Bauinger, Xiao Zhu

Computer Science Faculty Publications

We describe our experience porting FUN3D’s CUDA-optimized kernels to Intel oneAPI SYCL.We faced several challenges, including foremost the suboptimal performance of the oneAPI code on Intel’s new data center GPU. Suboptimal performance of the oneAPI code was due primarily to high register spills, memory latency, and poor vectorization. We addressed these issues by implementing the kernels using Intel oneAPI’s Explicit SIMD SYCL extension (ESIMD) API. The ESIMD API enables the writing of explicitly vectorized kernel code, gives more precise control over register usage and prefetching, and better handles thread divergence compared to SYCL. The ESIMD code outperforms the optimized SYCL …


Jet Noise Reduction: A Fresh Start, Christopher K. Tam, Fang Q. Hu Jan 2023

Jet Noise Reduction: A Fresh Start, Christopher K. Tam, Fang Q. Hu

Mathematics & Statistics Faculty Publications

Attempts to reduce jet noise began some 70 years ago. In the literature, there have been many publications written on this topic. By now, it is common knowledge that jet noise consists of a number of components. They possess different spectral and radiation characteristics and are generated by different mechanisms. It appears then that one may aim at the suppression of the noise of a single component instead of trying to reduce jet noise overall. The objective of the present project is to reduce large turbulence structures noise. It is the most dominant noise component radiating in the downstream direction. …


Underwater Communication Acoustic Transducers: A Technology Review, Laila Shams, Tian-Bing Xu, Zhongqing Su (Ed.), Branko Glisic (Ed.), Maria Pina Limongelli (Ed.) Jan 2023

Underwater Communication Acoustic Transducers: A Technology Review, Laila Shams, Tian-Bing Xu, Zhongqing Su (Ed.), Branko Glisic (Ed.), Maria Pina Limongelli (Ed.)

Mechanical & Aerospace Engineering Faculty Publications

This paper provides a comprehensive review on transducer technologies for underwater communications. The popularly used communication transducers, such as piezoelectric acoustic transducers, electromagnetic acoustic transducers, and acousto-optic devices are reviewed in detail. The reasons that common air communication technologies are invalid die to the differences between the media of air and water are addresses. Because of the abilities to overcome challenges the complexity of marine environments, piezoelectric acoustic transducers are playing the major underwater communication roles for science, surveillance, and Naval missions. The configuration and material properties of piezoelectric transducers effects on signal output power, beamwidth, amplitude, and other properties …


Model Based Systems Engineering With A Docs-As-Code Approach For The Sealion Cubesat Project, Kevin Chiu, Sean Marquez, Sharanabasaweshwara Asundi Jan 2023

Model Based Systems Engineering With A Docs-As-Code Approach For The Sealion Cubesat Project, Kevin Chiu, Sean Marquez, Sharanabasaweshwara Asundi

Mechanical & Aerospace Engineering Faculty Publications

The SeaLion mission architecture team sought to create a model-based systems engineering approach to assist improving CubeSat success rates as well as for the SeaLion CubeSat project to guide an implementation for the flight software. This is important because university CubeSat teams are growing in number but often have untrained students as their core personnel. This was done using a document-as-code, or docs-as-code, approach. With this the team created tools for the systems architecture with the Mach 30 Modeling Language to create an architecture that is easy to learn and use even for newly admitted team members with little to …