Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “faster”

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 109 records · Page 6

Faster Tropical Upper Stratospheric Upwelling Drives Changes in Ozone Chemistry

Tropospheric trends in long-lived source gases N2O and the chlorofluorocarbons (CFCs) cause trends in O3 through changes in their reactive product gases. Transport affects the product gases because it controls the distribution of the long-lived source gases. We find that large changes in tropical upwelling 10-5 hPa since 2012 have strengthened the northern branch of the upper stratospheric (UpS) transport circulation, dramatically altering the abundances of N2O and its odd nitrogen product gases, NOx and HNO3. Increased upwelling is connected to stronger and more frequent Quasi-Biennial Oscillation easterly winds at 10 hPa and above. We use simulations with and without time varying MERRA2 meteorology to quantify the impact of dynamical changes on O3 loss via the NOx and ClOx cycles. We find that dynamical impacts on these cycles explain the mid-stratospheric tropical O3 increase and Arctic UpS O3 decrease since 2005.

Middle atmosphere chemistry and composition↗

Faster Tropical Upper Stratospheric Upwelling is Driving Changes in Ozone Chemistry

Trends in N2O and the chlorofluorocarbons (CFCs) cause trends in O3 through changes in their reactive product gases, NOx and ClOx, but transport plays an important role because it controls the distribution of the long‐lived source gases that produce ozone‐destroying radicals. In this study we show that increased tropical upwelling 10‐5 hPa from 2013‐2021 has changed upper stratospheric (UpS) composition and shifted the balance of O3 loss processes. We use N2O, HNO3, NOx, temperature and O3 data from the Aura Microwave Limb Sounder (MLS) and the SCI‐Sat Atmospheric Chemistry Experiment Fourier Transport Spectrometer (ACE‐FTS) over a 16‐year period to show how changes in reactive nitrogen species affected gas phase ozone chemistry above 30 hPa between June 2013‐May 2021 compared to the previous 8 years, June 2005‐May 2013. We use 2 simulations of the Global Modeling Initiative (GMI) chemistry transport model (CTM), with and without time varying MERRA2 meteorology, to understand how dynamical changes during this 16‐yr period affected O3 through changes in loss via the NOx and ClOx cycles. We also identify the role that the quasi‐biennial oscillation (QBO) in tropical zonal winds plays in the UpS composition changes. We find large increases in tropical upwelling and poleward transport in the northern branch of the UpS transport circulation since 2013 that dramatically increased the abundance of the N2O and its odd nitrogen product gases, NOx and HNO3. O3 loss by NOx in the Arctic UpS increased due to dynamically driven composition change, explaining the observed weak O3 recovery in that region since 2005. The increased upwelling also drove decreases in tropical NOx, leading to increased tropical O3 from 12‐6 hPa.

middle atmosphere chemistry and composition↗

A New Era of H-O-C-S Magma Solubility Modeling: Better, Faster, Stronger

H 2 O, CO 2 , and S are the most abundant volatiles in magmatic systems and are critical to understanding magma storage, phase equilibria, and volcanic eruptions. Models that consider all three of these components, however, may not allow for critical examination and adjustment of assumptions underlying the model, or provide benchmark testing or extensible interfaces. Thus, understanding why models produce different results can be challenging. We have gathered authors of established (D-Compress) and recent (VolFe, EVo, Sulfur_X, MAGEC) H-O-C-S volatile solubility models to work together to understand how and why our models diverge. We present a series of benchmark basalt degassing scenarios revealing that often understated model assumptions such as fO 2 buffer equations, fO 2 -Fe 3+ /ΣFe relationships, and even major element normalization routines have outsized effects on model results. All models consider S 2- and S 6+ melt species but with different approaches to sulfate/sulfide capacities, partition coefficients, and species fugacities, leading to divergence in the evolution of modeled gas compositions, melt S and Fe speciation, and fO 2 , with the extent of divergence depending on melt composition. Such scenarios enable meaningful intercomparison of existing models and lay the groundwork for a user-friendly yet powerful solubility modeling framework. Given our wealth of existing solubility literature, we suggest that the field of magmatic volatiles should focus now on the creation of modern tools and the modular implementation of existing model equations or methods, and that the evaluation of code usability, transparency, and benchmarking should be codified pillars of the peer-review process. As an example of such an endeavor, we present early work coupling these sulfur solubility models with VESIcal, an extensible and rigorously tested python library containing seven existing H 2 O-CO 2 solubility models. VESIcal includes the ability to extract, edit, and even interchange assumptions underlying any model. For example, users may combine or swap separately published H 2 O, CO 2 , and S models, as well as underlying model choices, such as Equations of State and redox models.

volatiles in magmas↗

Supergranule Rotation Rates and Lifetimes

Previous measurements of the rotation rate of the supergranule Doppler pattern have revealed three interesting characteristics. 1) The supergranule pattern rotates faster than the plasma at the surface and, at each latitude, it rotates faster than the plasma at any level below the surface. 2) Larger cells rotate more rapidly than smaller cells. 3) Faster rotation rates are found when using larger time lags between Doppler images. These last two characteristics are consistent with the idea that large cells live longer and extend deeper into the Sun where the rotation rate is faster. A re-examination of the rotation rates and lifetimes of the Doppler patterns seen with the Michelson Doppler Imager (MDI) instrument on Solar and Heliospheric Observatory (SOHO) confirms these characteristics. However, a simulation of the data using a spectrum for the cellular flows that matches the observed spectrum shows that these characteristics can be largely reproduced by cellular patterns that rotate at the same rate without any dependence upon cell size, The rotation rate , and its dependence on latitude, is nonetheless still faster than the surface or internal rotation rate. The difference in rotation rates as functions of cell size and time lag between observations is attributed to projection effects on the line-of-sight Doppler signal. This data simulation is also used to determine characteristic lifetimes for the cellular patterns as a function of cell size. These lifetime determinations are also affected by projection effects on the line-of-sight Doppler signal.

Hathaway, David H.↗

Optimal Padding for the Two-Dimensional Fast Fourier Transform

One-dimensional Fast Fourier Transform (FFT) operations work fastest on grids whose size is divisible by a power of two. Because of this, padding grids (that are not already sized to a power of two) so that their size is the next highest power of two can speed up operations. While this works well for one-dimensional grids, it does not work well for two-dimensional grids. For a two-dimensional grid, there are certain pad sizes that work better than others. Therefore, the need exists to generalize a strategy for determining optimal pad sizes. There are three steps in the FFT algorithm. The first is to perform a one-dimensional transform on each row in the grid. The second step is to transpose the resulting matrix. The third step is to perform a one-dimensional transform on each row in the resulting grid. Steps one and three both benefit from padding the row to the next highest power of two, but the second step needs a novel approach. An algorithm was developed that struck a balance between optimizing the grid pad size with prime factors that are small (which are optimal for one-dimensional operations), and with prime factors that are large (which are optimal for two-dimensional operations). This algorithm optimizes based on average run times, and is not fine-tuned for any specific application. It increases the amount of times that processor-requested data is found in the set-associative processor cache. Cache retrievals are 4-10 times faster than conventional memory retrievals. The tested implementation of the algorithm resulted in faster execution times on all platforms tested, but with varying sized grids. This is because various computer architectures process commands differently. The test grid was 512 512. Using a 540 540 grid on a Pentium V processor, the code ran 30 percent faster. On a PowerPC, a 256x256 grid worked best. A Core2Duo computer preferred either a 1040x1040 (15 percent faster) or a 1008x1008 (30 percent faster) grid. There are many industries that can benefit from this algorithm, including optics, image-processing, signal-processing, and engineering applications.

Dean, Bruce H.↗

Generalized conjugate-gradient methods for the Navier-Stokes equations

A generalized conjugate-gradient method is used to solve the two-dimensional, compressible Navier-Stokes equations of fluid flow. The equations are discretized with an implicit, upwind finite-volume formulation. Preconditioning techniques are incorporated into the new solver to accelerate convergence of the overall iterative method. The superiority of the new solver is demonstrated by comparisons with a conventional line Gauss-Siedel Relaxation solver. Computational test results for transonic flow (trailing edge flow in a transonic turbine cascade) and hypersonic flow (M = 6.0 shock-on-shock phenoena on a cylindrical leading edge) are presented. When applied to the transonic cascade case, the new solver is 4.4 times faster in terms of number of iterations and 3.1 times faster in terms of CPU time than the Relaxation solver. For the hypersonic shock case, the new solver is 3.0 times faster in terms of number of iterations and 2.2 times faster in terms of CPU time than the Relaxation solver.

Ajmani, Kumud↗

The Impact of Increasing Carbon Dioxide on Ozone Recovery

We have used the GSFC coupled two-dimensional (2D) model to study the impact of increasing carbon dioxide from 1980 to 2050 on the recovery of ozone to its pre-1980 amounts. We find that the changes in temperature and circulation arising from increasing CO2 affect ozone recovery in a manner which varies greatly with latitude, altitude, and time of year. Middle and upper stratospheric ozone recovers faster at all latitudes due to a slowing of the ozone catalytic loss cycles. In the lower stratosphere, the recovery of tropical ozone is delayed due to a decrease in production and a speed up in the overturning circulation. The recovery of high northern latitude lower stratospheric ozone is delayed in spring and summer due to an increase in springtime heterogeneous chemical loss, and is speeded up in fall and winter due to increased downwelling. The net effect on the higher northern latitude column ozone is to slow down the recovery from late March to late July, while making it faster at other times. In the high southern latitudes, the impact of CO2 cooling is negligible. Annual mean column ozone is predicted to recover faster at all latitudes, and globally averaged ozone is predicted to recover approximately ten years faster as a result of increasing CO2.

Rosenfield, Joan E.↗

Up-down Asymmetries in Speed Perception

We compared speed matches for pairs of stimuli that moved in opposite directions (upward and downward). Stimuli were elliptical patches (2 deg horizontally by 1 deg vertically) of horizontal sinusoidal gratings of spatial. frequency 2 cycles/deg. Two sequential 380 msec reveal presentations were compared. One of each pair of gratings (the standard) moved at 4 Hz (2 deg/sec), the other (the test) moved at a rate determined by a simple up-down staircase. The point of subjectively equal speed was calculated from the average of the last eight reversals. The task was to fixate a central point and to determine which one of the pair appeared to move faster. Eight of 10 observers perceived the upward drifting grating as moving faster than a grating moving downward but otherwise identical. on average (N = 10), when the standard moved downward, it was matched by a test moving upward at 94.7+/-1.7(SE)% of the standard speed, and when the standard moved upward it was matched by a test moving downward at 105.1+/-2.3(SE)% of the standard speed. Extending this paradigm over a range of spatial (1.5 to 13.5 c/d) and temporal (1.5 to 13.5 Hz) frequencies, preliminary results (N = 4) suggest that, under the conditions of our experiment, upward matter is seen as faster than downward for speeds greater than approx.1 deg/sec, but the effect appears to reverse at speeds below approx.1 deg/sec with downward motion perceived as faster. Given that an up-down asymmetry has been observed for the optokinetic response, both perceptual and oculomotor contributions to this phenomenon deserve exploration.

Thompson, Peter↗

Effects of Different Lifting Cadences on Ground Reaction Forces during the Squat Exercise

The purpose of this investigation was to determine the effect of different cadences on the ground reaction force (GRF(sub R)) during the squat exercise. It is known that squats performed with greater acceleration will produce greater inertial forces; however, it is not well understood how different squat cadences affect GRF(sub R). It was hypothesized that faster squat cadences will result in greater peak GRF(sub R). METHODS: Six male subjects (30.8+/-4.4 y, 179.5+/-8.9 cm, 88.8+/-13.3 kg) with previous squat experience performed three sets of three squats using three different cadences (FC = 1 sec descent/1 sec ascent; MC = 3 sec descent/1 sec ascent; SC = 4 sec descent/2 sec ascent) with barbell mass equal to body mass. Ground reaction force was used to calculate inertial force trajectories of the body plus barbell (FI(sub system)). Forces were normalized to body mass. RESULTS: Peak GRF(sub R) and peak FI(sub system) were significantly higher in FC squats compared to MC (p=0.0002) and SC (p=0.0002). Range of GRF(sub R) and FI(sub system) were also significantly higher in FC compared to MC (p<0.05), and MC were significantly higher than SC (p<0.05). DISCUSSION: Faster squat cadences result in significantly greater peak GRF(sub R) due to the inertia of the system. GRF(sub R) was more dependent upon decent cadence than on ascent cadence. PRACTICAL APPLICATION: This study demonstrates that faster squat cadences produce greater ground reaction forces. Therefore, the use of faster squat cadences might enhance strength and power adaptations to long-term resistance exercise training. Key Words: velocity, weight training, resistive exercise

Bentley, Jason R.↗

Some Effects of Roll Rate on the Longitudinal Stability Characteristics of a Cruciform Missile Configuration as Determined from Flight Test for a Mach Number Range of 1.1 to 1.8

A model of a cruciform missile configuration having a low-aspectratio wing equipped with flap-type controls was flight tested in order to determine stability and control characteristics while rolling at about 5 radians per second. Comparison is made with results from a similar model which rolled at a much lower rate. Results showed that, if the ratio of roll rate to natural circular frequency in pitch is not greater than about 0.3, the motion following a step disturbance in pitch essentially remains in a plane in space. The slope of normal-force coefficient against angle of attack C(sub N(sub A)) was the same as for the slowly rolling model at O deg control deflection but C(sub N(sub A)) was much higher for the faster rolling model at about 5 deg control deflection. The slope of pitching-moment coefficient against angle of attack & same for both models at 0 deg control deflection but was lower for the faster rolling model at about 5 deg control deflection. Damping data for the faster rolling model showed considerably more scatter than for the slowly rolling model.

Barber, H. T., Jr.↗

Comparisons of population subgroups performance on a keyboard psychomotor task

Response time and pass/fail data were obtained from 163 subjects performing a psychomotor task. The basic task comprised a random five digit number briefly displayed to the subject at the start of each trail, and the keyboard on which the subject was to enter the number as fast as he could accurately do so after the display was extinguished. Some tests were run with the addition of a secondary task which required the subject to respond to a displayed light appearing at a random time. Matched pairs of subjects were selected from the group to analyze the effects of age, sex, intelligence, prior keyboard skill, and drinking habits. There was little or no effect due to age or drinking habits. Differences in response time were: average IQ subjects faster than low IQ subjects by 0.5 to 0.6 sec; subjects with prior keyboard skill faster by 0.4 to 0.5 sec; and female subjects faster by 0.2 to 0.3 sec. These effects were generally insensitive to the presence of the secondary task.

Stapleford, R. L.↗

Asteroid rotation rates

A trend of increasing mean rotational frequency with increasing diameter is noted in asteroids with diameters greater than 120 km, irrespective of M-, S-, and C-type asteroid subset and family or nonfamily membership. This trend cannot be accounted for by observational selection. For asteroids with diameters smaller than 120 km mean rotational frequency increases with decreasing diameter, but within this group there is a subset with exceptionally long rotational periods. This marked change in the distribution at 120-km diameter could separate primordial asteroids from their collision products. It is also noted that, for asteroids of a given diameter, M asteroids rotate faster than S asteroids, which in turn rotate faster than C asteroids. For all types, family members rotate faster than nonfamily members.

Dermott, S. F.↗