Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Match Machining”

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 55 records · Page 3

Titanium Alloy Strong Back for IXO Mirror Segments

A titanium-alloy mirror-holding fixture called a strong back allows the temporary and permanent bonding of a 50 degree D263 glass x-ray mirror (IXO here stands for International X-ray Observatory). The strong back is used to hold and position a mirror segment so that mounting tabs may be bonded to the mirror with ultra-low distortion of the optical surface. Ti-15%Mo alloy was the material of choice for the strong back and tabs because the coefficient of thermal expansion closely matches that of the D263 glass and the material is relatively easy to machine. This invention has the ability to transfer bonded mounting points from a temporary location on the strong back to a permanent location on the strong back with minimal distortion. Secondly, it converts a single mirror segment into a rigid body with an acceptable amount of distortion of the mirror, and then maneuvers that rigid body into optical alignment such that the mirror segment can be bonded into a housing simulator or mirror module. Key problems are that the mirrors are 0.4-mm thick and have a very low coefficient of thermal expansion (CTE). Because the mirrors are so thin, they are very flexible and are easily distorted. When permanently bonding the mirror, the goal is to achieve a less than 1-micron distortion. Temperature deviations in the lab, which have been measured to be around 1 C, have caused significant distortions in the mirror segment.

Byron, Glenn P.↗

Application of Monte Carlo techniques to optimization of high-energy beam transport in a stochastic environment

An algorithm employing a modified sequential random perturbation, or creeping random search, was applied to the problem of optimizing the parameters of a high-energy beam transport system. The stochastic solution of the mathematical model for first-order magnetic-field expansion allows the inclusion of state-variable constraints, and the inclusion of parameter constraints allowed by the method of algorithm application eliminates the possibility of infeasible solutions. The mathematical model and the algorithm were programmed for a real-time simulation facility; thus, two important features are provided to the beam designer: (1) a strong degree of man-machine communication (even to the extent of bypassing the algorithm and applying analog-matching techniques), and (2) extensive graphics for displaying information concerning both algorithm operation and transport-system behavior. Chromatic aberration was also included in the mathematical model and in the optimization process. Results presented show this method as yielding better solutions (in terms of resolutions) to the particular problem than those of a standard analog program as well as demonstrating flexibility, in terms of elements, constraints, and chromatic aberration, allowed by user interaction with both the algorithm and the stochastic model. Example of slit usage and a limited comparison of predicted results and actual results obtained with a 600 MeV cyclotron are given.

Parrish, R. V.↗

Considerations for a Next Generation UV/Optical Space Telescope

During the past 25 years, a remarkable scientific revolution, has occurred in astrophysics as a result of convergence on two advancing fronts. First, instruments and telescopes have been developed to make sensitive measurements throughout the entire electromagnetic spectrum. Secondly, access to space has permitted observations above the obscuring and distorting "dirty window" of our atmosphere. Beginning around the middle of the next decade, a third major path - the availability of the permanently manned Space Station Freedom - will join with the earlier two capabilities, to not only continue this revolution, but to accelerate the quest for answers about the universe that have puzzled mankind for centuries. Beyond Earth-orbit, NASA is actively studying the possibility of a return to the Moon, which would provide a valuable platform for astrophysics observations during the next century. The studies discussed in this paper indicate that the technology requirements associated with the transportation to orbit and the assembly of these telescopes in orbit are major driving forces in the selection of generic design concepts. Ultimately, optical advances which are now becoming available through advanced manufacturing must be matched by technology advances in orbital operations, system modularization, and assembly by man and machine.

Nein, M. E.↗

Spreadsheets for Analyzing and Optimizing Space Missions

XCALIBR (XML Capability Analysis LIBRary) is a set of Extensible Markup Language (XML) database and spreadsheet- based analysis software tools designed to assist in technology-return-on-investment analysis and optimization of technology portfolios pertaining to outer-space missions. XCALIBR is also being examined for use in planning, tracking, and documentation of projects. An XCALIBR database contains information on mission requirements and technological capabilities, which are related by use of an XML taxonomy. XCALIBR incorporates a standardized interface for exporting data and analysis templates to an Excel spreadsheet. Unique features of XCALIBR include the following: It is inherently hierarchical by virtue of its XML basis. The XML taxonomy codifies a comprehensive data structure and data dictionary that includes performance metrics for spacecraft, sensors, and spacecraft systems other than sensors. The taxonomy contains >700 nodes representing all levels, from system through subsystem to individual parts. All entries are searchable and machine readable. There is an intuitive Web-based user interface. The software automatically matches technologies to mission requirements. The software automatically generates, and makes the required entries in, an Excel return-on-investment analysis software tool. The results of an analysis are presented in both tabular and graphical displays.

Some, Raphael R.↗

Visual Computing Environment

The Visual Computing Environment (VCE) is a NASA Lewis Research Center project to develop a framework for intercomponent and multidisciplinary computational simulations. Many current engineering analysis codes simulate various aspects of aircraft engine operation. For example, existing computational fluid dynamics (CFD) codes can model the airflow through individual engine components such as the inlet, compressor, combustor, turbine, or nozzle. Currently, these codes are run in isolation, making intercomponent and complete system simulations very difficult to perform. In addition, management and utilization of these engineering codes for coupled component simulations is a complex, laborious task, requiring substantial experience and effort. To facilitate multicomponent aircraft engine analysis, the CFD Research Corporation (CFDRC) is developing the VCE system. This system, which is part of NASA's Numerical Propulsion Simulation System (NPSS) program, can couple various engineering disciplines, such as CFD, structural analysis, and thermal analysis. The objectives of VCE are to (1) develop a visual computing environment for controlling the execution of individual simulation codes that are running in parallel and are distributed on heterogeneous host machines in a networked environment, (2) develop numerical coupling algorithms for interchanging boundary conditions between codes with arbitrary grid matching and different levels of dimensionality, (3) provide a graphical interface for simulation setup and control, and (4) provide tools for online visualization and plotting. VCE was designed to provide a distributed, object-oriented environment. Mechanisms are provided for creating and manipulating objects, such as grids, boundary conditions, and solution data. This environment includes parallel virtual machine (PVM) for distributed processing. Users can interactively select and couple any set of codes that have been modified to run in a parallel distributed fashion on a cluster of heterogeneous workstations. A scripting facility allows users to dictate the sequence of events that make up the particular simulation.

Lawrence, Charles↗

A network flow model for load balancing in circuit-switched multicomputers

In multicomputers that utilize circuit switching or wormhole routing, communication overhead depends largely on link contention - the variation due to distance between nodes is negligible. This has a major impact on the load balancing problem. In this case, there are some nodes with excess load (sources) and others with deficit load (sinks) and it is required to find a matching of sources to sinks that avoids contention. The problem is made complex by the hardwired routing on currently available machines: the user can control only which nodes communicate but not how the messages are routed. Network flow models of message flow in the mesh and the hypercube were developed to solve this problem. The crucial property of these models is the correspondence between minimum cost flows and correctly routed messages. To solve a given load balancing problem, a minimum cost flow algorithm is applied to the network. This permits one to determine efficiently a maximum contention free matching of sources to sinks which, in turn, tells one how much of the given imbalance can be eliminated without contention.

Bokhari, Shahid H.↗

A network flow model for load balancing in circuit-switched multicomputers

In multicomputers that utilize circuit switching or wormhole routing, communication overhead depends largely on link contention - the variation due to distance between nodes is negligible. This has a major impact on the load balancing problem. In this case, there are some nodes with excess load (sources) and others with deficit load (sinks) and it is required to find a matching of sources to sinks that avoids contention. The problem is made complex by the hardwired routing on currently available machines: the user can control only which nodes communicate but not how the messages are routed. Network flow models of message flow in the mesh and the hypercube were developed to solve this problem. The crucial property of these models is the correspondence between minimum cost flows and correctly routed messages. To solve a given load balancing problem, a minimum cost flow algorithm is applied to the network. This permits one to determine efficiently a maximum contention free matching of sources to sinks which, in turn, tells one how much of the given imbalance can be eliminated without contention.

Bokhari, Shahid H.↗

Computational human factors in human-machine engineering - The Army-NASA aircrew/aircraft integration (A3I) program

The A3I program is a joint US Army-NASA exploratory program to develop a rational predictive methodology for helicopter cockpit system design, including mission requirements and training-system implications, that integrates human factors engineering with other vehicle system design disciplines at an early stage in the development process. The program will produce a prototye human factors/computer-aided engineering (HF/CAE) workstation suite for use by design professionals. This interactive environment will include computational and expert systems for the analysis and estimation of the impact of cockpit design and mission specification on system performance by considering the performance consequences from the human component of the system, especially as an integral part of the overall system operation, and from the very beginning of the design process. The central issues of pilot workload, performance, and training needs, and appropriate uses of automation are interrelated to affect all integrated design considerations in future man-machine systems. The goal is to aid designers in understanding these complex interactions and in optimally matching human capabilities with advanced cockpit systems.

Hartzell, E. James↗

CLIPS meets the connection machine: Or how to create a parallel production system

Production systems usually present unacceptable run-times when faced with applications requiring tens of thousands to millions of facts. Many efforts have focused on the use of parallelism as a way to increase overall system performance. While these efforts have increased pattern matching and rule evaluation rates, they have only indirectly dealt with the problems faced by fact burdened applications. We have implemented PPS, a version of CLIPS running on the Connection Machine, to directly address the problems faced by these applications. This paper will describe our system, discuss its implementation, and present results.

Geyer, Steve↗

Expert System Software

C Language Integrated Production System (CLIPS) is a software shell for developing expert systems is designed to allow research and development of artificial intelligence on conventional computers. Originally developed by Johnson Space Center, it enables highly efficient pattern matching. A collection of conditions and actions to be taken if the conditions are met is built into a rule network. Additional pertinent facts are matched to the rule network. Using the program, E.I. DuPont de Nemours & Co. is monitoring chemical production machines; California Polytechnic State University is investigating artificial intelligence in computer aided design; Mentor Graphics has built a new Circuit Synthesis system, and Brooke and Brooke, a law firm, can determine which facts from a file are most important.

Source record↗

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↗

Ka-Band Waveguide Three-Way Serial Combiner for MMIC Amplifiers

In this innovation, the three-way combiner consists internally of two branch-line hybrids that are connected in series by a short length of waveguide. Each branch-line hybrid is designed to combine input signals that are in phase with an amplitude ratio of two. The combiner is constructed in an E-plane split-block arrangement and is precision machined from blocks of aluminum with standard WR-28 waveguide ports. The port impedances of the combiner are matched to that of a standard WR-28 waveguide. The component parts include the power combiner and the MMIC (monolithic microwave integrated circuit) power amplifiers (PAs). The three-way series power combiner is a six-port device. For basic operation, power that enters ports 3, 5, and 6 is combined in phase and appears at port 1. Ports 2 and 4 are isolated ports. The application of the three-way combiner for combining three PAs with unequal output powers was demonstrated. NASA requires narrow-band solid-state power amplifiers (SSPAs) at Ka-band frequencies with output power in the range of 3 to 5 W for radio or gravity science experiments. In addition, NASA also requires wideband, high-efficiency SSPAs at Ka-band frequencies with output power in the range of 5 to 15 W for high-data-rate communications from deep space to Earth. The three-way power combiner is designed to operate over the frequency band of 31.8 to 32.3 GHz, which is NASA s deep-space frequency band.

Wintucky, Edwin G.↗

First 3 years of operation of RIACS (Research Institute for Advanced Computer Science) (1983-1985)

The focus of the Research Institute for Advanced Computer Science (RIACS) is to explore matches between advanced computing architectures and the processes of scientific research. An architecture evaluation of the MIT static dataflow machine, specification of a graphical language for expressing distributed computations, and specification of an expert system for aiding in grid generation for two-dimensional flow problems was initiated. Research projects for 1984 and 1985 are summarized.

Denning, P. J.↗

Modeling and Mitigation of dv/dt and Transmission Line Effect for Motor Drive System in Electric Aircraft Propulsion

Due to constraints in space and structure as well as other practical limitations in aircraft system, the motor controller or electric motor are often installed far away from each other and interconnected via long cables. This amplifies the transmission line effect excited by the dv/dt PWM voltage and induces high voltage stress on the machine winding. This paper investigates the state-of-art modeling approaches for such systems, identifies several limitations in matching the tested voltage reflection waveform in terms of peak voltage, oscillation frequency and damping speed, and offers several key considerations not well covered in literature or in engineering practice. It then proposes a practical modeling methodology which, as validated by experimental results, truly captures these critical reflection voltage specs. To mitigate the high peak voltage and strong oscillation, dv/dt filter is applied and a parametric design optimization based on widely adopted LC-R topology is illustrated, which not only alleviates the voltage stress but also minimized the power loss of the passive damping resistor.

Inductor↗

Millimeter-wave double-dipole antennas for high-gain integrated reflector illumination

A double-dipole antenna backed by a ground plane has been fabricated for submillimeter wavelengths. The double-dipole antenna is integrated on a thin dielectric membrane with a planar detector at its center. Measured feed patterns at 246 GHz agree well with theory and demonstrate a rotationally symmetric pattern with high coupling efficiency to Gaussian beams. The input impedance is around 50 ohms, and will match well to a Schottky diode or SIS detector. The double-dipole antenna served as the feed for a small machined parabolic reflector. The integrated reflector had a measured gain of 37 dB at 119 microns. This makes the double-dipole antenna ideally suited as a feed for high resolution tracking or for long focal length Cassegrain antenna systems.

Filipovic, Daniel F.↗

Electrostatically clean solar array

Provided are methods of manufacturing an electrostatically clean solar array panel and the products resulting from the practice of these methods. The preferred method uses an array of solar cells, each with a coverglass where the method includes machining apertures into a flat, electrically conductive sheet so that each aperture is aligned with and undersized with respect to its matched coverglass sheet and thereby fashion a front side shield with apertures (FSA). The undersized portion about each aperture of the bottom side of the FSA shield is bonded to the topside portions nearest the edges of each aperture's matched coverglass. Edge clips are attached to the front side aperture shield edges with the edge clips electrically and mechanically connecting the tops of the coverglasses to the solar panel substrate. The FSA shield, edge clips and substrate edges are bonded so as to produce a conductively grounded electrostatically clean solar array panel.

Stern, Theodore Garry↗

Computation and parallel implementation for early vision

The problem of early vision is to transform one or more retinal illuminance images-pixel arrays-to image representations built out of such primitive visual features such as edges, regions, disparities, and clusters. These transformed representations form the input to later vision stages that perform higher level vision tasks including matching and recognition. Researchers developed algorithms for: (1) edge finding in the scale space formulation; (2) correlation methods for computing matches between pairs of images; and (3) clustering of data by neural networks. These algorithms are formulated for parallel implementation of SIMD machines, such as the Massively Parallel Processor, a 128 x 128 array processor with 1024 bits of local memory per processor. For some cases, researchers can show speedups of three orders of magnitude over serial implementations.

Gualtieri, J. Anthony↗

Motion detection in astronomical and ice floe images

Two approaches are presented for establishing correspondence between small areas in pairs of successive images for motion detection. The first one, based on local correlation, is used on a pair of successive Voyager images of the Jupiter which differ mainly in locally variable translations. This algorithm is implemented on a sequential machine (VAX 780) as well as the Massively Parallel Processor (MPP). In the case of the sequential algorithm, the pixel correspondence or match is computed on a sparse grid of points using nonoverlapping windows (typically 11 x 11) by local correlations over a predetermined search area. The displacement of the corresponding pixels in the two images is called the disparities to cubic surfaces. The disparities at points where the error between the computed values and the surface values exceeds a particular threshold are replaced by the surface values. A bilinear interpolation is then used to estimate disparities at all other pixels between the grid points. When this algorithm was applied at the red spot in the Jupiter image, the rotating velocity field of the storm was determined. The second method of motion detection is applicable to pairs of images in which corresponding areas can experience considerable translation as well as rotation.

Manohar, M.↗