Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “block”

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 73 records · Page 4

Block encoding of the three-dimensional heterogeneous Poisson equation with application to fracture flow

Quantum linear system (QLS) algorithms offer the potential to solve large-scale linear systems exponentially faster than classical methods. However, applying QLS algorithms to real-world problems remains challenging due to issues such as state preparation, data loading, and efficient information extraction. In this work, we study the feasibility of applying QLS algorithms to solve discretized three-dimensional (3D) heterogeneous Poisson equations, with specific examples relating to groundwater flow through geologic fracture networks. We explicitly construct a block encoding for the 3D heterogeneous Poisson matrix by leveraging the sparse local structure of the discretized operator. While classical solvers benefit from preconditioning, we show that block encoding the system matrix and preconditioner separately does not improve the effective condition number that dominates the QLS run-time. This differs from classical approaches where the preconditioner and the system matrix can often be implemented independently. Nevertheless, due to the structure of the problem in three dimensions, the quantum algorithm achieves a run-time of 𝑂⁡(𝑁 2/3 polylog 𝑁 ⋅log (1/𝜖)), outperforming the best classical methods (with run times of 𝑂⁡(𝑁⁢log 𝑁 ⋅log (1/𝜖))) and offering exponential memory savings. These results highlight both the promise and limitations of QLS algorithms for practical scientific computing, and point to effective condition-number reduction as a key barrier in achieving quantum advantages.

58 GEOSCIENCES↗

Decoupling Power Quality Issues in Grid-Microgrid Network Using Microgrid Building Blocks

Microgrids are evolving as promising options to enhance reliability of the connected transmission and distribution systems. Traditional design and deployment of microgrids require significant engineering analysis. However, Microgrid Building Blocks (MBB), consisting of modular blocks that integrate seamlessly to form effective microgrids, are promising technologies to enable faster and broader adoption of microgrids. Back-to-Back converter placed at the point of common coupling of microgrid is an integral part of MBB. This paper presents applications of MBB to decouple power quality issues in grid-microgrid network serving power quality sensitive critical loads such as data centers, new grid-edge technologies such as vehicle-to-grid generation, and emergency condition loads such as electric vehicle charging loads during evacuation prior disaster events. Simulation results show that MBB effectively decouple the power quality issues across networks and allow network with low power quality to transfer high-power quality power to connected networks during emergency conditions.

Acharya, Samrat S. [BATTELLE (PACIFIC NW LAB)]↗

Impact of Reordering on the LU Factorization Performance of Bordered Block-Diagonal Sparse Matrix

Power engineers rely on computer-based simulation tools to assess grid performance and ensure security. At the core of these tools are solvers for sparse linear equations. When transformed into a bordered block-diagonal (BBD) structure, part of the sparse linear equation solving can be parallelized. This work focuses on using the Schur-complement-based method for LU factorization on BBD matrices, specifically, Jacobian matrices from large-scale systems. Our findings show that the natural ordering method outperforms the default ordering method in computational performance for each block of the BBD matrix. This observation is validated using synthetic 25k-bus and 70k-bus cases, showing a speedup of up to 38% when using natural ordering without permutation. Additionally, the impact of the number of partitions is studied, and the result shows that computational performance improves with more, smaller partitions in the BBD matrices.

BBD matrix↗

Impact of Geomagnetic Induced Current Neutral Blocking Devices on Distance Relays in Sub-transmission Networks with IBR

Geomagnetically induced currents (GICs) can flow through transmission lines during geomagnetic disturbances, such as solar flares or coronal mass ejections. These currents can cause problems like transformer saturation and equipment damage. The most common method of mitigating GICs involves installing GIC neutral blocking devices (NBDs) in transformer neutrals. However, the wide application of capacitive GIC blocking devices may have unintended adverse effects on other devices, such as distance protection relays. As the number of inverter-based resources being connected to the transmission and sub-transmission systems increases, the likelihood of a sub-transmission line protected by a distance relay connected to a transformer with NBDs is increasing. Therefore, distance relays fed by IBRs and transmission lines with GIC-NBDs must be studied. This paper studies the effect of GIC-NBDs on a 69kV sub-transmission line of various lengths fed by a 25 MVA IBR and synchronous source. This work focused on the behavior of the GIC-NBDs using the measured apparent phase-to-ground and phase-to-phase impedance calculated by the relay and the source impedance ratio (SIR) during various electrical faults.

Patel, Trupal R [Sandia National Laboratories (SNL↗

High-resolution chemical patterns from negative tone resists for the integration of extreme ultraviolet patterns of metal-oxide resists with directed self-assembly of block copolymers

Extreme ultraviolet (EUV) lithography faces significant challenges in designing suitable resist materials that can provide adequate precision, while maintaining economically viable throughput. These challenges in resist materials have led to printing failures and high roughness in EUV patterns, compromising the performance of semiconductor devices. Integrating directed self-assembly (DSA) of block copolymers (BCPs) with EUV lithography offers a promising solution because, while the BCPs register to the EUV-defined chemical guiding pattern, the thermodynamically determined structures of the BCPs automatically rectify defects and roughness in the EUV pattern. Despite the superior resolution of metal-oxide EUV resists (MORs), their application to DSA is limited by the difficulty in converting them into chemical patterns that allow effective transfer of the rectified patterns of DSA films into inorganic materials. To address this challenge, this study introduces a novel strategy for fabricating chemical patterns using hydrogen silsesquioxane (HSQ), a high-resolution negative tone inorganic resist, as a model system for MORs. Initially, a sacrificial Cr pattern is generated from HSQ patterns via reactive ion etching. The sacrificial Cr pattern is converted into a chemical pattern by first grafting a water-soluble polyethylene oxide brush onto the substrate, then wet etching the Cr, and finally grafting nonpolar polystyrene brushes. Assembling polystyrene-block-poly(methyl methacrylate) on these patterns results in structures oriented and registered with the underlying pattern, achieving 24 nm full-pitch resolutions. In conclusion, this approach has the potential to integrate MOR patterns into the DSA process, thereby enabling the generation of high-quality sub-10 nm patterns with high-χ BCPs.

Atomic force microscopy↗

A graphics processing unit accelerated sparse direct solver and preconditioner with block low rank compression

We present the GPU implementation efforts and challenges of the sparse solver package STRUMPACK. The code is made publicly available on github with a permissive BSD license. STRUMPACK implements an approximate multifrontal solver, a sparse LU factorization which makes use of compression methods to accelerate time to solution and reduce memory usage. Multiple compression schemes based on rank-structured and hierarchical matrix approximations are supported, including hierarchically semi-separable, hierarchically off-diagonal butterfly, and block low rank. Here, in this paper, we present the GPU implementation of the block low rank (BLR) compression method within a multifrontal solver. Our GPU implementation relies on highly optimized vendor libraries such as cuBLAS and cuSOLVER for NVIDIA GPUs, rocBLAS and rocSOLVER for AMD GPUs and the Intel oneAPI Math Kernel Library (oneMKL) for Intel GPUs. Additionally, we rely on external open source libraries such as SLATE (Software for Linear Algebra Targeting Exascale), MAGMA (Matrix Algebra on GPU and Multi-core Architectures), and KBLAS (KAUST BLAS). SLATE is used as a GPU-capable ScaLAPACK replacement. From MAGMA we use variable sized batched dense linear algebra operations such as GEMM, TRSM and LU with partial pivoting. KBLAS provides efficient (batched) low rank matrix compression for NVIDIA GPUs using an adaptive randomized sampling scheme. The resulting sparse solver and preconditioner runs on NVIDIA, AMD and Intel GPUs. Interfaces are available from PETSc, Trilinos and MFEM, or the solver can be used directly in user code. We report results for a range of benchmark applications, using the Perlmutter system from NERSC, Frontier from ORNL, and Aurora from ALCF. For a high frequency wave equation on a regular mesh, using 32 Perlmutter compute nodes, the factorization phase of the exact GPU solver is about 6.5× faster compared to the CPU-only solver. The BLR-enabled GPU solver is about 13.8× faster than the CPU exact solver. For a collection of SuiteSparse matrices, the STRUMPACK exact factorization on a single GPU is on average 1.9× faster than NVIDIA’s cuDSS solver.

97 MATHEMATICS AND COMPUTING↗

The Alamo multiphysics solver for phase field simulations with strong-form mechanics and block structured adaptive mesh refinement

Alamo is a high-performance scientific code that uses block-structured adaptive mesh refinement to solve such problems as: the ignition and burn of solid rocket propellant, plasticity, damage and fracture in materials undergoing loading, and the interaction of compressible flow with eroding solid materials. Alamo is powered by AMReX, and provides a set of unique methods, models, and algorithms that enable it to solve solid-mechanics problems (coupled to other physical behavior such as fluid flow or thermal diffusion) using the power of block-structured adaptive mesh refinement.

36 MATERIALS SCIENCE↗

Control Oriented Models for Co-Design: Technical Overview of MT HVDC, MVDC, and Solid State Transformer Building Blocks

The electric power system is shifting toward a power electronics–enabled grid, where converter based “building blocks” (e.g., high voltage direct current (HVDC) links, multi terminal HVDC (MT HVDC) networks, medium voltage DC (MVDC) links, and solid state transformers (SSTs)) provide fast, precise control of power flows, voltage, and frequency. This report develops and applies publicly shareable electromagnetic transient (EMT) and phasor models to examine how such building blocks can be composed and coordinated to support offshore wind integration, inter area transfers, feeder support, and resilience. Section 2 documents a modular multilevel converter (MMC)–based MT HVDC modeling framework and two use cases: a compact WSCC/IEEE 9 bus test system and a 240 bus “mini WECC” case with five offshore wind plants (OWFs). Phasor to EMT transfer, initialization, and sanity checks are summarized, and neutral demonstrations of normal and contingency operation are reported. Section 3 frames the problem of wind plant inertial frequency response (IFR): shaping energy release and recovery to improve nadir while avoiding aerodynamic stall; representative simulations illustrate the issues without disclosing proprietary control. Section 4 develops MVDC concepts through an IEEE 16 bus loop and an Olympic Peninsula case study that compares AC vs. MVDC corridors and shows how feeder headroom can be pooled via DC couplers. Section 5 surveys SST architectures and identifies a gap: scalable, communication free coordination of multiple SSTs for islanded feeder networks. Across the report, novel methods and configurations under separate publication and IP review are not disclosed; only topic oriented, replicable setups and non proprietary results are shown. These models and use cases are intended as foundations for future publications and co design studies on architecture, control, and coordination of PE enabled grids.

24 POWER TRANSMISSION AND DISTRIBUTION↗

Block Island Survey and Deployment Operations Data

This dataset contains survey, navigation, and platform-design data supporting instrument deployment and positioning during the 2016-2017 RODEO field operations at Block Island. It includes an acoustic localization software toolkit and its Block Island position solutions, R/V Tioga ship navigation and underway data, CTD casts, ship-track charts, and engineering designs for the deployed moorings and arrays.

17 WIND ENERGY↗

Block encoding bosons by signal processing

Block Encoding (BE) is a crucial subroutine in many modern quantum algorithms, including those with near-optimal scaling for simulating quantum many-body systems, which often rely on Quantum Signal Processing (QSP). Currently, the primary methods for constructing BEs are the Linear Combination of Unitaries (LCU) and the sparse oracle approach. In this work, we demonstrate that QSP-based techniques, such as Quantum Singular Value Transformation (QSVT) and Quantum Eigenvalue Transformation for Unitary Matrices (QETU), can themselves be efficiently utilized for BE implementation. Specifically, we present several examples of using QSVT and QETU algorithms, along with their combinations, to block encode Hamiltonians for lattice bosons, an essential ingredient in simulations of high-energy physics. We also introduce a straightforward approach to BE based on the exact implementation of Linear Operators Via Exponentiation and LCU (LOVE-LCU). We find that, while using QSVT for BE results in the best asymptotic gate count scaling with the number of qubits per site, LOVE-LCU outperforms all other methods for operators acting on up to qubits, highlighting the importance of concrete circuit constructions over mere comparisons of asymptotic scalings. Using LOVE-LCU to implement the BE, we simulate the time evolution of single-site and two-site systems in the lattice theory using the Generalized QSP algorithm and compare the gate counts to those required for Trotter simulation.

Kane, Christopher F↗

In-Band Scattering and Absorption of Infrared Blocking Foam Filters for Millimeter-wave Cameras

Expanded closed-cell polymer foams are widely used as thermal infrared (IR) blocking filters in millimeter-wave cameras, particularly for Cosmic Microwave Background observations. Precise knowledge of their millimeter-wave properties is essential for optimizing sensitivity. We present broadband (150 GHz - 2 THz) transmittance spectroscopy of Styroace-II and several Zotefoam filters, fitting their spectra with a radiative transfer model incorporating dielectric absorption and Rayleigh, Mie, and higher-order scattering. For a typical 5~cm thick filter stack at 280~GHz, Styroace-II exhibits ${\sim}10\%$ scattering with absorption estimated as ${\lesssim}5\%$ by effective-medium theory, while Zotefoam HD30 offers superior performance at ${\sim}3\%$ scattering and absorption likewise bounded to ${{\lesssim}0.3\%}$. Each model component is constrained at the ${\sim}0.1\%$ transmittance level for millimeter wavelengths. We observe batch-to-batch scattering variability of up to 2 percentage points in foams with multiple tested batches. Less commonly used Zotefoam formulations (LD15 and LD24) can further reduce in-band scattering to ${<}1\%$ while maintaining negligible in-band absorption and likely comparable IR blocking due to shared polyethylene absorption features and similar cell sizes. Based on this work, a filter constructed from the best measured LD24 batch has replaced the Styroace-II filter in a Simons Observatory 220/280 GHz Small Aperture Telescope.

Thomas, Alex [Chicago U., Astron. Astrophys. Ctr.;↗

Quantum block encoding for one-pair semiseparable matrices

Quantum block encoding (QBE) is a crucial step in the development of most quantum algorithms, as it provides an embedding of a given matrix into a suitable larger unitary matrix. Historically, the development of efficient techniques for QBE has mostly focused on sparse matrices; less effort has been devoted to data-sparse (e.g., rank-structured) matrices. In this work we examine a particular case of rank structure, namely, one-pair semiseparable matrices. We present a new block encoding approach that relies on a suitable factorization of the given matrix as the product of triangular and diagonal factors. To encode the matrix, the algorithm needs $2\log(N)+7$ ancillary qubits. Assuming that the data input oracles can be implemented with polylogarithmic depth, or that a QRAM input model is available, our proposed method requires $\mathcal{O}({\rm polylog} (N))$ time and has an error of $\mathcal{O}(N^2)$, where $N$ is the matrix size.

Antonioli, Giacomo [Pisa U.; CERN] (ORCID:00090000↗

Ultrastable Gold Nanostars via Bottlebrush-like Block Copolymers

Gold (Au) nanostars are plasmonic nanostructures possessing potentials for small molecule detection, photocatalytic activities, and photothermal therapy. However, Au nanostars synthesized in the traditional way are often plagued by poor photo, thermal, and chemical stabilities. Here, we report an unconventional route to the synthesis of ultrastable colloidal Au nanostars enabled by bottlebrush-like block copolymers (BBCPs), dispensing with the need for Au seeds. Crafting of Au nanostars using BBCPs is rendered by bridging the latter with Au 3+ ions as cross-linkers that have multiple coordination sites. Notably, the presence of a covalently tethered polymer shell on the surface of Au nanostars (i.e., polymer-ligated Au nanostars) imparts remarkably high stability under high temperature and laser excitation over conventional cetyltrimethylammonium bromide (CTAB)-mediated Au nanostars. Due to enhanced laser stability, plasmonic fields near Au nanostars can be visualized under high laser fluence by ultrafast electron microscopy (UEM) without morphological degradation. Notably, the presence of insulating polystyrene chains does not compromise the plasmonic field distribution, with the highest field intensity observed along the star arms. In conclusion, the greatly improved long-term photo, thermal, and chemical stabilities make Au nanostars a prospective noble metal nanomaterial for a range of sensing applications.

Cellulose↗

On-Demand Selection of the Latent Domain Orientation in Spray-Deposited Block Copolymer Thin Films

With their ability to self-assemble spontaneously into well-defined nanoscale morphologies, block copolymer (BCP) thin films are a versatile platform to fabricate functional nanomaterials. An important challenge to wider deployment of BCPs in nanofabrication is combining precise control over the nanoscale domain orientation in BCP assemblies with scalable deposition techniques that are applicable to large-area, curved, and flexible substrates. Here, in this study, we show that spray-deposited smooth films of a nominally disordered BCP exhibit latent orientations, which can be prescriptively selected by controlling solvent evaporation during spray casting. Subsequent solvent vapor annealing triggers assembly toward highly ordered cylindrical morphologies along the pathway determined by solvent evaporation in the prior spray deposition stage. Faster evaporation promotes assembly of vertically oriented cylinders spanning the entire film thickness (100–300 nm). In comparison, slow solvent evaporation permits intermicellar aggregation and incipient cylinder formation in solution, which induces horizontal cylinder assembly upon annealing. The evaporatively controlled latent orientation mechanism presented herein elucidates how nonequilibrium phenomena during casting govern successive self-assembly pathways and facilitates a versatile method to dictate the domain orientation of BCP thin films on demand on flexible and highly curved substrates or in distinct pattern areas on the same substrate.

36 MATERIALS SCIENCE↗

Parallel-in-Time Solution of Hyperbolic PDE Systems via Characteristic-Variable Block Preconditioning

We consider the parallel-in-time solution of both linear and nonlinear hyperbolic partial differential equation (PDE) systems in one spatial dimension. In the nonlinear setting, the discretized equations are solved with a preconditioned residual iteration based on a global linearization. The linear(ized) equation systems are approximately solved parallel-in-time using a block preconditioner applied in the characteristic variables of the underlying linear(ized) hyperbolic PDE. This change of variables is motivated by the observation that intervariable coupling between characteristic variables is weak, at least locally where spatio-temporal variations in the eigenvectors of the associated flux Jacobian are sufficiently small, while that between the original variables is not. For an ℓ-dimensional system of PDEs, applying the preconditioner consists of solving a sequence of ℓ scalar linear(ized)-advection-like problems, each associated with a different characteristic wave-speed in the underlying linear(ized) PDE. Furthermore, we approximately solve these linear advection problems using multigrid reduction-in-time (MGRIT); however, any other suitable parallel-in-time method could be used. Numerical examples are shown for the (linear) acoustics equations in heterogeneous media and for the (nonlinear) shallow water equations and Euler equations of gas dynamics with shocks and rarefactions. For many test problems, the solver converges in just a handful of iterations and with mesh-independent convergence rates.

97 MATHEMATICS AND COMPUTING↗

ECAR-7813 Rev 0 Secondary Coolant Cover Gas System Stirling Engine Tube Rupture Analysis, Insulation Block Analysis, and Labyrinth Seal Design

The purpose of this ECAR is to document compliance with best engineering practices for the Secondary Coolant Cover Gas System of the MARVEL microreactor which includes a Stirling Engine helium tube rupture analysis, an analysis to verify the strength of the insulation blocks, and the design of the Labyrinth Seal.

21 - SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLAN↗

Aqueous Self‐Assembly of Cylindrical and Tapered Bottlebrush Block Copolymers

The self‐assembly of amphiphilic bottlebrush block copolymers (BCPs), featuring backbones densely grafted with two types of side chains, is less well understood compared to linear BCPs. In particular, the solution self‐assembly of tapered bottlebrush BCPs—cone‐shaped BCPs with hydrophilic or hydrophobic tips—remains unexplored. This study investigates eight tapered and four cylindrical bottlebrush BCPs with varied ratios of hydrophobic polystyrene (PS) and hydrophilic poly(acrylic acid) (PAA) side chains, synthesized via sequential addition of macromonomers using ring‐opening metathesis polymerization (SAM‐ROMP). Self‐assembled nanostructures formed in water were analyzed using cryogenic transmission electron microscopy, small‐angle neutron scattering, and dynamic light scattering. Most BCPs generated multiple nanostructures with surface protrusions, including spherical micelles, cylindrical micelles, and vesicles, alongside transitional forms like ellipsoids and semi‐vesicles. Coarse‐grained molecular dynamics simulations supported the experimental findings, which revealed two distinct self‐assembly pathways. The first involved micelle fusion, producing elliptical and cylindrical aggregates, sometimes forming Y‐junctions. The second pathway featured micelle maturation into semivesicles, which developed into vesicles or large compound vesicles. This work provides the first experimental evidence of vesicle formation via semivesicles in bottlebrush BCPs and demonstrates the significant influence of cone directionality on self‐assembly behavior in these cone‐shaped polymeric amphiphiles.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Block copolymer-mediated synthesis of TiO2/RuO2 nanocomposite for efficient oxygen evolution reaction

Abstract An amphiphilic block copolymer, poly (styrene-2-polyvinyl pyridine-ethylene oxide), was used as a structure-directing and stabilizing agent to synthesize TiO 2 /RuO 2 nanocomposite. The strong interaction of polymers with metal precursors led to formation of a porous heterointerface of TiO 2 /RuO 2 . It acted as a bridge for electron transport, which can accelerate the water splitting reaction. Scanning electron microscopy, energy-dispersive X -ray spectroscopy, transmission electron microscopy, and X -ray diffraction analysis of TiO 2 /RuO 2 samples revealed successful fabrication of TiO 2 /RuO 2 nanocomposites. The TiO 2 /RuO 2 nanocomposites were used to measure electrochemical water splitting in three-electrode systems in 0.1-M KOH. Electrochemical activities unveil that TiO 2 /RuO 2 -150 nanocomposites displayed superior oxygen evolution reaction activity, having a low overpotential of 260 mV with a Tafel slope of 80 mVdec −1 . Graphical abstract

36 MATERIALS SCIENCE↗