Search NASASearch

SEARCH · Search NASA

Results for “INGESTION”

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 37 records · Page 2

Modeling of Commercial Turbofan Engine With Ice Crystal Ingestion: Follow-On

The occurrence of ice accretion within commercial high bypass aircraft turbine engines has been reported under certain atmospheric conditions. Engine anomalies have taken place at high altitudes that have been attributed to ice crystal ingestion, partially melting, and ice accretion on the compression system components. The result was degraded engine performance, and one or more of the following: loss of thrust control (roll back), compressor surge or stall, and flameout of the combustor. As ice crystals are ingested into the fan and low pressure compression system, the increase in air temperature causes a portion of the ice crystals to melt. It is hypothesized that this allows the ice-water mixture to cover the metal surfaces of the compressor stationary components which leads to ice accretion through evaporative cooling. Ice accretion causes a blockage which subsequently results in the deterioration in performance of the compressor and engine. The focus of this research is to apply an engine icing computational tool to simulate the flow through a turbofan engine and assess the risk of ice accretion. The tool is comprised of an engine system thermodynamic cycle code, a compressor flow analysis code, and an ice particle melt code that has the capability of determining the rate of sublimation, melting, and evaporation through the compressor flow path, without modeling the actual ice accretion. A commercial turbofan engine which has previously experienced icing events during operation in a high altitude ice crystal environment has been tested in the Propulsion Systems Laboratory (PSL) altitude test facility at NASA Glenn Research Center. The PSL has the capability to produce a continuous ice cloud which is ingested by the engine during operation over a range of altitude conditions. The PSL test results confirmed that there was ice accretion in the engine due to ice crystal ingestion, at the same simulated altitude operating conditions as experienced previously in flight. The computational tool was utilized to help guide a portion of the PSL testing, and was used to predict ice accretion could also occur at significantly lower altitudes. The predictions were qualitatively verified by subsequent testing of the engine in the PSL. In a previous study, analysis of select PSL test data points helped to calibrate the engine icing computational tool to assess the risk of ice accretion. This current study is a continuation of that data analysis effort. The study focused on tracking the variations in wet bulb temperature and ice particle melt ratio through the engine core flow path. The results from this study have identified trends, while also identifying gaps in understanding as to how the local wet bulb temperature and melt ratio affects the risk of ice accretion and subsequent engine behavior.

Jorgenson, Philip C. E.

Modeling of Commercial Turbofan Engine with Ice Crystal Ingestion; Follow-On

The occurrence of ice accretion within commercial high bypass aircraft turbine engines has been reported under certain atmospheric conditions. Engine anomalies have taken place at high altitudes that have been attributed to ice crystal ingestion, partially melting, and ice accretion on the compression system components. The result was degraded engine performance, and one or more of the following: loss of thrust control (roll back), compressor surge or stall, and flameout of the combustor. As ice crystals are ingested into the fan and low pressure compression system, the increase in air temperature causes a portion of the ice crystals to melt. It is hypothesized that this allows the ice-water mixture to cover the metal surfaces of the compressor stationary components which leads to ice accretion through evaporative cooling. Ice accretion causes a blockage which subsequently results in the deterioration in performance of the compressor and engine. The focus of this research is to apply an engine icing computational tool to simulate the flow through a turbofan engine and assess the risk of ice accretion. The tool is comprised of an engine system thermodynamic cycle code, a compressor flow analysis code, and an ice particle melt code that has the capability of determining the rate of sublimation, melting, and evaporation through the compressor flow path, without modeling the actual ice accretion. A commercial turbofan engine which has previously experienced icing events during operation in a high altitude ice crystal environment has been tested in the Propulsion Systems Laboratory (PSL) altitude test facility at NASA Glenn Research Center. The PSL has the capability to produce a continuous ice cloud which is ingested by the engine during operation over a range of altitude conditions. The PSL test results confirmed that there was ice accretion in the engine due to ice crystal ingestion, at the same simulated altitude operating conditions as experienced previously in flight. The computational tool was utilized to help guide a portion of the PSL testing, and was used to predict ice accretion could also occur at significantly lower altitudes. The predictions were qualitatively verified by subsequent testing of the engine in the PSL. In a previous study, analysis of select PSL test data points helped to calibrate the engine icing computational tool to assess the risk of ice accretion. This current study is a continuation of that data analysis effort. The study focused on tracking the variations in wet bulb temperature and ice particle melt ratio through the engine core flow path. The results from this study have identified trends, while also identifying gaps in understanding as to how the local wet bulb temperature and melt ratio affects the risk of ice accretion and subsequent engine behavior.

Jorgenson, Philip C. E.

The D8 Aircraft: An Aerodynamics Study of Boundary Layer and Wake Ingestion Benefit

Goal: Quantify benefits of BLI (Boundary Layer Ingesting) and wake ingestion for the D8. Approach: Overset CFD (Computational Fluid Dynamics) using CGT (Chimera Grid Tools software package) and Overflow-­‐2; CFD validation; NASA LaRC (Langley Research Center) 14x22 WT (wind tunnel) data for a 1:11 scale model; Quantifying the BLI and wake ingestion benefit - Direct Comparison between: Efficient conventional (podded nacelle) configuration; BLI (integrated nacelle) configuration.

D8

Benefit and Critical Factors for the Performance of the Boundary Layer Ingesting Propulsion

The benefit of the boundary layer ingestion (BLI) is described in the perspective of the propulsion and engine development. A power saving map of the BLI engines is derived based on the correlation of the shape factor of the ingested boundary layer and the propulsive efficiency. The ratio of the mass flow rate between BLI and non-BLI propulsors is introduced to quantify the power saving of the BLI engine relative to a corresponding clean inlet flow engine that generates the same amount of net thrust. The wake recovery factor from the jet flow is applied to find the optimum sizing of the engine for the given design requirement. The effects of the fan pressure ratio of the propulsor toward the power saving are also investigated to seek out the feasible range of the BLI propulsor design. The derived correlation is validated with CFD analyses. Simulation models using variously sized engines relative to an influencing body are developed so that a numerical experiment is carried out with the various shape factors. The effect of the propulsion airframe integration toward the aerodynamic forces on the fuselage and nacelle is investigated via parametric study of the engine sizing and fan pressure ratio for the wake ingestion models. The propulsor efficiency is quantified toward the saving in the actual shaft power and correlated with the efficiency penalty of the BLI propulsor. The correlation is also validated via comparison of the turbo-machinery CFD results for BLI2DTF and conventional transonic fan stages.

Boundary Layer Ingestion

Custom Accessors: Enabling Scalable Data Ingestion, (Re-)Organization, and Analysis on Distributed Systems

The emerging class of high velocity and high volume data analytic workflows comprise interwoven data ingestion, organization, and processing stages, with ingestion and organization steps often contributing comparable or even higher computational costs than actual processing steps. Since complex workflows consist of a variety of phases that view and use data differently, being able to construct efficient, scalable, distributed data structures (arrays, vectors, sets, maps, and multi-maps) is essential and requires custom methods to extend and shrink containers, analyze and position data, and, maintain globallyconsistent meta-data. In this paper, we propose a novel datastructure access paradigm based on the concept of Accessors. At a high level, accessors are customizable callable objects that can modify the behavior of insert, read, update, and delete operations for distributed containers while preserving atomicity guarantees. Accessors provide a very clean and natural way to implement a variety of programming patterns, e.g., conditional insertion/deletion and cascading computations, which would be otherwise hard (or even impossible) to express in parallel and distributed settings without using locks. We demonstrate the practicality and usefulness of our approach with two representative use cases and study the performance of these applications on a distributed High-Performance Computing system. Our analysis highlights that our proposed abstraction allows for an effective overlapping and concurrent execution of different workflow steps (e.g., data ingestion and analysis), which in a conventional analytics pipeline would execute sequentially, contributing cumulatively to the overall latency.

Castellana, Vito G. [BATTELLE (PACIFIC NW LAB)] (O

Open Source Software Prevalence Ingest Tool

The OSSP Ingest Tool accepts user-input organizational information, ingests IT/OT asset lists in Excel format, and ingests the associated CycloneDX SBOM's. It then performs analytics demonstrating the ability to answer the follow research questions: o RQ1. Ability to identify all OSS services running on, and all OSS components present within, an OT device o RQ1a: Ability to differentiate multiple versions of the same OSS component within each OT device. o RQ1b: Ability to differentiate running from not-running OSS components. o RQ1c: Ability to differentiate based on the originator of the component, because a supplier may have modified it after retrieval from the upstream software source. o RQ2. Ability to correlate the identity of a single OSS component across multiple OT devices, mitigating common name variations such as differences in capitalization, '-' vs '_', and so on. o RQ3. Ability to perform subset analysis of OSS components across multiple OT devices o RQ3a: Ability to perform subset analysis across OSS libraries, generating density & distribution graphs to identify commonly-used libraries and outliers. o RQ3b: Ability to perform subset analysis of a single OSS library, generating density & distribution by CI sector, by device type, by device make/model, and/or by firmware version. o RQ3c: Ability to perform subset analysis by grouping OSS libraries according to programming language, then overlay with RQ4b. o RQ3d: Ability to perform subset analysis by OSS upstream source, providing insight into degree of modifications performed by suppliers. o RQ4. Ability to identify dependencies (transitive and direct) of each differentiated OSS library within each OT device, and enable RQ1,2,3 iteratively for dependencies. o RQ1. Ability to identify all OSS services running on, and all OSS components present within, an OT device o RQ1a: Ability to differentiate multiple versions of the same OSS component within each OT device. o RQ1b: Ability Page

Kapadia, Shayna [Lawrence Livermore National Labor

A study of ingestion and dispersion of engine exhaust products in trailing vortex systems

Analysis has been made of the ingestion and dispersion of engine exhaust products into the trailing vortex system of supersonic aircraft flying in the stratosphere. The rate of mixing between the supersonic jet and the co-flowing supersonic stream was found to be an order of magnitude less than would be expected on the basis of subsonic eddy-viscosity results. The length of the potential core was 66 nozzle exit radii so that the exhaust gases remain at elevated temperatures and concentrations over much longer distances than previsously estimated. Ingestion started at the end of the potential core and all hot gas from the engine was ingested into the trailing vortex within two core lengths. Comparison between the buoyancy calculations for the supersonic case with nondimensionalized subsonic aircraft contrail data on wake spreading showed good agreement. Velocity and temperature profiles have been specified at various stages of the wake, and the analysis in this report can be used to predict variations of concentrations of species such as nitrogen oxides under conditions of chemical reaction.

Nielsen, J. N.

Ingestion and dispersion of engine exhaust products by trailing vortices for supersonic flight in the stratosphere

Detailed analysis has been made of the ingestion and dispersion of engine exhaust products into the trailing-vortex system of a supersonic aircraft flying in the stratosphere. The rate of mixing between the supersonic jet and the coflowing supersonic stream was found to be an order of magnitude less than would be expected on the basis of subsonic eddy-viscosity results. Ingestion started at the end of the potential core, and all hot gas from the engine was ingested into the trailing vortex within two core lengths. The temperature rise in the wake of the supersonic aircraft was found to be much greater than that for a subsonic transport, since temperature rise varies directly as speed squared and inversely as aspect ratio. As a result, the final buoyancy phase started only ten seconds after leaving the trailing edge. Comparison between the buoyancy calculations for the supersonic case with nondimensionalized subsonic aircraft contrail data on wake spreading showed good agreement.

Nielsen, J. N.

Effect of sodium and calcium ingestion on thermoregulation during exercise in man

The effects of hypertonic sodium and calcium ingestion on body temperature during exercise in cool and hot environments are investigated. Rectal and mean skin temperatures, sweat rates and arm and leg total blood flows were measured in men during periods of rest, submaximal exercise and recovery at temperatures of 26.5 C and 39.4 C after ingestion of NaCl and CaCl2 solutions. In both environments, higher rectal temperatures are observed after hypertonic sodium ingestion, which is also associated with attenuated blood flow in the extremities, lower sweat rates and slightly higher skin temperature in the heat, indicating significant thermoregulatory responses. Hypertonic calcium and isotonic sodium cause no temperature change, although calcium caused a reduction of blood flow in the extremities.

Greenleaf, J. E.

Helicopter rotor noise due to ingestion of atmospheric turbulence

A theoretical study was conducted to develop an analytical prediction method for helicopter main rotor noise due to the ingestion of atmospheric turbulence. This study incorporates an atmospheric turbulence model, a rotor mean flow contraction model and a rapid distortion turbulence model which together determine the statistics of the non-isotropic turbulence at the rotor plane. Inputs to the combined mean inflow and turbulence models are controlled by atmospheric wind characteristics and helicopter operating conditions. A generalized acoustic source model was used to predict the far field noise generated by the non-isotropic flow incident on the rotor. Absolute levels for acoustic spectra and directivity patterns were calculated for full scale helicopters, without the use of empirical or adjustable constants. Comparisons between isotropic and non-isotropic turbulence at the rotor face demonstrated pronounced differences in acoustic spectra. Turning and contraction of the flow for hover and low speed vertical ascent cases result in a 3 dB increase in the acoustic spectrum energy and a 10 dB increase in tone levels. Compared to trailing edge noise, turbulence ingestion noise is the dominant noise mechanism below approximately 30 rotor harmonics, while above 100 harmonics, trailing edge noise levels exceed turbulence ingestion noise by 25 dB.

Simonich, J. C.

Direct and system effects of water ingestion into jet engine compresors

Water ingestion into aircraft-installed jet engines can arise both during take-off and flight through rain storms, resulting in engine operation with nearly saturated air-water droplet mixture flow. Each of the components of the engine and the system as a whole are affected by water ingestion, aero-thermally and mechanically. The greatest effects arise probably in turbo-machinery. Experimental and model-based results (of relevance to 'immediate' aerothermal changes) in compressors have been obtained to show the effects of film formation on material surfaces, centrifugal redistribution of water droplets, and interphase heat and mass transfer. Changes in the compressor performance affect the operation of the other components including the control and hence the system. The effects on the engine as a whole are obtained through engine simulation with specified water ingestion. The interest is in thrust, specific fuel consumption, surge margin and rotational speeds. Finally two significant aspects of performance changes, scalability and controllability, are discussed in terms of characteristic scales and functional relations.

Murthy, S. N. B.

Blood and urine responses to ingesting fluids of various salt and glucose concentrations

To compensate for the reduced blood and fluid volumes that develop during weightlessness, the Space Shuttle crewmembers consume salt tablets and water equivalent to 1 l of normal saline, about 2 hrs before landing. This paper compares the effects on blood, urine, and cardiovascular variables of the ingestion of 1 l of normal (0.9 percent) saline with the effects of distilled water, 1 percent glucose, 0.74 percent saline with 1 percent glucose, 0.9 percent saline with 1 percent glucose, and 1.07 percent saline. It was found that the expansion of plasma volume and the concentration of urine were greater 4 hrs after ingestion of 1.07 percent saline solution than after ingestion of normal saline and that the solutions containig glucose did not enhance any variables as compared with normal saline.

Frey, Mary A.

Effects of ingested atmospheric turbulence on measured tail rotor acoustics

Results from an outdoor hover test of a full-scale Lynx tail rotor are presented. The investigation was designed to further the understanding of the acoustics of an isolated tail rotor hovering out-of-ground effect in atmospheric turbulence, without the effects of the main rotor wake or other helicopter components. Measurements include simultaneous rotor performance, noise, inflow, and far-field atmospheric turbulence. Results with grid-generated inflow turbulence are also presented. The effects of turbulence ingestion on rotor noise are quantified. Turbulence ingestion noise is found to be the dominant noise mechanism at locations near the rotor axis. At these locations, the sound radiated by the hovering rotor increases with both increasing atmospheric wind speed and ingested rms turbulent velocity.

Signor, David B.

Thermoregulatory effects of caffeine ingestion during rest and exercise in men

Body temperatures and thermoregulatory responses were measured at rest and during submaximal exercise under normal ambient conditions in 11 aerobically-conditioned men (age = 29.2 +/- 6.2 yr, VO2(max) = 3.73 +/- 0.46 min(sup -1), relative body fat = 12.3 +/- 3.7 percent, mean +/- SD) with (CT) and without (NCT) the ingestion of 10 mg of caffeine per kg of body weight. Oxygen uptake (VO2), heart rate (HR), and rectal (T(sub re)) and mean skin (T-bar(sub sk)) temperatures were recorded for 100 minutes starting one minute after ingestion of caffeine or a placebo. Data were collected throughout 30 minutes of rest (sitting) and the following 70 minutes of sitting leg ergometer exercise using the same constant load (1,088 +/- 153 kgm/min) in both NCT and CT. The load resulted in a mean relative exercise intensity equal to approximately 68 percent of VO2(sub max). Skin heat conductance (H(sub sk)) and sweat rate were calculated. Two-way analysis of covariance revealed no significant (P greater than 0.05) differences between NCT and CT in VO2, HR, T(sub re), T-bar(sub sk), or H(sub sk). A dependent t-test indicated no significant difference between NCT and CT in sweat rate. Thus, a high level of caffeine ingestion has no detrimental effects on body temperatures and thermoregulatory responses during moderately heavy exercise in normal ambient conditions.

Dunagan, Nancy

Numerical Investigation of Hot Gas Ingestion by STOVL Aircraft

This report compiles the various research activities conducted under the auspices of the NASA Grant NAG3-1026, "Numerical Investigation of Hot Gas Ingestion by STOVL Aircraft" during the period of April 1989 to April 1994. The effort involved the development of multigrid based algorithms and computer programs for the calculation of the flow and temperature fields generated by Short Take-off and Vertical Landing (STOVL) aircraft, while hovering in ground proximity. Of particular importance has been the interaction of the exhaust jets with the head wind which gives rise to the hot gas ingestion process. The objective of new STOVL designs to reduce the temperature of the gases ingested into the engine. The present work describes a solution algorithm for the multi-dimensional elliptic partial-differential equations governing fluid flow and heat transfer in general curvilinear coordinates. The solution algorithm is based on the multigrid technique which obtains rapid convergence of the iterative numerical procedure for the discrete equations. Initial efforts were concerned with the solution of the Cartesian form of the equations. This algorithm was applied to a simulated STOVL configuration in rectangular coordinates. In the next phase of the work, a computer code for general curvilinear coordinates was constructed. This was applied to model STOVL geometries on curvilinear grids. The code was also validated in model problems. In all these efforts, the standard k-Epsilon model was used.

Vanka, S. P.

Large-Scale Wind-Tunnel Tests of Exhaust Ingestion Due to Thrust Reversal on a Four-Engine Jet Transport during Ground Roll

Wind-tunnel tests have been conducted on a large-scale model of a swept-wing jet transport type airplane to study the factors affecting exhaust gas ingestion into the engine inlets when thrust reversal is used during ground roll. The model was equipped with four small jet engines mounted in nacelles beneath the wing. The tests included studies of both cascade and target type reversers. The data obtained included the free-stream velocity at the occurrence of exhaust gas ingestion in the outboard engine and the increment of drag due to thrust reversal for various modifications of thrust reverser configuration. Motion picture films of smoke flow studies were also obtained to supplement the data. The results show that the free-stream velocity at which ingestion occurred in the outboard engines could be reduced considerably, by simple modifications to the reversers, without reducing the effective drag due to reversed thrust.

Tolhurst, William H., Jr.

Boundary-Layer-Ingesting Inlet Flow Control

An experimental study was conducted to provide the first demonstration of an active flow control system for a flush-mounted inlet with significant boundary-layer-ingestion in transonic flow conditions. The effectiveness of the flow control in reducing the circumferential distortion at the engine fan-face location was assessed using a 2.5%-scale model of a boundary-layer-ingesting offset diffusing inlet. The inlet was flush mounted to the tunnel wall and ingested a large boundary layer with a boundary-layer-to-inlet height ratio of 35%. Different jet distribution patterns and jet mass flow rates were used in the inlet to control distortion. A vane configuration was also tested. Finally a hybrid vane/jet configuration was tested leveraging strengths of both types of devices. Measurements were made of the onset boundary layer, the duct surface static pressures, and the mass flow rates through the duct and the flow control actuators. The distortion and pressure recovery were measured at the aerodynamic interface plane. The data show that control jets and vanes reduce circumferential distortion to acceptable levels. The point-design vane configuration produced higher distortion levels at off-design settings. The hybrid vane/jet flow control configuration reduced the off-design distortion levels to acceptable ones and used less than 0.5% of the inlet mass flow to supply the jets.

Owens, Lewis R.

Computational Assessment of the Benefits of Boundary Layer Ingestion for the D8 Aircraft

To substantially reduce the fuel burn of future commercial transportation aircraft, the boundary layer ingestion idea is investigated. The idea is that an engine placed in the wake of the aircraft it is propelling is more efficient than a conventional engine placement under the wing or on pods mounted to the rear of the fuselage. The top, rear of the fuselage is thus designed to act as a diffuser such that the engines can be placed there with a minimal nacelle. The boundary layer thickens over the rear of the fuselage such that a large portion of it is ingested by the fan. To assess whether the boundary layer ingesting (BLI) engine placement is indeed advantageous, a study of the nacelle aerodynamics is carried out using Overflow, a viscous CFD flow solver that uses overset meshes. The computed forces and moments are compared to a wind tunnel experiment for validation. Some aspects of the design are verified using the simulation results. Finally, the effect of the nacelle placement is assessed by comparing the BLI nacelle configuration to a podded nacelle configuration and to the unpowered (without nacelles) aircraft.

aircraft