Search NASASearch

SEARCH · Search NASA

Results for “Window”

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 91 records · Page 5

Damped Windows for Aircraft Interior Noise Control

Windows are a significant path for structure-borne and air-borne noise transmission into aircraft. To improve the acoustical performance, damped windows were fabricated using two or three layers of plexiglas with transparent viscoelastic damping material sandwiched between the layers. In this paper, numerical and experimental results are used to evaluate the acoustic benefits of damped windows. Tests were performed in the Structural Acoustic Loads and Transmission Facility at NASA Langley Research Center to measure the transmission loss for diffuse acoustic excitation and radiated sound power for point force excitation. Comparisons between uniform and damped plexiglas windows showed increased transmission loss of 6 dB at the first natural frequency, 6 dB at coincidence, and 4.5 dB over a 50 to 4k Hz range. Radiated sound power was reduced up to 7 dB at the lower natural frequencies and 3.7 dB over a 1000 Hz bandwidth. Numerical models are presented for the prediction of radiated sound power for point force excitation and transmission loss for diffuse acoustic excitation. Radiated sound power and transmission loss predictions are in good agreement with experimental data. A parametric study is presented that evaluates the optimum configuration of the damped plexiglas windows for reducing the radiated sound power.

Buehrle, Ralph D.

Systematic Errors in Stereo PIV When Imaging through a Glass Window

This document assesses the magnitude of velocity measurement errors that may arise when performing stereo particle image velocimetry (PIV) with cameras viewing through thick, refractive window and where the calibration is performed in one plane only. The effect of the window is to introduce a refractive error that increases with window thickness and the camera angle of incidence. The calibration should be performed while viewing through the test section window, otherwise a potentially significant error may be introduced that affects each velocity component differently. However, even when the calibration is performed correctly, another error may arise during the stereo reconstruction if the perspective angle determined for each camera does not account for the displacement of the light rays as they refract through the thick window. Care should be exercised when applying in a single-plane calibration since certain implicit assumptions may in fact require conditions that are extremely difficult to meet in a practical laboratory environment. It is suggested that the effort expended to ensure this accuracy may be better expended in performing a more lengthy volumetric calibration procedure, which does not rely upon the assumptions implicit in the single plane method and avoids the need for the perspective angle to be calculated.

Green, Richard

Indium Phosphide Window Layers for Indium Gallium Arsenide Solar Cells

Window layers help in reducing the surface recombination at the emitter surface of the solar cells resulting in significant improvement in energy conversion efficiency. Indium gallium arsenide (In(x)Ga(1-x)As) and related materials based solar cells are quite promising for photovoltaic and thermophotovoltaic applications. The flexibility of the change in the bandgap energy and the growth of InGaAs on different substrates make this material very attractive for multi-bandgap energy, multi-junction solar cell approaches. The high efficiency and better radiation performance of the solar cell structures based on InGaAs make them suitable for space power applications. This work investigates the suitability of indium phosphide (InP) window layers for lattice-matched In(0.53)Ga(0.47)As (bandgap energy 0.74 eV) solar cells. We present the first data on the effects of the p-type InP window layer on p-on-n lattice-matched InGaAs solar cells. The modeled quantum efficiency results show a significant improvement in the blue region with the InP window. The bare InGaAs solar cell performance suffers due to high surface recombination velocity (10(exp 7) cm/s). The large band discontinuity at the InP/InGaAs heterojunction offers a great potential barrier to minority carriers. The calculated results demonstrate that the InP window layer effectively passivates the solar cell front surface, hence resulting in reduced surface recombination and therefore, significantly improving the performance of the InGaAs solar cell.

Jain, Raj K.

Mechanical Characterization of ZnSe Windows for Use With the Flow Enclosure Accommodating Novel Investigations in Combustion of Solids (FEANICS) Module

Mechanical and physical properties of ZnSe windows to be used with the FEANICS (Flow Enclosure Accommodating Novel Investigations in Combustion of Solids) experiments were measured in order to determine design allowables. The average Young s modulus, Poisson's ratio, equibiaxial fracture strength, flaw size, grain size, Knoop hardness, Vicker s hardness, and branching constant were 74.3 +/- 0.1 GPa, 0.31, 57.8 +/- 6.5 MPa, 21 +/- 4 mm, 43 +/- 9 microns, 0.97 +/- 0.02 GPa, 0.97 +/- 0.02 GPa, and 1.0 +/- 0.1 MPa(square root of)m, respectively. The properties of current ZnSe made by chemical vapor deposition are in good agreement with those measured in the 1970 s. The hardness of CVD ZnSe windows is about one-twentieth of the sapphire window being replaced, and about one-sixth of that of window glass. Thus the ZnSe window must be handled with great care. The large grain size relative to the inherent crack size implies the need to use single crystal crack growth properties in the design process. In order to determine the local failure stresses in one of the test specimens, a solution for the stresses between the support ring and the edge of a circular plate load between concentric rings was derived

Salem, Jonathan A.

Prism Window for Optical Alignment

A prism window has been devised for use, with an autocollimator, in aligning optical components that are (1) required to be oriented parallel to each other and/or at a specified angle of incidence with respect to a common optical path and (2) mounted at different positions along the common optical path. The prism window can also be used to align a single optical component at a specified angle of incidence. Prism windows could be generally useful for orienting optical components in manufacture of optical instruments. "Prism window" denotes an application-specific unit comprising two beam-splitter windows that are bonded together at an angle chosen to obtain the specified angle of incidence.

Tang, Hong

X-Windows Information Sharing Protocol Widget Class

The X-Windows Information Sharing Protocol (ISP) Widget Class ("Class") is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing ISP graphical-user-interface (GUI) computer programs. ISP programming tasks require many method calls to identify, query, and interpret the connections and messages exchanged between a client and an ISP server. Most X-Windows GUI programs use widget sets or toolkits to facilitate management of complex objects. The widget standards facilitate construction of toolkits and application programs. The X-Windows Information Sharing Protocol (ISP) Widget Class encapsulates the client side of the ISP programming libraries within the framework of an X-Windows widget. Using the widget framework, X-Windows GUI programs can interact with ISP services in an abstract way and in the same manner as that of other graphical widgets, making it easier to write ISP GUI client programs. Wrapping ISP client services inside a widget framework enables a programmer to treat an ISP server interface as though it were a GUI. Moreover, an alternate subclass could implement another communication protocol in the same sort of widget.

Barry, Matthew R.

X-Windows Socket Widget Class

The X-Windows Socket Widget Class ("Class" is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing network connections for graphical-user-interface (GUI) computer programs. UNIX Transmission Control Protocol/Internet Protocol (TCP/IP) socket programming libraries require many method calls to configure, operate, and destroy sockets. Most X Windows GUI programs use widget sets or toolkits to facilitate management of complex objects. The widget standards facilitate construction of toolkits and application programs. The X-Windows Socket Widget Class encapsulates UNIX TCP/IP socket-management tasks within the framework of an X Windows widget. Using the widget framework, X Windows GUI programs can treat one or more network socket instances in the same manner as that of other graphical widgets, making it easier to program sockets. Wrapping ISP socket programming libraries inside a widget framework enables a programmer to treat a network interface as though it were a GUI.

Barry, Matthew R.

Downsampling Photodetector Array with Windowing

In a photon counting detector array, each pixel in the array produces an electrical pulse when an incident photon on that pixel is detected. Detection and demodulation of an optical communication signal that modulated the intensity of the optical signal requires counting the number of photon arrivals over a given interval. As the size of photon counting photodetector arrays increases, parallel processing of all the pixels exceeds the resources available in current application-specific integrated circuit (ASIC) and gate array (GA) technology; the desire for a high fill factor in avalanche photodiode (APD) detector arrays also precludes this. Through the use of downsampling and windowing portions of the detector array, the processing is distributed between the ASIC and GA. This allows demodulation of the optical communication signal incident on a large photon counting detector array, as well as providing architecture amenable to algorithmic changes. The detector array readout ASIC functions as a parallel-to-serial converter, serializing the photodetector array output for subsequent processing. Additional downsampling functionality for each pixel is added to this ASIC. Due to the large number of pixels in the array, the readout time of the entire photodetector is greater than the time between photon arrivals; therefore, a downsampling pre-processing step is done in order to increase the time allowed for the readout to occur. Each pixel drives a small counter that is incremented at every detected photon arrival or, equivalently, the charge in a storage capacitor is incremented. At the end of a user-configurable counting period (calculated independently from the ASIC), the counters are sampled and cleared. This downsampled photon count information is then sent one counter word at a time to the GA. For a large array, processing even the downsampled pixel counts exceeds the capabilities of the GA. Windowing of the array, whereby several subsets of pixels are designated for processing, is used to further reduce the computational requirements. The grouping of the designated pixel frame as the photon count information is sent one word at a time to the GA, the aggregation of the pixels in a window can be achieved by selecting only the designated pixel counts from the serial stream of photon counts, thereby obviating the need to store the entire frame of pixel count in the gate array. The pixel count se quence from each window can then be processed, forming lower-rate pixel statistics for each window. By having this processing occur in the GA rather than in the ASIC, future changes to the processing algorithm can be readily implemented. The high-bandwidth requirements of a photon counting array combined with the properties of the optical modulation being detected by the array present a unique problem that has not been addressed by current CCD or CMOS sensor array solutions.

Patawaran, Ferze D.

Optical Evaluation of Digital Micromirror Devices (DMDs) with UV-Grade Fused Silica, Sapphire, and Magnesium Fluoride Windows and Longterm Reflectance of Bare Devices

Digital micromirror devices (DMDs) are commercial micro-electromechanical systems, consisting of millions of mirrors which can be individually addressed and tilted into one of two states (+/-12deg). These devices were developed to create binary patterns in video projectors, in the visible range. Commercially available DMDs are hermetically sealed and extremely reliable. Recently, DMDs have been identified as an alternative to microshutter arrays for space-based multi-object spectrometers (MOS). Specifically, the MOS at the heart of the proposed Galactic Evolution Spectroscopic Explorer (GESE) uses the DMD as a reprogrammable slit mask. Unfortunately, the protective borosilicate windows limit the use of DMDs in the UV and IR regimes, where the glass has insufficient throughput. In this work, we present our efforts to replace standard DMD windows with custom windows made from UV-grade fused silica, low-absorption optical sapphire (LAOS) and magnesium fluoride (MgF2). We present transmission measurements of the antireflection coated windows and the reflectance of bare (window removed) DMDs. Furthermore, we investigated the long-term stability of the DMD reflectance and experiments for coating DMD active area with a layer of pure aluminum (Al) to boost reflectance performance in the UV spectral range (200−400 nm).

reflectance

Optical Evaluation of DMDs with UV-Grade FS, Sapphire, MgF2 Windows and Reflectance of Bare Devices

Digital Micro-mirror Devices (DMDs) have been identified as an alternative to microshutter arrays for space-based multi-object spectrometers (MOS). Specifically, the MOS at the heart of a proposed Galactic Evolution Spectroscopic Explorer (GESE) that uses the DMD as a reprogrammable slit mask. Unfortunately, the protective borosilicate windows limit the use of DMDs in the UV and IR regimes, where the glass has insufficient throughput. In this work, we present our efforts to replace standard DMD windows with custom windows made from UV-grade fused silica, Low Absorption Optical Sapphire (LAOS) and magnesium fluoride. We present reflectance measurements of the antireflection coated windows and a reflectance study of the DMDs active area (window removed). Furthermore, we investigated the long-term stability of the DMD reflectance and recoating device with fresh Al coatings.

Quijada, Manuel A.

Pressurized Rover Lunar Surface Windows Thermal Trade Study

The pressurized rover (PR) is a habitable lunar vehicle that supports up to two crew members and EVAs. The PR is expected to operate with a crew at the lunar south pole for up to 30 consecutive days. Lunar surface missions represent a significant thermal challenge due in part to the extreme changes in temperature environment. Minimizing heat leaks is essential to be able to survive cold phases of lunar surface missions. Windows in particular can be a significant source of heat leak when designed without thermal performance in mind. In addition, correctly modeling windows, and transparent materials in general, represents a significant thermal challenge. It can also be challenging to obtain accurate radiative properties for modern window materials. This study focuses on the modeling approach, results, and possible window heat leak mitigation techniques for pressurized rover. Mitigation techniques explored in this study include low emissivity coatings and removable internal or external covers. Window layup, geometry, and size are also assessed in this study for their impact to heat leak.

Sydney June Taylor

High-performance windows improve thermal survivability of occupants during cold snaps

Exposure to low indoor air temperature is a major contributor to temperature-related mortality during extreme cold events, especially when power outages disrupt operation of space heating systems. This study explores the impact of high-performance windows on the thermal resilience of residential buildings during extreme cold weather and grid power outages, as well as their long-term benefits through energy efficiency and reduced risk of property damage. Building performance simulations were conducted for reference residential buildings in three construction vintages and two major U.S. cities located in cold climate zones, considering two types of extreme cold events: short and severe, and long and milder. Our research found that even houses compliant with current energy codes struggle to maintain safe indoor temperatures for more than a few hours during power outages, necessitating rapid evacuations. High-performance windows can extend the thermal survivability time by up to 3.8 days within a 7-day cold snap and significantly reduce risk of bursting frozen water pipes, depending on the building’s insulation and infiltration level, cold event severity, and occupant vulnerability. This extended thermal safety time is crucial in scenarios where reduced mobility complicates emergency responses in senior housing. In addition to boosting thermal resilience, upgrading older homes with high-performance windows can reduce heating energy consumption by over 18% and cooling energy by 15%. Our findings highlight the need to incorporate thermal resilience assessments into new designs or major retrofits, including the use of typical and extreme weather scenarios and advanced technologies like high-performance windows.

Krelling, Amanda F

Global and regional perspectives on optimizing thermo-responsive dynamic windows for energy-efficient buildings

Architectural thermo-responsive dynamic windows offer an autonomous solution for solar heat regulation, thereby reducing building energy consumption. Previous work has emphasized the significance of thermo-responsive windows in hot climates due to their role in solar heat control and subsequent energy conservation; conversely, our study provides a different perspective. Through a global-scale analysis, we explore over 100 material samples and execute more than 2.8 million simulations across over two thousand global locations. World heatmap results, derived from well-trained artificial neural network models, reveal that thermo-responsive windows are especially useful in climates where buildings demand both heating and cooling energy, whereas thermo-responsive windows with optimal transition temperatures show no dynamic features in most of low-latitude tropical regions. Additionally, this study provides a practical guideline and an open-source mapping tool to optimize the intrinsic properties of thermo-responsive materials and evaluate their energy performance for sustainable buildings at various geographical scales.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI

Advancing Building Performance: Field Results of Thin-Glass Triple-Pane Window Demonstrations

To meet California and the nation's ambitious energy targets, energy use in the building sector must drop dramatically. Windows continue to be the lowest thermally performing envelope system in the nation's buildings, resulting in poor overall envelope performance and potential impacts to human health and comfort. Current best practice new window performance is typically met by double-pane low-solar-gain glazing. Thin-glass triple-pane windows are a highly promising next step forward in performance and have been deployed in two California multi-family sites to quantify field performance and building energy savings. The technology assessed offers the performance benefits of traditional triple-pane but with little increase in weight or cost, enabling incremental costs competitive with alternative energy reduction solutions for the building envelope. This paper covers a detailed investigation into the demonstration project and measured performance benefits of the windows after a full year of data collection.

Hart, Robert

Results of the examination of the Skylab/Apollo windows for micrometeroid impacts

Examination of the Command Module windows of the Skylab/Apollo 3 and 4 spacecraft at 5x magnification resulted in the detection of 18 micrometeroid craters 80 microns and larger in diameter for an accumulated exposure time of 144 days. A 20x magnification examination of the windows of the Skylab/Apollo 4 spacecraft identified 6 such craters between 20 and 70 microns in diameter for 84 days exposure. As the Skylab was oriented such that its solar panels faced the sun continuously, the three windows examined had a fixed orientation also. The six small craters were all found on the window that faced in the solar direction. A cumulative flux per square centimeter per year is given for pit and spall diameters.

Cour-Palais, B. G.

Low-level water vapor fields from the VISSR Atmospheric Sounder (VAS) 'split window' channels

A simple physical algorithm is presented which calculates the water vapor content of the lower troposphere from the 11 and 12 micron (split window) channels on the VISSR Atmospheric Sounder (VAS) on the Geostationary Operational Environmental Satellites. The algorithm is used to analyze a time series of VAS split window radiances observed at 15 km horizontal resolution over eastern North America during a 12 hr period on 13 July 1981. Results of the color coded images of the derived precipitable water fields are found to show vivid water vapor features whose broad structure and evolution are verified by the radiosonde and surface networks. The satellite moisture fields also show significant mesoscale features and rapid developments which are not resolved by the conventional networks. The VAS split window is determined to clearly differentiate those areas in which water vapor extends over a deep layer and is more able to support convective cells from those areas in which water vapor is confined to a shallow layer and is therefore less able to support convection. It is concluded that the VAS split windows can be used operationally to monitor mesoscale developments in the low-level moisture fields over relatively cloud-free areas of the United States.

Chesters, D.

STS 8 Orbiter mission window pitting and the possible association with the El Chichon eruption of March and April 1982

The possibility that the pitting that occurred in the STS-8 Orbiter windows was caused by dust from the El Chichon volcano eruption in March-April 1982 is considered. The pit density was more than 30/sq cm, most being 2.5-5 microns deep, and showed no evidence of impact melting. An 'alley' of higher incidence of pits in one window coincided with the line of a seam between TPS tiles. The particles causing the sandblasting were concluded to have arrived in parallel and could not be attributed to the ET, SRBs or a dust storm. The sulfuric gas-rich El Chichon plume injected sufficient material into the atmosphere so that the globe was soon encircled. Most of the resulting particulates (480-8400 tons) stayed in the Northern Hemisphere, and H2SO4 and ash concentrations were high during the STS-8 mission. The Orbiter cut through the debris layer at 19.8 km altitude at a 10 deg angle of attack, which matches the particle crater impact angle in the Orbiter windows. Since the passage was at night, larger H2SO4 droplets may have coalesced and formed larger particles on available solid nuclei, thus producing the 20-40 microns cratering observed in the windows.

Cour-Palais, B. G.

Parametric study of beam refraction problems across laser anemometer windows

The experimenter is often required to view flows through a window with a different index of refraction than either the medium being observed or the medium that the laser anemometer is immersed in. The refraction that occurs at the window surfaces may lead to undesirable changes in probe volume position or beam crossing angle and can lead to partial or complete beam uncrossing. This report describes the results of a parametric study of this problem using a ray tracing technique to predict these changes. The windows studied were a flat plate and a simple cyclinder. For the flat-plate study: (1) surface thickness, (2) beam crossing angle, (3) bisecting line - surface normal angle, and (4) incoming beam plane surface orientation were varied. For the cylindrical window additional parameters were also varied: (1) probe volume immersion, (2) probe volume off-radial position, and (3) probe volume position out of the R-theta plane of the lens. A number of empirical correlations were deduced to aid the interested reader in determining the movement, uncrossing, and change in crossing angle for a particular situation.

Owen, A. K.