Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Implementation”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 271 records · Page 15

External Dependencies-Driven Architecture Discovery and Analysis of Implemented Systems

A method for architecture discovery and analysis of implemented systems (AIS) is disclosed. The premise of the method is that architecture decisions are inspired and influenced by the external entities that the software system makes use of. Examples of such external entities are COTS components, frameworks, and ultimately even the programming language itself and its libraries. Traces of these architecture decisions can thus be found in the implemented software and is manifested in the way software systems use such external entities. While this fact is often ignored in contemporary reverse engineering methods, the AIS method actively leverages and makes use of the dependencies to external entities as a starting point for the architecture discovery. The AIS method is demonstrated using the NASA's Space Network Access System (SNAS). The results show that, with abundant evidence, the method offers reusable and repeatable guidelines for discovering the architecture and locating potential risks (e.g. low testability, decreased performance) that are hidden deep in the implementation. The analysis is conducted by using external dependencies to identify, classify and review a minimal set of key source code files. Given the benefits of analyzing external dependencies as a way to discover architectures, it is argued that external dependencies deserve to be treated as first-class citizens during reverse engineering. The current structure of a knowledge base of external entities and analysis questions with strategies for getting answers is also discussed.

Ganesan, Dharmalingam↗

Comparisons of Two Spatial Implementations of a Crop Model Using Remotely Sensed Observations over Southeastern United States

Global food security is one of the most pressing issues of the current century, particularly for developing nations. Agricultural simulation models can be a key component in testing new technologies, seeds and cultivars etc. However, inaccurate input information, model related errors and the mode of implementation can also add to model uncertainties. In this study, the crop model is implemented in two separate fashions: a)gridded (GriDSSAT model) and b) using random spatial ensembles (RHEAS model). This is done in the Southeastern US to evaluate and understand the modelperformance over a region data availabilities. Once the model performance is assessed, multiple satellite based earth observation parameters such as soil moisture, vegetation index etc. can be assimilated into crop models to reduce input and model related uncertainties particularly in data limited regions. In this study, the National Agricultural Statistical Services (NASS) reported yield data at county levels are used for comparison andvalidation purposes. The GriDSSAT model estimation of corn yields in comparison with the reported NASS yields showed an overall RMSD of nearly 3720 (kg/ha) whereas RMSD for the RHEAS model implementation was 3550 (kg/ha). Overall the GriDSSAT model had negative bias of nearly 2400 kg/ha (except for 2013) while RHEAS had a slight positive bias of 400 kg/ha (approx.).

SERVIR↗

Implementation of the University of Miami Wave Model (UMWM) into the NASA/GMAO Goddard Earth Observing System Model (GEOS)

Wind generated waves are integral element in air-sea interactions and affect exchange of momentum, heat, water, gases and production of marine aerosol. Motivated by the need to resolve the air-sea interface we have implemented the University of Miami Wave model (UMWM) into the NASA/GMAO Goddard Earth Observing System Model (GEOS). The implementation of the wave model in GEOS aimed to facilitate coupling with the atmosphere and ocean model components with minimal changes to the existing system, while at the same time ensure correctness of the predicted wave energy spectrum and wave diagnostics. Here we describe the implementation of the GEOS/UMWM system and show results from model experiments and verifications. This work is a step toward development of a coupled atmosphere-wave-ocean GEOS system.

Darmenov, Anton↗

An Implementation Analysis of Communications, Navigation, and Surveillance (CNS) Technologies for Unmanned Air Systems (UAS)

The aviation industry and government agencies face a rapidly-emerging need for integrating large-scale populations of Unmanned Air Systems (UAS) into the worldwide controlled and uncontrolled airspace. Critical components for integration include the Communications, Navigation, and Surveillance (CNS) technologies necessary for ensuring safe UAS operations. Under NASA program NNA16BD84C, our work on CNS architectural concepts for the safe operation of UAS in controlled and uncontrolled airspace has introduced CNS architectures which must be analyzed in terms of implementation readiness.Controlled airspace operations for UAS are consistent with the needs for manned aviation in the worldwide Air Traffic Management (ATM) service. Uncontrolled airspace operations are consistent with the NASA Unmanned (air) Traffic Management (UTM) concept of operations. Implementation readiness is based on the NASA concept of Technology Readiness Levels (TRLs) ranging from TRL1 (basic principles observed and reported) to TRL9 (actual system flight proven through successful mission operations). In the architecture concepts, we have introduced a number of new CNS architectural elements which need to be correlated with TRL levels. In this paper, we present our implementation analysis for communications networks, communications data links, navigation, and surveillance. Each area has been under active research and development during the course of the current NASA program which has produced studies on UAS CNS Requirements, UAS CNS Architecture for Controlled Airspace and UAS CNS Architecture for Uncontrolled Airspace. We have published our architecture concepts in major UAS-related conferences (including iCNS2017, IEEE Aerospace 2018, and iCNS2018) and will continue to seek additional publication opportunities. We look forward to continuing our work to realize a full integration testing scenario for both controlled and uncontrolled airspace operation.

Unmanned (Air) Traffic Management (UTM) service↗

An Implementation Analysis of Communications, Navigation, and Surveillance (CNS) Technologies for Unmanned Air Systems (UAS)

The aviation industry and government agencies face a rapidly-emerging need for integrating large-scale populations of Unmanned Air Systems (UAS) into the worldwide controlled and uncontrolled airspace. Critical components for integration include the Communications, Navigation, and Surveillance (CNS) technologies necessary for ensuring safe UAS operations. Under NASA program NNA16BD84C, our work on CNS architectural concepts for the safe operation of UAS in controlled and uncontrolled airspace has introduced CNS architectures which must be analyzed in terms of implementation readiness.Controlled airspace operations for UAS are consistent with the needs for manned aviation in the worldwide Air Traffic Management (ATM) service. Uncontrolled airspace operations are consistent with the NASA Unmanned (air) Traffic Management (UTM) concept of operations. Implementation readiness is based on the NASA concept of Technology Readiness Levels (TRLs) ranging from TRL1 (basic principles observed and reported) to TRL9 (actual system flight proven through successful mission operations). In the architecture concepts, we have introduced a number of new CNS architectural elements which need to be correlated with TRL levels.In this paper, we present our implementation analysis for communications networks, communications data links, navigation, and surveillance. Each area has been under active research and development during the course of the current NASA program which has produced studies on UAS CNS Requirements, UAS CNS Architecture for Controlled Airspace and UAS CNS Architecture for Uncontrolled Airspace. We have published our architecture concepts in major UAS-related conferences (including iCNS2017, IEEE Aerospace 2018, and iCNS2018) and will continue to seek additional publication opportunities. We look forward to continuing our work to realize a full integration testing scenario for both controlled and uncontrolled airspace operation.

Ponchak, Denise↗

A Formally Verified Floating-Point Implementation of the Compact Position Reporting Algorithm

The Automatic Dependent Surveillance-Broadcast (ADS-B) system allows aircraft to communicate their current state, including position and velocity information, to other aircraft in their vicinity and to ground stations. The Compact Position Reporting (CPR) algorithm is the ADS-B module responsible for the encoding and decoding of aircraft positions. CPR is highly sensitive to computer arithmetic since it heavily relies on functions that are intrinsically unstable such as floor and modulo. In this paper, a formally-verified double-precision floating-point implementation of the CPR algorithm is presented. The verification proceeds in three steps. First, an alternative version of CPR, which reduces the floating-point rounding error is proposed. Then, the Prototype Verification System (PVS) is used to formally prove that the ideal real-number counterpart of the improved algorithm is mathematically equivalent to the standard CPR definition. Finally, the static analyzer Frama-C is used to verify that the double-precision implementation of the improved algorithm is correct with respect to its operational requirement. The alternative algorithm is currently being considered for inclusion in the revised version of the ADS-B standards document as the reference implementation of the CPR algorithm.

Laura Titolo↗

Implementing Geometric Surface Imperfections into Sandwich Composite Cylinder Finite Element Method Models

The buckling responses of certain cylindrical shell structures are extremely sensitive to geometric surface imperfections. The NASA Engineering and Safety Center (NESC) Shell Buckling Knockdown Factor Project (SBKF) is conducting research to develop analysis-based buckling design recommendations. Experiments are used to verify the analysis-based factors, but the sensitivity of the test articles to geometric imperfections requires implementing as-manufactured imperfections into high-fidelity finite element method models. Data collection methods such as structured light scanning are used for all geometric surface data used in this work. Common preprocessing and visualization steps used in SBKF are discussed, and steps on how surface scans are prepared for implementation into a finite element model is described. The Python Tool for Implementing Geometric Imperfections in Reduced Structures (Py_TIGIRS), written specifically for the use with SBKF, is briefly described and uses eight functions to extract, modify, and write geometric imperfections into Abaqus input files. Results of the pre-processing methods and results from Py_TIGIRS are provided and compared for Composite Test Article (CTA) 8.2B. Excellent agreement between the visualized scan data and the FEM-extracted geometry is demonstrated. A brief example of why geometric surface imperfections are significant in nonlinear numerical analyses for thin cylinders in axial compression is provided as motivation to use tools such as Py_TIGIRS. Future development of Py_TIGIRS including expansion to structures of arbitrary geometry is planned.

Sandwich structures↗

Integrated Research Plan to Assess the Combined Effects of Space Radiation, Altered Gravity, and Isolation and Confinement on Crew Health and Performance: Implementation Strategy

This document supplements the white paper titled CBS Integrated Research Plan: Problem Statement. The Problem Statement describes why it is important to implement a fully integrated research plan to derive risk estimates for the combined, potentially synergistic, effects of the three major spaceflight hazards (space radiation; isolated, confined, and extreme environments; altered gravity). These risk estimates will help establish acceptable maximum decrement or change in a physiological or behavioral parameter during or after spaceflight, and the acceptable limit of exposure to the combined spaceflight hazards. This Implementation Strategy describes how the research plan will accomplish the CBS Integrated Research Plan goals. The Implementation Strategy includes approaches to evaluate relationships among biological responses underlying three risks that are managed by three of NASA’s Human Research Project (HRP) organizational “elements”. This CBS (Acute effects of radiation on CNS, BMed, Sensorimotor) Integrated Research Plan also identifies strategies to monitor and mitigate decrements to operationally relevant performance. Currently, the strategy that was initiated in 2018, includes an eight-year research plan and a four-year validation plan that extend to the year 2030. Once the monitoring tools and countermeasures are developed, they will be validated and refined during four years of early exploration missions. The planned tasks and their associated research products and deliverables have been mapped to the individual research emphases to clearly demonstrate how each research area helps ensure crew health and safety during exploration missions.

Susan Steinberg↗

Implementing Geometric Surface Imperfections into Sandwich Composite Cylinder Finite Element Method Models

The buckling responses of certain cylindrical shell structures are extremely sensitive to geometric imperfections. The NASA Engineering and Safety Center (NESC) Shell Buckling Knockdown Factor Project (SBKF) is conducting research to develop analysis-based buckling design recommendations. Experiments are used to verify the analysis-based factors, but the sensitivity of the test articles to geometric imperfections requires implementing as-manufactured imperfections into high-fidelity finite element method (FEM) models. Geometry measurement methods such as structured light scanning are used for all geometric surface data used in this work. Common preprocessing and visualization steps used in SBKF are discussed, and steps of how surface scans are prepared for implementation into a finite element model is described. The Python Tool for Implementing Geometric Imperfections in Reduced Structures (Py_TIGIRS), written specifically for the use with SBKF, is briefly described and uses eight functions to extract, modify, and write geometric imperfections into Abaqus input files. Results of the preprocessing methods and results from Py_TIGIRS are provided and compared for Composite Test Articles (CTA) 8.2, 8.2B, and 8.3. Excellent agreement between the visualized scan data and the FEM-extracted geometry is demonstrated. A brief example of why geometric surface imperfections are significant in nonlinear numerical analyses for thin cylinders in axial compression is provided as motivation to use tools such as Py_TIGIRS. Future developments of Py_TIGIRS including expansion to structures of arbitrary geometry is planned.

Geometric imperfections↗

Implementing Geometric Surface Imperfections into Sandwich Composite Cylinder Finite Element Method Models

The buckling responses of certain cylindrical shell structures are extremely sensitive to geometric imperfections. The NASA Engineering and Safety Center (NESC) Shell Buckling Knockdown Factor Project (SBKF) is conducting research to develop analysis-based buckling design recommendations. Experiments are used to verify the analysis-based factors, but the sensitivity of the test articles to geometric imperfections requires implementing as-manufactured imperfections into high-fidelity finite element method (FEM) models. Geometry measurement methods such as structured light scanning are used for all geometric surface data used in this work. Common preprocessing and visualization steps used in SBKF are discussed, and steps of how surface scans are prepared for implementation into a finite element model is described. The Python Tool for Implementing Geometric Imperfections in Reduced Structures (Py_TIGIRS), written specifically for the use with SBKF, is briefly described and uses eight functions to extract, modify, and write geometric imperfections into Abaqus input files. Results of the preprocessing methods and results from Py_TIGIRS are provided and compared for Composite Test Articles (CTA) 8.2, 8.2B, and 8.3. Excellent agreement between the visualized scan data and the FEM-extracted geometry is demonstrated. A brief example of why geometric surface imperfections are significant in nonlinear numerical analyses for thin cylinders in axial compression is provided as motivation to use tools such as Py_TIGIRS. Future developments of Py_TIGIRS including expansion to structures of arbitrary geometry is planned.

Geometric imperfections↗

Nancy Grace Roman Space Telescope Observatory Implementation and Challenges

NASA’s Nancy Grace Roman Space Telescope (Roman), previously referred to as Wide Field Infrared Survey Telescope (WFIRST), was named after Dr. Nancy Grace Roman, an astronomer and NASA pioneer of modern space-based astronomy who is known as the “mother of the Hubble Space Telescope”. Roman is a deep space infrared observatory with a Hubble-sized telescope and wide field of view instrument (greater than 100 times that of Hubble’s) that will conduct a high latitude time-domain survey, a high latitude imaging and spectroscopic survey, and a galactic bulge time-domain survey to characterize dark energy and expand the census of exoplanets in our galaxy while allowing a broad range of astrophysics research. Roman will also demonstrate exoplanet coronagraphy with active wave front control technology and provide general investigator programs for the science community. Roman is finishing the critical design phase and is planning for launch in 2026. It will operate in a quasi-halo orbit about Sun-Earth L2, 1.5 million kilometers from Earth, for a five-year primary mission life. The Observatory features an Optical Telescope Assembly with an existing, repurposed 2.4m primary mirror, a Wide Field Instrument with a focal plane array comprised of 18 HgCdTe near-infrared detectors and a grism, prism and filter elements for imaging and spectroscopy in support of the primary surveys, as well as a Coronagraph instrument technology demonstration with starlight suppression technology for direct imaging and spectroscopy of exoplanets. The telescope is mounted to the Instrument Carrier composite truss structure which also optically meters each instrument, includes a Launch Load and Vibration Isolation System to provide passive isolation of spacecraft jitter sources while also supporting the payload during launch and is attached to the Spacecraft Bus. The Spacecraft also includes a Solar Array Sunshield ,Deployable Aperture Cover, Lower Instrument Sunshade, High Gain Antenna System, and Outer Barrel Assembly. Figure 1 shows an overview of the Roman Observatory. When fully integrated, Roman will be the largest Observatory assembled and tested at NASA’s Goddard Space Flight Center. Figure 1. Roman Observatory Overview Development of scientific satellites is challenging by nature, as the pursuit to broaden scientific knowledge always pushes the boundary of what has come before. The implementation of the Roman mission is a prime example and expected challenges have been augmented by the foundational decision to use the existing telescope components, developed in the early 2000s by another Government agency for a different application. Other unique aspects of the Roman mission, such as its survey nature, the vast amount of data required to meet science objectives, and packaging of the Observatory elements around the existing telescope components, create constrained design spaces that drive competing requirements across Observatory subsystems. Given these challenges, systems engineering has been a critical discipline in balancing implementation decisions for the Roman mission and will continue to play a key role going forward. This paper will discuss details of the Roman Observatory configuration, as well as some of the systems engineering challenges and the decision-making process used to mature the Roman Space Telescope preliminary design to implementation.

Lisa Ml Bartusek↗

Nancy Grace Roman Space Telescope Observatory Implementation and Challenges

NASA’s Nancy Grace Roman Space Telescope (Roman) is a deep space infrared observatory with a Hubble-sized telescope and wide field of regard with a boresight view greater than 200 times that of the Hubble Wide Field Camera 3infrared field of view, that will conduct a suite of science surveys to characterize dark energy and expand the census of exoplanets in our galaxy. Roman will also demonstrate exoplanet coronagraphy with active wavefront control technology and provide general investigator opportunities for the science community. Roman is finishing the critical design phase and is planning for launch in 2026. It will operate at the second Sun-Earth-Moon Lagrange for a five-year primary mission life. The Observatory features a telescope with an existing, repurposed 2.4m primary mirror, a Wide Field Instrument with a near-infrared detector focal plane array and optical elements for imaging and spectroscopy, as well as a Coronagraph instrument technology demonstration for direct imaging and spectroscopy of exoplanets. The telescope and instruments are mounted to an Instrument Carrier for optical metering and isolation from Spacecraft-induced disturbances. The Spacecraft includes a Bus, Solar Array Sunshield, Deployable Aperture Cover, Outer Barrel Assembly, and Star Tracker/Inertial Reference Unit Bench. When fully integrated, Roman will be the largest Observatory assembled and tested at NASA’s Goddard Space Flight Center. The development of scientific satellites is challenging and pushes engineering boundaries to broaden scientific knowledge. The Roman mission implementation is a prime example and expected challenges have been amplified by the foundational decision to use existing, repurposed telescope components. Other unique aspects of the Roman mission, including its survey nature, large data volume, and Observatory packaging, create constrained design spaces that drive competing requirements across Observatory subsystems. Given these challenges, systems engineering has been a critical discipline in balancing implementation decisions and will continue to play a key role in the development of the Roman mission. This paper will discuss details of the Roman Observatory configuration, systems engineering challenges and the decision-making process used to mature the Roman Space Telescope from preliminary design to implementation.

Lisa M L Bartusek↗

Implementation Approach for an Electrified Aircraft Concept Vehicle in a Research Flight Simulator

•To describe the development of a dynamic model of an electrified propulsion integrated aircraft concept vehicle appropriate for implementation in a research flight simulator. •To bring up questions related to flight decks for electrified propulsion integrated aircraft. →Ultimate implementation of the model should be based on the procedure outlined here and more fully described in the paper →The flight deck requirements for a 2040 entry-into-service type vehicle with electrified propulsion need to be defined and implemented to the extent possible within the existing cockpit

flight simulation↗

Adaptive-Sweep Algorithm for Spacecraft Carrier Acquisition and Tracking: System Analysis and Implementation

This paper presents an adaptive-sweep algorithm that can be used in conjunction with a Phased-Lock Loop to acquire and track the carrier of a Binary Phase-shift Keying signal with residual carrier. This algorithm is useful in proximity links where no Doppler pre-compensation is available at the transmitter, and allows the receiver to acquire the incoming carrier even if the experienced Doppler shift is several orders of magnitude larger than the PLL bandwidth. Other applications for this algorithm include Multiple Uplink per Antenna at the Deep Space Network, and generation of observables (Doppler shift, Doppler rate, range rate) for in-situ navigation purposes. This paper enhances a previously presented adaptive-sweep algorithm and its performance analysis in two fronts. First, the algorithm now uses the direction function to automatically estimate the required frequency jump to achieve PLL lock. This enables a fully adaptive-sweep scheme in which system implementer does not need to manually select thresholds. On the other hand, we study the system performance in the presence of Additive White Gaussian Noise and derive necessary conditions for the system to operate at low signal-to-noise conditions. This allows us to create design rules that specify all parameters of the algorithm given a set of system-level requirements. To test the performance of the proposed algorithm, we implement it in GNU Radio, an open-source Software-Defined Radio that interfaces with several commercial radio peripherals. We use this implementation to demonstrate carrier lock and quantify system performance under different noise conditions. We also test the algorithm using open-loop recordings of two downlinks between the Lunar Reconnaissance Orbiter and the Deep Space Network. We show that even after large frequency jumps (tens of kHz), the proposed system is able to rapidly reacquire the carrier and continue operation.

Divsalar, Dariush↗

A Partitioned - Task Parallel Implementation of the NASA Multiscale Analysis Tool for High Performance Computing

The NASA Multiscale Analysis Tool (NASMAT) is a platform for multiscale modeling of composites which can perform analysis of materials with any arbitrary number of length scales. The platform supports modularity, scalability, and interoperability using recursive procedures and data structures. A Macro solver driven parallelization scheme often limits the capability of NASMAT to scale as it has access to limited memory and number of cores (often one core/thread) and often forces to implement macro solver specific changes to the platform. In this work, a partitioned task-parallel approach is adopted, where the parallelization strategy adopted for NASMAT is independent of the macro solver and the computational resources are managed independently. The programming architecture takes into account the hierarchy of multiple scales (task-dependence) and the heterogeneous nature (dynamic load balancing) of computation through implementation of a hierarchy-informed task parallel model. The partitioned nature of the framework further extends the “plug and play” capability of NASMAT. preCICE, an open-source library for coupling multiphysics solver in a partitioned manner, is adopted to integrate NASMAT with an external macro solver by implementing a NASMAT adapter for preCICE. Speedup and scalability of the framework is studied for micromechanical models of varying size.

task-parallel↗

2021 Corrective Measures Implementation and Interim Measures Annual Status Report: Summary of Biosparge System Operation and Maintenance, and Interim Groundwater Monitoring Mobile Launch Platform Rehabilitation Sites / Vehicle Assembly Building Area (SWMU 056) Kennedy Space Center, Florida

This report presents a summary of the Corrective Measures Implementation (CMI) and Interim Measure (IM) implementation activities that occurred from January 2021 through December 2021 at the Mobile Launch Platform Rehabilitation Sites (MLP)/Vehicle Assembly Building (VAB) Area, Solid Waste Management Unit 056 (SWMU 056), located at the John F. Kennedy Space Center, Florida. The following summaries briefly describe areas within SWMU 056 identified by historical site investigation activities where groundwater monitoring and remedial actions have been implemented to date.

Randall K. Sillan↗

Land Use Control Implementation Plan

Land Use Control (LUC) Inspections Report 2021 for John F. Kennedy Space Center(KSC), Florida. This letter report documents the quarterly LUC inspections the KSC Remediation Group conducts at sites with approved LUC Implementation Plans (LUCIPs). Land Use Control Inspections Report 2022 for John F. Kennedy Space Center, FL. This Land Use Control Implementation Plan (LUCIP) has been prepared to inform current and potential future users of Wilson Corners of institutional controls that have been implemented at the site. Although there are no current unacceptable risks to human health or the environment associated with Wilson Corners, institutional land use controls (LUCs) are necessary to prohibit the use of groundwater. Controls will include periodic inspection, condition certification and agency notification.

Christopher D Adkison↗

Implementation and Assessment of Menter’s Galilean-Invariant γ Transition Model in OVERFLOW

With an increased emphasis on greener air transports and sustainable aviation, the modeling of laminar-to-turbulent boundary layer transition is anticipated to have an added significance, particularly in the applications related to laminar flow technology. However, unmanned aerial vehicles, crewed reentry vehicles, and ground-to-flight extrapolation all benefit from transition models. Because no single transition model is ideal for the complete spectrum of applications, it is useful to incorporate a variety of models in general-purpose CFD solvers, such as the NASA OVERFLOW Overset CFD code. While the Langtry-Menter 𝛄 − 𝑹𝒆 𝛉𝒕 model, currently available in OVERFLOW, has been widely used for CFD predictions of flows with laminar, transitional, and turbulent boundary layers, it does not possess the Galilean invariance property, a desirable attribute for rotorcraft applications. To help overcome that limitation, we have recently implemented Menter's baseline version of the SST-based γ transition model, along with a Galilean invariant stationary crossflow extension within OVERFLOW (version 2.3e). An initial assessment of the newly implemented model has been carried out using 2D benchmark cases including flat plates and the NLF-0416 airfoil, addressing several transition scenarios ranging from bypass transition due to freestream turbulence, natural transition via Tollmien-Schlichting instabilities, and transition due to a laminar separation bubble. The crossflow extension has been applied to the infinite swept NLF(2)-0415 wing and the 6:1 prolate spheroid. Wherever possible, the results were obtained on a sequence of meshes to ascertain the grid convergence behavior, which has been evaluated through global metrics such as force coefficients as well as local values of the skin-friction coefficient at selected points near and within the transition region. Overall, the model appears to be correctly implemented and the results show promise for further development using the framework of the γ transition model.

CFD modeling↗