Search NASA⌕ Search

SEARCH · Search NASA

Results for “scope”

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

Multi–Stage Optimization of Pore Size and Shape in Pore–Space–Partitioned Metal–Organic Frameworks for Highly Selective and Sensitive Benzene Capture

Compared to exploratory development of new structure types, pushing the limits of isoreticular synthesis on a high-performance MOF platform may have higher probability of achieving targeted properties. Multi-modular MOF platforms could offer even more opportunities by expanding the scope of isoreticular chemistry. However, navigating isoreticular chemistry towards best properties on a multi-modular platform is challenging due to multiple interconnected pathways. Here on the multi-modular pacs (partitioned acs) platform, we demonstrate accessibility to a new regime of pore geometry using two independently adjustable modules (framework-forming module 1 and pore-partitioning module 2). A series of new pacs materials have been made. Benzene/cyclohexane selectivity is tuned, progressively, from 4.5 to 15.6 to 195.4 and to 482.5 by pushing the boundary of the pacs platform towards the smallest modules known so far. The exceptional stability of these materials in retaining both porosity and single crystallinity enables single-crystal diffraction studies of different crystal forms (as-synthesized, activated, guest-loaded) that help reveal the mechanistic aspects of adsorption in pacs materials.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Isoreticular Tolerance and Phase Selection in the Synthesis of Multi‐Module Metal–Organic Frameworks for Gas Separation and Electrocatalytic OER

Abstract Although metal–organic frameworks are coordination‐driven assemblies, the structural prediction and design using metal‐ligand interactions can be unreliable due to other competing interactions. Leveraging non‐coordination interactions to develop porous assemblies could enable new materials and applications. Here, we use a multi‐module MOF system to explore important and pervasive impact of ligand‐ligand interactions on metal‐ligand as well as ligand‐ligand co‐assembly process. It is found that ligand‐ligand interactions play critical roles on the scope or breakdown of isoreticular chemistry. With cooperative di‐ and tri‐topic ligands, a family of Ni‐MOFs has been synthesized in various structure types including partitioned MIL‐88‐acs ( pacs ), interrupted pacs (i‐ pacs ), and UMCM‐1‐muo. A new type of isoreticular chemistry on the muo platform is established between two drastically different chemical systems. The gas sorption and electrocatalytic studies were performed that reveal excellent performance such as high C 2 H 2 /CO 2 selectivity of 21.8 and high C 2 H 2 uptake capacity of 114.5 cm 3 /g at 298 K and 1 bar.

Xiao, Yuchen [Department of Chemistry University o↗

A Chemoselective and Stereodivergent Platform of Heme‐Nitrene Transferases to Access Chiral Aryl‐β‐Amino Esters and An Investigation of the Sequence‐Activity Landscape

Engineered biocatalysts can utilize nitrene precursors to access enantioenriched amination products, yet they have not been applied to produce valuable, enantiomerically enriched noncanonical β-amino esters. Current approaches to synthesizing β-amino acids rely on pre-oxidized precursors and multistep synthetic approaches involving various protecting groups. We engineered a platform of heme enzymes for stereoselective C–H bond amination of readily available carboxylic ester derivatives to install primary amines. A directed evolution campaign coupled with sequencing of over 1000 variants enabled us to develop engineered variants that use either O-pivaloylhydroxylamine triflic acid (PONT) or hydroxylamine hydrochloride (H 2 NOH∙HCl) as aminating reagents. An analysis of the resulting sequence–activity dataset revealed additional improvements that could be made to the final variant, highlighting the utility of sequencing data to guide future steps in directed evolution campaigns. Furthermore, the evolved nitrene transferases expand the scope of accessible chiral β-amino acid building blocks for peptidomimetic applications and provide new starting points for the design and synthesis of enantioenriched β-amino acid motifs.

amino ester building blocks↗

Models for Single–Site Heterogeneous Catalysts on Carbon: MoO 2 Epoxidation Catalyst Anchored to a Fullerene

Single-site molybdenum dioxo catalysts, fullerenol/MoO 2 , are prepared via grafting precursor (DME)MoO 2 Cl 2 onto a highly polyhydroxylated fullerene (ful) and an isomerically-pure and well-defined fullerene (ful*). These catalyst structures are characterized by ICP-OES, XPS, XANES, EXAFS, DRIFT, Raman, and NMR spectroscopy, and DFT. Mo 3d 5/2 XPS and Mo K-edge XANES assign the oxidation state as Mo(VI). Mo EXAFS data fitting reveals two Mo=O double and two Mo–O single bonds at distances of 1.7 and 1.9 Å, respectively, while an Mo=O stretchingl mode is observed at ~950 cm –1 by DRIFT and Raman spectroscopy. These data align well with DFT computational results, supporting the proposed catalyst structure as Fullerene(-μ-O-) 2 M(=O) 2 . Additionally, DFT provides insight into the energetically favorable grafting sites for an isomerically pure fullerenol. The scope of fullerenol/MoO 2 mediated alkene epoxidation includes abiotic alkenes, natural occurring terpenes, and conjugated olefins. For cyclooctene the rate law is first-order in [Mo], near first order in [olefin] and zero-order in [t-butyl hydroperoxide]. A plausible reaction mechanism involves peroxide addition first and then cyclooctene addition directly across the peroxo bond forming the epoxide product, consistent with DFT computation. Overall, fullerenol/MoO 2 shows promise as a sustainable and structurally well-defined system with versatile catalytic activity and good epoxidation recyclability.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Large language model evaluation for high–performance computing software development

We apply AI-assisted large language model (LLM) capabilities of GPT-3 targeting high-performance computing (HPC) kernels for (i) code generation, and (ii) auto-parallelization of serial code in C ++, Fortran, Python and Julia. Our scope includes the following fundamental numerical kernels: AXPY, GEMV, GEMM, SpMV, Jacobi Stencil, and CG, and language/programming models: (1) C++ (e.g., OpenMP [including offload], OpenACC, Kokkos, SyCL, CUDA, and HIP), (2) Fortran (e.g., OpenMP [including offload] and OpenACC), (3) Python (e.g., numpy, Numba, cuPy, and pyCUDA), and (4) Julia (e.g., Threads, CUDA.jl, AMDGPU.jl, and KernelAbstractions.jl). Kernel implementations are generated using GitHub Copilot capabilities powered by the GPT-based OpenAI Codex available in Visual Studio Code given simple + + prompt variants. To quantify and compare the generated results, we propose a proficiency metric around the initial 10 suggestions given for each prompt. For auto-parallelization, we use ChatGPT interactively giving simple prompts as in a dialogue with another human including simple “prompt engineering” follow ups. Results suggest that correct outputs for C++ correlate with the adoption and maturity of programming models. For example, OpenMP and CUDA score really high, whereas HIP is still lacking. We found that prompts from either a targeted language such as Fortran or the more general-purpose Python can benefit from adding language keywords, while Julia prompts perform acceptably well for its Threads and CUDA.jl programming models. Finally, we expect to provide an initial quantifiable point of reference for code generation in each programming model using a state-of-the-art LLM. Overall, understanding the convergence of LLMs, AI, and HPC is crucial due to its rapidly evolving nature and how it is redefining human-computer interactions.

97 MATHEMATICS AND COMPUTING↗

Evaluation of Aliphatic Alcohols for CO 2 Capture Using the Characteristic Carbonate Frequency

Control over CO 2 capture and utilization are important scientific and technological challenges. Although a variety of amine absorbents are used for capture, releasing the captured CO 2 is often difficult and limits their recyclability. Therefore, it is crucial to control the strength of the CO 2 bond with the absorbent. Furthermore, it is desirable to use a method that can conveniently report the strength of this bond. This motivates exploring adducts of CO 2 with alcohols in the presence of a base, using vibrational spectroscopy to report on the bond strength. Although reactions of alcohols with CO 2 to form alkyl carbonates are known, a systematic study of these adducts has not been conducted. Here we show formation of alkyl carbonates by a series of alcohols spanning the pK a range 9.5 to 16.8. We show experimental and computational results for the frequency of the characteristic asymmetric stretch of the carbonate and demonstrate that it correlates inversely with the pK a of the alcohol. Based on computations of the bond lengths and previous work, we propose that this frequency also correlates inversely with the adduct strength. As a result, this work extends the scope of CO 2 capture reagents and inspires further research in tuning alcohols as reversible absorbents.

Alcohols↗

Enterprise: Exploration of Concepts, Perspectives and Implications for Systems Engineering

The purpose of this paper is to explore the concept of ‘enterprise’ in the context of Systems Engineering (SE). The term ‘enterprise’ has been used extensively to generally describe large complex entities that have an extensive scope of operations. However, a deeper examination of ‘enterprise’ significance for SE can provide insights as our challenges continue with increasingly complex, uncertain, ambiguous, and integrated entities struggling to thrive in the future. The paper explores three central topics. First, the concept of enterprise is introduced as a central aspect of the future focus for SE, as recognized in the INCOSE SE Vision 2035. Second, a more detailed examination of the enterprise concept is developed in relationship to SE. The thrust of this examination is to understand the nature and role of ‘enterprise’ across a broad spectrum of literature and knowledge, ultimately providing a more informed perspective of enterprise for SE. As part of this exploration, a bibliometric analysis of the term ‘enterprise’ is performed. This exploration extracts key themes (clusters) in the ‘enterprise’ literature. Third, challenges for further development and inculcation of ‘enterprise’ within the SE discipline and support for realization of the SE 2035 Vision are suggested. These challenges point out the need to ‘think differently’ about ‘enterprise’ within the SE context. ‘Enterprise’ is proposed as a central, albeit different, perspective for the SE discipline. Finally, the paper closes with a first–generation perspective for ‘enterprise’ in pursuit of the SE Vision 2035.

42 ENGINEERING↗

A synthetic strategy for the preparation of alkoxy‐functionalized bis‐1,2,4‐triazinyl‐2,6‐pyridines

Heteroaryl-1,2,4-triazine complexants are commonly utilized in separation science for the selective chelation of minor An from Ln in simulated high-level waste. Furthermore, to facilitate access to relevant chemical entities for hypothesis-driven inquiry toward improved separations performance, a synthetic method to construct various alkoxy-complexant derivatives was required. In this work, a convergent synthetic strategy for the production of 3,3′- and 4,4′-tetraalkoxy-bis-1,2,4-triazinyl-2,6-pyridines from readily available starting materials via a dealkylation/alkylation/condensation approach is described. Synthetic method development, substrate scope, preliminary solubility, and hydrolytic stability data in various process-relevant diluents are reported herein.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Critical Review of Brazil Disk Techniques for Tensile Strength Characterization With an Emphasis on High Explosive Materials

Mechanical properties are a critical performance metric for many high explosive (HE) materials and tensile strength properties are particularly important. Direct tensile measurements using dogbone shaped samples are the gold standard but they have the disadvantage that they are fairly large and require samples machined from billets. Diametral compression, more commonly known as Brazil disk (BD) testing, is an indirect method for measuring tensile strength on smaller and more easily fabricated samples. A review of the BD literature is presented with an emphasis on tensile strength measurements in high explosive materials. BD literature is reviewed in three primary areas: (i) rocks and concrete, (ii) pharmaceutical materials, and (iii) high explosive materials. The literature for rocks/concrete is extensive and dates back over 80 years; despite this there is no consensus on the validity/accuracy of the BD technique or the optimal variant of the BD technique to employ. The pharmaceutical literature is the opposite, being limited in scope and quantity of studies. BD literature on high explosive materials falls in between, not as impressive as in the rocks/concrete community but more substantiative than in the pharmaceutical community. After the review of the literature practical parameters for HE BD testing and recommended future work is discussed.

Brazil disk↗

Supersymmetric charge constraints on AdS black holes from free fields

Supersymmetric AdS black hole solutions exist only when their angular momenta and charges satisfy a certain constraint that depends on the dimension. We show that these nonlinear relations on the conserved charges agree with a computation in the dual supersymmetric CFT in its free limit, with interactions entering only through a uniform rescaling of all charges. Our computations apply to the highly non-trivial charge constraints for AdS 4 , AdS 5 and AdS 7 black holes, and generalize an earlier one for the analogous constraint in AdS 3 . Our results suggest a microscopic understanding of AdS black holes beyond the scope of supersymmetric indices.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

An Internal Digital Image Correlation Technique for High-Strain Rate Dynamic Experiments

Full-field, quantitative visualization techniques, such as digital image correlation (DIC), have unlocked vast opportunities for experimental mechanics. However, DIC has traditionally been a surface measurement technique, and has not been extended to perform measurements on the interior of specimens for dynamic, full-scale laboratory experiments. This limitation restricts the scope of physics which can be investigated through DIC measurements, especially in the context of heterogeneous materials. The focus of this study is to develop a method for performing internal DIC measurements in dynamic experiments. The aim is to demonstrate its feasibility and accuracy across a range of stresses (up to 650 MPa), strain rates (10 3 - 10 6 s -1 ), and high-strain rate loading conditions (e.g., ramped and shock wave loading). Internal DIC is developed based on the concept of applying a speckle pattern at an inner-plane of a transparent specimen. The high-speed imaging configuration is coupled to the traditional dynamic experimental setups, and is focused on the internal speckle pattern. During the experiment, while the sample deforms dynamically, in-plane, two-dimensional deformations are measured via correlation of the internal speckle pattern. In this study, the viability and accuracy of the internal DIC technique is demonstrated for split-Hopkinson (Kolsky) pressure bar (SHPB) and plate impact experiments. The internal DIC experimental technique is successfully demonstrated in both the SHPB and plate impact experiments. In the SHPB setting, the accuracy of the technique is excellent throughout the deformation regime, with measurement noise of approximately 0.2% strain. In the case of plate impact experiments, the technique performs well, with error and measurement noise of 1% strain. The internal DIC technique has been developed and demonstrated to work well for full-scale dynamic high-strain rate and shock laboratory experiments, and the accuracy is quantified. Here, the technique can aid in investigating the physics and mechanics of the dynamic behavior of materials, including local deformation fields around dynamically loaded material heterogeneities.

36 MATERIALS SCIENCE↗

A new database of building-space-specific internal loads and load schedules for performance based code compliance modeling of commercial buildings

Building-level loads and load profiles prescribed by current modeling rules save modelers time and avoid gaming during whole building performance modeling. However, recent studies show that they sometimes insufficiently capture the entire building performance due to the varied loads and load profiles for different space types. As a solution to this issue, this paper develops a database of building-space-specific loads and load profiles used in code compliance modeling. The existing sets of loads and load profiles are reviewed and the challenges behind using them for specific research topics are discussed. Then, the proposed method to develop the building-space-specific loads and load profiles is introduced. After that, the database for these building-space-specific loads and load profiles is presented. In addition, one case is studied to demonstrate the applications of these loads and load profiles. In this case study, three methods are used to develop building energy models: space-specific (using knowledge of the distribution and location of space types and applying the space-specific data in the developed database), building-level (assuming a lack of knowledge of the space types and using the building-level data in the developed database), and calculated-ratio (assuming knowledge of the distribution of space types but not their locations and calculating weighted average values based on the space-specific data in the developed database). Finally, the energy results simulated by using these three methods are compared, which show building-level methods can produce energy results up to 20% different than the space-specific methods. Finally, this paper discusses the application scope and maintenance of this new database.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

Magnet-superconductor hybrid quantum systems: a materials platform for topological superconductivity

Magnet–superconductor hybrid (MSH) systems have recently emerged as one of the most significant developments in condensed matter physics. This has generated, in the last decade, a steadily rising interest in the understanding of their unique properties. They have been proposed as one of the most promising platforms for the establishment of topological superconductivity, which holds high potential for application in future quantum information technologies. Their emergent electronic properties stem from the exchange interaction between the magnetic moments and the superconducting condensate. Given the atomic-level origin of such interaction, it is of paramount importance to investigate new magnet–superconductor hybrids at the atomic scale. In this regard, scanning tunneling microscopy (STM) and spectroscopy are playing a crucial role in the race to unveil the fundamental origin of the unique properties of MSH systems, with the aim to discover new hybrid quantum materials capable of hosting topologically non-trivial unconventional superconducting phases. In particular, the combination of STM studies with tight-binding model calculations have represented, so far, the most successful approach to unveil and explain the emergent electronic properties of MSHs. The scope of this review is to offer a broad perspective on the field of MSHs from an atomic-level investigation point-of-view. The focus is on discussing the link between the magnetic ground state hosted by the hybrid system and the corresponding emergent superconducting phase. This is done for MSHs with both one-dimensional (atomic chains) and two-dimensional (atomic lattices and thin films) magnetic systems proximitized to conventional s-wave superconductors. We present a systematic categorization of the experimentally investigated systems with respect to defined experimentally accessible criteria to verify or falsify the presence of topological superconductivity and Majorana edge modes. The discussion will start with an introduction to the physics of Yu–Shiba–Rusinov bound states at magnetic impurities on superconducting surfaces. This will be used as a base for the discussion of magnetic atomic chains on superconductors, distinguishing between ferromagnetic, antiferromagnetic and non-collinear magnetic ground states. A similar approach will be used for the discussion of magnetic thin film islands on superconductors. Given the vast number of publications on the topic, we limit ourselves to discuss works which are most relevant to the search for topological superconductivity.

Majorana states↗

Fundamental microscopic properties as predictors of large-scale quantities of interest: Validation through grain boundary energy trends

Correlations between fundamental microscopic properties computable from first principles, which we term canonical properties, and complex large-scale quantities of interest (QoIs) provide an avenue to predictive materials discovery. Here, we propose that such correlations can be efficiently discovered through simulations utilizing approximate interatomic potentials (IPs), which serve as an ensemble of “synthetic materials”. As a proof of principle we build a regression model relating canonical properties to the symmetric tilt grain boundary (GB) energy curves in face-centered cubic crystals, characterized by the scaling factor in the universal lattice matching model of Runnels et al. (2016), which we take to be our QoI. Our analysis recovers known correlations of GB energy to other properties and discovers new ones. We also demonstrate, using available density functional theory (DFT) GB energy data, that the regression model constructed from IP data is consistent with DFT results, confirming the assumption that the IPs and DFT belong to same statistical pool and thereby validating the approach. Regression models constructed in this fashion can be used to predict large-scale QoIs based on first-principles data and provide a general method for training IPs for QoIs beyond the scope of first-principles calculations.

36 MATERIALS SCIENCE↗

Complementary effects of supplemental feeding and straw retention on winter biodiversity in rice agroecosystems

Rice paddies are both major food-production systems and critical winter habitats for wildlife. In the Civilian Control Zone (CCZ) adjoining the Korean Demilitarized Zone (DMZ), post-harvest interventions such as supplementary grain feeding and straw retention are promoted through agronomic and conservation incentives. These measures differ in ecological scope: feeding provides direct, concentrated energetic subsidies, whereas straw management alters habitat structure and resource bases. We clarified whether these pathways function in complementary or substitutive ways to support resilient, long-term conservation strategies in rice agroecosystems. Using camera traps, we evaluated the effects of three straw treatments (chopped-straw, whole-straw, straw-removed) and supplemental feeding on winter bird and mammal communities across 48 rice fields in the CCZ. Our results demonstrate that feeding produced strong, localized increases in bird abundance and richness, driven mainly by cranes (Grus japonensis and Antigone vipio) and geese (Anser spp.), with limited effects on Shannon diversity or functional structure. Among non-feeding fields, chopped-straw paddies consistently supported higher richness and Shannon diversity than whole-straw or straw-removed fields, while centroid shifts in taxonomic and functional space were modest. Mammal abundance and diversity were largely insensitive to feeding or straw regimes, varying instead with road and forest distance and regional context. Supplemental feeding and straw retention are therefore not interchangeable tools: feeding concentrates a few avian guilds, whereas chopped-straw retention enhances baseline diversity across farmland. Collectively, our findings suggest integrating low-input straw retention with targeted feeding offers a more robust pathway for sustaining winter biodiversity in rice agroecosystems.

60 APPLIED LIFE SCIENCES↗

Design-informed neutronics assessment of long-lived fission product transmutation in a tokamak fusion reactor blanket

This study presents a neutronics-based assessment of the feasibility and viability of transmuting six major long-lived fission products (LLFPs) from light-water reactors, namely 99 Tc, 129 I, 79 Se, 93 Zr, 126 Sn, and 135 Cs, within the blanket region of a tokamak fusion reactor, using the MIT ARC design as a concrete fusion configuration. Monte Carlo neutronics simulations were performed to evaluate LLFP transmutation and to compare the results with a reference boiling water reactor (BWR). The results indicate that transmutation of all six LLFPs is neutronics-feasible in fusion reactors, with transmutation half-lives significantly shorter than their natural decay half-lives. For elemental targets, transmutation of 135 Cs, 126 Sn, and 93 Zr was found potentially viable, as the net mass transmuted exceeded that achievable in the reference BWR under identical target volume and irradiation time. When isotopically separated targets were considered, transmutation of 126 Sn and 93 Zr appeared potentially viable. A parametric study demonstrated that plasma geometry modifications can enhance local neutron flux, increasing the transmuted 93 Zr mass by approximately 33% and reducing the transmutation half-life from approximately 240 years to 180 years. Repositioning the target and adjusting material layer thickness reduced the transmutation half-life of 93 Zr to 67 years and increased the net mass transmuted by a factor of 50. Furthermore, these results demonstrate that fusion reactors can enable LLFP transmutation beyond the practical limits of thermal fission reactors and highlight the critical role of reactor and blanket design optimization. Engineering and fuel-cycle considerations required for deployment are beyond the scope of this neutronics-focused study.

73 NUCLEAR PHYSICS AND RADIATION PHYSICS↗

Higher-order LaSDI: Reduced order modeling with multiple time derivatives

Solving complex partial differential equations (PDEs) is essential across scientific disciplines but often requires numerical models that can be prohibitively expensive in time-sensitive applications. Reduced-order models (ROMs) address this challenge by exploiting low-dimensional structure to create fast approximations. The Latent Space Dynamics Identification (LaSDI) framework has demonstrated success in learning ROMs for parameterized PDE families, but remains limited to first-order systems. Here, in this paper, we propose Higher-Order LaSDI (HLaSDI), which extends the LaSDI framework to PDEs with arbitrary order of time derivatives. This generalization significantly expands the applicability of LaSDI-based methods to systems previously outside their scope, including hyperbolic PDEs. We demonstrate HLaSDI’s accuracy and efficiency on several linear and nonlinear benchmark problems.

97 MATHEMATICS AND COMPUTING↗

Bridging semantics, control specifications and assessment: A library for scalable demand flexibility controls

There is growing recognition that Demand Flexibility (DF) can play a major role in enhancing grid reliability, with building control applications emerging as key enablers for DF. However, the traditional approach to deploying new control applications in buildings, including those for DF, remains largely manual and tailored to individual buildings, making it difficult to scale. While research efforts have explored semantics-driven portability, DF controls specification, and assessment approaches, these initiatives are fragmented and limited in scope. This paper proposes a novel methodology, grounded in design science research, to integrate these elements and create a comprehensive DF controls library for both industry and academia. This approach is applied to develop the Demand FLEXibility controls LIBrary using Semantics (DFLEXLIBS), an extensible open-source library that provides DF controls for HVAC systems in Python. DFLEXLIBS enables portable, easy-to-deploy controls that abstract building-specific data points, facilitating assessment across diverse buildings. DFLEXLIBS features nine different control applications, and it is successfully implemented and tested across four virtual and two real buildings, bridging the gap between semantics-driven portability, DF controls specification, and rigorous performance assessment. Its benefits are measured by a reusability ratio greater than 90% and a functional overlap ratio of around 70% for the most common functions used in the library, significantly reducing time for deploying new controls.

Controls library↗