Search NASASearch

SEARCH · Search NASA

Results for “surface temperatures”

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.

1,099 records · Page 50

Determining Stellar Elemental Abundances from DESI Spectra with the Data-driven Payne

Abstract Stellar abundances for a large number of stars provide key information for the study of Galactic formation history. Large spectroscopic surveys such as the Dark Energy Spectroscopic Instrument (DESI) and LAMOST take median-to-low-resolution (R≲ 5000) spectra in the full optical wavelength range for millions of stars. However, the line-blending effect in these spectra causes great challenges for elemental abundance determination. Here we employDD-Payne, a data-driven method regularized by differential spectra from stellar physical models, to the DESI early data release spectra for stellar abundance determination. Our implementation delivers 15 labels, including effective temperatureT eff , surface gravity log g , microturbulence velocityv mic , and the abundances for 12 individual elements, namely C, N, O, Mg, Al, Si, Ca, Ti, Cr, Mn, Fe, and Ni. Given a spectral signal-to-noise ratio of 100 per pixel, the internal precisions of the label estimates are about 20 K forT eff , 0.05 dex for log g , and 0.05 dex for most elemental abundances. These results agree with the theoretical limits from the Crámer–Rao bound calculation within a factor of 2. The majority of the accreted halo stars contributed by the Gaia–Enceladus–Sausage are discernible from the disk and in situ halo populations in the resultant [Mg/Fe]–[Fe/H] and [Al/Fe]–[Fe/H] abundance spaces. We also provide distance and orbital parameters for the sample stars, which spread over a distance out to ∼100 kpc. The DESI sample has a significantly higher fraction of distant (or metal-poor) stars than the other existing spectroscopic surveys, making it a powerful data set for studying the Galactic outskirts. The catalog is publicly available.

Astronomy & Astrophysics

Design of a Cryogenic Assembly for Comparing Qubit Infrared Packaging Inefficiencies

It is well known that everything emits infrared (IR) light in the form of thermal radiation. IR radiation on superconducting qubits carries enough energy to cause decoherence and so-called “quasiparticle poisoning.” Therefore, proper IR shielding is needed to keep the qubit in a high coherence state. However, trying to extract IR-specific information from a qubit is difficult, so a microwave kinetic inductance detector (MKID) can be used instead. We show that the IR shielding inefficiencies of MKID packages can only be compared with other packaging inefficiencies. We create a cryogenic assembly CAD design, consisting of magnetic shield cans, a copper mounting plate and mounts, and an MKID enclosure, which thermalizes the assembly to dilution refrigerator temperatures. Phase 1 of this design involves using a narrowband IR laser source to test the IR shielding of packaging at the laser’s wavelength. When the best IR shielding packaging is determined, the superconducting qubit can replace the MKID, allowing the qubit to avoid decoherence due to IR radiation and boost its performance and coherence lifetime.

Mailliard, Robert J. [Fermilab] (ORCID:00090000277

NanoPSD: A software for automatic detection of Nano-Particle Shape Distribution in electron microscopy images

Accurate quantification of the size and morphology of nanoparticles from electron microscopy (EM) images is essential to understand growth mechanisms, surface reactivity, and functional behavior in nanoscale materials. Manual analysis remains slow, subjective, and difficult to reproduce in large datasets. We introduce NanoPSD (Nano-Particle Shape Distribution), an open-source and fully automated framework for quantitative particle detection and morphology analysis from EM images. NanoPSD integrates adaptive contrast enhancement, polarity-agnostic scale-bar detection, Optical Character Recognition (OCR)-based calibration, and classical segmentation via Otsu thresholding with morphological refinement. Particle contours are used to extract geometric descriptors, including equivalent circular diameter, aspect ratio, circularity, and solidity, enabling automated classification into spherical, rod-like, and aggregate morphologies. The framework supports both single-image and batch processing, generating publication-quality visualizations, LaTeX-ready tables, and structured comma-separated values (CSV) datasets. As a demonstration, we applied NanoPSD to plasma-synthesized nanoparticle samples diagnosed via transmission electron microscopy (TEM). The code produced statistically robust size and morphology distributions spanning a few to tens of nanometers with minimal user supervision. The pipeline demonstrates high reproducibility and scalability, processing large image collections with consistent calibration and output formatting. Its modular design enables seamless integration of future deep-learning-based segmentation models, providing a pathway toward intelligent, data-driven electron microscopy analysis.

36 MATERIALS SCIENCE

Polymer-assisted transfer of MBE-grown van der Waals materials

Molecular beam epitaxy (MBE) has been used to create high-quality, large-scale two-dimensional van der Waals (2D vdW) materials. However, due to the strong adhesion between the substrate and deposited materials, the peel-off and dry transfer of MBE-grown vdW films onto other substrates has been challenging. This limits the study and use of MBE films for heterogeneous integration including stacked and twisted heterostructures. In this work, we develop a polymer-assisted dry transfer method and successfully perform full-film transfer of various MBE-grown 2D vdW materials including transition metal dichalcogenides (TMD), topological insulators (TI) and 2D magnets. In particular, we transfer air-sensitive 2D magnets, characterize their magnetic properties, and compare them with as-grown materials. The results show that the transfer technique does not degrade the magnetic properties, with the Curie temperature and hysteresis loops exhibiting similar behaviors after the transfer. Our results enable further development of heterogeneous integration of 2D vdW materials based on MBE growth.

Li, Ziling [The Ohio State University]

AI-Batt (Autonomous Identification of Battery Life Models) [SWR 21-36]

Autonomous Identification of Battery Life Models (AI-Batt) AI-Batt is a MATLAB code base for developing lifetime models for batteries from accelerated aging data. The code base provides many functions for processing, visualizing, and modeling battery aging data, making the data processing, exploration, and modeling workflow substantially faster. These tools are tailored for working with battery aging data sets, which usually consist of many separate time-series for each cell, with many test conditions and possible replicates at each condition, which makes it difficult to simply process or visualize the data set. Complex modeling tasks, such as cross-validation, sensitivity analysis, and uncertainty quantification have been implemented to enable thorough statistical investigation of model predictions. Additionally, several machine-learning algorithms are implemented to autonomously identify suitable models via symbolic regression. Data processing functions automatically cast data from the struct data type, which is commonly used to store experimental data, but is not an acceptable input for most algorithms, to the table data type, which can be easily used as input to any optimization algorithm. Also, the data can be separated into time-invariant and time-variant data tables, which is helpful for exploring the data set as well as developing separate models for time-variant and time-invariant aging mechanisms. For example, in aging tests with constant temperature, temperature is a time-invariant experimental condition. Visualization tools enable plotting of data, model fits, and model simulations possible with single-line function calls, empowering data exploration of complex data sets with both time-varying and time-invariant trends. Plots can be automatically generated for the whole data set, or separated by data group (groups of test replicates) or individual data series. Data points or data series can be automatically colored by the value of a variable with a variety of color maps, and model predictions can also be colored by the value of a fit statistic. Comparisons between data sets and the predictions/simulations of different models on the same data set can be easily plotted as well. Distributions of parameter values from bootstrap resampling can be plotted to visualize the reliability of parameter estimation, or determine any correlations between parameters. Modeling tools handle the complex task of creating and parsing symbolic equations for modeling battery lifetime. Equations are parsed to grab relevant data variables, parameter values, or specified sub-models for input into optimization, evaluation, or simulation functions. Models can be optimized locally (one set of parameters for each data series), bi-level (some parameters shared across the data set), or globally (single set of parameters for all data). Functions implementing symbolic regression algorithms help users to discover effective model equations, even in poorly sampled, high-dimensional data.

Smith, Kandler [National Renewable Energy Lab. (NR

Preliminary Assessment of the Impact on the V-Band Oxygen Channels From Satellite Communication Uplinks

We calculate the percentage of time that an ATMS-like instrument [1] will be illuminated by the uplink beam of one of the proposed V-band communication system and estimate the damage resulting from such exposure. Using a combination of openly available information and educated guesses about the location and characteristics of the up/down link terminals, we constructed the ground segment of a hypothetical high-speed communication network. The space segment of the network was constructed from the orbital data of the existing Starlink constellation [2] of 6223 communication satellites (comsats) which is used as strawman to represent any other possible constellation of communication satellites. It is shown that without a very delicate balance of frequency allocations (science vs telecommunications), coupled with extremely steep and deep bandpass-defining filters, and strict adherence to the agreed limits (i.e. no out-of-band transmissions) the deployment of the telecommunication network leads to almost-complete loss of some important geophysical data. For the analysis we use the spectral characteristics of the ATMS instrument with the ephemeris for the NOAA-21 satellite [3]. The analysis is conducted for the USA and the simulation covers 8 consecutive days in July 2024. Effective and accurate microwave remote sensing of the atmosphere depends on the availability of interference-free spectrum windows at frequencies which are prescribed by physical processes [e.g. 4]. The family of resonant lines of the oxygen molecule near 60 GHz provides a unique opportunity to sample the vertical distribution of temperature and density from space, and it has been exploited for weather and climate studies from polar-orbiting satellites since 1978 (MSU on TIROS-N [5]). It remains a staple in the payloads operated by Russia, China, USA, Japan, France, India, UK, Ukraine [6] which are built around a common blueprint: a few wide-band (hundreds of MHz) channels around 50 GHz to sample the atmosphere and the surface while several more channels with high spectral resolution (few MHz) sample the individual resonant lines. Accurate retrieval of the environmental parameters depends upon the data provided by both sets of channels, and the their location in frequency space is not arbitrary and cannot be altered at will [7, 8]. The introduction of 5G technology in 2019 has driven telecommunication companies to request more bandwidth to be dedicated to their devices. This additional bandwidth is only available in spectral regions traditionally reserved for environmental and astrophysical research, such as the V-band between 50 and 60 GHz for up/downlink between satellites in low-earth orbits and terminals connected to fiberoptics network for distribution to high-speed local internet services. The power broadcast by the uplink communication leg is many orders of magnitude greater than the natural thermal signal emitted from the Earth scene. If the ground antenna were to perfectly align with the passive instrument’s antenna, the spaceborne receiver would suffer permanent, irreparable damage. While a direct boresight-to-boresight conjunction is extremely unlikely (even with a large constellation of satellites the fraction of the celestial sphere occupied by the satellites remains minuscule) the finite size of the ground station’s antenna beam in the sky suggests that the ATMS will be in the near background (as seen from the ground station) of one of the communication satellites and will be illuminated by either the main lobe or the near sidelobes of the uplink antenna more often than it is desirable. For our analysis we first calculate the position of the ATMS with respect to each of the ground stations at a resolution of 0.2 sec, then calculate the position of each of the comsats which are at least 25 deg above the station’s local horizon; finally we calculate the angle between the line-of-sight of the ATMS and the line-of-sight of the comsat. We assume that the gain pattern of the ground station is circularly symmetric; the angle-off-station-boresight then provides an attenuation of the uplink power which we use to assess the likely effect upon the passive instrument’s operations. We assume that each ground station can communicate with all the comsats in its field of view; this implies that, on average, a ground station can engage with 46 comsats simultaneously. The analysis is repeated for the case when the uplink broadcast within the ATMS passive channels (in-band scenario) and for the case when the uplink is limited to frequencies adjacent to the ATMS channels (out-of-band scenario). The antenna of the ground station is modelled as having a HPBW (Half-Power Beam Width) of 0.16 deg and EIRP (Equivalent Isotropic Radiated Power) of 70 dBW. We account for the geometric dissipation of the signal caused by the satellite orbital altitude, the attenuation induced by atmospheric gasses at 51 GHz and the mismatch between the circular polarization of the ground-based transmitting antenna and the linear polarization of the satellite-borne receiving antenna. The damages on ATMS are estimated from bench-level measurement conducted at the ATMS’ manufacturer facilities [unpublished].

passive microwave

Computation of three-dimensional mixed convective boundary layer flow

The paper presents the numerical solution of heat and mass transfer during cross-flow (orthogonal) mixed convection. In this class of flow, a buoyancy-driven transport in the vertical direction and a forced convective flow in the horizontal direction results in a three-dimensional boundary layer structure adjacent to the plate. The rates of heat and mass transfer are determined by a combined influence of the two transport processes. The equations for the conservation of mass, momentum, energy, and species concentration were solved along with appropriate boundary conditions to determine the distributions of velocity components, temperature, and concentration across the thickness of the boundary layer at different locations on the plate. Results were expressed in dimensionless form using Reynolds number, Richardson number for heat transfer, Richardson number for mass transfer, Prandtl number, and Schmidt number as parameters. It was found that the transport is dominated by buoyancy at smaller vertical locations and at larger distances away from the forced convection leading edge. Effects of forced convection appeared to be very strong at smaller horizontal distances from the leading edge. The cross stream forced convection enhanced the rate of heat and mass transfer by a very significant amount.

Prashandt Gadepalli

Structural Mechanics and Dynamics Branch 2002 Annual Report

The 2002 annual report of the Structural Mechanics and Dynamics Branch reflects the majority of the work performed by the branch staff during the 2002 calendar year. Its purpose is to give a brief review of the branch s technical accomplishments. The Structural Mechanics and Dynamics Branch develops innovative computational tools, benchmark experimental data, and solutions to long-term barrier problems in the areas of propulsion aeroelasticity, active and passive damping, engine vibration control, rotor dynamics, magnetic suspension, structural mechanics, probabilistics, smart structures, engine system dynamics, and engine containment. Furthermore, the branch is developing a compact, nonpolluting, bearingless electric machine with electric power supplied by fuel cells for future "more electric" aircraft. An ultra-high-power-density machine that can generate projected power densities of 50 hp/lb or more, in comparison to conventional electric machines, which generate usually 0.2 hp/lb, is under development for application to electric drives for propulsive fans or propellers. In the future, propulsion and power systems will need to be lighter, to operate at higher temperatures, and to be more reliable in order to achieve higher performance and economic viability. The Structural Mechanics and Dynamics Branch is working to achieve these complex, challenging goals.

Stefko, George

The Hyperspectral Microwave Photonic Instrument (HyMPI) and its NEDT Performance

This work presents an overview of a hyperspectral microwave-photonic spectrometer and demonstrates the system end-to-end noise equivalent delta temperature (NEDT) performance. The system aims at augmenting the remote sensing capability from space, with a focus on the Earth’s planetary boundary layer (PBL) thermal microwave (MW) spectral region (0-200 GHz). Combining a Photonic Integrated Circuit (PIC) channelizer and an application-specific integrated circuit (ASIC) spectrometer, the PIC & ASIC (PICASIC) module is capable of processing 40 GHz spectra at hyperspectral (4 MHz) resolution. The photonic technology is agnostic to the spectral region and multiple photonic modules can cover the entire 200 GHz spectrum. Measured results of the end-to-end system NEDT agree with predicted values confirming that the NEDT is primarily dominated by the noise figure of the MW front-end, with the optical link adding no significant noise. The data also demonstrate that a single module enables simultaneous super- and hyper-spectral resolution channel analysis across a 40 GHz range.

spectrometer

Adaptive Curation at NASA Johnson Space Center: Preparing for Artemis Samples by Leveraging Proven Practices and Innovative Solution

The proper curation of returned astromaterial samples is essential to ensure that high-quality scientific investigations can be conducted for decades, enabling future generations to address evolving research questions. The Astromaterials Acquisition and Curation Office at NASA Johnson Space Center (hereafter JSC Curation) is responsible for curating all of NASA’s extraterrestrial samples. Under the governing document, NASA Procedural Requirement (NPR) 7100.5 “Curation of Extraterrestrial Materials”, JSC Curation is charged with “The curation of all extraterrestrial material under NASA control, including future NASA missions.” The Directive goes on to define Curation as including “...documentation, preservation, preparation, and distribution of samples for research, education, and public outreach.” JSC Curation has a long-standing legacy of curating extraterrestrial materials, including but not limited to Apollo and Luna lunar samples, Genesis solar wind samples, Stardust comet samples, asteroid samples (Hayabusa1, Hayabusa2, and OSIRIS-REx), and Antarctic Meteorite samples from a variety of parent bodies. Building on this foundation, the Artemis program introduces new challenges and opportunities for sample curation, requiring both the application of proven practices and the development of innovative solutions. The Artemis Collection will be curated using established protocols refined through decades of experience with Apollo and subsequent sample collections, including but not limited to the utilization of cleanrooms, custom nitrogen gloveboxes, specialized storage containers and tools; all of which have strict material utilization and prohibition requirements. These practices provide a robust framework for contamination control, documentation, and long-term preservation. However, Artemis samples may present unique scientific and operational requirements, including enhanced contamination control measures (relative to Apollo) driven by evolving science objectives. To meet these needs, JSC Curation is actively developing new technologies and protocols that extend beyond traditional approaches, ensuring that the integrity of samples is maintained under increasingly stringent standards. One critical area of innovation is the development of cold sample curation capabilities. Certain Artemis samples, particularly those from Permanently Shadowed Regions (PSRs) and cold environments, are expected to contain ices and volatile components that require preservation and handling at sub-zero or even cryogenic temperatures. JSC Curation is leveraging best practices from the cold and cryogenic sample industries, as well as other government agencies and academic experts, to design facilities and handling procedures that maintain sample integrity while enabling scientific access. The goal is to develop capabilities to allow researchers to investigate volatiles and other temperature-sensitive materials while minimizing chemical and physical alterations from their returned state. In summary, adaptive curation at JSC combines the reliability of proven methodologies with forward-looking innovations to meet the scientific and operational demands of Artemis. Through enhanced contamination control, advanced cold curation capabilities, and an understanding of known and evolving future science priorities, NASA is preparing to maximize the scientific return from Artemis samples and preserve their value for generations of researchers.

Andrea D Harrington

Reaction Optimization for Enzymatic Deconstruction of Industrially Relevant Nylon Composites

Plastics such as polyamides (PAs) possess unique physicochemical properties that make them indispensable in modern society. However, their energy‐intensive production and challenging end‐of‐life management highlight the urgent need for efficient recycling or remanufacturing solutions. Enzymatic depolymerization offers a promising route toward circular recycling, yet remains constrained by limited enzyme characterization, lack of validation under industrially relevant conditions and substrates, and overall performance. Here, we optimized the reaction conditions for three recently discovered nylon‐degrading enzymes. One of them, Nyl12, achieved product titers with PA6 and PA66 that exceed previously reported values, without enzyme engineering or substrate pretreatment. We further demonstrated the scalability of the process and its application to complex PA‐based materials used in microelectronic components. Analysis of substrate features, including surface area and particle size, revealed key parameters governing enzymatic activity and provided a framework for future pretreatment and process optimization efforts. In combination, these efforts provide a new benchmark for enzymatic nylon recycling.

nylon

Spacecraft Water Impurity Monitor, a System for Water Quality Analysis on Exploration Missions Beyond Low Earth Orbit

Exploration missions beyond low-earth-orbit (LEO) will require advanced instrumentation to monitor water quality. Traveling beyond LEO means the transfer of water samples to an Earth-based laboratory for detailed analysis is not feasible. Detailed analysis of water composition during exploration is still necessary, because having the capability to determine the specific organic chemical causing a change in total organic carbon (TOC) or the specific metal or ionic species causing a change in conductivity has the potential to inform the crew health and system management decisions. On a new vehicle such as a lunar or Mars surface habitat or a Mars transit vehicle, finding “new” impurities not seen on ISS should be expected. The key is to identify the impurity so the correct action can be taken. On ISS we can measure TOC, conductivity, and other physical properties but do not have the capability for detailed analysis using vehicle instrumentation. This is acceptable because ISS can send samples down to Earth for further analysis and obtain the detailed composition. The Spacecraft Water Impurity Monitor (SWIM) will provide detailed water quality analysis for missions in which sample down mass is not available. SWIM is a system comprising organic and inorganic analysis modules. For organic chemicals, a gas chromatograph mass spectrometer (GCMS) detects and identifies organic impurities. For inorganic species, a capillary electrophoresis capacitively coupled contactless conductivity detection (CE-C4D) system as well as ion specific electrodes detect and identify metal ions and other inorganic salts / acids. The SWIM technology demonstration project has completed a System Requirements Review (SRR) to finalize detection requirements and is currently working to refine vehicle interface requirements for a future technology demonstration. The project also has begun preliminary flight design activities for the core analyzers in the instrument suite.

Water Monitoring

Localizing the non-thermal X-ray emission of PSR J2229+6114 from its multi-wavelength pulse profiles

Context.Pulsars are detected over the whole electromagnetic spectrum, from radio wavelengths up to very high energies, in the GeV-TeV range. While the radio emission site for young pulsars is well constrained to occur at altitudes about several percent of the light-cylinder radius andγ-ray emission is believed to be produced in the striped wind, outside the light cylinder, the non-thermal X-ray production site remains unknown. Aims.The aim of this Letter is to localize the non-thermal X-ray emission region based on a multi-wavelength pulse profile fitting for PSR J2229+6114, which stands as a particularly good candidate given its high X-ray brightness. Methods.Based on the geometry deduced from the joint radio andγ-ray pulse profiles, we fixed the magnetic axis inclination angle and the line-of-sight (LoS) inclination angle. However, we left the region of X-ray emission unlocalized, setting it somewhere between the surface and the light cylinder. We localized this region and its extension by fitting the X-ray pulse profile as observed by the NICER,NuSTAR, and RXTE telescopes in the ranges of 2–7 keV, 3–10 keV, and 9.4–22.4 keV, respectively. Results.We constrained the non-thermal X-ray emission to arise from altitudes between 0.2 r L and 0.55 r L wherer L is the light-cylinder radius. The magnetic obliquity is approximatelyα ≈ 45° −50° and the LoS inclination angle isζ ≈ 32° −48°. Conclusions.This Letter is among the first works to offer a tight constraint on the location of non-thermal X-ray emission from pulsars. We plan to apply this procedure to several other promising candidates to confirm this new result.

Astronomy & Astrophysics

Thermodynamic Properties of Uranium-Zirconium Carbide Solid Solutions with Oxygen

Uranium-zirconium carbide solid solutions are potential candidates for fuel in space nuclear reactors. To support development of advanced robust fuels for space applications, (U y Zr 1-y )C x O z solid solutions were synthesized via carbothermic reduction with uranium, carbon, and oxygen contents raging from y=0.05 – 0.3, x=0.95 – 0.98, and z = 0.02 – 0.07. These solid solutions were subsequently characterized by X-ray diffraction and elemental combustion analysis. High-temperature oxidative drop solution calorimetry in molten sodium molybdate solvent at 1073 K was employed to determine the formation, oxidation, and mixing enthalpies of (U y Zr 1-y )C x O z solid solutions, and thereby for evaluating their thermodynamic stability. The solid solutions are enthalpically less stable than the UC and ZrC end members. They also become less stable and more reactive towards oxidation with increasing uranium content. Incorporation of oxygen into solid solutions increases their solid solution-stability and improves their oxidation resistance.

Calorimetry

A physics informed bayesian optimization approach for material design: application to NiTi shape memory alloys

Abstract The design of materials and identification of optimal processing parameters constitute a complex and challenging task, necessitating efficient utilization of available data. Bayesian Optimization (BO) has gained popularity in materials design due to its ability to work with minimal data. However, many BO-based frameworks predominantly rely on statistical information, in the form of input-output data, and assume black-box objective functions. In practice, designers often possess knowledge of the underlying physical laws governing a material system, rendering the objective function not entirely black-box, as some information is partially observable. In this study, we propose a physics-informed BO approach that integrates physics-infused kernels to effectively leverage both statistical and physical information in the decision-making process. We demonstrate that this method significantly improves decision-making efficiency and enables more data-efficient BO. The applicability of this approach is showcased through the design of NiTi shape memory alloys, where the optimal processing parameters are identified to maximize the transformation temperature.

Chemistry

Tunable magnetic excitations in the honeycomb antiferromagnet (Co,Ni)⁢TiO3

The solid solution of the honeycomb antiferromagnet (AFM) Co0.5⁢Ni0.5⁢TiO3 (CNTO) was synthesized by mixing a 1:1 molar ratio of CoTiO3 (CTO) and NiTiO3 (NTO). Powder neutron scattering was used to determine the structure and magnetic spectrum, where the nuclear and magnetic structures resemble those of the end members. The Néel temperature (T𝑁 = 27 ± 1 K), the ordered magnetic moment (M = 2.29 ± 0.03 𝜇𝐵 per magnetic ion), and lattice parameters are intermediate between those of the two. From inelastic neutron scattering, it is observed that the magnon density of states (MDOS) extends up to 13 meV, and the interaction can be described by an XXZ-type magnetic Hamiltonian. Above 15 meV, spin-orbit excitons (SOEs) are observed similarly to those in CTO, but with modified spin-orbit crystal-field splitting because of the substitution of Ni at Co sites, and the disorder induced by the Ni substitution modifies the spin-orbit crystal field. Thus, the magnetic dynamics of the CNTO cannot be described as a simple average of the two parent compounds.

Rathnayaka, Srimal [University of Virginia, Charlo

Socio-Techno-Economic Feasibility of Deep Geothermal with EGS for Residential District Heating in the Northeastern United States

In this paper, we present socio-techno-economic simulation results for enhanced geothermal system (EGS) district heating systems in the northeastern United States. We applied the geospatial Distributed Geothermal Market Demand (dGeo) tool coupled with GEOPHIRES to evaluate the feasibility of geothermal deep direct-use, utilizing EGS reservoirs for providing residential heating with district heating systems. The results were combined with JEDI results to assess social impacts. Simulation results assuming doublet EGS reservoirs with target production temperature of 80 degrees C and newly constructed district heating systems indicate a wide range in system levelized cost of heat (LCOH) values ranging from ~$15/MMBtu to over $1,000/MMBtu, with most the attractive regions urban areas with high total thermal demand and high thermal demand density. We estimate about 60 GWth in potential installed capacity with LCOH values under $50/MMBtu and 100 GWth in potential capacity with LCOH values under $100/MMBtu, respectively.

15 GEOTHERMAL ENERGY

Power performance and loads characterization of laboratory-scale cross-flow rotors fabricated using additive manufacturing

Tidal energy conversion is a relatively new application for additive manufacturing (AM), where the focus has been on fabricating axial-flow turbine blades. AM techniques add material precisely where it is needed, creating more complex shapes with less waste. Cross-flow rotor geometry presents an opportunity for AM to improve rotor performance by fabricating features that cannot be created economically via conventional manufacturing. The challenges associated with using AM in cross-flow design include water resistance and degradation over time while retaining a level of quality equivalent to conventionally machined parts. In this work, AM materials were tested by environmentally conditioning samples in a seawater tank for 5 months, followed by performance and phase-resolved load testing of laboratory-scale rotors in a hydraulic flume. We found that while metals like titanium and Inconel have excellent performance in marine environments, achieving the desired geometry and performance is difficult. Thermoplastics degraded in seawater but were easier to form into desired geometries and could exceed the performance of an aluminum control rotor. Warping and surface finish were significant detractors from AM rotor performance. These results suggest that the primary benefits of using AM for cross-flow rotors is to quickly fabricate and test unconventional rotor geometries.

16 TIDAL AND WAVE POWER