Search NASASearch

SEARCH · Search NASA

Results for “interactive visualization”

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

Visualizing Millisecond Atomic Dynamics of Nanocrystals in Liquid

Atomic structures of nanomaterials are inherently dynamic and continuously reshaped through interactions with chemical species and external stimuli. Such dynamics are further amplified as the size and dimensionality of nanomaterials decrease. Despite advances in analytical methods, it remains challenging to capture the structural dynamics of nanomaterials in reactive environments with both atomic spatial resolution and commensurate temporal resolution. Here, in this study, we directly visualize atomic-scale dynamics of gold (Au) nanocrystals in reactive liquid environments with millisecond-speed liquid-cell electron microscopy (EM) and deep-learning denoising. We uncover reversible fluctuations in the local crystallinity of Au nanocrystals dependent on the surrounding chemical environment. These transient fluctuations, driven by interactions at nanocrystal–liquid interfaces, critically influence the dissolution kinetics and grain boundary relaxation. By overcoming the spatiotemporal limitations in conventional liquid-cell EM, our findings provide insights into how transient nanoscale structures dictate the stability and reactivity of nanomaterials.

Kang, Sungsu [University of Chicago, IL (United St

Immersive Visualization for Scientific Data Analysis

We will present the use of immersive visualization at the National Renewable Energy Laboratory (NREL), showcasing how immersive visualization is advancing scientific research and engineering practices and transforming our day-to-day operations. We are leveraging immersive visualization to support scientific discovery and engineering in various domains, including material design, computational fluid dynamics, immersive analytics, grid modernization, digital twins, and situated visualization. We have observed several benefits across four key areas: enhanced spatial judgments, improved understanding through interaction, increased capacity to embed high-dimensional data, and improved collaboration.

immersive analytics

A Scoping Review of Mixed Initiative Visual Analytics in the Automation Renaissance

Artificial agents are increasingly integrated into data analysis workflows, carrying out tasks that were primarily done by humans. Our research explores how the introduction of automation recalibrates the dynamic between humans and automating technology. To explore this question, we conducted a scoping review encompassing twenty years of mixed-initiative visual analytic systems. To describe and contrast the relationship between humans and automation, we developed an integrated taxonomy to delineate the objectives of these mixed-initiative visual analytics tools, how much automation they support, and the assumed roles of humans. Here, we describe our qualitative approach of integrating existing theoretical frameworks with new codes we developed. Our analysis shows that the visualization research literature lacks consensus on the definition of mixed-initiative systems and explores a limited potential of the collaborative interaction landscape between people and automation. Our research provides a scaffold to advance the discussion of human-AI collaboration during visual data analysis. Our integrated taxonomy is available in the form of a web application on https://smonadjemi.github.io/miva.

Monadjemi, Shayan [ORNL] (ORCID:0000000293855969)

Pre- and post-processing of cluster galaxies out to 5 × R 200: the extreme case of A2670

ABSTRACT We study galaxy interactions in the large-scale environment around A2670, a massive (M200 = $8.5 \pm 1.2~\times 10^{14} \, \mathrm{{M}_{\odot }}$) and interacting galaxy cluster at z = 0.0763. We first characterize the environment of the cluster out to 5× R200 and find a wealth of substructures, including the main cluster core, a large infalling group, and several other substructures. To study the impact of these substructures (pre-processing) and their accretion into the main cluster (post-processing) on the member galaxies, we visually examined optical images to look for signatures indicative of gravitational or hydrodynamical interactions. We find that ∼21 per cent of the cluster galaxies have clear signs of disturbances, with most of those (∼60 per cent) likely being disturbed by ram pressure. The number of ram-pressure stripping candidates found (101) in A2670 is the largest to date for a single system, and while they are more common in the cluster core, they can be found even at >4 × R200, confirming cluster influence out to large radii. In support of a pre-processing scenario, most of the disturbed galaxies follow the substructures found, with the richest structures having more disturbed galaxies. Post-processing also seems plausible, as many galaxy–galaxy mergers are seen near the cluster core, which is not expected in relaxed clusters. In addition, there is a comparable fraction of disturbed galaxies in and outside substructures. Overall, our results highlight the complex interplay of gas stripping and gravitational interactions in actively assembling clusters up to 5 × R200, motivating wide-area studies in larger cluster samples.

Astronomy & Astrophysics

Diagnostic diagrams for ram pressure stripped candidates

ABSTRACT This paper presents a method for finding ram pressure stripped (RPS) galaxy candidates by performing a morphological analysis of galaxy images obtained from the Legacy survey. We consider a sample of about 600 galaxies located in different environments such as groups and clusters, tidally interacting pairs and the field. The sample includes 160 RPS previously classified in the literature into classes from J1 to J5, based on the increasing level of disturbances. Our morphological analysis was done using the astromorphlib software followed by the inspection of diagnostic diagrams involving combinations of different parameters like the asymmetry (A), concentration (C), Sérsic index (n), and bulge strength parameters $F(G,\, M_{20})$. We found that some of those diagrams display a distinct region in which galaxies classified as J3, J4, and J5 decouples from isolated galaxies. We call this region as the morphological transition zone and we also found that tidally interacting galaxies in pairs are predominant within this zone. Nevertheless, after visually inspecting the objects in the morphological transition zone to discard obvious contaminants, we ended up with 33 bona fide new RPS candidates in the studied nearby groups and clusters (Hydra, Fornax, and CLoGS sample), of which one-third show clear evidence of unwinding arms. Future works may potentially further increase significantly the samples of known RPS using such method.

Astronomy & Astrophysics

A Data Processing Pipeline To Extract A Knowledge Graph From Heterogeneous Data For Socio-technical Analysis Of Critical Infrastructure Influence

The code is written in Python and consists of the following pipeline that is implemented in Apache Airflow. This pipeline intends to understand the companies that are directly or indirectly involved with a type of critical infrastructure system at some point in that system's lifecycle. The pipeline takes a configuration file that specifies a list of initial companies to consider, a geographic region of interest, and a set of SEC form types as well as other data sources (e.g. CrunchBase) from which to extract entities and relations. There are four main components to this pipeline as currently implemented: Entity Extraction, Network Construction, Analysis, and Visualization. First, Entity Extraction, is implemented as the `topear-extract_organizations` Apache Airflow workflow. Given an initial query that specifies a geographic region of interest and a time interval, the software will extract CI facilities of interest and organizations that have a direct influence relationship to those facilities (e.g. ownership). During the course of the LDRD, we focused on Electric Vehicle charging stations and this information is available via the Department of Energy (DOE) database on fueling stations maintained by NREL. Within the context of the DOE CESER project, we have focused on Battery Energy Storage Systems (BESS). Second, the Network Extraction component will iteratively construct a social network graph given the set of organizations and people extracted in the previous step. Organizations (and eventually People if desired) are then fed as a query to the `topgear-construct_social_network` Apache Airflow workflow which given a set of initial companies and data sets (e.g. SEC EDGAR form types, OpenCorporates, Crunchbase). This Airflow workflow will iteratively query such data sources to discover relationships with new organizations and people. For example, this module can iteratively query SEC EDGAR for metadata that documents the number of each type of form for the given set of companies and their location. This forms metadata represents a catalog of data sources from SEC EDGAR for the extracted social network knowledge graph. The pipeline then downloads these forms from the website and saves them in a build directory for further processing. These documents are then parsed for entities and relations. Again, we note that in additional to SEC data sources, this step can also pull in information on organizations via API services such as CrunchBase and OpenCorporates or bulk data sources. At the end of this step, the resultant social network, the Critical Infrastructure network, and the edges that encode relationships between organizations and CI facilities, form the Adversarial Socio-Technical Network (ASTN) that informs the analysis. Third, the Analysis component processes these generated ASTN. Previously, that has included the ability to compare prevalence of different vendors for a given infrastructure component type across different regions as well as identify common public and private investors across those vendors. This was demonstrated for EV Charging Stations across several different metropolitan areas within an IEEE PES GridEdge publication. More recently, we have looked at ways to identify infrastructure owners and operators of BESS with the most nameplate capacity across different states as well as other indictors of risk resulting from changes in ownership over time. Finally, the Visualization component consists of an HTML/CSS/JS framework by which users can interact geospatial, operational, and organizational relationships across a given portfolio of Critical Infrastructure facilities. The objective is to provide a library of UI/UX modules that can be repurposed for stakeholder-specific dashboards. All of the modules are related via a common event model that enables UI actions in one view to percolate across the other views.

Weaver, Gabriel [Idaho National Laboratory (INL),

Large-Scale Visualization of 3D Unstructured Groundwater Model Using Cave Automated Virtual Environment

The immersive three-dimensional (3D) virtual reality (VR) visualization of groundwater models allows us to deepen our understanding of aquifer systems and provide better solutions to present groundwater-related problems, such as groundwater recharge, water quality, and sustainability. Visualization assists in accurately developing groundwater models and revealing important subsurface features, including faulting, folding, and unconformity. However, assessing model accuracy poses challenges due to the complexity of geology and groundwater systems. This research demonstrates a workflow to visualize and analyze raw 3D unstructured groundwater model data using an immersive Cave Automated Virtual Environment (CAVE). To visualize the unstructured groundwater model data, the raw dataset is converted into interactive CAVE-compatible formats utilizing a set of tools: ParaView, Blender, and Unity. This enables researchers to immerse themselves in the data, identifying influential patterns and relationships. e resulting insights can inform the development of sophisticated machine-learning models for groundwater level prediction. The CAVE’s immersive capabilities allow intuitive exploration from various perspectives, providing a more holistic understanding of the factors affecting groundwater levels. These insights are crucial to improve predictive models. The CAVE results also facilitate collaborative analysis and have potential applications in training and education. is research demonstrates the value of immersive VR tools such as the CAVE for unraveling intricacies within high-dimensional scientific data to drive real-world forecasting and modeling applications.

54 ENVIRONMENTAL SCIENCES

Cost and Performance Baseline for Fossil Energy Plants Volume 1: Bituminous Coal and Natural Gas to Electricity

This report presents an independent assessment of the cost and performance of select fossil energy power systems—pulverized coal (PC) and natural gas combined cycle (NGCC) plants—using a systematic, transparent, technical, and economic approach. This is Volume 1 of the baseline series: Bituminous Coal and Natural Gas to Electricity. The cost and performance of fossil fuel‐based generation technologies represented in this report are important inputs to assessments and determinations of technology combinations to be utilized to meet the projected demands of future power markets. From a research and development perspective, this report is used to assess goals and metrics and to provide a consistent basis for comparing developing technologies. The main report consists of fifteen power plant configurations, six PC cases (with and without carbon capture) nine NGCC cases (with and without carbon capture) and few additional cases of higher capture rate, for both PC and NGCC plants in the appendix. In addition to the report, an interactive tool was developed that allows users to manipulate six key study parameters simultaneously for each case and visualize the impact on three metrics: 1) levelized cost of electricity (LCOE), 2) cost of CO 2 capture (CCC), and 3) cost of CO 2 avoided (CCA). Following is the link to the interactive tool: https://netl.doe.gov/NETLVol1BaselineTool

20 FOSSIL-FUELED POWER PLANTS

SCULPT (Supervised Clustering and Uncovering Latent Patterns with Training) v1

SCULPT (Supervised Clustering and Uncovering Latent Patterns with Training) is a comprehensive data visualization and analysis application focused on working with COLTRIMS (COLd Target Recoil Ion Momentum Spectroscopy) data, which is used in atomic and molecular physics experiments. The application offers several powerful features: - Data uploading and processing capabilities for COLTRIMS files - Multiple visualization methods using UMAP (Uniform Manifold Approximation and Projection) for dimensionality reduction - Interactive selection of data points across multiple views - Feature engineering through various methods: - Manual feature selection from calculated physics parameters - Deep autoencoder for dimension reduction - Genetic programming for discovering meaningful features - Mutual information-based feature selection - Multiple clustering approaches (DBSCAN, KMeans, Agglomerative) - Quality metrics for evaluating clustering results - Export capabilities for selections and generated features

Daoud, Hazem [Lawrence Berkeley National Laborator

Using Visual Systems Mapping to Improve Transparency and Comparability of Life Cycle Assessment Baseline Scenarios

Visual systems mapping is a systems engineering approach used to represent complex processes and interactions. This study evaluates its application for documenting assumptions in life cycle assessment (LCA) baseline scenarios. In LCA, the baseline or reference case represents the business as usual system against which changes in impacts (e.g., emissions) are assessed. These baseline assumptions are particularly influential in biomass LCAs, yet they often vary across studies due to regional context, system boundaries, and simplifying assumptions that are not consistently or transparently documented. As a result, key feedbacks, omitted processes, and boundary choices may remain unclear, limiting comparability across studies and weakening their usefulness for decision-making. This study examines whether visual systems mapping can improve the transparency and comparability of biomass LCA baseline scenarios. A case study of five published biomass-related LCAs were reviewed, and their baseline scenarios were translated into visual system maps to identify included processes, omitted components, and underlying assumptions. The analysis demonstrates that visual systems mapping can make baseline assumptions more explicit, highlight excluded dynamics, and improve documentation of system boundaries. Based on these findings, the study recommends the use of visual systems mapping alongside open data repositories and reproducible workflows to support greater transparency, reproducibility, and comparability in LCAs. These improvements can strengthen the role of LCAs in informing decisions related to sustainable biomass systems.

Davis, Maggie [ORNL] (ORCID:0000000181319328)

Complex water networks visualized by cryogenic electron microscopy of RNA

The stability and function of biomolecules are directly influenced by their myriad interactions with water. Here we investigated water through cryogenic electron microscopy (cryo-EM) on a highly solvated molecule: the Tetrahymena ribozyme. By using segmentation-guided water and ion modelling (SWIM), an approach combining resolvability and chemical parameters, we automatically modelled and cross-validated water molecules and Mg 2+ ions in the ribozyme core, revealing the extensive involvement of water in mediating RNA non-canonical interactions. Unexpectedly, in regions where SWIM does not model ordered water, we observed highly similar densities in both cryo-EM maps. In many of these regions, the cryo-EM densities superimpose with complex water networks predicted by molecular dynamics, supporting their assignment as water and suggesting a biophysical explanation for their elusiveness to conventional atomic coordinate modelling. Our study demonstrates an approach to unveil both rigid and flexible waters that surround biomolecules through cryo-EM map densities, statistical and chemical metrics, and molecular dynamics simulations.

59 BASIC BIOLOGICAL SCIENCES

Ultrafast Nanoimaging of Carrier Funneling in Composition-Graded Semiconductor Nanowires

Recent advances in bandgap engineering of low-dimensional semiconductors have enabled high-efficiency carrier transport in miniaturized electronic and optoelectronic devices. The physical properties and functionalities of these materials are governed by complex carrier dynamics coupled with multiple transport mechanisms in tailored band structures. Here, we report ultrafast nanoimaging of carrier funneling and recombination in composition-grade CdSxSe1-x nanowires using pump-probe near-field nanoscopy. Leveraging the high resolution of this technique in both space and time, we resolve nanoscale local carrier dynamics along composition-graded nanowires, revealing the local variation of composition-dependent carrier mobilities and lifetimes that significantly differ from their uniform composition counterparts. Furthermore, we demonstrate a length-dependent behavior wherein shorter nanowires exhibit enhanced funneling effects, accelerating carrier transport by up to 33%. Our findings provide direct visualization of nanoscale carrier transport while supporting an effective approach for investigating complex carrier interactions in inhomogeneous semiconductor nanostructures, with implications for optimizing next-generation optoelectronic devices.

Yang, Rundi

BiG-SCAPE 2.0 and BiG-SLiCE 2.0: scalable, accurate and interactive sequence clustering of metabolic gene clusters

Microbial metabolic gene clusters encode the biosynthesis or catabolism of metabolites that facilitate ecological specialization, mediate microbiome interactions and constitute a major source of medicines and crop protection agents. Here, we present BiG-SCAPE and BiG-SLiCE 2.0, next-generation methods that facilitate scalable, accurate and interactive gene cluster analyses. BiG-SCAPE 2.0 updates its classification, alignment methods, and visualizations, enabling more accurate analysis, up to 8x faster runtimes and halved memory requirements. BiG-SLiCE 2.0 updates its distance metric, pHMM database, and classification logic, resulting in increased sensitivity nearing that of BiG-SCAPE. Analysis of 260,630 biosynthetic gene clusters from publicly available genomes reveals that both tools generate concurring estimates of gene cluster diversity, thus providing significantly extended methodological support for recent evidence indicating that the vast majority of natural product diversity remains unexplored. Together, these updates will facilitate global genome mining efforts for natural product discovery and microbiome analyses scalable with current data sizes.

Draisma, Arjan [Wageningen University & Research (

Geant4 Visualization

Geant4 offers versatile visualization tools to study detector geometry, particle trajectories, and hits. These tools support both interactive and batch modes (e.g., vis.mac). With a unified interface, Geant4 integrates various graphics systems such as G4VisExecutive, OpenGL, Qt, HepRApp, DAWN, VTK, and ToolsSG. Advanced examples, including the ICRP145 Human Phantoms and the gMocren tool, highlight its applications in medical research and simulation and as well as radiation protection and shielding studies. These features make Geant4 a robust framework for exploring particle interactions and supporting domain-specific use cases.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Exploring the Use of Large Immersive Display Systems in the Nuclear Industry

Large immersive display systems play a critical role in the nuclear industry by enabling advanced training, design reviews, scientific visualization, and safety simulations. These systems, such as CAVE and powerwalls, allow engineers and operators to interact with virtual nuclear environments in real-time, providing a deeper understanding of complex systems. Their ability to simulate real-world scenarios for testing and optimization in a safe, controlled environment ensures that operators and engineers can refine process, enhance safety protocols, and troubleshoot complex challenges. This article outlines key lessons learned from deploying these systems, practical insights into their applications, and considerations for future improvements, aiming to guide their broader adoption and effective use in the nuclear industry.

99 - GENERAL AND MISCELLANEOUS

Bats flying through a Y-maze are visually attracted to wind turbine surfaces

Wind energy’s rapid expansion has led to unintended consequences for wildlife, with migratory bats among the species most at risk. The behavioural mechanisms underlying collisions remain poorly understood, but one hypothesis is that bats are attracted to wind turbine structures. Vision is important to bat orientation and obstacle avoidance, yet it has been relatively understudied in the context of bat–turbine interactions. We hypothesize that light reflected off turbine surfaces could attract bats, acting as a sensory pollutant that may increase collision risk. To test whether reflective turbine surfaces elicit attraction, we flew 242 Lasiurus cinereus and 154 Lasionycteris noctivagans through Y-maze assays. Bats were at least twice as likely to fly towards white turbine blade sections compared to less reflective black ones. This attraction intensified when the alternative exit was a dark, empty flyway, with 74% of L. cinereus and 97% of L. noctivagans flying towards the white turbine blade. These findings provide evidence that visual sensory pollutants could underlie bat–turbine interactions, and if so, wind turbines could be ecological traps.

17 WIND ENERGY

A methodology for decay heat characterization in molten salt reactors

Accurate decay heat prediction in molten salt reactors (MSRs) faces dual challenges: complex operational uncertainties and the need for interpretable models compatible with engineering workflows. This work presents a hybrid machine learning and segmented polynomial methodology that addresses both requirements through three key innovations. First, a modular data architecture encodes MSR-specific operational parameters (power density: 1-100 W cm -3 , humidity: 0-0.1 wt %, air ingress: 0-0.1 mol %) with uncertainty-aware temporal discretization spanning 15 orders of magnitude. Second, region-optimized machine learning models achieve 92.3 % root mean square error (RMSE) reduction over conventional polynomials while maintaining physical interpretability through automated piecewise equation generation. Third, dual front-end interfaces accelerate safety analyses — a Jupyter environment enables researchers to explore 10,000+ parameter combinations via interactive widgets, while a Streamlit web application reduces design iteration cycles through production-grade visualization tools. Operational deployment demonstrates prediction times of only a couple hundred milliseconds for 10 4 years decay profiles, enabling real-time optimization of spent fuel container designs.

42 - ENGINEERING

Single-Determinant Ground State in Ce 4+ Imidophosphorane Complexes

X-ray spectroscopy techniques are critical in the electronic structure analysis of high-valent lanthanides. The interpretation of multipeaked features at the lanthanide L 3 -edge has remained a challenging question, as it is observed across a range of material classes. A series of structurally related Ce 4+ complexes were prepared to probe the potential ligand field perturbation of the ground state within the series. The tuning of relative 4f and ligand orbital energies in homoleptic and heteroleptic tetravalent Ce imidophosphorane complexes is achieved through ligand derivatization and is clearly demonstrated by UV−vis spectroscopy and electrochemically measured redox potentials. However, Ce L 3 - edge high-energy resolution fluorescence-detected (HERFD) X-ray absorption near-edge structure (XANES) spectra present features at consistent numbers and energies across the range of complexes. Resonant inelastic X-ray scattering (RIXS) is employed to visualize the observed features in the HERFD-XANES spectra. Large complete active space configuration interaction singles and doubles (CASCISD) calculations demonstrate that the ground-state wave function of all complexes can be described employing a single determinant. As a result, the multielectron feature at the L 3 -edge observed in this study for the Ce 4+ imidophosphorane complexes is described as excited-state multiconfigurational behavior that is independent of ligand variation, in systems where the ground state is described using the simple single determinant wave function.

Lanthanides