Search NASA⌕ Search

SEARCH · Search NASA

Results for “Variable Importance”

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 55 records · Page 3

A Machine Learning Approach to Improve Air Traffic Management Initiatives

Collaborating closely with commercial air carriers and related organizations, the Federal Aviation Administration(FAA) regulates air traffic and ensures the safety and efficiency of air operations. Air traffic controllers make strategic decisions, such as delaying, rerouting, or canceling flights, partly based on guidance provided by the FAA’s Air TrafficControl System Command Center (ATCSCC). The guidance includes, among other things, control measures known asTraffic Management Initiatives (TMIs) designed to enhance safety and improve operational efficiency. TMIs play a crucial role in managing the demand and capacity within the U.S. National Airspace System (NAS). Two major TMIs that are routinely used (primarily to mitigate the adverse effects of bad weather) are Ground Delay Programs (GDPs) andGround Stops (GSs). In a GDP, flights destined for airports facing thunderstorm activity experience delays at their origin airports. This proactive approach minimizes the risk of routing aircraft through hazardous weather conditions and also replaces (fuel burning) airborne delays with ground delays. In a GS, a temporary restriction is imposed on the departure or arrival of aircraft at a specific airport or within a designated airspace. Although other TMIs (e.g., miles-in-trail) are also implemented as part of (air) traffic flow management in the NAS, the focus of this work is on GDPs and GSs. Since TMIs, by design, lead to flight delays or cancellations, it is crucial to put in place the right set of parameters(e.g., scope and duration of the GDP). For example, when the end time of a GDP extends beyond what is necessary, it imposes unnecessary delays on departing flights. This situation could occur as a result of inaccurate prediction of the(required) duration of the GDP based on the weather forecast. On the other hand, if a GDP ends prematurely before the underlying capacity constraints are resolved at the destination airport, it may result in airborne holding. The delicate balance lies in matching the termination of the GDP precisely with the resolution of capacity constraints, avoiding both the imposition of unnecessary ground delays and the need for airborne holding due to premature program termination.Failing to specify the right parameters for TMIs also leads to flight delays, creating a significant obstacle in managing the increasing traffic volumes causing increased work load for the controllers. To address this issue, we propose the integration of Machine Learning (ML) models in the traffic flow management(TFM) pipeline. In current operations, decisions are made by human experts based on extensive training, historical patterns, available traffic and weather data. Since we have an abundance of data from past events that tell us the likely impact of various TMIs, by ingesting historical data, properly trained ML models can offer valuable insights and aid human decision-making. With the FAA increasingly exploring advanced analytics, ML emerges as a focal point for enhancing TFM within the National Airspace System (NAS). As a first step, this study aims to provide traffic controllers with decision-making support for the issuance and adjustment of TMIs. Data analytics and machine learning have been previously employed to address some of the challenges associated with TMIs. Numerous studies have concentrated on various facets of TMI issuance, exploring factors influencing TMI parameters, including arrival rate, airport capacity, and delay prediction. For example, using weather forecasts, several statistical methods were used to produce probabilistic capacity profiles which in conjunction with deterministic models provided insights into the GDP planning process [1–4]. The downside of using deterministic models is that they rely on fixed inputs and predetermined rules, which lack the ability to account for the inherent uncertainty and variability present in real-world scenarios. In a separate series of studies, researchers aimed to predict the occurrences of GDPs and GSs. The majority of these studies utilized various supervised learning methods, including Decision Trees, Naive Bayes, Support VectorMachines, and Random Forests to analyze the influence of weather conditions and arrival demand on TMI incidents[5–8]. However, these studies primarily focused on predicting the incidence of TMIs without explicitly addressing the scope of TMIs, including their duration and their geographical coverage. Furthermore, the emphasis of these studies was largely on GDPs, given their higher frequency and longer duration when compared to GSs. A limited number of studies focused on predicting the parameters of TMIs, specifically addressing their duration and extent. In one such study focusing on optimizing the TMI parameters at San Francisco International Airport (SFO),the authors utilized a probabilistic forecast of fog [9]. They simulated various capacity scenarios based on the (fog)burn-off forecasts, selecting GDP parameters that minimized airborne and overall ground delays. However, this approach exclusively emphasizes stratus (fog) burn-off as the primary determinant of GDP and GS, neglecting other influential factors like severe weather events, runway closures, lower capacity than traffic demand, and other important variables. Given the complexity of predicting the TMI and determining its scope, we seek a more holistic approach. We aim to consider all significant factors that could impact TMIs and their parameters. What sets this research apart is the fusion of all data sources relevant to the issuance and adjustment of TMIs and it represents the first comprehensive attempt to optimize TMIs in this manner. Since this comprehensive solution involves various aspects, we break down the problem into smaller components and input all parameters into a unified model called the “TMI Adjuster”. Figure 1 shows the overall framework and the list of datasets used in each model. The objective of the TMI Adjuster module is to deliver reliable, consistent and expedited recommendations for the progression, adjustment, and termination of TMIs. The ML solution entails developing a pipeline capable of predicting the necessity of a TMI (e.g., GS or GDP) along with its various parameters. For example, in the case of a GS, this includes the scope of the GS either in terms of distance from the destination airport or based on pre-defined airspace sectors. Here, scope refers to those regions and departing airports that are subject to the GS. In this paper, we concentrate on the issuance of GSs in the three major airports in the New York area — LaGuardia(LGA), John F. Kennedy International (JFK), and Newark Liberty International (EWR). We fuse traffic, weather and other relevant aviation data from years 2017 to 2019 to train and validate the ML models. In particular, we use the following datasets: •Terminal Aerodrome Forecast (TAF): meteorological forecasts specific to each airport, issued four times a day, covering predefined time periods. •TMI data: includes all GSs and GDPs along with their respective parameters. •Aviation System Performance Metrics (ASPM): includes traffic related data such as aircraft delays, arrival, and departure rates. •Notices to Airmen (NOTAMs): utilized to extract runway closure data and manage interdependencies between terminals in close proximity. •Flight cancellation data •Airspace Flow Programs (AFP): includes information on flight airborne holdings caused by TMIs. The data preprocessing entails transforming ASPM, TMI, AFP, NOTAMs, and weather data into an hourly format and consolidating all datasets by merging them based on date and time as the primary key. The TMI Adjuster framework comprises two parallel models: one dedicated to GS and a second model focused on GDP. As previously mentioned, our specific focus is on the GS model as a multi-classification problem. In this framework, each data point of the GS model input summarizes ten hours of data. Specifically, the data loader for the GS model generates the input and output of the model as follows: at a given time step, the input includes the actual traffic, weather, and TMI data from the two-hour window before the time step, alongside the weather forecast and scheduled traffic for the next 8 hours starting from the time step. Based on this information, the output of the GS model for each time interval consists of three dimensions. The first dimension represents a binary decision on whether there should be a GS in place for the next hour or not. The second dimension is related to the scope of the GS in the United States, and the third dimension is related to the scope of the GS in Canada (i.e., to determine if the GS impacts airports in Canada).One of the challenges with TMI modeling is the sparsity of TMI events, particularly regarding its scope. To address this challenge in the scope of the GS model output, we implement grouping. The GS scope for the US region is defined based on a list of centers that should be included when the GS is in place. With 20 centers in the US, we utilized historical data to group them into 4 categories. In particular, we summarized our historical data in a graph format where nodes represent centers, and link weights are defined based on the co-occurrence of centers in the scope parameter ofTMIs. By identified strongly connected components in this graph, we were able to partition the centers into four groups. We consider two model structures for the GS Model. Firstly, a hierarchical classification model [10], where the human decision-making for a GS is of hierarchical nature. The decision-maker first decides whether there is a need fora GS, and if the answer is yes, determines the scope. A hierarchical classification model organizes the problem into a class hierarchy, typically a tree or a Directed Acyclic Graph (DAG) structure, and considers the dependency of the decision in the previous step to the next component [10]. Here, we employ the local classifier per level approach, which involves training one multi-class classifier for each level of the class hierarchy. The second structure is the independent structure. In this setting, as the name suggests, we do not consider the dependency of the decisions in the different dimensions of the output of the model. Instead, for each dimension, we train a multi-class classifier independently. Table 1 summarizes GS model statistics for training, validation and testing. The table documents the effect of limiting data to the time steps when there was actually a TMI in place or when a TMI had just terminated. This resulted in a more balanced distribution of the GS class(GS positive class)versus “No GS”(GS negative class), which might help the training process. While JFK and LGA follow very similar distributions, with 40% and 42% GS positive class respectively, EWR has proportionally fewer GS incidents at 28%. Our subsequent phase involves evaluating the performance of both hierarchical structure and independent structure using different state-of-the-art multi-class classifier models such as Random Forest, Decision Trees, K-nearest Neighbors, and Logistic Regression and forecast the duration and scope of the GSs.

Farzan Masrour Shalmani↗

On the Lower Limit of Chondrule Cooling Rates: The Significance of Iron Loss in Dynamic Crystallization Experiments

It is unlikely that the presence of chondrules, and thus their formation, within the protoplanetary nebula would be predicted if it were not for their ubiquitous presence in most chondritic meteorites. The study of these enigmatic, igneous objects has a direct influence on how meteoritic and solar system researchers model the processes operating and the materials present within our protoplanetary nebula. Key to understanding chondrule formation is a determination of constraints on their thermal histories. The three important variables in this history are their peak melting temperatures, the duration of their melting at peak temperatures, and the rate at which these object cool. Although these three variables are interdependent, it is cooling rate that provides the most powerful constraint. Cooling rate has a direct affect on the development of both crystal morphology and the elemental distributions within these grains. To date, experiments have indicated that chondrule cooling rates are in the range of 10's to 100's of degrees per hour for porphyritic chondrules (the most abundant type). The cooling rate for radial and barred chondrules is thought to be more rapid. To generate these cooling rates (rapid relative to the cooling of the nebula as a whole, but slow compared to simple black body radiation) the environment of chondrule formation must have been localized, and the abundance of solid materials must have been greatly enhanced above a gas of solar composition. Thus accurate determinations of chondrule cooling rates is critical in understanding both their formation and the nebular environment in which they formed. In a quest to more accurately determine the lower limit on cooling rates and to determine in more detail the effects of Fe loss from a molten sample to Pt wire loops, Weinbruch et al. have explored this issue experimentally and reevaluated the findings of Radomsky and Hewins in light of their new results. The basic conclusions of their paper are an important contribution to our understanding of how experimental techniques can affect established constraints on chondrule formation and are thus of interest to a wide audience. We do believe, however, that their methodology produces results that provide inappropriate impressions of the applicability of their study to chondrule formation and nebular processes. Furthermore, the extensive body of previous experimental work on chondrule bulk compositions cannot be invalidated, as they suggest, by the results of Weinbruch et al. It is for these reasons that within this comment we address to applicability of the results presented by Weinbruch et al. to previous studies, and illustrate how the experimental conditions chosen for their series of experiments introduced a significant bias in their results.

Paque, Julie M.↗

Stress-corrosion cracking in metals

Criteria and recommended practices for preventing stress-corrosion cracking from impairing the structural integrity and flightworthiness of space vehicles are presented. The important variables affecting stress-corrosion cracking are considered to be the environment, including time and temperature; metal composition, and structure; and sustained tensile stress. For designing spacecraft structures that are free of stress-corrosion cracking for the service life of the vehicle the following rules apply: (1) identification and control of the environments to which the structure will be exposed during construction, storage, transportation, and use; (2) selection of alloy compositions and tempers which are resistant to stress-corrosion cracking in the identified environment; (3) control of fabrication and other processes which may introduce residual tensile stresses or damage the material; (4) limitation of the combined residual and applied tensile stresses to below the threshold stress level for the onset of cracking throughout the service life of the vehicle; and (5) establishment of a thorough inspection program.

Source record↗

Parameters influencing dynamic stability characteristics of Viking-type entry configurations at Mach 1.76.

Free-oscillation tests of three Viking-type blunt conical configurations were conducted in a wind tunnel to determine the important variables influencing their dynamic stability characteristics at Mach 1.76. The effects of sting geometry are shown to be significant at low angles of attack, while the effects of cross plane motions and tunnel vibration characteristics appear to be negligible. Variation of the reduced-frequency parameter and model base geometry caused significant effects in the data. An approximate technique was developed for converting effective data from either forced-oscillation or free-oscillation tests to values based on the instantaneous angle of attack.

Whitlock, C. H.↗

The Policy Formation Process: A Conceptual Framework for Analysis

A conceptual framework for analysis which is intended to assist both the policy analyst and the policy researcher in their empirical investigations into policy phenomena is developed. It is meant to facilitate understanding of the policy formation process by focusing attention on the basic forces shaping the main features of policy formation as a dynamic social-political-organizational process. The primary contribution of the framework lies in its capability to suggest useful ways of looking at policy formation reality. It provides the analyst and the researcher with a group of indicators which suggest where to look and what to look for when attempting to analyze and understand the mix of forces which energize, maintain, and direct the operation of strategic level policy systems. The framework also highlights interconnections, linkage, and relational patterns between and among important variables. The framework offers an integrated set of conceptual tools which facilitate understanding of and research on the complex and dynamic set of variables which interact in any major strategic level policy formation process.

Fuchs, E. F.↗

Parameters controlling nitric oxide emissions from gas turbine combustors

Nitric oxide forms in the primary zone of gas turbine combustors where the burnt gas composition is close to stoichiometric and gas temperatures are highest. It has been found that combustor air inlet conditions, mean primary zone fuel-air ratio, residence time, and the uniformity of the primary zone are the most important variables affecting nitric oxide emissions. Relatively simple model of the flow in a gas turbine combustor, coupled with a rate equation for nitric oxide formation via the Zeldovich mechanism are shown to correlate the variation in measured NOx emissions. Data from a number of different combustor concepts are analyzed and shown to be in reasonable agreement with predictions. The NOx formulation model is used to assess the extent to which an advanced combustor concept, the NASA swirl can, has produced a lean well-mixed primary zone generally believed to be the best low NOx emissions burner type.

Heywood, J. B.↗

Parameters controlling nitric oxide emissions from gas turbine combustors.

Nitric oxide forms in the primary zone of gas turbine combustors where the burst gas composition is close to stoichiometric and gas temperatures are highest. It has been found that combustor air inlet conditions, mean primary zone fuel-air ratio, residence time, and the uniformity of the primary zone are the most important variables affecting nitric oxide emissions. Relatively simple models of the flow in a gas turbine combustor, coupled with a rate equation for nitric oxide formation via the Zeldovich mechanism are shown to correlate the variation in measured NO sub x emissions. Data from a number of different combustor concepts are analyzed and shown to be in reasonable agreement with predictions. The NO sub x formation model is used to assess the extent to which an advanced combustor concept, the NASA swirl can, has produced a lean well-mixed primary zone generally believed to be the best low NO sub x emissions burner type.

Heywood, J. B.↗

Parameters controlling nitric oxide emissions from gas turbine combustors

Nitric oxide forms in the primary zone of gas turbine combustors where the burnt gas composition is close to stoichiometric and gas temperatures are highest. It was found that combustor air inlet conditions, mean primary zone fuel-air ratio, residence time, and the uniformity of the primary zone are the most important variables affecting nitric oxide emissions. Relatively simple models of the flow in a gas turbine combustor, coupled with a rate equation for nitric oxide formation via the Zeldovich mechanism are shown to correlate the variation in measured NOx emissions. Data from a number of different combustor concepts are analyzed and shown to be in reasonable agreement with predictions. The NOx formation model is used to assess the extent to which an advanced combustor concept, the NASA swirl can, has produced a lean well-mixed primary zone generally believed to be the best low NOx emissions burner type.

Heywood, J. B.↗

Airframe noise - The next aircraft noise barrier

Progress in quieting the commercial aviation fleet has been achieved by reducing the noise generated by jet engines. Recent tests have indicated that noise produced by airflow over aircraft surfaces (lifting surfaces, landing gear, flaps, and cavities) is only 8 to 10 EPNdB below certification requirements for current aircraft and will likely be a design consideration for aircraft of the future as engines become still quieter. This paper reviews the state of the art for understanding, predicting, and control of airframe noise. Levels and spectral content of the noise, correlation with important variables, and noise generation mechansims are discussed. The noise floors for future aircraft, the direction of research projects, and likely impact of this new technology on aircraft design are indicated.

Morgan, H. G.↗

Crack growth in ASME SA-105 grade 2 steel in hydrogen at ambient temperature

Cyclic-load crack growth measurements were performed on ASME SA-105 Grade 2 steel specimens exposed to 10,000- and 15,000-psi hydrogen and to 5000-psi helium, all at ambient temperatures. The cyclic-load crack growth rate was found to be faster in high-pressure hydrogen than in helium. Cyclic-load crack growth rates in this steel were not reduced by preloading in air to a stress intensity of 1.5 times the cyclic K sub max in hydrogen. There are indications that holding under load in hydrogen, and loading and unloading in helium retards hydrogen-accelerated cyclic-load crack growth. Cyclic frequency and R (ratio of K sub min/k sub max) were important variables determining crack growth rate. The crack growth rate increased as a logarithm of the cycle duration and decreased with increasing R.

Walter, R. J.↗

The Effects of Blowing Over Various Trailing-edge Flaps on an NACA 0006 Airfoil Section, Comparisons with Various Types of Flaps on other Airfoil Sections, and an Analysis of Flow and Power Relationships for Blowing Systems

The results are presented of a two-dimensional investigation conducted to determine the effect of blowing over various types of trailing-edge flaps on a wing having the NACA 0006 airfoil section and a drooped-nose flap. The position and profile of the trailing-edge flap, the nozzle height, and the location of the flap with respect to the nozzle were found to be important variables. Data from many investigations were used to make an evaluation of the effects of blowing on lift. An analysis was made of flow and power relationships for blowing systems.

Dods, J. B., Jr.↗

The development of a model for predicting passenger acceptance of short-haul air transportation systems

Meaningful criteria and methodology for assessing, particularly in the area of ride quality, the potential acceptability to the traveling public of present and future transportation systems were investigated. Ride quality was found to be one of the important variables affecting the decision of users of air transportation, and to be influenced by several environmental factors, especially motion, noise, pressure, temperature, and seating. Models were developed to quantify the relationship of subjective comfort to all of these parameters and then were exercised for a variety of situations. Passenger satisfaction was found to be strongly related to ride quality and was so modeled. A computer program was developed to assess the comfort and satisfaction levels of passengers on aircraft subjected to arbitrary flight profiles over arbitrary terrain. A model was deduced of the manner in which passengers integrate isolated segments of a flight to obtain an overall trip comfort rating. A method was established for assessing the influence of other links (e.g., access, terminal conditions) in the overall passenger trip.

Kuhlthau, A. R.↗

Needs of the transportation community: Present and near future

The impact on the passenger of all aspects of the carrier vehicle physical environment that affect his acceptance of the ride was studied. While motion and vibration are recognized as prime factors affecting subjective reactions, ride quality includes other factors as well (e.g., noise, roominess, etc.) which also can be important. Variables (both subjective and objective) involved and of the interacting effects between variables are identified.

Source record↗

Evaluation of the annoyance due to helicopter rotor noise

A program was conducted in which 25 test subjects adjusted the levels of various helicopter rotor spectra until the combination of the harmonic noise and a broadband background noise was judged equally annoying as a higher level of the same broadband noise spectrum. The subjective measure of added harmonic noise was equated to the difference in the two levels of broadband noise. The test participants also made subjective evaluations of the rotor noise signatures which they created. The test stimuli consisted of three degrees of rotor impulsiveness, each presented at four blade passage rates. Each of these 12 harmonic sounds was combined with three broadband spectra and was adjusted to match the annoyance of three different sound pressure levels of broadband noise. Analysis of variance indicated that the important variables were level and impulsiveness. Regression analyses indicated that inclusion of crest factor improved correlation between the subjective measures and various objective or physical measures.

Sternfeld, H., Jr.↗

Analysis of turbulent free-jet hydrogen-air diffusion flames with finite chemical reaction rates

A numerical analysis is presented of the nonequilibrium flow field resulting from the turbulent mixing and combustion of an axisymmetric hydrogen jet in a supersonic parallel ambient air stream. The effective turbulent transport properties are determined by means of a two-equation model of turbulence. The finite-rate chemistry model considers eight elementary reactions among six chemical species: H, O, H2O, OH, O2 and H2. The governing set of nonlinear partial differential equations was solved by using an implicit finite-difference procedure. Radial distributions were obtained at two downstream locations for some important variables affecting the flow development, such as the turbulent kinetic energy and its dissipation rate. The results show that these variables attain their peak values on the axis of symmetry. The computed distribution of velocity, temperature, and mass fractions of the chemical species gives a complete description of the flow field. The numerical predictions were compared with two sets of experimental data. Good qualitative agreement was obtained.

Sislian, J. P.↗

Plant cover, soil temperature, freeze, water stress, and evapotranspiration conditions

Emissive and reflective data for 10 days, and IR data for 6 nights in south Texas scenes were analyzed after procedures were developed for removing cloud-affected data. HCMM radiometric temperatures were: within 2 C of dewpoint temperatures on nights when air temperature approached dewpoint temperatures; significantly correlated with variables important in evapotranspiration; and, related to freeze severity and planting depth soil temperatures. Vegetation greenness indexes calculated from visible and reflective IR bands of NOAA-6 to -9 meteorological satellites will be useful in the AgRISTARS program for seasonal crop development, crop condition, and drought applications.

Wiegand, C. L.↗

Laboratory verification of the lunar orbital X-ray fluorescence experiment - Initial results

The combined use of remote sensing and returned sample chemical data in lunar studies presumes a direct link between the two types of data. Laboratory experiments have demonstrated that within the precision of the lunar orbital X-ray fluorescence data there is a direct relationship between the fluorescence K-series X-radiation emitted from Mg, Al and Si in the surfaces of lunar soil samples and the concentrations of these elements in the bulk soil samples. This relationship encompasses both mare and terra soils. The degree of maturity is not an important variable for the existing orbital X-ray data. It is argued that these results are directly applicable to the lunar surface analyzed by the Apollo orbital X-ray fluorescence experiment.

Hubbard, N.↗

The two-dimensional diagnostic model for tropospheric OH - An uncertainty analysis

Tropospheric OH is believed to play a major role in atmospheric photochemistry, and, via its chemical interactions OH ultimately may affect the climate, stratospheric ozone levels, and the pH of rain. A valuable tool for predicting the global OH abundance as a function of latitude and altitude is the two-dimensional diagnostic model for tropospheric OH. This model can also be applied to budget studies of species which interact with OH, such as CH4, CO, and O3. In addition to laboratory-obtained kinetic data, important variables include the rate constants for several reactions, the rate of heterogeneous removal of soluble species, and the global abundance and spatial variability in H2O, O3, CO, and NOx. The uncertainties in these parameters imply over a factor of 3 variability in the calculated global OH concentration as well as significant uncertainties in the latitudinal and vertical OH distribution.

Chameides, W. L.↗