Search NASA⌕ Search

SEARCH · Search NASA

Results for “oriented”

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 235 records · Page 13

Gas turbine system simulation: An object-oriented approach

A prototype gas turbine engine simulation has been developed that offers a generalized framework for the simulation of engines subject to steady-state and transient operating conditions. The prototype is in preliminary form, but it successfully demonstrates the viability of an object-oriented approach for generalized simulation applications. Although object oriented programming languages are-relative to FORTRAN-somewhat austere, it is proposed that gas turbine simulations of an interdisciplinary nature will benefit significantly in terms of code reliability, maintainability, and manageability. This report elucidates specific gas turbine simulation obstacles that an object-oriented framework can overcome and describes the opportunity for interdisciplinary simulation that the approach offers.

Drummond, Colin K.↗

Secondary orientation effects in a single crystal superalloy under mechanical and thermal loads

The nickel-base single crystal superalloy PWA 1480 is a candidate blading material for the advanced turbopump development program of the SSME. In order to improve thermal fatigue resistance of the turbine blades, the single crystal superalloy PWA 1480 is grown along the low modulus zone axes (001) crystal orientation by a directional solidification process. Since cubic single crystal materials such as PWA 1480 exhibit anisotropic elastic behavior, the stresses developed within the single crystal superalloy due to mechanical and thermal loads are likely to be affected by the exact orientation of the secondary crystallographic direction with respect to the geometry of the turbine blade. The effects of secondary crystal orientation on the elastic response of single crystal PWA 1480 superalloy were investigated.

Kalluri, Sreeramesh↗

Knowledge-based simulation using object-oriented programming

Simulations have become a powerful mechanism for understanding and modeling complex phenomena. Their results have had substantial impact on a broad range of decisions in the military, government, and industry. Because of this, new techniques are continually being explored and developed to make them even more useful, understandable, extendable, and efficient. One such area of research is the application of the knowledge-based methods of artificial intelligence (AI) to the computer simulation field. The goal of knowledge-based simulation is to facilitate building simulations of greatly increased power and comprehensibility by making use of deeper knowledge about the behavior of the simulated world. One technique for representing and manipulating knowledge that has been enhanced by the AI community is object-oriented programming. Using this technique, the entities of a discrete-event simulation can be viewed as objects in an object-oriented formulation. Knowledge can be factual (i.e., attributes of an entity) or behavioral (i.e., how the entity is to behave in certain circumstances). Rome Laboratory's Advanced Simulation Environment (RASE) was developed as a research vehicle to provide an enhanced simulation development environment for building more intelligent, interactive, flexible, and realistic simulations. This capability will support current and future battle management research and provide a test of the object-oriented paradigm for use in large scale military applications.

Sidoran, Karen M.↗

A semi-empirical model for the complete orientation dependence of the growth rate for vapor phase epitaxy - Chloride VPE of GaAs

A semi-empirical model has been developed to determine the complete crystallographic orientation dependence of the growth rate for vapor phase epitaxy (VPE). Previous researchers have been able to determine this dependence for a limited range of orientations; however, our model yields relative growth rate information for any orientation. This model for diamond and zincblende structure materials is based on experimental growth rate data, gas phase diffusion, and surface reactions. Data for GaAs chloride VPE is used to illustrate the model. The resulting growth rate polar diagrams are used in conjunction with Wulff constructions to simulate epitaxial layer shapes as grown on patterned substrates. In general, this model can be applied to a variety of materials and vapor phase epitaxy systems.

Seidel-Salinas, L. K.↗

Visual and somesthetic influences on postural orientation in the median plane

We investigated optic and somesthetic contributions to perceived body orientation in the pitch dimension. In a within-subject factorial design, each of 12 subjects attempted to set his/her body erect or 45 degrees back from erect while restrained in a movable bed surrounded by an adjustable box. The box provided a visual environment consisting of either a grid pattern, two luminous lines, or complete darkness. Both the grid pattern and the luminous lines were effective at biasing settings of body position when the box was pitched; the pitched grid was more effective than the pitched lines. Although the pitch of the box influenced orientation to both goals, the effect was greater for the diagonal goal than for the erect goal. We present a model of postural orientation in the median plane that involves vestibular, somatosensory, and visual inputs.

Nemire, K.↗

Thickness and orientational design for a maximum stiff membrane

Recent results from sensitivity analysis for strain energy with anisotropic elasticity are applied to thickness and orientational design of laminated membranes. Primarily, the first order gradients of the total elastic energy are used in an optimality criteria based method. This traditional method is shown to give slow convergence with respect to design parameters, although the convergence of strain energy is very good. To get a deeper insight into this rather general characteristic, second order derivatives are included and it is shown how they can be obtained by first order sensitivity analysis. Examples of only thickness design, only orientational design, and combined thickness--orientational design are presented.

Pedersen, Pauli↗

Intensity and polarization of light scattered by size distributions of randomly oriented nonspherical particles

Calculations of light scattering by small particles are important in many diverse fields of science and engineering. In many cases of practical interest, scattering particles are nonspherical and are distributed over sizes and orientations. However, accurate light scattering computations for ensembles of nonspherical particles are difficult and time-consuming, and the literature in which such calculations are reported is rather scarce. In this paper, the T-matrix approach, as extended recently to randomly oriented particles, is used to calculate rigorously light scattering by size distributions of randomly oriented axially symmetric particles. To model the variation of particle sizes in real ensembles, we use a power law distribution typical of some terrestrial aerosols. Contour plots of intensity and degree of linear polarization for polydisperse prolate and oblate spheroids of different aspect ratios and effective equivalent-sphere size parameters from 0 to 10 are calculated and compared with calculations for equivalent spheres. The angular scattering behavior of nonspherical polydispersions is found to be greatly different from that of spheres, while the scattering properties of oblate and prolate spheroids of the same aspect ratio are similar. With increasing particle size, both intensity and polarization become more shape-dependent. In general, nonspherical particles are stronger side scatterers and weaker backscatterers than equivalent spheres. With increasing aspect ratio of nonspherical particles polarization tends to be predominantly positive. Possible effects of particle nonsphericity on optical remote sensing of atmospheric aerosols are discussed.

Mishchenko, M. I.↗

VAS: A Vision Advisor System combining agents and object-oriented databases

A model-based approach to identifying and finding the orientation of non-overlapping parts on a tray has been developed. The part models contain both exact and fuzzy descriptions of part features, and are stored in an object-oriented database. Full identification of the parts involves several interacting tasks each of which is handled by a distinct agent. Using fuzzy information stored in the model allowed part features that were essentially at the noise level to be extracted and used for identification. This was done by focusing attention on the portion of the part where the feature must be found if the current hypothesis of the part ID is correct. In going from one set of parts to another the only thing that needs to be changed is the database of part models. This work is part of an effort in developing a Vision Advisor System (VAS) that combines agents and objected-oriented databases.

Eilbert, James L.↗

An object-oriented approach to nested data parallelism

This paper describes an implementation technique for integrating nested data parallelism into an object-oriented language. Data-parallel programming employs sets of data called 'collections' and expresses parallelism as operations performed over the elements of a collection. When the elements of a collection are also collections, then there is the possibility for 'nested data parallelism.' Few current programming languages support nested data parallelism however. In an object-oriented framework, a collection is a single object. Its type defines the parallel operations that may be applied to it. Our goal is to design and build an object-oriented data-parallel programming environment supporting nested data parallelism. Our initial approach is built upon three fundamental additions to C++. We add new parallel base types by implementing them as classes, and add a new parallel collection type called a 'vector' that is implemented as a template. Only one new language feature is introduced: the 'foreach' construct, which is the basis for exploiting elementwise parallelism over collections. The strength of the method lies in the compilation strategy, which translates nested data-parallel C++ into ordinary C++. Extracting the potential parallelism in nested 'foreach' constructs is called 'flattening' nested parallelism. We show how to flatten 'foreach' constructs using a simple program transformation. Our prototype system produces vector code which has been successfully run on workstations, a CM-2, and a CM-5.

Sheffler, Thomas J.↗

An agent-oriented approach to automated mission operations

As we plan for the next generation of Mission Operations Control Center (MOCC) systems, there are many opportunities for the increased utilization of innovative knowledge-based technologies. The innovative technology discussed is an advanced use of agent-oriented approaches to the automation of mission operations. The paper presents an overview of this technology and discusses applied operational scenarios currently being investigated and prototyped. A major focus of the current work is the development of a simple user mechanism that would empower operations staff members to create, in real time, software agents to assist them in common, labor intensive operations tasks. These operational tasks would include: handling routine data and information management functions; amplifying the capabilities of a spacecraft analyst/operator to rapidly identify, analyze, and correct spacecraft anomalies by correlating complex data/information sets and filtering error messages; improving routine monitoring and trend analysis by detecting common failure signatures; and serving as a sentinel for spacecraft changes during critical maneuvers enhancing the system's capabilities to support nonroutine operational conditions with minimum additional staff. An agent-based testbed is under development. This testbed will allow us to: (1) more clearly understand the intricacies of applying agent-based technology in support of the advanced automation of mission operations and (2) access the full set of benefits that can be realized by the proper application of agent-oriented technology in a mission operations environment. The testbed under development addresses some of the data management and report generation functions for the Explorer Platform (EP)/Extreme UltraViolet Explorer (EUVE) Flight Operations Team (FOT). We present an overview of agent-oriented technology and a detailed report on the operation's concept for the testbed.

Truszkowski, Walt↗

Interplanetary magnetic field orientation for transient events in the outer magnetosphere

It is generally believed that flux transfer events (FTEs) in the outer dayside magneosphere, usually identified by transient (approximately 1 min) bipolar magneitc field perturbations in the direction normal to the nominal magnetopause, occur when the magnetosheath magetic field has a southward component. We compare the results of three methods for determining the magnetosheath magnetic field orientationat the times of previously identified UKS/IRM events: (1) the average magnetosheath magnetic field orientation in the 30-min period adjacent to the nearest magnetopause crossing, (2) the magnetosheath magnetic field orientation observed just outside the magnetopause, and (3) the lagged interplanetary magnetic field (IMF) orientation at the time of the transient events. Whereas the results of method 2 indicate that the events tend to occur for a southward magnetosheath magnetic field, the results of methods 1 and 3 show no such tnedency. The fact that the three methods yield significantly diffeent results emphasizes the need for caution in future studies.

Sibeck, D. G.↗

Low velocity nucleate flow boiling at various orientations

Subcooled forced convection nucleate boiling experiments with R-113 were conducted at low velocities using both thin film semi-transparent gold on quartz and gold coated cooper substrate flat heaters at varying orientations. The results are intended to assist in understanding effects of buoyancy in forced convection boiling and in better defining requirements for studying flow boiling in the microgravity environment of space. Measurements of the heat flux and the surface superheat were made at three levels of subcooling from 2.2 C to 11.1 C, four bulk velocities from 4.1 cm/s to 32.4 cm/s and various orientations spanning 360 deg. The experiments demonstrate that if buoyancy is significant reative to bulk liquid momentum, then a decrease in the buoyant force normal and away from the heater surface enhances the heat transfer, with the effect being most prominent at low values of heat flux. Furthermore, the effect of velocity is shown to be dependent on the surface orientation.

Kirk, Kevin M.↗

Growth and analysis of highly oriented (11n) BCSCO films for device research

Films of BCSCO superconductor of the type Bi2CaSr2Cu2Ox have been grown by liquid phase epitaxy method (LPE), using a partially closed growth chamber. The films were grown on (001) and (110) NdGaO3 substrates by slow cooling process in an optimized temperature range below the peritectic melting point (880 C) of Bi2CaSr2Cu2O8. Optimization of parameters, such as seed rotation, soak of initial growth temperature and growth period results in the formation of 2122 phase BCSCO films. The films grown at rotation rates of less than 30 and more than 70 rpm are observed to be associated with the second phase of Sr-Ca-Cu-O system. Higher growth temperatures (is greater than 860 C) also encourage to the formation of this phase. X-Ray Diffraction (XRD) measurements show that the films grown on (110) NdGaO3 have a preferred (11 n)-orientation. It is pertinent to mention here that in our earlier results published elsewhere we obtained c-axis oriented Bi2CaSr2Cu2O8 phase films on (001) NdGaO3 substrate. Critical current density is found to be higher for the films grown on (110) than (001) NdGaO3 substrate orientation. The best values of zero resistance (T(sub co)) and critical current density obtained are 87 K and 105 A/sq cm, respectively.

Raina, K. K.↗

An object oriented generic controller using CLIPS

In today's applications, the need for the division of code and data has focused on the growth of object oriented programming. This philosophy gives software engineers greater control over the environment of an application. Yet the use of object oriented design does not exclude the need for greater understanding by the application of what the controller is doing. Such understanding is only possible by using expert systems. Providing a controller that is capable of controlling an object by using rule-based expertise would expedite the use of both object oriented design and expert knowledge of the dynamic of an environment in modern controllers. This project presents a model of a controller that uses the CLIPS expert system and objects in C++ to create a generic controller. The polymorphic abilities of C++ allow for the design of a generic component stored in individual data files. Accompanying the component is a set of rules written in CLIPS which provide the following: the control of individual components, the input of sensory data from components and the ability to find the status of a given component. Along with the data describing the application, a set of inference rules written in CLIPS allows the application to make use of sensory facts and status and control abilities. As a demonstration of this ability, the control of the environment of a house is provided. This demonstration includes the data files describing the rooms and their contents as far as devices, windows and doors. The rules used for the home consist of the flow of people in the house and the control of devices by the home owner.

Nivens, Cody R.↗

Monocular Video Measurement Of Position And Orientation

Monocular video imaging and image-data-processing system views robotic vehicle and measures position and orientation of vehicle in terms of position and orientation of colored cylinder mounted on vehicle. Data-processing subsystem determines position of cylinder from viewing angle and size of colored cylinder in image. System also follows innovative approach in determining orientation of cylinder.

Volpe, Richard A.↗

Object-Oriented Implementation of the NAS Parallel Benchmarks using Charm++

This report describes experiences with implementing the NAS Computational Fluid Dynamics benchmarks using a parallel object-oriented language, Charm++. Our main objective in implementing the NAS CFD kernel benchmarks was to develop a code that could be used to easily experiment with different domain decomposition strategies and dynamic load balancing. We also wished to leverage the object-orientation provided by the Charm++ parallel object-oriented language, to develop reusable abstractions that would simplify the process of developing parallel applications. We first describe the Charm++ parallel programming model and the parallel object array abstraction, then go into detail about each of the Scalar Pentadiagonal (SP) and Lower/Upper Triangular (LU) benchmarks, along with performance results. Finally we conclude with an evaluation of the methodology used.

Krishnan, Sanjeev↗

An Object-oriented Query Processor that Produces Monotonically Improving Approximate Answers

The paper describes an object-oriented query processor that makes approximate answers available if there is not enough time to produce an exact answer or if part of the database is unavailable. The accuracy of the approximate result produces improves monotonically with the amount of data retrieved to produce the result. The query processing algorithm is based on an approximate relational data model and works within a standard relational algebra framework. The query processor maintains an object-oriented view on an underlying level and can be implemented on a relational database system with little change to the relational architecture. We show how a monotone query processing strategy can be implemented, making effective use of semantic information presented by the object-oriented view.

Vrbsky, S. V.↗

Thermal and Mechanical Buckling Analysis of Hypersonic Aircraft Hat-Stiffened Panels With Varying Face Sheet Geometry and Fiber Orientation

Mechanical and thermal buckling behavior of monolithic and metal-matrix composite hat-stiffened panels were investigated. The panels have three types of face-sheet geometry: Flat face sheet, microdented face sheet, and microbulged face sheet. The metal-matrix composite panels have three types of face-sheet layups, each of which is combined with various types of hat composite layups. Finite-element method was used in the eigenvalue extractions for both mechanical and thermal buckling. The thermal buckling analysis required both eigenvalue and material property iterations. Graphical methods of the dual iterations are shown. The mechanical and thermal buckling strengths of the hat-stiffened panels with different face-sheet geometry are compared. It was found that by just microdenting or microbulging of the face sheet, the axial, shear, and thermal buckling strengths of both types of hat-stiffened panels could be enhanced considerably. This effect is more conspicuous for the monolithic panels. For the metal-matrix composite panels, the effect of fiber orientations on the panel buckling strengths was investigated in great detail, and various composite layup combinations offering, high panel buckling strengths are presented. The axial buckling strength of the metal-matrix panel was sensitive to the change of hat fiber orientation. However, the lateral, shear, and thermal buckling strengths were insensitive to the change of hat fiber orientation.

Ko, William L.↗