Search NASA⌕ Search

SEARCH · Search NASA

Results for “HYDRODYNAMICS”

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 217 records · Page 12

Hydrodynamics of liquid surfaces

Hydrodynamics of liquids and gases, surface tension forces, and liquid-vapor interfaces for coasting space vehicles

GAS DYNAMICS↗

A theoretical investigation of the effect of partial wing lift of hydrodynamic landing characteristics of V-bottom seaplanes in step impacts

A theoretical investigation is made of the loads and motions in water-landing impacts of wide prismatic V-bottom seaplanes for constant partial wing-lift conditions where the resultant velocity of the seaplane is normal to the keel. An approximate method is given for applying the results of this investigation to the more general case of oblique impact. The increase in vertical hydrodynamic load factor due to wing-lift reduction is shown to be approximately 133 percent of the decrease in air load.

HYDRODYNAMIC THEORY↗

IUTAM symposium on hydrodynamic diffusion of suspended particles

Hydrodynamic diffusion refers to the fluctuating motion of nonBrownian particles (or droplets or bubbles) which occurs in a dispersion due to multiparticle interactions. For example, in a concentrated sheared suspension, particles do not move along streamlines but instead exhibit fluctuating motions as they tumble around each other. This leads to a net migration of particles down gradients in particle concentration and in shear rate, due to the higher frequency of encounters of a test particle with other particles on the side of the test particle which has higher concentration or shear rate. As another example, suspended particles subject to sedimentation, centrifugation, or fluidization, do not generally move relative to the fluid with a constant velocity, but instead experience diffusion-like fluctuations in velocity due to interactions with neighboring particles and the resulting variation in the microstructure or configuration of the suspended particles. In flowing granular materials, the particles interact through direct collisions or contacts (rather than through the surrounding fluid); these collisions also cause the particles to undergo fluctuating motions characteristic of diffusion processes. Selected papers are indexed separately for inclusion in the Energy Science and Technology Database.

Diffusion↗

Combined Modeling of Acceleration, Transport, and Hydrodynamic Response in Solar Flares: The Numerical Model - 1

Acceleration and transport of high-energy particles and fluid dynamics of atmospheric plasma are interrelated aspects of solar flares, but for convenience and simplicity they were artificially separated in the past. We present here self consistently combined Fokker-Planck modeling of particles and hydrodynamic simulation of flare plasma. Energetic electrons are modeled with the Stanford unified code of acceleration, transport, and radiation, while plasma is modeled with the Naval Research Laboratory flux tube code. We calculated the collisional heating rate directly from the particle transport code, which is more accurate than those in previous studies based on approximate analytical solutions. We repeated the simulation of Mariska et al. with an injection of power law, downward-beamed electrons using the new heating rate. For this case, a -10% difference was found from their old result. We also used a more realistic spectrum of injected electrons provided by the stochastic acceleration model, which has a smooth transition from a quasi-thermal background at low energies to a non thermal tail at high energies. The inclusion of low-energy electrons results in relatively more heating in the corona (versus chromosphere) and thus a larger downward heat conduction flux. The interplay of electron heating, conduction, and radiative loss leads to stronger chromospheric evaporation than obtained in previous studies, which had a deficit in low-energy electrons due to an arbitrarily assumed low-energy cutoff. The energy and spatial distributions of energetic electrons and bremsstrahlung photons bear signatures of the changing density distribution caused by chromospheric evaporation. In particular, the density jump at the evaporation front gives rise to enhanced emission, which, in principle, can be imaged by X-ray telescopes. This model can be applied to investigate a variety of high-energy processes in solar, space, and astrophysical plasmas.

STOCHASTIC ACCELERATION MODEL↗

Water Flow Simulation using Smoothed Particle Hydrodynamics (SPH)

Simulation of water flow from the rainbird nozzles has been accomplished using the Smoothed Particle Hydrodynamics (SPH). The advantage of using SPH is that no meshing is required, thus the grid quality is no longer an issue and accuracy can be improved.

Hydrodynamics↗

HYDRODYNAMIC TESTING OF ZIRCALOY TO STEEL HUB COUPLINGS FOR USE IN ADVANCED TEST REACTOR I-LOOP TUBE

The ATR I-positions' isolation from the flux trap region provides an opportunity for a test facility that could create conditions representative of commercial light water reactors. Such a facility requires piping couplings and joints that withstand extreme thermal and pressure cycling. Also, transitioning from steel to zircaloy piping inside the reactor vessel allows the neutronic properties of zircaloy to be leveraged while using cost-effective stainless steel outside of the core. Grayloc-style hub couplings will act as transition points between stainless steel piping and zircaloy piping inside the reactor vessel. These couplings have not been sufficiently tested for leakage where there is a transition between materials. This transition is a concern because the thermal expansion coefficients of the materials differ. Seal integrity between the two components may be greatly affected by thermal expansion at the connection. Thus, the effect of thermal cycling must be assessed. Thermal and pressure cycling and hydrodynamic testing will be conducted to verify seal integrity of the steel to zircaloy hub coupling when subjected to ATR conditions.

21 SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLANTS↗

CG-Kit: Code Generation Toolkit for performant and maintainable variants of source code applied to Flash-X hydrodynamics simulations

CG-Kit is a new Code Generation tool-Kit that we have developed as a part of the solution for portability and maintainability for multiphysics computing applications. The development of CG-Kit is rooted in the urgent need created by the shifting landscape of high-performance computing platforms and the algorithmic complexities of a particular large-scale multiphysics application: Flash-X. To efficiently use computing resources on a heterogeneous node, an application must have a map of computation to resources and a mechanism to move the data and computation to the resources according to the map. Most existing performance portability solutions are focussed on abstracting the expression of computations so that a unified source code can be specialized to run on different resources. However, such an approach is insufficient for a code like Flash-X, which has a multitude of code components that can be assembled in various permutations and combinations to form different instances of applications. Similar challenges apply to any code that has composability, where a single specified way of apportioning work among devices may not be optimal. Additionally, use cases arise where the optimal control flow of computation may differ for different devices while the underlying numerics remain identical. This combination leads to unique challenges including handling an existing large code base in Fortran and/or C/C++, subdivision of code into a great variety of units supporting a wide range of physics and numerical methods, different parallelization techniques for distributed and shared memory systems and accelerator devices, and heterogeneity of computing platforms requiring coexisting variants of parallel algorithms. All of these challenges demand that scientific software developers apply existing knowledge about domain applications, algorithms, and computing platforms to determine custom abstractions and granularity for code generation. There is a critical lack of tools to tackle those problems. CG-Kit is designed to fill this gap by providing a user with the ability to express their desired control flow and computation-to-resource map in the form a pseudocode-like recipe. It consists of standalone tools that can be combined into highly specific and, we argue, highly effective portability and maintainability toolchains. Here we present the design of our new tools: parametrized source trees, control flow graphs, and recipes. The tools are implemented in Python. They are agnostic to the programming language of the source code targeted for code generation. In conclusion, we demonstrate the capabilities of the toolkit with two examples, first, multithreaded variants of the basic AXPY operation, and second, variants of parallel algorithms within a hydrodynamics solver, called Spark, from Flash-X that operates on block-structured adaptive meshes.

Algorithmic portability↗