Search NASA⌕ Search

SEARCH · Search NASA

Results for “transform”

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 181 records · Page 10

Transformation of OODT CAS to Perform Larger Tasks

A computer program denoted OODT CAS has been transformed to enable performance of larger tasks that involve greatly increased data volumes and increasingly intensive processing of data on heterogeneous, geographically dispersed computers. Prior to the transformation, OODT CAS (also alternatively denoted, simply, 'CAS') [wherein 'OODT' signifies 'Object-Oriented Data Technology' and 'CAS' signifies 'Catalog and Archive Service'] was a proven software component used to manage scientific data from spaceflight missions. In the transformation, CAS was split into two separate components representing its canonical capabilities: file management and workflow management. In addition, CAS was augmented by addition of a resource-management component. This third component enables CAS to manage heterogeneous computing by use of diverse resources, including high-performance clusters of computers, commodity computing hardware, and grid computing infrastructures. CAS is now more easily maintainable, evolvable, and reusable. These components can be used separately or, taking advantage of synergies, can be used together. Other elements of the transformation included addition of a separate Web presentation layer that supports distribution of data products via Really Simple Syndication (RSS) feeds, and provision for full Resource Description Framework (RDF) exports of metadata.

Mattmann, Chris↗

Discrete Fourier Transform Analysis in a Complex Vector Space

Alternative computational strategies for the Discrete Fourier Transform (DFT) have been developed using analysis of geometric manifolds. This approach provides a general framework for performing DFT calculations, and suggests a more efficient implementation of the DFT for applications using iterative transform methods, particularly phase retrieval. The DFT can thus be implemented using fewer operations when compared to the usual DFT counterpart. The software decreases the run time of the DFT in certain applications such as phase retrieval that iteratively call the DFT function. The algorithm exploits a special computational approach based on analysis of the DFT as a transformation in a complex vector space. As such, this approach has the potential to realize a DFT computation that approaches N operations versus Nlog(N) operations for the equivalent Fast Fourier Transform (FFT) calculation.

Dean, Bruce H.↗

Improving Computational Efficiency of Prediction in Model-Based Prognostics Using the Unscented Transform

Model-based prognostics captures system knowledge in the form of physics-based models of components, and how they fail, in order to obtain accurate predictions of end of life (EOL). EOL is predicted based on the estimated current state distribution of a component and expected profiles of future usage. In general, this requires simulations of the component using the underlying models. In this paper, we develop a simulation-based prediction methodology that achieves computational efficiency by performing only the minimal number of simulations needed in order to accurately approximate the mean and variance of the complete EOL distribution. This is performed through the use of the unscented transform, which predicts the means and covariances of a distribution passed through a nonlinear transformation. In this case, the EOL simulation acts as that nonlinear transformation. In this paper, we review the unscented transform, and describe how this concept is applied to efficient EOL prediction. As a case study, we develop a physics-based model of a solenoid valve, and perform simulation experiments to demonstrate improved computational efficiency without sacrificing prediction accuracy.

Daigle, Matthew John↗

Phase Transformation and Creep Behavior in Ti50Pd30Ni20 High Temperature Shape Memory Alloy in Compression

The creep behavior and the phase transformation of Ti50Pd30Ni20 High Temperature Shape Memory Alloy (HTSMA) is investigated by standard creep tests and thermomechanical tests. Ingots of the alloy are induction melted, extruded at high temperature, from which cylindrical specimens are cut and surface polished. A custom high temperature test setup is assembled to conduct the thermomechanical tests. Following preliminary monotonic tests, standard creep tests and thermally induced phase transformation tests are conducted on the specimen. The creep test results suggest that over the operating temperatures and stresses of this alloy, the microstructural mechanisms responsible for creep change. At lower stresses and temperatures, the primary creep mechanism is a mixture of dislocation glide and dislocation creep. As the stress and temperature increase, the mechanism shifts to predominantly dislocation creep. If the operational stress or temperature is raised even further, the mechanism shifts to diffusion creep. The thermally induced phase transformation tests show that actuator performance can be affected by rate independent irrecoverable strain (transformation induced plasticity + retained martensite) as well as creep. The rate of heating and cooling can adversely impact the actuators performance. While the rate independent irrecoverable strain is readily apparent early in the actuators life, viscoplastic strain continues to accumulate over the lifespan of the HTSMA. Thus, in order to get full actuation out of the HTSMA, the heating and cooling rates must be sufficiently high enough to avoid creep.

Kumar, Parikshith K.↗

Experiment and Modeling of Simultaneous Creep, Plasticity and Transformation of High Temperature Shape Memory Alloys During Cyclic Actuation

The present work is focused on studying the cycling actuation behavior of HTSMAs undergoing simultaneous creep and transformation. For the thermomechanical testing, a high temperature test setup was assembled on a MTS frame with the capability to test up to temperatures of 600 C. Constant stress thermal cycling tests were conducted to establish the actuation characteristics and the phase diagram for the chosen HTSMA. Additionally, creep tests were conducted at constant stress levels at different test temperatures to characterize the creep behavior of the alloy over the operational range. A thermodynamic constitutive model is developed and extended to take into account a) the effect of multiple thermal cycling on the generation of plastic strains due to transformation (TRIP strains) and b) both primary and secondary creep effects. The model calibration is based on the test results. The creep tests and the uniaxial tests are used to identify the viscoplastic behavior of the material. The parameters for the SMA properties, regarding the transformation and transformation induced plastic strain evolutions, are obtained from the material phase diagram and the thermomechanical tests. The model is validated by predicting the material behavior at different thermomechanical test conditions.

Kumar, Parikshith K.↗

Improved Compression of Wavelet-Transformed Images

A recently developed data-compression method is an adaptive technique for coding quantized wavelet-transformed data, nominally as part of a complete image-data compressor. Unlike some other approaches, this method admits a simple implementation and does not rely on the use of large code tables. A common data compression approach, particularly for images, is to perform a wavelet transform on the input data, and then losslessly compress a quantized version of the wavelet-transformed data. Under this compression approach, it is common for the quantized data to include long sequences, or runs, of zeros. The new coding method uses prefixfree codes for the nonnegative integers as part of an adaptive algorithm for compressing the quantized wavelet-transformed data by run-length coding. In the form of run-length coding used here, the data sequence to be encoded is parsed into strings consisting of some number (possibly 0) of zeros, followed by a nonzero value. The nonzero value and the length of the run of zeros are encoded. For a data stream that contains a sufficiently high frequency of zeros, this method is known to be more effective than using a single variable length code to encode each symbol. The specific prefix-free codes used are from two classes of variable-length codes: a class known as Golomb codes, and a class known as exponential-Golomb codes. The codes within each class are indexed by a single integer parameter. The present method uses exponential-Golomb codes for the lengths of the runs of zeros, and Golomb codes for the nonzero values. The code parameters within each code class are determined adaptively on the fly as compression proceeds, on the basis of statistics from previously encoded values. In particular, a simple adaptive method has been devised to select the parameter identifying the particular exponential-Golomb code to use. The method tracks the average number of bits used to encode recent runlengths, and takes the difference between this average length and the code parameter. When this difference falls outside a fixed range, the code parameter is updated (increased or decreased). The Golomb code parameter is selected based on the average magnitude of recently encoded nonzero samples. The coding method requires no floating- point operations, and more readily adapts to local statistics than other methods. The method can also accommodate arbitrarily large input values and arbitrarily long runs of zeros. In practice, this means that changes in the dynamic range or size of the input data set would not require a change to the compressor. The algorithm has been tested in computational experiments on test images. A comparison with a previously developed algorithm that uses large code tables (generated via Huffman coding on training data) suggests that the data-compression effectiveness of the present algorithm is comparable to the best performance achievable by the previously developed algorithm.

Kiely, Aaron↗

Improved Thermoplastic/Iron-Particle Transformer Cores

A method of fabricating improved transformer cores from composites of thermoplastic matrices and iron-particles has been invented. Relative to commercially available laminated-iron-alloy transformer cores, the cores fabricated by this method weigh less and are less expensive. Relative to prior polymer-matrix/ iron-particle composite-material transformer cores, the cores fabricated by this method can be made mechanically stronger and more magnetically permeable. In addition, whereas some prior cores have exhibited significant eddy-current losses, the cores fabricated by this method exhibit very small eddy-current losses. The cores made by this method can be expected to be attractive for use in diverse applications, including high-signal-to-noise transformers, stepping motors, and high-frequency ignition coils. The present method is a product of an experimental study of the relationships among fabrication conditions, final densities of iron particles, and mechanical and electromagnetic properties of fabricated cores. Among the fabrication conditions investigated were molding pressures (83, 104, and 131 MPa), and molding temperatures (250, 300, and 350 C). Each block of core material was made by uniaxial-compression molding, at the applicable pressure/temperature combination, of a mixture of 2 weight percent of LaRC (or equivalent high-temperature soluble thermoplastic adhesive) with 98 weight percent of approximately spherical iron particles having diameters in the micron range. Each molded block was cut into square cross-section rods that were used as core specimens in mechanical and electromagnetic tests. Some of the core specimens were annealed at 900 C and cooled slowly before testing. For comparison, a low-carbon-steel core was also tested. The results of the tests showed that density, hardness, and rupture strength generally increased with molding pressure and temperature, though the correlation was rather weak. The weakness of the correlation was attributed to the pores in the specimens. The maximum relative permeabilities of cores made without annealing ranged from 30 to 110, while those of cores made with annealing ranged from 900 to 1,400. However, the greater permeabilities of the annealed specimens were not associated with noticeably greater densities. The major practical result of the investigation was the discovery of an optimum distribution of iron-particle sizes: It was found that eddy-current losses in the molded cores were minimized by using 100 mesh (corresponding to particles with diameters less than or equal to 100 m) iron particles. The effect of optimization of particle sizes on eddy-current losses is depicted in the figure.

Wincheski, Russell A.↗

Battery Charge Equalizer with Transformer Array

High-power batteries generally consist of a series connection of many cells or cell banks. In order to maintain high performance over battery life, it is desirable to keep the state of charge of all the cell banks equal. A method provides individual charging for battery cells in a large, high-voltage battery array with a minimum number of transformers while maintaining reasonable efficiency. This is designed to augment a simple highcurrent charger that supplies the main charge energy. The innovation will form part of a larger battery charge system. It consists of a transformer array connected to the battery array through rectification and filtering circuits. The transformer array is connected to a drive circuit and a timing and control circuit that allow individual battery cells or cell banks to be charged. The timing circuit and control circuit connect to a charge controller that uses battery instrumentation to determine which battery bank to charge. It is important to note that the innovation can charge an individual cell bank at the same time that the main battery charger is charging the high-voltage battery. The fact that the battery cell banks are at a non-zero voltage, and that they are all at similar voltages, can be used to allow charging of individual cell banks. A set of transformers can be connected with secondary windings in series to make weighted sums of the voltages on the primaries.

Davies, Francis↗

Karyotyping of Transformed Human Epithelial Cells from Exposures of Heavy Ions

It is most likely that the untreated transformed single clone (clone #2) cell undergoes unequal segregation of chromosome in two daughter cell that result in 94 chromosome during mitosis, particularly in anaphase stage. Chromosome aberration observed. I. Breakage of part of chromosome 7. II. One additional number of chromosome 8 instead of the total chromosome can only be explained by early abnormal cell division. III. Complete lost of chromosome and translocation and fusion of chromosome 3 and X-chromosome. IV. Our result for translocation and fusion of chromosome 3 and X- Chromosome is conformed by mBAND pattern. There is no different between the transformed parental cell and the single cloned transformed cell. Both harbor the chromosome 5 and 16 translocation and both harbor has the trisomy chromosome 20. Transformed cells may have the number of chromosomes greater or less than 46. Doubling of chromosome numbers is a signature of tumor. Chromosomal aberration was observed on HBEC-3kt non-irradiated-soft agar (Clone #2) sample, and indication of chromosome instability in the tumor development process.

Yeshitla, Samrawit↗

A Semantic Basis for Proof Queries and Transformations

We extend the query language PrQL, designed for inspecting machine representations of proofs, to also allow transformation of proofs. PrQL natively supports hiproofs which express proof structure using hierarchically nested labelled trees, which we claim is a natural way of taming the complexity of huge proofs. Query-driven transformations enable manipulation of this structure, in particular, to transform proofs produced by interactive theorem provers into forms that assist their understanding, or that could be consumed by other tools. In this paper we motivate and define basic transformation operations, using an abstract denotational semantics of hiproofs and queries. This extends our previous semantics for queries based on syntactic tree representations.We define update operations that add and remove sub-proofs, and manipulate the hierarchy to group and ungroup nodes. We show that

Proof Queries↗

Karyotyping of Chromosomes in Human Bronchial Epithelial Cells Transformed by High Energy Fe Ions

Lung cancer induced from exposure to space radiation is believed to be one of the most significant health risks for long-term space travels. In a previous study, normal human bronchial epithelial cells (HBECs), immortalized through the expression of Cdk4 and hTERT, were exposed to gamma rays and high energy Fe ions for the selection of transformed clones induced by low- and high-LET radiation. In this research, we analyzed chromosome aberrations in these selected clones for genomic instability using the multi-color fluorescent in situ hybridization (mFISH), as well as the multi-banding in situ hybridization (mBAND) techniques. In most of the clones, we found chromosomal aberrations involving translocations between different chromosomes, with several of the breaks occurred in the q-arm of chromosome 3. We also identified copy number variations between the transformed clones and the parental HBEC cells regardless of the exposure condition. Our results indicated that the chromosomal aberrations in low- and high radiation-induced transformed clones are inadequately different from spontaneous soft agar growth. Further analysis is underway to reveal the genomic instability in more transformed clones

Yeshitla, Samrawit↗

Transforming Mean and Osculating Elements Using Numerical Methods

Mean element propagation of perturbed two body orbits has as its mathematical basis averaging theory of nonlinear dynamical systems. Averaged mean elements define the long-term evolution characteristics of an orbit. Using averaging theory, a near identity transformation can be found that transforms the mean elements back to the osculating elements that contain short period terms in addition to the secular and long period mean elements. The ability to perform the conversion is necessary so that orbit design conducted in mean elements can be converted back into osculating results. In the present work, this near identity transformation is found using the Fast Fourier Transform. An efficient method is found that is capable of recovering the osculating elements to first order

averaging↗

Analyses Made to Order: Using Transformation to Rapidly Configure a Multidisciplinary Environment

Aerospace problems are highly multidisciplinary. Four or more major disciplines are involved in analyzing any particular vehicle. Moreover, the choice of implementation technology of various subsystems can lead to a change of leading domain or reformation of the driving equations. An excellent example is the change of expertise required to consider aircraft built from composite or metallic structures, or those propelled by chemical or electrical thrusters. Another example is in the major reconfiguration of handling and stability equations with different control surface configuration (e.g., canards, t-tail v four-post tail). Combinatorial problems are also commonplace anytime that a major system is to be designed. If there are only 5 attributes of a design to consider with 4 different options, this is already 1024 options. Adding just 5 more dimensions to the study explodes the space to over one million. Even generous assumptions like the idea that only 10% of the combinations are physically feasible can only contain the problem for so long. To make matters worse, the simple number of combinations is only the beginning. Combining the issue of trade space size with the need to reformulate the design problem for many of the possibilities makes life exponentially more difficult. Advances in software modeling approaches have led to the development of model-driven architecture. This approach uses the transformation of models into inferred models (e.g. inferred execution traces from state machines) or the skeletons for code generation. When the emphasis on transformation is applied to aerospace, it becomes possible to exploit redundancy in the information specified in multiple domain models into a unified system model. F1urther, it becomes possible to overcome the combinatorial nature of specifying integrated system behavior by manually combining the equations governing a given component technology. Transformations from a system specification combined with a system-analysis mapping specification enable one-click combination of domain analyses. This is a flexibility that has been missing from many engineering codes, which often entangle design specification and physical examination much more than is required to conduct the analysis. This capability has been investigated and cultivated within the DARPA F6 program by a team of JPL and Phoenix Integration engineers building the Adapatable Systems Design and Analysis (ASDA) framework. By embracing system modeling with SysML and the Query-View-Transformation (QVT) language, the ASDA team has been able to build a flexible, easily reconfigurable framework for building up and solving large tradespaces. Examples of application and lessons learned in building the framework will be described in this paper. In addition, the motivation will be laid for various tool vendors to develop open model description standards while being able to maintain competitive advantage through proprietary algorithms and approaches. These standards will also be compared to the underpinnings of model-driven architecture and the OMG standards of the Meta-Object Facility (MOF), SysML, and QVT.

Cole, Bjorn↗

Discrete Fourier Transform in a Complex Vector Space

An image-based phase retrieval technique has been developed that can be used on board a space based iterative transformation system. Image-based wavefront sensing is computationally demanding due to the floating-point nature of the process. The discrete Fourier transform (DFT) calculation is presented in "diagonal" form. By diagonal we mean that a transformation of basis is introduced by an application of the similarity transform of linear algebra. The current method exploits the diagonal structure of the DFT in a special way, particularly when parts of the calculation do not have to be repeated at each iteration to converge to an acceptable solution in order to focus an image.

Dean, Bruce H.↗

Multidisciplinary Model Transformation Through Simplified Intermediate Representations

There has long been a challenge of making engineering tools from multiple disciplines interoperate. This problem extends to system modeling practices. This challenge has been confronted with a wide variety of techniques. These techniques include attempting to interface tools together into combined suites, attempting to find underlying commonalities in mathematics, supporting connections through semantic encoding, various graph mappings and transformations, and code wrappers. All of these approaches have strengths and weaknesses. These are measured in multiple areas: relative freedom of action of individual domain engineers in developing their own tools, speed of execution, ease of creation, traceability, fidelity of information transfer, and degree of alignment between the concepts of different domains. This paper presents an approach to this interoperation problem currently being used in the World-Wide Web. The approach is to develop easy-to-parse formats that allow flexibility to both the file author and file interpreter. Many of the formats that are currently deployed sacrifice runtime performance for the ability of third parties to easily understand what to do with the data. XML became popular earlier as a de-facto standard format for many web applications, but is now being replaced by JSON to enhance human readability and provide a simpler data model. This is the basis for work in this paper. Our approach, which provides the key to interoperation, is a simplified “shrapnel” intermediate collection of objects and relationships that is the result of a breakdown of the system model into minimal pieces. It is then reassembled on the destination side, forming a two-step transformation. Previous efforts with single-step transformations have proven too difficult to create efficiently. In contrast, the use of this approach leads to an almost automatic procedure for transformation development. The Europa project is a large engineering project that must coordinate the efforts of many different teams with different specialties. The traditional form of exchanging engineering information has been documentation. The vision of model-based systems engineering is to make this information exchange much more digital. This paper presents the application of our simplified format to connecting two different engineering tools to the system model, with a focus on a dynamic mission simulation encoded in Modelica.

Cole, Bjorn↗

NASA Aeronautics: Knowledge Management and Digital Transformation in Partnership

Knowledge management and digital transformation share common ground. Both maintain an interest in driving mission success, maximizing information access, and leveraging digital technologies to enhance efficiency and effectiveness. As NASA's Aeronautics Research Mission Directorate explores emerging digital capabilities, we are applying KM principles to strengthen our approach. Bringing digital transformation to knowledge management practices also helps us to reinvent antiquated processes and take advantage of new opportunities. This session identifies areas of complementarity between knowledge management and digital transformation, highlights ways KM practitioners can contribute to digital transformation activities in any organization, and provides some examples from NASA Aeronautics' experience in both.

Smith, Tiffany L.↗

Van Driest transformation and compressible wall-bounded flows

The transformation validity question utilizing resulting data from direct numerical simulations (DNS) of supersonic, isothermal cold wall channel flow was investigated. The DNS results stood for a wide scope of parameter and were suitable for the purpose of examining the generality of Van Driest transformation. The Van Driest law of the wall can be obtained from the inner-layer similarity arguments. It was demonstrated that the Van Driest transformation cannot be incorporated to collapse the sublayer and log-layer velocity profiles simultaneously. Velocity and temperature predictions according to the preceding composite mixing-length model were presented. Despite satisfactory congruity with the DNS data, the model must be perceived as an engineering guide and not as a rigorous analysis.

TRT-THEORETICAL↗

Increased Agrobacterium-mediated transformation and rooting efficiencies in canola (Brassica napus L.) from hypocotyl segment explants

An efficient protocol for the production of transgenic Brassica napus cv. Westar plants was developed by optimizing two important parameters: preconditioning time and co-cultivation time. Agrobacterium tumefaciens-mediated transformation was performed using hypocotyls as explant tissue. Two variants of a green fluorescent protein (GFP)-encoding gene--mGFP5-ER and eGFP--both under the constitutive expression of the cauliflower mosaic virus 35S promoter, were used for the experiments. Optimizing the preconditioning time to 72 h and co-cultivation time with Agrobacterium to 48 h provided the increase in the transformation efficiency from a baseline of 4% to 25%. With mGFP5-ER, the transformation rate was 17% and with eGFP it was 25%. Transgenic shoots were selected on 200 mg/l kanamycin. Rooting efficiency was 100% on half-strength Murashige and Skoog medium with 10 g/l sucrose and 0.5 mg/l indole butyric acid in the presence of kanamycin.

NASA Discipline Life Sciences Technologies↗