11,323 research outputs found

    Design of an Advanced Inlet Liner for the Quiet Technology Demonstrator 3

    Get PDF
    The utilization of advanced fan designs (including higher bypass ratios) and shorter engine nacelles has highlighted a need for increased fan noise reduction over a broad frequency range. Thus, improved broadband liner designs must account for these constraints and take advantage of novel liner configurations. With these observations in mind, the development and assessment of a broadband acoustic liner optimization process has been pursued through a series of design and experimental studies. In this work, an advanced inlet liner was designed for a Boeing 737MAX-7 to reduce drag and to improve the broadband noise reduction relative to conventional liners in use today. Specifically, a three layer liner was designed, fabricated, and flight tested as part of the Quiet Technology Demonstrator 3 flight test program. Initial tonal predictions captured the behavior of the measured data very well and both prediction and measurements show an increased acoustic benefit at larger observer angles, particularly at the takeoff condition. Ultimately, flight test results showed the three degree-of-freedom liner to provide a 3.2 EPNdB cumulative inlet component benefit and a 0.7 EPNdB cumulative airplane benefit over the production liner. This excellent result provides valuable validation of the broadband liner design process, as well as the enhancements made to the overall approach. It also illustrates the value of the design process in concurrently evaluating various liner designs (i.e., SDOF, MDOF, etc.) and their application to various locations. Thus, the design process may be applied with further confidence to investigate novel liner configurations in future design studies

    An Investigation of Bifurcation Acoustic Treatment Effects on Aft-Fan Engine Nacelle Noise

    Get PDF
    Increasing air traffic and more stringent aircraft noise regulations continue to expand requirements on aircraft noise reduction capabilities for conventional and unconventional aircraft configurations. A major component of the overall aircraft noise is the sound associated with the propulsion system mounted in the engine nacelle. Acoustic liners mounted in the aircraft engine nacelles provide a significant portion of the current fan noise reduction. However, they must be further optimized if challenging noise reduction goals are to be achieved. One area within the aft bypass duct that may be an excellent candidate for increased attention is the acoustic treatment on the engine bifurcations (i.e., engine pylon and lower bifurcation). This paper describes a fundamental study of the effects of bifurcation treatment on simulated aft fan noise, as well as the validation of numerical tools to predict such effects. Five bifurcation configurations (four treated and one hardwall) were fabricated and tested in the NASA Langley Curved Duct Test Rig. Results show that mode scattering may occur due to both the presence of the bifurcation, as well as variable impedance distributions on the bifurcation surface. Future work will also include optimization of bifurcation treatments for testing in the Curved Duct Test Rig. These initial results are promising and this work provides valuable information for further study and improvement of the performance of bifurcation acoustic treatments

    Iris: an Extensible Application for Building and Analyzing Spectral Energy Distributions

    Get PDF
    Iris is an extensible application that provides astronomers with a user-friendly interface capable of ingesting broad-band data from many different sources in order to build, explore, and model spectral energy distributions (SEDs). Iris takes advantage of the standards defined by the International Virtual Observatory Alliance, but hides the technicalities of such standards by implementing different layers of abstraction on top of them. Such intermediate layers provide hooks that users and developers can exploit in order to extend the capabilities provided by Iris. For instance, custom Python models can be combined in arbitrary ways with the Iris built-in models or with other custom functions. As such, Iris offers a platform for the development and integration of SED data, services, and applications, either from the user's system or from the web. In this paper we describe the built-in features provided by Iris for building and analyzing SEDs. We also explore in some detail the Iris framework and software development kit, showing how astronomers and software developers can plug their code into an integrated SED analysis environment.Comment: 18 pages, 8 figures, accepted for publication in Astronomy & Computin

    Parallelizing the QUDA Library for Multi-GPU Calculations in Lattice Quantum Chromodynamics

    Full text link
    Graphics Processing Units (GPUs) are having a transformational effect on numerical lattice quantum chromodynamics (LQCD) calculations of importance in nuclear and particle physics. The QUDA library provides a package of mixed precision sparse matrix linear solvers for LQCD applications, supporting single GPUs based on NVIDIA's Compute Unified Device Architecture (CUDA). This library, interfaced to the QDP++/Chroma framework for LQCD calculations, is currently in production use on the "9g" cluster at the Jefferson Laboratory, enabling unprecedented price/performance for a range of problems in LQCD. Nevertheless, memory constraints on current GPU devices limit the problem sizes that can be tackled. In this contribution we describe the parallelization of the QUDA library onto multiple GPUs using MPI, including strategies for the overlapping of communication and computation. We report on both weak and strong scaling for up to 32 GPUs interconnected by InfiniBand, on which we sustain in excess of 4 Tflops.Comment: 11 pages, 7 figures, to appear in the Proceedings of Supercomputing 2010 (submitted April 12, 2010

    Mixing multi-core CPUs and GPUs for scientific simulation software

    Get PDF
    Recent technological and economic developments have led to widespread availability of multi-core CPUs and specialist accelerator processors such as graphical processing units (GPUs). The accelerated computational performance possible from these devices can be very high for some applications paradigms. Software languages and systems such as NVIDIA's CUDA and Khronos consortium's open compute language (OpenCL) support a number of individual parallel application programming paradigms. To scale up the performance of some complex systems simulations, a hybrid of multi-core CPUs for coarse-grained parallelism and very many core GPUs for data parallelism is necessary. We describe our use of hybrid applica- tions using threading approaches and multi-core CPUs to control independent GPU devices. We present speed-up data and discuss multi-threading software issues for the applications level programmer and o er some suggested areas for language development and integration between coarse-grained and ne-grained multi-thread systems. We discuss results from three common simulation algorithmic areas including: partial di erential equations; graph cluster metric calculations and random number generation. We report on programming experiences and selected performance for these algorithms on: single and multiple GPUs; multi-core CPUs; a CellBE; and using OpenCL. We discuss programmer usability issues and the outlook and trends in multi-core programming for scienti c applications developers
    corecore