Engineering PapersSearch

SEARCH · Engineering Papers

Results for “WA”

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 19 records

Mechanical properties and strain localization of WA-DED printed P91 steel

This paper discusses a P91 steel block that was additively manufactured by wire arc direct energy deposition (WA-DED) followed by two types of post-process heat treatment (PPHT). Vickers microhardness and digital image correlation tensile tests were performed along the building direction. The global mechanical properties (i.e., microhardness and tensile properties) and the local mechanical responses (i.e., hardness fluctuation and strain localization) were systematically investigated. Results showed that (1) all P91 specimens showed higher strengths than American Society of Mechanical Engineers standard requirements for wrought P91 steel, (2) the as-printed P91 exhibited much higher average hardness and fluctuations than that after PPHT, (3) PPHT reduced P91 strengths but improved the ductility significantly, and (4) strain localization presented in the as-printed specimen during uniform deformation in tensile tests. The hardness fluctuation and strain localization along the building direction of the AP P91 were caused by different thermal histories received during WA-DED. The study indicated that PPHT, ideally tempering-only heat treatment, is necessary for the WA-DED printed P91 steel.

Mechanical properties

Combined effects of horizontal and vertical resolution on reliable turbulence prediction at tidal energy sites: A systematic study in the Salish Sea, WA

Predicting turbulence characteristics with coastal ocean models is essential for tidal energy converter deployment. While large eddy simulation provides a detailed turbulence representation, computational limitations restrict its use to smaller domains. We systematically evaluate whether well-configured coastal models can provide reliable turbulence prediction through progressive refinement of 3D model representation. We implemented four model configurations (Levels 1–4) using terrain-following coordinates, isolating the impacts of horizontal resolution, vertical resolution, and layer distribution. We validated all configurations against field measurements from the Salish Sea, WA. Results show that tidal current velocity predictions remain unchanged regarding model configuration, but turbulence properties are sensitive to resolution refinement. Increasing vertical resolution alone proved insufficient; even with vertical sigma-levels rising from 11 to 41, significant underprediction persisted until finer horizontal resolution better captured bathymetric variations. The Level 4 configuration, incorporating geometric sigma-levels distribution, achieved turbulence prediction skill scores exceeding 0.90. Turbulence closure comparison revealed Mellor- Yamada 2.5 outperformed k-epsilon in TKE prediction (skill scores 0.84–0.94 versus 0.72–0.81) due to better boundary layer parameterization. This study shows that well-configured coastal models effectively bridge the gap between simplified tools and costly high-fidelity modeling, offering the tidal energy industry practical and cost-effective turbulence data at commercially relevant scales.

Marine Energy

wa-hls4ml: A Benchmark and Surrogate Models for hls4ml Resource and Latency Estimation

As machine learning (ML) is increasingly implemented in hardware to address real-time challenges in scientific applications, the development of advanced toolchains has significantly reduced the time required to iterate on various designs. These advancements have solved major obstacles, but also exposed new challenges. For example, processes that were not previously considered bottlenecks, such as hardware synthesis, are becoming limiting factors in the rapid iteration of designs. To mitigate these emerging constraints, multiple efforts have been undertaken to develop an ML-based surrogate model that estimates resource usage of ML accelerator architectures. We introduce wa-hls4ml, a benchmark for ML accelerator resource and latency estimation, and its corresponding initial dataset of over 680,000 fully connected and convolutional neural networks, all synthesized using hls4ml and targeting Xilinx FPGAs. The benchmark evaluates the performance of resource and latency predictors against several common ML model architectures, primarily originating from scientific domains, as exemplar models, and the average performance across a subset of the dataset. Additionally, we introduce GNN- and transformer-based surrogate models that predict latency and resources for ML accelerators. We present the architecture and performance of the models and find that the models generally predict latency and resources for the 75% percentile within several percent of the synthesized resources on the synthetic test dataset.

Hawks, Benjamin [Fermilab] (ORCID:0000000157000288

wa-hls4ml-paper

Code for plots, models, data generation and other utilities relating to the paper "wa-hls4ml: A Benchmark and Surrogate Models for hls4ml Resource and Latency Estimation" https://arxiv.org/abs/2511.05615 [FERMILAB-PUB-25-0359-CSAID]

Hawks, Ben [Fermi National Accelerator Laboratory

ReachNow EV Driving Data From Seattle, WA, Portland, OR, and New York, NY

ReachNow provided Idaho National Laboratory (INL) with a dataset describing approximately 49,000 trips taken by customers and employees in approximately 100 BMW i3 EVs operating in ReachNow's free-floating car-sharing fleets in Seattle, WA, Portland, OR, and New York, NY between May 2016 and February 2017. Data fields include vehicle rental period start and end timestamps, the location where vehicles were parked at the start and end of rental periods, and distance driven during rental periods. A field categorizing the user during each rental period is also included. This field makes it possible to identify when vehicles were rented by customers and when vehicles were driven by fleet management team employees to reposition, charge, or service the vehicles.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI

wa-hls4ml: A GNN Surrogate Model for hls4ml

Recent advancements in use of machine learning techniques on field-programmable gate arrays (FPGAs) have allowed for implementation of embedded neural networks with extremely low latency. This is invaluable for particle detectors at the Large Hadron Collider, where latency and used area must be strictly bounded. The hls4ml framework is a procedure for converting from trained machine learning model software, to a synthesis result that can be used on an FPGA. However, running the pipeline is a time-consuming procedure, and there is a strong risk of failure. In particular, it is possible that the model is unable to be converted into a synthesis result, or that the resource consumption of the model will exceed the resources of the target FPGA. To aid with this development, we introduce wa-hls4ml, a surrogate model which uses a graph neural network to emulate the structure of the source models. The goal is to estimate the chance of success and resource consumption of an arbitrary model when passed through the hls4ml procedure, without the time consumption of actually running the pipeline.

43 PARTICLE ACCELERATORS

wa-hls4ml and lui-gnn: A benchmark and GNN-based surrogate model for hls4ml resource and latency estimation

As machine learning (ML) increasingly serves as a tool for addressing real-time challenges in scientific applications, the development of advanced tooling has significantly reduced the time required to iterate on various designs. These advancements have solved major obstacles, but also exposed new challenges. For example, processes that were not previously considered bottlenecks, such as model synthesis, are now becoming limiting factors in the rapid iteration of designs. To reduce these emerging constraints, multiple efforts are being launched toward designing an ML-based surrogate model that estimates resource usage of synthesized accelerator architectures. This model would reduce the design iteration time, especially when designing within a set of given hardware constraints. This approach shows considerable potential, but as it stands, the effort is early and would benefit from coordination and standardization to assist future work as it emerges. We introduce wa-hls4ml, a benchmark for ML accelerator resource and latency estimation, and its corresponding initial dataset of more than 100,000 fully connected neural networks, all synthesized using hls4ml and targeting Xilinx FPGAs. In addition to the resource utilization and latency data provided, the dataset includes generated artifacts and log files for many of the synthesized neural networks, in order to support future research in ML-based code generation. The benchmark evaluates the performance of resource and latency predictors against several common ML model architectures, primarily originating from scientific domains, as exemplar models, as well as the average performance across a subset of the dataset. We measure the performance of a given predictor model through multiple metrics, including $R^2$ score and SMAPE on regression tasks, as well as inference time to further characterize the estimator under test. Additionally, we introduce the latency/utilization inference graph neural network (lui-gnn), a surrogate model that uses a graph neural network to represent input architectures in the form of a directed graph. This graph representation allows for a diverse set of model architectures to all be effectively handled by a surrogate model. We present the architecture and performance of the model, as evaluated by the new proposed benchmark, including SMAPE, $R^2$ score, and inference times, and find that lui-gnn generally predicts latency and utilization for the 75\% quantile within several percent of the synthesized resources on the synthetic test dataset, indicating that this approach of estimating resource and latency via a surrogate models has promise and warrants further research.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

wa-hls4ml: A Benchmark and Surrogate Models for hls4ml Resource and Latency Estimation

As machine learning (ML) is increasingly implemented in hardware to address real-time challenges in scientific applications, the development of advanced toolchains has significantly reduced the time required to iterate on various designs. These advancements have solved major obstacles, but also exposed new challenges. For example, processes that were not previously considered bottlenecks, such as hardware synthesis, are becoming limiting factors in the rapid iteration of designs. To mitigate these emerging constraints, multipleefforts have been undertaken to develop an ML-based surrogate model that estimates resource usage of synthesized ML accelerator architectures. We introduce wa-hls4ml, a benchmark for ML accelerator resource and latency estimation, and its corresponding initial dataset of over 680 000 fully connected and convolutional neural networks, all synthesized using hls4ml and targeting Xilinx FPGAs. The benchmark evaluates the performance of resource and latency predictors against several common ML model architectures, primarily originating from scientific domains, as exemplar models, and the average performance across a subset of the dataset. Additionally, we introduce GNN- and transformer-based surrogate models that predict latency and resources for ML accelerators. We present the architecture and performance of the models and find that the models generally predict latency and resources for the 75% percentile within several percent of the synthesized resources on the synthetic test dataset.

Hawks, Benjamin G. [Fermilab]

Neutron Diffraction Residual Stress Characterization of Large-Scale Components by WA-DED

Two large scale 316L stainless steel cylindrical shells were fabricated by wire arc directed energy deposition (WA DED). Residual stresses were measured by neutron diffraction, and the microstructure and mechanical properties of the printed material were characterized. Longitudinal and transverse residual stresses were compressive at the inner diameter, near neutral at mid wall, and tensile at the outer diameter; radial (through thickness) residual stresses were relatively low in magnitude, and peak tensile residual stresses occurred at the outer diameter surface along the longitudinal direction. The printed 316L SS exhibited a heterogeneous microstructure with finely dispersed δ ferrite, and demonstrated high yield and tensile strengths with large elongation and ductile fracture at ambient temperature and at 250 °C. These results indicate that the outer diameter surface and near surface regions—where tensile residual stress is highest—are the most vulnerable to residual stress–sensitive failure modes, such as stress corrosion cracking and fatigue.

36 MATERIALS SCIENCE

Household Energy Burden in Beacon Hill, Seattle, WA [Slides]

This technical assistance is part of the Communities Local Energy Action Program (CLEAP) for the Beacon Hill, Seattle, Washington community coalition consisting of El Centro de la Raza, Beacon Hill Council and Bethany United Church of Christ with supportive partners, Seattle City Light and the Seattle Office of Sustainability and Environment. This report uses the Low-Income Energy Affordability Data (LEAD) Tool to identify the most energy burdened households by income group, building type, building age and fuel type.

29 ENERGY PLANNING, POLICY, AND ECONOMY

Integrated modeling framework (FVCOM-ICM/Toxi) to simulate the fate and transport of polychlorinated biphenyls in urban estuaries–Case study for Puget Sound, WA

Puget Sound is an urban estuary that exhibits persistent polychlorinated biphenyls (PCBs) contamination despite years of remediation efforts. For robust management actions, determining the timing, location, and magnitude of PCB loading sources and transport pathways using field data alone is challenging due to complex water circulation and biogeochemical processes. Here, this study aims to develop an integrated modeling framework that couples complex estuarian circulation with biogeochemical processes and associated interactions with PCB kinetics. The model simulates PCB accumulation in the lower tropic food web, demonstrating PCB intrusion into primary producers and its biomagnification in pelagic consumers. The PCB data from a new field survey was used to calibrate/validate the new PCB modeling framework for Puget Sound. The software program of the modeling framework is available to the user community for the applications of toxic contaminants transport in marine waters.

54 ENVIRONMENTAL SCIENCES

Emergency Management of Tomorrow Research: Emergency Operations Center of the Future Seattle, WA Tabletop Exercise

As part of the Emergency Management (EM) of Tomorrow Research (EMOTR) program, sponsored by the Department of Homeland Security (DHS) Science and Technology (S&T) Directorate, Pacific Northwest National Laboratory (PNNL) developed concepts for the Emergency Operations Center (EOC) of the Future to provide recommendations to assist DHS S&T in future decision-making with regards to research and development (R&D) and investments toward establishing a framework for a national, coordinated approach to EM. PNNL is conducting tabletop exercises (TTXs) designed to assess the impacts and benefits of emerging technologies on EM organizations.

99 GENERAL AND MISCELLANEOUS

B747/JT9D flight loads and their effect on engine running clearances and performance deterioration; BCAC NAIL/P and WA JT9D engine diagnostics programs

Flight loads on the 747 propulsion system and resulting JT9D blade to outer airseal running clearances during representative acceptance flight and revenue flight sequences were measured. The resulting rub induced clearance changes, and engine performance changes were then analyzed to validate and refine the JT9D-7A short term performance deterioration model.

Olsson, W. J.

Annual Conference on Nuclear and Space Radiation Effects, 18th, University of Washington, Seattle, WA, July 21-24, 1981, Proceedings

Single event upset phenomena are discussed, taking into account cosmic ray induced errors in IIL microprocessors and logic devices, single event upsets in NMOS microprocessors, a prediction model for bipolar RAMs in a high energy ion/proton environment, the search for neutron-induced hard errors in VLSI structures, soft errors due to protons in the radiation belt, and the use of an ion microbeam to study single event upsets in microcircuits. Basic mechanisms in materials and devices are examined, giving attention to gamma induced noise in CCD's, the annealing of MOS capacitors, an analysis of photobleaching techniques for the radiation hardening of fiber optic data links, a hardened field insulator, the simulation of radiation damage in solids, and the manufacturing of radiation resistant optical fibers. Energy deposition and dosimetry is considered along with SGEMP/IEMP, radiation effects in devices, space radiation effects and spacecraft charging, EMP/SREMP, and aspects of fabrication, testing, and hardness assurance.

Tasca, D. M.

Heat transfer in space systems; Proceedings of the Symposium, AIAA/ASME Thermophysics and Heat Transfer Conference, Seattle, WA, June 18-20, 1990

Theoretical and experimental studies of heat-tranfer in a space environment are discussed in reviews and reports. Topics addressed include a small-scale two-phase thermosiphon to cool high-power electronics, a low-pressure-drop heat exchanger with integral heat pipe, an analysis of the thermal performance of heat-pipe radiators, measurements of temperature and concentration fields in a rectangular heat pipe, and a simplified aerothermal heating method for axisymmetric blunt bodies. Consideration is given to entropy production in a shock wave, bubble-slug transition in a two-phase liquid-gas flow under microgravity, plasma arc welding under normal and zero gravity, the Microgravity Thaw Experiment, the flow of a thin film on stationary and rotating disks, an advanced ceramic fabric body-mounted radiator for Space Station Freedom phase 0 design, and lunar radiators with specular reflectors.

Chan, S. H.

Cool stars, stellar systems, and the sun; Proceedings of the 6th Cambridge Workshop, Seattle, WA, Sept. 18-21, 1989

The present conference on cool stars, stellar systems, and the sun encompasses stellar chromospheres and coronae, binary stars, the stellar evolution of contracting stars and red giants, stellar evolution abundances of the elements, mass loss and envelopes, and stellar pulsation. Specific issues addressed include theories regarding the acoustic and magnetic heating of stellar chromospheres and coronae, stellar granulation, wave heating in magnetic flux tubes, observations of the solar Ca-II lines, longitudinal-transverse magnetic tube waves in the solar atmosphere, radio emission from rapidly rotating cool giant stars, and spot temperatures and area coverages on active dwarf stars. Also addressed are the optical and UV spectra of RS-CVn stars, emission lines from T-Tauri stars, the spectroscopy of HR1614 group stars, red giants in external galaxies, the rotation of evolved stars, the transition from red giant to planetary nebula, and radiative transfer in the dynamic atmospheres of variable stars.

Wallerstein, George

Chapman Conference on the Hydrologic Aspects of Global Climate Change, Lake Chelan, WA, June 12-14, 1990, Selected Papers

The present conference on the hydrological aspects of global climate change discusses land-surface schemes for future climate models, modeling of the land-surface boundary in climate models as a composite of independent vegetation, a land-surface hydrology parameterizaton with subgrid variability for general circulation models, and conceptual aspects of a statistical-dynamical approach to represent landscape subgrid-scale heterogeneities in atmospheric models. Attention is given to the impact of global warming on river runoff, the influence of atmospheric moisture transport on the fresh water balance of the Atlantic drainage basin, a comparison of observations and model simulations of tropospheric water vapor, and the use of weather types to disaggregate the prediction of general circulation models. Topics addressed include the potential response of an Arctic watershed during a period of global warming and the sensitivity of groundwater recharge estimates to climate variability and change.

Lettenmaier, Dennis P.