Search NASASearch

SEARCH · Search NASA

Results for “Nodes”

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

Analysis of the effects of mean local node-crossing time on the evolution of Sun-synchronous orbits

An investigation of the effect of mean local node-crossing time on the evolution of Sun-synchronous orbits was undertaken during Phase-A orbit analysis for the National Oceanic and Atmospheric Administration (NOAA) O,P,Q environmental spacecraft. That analysis added to the growing body of evidence that individual Sun-synchronous missions, at differing node-crossing times, experience nodal drift rates that can differ in both magnitude and direction. A Sun-synchronous orbit is obtained by means of a nodal drift rate approximating the 0.9856-degree-per-day apparent precession of the position of the mean Sun. This drift rate is achieved through the interaction of the orbital semimajor axis and inclination in Earth's geopotential field. Influencing perturbations include atmospheric drag and, most important, the effects of solar gravitation on inclination. The present analysis examines a series of Sun-synchronous orbits with mean local node-crossing times at 1-hour intervals from 6 a.m. to 6 p.m. It considers the fixed geometry of each orbital plane with respect to both the Sun and the diurnal atmospheric bulge, then analyzes the influence of these features upon the evolution of the semimajor axix and inclination and thus upon the rate of the nodal drift in the course of 1 year.

Jordan, P.

Space transfer vehicle accommodations at transportation nodes

This task identifies requirements for accommodation of space transfer vehicles (STVs) at orbital transportation nodes. Requirements are based on mission models which include high energy missions and human exploration initiatives. Study data includes results of trade studies evaluating STV accommodations concepts at Space Station nodes and at alternative free-flying nodes. Data and scars on the Phase One Space Station Freedom to allow growth to the accommodation concepts are identified.

Hueter, Uwe

A strategy to rotate the Mars Observer orbit node line to advance the mapping schedule

The Mars Observer (MO) spacecraft was successfully launched on September 25, 1992 and will arrive at Mars on August 24, 1993. At Mars, the spacecraft will study the planet's surface, atmosphere, and gravitational and magnetic fields. In order to achieve these scientific objectives, MO will be placed in a 2 PM (descending node) sun-synchronous orbit. Upon arrival at Mars, however, the longitude of the descending node will be approximately 15 deg greater than the desired value. The baseline plan requires a 59 day `waiting' period for the correct solar orientation to occur. During this period, 28 days are required for scientific experimentation but the remaining 30.6 days potentially could be eliminated. The strategy developed in this study examined the possibility of using any `excess' Delta-V available at Mars arrival to rotate the node line to the desired value and thus allow mapping to begin earlier. A preliminary analysis completed prior to launch is described that examined the entire launch period including the required Delta-V to perform the needed nodal rotation. A more detailed study performed after launch is also summarized.

Pernicka, Henry J.

Independent Analysis of the Space Station Node Modal Test Data

With complex structures, comparison of independently derived sets of experimental modal parameters is an excellent way to increase confidence in the results. This paper presents modal identification results using the Eigensystem Realization Algorithm (ERA) on frequency response functions from the modal test of the Space Station Resource Node. The Resource Node is the first U.S.-built structure for the International Space Station. The modal test was conducted by the NASA Marshall Space Flight Center (MSFC) in January 1997 for the Boeing Company, who designed and built the Node. The ERA-calculated parameters are compared with independent results obtained by the MSFC test team using commercial software. There was excellent correlation of mode shapes between the two sets of results for the first 21 vibration modes of the structure up to 35 Hz. From 35 to 50 Hz, about 60 percent of 25 additional modes had excellent correlation. Natural frequencies and damping factors of most modes agreed within 0.1 Hz and 0.2 percent, respectively.

Pappa, Richard S.

Cooperative Data Sharing: Simple Support for Clusters of SMP Nodes

Libraries like PVM and MPI send typed messages to allow for heterogeneous cluster computing. Lower-level libraries, such as GAM, provide more efficient access to communication by removing the need to copy messages between the interface and user space in some cases. still lower-level interfaces, such as UNET, get right down to the hardware level to provide maximum performance. However, these are all still interfaces for passing messages from one process to another, and have limited utility in a shared-memory environment, due primarily to the fact that message passing is just another term for copying. This drawback is made more pertinent by today's hybrid architectures (e.g. clusters of SMPs), where it is difficult to know beforehand whether two communicating processes will share memory. As a result, even portable language tools (like HPF compilers) must either map all interprocess communication, into message passing with the accompanying performance degradation in shared memory environments, or they must check each communication at run-time and implement the shared-memory case separately for efficiency. Cooperative Data Sharing (CDS) is a single user-level API which abstracts all communication between processes into the sharing and access coordination of memory regions, in a model which might be described as "distributed shared messages" or "large-grain distributed shared memory". As a result, the user programs to a simple latency-tolerant abstract communication specification which can be mapped efficiently to either a shared-memory or message-passing based run-time system, depending upon the available architecture. Unlike some distributed shared memory interfaces, the user still has complete control over the assignment of data to processors, the forwarding of data to its next likely destination, and the queuing of data until it is needed, so even the relatively high latency present in clusters can be accomodated. CDS does not require special use of an MMU, which can add overhead to some DSM systems, and does not require an SPMD programming model. unlike some message-passing interfaces, CDS allows the user to implement efficient demand-driven applications where processes must "fight" over data, and does not perform copying if processes share memory and do not attempt concurrent writes. CDS also supports heterogeneous computing, dynamic process creation, handlers, and a very simple thread-arbitration mechanism. Additional support for array subsections is currently being considered. The CDS1 API, which forms the kernel of CDS, is built primarily upon only 2 communication primitives, one process initiation primitive, and some data translation (and marshalling) routines, memory allocation routines, and priority control routines. The entire current collection of 28 routines provides enough functionality to implement most (or all) of MPI 1 and 2, which has a much larger interface consisting of hundreds of routines. still, the API is small enough to consider integrating into standard os interfaces for handling inter-process communication in a network-independent way. This approach would also help to solve many of the problems plaguing other higher-level standards such as MPI and PVM which must, in some cases, "play OS" to adequately address progress and process control issues. The CDS2 API, a higher level of interface roughly equivalent in functionality to MPI and to be built entirely upon CDS1, is still being designed. It is intended to add support for the equivalent of communicators, reduction and other collective operations, process topologies, additional support for process creation, and some automatic memory management. CDS2 will not exactly match MPI, because the copy-free semantics of communication from CDS1 will be supported. CDS2 application programs will be free to carefully also use CDS1. CDS1 has been implemented on networks of workstations running unmodified Unix-based operating systems, using UDP/IP and vendor-supplied high- performance locks. Although its inter-node performance is currently unimpressive due to rudimentary implementation technique, it even now outperforms highly-optimized MPI implementation on intra-node communication due to its support for non-copy communication. The similarity of the CDS1 architecture to that of other projects such as UNET and TRAP suggests that the inter-node performance can be increased significantly to surpass MPI or PVM, and it may be possible to migrate some of its functionality to communication controllers.

DiNucci, David C.

A Scalable Software Architecture Booting and Configuring Nodes in the Whitney Commodity Computing Testbed

The Whitney project is integrating commodity off-the-shelf PC hardware and software technology to build a parallel supercomputer with hundreds to thousands of nodes. To build such a system, one must have a scalable software model, and the installation and maintenance of the system software must be completely automated. We describe the design of an architecture for booting, installing, and configuring nodes in such a system with particular consideration given to scalability and ease of maintenance. This system has been implemented on a 40-node prototype of Whitney and is to be used on the 500 processor Whitney system to be built in 1998.

Fineberg, Samuel A.

International Space Station Temperature and Humidity Control Subsystem Verification for Node 1

The International Space Station (ISS) Node 1 Environmental Control and Life Support (ECLS) System is comprised of five subsystems: Atmosphere Control and Supply (ACS), Atmosphere Revitalization (AR), Fire Detection and Suppression (FDS), Temperature and Humidity Control (THC), and Water Recovery and Management (WRM). This paper provides a summary of the nominal operation of the Node 1 THC subsystem design. The paper will also provide a discussion of the detailed Element Verification methodologies for nominal operation of the Node 1 THC subsystem operations utilized during the Qualification phase.

Williams, David E.

International Space Station Atmosphere Control and Supply, Atmosphere Revitalization, and Water Recovery and Management Subsystem - Verification for Node 1

The International Space Station (ISS) Node 1 Environmental Control and Life Support (ECLS) System is comprised of five subsystems: Atmosphere Control and Supply (ACS), Atmosphere Revitalization (AR), Fire Detection and Suppression (FDS), Temperature and Humidity Control (THC), and Water Recovery and Management (WRM). This paper provides a summary of the nominal operation of the Node 1 ACS, AR, and WRM design and detailed Element Verification methodologies utilized during the Qualification phase for Node 1.

Williams, David E.

Current Status of the International Lunar Network (ILN) Anchor Nodes Mission

NASA's Science Mission Directorate s (SMD) International Lunar Network Anchor Nodes Mission continues its concept development and is scheduled to complete the first formal milestone gate of a Mission Concept Review (MCR) in Autumn 2009. The mission will establish two-four nodes of the International Lunar Network (ILN), a network of lunar geophysical stations envisioned to be emplaced by the many nations collaborating on this joint endeavor. This mission will operate over six years or more and make significant progress in satisfying many of the National Research Council s lunar science objectives, while strategically contributing to the U.S. Vision for Space Exploration Policy's objective for a robust robotic lunar program. This paper will provide a status report on the ILN Anchor Nodes mission and overview of the concept to date, which is being implemented jointly by NASA's Marshall Space Flight Center and The Johns Hopkins University Applied Physics Laboratory.

Cohen, Barbara A.

Multi-Node Modeling of Cryogenic Tank Pressurization System Using Generalized Fluid System Simulation Program

Cryogenic Tanks are pressurized by inert gas such as Helium or Nitrogen to maintain the required pressure of the propellant delivered to the turbo-pump of a liquid rocket engine. Thermo-fluid system simulation tools are used to analyze the pressurization process of a cryogenic tank. Most system level codes (GFSSP and ROCETS) use single node1 to represent ullage which is the gaseous space in the tank. Ullage space in a cryogenic tank is highly stratified because the entering inert gas is at ambient temperature whereas the liquid propellant is at a cryogenic temperature. A single node model does not account for the effect of temperature gradient in the ullage. High fidelity Navier-Stokes based CFD model of Tank Pressurization is not practical for running a long duration transient model with thousands and millions of nodes. A possible recourse is to construct a multi-node model with system level code that can account for ullage stratification.

Bandyopadhyay, Alak

Distributed Sensing Node Configuration

A vision and radar sensor integration strategy for surveillance of Advance Air Mobility Mission concept of airspace is contained in the CAD drawing in this publication developed as part of NASA's Transformational Tools and Technology project. High-density airspace operations with multiple aircraft type and potentially noncooperative aircraft require distributed sensor detection and tracking systems to monitor airspace for safe, autonomous flight operations for advanced air mobility, urban air mobility, and high density small uncrewed air systems (SUAS) flight concepts. Contained herein are drawings that are available in the stp and creo file formats of the distributed sensing nodes. Additional dovetail integration is included to enable rapid changing of embedded system. A day in the life node deployment is included in the 2023_last_flight_day.mp4. Please cite this publication if you use these drawings. This sensor configuration methodology is presented in detail in the publication reference below. Chester Dolph, Thomas Lombaerts, Corey A. Ippolito, Vahram Stepanyan, Evan Kawamura, Keerthana Kannan, George Szatkowski, Todd Ferante, Christopher Morris, Federica Vitiello, Flavia Causa, Roberto Opromolla and Giancarmine Fasano. "Distributed Sensor Fusion of Ground and Air Nodes using Vision and Radar Modalities for Tracking Multirotor Small Uncrewed Air Systems and Birds," AIAA 2024-1781. AIAA SCITECH 2024 Forum. January 2024.

Chester V Dolph

SympGNNs: Symplectic Graph Neural Networks for identifying high-dimensional Hamiltonian systems and node classification

Existing neural network models to learn Hamiltonian systems, such as SympNets, although accurate in low-dimensions, struggle to learn the correct dynamics for high-dimensional many-body systems. Herein, we introduce Symplectic Graph Neural Networks (SympGNNs) that can effectively handle system identification in high-dimensional Hamiltonian systems, as well as node classification. SympGNNs combine symplectic maps with permutation equivariance, a property of graph neural networks. Specifically, we propose two variants of SympGNNs: (i) G-SympGNN and (ii) LA-SympGNN, arising from different parameterizations of the kinetic and potential energy. We demonstrate the capabilities of SympGNN on two physical examples: a 40-particle coupled Harmonic oscillator, and a 2000-particle molecular dynamics simulation in a two-dimensional Lennard-Jones potential. Furthermore, we demonstrate the performance of SympGNN in the node classification task, achieving accuracy comparable to the state-of-the-art. Finally, we also empirically show that SympGNN can overcome the oversmoothing and heterophily problems, two key challenges in the field of graph neural networks.

Deep learning

Control of node crossing points in Saturnian gravity-assist tours

In the Saturnian system, the control of the node crossing point is important to avoid debris in Saturn's ring plane and to target flybys of moons other than Titan. This paper describes how to use Titan gravity assists to control the spacecraft's node crossing point.

Saturn node crossing point flyby Titan gravity ass

The Imaging Node for the Planetary Data System

The Planetary Data System Imaging Node maintains and distributes the archives of planetary image data acquired from NASA's flight projects with the primary goal of enabling the science community to perform image processing and analysis on the data. The Node provides direct and easy access to the digital image archives through wide distribution of the data on CD-ROM media and on-line remote-access tools by way of Internet services.

Imaging Node remote sensing

On the Computation of High Order Rys Quadrature Weights and Nodes

Since its introduction in 1976, the Rys Quadrature method has proven a very attractive method for evaluating electron repulsion integrals for calculations using Gaussian type orbitals. Since then, there have been considerable refinements of the method, but at it's core, Gaussian weights and nodes are used to exactly evaluate using a numerical approach to the transform integral. One of the powers of the Rys Quadrature method is the relative ease in evaluating integrals involving functions of high angular momentum. In this work we report on the complete resolution of these numerical difficulties, and we have easily computed accurate quadrature weights and nodes up to order 101. All calculations were carried out using 128-bit precision.

Computation

Nodes

Nodes is a technology demonstration mission that is scheduled for launch to the International SpaceStation no earlier than Nov.19, 2015. The two Nodes satellites will be deployed from the Station in early 2016 todemonstrate new network capabilities critical to the operation of swarms of spacecraft. They will demonstrate the ability ofmulti spacecraft swarms to receive and distribute ground commands, exchange information periodically, andautonomously configure the network by determining which spacecraft should communicate with the ground each day ofthe mission.

Nodes

Flight Test Configuration of the Sensor Payload and the Ground Nodes in Distributed Sensing Frameworks

The realization of the Urban Air Mobility (UAM) vision, entailing the deployment of high-density autonomous flights over urban areas, necessitates methodologies transcending contemporary airborne sensing techniques. An instrumental innovation in this realm is the advent of distributed sensing. In this paradigm, environmental sensors function as active agents, engaging in the triad of sensing, processing, and communication either amongst themselves, with ground stations, or both. This concerted effort creates a dynamic and responsive "smart space," facilitating real-time autonomous control. NASA Ames Research Center is actively engaged in a series of comprehensive indoor and outdoor flight tests to garner requisite data and insights essential for the actualization of this ambitious vision. This paper delineates the holistic configuration of the flight payload and the distributed ground nodes pivotal to the NASA flight test campaign. Furthermore, it expounds upon the intricacies of the sensor node communication framework. The narrative extends to provide a detailed overview of the strategic placement of distributed sensors and a comprehensive account of the varied indoor and outdoor flight tests orchestrated in pursuit of UAM objectives.

urban air mobility

Flight Test Configuration of the Sensor Payload and the Ground Nodes in Distributed Sensing Frameworks

The realization of the Urban Air Mobility (UAM) vision, entailing the deployment of high-density autonomous flights over urban areas, necessitates methodologies transcending contemporary airborne sensing techniques. An instrumental innovation in this realm is the advent of distributed sensing. In this paradigm, environmental sensors function as active agents, engaging in the triad of sensing, processing, and communication either amongst themselves, with ground stations, or both. This concerted effort creates a dynamic and responsive "smart space," facilitating real-time autonomous control. NASA Ames Research Center is actively engaged in a series of comprehensive indoor and outdoor flight tests to garner requisite data and insights essential for the actualization of this ambitious vision. This paper delineates the holistic configuration of the flight payload and the distributed ground nodes pivotal to the NASA flight test campaign. Furthermore, it expounds upon the intricacies of the sensor node communication framework. The narrative extends to provide a detailed overview of the strategic placement of distributed sensors and a comprehensive account of the varied indoor and outdoor flight tests orchestrated in pursuit of UAM objectives.

urban air mobility