Search NASA⌕ Search

SEARCH · Search NASA

Results for “Expression systems”

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 109 records · Page 6

Expressions for the precession quantities based upon the IAU /1976/ system of astronomical constants

The structure of the expressions usually employed in calculating the effects of precession is examined, and a method is outlined for revising the expressions to account for changes in the fundamental astronomical constants. It is shown that the basic set of parameters, upon which depend the lengthy polynomials for computing the mean obliquity of data and the elements of the precession matrix, consists of the mean obliquity, the speed of general precession in longitude at a fixed epoch, and the system of planetary masses. Special attention is given to the motion of the ecliptic pole, formulations for a basic epoch as well as an arbitrary epoch, and ecliptic motion relative to the basic epoch. Numerical precession quantities at epoch J2000.0 (JED 2451545.0) are presented which result from the revision of astronomical constants adopted at the XVI General Assembly of the IAU.

Lieske, J. H.↗

Fuel-Efficient Descent and Landing Guidance Logic for a Safe Lunar Touchdown

The landing of a crewed lunar lander on the surface of the Moon will be the climax of any Moon mission. At touchdown, the landing mechanism must absorb the load imparted on the lander due to the vertical component of the lander's touchdown velocity. Also, a large horizontal velocity must be avoided because it could cause the lander to tip over, risking the life of the crew. To be conservative, the worst-case lander's touchdown velocity is always assumed in designing the landing mechanism, making it very heavy. Fuel-optimal guidance algorithms for soft planetary landing have been studied extensively. In most of these studies, the lander is constrained to touchdown with zero velocity. With bounds imposed on the magnitude of the engine thrust, the optimal control solutions typically have a "bang-bang" thrust profile: the thrust magnitude "bangs" instantaneously between its maximum and minimum magnitudes. But the descent engine might not be able to throttle between its extremes instantaneously. There is also a concern about the acceptability of "bang-bang" control to the crew. In our study, the optimal control of a lander is formulated with a cost function that penalizes both the touchdown velocity and the fuel cost of the descent engine. In this formulation, there is not a requirement to achieve a zero touchdown velocity. Only a touchdown velocity that is consistent with the capability of the landing gear design is required. Also, since the nominal throttle level for the terminal descent sub-phase is well below the peak engine thrust, no bound on the engine thrust is used in our formulated problem. Instead of bangbang type solution, the optimal thrust generated is a continuous function of time. With this formulation, we can easily derive analytical expressions for the optimal thrust vector, touchdown velocity components, and other system variables. These expressions provide insights into the "physics" of the optimal landing and terminal descent maneuver. These insights could help engineers to achieve a better "balance" between the conflicting needs of achieving a safe touchdown velocity, a low-weight landing mechanism, low engine fuel cost, and other design goals. In comparing the computed optimal control results with the preflight landing trajectory design of the Apollo-11 mission, we noted interesting similarities between the two missions.

guidance logic↗

Grid systems for Earth radiation budget experiment applications

Spatial coordinate transformations are developed for several global grid systems of interest to the Earth Radiation Budget Experiment. The grid boxes are defined in terms of a regional identifier and longitude-latitude indexes. The transformations associate longitude with a particular grid box. The reverse transformations identify the center location of a given grid box. Transformations are given to relate the rotating (Earth-based) grid systems to solar position expressed in an inertial (nonrotating) coordinate system. The FORTRAN implementations of the transformations are given, along with sample input and output.

Brooks, D. R.↗

SEPAC flight software detailed design specifications, volume 1

The detailed design specifications (as built) for the SEPAC Flight Software are defined. The design includes a description of the total software system and of each individual module within the system. The design specifications describe the decomposition of the software system into its major components. The system structure is expressed in the following forms: the control-flow hierarchy of the system, the data-flow structure of the system, the task hierarchy, the memory structure, and the software to hardware configuration mapping. The component design description includes details on the following elements: register conventions, module (subroutines) invocaton, module functions, interrupt servicing, data definitions, and database structure.

Source record↗

A Direct Approach for Minimum Fuel Maneuvers of Distributed Spacecraft in Multiple Flight Regimes

In this work we present a method to solve the impulsive minimum fuel maneuver problem for a distributed set of spacecraft. We develop the method assuming a fully non-linear dynamics model and parameterize the problem to allow the method to be applicable to any flight regime. Furthermore, the approach is not limited by the inter-spacecraft separation distances and is applicable to both small formations as well as constellations. We assume that the desired relative motion is driven by mission requirements and has been determined a-priori. The goal of this work is to develop a technique to achieve the desired relative motion in a minimum fuel manner. To permit applicability to multiple flight regimes, we have chosen to parameterize the cost function in terms of the maneuver times expressed in a useful time system and the maneuver locations expressed in their Cartesian vector representations. We also include as an independent variable the initial reference orbit to solve for the optimal injection orbit to minimize and equalize the fuel expenditure of distributed sets of spacecraft with large inter-spacecraft separations. In this work we derive the derivatives of the cost and constraints with respect to all of the independent variables.

Hughes, Steven P↗

Power Loss For Multimode Waveguides and its Application to Beam-Waveguide Systems

The conventional way of expressing poer loss in dB/meter for a multimode waveguiding system with finite wall condcutivity (such as a beam-waveguide system with protective shroud) can be incorrect and misleading. The power loss (indB) for a multimode waveguiding system is, in general, not linearly proportional to the length of the waveguide.

Multimode↗

Design and Analysis Techniques for Concurrent Blackboard Systems

Blackboard systems are a natural progression of knowledge-based systems into a more powerful problem solving technique. They provide a way for several highly specialized knowledge sources to cooperate to solve large, complex problems. Blackboard systems incorporate the concepts developed by rule-based and expert systems programmers and include the ability to add conventionally coded knowledge sources. The small and specialized knowledge sources are easier to develop and test, and can be hosted on hardware specifically suited to the task that they are solving. The Formal Model for Blackboard Systems was developed to provide a consistent method for describing a blackboard system. A set of blackboard system design tools has been developed and validated for implementing systems that are expressed using the Formal Model. The tools are used to test and refine a proposed blackboard system design before the design is implemented. My research has shown that the level of independence and specialization of the knowledge sources directly affects the performance of blackboard systems. Using the design, simulation, and analysis tools, I developed a concurrent object-oriented blackboard system that is faster, more efficient, and more powerful than existing systems. The use of the design and analysis tools provided the highly specialized and independent knowledge sources required for my concurrent blackboard system to achieve its design goals.

Mcmanus, John William↗

Making real-time reactive systems reliable

A reactive system is characterized by a control program that interacts with an environment (or controlled program). The control program monitors the environment and reacts to significant events by sending commands to the environment. This structure is quite general. Not only are most embedded real time systems reactive systems, but so are monitoring and debugging systems and distributed application management systems. Since reactive systems are usually long running and may control physical equipment, fault tolerance is vital. The research tries to understand the principal issues of fault tolerance in real time reactive systems and to build tools that allow a programmer to design reliable, real time reactive systems. In order to make real time reactive systems reliable, several issues must be addressed: (1) How can a control program be built to tolerate failures of sensors and actuators. To achieve this, a methodology was developed for transforming a control program that references physical value into one that tolerates sensors that can fail and can return inaccurate values; (2) How can the real time reactive system be built to tolerate failures of the control program. Towards this goal, whether the techniques presented can be extended to real time reactive systems is investigated; and (3) How can the environment be specified in a way that is useful for writing a control program. Towards this goal, whether a system with real time constraints can be expressed as an equivalent system without such constraints is also investigated.

Marzullo, Keith↗

Considerations in the design of tip-coupled air-transport systems

It is shown that the lift-drag ratio of tip-coupled systems can be expressed as a simple multiple of the lift-drag ratio of the isolated units comprising the system. When operated for maximum lift-drag ratio, the extent of the coupled system is limited by maximum lift coefficient, high-altitude engine characteristics, and degraded performance of the isolated unit climbing to couple into the system. When operated at constant altitude, the gain from coupling is severely limited. If the cruise altitude is that for best performance of the isolated unit, the system lift-drag ratio can be no better than twice that of the isolated unit even when an infinite number of units are coupled. System performance may be further degraded since span-load distributions which yield good performance for the individual units reduce the efficiency of the coupled system. Coupling a pair of modern transport aircraft results in only about half the expected gain because of a poor span-distribution across the coupled pair. The control deflections required to maintain roll and pitch equilibrium further degrade the possible gain.

Heyson, H. H.↗

Rapid and systemic accumulation of chloroplast mRNA-binding protein transcripts after flame stimulus in tomato

It has been shown that tomato (Lycopersicon esculentum) plants respond to flame wounding and electrical stimulation by a rapid (15 min) and systemic up-regulation of proteinase inhibitor (pin) genes. To find other genes having a similar expression pattern, we used subtractive cDNA screening between flamed and control plants to select clones up-regulated by flame wounding. We report the characterization of one of them, a chloroplast mRNA-binding protein encoded by a single gene and expressed preferentially in the leaves. Systemic gene expression in response to flaming in the youngest terminal leaf exhibited three distinct phases: a rapid and transient increase (5-15 min) in transcript accumulation, a decline to basal levels (15-45 min), and then a second, more prolonged increase (60-90 min). In contrast, after a mechanical wound the rapid, transient increase (5 min) was followed by a rapid decline to basal levels but no later, prolonged accumulation. In the petiole, the initial flame-wound-evoked transient increase (15 min) was followed by a continuous decline for 3 h. The nature of the wound signal(s) causing such rapid changes in transcript abundance is discussed in relation to electrical signaling, which has recently been implicated in plant responses to wounding.

NASA Discipline Plant Biology↗

Numerical and literal aeroelastic-vehicle-model reduction for feedback control synthesis

The simplification of a high-order, literal model for large flexible aircraft is discussed. Areas of model fidelity that are critical if the model is to be used for control law synthesis are presented. Several simplification techniques, some new and some widely available, that can deliver the necessary model fidelity are presented and applied to a model from the literature. The techniques include both numerical and analytical approaches. An analytical approach, based on first-order sensitivity theory, is shown to lead not only to excellent numerical results, but also to closed-form analytical expressions for key system dynamic properties such as the pole/zero factors of the vehicle transfer-function matrix. The analytical results are expressed in terms of vehicle vibrational characteristics and rigid-body and aeroelastic stability derivatives, thus providing insight into the underlying causes for critical dynamic characteristics.

Newman, Brett↗

Advanced Launch Technology Life Cycle Analysis Using the Architectural Comparison Tool (ACT)

Life cycle technology impact comparisons for nanolauncher technology concepts were performed using an Affordability Comparison Tool (ACT) prototype. Examined are cost drivers and whether technology investments can dramatically affect the life cycle characteristics. Primary among the selected applications was the prospect of improving nanolauncher systems. As a result, findings and conclusions are documented for ways of creating more productive and affordable nanolauncher systems; e.g., an Express Lane-Flex Lane concept is forwarded, and the beneficial effect of incorporating advanced integrated avionics is explored. Also, a Functional Systems Breakdown Structure (F-SBS) was developed to derive consistent definitions of the flight and ground systems for both system performance and life cycle analysis. Further, a comprehensive catalog of ground segment functions was created.

Space Flight Architecture↗

The far field diffraction pattern for corner reflectors with complex reflection coefficients

The far field diffraction pattern of a geometrically perfect corner reflector is examined analytically for normally incident monochromatic light. The states of polarization and the complex amplitudes of the emerging light are expressed through transformation matrices in terms of those of the original incident light for each sextant of the face in a single coordinate system. The analytic expression of the total diffraction pattern is obtained for a circular face. This expression consists of three component functions in addition to the basic Airy function. The coefficient of each function is expressed in terms of complex coefficients of reflectance of the reflecting surface. Some numerical results for different reflecting surfaces, including total internal reflection, are presented. The iso-intensity contours of the diffraction pattern evaluated from the analytical expressions for an uncoated solid corner reflector are also presented along with the photographs of the pattern.

Chang, R. F.↗