Search NASA⌕ Search

SEARCH · Search NASA

Results for “Edge Based”

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 253 records · Page 14

Hyper-X Engine Testing in the NASA Langley 8-Foot High Temperature Tunnel

Airframe-integrated scramjet engine tests have 8 completed at Mach 7 in the NASA Langley 8-Foot High Temperature Tunnel under the Hyper-X program. These tests provided critical engine data as well as design and database verification for the Mach 7 flight tests of the Hyper-X research vehicle (X-43), which will provide the first-ever airframe- integrated scramjet flight data. The first model tested was the Hyper-X Engine Model (HXEM), and the second was the Hyper-X Flight Engine (HXFE). The HXEM, a partial-width, full-height engine that is mounted on an airframe structure to simulate the forebody features of the X-43, was tested to provide data linking flowpath development databases to the complete airframe-integrated three-dimensional flight configuration and to isolate effects of ground testing conditions and techniques. The HXFE, an exact geometric representation of the X-43 scramjet engine mounted on an airframe structure that duplicates the entire three-dimensional propulsion flowpath from the vehicle leading edge to the vehicle base, was tested to verify the complete design as it will be flight tested. This paper presents an overview of these two tests, their importance to the Hyper-X program, and the significance of their contribution to scramjet database development.

Huebner, Lawrence D.↗

Hyper-X Engine Testing in the NASA Langley 8-Foot High Temperature Tunnel

Airframe-integrated scramjet engine tests have been completed at Mach 7 in the NASA Langley 8-Foot High Temperature Tunnel under the Hyper-X program. These tests provided critical engine data as well as design and database verification for the Mach 7 flight tests of the Hyper-X research vehicle (X-43), which will provide the first-ever airframe-integrated scramjet flight data. The first model tested was the Hyper-X Engine Model (HXEM), and the second was the Hyper-X Flight Engine (HXFE). The HXEM, a partial-width, full-height engine that is mounted on an airframe structure to simulate the forebody features of the X-43, was tested to provide data linking flowpath development databases to the complete airframe-integrated three-dimensional flight configuration, and to isolate effects of ground testing conditions and techniques. The HXFE, an exact geometric representation of the X-43 scramjet engine mounted on an airframe structure that duplicates the entire three-dimensional propulsion flowpath from the vehicle leading edge to the vehicle base, was tested to verify the complete design as it will be flight tested. This paper presents an overview of these two tests, their importance to the Hyper-X program, and the significance of their contribution to scramjet database development.

Huebner, Lawrence D.↗

Microcalorimetry: The First Two Decades

Our group at GSFC began experimental and theoretical work on microcalorimetry almost twenty years ago, in August of 1982. Over the next 10 months, we completed the initial demonstration of a Si impurity thermometer-based calorimeter as an X-ray spectrometer. This successful demonstration resulted in the development by many investigators of scientific applications for microcalorimeters, ranging from optical spectroscopy to dark matter detection to particle physics applications. Many new technical approaches for cryogenic detectors were proposed by investigators and have been developed. In this presentation, I will describe the early development of microcalorimeters at GSFC and University of Wisconsin and the subsequent rapid growth of this work around the world The key milestones in the early development were the initial spectroscopy demonstrations and the selection of XRS, our microlcalorimeter-based instrument for the Advanced X-ray Astrophysics Facility (AXAF) and ultimately for ASTRO-E. An additional key event was the development of the direct detection of dark matter experiment and the formation of the Center for Particle Astrophysics. Both of these programs provided long term support for this technology in its precarious early days. A major additional technical step in the development of detectors was the demonstration of devices based on superconducting transition edge sensors (TES). These detectors promised (and have delivered) improved energy resolution and higher event rate capabilities. They couple naturally to SQUIDS, which operate well at the low temperatures where the detectors must operate. The past two decades have taken microcalorimeters from their infancy to applications in real experiments. I will provide an overview of the early development of the devices and review the breadth of the present technology and applications.

Moseley, Harvey↗

Processing circuitry for single channel radiation detector

Processing circuitry is provided for a high voltage operated radiation detector. An event detector utilizes a comparator configured to produce an event signal based on a leading edge threshold value. A preferred event detector does not produce another event signal until a trailing edge threshold value is satisfied. The event signal can be utilized for counting the number of particle hits and also for controlling data collection operation for a peak detect circuit and timer. The leading edge threshold value is programmable such that it can be reprogrammed by a remote computer. A digital high voltage control is preferably operable to monitor and adjust high voltage for the detector.

Holland, Samuel D.↗

Machine Vision for Relative Spacecraft Navigation During Approach to Docking

This paper describes a machine vision system for relative spacecraft navigation during the terminal phase of approach to docking that: 1) matches high contrast image features of the target vehicle, as seen by a camera that is bore-sighted to the docking adapter on the chase vehicle, to the corresponding features in a 3d model of the docking adapter on the target vehicle and 2) is robust to on-orbit lighting. An implementation is provided for the case of the Space Shuttle Orbiter docking to the International Space Station (ISS) with quantitative test results using a full scale, medium fidelity mock-up of the ISS docking adapter mounted on a 6-DOF motion platform at the NASA Marshall Spaceflight Center Flight Robotics Laboratory and qualitative test results using recorded video from the Orbiter Docking System Camera (ODSC) during multiple orbiter to ISS docking missions. The Natural Feature Image Registration (NFIR) system consists of two modules: 1) Tracking which tracks the target object from image to image and estimates the position and orientation (pose) of the docking camera relative to the target object and 2) Acquisition which recognizes the target object if it is in the docking camera Field-of-View and provides an approximate pose that is used to initialize tracking. Detected image edges are matched to the 3d model edges whose predicted location, based on the pose estimate and its first time derivative from the previous frame, is closest to the detected edge1 . Mismatches are eliminated using a rigid motion constraint. The remaining 2d image to 3d model matches are used to make a least squares estimate of the change in relative pose from the previous image to the current image. The changes in position and in attitude are used as data for two Kalman filters whose outputs are smoothed estimate of position and velocity plus attitude and attitude rate that are then used to predict the location of the 3d model features in the next image.

Chien, Chiun-Hong↗

Performance Optimization Methods for a Memory-Bound, Unstructured-Grid CFD Application on Massively Parallel GPU Platforms

Computational performance of the FUN3D unstructured-grid computational fluid dynamics (CFD) application on massively parallel GPU environments is memory-bound and highly dependent upon efficient reads from and atomic updates to the irregular cell-, edge-, and node-based data structures. In this talk, we present recent efforts into optimizing select performance-critical kernels on NVIDIA Tesla V100 and A100 GPUs and AMD CDNA MI100 GPUs. A novel use of L2 cache residency controls and asynchronous loads into on-chip shared memory are explored on the A100 GPU for the sparse iterative solver, which is dominated by mixed-precision, sparse matrix vector multiplication. Demonstrations show that these methods improve global memory bandwidth utilization by 13.5% on the A100 GPU. Several techniques are also presented that use registers and/or shared memory to facilitate array transposition and aggregation which combine to reduce the frequency and increase the cache efficiency of floating-point atomic updates to the irregular data structures. These methods are demonstrated to improve the kernel throughput by nearly 500% on select kernels on the AMD MI100 over atomic updates directly to global memory. Overall, both V100 and A100 GPUs outperformed the MI100 GPU on kernels dominated by double-precision atomic updates; however, the techniques demonstrated here reduced the performance gap and improved the MI100 performance.

GPU CPU unstructured CFD memory↗

Advances in Automation of Overset Structured Volume Mesh Generation and Domain Connectivity

Automation of overset structured surface mesh generation has recently been accomplished by the creation of face, edge, and node meshes based on Boundary Representation solids as the geometry input. The current work continues the automation effort in overset volume mesh generation and domain connectivity based on the auto-generated surface meshes. All near-body curvilinear volume meshes are automatically generated using hyperbolic methods. Automation of this step is enabled by appropriate surface grid point distribution, and selection of boundary-splay and smoothing parameters based on concave and convex surface features. The off-body domain is covered by two automatically generated grid systems. The first contains a single Cartesian mesh with a uniform core enclosing all near-body volume meshes and stretched layers that extend to the far field, while the second consists of a set of small stretched Cartesian grids covering pockets of off-body orphan points. With high quality mesh overlap mostly guaranteed by the surface meshing scheme, orphan points that need to be covered by the second Cartesian mesh system are located away from the fine grid spacing region near the wall. Using line-segment and ray-pierce tests against the surface grids, hole-cutting is accomplished on both near and off-body volume grids resulting in appropriate clearances from the wall. The complete mesh generation automation process is demonstrated on five test cases where flow solutions are also computed and compared with solutions obtained using other methods.

TTT↗

Hydrocarbon Burn Facility, SWMU 007 Per- and Polyfluoroalkyl Substances (PFAS) Assessment Report Addendum

This document discusses the Per-and Polyfluoroalkyl Substances (PFAS) assessment activities performed from May through August 2023 at the Hydrocarbon Burn Facility (HBF) located at Kennedy Space Center (KSC), Florida. HBF was used for firefighting training between 1966 and 1994. Aqueous film-forming foams (AFFFs) that contained PFAS were used as suppressants for fighting petroleum fuel fires during training. PFAS sampling was first completed at HBF in 2015. This PFAS Assessment Report Addendum (ARA) is a continuation of sampling efforts, with an overall objective to further delineate PFAS concentrations in groundwater to the pGCTLs and the United States Environmental Protection Agency (EPA) Tapwater Regional Screening Levels (RSLs) dated November 2023 and better understand groundwater to surface water interaction at the Site. The field activities presented in this PFAS ARA were conducted between May and August 2023 and included the collection of 132 direct push groundwater samples and the collection of five colocated surface water, sediment, and pore water samples from locations south/southeast of HBF in August 2023. Exceedances of the pGCTLs and Tapwater RSLs were observed in the direct push groundwater results; however, groundwater has been delineated to the pGCTLs. Exceedances of the Florida provisional Surface Water Screening Levels (pSWSLs) were observed in surface water and porewater, and concentrations of PFAS in these media confirm PFAS migration within surface channels to the south of the HBF site area. Maximum sediment concentrations, which correlate with the maximum surface water and porewater concentrations, demonstrate that PFAS impacted surface water is the source of sediment impacts. Overall, elevated concentrations of PFAS are centered on the HBF site area that trend north and south along the surface water filled swales and along the edge of Banana River. Based on analytical results, not all surface water features in this area exhibit evidence of transport. PFAS migration/transport appears to be more dominant in surface water features during the wet season. Discharges to the Banana River primarily occur where surface water facilitates transport. In contrast, groundwater transport is more effective during the dry season. During precipitation events in either the dry season or the wet season, there appears to be migration from the intermediate groundwater zone to the shallow zone into the surface water features. Additional sampling and data collection is recommended to support further refinement of PFAS groundwater delineation, a remedial alternative evaluation, and the fate and transport model.

Jennifer Buel↗

New main reflector, subreflector and dual chamber concepts for compact range applications

A compact range is a facility used for the measurement of antenna radiation and target scattering problems. Most presently available parabolic reflectors do not produce ideal uniform plane waves in the target zone. Design improvements are suggested to reduce the amplitude taper, ripple and cross polarization errors. The ripple caused by diffractions from the reflector edges can be reduced by adding blended rolled edges and shaping the edge contour. Since the reflected edge continues smoothly from the parabola onto the rolled surface, rather than being abruptly terminated, the discontinuity in the reflected field is reduced which results in weaker diffracted fields. This is done by blending the rolled edges from the parabola into an ellipse. An algorithm which enables one to design optimum blended rolled edges was developed that is based on an analysis of the continuity of the surface radius of curvature and its derivatives across the junction. Futhermore, a concave edge contour results in a divergent diffracted ray pattern and hence less stray energy in the target zone. Design equations for three-dimensional reflectors are given. Various examples were analyzed using a new physical optics method which eliminates the effects of the false scattering centers on the incident shadow boundaries. A Gregorian subreflector system, in which both the subreflector and feed axes are tilted, results in a substantial reduction in the amplitude taper and cross polarization errors. A dual chamber configuration is proposed to eliminate the effects of diffraction from the subreflector and spillover from the feed. A computationally efficient technique, based on ray tracing and aperture integration, was developed to analyze the scattering from a lossy dielectric slab with a wedge termination.

Pistorius, C. W. I.↗

Free-Flight Investigation of Aerodynamic Heat Transfer to a Simulated Glide-Rocket Shape at Mach Numbers up to 10

Heat-transfer measurements were made on a simulated glide-rocket shape in free flight at Mach numbers up to 10 and free-stream Reynolds numbers of 2 x 10 based on distance along surface from apex and 3 x 10 based on nominal leading-edge diameter. The model simulated the bottom of a 75 deg delta wing at 8O deg angle of attack. The data indicated that for the test conditions a modified three-dimensional stagnation-point theory will predict to reasonable engineering accuracy the heating on a highly swept wing leading edge, the heating being reduced by sweep by the 3/2 power of the cosine of the sweep angle. The data also indicate that laminar heating rates over the windward surface of a highly swept flat glider wing at moderate angles of attack can be predicted with reasonable engineering accuracy by flat-plate theory using wedge local flow conditions and basing Reynolds numbers on lengths from the wing leading edge parallel to the surface center line.

FREE FLIGHT↗

An Assessment of Molten Metal Detachment Hazards During Electron Beam Welding in the Space Shuttle Bay at LEO for the International Space Welding Experiment

In 1997, the United States [NASA] and the Paton Electric Welding Institute are scheduled to cooperate in a flight demonstration on the U.S. Space Shuttle to demonstrate the feasibility of welding in space for a possible repair option for the International Space Station Alpha. This endeavor, known as the International Space Welding Experiment (ISWE), will involve astronauts performing various welding exercises such as brazing, cutting, welding, and coating using an electron beam space welding system that was developed by the E.O. Paton Electric Welding Institute (PWI), Kiev Ukraine. This electron beam welding system known as the "Universal Weld System" consists of hand tools capable of brazing, cutting, autogeneous welding, and coating using an 8 kV (8000 volts) electron beam. The electron beam hand tools have also been developed by the Paton Welding Institute with greater capabilities than the original hand tool, including filler wire feeding, to be used with the Universal Weld System on the U.S. Space Shuttle Bay as part of ISWE. The hand tool(s) known as the Ukrainian Universal Hand [Electron Beam Welding] Tool (UHT) will be utilized for the ISWE Space Shuttle flight welding exercises to perform welding on various metal alloy samples. A total of 61 metal alloy samples, which include 304 stainless steel, Ti-6AI-4V, 2219 aluminum, and 5456 aluminum alloys, have been provided by NASA for the ISWE electron beam welding exercises using the UHT. These samples were chosen to replicate both the U.S. and Russian module materials. The ISWE requires extravehicular activity (EVA) of two astronauts to perform the space shuttle electron beam welding operations of the 61 alloy samples. This study was undertaken to determine if a hazard could exist with ISWE during the electron beam welding exercises in the Space Shuttle Bay using the Ukrainian Universal Weld System with the UHT. The safety issue has been raised with regard to molten metal detachments as a result of several possible causes such as welder procedural error, externally applied impulsive forces(s), filler wire entrainment and snap-out, cutting expulsion, and puddle expulsion. Molten metal detachment from either the weld/cut substrate or weld wire could present harm to a astronaut in the space environment it the detachment was ti burn through the fabric of the astronaut Extravehicular Mobility Unit (EMC). In this paper an experimental test was performed in a 4 ft. x 4 ft. vacuum chamber at MSFC enabling protective garment to be exposed to the molten metal drop detachments to over 12 inches. The chamber was evacuated to vacuum levels of at least 1 x 10(exp -5) torr (50 micro-torr) during operation of the 1.0 kW Universal Hand Tool (UHT). The UHT was manually operated at the power mode appropriate for each material and thickness. The space suit protective welding garment, made of Teflon fabric (10 oz. per yard) with a plain weave, was placed on the floor of the vacuum chamber to catch the molten metal drop detachments. A pendulum release mechanism consisting of four hammers, each weighing approximately 3.65 lbs, was used to apply an impact forces to the weld sample/plate during both the electron beam welding and cutting exercises. Measurements were made of the horizontal fling distances of the detached molten metal drops. The volume of a molten metal drop can also be estimated from the size of the cut. Utilizing equations, calculations were made to determine chande in surafec area (Delat a(surface)) for 304 stainless steel for cutting based on measurements of metal drop sizes at the cut edges. For the cut sample of 304 stainless steel based on measurement of the drop size at the edge, Delta-a(surface) was determined to be 0.0054 2 in . Calculations have indicated only a small amount of energy is required to detach a liquid metal drop. For example, approximately only 0.000005 ft-lb of energy is necessary to detach a liquid metal steel drop based on the above theoretical analysis. However, some of the energy will be absorbed by the plate before it reaches the metal drop. Based on the theoretical calculations, it was determined that during a weld cutting exercise, the titanium alloy would be the most difficult to detach molten metal droplets followed by stainless steel and then by aluminum. The results of the experimental effort have shown that molten metal will detach if large enough of a hammer blow is applied to the weld sample plate during the full penetration welding and cutting exercises. However, no molten metal detachments occurred as a result of the filler wire snap-out tests from the weld puddle since it was too difficult to cause the metal to flick-out from the pool. Molten metal detachments, though not large in size, did result from the direct application of the electron beam on the end of the filler weld wire.

Fragomeni, James M.↗

Optoelectronic Proximity Sensor Finds Edges

Seams tracked for automatic control of welding. Optoelectronic system based on relatively simple array of optical proximity sensors locates edge of plate. Used to control automatic production machinery. System follows curved seams as well as straight ones, and neither special control programming nor precise initial positioning workpiece necessary for accurate tracking of seam.

Bejczy, Antal K.↗

Model to predict annual energy production loss based on blade erosion class

Leading edge erosion (LEE) of wind turbine blades has been identified as a major factor in decreased wind turbine blade lifetimes and energy output over time. Accordingly, the International Energy Agency Wind Technology Collaboration Programme (IEA Wind TCP) has created the Task 46 to undertake cooperative research in the key topic of blade erosion. Participants in the task are given in Table 1.

17 WIND ENERGY↗

Active flutter suppression using trailing-edge and tab control surfaces

An optimization procedure, based on the Aerodynamic Energy concept, is applied to the problem of flutter suppression using trailing-edge (T.E.) and tab control surfaces. A control law is assumed which allows the T.E.-Tab system to be driven by both linear and rotational sensors, and the optimum control law parameters are determined. Results are presented which indicate the capability of the T.E.-Tab control system to suppress flutter. A comparison is also made between the T.E.-Tab and the leading edge (L.E.)-T.E. control systems which shows their relative effectiveness together with some aspects connected to the realization of the control law.

Nissim, E.↗

Version 2 of the Protuberance Correlations for the Shuttle-Orbiter Boundary Layer Transition Tool

Orbiter-specific transition data, acquired in four ground-based facilities (LaRC 20-Inch Mach 6 Air Tunnel, LaRC 31-Inch Mach 10 Air Tunnel, LaRC 20-Inch Mach 6 CF4 Tunnel, and CUBRC LENS-I Shock Tunnel) with three wind tunnel model scales (0.75, 0.90, and 1.8%) and from Orbiter historical flight data, have been analyzed to improve a pre-existing engineering tool for reentry transition prediction on the windward side of the Orbiter. Boundary layer transition (BLT) engineering correlations for transition induced by isolated protuberances are presented using a laminar Navier-Stokes (N-S) database to provide the relevant boundary-layer properties. It is demonstrated that the earlier version of the BLT correlation that had been developed using parameters derived from an engineering boundary-layer code has improved data collapse when developed with the N-S database. Of the new correlations examined, the proposed correlation 5, based on boundary-layer edge and wall properties, was found to provide the best overall correlation metrics when the entire database is employed. The second independent correlation (proposed correlation 7) selected is based on properties within the boundary layer at the protuberance height. The Aeroheating Panel selected a process to derive the recommended coefficients for Version 2 of the BLT Tool. The assumptions and limitations of the recommended protuberance BLT Tool V.2 are presented.

King, Rudolph A.↗

Time Alignment of the CMS Hadron Calorimeter

The Hadron Calorimeter (HCAL) in the Compact Muon Solenoid (CMS) experiment at the Large Hadron Collider (LHC) was recently upgraded for Run 3 (2022-2025) to introduce depth segmentation and online timing measurements. With increased segmentation and readout channels, the HCAL provides new timing capabilities for jets and hadronic tau decays with nearly 4π coverage and sensitivity to highly displaced decays within the calorimeter volume. Recent HCAL timing scans provide a valuable look at artificially delayed jets in collision data and are crucial to improving the detector’s performance. Online timing is utilized for detector alignment based on positioning the pulse rising edge, achieving an alignment accuracy of 0.5 ns, considerably higher than previous energy-weighting based approaches. Using precision arrival time measurements, significant advances have been made in understanding the propagation of hadronic showers throughout the calorimeter.

Kopp, Gillian [Princeton Univ., NJ (United States)↗

How to Calibrate Edge Sensors on Segmented Mirror Telescopes

The next generation of large ground based telescopes use segmented mirrors. Sensors mounted on the edge of the segments measure the relative heights of the segments. The segments are actively controlled in height by three actuators per segment, but lateral motion is only passively constrained. Thus there will be some small change in the gap and shear between segments as changing telescope orientation and temperature make small distortions in the telescope structure. These "in-plane" motions place an additional performance burden on the edge sensors, and on the precision with which they must be mounted relative to the optical surface. In addition, both the scaling and offset of sensor edge height readings also vary with changes in gap.

segmented mirrors↗