Search NASASearch

SEARCH · Search NASA

Results for “argument”

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

Narrowing down sources of high-frequency gravitational waves

Detecting gravitational waves above 100 kHz would constitute a major discovery, as any observable signal would have to arise from new physics within the late universe. Although many technologies have been identified to explore this high-frequency regime, the known landscape of promising sources remains extremely sparse. In this work, we aim to rectify this issue by providing model-independent arguments that highlight the most interesting parts of theory space, while remaining agnostic of the specific signal mechanism. For example, energy-conservation implies that gravitational waves detectable by future experiments well above a MHz would most likely have to originate from within the Solar System. Based on these arguments, we also constrain the physical properties of such sources.

Berlin, Asher [Fermilab] (ORCID:0000000211561482)

Quantum Time-Space Tradeoffs for Matrix Problems

We consider the time and space required for quantum computers to solve a wide variety of problems involving matrices, many of which have only been analyzed classically in prior work. Our main results show that for a range of linear algebra problems—including matrix-vector product, matrix inversion, matrix multiplication and powering—existing classical time-space tradeoffs, several of which are tight for every space bound, also apply to quantum algorithms with at most a constant factor loss. For example, for almost all fixed matrices 𝐴, including the discrete Fourier transform matrix, we prove that quantum circuits with at most 𝑇 input queries and 𝑆 qubits of memory require 𝑇 = Ω⁢(𝑛 2 /𝑆) to compute matrix-vector product 𝐴⁢𝑥 for 𝑥 ∈{0,1 𝑛 . We similarly prove that matrix multiplication for 𝑛 ×𝑛 binary matrices requires 𝑇 = Ω⁢(𝑛 3 /$\sqrt{𝑆}$). Because many of our lower bounds are matched by deterministic algorithms with the same time and space complexity, our results show that quantum computers cannot provide any asymptotic advantage for these problems with any space bound. We obtain matching lower bounds for the stronger notion of quantum cumulative memory complexity—the sum of the space per layer of a circuit. We also consider Boolean (i.e., AND-OR) matrix multiplication and matrix-vector products, improving the previous quantum time-space tradeoff lower bounds for 𝑛 × 𝑛 Boolean matrix multiplication to 𝑇 = Ω⁢(𝑛 2.5 /𝑆 1/4 ) from 𝑇 = Ω⁢(𝑛 2.5 /𝑆 1/2 ). Our improved lower bound for Boolean matrix multiplication is based on a new coloring argument that extracts more from the strong direct product theorem that was the basis for prior work. To obtain our tight lower bounds for linear algebra problems, we require much stronger bounds than strong direct product theorems. We obtain these bounds by adding a new bucketing method to the quantum recording-query technique of Zhandry that lets us apply classical arguments to upper bound the success probability of quantum circuits.

lower bounds

On interpretation of fluctuations of conserved charges at high T

Abstract Fluctuations of conserved charges calculated on the lattice which can be measured experimentally, are well reproduced by a hadron resonanse gas model at temperatures below$$T_{ch} \sim 155$$ T ch ∼ 155 MeV and radically deviate from the hadron resonance gas predictions above the chiral restoration crossover. This behaviour is typically interpreted as an indication of deconfinement in the quark-gluon plasma regime. We present an argument that this interpretation may be too simple. The argument is based on the scaling of quantities with the number of colors: demonstration of deconfinement and QGP requires observable that is sensitive to$$\sim N_c^2$$ ∼ N c 2 gluons while the conserved charges are sensitive only to quarks and above$$T_{ch}$$ T ch scale as$$N_c^1$$ N c 1 . The latter scaling is consistent with the existence of an intermediate regime characterized by restored chiral symmetry and by approximate chiral spin symmetry which is a symmetry of confining interaction. In this regime the energy density, pressure and entropy density scale as$$N_c^1$$ N c 1 . In the large$$N_c$$ N c limit this regime might become a distinct phase separated from the hadron gas and from QGP by phase transitions. A natural observable that associates with deconfinement and is directly sensitive to deconfined$$N_c^2-1$$ N c 2 - 1 gluons is the Polyakov loop; in the$$N_c=3$$ N c = 3 world it remains very close to 0 at temperatures well above chiral crossover, reaches the value$$\sim 0.5$$ ∼ 0.5 around$$\sim 3T_{ch}$$ ∼ 3 T ch and the value close to 1 at temperatures$$\sim 1$$ ∼ 1 GeV.

Physics

Deciphering spin-parity assignments of nuclear levels

Spin-parity assignments of nuclear levels are critical for understanding nuclear structure and reactions. However, inconsistent notation conventions and ambiguous reporting in research papers often lead to confusion and misinterpretations. Here, this paper examines the policies of the Evaluated Nuclear Structure Data File (ENSDF) and the evaluations by Endt and collaborators, highlighting key differences in their approaches to spin-parity notation. Sources of confusion are identified, including ambiguous use of strong and weak arguments and the conflation of new experimental results with prior constraints. Recommendations are provided to improve clarity and consistency in reporting spin-parity assignments, emphasizing the need for explicit notation conventions, clear differentiation of argument strengths, community education, and separate reporting of new findings. These steps aim to enhance the accuracy and utility of nuclear data for both researchers and evaluators.

Experimental Nuclear Physics

User-based I/O Profiling for Leadership Scale HPC Workloads

I/O constitutes a significant portion of most of the application run-time. Spawning many such applications concurrently on an HPC system leads to severe I/O contention. Thus, understanding and subsequently reducing I/O contention induced by such multi-tenancy is critical for the efficient and reliable performance of the HPC system. In this study, we demonstrate that an application’s performance is influenced by the command line arguments passed to the job submission. We model an application’s I/O behavior based on two factors: past I/O behavior within a time window and user-configured I/O settings via command-line arguments. We conclude that I/O patterns for well-known HPC applications like E3SM and LAMMP are predictable, with an average uncertainty below 0.25 (A probability of 80%) and near zero (A probability of 100%) within a day. However, I/O pattern variance increases as the study time window lengthens. Additionally, we show that for 38 users and at least 50 applications constituting approximately 93000 job submissions, there is a high correlation between a submitted command line and the past command lines made within 1 to 10 days submitted by the user. We claim the length of this time window is unique per user.

Yazdani, Ahmad Hossein [Virginia Tech, Blacksburg]

OpenStudio®-MCP [SWR-26-035]

OpenStudio®-MCP is a Model Context Protocol (MCP) server that lets AI assistants perform building energy modeling through natural language. Rather than requiring users to learn the OpenStudio® SDK, EnergyPlus® scripting, or Ruby/Python automation, the server translates conversational requests into sequences of tool calls that create models, design HVAC systems, run simulations, and extract results — all within a single chat session. The server's 124 tools are organized into a skills architecture where each skill encapsulates a domain of building energy modeling (envelope, HVAC, loads, weather, simulation, results) behind typed, LLM-friendly interfaces. High-leverage operations like applying ASHRAE 90.1 baseline systems or generating standards-compliant typical buildings are exposed as single tool calls that internally wire dozens of OpenStudio® objects. Bundled measures from ComStock™ and Openstudio® -common-measures-gem are wrapped with dedicated tools and typed arguments rather than exposed through a generic measure interface, so AI models get consistent, error-resistant recipes without needing to discover measure arguments at runtime. A key design decision is structured results extraction: six SQL-based tools return surgical ~300–1,000 token responses (end-use breakdowns, envelope summaries, HVAC sizing, timeseries data) instead of requiring the AI to parse ~100K-token raw HTML reports, making iterative design exploration practical within context window limits. The codebase is designed as a reference implementation — explicit, well-commented, and modular — so that other simulation engines (EnergyPlus® standalone, TRNSYS, DOE-2) can use it as a template for building their own MCP servers.

Ball, Brian [National Laboratory of the Rockies (N

On the tidal effects in the motion of artificial satellites.

The general perturbations in the elliptic and vectorial elements of a satellite as caused by the tidal deformations of the non-spherical Earth are developed into trigonometric series in the standard ecliptical arguments of Hill-Brown lunar theory and in the equatorial elements of the satellite. The integration of the differential equations for variation of elements of the satellite in this theory is easy because all arguments are linear or nearly linear in time. The trigonometrical expansion permits a judgment about the relative significance of the amplitudes and periods of different tidal 'waves' over a long period of time. Graphs are presented of the tidal perturbations in the elliptic elements of the BE-C satellite which illustrate long term periodic behavior. The tidal effects are clearly noticeable in the observations and their comparison with the theory permits improvement of the 'global' Love numbers for the Earth.

Musen, P.

Sampling functions for geophysics

A set of spherical sampling functions is defined such that they are related to spherical-harmonic functions in the same way that the sampling functions of information theory are related to sine and cosine functions. An orderly distribution of (N + 1) squared sampling points on a sphere is given, for which the (N + 1) squared spherical sampling functions span the same linear manifold as do the spherical-harmonic functions through degree N. The transformations between the spherical sampling functions and the spherical-harmonic functions are given by recurrence relations. The spherical sampling functions of two arguments are extended to three arguments and to nonspherical reference surfaces. Typical applications of this formalism to geophysical topics are sketched.

Giacaglia, G. E. O.

Stable longitudes for 12-hr eccentric orbit satellites.

The accelerated longitude drift regimes of eccentric 12-hr orbits are considered, due to the resonant geopotential. These quasi-stationary orbits are under investigation at NASA for large payload earth surveillance spacecraft in the small applications technology satellite (SATS) program. Inclinations near 'critical' are especially attractive because of their possible long term stability, and these are examined in detail. 'Stable' equator crossing longitudes for these satellites are found as functions of the argument of perigee. As long as the argument of perigee is between plus or minus 100 deg, these stable longitudes lie within a narrow range. Maximum 'east-west' stationkeeping requirements for these satellites at nonequilibrium positions are in the range of 0.3 to 3 m/sec/yr.

Wagner, C. A.

The tidal loss of satellite-orbiting objects and its implications for the lunar surface

The solar system is composed of numerous bodies orbiting the sun, and numerous satellites orbiting planets. However, no objects greater than a kilometer in diameter are known to orbit satellites. Theoretical arguments are used to show that most objects orbiting satellites ultimately would be destroyed by tidal interactions. This may explain why such objects have not been observed. These arguments are applied to objects orbiting the moon. The ages and sizes of most of the circular mare basins are compatible with the lifetimes and crater sizes expected for impacts by objects caught in decaying lunar orbits. The morphology of a few circular mare basins (Crisium, Serenitatis, and possibly Imbrium) indicates that they could have been formed by such impacts. Thus, the lunar surface may provide a record of impacts due to objects caught in tidally decaying lunar orbits.

Reid, M. J.

Thermomechanical behavior of amorphous tactic methacrylate polymers

Dynamic mechanical spectra of amorphous stereoregular poly(methyl methacrylate)s and poly(t-butyl methacrylate)s with assigned microtacticities are presented and discussed. An intermolecular argument is invoked to account for the higher glass transition temperature of syndiotactic vis a vis isotactic PMMA, in spite of the higher density of the latter at 30 C. An argument is presented to show that the ratio of glassy-region relaxation temperature to glass transition temperature is not only a measure of the degree of coupling of the beta and glass transition processes, but also of the degree to which intermolecular factors influence these processes. The greater extent of the low-temperature irreversibilities observed in the thermomechanical spectra of poly(t-butyl methacrylate)s is attributed to the brittle character induced by the bulky side groups which presumably weaken cohesive forces.

Kiran, E.

Possible sources of the diffuse soft X-ray flux

A review is presented of recent arguments concerning the origin of the cosmic X-ray background in the energy region below 1 keV. Observational limitations on a possible hot intergalactic medium are discussed. Reanalysis of the Small Magellatic Cloud shadowing experiment of McCammon et al. (1971) using refined neutral hydrogen maps have confirmed the conclusion that at least 75% of the 1/4 keV flux detected from that direction must originate from regions closer than the SMC. Recent rocket observations have located three galactic soft X-ray emitting regions of large angular extent. Arguments are reviewed that the emission mechanism for this diffuse galactic flux must be thermal. It is suggested that a component of the interstellar medium is very hot and is responsible for both the soft X-ray background and the oxygen VI ions seen as interstellar absorption lines in the ultraviolet spectra of some early-type stars observed by the Copernicus satellite.

Bunner, A. N.

On the lower mass limit for the carbon detonation scenario

The lower mass limit for carbon detonation (about 4 solar masses) is due to an argument by Paczynski (1970) that stars in the range between 1.4 and 3.5 solar masses will lose their envelopes prior to carbon detonation. This argument is based on two criteria for mass loss: (1) the envelope is unstable to adiabatic oscillations, and (2) the total energy of the envelope is positive. Recent hydrodynamic calculations of red-giant envelopes have shown that the envelopes are highly nonadiabatic and that the second criterion is not a sufficient condition for mass loss. Thus, a calculation which takes into account the nonadiabatic nature of the envelope is required in order to determine the lower mass limit for carbon detonation. This lower mass limit is directly related to the formation mechanisms and statistics of supernovae and pulsars.

Endal, A. S.

Streamline curvature effects on turbulent boundary layers

A theoretical tool has been developed for predicting, in a nonempirical manner, effects of streamline curvature and coordinate-system rotation on turbulent boundary layers. The second-order closure scheme developed by Wilcox and Traci has been generalized for curved streamline flow and for flow in a rotating coordinate system. A physically based straightforward argument shows that curvature/rotation primarily affects the turbulent mixing energy; the argument yields suitable curvature/rotation terms which are added to the mixing-energy equation. Singular-perturbation solutions valid in the wall layer of a curved-wall boundary layer and a fully developed rotating channel flow demonstrate that, with the curvature/rotation terms, the model predicts the curved-wall and the rotating coordinate system laws of the wall. Results of numerical computations of curved-wall boundary layers and of rotating channel flow show that curvature/rotation effects can be computed accurately with second-order closure.

Wilcox, D. C.

Validity of disk galaxy simulations

Several n-body calculations have simulated disk galaxies by means of a large number of self-gravitating particles moving on a plane, and have indicated many features in agreement with observation, but also some major disagreements. Some gaps remain in the arguments that results of these simulations represent physically valid consequences of a model in which a disk galaxy is composed entirely of stars. A new formulation of the n-body calculation was designed in polar coordinates, and results obtained with it are used to complete the arguments that the disagreement with observation represents a deficiency in the physical model. The physical process of formation of barlike or two-armed spiral structures from a variety of initial conditions is described; the mechanism is not an m = 2 instability in an initially axisymmetric configuration.

Miller, R. H.

Does application of the Rosiwal Principle to lunar soils require that concentrations of solar-wind-implanted species be grain-size independent

A reconsideration of the application of the Rosiwal Principle to lunar soils indicates a flaw in arguments put forth previously by Criswell (1975). Specifically, by introducing a boundary condition which must exist at the lunar surface, it is shown that concentrations of solar-wind-implanted species showing a dependence on grain size may be able to develop in soils at concentration levels below those required for saturation of grain surfaces. As a result, observed grain-size-dependent concentrations of solar-wind species in lunar soils do not necessarily require the exposure time scales or solar-wind fluxes deduced from the arguments of Criswell.

Becker, R. H.

Accurate numerical evaluation of modified Struve functions occurring in unsteady aerodynamics

A method is developed for computing the modified Struve functions that occur in unsteady aerodynamics. The method uses a rational approximation supplemented by an asymptotic series for large argument. Simple recursive formulas for generating the coefficients are derived. The method is capable of generating results of arbitrary accuracy. It can also be used for complex argument and order. For greater computing speed, a method is presented that uses the rational and asymptotic approximations to generate Chebyshev coefficients.

Desmarais, R. N.

On the significance of the apparent absence of extraterrestrials on earth

The paper considers arguments on the existence or absence of extraterrestrial civilizations. It is suggested that arguments that even a single extraterrestrial civilization would have long ago colonized the Galaxy are not compelling. Attention is given to factors such as intraspecific competition, which could have prevented complete colonization, noting that an exception perhaps would be on time scales much greater than 10 to the 10 years. It is concluded that the fact that extraterrestrial civilizations do not appear to be represented on earth is irrelevant to the formulation of plans to search for them.

Stull, M. A.