Search NASA⌕ Search

SEARCH · Search NASA

Results for “concept evaluation”

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 109 records · Page 6

Laminar flow control overview

Application of laminar flow control technology to future CTOL long range transport aircraft was considered. Topics covered include: (1) airfoil development and test; (2) development and improvement of design methods; (3) evaluation of leading edge contamination; and (4) laminar flow control system definition and concept evaluation.

Muraca, R. J.↗

Wake Turbulence Mitigation for Arrivals (WTMA)

The preliminary Wake Turbulence Mitigation for Arrivals (WTMA) concept of operations is described in this paper. The WTMA concept provides further detail to work initiated by the Wake Vortex Avoidance System Concept Evaluation Team and is an evolution of the Wake Turbulence Mitigation for Departure concept. Anticipated benefits about reducing wake turbulence separation standards in crosswind conditions, and candidate WTMA system considerations are discussed.

Williams, Daniel M.↗

Evolution of a Simulation Testbed into an Operational Tool

This paper describes the evolution over a 20-year period of the Future ATM (Air Traffic Management) Concepts Evaluation Tool (FACET) from a National Airspace System (NAS) based simulation testbed into an operational tool. FACET was developed as a testbed for assessing futuristic ATM concepts, e.g., automated conflict detection and resolution. NAS Constraint Evaluation and Notification Tool (NASCENT) is an application, within FACET, for alerting airspace users of inefficiencies in flight operations and advising time- and fuel-saving reroutes.It is currently in use at American Airlines Integrated Operations Center in Fort Worth, TX. The concepts assessed,research conducted, and the operational capability developed, along with the NASA support and achievements are presented in this paper.

Sheth, Kapil↗

Advanced engine study for mixed-mode orbit-transfer vehicles

Engine design, performance, weight and envelope data were established for three mixed-mode orbit-transfer vehicle engine candidates. Engine concepts evaluated are the tripropellant, dual-expander and plug cluster. Oxygen, RP-1 and hydrogen are the propellants considered for use in these engines. Theoretical performance and propellant properties were established for bipropellant and tripropellant mixes of these propellants. RP-1, hydrogen and oxygen were evaluated as coolants and the maximum attainable chamber pressures were determined for each engine concept within the constraints of the propellant properties and the low cycle thermal fatigue (300 cycles) requirement. The baseline engine design and component operating characteristics are determined at a thrust level of 88,964N (20,000 lbs) and a thrust split of 0.5. The parametric data is generated over ranges of thrust and thrust split of 66.7 to 400kN (15 to 90 klb) and 0.4 to 0.8, respectively.

Mellish, J. A.↗

High Resolution Visualization Applied to Future Heavy Airlift Concept Development and Evaluation

This paper explores the use of high resolution 3D visualization tools for exploring the feasibility and advantages of future military cargo airlift concepts and evaluating compatibility with existing and future payload requirements. Realistic 3D graphic representations of future airlifters are immersed in rich, supporting environments to demonstrate concepts of operations to key personnel for evaluation, feedback, and development of critical joint support. Accurate concept visualizations are reviewed by commanders, platform developers, loadmasters, soldiers, scientists, engineers, and key principal decision makers at various stages of development. The insight gained through the review of these physically and operationally realistic visualizations is essential to refining design concepts to meet competing requirements in a fiscally conservative defense finance environment. In addition, highly accurate 3D geometric models of existing and evolving large military vehicles are loaded into existing and proposed aircraft cargo bays. In this virtual aircraft test-loading environment, materiel developers, engineers, managers, and soldiers can realistically evaluate the compatibility of current and next-generation airlifters with proposed cargo.

FordCook, A. B.↗

Developing Concepts of Operations Using Multi-Step Tool Techniques With Large Language Models

The National Aeronautics and Space Administration (NASA) Air Mobility Pathfinders (AMP) project is developing and evaluating concepts of operations (ConOps) for safe, secure, and scalable Urban Air Mobility (UAM) operations. The AMP project’s Operational Concepts, Architecture, and Requirements Integration (OCARI) Team is using a Model Based System Engineering (MBSE) approach for integration, interoperability, and traceability of Advanced Air Mobility (AAM) ecosystems centered around urban air taxi services. The team’s goal is to define structures and behaviors needed for system feasibility, readiness, and interoperability, establish a UAM knowledge base, and trace and validate assumptions and requirements relevant to AAM. NASA Langley Research Center (LaRC) is spearheading an innovative digital engineering approach to integrate, communicate, and facilitate the research of multi-modal transportation systems. The Knowledge-based Digital Platform (KbDP) is a concept being developed that ties the workflows of Project Managers (PM), Principal Investigators (PI), and System Engineers together across organizational boundaries. It does so through the management of an information database defined by mathematical, data science, and system engineering principles. Machine Learning (ML) algorithms play a key role in this concept by extracting meaningful knowledge from relational and graph databases, document repositories, and system artifacts, which the human user leverages to greatly improve the efficiency and effectiveness of their research. Recent advancements in the field of Large Language Models (LLMs), specifically models trained for tool use, such as Command-R , now allow for the reliable implementation of single-step and multi-step tool-centric systems. These techniques provide the LLM with a set of tools, in our case Python functions, that can be called on to answer a much wider range of questions compared to LLMs implemented using a traditional single-source or Retrieval Augmented Generation (RAG) approach. Through this method, the LLM can pull information from multiple data sources, such as relational or graph databases, document repositories, application programming interfaces (APIs), and SysML artifacts depending on the user’s question. The LLM can also output the information in a variety of different formats, using output generation tools, such as CSV, UML, or SysML artifacts. Additionally, tools can be assigned roles and can work together to provide answers to queries in an “agent” like approach, similar to that implemented by Microsoft’s AutoGen framework where different agents can converse with each other to accomplish tasks. Previously, our team developed a chatbot system with “agent like” functionality in the form of different “modes” the user could select from a user interface (UI), this architecture can be seen on the left in figure 1. Three different modes were implemented, the first mode allowed the LLM to utilize the structures and algorithms within a graph database to trace UAM requirements. The second mode gave the LLM access to a vector search capable of providing relevant information from thousands of document pages related to UAM ConOps and requirements. The third mode served as a general assistant where users could enter open-ended questions and custom prompts to utilize the LLM for different use-cases. This system improved the process surrounding generating and analyzing information related to UAM requirements, however, the implementation provided a clunky user experience. Users were required to know what mode to select within the UI in advance before entering their question to the selected tool. Moreover, the different tools were isolated from each other, they lacked bidirectional links that would allow for tools to collaborate to generate better responses. Our team is working on a new architecture, seen on the right in the below figure, with the goal to address many of the UX shortcomings of our original system while improving the accuracy and depth of responses from the LLM. This new system will automatically select the appropriate tool to use based off the user’s question. Each tool will be capable of calling on any of the other tools available to the LLM, resulting in a collaborative pipeline where tools can pass data between other tools until enough data is received to generate an answer to the user’s question. Using a locally deployed, open-source, LLM, the NASA OCARI team, in collaboration with Collins Aerospace, will implement a prototype application that will bridge knowledge across multiple sources to assist System Engineers (SEs) with requirements discovery and tracing, research question and use case identification, and assumption validation. Such a system will also allow SEs to more easily, and intuitively, explore the AAM ecosystem, ultimately improving the efficiency and effectiveness of the SE's research and decision-making processes surrounding ConOps development and validation. In this session, our team will provide a video demonstration of our new prototype architecture in action. We will also present an overview of our prototype system architecture and talk about its advantages over traditional LLM deployments along with how those advantages can provide additional value to the field of System Engineering.

systems engineering↗

Energy-Absorbing Airframes for General Aviation

Concept for protecting people in lightweight airplane crashes involves redesigning area between interior floor and outer skin of airplane belly to create subfloor strong enough to bear stresses of flight but crush under force of impact. Several concepts evaluated and five selected and designed as lower fuselage sections tested in NASA's crash-testing program. Notched corner concept, Corrugated Beam concept, Foam-Filled Cylinder concept, Corrugated Half Shell concept, and Canted Bulkhead concept. Experimental and analytical results indicate all five concepts perform well; upper floor remains structurally intact whereas crush zone collapses under essentially constant load.

Carden, H. D.↗

Fast-time Simulation of an Automated Conflict Detection and Resolution Concept

This paper investigates the effect on the National Airspace System of reducing air traffc controller workload by automating conflict detection and resolution. The Airspace Concept Evaluation System is used to perform simulations of the Cleveland Center with conventional and with automated conflict detection and resolution concepts. Results show that the automated conflict detection and resolution concept significantly decreases growth of delay as traffic demand is increased in en-route airspace.

Windhorst, Robert↗

Extravehicular Activity Operations Concepts Under Communication Latency and Bandwidth Constraints

The Biologic Analog Science Associated with Lava Terrains (BASALT) project is a multi-year program dedicated to iteratively develop, implement, and evaluate concepts of operations (ConOps) and supporting capabilities intended to enable and enhance human scientific exploration of Mars. This pa-per describes the planning, execution, and initial results from the first field deployment, referred to as BASALT-1, which consisted of a series of 10 simulated extravehicular activities (EVAs) on volcanic flows in Idaho's Craters of the Moon (COTM) National Monument. The ConOps and capabilities deployed and tested during BASALT-1 were based on previous NASA trade studies and analog testing. Our primary research question was whether those ConOps and capabilities work acceptably when performing real (non-simulated) biological and geological scientific exploration under 4 different Mars-to-Earth communication conditions: 5 and 15 min one-way light time (OWLT) communication latencies and low (0.512 Mb/s uplink, 1.54 Mb/s downlink) and high (5.0 Mb/s uplink, 10.0 Mb/s downlink) bandwidth conditions representing the lower and higher limits of technical communication capabilities currently proposed for future human exploration missions. The synthesized results of BASALT-1 with respect to the ConOps and capabilities assessment were derived from a variety of sources, including EVA task timing data, network analytic data, and subjective ratings and comments regarding the scientific and operational acceptability of the ConOp and the extent to which specific capabilities were enabling and enhancing, and are presented here. BASALT-1 established preliminary findings that baseline ConOp, software systems, and communication protocols were scientifically and operationally acceptable with minor improvements desired by the "Mars" extravehicular (EV) and intravehicular (IV) crewmembers, but unacceptable with improvements required by the "Earth" Mission Support Center. These data will provide a basis for guiding and prioritizing capability development for future BASALT deployments and, ultimately, future human exploration missions.

Beaton, Kara H.↗

Conceptual Exploration of Aircraft Configurations for the SUSAN Electrofan

Summary of Work - Explored the aircraft configuration trade space for NASA’s Subsonic Single Aft Engine (SUSAN) Electrofan concept – a 180 passenger regional jet aircraft that features advanced electrified aircraft propulsion (EAP) and propulsion-airframe integration (PAI) technologies - Evaluated concepts through a low-order multidisciplinary design and analysis framework

Timothy Chau↗

Advanced Rotorcraft Transmission (ART) program status

This paper presents the current status of the ART program for the Future Attack Airvehicle. Consideration is given to the general configuration, the weights methodology, the reliability methodology, the noise evaluation, and materials analyses. It is shown that the methodologies developed for weights analysis and reliability will be useful in future design concept evaluations and that the noise prediction methodology under development can provide an indication of noise levels during the design process.

Bossler, Robert↗

Analysis of Different Cost Functions in the Geosect Airspace Partitioning Tool

A new cost function representing air traffic controller workload is implemented in the Geosect airspace partitioning tool. Geosect currently uses a combination of aircraft count and dwell time to select optimal airspace partitions that balance controller workload. This is referred to as the aircraft count/dwell time hybrid cost function. The new cost function is based on Simplified Dynamic Density, a measure of different aspects of air traffic controller workload. Three sectorizations are compared. These are the current sectorization, Geosect's sectorization based on the aircraft count/dwell time hybrid cost function, and Geosect s sectorization based on the Simplified Dynamic Density cost function. Each sectorization is evaluated for maximum and average workload along with workload balance using the Simplified Dynamic Density as the workload measure. In addition, the Airspace Concept Evaluation System, a nationwide air traffic simulator, is used to determine the capacity and delay incurred by each sectorization. The sectorization resulting from the Simplified Dynamic Density cost function had a lower maximum workload measure than the other sectorizations, and the sectorization based on the combination of aircraft count and dwell time did a better job of balancing workload and balancing capacity. However, the current sectorization had the lowest average workload, highest sector capacity, and the least system delay.

Wong, Gregory L.↗

Applications of thermal energy storage to process heat storage and recovery in the paper and pulp industry

Applications of Thermal Energy Storage (TES) in a paper and pulp mill power house were studied as one approach to the transfer of steam production from fossil fuel boilers to waste fuel of (hog fuel) boilers. Data from specific mills were analyzed, and various TES concepts evaluated for application in the process steam supply system. Constant pressure and variable pressure steam accumulators were found to be the most attractive storage concepts for this application.

Carr, J. H.↗

Advanced transportation system study: Manned launch vehicle concepts for two way transportation system payloads to LEO

The purpose of the Advanced Transportation System Study (ATSS) task area 1 study effort is to examine manned launch vehicle booster concepts and two-way cargo transfer and return vehicle concepts to determine which of the many proposed concepts best meets NASA's needs for two-way transportation to low earth orbit. The study identified specific configurations of the normally unmanned, expendable launch vehicles (such as the National Launch System family) necessary to fly manned payloads. These launch vehicle configurations were then analyzed to determine the integrated booster/spacecraft performance, operations, reliability, and cost characteristics for the payload delivery and return mission. Design impacts to the expendable launch vehicles which would be required to perform the manned payload delivery mission were also identified. These impacts included the implications of applying NASA's man-rating requirements, as well as any mission or payload unique impacts. The booster concepts evaluated included the National Launch System (NLS) family of expendable vehicles and several variations of the NLS reference configurations to deliver larger manned payload concepts (such as the crew logistics vehicle (CLV) proposed by NASA JSC). Advanced, clean sheet concepts such as an F-1A engine derived liquid rocket booster (LRB), the single stage to orbit rocket, and a NASP-derived aerospace plane were also included in the study effort. Existing expendable launch vehicles such as the Titan 4, Ariane 5, Energia, and Proton were also examined. Although several manned payload concepts were considered in the analyses, the reference manned payload was the NASA Langley Research Center's HL-20 version of the personnel launch system (PLS). A scaled up version of the PLS for combined crew/cargo delivery capability, the HL-42 configuration, was also included in the analyses of cargo transfer and return vehicle (CTRV) booster concepts. In addition to strictly manned payloads, two-way cargo transportation systems (CTRV's) were also examined. The study provided detailed design and analysis of the performance, reliability, and operations of these concepts. The study analyzed these concepts as unique systems and also analyzed several combined CTRV/booster configurations as integrated launch systems (such as for launch abort analyses). Included in the set of CTRV concepts analyzed were the medium CTRV, the integral CTRV (in both a pressurized and unpressurized configuration), the winged CTRV, and an attached cargo carrier for the PLS system known as the PLS caboose.

Duffy, James B.↗

Single-stage earth-orbital reusable vehicle space shuttle feasibility study. Volume 2: Aerodynamic model testing

This volume is one of a 6-volume final report of the Study of a Single-stage Earth-orbital Reusable Vehicle (SERV). The study was conducted by the Chrysler Corporation Space Division (CCSD) for the National Aeronautics and Space Administration, George C. Marshall Space Flight Center under Contract NAS8-26341. The purpose of the study was to evaluate the potential of SERV as the boost element of a candidate space transportation system. To establish the SERV potential, five key technical areas affecting concept feasibility were identified for examination: engine performance, aerodynamic characteristics, thermal protection, subsystem weights, and the landing method. The results of analyses are published in a final reporting consisting of the following six volumes: Volume 1 Summary Volume 2 Aerodynamic Model Testing Volume 3 Concept Evaluation Volume 4 Vehicle Definition Volume 5 Operations Definition Volume 6 Resources

C. E. Tharratt↗

Grid Architecture Mapping to Understand Transformation (GAMUT): Methods and Framework Architecture

Grid architecture (GA) is a concept that was developed to address the need for a comprehensive view of power grid challenges. GA can be viewed as a relatively consistent and fixed high-level approach; however, for any instantiation of grid structures, a combinatorial explosion results from each lower-layer expansion. This constitutes the main challenge with GA—it is a grid architect’s view of the system, which might not be very informative at the implementation level. Grid Architecture Mapping to Understand Transformation (GAMUT project) seeks to bridge that gap by integrating subject matter expertise across GA structures, providing users who lack expertise in GA approaches with valuable insights and informational materials. GAMUT seeks to answer feasibility questions for the approach. System-level expectations are that a GA baseline needs to be established in order for GA to be the common framework to which any lower layer approach is tied. This report explores a potential information ingestion and documentation framework to support GAMUT. The main concepts that enable the solution domain of GAMUT are discussed, and examples are provided. The solution domain leverages already-existing technology and concepts related to GA, knowledge management, and other relevant areas. To assess GAMUT building blocks and the overall approach, a feasibility assessment is proposed, rooted in systems engineering and GA architecture evaluation concepts.

24 POWER TRANSMISSION AND DISTRIBUTION↗

The impact of emissions standards on the design of aircraft gas turbine engine combustors

Effective emission control techniques have been identified and a wide spectrum of potential applications for these techniques to existing and advanced engines are being considered. Results from advanced combustor concept evaluations and from fundamental experiments are presented and discussed and comparisons are made with existing EPA emission standards and recommended levels for high altitude cruise. The impact that the advanced low emission concepts may impose on future aircraft engine combustor designs and related engine components is discussed.

Rudey, R. A.↗

The impact of emission standards on the design of aircraft gas turbine engine combustors

The advent of environmental standards for controlling aircraft gas turbine engine emissions has led to a reevaluation of combustor design techniques. Effective emission control techniques have been identified and a wide spectrum of potential applications for these techniques to existing and advanced engines are being considered. Results from advanced combustor concept evaluations and from fundamental experiments are presented and discussed and comparisons are made with existing EPA emission standards and recommended levels for high altitude cruise. The impact that the advanced low emission concepts may impose on future aircraft engine combustor designs and related engine components is discussed.

Rudey, R. A.↗