Search NASA⌕ Search

SEARCH · Search NASA

Results for “Mixed precision”

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

Characterization of a Combined CARS and Interferometric Rayleigh Scattering System

This paper describes the characterization of a combined Coherent anti-Stokes Raman Spectroscopy and Interferometric Rayleigh Scattering (CARS-IRS) system by reporting the accuracy and precision of the measurements of temperature, species mole fraction of N2, O2, and H2, and two-components of velocity. A near-adiabatic H2-air Hencken burner flame was used to provide known properties for measurements made with the system. The measurement system is also demonstrated in a small-scale Mach 1.6 H2-air combustion-heated supersonic jet with a co-flow of H2. The system is found to have a precision that is sufficient to resolve fluctuations of flow properties in the mixing layer of the jet.

Tedder, Sarah A.↗

Infrared measurements of atmospheric CH3CN

For the first time CH3CN has been measured in the Earth's atmosphere by means of infrared remote sensing. Vertical profiles of volume mixing ratio were retrieved from 12 solar occultation measurements by the balloon-borne JPL MkIV interferometer between 1993 and 2004. Profile retrieval is possible in an altitude range between 12 and 30 km with a precision of _20 ppt in the Arctic and _30 ppt at mid-latitudes. The retrieved CH3CN profiles show mixing ratios of 100-150 ppt a few kilometers above the tropopause that decrease to values below 40 ppt at altitudes between 22 and 30 km. The CH3CN mixing ratios show a reasonably compact correlation with the stratospheric tracers CH3Cl and CH4. The CH3CN altitude profiles and tracer correlations are well reproduced by a 2-dimensional model, suggesting that CH3CN is long-lived in the lower stratosphere and that previously-proposed ion-molecule reactions do not play a major role as loss processes of CH3CN.

infrared remote sensing↗

Moessbauer studies in zinc-manganese ferrites for use in measuring small velocities and accelerations with great precision

Mossbauer spectroscopy was used for a systematic study of the magnetic behavior of manganese and zinc in mixed ferrites. It was observed that Zn2+ has preference to substitute Mn2+ at interstitial sites where the metal ions are tetrahedrally coordinated with four oxygen neighbors. The internal magnetic hyperfine field at the tetrahedral iron site is larger than that at the octahedral site. The relaxation effects were observed to play an important role as the zinc contents were increased, while the spin-correlation time and the magnetic field were observed to decrease in strength. It is concluded that Mossbauer effect data on complex materials, when used in conjunction with other data, can provide useful insight into the origin of the microscopic properties of magnetic materials.

Escue, W. T.↗

Autoignition - A liquid propellant explosive potential limiting phenomena

It has been thought that the unplanned mixing of the propellants of liquid launch vehicles could result in massive explosion and destruction. This paper presents results of NASA's attempt to develop a precise analytical theory and predictive model for liquid propellant explosives. Prediction model experiments involving a 'seven-chart' approach showing the relationship between yield function, mixing function, time dependence, chemical and physical reactant properties and quantity effects were used to establish a theory that autoignition takes place when propellants mix in a certain 'critical mass' or greater. An analytical confirmation of the theory has been carried out, with particular reference to possible autoignition in LOX/LH2 and LOX/RP-1 and Saturn V: it was confirmed that autoignition occurs and prevents the mixing of more than the 'critical mass' and therefore limits the explosive yield to several thousand pounds, which will disperse the remaining propellant and prohibit detonation of the total quantities otherwise suspected.

Boggs, W. H.↗

Stratospheric Observations of CH3D and HDO from ATMOS Infrared Solar Spectra: Enrichments of Deuterium in Methane and Implications for HD

Stratospheric mixing ratios of CH3D from 100 mb to 17mb (approximately equals 15 to 28 km)and HDO from 100 mb to 10 mb (approximately equals 15 to 32 km) have been inferred from high resolution solar occultation infrared spectra from the Atmospheric Trace MOlecule Spectroscopy (ATMOS) Fourier-transform interferometer. The spectra, taken on board the Space Shuttle during the Spacelab 3 and ATLAS-1, -2, and -3 missions, extend in latitude from 70 deg S to 65 deg N. We find CH3D entering the stratosphere at an average mixing ratio of (9.9 +/- 0.8) x 10(exp -10) with a D/H ratio in methane (7.1 +/- 7.4)% less than that in Standard Mean Ocean Water (SMOW) (1 sigma combined precision and systematic error). In the mid to lower stratosphere, the average lifetime of CH3D is found to be (1.19 +/- 0.02) times that of CH4, resulting in an increasing D/H ratio in methane as air 'ages' and the methane mixing ratio decreases. We find an average of (1.0 +/- 0.1) molecules of stratospheric HDO are produced for each CH3D destroyed (1 sigma combined precision and systematic error), indicating that the rate of HDO production is approximately equal to the rate of CH3D destruction. Assuming negligible amounts of deuterium in species other than HDO, CH3D and HD, this limits the possible change in the stratospheric HD mixing ratio below about 10 mb to be +/- 0.1 molecules HD created per molecule CH3D destroyed.

Irion, F. W.↗

New directions for joint neutrino oscillation measurements with T2K and NOvA

The first joint analysis of data from the NOvA and T2K neutrino oscillations experiments was published in 2025, offering the most precise measurements of the larger mass splitting $\Delta m_{32}^{2}$, the largest mixing angle $\theta_{23}$, and the CP-violating phase $\delta_{CP}$ available at the time. In addition to working towards a reanalysis with additional data collected since that analysis, the collaborations are now exploring possible constraints on BSM physics scenarios. This poster will discuss the potential of a joint measurement of parameters in a framework treating effective non-standard neutral-current neutrino-matter interactions, NC-NSI. Uniquely, the differing baselines and energies of T2K and NOvA allow strong constraints to be set on the electron-muon and electron-tau parameters of NSI contributions to the Hamiltonian, while at the same time maintaining good sensitivity to the standard 3-flavor neutrino oscillations parameters, including the CP phase.

Mikola, Veera [Glasgow U.]↗

A Scalable Analysis Toolkit

The Scalable Analysis Toolkit (SAT) project aimed to demonstrate that it is feasible and useful to statically detect software bugs in very large systems. The technical focus of the project was on a relatively new class of constraint-based techniques for analysis software, where the desired facts about programs (e.g., the presence of a particular bug) are phrased as constraint problems to be solved. At the beginning of this project, the most successful forms of formal software analysis were limited forms of automatic theorem proving (as exemplified by the analyses used in language type systems and optimizing compilers), semi-automatic theorem proving for full verification, and model checking. With a few notable exceptions these approaches had not been demonstrated to scale to software systems of even 50,000 lines of code. Realistic approaches to large-scale software analysis cannot hope to make every conceivable formal method scale. Thus, the SAT approach is to mix different methods in one application by using coarse and fast but still adequate methods at the largest scales, and reserving the use of more precise but also more expensive methods at smaller scales for critical aspects (that is, aspects critical to the analysis problem under consideration) of a software system. The principled method proposed for combining a heterogeneous collection of formal systems with different scalability characteristics is mixed constraints. This idea had been used previously in small-scale applications with encouraging results: using mostly coarse methods and narrowly targeted precise methods, useful information (meaning the discovery of bugs in real programs) was obtained with excellent scalability.

Aiken, Alexander↗

Studies of Tropical/Mid-Latitude Exchange Using UARS Observations

At the time this proposal was submitted, recent publications had suggested an important role for transport of midlatitude air into the tropical lower stratosphere. Most of these studies had employed data that gave only a time-averaged picture, making it difficult to determine the nature of the transport processes responsible for the observed behavior. We proposed to analyze observations of long-lived trace gases, such as nitric acid, methane, nitrous oxide, and chlorofluorocarbons, made from the Upper Atmosphere Research Satellite, to investigate the seasonal behavior of mixing between the midlatitudes and tropics. We planned to construct probability distributions of the concentrations of these species over small altitude ranges and to compare them to expectations based on modeled mean concentrations and knowledge of instrument precision. Differences from expectation were to be analyzed with respect to meteorological parameters to determine whether wave activity may have induced apparent mixing.

Avallone, Linnea↗

Factors controlling precision and accuracy in isotope-ratio-monitoring mass spectrometry

The performance of systems in which picomole quantities of sample are mixed with a carrier gas and passed through an isotope-ratio mass spectrometer system was examined experimentally and theoretically. Two different mass spectrometers were used, both having electron-impact ion sources and Faraday cup collector systems. One had an accelerating potential of 10kV and accepted 0.2 mL of He/min, producing, under those conditions, a maximum efficiency of 1 CO2 molecular ion collected per 700 molecules introduced. Comparable figures for the second instrument were 3 kV, 0.5 mL of He/min, and 14000 molecules/ion. Signal pathways were adjusted so that response times were <200 ms. Sample-related ion currents appeared as peaks with widths of 3-30 s. Isotope ratios were determined by comparison to signals produced by standard gases. In spite of rapid variations in signals, observed levels of performance were within a factor of 2 of shot-noise limits. For the 10-kV instrument, sample requirements for standard deviations of 0.1 and 0.5% were 45 and 1.7 pmol, respectively. Comparable requirements for the 3-kV instrument were 900 and 36 pmol. Drifts in instrumental characteristics were adequately neutralized when standards were observed at 20-min intervals. For the 10-kV instrument, computed isotopic compositions were independent of sample size and signal strength over the ranges examined. Nonlinearities of <0.04%/V were observed for the 3-kV system. Procedures for observation and subtraction of background ion currents were examined experimentally and theoretically. For sample/ background ratios varying from >10 to 0.3, precision is expected and observed to decrease approximately 2-fold and to depend only weakly on the precision with which background ion currents have been measured.

NASA Discipline Exobiology↗

Integrated Coulomb Blockade Thermometry for Quantum Computing

In our work we present on-chip thermometry concept aimed at improving temperature control during quantum measurements. The key issue addressed is lack of precise temperature monitoring, especially considering the unavoidable thermal resistance between the qubits’ chip and mixing plate of dilution refrigerator. The suggested solution includes a Coulomb Blockade Thermometer (CBT) based on an array of intrinsically normal-conducting tunnel junctions, currently developed at Aalto University. This is a practical solution for superconducting qubit systems.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

Arrival Scheduling with Shortcut Path Options and Mixed Aircraft Performance

Previous work introduced the concept of using tactical shortcut options to improve schedule conformance in terminal airspace. When a scheduling point is congested, aircraft are scheduled to longer nominal paths, holding shortcut path options in reserve for tactical use if an aircraft is late, thereby improving the schedule conformance, reducing the required scheduling buffer, and increasing throughput. When the scheduling point is less congested, aircraft may be scheduled to the shorter path with original larger scheduling buffers. Previous work focused on a single generic merge point serving aircraft with uniform arrival precision. This paper extends the previous concept to enhance the performance of time-based arrival management and consider mixed aircraft performance. Aircraft equipped to achieve a high degree of schedule conformance may be scheduled to the shorter path under the same conditions that a less equipped aircraft would be scheduled to the longer path, giving the equipped aircraft an advantage that can be seamlessly integrated into the scheduler. The arrival scheduler with shortcut path options for mixed aircraft performance is applied to a model of first-come first-served terminal metering at Los Angeles International Airport. Whereas clear system benefits were found for tactical shortcut routing and higher percentages of equipped aircraft, very little advantage could be seen for equipped over unequipped aircraft that could be used to incentivize early equipage.

Equipage operations↗

Phenomenology of electroweak portal dark showers: high energy direct probes and low energy complementarity

We investigate the phenomenology of a dark QCD sector interacting with the Standard Model (SM) via the electroweak (EW) portals. The portal interactions allow SM bosons, such as Z and h, or additional bosons that mix with them, to decay into dark quarks, producing dark showers. The light dark mesons are expected to be long-lived particles (LLPs), as their decays back to the SM states through the EW-portal interactions typically have macroscopic decay lengths. We focus on dark shower events initiated by various bosons at the Large Hadron Collider (LHC). The most prominent signal is the displaced decay of GeV-scale dark pions as LLPs. Current limits on dark shower signals at LHC detectors are recast from public data to provide simplified limits insensitive to UV physics details. Future limits in the high-luminosity phase and proposed auxiliary detectors are also projected. Additionally, we study the flavor-changing neutral current (FCNC) B decays into dark pions, obtaining both current and projected constraints at the LHC and other facilities. These constraints can be combined for specific models, which are illustrated in two EW-portal benchmarks: one with the heavy doublet fermion mediation and another with the Z′ mediator including a mass mixing. The collider reach shows significant potential to probe the parameter space unconstrained by EW precision tests, highlighting the necessity of dedicated LLP search strategies and facilities.

Dark Matter at Colliders↗

Experiments on a vapor compression air conditioner with liquid desiccants for efficient dehumidification

Buildings require air conditioning systems that not only cool and dehumidify supply air but also provide sufficient ventilation to ensure indoor air quality and occupant comfort. However, standard recirculation systems-which introduce about a 10 % to 20 % fraction of outdoor air-often fail to deliver air that is precisely cooled and dry, particularly because 80-90 % of the ventilation cooling load is latent. Mixing humid ventilation air with recirculated indoor air increases the energy and costs required to condition the air to comfortable levels. Dedicated outdoor air systems (DOASs) are designed to handle this latent dominated ventilation load and thus need to have efficient humidity removal. Many cooling cycles can perform this task. Here we describe a liquid desiccant DOAS, which combines a vapor compression cycle and a liquid desiccant absorber and desorber pair. We present its performance at 26 operating conditions and a thermodynamic model which can accurately predict the moisture removal efficiency. The model's performance predictions have a mean percentage error of 2.5 % and a coefficient of variation of the root mean square error of 7.5 %. We also compare the performance of this vapor-compression-coupled liquid desiccant system with a standard vapor compression system with the same components but no liquid desiccant. For the 26 conditions tested in this study, this comparison shows that adding liquid desiccants lowers the required evaporator cooling load by 21 %, allows for 25 % lower compressor volumetric capacity, and 25 % lower electricity use. Future work will leverage this model to quantify the reduction in annual electricity use across different climates, including the need for a standard vapor compression system to reheat the air during some of the year.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

Optimizing spectral phase transfer in four-wave mixing with gas-filled capillaries

Four-wave mixing (FWM) in gas-filled hollow-core capillaries, a nonlinear optical process that mixes signal and pump photon frequencies to generate idler frequency photons, offers a method for precise spectral phase transfer from signal to idler at ultrashort timescales and extreme powers. However, this regime is challenged by competing linear and nonlinear dynamics, leading to significant trade-offs between spectral phase transfer and conversion efficiency. Our computational investigation focuses on the upconversion of femtosecond pulses from the infrared (IR) to the ultraviolet (UV), a range notoriously difficult to manipulate. We explore an intermediate energy regime that strikes an optimal balance between FWM-mediated phase-transfer fidelity and nonlinear conversion efficiency. By adjusting the energy ratios and spectral phase profiles of the input signal, we achieve conversion efficiencies of approximately 5-15% while maintaining an effective quasi-linear spectral phase transfer. These findings will contribute to establishing first-principles and scaling laws essential for applications such as high-precision imaging, spectroscopy, quantum transduction, and distributed entangled interconnects, facilitating advanced control of ultrafast photonic and electronic wavepackets in quantum materials with unprecedented spatial and temporal precision.

Zhang, Hao↗

Investigations of coherent anti-Stokes Raman spectroscopy /CARS/ for practical combustion diagnostics

Coherent anti-Stokes Raman spectroscopy (CARS) is a coherent wave-mixing process in which the signal emerges as a laser-like beam in a precise direction. The spectroscopic technique is appropriate to spatially and temporally resolved measurements of temperature and major species concentrations in combustion. It has been generated from all of the dominant constituents in air-fed, hydrogen, and hydrocarbon fueled combustion, and found applicable to practical combustion systems. High pressure effects on CARS spectra have also been examined.

Eckbreth, A. C.↗

Supersaturation, droplet spectra, and turbulent mixing in clouds

Much effort has recently gone into explaining the observed broad precoalescence size distribution of droplets in cloud and fogs, because this differs from the results of condensational growth calculations which lead to much narrower distributions. A good example of droplet size-distribution broadening was observed on flight 17 (25 July) of the NRL tethered balloon during the 1987 FIRE San Nicolas Island IFO. These observations caused the interactions between cloud microphysics and turbulent mixing to be re-examined. The findings of Broadwell and Breidenthal (1982) who conducted laboratory and theoretical studies of mixing in shear flow, and those of Baker et al. (1984) who applied the earlier work to mixing in clouds, were used. Rather than looking at the 25 July case at SNI, earlier fog observations made at SUNY (6 Oct. 1982) which also indicated that shear-induced mixing was taking place, and which had a better collection of microphysical measurements including more precise supersaturation measurements and detailed vertical profiles of meteorological parameters were chosen instead.

Gerber, H.↗

Ground Testing of 2-µm Triple-Pulse IPDA Lidar for Carbon Dioxide and Water Vapor Measuremets

A triple-pulse, 2-µm, Integrated Path Differential Absorption (IPDA) lidar was developed at NASA Langley Research Center. This active remote sensing instrument provides a technique for measuring atmospheric carbon dioxide and water vapor simultaneously and independently. A 2-µm high-energy pulsed laser is incorporated for the IPDA transmitter, which provides high signal-to-noise ratio measurements using a commercial direct detection system. This results in a high-precision measurement capability for the low troposphere weighted-average column dry-air volume mixing ratio of the gases. Recent IPDA ground testing indicated carbon dioxide and water vapor measurements sensitivities of 8% and 14%, respectively and biases of 0.1%. However, using the R30 centerline position for the on-line enhances the CO2 measurement sensitivity to 0.6%.

Refaat, Tamer F.↗

Hidden-sectors search and probe of discrete symmetries at the REDTOP experiment

The $η$ and $η^{\prime}$ mesons are nearly unique in the particle universe since they are nearly Goldstone bosons, and their decay dynamics are strongly constrained. While earlier experiments collected samples of order $\sim 10^{9}η$, the proposed REDTOP (Rare Eta Decays To Observe Physics Beyond the Standard Model) facility targets $\mathcal{O}(10^{14})η$ and $\mathcal{O}(10^{12})η^\prime$, enabling broad searches for physics beyond the Standard Model. In this work, we present studies evaluating REDTOP sensitivity to processes that couple the Standard Model to New Physics through four portals: the Vector (dark photon), the Scalar (Higgs-mixing), the Axion-like, and the Heavy Lepton. In parallel, the proposed statistics allow precise tests of $CP$ and $T$ invariance and lepton universality and improve determinations of the $η/η'$ transition form factors, which are crucial inputs to the hadronic light-by-light contribution to the muon anomalous magnetic moment $(g-2)_μ$.

Gatto, C. [INFN, Naples; Northern Illinois U.]↗