Search NASA⌕ Search

SEARCH · Search NASA

Results for “continuity”

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 199 records · Page 11

Data from: 'Abiotic influences on continuous conifer forest structure across a subalpine watershed'

This package archives the core data used for analysis and inference in 'Abiotic influences on continuous conifer forest structure across a subalpine watershed' (Worsham et al., 2025). All data were collected in the East River, Washington Gulch, Slate River, and Coal Creek watersheds of Colorado. In the paper, we quantified the relative influence of climate, topographic, edaphic, and geologic factors on conifer stand structure and composition, and their functional relationships, at the watershed scale. We used waveform LiDAR data to derive spatially continuous stand structure metrics. We fused these with a species-level classification map to estimate tree species abundance. We applied generalized additive and generalized boosted models to evaluate the covariability of structural and compositional metrics with abiotic variables. The package contains the essential products required for reproducing our analysis and the tables and figures reported in the publication. The products comprise four classes: (1) geospatial data, (2) tabular data used for inferential analysis, (3) tabular data describing analytical results and performance statistics, and (4) a data user guide. (1) includes discretized waveform LiDAR data, locations and attributes of individual tree crowns, sampling locations and domain boundaries, a canopy height model, and raster files of estimated forest structural and compositional metrics at 100 m grid scale. (2) includes all response and explanatory variable values applied in inferential models. Response variables include conifer forest stand density, basal area, 95th percentile height, quadratic mean diameter, and others. Explanatory variables include climatic water deficit, actual evapotranspiration, elevation, heat load, soil available water content, and others. (3) includes results of training and testing several individual tree detection (ITD) algorithms, as well as inferential modeling results. (4) is a PDF user guide for this data package, including detailed descriptions and data dictionaries for all files. The data package root contains 17 assets: 8 compressed tape archive (.tar.gz) files, 5 comma-separated values (.csv) files, 3 Geographic Tagged Image File Format (GeoTIFF) (.tif) files, and 1 Portable Document Format (.pdf) file. The compressed .tar.gz archives contain ESRI shapefiles (.shp) .tif, compressed LASer (.laz), and .csv files. The archives must first be decompressed using the widely distributed command-line software utility TAR. All other files, including constituent files within the .tar.gz archives, can be opened in the open-source R statistical computing environment. Alternatively, .csv files may also be read in any simple text editor software or Microsoft Excel. Geospatial files including .shp and .tif files can also be opened in GIS software, such as QGIS (open-source) or ESRI ArcGIS (proprietary). The .pdf Data User Guide can be read with Adobe Acrobat Reader or other compatible readers.

2018 NEON and 2025 CHESS Campaigns↗

Ferromagnets, a new anomaly, instantons, and (noninvertible) continuous translations

We discuss a large class of classical field theories with continuous translation symmetry. In the quantum theory, a new anomaly explicitly breaks this translation symmetry to a discrete symmetry. Furthermore, this discrete translation symmetry is extended by a d – 2-form global symmetry. All these theories can be described as U(1) gauge theories where Gauss law states that the system has nonzero charge density. Special cases of such systems can be phrased as theories with a compact phase space. Examples are ferromagnets and lattices in the lowest Landau level. In some cases, the broken continuous translation symmetry can be resurrected as a noninvertible symmetry. We clarify the relation between the discrete translation symmetry of the continuum theory and the discrete translation symmetry of an underlying lattice model. Our treatment unifies, clarifies, and extends earlier works on the same subject.

71 CLASSICAL AND QUANTUM MECHANICS, GENERAL PHYSIC↗

Demonstration of a Continuous Motion Direct Air Capture System

Global Thermostat (GT) has developed a process that addresses the primary technical challenges associated with direct air capture (DAC): the ability to process enormous volumetric flowrates of air and provide the energy for regeneration at acceptable cost. However, at current, there is opportunity for improvement in overall capture costs and especially in capital costs. While GT has advanced its base technology to TRL levels supporting commercial deployments, its research strategy includes alternative technology embodiments that enable substantial reductions in the cost per tonne of CO 2 removed. The objective of this project is to advance the most promising of these embodiments, where a DAC plant is operated in a continuous fashion rather than a discrete stepwise fashion (GT’s commercial scale technology approach). The Continuous Motion Direct Air Capture (cDAC) System’s advantages over the GT baseline stepwise DAC platform have been proposed primarily as a reduction in the complexity required for starting and stopping a movement system, relaxing requirements for other components designed for a rapid switching application, and a flattening of the sharp instantaneous fluid flowrates into steady-state mass & energy flows to enable smoother operation and easier heat integration. These advantages can lead to shorter cycle times, greater plant reliability, and lower capital expense. The primary objective of this project is the design, construction, commissioning, and operation of a field-test unit (FTU) at a scale in the range of ~200 tons CO 2 per year. Data generated from the operation campaign would then be used in a prescreening techno-economic analysis (TEA) and life cycle analysis (LCA), allowing this process to be compared to other carbon capture technologies.

42 ENGINEERING↗

A Data-Agnostic, Continuous Machine Learning Framework for Application in High Energy Physics and Beyond: Phase 1 Final Scientific/Technical Report

This Phase 1 effort has focused on the development of continual learning frameworks for use in machine learning, specifically in the applied context of High Energy Physics (HEP). Machine learning (ML) is a transformative technology by which computers, typically through the use of neural networks, are able to perform tasks with proficiency that rivals or surpasses that of human users. Model Degradation & Catastrophic Forgetting are two undesired phenomena which can occur in ML where the performance of a model degrades when either deployed on novel data streams, or trained on novel data which are sufficiently different than the data the models were initially trained on. A natural example where these sorts of effects can be observed is in the performance of detectors in harsh environments, where the detector signature may change over the lifetime of the detector as it ages and deteriorates — precisely what occurs in the experiments conducted in HEP. Real world HEP data is therefore an excellent test-ground and use-case for Continual Learning paradigms, which are techniques used in ML to counteract these problems. Ensemble learning is one such technique, where multiple smaller models are trained on subsets of the overall data and are ensembled together during inference. The intuition behind this technique is that, although there are shifts in the distributions which govern the incoming data streams, these shifts are not expected to be homogeneous or global. If a sufficient diversity in solutions within the various sub-models has been achieved, then at least one sub-model is expected to retain its performance within the overall ensemble. One further strength of this approach is that the architectures of the various models do not need to be identical, and in fact even different modalities of data can naturally be combined in this way. This work focused on applying ensemble learning techniques to derive results using two main datasets, anomaly detection in HEP data & time-series forecasting in semiconductor manufacturing data. Semiconductor manufacturing involves data with surprising similarity to that of HEP (e.g. wafer maps look very similar to digi-occupancy maps) and Cerium Lab’s prominence within the semiconductor industry makes semiconductor manufacturing a natural opportunity for commercialization of this work. Our efforts have led to two strong results. The first is that we evaluated the proposed ensembling techniques using previously proposed machine learning architectures for use in anomaly detection, namely AutoEncoder based models and their derivatives. We also developed new architectures which have not been evaluated in this context before. In fact, this work marks the first use of Vision Transformers for anomaly detection in HEP. Second, we demonstrated that ensemble learning significantly improves model performance in scenarios prone to degradation, validating its effectiveness across both HEP and semiconductor datasets. These results further support ensemble learning as a powerful strategy for mitigating catastrophic forgetting and maintaining robust performance in evolving data environments.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

The hygrothermal performance of continuous and cavity wood fiber insulation

Wood fiber insulation is an emerging material known for its effective thermal performance and moisture management properties, making it a compelling alternative to conventional insulation. Its vapor permeability and ability to regulate indoor humidity contribute to improved building durability and comfort, particularly in varying climate conditions. The goal of this project is to characterize the hygrothermal performance of a new wood fiber insulation product line in U.S. climate zones and to facilitate the design and construction of the product in residential and light commercial building envelopes. This study investigates the thermal and hygrothermal performance of wood fiber insulation, both as continuous and cavity insulation. The research employs an exhaustive simulation task and an environmental chamber test of a wood fiber insulation. Over 400 simulations were conducted to study the hygrothermal characteristics of bio-based wood fiber insulation in various building envelope configurations across four climate zones. Environmental chamber tests were conducted under controlled winter conditions representative of Climate Zone 5A (Chicago, IL) to complement the simulation results. The chamber tests focused on the hygrothermal performance of the wood fiber insulation and the sheathing board to assess the insulation's ability to manage moisture in a cold climate. Simulation and environmental chamber test results were analyzed to evaluate the insulation's consistency and efficacy across diverse climatic zones. Results show that with a proper moisture control strategy, both cavity and continuous wood fiber insulation can work properly in both new and retrofit constructions.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

The Hygrothermal Performance of Continuous and Cavity Wood Fiber Insulation

Wood fiber insulation is an emerging material known for its effective thermal performance and moisture management properties, making it a compelling alternative to conventional insulation. Its vapor permeability and ability to regulate indoor humidity contribute to improved building durability and comfort, particularly in varying climate conditions. The goal of this project is to characterize the hygrothermal performance of a new wood fiber insulation product line in U.S. climate zones and to facilitate the design and construction of the product in residential and light commercial building envelopes. This study investigates the thermal and hygrothermal performance of wood fiber insulation, both as continuous and cavity insulation. The research employs an exhaustive simulation task and an environmental chamber test of a wood fiber insulation. Over 400 simulations were conducted to study the hygrothermal characteristics of bio-based wood fiber insulation in various building envelope configurations across four climate zones. Environmental chamber tests were conducted under controlled winter conditions representative of Climate Zone 5A (Chicago, IL) to complement the simulation results. The chamber tests focused on the hygrothermal performance of the wood fiber insulation and the sheathing board to assess the insulation's ability to manage moisture in a cold climate. Simulation and environmental chamber test results were analyzed to evaluate the insulation's consistency and efficacy across diverse climatic zones. Results show that with a proper moisture control strategy, both cavity and continuous wood fiber insulation can work properly in both new and retrofit constructions.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

Continuous Baseline Microphysical Retrieval (MICROBASE) Value-Added Product Report

This technical report describes the Continuous Baseline Microphysical Retrieval (MICROBASE) Value-Added Product (VAP) produced operationally by the U.S. Department of Energy Atmospheric Radiation Measurement (ARM) User Facility. MICROBASE provides a continuous estimate of cloud microphysical properties at ARM fixed observatories and ARM Mobile Facility (AMF) sites. It is designed to run operationally and provide data to the ARM Data Center for scientific distribution. This technical report presents an overview of the VAP as a resource for data users and ongoing records for major updates to these products.

54 ENVIRONMENTAL SCIENCES↗

Continual Learning for Particle Accelerators

Particle accelerators operate under dynamically changing conditions, which often lead to data distribution drifts. These drifts pose significant challenges for Machine Learning (ML) models, which typically fail to maintain performance when faced with such non-stationary data. In particle accelerators, the primary sources of these data drifts include changes in accelerator settings and non-measured parameters such as machine degradation and environmental factors. Previous research has proposed conditional models to handle multiple beam configurations effectively; however, it is challenging to train the ML models on all possible configuration settings. Additionally, conditional models alone can not address performance degradation caused by drifts due to non-measured factors. These limitations contribute to a significant gap between ML development and its deployment in real-world operational settings. To bridge this gap, in this paper, we identify some of the key areas within particle accelerators where continual learning can help mitigate drift-induced performance degradation. In addition, we present a practical use case where a conditional Auto-Encoder model coupled with memory-based continual learning has been employed to demonstrate stable performance even when underlying data drifts.

Schram, Malachi [Thomas Jefferson National Acceler↗

Continual Learning for Production-Level Machine Learning in Particle Accelerators

Particle accelerators operate in complex environments where data distribution can change dynamically, leading to data drifts that significantly challenge Machine Learning (ML) models. These non-stationary conditions often cause ML models to deteriorate in performance, making it difficult to maintain reliable predictions in operation. The primary sources of data drifts are changes in accelerator settings and changes in equipment performance which cannot be measured directly. To bridge this gap between ML development and long-term deployment in operational settings, we identify key areas within particle accelerators where continual learning can help mitigate drift-induced performance degradation. We will provide a practical guide on selecting the appropriate method given resource constraints and desired stability plasticity trade offs. As a concrete example, we will present a real-world use case for anomaly detection to predict errant beams at the Spallation Neutron Source accelerator, where continual learning has been employed to demonstrate stable performance on drifting data streams. We will present practical challenges, lessons learned, and the results from the deployed ML model.

Rajput, Kishansingh [Thomas Jefferson National Acc↗

Algorithm to extract direction in 2D discrete distributions and a continuous Frobenius norm

In this study, we present a novel algorithm for determining directionality in 2D distributions of discrete data. We compare a reference dataset with a known direction to a measured dataset with an unknown direction by the Frobenius norm of the difference (FND) to find the unknown direction. To generalize this concept, we develop a continuous Frobenius norm of the difference (CFND) as a continuous analog of the FND and derive its analytical expression. By relating fitted and normalized 2D Gaussian distributions, we show that the CFND approximates the FND, and we validate this relationship with computer simulations. We find that a first-order approximation of the CFND between two similar Gaussian distributions takes the form of an absolute sine function, offering a simple analytical form with potential for specialized applications in segmented inverse beta decay (IBD) neutrino detectors, astronomy, machine learning, and more. Although this method may easily extend to 3D scalar fields, our focus here is on 2D real-valued fields as it directly applies to directionality. Our methodology consists of modeling a 2D Gaussian distribution, binning the data into a histogram, and encoding it as a square matrix. Rotating this matrix around its geometric center and comparing it to a measured dataset using the FND gives us rotational data that we fit with an absolute sine function. The location of the minimum of this fit is the angle closest to the true angle of the direction in the measured dataset. We present the derivation and discuss initial applications of the CFND in our novel algorithm, demonstrating its success in approximating directionality in 2D distributions.

Data Analysis, Statistics and Probability (physics↗

U-Surf: a global 1 km spatially continuous urban surface property dataset for kilometer-scale urban-resolving Earth system modeling

High-resolution urban climate modeling has faced substantial challenges due to the absence of a globally consistent, spatially continuous, and accurate dataset to represent the spatial heterogeneity of urban surfaces and their biophysical properties. This deficiency has long obstructed the development of urban-resolving Earth system models (ESMs) and ultra-high-resolution urban climate modeling, over large domains. Here, we present U-Surf, a first-of-its-kind 1 km resolution present-day (circa 2020) global continuous urban surface parameter dataset. Using the urban canopy model (UCM) in the Community Earth System Model as a base model for satisfying dataset requirements, U-Surf leverages the latest advances in remote sensing, machine learning, and cloud computing to provide the most relevant urban surface biophysical parameters, including radiative, morphological, and thermal properties, for UCMs at the facet and canopy level. Generated using a systematically unified workflow, U-Surf ensures internal consistency among key parameters, making it the first globally coherent urban canopy surface dataset. U-Surf significantly improves the representation of the urban land heterogeneity both within and across cities globally; provides essential, high-fidelity surface biophysical constraints to urban-resolving ESMs; enables detailed city-to-city comparisons across the globe; and supports next-generation kilometer-resolution Earth system modeling across scales. U-Surf parameters can be easily converted or adapted to various types of UCMs, such as those embedded in weather and regional climate models, as well as air quality models. The fundamental urban surface constraints provided by U-Surf can also be used as features for machine learning models and can have other broad-scale applications for socioeconomic, public health, and urban planning contexts. We expect U-Surf to advance the research frontier of urban system science, climate-sensitive urban design, and coupled human–Earth systems in the future. The dataset is publicly available at https://doi.org/10.5281/zenodo.11247598 (Cheng et al., 2024).

Cheng, Yifan [Univ. of Illinois at Urbana-Champaig↗

Assess The Water Resistance And Thermal Performance Of Pre-flashing Methods When Adding Continuous Insulation During Re-siding (AIRS)

Retrofitting existing buildings by adding continuous insulation during re-siding projects has become a popular method for enhancing energy efficiency, especially given the aging building stock and stricter energy codes. When properly integrated with existing window systems, continuous insulation can significantly improve thermal performance, but it also presents challenges related to water resistance and building envelope integrity. Research indicates that the interface between windows and wall assemblies is critical as improper installation or sealing can lead to water intrusion, materials deterioration, and energy loss. Moreover, studies show that fully integrating the windows with the insulation layer can reduce window heat loss by up to 40%, emphasizing the importance of optimizing window placement and sealing during retrofitting to ensure both energy efficiency and structural performance. In this study, we conducted experimental tests to evaluate the water penetration and thermal performance of two window types: an aluminum window with a 2-inch installation fin and a wood window, representing typical mid-20th century designs. Using the Heat, Air, and Humidity (HAM) chamber at Oak Ridge National Laboratory (ORNL), we assessed bulk water penetration and performed COMSOL analysis for thermal flux and examined the effectiveness of different pre-flashing methods, i.e., standard self-adhered flashing tape and high-performance flashing tape with low-expansion foam, to enhance water resistance. The results indicate that applying proper flashing techniques and moisture management strategies can mitigate these risks, improving the overall performance and durability of retrofitted buildings. Additionally, proper sealing during retrofitting is essential, as improper installation can lead to moisture issues that compromise both energy efficiency and structural integrity.

Shen, Zhenglai [ORNL]↗

The Effects of Controlled Environment on the Growth of Hydrogenomonas Bacteria in Continuous Cultures

The continuous culture of Hydrogenomonas is the intermediate step of a three-step closed life support cycle directed to the conversion of the human metabolic wastes, urea and carbon dioxide, into breathable oxygen and a food supplement. The potential advantages of this scheme have been discussed in an earlier paper. The other two steps of the complete cycle are: (1) The collection and recovery of the C02 removed from the cabin atmosphere by a regenerable C02 absorber, so that relatively pure C02 gas can be fed into the gas phase of the continuous culture; and (2) the electrolysis of water to produce breathable oxygen for the cabin supply, and by-product hydrogen, which is also fed to the gas phase of the closed culture vessel. There are three specific advantages in the use of this culture: (1) the bacteria use waste urea as a sole nitrogen source during growth, together with the C02 waste as a carbon source; the harvested excess of cells from a steady-state culture is a potential food for man; (2) the organism is not photosynthetic, so the equipment designer need not confine the culture in thin layers to have light available to all parts as is necessary in photosynthesis; and (3) the culture uses the by-product hydrogen from electrolysis as an energy source. Some oxygen must also be supplied to the culture environment, because the energy of the growth process is derived from the metabolic hydrogen-oxygen reaction, with the production of water that can be recycled to the electrolysis cell.

ENVIRONMENTAL CONTROL↗

Balmer continuous emission and polarization in Be stars

Observations by OAO-2 of two Be stars, gamma Cassiopeiae and 60 Cygni, are analyzed to show that unpolarized radiation produced by Balmer continuous emission in the extended atmospheres of Be stars is probably a significant factor in explaining the polarization observed shortwards of the Balmer discontinuity. The ratio of the energy flux of Be stars to normal B stars with the same amount of reddening varies from about 1.4 at 3600 A to 1.05 at 2500 A. This is interpreted as due to Balmer continuous emission in the Be stars. For gamma Cas the polarizations at 3300 and 3600 A are respectively 0.6 and 0.7 of the values one expects from interstellar polarization.

Coyne, G. V.↗

Development of a method for fabricating metallic matrix composite shapes by a continuous mechanical process

The continuing efforts in upscaling to produce larger diameter Al/B tubes are described. While the basic methodology remains unchanged, the larger volume of acrylic binder material and its removal by dissolution in toluene had to be performed by dynamic scrubbing. Similarly, the boron and MCF continuous length requirements increased when a 6 foot long by 7 inches wide mat was needed. These modifications and associated problems are described fully with schematics. Also included are seven experiments conducted to prepare larger tubes. The thermal profile, drawing speeds, and furnace positions in the draw bench bay are presented along with metallographic evidence of composite cross sections.

Divecha, A. P.↗

A search for continuous fluorescence in reflection nebulae

Photometric and spectrophotometric observations were made of the reflection nebulae NGC1435, NGC2068, NGC7023, and IC1287 in an attempt to detect continuous fluorescence by dust grains. Several effects of importance for observations of such faint objects are discussed, including instrumental light scattering, a photographic effect, and a time delay effect which can occur if the illuminating star is a spectrum variable. It is found that continuous fluorescence by interstellar grains is not likely to exist and that it cannot account for more than 10 percent of the total surface brightness of these reflection nebulae. No evidence of diffuse interstellar features is found in the spectra of these nebulae.

Rush, W. F.↗