Search NASA⌕ Search

SEARCH · Search NASA

Results for “array modeling”

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 433 records · Page 24

The International Space Weather Initiative (ISWI)

The International Heliophysical Year (IHY) provided a successful model for the deployment of arrays of small scientific instruments in new and scientifically interesting geographic locations, and outreach. The new International Space Weather Initiative (ISWI) is designed to build on this momentum to promote the observation, understanding, and prediction space weather phenomena, and to communicate the scientific results to the public.

Davila, Joseph M.↗

CFD Simulation of an Inward-Turning Supersonic Inlet Unstart at Flight Mach Number 1.7

Interest in inward-turning supersonic inlets renewed during NASA’s Commercial Supersonic Technology Project, as a means of reducing disturbances caused by propulsion integration. Inward-turning designs have the potential to greatly reduce the strength of shock waves emanating outward from the nacelle, and therefore their contribution to the overall sonic boom signature. For top-mounted, or over-wing installations, disturbances to aircraft aerodynamics are reduced. The nature of the inward-turning geometry results in a boundary-layer thickening effect, opposite that of the familiar thinning of an outward-turning cone boundary-layer. The application of a small amount of boundary-layer bleed at the throat has been shown to alleviate the negative effects of the boundary-layer on subsonic diffuser performance. Boundary-layer bleed, however, comes at the expense of increased complexity, and external disturbances at bleed exits that would partially defeat the purpose of the inward-turning scheme. Vortex generators were proposed as an alternative to bleed, and an initial CFD study of their effectiveness in this application forms the basis of the present work. A source-term model in the Wind-US CFD code was used to model the effects of an array of vortex generators placed at the entrance to the subsonic diffuser. Baseline results with no vortex generators compared favorably to previously reported results with no bleed at back-pressures near the design point, but stability margin in the present case was limited by a curious non-linear phenomena similar to unstart in mixed-compression inlets. While some improvement was noted with vortex generators, their effectiveness was diminished by the limited stability margin. A time-accurate calculation was subsequently performed to better understand this process. Results of this calculation are presented and instantaneous solutions compared with steady-state, subcritical results previously reported. The stability margin limitation is attributed to the use of a constant-pressure outflow boundary condition, which differed from that used in the prior simulations.

Pre-Compressor Cooling, Water Injection, Hypersoni↗

A 2D Kaleidoscope of Electron Heat Fluxes Driven by Auroral Electron Precipitation

Electron heat flux is an important value for ionospheric space weather modeling networks. Utilizing the 2D array of Time History of Events and Macroscale Interactions during Substorms all-sky-imager (ASI) observations, Gabrielse et al. (2021, https://doi.org/10.3389/fphy.2021.744298) described a new method that estimates the auroral scale sizes of intense precipitating electron energy fluxes and their mean energies during two substorms on 16 February 2010. These parameters in combination with SuperThermal Electron Transport code were used to develop a new methodology to calculate electron thermal fluxes from data inputs in 2D during one of the substorms at 09:40:00 UT across Canada and Alaska. To test the effect of various precipitation lifetimes on electron heat flux values, boxcar averages ranging from 0 to 900 s were applied to the ASI data. These data are then combined with the newly developed kinetic simulation to determine the thermal fluxes associated with the observed diffuse and discrete precipitation.

Electron precipitation in aurora↗

Electron lithography STAR design guidelines. Part 2: The design of a STAR for space applications

The STAR design system developed by NASA enables any user with a logic diagram to design a semicustom digital MOS integrated circuit. The system is comprised of a library of standard logic cells and computr programs to place, route, and display designs implemented with cells from the library. Also described is the development of a radiation-hard array designed for the STAR system. The design is based on the CMOS silicon gate technology developed by SANDIA National Laboratories. The design rules used are given as well as the model parameters developed for the basic array element. Library cells of the CMOS metal gate and CMOS silicon gate technologies were simulated using SPICE, and the results are shown and compared.

Trotter, J. D.↗

Investigating the Simulink Auto-Coding Process

Model based program design is the most clear and direct way to develop algorithms and programs for interfacing with hardware. While coding "by hand" results in a more tailored product, the ever-growing size and complexity of modern-day applications can cause the project work load to quickly become unreasonable for one programmer. This has generally been addressed by splitting the product into separate modules to allow multiple developers to work in parallel on the same project, however this introduces new potentials for errors in the process. The fluidity, reliability and robustness of the code relies on the abilities of the programmers to communicate their methods to one another; furthermore, multiple programmers invites multiple potentially differing coding styles into the same product, which can cause a loss of readability or even module incompatibility. Fortunately, Mathworks has implemented an auto-coding feature that allows programmers to design their algorithms through the use of models and diagrams in the graphical programming environment Simulink, allowing the designer to visually determine what the hardware is to do. From here, the auto-coding feature handles converting the project into another programming language. This type of approach allows the designer to clearly see how the software will be directing the hardware without the need to try and interpret large amounts of code. In addition, it speeds up the programming process, minimizing the amount of man-hours spent on a single project, thus reducing the chance of human error as well as project turnover time. One such project that has benefited from the auto-coding procedure is Ramses, a portion of the GNC flight software on-board Orion that has been implemented primarily in Simulink. Currently, however, auto-coding Ramses into C++ requires 5 hours of code generation time. This causes issues if the tool ever needs to be debugged, as this code generation will need to occur with each edit to any part of the program; additionally, this is lost time that could be spent testing and analyzing the code. This is one of the more prominent issues with the auto-coding process, and while much information is available with regard to optimizing Simulink designs to produce efficient and reliable C++ code, not much research has been made public on how to reduce the code generation time. It is of interest to develop some insight as to what causes code generation times to be so significant, and determine if there are architecture guidelines or a desirable auto-coding configuration set to assist in streamlining this step of the design process for particular applications. To address the issue at hand, the Simulink coder was studied at a foundational level. For each different component type made available by the software, the features, auto-code generation time, and the format of the generated code were analyzed and documented. Tools were developed and documented to expedite these studies, particularly in the area of automating sequential builds to ensure accurate data was obtained. Next, the Ramses model was examined in an attempt to determine the composition and the types of technologies used in the model. This enabled the development of a model that uses similar technologies, but takes a fraction of the time to auto-code to reduce the turnaround time for experimentation. Lastly, the model was used to run a wide array of experiments and collect data to obtain knowledge about where to search for bottlenecks in the Ramses model. The resulting contributions of the overall effort consist of an experimental model for further investigation into the subject, as well as several automation tools to assist in analyzing the model, and a reference document offering insight to the auto-coding process, including documentation of the tools used in the model analysis, data illustrating some potential problem areas in the auto-coding process, and recommendations on areas or practices in the current Ramses model that should be further investigated. Several skills were required to be built up over the course of the internship project. First and foremost, my Simulink skills have improved drastically, as much of my experience had been modeling electronic circuits as opposed to software models. Furthermore, I am now comfortable working with the Simulink Auto-coder, a tool I had never used until this summer; this tool also tested my critical thinking and C++ knowledge as I had to interpret the C++ code it was generating and attempt to understand how the Simulink model affected the generated code. I had come into the internship with a solid understanding of Matlab code, but had done very little in using it to automate tasks, particularly Simulink tasks; along the same lines, I had rarely used shell script to automate and interface with programs, which I gained a fair amount of experience with this summer, including how to use regular expression. Lastly, soft-skills are an area everyone can continuously improve on; having never worked with NASA engineers, which to me seem to be a completely different breed than what I am used to (commercial electronic engineers), I learned to utilize the wealth of knowledge present at JSC. I wish I had come into the internship knowing exactly how helpful everyone in my branch would be, as I would have picked up on this sooner. I hope that having gained such a strong foundation in Simulink over this summer will open the opportunity to return to work on this project, or potentially other opportunities within the division. The idea of leaving a project I devoted ten weeks to is a hard one to cope with, so having the chance to pick up where I left off sounds appealing; alternatively, I am interested to see if there are any opening in the future that would allow me to work on a project that is more in-line with my research in estimation algorithms. Regardless, this summer has been a milestone in my professional career, and I hope this has started a long-term relationship between JSC and myself. I really enjoy the thought of building on my experience here over future summers while I work to complete my PhD at Missouri University of Science and Technology.

Gualdoni, Matthew J.↗

Phased array feed design technology for Large Aperture Microwave Radiometer (LAMR) Earth observations

An assessment of the potential and limitations of phased array antennas in space-based geophysical precision radiometry is described. Mathematical models exhibiting the dependence of system and scene temperatures and system sensitivity on phased array antenna parameters and components such as phase shifters and low noise amplifiers (LNA) are developed. Emphasis is given to minimum noise temperature designs wherein the LNA's are located at the array level, one per element or subarray. Two types of combiners are considered: array lenses (space feeds) and corporate networks. The result of a survey of suitable components and devices is described. The data obtained from that survey are used in conjunction with the mathematical models to yield an assessment of effective array antenna noise temperature for representative geostationary and low Earth orbit systems. Practical methods of calibrating a space-based, phased array radiometer are briefly addressed as well.

Schuman, H. K.↗

Evaluation of Vertical Patterns in Chlorophyll-A Derived From A Data Assimilating Model of Satellite-Based Ocean Color

Satellite-based sensors of ocean color have become the primary tool to infer changes in surface chlorophyll, while BGC-Argo floats are now filling the information gap at depth. Here we use BGC-Argo data to assess depth-resolved information on chlorophyll-a derived from an ocean biogeochemical model constrained by the assimilation of surface ocean color remote sensing. The data-assimilating model replicates well the general seasonality and meridional gradients in surface and depth-resolved chlorophyll-a inferred from the float array in the Southern Ocean. On average, the model tends to overestimate float-based chlorophyll, particularly at times and locations of high productivity such as the beginning of the spring bloom, subtropical deep chlorophyll maxima, and non-iron limited regions of the Southern Ocean. The highest model RMSE in the upper 50 m with respect to the float array is of 0.6 mg Chl m −3 , which should allow the detection of seasonal changes in float-based biomass (varying between 0.01 and >1 mg Chl m −3 ) but might hinder the identification of subtle changes in chlorophyll at narrow local scales. Both model and float profiling data show good agreement with in situ data from station ALOHA, with model estimates showing a slight accuracy edge in inferring depth-resolved observations. Uncertainties in float bio-optical estimates impede their use as a reliable benchmark for validation, but the general qualitative agreement between model and float data provides confidence in the ability of model to replicate biogeochemical features below the surface, where data is not directly constrained by the assimilation of satellite ocean color.

Lionel A Quintero↗

Active Control of Noise Using Actuator/Sensor Arrays

Current research in smart structures is directed toward the integration of many actuators and sensors into a material. In this paper we investigate the possibility of using this instrumentation for active noise control from a vibrating structures. Current technology for reducing radiated sound is limited by the instrumentation for the control system. These control systems employ relatively small numbers of sensors and actuators. Hence, these control systems must rely on a model of the structure to estimate and control the global vibrations that contribute to the far field pressure. For complex, realistic structures the development of such a model is a formidable task. The model is a limiting factor in the continuing development of structural acoustics. In this paper we propose to increase the number of actuators and sensors of a smart material to offset the complexity of the model used for control design. The sensor arrays will be used to directly sense the shape of the structure rather than using a model of the structures to indirectly sense the shape of the structure. The actuator array is used to apply distributed forces to the structure, rather than using the structure itself as a load path. A control system for the active cancellation of sound is derived from standard control system methodologies.

Lindner, Douglas K.↗

Microwave landing system modeling with application to air traffic control

Compared to the current instrument landing system, the microwave landing system (MLS), which is in the advanced stage of implementation, can potentially provide significant fuel and time savings as well as more flexibility in approach and landing functions. However, the expanded coverage and increased accuracy requirements of the MLS make it more susceptible to the features of the site in which it is located. An analytical approach is presented for evaluating the multipath effects of scatterers that are commonly found in airport environments. The approach combines a multiplane model with a ray-tracing technique and a formulation for estimating the electromagnetic fields caused by the antenna array in the presence of scatterers. The model is applied to several airport scenarios. The reduced computational burden enables the scattering effects on MLS position information to be evaluated in near real time. Evaluation in near real time would permit the incorporation of the modeling scheme into air traffic control automation; it would adaptively delineate zones of reduced accuracy within the MLS coverage volume, and help establish safe approach and takeoff trajectories in the presence of uneven terrain and other scatterers.

Poulose, M. M.↗

NASCAP/LEO simulations of Shuttle Orbiter charging during the SAMPIE experiment

The electrostatic charging of the Space Shuttle Orbiter during the operation of the Solar Array Module Plasma Interaction Experiment (SAMPIE) was modeled using the NASA Charging Analyzer Program/ low Earth orbit (NASCAP/LEO) computer code. The SAMPIE experiment consists of an array of various solar cells representing the present technologies. The objectives of the experiment are to investigate the arcing and current collection characteristics of these cells when biased to high potentials in a LEO plasma. NASCAP/LEO is a 3-D code designed to simulate the electrostatic charging of a spacecraft exposed to a plasma at LEO or ground test conditions. At its most extreme configuration, with the largest array segment of the SAMPIE experiment biased + 600 V with respect to the orbiter and facing the ram direction, the computer simulations predict that the orbiter's potential will be approximately -20 V with respect to the plasma.

Chock, Ricaurte↗

Microwave landing system modeling with application to air traffic control automation

Compared to the current instrument landing system, the microwave landing system (MLS), which is in the advanced stage of implementation, can potentially provide significant fuel and time savings as well as more flexibility in approach and landing functions. However, the expanded coverage and increased accuracy requirements of the MLS make it more susceptible to the features of the site in which it is located. An analytical approach is presented for evaluating the multipath effects of scatterers that are commonly found in airport environments. The approach combines a multiplane model with a ray-tracing technique and a formulation for estimating the electromagnetic fields caused by the antenna array in the presence of scatterers. The model is applied to several airport scenarios. The reduced computational burden enables the scattering effects on MLS position information to be evaluated in near real time. Evaluation in near real time would permit the incorporation of the modeling scheme into air traffic control automation; it would adaptively delineate zones of reduced accuracy within the MLS coverage volume, and help establish safe approach and takeoff trajectories in the presence of uneven terrain and other scatterers.

Poulose, M. M.↗

Flows in Pinned Arrays Simulating Brush Seals

Flows through idealized pin arrays were investigated using an unstructured grid finite difference model and the simplified Ergun model to predict leakage flows and pressure drops in brush seals. The models are in good agreement in the laminar region with departures in the laminar-turbulent transition region defined by the simplified Ergun model. No local disturbances in the velocity or pressure fields, symptomatic of turbulence were found in the numerical results. The simplified model failed to predict the pressure drop of a 32-pin anisotropic array. Transitional and anisotropic behavior requires

Hendricks, R.C.↗

Ultrasonic Phased Array Simulations of Welded Components at NASA

Comprehensive and accurate inspections of welded components have become of increasing importance as NASA develops new hardware such as Ares rocket segments for future exploration missions. Simulation and modeling will play an increasing role in the future for nondestructive evaluation in order to better understand the physics of the inspection process, to prove or disprove the feasibility for an inspection method or inspection scenario, for inspection optimization, for better understanding of experimental results, and for assessment of probability of detection. This study presents simulation and experimental results for an ultrasonic phased array inspection of a critical welded structure important for NASA future exploration vehicles. Keywords: nondestructive evaluation, computational simulation, ultrasonics, weld, modeling, phased array

Roth, D. J.↗

A Comparative Study of Simulated and Measured Main Landing Gear Noise for Large Civil Transports

Computational results for the NASA 26%-scale model of a six-wheel main landing gear with and without a toboggan-shaped noise reduction fairing are presented. The model is a high-fidelity representation of a Boeing 777-200 aircraft main landing gear. A lattice Boltzmann method was used to simulate the unsteady flow around the model in isolation. The computations were conducted in free-air at a Mach number of 0.17, matching a recent acoustic test of the same gear model in the Virginia Tech Stability Wind Tunnel in its anechoic configuration. Results obtained on a set of grids with successively finer spatial resolution demonstrate the challenge in resolving/capturing the flow field for the smaller components of the gear and their associated interactions, and the resulting effects on the high-frequency segment of the farfield noise spectrum. Farfield noise spectra were computed based on an FWH integral approach, with simulated pressures on the model solid surfaces or flow-field data extracted on a set of permeable surfaces enclosing the model as input. Comparison of these spectra with microphone array measurements obtained in the tunnel indicated that, for the present complex gear model, the permeable surfaces provide a more accurate representation of farfield noise, suggesting that volumetric effects are not negligible. The present study also demonstrates that good agreement between simulated and measured farfield noise can be achieved if consistent post-processing is applied to both physical and synthetic pressure records at array microphone locations.

Konig, Benedikt↗

Pressure gradient effects on heat transfer to reusable surface insulation tile-array gaps

An experimental investigation was performed to determine the effect of pressure gradient on the heat transfer within space shuttle reusable surface insulation (RSI) tile-array gaps under thick, turbulent boundary-layer conditions. Heat-transfer and pressure measurements were obtained on a curved array of full-scale simulated RSI tiles in a tunnel-wall boundary layer at a nominal free-stream Mach number and free-stream Reynolds numbers. Transverse pressure gradients of varying degree were induced over the model surface by rotating the curved array with respect to the flow. Definition of the tunnel-wall boundary-layer flow was obtained by measurement of boundary-layer pitot pressure profiles, wall pressure, and heat transfer. Flat-plate heat-transfer data were correlated and a method was derived for prediction of heat transfer to a smooth curved surface in the highly three-dimensional tunnel-wall boundary-layer flow. Pressure on the floor of the RSI tile-array gap followed the trends of the external surface pressure. Heat transfer to the surface immediately downstream of a transverse gap is higher than that for a smooth surface at the same location. Heating to the wall of a transverse gap, and immediately downstream of it, at its intersection with a longitudinal gap is significantly greater than that for the simple transverse gap.

Throckmorton, D. A.↗

Two-Dimensional Array Beam Scanning Via Externally and Mutually Injection Locked Coupled Oscillators

Some years ago, Stephan proposed an approach to one dimensional (linear) phased array beam steering which requires only a single phase shifter. This involves the use of a linear array of voltage-controlled electronic oscillators coupled to nearest neighbors. The oscillators are mutually injection locked by controlling their coupling and tuning appropriately. Stephan's approach consists of deriving two signals from a master oscillator, one signal phase shifted with respect to the other by means of a single phase shifter. These two signals are injected into the end oscillators of the array. The result is a linear phase progression across the oscillator array. Thus, if radiating elements are connected to each oscillator and spaced uniformly along a line, they will radiate a beam at an angle to that line determined by the phase gradient which is, in turn, determined by the phase difference between the injection signals.The beam direction is therefore controlled by adjusting this phase difference. Recently, Pogorzelski and York presented a formulation which facilitates theoretical analysis of the above beam steering technique. This was subsequently applied by Pogorzelski in analysis of two dimensional beam steering using perimeter detuning of a coupled oscillator array. The formulation is based on a continuum model in which the oscillator phases are represented by a continuous function satisfying a partial differential equation of diffusion type. This equation can be solved via the Laplace transform and the resulting solution exhibits the dynamic behavior of the array as the beam is steered. Stephan's beam steering technique can be similarly generalized to two-dimensional arrays in which the beam control signals are applied to the oscillators on the perimeter of the array. In this paper the continuum model for this two-dimensional case is developed and the dynamic solution for the corresponding aperture phase function is obtained. The corresponding behavior of the resulting far-zone radiation pattern is displayed as well.

Pogorzelski, Ronald J.↗

New Techniques for Thermo-electrochemical Analysis of Lithium-ion Batteries for Space Applications

The overall goal of this study was achieved: Replicated the numerical assessment performed by Chen et. al. (2005). Displayed the ability of Thermal Desktop to be coupled with thermo-electrochemical analysis techniques. such that the local heat generated on the cells is a function of the model itself using logic blocks and arrays. Differences in the TD temperature vs. depth of discharge profiles and Chen's was most likely due to differences in two primary areas: Contact regions and conductance values. Differences in density and specific heat values. center dot The model results are highly dependent on the accuracy of the material properties with respect to the multiple layers of an individual cell.

Walker, William↗

Interaction of a solar array with an ion thruster due to the charge-exchange plasma

The generation of a charge exchange plasma by a thruster, the transport of this plasma to the solar array, and the interaction of the solar array with the plasma after it arrives are all described. The generation of this plasma is described accurately from thruster geometry and operating conditions. The transport of the charge exchange plasma was studied experimentally with a 15 cm thruster. A model was developed for simple thruster array configurations. A variety of experiments were surveyed for the interaction of the plasma at the solar array.

Kaufman, H. R.↗