Search NASA⌕ Search

SEARCH · Search NASA

Results for “AMD”

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 199 records · Page 11

Future Vision for NASA Ground Systems

The NASA Space Operations System (NSOS) is defined as the people (organization), processes, services, tools, amd physical elements that do space operations for NASA Missions.

network control center low earth orbit network dee↗

Scandium and Chromium in the Strontium Filament in the Homunculus of eta Carinae

We continue a systematic study of chemical abundances of the Strontium Filament found in the ejecta of eta Carinae. To this end we interpret the emission spectrum of Sc II and Cr II using multilevel non-LTE models of these systems. Since the atomic data for these ions was previously unavailable, we carry out ab initio calculations of radiative transition rates and electron impact excitation rate coefficients. The observed spectrum is emitted from a mostly neutral region with electron density of the order of 10(exp 7) cm (exp -3) and a temperature between 6000 and 7000 K. These conditions are consistent with our previous diagnostics from [Ni II], [Ti II], amd [Sr II]. The observed spectrum indicates an abundance of Sc relative Ni that more than 40 times the solar values, while the Cr/Ni abundance ratio is roughly solar. Various scenarios of depletion and dust destruction are suggested to explain such abnormal abundances.

Gull, T.R.↗

Preparation and Support of a Tap Test on the Leading Edge Surfaces of the Space Shuttle

This slide presentation reports on a Tap test for the leading edge surfaces of the Space Shuttle. A description of the Wing Leading Edge Impact Detection System (WLEIDS) flight system is given, and the rationale and approach for improving the WLEIDS system. The three phases of the strategy of the test project amd the results of the tests are reviewed.

Bohr, Jerry↗

NASA Tech Briefs, March 1995

This issue contains articles with a special focus on Computer-Aided design and engineering amd a research report on the Ames Research Center. Other subjects in this issue are: Electronic Components and Circuits, Electronic Systems, Physical Sciences, Materials, Computer Programs, Mechanics, Machinery, Manufacturing/Fabrication, Mathematics and Information Sciences and Life Sciences

Source record↗

NASA Tech Briefs, November 1998

Topics include: special coverage sections on test and measurement and sections on electronic components and circuits, electronic systems, software, materials, mechanics, machinery/automation, physical sciences, information sciences, book and reports, and special sections of Electronics Tech Briefs amd Rapid Product Development Tech Briefs.

Source record↗

Accelerating Climate Simulations Through Hybrid Computing

Unconventional multi-core processors (e.g., IBM Cell B/E and NYIDIDA GPU) have emerged as accelerators in climate simulation. However, climate models typically run on parallel computers with conventional processors (e.g., Intel and AMD) using MPI. Connecting accelerators to this architecture efficiently and easily becomes a critical issue. When using MPI for connection, we identified two challenges: (1) identical MPI implementation is required in both systems, and; (2) existing MPI code must be modified to accommodate the accelerators. In response, we have extended and deployed IBM Dynamic Application Virtualization (DAV) in a hybrid computing prototype system (one blade with two Intel quad-core processors, two IBM QS22 Cell blades, connected with Infiniband), allowing for seamlessly offloading compute-intensive functions to remote, heterogeneous accelerators in a scalable, load-balanced manner. Currently, a climate solar radiation model running with multiple MPI processes has been offloaded to multiple Cell blades with approx.10% network overhead.

Zhou, Shujia↗

KSC Engineering Academy (KEA): Ares 1-X Overview

The presentation provides an overview of the ARES 1-X program. Videos include avionics ATVC actuator testing, GS damper retractor, GS vortex shedding, RoCS hot fire at WSTF, RoCS Peacekeeper tests, RoCS installation, thrust OSC, amd Ares 1-X fly through.

Ess, Bob↗

Spaceflight Effects and Molecular Responses in the Mouse Eye: Observations after NASA Shuttle Mission STS-133

Background: Human space exploration implies a combination of stressors including microgravityinduced cephalad fluid shift and radiation exposure. Ocular changes in astronauts leading to visual impairment are of occupational health relevance. The effect of this complex environment on ocular morphology and function is poorly understood. Material and Methods: Mice were assigned to a Flight (FLT) group flown on shuttle mission STS133, Animal Enclosure Module (AEM), or vivarium (VIV) ground controls. Eyes were collected at 1, 5 and 7 days after landing, and were fixed for histological sectioning. The contralateral eye was used for gene expression profiling by qRT-PCR. Routine histology and immunohistochemistry using 8-hydroxy-2'-deoxyguanosine (8-OHdG), caspase-3, glial fibrillary acidic protein (GFAP) and beta-amyloid were used to study the eyes. Results and Conclusions: 8-OHdG and caspase-3 immunoreactivity was increased in the retina in FLT samples at return from flight (R+1) compared to ground controls, and decreased at day 7 (R+7), suggesting an increase in oxidative stress and cell apoptosis. FLT mice showed evidence of retinal pigment epithelium (RPE) apoptosis possibly secondary to oxidative damage. Although attenuation of RPE has been related to retinal choroidal folds in astronauts, it is yet to be determined whether or not increased RPE apoptosis may contribute to the formation of choroidal folds or may increase the risk for other retinal pathologies, such as AMD. beta-amyloid was seen in the nerve fibers at the post-laminar region of the optic nerve in the flight samples (R+7). Deposition of beta-amyloid has a strong correlation with mechanical trauma. The coexpression of GFAP in astrocytes and oligodentrocytes in these same areas supports the possible mechanical origin probably secondary to intracranial pressure that is transmitted into the nerve, as a result of an increase in venous pressure associated to microgravity-induced cephalic fluid shift. However, there is the need to further investigate the nature of the changes through additional experimental work. Gene expression of oxidative and cellular stress response genes was unregulated in the retina of FLT samples upon landing followed by lower levels by R+7. These results suggest that reversible molecular damage occurs in the retina of mice exposed to spaceflight and that protective cellular and molecular pathways are induced in the retina in response to these changes.

ProsperoPonce, Claudia Maria↗

SequenceL: Automated Parallel Algorithms Derived from CSP-NT Computational Laws

With the introduction of new parallel architectures like the cell and multicore chips from IBM, Intel, AMD, and ARM, as well as the petascale processing available for highend computing, a larger number of programmers will need to write parallel codes. Adding the parallel control structure to the sequence, selection, and iterative control constructs increases the complexity of code development, which often results in increased development costs and decreased reliability. SequenceL is a high-level programming language that is, a programming language that is closer to a human s way of thinking than to a machine s. Historically, high-level languages have resulted in decreased development costs and increased reliability, at the expense of performance. In recent applications at JSC and in industry, SequenceL has demonstrated the usual advantages of high-level programming in terms of low cost and high reliability. SequenceL programs, however, have run at speeds typically comparable with, and in many cases faster than, their counterparts written in C and C++ when run on single-core processors. Moreover, SequenceL is able to generate parallel executables automatically for multicore hardware, gaining parallel speedups without any extra effort from the programmer beyond what is required to write the sequen tial/singlecore code. A SequenceL-to-C++ translator has been developed that automatically renders readable multithreaded C++ from a combination of a SequenceL program and sample data input. The SequenceL language is based on two fundamental computational laws, Consume-Simplify- Produce (CSP) and Normalize-Trans - pose (NT), which enable it to automate the creation of parallel algorithms from high-level code that has no annotations of parallelism whatsoever. In our anecdotal experience, SequenceL development has been in every case less costly than development of the same algorithm in sequential (that is, single-core, single process) C or C++, and an order of magnitude less costly than development of comparable parallel code. Moreover, SequenceL not only automatically parallelizes the code, but since it is based on CSP-NT, it is provably race free, thus eliminating the largest quality challenge the parallelized software developer faces.

Cooke, Daniel↗

Scalable Adaptive Graphics Environment (SAGE) Software for the Visualization of Large Data Sets on a Video Wall

The use of collaborative scientific visualization systems for the analysis, visualization, and sharing of "big data" available from new high resolution remote sensing satellite sensors or four‐dimensional numerical model simulations is propelling the wider adoption of ultra‐resolution tiled display walls interconnected by high speed networks. These systems require a globally connected and well‐integrated operating environment that provides persistent visualization and collaboration services. This abstract and subsequent presentation describes a new collaborative visualization system installed for NASA's Shortterm Prediction Research and Transition (SPoRT) program at Marshall Space Flight Center and its use for Earth science applications. The system consists of a 3 x 4 array of 1920 x 1080 pixel thin bezel video monitors mounted on a wall in a scientific collaboration lab. The monitors are physically and virtually integrated into a 14' x 7' for video display. The display of scientific data on the video wall is controlled by a single Alienware Aurora PC with a 2nd Generation Intel Core 4.1 GHz processor, 32 GB memory, and an AMD Fire Pro W600 video card with 6 mini display port connections. Six mini display‐to‐dual DVI cables are used to connect the 12 individual video monitors. The open source Scalable Adaptive Graphics Environment (SAGE) windowing and media control framework, running on top of the Ubuntu 12 Linux operating system, allows several users to simultaneously control the display and storage of high resolution still and moving graphics in a variety of formats, on tiled display walls of any size. The Ubuntu operating system supports the open source Scalable Adaptive Graphics Environment (SAGE) software which provides a common environment, or framework, enabling its users to access, display and share a variety of data‐intensive information. This information can be digital‐cinema animations, high‐resolution images, high‐definition video‐teleconferences, presentation slides, documents, spreadsheets or laptop screens. SAGE is cross‐platform, community‐driven, open‐source visualization and collaboration middleware that utilizes shared national and international cyberinfrastructure for the advancement of scientific research and education.

Jedlovec, Gary↗

Accelerating Climate and Weather Simulations through Hybrid Computing

Unconventional multi- and many-core processors (e.g. IBM (R) Cell B.E.(TM) and NVIDIA (R) GPU) have emerged as effective accelerators in trial climate and weather simulations. Yet these climate and weather models typically run on parallel computers with conventional processors (e.g. Intel, AMD, and IBM) using Message Passing Interface. To address challenges involved in efficiently and easily connecting accelerators to parallel computers, we investigated using IBM's Dynamic Application Virtualization (TM) (IBM DAV) software in a prototype hybrid computing system with representative climate and weather model components. The hybrid system comprises two Intel blades and two IBM QS22 Cell B.E. blades, connected with both InfiniBand(R) (IB) and 1-Gigabit Ethernet. The system significantly accelerates a solar radiation model component by offloading compute-intensive calculations to the Cell blades. Systematic tests show that IBM DAV can seamlessly offload compute-intensive calculations from Intel blades to Cell B.E. blades in a scalable, load-balanced manner. However, noticeable communication overhead was observed, mainly due to IP over the IB protocol. Full utilization of IB Sockets Direct Protocol and the lower latency production version of IBM DAV will reduce this overhead.

hybrid computing↗

System Administration Support/SWORDS G2

The Soldier-Warfighter Operationally Responsive Deployer for Space (SWORDS) rocket is a dedicated small satellite launcher that will minimize danger and complexity in order to allow soldiers in the field to put payloads of up to 25kg into orbit from the field. The SWORDSG2 project is the development of a model, simulation, and ultimately a working application that will control and monitor the cryogenic fluid delivery to the SWORDS rocket for testing purposes. To accomplish this, the project is using the programming language environment Gensym G2. The environment is an all-inclusive application that allows development, testing, modeling, and finally operation of the unique application through graphical and programmatic methods. In addition, observation of the current cryogenic fluid delivery system in the Kennedy Space Center Cry Lab has allowed me to gain valuable experience of fluid systems and propelant delivery that is valuable to our team when developing amd modeling our own system.The ultimate goal of having a test-ready application to show to the heads of the project, and demonstrating G2's capabilities, by late 2014 will require hard work and intense study and understanding of not only the programming aspect but also the physical phenomena we want to model, observe, and control.

cryogenic fluids↗

Utilizing GPUs to Accelerate Turbomachinery CFD Codes

GPU computing has established itself as a way to accelerate parallel codes in the high performance computing world. This work focuses on speeding up APNASA, a legacy CFD code used at NASA Glenn Research Center, while also drawing conclusions about the nature of GPU computing and the requirements to make GPGPU worthwhile on legacy codes. Rewriting and restructuring of the source code was avoided to limit the introduction of new bugs. The code was profiled and investigated for parallelization potential, then OpenACC directives were used to indicate parallel parts of the code. The use of OpenACC directives was not able to reduce the runtime of APNASA on either the NVIDIA Tesla discrete graphics card, or the AMD accelerated processing unit. Additionally, it was found that in order to justify the use of GPGPU, the amount of parallel work being done within a kernel would have to greatly exceed the work being done by any one portion of the APNASA code. It was determined that in order for an application like APNASA to be accelerated on the GPU, it should not be modular in nature, and the parallel portions of the code must contain a large portion of the code's computation time.

computer programming↗

Applying Additive Manufacturing to a New Liquid Oxygen Turbopump Design

A liquid oxygen turbopump has been designed at Marshall Space Flight Center as part of the in-house, Advanced Manufacturing Demonstrator Engine (AMDE) project. Additive manufacturing, specifically direct metal laser sintering (DMLS) of Inconel 718, is used for 77% of the parts by mass. These parts include the impeller, turbine components, and housings. The near-net shape DMLS parts have been delivered and final machining is underway. Fabrication of the traditionally manufactured hardware is also proceeding. Testing in liquid oxygen is planned for Q2 of FY2017. This topic explores the design of the turbopump along with fabrication and material testing of the DMLS hardware.

O'Neal, Derek↗

Applying Additive Manufacturing to a New Liquid Oxygen Turbopump Design

A liquid oxygen turbopump has been designed at Marshall Space Flight Center as part of the in-house, Advanced Manufacturing Demonstrator Engine (AMDE) project. Additive manufacturing, specifically direct metal laser sintering (DMLS) of Inconel 718, is used for 77% of the parts by mass. These parts include the impeller, turbine components, and housings. This paper discusses the impacts of the DMLS fabrication technique on the design of the turbopump and lessons learned during DMLS hardware fabrication and material testing.

O’Neal, T. Derek↗

Fast Ionized X-Ray Absorbers in AGNs

We investigate the physics of the X-ray ionized absorbers often identified as warm absorbers (WAs) and ultra-fast outflows (UFOs) in Seyfert AGNs from spectroscopic studies in the context of magnetically-driven accretion-disk wind scenario. Launched and accelerated by the action of a global magnetic field anchored to an underlying accretion disk around a black hole, outflowing plasma is irradiated and ionized by an AGN radiation field characterized by its spectral energy density (SED). By numerically solving the Grad-Shafranov equation in the magnetohydrodynamic (MHD) framework, the physical property of the magnetized disk-wind is determined by a wind parameter set, which is then incorporated into radiative transfer calculations with xstar photoionization code under heating-cooling equilibrium state to compute the absorber's properties such as column density N(sub H), line-of-sight (LoS) velocity v, ionization parameter xi, among others. Assuming that the wind density scales as n varies as r(exp. -1), we calculate theoretical absorption measure distribution (AMD) for various ions seen in AGNs as well as line spectra especially for the Fe K alpha absorption feature by focusing on a bright quasar PG 1211+143 as a case study and show the model's plausibility. In this note we demonstrate that the proposed MHD-driven disk-wind scenario is not only consistent with the observed X-ray data, but also help better constrain the underlying nature of the AGN environment in a close proximity to a central engine.

accretion↗

A Journey with MOM

In late 2013, the Indian Space Research Organization (ISRO) launched its "Mars Orbiter Mission" (MOM). ISRO engaged NASA's Jet Propulsion Laboratory (JPL) for navigation services to support ISRO's objectives of MOM achieving and maintaining Mars orbit. The navigation support included planning, documentation, testing, orbit determination, maneuver design /analysis, and tracking data analysis. Several of MOM's attributes had an impact on navigation processes, e.g., S -band telecommunications, Earth Orbit Phase maneuvers, and frequent angular momentum desaturation s (AMDs). The primary source of tracking data was NASA/ JPL's Deep Space Network (DSN); JPL also conducted a performance assessment of Indian Deep Space Network (IDSN) tracking data. Planning for the Mars Orbit Insertion (MOI) was complicated by a pressure regulator failure that created uncertainty regarding MOM's main engine and raised potential planetary protection issues. A successful main engine test late on approach resolved these issues; it was quickly followed by a successful MOI on 24-September - 2014 at 02:00 UTC. Less than a month later, Comet Siding Spring's Mars flyby necessitated plans to minimize potential spacecraft damage. At the time of this writing, MOM's orbital operations continue, and plans to extend JPL 's support are in progress. This paper covers the JPL 's support of MOM through the Comet Siding Spring event.

Mars orbiter↗