Search NASASearch

SEARCH · Search NASA

Results for “flash”

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 145 records · Page 8

Nondestructive flash cathode recycling

Effective recycling of end-of-life Li-ion batteries (LIBs) is essential due to continuous accumulation of battery waste and gradual depletion of battery metal resources. The present closed-loop solutions include destructive conversion to metal compounds, by destroying the entire three-dimensional morphology of the cathode through continuous thermal treatment or harsh wet extraction methods, and direct regeneration by lithium replenishment. Here, we report a solvent- and water-free flash Joule heating (FJH) method combined with magnetic separation to restore fresh cathodes from waste cathodes, followed by solid-state relithiation. The entire process is called flash recycling. This FJH method exhibits the merits of milliseconds of duration and high battery metal recovery yields of ~98%. After FJH, the cathodes reveal intact core structures with hierarchical features, implying the feasibility of their reconstituting into new cathodes. Relithiated cathodes are further used in LIBs, and show good electrochemical performance, comparable to new commercial counterparts. Life-cycle-analysis highlights that flash recycling has higher environmental and economic benefits over traditional destructive recycling processes.

25 ENERGY STORAGE

Non Volatile Flash Memory Radiation Tests

Commercial flash memory industry has experienced a fast growth in the recent years, because of their wide spread usage in cell phones, mp3 players and digital cameras. On the other hand, there has been increased interest in the use of high density commercial nonvolatile flash memories in space because of ever increasing data requirements and strict power requirements. Because of flash memories complex structure; they cannot be treated as just simple memories in regards to testing and analysis. It becomes quite challenging to determine how they will respond in radiation environments.

single event upset results

CG-Kit: Code Generation Toolkit for performant and maintainable variants of source code applied to Flash-X hydrodynamics simulations

CG-Kit is a new Code Generation tool-Kit that we have developed as a part of the solution for portability and maintainability for multiphysics computing applications. The development of CG-Kit is rooted in the urgent need created by the shifting landscape of high-performance computing platforms and the algorithmic complexities of a particular large-scale multiphysics application: Flash-X. To efficiently use computing resources on a heterogeneous node, an application must have a map of computation to resources and a mechanism to move the data and computation to the resources according to the map. Most existing performance portability solutions are focussed on abstracting the expression of computations so that a unified source code can be specialized to run on different resources. However, such an approach is insufficient for a code like Flash-X, which has a multitude of code components that can be assembled in various permutations and combinations to form different instances of applications. Similar challenges apply to any code that has composability, where a single specified way of apportioning work among devices may not be optimal. Additionally, use cases arise where the optimal control flow of computation may differ for different devices while the underlying numerics remain identical. This combination leads to unique challenges including handling an existing large code base in Fortran and/or C/C++, subdivision of code into a great variety of units supporting a wide range of physics and numerical methods, different parallelization techniques for distributed and shared memory systems and accelerator devices, and heterogeneity of computing platforms requiring coexisting variants of parallel algorithms. All of these challenges demand that scientific software developers apply existing knowledge about domain applications, algorithms, and computing platforms to determine custom abstractions and granularity for code generation. There is a critical lack of tools to tackle those problems. CG-Kit is designed to fill this gap by providing a user with the ability to express their desired control flow and computation-to-resource map in the form a pseudocode-like recipe. It consists of standalone tools that can be combined into highly specific and, we argue, highly effective portability and maintainability toolchains. Here we present the design of our new tools: parametrized source trees, control flow graphs, and recipes. The tools are implemented in Python. They are agnostic to the programming language of the source code targeted for code generation. In conclusion, we demonstrate the capabilities of the toolkit with two examples, first, multithreaded variants of the basic AXPY operation, and second, variants of parallel algorithms within a hydrodynamics solver, called Spark, from Flash-X that operates on block-structured adaptive meshes.

Algorithmic portability

Flash Heating of a Hollow Rod to Determine Thermal Properties

In a nuclear reactor, prolonged exposure to high neutron flux levels can change material properties of reactor components. Due to the danger posed to personnel by highly radioactive components such as spent fuel, noncontact methods must be used to determine these properties. The objective of the current research is to test the viability of using a flash-heating method to determine the thermal diffusivity of a silicon carbide (SiC) tube, which could be used as cladding for a nuclear fuel rod. The flash-heating experiment was conducted at Oak Ridge National Laboratory and temperature results were analyzed as a two-Dimensional cross section which assumed axial symmetry. The model was fitted iteratively to the temperature measurements using nonlinear regression which required values for thermal diffusivity, Biot number and a term to determine the magnitude of the heat absorbed by the flash. The method could be expanded in the future to estimate the thermal diffusivity of spent nuclear fuel rods in an effort to increase the certainty of new reactor designs using precise thermal properties throughout the core life. A statistical analysis of the results of this work is provided as part of the analysis.

McMasters, Robert L [Virginia Military Institute,

Modeling Z-Pinches with the FLASH code

Z-Pinches occur when large amounts of current are run axially through a cylindrical conducting material, and the magnetic pressure causes said material to implode radially to its z-axis. They are useful concepts in a large range of physics and fields like fusion. Simulating these experiments are important to not only national laboratories but also in the private sector as well. FLASH is an open source MHD code that is a useful option for modeling these experiments. However, the physics needed to be verified against an actual theory. Using a paper written by S.A Slutz, Z-Pinch experiments were run with FLASH based on the parameters described in the paper, and then results were validated against the theory presented. This verified that FLASH, although has some discrepancies in the theory due to a difference in physics calculations, remains a powerful tool for modeling Z-Pinch experiments not only on the scale of the Z-Machine from Sandia National Laboratory, but also at the scale of the proposed Next Generation Pulsed Power (NGPP) machine.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY

thornado+FLASH-X: A Hybrid Discontinuous Galerkin–Implicit-explicit and Finite-volume Framework for Neutrino-radiation Hydrodynamics in Core-collapse Supernovae

We present neutrino-transport algorithms implemented in the toolkit for high-order neutrino-radiation hydrodynamics (thornado) and their coupling to self-gravitating hydrodynamics within the adaptive mesh refinement–based multiphysics simulation framework FLASH-X. thornado, developed primarily for simulations of core-collapse supernovae (CCSNe), employs a spectral, six-species two-moment formulation with algebraic closure and special-relativistic observer corrections accurate to $\mathcal{O}(v/c)$, and uses discontinuous Galerkin (DG) methods for phase-space discretization combined with implicit-explicit time stepping. A key development is a nonlinear neutrino–matter coupling algorithm based on nested fixed-point iteration with Anderson acceleration, enabling fully implicit treatment of collisional processes, including energy-coupling interactions such as neutrino–electron scattering and pair production. Coupling to finite-volume (FV) hydrodynamics is achieved through a hybrid DG-FV representation of the fluid variables and operator-split evolution within FLASH-X. The implementation is verified using basic transport tests with idealized opacities and relaxation and deleptonization problems with tabulated microphysics. Spherically symmetric CCSN simulations demonstrate accuracy and robustness of the coupled scheme, including close agreement with the CCSN simulation code Chimera. An axisymmetric CCSN simulation further demonstrates the viability of DG-based neutrino transport for multidimensional supernova modeling within FLASH-X. thornado’s neutrino-transport solver is GPU-enabled using OpenMP offloading or OpenACC, and all CCSN applications included in this work use the GPU implementation. Together, these results establish a foundation for future enhancements in physics fidelity, numerical algorithms, and computational performance, for increasingly realistic large-scale CCSN simulations.

Endeve, Eirik [Oak Ridge National Laboratory (ORNL

Light flash phenomenon seen by astronauts

The results from experiments conducted to characterize and elucidate light flashes seen by astronauts on Apollo 11, 12, 13, and 14 during transluna or transearth orbit are presented. The data show cosmic nuclei interacting with the visual apparatus causes the light flash phenomenon. The data also suggest that slow protons and helium ions with a stopping power greater than 10 KeV/micron will cause light flashes and streaks in the partially dark adapted eye. The effects of galactic cosmic nuclei interacting with man during long term missions are discussed.

Budinger, T. F.

Visual light flash phenomenon

Light flash phenomenon observed by crewmen on Apollo 14, 15, 16, and 17 are analyzed. The passage of cosmic rays through the crewman's head and eyes was recorded by the Apollo light flash moving emulsion detector. Events of all the light flash observations are tabulated. It is suggested that the most probable explanation of the phenomenon is that it is caused by cosmic rays penetrating the eyes and retinas of the observers.

Pinsky, L. S.

Characteristics of nonthermal electrons accelerated during the flash phase of small solar flares

Observations of impulsive hard X-rays and other flash phase emissions from small solar flares are analyzed in order to determine the characteristics of energetic electrons accelerated during the flash phase. The electron spectrum and its time variation are deduced from a model of the X-ray source in which the electron injection is continuous, and the electron energy loss is primarily due to collisions with the ambient plasma and escape into the corona. The instantaneous electron spectrum in the X-ray source, as well as the acceleration spectrum, are found to be nonthermal. The observations are consistent with a flare model having the following properties: (1) the acceleration region is located in the lower corona where the ion density is less than 10 to the 9th power per cubic centimeter, (2) the total kinetic energy of the nonthermal electron is approximately 10 percent of the total flare energy, so that the efficiency of the acceleration process is very high, (3) the nonthermal electrons (and protons) provide energy for all flash phase emissions, (4) the acceleration is a continuous process with a time constant less than 1 second, or a continuous series of impulses each lasting less than 1 second and a total duration of approximately 100 seconds, (5) the electron spectrum continuously hardens during the increasing phase of the X-ray burst and softens during the decreasing phase and, (6) the more energetic flares to not necessarily produce a harder electron spectrum.

Kane, S. R.

Correlation of individual cosmic ray nuclei with the observation of light flashes by Apollo astronauts

A nuclear emulsion detector known as the Apollo Light Flash Moving Emulsion Detector (ALFMED) was designed: (1) to record tracks of primary cosmic rays; (2) to provide time-of-passage information via a relative plate translation technique; (3) to provide particle trajectory information; and (4) to fit into a masklike device that could be located about the head and eyes of an astronaut. An ALFMED device was worn by an astronaut observing light flashes for 60 minutes on each of the last two Apollo missions. During the Apollo 17 experiment seventeen separate flashes were reported by the observer. With one-third of the total plate area completely analyzed, two definite correlations have been found between Z greater than 8 cosmic ray nuclei traversing an eye and the reports of visual sensations.

Pinsky, L. S.

X-ray bursts and neutron-star thermonuclear flashes

A description is presented of a model concerning the production of X-ray bursts by thermonuclear flashes in the freshly accreted matter near the surface of an accreting neutron star. An investigation is conducted regarding the physical processes relevant to such thermonuclear flashes. It is concluded that thermonuclear flashes may account for some, but not all, of the observed X-ray burst sources. Attention is given to a neutron star undergoing accretion of mass from a binary stellar companion, aspects of energetics, nuclear reactions, and heat transport mechanisms.

Joss, P. C.

Flash-fire propensity of rigid foam insulation

Twelve samples of rigid foam insulation were evaluated for flash-fire propensity, using the USF flash-fire screening test method. These materials exhibited little or no flash-fire propensity under these particular test conditions.

Hilado, C. J.

Convective penetrations and observable consequences of helium shell flashes in 3 and 6 solar-mass red supergiants

The results of 61 detailed numerical flash calculations are examined, with particular reference to 3 and 6 solar-mass stars with core masses ranging from 0.56 to 0.60 the solar mass and 0.94 to 0.95 the solar mass, respectively. First penetration of the convective envelope into pockets of carbon in the intershell region was found for the 15th flash for the 6 solar-mass case, with continuing deeper penetration for the flashes thereafter. However, no such type of envelope penetration could be found for the 3 solar-mass case.

Sackmann, I.-J.

Investigation of spray characteristics for flashing injection of fuels containing dissolved air and superheated fuels

The flow, atomization and spreading of flashing injector flowing liquids containing dissolved gases (jet/air) as well as superheated liquids (Freon II) were considered. The use of a two stage expansion process separated by an expansion chamber, ws found to be beneficial for flashing injection particularly for dissolved gas systems. Both locally homogeneous and separated flow models provided good predictions of injector flow properties. Conventional correlations for drop sizes from pressure atomized and airblast injectors were successfully modified, using the separated flow model to prescribe injector exit conditions, to correlate drop size measurements. Additional experimental results are provided for spray angle and combustion properties of sprays from flashing injectors.

Solomon, A. S. P.

A search for the radio occultation flash at Jupiter

A focusing effect, the evolute flash, on Jupiter was sought in radio data obtained by Voyager 1 using a modified matched-filter technique. Several peaks at the 8 standard deviation level were present in the filter output, although they were separated by times up to 3.3 s and could not be identified as the flash. A lower bound on the absorption along a ray with periapsis near the 4 bar level was established at 25 dB. It is estimated that the flash would have been detected if the distance behind the planet where the spacecraft trajectory crossed the evolute were at least 20 Jupiter radii, as compared to near 7 radii in the experiment.

Martin, J. M.

Charge distribution in lightning flashes

Four VHF receivers about 10 km apart were used to detect three-dimensional lightning VHF sources during active thunderstorms. A computer implemented algorithm was used to determine the difference in the time of arrival (DTOA) between the VHF pulses. The three-dimensional source locations determined from the DTOA were correlated with ground electric field measurements (0.1 Hz to 1.5 MHz). Four cloud to ground (CG) and three intracloud (IC) flashes, selected randomly, were studied. A point charge model was used to determine the charge being removed during the different phases of CG and IC flashes. It was determined that return strokes lowered between 24.1 and 3.6 coulombs of negative charge to ground from heights between 10.5 and 5.8 km above MSL. The interstroke process after the first return stroke in a CG flash lowered between 3.4 and 0.9 coulombs of negative charge between the heights of 14.2 (near the cloud tops) to heights of 5.8 km (near the beginning of the leader-return stroke process).

Rustan, P. L.

Lightning propagation and flash density in squall lines as determined with radar

Lightning echo rise times and range-time variations due to discharge propagation are determined using S and L band radars, and the evolution of precipitation reflectivity and the associated lightning activity in squall lines is investigated using VHF and L band radars. The rise time of radar echoes can be explained by ionized channel propagation through the radar beams. Speeds of at least 250,000 m/s are found from measurements of the radial velocity of streamer propagation along the antenna beam. The range-time variations in lightning echoes indicate that either new ionization occurs as streamers develop into different parts of the cloud, channel delay occurs during which adequate ionization exists for radar detection, or continuing current occurs. Determinations of the lightning flash density for a squall line in the U.S. show that the maximum lightning density tends to be near the leading edge of the precipitation cores in developing cells. Long discharges are produced as a cell in the squall line develops and the total lightning density increases, although short discharges predominate. As the cell dissipates, short flashes diminish or cease and the long flashes dominate the lightning activity.

Mazur, V.

Characteristics of cloud-to-ground lightning flashes along the east coast of the United States

A magnetic direction-finding network for the detection of lightning cloud-to-ground strikes has been installed along the east coast of the United States. Most of the lightning occurring from Maine to Florida and as far west as Ohio is detected. Time, location, flash polarity, stroke count, and peak signal amplitude are recorded in real time. Flash locations, time, and polarity are displayed routinely for research and operational purposes. Flash density maps have been generated for the summers of 1983 and 1984, when the network only extended to North Carolina, and show density maxima in northern Virginia and Maryland.

Orville, R. E., Sr.