Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “strings”

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 163 records · Page 9

Dynamic properties of aircraft tires

A research program has investigated the use of the von Schlippe string-type tire model for predicting the dynamic behavior of aircraft tires. The transfer-function method was used for theory evaluation. A more flexible two-constant modification to the string theory tire model is presented. Experiments were conducted on four types of scale model aircraft tires. Two types were of conventional bias construction, one type was an isotropic toroid, and one type was of unbelted radial construction. The conventional string theory and model gave predictions that were in good agreement with experimental data for bias constructed tires. The two-constant modification to string theory provided better agreement between predictions and experiment for the unconventional tires. The results indicate that the string theory tire model using static and slow-rolling tire properties predicts dynamic aircraft tire properties that have the same trends as the measured dynamic properties and, in most cases, provides good quantitative agreement.

Clark, S. K.↗

Automated Solar Module Assembly Line

The gathering of information that led to the design approach of the machine, and a summary of the findings in the areas of study along with a description of each station of the machine are discussed. The machine is a cell stringing and string applique machine which is flexible in design, capable of handling a variety of cells and assembling strings of cells which can then be placed in a matrix up to 4 ft x 2 ft. in series or parallel arrangement. The target machine cycle is to be 5 seconds per cell. This machine is primarily adapted to 100 MM round cells with one or two tabs between cells. It places finished strings of up to twelve cells in a matrix of up to six such strings arranged in series or in parallel.

Bycer, M.↗

Phase transitions as the origin of large scale structure in the universe

A review of the formation of large scale structure through gravitational growth of primordial perturbations is given. This is followed by a discussion of how symmetry breaking phase transitions in the early universe might have produced the required perturbations, in particular through the formation and evolution of a network of cosmic strings. Finally, the statistical mechanics of string networks, for both cosmic and fundamental strings is discussed, leading to some more speculative ideas on the possible role of fundamental strings (superstrings or heterotic strings) in the very early universe.

Turok, Neil↗

The formation of topological defects in phase transitions

It was argued, and fought through numerical work that the results of non-dynamical Monte Carlo computer simulations cannot be applied to describe the formation of topological defects when the correlation length at the Ginzburg temperature is significantly smaller than the horizon size. To test the current hypothesis that infinite strings at formation are essentially described by Brownian walks of size the correlation length at the Ginzburg temperature, fields at the Ginzburg temperature were equilibrated. Infinite structure do not exist in equilibrium for reasonable definitions of the Ginzburg temperature, and horizons must be included in a proper treatment. A phase transition, from small-scale to large-scale string or domain wall structure, is found to occur very close to the Ginzburg temperature, in agreement with recent work. The formation process of domain walls and global strings were investigated through the breaking of initially ordered states. To mimic conditions in the early Universe, cooling times are chosen so that horizons exist in the sample volume when topological structure formation occurs. The classical fields are evolved in real-time by the numerical solution of Langevin equations of motion on a three dimensional spatial lattice. The results indicate that it is possible for most of the string energy to be in small loops, rather than in long strings, at formation.

Hodges, Hardy M.↗

Microprocessor control of multiple peak power tracking DC/DC converters for use with solar cell arrays

A method and an apparatus is provided for efficiently controlling the power output of a solar cell array string or a plurality of solar cell array strings to achieve a maximum amount of output power from the strings under varying conditions of use. Maximum power output from a solar array string is achieved through control of a pulse width modulated DC/DC buck converter which transfers power from a solar array to a load or battery bus. The input voltage from the solar array to the converter is controlled by a pulse width modulation duty cycle, which in turn is controlled by a differential signal controller. By periodically adjusting the control voltage up or down by a small amount and comparing the power on the load or bus with that generated at different voltage values a maximum power output voltage may be obtained. The system is totally modular and additional solar array strings may be added to the system simply by adding converter boards to the system and changing some constants in the controller's control routines.

Frederick, Martin E.↗

Hypervelocity Impact Studies on Solar Cell Modules

Space environmental effects have caused severe problems as satellites move toward increased power and operating voltage levels. The greatest unknown, however, is the effect of high velocity micrometeoroid impacts on high voltage arrays (>200V). Understanding such impact phenomena is necessary for the design of future reliable, high voltage solar arrays, especially for Space Solar Power applications. Therefore, the objective of this work was to study the effect of hypervelocity impacts on high voltage solar arrays. Initially, state of the art, 18% efficient GaAs solar cell strings were targeted. The maximum bias voltage on a two-cell string was -200 V while the adjacent string was held at -140 V relative to the plasma potential. A hollow cathode device provided the plasma. Soda lime glass particles 40-120 micrometers in diameter were accelerated in the Hypervelocity Impact Facility to velocities as high as 11.6 km/sec. Coordinates and velocity were obtained for each of the approximately 40 particle impact sites on each shot. Arcing did occur, and both discharging and recharging of arcs between the two strings was observed. The recharging phenomena appeared to stop at approximately 66V string differential. No arcing was observed at 400 V on concentrator cell modules for the Stretched Lens Array.

Brandhorst, Henry W., Jr.↗

Perl Modules for Constructing Iterators

The Iterator Perl Module provides a general-purpose framework for constructing iterator objects within Perl, and a standard API for interacting with those objects. Iterators are an object-oriented design pattern where a description of a series of values is used in a constructor. Subsequent queries can request values in that series. These Perl modules build on the standard Iterator framework and provide iterators for some other types of values. Iterator::DateTime constructs iterators from DateTime objects or Date::Parse descriptions and ICal/RFC 2445 style re-currence descriptions. It supports a variety of input parameters, including a start to the sequence, an end to the sequence, an Ical/RFC 2445 recurrence describing the frequency of the values in the series, and a format description that can refine the presentation manner of the DateTime. Iterator::String constructs iterators from string representations. This module is useful in contexts where the API consists of supplying a string and getting back an iterator where the specific iteration desired is opaque to the caller. It is of particular value to the Iterator::Hash module which provides nested iterations. Iterator::Hash constructs iterators from Perl hashes that can include multiple iterators. The constructed iterators will return all the permutations of the iterations of the hash by nested iteration of embedded iterators. A hash simply includes a set of keys mapped to values. It is a very common data structure used throughout Perl programming. The Iterator:: Hash module allows a hash to include strings defining iterators (parsed and dispatched with Iterator::String) that are used to construct an overall series of hash values.

Tilmes, Curt↗

FastScript3D - A Companion to Java 3D

FastScript3D is a computer program, written in the Java 3D(TM) programming language, that establishes an alternative language that helps users who lack expertise in Java 3D to use Java 3D for constructing three-dimensional (3D)-appearing graphics. The FastScript3D language provides a set of simple, intuitive, one-line text-string commands for creating, controlling, and animating 3D models. The first word in a string is the name of a command; the rest of the string contains the data arguments for the command. The commands can also be used as an aid to learning Java 3D. Developers can extend the language by adding custom text-string commands. The commands can define new 3D objects or load representations of 3D objects from files in formats compatible with such other software systems as X3D. The text strings can be easily integrated into other languages. FastScript3D facilitates communication between scripting languages [which enable programming of hyper-text markup language (HTML) documents to interact with users] and Java 3D. The FastScript3D language can be extended and customized on both the scripting side and the Java 3D side.

Koenig, Patti↗

High Current ESD Test of Advanced Triple Junction Solar Array Coupon

Testing was conducted on an Advanced Triple Junction (ATJ) coupon that was part of a risk reduction effort in the development of a high-powered solar array design by Space Systems Loral, LLC (SSL). The ATJ coupon was a small, 4-cell, two-string configuration of flight-type design that has served as the basic test coupon design used in previous SSL environmental aging campaigns. The objective of the present test was to evaluate the performance of the coupon after being subjected to induced electrostatic discharge (ESD) testing at two string voltages (100 V, 150 V) and four string currents (1.65 A, 2.0 A, 2.475 A, and 3.3 A). An ESD test circuit, unique to SSL solar array design, was built that simulates the effect of missing cells and strings in a full solar panel with special primary arc flashover circuitry. A total of 73 primary arcs were obtained that included 7 temporary sustained arcs (TSA) events. The durations of the TSAs ranged from 50 micro-seconds to 2.75 milli-seconds. All TSAs occurred at a string voltage of 150 V. Post-ESD functional testing showed that no degradation occurred due to the TSA events. These test results point to a robust design for application to a high-current, high-power mission.

Wright, Kenneth H., Jr.↗

Chemical stratigraphy of the Apollo 17 deep drill cores 70009-70007

A description is presented of an analysis of a total of 26 samples from three core segments (70009, 70008, 70007) of the Apollo 17 deep drill string. The deep drill string was taken about 700 m east of the Camelot Crater in the Taurus-Littrow region of the moon. Three core segments have been chemically characterized from the mainly coarse-grained upper portion of the deep drill string. The chemical data suggest that the entire 70007-70009 portion of the deep drill string examined was not deposited as a single unit, but was formed by several events sampling slightly different source materials which may have occurred over a relatively short period of time. According to the data from drill stem 70007, there were at least two phases of deposition. Core segment 70009 is probably derived from somewhat different source material than 70008. It seems to be a very well mixed material.

Ehmann, W. D.↗

A cosmic book

A system of assigning odds to the basic elements of cosmological theories is proposed in order to evaluate the strengths and weaknesses of the theories. A figure of merit for the theories is obtained by counting and weighing the plausibility of each of the basic elements that is not substantially supported by observation or mature fundamental theory. The magnetized strong model is found to be the most probable. In order of decreasing probability, the ranking for the rest of the models is: (1) the magnetized string model with no exotic matter and the baryon adiabatic model; (2) the hot dark matter model and the model of cosmic string loops; (3) the canonical cold dark matter model, the cosmic string loops model with hot dark matter, and the baryonic isocurvature model; and (4) the cosmic string loops model with no exotic matter.

Peebles, P. J. E.↗

Topology of microwave background fluctuations - Theory

Topological measures are used to characterize the microwave background temperature fluctuations produced by 'standard' scenarios (Gaussian) and by cosmic strings (non-Gaussian). Three topological quantities: total area of the excursion regions, total length, and total curvature (genus) of the isotemperature contours, are studied for simulated Gaussian microwave background anisotropy maps and then compared with those of the non-Gaussian anisotropy pattern produced by cosmic strings. In general, the temperature gradient field shows the non-Gaussian behavior of the string map more distinctively than the temperature field for all topology measures. The total contour length and the genus are found to be more sensitive to the existence of a stringy pattern than the usual temperature histogram. Situations when instrumental noise is superposed on the map, are considered to find the critical signal-to-noise ratio for which strings can be detected.

Gott, J. Richard, III↗

Remote sensing of surface hemispherical reflectance (albedo) using pointable multispectral imaging spectroradiometers

Remote techniques for determining albedo are examined in terms of the range of view angles required in the use of string techniques with the Moderate Resolution Imaging Spectroradiometer (MODIS) and the High Resolution Imaging Spectroradiometer (HIRIS). Ground data are used to compute full and half strings out to 15, 30, 45, and 60 degrees for various sun angles and ground cover types. A knowledge-based system is employed to evaluate both the visible and near-IR bands, and the results indicate errors of up to 7 percent for the MODIS data, HIRIS data, and the full-string +/- 60 degrees. In the cases of large extrapolations greater ranges of error are noted indicating that 60-deg systems are most effective. The error is increased in the case of sensor systems that only view in the fore or aft direction, and the MODIS full string for +/- 45 deg is also considered a good system.

Kimes, D. S.↗

Spatial Factors in the Integration of Speed Information

We reported that, for a 21FC task with multiple Gabor patches in each interval, thresholds for speed discrimination decreased with the number of patches, while simply increasing the area of a single patch produced no such effect. This result could be explained by multiple patches reducing spatial uncertainty. However, the fact that thresholds decrease with number even when the patches are in fixed positions argues against this explanation. We therefore performed additional experiments to explore the lack of an area effect. Three observers did a 21FC speed discrimination task with 6 Gabor patches in each interval, and were asked to pick the interval in which the gratings moved faster. The 50% contrast patches were placed on a circle at 4 deg. eccentricity, either equally spaced and maximally separated (hexagonal array), or closely-spaced, in consecutive positions (string of pearls). For the string-of-pearls condition, the grating phases were either random, or consistent with a full-field grating viewed through multiple Gaussian windows. When grating phases were random, the thresholds for the hexagonal and string-of-pearls layouts were indistinguishable. For the string-of-pearls layout, thresholds in the consistent-phase condition were higher by 15 +/- 6% than in the random-phase condition. (Thresholds increased by 57 +/- 7% in going from 6 patches to a single patch of equivalent area.). For random-phase patches, the lower thresholds for 6 patches does not depend on a specific spacing or spatial layout. Multiple, closely-spaced, consistent-phase patches that can be interpreted as a single grating, result in thresholds closer to that produced by a single patch. Together, our results suggest that object segmentation may play a role in the integration of speed information.

Verghese, P.↗

Improved Short-Circuit Protection for Power Cells in Series

A scheme for protection against short circuits has been devised for series strings of lithium electrochemical cells that contain built-in short-circuit protection devices, which go into a high-resistance, current-limiting state when heated by excessive current. If cells are simply connected in a long series string to obtain a high voltage and a short circuit occurs, whichever short-circuit protection device trips first is exposed to nearly the full string voltage, which, typically, is large enough to damage the device. Depending on the specific cell design, the damage can defeat the protective function, cause a dangerous internal short circuit in the affected cell, and/or cascade to other cells. In the present scheme, reverse diodes rated at a suitably high current are connected across short series sub-strings, the lengths of which are chosen so that when a short-circuit protection device is tripped, the voltage across it does not exceed its rated voltage. This scheme preserves the resetting properties of the protective devices. It provides for bypassing of cells that fail open and limits cell reversal, though not as well as does the more-expensive scheme of connecting a diode across every cell.

Davies, Francis↗

High Current ESD Test of Advanced Triple Junction Solar Array Coupon

A test was conducted on an Advanced Triple Junction (ATJ) coupon that was part of a risk reduction effort in the development of a high-powered solar array design by SSL. The ATJ coupon was a small, 4-cell, two-string configuration that has served as the basic test coupon design used in previous SSL environmental aging campaigns. The coupon has many attributes of the flight design; e.g., substrate structure with graphite face sheets, integrated by-pass diodes, cell interconnects, RTV grout, wire routing, etc. The objective of the present test was to evaluate the performance of the coupon after being subjected to induced electrostatic discharge testing at two string voltages (100 V, 150 V) and four array current (1.65 A, 2.0 A, 2.475 A, and 3.3 A). An ESD test circuit, unique to SSL solar array design, was built that simulates the effect of missing cells and strings in a full solar panel with special primary arc flashover circuitry. A total of 73 primary arcs were obtained that included 7 temporary sustained arcs (TSA) events. The durations of the TSAs ranged from 50 μs to 2.9 ms. All TSAs occurred at a string voltage of 150 V. Post-test Large Area Pulsed Solar Simulator (LAPSS), Dark I-V, and By-Pass Diode tests showed that no degradation occurred due to the TSA events. In addition, the post-test insulation resistance measured was > 50 G-ohms between cells and substrate. These test results indicate a robust design for application to a high-current, high-power mission application.

Wright, K. H.↗

High Current ESD Test of Advanced Triple Junction Solar Array Coupon

Testing was conducted on an Advanced Triple Junction (ATJ) coupon that was part of a risk reduction effort in the development of a high-powered solar array design by Space Systems/Loral, LLC (SSL). The ATJ coupon was a small, 4-cell, two-string configuration that has served as the basic test coupon design used in previous SSL environmental aging campaigns. The coupon has many attributes of the flight design; e.g., substrate structure with graphite face sheets, integrated by-pass diodes, cell interconnects, RTV grout, wire routing, etc. The objective of the present test was to evaluate the performance of the coupon after being subjected to induced electrostatic discharge (ESD) testing at two string voltages (100 V, 150 V) and four array currents (1.65 A, 2.0 A, 2.475 A, and 3.3 A). An ESD test circuit, unique to SSL solar array design, was built that simulates the effect of missing cells and strings in a full solar panel with special primary arc flashover circuitry. A total of 73 primary arcs were obtained that included 7 temporary sustained arcs (TSA) events. The durations of the TSAs ranged from 50 micro-seconds to 2.75 milli-seconds. All TSAs occurred at a string voltage of 150 V. Post-test Large Area Pulsed Solar Simulator (LAPSS), Dark I-V, and By-Pass Diode tests showed that no degradation occurred due to the TSA events. In addition, the post-test insulation resistance measured was > 50 G-ohms between cells and substrate. These test results indicate a robust design for application to a high-current, high-power mission.

Wright, Kenneth H., Jr.↗

High Current ESD Test of Advanced Triple Junction Solar Array Coupon

A test was conducted on an Advanced Triple Junction (ATJ) coupon that was part of a risk reduction effort in the development of a high-powered solar array design by SSL. The ATJ coupon was a small, 4-cell, two-string configuration that has served as the basic test coupon design used in previous SSL environmental aging campaigns. The coupon has many attributes of the flight design; e.g., substrate structure with graphite face sheets, integrated by-pass diodes, cell interconnects, RTV grout, wire routing, etc. The objective of the present test was to evaluate the performance of the coupon after being subjected to induced electrostatic discharge testing at two string voltages (100 V, 150 V) and four array current (1.65 A, 2.0 A, 2.475 A, and 3.3 A). An ESD test circuit, unique to SSL solar array design, was built that simulates the effect of missing cells and strings in a full solar panel with special primary arc flashover circuitry. A total of 73 primary arcs were obtained that included 7 temporary sustained arcs (TSA) events. The durations of the TSAs ranged from 50 micros to 2.9 ms. All TSAs occurred at a string voltage of 150 V. Post-test Large Area Pulsed Solar Simulator (LAPSS), Dark I-V, and By-Pass Diode tests showed that no degradation occurred due to the TSA events. In addition, the post-test insulation resistance measured was > 50 G-ohms between cells and substrate. These test results indicate a robust design for application to a high-current, high-power mission application.

Wright, Kenneth H., Jr.↗