Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “SPACE COMMUNICATION”

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 55 records · Page 3

Advanced Interactive 3D Visualization Tool for Customizable Analyses of Tomography Datasets in Material Science

Current methods for visualizing and analyzing 3D tomography datasets in materials science often lack the interactivity and depth required for detailed structural insights. This limitation restricts a researchers' ability to accurately interpret complex data, which is critical for advancing material innovations and understanding structural properties. To address this issue, we have developed a novel, web-based interactive 3D visualization and analysis tool from the Trame framework that offers customizable features to enhance data interpretability. The tool allows users to adjust parameters such as visible range, slice planes, data rotation, and layering, providing a more detailed and dynamic view of complex structures. Its user-friendly web interface increases the accessibility and ease of use for both novice and experienced researchers, to visualize large volumetric datasets. The tool supports a diverse range of data formats, making it versatile for various research applications. Unique capabilities include real-time data manipulation, automated feature detection, context-sensitive feedback, and real-time volume calculations and distributions per sliced region or layer, alongside the ability to quickly generate high-quality screenshots and videos for presentations and reports. These advancements offer a comprehensive solution for enhanced 3D data exploration, significantly improving the analysis process and communication of results in materials science.

36 - MATERIALS SCIENCE↗

Yesterday’s extremes, today’s new normal: flood risk in the Kathmandu Valley, Nepal

Unplanned urban growth has left many cities increasingly vulnerable to extreme rainfall events, particularly in regions with inadequate drainage infrastructures and development encroaching on natural floodplains. Here, in this perspective paper, we examine the September 2024 floods that struck Central Nepal, triggered by a persistent low-pressure system and enhanced by converging moisture flows from the Arabian Sea and the Bay of Bengal which led to widespread catastrophic damage. In the Kathmandu Valley, floodwaters expanded to more than 2.5 times the bankfull water extent, causing significant damage to housing, transportation network, and critical infrastructure, displacing thousands of residents, and severely disrupting urban services. This event highlights the urgent need for improved flood management strategies that integrate both structural and non-structural measures into the infrastructure development. While early warning systems provided critical lead time, challenges remain in reducing forecasting uncertainties and improving communication across government agencies and with local communities. A forward-looking approach is essential, including probabilistic flood forecasting systems, sustainable floodplain management, risk-sensitive land use planning, climate- and disaster- resilient infrastructure development, and the integration of nature-based solutions like urban green and blue spaces to mitigate flood impacts. By involving local communities in planning and preparedness efforts, particularly through citizen science initiatives, and engagement with underserved and disadvantaged communities, Nepal can better adapt to the growing risks posed by extreme rainfall and urban flooding and enhance long-term disaster resilience in rapidly urbanizing areas like Kathmandu Valley.

Kathmandu Valley↗

CMIP7 data request: impacts and adaptation priorities and opportunities

The Coupled Model Intercomparison Project Phase 7 (CMIP7) undertook an extensive process to gather community input and refine data requests related to impacts and adaptation applications of Earth System Model (ESM) outputs. The Impacts and Adaptation (I&A) Data Request Team worked with CMIP7 leadership to distribute an open solicitation across many communities that use climate model outputs requesting inputs for new and existing variables, the most applicable temporal characteristics, and groupings of variables that together allow for specific application opportunities. This input was then collated and translated into CMIP7 standard templates for inclusion in the broader data request, leading to 13 I&A data request opportunities, 60 variable groups and 539 unique variables sought by vulnerability, impacts, adaptation, and climate services user communities. Here, we describe these opportunities and variable groups, as well as new insights into how ESM groups can prioritize outputs that set off a chain of further analyses, ultimately informing decisions impacting society and natural systems. These include an emphasis on high-resolution outputs to allow further modeling of climate impacts at regional and local scales, improved representation of extreme weather events, enhanced accuracy of downscaling and bias-adjustment techniques, and support for more detailed assessments for decision-making in adaptation and mitigation strategies. There is also broad interest in more extensive provisioning of two-dimensional variables at the Earth's surface, prioritizing experiments that enhance our understanding of both the recent past and future scenarios, and providing outputs that allow further downscaling and bias adjustment. We emphasize that variable groups are the fundamental level at which to engage with the I&A data request, matching the scale of input and the way output provision enables specific I&A applications. Given resource constraints, we applaud CMIP7 efforts to foster strong engagement and communication between ESM groups and the I&A team to build consensus around prudent compromises in priority variables, temporal resolutions, simulation experiments, time subsets, and ensemble members.

Ruane, Alex C. [NASA Goddard Inst. for Space Studi↗

X-ray and γ-ray beam interstellar communication and implications for SETI

The possibility of detecting artificial signals transmitted by alien civilizations via collimated X-ray or gamma-ray beams is investigated. The prospect of using such beams for human communication within the solar system and beyond is also discussed. Detector responses were simulated for input signals and analyzed using relative entropy. For simplicity, all signals were assumed to use on-off keying (OOK) modulation. “Real” signals were generated by taking digital files and sequentially feeding their raw binary data to the detector simulator, the resulting normalized information content of the detector signals was plotted and compared to random noise signals. Since jpeg files contain compressed information, these served as a proxy for artificial alien signals. This showed that there is a clear difference in measured information content between natural and artificial signals, even with relatively poor time resolution in the detector causing the signals to be smeared (dead-time/rise-time intervals many times longer than the duration between signal pulses). It was found that so long as the signal lasts for at least several rise-time/dead-time intervals, the distinction between random and artificial signals is obvious. A space-telescope with high time resolution for searching for such signals is briefly described and its basic requirements are outlined.

43 PARTICLE ACCELERATORS↗

Steerable terahertz beams using surface waves on an active metasurface

The development of dynamic components for controlling wave fronts in the sub-terahertz region of the electromagnetic spectrum has emerged as a frontier research topic for many applications in sensing and communications. One approach which has attracted much attention involves the use of active metasurfaces, tiled arrays of sub-wavelength elements with properties that can be reconfigured via external actuation. In nearly all cases, these metasurfaces are employed as either transmissive or reflective elements, taking advantage of their strong and tunable interaction with free-space electromagnetic waves. These interactions can be significantly enhanced through the use of surface waves propagating parallel to the metasurface array, although very few studies have exploited this option. Here, we integrate a metasurface into the interior of a parallel-plate waveguide in a configuration explicitly designed to exploit this surface-wave geometry. We show that varying the electrical properties of the active metasurface changes the wave vector of the guided mode, and thereby alters the emission angle of radiation out-coupled through a leaky-wave slot aperture. These results, which are consistent with numerical simulations, represent a new approach to broadband beam steering suitable for the sub-terahertz spectral range.

77 NANOSCIENCE AND NANOTECHNOLOGY↗

A Full-Stack Exploration of Language-Based Parallelism in Fortran 2023

This poster explores native parallel features in Fortran 2023 through the lens of supporting applications with libraries, compilers, and parallel runtimes. The language revision informally named Fortran 2008 introduced parallelism in the form of Single Program Multiple Data (SPMD) execution with two broad feature sets: (1) loop-level parallelism via do concurrent and (2) a Partitioned Global Address Space (PGAS) comprised of distributed “coarray” data structures. Fortran’s native parallelism has demonstrated high performance [1] and reduced the burden of inserting what sometimes amounts to more directives than code. Several compilers support both feature sets, typically by translating do concurrent into serial do loops annotated by parallel directives and by translating SPMD/PGAS features into direct calls to a communication library. Our research focuses primarily on two questions: (1) can the compiler’s parallel runtime library be developed in the language being compiled (Fortran) and (2) can we define an interface to the runtime that liberates compilers from being hardwired to one runtime and vice versa. We are answering these questions by developing the Parallel Runtime Interface for Fortran (PRIF) [2] and the Co-Array Fortran Framework of Efficient Interfaces to Network Environments (Caffeine) [3]. Caffeine is initially targeting adoption by LLVM Flang, a new open-source Fortran compiler developed by a broad community in industry, academia, and government labs. We are also exploring the use of these features in Inference-Engine, a deep learning library designed to facilitate neural network training and inference for high-performance computing applications written in modern Fortran.

Rasmussen, Katherine↗

Landau-phonon polaritons in Dirac heterostructures

Polaritons are light-matter quasiparticles that govern the optical response of quantum materials at the nanoscale, enabling on-chip communication and local sensing. Here, we report Landau-phonon polaritons (LPPs) in magnetized charge-neutral graphene encapsulated in hexagonal boron nitride (hBN). These quasiparticles emerge from the interaction of Dirac magnetoexciton modes in graphene with the hyperbolic phonon polariton modes in hBN. Using infrared magneto-nanoscopy, we reveal the ability to completely halt the LPP propagation in real space at quantized magnetic fields, defying the conventional optical selection rules. The LPP-based nanoscopy also tells apart two fundamental many-body phenomena: the Fermi velocity renormalization and field-dependent magnetoexciton binding energies. Our results highlight the potential of magnetically tuned Dirac heterostructures for precise nanoscale control and sensing of light-matter interaction.

36 MATERIALS SCIENCE↗

Exploring the hidden valley at MATHUSLA

Hidden valley models naturally predict numerous long-lived particles, the distinctive signatures of which would be compelling evidence for a hidden valley scenario. As these are typically low-energy particles, they pose a challenge in terms of passing energy triggers in traditional searches at the Large Hadron Collider. The MATHUSLA (MAssive Timing Hodoscope for Ultra-Stable neutraL pArticles) experiment is specifically designed for the purpose of detecting long-lived particles. It also has the capability of detecting lower energy particles relative to ATLAS and CMS. In this paper, we assess MATHUSLA's potential for effectively probing hidden valley models. As a benchmark, we assume the hidden valley sector communicates with Standard Model sectors via a heavy vector propagator that couples to Standard Model quarks as well as hidden valley quarks. We model the showering and hadronization in the hidden valley sector using PYTHIA and study the detector acceptance as a function of the hidden valley meson's lifetime. We find that MATHUSLA possesses significant capabilities to explore previously uncharted parameter space within hidden valley models.

Hidden sector↗

Lessons from Artist in Residence Program Design and Impact

As a national laboratory, Pacific Northwest National Laboratory (PNNL) seeks to be on the leading edge of public interest research and deliver innovation, a core value of the institution. Through the support of the U.S. Department of Energy’s Water Power Technologies Office, PNNL has convened a workshop entitled Advancing Energy Futures through Art in Seattle, Washington, on August 19th and 20th, 2024. An explicit focus on Artist in Residence (AiR) programs initiates the discussion, as this is one of the few clear places where public interest research, artistic engagement, and energy futures have aligned. The workshop proposes to hear from program managers of successful AiR programs, scientists, and artists who work in the energy futures space, to discuss AiR program models and successful modalities for art and storytelling. This paper is provided as background context for workshop participants.

99 GENERAL AND MISCELLANEOUS↗

Advances in supervisory control strategies for a heat pump centric HVAC system − a comprehensive review on applications

There is an increase in research investigating the development and deployment of supervisory controllers that enable high efficiency electrically driven vapor compression heat pumps operating within grid interactive efficient buildings to provide demand side management. This paper reviews over sixty relevant case studies within this domain that focus on commercial off-the-shelf heat pumps whose primary task is providing space conditioning. The concept of a heat pump-centric heating, ventilation, and air-conditioning system is introduced, accompanied by a detailed overview of various kinds of electric heat pumps and building-level thermal energy storage configurations. Additionally, the different types of supervisory controller designs, including rule-based control and model predictive control, are discussed, along with the various methods for communication between a supervisory controller and a downstream heat pump’s local controller. A comparative analysis is conducted in order to categorize the reviewed case studies based on their system design, supervisory control algorithm, and validation methodology. This detailed analysis allows the review to establish current research trends, identify potential gaps, and suggest future directions for the development of this technology. Overall, the authors recommend that more future research be devoted to low-cost practical retrofits that allow for easy integration of active thermal energy storage within heat pump-centric heating, ventilation, and air-conditioning system systems that utilize direct expansion heat pumps. We also suggest more research into the development and deployment of supervisory controllers that can properly communicate with commercial off-the-shelf heat pump local controller available control inputs, e.g., zone temperature setpoint. Lastly, more rigorous experimental demonstrations of advanced supervisory control within real and or closed-loop, transient/ quasi-steady state environments are necessary to reduce industry wide skepticism of this technology.

Demand side management↗

Stepping into the Midwest Bioeconomy: Stakeholder Engagement and Geospatial Tools to Assist in Perennial Bioenergy Crop Decision Making and Entrepreneurship

This project, “Ecosystem Services and Farm Entrepreneurship Technical Assistance,” was a three-year project originally planned for FY22–FY24. Due to a late start and a few extensions, it is being completed in early FY25. This project explored opportunities to support the deployment of a bioeconomy with a circular, more sustainable supply chain. Using a tool developed by Argonne to identify agricultural areas suitable for use in the bioeconomy, we sought to create opportunities in the bioeconomy as biomass producers, bioenergy users, and environmental entrepreneurs. We proposed to focus at the beginning on enhancing the tool’s capabilities, while engaging with key stakeholders to improve and expand the tool’s functionality for all potential stakeholders in the bioeconomy. We believe that expanding our tools and technologies, coupled with conversations in agricultural spaces, will be needed as we continue to explore how best to offer farmers whole-of supply-chain opportunities to participate in the bioeconomy. Through this project we have continued to gain a better understanding of the ways in which farmers, landowners, bioenergy users, and environmental entrepreneurs may approach the bioeconomy. In addition, as we improve our analytic toolkit, we can continue to refine our communication and the ways in which we can valuate the bioeconomy. Refining these tools allows us to dive deeper into conversations around plausible policies and drivers for future bioeconomy investment and engagement by stakeholders. By working with farmers and agricultural landowners to enable a sustainable bioeconomy business model, enhance their energy options, and recover resources from their waste streams, this project directly responds to the Bioenergy Technology Office’s (BETO) priorities of building a resilient energy economy. It addresses BETO’s focus on fostering the development and adoption of energy technologies that enable the conversion of waste to energy, efficient land use, and robust job creation. By establishing a technical assistance program that develops capabilities and practices in agricultural areas to implement a bioeconomy future, this program will develop an important linkage between technology being developed at U.S. Department of Energy national laboratories and the agricultural communities of the Midwest. This project focuses on farmers with lower productivity farmland. Because less productive lands create a more difficult revenue stream for conventional crops, these farmers may therefore be more open to alternative agricultural land management regimes. Consequently, the technical assistance program and the methodologies for targeting perennial bioenergy crop application on marginal land provide a distinct opportunity to engage with and invest in the bioeconomy in these economically stressed areas. Stakeholders in this project include farmers and landowners, local conservation organizations (NRCS, SWCS, etc.), universities, non-profit environmental and agricultural entities, farm consultants, environmental regulators, and industry, including the industries working on conversion technologies, anaerobic digestion, pyrolysis, and biochar generation, and the companies interested in trading or purchasing/supporting the valuation of ecosystem services (ES).

09 BIOMASS FUELS↗

Radiation Effects on Network on Chips (NoC) Laboratory Directed Research and Development (LDRD) project

This project was motivated by State-of-the-Art (SOTA) technology that incorporates Network on Chips (NOC) for efficient data communication across the various computer kernels. For example, on the AMD Versal Field Programmable Gate Arrays (FPGA), an NoC has been incorporated for fast data communication from the programmable logic and other computer kernels (processing system, adaptable intelligence engines, etc.). The radiation effects on the legacy technology of this FPGA, such as the programmable logic, are well understood, and established methods exist to measure cross-sections when new families/generations are released; however, newly incorporated technologies, such as the NoC, are not fully understood and could introduce new failure points into the mission space.

36 MATERIALS SCIENCE↗

P38 heterogeneous multi-tiled system with support for message queues (MoSAIC) v0.1

The proposed system is written in the hardware description language (HDL) verilog targeting an FPGA board. It is intended as a testbed to explore architecture tradeoffs in multi-tiled heterogeneous architectures. Although we target FPGAs, the system can be implemented as a monolithic SoC or a package comprised of many chiplets that are interconnected in the same package using a NoC. The proposed NoC is lightweight and follows an axi-lite interface. The endpoints of the NoC are a heterogeneous mix of "tiles" as endpoints that are general purpose processors, fixed function accelerators, and programmable accelerators. We assume that the network interfaces for the NoC endpoints are all addressable in a global name-space in that they represent an address range (for memory addresses) or a range of unique identifiers that are associated with each individual tile. This makes the functionality abstract from the standpoint of the NoC design details. Message queues offer a direct inter-processor interface between peer general purpose cores and diverse accelerators that comprise an SoC. Although they share the same NoC infrastructure for inter-tile communication within an SoC or SiP, the hardware message queues bypass the memory hierarchy and thus do not pollute the memory state or invoke the cache coherence mechanism.

Gonzalez, LouisaPatricia↗

Three-Receiver Quantum Broadcast Channels: Classical Communication with Quantum Non-unique Decoding

In network communication, it is common in broadcasting scenarios for there to exist a hierarchy among receivers based on information they decode due, for example, to different physical conditions or premium subscriptions. This hierarchy may result in varied information quality, such as higher-quality video for certain receivers. This is modeled mathematically as a degraded message set, indicating a hierarchy between messages to be decoded by different receivers, where the default quality corresponds to a common message intended for all receivers, a higher quality is represented by a message for a smaller subset of receivers, and so forth. We extend these considerations to quantum communication, exploring three-receiver quantum broadcast channels with two- and three-degraded message sets. Our technical tool involves employing quantum non-unique decoding, a technique we develop by utilizing the simultaneous pinching method. Here, we construct one-shot codes for various scenarios and find achievable rate regions relying on various quantum Rényi mutual information error exponents. Our investigation includes a comprehensive study of pinching across tensor product spaces, presenting our findings as the asymptotic counterpart to our one-shot codes. By employing the non-unique decoding, we also establish a simpler proof to Marton’s inner bound for two-receiver quantum broadcast channels without the need for more involved techniques. Additionally, we derive no-go results and demonstrate their tightness in special cases.

Salek, Farzin [Technical University of Munich (Ger↗

Secure Wireless Communication Using Distributed Coherent Transmission and Spatial Signal Decomposition

We present a new approach to secure wireless communications using coherent distributed transmission of signals that are spatially decomposed between a two-element distributed antenna array. High-accuracy distributed coordination of microwave wireless systems supports the ability to transmit different parts of a signal from separate transmitters such that they combine coherently at a designated destination. In this article, we explore this concept using a two-element coherent distributed phased array where each of the two transmitters sends a separate component of a communication signal, where each symbol is decomposed into a sum of two pseudorandom signal vectors, the coherent summation of which yields the intended symbol. By directing the transmission to an intended receiver using distributed beamforming, the summation of the two vector components is largely confined to a spatial region at the destination receiver. We implement the technique in a $50−λ$ array operating at 3 GHz. We evaluate the symbol error rate (SER) in 2-D space through simulation and measurement, showing that the approach yields a spatially confined secure region where the information is recoverable (i.e., the received signal has low SER), and outside of which the information is unrecoverable (high SER). The proposed system is also compared against a traditional beamforming system where each node sends the same data. We validate experimentally that our approach achieves a low SER of 0.0082 at broadside and an SER above 0.25 at all other locations compared to a traditional beamforming approach that achieves a SER of 0 at all locations measured.

Engineering - Electronic and electrical engineerin↗

Stripline Block Sensor System

The Long Baseline Neutrino Facility requires a secondary sensor system to aid in the installation and replacement of the stripline blocks. These blocks are responsible for delivering large amounts of current to the horn and must be installed with high precision to avoid possible physical damage. There are many constraints due to the modules' surroundings, such as small clearances and a highly radioactive environment. Existing systems have already been implemented within the process; however, these systems offer limited information, leaving much risk during operations. This calls for a sufficiently accurate sensor system, which has a small space requirement and provides valuable information throughout the replacement period. A variety of methods and technologies were explored to provide an applicable approach to the issue. The proposed solution consisted of the use of retroreflective and target, however, it cannot provide positional feedback throughout the entire process. A proposed alternative utilizes a three-dimensional indoor positioning system to provide the operator with real-time positioning and rotational information. Sensors placed on the module and stripline would communicate with fixed receivers surrounding the target hall to provide precise positional feedback. However, this solution may still contain line-of-sight issues as well as installation complications due to the radioactive environment. Future work would consist of finding vendors capable of providing technology that fits our constraints, proof of concept tests for both solutions, implementation planning, and trials within the target hall itself. Due to its ability to provide continuous positional and rotational feedback, the indoor positioning system is the most suitable solution for accurately installing the stripline block.

Espinoza, David [Unlisted, US]↗

Design and construction of the CMS Outer Tracker for the phase-2 upgrade

The High-Luminosity LHC (HL-LHC) is expected to deliver an integrated luminosity of 3000–4000 fb −1 over 10 years of operation with the peak instantaneous luminosity reaching about 5–7.5 × 1 0 34 cm −2 s −1 . During Long Shutdown 3, several components of the CMS detector will undergo major improvements, called Phase-2 upgrades, to be able to operate in the challenging environment of the HL-LHC. The current CMS tracker will be replaced. The Phase-2 Outer Tracker (OT) will have increased radiation tolerance, higher granularity, and the capability to handle higher data rates. Moreover, the OT will provide tracking information to the Level-1 trigger for the first time at a hadron collider, allowing trigger rates to be kept at a sustainable level without sacrificing physics potential. For this, the OT will be made of modules with two closely-spaced silicon sensors read out by front-end ASICs that can correlate hits in the two sensors to create short track segments, used in the Level-1 track finder. The modules come in two flavors: strip-strip and pixel-strip, containing different sensor configurations and multiple ASICs. This contribution presents the Phase-2 OT, the finalization of the OT module design, and the quality assurance and control procedures used to ensure that the modules fulfill both the specifications from the assembly steps as well as the proper communication among the ASICs.

Zoi, Irene [Fermilab] (ORCID:0000000257389446)↗

Flexible User-Defined Domain Decomposition in Kilometer-Scale E3SM Land Model Simulation

The Energy Exascale Earth System Model (E3SM) Land Model (ELM) has been extended to kilometer-scale (km-ELM) resolutions, enabling high-fidelity simulations of terrestrial processes at 1 km x 1 km grid spacing. In ELM, domain decomposition partitions the computational domain across processors, ensuring efficient parallel execution. Currently, round-robin decomposition is applied, providing a straightforward way to distribute computational workload. As ELM continues evolving at the kilometer-scale (km-scale), particularly with integrating lateral flow modeling, decomposition strategies must also account for the increased workload and data movement. This paper introduces a flexible user-defined domain decomposition framework, allowing users to customize domain partitioning based on application requirements. The impact of different decomposition strategies is evaluated across various applications concerning computation, communication, and I/O. Results demonstrate that while 1D partitioning yields superior I/O performance, k-nearest neighbors (KNN) clustering effectively reduces inter-process communication overhead. This study lays the groundwork for scalable partitioning in large-scale land surface simulations, enhancing next-generation Earth system modeling.

Wang, Dali [ORNL] (ORCID:0000000168065108)↗