WorldWideScience

Sample records for cth hydrodynamics code

  1. Multi-processing CTH: Porting legacy FORTRAN code to MP hardware

    Energy Technology Data Exchange (ETDEWEB)

    Bell, R.L.; Elrick, M.G.; Hertel, E.S. Jr.

    1996-12-31

    CTH is a family of codes developed at Sandia National Laboratories for use in modeling complex multi-dimensional, multi-material problems that are characterized by large deformations and/or strong shocks. A two-step, second-order accurate Eulerian solution algorithm is used to solve the mass, momentum, and energy conservation equations. CTH has historically been run on systems where the data are directly accessible to the cpu, such as workstations and vector supercomputers. Multiple cpus can be used if all data are accessible to all cpus. This is accomplished by placing compiler directives or subroutine calls within the source code. The CTH team has implemented this scheme for Cray shared memory machines under the Unicos operating system. This technique is effective, but difficult to port to other (similar) shared memory architectures because each vendor has a different format of directives or subroutine calls. A different model of high performance computing is one where many (> 1,000) cpus work on a portion of the entire problem and communicate by passing messages that contain boundary data. Most, if not all, codes that run effectively on parallel hardware were written with a parallel computing paradigm in mind. Modifying an existing code written for serial nodes poses a significantly different set of challenges that will be discussed. CTH, a legacy FORTRAN code, has been modified to allow for solutions on distributed memory parallel computers such as the IBM SP2, the Intel Paragon, Cray T3D, or a network of workstations. The message passing version of CTH will be discussed and example calculations will be presented along with performance data. Current timing studies indicate that CTH is 2--3 times faster than equivalent C++ code written specifically for parallel hardware. CTH on the Intel Paragon exhibits linear speed up with problems that are scaled (constant problem size per node) for the number of parallel nodes.

  2. Return on Investment (ROI) Framework Case Study: CTH.

    Energy Technology Data Exchange (ETDEWEB)

    Corro, Janna L. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2018-02-01

    CTH is a Eulerian code developed at Sandia National Laboratories capable of modeling the hydrodynamic response of explosives, liquids, gases, and solids. The code solves complex multi-dimensional problems characterized by large deformations and strong shocks that are composed of various material configurations. CTH includes models for material strength, fracture, porosity, and high explosive detonation and initiation. The code is an acronym for a complex series of names relating to its origin. A full explanation can be seen in Appendix A. The software breaks penetration simulations into millions of grid-like “cells”. As a modeled projectile impacts and penetrates a target, progressively smaller blocks of cells are placed around the projectile, which show in detail deformations and breakups. Additionally, the code is uniquely suited to modeling blunt impact and blast loading leading to human body injury.

  3. Trinity Phase 2 Open Science: CTH

    Energy Technology Data Exchange (ETDEWEB)

    Ruggirello, Kevin Patrick [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Vogler, Tracy [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-08-01

    CTH is an Eulerian hydrocode developed by Sandia National Laboratories (SNL) to solve a wide range of shock wave propagation and material deformation problems. Adaptive mesh refinement is also used to improve efficiency for problems with a wide range of spatial scales. The code has a history of running on a variety of computing platforms ranging from desktops to massively parallel distributed-data systems. For the Trinity Phase 2 Open Science campaign, CTH was used to study mesoscale simulations of the hypervelocity penetration of granular SiC powders. The simulations were compared to experimental data. A scaling study of CTH up to 8192 KNL nodes was also performed, and several improvements were made to the code to improve the scalability.

  4. Adaptive Mesh Refinement in CTH

    International Nuclear Information System (INIS)

    Crawford, David

    1999-01-01

    This paper reports progress on implementing a new capability of adaptive mesh refinement into the Eulerian multimaterial shock- physics code CTH. The adaptivity is block-based with refinement and unrefinement occurring in an isotropic 2:1 manner. The code is designed to run on serial, multiprocessor and massive parallel platforms. An approximate factor of three in memory and performance improvements over comparable resolution non-adaptive calculations has-been demonstrated for a number of problems

  5. CALIBRATING THE JOHNSON-HOLMQUIST CERAMIC MODEL FOR SIC USING CTH

    International Nuclear Information System (INIS)

    Cazamias, J. U.; Bilyk, S. R.

    2009-01-01

    The Johnson-Holmquist ceramic material model has been calibrated and successfully applied to numerically simulate ballistic events using the Lagrangian code EPIC. While the majority of the constants are ''physics'' based, two of the constants for the failed material response are calibrated using ballistic experiments conducted on a confined cylindrical ceramic target. The maximum strength of the failed ceramic is calibrated by matching the penetration velocity. The second refers to the equivalent plastic strain at failure under constant pressure and is calibrated using the dwell time. Use of these two constants in the CTH Eulerian hydrocode does not predict the ballistic response. This difference may be due to the phenomenological nature of the model and the different numerical schemes used by the codes. This paper determines the aforementioned material constants for SiC suitable for simulating ballistic events using CTH.

  6. Improvements to SOIL: An Eulerian hydrodynamics code

    International Nuclear Information System (INIS)

    Davis, C.G.

    1988-04-01

    Possible improvements to SOIL, an Eulerian hydrodynamics code that can do coupled radiation diffusion and strength of materials, are presented in this report. Our research is based on the inspection of other Eulerian codes and theoretical reports on hydrodynamics. Several conclusions from the present study suggest that some improvements are in order, such as second-order advection, adaptive meshes, and speedup of the code by vectorization and/or multitasking. 29 refs., 2 figs

  7. The RAGE radiation-hydrodynamic code

    International Nuclear Information System (INIS)

    Gittings, Michael; Clover, Michael; Betlach, Thomas; Byrne, Nelson; Ranta, Dale; Weaver, Robert; Coker, Robert; Dendy, Edward; Hueckstaedt, Robert; New, Kim; Oakes, W Rob; Stefan, Ryan

    2008-01-01

    We describe RAGE, the 'radiation adaptive grid Eulerian' radiation-hydrodynamics code, including its data structures, its parallelization strategy and performance, its hydrodynamic algorithm(s), its (gray) radiation diffusion algorithm, and some of the considerable amount of verification and validation efforts. The hydrodynamics is a basic Godunov solver, to which we have made significant improvements to increase the advection algorithm's robustness and to converge stiffnesses in the equation of state. Similarly, the radiation transport is a basic gray diffusion, but our treatment of the radiation-material coupling, wherein we converge nonlinearities in a novel manner to allow larger timesteps and more robust behavior, can be applied to any multi-group transport algorithm

  8. Shadowfax: Moving mesh hydrodynamical integration code

    Science.gov (United States)

    Vandenbroucke, Bert

    2016-05-01

    Shadowfax simulates galaxy evolution. Written in object-oriented modular C++, it evolves a mixture of gas, subject to the laws of hydrodynamics and gravity, and any collisionless fluid only subject to gravity, such as cold dark matter or stars. For the hydrodynamical integration, it makes use of a (co-) moving Lagrangian mesh. The code has a 2D and 3D version, contains utility programs to generate initial conditions and visualize simulation snapshots, and its input/output is compatible with a number of other simulation codes, e.g. Gadget2 (ascl:0003.001) and GIZMO (ascl:1410.003).

  9. The RAGE radiation-hydrodynamic code

    Energy Technology Data Exchange (ETDEWEB)

    Gittings, Michael; Clover, Michael; Betlach, Thomas; Byrne, Nelson; Ranta, Dale [Science Applications International Corp. MS A-1, 10260 Campus Point Drive, San Diego, CA 92121 (United States); Weaver, Robert; Coker, Robert; Dendy, Edward; Hueckstaedt, Robert; New, Kim; Oakes, W Rob [Los Alamos National Laboratory, MS T087, PO Box 1663, Los Alamos, NM 87545 (United States); Stefan, Ryan [TaylorMade-adidas Golf, 5545 Fermi Court, Carlsbad, CA 92008-7324 (United States)], E-mail: michael.r.clover@saic.com

    2008-10-01

    We describe RAGE, the 'radiation adaptive grid Eulerian' radiation-hydrodynamics code, including its data structures, its parallelization strategy and performance, its hydrodynamic algorithm(s), its (gray) radiation diffusion algorithm, and some of the considerable amount of verification and validation efforts. The hydrodynamics is a basic Godunov solver, to which we have made significant improvements to increase the advection algorithm's robustness and to converge stiffnesses in the equation of state. Similarly, the radiation transport is a basic gray diffusion, but our treatment of the radiation-material coupling, wherein we converge nonlinearities in a novel manner to allow larger timesteps and more robust behavior, can be applied to any multi-group transport algorithm.

  10. The Monte Carlo photoionization and moving-mesh radiation hydrodynamics code CMACIONIZE

    Science.gov (United States)

    Vandenbroucke, B.; Wood, K.

    2018-04-01

    We present the public Monte Carlo photoionization and moving-mesh radiation hydrodynamics code CMACIONIZE, which can be used to simulate the self-consistent evolution of HII regions surrounding young O and B stars, or other sources of ionizing radiation. The code combines a Monte Carlo photoionization algorithm that uses a complex mix of hydrogen, helium and several coolants in order to self-consistently solve for the ionization and temperature balance at any given type, with a standard first order hydrodynamics scheme. The code can be run as a post-processing tool to get the line emission from an existing simulation snapshot, but can also be used to run full radiation hydrodynamical simulations. Both the radiation transfer and the hydrodynamics are implemented in a general way that is independent of the grid structure that is used to discretize the system, allowing it to be run both as a standard fixed grid code, but also as a moving-mesh code.

  11. Mixing-model Sensitivity to Initial Conditions in Hydrodynamic Predictions

    Science.gov (United States)

    Bigelow, Josiah; Silva, Humberto; Truman, C. Randall; Vorobieff, Peter

    2017-11-01

    Amagat and Dalton mixing-models were studied to compare their thermodynamic prediction of shock states. Numerical simulations with the Sandia National Laboratories shock hydrodynamic code CTH modeled University of New Mexico (UNM) shock tube laboratory experiments shocking a 1:1 molar mixture of helium (He) and sulfur hexafluoride (SF6) . Five input parameters were varied for sensitivity analysis: driver section pressure, driver section density, test section pressure, test section density, and mixture ratio (mole fraction). We show via incremental Latin hypercube sampling (LHS) analysis that significant differences exist between Amagat and Dalton mixing-model predictions. The differences observed in predicted shock speeds, temperatures, and pressures grow more pronounced with higher shock speeds. Supported by NNSA Grant DE-0002913.

  12. PHANTOM: Smoothed particle hydrodynamics and magnetohydrodynamics code

    Science.gov (United States)

    Price, Daniel J.; Wurster, James; Nixon, Chris; Tricco, Terrence S.; Toupin, Stéven; Pettitt, Alex; Chan, Conrad; Laibe, Guillaume; Glover, Simon; Dobbs, Clare; Nealon, Rebecca; Liptai, David; Worpel, Hauke; Bonnerot, Clément; Dipierro, Giovanni; Ragusa, Enrico; Federrath, Christoph; Iaconi, Roberto; Reichardt, Thomas; Forgan, Duncan; Hutchison, Mark; Constantino, Thomas; Ayliffe, Ben; Mentiplay, Daniel; Hirsh, Kieran; Lodato, Giuseppe

    2017-09-01

    Phantom is a smoothed particle hydrodynamics and magnetohydrodynamics code focused on stellar, galactic, planetary, and high energy astrophysics. It is modular, and handles sink particles, self-gravity, two fluid and one fluid dust, ISM chemistry and cooling, physical viscosity, non-ideal MHD, and more. Its modular structure makes it easy to add new physics to the code.

  13. Cth2 Protein Mediates Early Adaptation of Yeast Cells to Oxidative Stress Conditions.

    Directory of Open Access Journals (Sweden)

    Laia Castells-Roca

    Full Text Available Cth2 is an mRNA-binding protein that participates in remodeling yeast cell metabolism in iron starvation conditions by promoting decay of the targeted molecules, in order to avoid excess iron consumption. This study shows that in the absence of Cth2 immediate upregulation of expression of several of the iron regulon genes (involved in high affinity iron uptake and intracellular iron redistribution upon oxidative stress by hydroperoxide is more intense than in wild type conditions where Cth2 is present. The oxidative stress provokes a temporary increase in the levels of Cth2 (itself a member of the iron regulon. In such conditions Cth2 molecules accumulate at P bodies-like structures when the constitutive mRNA decay machinery is compromised. In addition, a null Δcth2 mutant shows defects, in comparison to CTH2 wild type cells, in exit from α factor-induced arrest at the G1 stage of the cell cycle when hydroperoxide treatment is applied. The cell cycle defects are rescued in conditions that compromise uptake of external iron into the cytosol. The observations support a role of Cth2 in modulating expression of diverse iron regulon genes, excluding those specifically involved in the reductive branch of the high-affinity transport. This would result in immediate adaptation of the yeast cells to an oxidative stress, by controlling uptake of oxidant-promoting iron cations.

  14. Neptune: An astrophysical smooth particle hydrodynamics code for massively parallel computer architectures

    Science.gov (United States)

    Sandalski, Stou

    Smooth particle hydrodynamics is an efficient method for modeling the dynamics of fluids. It is commonly used to simulate astrophysical processes such as binary mergers. We present a newly developed GPU accelerated smooth particle hydrodynamics code for astrophysical simulations. The code is named neptune after the Roman god of water. It is written in OpenMP parallelized C++ and OpenCL and includes octree based hydrodynamic and gravitational acceleration. The design relies on object-oriented methodologies in order to provide a flexible and modular framework that can be easily extended and modified by the user. Several pre-built scenarios for simulating collisions of polytropes and black-hole accretion are provided. The code is released under the MIT Open Source license and publicly available at http://code.google.com/p/neptune-sph/.

  15. Improvements to the Sandia CTH Hydro-Code to Support Blast Analysis and Protective Design of Military Vehicles

    Science.gov (United States)

    2014-04-15

    used for advertising or product endorsement purposes. 6.0 REFERENCES [1] McGlaun, J., Thompson, S. and Elrick, M. “CTH: A Three-Dimensional Shock-Wave...Validation of a Loading Model for Simulating Blast Mine Effects on Armoured Vehicles,” 7 th International LS-DYNA Users Conference, Detroit, MI 2002. [14

  16. A combined N-body and hydrodynamic code for modeling disk galaxies

    International Nuclear Information System (INIS)

    Schroeder, M.C.

    1989-01-01

    A combined N-body and hydrodynamic computer code for the modeling of two dimensional galaxies is described. The N-body portion of the code is used to calculate the motion of the particle component of a galaxy, while the hydrodynamics portion of the code is used to follow the motion and evolution of the fluid component. A complete description of the numerical methods used for each portion of the code is given. Additionally, the proof tests of the separate and combined portions of the code are presented and discussed. Finally, a discussion of the topics researched with the code and results obtained is presented. These include: the measurement of stellar relaxation times in disk galaxy simulations; the effects of two-armed spiral perturbations on stable axisymmetric disks; the effects of the inclusion of an instellar medium (ISM) on the stability of disk galaxies; and the effect of the inclusion of stellar evolution on disk galaxy simulations

  17. An implicit Smooth Particle Hydrodynamic code

    Energy Technology Data Exchange (ETDEWEB)

    Knapp, Charles E. [Univ. of New Mexico, Albuquerque, NM (United States)

    2000-05-01

    An implicit version of the Smooth Particle Hydrodynamic (SPH) code SPHINX has been written and is working. In conjunction with the SPHINX code the new implicit code models fluids and solids under a wide range of conditions. SPH codes are Lagrangian, meshless and use particles to model the fluids and solids. The implicit code makes use of the Krylov iterative techniques for solving large linear-systems and a Newton-Raphson method for non-linear corrections. It uses numerical derivatives to construct the Jacobian matrix. It uses sparse techniques to save on memory storage and to reduce the amount of computation. It is believed that this is the first implicit SPH code to use Newton-Krylov techniques, and is also the first implicit SPH code to model solids. A description of SPH and the techniques used in the implicit code are presented. Then, the results of a number of tests cases are discussed, which include a shock tube problem, a Rayleigh-Taylor problem, a breaking dam problem, and a single jet of gas problem. The results are shown to be in very good agreement with analytic solutions, experimental results, and the explicit SPHINX code. In the case of the single jet of gas case it has been demonstrated that the implicit code can do a problem in much shorter time than the explicit code. The problem was, however, very unphysical, but it does demonstrate the potential of the implicit code. It is a first step toward a useful implicit SPH code.

  18. Detonation of high explosives in Lagrangian hydrodynamic codes using the programmed burn technique

    International Nuclear Information System (INIS)

    Berger, M.E.

    1975-09-01

    Two initiation methods were developed for improving the programmed burn technique for detonation of high explosives in smeared-shock Lagrangian hydrodynamic codes. The methods are verified by comparing the improved programmed burn with existing solutions in one-dimensional plane, converging, and diverging geometries. Deficiencies in the standard programmed burn are described. One of the initiation methods has been determined to be better for inclusion in production hydrodynamic codes

  19. PAD: a one-dimensional, coupled neutronic-thermodynamic-hydrodynamic computer code

    International Nuclear Information System (INIS)

    Peterson, D.M.; Stratton, W.R.; McLaughlin, T.P.

    1976-12-01

    Theoretical and numerical foundations, utilization guide, sample problems, and program listing and glossary are given for the PAD computer code which describes dynamic systems with interactive neutronics, thermodynamics, and hydrodynamics in one-dimensional spherical, cylindrical, and planar geometries. The code has been applied to prompt critical excursions in various fissioning systems (solution, metal, LMFBR, etc.) as well as to nonfissioning systems

  20. Improvements in the CHART D radiation-hydrodynamic code III: revised analytic equations of state

    International Nuclear Information System (INIS)

    Thompson, S.L.; Lauson, H.S.

    1974-03-01

    A revised set of in-line equation-of-state subroutines for the CHART D hydrodynamic code is described. The information generated is thermodynamically complete and self-consistent. The temperature and density range of validity is large. Solids, liquids, vapors, plasmas, and all types of phase mixtures are treated. Energy transport properties are calculated. The set of subroutines form a package which can easily be included in other hydrodynamic codes. (20 figures) (U.S.)

  1. Code Differentiation for Hydrodynamic Model Optimization

    Energy Technology Data Exchange (ETDEWEB)

    Henninger, R.J.; Maudlin, P.J.

    1999-06-27

    Use of a hydrodynamics code for experimental data fitting purposes (an optimization problem) requires information about how a computed result changes when the model parameters change. These so-called sensitivities provide the gradient that determines the search direction for modifying the parameters to find an optimal result. Here, the authors apply code-based automatic differentiation (AD) techniques applied in the forward and adjoint modes to two problems with 12 parameters to obtain these gradients and compare the computational efficiency and accuracy of the various methods. They fit the pressure trace from a one-dimensional flyer-plate experiment and examine the accuracy for a two-dimensional jet-formation problem. For the flyer-plate experiment, the adjoint mode requires similar or less computer time than the forward methods. Additional parameters will not change the adjoint mode run time appreciably, which is a distinct advantage for this method. Obtaining ''accurate'' sensitivities for the j et problem parameters remains problematic.

  2. A two-dimensional hydrodynamic code for the interaction of intense heavy ion beams with matter based on the code CONCHAS SPRAY

    International Nuclear Information System (INIS)

    Schneider, V.; Rentzsch, T.; Maruhn, J.

    1988-04-01

    In this report we describe a two-dimensional hydrodynamic code applicable to the problems stated. In section II we describe the algorithm solving the hydrodynamic equations. In section III we present test calculations involving the propagation of shocks and contact discontinuities as well as the growth of a Rayleigh-Taylor Instability (RTI). Section IV includes all the modifications and supplements required to use the code to investigate the interaction of intense HI beams with matter. Numcerical simulations of experiments using the RFQ facility and the planned SIS-ESR at GSI are finally discussed in section V. (orig./HSI)

  3. THEHYCO-3DT: Thermal hydrodynamic code for the 3 dimensional transient calculation of advanced LMFBR core

    Energy Technology Data Exchange (ETDEWEB)

    Vitruk, S.G.; Korsun, A.S. [Moscow Engineering Physics Institute (Russian Federation); Ushakov, P.A. [Institute of Physics and Power Engineering, Obninsk (R)] [and others

    1995-09-01

    The multilevel mathematical model of neutron thermal hydrodynamic processes in a passive safety core without assemblies duct walls and appropriate computer code SKETCH, consisted of thermal hydrodynamic module THEHYCO-3DT and neutron one, are described. A new effective discretization technique for energy, momentum and mass conservation equations is applied in hexagonal - z geometry. The model adequacy and applicability are presented. The results of the calculations show that the model and the computer code could be used in conceptual design of advanced reactors.

  4. THEHYCO-3DT: Thermal hydrodynamic code for the 3 dimensional transient calculation of advanced LMFBR core

    International Nuclear Information System (INIS)

    Vitruk, S.G.; Korsun, A.S.; Ushakov, P.A.

    1995-01-01

    The multilevel mathematical model of neutron thermal hydrodynamic processes in a passive safety core without assemblies duct walls and appropriate computer code SKETCH, consisted of thermal hydrodynamic module THEHYCO-3DT and neutron one, are described. A new effective discretization technique for energy, momentum and mass conservation equations is applied in hexagonal - z geometry. The model adequacy and applicability are presented. The results of the calculations show that the model and the computer code could be used in conceptual design of advanced reactors

  5. CoCoNuT: General relativistic hydrodynamics code with dynamical space-time evolution

    Science.gov (United States)

    Dimmelmeier, Harald; Novak, Jérôme; Cerdá-Durán, Pablo

    2012-02-01

    CoCoNuT is a general relativistic hydrodynamics code with dynamical space-time evolution. The main aim of this numerical code is the study of several astrophysical scenarios in which general relativity can play an important role, namely the collapse of rapidly rotating stellar cores and the evolution of isolated neutron stars. The code has two flavors: CoCoA, the axisymmetric (2D) magnetized version, and CoCoNuT, the 3D non-magnetized version.

  6. CHOLLA: A NEW MASSIVELY PARALLEL HYDRODYNAMICS CODE FOR ASTROPHYSICAL SIMULATION

    International Nuclear Information System (INIS)

    Schneider, Evan E.; Robertson, Brant E.

    2015-01-01

    We present Computational Hydrodynamics On ParaLLel Architectures (Cholla ), a new three-dimensional hydrodynamics code that harnesses the power of graphics processing units (GPUs) to accelerate astrophysical simulations. Cholla models the Euler equations on a static mesh using state-of-the-art techniques, including the unsplit Corner Transport Upwind algorithm, a variety of exact and approximate Riemann solvers, and multiple spatial reconstruction techniques including the piecewise parabolic method (PPM). Using GPUs, Cholla evolves the fluid properties of thousands of cells simultaneously and can update over 10 million cells per GPU-second while using an exact Riemann solver and PPM reconstruction. Owing to the massively parallel architecture of GPUs and the design of the Cholla code, astrophysical simulations with physically interesting grid resolutions (≳256 3 ) can easily be computed on a single device. We use the Message Passing Interface library to extend calculations onto multiple devices and demonstrate nearly ideal scaling beyond 64 GPUs. A suite of test problems highlights the physical accuracy of our modeling and provides a useful comparison to other codes. We then use Cholla to simulate the interaction of a shock wave with a gas cloud in the interstellar medium, showing that the evolution of the cloud is highly dependent on its density structure. We reconcile the computed mixing time of a turbulent cloud with a realistic density distribution destroyed by a strong shock with the existing analytic theory for spherical cloud destruction by describing the system in terms of its median gas density

  7. CHOLLA: A NEW MASSIVELY PARALLEL HYDRODYNAMICS CODE FOR ASTROPHYSICAL SIMULATION

    Energy Technology Data Exchange (ETDEWEB)

    Schneider, Evan E.; Robertson, Brant E. [Steward Observatory, University of Arizona, 933 North Cherry Avenue, Tucson, AZ 85721 (United States)

    2015-04-15

    We present Computational Hydrodynamics On ParaLLel Architectures (Cholla ), a new three-dimensional hydrodynamics code that harnesses the power of graphics processing units (GPUs) to accelerate astrophysical simulations. Cholla models the Euler equations on a static mesh using state-of-the-art techniques, including the unsplit Corner Transport Upwind algorithm, a variety of exact and approximate Riemann solvers, and multiple spatial reconstruction techniques including the piecewise parabolic method (PPM). Using GPUs, Cholla evolves the fluid properties of thousands of cells simultaneously and can update over 10 million cells per GPU-second while using an exact Riemann solver and PPM reconstruction. Owing to the massively parallel architecture of GPUs and the design of the Cholla code, astrophysical simulations with physically interesting grid resolutions (≳256{sup 3}) can easily be computed on a single device. We use the Message Passing Interface library to extend calculations onto multiple devices and demonstrate nearly ideal scaling beyond 64 GPUs. A suite of test problems highlights the physical accuracy of our modeling and provides a useful comparison to other codes. We then use Cholla to simulate the interaction of a shock wave with a gas cloud in the interstellar medium, showing that the evolution of the cloud is highly dependent on its density structure. We reconcile the computed mixing time of a turbulent cloud with a realistic density distribution destroyed by a strong shock with the existing analytic theory for spherical cloud destruction by describing the system in terms of its median gas density.

  8. GRADSPH: A parallel smoothed particle hydrodynamics code for self-gravitating astrophysical fluid dynamics

    NARCIS (Netherlands)

    Vanaverbeke, S.; Keppens, R.; Poedts, S.; Boffin, H.

    2009-01-01

    We describe the algorithms implemented in the first version of GRADSPH, a parallel, tree-based, smoothed particle hydrodynamics code for simulating self-gravitating astrophysical systems written in FORTRAN 90. The paper presents details on the implementation of the Smoothed Particle Hydro (SPH)

  9. REFLA-1D/MODE3: a computer code for reflood thermo-hydrodynamic analysis during PWR-LOCA

    International Nuclear Information System (INIS)

    Murao, Yoshio; Okubo, Tsutomu; Sugimoto, Jun; Iguchi, Tadashi; Sudoh, Takashi.

    1985-02-01

    This manual describes the REFLA-1D/MODE3 reflood system analysis code. This code can solve the core thermo-hydrodynamics under forced flooding conditions and gravity feed conditions in a system similar to FLECHT-SET Phase A. This manual describes the REFLA-1D/MODE3 models and provides application information required to utilize the code. (author)

  10. Compaction of granular HMX: P-α porosity model in CTH hydrocode

    Directory of Open Access Journals (Sweden)

    K. S. Mahon

    2015-12-01

    Full Text Available Compaction waves traveling through porous cyclotetramethylene-tetranitramine (HMX are computationally modeled using the Eulerian hydrocode CTH and validated with gas gun experimental data. The method employed use of a newly generated set of P-α parameters for granular HMX in a Mie-Gruneisen equation of state. The P-α model adds a separate parameter to differentiate between the volume changes of a solid material due to compression from the volume change due to compaction, void collapse in a granular material. Computational results are compared via five validation schema for two different initial-porosity experiments. These schema include stress measurements, velocity rise times and arrival times, elastic sound speeds though the material and final compaction densities for a series of two different percent Theoretical Maximum Density (TMD HMX sets of experimental data. There is a good agreement between the simulations and the experimental gas gun data with the largest source of error being an 11% overestimate of the peak stress which may be due to impedance mismatch on the experimental gauge interface. Determination of these P-α parameters are important as they enable modeling of porosity and are a vital first step in modeling of precursory hotspots, caused by hydrodynamic collapse of void regions or grain interactions, prior to deflagration to detonation transition of granular explosives.

  11. Non-standard model for electron heat transport for multidimensional hydrodynamic codes

    Energy Technology Data Exchange (ETDEWEB)

    Nicolai, Ph.; Busquet, M.; Schurtz, G. [CEA/DAM-Ile de France, 91 - Bruyeres Le Chatel (France)

    2000-07-01

    In simulations of laser-produced plasma, modeling of heat transport requires an artificial limitation of standard Spitzer-Haerm fluxes. To improve heat conduction processing, we have developed a multidimensional model which accounts for non-local features of heat transport and effects of self-generated magnetic fields. This consistent treatment of both mechanisms has been implemented in a two-dimensional radiation-hydrodynamic code. First results indicate good agreements between simulations and experimental data. (authors)

  12. Non-standard model for electron heat transport for multidimensional hydrodynamic codes

    International Nuclear Information System (INIS)

    Nicolai, Ph.; Busquet, M.; Schurtz, G.

    2000-01-01

    In simulations of laser-produced plasma, modeling of heat transport requires an artificial limitation of standard Spitzer-Haerm fluxes. To improve heat conduction processing, we have developed a multidimensional model which accounts for non-local features of heat transport and effects of self-generated magnetic fields. This consistent treatment of both mechanisms has been implemented in a two-dimensional radiation-hydrodynamic code. First results indicate good agreements between simulations and experimental data. (authors)

  13. Nonlinear to Linear Elastic Code Coupling in 2-D Axisymmetric Media.

    Energy Technology Data Exchange (ETDEWEB)

    Preston, Leiph [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-08-01

    Explosions within the earth nonlinearly deform the local media, but at typical seismological observation distances, the seismic waves can be considered linear. Although nonlinear algorithms can simulate explosions in the very near field well, these codes are computationally expensive and inaccurate at propagating these signals to great distances. A linearized wave propagation code, coupled to a nonlinear code, provides an efficient mechanism to both accurately simulate the explosion itself and to propagate these signals to distant receivers. To this end we have coupled Sandia's nonlinear simulation algorithm CTH to a linearized elastic wave propagation code for 2-D axisymmetric media (axiElasti) by passing information from the nonlinear to the linear code via time-varying boundary conditions. In this report, we first develop the 2-D axisymmetric elastic wave equations in cylindrical coordinates. Next we show how we design the time-varying boundary conditions passing information from CTH to axiElasti, and finally we demonstrate the coupling code via a simple study of the elastic radius.

  14. Dissipation terms in one-dimensional hydrodynamic code for ICF target

    International Nuclear Information System (INIS)

    Tamba, Moritake; Niu, Keishiro.

    1985-01-01

    The one-dimensional hydrodynamic code so far used for the simulation of the target improsion in ICF, the artificial viscosity has been employed as the dissipation terms. This artificial viscosity depends on the mesh width of the space using in the simulation and is much large in comparison with the real viscosity. In this paper, it is shown that this artificial viscosity leads to the unreasonable fusion parameters depending on the used mesh width of the space. Several methods to modify the dissipation term are given in this paper. (author)

  15. MULTI2D - a computer code for two-dimensional radiation hydrodynamics

    Science.gov (United States)

    Ramis, R.; Meyer-ter-Vehn, J.; Ramírez, J.

    2009-06-01

    Simulation of radiation hydrodynamics in two spatial dimensions is developed, having in mind, in particular, target design for indirectly driven inertial confinement energy (IFE) and the interpretation of related experiments. Intense radiation pulses by laser or particle beams heat high-Z target configurations of different geometries and lead to a regime which is optically thick in some regions and optically thin in others. A diffusion description is inadequate in this situation. A new numerical code has been developed which describes hydrodynamics in two spatial dimensions (cylindrical R-Z geometry) and radiation transport along rays in three dimensions with the 4 π solid angle discretized in direction. Matter moves on a non-structured mesh composed of trilateral and quadrilateral elements. Radiation flux of a given direction enters on two (one) sides of a triangle and leaves on the opposite side(s) in proportion to the viewing angles depending on the geometry. This scheme allows to propagate sharply edged beams without ray tracing, though at the price of some lateral diffusion. The algorithm treats correctly both the optically thin and optically thick regimes. A symmetric semi-implicit (SSI) method is used to guarantee numerical stability. Program summaryProgram title: MULTI2D Catalogue identifier: AECV_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AECV_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 151 098 No. of bytes in distributed program, including test data, etc.: 889 622 Distribution format: tar.gz Programming language: C Computer: PC (32 bits architecture) Operating system: Linux/Unix RAM: 2 Mbytes Word size: 32 bits Classification: 19.7 External routines: X-window standard library (libX11.so) and corresponding heading files (X11/*.h) are

  16. Fast algorithm for two-dimensional data table use in hydrodynamic and radiative-transfer codes

    International Nuclear Information System (INIS)

    Slattery, W.L.; Spangenberg, W.H.

    1982-01-01

    A fast algorithm for finding interpolated atomic data in irregular two-dimensional tables with differing materials is described. The algorithm is tested in a hydrodynamic/radiative transfer code and shown to be of comparable speed to interpolation in regularly spaced tables, which require no table search. The concepts presented are expected to have application in any situation with irregular vector lengths. Also, the procedures that were rejected either because they were too slow or because they involved too much assembly coding are described

  17. The effects of hypercapnia on cortical capillary transit time heterogeneity (CTH) in anesthetized mice

    DEFF Research Database (Denmark)

    Gutiérrez-Jiménez, Eugenio; Angleys, Hugo; Rasmussen, Peter Mondrup

    2018-01-01

    Capillary flow patterns are highly heterogeneous in the resting brain. During hyperemia, capillary transit-time heterogeneity (CTH) decreases, in proportion to blood's mean transit time (MTT) in passive, compliant microvascular networks. Previously, we found that functional activation reduces...

  18. Iterative linear solvers in a 2D radiation-hydrodynamics code: Methods and performance

    International Nuclear Information System (INIS)

    Baldwin, C.; Brown, P.N.; Falgout, R.; Graziani, F.; Jones, J.

    1999-01-01

    Computer codes containing both hydrodynamics and radiation play a central role in simulating both astrophysical and inertial confinement fusion (ICF) phenomena. A crucial aspect of these codes is that they require an implicit solution of the radiation diffusion equations. The authors present in this paper the results of a comparison of five different linear solvers on a range of complex radiation and radiation-hydrodynamics problems. The linear solvers used are diagonally scaled conjugate gradient, GMRES with incomplete LU preconditioning, conjugate gradient with incomplete Cholesky preconditioning, multigrid, and multigrid-preconditioned conjugate gradient. These problems involve shock propagation, opacities varying over 5--6 orders of magnitude, tabular equations of state, and dynamic ALE (Arbitrary Lagrangian Eulerian) meshes. They perform a problem size scalability study by comparing linear solver performance over a wide range of problem sizes from 1,000 to 100,000 zones. The fundamental question they address in this paper is: Is it more efficient to invert the matrix in many inexpensive steps (like diagonally scaled conjugate gradient) or in fewer expensive steps (like multigrid)? In addition, what is the answer to this question as a function of problem size and is the answer problem dependent? They find that the diagonally scaled conjugate gradient method performs poorly with the growth of problem size, increasing in both iteration count and overall CPU time with the size of the problem and also increasing for larger time steps. For all problems considered, the multigrid algorithms scale almost perfectly (i.e., the iteration count is approximately independent of problem size and problem time step). For pure radiation flow problems (i.e., no hydrodynamics), they see speedups in CPU time of factors of ∼15--30 for the largest problems, when comparing the multigrid solvers relative to diagonal scaled conjugate gradient

  19. StarSmasher: Smoothed Particle Hydrodynamics code for smashing stars and planets

    Science.gov (United States)

    Gaburov, Evghenii; Lombardi, James C., Jr.; Portegies Zwart, Simon; Rasio, F. A.

    2018-05-01

    Smoothed Particle Hydrodynamics (SPH) is a Lagrangian particle method that approximates a continuous fluid as discrete nodes, each carrying various parameters such as mass, position, velocity, pressure, and temperature. In an SPH simulation the resolution scales with the particle density; StarSmasher is able to handle both equal-mass and equal number-density particle models. StarSmasher solves for hydro forces by calculating the pressure for each particle as a function of the particle's properties - density, internal energy, and internal properties (e.g. temperature and mean molecular weight). The code implements variational equations of motion and libraries to calculate the gravitational forces between particles using direct summation on NVIDIA graphics cards. Using a direct summation instead of a tree-based algorithm for gravity increases the accuracy of the gravity calculations at the cost of speed. The code uses a cubic spline for the smoothing kernel and an artificial viscosity prescription coupled with a Balsara Switch to prevent unphysical interparticle penetration. The code also implements an artificial relaxation force to the equations of motion to add a drag term to the calculated accelerations during relaxation integrations. Initially called StarCrash, StarSmasher was developed originally by Rasio.

  20. VizieR Online Data Catalog: FARGO_THORIN 1.0 hydrodynamic code (Chrenko+, 2017)

    Science.gov (United States)

    Chrenko, O.; Broz, M.; Lambrechts, M.

    2017-07-01

    This archive contains the source files, documentation and example simulation setups of the FARGO_THORIN 1.0 hydrodynamic code. The program was introduced, described and used for simulations in the paper. It is built on top of the FARGO code (Masset, 2000A&AS..141..165M, Baruteau & Masset, 2008ApJ...672.1054B) and it is also interfaced with the REBOUND integrator package (Rein & Liu, 2012A&A...537A.128R). THORIN stands for Two-fluid HydrOdynamics, the Rebound integrator Interface and Non-isothermal gas physics. The program is designed for self-consistent investigations of protoplanetary systems consisting of a gas disk, a disk of small solid particles (pebbles) and embedded protoplanets. Code features: I) Non-isothermal gas disk with implicit numerical solution of the energy equation. The implemented energy source terms are: Compressional heating, viscous heating, stellar irradiation, vertical escape of radiation, radiative diffusion in the midplane and radiative feedback to accretion heating of protoplanets. II) Planets evolved in 3D, with close encounters allowed. The orbits are integrated using the IAS15 integrator (Rein & Spiegel, 2015MNRAS.446.1424R). The code detects the collisions among planets and resolve them as mergers. III) Refined treatment of the planet-disk gravitational interaction. The code uses a vertical averaging of the gravitational potential, as outlined in Muller & Kley (2012A&A...539A..18M). IV) Pebble disk represented by an Eulerian, presureless and inviscid fluid. The pebble dynamics is affected by the Epstein gas drag and optionally by the diffusive effects. We also implemented the drag back-reaction term into the Navier-Stokes equation for the gas. Archive summary: ------------------------------------------------------------------------- directory/file Explanation ------------------------------------------------------------------------- /in_relax Contains setup of the first example simulation /in_wplanet Contains setup of the second

  1. Comparing CTH simulations and experiments on explosively loaded rings

    Science.gov (United States)

    Braithwaite, C. H.; Aydelotte, Brady; Collins, Adam; Thadhani, Naresh; Williamson, David Martin

    2012-03-01

    A series of experiments were conducted on explosively loaded metallic rings for the purpose of studying fragmentation. In addition to the collection of fragments for analysis, the radial velocity of the expanding ring was measured with photon Doppler velocimetry (PDV) and the arrangement was imaged using high speed photography. Both the ring material and the material used as the explosive container were altered and the results compared with simulations performed in CTH. Good agreement was found between the simulations and the experiments. The maximum radial velocity attained was approximately 380 m/s, which was achieved through loading with a 5g PETN based charge.

  2. TESS: A RELATIVISTIC HYDRODYNAMICS CODE ON A MOVING VORONOI MESH

    International Nuclear Information System (INIS)

    Duffell, Paul C.; MacFadyen, Andrew I.

    2011-01-01

    We have generalized a method for the numerical solution of hyperbolic systems of equations using a dynamic Voronoi tessellation of the computational domain. The Voronoi tessellation is used to generate moving computational meshes for the solution of multidimensional systems of conservation laws in finite-volume form. The mesh-generating points are free to move with arbitrary velocity, with the choice of zero velocity resulting in an Eulerian formulation. Moving the points at the local fluid velocity makes the formulation effectively Lagrangian. We have written the TESS code to solve the equations of compressible hydrodynamics and magnetohydrodynamics for both relativistic and non-relativistic fluids on a dynamic Voronoi mesh. When run in Lagrangian mode, TESS is significantly less diffusive than fixed mesh codes and thus preserves contact discontinuities to high precision while also accurately capturing strong shock waves. TESS is written for Cartesian, spherical, and cylindrical coordinates and is modular so that auxiliary physics solvers are readily integrated into the TESS framework and so that this can be readily adapted to solve general systems of equations. We present results from a series of test problems to demonstrate the performance of TESS and to highlight some of the advantages of the dynamic tessellation method for solving challenging problems in astrophysical fluid dynamics.

  3. Modeling the NPE

    Energy Technology Data Exchange (ETDEWEB)

    Bos, R. [Los Alamos National Lab., NM (United States)

    1994-12-31

    Calculations using the Sandia National Laboratory Eulerian hydrodynamic code CTH were performed to model the NPE. The calculations were primarily intended to confirm the adequacy of the tuff equation of state for near field calculations. Results compared with experimental data indicate good agreement in the range that the eos is considered to be valid (>1GPa). Results for the intermediate field are also given and show where the near field eos starts to be suspect.

  4. Er:YAG and CTH:YAG laser radiation: contact versus non-contact enamel ablation and sonic-activated bulk composite placement

    International Nuclear Information System (INIS)

    Buckova, M; Kasparova, M; Dostalova, T; Jelinkova, H; Sulc, J; Nemec, M; Fibrich, M; Bradna, P; Miyagi, M

    2013-01-01

    Laser radiation can be used for effective caries removal and cavity preparation without significant thermal effects, collateral damage of tooth structure, or patient discomfort. The aim of this study was to compare the quality of tissue after contact or non-contact Er:YAG and CTH:YAG laser radiation ablation. The second goal was to increase the sealing ability of hard dental tissues using sonic-activated bulk filling material with change in viscosity during processing. The artificial caries was prepared in intact teeth to simulate a demineralized surface and then the Er:YAG or CTH:YAG laser radiation was applied. The enamel artificial caries was gently removed by the laser radiation and sonic-activated composite fillings were inserted. A stereomicroscope and then a scanning electron microscope were used to evaluate the enamel surface. Er:YAG contact mode ablation in enamel was quick and precise; the cavity was smooth with a keyhole shaped prism and rod relief arrangement without a smear layer. The sonic-activated filling material was consistently regularly distributed; no cracks or microleakage in the enamel were observed. CTH:YAG irradiation was able to clean but not ablate the enamel surface; in contact and also in non-contact mode there was evidence of melting and fusing of the enamel. (paper)

  5. Er:YAG and CTH:YAG laser radiation: contact versus non-contact enamel ablation and sonic-activated bulk composite placement

    Science.gov (United States)

    Buckova, M.; Kasparova, M.; Dostalova, T.; Jelinkova, H.; Sulc, J.; Nemec, M.; Fibrich, M.; Bradna, P.; Miyagi, M.

    2013-05-01

    Laser radiation can be used for effective caries removal and cavity preparation without significant thermal effects, collateral damage of tooth structure, or patient discomfort. The aim of this study was to compare the quality of tissue after contact or non-contact Er:YAG and CTH:YAG laser radiation ablation. The second goal was to increase the sealing ability of hard dental tissues using sonic-activated bulk filling material with change in viscosity during processing. The artificial caries was prepared in intact teeth to simulate a demineralized surface and then the Er:YAG or CTH:YAG laser radiation was applied. The enamel artificial caries was gently removed by the laser radiation and sonic-activated composite fillings were inserted. A stereomicroscope and then a scanning electron microscope were used to evaluate the enamel surface. Er:YAG contact mode ablation in enamel was quick and precise; the cavity was smooth with a keyhole shaped prism and rod relief arrangement without a smear layer. The sonic-activated filling material was consistently regularly distributed; no cracks or microleakage in the enamel were observed. CTH:YAG irradiation was able to clean but not ablate the enamel surface; in contact and also in non-contact mode there was evidence of melting and fusing of the enamel.

  6. Development and Verification of Smoothed Particle Hydrodynamics Code for Analysis of Tsunami near NPP

    Energy Technology Data Exchange (ETDEWEB)

    Jo, Young Beom; Kim, Eung Soo [Seoul National Univ., Seoul (Korea, Republic of)

    2014-10-15

    It becomes more complicated when considering the shape and phase of the ground below the seawater. Therefore, some different attempts are required to precisely analyze the behavior of tsunami. This paper introduces an on-going activities on code development in SNU based on an unconventional mesh-free fluid analysis method called Smoothed Particle Hydrodynamics (SPH) and its verification work with some practice simulations. This paper summarizes the on-going development and verification activities on Lagrangian mesh-free SPH code in SNU. The newly developed code can cover equation of motions and heat conduction equation so far, and verification of each models is completed. In addition, parallel computation using GPU is now possible, and GUI is also prepared. If users change input geometry or input values, they can simulate for various conditions geometries. A SPH method has large advantages and potential in modeling of free surface, highly deformable geometry and multi-phase problems that traditional grid-based code has difficulties in analysis. Therefore, by incorporating more complex physical models such as turbulent flow, phase change, two-phase flow, and even solid mechanics, application of the current SPH code is expected to be much more extended including molten fuel behaviors in the sever accident.

  7. A 3D spectral anelastic hydrodynamic code for shearing, stratified flows

    Science.gov (United States)

    Barranco, Joseph A.; Marcus, Philip S.

    2006-11-01

    We have developed a three-dimensional (3D) spectral hydrodynamic code to study vortex dynamics in rotating, shearing, stratified systems (e.g., the atmosphere of gas giant planets, protoplanetary disks around newly forming protostars). The time-independent background state is stably stratified in the vertical direction and has a unidirectional linear shear flow aligned with one horizontal axis. Superposed on this background state is an unsteady, subsonic flow that is evolved with the Euler equations subject to the anelastic approximation to filter acoustic phenomena. A Fourier Fourier basis in a set of quasi-Lagrangian coordinates that advect with the background shear is used for spectral expansions in the two horizontal directions. For the vertical direction, two different sets of basis functions have been implemented: (1) Chebyshev polynomials on a truncated, finite domain, and (2) rational Chebyshev functions on an infinite domain. Use of this latter set is equivalent to transforming the infinite domain to a finite one with a cotangent mapping, and using cosine and sine expansions in the mapped coordinate. The nonlinear advection terms are time-integrated explicitly, the pressure/enthalpy terms are integrated semi-implicitly, and the Coriolis force and buoyancy terms are treated semi-analytically. We show that internal gravity waves can be damped by adding new terms to the Euler equations. The code exhibits excellent parallel performance with the message passing interface (MPI). As a demonstration of the code, we simulate the merger of two 3D vortices in the midplane of a protoplanetary disk.

  8. Experiences and results multitasking a hydrodynamics code on global and local memory machines

    International Nuclear Information System (INIS)

    Mandell, D.

    1987-01-01

    A one-dimensional, time-dependent Lagrangian hydrodynamics code using a Godunov solution method has been multimasked for the Cray X-MP/48, the Intel iPSC hypercube, the Alliant FX series and the IBM RP3 computers. Actual multitasking results have been obtained for the Cray, Intel and Alliant computers and simulated results were obtained for the Cray and RP3 machines. The differences in the methods required to multitask on each of the machines is discussed. Results are presented for a sample problem involving a shock wave moving down a channel. Comparisons are made between theoretical speedups, predicted by Amdahl's law, and the actual speedups obtained. The problems of debugging on the different machines are also described

  9. A new relativistic viscous hydrodynamics code and its application to the Kelvin-Helmholtz instability in high-energy heavy-ion collisions

    Energy Technology Data Exchange (ETDEWEB)

    Okamoto, Kazuhisa [Nagoya University, Department of Physics, Nagoya (Japan); Nonaka, Chiho [Nagoya University, Department of Physics, Nagoya (Japan); Nagoya University, Kobayashi-Maskawa Institute for the Origin of Particles and the Universe (KMI), Nagoya (Japan); Duke University, Department of Physics, Durham, NC (United States)

    2017-06-15

    We construct a new relativistic viscous hydrodynamics code optimized in the Milne coordinates. We split the conservation equations into an ideal part and a viscous part, using the Strang spitting method. In the code a Riemann solver based on the two-shock approximation is utilized for the ideal part and the Piecewise Exact Solution (PES) method is applied for the viscous part. We check the validity of our numerical calculations by comparing analytical solutions, the viscous Bjorken's flow and the Israel-Stewart theory in Gubser flow regime. Using the code, we discuss possible development of the Kelvin-Helmholtz instability in high-energy heavy-ion collisions. (orig.)

  10. A new relativistic viscous hydrodynamics code and its application to the Kelvin-Helmholtz instability in high-energy heavy-ion collisions

    Science.gov (United States)

    Okamoto, Kazuhisa; Nonaka, Chiho

    2017-06-01

    We construct a new relativistic viscous hydrodynamics code optimized in the Milne coordinates. We split the conservation equations into an ideal part and a viscous part, using the Strang spitting method. In the code a Riemann solver based on the two-shock approximation is utilized for the ideal part and the Piecewise Exact Solution (PES) method is applied for the viscous part. We check the validity of our numerical calculations by comparing analytical solutions, the viscous Bjorken's flow and the Israel-Stewart theory in Gubser flow regime. Using the code, we discuss possible development of the Kelvin-Helmholtz instability in high-energy heavy-ion collisions.

  11. CMacIonize: Monte Carlo photoionisation and moving-mesh radiation hydrodynamics

    Science.gov (United States)

    Vandenbroucke, Bert; Wood, Kenneth

    2018-02-01

    CMacIonize simulates the self-consistent evolution of HII regions surrounding young O and B stars, or other sources of ionizing radiation. The code combines a Monte Carlo photoionization algorithm that uses a complex mix of hydrogen, helium and several coolants in order to self-consistently solve for the ionization and temperature balance at any given time, with a standard first order hydrodynamics scheme. The code can be run as a post-processing tool to get the line emission from an existing simulation snapshot, but can also be used to run full radiation hydrodynamical simulations. Both the radiation transfer and the hydrodynamics are implemented in a general way that is independent of the grid structure that is used to discretize the system, allowing it to be run both as a standard fixed grid code and also as a moving-mesh code.

  12. Structure of the solar photosphere studied from the radiation hydrodynamics code ANTARES

    Science.gov (United States)

    Leitner, P.; Lemmerer, B.; Hanslmeier, A.; Zaqarashvili, T.; Veronig, A.; Grimm-Strele, H.; Muthsam, H. J.

    2017-09-01

    The ANTARES radiation hydrodynamics code is capable of simulating the solar granulation in detail unequaled by direct observation. We introduce a state-of-the-art numerical tool to the solar physics community and demonstrate its applicability to model the solar granulation. The code is based on the weighted essentially non-oscillatory finite volume method and by its implementation of local mesh refinement is also capable of simulating turbulent fluids. While the ANTARES code already provides promising insights into small-scale dynamical processes occurring in the quiet-Sun photosphere, it will soon be capable of modeling the latter in the scope of radiation magnetohydrodynamics. In this first preliminary study we focus on the vertical photospheric stratification by examining a 3-D model photosphere with an evolution time much larger than the dynamical timescales of the solar granulation and of particular large horizontal extent corresponding to 25''×25'' on the solar surface to smooth out horizontal spatial inhomogeneities separately for up- and downflows. The highly resolved Cartesian grid thereby covers ˜4 Mm of the upper convection zone and the adjacent photosphere. Correlation analysis, both local and two-point, provides a suitable means to probe the photospheric structure and thereby to identify several layers of characteristic dynamics: The thermal convection zone is found to reach some ten kilometers above the solar surface, while convectively overshooting gas penetrates even higher into the low photosphere. An ≈145 km wide transition layer separates the convective from the oscillatory layers in the higher photosphere.

  13. Gaming as a Therapeutic Tool in Adolescence. Experience of Institutional Therapy of CThA, UCL, Brussels, Belgium.

    Science.gov (United States)

    Descamps, Guillaume; d'Alcantara, Ann

    2016-09-01

    This work presents the experience of an Emancipatory action research led at the Therapeutic Center for Adolescents (CThA) at Saint Luc's Clinics (UCL). This research focuses on the practice effects of "Pixels" and "Passerelle" workshops at CThA. It is about the use of video games as a therapeutic tool, mobilizing of the symptomatology of the teenager. "Pixels" workshops use playing according to three specific forms: the paper role-play game, the video game, and the cards playing game. Their specificity is that the participative adult shows a regressive ability strong enough to play with teenagers and is very careful to not interpret what takes place within. "Passerelle" workshops demonstrate the link between the teenager's mind and the use of his own virtual avatar. It allows to evolve from a "play together" to a "talk together", a moment of symbolization and of being able to stand back in regards to his or her own recreational activities. As a discussion, this clinical illustration of Karl recovering from depression and dependency. This setting for speech allowed him to evolve into an impulse mood and to reconnect emotionally.

  14. Fully implicit 1D radiation hydrodynamics: Validation and verification

    International Nuclear Information System (INIS)

    Ghosh, Karabi; Menon, S.V.G.

    2010-01-01

    A fully implicit finite difference scheme has been developed to solve the hydrodynamic equations coupled with radiation transport. Solution of the time-dependent radiation transport equation is obtained using the discrete ordinates method and the energy flow into the Lagrangian meshes as a result of radiation interaction is fully accounted for. A tridiagonal matrix system is solved at each time step to determine the hydrodynamic variables implicitly. The results obtained from this fully implicit radiation hydrodynamics code in the planar geometry agrees well with the scaling law for radiation driven strong shock propagation in aluminium. For the point explosion problem the self similar solutions are compared with results for pure hydrodynamic case in spherical geometry. Results obtained when radiation interaction is also accounted agree with those of point explosion with heat conduction for lower input energies. Having, thus, benchmarked the code, self convergence of the method w.r.t. time step is studied in detail for both the planar and spherical problems. Spatial as well as temporal convergence rates are ≅1 as expected from the difference forms of mass, momentum and energy conservation equations. This shows that the asymptotic convergence rate of the code is realized properly.

  15. Coupling Hydrodynamic and Wave Propagation Codes for Modeling of Seismic Waves recorded at the SPE Test.

    Science.gov (United States)

    Larmat, C. S.; Rougier, E.; Delorey, A.; Steedman, D. W.; Bradley, C. R.

    2016-12-01

    The goal of the Source Physics Experiment (SPE) is to bring empirical and theoretical advances to the problem of detection and identification of underground nuclear explosions. For this, the SPE program includes a strong modeling effort based on first principles calculations with the challenge to capture both the source and near-source processes and those taking place later in time as seismic waves propagate within complex 3D geologic environments. In this paper, we report on results of modeling that uses hydrodynamic simulation codes (Abaqus and CASH) coupled with a 3D full waveform propagation code, SPECFEM3D. For modeling the near source region, we employ a fully-coupled Euler-Lagrange (CEL) modeling capability with a new continuum-based visco-plastic fracture model for simulation of damage processes, called AZ_Frac. These capabilities produce high-fidelity models of various factors believed to be key in the generation of seismic waves: the explosion dynamics, a weak grout-filled borehole, the surrounding jointed rock, and damage creation and deformations happening around the source and the free surface. SPECFEM3D, based on the Spectral Element Method (SEM) is a direct numerical method for full wave modeling with mathematical accuracy. The coupling interface consists of a series of grid points of the SEM mesh situated inside of the hydrodynamic code's domain. Displacement time series at these points are computed using output data from CASH or Abaqus (by interpolation if needed) and fed into the time marching scheme of SPECFEM3D. We will present validation tests with the Sharpe's model and comparisons of waveforms modeled with Rg waves (2-8Hz) that were recorded up to 2 km for SPE. We especially show effects of the local topography, velocity structure and spallation. Our models predict smaller amplitudes of Rg waves for the first five SPE shots compared to pure elastic models such as Denny &Johnson (1991).

  16. Effect of Second-Order Hydrodynamics on a Floating Offshore Wind Turbine

    Energy Technology Data Exchange (ETDEWEB)

    Roald, L.; Jonkman, J.; Robertson, A.

    2014-05-01

    The design of offshore floating wind turbines uses design codes that can simulate the entire coupled system behavior. At the present, most codes include only first-order hydrodynamics, which induce forces and motions varying with the same frequency as the incident waves. Effects due to second- and higher-order hydrodynamics are often ignored in the offshore industry, because the forces induced typically are smaller than the first-order forces. In this report, first- and second-order hydrodynamic analysis used in the offshore oil and gas industry is applied to two different wind turbine concepts--a spar and a tension leg platform.

  17. CRKSPH: A new meshfree hydrodynamics method with applications to astrophysics

    Science.gov (United States)

    Owen, John Michael; Raskin, Cody; Frontiere, Nicholas

    2018-01-01

    The study of astrophysical phenomena such as supernovae, accretion disks, galaxy formation, and large-scale structure formation requires computational modeling of, at a minimum, hydrodynamics and gravity. Developing numerical methods appropriate for these kinds of problems requires a number of properties: shock-capturing hydrodynamics benefits from rigorous conservation of invariants such as total energy, linear momentum, and mass; lack of obvious symmetries or a simplified spatial geometry to exploit necessitate 3D methods that ideally are Galilean invariant; the dynamic range of mass and spatial scales that need to be resolved can span many orders of magnitude, requiring methods that are highly adaptable in their space and time resolution. We have developed a new Lagrangian meshfree hydrodynamics method called Conservative Reproducing Kernel Smoothed Particle Hydrodynamics, or CRKSPH, in order to meet these goals. CRKSPH is a conservative generalization of the meshfree reproducing kernel method, combining the high-order accuracy of reproducing kernels with the explicit conservation of mass, linear momentum, and energy necessary to study shock-driven hydrodynamics in compressible fluids. CRKSPH's Lagrangian, particle-like nature makes it simple to combine with well-known N-body methods for modeling gravitation, similar to the older Smoothed Particle Hydrodynamics (SPH) method. Indeed, CRKSPH can be substituted for SPH in existing SPH codes due to these similarities. In comparison to SPH, CRKSPH is able to achieve substantially higher accuracy for a given number of points due to the explicitly consistent (and higher-order) interpolation theory of reproducing kernels, while maintaining the same conservation principles (and therefore applicability) as SPH. There are currently two coded implementations of CRKSPH available: one in the open-source research code Spheral, and the other in the high-performance cosmological code HACC. Using these codes we have applied

  18. A HYDROCHEMICAL HYBRID CODE FOR ASTROPHYSICAL PROBLEMS. I. CODE VERIFICATION AND BENCHMARKS FOR A PHOTON-DOMINATED REGION (PDR)

    International Nuclear Information System (INIS)

    Motoyama, Kazutaka; Morata, Oscar; Hasegawa, Tatsuhiko; Shang, Hsien; Krasnopolsky, Ruben

    2015-01-01

    A two-dimensional hydrochemical hybrid code, KM2, is constructed to deal with astrophysical problems that would require coupled hydrodynamical and chemical evolution. The code assumes axisymmetry in a cylindrical coordinate system and consists of two modules: a hydrodynamics module and a chemistry module. The hydrodynamics module solves hydrodynamics using a Godunov-type finite volume scheme and treats included chemical species as passively advected scalars. The chemistry module implicitly solves nonequilibrium chemistry and change of energy due to thermal processes with transfer of external ultraviolet radiation. Self-shielding effects on photodissociation of CO and H 2 are included. In this introductory paper, the adopted numerical method is presented, along with code verifications using the hydrodynamics module and a benchmark on the chemistry module with reactions specific to a photon-dominated region (PDR). Finally, as an example of the expected capability, the hydrochemical evolution of a PDR is presented based on the PDR benchmark

  19. Unusual Self-Assembly of the Recombinant Chlamydia trachomatis Major Outer Membrane Protein-Based Fusion Antigen CTH522 Into Protein Nanoparticles

    DEFF Research Database (Denmark)

    Rose, Fabrice; Karlsen, Kasper; Jensen, Pernille

    2018-01-01

    Sexually transmitted Chlamydia trachomatis (Ct) infects more than 100 million people annually, and untreated chlamydia infections can cause severe complications. Therefore, there is an urgent need for a chlamydia vaccine. The Ct major outer membrane protein (MOMP) is highly immunogenic but is a c......Sexually transmitted Chlamydia trachomatis (Ct) infects more than 100 million people annually, and untreated chlamydia infections can cause severe complications. Therefore, there is an urgent need for a chlamydia vaccine. The Ct major outer membrane protein (MOMP) is highly immunogenic...... but is a challenging vaccine candidate by being an integral membrane protein, and the immunogenicity depends on a correctly folded structure. We investigated the biophysical properties of the recombinant MOMP-based fusion antigen CTH522, which is tested in early human clinical trials. It consists of a truncated......-defined secondary structural elements, and no thermal transitions were measurable. Chemical unfolding resulted monomers that upon removal of the denaturant self-assembled into higher order structures, comparable to the structure of the native protein. The conformation of CTH522 in nanoparticles is thus not entirely...

  20. A strong adjuvant based on glycol-chitosan-coated lipid-polymer hybrid nanoparticles potentiates mucosal immune responses against the recombinant Chlamydia trachomatis fusion antigen CTH522.

    Science.gov (United States)

    Rose, Fabrice; Wern, Jeanette Erbo; Gavins, Francesca; Andersen, Peter; Follmann, Frank; Foged, Camilla

    2018-02-10

    Induction of mucosal immunity with vaccines is attractive for the immunological protection against pathogen entry directly at the site of infection. An example is infection with Chlamydia trachomatis (Ct), which is the most common sexually transmitted infection in the world, and there is an unmet medical need for an effective vaccine. A vaccine against Ct should elicit protective humoral and cell-mediated immune (CMI) responses in the genital tract mucosa. We previously designed an antibody- and CMI-inducing adjuvant based on poly(dl-lactic-co-glycolic acid) (PLGA) nanoparticles modified with the cationic surfactant dimethyldioctadecylammonium bromide and the immunopotentiator trehalose-6,6'-dibehenate. Here we show that immunization with these lipid-polymer hybrid nanoparticles (LPNs) coated with the mucoadhesive polymer chitosan enhances mucosal immune responses. Glycol chitosan (GC)-modified LPNs were engineered using an oil-in-water single emulsion solvent evaporation method. The nanoparticle design was optimized in a highly systematic way by using a quality-by-design approach to define the optimal operating space and to gain maximal mechanistic information about the GC coating of the LPNs. Cryo-transmission electron microscopy revealed a PLGA core coated with one or several concentric lipid bilayers. The GC coating of the surface was identified as a saturable, GC concentration-dependent increase in particle size and a reduction of the zeta-potential, and the coating layer could be compressed upon addition of salt. Increased antigen-specific mucosal immune responses were induced in the lungs and the genital tract with the optimized GC-coated LPN adjuvant upon nasal immunization of mice with the recombinant Ct fusion antigen CTH522. The mucosal responses were characterized by CTH522-specific IgG/IgA antibodies, together with CTH522-specific interferon γ-producing Th1 cells. This study demonstrates that mucosal administration of CTH522 adjuvanted with chitosan

  1. Effects of ponderomotive forces and space-charge field on laser plasma hydrodynamics

    International Nuclear Information System (INIS)

    Cang Yu; Lu Xin; Wu Huichun; Zhang Jie

    2005-01-01

    Using a two-fluid two-temperature hydrodynamic code, authors studied the hydrodynamics in the interaction of intense (10 15 W/cm 2 ) ultrashort (150 fs) laser pulses and linear density plasmas. The simulation results show the ponderomotive force effect on the formation of the electron density ripples in under-dense region, such ripples increase the reflection of the laser pulse, and on the separation of the plasma in critical surface. Quasi-electroneutrality is not suitable in this case because of the different ponderomotive force and the gradient of thermal-pressure for ions and electrons. Ions are moved by the electrostatic force. Comparing with the simulation results from one-fluid two-temperature code, authors find that under strong ponderomotive force and gradient of thermo-pressure, two-fluid code is more suitable to simulate the hydrodynamics of plasmas. (authors)

  2. DCOMP Award Lecture (Metropolis): A 3D Spectral Anelastic Hydrodynamic Code for Shearing, Stratified Flows

    Science.gov (United States)

    Barranco, Joseph

    2006-03-01

    We have developed a three-dimensional (3D) spectral hydrodynamic code to study vortex dynamics in rotating, shearing, stratified systems (eg, the atmosphere of gas giant planets, protoplanetary disks around newly forming protostars). The time-independent background state is stably stratified in the vertical direction and has a unidirectional linear shear flow aligned with one horizontal axis. Superposed on this background state is an unsteady, subsonic flow that is evolved with the Euler equations subject to the anelastic approximation to filter acoustic phenomena. A Fourier-Fourier basis in a set of quasi-Lagrangian coordinates that advect with the background shear is used for spectral expansions in the two horizontal directions. For the vertical direction, two different sets of basis functions have been implemented: (1) Chebyshev polynomials on a truncated, finite domain, and (2) rational Chebyshev functions on an infinite domain. Use of this latter set is equivalent to transforming the infinite domain to a finite one with a cotangent mapping, and using cosine and sine expansions in the mapped coordinate. The nonlinear advection terms are time integrated explicitly, whereas the Coriolis force, buoyancy terms, and pressure/enthalpy gradient are integrated semi- implicitly. We show that internal gravity waves can be damped by adding new terms to the Euler equations. The code exhibits excellent parallel performance with the Message Passing Interface (MPI). As a demonstration of the code, we simulate vortex dynamics in protoplanetary disks and the Kelvin-Helmholtz instability in the dusty midplanes of protoplanetary disks.

  3. Modeling of laser-driven hydrodynamics experiments

    Science.gov (United States)

    di Stefano, Carlos; Doss, Forrest; Rasmus, Alex; Flippo, Kirk; Desjardins, Tiffany; Merritt, Elizabeth; Kline, John; Hager, Jon; Bradley, Paul

    2017-10-01

    Correct interpretation of hydrodynamics experiments driven by a laser-produced shock depends strongly on an understanding of the time-dependent effect of the irradiation conditions on the flow. In this talk, we discuss the modeling of such experiments using the RAGE radiation-hydrodynamics code. The focus is an instability experiment consisting of a period of relatively-steady shock conditions in which the Richtmyer-Meshkov process dominates, followed by a period of decaying flow conditions, in which the dominant growth process changes to Rayleigh-Taylor instability. The use of a laser model is essential for capturing the transition. also University of Michigan.

  4. The effects of capillary transit time heterogeneity (CTH on the cerebral uptake of glucose and glucose analogs:Application to FDG and comparison to oxygen uptake.

    Directory of Open Access Journals (Sweden)

    Hugo Angleys

    2016-10-01

    Full Text Available Glucose is the brain’s principal source of ATP, but the extent to which cerebral glucose consumption (CMRglc is coupled with its oxygen consumption (CMRO2 remains unclear. Measurements of the brain’s oxygen-glucose index OGI=CMRO2/CMRglc suggest that its oxygen uptake largely suffices for oxidative phosphorylation. Nevertheless, during functional activation and in some disease states, brain tissue seemingly produces lactate although cerebral blood flow (CBF delivers sufficient oxygen, so-called aerobic glycolysis. OGI measurements, in turn, are method-dependent in that estimates based on glucose analog uptake depend on the so-called lumped constant (LC to arrive at CMRglc. Capillary transit time heterogeneity (CTH, which is believed to change during functional activation and some disease states, affects the extraction efficacy of oxygen from blood. We developed a three-compartment model of glucose extraction to examine whether CTH also affects glucose extraction into brain tissue. We then combined this model with our previous model of oxygen extraction to examine whether differential glucose and oxygen extraction might favor nonoxidative glucose metabolism under certain conditions. Our model predicts that glucose uptake is largely unaffected by changes in its plasma concentration, while changes in CBF and CTH affect glucose and oxygen uptake to different extents. Accordingly, functional hyperemia facilitates glucose uptake more than oxygen uptake, favoring aerobic glycolysis during enhanced energy demands. Applying our model to glucose analogs, we observe that LC depends on physiological state, with a risk of overestimating relative increases in CMRglc during functional activation by as much as 50%.

  5. Relativistic viscous hydrodynamics for heavy-ion collisions with ECHO-QGP

    CERN Document Server

    Del Zanna, L; Inghirami, G; Rolando, V; Beraudo, A; De Pace, A; Pagliara, G; Drago, A; Becattini, F

    2013-01-01

    We present ECHO-QGP, a numerical code for $(3+1)$-dimensional relativistic viscous hydrodynamics designed for the modeling of the space-time evolution of the matter created in high energy nuclear collisions. The code has been built on top of the \\emph{Eulerian Conservative High-Order} astrophysical code for general relativistic magneto-hydrodynamics [\\emph{Del Zanna et al., Astron. Astrophys. 473, 11, 2007}] and here it has been upgraded to handle the physics of the Quark-Gluon Plasma. ECHO-QGP features second-order treatment of causal relativistic viscosity effects in both Minkowskian or Bjorken coordinates; partial or complete chemical equilibrium of hadronic species before kinetic freeze-out; initial conditions based on the optical Glauber model, including a Monte-Carlo routine for event-by-event fluctuating initial conditions; a freeze-out procedure based on the Cooper-Frye prescription. The code is extensively validated against several test problems and results always appear accurate, as guaranteed by th...

  6. Equipment, operation and some results from a hot test of the CTH actinide separation process

    International Nuclear Information System (INIS)

    Liljenzin, J.O.; Persson, G.

    1981-01-01

    The CTH actinide separation process has been tested by treating 16 l of 10 year old waste solution from PUREX reprocessing of metallic fuel. It was in general found to operate well and, in some respects, slightly better than design specifications. The extraction process removed more than 99.995% of initial alpha activity. After the sorption steps 5 Bq/l β-activity remained in solution. The modified reversed TALSPEAK process used to separate Am and Cm from the lanthanides gave an Am-Cm product with less than 0.7% of the lanthanides and vice versa. This result can probably be somewhat improved by continuous addition of lactic acid and closer pH control. (orig.)

  7. Smoothed Particle Hydrodynamics Coupled with Radiation Transfer

    Science.gov (United States)

    Susa, Hajime

    2006-04-01

    We have constructed a brand-new radiation hydrodynamics solver based upon Smoothed Particle Hydrodynamics, which works on a parallel computer system. The code is designed to investigate the formation and evolution of first-generation objects at z ≳ 10, where the radiative feedback from various sources plays important roles. The code can compute the fraction of chemical species e, H+, H, H-, H2, and H+2 by by fully implicit time integration. It also can deal with multiple sources of ionizing radiation, as well as radiation at Lyman-Werner band. We compare the results for a few test calculations with the results of one-dimensional simulations, in which we find good agreements with each other. We also evaluate the speedup by parallelization, which is found to be almost ideal, as long as the number of sources is comparable to the number of processors.

  8. The gravitational interaction between N-body (star clusters) and hydrodynamic (ISM) codes in disk galaxy simulations

    International Nuclear Information System (INIS)

    Schroeder, M.C.; Comins, N.F.

    1986-01-01

    During the past twenty years, three approaches to numerical simulations of the evolution of galaxies have been developed. The first approach, N-body programs, models the motion of clusters of stars as point particles which interact via their gravitational potentials to determine the system dynamics. Some N-body codes model molecular clouds as colliding, inelastic particles. The second approach, hydrodynamic models of galactic dynamics, simulates the activity of the interstellar medium as a compressible gas. These models presently do not include stars, the effect of gravitational fields, or allow for stellar evolution and exchange of mass or angular momentum between stars and the interstellar medium. The third approach, stochastic star formation simulations of disk galaxies, allows for the interaction between stars and interstellar gas, but does not allow the star particles to move under the influence of gravity

  9. Final Report for 'Verification and Validation of Radiation Hydrodynamics for Astrophysical Applications'

    International Nuclear Information System (INIS)

    Zingale, M.; Howell, L.H.

    2010-01-01

    The motivation for this work is to gain experience in the methodology of verification and validation (V and V) of astrophysical radiation hydrodynamics codes. In the first period of this work, we focused on building the infrastructure to test a single astrophysical application code, Castro, developed in collaboration between Lawrence Livermore National Laboratory (LLNL) and Lawrence Berkeley Laboratory (LBL). We delivered several hydrodynamic test problems, in the form of coded initial conditions and documentation for verification, routines to perform data analysis, and a generalized regression test suite to allow for continued automated testing. Astrophysical simulation codes aim to model phenomena that elude direct experimentation. Our only direct information about these systems comes from what we observe, and may be transient. Simulation can help further our understanding by allowing virtual experimentation of these systems. However, to have confidence in our simulations requires us to have confidence in the tools we use. Verification and Validation is a process by which we work to build confidence that a simulation code is accurately representing reality. V and V is a multistep process, and is never really complete. Once a single test problem is working as desired (i.e. that problem is verified), one wants to ensure that subsequent code changes do not break that test. At the same time, one must also search for new verification problems that test the code in a new way. It can be rather tedious to manually retest each of the problems, so before going too far with V and V, it is desirable to have an automated test suite. Our project aims to provide these basic tools for astrophysical radiation hydrodynamics codes.

  10. Full sphere hydrodynamic and dynamo benchmarks

    KAUST Repository

    Marti, P.

    2014-01-26

    Convection in planetary cores can generate fluid flow and magnetic fields, and a number of sophisticated codes exist to simulate the dynamic behaviour of such systems. We report on the first community activity to compare numerical results of computer codes designed to calculate fluid flow within a whole sphere. The flows are incompressible and rapidly rotating and the forcing of the flow is either due to thermal convection or due to moving boundaries. All problems defined have solutions that alloweasy comparison, since they are either steady, slowly drifting or perfectly periodic. The first two benchmarks are defined based on uniform internal heating within the sphere under the Boussinesq approximation with boundary conditions that are uniform in temperature and stress-free for the flow. Benchmark 1 is purely hydrodynamic, and has a drifting solution. Benchmark 2 is a magnetohydrodynamic benchmark that can generate oscillatory, purely periodic, flows and magnetic fields. In contrast, Benchmark 3 is a hydrodynamic rotating bubble benchmark using no slip boundary conditions that has a stationary solution. Results from a variety of types of code are reported, including codes that are fully spectral (based on spherical harmonic expansions in angular coordinates and polynomial expansions in radius), mixed spectral and finite difference, finite volume, finite element and also a mixed Fourier-finite element code. There is good agreement between codes. It is found that in Benchmarks 1 and 2, the approximation of a whole sphere problem by a domain that is a spherical shell (a sphere possessing an inner core) does not represent an adequate approximation to the system, since the results differ from whole sphere results. © The Authors 2014. Published by Oxford University Press on behalf of The Royal Astronomical Society.

  11. Entropy-limited hydrodynamics: a novel approach to relativistic hydrodynamics

    Science.gov (United States)

    Guercilena, Federico; Radice, David; Rezzolla, Luciano

    2017-07-01

    We present entropy-limited hydrodynamics (ELH): a new approach for the computation of numerical fluxes arising in the discretization of hyperbolic equations in conservation form. ELH is based on the hybridisation of an unfiltered high-order scheme with the first-order Lax-Friedrichs method. The activation of the low-order part of the scheme is driven by a measure of the locally generated entropy inspired by the artificial-viscosity method proposed by Guermond et al. (J. Comput. Phys. 230(11):4248-4267, 2011, doi: 10.1016/j.jcp.2010.11.043). Here, we present ELH in the context of high-order finite-differencing methods and of the equations of general-relativistic hydrodynamics. We study the performance of ELH in a series of classical astrophysical tests in general relativity involving isolated, rotating and nonrotating neutron stars, and including a case of gravitational collapse to black hole. We present a detailed comparison of ELH with the fifth-order monotonicity preserving method MP5 (Suresh and Huynh in J. Comput. Phys. 136(1):83-99, 1997, doi: 10.1006/jcph.1997.5745), one of the most common high-order schemes currently employed in numerical-relativity simulations. We find that ELH achieves comparable and, in many of the cases studied here, better accuracy than more traditional methods at a fraction of the computational cost (up to {˜}50% speedup). Given its accuracy and its simplicity of implementation, ELH is a promising framework for the development of new special- and general-relativistic hydrodynamics codes well adapted for massively parallel supercomputers.

  12. Thermo-hydrodynamic lubrication in hydrodynamic bearings

    CERN Document Server

    Bonneau, Dominique; Souchet, Dominique

    2014-01-01

    This Series provides the necessary elements to the development and validation of numerical prediction models for hydrodynamic bearings. This book describes the thermo-hydrodynamic and the thermo-elasto-hydrodynamic lubrication. The algorithms are methodically detailed and each section is thoroughly illustrated.

  13. Hydrodynamics in full general relativity with conservative AMR

    OpenAIRE

    East, William E.; Pretorius, Frans; Stephens, Branson C.

    2011-01-01

    There is great interest in numerical relativity simulations involving matter due to the likelihood that binary compact objects involving neutron stars will be detected by gravitational wave observatories in the coming years, as well as to the possibility that binary compact object mergers could explain short-duration gamma-ray bursts. We present a code designed for simulations of hydrodynamics coupled to the Einstein field equations targeted toward such applications. This code has recently be...

  14. Console modification in the video game industry an empirical study of the technological protection measure reforms of the Australian Copyright Act 1968 (Cth)

    OpenAIRE

    Raval, Melchor Inigo

    2017-01-01

    The Australian-United States Free Trade Agreement expanded the access rights provisions, including the technological protection measures (TPM) and anti-circumvention prohibitions in the Copyright Act 1968 (Cth), to address the unauthorised distribution of copyrighted content, colloquially referred to as piracy. Copyright users object to these "paracopyright" principles being implemented as criminal penalties and restrictive Digital Rights Management (DRM). Evidence that piracy has persisted...

  15. 2.097μ Cth:YAG flashlamp pumped high energy high efficiency laser operation (patent pending)

    Science.gov (United States)

    Bar-Joseph, Dan

    2018-02-01

    Flashlamp pumped Cth:YAG lasers are mainly used in medical applications (urology). The main laser transition is at 2.13μ and is called a quasi-three level having an emission cross-section of 7x10-21 cm2 and a ground state absorption of approximately 5%/cm. Because of the relatively low absorption, combined with a modest emission cross-section, the laser requires high reflectivity output coupling, and therefore high intra-cavity energy density which limits the output to approximately 4J/pulse for reliable operation. This paper will describe a method of efficiently generating high output energy at low intra-cavity energy density by using an alternative 2.097μ transition having an emission cross-section of 5x10-21 cm2 and a ground level absorption of approximately 14%/cm.

  16. Simulation of seismic signals from asymmetric LANL hydrodynamic calculations

    International Nuclear Information System (INIS)

    Stevens, J.L.; Rimer, N.; Halda, E.J.; Barker, T.G.; Davis, C.G.; Johnson, W.E.

    1993-01-01

    Hydrodynamic calculations of an asymmetric nuclear explosion source were propagated to teleseismic distances to investigate the effects of the asymmetric source on seismic signals. The source is an explosion in a 12 meter long canister with the device at one end of the canister and a metal plate adjacent to the explosion. This produces a strongly asymmetric two-lobed source in the hydrodynamic region. The hydrodynamic source is propagated to the far field using a three-step process. The Eulerian hydrodynamic code SOIL was used by LANL to calculate the material velocity, density, and internal energy up to a time of 8.9 milliseconds after the explosion. These quantities were then transferred to an initial grid for the Lagrangian elastic/plastic finite difference code CRAM, which was used by S-CUBED to propagate the signal through the region of nonlinear deformation into the external elastic region. The cavity size and shape at the time of the overlay were determined by searching for a rapid density change in the SOIL grid, and this interior region was then rezoned into a single zone. The CRAM calculation includes material strength and gravity, and includes the effect of the free surface above the explosion. Finally, far field body waves were calculated by integrating over a closed surface in the elastic region and using the representation theorem. A second calculation was performed using an initially spherical source for comparison with the asymmetric calculation

  17. High-fidelity plasma codes for burn physics

    Energy Technology Data Exchange (ETDEWEB)

    Cooley, James [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Graziani, Frank [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Marinak, Marty [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Murillo, Michael [Michigan State Univ., East Lansing, MI (United States)

    2016-10-19

    Accurate predictions of equation of state (EOS), ionic and electronic transport properties are of critical importance for high-energy-density plasma science. Transport coefficients inform radiation-hydrodynamic codes and impact diagnostic interpretation, which in turn impacts our understanding of the development of instabilities, the overall energy balance of burning plasmas, and the efficacy of self-heating from charged-particle stopping. Important processes include thermal and electrical conduction, electron-ion coupling, inter-diffusion, ion viscosity, and charged particle stopping. However, uncertainties in these coefficients are not well established. Fundamental plasma science codes, also called high-fidelity plasma codes, are a relatively recent computational tool that augments both experimental data and theoretical foundations of transport coefficients. This paper addresses the current status of HFPC codes and their future development, and the potential impact they play in improving the predictive capability of the multi-physics hydrodynamic codes used in HED design.

  18. Relativistic (3+1) dimensional hydrodynamic simulations of compact interacting binary systems

    International Nuclear Information System (INIS)

    Mathews, G.J.; Evans, C.R.; Wilson, J.R.

    1986-09-01

    We discuss the development of a relativistic hydrodynamic code for describing the evolution of astrophysical systems in three spatial dimensions. The application of this code to several test problems is presented. Preliminary results from the simulation of the dynamics of accreting binary white dwarf and neutron star systems are discussed. 14 refs., 4 figs

  19. Development of a computer code for Dalat research reactor transient analysis

    International Nuclear Information System (INIS)

    Le Vinh Vinh; Nguyen Thai Sinh; Huynh Ton Nghiem; Luong Ba Vien; Pham Van Lam; Nguyen Kien Cuong

    2003-01-01

    DRSIM (Dalat Reactor SIMulation) computer code has been developed for Dalat reactor transient analysis. It is basically a coupled neutronics-hydrodynamics-heat transfer code employing point kinetics, one dimensional hydrodynamics and one dimensional heat transfer. The work was financed by VAEC and DNRI in the framework of institutional R and D programme. Some transient problems related to reactivity and loss of coolant flow was carried out by DRSIM using temperature and void coefficients calculated by WIMS and HEXNOD2D codes. (author)

  20. Hydrodynamic calculations of 20-TeV beam interactions with the SSC beam dump

    International Nuclear Information System (INIS)

    Wilson, D.C.; Wingate, C.A.; Goldstein, J.C.; Godwin, R.P.; Mokhov, N.V.

    1993-01-01

    The 300μs, 400 MJ SSC proton beam must be contained when extracted to the external beam dump. The current design for the SSC beam dump can tolerate the beat load produced if the beam is deflected into a raster scan over the face of the dump. If the high frequency deflecting magnet were to fail, the beam would scan a single strip across the dump face resulting in higher local energy deposition. This could vaporize some material and lead to high pressures. Since the beam duration is comparable to the characteristic time of expected hydrodynamic motions, we have combined the static energy deposition capability of the MARS computer code with the two- and three-dimensional hydrodynamics of the MBA and SPHINX codes. EOS data suggest an energy deposition threshold of 15 kJ/g, below which hydrodynamic effects are minimal. Above this our 2D calculations show a hole boring rate of 7 cm/μs for the nominal beam, and pressures of a few kbar. Scanning the nominal beam faster than 0.08 cm/μs should minimize hydrodynamic effects. 3D calculations support this

  1. User's manual for DYNA2D: an explicit two-dimensional hydrodynamic finite-element code with interactive rezoning

    Energy Technology Data Exchange (ETDEWEB)

    Hallquist, J.O.

    1982-02-01

    This revised report provides an updated user's manual for DYNA2D, an explicit two-dimensional axisymmetric and plane strain finite element code for analyzing the large deformation dynamic and hydrodynamic response of inelastic solids. A contact-impact algorithm permits gaps and sliding along material interfaces. By a specialization of this algorithm, such interfaces can be rigidly tied to admit variable zoning without the need of transition regions. Spatial discretization is achieved by the use of 4-node solid elements, and the equations-of motion are integrated by the central difference method. An interactive rezoner eliminates the need to terminate the calculation when the mesh becomes too distorted. Rather, the mesh can be rezoned and the calculation continued. The command structure for the rezoner is described and illustrated by an example.

  2. Hydrodynamic Expansion of Pellicles Caused by e-Beam Heating

    CERN Document Server

    Ho, D

    2000-01-01

    Placing a pellicle in front of a x-ray converter target for radiographic applications can confine the backstreaming ions and target plasma to a shorter channel so that the cumulative effect on e-beam focusing is reduced. The pellicle is subject to heating by e-beam since the pellicle is placed upstream of the target. The calculation of the hydrodynamic expansion, caused by the heating, using the radiation hydrodynamics code LASNEX is presented in this report. Calculations show that mylar pellicles disintegrate at the end of a multi-pulse intense e-beam while beryllium and carbon pellicles remain intact. The expansions for the kapton-carbon multi-layered targets are also examined. Hydrodynamic expansions for pellicles with various e-beam spot radii are calculated for DARHT-II beam parameters. All the simulation results indicate that the backstreaming ions can be stopped.

  3. WEC3: Wave Energy Converter Code Comparison Project: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Combourieu, Adrien; Lawson, Michael; Babarit, Aurelien; Ruehl, Kelley; Roy, Andre; Costello, Ronan; Laporte Weywada, Pauline; Bailey, Helen

    2017-01-01

    This paper describes the recently launched Wave Energy Converter Code Comparison (WEC3) project and present preliminary results from this effort. The objectives of WEC3 are to verify and validate numerical modelling tools that have been developed specifically to simulate wave energy conversion devices and to inform the upcoming IEA OES Annex VI Ocean Energy Modelling Verification and Validation project. WEC3 is divided into two phases. Phase 1 consists of a code-to-code verification and Phase II entails code-to-experiment validation. WEC3 focuses on mid-fidelity codes that simulate WECs using time-domain multibody dynamics methods to model device motions and hydrodynamic coefficients to model hydrodynamic forces. Consequently, high-fidelity numerical modelling tools, such as Navier-Stokes computational fluid dynamics simulation, and simple frequency domain modelling tools were not included in the WEC3 project.

  4. CHASM Challenge Problem: Lagrangian Hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Hornung, R [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Keasler, J [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Gokhale, M [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2010-09-10

    Computer simulations of many science and engineering problems require modeling the equations of hydrodynamics which describe the motion of materials relative to each other induced by various forces. Many important DoD simulation problems involve complex multi-material systems that undergo large deformations. Examples include the analysis of armor defense, penetration mechanics, blast effects, structural integrity, and conventional munitions such as shaped charges and explosively formed projectiles. Indeed, the original motivation for developing codes that solve the equations of hydrodynamics, herein referred to as “hydrocodes”, was to solve problems with defense applications. The FY2010 Requirements Analysis Report issued by the DoD High Performance Computing Modernization Program (HPCMP) Office shows that a major portion of DoD HPC activities involves hydrocodes [HPCMP2010]. The report surveyed 496 projects across the Services and various Agencies, representing 4,050 HPCMP users at more than 125 locations, including government, contractors, and academia, and grouped each project into one of ten categories.

  5. Introduction to hydrodynamics

    International Nuclear Information System (INIS)

    Wilkins, M.L.

    1979-01-01

    Various aspects of hydrodynamics and elastic--plastic flow are introduced for the purpose of defining hydrodynamic terms and explaining what some of the important hydrodynamic concepts are. The first part covers hydrodynamic theory; and discussed fundamental hydrodynamic equations, discontinuities, and shock, detonation, and elastic--plastic waves. The second part deals with applications of hydrodynamic theory to material equations of state, spall, Taylor instabilities, and detonation pressure measurements

  6. Hydrodynamic evolution of plasma waveguides for soft-x-ray amplifiers

    Science.gov (United States)

    Oliva, Eduardo; Depresseux, Adrien; Cotelo, Manuel; Lifschitz, Agustín; Tissandier, Fabien; Gautier, Julien; Maynard, Gilles; Velarde, Pedro; Sebban, Stéphane

    2018-02-01

    High-density, collisionally pumped plasma-based soft-x-ray lasers have recently delivered hundreds of femtosecond pulses, breaking the longstanding barrier of one picosecond. To pump these amplifiers an intense infrared pulse must propagate focused throughout all the length of the amplifier, which spans several Rayleigh lengths. However, strong nonlinear effects hinder the propagation of the laser beam. The use of a plasma waveguide allows us to overcome these drawbacks provided the hydrodynamic processes that dominate the creation and posterior evolution of the waveguide are controlled and optimized. In this paper we present experimental measurements of the radial density profile and transmittance of such waveguide, and we compare them with numerical calculations using hydrodynamic and particle-in-cell codes. Controlling the properties (electron density value and radial gradient) of the waveguide with the help of numerical codes promises the delivery of ultrashort (tens of femtoseconds), coherent soft-x-ray pulses.

  7. Recent progress of an integrated implosion code and modeling of element physics

    International Nuclear Information System (INIS)

    Nagatomo, H.; Takabe, H.; Mima, K.; Ohnishi, N.; Sunahara, A.; Takeda, T.; Nishihara, K.; Nishiguchu, A.; Sawada, K.

    2001-01-01

    Physics of the inertial fusion is based on a variety of elements such as compressible hydrodynamics, radiation transport, non-ideal equation of state, non-LTE atomic process, and relativistic laser plasma interaction. In addition, implosion process is not in stationary state and fluid dynamics, energy transport and instabilities should be solved simultaneously. In order to study such complex physics, an integrated implosion code including all physics important in the implosion process should be developed. The details of physics elements should be studied and the resultant numerical modeling should be installed in the integrated code so that the implosion can be simulated with available computer within realistic CPU time. Therefore, this task can be basically separated into two parts. One is to integrate all physics elements into a code, which is strongly related to the development of hydrodynamic equation solver. We have developed 2-D integrated implosion code which solves mass, momentum, electron energy, ion energy, equation of states, laser ray-trace, laser absorption radiation, surface tracing and so on. The reasonable results in simulating Rayleigh-Taylor instability and cylindrical implosion are obtained using this code. The other is code development on each element physics and verification of these codes. We had progress in developing a nonlocal electron transport code and 2 and 3 dimension radiation hydrodynamic code. (author)

  8. Code Cactus; Code Cactus

    Energy Technology Data Exchange (ETDEWEB)

    Fajeau, M; Nguyen, L T; Saunier, J [Commissariat a l' Energie Atomique, Centre d' Etudes Nucleaires de Saclay, 91 - Gif-sur-Yvette (France)

    1966-09-01

    This code handles the following problems: -1) Analysis of thermal experiments on a water loop at high or low pressure; steady state or transient behavior; -2) Analysis of thermal and hydrodynamic behavior of water-cooled and moderated reactors, at either high or low pressure, with boiling permitted; fuel elements are assumed to be flat plates: - Flowrate in parallel channels coupled or not by conduction across plates, with conditions of pressure drops or flowrate, variable or not with respect to time is given; the power can be coupled to reactor kinetics calculation or supplied by the code user. The code, containing a schematic representation of safety rod behavior, is a one dimensional, multi-channel code, and has as its complement (FLID), a one-channel, two-dimensional code. (authors) [French] Ce code permet de traiter les problemes ci-dessous: 1. Depouillement d'essais thermiques sur boucle a eau, haute ou basse pression, en regime permanent ou transitoire; 2. Etudes thermiques et hydrauliques de reacteurs a eau, a plaques, a haute ou basse pression, ebullition permise: - repartition entre canaux paralleles, couples on non par conduction a travers plaques, pour des conditions de debit ou de pertes de charge imposees, variables ou non dans le temps; - la puissance peut etre couplee a la neutronique et une representation schematique des actions de securite est prevue. Ce code (Cactus) a une dimension d'espace et plusieurs canaux, a pour complement Flid qui traite l'etude d'un seul canal a deux dimensions. (auteurs)

  9. Final Report. Hydrodynamics by high-energy-density plasma flow and hydrodynamics and radiative hydrodynamics with astrophysical application

    International Nuclear Information System (INIS)

    R Paul Drake

    2004-01-01

    OAK-B135 This is the final report from the project Hydrodynamics by High-Energy-Density Plasma Flow and Hydrodynamics and Radiation Hydrodynamics with Astrophysical Applications. This project supported a group at the University of Michigan in the invention, design, performance, and analysis of experiments using high-energy-density research facilities. The experiments explored compressible nonlinear hydrodynamics, in particular at decelerating interfaces, and the radiation hydrodynamics of strong shock waves. It has application to supernovae, astrophysical jets, shock-cloud interactions, and radiative shock waves

  10. Evaluation of incompressible hydrodynamic mass methods in reactor applications

    International Nuclear Information System (INIS)

    Takeuchi, K.

    1981-01-01

    The hydrodynamic (or virtual) mass approach is evaluated by comparison of structural responses computed by the hydrodynamic mass method with those computed by MULTIFLEX code for a fluid/structure interaction problem with fluid compression effects taken into account. A sample problem used in that evaluation is a simplified 1-D PWR model which is first subjected to a LOCA type transient. The time history of structural displacement computed with the hydrodynamic mass approach is compared with MULTIFLEX results. The frequencies of structural oscillation of these two computations agree. The amplitudes disagree by more than 50%, which is attributed to the effect of fluid compressibility. For the seismic study, sinusoidal forces are applied to the floor at the vessel support. The system responses are expressed by the response functions or the maximum values of the barrel/vessel relative displacements as the applied frequency is varied. The response functions are computed by the hydrodynamic mass method and by MULTIFLEX for evaluation of the virtual mass method. For the pump pulsation study, sinusoidal pressure oscillations are applied at the pump outlet and the response functions are computed as above. 12 refs

  11. Disruptive Innovation in Numerical Hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Waltz, Jacob I. [Los Alamos National Laboratory

    2012-09-06

    We propose the research and development of a high-fidelity hydrodynamic algorithm for tetrahedral meshes that will lead to a disruptive innovation in the numerical modeling of Laboratory problems. Our proposed innovation has the potential to reduce turnaround time by orders of magnitude relative to Advanced Simulation and Computing (ASC) codes; reduce simulation setup costs by millions of dollars per year; and effectively leverage Graphics Processing Unit (GPU) and future Exascale computing hardware. If successful, this work will lead to a dramatic leap forward in the Laboratory's quest for a predictive simulation capability.

  12. Numerical simulations of glass impacts using smooth particle hydrodynamics

    International Nuclear Information System (INIS)

    Mandell, D.A.; Wingate, C.A.

    1995-01-01

    As part of a program to develop advanced hydrocode design tools, we have implemented a brittle fracture model for glass into the SPHINX smooth particle hydrodynamics code. We have evaluated this model and the code by predicting data from one-dimensional flyer plate impacts into glass. Since fractured glass properties, which are needed in the model, are not available, we did sensitivity studies of these properties, as well as sensitivity studies to determine the number of particles needed in the calculations. The numerical results are in good agreement with the data

  13. SSS: A code for computing one dimensional shock and detonation wave propagation

    International Nuclear Information System (INIS)

    Sun Chengwei

    1986-01-01

    The one-dimensional hydrodynamic code SSS for shock and detonation wave propagation in inert and reactive media is described. The elastic-plastic-hydrodynamic model and four burn techniques (the Arrhenius law, C-J volume, sharp shock and Forest Fire) are used. There are HOM and JWL options for the state equation of detonation products. Comparing with the SIN code published by LANL, the SSS code has several new options: laser effects, blast waves, diverging and instantaneous detonation waves with arbitrary initiation positions. Two examples are given to compare the SSS and SIN calculations with the experimental data

  14. A strong adjuvant based on glycol-chitosan-coated lipid-polymer hybrid nanoparticles potentiates mucosal immune responses against the recombinant Chlamydia trachomatis fusion antigen CTH522

    DEFF Research Database (Denmark)

    Rose, Fabrice; Erbo Wern, Jeanette; Gavins, Francesca

    2018-01-01

    with the cationic surfactant dimethyldioctadecylammonium bromide and the immunopotentiator trehalose-6,6'-dibehenate. Here we show that immunization with these lipid-polymer hybrid nanoparticles (LPNs) coated with the mucoadhesive polymer chitosan enhances mucosal immune responses. Glycol chitosan (GC......-specific IgG/IgA antibodies, together with CTH522-specific interferon γ-producing Th1 cells. This study demonstrates that mucosal administration of chitosan-coated LPNs represents a promising strategy to modulate the magnitude of mucosal vaccine responses....

  15. RELAP5/MOD3 assessment for calculation of safety and relief valve discharge piping hydrodynamic loads

    International Nuclear Information System (INIS)

    Stubbe, E.J.; VanHoenacker, L.; Otero, R.

    1994-02-01

    This report presents an assessment study for the use of the code RELAP 5/MOD3/5M5 in the calculation of transient hydrodynamic loads on safety and relief discharge pipes. Its predecessor, RELAP 5/MOD1, was found adequate for this kind of calculations by EPRI. The hydrodynamic loads are very important for the discharge piping design because of the fast opening of the valves and the presence of liquid in the upstream loop seals. The code results are compared to experimental load measurements performed at the Combustion Engineering Laboratory in Windsor (US). Those measurements were part of the PWR Valve Test Program undertaken by EPRI after the TMI-2 accident. This particular kind of transients challenges the applicability of the following code models: two-phase choked discharge; interphase drag in conditions with large density gradients; heat transfer to metallic structures in fast changing conditions; two-phase flow at abrupt expansions. The code applicability to this kind of transients is investigated. Some sensitivity analyses to different code and model options are performed. Finally, the suitability of the code and some modeling guidelines are discussed

  16. GANDALF - Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids

    Science.gov (United States)

    Hubber, D. A.; Rosotti, G. P.; Booth, R. A.

    2018-01-01

    GANDALF is a new hydrodynamics and N-body dynamics code designed for investigating planet formation, star formation and star cluster problems. GANDALF is written in C++, parallelized with both OPENMP and MPI and contains a PYTHON library for analysis and visualization. The code has been written with a fully object-oriented approach to easily allow user-defined implementations of physics modules or other algorithms. The code currently contains implementations of smoothed particle hydrodynamics, meshless finite-volume and collisional N-body schemes, but can easily be adapted to include additional particle schemes. We present in this paper the details of its implementation, results from the test suite, serial and parallel performance results and discuss the planned future development. The code is freely available as an open source project on the code-hosting website github at https://github.com/gandalfcode/gandalf and is available under the GPLv2 license.

  17. Coupling hydrodynamics with comoving frame radiative transfer. I. A unified approach for OB and WR stars

    Science.gov (United States)

    Sander, A. A. C.; Hamann, W.-R.; Todt, H.; Hainich, R.; Shenar, T.

    2017-07-01

    Context. For more than two decades, stellar atmosphere codes have been used to derive the stellar and wind parameters of massive stars. Although they have become a powerful tool and sufficiently reproduce the observed spectral appearance, they can hardly be used for more than measuring parameters. One major obstacle is their inconsistency between the calculated radiation field and the wind stratification due to the usage of prescribed mass-loss rates and wind-velocity fields. Aims: We present the concepts for a new generation of hydrodynamically consistent non-local thermodynamical equilibrium (non-LTE) stellar atmosphere models that allow for detailed studies of radiation-driven stellar winds. As a first demonstration, this new kind of model is applied to a massive O star. Methods: Based on earlier works, the PoWR code has been extended with the option to consistently solve the hydrodynamic equation together with the statistical equations and the radiative transfer in order to obtain a hydrodynamically consistent atmosphere stratification. In these models, the whole velocity field is iteratively updated together with an adjustment of the mass-loss rate. Results: The concepts for obtaining hydrodynamically consistent models using a comoving-frame radiative transfer are outlined. To provide a useful benchmark, we present a demonstration model, which was motivated to describe the well-studied O4 supergiant ζPup. The obtained stellar and wind parameters are within the current range of literature values. Conclusions: For the first time, the PoWR code has been used to obtain a hydrodynamically consistent model for a massive O star. This has been achieved by a profound revision of earlier concepts used for Wolf-Rayet stars. The velocity field is shaped by various elements contributing to the radiative acceleration, especially in the outer wind. The results further indicate that for more dense winds deviations from a standard β-law occur.

  18. Simulating Rayleigh-Taylor (RT) instability using PPM hydrodynamics @scale on Roadrunner (u)

    Energy Technology Data Exchange (ETDEWEB)

    Woodward, Paul R [Los Alamos National Laboratory; Dimonte, Guy [Los Alamos National Laboratory; Rockefeller, Gabriel M [Los Alamos National Laboratory; Fryer, Christopher L [Los Alamos National Laboratory; Dimonte, Guy [Los Alamos National Laboratory; Dai, W [Los Alamos National Laboratory; Kares, R. J. [Los Alamos National Laboratory

    2011-01-05

    The effect of initial conditions on the self-similar growth of the RT instability is investigated using a hydrodynamics code based on the piecewise-parabolic-method (PPM). The PPM code was converted to the hybrid architecture of Roadrunner in order to perform the simulations at extremely high speed and spatial resolution. This paper describes the code conversion to the Cell processor, the scaling studies to 12 CU's on Roadrunner and results on the dependence of the RT growth rate on initial conditions. The relevance of the Roadrunner implementation of this PPM code to other existing and anticipated computer architectures is also discussed.

  19. Interplay of Laser-Plasma Interactions and Inertial Fusion Hydrodynamics

    International Nuclear Information System (INIS)

    Strozzi, D. J.; Bailey, D. S.; Michel, P.; Divol, L.; Sepke, S. M.

    2017-01-01

    The effects of laser-plasma interactions (LPI) on the dynamics of inertial confinement fusion hohlraums are investigated in this work via a new approach that self-consistently couples reduced LPI models into radiation-hydrodynamics numerical codes. The interplay between hydrodynamics and LPI—specifically stimulated Raman scatter and crossed-beam energy transfer (CBET)—mostly occurs via momentum and energy deposition into Langmuir and ion acoustic waves. This spatially redistributes energy coupling to the target, which affects the background plasma conditions and thus, modifies laser propagation. In conclusion, this model shows reduced CBET and significant laser energy depletion by Langmuir waves, which reduce the discrepancy between modeling and data from hohlraum experiments on wall x-ray emission and capsule implosion shape.

  20. GAIA: A 2-D Curvilinear moving grid hydrodynamic code

    International Nuclear Information System (INIS)

    Jourdren, H.

    1987-02-01

    The GAIA computer code is developed for time dependent, compressible, multimaterial fluid flow problems, to overcome some drawbacks of traditional 2-D Lagrangian codes. The initial goals of robustness, entropy accuracies, efficiency in presence of large interfacial slip, have already been achieved. The general GODUNOV approach is applied to an arbitrary time varying control-volume formulation. We review in this paper the Riemann solver, the GODUNOV cartesian and curvilinear moving grid schemes and an efficient grid generation algorithm. We finally outline a possible second order accuracy extension

  1. Benchmarking the Multidimensional Stellar Implicit Code MUSIC

    Science.gov (United States)

    Goffrey, T.; Pratt, J.; Viallet, M.; Baraffe, I.; Popov, M. V.; Walder, R.; Folini, D.; Geroux, C.; Constantino, T.

    2017-04-01

    We present the results of a numerical benchmark study for the MUltidimensional Stellar Implicit Code (MUSIC) based on widely applicable two- and three-dimensional compressible hydrodynamics problems relevant to stellar interiors. MUSIC is an implicit large eddy simulation code that uses implicit time integration, implemented as a Jacobian-free Newton Krylov method. A physics based preconditioning technique which can be adjusted to target varying physics is used to improve the performance of the solver. The problems used for this benchmark study include the Rayleigh-Taylor and Kelvin-Helmholtz instabilities, and the decay of the Taylor-Green vortex. Additionally we show a test of hydrostatic equilibrium, in a stellar environment which is dominated by radiative effects. In this setting the flexibility of the preconditioning technique is demonstrated. This work aims to bridge the gap between the hydrodynamic test problems typically used during development of numerical methods and the complex flows of stellar interiors. A series of multidimensional tests were performed and analysed. Each of these test cases was analysed with a simple, scalar diagnostic, with the aim of enabling direct code comparisons. As the tests performed do not have analytic solutions, we verify MUSIC by comparing it to established codes including ATHENA and the PENCIL code. MUSIC is able to both reproduce behaviour from established and widely-used codes as well as results expected from theoretical predictions. This benchmarking study concludes a series of papers describing the development of the MUSIC code and provides confidence in future applications.

  2. Theory and application of a three-dimensional code SHAPS to complex piping systems

    International Nuclear Information System (INIS)

    Wang, C.Y.

    1983-01-01

    This paper describes the theory and application of a three-dimensional computer code SHAPS to the complex piping systems. The code utilizes a two-dimensional implicit Eulerian method for the hydrodynamic analysis together with a three-dimensional elastic-plastic finite-element program for the structural calculation. A three-dimensional pipe element with eight degrees of freedom is employed to account for the hoop, flexural, axial, and the torsional mode of the piping system. In the SHAPS analysis the hydrodynamic equations are modified to include the global piping motion. Coupling between fluid and structure is achieved by enforcing the free-slip boundary conditions. Also, the response of the piping network generated by the seismic excitation can be included. A thermal transient capability is also provided in SHAPS. To illustrate the methodology, many sample problems dealing with the hydrodynamic, structural, and thermal analyses of reactor-piping systems are given. Validation of the SHAPS code with experimental data is also presented

  3. Optimization of a Two-Fluid Hydrodynamic Model of Churn-Turbulent Flow

    Energy Technology Data Exchange (ETDEWEB)

    Donna Post Guillen

    2009-07-01

    A hydrodynamic model of two-phase, churn-turbulent flows is being developed using the computational multiphase fluid dynamics (CMFD) code, NPHASE-CMFD. The numerical solutions obtained by this model are compared with experimental data obtained at the TOPFLOW facility of the Institute of Safety Research at the Forschungszentrum Dresden-Rossendorf. The TOPFLOW data is a high quality experimental database of upward, co-current air-water flows in a vertical pipe suitable for validation of computational fluid dynamics (CFD) codes. A five-field CMFD model was developed for the continuous liquid phase and four bubble size groups using mechanistic closure models for the ensemble-averaged Navier-Stokes equations. Mechanistic models for the drag and non-drag interfacial forces are implemented to include the governing physics to describe the hydrodynamic forces controlling the gas distribution. The closure models provide the functional form of the interfacial forces, with user defined coefficients to adjust the force magnitude. An optimization strategy was devised for these coefficients using commercial design optimization software. This paper demonstrates an approach to optimizing CMFD model parameters using a design optimization approach. Computed radial void fraction profiles predicted by the NPHASE-CMFD code are compared to experimental data for four bubble size groups.

  4. Relativistic low angular momentum accretion: long time evolution of hydrodynamical inviscid flows

    Science.gov (United States)

    Mach, Patryk; Piróg, Michał; Font, José A.

    2018-05-01

    We investigate relativistic low angular momentum accretion of inviscid perfect fluid onto a Schwarzschild black hole. The simulations are performed with a general-relativistic, high-resolution (second-order), shock-capturing, hydrodynamical numerical code. We use horizon-penetrating Eddington–Finkelstein coordinates to remove inaccuracies in regions of strong gravity near the black hole horizon and show the expected convergence of the code with the Michel solution and stationary Fishbone–Moncrief toroids. We recover, in the framework of relativistic hydrodynamics, the qualitative behavior known from previous Newtonian studies that used a Bondi background flow in a pseudo-relativistic gravitational potential with a latitude-dependent angular momentum at the outer boundary. Our models exhibit characteristic ‘turbulent’ behavior and the attained accretion rates are lower than those of the Bondi–Michel radial flow. For sufficiently low values of the asymptotic sound speed, geometrically thick tori form in the equatorial plane surrounding the black hole horizon while accretion takes place mainly through the poles.

  5. Effect of flow rate distribution at the inlet on hydrodynamic mixing in narrow rectangular multi-channel

    International Nuclear Information System (INIS)

    Xu Jianjun; Chen Bingde; Wang Xiaojun

    2008-01-01

    Flow and heat transfer in the narrow rectangular multi-channel is widely en- countered in the engineering application, hydrodynamic mixing in the narrow rectangular multi-channel is one of the important concerns. With the help of the Computational Fluid Dynamics code CFX, the effect of flow rate distribution of the main channel at the inlet on hydrodynamic mixing in the narrow rectangular multi-channel is numerical simulated. The results show that the flow rate distributions at the inlet have a great effect on hydrodynamics mixing in multi-channel, the flow rate in the main channel doesn't change with increasing the axial mixing section when the average flow rate at the inlet is set. Hydrodynamic mixing will arise in the mixing section when the different ratio of the flow rate distribution at the inlet is set, and hydrodynamic mixing increases with the difference of the flow rate distribution at the inlet increase. The trend of the flow rate distribution of the main channel is consistent during the whole axial mixing section, and hydrodynamic mixing in former 4 mixing section is obvious. (authors)

  6. PLASMOR: A laser-plasma simulation code. Pt. 2

    International Nuclear Information System (INIS)

    Salzman, D.; Krumbein, A.D.; Szichman, H.

    1987-06-01

    This report supplements a previous one which describes the PLASMOR hydrodynamics code. The present report documents the recent changes and additions made in the code. In particular described are two new subroutines for radiative preheat, a system of preprocessors which prepare the code before run, a list of postprocessors which simulate experimental setups, and the basic data sets required to run PLASMOR. In the Appendix a new computer-based manual which lists the main features of PLASMOR is reproduced

  7. Elasto-hydrodynamic lubrication

    CERN Document Server

    Dowson, D; Hopkins, D W

    1977-01-01

    Elasto-Hydrodynamic Lubrication deals with the mechanism of elasto-hydrodynamic lubrication, that is, the lubrication regime in operation over the small areas where machine components are in nominal point or line contact. The lubrication of rigid contacts is discussed, along with the effects of high pressure on the lubricant and bounding solids. The governing equations for the solution of elasto-hydrodynamic problems are presented.Comprised of 13 chapters, this volume begins with an overview of elasto-hydrodynamic lubrication and representation of contacts by cylinders, followed by a discussio

  8. Elementary classical hydrodynamics

    CERN Document Server

    Chirgwin, B H; Langford, W J; Maxwell, E A; Plumpton, C

    1967-01-01

    Elementary Classical Hydrodynamics deals with the fundamental principles of elementary classical hydrodynamics, with emphasis on the mechanics of inviscid fluids. Topics covered by this book include direct use of the equations of hydrodynamics, potential flows, two-dimensional fluid motion, waves in liquids, and compressible flows. Some general theorems such as Bernoulli's equation are also considered. This book is comprised of six chapters and begins by introducing the reader to the fundamental principles of fluid hydrodynamics, with emphasis on ways of studying the motion of a fluid. Basic c

  9. Recent development of three-dimensional piping code SHAPS

    International Nuclear Information System (INIS)

    Wang, C.Y.; Zeuch, W.R.

    1985-01-01

    This paper describes the recent development of the three-dimensional, structural, and hydrodynamic analysis piping code SHAPS. Several new features have been incorporated into the program, including (1) an elbow hydrodynamic model for analyzing the effect of global motion on the pressure-wave propagation, (2) a component hydrodynamic model for treating fluid motion in the vicinity of rigid obstacles and baffle plates, (3) the addition of the implicit time integration scheme in the structural-dynamic analysis, (4) the option of an implicit-implicit fluid-structural linking scheme, and (5) provisions for two constitutive equations for materials under various loading conditions. Sample problems are given to illustrate these features. Their results are discussed in detail. 7 refs., 8 figs

  10. A NEW MULTI-DIMENSIONAL GENERAL RELATIVISTIC NEUTRINO HYDRODYNAMICS CODE FOR CORE-COLLAPSE SUPERNOVAE. II. RELATIVISTIC EXPLOSION MODELS OF CORE-COLLAPSE SUPERNOVAE

    Energy Technology Data Exchange (ETDEWEB)

    Mueller, Bernhard; Janka, Hans-Thomas; Marek, Andreas, E-mail: bjmuellr@mpa-garching.mpg.de, E-mail: thj@mpa-garching.mpg.de [Max-Planck-Institut fuer Astrophysik, Karl-Schwarzschild-Str. 1, D-85748 Garching (Germany)

    2012-09-01

    We present the first two-dimensional general relativistic (GR) simulations of stellar core collapse and explosion with the COCONUT hydrodynamics code in combination with the VERTEX solver for energy-dependent, three-flavor neutrino transport, using the extended conformal flatness condition for approximating the space-time metric and a ray-by-ray-plus ansatz to tackle the multi-dimensionality of the transport. For both of the investigated 11.2 and 15 M{sub Sun} progenitors we obtain successful, though seemingly marginal, neutrino-driven supernova explosions. This outcome and the time evolution of the models basically agree with results previously obtained with the PROMETHEUS hydro solver including an approximative treatment of relativistic effects by a modified Newtonian potential. However, GR models exhibit subtle differences in the neutrinospheric conditions compared with Newtonian and pseudo-Newtonian simulations. These differences lead to significantly higher luminosities and mean energies of the radiated electron neutrinos and antineutrinos and therefore to larger energy-deposition rates and heating efficiencies in the gain layer with favorable consequences for strong nonradial mass motions and ultimately for an explosion. Moreover, energy transfer to the stellar medium around the neutrinospheres through nucleon recoil in scattering reactions of heavy-lepton neutrinos also enhances the mentioned effects. Together with previous pseudo-Newtonian models, the presented relativistic calculations suggest that the treatment of gravity and energy-exchanging neutrino interactions can make differences of even 50%-100% in some quantities and is likely to contribute to a finally successful explosion mechanism on no minor level than hydrodynamical differences between different dimensions.

  11. Application of the High Gradient hydrodynamics code to simulations of a two-dimensional zero-pressure-gradient turbulent boundary layer over a flat plate

    Science.gov (United States)

    Kaiser, Bryan E.; Poroseva, Svetlana V.; Canfield, Jesse M.; Sauer, Jeremy A.; Linn, Rodman R.

    2013-11-01

    The High Gradient hydrodynamics (HIGRAD) code is an atmospheric computational fluid dynamics code created by Los Alamos National Laboratory to accurately represent flows characterized by sharp gradients in velocity, concentration, and temperature. HIGRAD uses a fully compressible finite-volume formulation for explicit Large Eddy Simulation (LES) and features an advection scheme that is second-order accurate in time and space. In the current study, boundary conditions implemented in HIGRAD are varied to find those that better reproduce the reduced physics of a flat plate boundary layer to compare with complex physics of the atmospheric boundary layer. Numerical predictions are compared with available DNS, experimental, and LES data obtained by other researchers. High-order turbulence statistics are collected. The Reynolds number based on the free-stream velocity and the momentum thickness is 120 at the inflow and the Mach number for the flow is 0.2. Results are compared at Reynolds numbers of 670 and 1410. A part of the material is based upon work supported by NASA under award NNX12AJ61A and by the Junior Faculty UNM-LANL Collaborative Research Grant.

  12. Hydrodynamic Instability, Integrated Code, Laboratory Astrophysics, and Astrophysics

    Science.gov (United States)

    Takabe, Hideaki

    2016-10-01

    This is an article for the memorial lecture of Edward Teller Medal and is presented as memorial lecture at the IFSA03 conference held on September 12th, 2003, at Monterey, CA. The author focuses on his main contributions to fusion science and its extension to astrophysics in the field of theory and computation by picking up five topics. The first one is the anomalous resisitivity to hot electrons penetrating over-dense region through the ion wave turbulence driven by the return current compensating the current flow by the hot electrons. It is concluded that almost the same value of potential as the average kinetic energy of the hot electrons is realized to prevent the penetration of the hot electrons. The second is the ablative stabilization of Rayleigh-Taylor instability at ablation front and its dispersion relation so-called Takabe formula. This formula gave a principal guideline for stable target design. The author has developed an integrated code ILESTA (ID & 2D) for analyses and design of laser produced plasma including implosion dynamics. It is also applied to design high gain targets. The third is the development of the integrated code ILESTA. The forth is on Laboratory Astrophysics with intense lasers. This consists of two parts; one is review on its historical background and the other is on how we relate laser plasma to wide-ranging astrophysics and the purposes for promoting such research. In relation to one purpose, I gave a comment on anomalous transport of relativistic electrons in Fast Ignition laser fusion scheme. Finally, I briefly summarize recent activity in relation to application of the author's experience to the development of an integrated code for studying extreme phenomena in astrophysics.

  13. Hydrodynamic modeling and explosive compaction of ceramics

    International Nuclear Information System (INIS)

    Hoenig, C.; Holt, A.; Finger, M.; Kuhl, W.

    1977-01-01

    High-density ceramics with high-strength microstructure were achieved by explosive compaction. Well-characterized Al 2 O 3 , AlN, and boron powders were explosively compacted in both cylindrical and flat plate geometries. In cylindrical geometries compacted densities between 91 and 98 percent of theoretical were achieved. Microhardness measurements indicated that the strength and integrity of the microstructure were comparable to conventionally fabricated ceramics, even though all samples with densities greater than 90 percent theoretical contained macrocracks. Fractured surfaces evaluated by SEM showed evidence of boundary melting. Equation of state data for porous Al 2 O 3 were used to calculate the irreversible work done on the sample as a function of pressure. This was expressed as a percentage of the total sample which could be melted. Calculations show that very little melting can be expected in samples shocked to less than 3 GPa. Significant melting and grain boundary fusion can be expected in samples shocked to pressures greater than 8 GPa. Hydrodynamic modeling of right cylinder compaction with detonation at one end was attempted by using a two-dimensional computer code. The complications of this analysis led to experiments using plane shock waves. Flat-plate compaction assemblies were designed and analyzed by 2-D hydrodynamic codes. The use of porous shock attenuators was evaluated. Experiments were performed on aluminum oxide powders in plane wave geometry. Microstructure evaluations were made as a function of location in the flat plate samples. 11 figures, 1 table

  14. Development of fast ignition integrated interconnecting code (FI3) for fast ignition scheme

    International Nuclear Information System (INIS)

    Nagatomo, H.; Johzaki, T.; Mima, K.; Sunahara, A.; Nishihara, K.; Izawa, Y.; Sakagami, H.; Nakao, Y.; Yokota, T.; Taguchi, T.

    2005-01-01

    The numerical simulation plays an important role in estimating the feasibility and performance of the fast ignition. There are two key issues in numerical analysis for the fast ignition. One is the controlling the implosion dynamics to form a high density core plasma in non-spherical implosion, and the other is heating core plasma efficiency by the short pulse high intense laser. From initial laser irradiation to final fusion burning, all the physics are coupling strongly in any phase, and they must be solved consistently in computational simulation. However, in general, it is impossible to simulate laser plasma interaction and radiation hydrodynamics in a single computational code, without any numerical dissipation, special assumption or conditional treatment. Recently, we have developed 'Fast Ignition Integrated Interconnecting code' (FI 3 ) which consists of collective Particle-in-Cell code, Relativistic Fokker-Planck hydro code, and 2-dimensional radiation hydrodynamics code. And those codes are connecting with each other in data-flow bases. In this paper, we will present detail feature of the FI 3 code, and numerical results of whole process of fast ignition. (author)

  15. A Non-Linear Digital Computer Model Requiring Short Computation Time for Studies Concerning the Hydrodynamics of the BWR

    Energy Technology Data Exchange (ETDEWEB)

    Reisch, F; Vayssier, G

    1969-05-15

    This non-linear model serves as one of the blocks in a series of codes to study the transient behaviour of BWR or PWR type reactors. This program is intended to be the hydrodynamic part of the BWR core representation or the hydrodynamic part of the PWR heat exchanger secondary side representation. The equations have been prepared for the CSMP digital simulation language. By using the most suitable integration routine available, the ratio of simulation time to real time is about one on an IBM 360/75 digital computer. Use of the slightly different language DSL/40 on an IBM 7044 computer takes about four times longer. The code has been tested against the Eindhoven loop with satisfactory agreement.

  16. EFFECT OF GEOMETRIC CONFIGURATIONS ON HYDRODYNAMIC PERFORMANCE ASSESSMENT OF A MARINE PROPELLER

    Directory of Open Access Journals (Sweden)

    Samir. E. Belhenniche

    2016-12-01

    Full Text Available The present paper deals with the effect of the geometric characteristics on the propeller hydrodynamic performances. Several propeller configurations are created by changing number of blades, expanded area and pitch ratios. The Reynolds-Averaged Navier-Stokes (RANS equations are solved using the commercial code FLUENT 6.3.26. The standard

  17. Numerical methods for Lagrangian hydrodynamics applied to inertial fusion

    International Nuclear Information System (INIS)

    Maire, P.H.; Breil, J.; Galera, S.; Schurtz, G.

    2009-01-01

    CHIC is a code of Lagrangian hydrodynamics and implosion that has been developed since 2003 for the simulation of plasma experiments concerning inertial fusion. The transport of electron energy is assured with the Spitzer-Harm diffusion model with flux limiter. The propagation of the laser beams inside the plasma is computed by an algorithm of 3-dimensional beam launching that takes into account refraction as well as collisional absorption. The self-generated transverse magnetic fields are assessed by a magnetohydrodynamics model that stems from a generalized Ohm's law. The coupling with electron energy transport is assured with Braginskii conduction model. The validation of this code has been performed with various plasma experiments. (A.C.)

  18. Coupled Hydrodynamic and Wave Propagation Modeling for the Source Physics Experiment: Study of Rg Wave Sources for SPE and DAG series.

    Science.gov (United States)

    Larmat, C. S.; Delorey, A.; Rougier, E.; Knight, E. E.; Steedman, D. W.; Bradley, C. R.

    2017-12-01

    This presentation reports numerical modeling efforts to improve knowledge of the processes that affect seismic wave generation and propagation from underground explosions, with a focus on Rg waves. The numerical model is based on the coupling of hydrodynamic simulation codes (Abaqus, CASH and HOSS), with a 3D full waveform propagation code, SPECFEM3D. Validation datasets are provided by the Source Physics Experiment (SPE) which is a series of highly instrumented chemical explosions at the Nevada National Security Site with yields from 100kg to 5000kg. A first series of explosions in a granite emplacement has just been completed and a second series in alluvium emplacement is planned for 2018. The long-term goal of this research is to review and improve current existing seismic sources models (e.g. Mueller & Murphy, 1971; Denny & Johnson, 1991) by providing first principles calculations provided by the coupled codes capability. The hydrodynamic codes, Abaqus, CASH and HOSS, model the shocked, hydrodynamic region via equations of state for the explosive, borehole stemming and jointed/weathered granite. A new material model for unconsolidated alluvium materials has been developed and validated with past nuclear explosions, including the 10 kT 1965 Merlin event (Perret, 1971) ; Perret and Bass, 1975). We use the efficient Spectral Element Method code, SPECFEM3D (e.g. Komatitsch, 1998; 2002), and Geologic Framework Models to model the evolution of wavefield as it propagates across 3D complex structures. The coupling interface is a series of grid points of the SEM mesh situated at the edge of the hydrodynamic code domain. We will present validation tests and waveforms modeled for several SPE tests which provide evidence that the damage processes happening in the vicinity of the explosions create secondary seismic sources. These sources interfere with the original explosion moment and reduces the apparent seismic moment at the origin of Rg waves up to 20%.

  19. Revealing the Physics of Galactic Winds Through Massively-Parallel Hydrodynamics Simulations

    Science.gov (United States)

    Schneider, Evan Elizabeth

    This thesis documents the hydrodynamics code Cholla and a numerical study of multiphase galactic winds. Cholla is a massively-parallel, GPU-based code designed for astrophysical simulations that is freely available to the astrophysics community. A static-mesh Eulerian code, Cholla is ideally suited to carrying out massive simulations (> 20483 cells) that require very high resolution. The code incorporates state-of-the-art hydrodynamics algorithms including third-order spatial reconstruction, exact and linearized Riemann solvers, and unsplit integration algorithms that account for transverse fluxes on multidimensional grids. Operator-split radiative cooling and a dual-energy formalism for high mach number flows are also included. An extensive test suite demonstrates Cholla's superior ability to model shocks and discontinuities, while the GPU-native design makes the code extremely computationally efficient - speeds of 5-10 million cell updates per GPU-second are typical on current hardware for 3D simulations with all of the aforementioned physics. The latter half of this work comprises a comprehensive study of the mixing between a hot, supernova-driven wind and cooler clouds representative of those observed in multiphase galactic winds. Both adiabatic and radiatively-cooling clouds are investigated. The analytic theory of cloud-crushing is applied to the problem, and adiabatic turbulent clouds are found to be mixed with the hot wind on similar timescales as the classic spherical case (4-5 t cc) with an appropriate rescaling of the cloud-crushing time. Radiatively cooling clouds survive considerably longer, and the differences in evolution between turbulent and spherical clouds cannot be reconciled with a simple rescaling. The rapid incorporation of low-density material into the hot wind implies efficient mass-loading of hot phases of galactic winds. At the same time, the extreme compression of high-density cloud material leads to long-lived but slow-moving clumps

  20. Invariant description of solutions of hydrodynamic-type systems in hodograph space: hydrodynamic surfaces

    International Nuclear Information System (INIS)

    Ferapontov, E.V.

    2002-01-01

    Hydrodynamic surfaces are solutions of hydrodynamic-type systems viewed as non-parametrized submanifolds of the hodograph space. We propose an invariant differential-geometric characterization of hydrodynamic surfaces by expressing the curvature form of the characteristic web in terms of the reciprocal invariants. (author)

  1. Plasma hydrodynamics of the intense laser-cluster interaction*

    Science.gov (United States)

    Milchberg, Howard

    2002-11-01

    We present a 1D hydrodynamic model of the intense laser-cluster interaction in which the laser field is treated self-consistently. We find that for clusters initially as small as 25Å in radius, for which the hydrodynamic model is appropriate, nonuniform expansion of the heated material results in long-time resonance of the laser field at the critical density plasma layer. A significant result of this is that the ponderomotive force, which is enhanced at the critical density surface, can be large enough to strongly modify the plasma hydrodynamics, even at laser intensities as low as 10^15 W/cm^2 for 800 nm laser pulses. Recent experiments in EUV and x-ray generation as a function of laser pulsewidth [1], and femtosecond time-resolved measurements of cluster transient polarizability [2] provide strong support for the basic physics of this model. Recent results using a 2D hybrid fluid/PIC code show qualitative agreement with the 1D hydrocode [3]. *Work supported by the National Science Foundation and the EUV-LLC. 1. E. Parra, I. Alexeev, J. Fan, K. Kim, S.J. McNaught, and H. M. Milchberg, Phys. Rev. E 62, R5931 (2000). 2. K.Y. Kim, I. Alexeev, E. Parra, and H.M. Milchberg, submitted for publication. 3. T. Taguchi, T. Antonsen, and H.M Milchberg, this meeting.

  2. WHITE DWARF MERGERS ON ADAPTIVE MESHES. I. METHODOLOGY AND CODE VERIFICATION

    Energy Technology Data Exchange (ETDEWEB)

    Katz, Max P.; Zingale, Michael; Calder, Alan C.; Swesty, F. Douglas [Department of Physics and Astronomy, Stony Brook University, Stony Brook, NY, 11794-3800 (United States); Almgren, Ann S.; Zhang, Weiqun [Center for Computational Sciences and Engineering, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States)

    2016-03-10

    The Type Ia supernova (SN Ia) progenitor problem is one of the most perplexing and exciting problems in astrophysics, requiring detailed numerical modeling to complement observations of these explosions. One possible progenitor that has merited recent theoretical attention is the white dwarf (WD) merger scenario, which has the potential to naturally explain many of the observed characteristics of SNe Ia. To date there have been relatively few self-consistent simulations of merging WD systems using mesh-based hydrodynamics. This is the first paper in a series describing simulations of these systems using a hydrodynamics code with adaptive mesh refinement. In this paper we describe our numerical methodology and discuss our implementation in the compressible hydrodynamics code CASTRO, which solves the Euler equations, and the Poisson equation for self-gravity, and couples the gravitational and rotation forces to the hydrodynamics. Standard techniques for coupling gravitation and rotation forces to the hydrodynamics do not adequately conserve the total energy of the system for our problem, but recent advances in the literature allow progress and we discuss our implementation here. We present a set of test problems demonstrating the extent to which our software sufficiently models a system where large amounts of mass are advected on the computational domain over long timescales. Future papers in this series will describe our treatment of the initial conditions of these systems and will examine the early phases of the merger to determine its viability for triggering a thermonuclear detonation.

  3. Two-temperature hydrodynamics of laser-generated ultrashort shock waves in elasto-plastic solids

    International Nuclear Information System (INIS)

    Ilnitsky, Denis K; Migdal, Kirill P; Khokhlov, Viktor A; Inogamov, Nail A; Petrov, Yurii V; Anisimov, Sergey I; Zhakhovsky, Vasily V; Khishchenko, Konstantin V

    2014-01-01

    Shock-wave generation by ultrashort laser pulses opens new doors for study of hidden processes in materials happened at an atomic-scale spatiotemporal scales. The poorly explored mechanism of shock generation is started from a short-living two-temperature (2T) state of solid in a thin surface layer where laser energy is deposited. Such 2T state represents a highly non-equilibrium warm dense matter having cold ions and hot electrons with temperatures of 1-2 orders of magnitude higher than the melting point. Here for the first time we present results obtained by our new hybrid hydrodynamics code combining detailed description of 2T states with a model of elasticity together with a wide-range equation of state of solid. New hydro-code has higher accuracy in the 2T stage than molecular dynamics method, because it includes electron related phenomena including thermal conduction, electron-ion collisions and energy transfer, and electron pressure. From the other hand the new code significantly improves our previous version of 2T hydrodynamics model, because now it is capable of reproducing the elastic compression waves, which may have an imprint of supersonic melting like as in MD simulations. With help of the new code we have solved a difficult problem of thermal and dynamic coupling of a molten layer with an uniaxially compressed elastic solid. This approach allows us to describe the recent femtosecond laser experiments.

  4. SPECT3D - A multi-dimensional collisional-radiative code for generating diagnostic signatures based on hydrodynamics and PIC simulation output

    Science.gov (United States)

    MacFarlane, J. J.; Golovkin, I. E.; Wang, P.; Woodruff, P. R.; Pereyra, N. A.

    2007-05-01

    SPECT3D is a multi-dimensional collisional-radiative code used to post-process the output from radiation-hydrodynamics (RH) and particle-in-cell (PIC) codes to generate diagnostic signatures (e.g. images, spectra) that can be compared directly with experimental measurements. This ability to post-process simulation code output plays a pivotal role in assessing the reliability of RH and PIC simulation codes and their physics models. SPECT3D has the capability to operate on plasmas in 1D, 2D, and 3D geometries. It computes a variety of diagnostic signatures that can be compared with experimental measurements, including: time-resolved and time-integrated spectra, space-resolved spectra and streaked spectra; filtered and monochromatic images; and X-ray diode signals. Simulated images and spectra can include the effects of backlighters, as well as the effects of instrumental broadening and time-gating. SPECT3D also includes a drilldown capability that shows where frequency-dependent radiation is emitted and absorbed as it propagates through the plasma towards the detector, thereby providing insights on where the radiation seen by a detector originates within the plasma. SPECT3D has the capability to model a variety of complex atomic and radiative processes that affect the radiation seen by imaging and spectral detectors in high energy density physics (HEDP) experiments. LTE (local thermodynamic equilibrium) or non-LTE atomic level populations can be computed for plasmas. Photoabsorption rates can be computed using either escape probability models or, for selected 1D and 2D geometries, multi-angle radiative transfer models. The effects of non-thermal (i.e. non-Maxwellian) electron distributions can also be included. To study the influence of energetic particles on spectra and images recorded in intense short-pulse laser experiments, the effects of both relativistic electrons and energetic proton beams can be simulated. SPECT3D is a user-friendly software package that runs

  5. General relativistic hydrodynamics with Adaptive-Mesh Refinement (AMR) and modeling of accretion disks

    Science.gov (United States)

    Donmez, Orhan

    We present a general procedure to solve the General Relativistic Hydrodynamical (GRH) equations with Adaptive-Mesh Refinement (AMR) and model of an accretion disk around a black hole. To do this, the GRH equations are written in a conservative form to exploit their hyperbolic character. The numerical solutions of the general relativistic hydrodynamic equations is done by High Resolution Shock Capturing schemes (HRSC), specifically designed to solve non-linear hyperbolic systems of conservation laws. These schemes depend on the characteristic information of the system. We use Marquina fluxes with MUSCL left and right states to solve GRH equations. First, we carry out different test problems with uniform and AMR grids on the special relativistic hydrodynamics equations to verify the second order convergence of the code in 1D, 2 D and 3D. Second, we solve the GRH equations and use the general relativistic test problems to compare the numerical solutions with analytic ones. In order to this, we couple the flux part of general relativistic hydrodynamic equation with a source part using Strang splitting. The coupling of the GRH equations is carried out in a treatment which gives second order accurate solutions in space and time. The test problems examined include shock tubes, geodesic flows, and circular motion of particle around the black hole. Finally, we apply this code to the accretion disk problems around the black hole using the Schwarzschild metric at the background of the computational domain. We find spiral shocks on the accretion disk. They are observationally expected results. We also examine the star-disk interaction near a massive black hole. We find that when stars are grounded down or a hole is punched on the accretion disk, they create shock waves which destroy the accretion disk.

  6. REFLA-1D/MODE 1: a computer program for reflood thermo-hydrodynamic analysis during PWR-LOCA user's manual

    International Nuclear Information System (INIS)

    Murao, Yoshio; Sugimoto, Jun; Okubo, Tsutomu

    1981-01-01

    This manual describes the REFLA-1D/MODE 1 reflood system analysis code. This code can solve the core thermo-hydrodynamics under forced flooding conditions and gravity feed conditions in a system similar to FLECHT-SET phase A. This manual describes the REFLA-1D/MODE 1 models and provides application information required to utilize REFLA-1D/MODE 1. (author)

  7. An efficient approach to unstructured mesh hydrodynamics on the cell broadband engine

    Energy Technology Data Exchange (ETDEWEB)

    Ferenbaugh, Charles R [Los Alamos National Laboratory

    2010-01-01

    Unstructured mesh physics for the Cell Broadband Engine (CBE) has received little or no attention to date, largely because the CBE architecture poses particular challenges for unstructured mesh algorithms. The most common SPU memory management strategies cannot be applied to the irregular memory access patterns of unstructured meshes, and the SPU vector instruction set does not support the indirect addressing needed by connectivity arrays. This paper presents an approach to unstructured mesh physics that addresses these challenges, by creating a new mesh data structure and reorganizing code to give efficient CBE performance. The approach is demonstrated on the FLAG production hydrodynamics code using standard test problems, and results show an average speedup of more than 5x over the original code.

  8. Integrated Fuel-Coolant Interaction (IFCI 6.0) code

    International Nuclear Information System (INIS)

    Davis, F.J.; Young, M.F.

    1994-04-01

    The integrated Fuel-Coolant interaction (IFCI) computer code is being developed at Sandia National Laboratories to investigate the fuel-coolant interaction (FCI) problem at large scale using a two-dimensional, four-field hydrodynamic framework and physically based models. IFCI will be capable of treating all major FCI processes in an integrated manner. This document is a product of the effort to generate a stand-alone version of IFCI, IFCI 6.0. The User's Manual describes in detail the hydrodynamic method and physical models used in IFCI 6.0. Appendix A is an input manual, provided for the creation of working decks

  9. SPARC-90: A code for calculating fission product capture in suppression pools

    International Nuclear Information System (INIS)

    Owczarski, P.C.; Burk, K.W.

    1991-10-01

    This report describes the technical bases and use of two updated versions of a computer code initially developed to serve as a tool for calculating aerosol particle retention in boiling water reactor (BWR) pressure suppression pools during severe accidents, SPARC-87 and SPARC-90. The most recent version is SPARC-90. The initial or prototype version (Owczarski, Postma, and Schreck 1985) was improved to include the following: rigorous treatment of local particle deposition velocities on the surface of oblate spherical bubbles, new correlations for hydrodynamic behavior of bubble swarms, models for aerosol particle growth, both mechanistic and empirical models for vent exit region scrubbing, specific models for hydrodynamics of bubble breakup at various vent types, and models for capture of vapor iodine species. A complete user's guide is provided for SPARC-90 (along with SPARC-87). A code description, code operating instructions, partial code listing, examples of the use of SPARC-90, and summaries of experimental data comparison studies also support the use of SPARC-90. 29 refs., 4 figs., 11 tabs

  10. POST: a postprocessor computer code for producing three-dimensional movies of two-phase flow in a reactor vessel

    International Nuclear Information System (INIS)

    Taggart, K.A.; Liles, D.R.

    1977-08-01

    The development of the TRAC computer code for analysis of LOCAs in light-water reactors involves the use of a three-dimensional (r-theta-z), two-fluid hydrodynamics model to describe the two-phase flow of steam and water through the reactor vessel. One of the major problems involved in interpreting results from this code is the presentation of three-dimensional flow patterns. The purpose of the report is to present a partial solution to this data display problem. A first version of a code which produces three-dimensional movies of flow in the reactor vessel has been written and debugged. This code (POST) is used as a postprocessor in conjunction with a stand alone three-dimensional two-phase hydrodynamics code (CYLTF) which is a test bed for the three-dimensional algorithms to be used in TRAC

  11. Numerical model for two-dimensional hydrodynamics and energy transport. [VECTRA code

    Energy Technology Data Exchange (ETDEWEB)

    Trent, D.S.

    1973-06-01

    The theoretical basis and computational procedure of the VECTRA computer program are presented. VECTRA (Vorticity-Energy Code for TRansport Analysis) is designed for applying numerical simulation to a broad range of intake/discharge flows in conjunction with power plant hydrological evaluation. The code computational procedure is based on finite-difference approximation of the vorticity-stream function partial differential equations which govern steady flow momentum transport of two-dimensional, incompressible, viscous fluids in conjunction with the transport of heat and other constituents.

  12. Lagrangian approach to the problem of the hydrodynamic instabilities of a spheical implosion

    International Nuclear Information System (INIS)

    Brun, L.; Sitt, B.

    For the study of hydrodynamic instabilities of a spherical implosion, a very simple Lagrangian-type formulation is proposed, based on the introduction of a potential of transverse displacements, and on the decomposition of disturbances into spherical harmonics. The different modes are decoupled, and can be studied independently. The development of a numerical code utilizing this formulation can then be considered

  13. Parallelization of simulation code for liquid-gas model of lattice-gas fluid

    International Nuclear Information System (INIS)

    Kawai, Wataru; Ebihara, Kenichi; Kume, Etsuo; Watanabe, Tadashi

    2000-03-01

    A simulation code for hydrodynamical phenomena which is based on the liquid-gas model of lattice-gas fluid is parallelized by using MPI (Message Passing Interface) library. The parallelized code can be applied to the larger size of the simulations than the non-parallelized code. The calculation times of the parallelized code on VPP500 (Vector-Parallel super computer with dispersed memory units), AP3000 (Scalar-parallel server with dispersed memory units), and a workstation cluster decreased in inverse proportion to the number of processors. (author)

  14. An efficient approach to unstructured mesh hydrodynamics on the cell broadband engine (u)

    Energy Technology Data Exchange (ETDEWEB)

    Ferenbaugh, Charles R [Los Alamos National Laboratory

    2010-12-14

    Unstructured mesh physics for the Cell Broadband Engine (CBE) has received little or no attention to date, largely because the CBE architecture poses particular challenges for unstructured mesh algorithms. SPU memory management strategies such as data preloading cannot be applied to the irregular memory storage patterns of unstructured meshes; and the SPU vector instruction set does not support the indirect addressing needed by connectivity arrays. This paper presents an approach to unstructured mesh physics that addresses these challenges, by creating a new mesh data structure and reorganizing code to give efficient CBE performance. The approach is demonstrated on the FLAG production hydrodynamics code using standard test problems, and results show an average speedup of more than 5x over the original code.

  15. Rippled shock front solutions for testing hydrodynamic stability simulations

    International Nuclear Information System (INIS)

    Munro, D.H.

    1989-01-01

    The response of a shock front to arbitrary small perturbations can be calculated analytically. Such rippled shock front solutions are useful for determining the accuracy of hydrodynamic simulation codes such as LASNEX [Comments Plasma Phys. Controlled Fusion 2, 51 (1977)], which are used to compute perturbation growth in inertial fusion targets. The LASNEX fractional errors are of order κ 2 L 2 , where κ is the transverse wavenumber of the perturbation, and L is the largest zone dimension. Numerical errors are about 25% for a calculation using 26 zones per transverse wavelength

  16. Integrated Fuel-Coolant Interaction (IFCI 7.0) Code User's Manual

    International Nuclear Information System (INIS)

    Young, Michael F.

    1999-01-01

    The integrated fuel-coolant interaction (IFCI) computer code is being developed at Sandia National Laboratories to investigate the fuel-coolant interaction (FCI) problem at large scale using a two-dimensional, three-field hydrodynamic framework and physically based models. IFCI will be capable of treating all major FCI processes in an integrated manner. This document is a description of IFCI 7.0. The user's manual describes the hydrodynamic method and physical models used in IFCI 7.0. Appendix A is an input manual provided for the creation of working decks

  17. User's manual of the REFLA-1D/MODE4 reflood thermo-hydrodynamic analysis code

    International Nuclear Information System (INIS)

    Hojo, Tsuneyuki; Iguchi, Tadashi; Okubo, Tsutomu; Murao, Yoshio; Sugimoto, Jun.

    1986-01-01

    REFLA-1D/MODE4 code has been developed by incorporating local power effect model and fuel temperature profile effect model into REFLA-1D/MODE3 code. This code can calculate the temperature transient of local rod by considering radial power profile effect in core and simulate the thermal characteristics of the nuclear fuel rod. This manual describes the outline of incorporated models, modification of the code with incorporating models and provides application information required to utilize the code. (author)

  18. Dissipative relativistic hydrodynamics

    International Nuclear Information System (INIS)

    Imshennik, V.S.; Morozov, Yu.I.

    1989-01-01

    Using the comoving reference frame in the general non-inertial case, the relativistic hydrodynamics equations are derived with an account for dissipative effects in the matter. From the entropy production equation, the exact from for the dissipative tensor components is obtained. As a result, the closed system of equations of dissipative relativistic hydrodynamics is obtained in the comoving reference frame as a relativistic generalization of the known Navier-Stokes equations for Lagrange coordinates. Equations of relativistic hydrodynamics with account for dissipative effects in the matter are derived using the assocoated reference system in general non-inertial case. True form of the dissipative tensor components is obtained from entropy production equation. Closed system of equations for dissipative relativistic hydrodynamics is obtained as a result in the assocoated reference system (ARS) - relativistic generalization of well-known Navier-Stokes equations for Lagrange coordinates. Equation system, obtained in this paper for ARS, may be effectively used in numerical models of explosive processes with 10 51 erg energy releases which are characteristic for flashes of supernovae, if white dwarf type compact target suggested as presupernova

  19. Hydrodynamic evolution of neutron star merger remnants

    Science.gov (United States)

    Liu, Men-Quan; Zhang, Jie

    2017-11-01

    Based on the special relativistic hydrodynamic equations and updated cooling function, we investigate the long-term evolution of neutron stars merger (NSM) remnants by a one-dimensional hydrodynamic code. Three NSM models from one soft equation of state, SFHo, and two stiff equations of state, DD2 and TM1, are used to compare their influences on the hydrodynamic evolution of remnants. We present the luminosity, mass and radius of remnants, as well as the velocity, temperature and density of shocks. For a typical interstellar medium (ISM) density with solar metallicity, we find that the NSM remnant from the SFHo model makes much more changes to ISM in terms of velocity, density and temperature distributions, compared with the case of DD2 and TM1 models. The maximal luminosity of the NSM remnant from the SFHo model is 3.4 × 1038 erg s-1, which is several times larger than that from DD2 and TM1 models. The NSM remnant from the SFHo model can maintain high luminosity (>1038 erg s-1) for 2.29 × 104 yr. Furthermore, the density and temperature of remnants at the maximal luminosity are not sensitive to the power of the original remnant. For the ISM with the solar metallicity and nH = 1 cm- 3, the density of the first shock ∼10-23 g cm-3 and the temperature ∼3 × 105 K in the maximal luminosity phase; The temperature of the first shock decreases and there is a thin 'dense' shell with density ∼10-21 g cm-3 after the maximal luminosity. These characteristics may be helpful for future observations of NSM remnants.

  20. MARS code manual volume I: code structure, system models, and solution methods

    International Nuclear Information System (INIS)

    Chung, Bub Dong; Kim, Kyung Doo; Bae, Sung Won; Jeong, Jae Jun; Lee, Seung Wook; Hwang, Moon Kyu; Yoon, Churl

    2010-02-01

    Korea Advanced Energy Research Institute (KAERI) conceived and started the development of MARS code with the main objective of producing a state-of-the-art realistic thermal hydraulic systems analysis code with multi-dimensional analysis capability. MARS achieves this objective by very tightly integrating the one dimensional RELAP5/MOD3 with the multi-dimensional COBRA-TF codes. The method of integration of the two codes is based on the dynamic link library techniques, and the system pressure equation matrices of both codes are implicitly integrated and solved simultaneously. In addition, the Equation-Of-State (EOS) for the light water was unified by replacing the EOS of COBRA-TF by that of the RELAP5. This theory manual provides a complete list of overall information of code structure and major function of MARS including code architecture, hydrodynamic model, heat structure, trip / control system and point reactor kinetics model. Therefore, this report would be very useful for the code users. The overall structure of the manual is modeled on the structure of the RELAP5 and as such the layout of the manual is very similar to that of the RELAP. This similitude to RELAP5 input is intentional as this input scheme will allow minimum modification between the inputs of RELAP5 and MARS3.1. MARS3.1 development team would like to express its appreciation to the RELAP5 Development Team and the USNRC for making this manual possible

  1. Relativistic hydrodynamics

    CERN Document Server

    Luciano, Rezzolla

    2013-01-01

    Relativistic hydrodynamics is a very successful theoretical framework to describe the dynamics of matter from scales as small as those of colliding elementary particles, up to the largest scales in the universe. This book provides an up-to-date, lively, and approachable introduction to the mathematical formalism, numerical techniques, and applications of relativistic hydrodynamics. The topic is typically covered either by very formal or by very phenomenological books, but is instead presented here in a form that will be appreciated both by students and researchers in the field. The topics covered in the book are the results of work carried out over the last 40 years, which can be found in rather technical research articles with dissimilar notations and styles. The book is not just a collection of scattered information, but a well-organized description of relativistic hydrodynamics, from the basic principles of statistical kinetic theory, down to the technical aspects of numerical methods devised for the solut...

  2. The computer code SEURBNUK-2

    International Nuclear Information System (INIS)

    Yerkess, A.

    1984-01-01

    SEURBNUK-2 has been designed to model the hydrodynamic development in time of a hypothetical core disrupture accident in a fast breeder reactor. SEURBNUK-2 is a two-dimensional, axisymmetric, eulerian, finite difference containment code. The numerical procedure adopted in SEURBNUK to solve the hydrodynamic equations is based on the semi-implicit ICE method. SEURBNUK has a full thin shell treatment for tanks of arbitrary shape and includes the effects of the compressibility of the fluid. Fluid flow through porous media and porous structures can also be accommodated. An important feature of SEURBNUK is that the thin shell equations are solved quite separately from those of the fluid, and the time step for the fluid flow calculation can be an integer multiple of that for calculating the shell motion. The interaction of the shell with the fluid is then considered as a modification to the coefficients in the implicit pressure equations, the modifications naturally depending on the behaviour of the thin shell section within the fluid cell. The code is limited to dealing with a single fluid, the coolant, whereas the bubble and the cover gas are treated as cavities of uniform pressure calculated via appropriate pressure-volume-energy relationships. This manual describes the input data specifications needed for the execution of SEURBNUK-2 calculations and nine sample problems of varying degrees of complexity highlight the code capabilities. After explaining the output facilities information is included to aid those unfamiliar with SEURBNUK-2 to avoid the common pit-falls experienced by novices

  3. Calculation of fluid-structure interaction for reactor safety with the Cassiopee code

    International Nuclear Information System (INIS)

    Graveleau, J.L.; Louvet, P.D.

    1979-01-01

    The cassiopee code is an eulerian-lagrangian coupled code for computations where the hydrodynamic is coupled with structural domains. It is completely explicit. The fluid zones may be computed either in lagrangian or in eulerian coordinates; thin shells can be computed wih their flexural behaviour; elastic plastic zones must be calculated in a lagrangian way. This code is under development in Cadarache. Its purpose is to compute the hypothetical core disruptive accident of a LMFBR when lagrangian codes are not sufficient. This paper contains a description of the code and two examples of computations, one of which has been compared with experimental results

  4. Recent development of hydrodynamic modeling

    Science.gov (United States)

    Hirano, Tetsufumi

    2014-09-01

    In this talk, I give an overview of recent development in hydrodynamic modeling of high-energy nuclear collisions. First, I briefly discuss about current situation of hydrodynamic modeling by showing results from the integrated dynamical approach in which Monte-Carlo calculation of initial conditions, quark-gluon fluid dynamics and hadronic cascading are combined. In particular, I focus on rescattering effects of strange hadrons on final observables. Next I highlight three topics in recent development in hydrodynamic modeling. These include (1) medium response to jet propagation in di-jet asymmetric events, (2) causal hydrodynamic fluctuation and its application to Bjorken expansion and (3) chiral magnetic wave from anomalous hydrodynamic simulations. (1) Recent CMS data suggest the existence of QGP response to propagation of jets. To investigate this phenomenon, we solve hydrodynamic equations with source term which exhibits deposition of energy and momentum from jets. We find a large number of low momentum particles are emitted at large angle from jet axis. This gives a novel interpretation of the CMS data. (2) It has been claimed that a matter created even in p-p/p-A collisions may behave like a fluid. However, fluctuation effects would be important in such a small system. We formulate relativistic fluctuating hydrodynamics and apply it to Bjorken expansion. We found the final multiplicity fluctuates around the mean value even if initial condition is fixed. This effect is relatively important in peripheral A-A collisions and p-p/p-A collisions. (3) Anomalous transport of the quark-gluon fluid is predicted when extremely high magnetic field is applied. We investigate this possibility by solving anomalous hydrodynamic equations. We found the difference of the elliptic flow parameter between positive and negative particles appears due to the chiral magnetic wave. Finally, I provide some personal perspective of hydrodynamic modeling of high energy nuclear collisions

  5. Overview, Progress, and Plans for the Compact Toroidal Hybrid Experiment

    Science.gov (United States)

    Hartwell, G. J.; Allen, N. R.; Ennis, D. A.; Hanson, J. D.; Howell, E. C.; Johnson, C. A.; Knowlton, S. F.; Kring, J. D.; Ma, X.; Maurer, D. A.; Ross, K. G.; Schmitt, J. C.; Traverso, P. J.; Williamson, E. N.

    2017-10-01

    The Compact Toroidal Hybrid (CTH) is an l = 2 , m = 5 torsatron/tokamak hybrid (R0 = 0.75 m, ap 0.2 m, and | B | disruption studies. The main goals of the CTH experiment are to study disruptive behavior as a function of applied 3D magnetic shaping, and to test and advance the V3FIT reconstruction code and NIMROD modeling of CTH. The disruptive density limit is observed to exceed the Greenwald limit as the vacuum transform is increased with no observed threshold for avoidance. Low-q operations (1.1 routine, with disruptions ceasing if the vacuum transform is raised above 0.07. Sawteeth are observed in CTH and have a similar phenomenology to tokamak sawteeth despite employing a 3D confining field. Application of vacuum transform has been demonstrated to reduce and eliminate the vertical drift of elongated discharges. Internal SXR diagnostics, in conjunction with external magnetics, extend the range of reconstruction accuracy into the plasma core. This work is supported by U.S. Department of Energy Grant No. DE-FG02-00ER54610.

  6. Three-dimensional hydrodynamic simulations of OMEGA implosions

    Science.gov (United States)

    Igumenshchev, I. V.; Michel, D. T.; Shah, R. C.; Campbell, E. M.; Epstein, R.; Forrest, C. J.; Glebov, V. Yu.; Goncharov, V. N.; Knauer, J. P.; Marshall, F. J.; McCrory, R. L.; Regan, S. P.; Sangster, T. C.; Stoeckl, C.; Schmitt, A. J.; Obenschain, S.

    2017-05-01

    The effects of large-scale (with Legendre modes ≲ 10) asymmetries in OMEGA direct-drive implosions caused by laser illumination nonuniformities (beam-power imbalance and beam mispointing and mistiming), target offset, and variation in target-layer thickness were investigated using the low-noise, three-dimensional Eulerian hydrodynamic code ASTER. Simulations indicate that these asymmetries can significantly degrade the implosion performance. The most important sources of the asymmetries are the target offsets ( ˜10 to 20 μm), beam-power imbalance ( σrms˜10 %), and variations ( ˜5 %) in target-layer thickness. Large-scale asymmetries distort implosion cores, resulting in a reduced hot-spot confinement and an increased residual kinetic energy of implosion targets. The ion temperature inferred from the width of simulated neutron spectra is influenced by bulk fuel motion in the distorted hot spot and can result in up to an ˜1 -keV increase in apparent temperature. Similar temperature variations along different lines of sight are observed. Demonstrating hydrodynamic equivalence to ignition designs on OMEGA requires a reduction in large-scale target and laser-imposed nonuniformities, minimizing target offset, and employing highly efficient mid-adiabat (α = 4) implosion designs, which mitigate cross-beam energy transfer and suppress short-wavelength Rayleigh-Taylor growth.

  7. Hydrodynamic optical soliton tunneling

    Science.gov (United States)

    Sprenger, P.; Hoefer, M. A.; El, G. A.

    2018-03-01

    A notion of hydrodynamic optical soliton tunneling is introduced in which a dark soliton is incident upon an evolving, broad potential barrier that arises from an appropriate variation of the input signal. The barriers considered include smooth rarefaction waves and highly oscillatory dispersive shock waves. Both the soliton and the barrier satisfy the same one-dimensional defocusing nonlinear Schrödinger (NLS) equation, which admits a convenient dispersive hydrodynamic interpretation. Under the scale separation assumption of nonlinear wave (Whitham) modulation theory, the highly nontrivial nonlinear interaction between the soliton and the evolving hydrodynamic barrier is described in terms of self-similar, simple wave solutions to an asymptotic reduction of the Whitham-NLS partial differential equations. One of the Riemann invariants of the reduced modulation system determines the characteristics of a soliton interacting with a mean flow that results in soliton tunneling or trapping. Another Riemann invariant yields the tunneled soliton's phase shift due to hydrodynamic interaction. Soliton interaction with hydrodynamic barriers gives rise to effects that include reversal of the soliton propagation direction and spontaneous soliton cavitation, which further suggest possible methods of dark soliton control in optical fibers.

  8. Hydrodynamic cavitation for sonochemical effects.

    Science.gov (United States)

    Moholkar, V S; Kumar, P S; Pandit, A B

    1999-03-01

    A comparative study of hydrodynamic and acoustic cavitation has been made on the basis of numerical solutions of the Rayleigh-Plesset equation. The bubble/cavity behaviour has been studied under both acoustic and hydrodynamic cavitation conditions. The effect of varying pressure fields on the collapse of the cavity (sinusoidal for acoustic and linear for hydrodynamic) and also on the latter's dynamic behaviour has been studied. The variations of parameters such as initial cavity size, intensity of the acoustic field and irradiation frequency in the case of acoustic cavitation, and initial cavity size, final recovery pressure and time for pressure recovery in the case of hydrodynamic cavitation, have been found to have significant effects on cavity/bubble dynamics. The simulations reveal that the bubble/cavity collapsing behaviour in the case of hydrodynamic cavitation is accompanied by a large number of pressure pulses of relatively smaller magnitude, compared with just one or two pulses under acoustic cavitation. It has been shown that hydrodynamic cavitation offers greater control over operating parameters and the resultant cavitation intensity. Finally, a brief summary of the experimental results on the oxidation of aqueous KI solution with a hydrodynamic cavitation set-up is given which supports the conclusion of this numerical study. The methodology presented allows one to manipulate and optimise of specific process, either physical or chemical.

  9. Solitonic Dispersive Hydrodynamics: Theory and Observation

    Science.gov (United States)

    Maiden, Michelle D.; Anderson, Dalton V.; Franco, Nevil A.; El, Gennady A.; Hoefer, Mark A.

    2018-04-01

    Ubiquitous nonlinear waves in dispersive media include localized solitons and extended hydrodynamic states such as dispersive shock waves. Despite their physical prominence and the development of thorough theoretical and experimental investigations of each separately, experiments and a unified theory of solitons and dispersive hydrodynamics are lacking. Here, a general soliton-mean field theory is introduced and used to describe the propagation of solitons in macroscopic hydrodynamic flows. Two universal adiabatic invariants of motion are identified that predict trapping or transmission of solitons by hydrodynamic states. The result of solitons incident upon smooth expansion waves or compressive, rapidly oscillating dispersive shock waves is the same, an effect termed hydrodynamic reciprocity. Experiments on viscous fluid conduits quantitatively confirm the soliton-mean field theory with broader implications for nonlinear optics, superfluids, geophysical fluids, and other dispersive hydrodynamic media.

  10. Large-Scale Description of Interacting One-Dimensional Bose Gases: Generalized Hydrodynamics Supersedes Conventional Hydrodynamics

    Science.gov (United States)

    Doyon, Benjamin; Dubail, Jérôme; Konik, Robert; Yoshimura, Takato

    2017-11-01

    The theory of generalized hydrodynamics (GHD) was recently developed as a new tool for the study of inhomogeneous time evolution in many-body interacting systems with infinitely many conserved charges. In this Letter, we show that it supersedes the widely used conventional hydrodynamics (CHD) of one-dimensional Bose gases. We illustrate this by studying "nonlinear sound waves" emanating from initial density accumulations in the Lieb-Liniger model. We show that, at zero temperature and in the absence of shocks, GHD reduces to CHD, thus for the first time justifying its use from purely hydrodynamic principles. We show that sharp profiles, which appear in finite times in CHD, immediately dissolve into a higher hierarchy of reductions of GHD, with no sustained shock. CHD thereon fails to capture the correct hydrodynamics. We establish the correct hydrodynamic equations, which are finite-dimensional reductions of GHD characterized by multiple, disjoint Fermi seas. We further verify that at nonzero temperature, CHD fails at all nonzero times. Finally, we numerically confirm the emergence of hydrodynamics at zero temperature by comparing its predictions with a full quantum simulation performed using the NRG-TSA-abacus algorithm. The analysis is performed in the full interaction range, and is not restricted to either weak- or strong-repulsion regimes.

  11. The effects of second-order hydrodynamics on a semisubmersible floating offshore wind turbine

    International Nuclear Information System (INIS)

    Bayati, I; Jonkman, J; Robertson, A; Platt, A

    2014-01-01

    The objective of this paper is to assess the second-order hydrodynamic effects on a semisubmersible floating offshore wind turbine. Second-order hydrodynamics induce loads and motions at the sum- and difference-frequencies of the incident waves. These effects have often been ignored in offshore wind analysis, under the assumption that they are significantly smaller than first-order effects. The sum- and difference-frequency loads can, however, excite eigenfrequencies of a floating system, leading to large oscillations that strain the mooring system or vibrations that cause fatigue damage to the structure. Observations of supposed second-order responses in wave-tank tests performed by the DeepCwind consortium at the Maritime Research Institute Netherlands (MARIN) offshore basin suggest that these effects might be more important than originally expected. These observations inspired interest in investigating how second-order excitation affects floating offshore wind turbines and whether second-order hydrodynamics should be included in offshore wind simulation tools like FAST. In this work, the effects of second-order hydrodynamics on a floating semisubmersible offshore wind turbine are investigated. Because FAST is currently unable to account for second-order effects, a method to assess these effects was applied in which linearized properties of the floating wind system derived from FAST (including the 6x6 mass and stiffness matrices) are used by WAMIT to solve the first- and second-order hydrodynamics problems in the frequency domain. The method was applied to the Offshore Code Comparison Collaboration Continuation OC4-DeepCwind semisubmersible platform, supporting the National Renewable Energy Laboratory's 5-MW baseline wind turbine. In this paper, the loads and response of the system caused by the second-order hydrodynamics are analysed and compared to the first-order hydrodynamic loads and induced motions in the frequency domain. Further, the second

  12. Hydrodynamic escape from planetary atmospheres

    Science.gov (United States)

    Tian, Feng

    Hydrodynamic escape is an important process in the formation and evolution of planetary atmospheres. Due to the existence of a singularity point near the transonic point, it is difficult to find transonic steady state solutions by solving the time-independent hydrodynamic equations. In addition to that, most previous works assume that all energy driving the escape flow is deposited in one narrow layer. This assumption not only results in less accurate solutions to the hydrodynamic escape problem, but also makes it difficult to include other chemical and physical processes in the hydrodynamic escape models. In this work, a numerical model describing the transonic hydrodynamic escape from planetary atmospheres is developed. A robust solution technique is used to solve the time dependent hydrodynamic equations. The method has been validated in an isothermal atmosphere where an analytical solution is available. The hydrodynamic model is applied to 3 cases: hydrogen escape from small orbit extrasolar planets, hydrogen escape from a hydrogen rich early Earth's atmosphere, and nitrogen/methane escape from Pluto's atmosphere. Results of simulations on extrasolar planets are in good agreement with the observations of the transiting extrasolar planet HD209458b. Hydrodynamic escape of hydrogen from other hypothetical close-in extrasolar planets are simulated and the influence of hydrogen escape on the long-term evolution of these extrasolar planets are discussed. Simulations on early Earth suggest that hydrodynamic escape of hydrogen from a hydrogen rich early Earth's atmosphere is about two orders magnitude slower than the diffusion limited escape rate. A hydrogen rich early Earth's atmosphere could have been maintained by the balance between the hydrogen escape and the supply of hydrogen into the atmosphere by volcanic outgassing. Origin of life may have occurred in the organic soup ocean created by the efficient formation of prebiotic molecules in the hydrogen rich early

  13. Validation of Hydrodynamic Numerical Model of a Pitching Wave Energy Converter

    DEFF Research Database (Denmark)

    López, Maria del Pilar Heras; Thomas, Sarah; Kramer, Morten Mejlhede

    2017-01-01

    Validation of numerical model is essential in the development of new technologies. Commercial software and codes available simulating wave energy converters (WECs) have not been proved to work for all the available and upcoming technologies yet. The present paper presents the first stages...... of the validation process of a hydrodynamic numerical model for a pitching wave energy converter. The development of dry tests, wave flume and wave basin experiments are going to be explained, lessons learned shared and results presented....

  14. A hydrodynamic formalism for Brownian systems

    International Nuclear Information System (INIS)

    Pina, E.; Rosales, M.A.

    1981-01-01

    A formal hydrodynamic approach to Brownian motion is presented and the corresponding equations are derived. Hydrodynamic quantities are expressed in terms of the physical variables characterizing the Brownian systems. Contact is made with the hydrodynamic model of Quantum Mechanics. (author)

  15. Offshore code comparison collaboration continuation within IEA Wind Task 30: Phase II results regarding a floating semisubmersible wind system

    DEFF Research Database (Denmark)

    Robertson, Amy; Jonkman, Jason M.; Vorpahl, Fabian

    2014-01-01

    Offshore wind turbines are designed and analyzed using comprehensive simulation tools (or codes) that account for the coupled dynamics of the wind inflow, aerodynamics, elasticity, and controls of the turbine, along with the incident waves, sea current, hydrodynamics, mooring dynamics, and founda......Offshore wind turbines are designed and analyzed using comprehensive simulation tools (or codes) that account for the coupled dynamics of the wind inflow, aerodynamics, elasticity, and controls of the turbine, along with the incident waves, sea current, hydrodynamics, mooring dynamics......, and foundation dynamics of the support structure. This paper describes the latest findings of the code-to-code verification activities of the Offshore Code Comparison Collaboration Continuation project, which operates under the International Energy Agency Wind Task 30. In the latest phase of the project......, participants used an assortment of simulation codes to model the coupled dynamic response of a 5-MW wind turbine installed on a floating semisubmersible in 200 m of water. Code predictions were compared from load case simulations selected to test different model features. The comparisons have resulted...

  16. Modeling warm dense matter experiments using the 3D ALE-AMR code and the move toward exascale computing

    International Nuclear Information System (INIS)

    Koniges, A.; Liu, W.; Barnard, J.; Friedman, A.; Logan, G.; Eder, D.; Fisher, A.; Masters, N.; Bertozzi, A.

    2013-01-01

    The Neutralized Drift Compression Experiment II (NDCX II) is an induction accelerator planned for initial commissioning in 2012. The final design calls for a 3 MeV, Li + ion beam, delivered in a bunch with characteristic pulse duration of 1 ns, and transverse dimension of order 1 mm. The NDCX II will be used in studies of material in the warm dense matter (WDM) regime, and ion beam/hydrodynamic coupling experiments relevant to heavy ion based inertial fusion energy. We discuss recent efforts to adapt the 3D ALE-AMR code to model WDM experiments on NDCX II. The code, which combines Arbitrary Lagrangian Eulerian (ALE) hydrodynamics with Adaptive Mesh Refinement (AMR), has physics models that include ion deposition, radiation hydrodynamics, thermal diffusion, anisotropic material strength with material time history, and advanced models for fragmentation. Experiments at NDCX-II will explore the process of bubble and droplet formation (two-phase expansion) of superheated metal solids using ion beams. Experiments at higher temperatures will explore equation of state and heavy ion fusion beam-to-target energy coupling efficiency. Ion beams allow precise control of local beam energy deposition providing uniform volumetric heating on a timescale shorter than that of hydrodynamic expansion. We also briefly discuss the effects of the move to exascale computing and related computational changes on general modeling codes in fusion. (authors)

  17. Hydrodynamic and thermal modelling of gas-particle flow in fluidized beds

    International Nuclear Information System (INIS)

    Abdelkawi, O.S; Abdalla, A.M.; Atwan, E.F; Abdelmonem, S.A.; Elshazly, K.M.

    2009-01-01

    In this study a mathematical model has been developed to simulate two dimensional fluidized bed with uniform fluidization. The model consists of two sub models for hydrodynamic and thermal behavior of fluidized bed on which a FORTRAN program entitled (NEWFLUIDIZED) is devolved. The program is used to predict the volume fraction of gas and particle phases, the velocity of the two phases, the gas pressure and the temperature distribution for two phases. Also the program calculates the heat transfer coefficient. Besides the program predicts the fluidized bed stability and determines the optimum input gas velocity for fluidized bed to achieve the best thermal behavior. The hydrodynamic model is verified by comparing its results with the computational fluid dynamic code MFIX . While the thermal model was tested and compared by the available previous experimental correlations.The model results show good agreement with MFIX results and the thermal model of the present work confirms Zenz and Gunn equations

  18. How to fake hydrodynamic signals

    Energy Technology Data Exchange (ETDEWEB)

    Romatschke, Paul [Department of Physics, 390 UCB, University of Colorado at Boulder, Boulder, CO (United States); Center for Theory of Quantum Matter, University of Colorado, Boulder, CO 80309 (United States)

    2016-12-15

    Flow signatures in experimental data from relativistic ion collisions, are usually interpreted as a fingerprint of the presence of a hydrodynamic phase during the evolution of these systems. I review some theoretical ideas to ‘fake’ this hydrodynamic behavior in p+A and A+A collisions. I find that transverse flow and femtoscopic measurements can easily be forged through non-hydrodynamic evolution, while large elliptic flow requires some non-vanishing interactions in the hot phase.

  19. Magneto-hydrodynamic simulations of Heavy Ion Collisions with ECHO-QGP

    Science.gov (United States)

    Inghirami, G.; Del Zanna, L.; Beraudo, A.; Haddadi Moghaddam, M.; Becattini, F.; Bleicher, M.

    2018-05-01

    It is believed that very strong magnetic fields may induce many interesting physical effects in the Quark Gluon Plasma, like the Chiral Magnetic Effect, the Chiral Separation Effect, a modification of the critical temperature or changes in the collective flow of the emitted particles. However, in the hydrodynamic numerical simulations of Heavy Ion Collisions the magnetic fields have been either neglected or considered as external fields which evolve independently from the dynamics of the fluid. To address this issue, we recently modified the ECHO-QGP code, including for the first time the effects of electromagnetic fields in a consistent way, although in the limit of an infinite electrical conductivity of the plasma (ideal magnetohydrodynamics). In this proceedings paper we illustrate the underlying 3+1 formalisms of the current version of the code and we present the results of its basic preliminary application in a simple case. We conclude with a brief discussion of the possible further developments and future uses of the code, from RHIC to FAIR collision energies.

  20. Implicit and semi-implicit schemes in the Versatile Advection Code : numerical tests

    NARCIS (Netherlands)

    Tóth, G.; Keppens, R.; Bochev, Mikhail A.

    1998-01-01

    We describe and evaluate various implicit and semi-implicit time integration schemes applied to the numerical simulation of hydrodynamical and magnetohydrodynamical problems. The schemes were implemented recently in the software package Versatile Advection Code, which uses modern shock capturing

  1. Relativistic hydrodynamic evolutions with black hole excision

    International Nuclear Information System (INIS)

    Duez, Matthew D.; Shapiro, Stuart L.; Yo, H.-J.

    2004-01-01

    We present a numerical code designed to study astrophysical phenomena involving dynamical spacetimes containing black holes in the presence of relativistic hydrodynamic matter. We present evolutions of the collapse of a fluid star from the onset of collapse to the settling of the resulting black hole to a final stationary state. In order to evolve stably after the black hole forms, we excise a region inside the hole before a singularity is encountered. This excision region is introduced after the appearance of an apparent horizon, but while a significant amount of matter remains outside the hole. We test our code by evolving accurately a vacuum Schwarzschild black hole, a relativistic Bondi accretion flow onto a black hole, Oppenheimer-Snyder dust collapse, and the collapse of nonrotating and rotating stars. These systems are tracked reliably for hundreds of M following excision, where M is the mass of the black hole. We perform these tests both in axisymmetry and in full 3+1 dimensions. We then apply our code to study the effect of the stellar spin parameter J/M 2 on the final outcome of gravitational collapse of rapidly rotating n=1 polytropes. We find that a black hole forms only if J/M 2 2 >1, the collapsing star forms a torus which fragments into nonaxisymmetric clumps, capable of generating appreciable 'splash' gravitational radiation

  2. Integrated Fuel-Coolant Interaction (IFCI 7.0) Code User's Manual

    Energy Technology Data Exchange (ETDEWEB)

    Young, Michael F.

    1999-05-01

    The integrated fuel-coolant interaction (IFCI) computer code is being developed at Sandia National Laboratories to investigate the fuel-coolant interaction (FCI) problem at large scale using a two-dimensional, three-field hydrodynamic framework and physically based models. IFCI will be capable of treating all major FCI processes in an integrated manner. This document is a description of IFCI 7.0. The user's manual describes the hydrodynamic method and physical models used in IFCI 7.0. Appendix A is an input manual provided for the creation of working decks.

  3. Hydrodynamical description of collective flow

    OpenAIRE

    Huovinen, Pasi

    2003-01-01

    I review how hydrodynamical flow is related to the observed flow in ultrarelativistic heavy ion collisions and how initial conditions, equation of state and freeze-out temperature affect flow in hydrodynamical models.

  4. Jet-torus connection in radio galaxies. Relativistic hydrodynamics and synthetic emission

    Science.gov (United States)

    Fromm, C. M.; Perucho, M.; Porth, O.; Younsi, Z.; Ros, E.; Mizuno, Y.; Zensus, J. A.; Rezzolla, L.

    2018-01-01

    Context. High resolution very long baseline interferometry observations of active galactic nuclei have revealed asymmetric structures in the jets of radio galaxies. These asymmetric structures may be due to internal asymmetries in the jets or they may be induced by the different conditions in the surrounding ambient medium, including the obscuring torus, or a combination of the two. Aims: In this paper we investigate the influence of the ambient medium, including the obscuring torus, on the observed properties of jets from radio galaxies. Methods: We performed special-relativistic hydrodynamic (SRHD) simulations of over-pressured and pressure-matched jets using the special-relativistic hydrodynamics code Ratpenat, which is based on a second-order accurate finite-volume method and an approximate Riemann solver. Using a newly developed radiative transfer code to compute the electromagnetic radiation, we modelled several jets embedded in various ambient medium and torus configurations and subsequently computed the non-thermal emission produced by the jet and thermal absorption from the torus. To better compare the emission simulations with observations we produced synthetic radio maps, taking into account the properties of the observatory. Results: The detailed analysis of our simulations shows that the observed properties such as core shift could be used to distinguish between over-pressured and pressure matched jets. In addition to the properties of the jets, insights into the extent and density of the obscuring torus can be obtained from analyses of the single-dish spectrum and spectral index maps.

  5. An L-stable method for solving stiff hydrodynamics

    Science.gov (United States)

    Li, Shengtai

    2017-07-01

    We develop a new method for simulating the coupled dynamics of gas and multi-species dust grains. The dust grains are treated as pressure-less fluids and their coupling with gas is through stiff drag terms. If an explicit method is used, the numerical time step is subject to the stopping time of the dust particles, which can become extremely small for small grains. The previous semi-implicit method [1] uses second-order trapezoidal rule (TR) on the stiff drag terms and it works only for moderately small size of the dust particles. This is because TR method is only A-stable not L-stable. In this work, we use TR-BDF2 method [2] for the stiff terms in the coupled hydrodynamic equations. The L-stability of TR-BDF2 proves essential in treating a number of dust species. The combination of TR-BDF2 method with the explicit discretization of other hydro terms can solve a wide variety of stiff hydrodynamics equations accurately and efficiently. We have implemented our method in our LA-COMPASS (Los Alamos Computational Astrophysics Suite) package. We have applied the code to simulate some dusty proto-planetary disks and obtained very good match with astronomical observations.

  6. Simulations of Laboratory Astrophysics Experiments using the CRASH code

    Science.gov (United States)

    Trantham, Matthew; Kuranz, Carolyn; Fein, Jeff; Wan, Willow; Young, Rachel; Keiter, Paul; Drake, R. Paul

    2015-11-01

    Computer simulations can assist in the design and analysis of laboratory astrophysics experiments. The Center for Radiative Shock Hydrodynamics (CRASH) at the University of Michigan developed a code that has been used to design and analyze high-energy-density experiments on OMEGA, NIF, and other large laser facilities. This Eulerian code uses block-adaptive mesh refinement (AMR) with implicit multigroup radiation transport, electron heat conduction and laser ray tracing. This poster will demonstrate some of the experiments the CRASH code has helped design or analyze including: Kelvin-Helmholtz, Rayleigh-Taylor, magnetized flows, jets, and laser-produced plasmas. This work is funded by the following grants: DEFC52-08NA28616, DE-NA0001840, and DE-NA0002032.

  7. Study of the thermo-hydrodynamic phenomena in the nuclear core during reflood phase

    International Nuclear Information System (INIS)

    Murao, Yoshio

    1983-03-01

    This paper describes the development of the core thermo-hydrodynamic model on the reflood phenomena during a loss-of-coolant accident in a light water reactor. This model was developed based on the physical understanding in order to obtain the flexibility of application to safety analysis. For this purpose, the flow pattern was modeled and the fundamental equations were derived. The equations were used to know the suitable variables for assembling the thermo-hydrodynamic model of each flow regime in a reflood analysis code. Then the hydrodynamic models and the heat transfer models of all flow regimes and the quench model were derived. Some of them were newly developed. It was found that water accumulation above the quench front occurred in some cases, however the criteria was not clarified. One-dimensional forced-feed reflood tests were performed and the models were assessed and partly improved by using the data of the tests. The verified models were built in a one-dimensional reflood analysis code and totally assessed with the data of the test mentioned above. Except for the location just below a grid spacer and cases of high flooding rate, the calculational results indicated good comparison with the experimental results when the water accumulation was assumed above the quench front. Additionally the test data from the other test facility were used for the verification of the model. The results also showed good comparison with the experimental results. It was found that better comparisons were obtained when the water accumulation was not assumed above quench front. From these assessment of the model, it was found that the model derived here describes the over-all reflood phenomena, while it has to be partly improved and the water accumulation phenomena should be further investigated. (author)

  8. Hydrodynamics and stellar winds an introduction

    CERN Document Server

    Maciel, Walter J

    2014-01-01

    Stellar winds are a common phenomenon in the life of stars, from the dwarfs like the Sun to the red giants and hot supergiants, constituting one of the basic aspects of modern astrophysics. Stellar winds are a hydrodynamic phenomenon in which circumstellar gases expand towards the interstellar medium. This book presents an elementary introduction to the fundamentals of hydrodynamics with an application to the study of stellar winds. The principles of hydrodynamics have many other applications, so that the book can be used as an introduction to hydrodynamics for students of physics, astrophysics and other related areas.

  9. Three-dimensional hydrodynamical simulations of stellar collisions. II. White dwarfs

    International Nuclear Information System (INIS)

    Benz, W.; Thielemann, F.K.; Hills, J.G.

    1989-01-01

    Three-dimensional numerical simulations are presented for collisions between white dwarfs, using a smooth-particle hydrodynamics code with 5000 particles. The code allows for radiation and degenerate pressure and uses a reduced nuclear network which models the large release of nuclear energy. Two different collision models are considered over a range of impact parameters: between two 0.06 solar-mass C-O white dwarfs and between 0.9 solar-mass and 0.7 solar-mass C-O white dwarfs. In nearly head-on collisions, a very substantial fraction of the mass is lost as a result of a large release of nuclear energy. In grazing collisions, the fraction of mass lost is close to that produced in collisions between main-sequence stars. The quantity of processed elements ejected into the ISM by these collisions does not significantly affect the chemical evolution of the Galaxy. 24 refs

  10. Analysis of the SPERT III E-core experiment using the EUREKA-2 code

    International Nuclear Information System (INIS)

    Harami, Taikan; Uemura, Mutsumi; Ohnishi, Nobuaki

    1986-09-01

    EUREKA-2, a coupled nuclear thermal hydrodynamic kinetic code, was adapted for the testing of models and methods. Code evaluations were made with the reactivity addition experiments of the SPERT III E-Core, a slightly enriched oxide core. The code was tested for non damaging power excursions including a wide range of initial operating conditions, such as cold-startup, hot-startup, hot-standby and operating-power initial conditions. Comparisons resulted in a good agreement within the experimental errors between calculated and experimental power, energy, reactivity and clad surface temperature. (author)

  11. Hydrodynamics of electrons in graphene

    Science.gov (United States)

    Lucas, Andrew; Chung Fong, Kin

    2018-02-01

    Generic interacting many-body quantum systems are believed to behave as classical fluids on long time and length scales. Due to rapid progress in growing exceptionally pure crystals, we are now able to experimentally observe this collective motion of electrons in solid-state systems, including graphene. We present a review of recent progress in understanding the hydrodynamic limit of electronic motion in graphene, written for physicists from diverse communities. We begin by discussing the ‘phase diagram’ of graphene, and the inevitable presence of impurities and phonons in experimental systems. We derive hydrodynamics, both from a phenomenological perspective and using kinetic theory. We then describe how hydrodynamic electron flow is visible in electronic transport measurements. Although we focus on graphene in this review, the broader framework naturally generalizes to other materials. We assume only basic knowledge of condensed matter physics, and no prior knowledge of hydrodynamics.

  12. Black brane entropy and hydrodynamics

    NARCIS (Netherlands)

    Booth, I.; Heller, M.P.; Spaliński, M.

    2010-01-01

    A generalization of entropy to near-equilibrium phenomena is provided by the notion of a hydrodynamic entropy current. Recent advances in holography have lead to the formulation of fluid-gravity duality, a remarkable connection between the hydrodynamics of certain strongly coupled media and dynamics

  13. Black brane entropy and hydrodynamics

    NARCIS (Netherlands)

    Booth, I.; Heller, M.P.; Spaliński, M.

    2011-01-01

    A generalization of entropy to near-equilibrium phenomena is provided by the notion of a hydrodynamic entropy current. Recent advances in holography have lead to the formulation of fluid-gravity duality, a remarkable connection between the hydrodynamics of certain strongly coupled media and dynamics

  14. Hydrodynamics in full general relativity with conservative adaptive mesh refinement

    Science.gov (United States)

    East, William E.; Pretorius, Frans; Stephens, Branson C.

    2012-06-01

    There is great interest in numerical relativity simulations involving matter due to the likelihood that binary compact objects involving neutron stars will be detected by gravitational wave observatories in the coming years, as well as to the possibility that binary compact object mergers could explain short-duration gamma-ray bursts. We present a code designed for simulations of hydrodynamics coupled to the Einstein field equations targeted toward such applications. This code has recently been used to study eccentric mergers of black hole-neutron star binaries. We evolve the fluid conservatively using high-resolution shock-capturing methods, while the field equations are solved in the generalized-harmonic formulation with finite differences. In order to resolve the various scales that may arise, we use adaptive mesh refinement (AMR) with grid hierarchies based on truncation error estimates. A noteworthy feature of this code is the implementation of the flux correction algorithm of Berger and Colella to ensure that the conservative nature of fluid advection is respected across AMR boundaries. We present various tests to compare the performance of different limiters and flux calculation methods, as well as to demonstrate the utility of AMR flux corrections.

  15. Verification of aero-elastic offshore wind turbine design codes under IEA Wind Task XXIII

    DEFF Research Database (Denmark)

    Vorpahl, Fabian; Strobel, Michael; Jonkman, Jason M.

    2014-01-01

    with the incident waves, sea current, hydrodynamics and foundation dynamics of the support structure. A large set of time series simulation results such as turbine operational characteristics, external conditions, and load and displacement outputs was compared and interpreted. Load cases were defined and run...... to differences in the model fidelity, aerodynamic implementation, hydrodynamic load discretization and numerical difficulties within the codes. The comparisons resulted in a more thorough understanding of the modeling techniques and better knowledge of when various approximations are not valid.More importantly...... is to summarize the lessons learned and present results that code developers can compare to. The set of benchmark load cases defined and simulated during the course of this project—the raw data for this paper—is available to the offshore wind turbine simulation community and is already being used for testing...

  16. Topics in fluctuating nonlinear hydrodynamics

    International Nuclear Information System (INIS)

    Milner, S.T.

    1986-01-01

    Models of fluctuating nonlinear hydrodynamics have enjoyed much success in explaining the effect of long-wavelength fluctuations in diverse hydrodynamic systems. This thesis explores two such problems; in both, the body of hydrodynamic assumptions powerfully constrains the predictions of a well-posed theory. The effects of layer fluctuations in smectic-A liquid crystals are first examined. The static theory (introduced by Grinstein and Pelcovits) is reviewed. Ward identities, resulting from the arbitrariness of the layering direction, are derived and exploited. The static results motivate an examination of dynamic fluctuation effects. A new sound-damping experiment is proposed that would probe singular dependence of viscosities on applied stress. A theory of Procaccia and Gitterman that reaction rates of chemically reacting binary mixtures are drastically reduced near their thermodynamic critical points is analyzed. Hydrodynamic arguments and Van Hove theory are applied, concluding that the PG idea is drastically slowed, and spatially varying composition fluctuations are at best slowed down over a narrow range of wavenumbers

  17. Beam induced hydrodynamic tunneling in the future circular collider components

    Directory of Open Access Journals (Sweden)

    N. A. Tahir

    2016-08-01

    Full Text Available A future circular collider (FCC has been proposed as a post-Large Hadron Collider accelerator, to explore particle physics in unprecedented energy ranges. The FCC is a circular collider in a tunnel with a circumference of 80–100 km. The FCC study puts an emphasis on proton-proton high-energy and electron-positron high-intensity frontier machines. A proton-electron interaction scenario is also examined. According to the nominal FCC parameters, each of the 50 TeV proton beams will carry an amount of 8.5 GJ energy that is equivalent to the kinetic energy of an Airbus A380 (560 t at a typical speed of 850  km/h. Safety of operation with such extremely energetic beams is an important issue, as off-nominal beam loss can cause serious damage to the accelerator and detector components with a severe impact on the accelerator environment. In order to estimate the consequences of an accident with the full beam accidently deflected into equipment, we have carried out numerical simulations of interaction of a FCC beam with a solid copper target using an energy-deposition code (fluka and a 2D hydrodynamic code (big2 iteratively. These simulations show that, although the penetration length of a single FCC proton and its shower in solid copper is about 1.5 m, the full FCC beam will penetrate up to about 350 m into the target because of the “hydrodynamic tunneling.” These simulations also show that a significant part of the target is converted into high-energy-density matter. We also discuss this interesting aspect of this study.

  18. Beam Induced Hydrodynamic Tunneling in the Future Circular Collider Components

    Science.gov (United States)

    Tahir, N. A.; Burkart, F.; Schmidt, R.; Shutov, A.; Wollmann, D.; Piriz, A. R.

    2016-08-01

    A future circular collider (FCC) has been proposed as a post-Large Hadron Collider accelerator, to explore particle physics in unprecedented energy ranges. The FCC is a circular collider in a tunnel with a circumference of 80-100 km. The FCC study puts an emphasis on proton-proton high-energy and electron-positron high-intensity frontier machines. A proton-electron interaction scenario is also examined. According to the nominal FCC parameters, each of the 50 TeV proton beams will carry an amount of 8.5 GJ energy that is equivalent to the kinetic energy of an Airbus A380 (560 t) at a typical speed of 850 km /h . Safety of operation with such extremely energetic beams is an important issue, as off-nominal beam loss can cause serious damage to the accelerator and detector components with a severe impact on the accelerator environment. In order to estimate the consequences of an accident with the full beam accidently deflected into equipment, we have carried out numerical simulations of interaction of a FCC beam with a solid copper target using an energy-deposition code (fluka) and a 2D hydrodynamic code (big2) iteratively. These simulations show that, although the penetration length of a single FCC proton and its shower in solid copper is about 1.5 m, the full FCC beam will penetrate up to about 350 m into the target because of the "hydrodynamic tunneling." These simulations also show that a significant part of the target is converted into high-energy-density matter. We also discuss this interesting aspect of this study.

  19. Modeling and design of radiative hydrodynamic experiments with X-ray Thomson Scattering measurements on NIF

    Science.gov (United States)

    Ma, K. H.; Lefevre, H. J.; Belancourt, P. X.; MacDonald, M. J.; Doeppner, T.; Keiter, P. A.; Kuranz, C. C.; Johnsen, E.

    2017-10-01

    Recent experiments at the National Ignition Facility studied the effect of radiation on shock-driven hydrodynamic instability growth. X-ray radiography images from these experiments indicate that perturbation growth is lower in highly radiative shocks compared to shocks with negligible radiation flux. The reduction in instability growth is attributed to ablation from higher temperatures in the foam for highly radiative shocks. The proposed design implements the X-ray Thomson Scattering (XRTS) technique in the radiative shock tube platform to measure electron temperatures and densities in the shocked foam. We model these experiments with CRASH, an Eulerian radiation hydrodynamics code with block-adaptive mesh refinement, multi-group radiation transport and electron heat conduction. Simulations are presented with SiO2 and carbon foams for both the high temperature, radiative shock and the low-temperature, hydrodynamic shock cases. Calculations from CRASH give estimations for shock speed, electron temperature, effective ionization, and other quantities necessary for designing the XRTS diagnostic measurement. This work is funded by the LLNL under subcontract B614207, and was performed under the auspices of the U.S. DOE by LLNL under Contract No. DE-AC52-07NA27344.

  20. Enhanced Verification Test Suite for Physics Simulation Codes

    Energy Technology Data Exchange (ETDEWEB)

    Kamm, J R; Brock, J S; Brandon, S T; Cotrell, D L; Johnson, B; Knupp, P; Rider, W; Trucano, T; Weirs, V G

    2008-10-10

    This document discusses problems with which to augment, in quantity and in quality, the existing tri-laboratory suite of verification problems used by Los Alamos National Laboratory (LANL), Lawrence Livermore National Laboratory (LLNL), and Sandia National Laboratories (SNL). The purpose of verification analysis is demonstrate whether the numerical results of the discretization algorithms in physics and engineering simulation codes provide correct solutions of the corresponding continuum equations. The key points of this document are: (1) Verification deals with mathematical correctness of the numerical algorithms in a code, while validation deals with physical correctness of a simulation in a regime of interest. This document is about verification. (2) The current seven-problem Tri-Laboratory Verification Test Suite, which has been used for approximately five years at the DOE WP laboratories, is limited. (3) Both the methodology for and technology used in verification analysis have evolved and been improved since the original test suite was proposed. (4) The proposed test problems are in three basic areas: (a) Hydrodynamics; (b) Transport processes; and (c) Dynamic strength-of-materials. (5) For several of the proposed problems we provide a 'strong sense verification benchmark', consisting of (i) a clear mathematical statement of the problem with sufficient information to run a computer simulation, (ii) an explanation of how the code result and benchmark solution are to be evaluated, and (iii) a description of the acceptance criterion for simulation code results. (6) It is proposed that the set of verification test problems with which any particular code be evaluated include some of the problems described in this document. Analysis of the proposed verification test problems constitutes part of a necessary--but not sufficient--step that builds confidence in physics and engineering simulation codes. More complicated test cases, including physics models of

  1. Anomalous hydrodynamics of Weyl materials

    Science.gov (United States)

    Monteiro, Gustavo; Abanov, Alexander

    Kinetic theory is a useful tool to study transport in Weyl materials when the band-touching points are hidden inside a Fermi surface. It accounts, for example, for the negative magnetoresistance caused by the chiral magnetic effect and quantum oscillations (SdH effect) in the magnetoresistance together within the same framework. As an alternative approach to kinetic theory we also consider the regime of strong interactions where hydrodynamics can be applicable. A variational principle of these hydrodynamic equations can be found in and provide a natural framework to study hydrodynamic surface modes which correspond to the strongly-interacting physics signature of Fermi arcs. G.M. acknowledges the financial support from FAPESP.

  2. SPECIAL RELATIVISTIC HYDRODYNAMICS WITH GRAVITATION

    Energy Technology Data Exchange (ETDEWEB)

    Hwang, Jai-chan [Department of Astronomy and Atmospheric Sciences, Kyungpook National University, Daegu (Korea, Republic of); Noh, Hyerim [Korea Astronomy and Space Science Institute, Daejon (Korea, Republic of)

    2016-12-20

    Special relativistic hydrodynamics with weak gravity has hitherto been unknown in the literature. Whether such an asymmetric combination is possible has been unclear. Here, the hydrodynamic equations with Poisson-type gravity, considering fully relativistic velocity and pressure under the weak gravity and the action-at-a-distance limit, are consistently derived from Einstein’s theory of general relativity. An analysis is made in the maximal slicing, where the Poisson’s equation becomes much simpler than our previous study in the zero-shear gauge. Also presented is the hydrodynamic equations in the first post-Newtonian approximation, now under the general hypersurface condition. Our formulation includes the anisotropic stress.

  3. Similarity flows in relativistic hydrodynamics

    International Nuclear Information System (INIS)

    Blaizot, J.P.; Ollitrault, J.Y.

    1986-01-01

    In ultra-relativistic heavy ion collisions, one expects in particular to observe a deconfinement transition leading to a formation of quark gluon plasma. In the framework of the hydrodynamic model, experimental signatures of such a plasma may be looked for as observable consequences of a first order transition on the evolution of the system. In most of the possible scenario, the phase transition is accompanied with discontinuities in the hydrodynamic flow, such as shock waves. The method presented in this paper has been developed to treat without too much numerical effort such discontinuous flow. It relies heavily on the use of similarity solutions of the hydrodynamic equations

  4. Modelling hydrodynamic parameters to predict flow assisted corrosion

    International Nuclear Information System (INIS)

    Poulson, B.; Greenwell, B.; Chexal, B.; Horowitz, J.

    1992-01-01

    During the past 15 years, flow assisted corrosion has been a worldwide problem in the power generating industry. The phenomena is complex and depends on environment, material composition, and hydrodynamic factors. Recently, modeling of flow assisted corrosion has become a subject of great importance. A key part of this effort is modeling the hydrodynamic aspects of this issue. This paper examines which hydrodynamic parameter should be used to correlate the occurrence and rate of flow assisted corrosion with physically meaningful parameters, discusses ways of measuring the relevant hydrodynamic parameter, and describes how the hydrodynamic data is incorporated into the predictive model

  5. Response of hexagonal fuel assembly coupled with internal hydrodynamics

    International Nuclear Information System (INIS)

    Marchertas, A.H.; Julke, R.T.

    1975-01-01

    For safety considerations of sodium cooled fast breeder reactors the mechanistic accident-initiating conditions must be studied. In previous investigations of such initiating accidents the models assumed axisymmetric configurations and in general neglected the coupling effects with the subassembly boundary. This paper presents a more precise treatment of the subassembly boundary and also provides feedback of the boundary response to the pressure source. This is accomplished by marking use of two computer codes: REXCO-HT and SADCAT. The internal hydrodynamics of the fuel subassembly is simulated by the REXCO-HT code which possesses certain models of fuel-coolant interactions (MFCI) to be used as a pressure source. The hexagonal boundary of the fuel subassembly is modeled by the SADCAT code. Since both codes involve explicit time integration, coupling between the two is effected at each time step. The pressure at the outside boundary of the REXCO-HT model provides the loading on the SADCAT model. Given the load, the SADCAT model yields the three-dimensional deformation of the hexagonal boundary. With the deformation known, the outside REXCO-HT model boundary is adjusted and the computation cycle of the coupling is completed. In effect, the coupling of the two codes substitutes a cylindrical vessel of the REXCO-HT code by a hexagonal duct. It is shown by the use of this procedure that the assumption of a cylindrical vessel of the same thickness as that of the hexcan is quite erroneous. The maximum deformation of the flat of the hexcan in the illustrative examples is larger by as much as one order of magnitude. The maximum strains at the inside CORNER of the hexcan are also underestimated by a similar amount

  6. Hydrodynamic simulations of a combined hydrogen, helium thermonuclear runaway on a 10-km neutron star

    International Nuclear Information System (INIS)

    Starrfield, S.; Kenyon, S.; Truran, J.W.; Sparks, W.M.

    1983-01-01

    We have used a Lagrangian, hydrodynamic stellar-evolution computer code to evolve a thermonuclear runaway in the accreted hydrogen rich envelope of a 1.0M, 10-km neutron star. Our simulation produced an outburst which lasted about 2000 sec and peak effective temperature was 3 keV. The peak luminosity exceeded 2 x 10 5 L. A shock wave caused a precursor in the light curve which lasted 10 -5 sec

  7. ICECO-CEL: a coupled Eulerian-Lagrangian code for analyzing primary system response in fast reactors

    International Nuclear Information System (INIS)

    Wang, C.Y.

    1981-02-01

    This report describes a coupled Eulerian-Lagrangian code, ICECO-CEL, for analyzing the response of the primary system during hypothetical core disruptive accidents. The implicit Eulerian method is used to calculate the fluid motion so that large fluid distortion, two-dimensional sliding interface, flow around corners, flow through coolant passageways, and out-flow boundary conditions can be treated. The explicit Lagrangian formulation is employed to compute the response of the containment vessel and other elastic-plastic solids inside the reactor containment. Large displacements, as well as geometrical and material nonlinearities are considered in the analysis. Marker particles are utilized to define the free surface or the material interface and to visualize the fluid motion. The basic equations and numerical techniques used in the Eulerian hydrodynamics and Lagrangian structural dynamics are described. Treatment of the above-core hydrodynamics, sodium spillage, fluid cavitation, free-surface boundary conditions and heat transfer are also presented. Examples are given to illustrate the capabilities of the computer code. Comparisons of the code predictions with available experimental data are also made

  8. The computer code SEURBNUK/EURDYN (Release 1). Input and output specification

    International Nuclear Information System (INIS)

    Broadhouse, B.J.; Yerkess, A.

    1986-05-01

    SEURBNUK/EURODYN is an extension of SEURBNUK-2, a two dimensional, axisymmetric, Eulerian, finite element containment code in which the finite difference thin shell treatment is replaced by a finite element calculation for both thin and thick structures. These codes are designed to model the hydrodynamic development in time of a hypothetical core disruptive accident (HCDA) in a fast breeder reactor. This manual describes the input data specifications needed for the execution of SEURBNUK/EURDYN calculations, with information on output facilities, and aid to users to avoid some common difficulties. (UK)

  9. Hydrodynamic interactions in active colloidal crystal microrheology.

    Science.gov (United States)

    Weeber, R; Harting, J

    2012-11-01

    In dense colloids it is commonly assumed that hydrodynamic interactions do not play a role. However, a found theoretical quantification is often missing. We present computer simulations that are motivated by experiments where a large colloidal particle is dragged through a colloidal crystal. To qualify the influence of long-ranged hydrodynamics, we model the setup by conventional Langevin dynamics simulations and by an improved scheme with limited hydrodynamic interactions. This scheme significantly improves our results and allows to show that hydrodynamics strongly impacts the development of defects, the crystal regeneration, as well as the jamming behavior.

  10. Numerical magneto-hydrodynamics for relativistic nuclear collisions

    Energy Technology Data Exchange (ETDEWEB)

    Inghirami, Gabriele [Frankfurt Institute for Advanced Studies, Frankfurt am Main (Germany); Goethe-Universitaet, Institute for Theoretical Physics, Frankfurt am Main (Germany); GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt (Germany); Forschungszentrum Juelich, John von Neumann Institute for Computing, Juelich (Germany); Del Zanna, Luca [Universita di Firenze, Dipartimento di Fisica e Astronomia, Firenze (Italy); INAF - Osservatorio Astrofisico di Arcetri, Firenze (Italy); INFN - Sezione di Firenze, Firenze (Italy); Beraudo, Andrea [INFN - Sezione di Torino, Torino (Italy); Moghaddam, Mohsen Haddadi [INFN - Sezione di Torino, Torino (Italy); Hakim Sabzevari University, Department of Physics, P. O. Box 397, Sabzevar (Iran, Islamic Republic of); Becattini, Francesco [Universita di Firenze, Dipartimento di Fisica e Astronomia, Firenze (Italy); INFN - Sezione di Firenze, Firenze (Italy); Bleicher, Marcus [Frankfurt Institute for Advanced Studies, Frankfurt am Main (Germany); Goethe-Universitaet, Institute for Theoretical Physics, Frankfurt am Main (Germany); GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt (Germany); Forschungszentrum Juelich, John von Neumann Institute for Computing, Juelich (Germany)

    2016-12-15

    We present an improved version of the ECHO-QGP numerical code, which self-consistently includes for the first time the effects of electromagnetic fields within the framework of relativistic magneto-hydrodynamics (RMHD). We discuss results of its application in relativistic heavy-ion collisions in the limit of infinite electrical conductivity of the plasma. After reviewing the relevant covariant 3 + 1 formalisms, we illustrate the implementation of the evolution equations in the code and show the results of several tests aimed at assessing the accuracy and robustness of the implementation. After providing some estimates of the magnetic fields arising in non-central high-energy nuclear collisions, we perform full RMHD simulations of the evolution of the quark-gluon plasma in the presence of electromagnetic fields and discuss the results. In our ideal RMHD setup we find that the magnetic field developing in non-central collisions does not significantly modify the elliptic flow of the final hadrons. However, since there are uncertainties in the description of the pre-equilibrium phase and also in the properties of the medium, a more extensive survey of the possible initial conditions as well as the inclusion of dissipative effects are indeed necessary to validate this preliminary result. (orig.)

  11. Concatenating algorithms for parallel numerical simulations coupling radiation hydrodynamics with neutron transport

    International Nuclear Information System (INIS)

    Mo Zeyao

    2004-11-01

    Multiphysics parallel numerical simulations are usually essential to simplify researches on complex physical phenomena in which several physics are tightly coupled. It is very important on how to concatenate those coupled physics for fully scalable parallel simulation. Meanwhile, three objectives should be balanced, the first is efficient data transfer among simulations, the second and the third are efficient parallel executions and simultaneously developments of those simulation codes. Two concatenating algorithms for multiphysics parallel numerical simulations coupling radiation hydrodynamics with neutron transport on unstructured grid are presented. The first algorithm, Fully Loosely Concatenation (FLC), focuses on the independence of code development and the independence running with optimal performance of code. The second algorithm. Two Level Tightly Concatenation (TLTC), focuses on the optimal tradeoffs among above three objectives. Theoretical analyses for communicational complexity and parallel numerical experiments on hundreds of processors on two parallel machines have showed that these two algorithms are efficient and can be generalized to other multiphysics parallel numerical simulations. In especial, algorithm TLTC is linearly scalable and has achieved the optimal parallel performance. (authors)

  12. EFDC1D - A ONE DIMENSIONAL HYDRODYNAMIC AND SEDIMENT TRANSPORT MODEL FOR RIVER AND STREAM NETWORKS: MODEL THEORY AND USERS GUIDE

    Science.gov (United States)

    This technical report describes the new one-dimensional (1D) hydrodynamic and sediment transport model EFDC1D. This model that can be applied to stream networks. The model code and two sample data sets are included on the distribution CD. EFDC1D can simulate bi-directional unstea...

  13. Numerical Hydrodynamics in General Relativity

    Directory of Open Access Journals (Sweden)

    Font José A.

    2003-01-01

    Full Text Available The current status of numerical solutions for the equations of ideal general relativistic hydrodynamics is reviewed. With respect to an earlier version of the article, the present update provides additional information on numerical schemes, and extends the discussion of astrophysical simulations in general relativistic hydrodynamics. Different formulations of the equations are presented, with special mention of conservative and hyperbolic formulations well-adapted to advanced numerical methods. A large sample of available numerical schemes is discussed, paying particular attention to solution procedures based on schemes exploiting the characteristic structure of the equations through linearized Riemann solvers. A comprehensive summary of astrophysical simulations in strong gravitational fields is presented. These include gravitational collapse, accretion onto black holes, and hydrodynamical evolutions of neutron stars. The material contained in these sections highlights the numerical challenges of various representative simulations. It also follows, to some extent, the chronological development of the field, concerning advances on the formulation of the gravitational field and hydrodynamic equations and the numerical methodology designed to solve them.

  14. Nyx: Adaptive mesh, massively-parallel, cosmological simulation code

    Science.gov (United States)

    Almgren, Ann; Beckner, Vince; Friesen, Brian; Lukic, Zarija; Zhang, Weiqun

    2017-12-01

    Nyx code solves equations of compressible hydrodynamics on an adaptive grid hierarchy coupled with an N-body treatment of dark matter. The gas dynamics in Nyx use a finite volume methodology on an adaptive set of 3-D Eulerian grids; dark matter is represented as discrete particles moving under the influence of gravity. Particles are evolved via a particle-mesh method, using Cloud-in-Cell deposition/interpolation scheme. Both baryonic and dark matter contribute to the gravitational field. In addition, Nyx includes physics for accurately modeling the intergalactic medium; in optically thin limits and assuming ionization equilibrium, the code calculates heating and cooling processes of the primordial-composition gas in an ionizing ultraviolet background radiation field.

  15. Hydrodynamic Forces on Composite Structures

    Science.gov (United States)

    2014-06-01

    NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS Approved for public release; distribution is unlimited HYDRODYNAMIC ...Thesis 4. TITLE AND SUBTITLE HYDRODYNAMIC FORCES ON COMPOSITE STRUCTURES 5. FUNDING NUMBERS 6. AUTHOR(S) Scott C. Millhouse 7. PERFORMING...angles yields different free surface effects including vortices and the onset of cavitation . 14. SUBJECT TERMS Fluid structure interaction, FSI, finite

  16. Anisotropic hydrodynamics for conformal Gubser flow

    Energy Technology Data Exchange (ETDEWEB)

    Strickland, Michael; Nopoush, Mohammad [Kent State University, Kent OH 44242 (United States); Ryblewski, Radoslaw [The H. Niewodniczański Institute of Nuclear Physics, Polish Academy of Sciences, PL-31342 Kraków (Poland)

    2016-12-15

    In this proceedings contribution, we review the exact solution of the anisotropic hydrodynamics equations for a system subject to Gubser flow. For this purpose, we use the leading-order anisotropic hydrodynamics equations which assume that the distribution function is ellipsoidally symmetric in local-rest-frame momentum. We then prove that the SO(3){sub q} symmetry in de Sitter space constrains the anisotropy tensor to be of spheroidal form with only one independent anisotropy parameter remaining. As a consequence, the exact solution reduces to the problem of solving two coupled non-linear differential equations. We show that, in the limit that the relaxation time goes to zero, one obtains Gubser's ideal hydrodynamic solution and, in the limit that the relaxation time goes to infinity, one obtains the exact free streaming solution obtained originally by Denicol et al. For finite relaxation time, we solve the equations numerically and compare to the exact solution of the relaxation-time-approximation Boltzmann equation subject to Gubser flow. Using this as our standard, we find that anisotropic hydrodynamics describes the spatio-temporal evolution of the system better than all currently known dissipative hydrodynamics approaches.

  17. Anisotropic hydrodynamics for conformal Gubser flow

    International Nuclear Information System (INIS)

    Strickland, Michael; Nopoush, Mohammad; Ryblewski, Radoslaw

    2016-01-01

    In this proceedings contribution, we review the exact solution of the anisotropic hydrodynamics equations for a system subject to Gubser flow. For this purpose, we use the leading-order anisotropic hydrodynamics equations which assume that the distribution function is ellipsoidally symmetric in local-rest-frame momentum. We then prove that the SO(3)_q symmetry in de Sitter space constrains the anisotropy tensor to be of spheroidal form with only one independent anisotropy parameter remaining. As a consequence, the exact solution reduces to the problem of solving two coupled non-linear differential equations. We show that, in the limit that the relaxation time goes to zero, one obtains Gubser's ideal hydrodynamic solution and, in the limit that the relaxation time goes to infinity, one obtains the exact free streaming solution obtained originally by Denicol et al. For finite relaxation time, we solve the equations numerically and compare to the exact solution of the relaxation-time-approximation Boltzmann equation subject to Gubser flow. Using this as our standard, we find that anisotropic hydrodynamics describes the spatio-temporal evolution of the system better than all currently known dissipative hydrodynamics approaches.

  18. Small systems – hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Bożek, Piotr, E-mail: piotr.bozek@fis.agh.edu.pl

    2016-12-15

    The scenario assuming a collective expansion stage in collisions of small systems, p-A, d-Au, and {sup 3}He-Au is discussed. A review of the observables predicted in relativistic hydrodynamic models in comparison with experimental data is presented, with arguments indicating the presence of collective expansion. The limits of applicability of the hydrodynamic model are addressed. We briefly indicate possible applications of the collective flow in small systems to study the space-time dynamics at very small scales in relativistic collisions.

  19. Relativistic conformal magneto-hydrodynamics from holography

    International Nuclear Information System (INIS)

    Buchbinder, Evgeny I.; Buchel, Alex

    2009-01-01

    We use the AdS/CFT correspondence to study first-order relativistic viscous magneto-hydrodynamics of (2+1)-dimensional conformal magnetic fluids. It is shown that the first order magneto-hydrodynamics constructed following Landau and Lifshitz from the positivity of the entropy production is inconsistent. We propose additional contributions to the entropy motivated dissipative current and, correspondingly, new dissipative transport coefficients. We use the strongly coupled M2-brane plasma in external magnetic field to show that the new magneto-hydrodynamics leads to self-consistent results in the shear and sound wave channels.

  20. Dileptons from transport and hydrodynamical models

    International Nuclear Information System (INIS)

    Huovinen, P.; Koch, V.

    2000-01-01

    Transport and hydrodynamical models used to describe the expansion stage of a heavy-ion collision at the CERN SPS give different dilepton spectrum even if they are tuned to reproduce the observed hadron spectra. To understand the origin of this difference we compare the dilepton emission from transport and hydrodynamical models using similar initial states in both models. We find that the requirement of pion number conservation in a hydrodynamical model does not change the dilepton emission. Also the mass distribution from the transport model indicates faster cooling and longer lifetime of the fireball

  1. Extending SIESTA capabilities: removing field-periodic and stellarator symmetric limitations

    Science.gov (United States)

    Cook, C. R.; Hirshman, S. P.; Sanchez, R.; Anderson, D. T.

    2011-10-01

    SIESTA is a three-dimensional magnetohydrodynamics equilibrium code capable of resolving magnetic islands in toroidal plasma confinement devices. Currently SIESTA assumes that plasma perturbations, and thus also magnetic islands, are field-periodic. This limitation is being removed from the code by allowing the displacement toroidal mode number to not be restricted to multiples of the number of field periods. Extending SIESTA in this manner will allow larger, lower-order resonant islands to form in devices such as CTH. An example of a non-field-periodic perturbation in CTH will be demonstrated. Currently the code also operates in a stellarator-symmetric fashion in which an ``up-down'' symmetry is present at some toroidal angle. Nearly all of the current tokamaks (and ITER in the future) operate with a divertor and as such do not possess stellarator symmetry. Removal of this symmetry restriction requires including both sine and cosine terms in the Fourier expansion for the geometry of the device and the fields contained within. The current status of this extension of the code will be discussed, along with the method of implementation. U.S. DOE Contract No. DE-AC05-00OR22725 with UT-Battelle, LLC.

  2. Hydrodynamics in high-energy nuclear collisions. Quarterly report 3. quarter 1987

    International Nuclear Information System (INIS)

    Kataja, Markku.

    1989-05-01

    This thesis is a review of six publications in which we make use of relativistic hydrodynamics to solve the evolution of matter produced in extremely energetic nucleus-nucleus collisions. In the first one of these papers we study the thermodynamics, the hydrodynamics and the decoupling conditions of such matter. We discuss the initial conditions for the flow, the hydrodynamic equations for the transverse expansion of matter assuming cylindrical symmetry and longitudinal boost invariance and finally present a numeric algorithm, which we use to integrate these equations. In the subsequent three papers this framework is utilized to calculate the transverse momentum spectra of hadrons, the dilepon production and the abundance of strange particles in the final state. The bag model equation of state is used to simulate the first-order phase transition between baryonless hadronic matter and quark-gluon plasma. In the fifth paper we include the particle production from decaying color electric field according to the flux tube model for heavy ion collisions. The hadronization is incorporated by introducing an equilibrium 'mixed state' of hadrons gas, plasma and the color field in analogy to the mixed phase described by the ordinary bag model equation of state. In the last paper I apply a 1+2 dimensional numeric code to analyze a 1+3 dimensional cylindrically symmetric flow of matter assumed to be formed in a central O+Pb collision at 200 GeV/nucleon. The flow data is used to calculte the pseudorapidity distribution of transverse energy for the produced pions

  3. 2D RADIATION-HYDRODYNAMIC SIMULATIONS OF SUPERNOVA SHOCK BREAKOUT IN BIPOLAR EXPLOSIONS OF A BLUE SUPERGIANT PROGENITOR

    Energy Technology Data Exchange (ETDEWEB)

    Suzuki, Akihiro; Maeda, Keiichi [Department of Astronomy, Kyoto University, Kitashirakawa-Oiwake-cho, Sakyo-ku, Kyoto, 606-8502 (Japan); Shigeyama, Toshikazu [Research Center for the Early Universe, School of Science, University of Tokyo, Bunkyo-ku, Tokyo, 113-0033 (Japan)

    2016-07-10

    A two-dimensional special relativistic radiation-hydrodynamics code is developed and applied to numerical simulations of supernova shock breakout in bipolar explosions of a blue supergiant. Our calculations successfully simulate the dynamical evolution of a blast wave in the star and its emergence from the surface. Results of the model with spherical energy deposition show a good agreement with previous simulations. Furthermore, we calculate several models with bipolar energy deposition and compare their results with the spherically symmetric model. The bolometric light curves of the shock breakout emission are calculated by a ray-tracing method. Our radiation-hydrodynamic models indicate that the early part of the shock breakout emission can be used to probe the geometry of the blast wave produced as a result of the gravitational collapse of the iron core.

  4. New self-similar radiation-hydrodynamics solutions in the high-energy density, equilibrium diffusion limit

    International Nuclear Information System (INIS)

    Lane, Taylor K; McClarren, Ryan G

    2013-01-01

    This work presents semi-analytic solutions to a radiation-hydrodynamics problem of a radiation source driving an initially cold medium. Our solutions are in the equilibrium diffusion limit, include material motion and allow for radiation-dominated situations where the radiation energy is comparable to (or greater than) the material internal energy density. As such, this work is a generalization of the classical Marshak wave problem that assumes no material motion and that the radiation energy is negligible. Including radiation energy density in the model serves to slow down the wave propagation. The solutions provide insight into the impact of radiation energy and material motion, as well as present a novel verification test for radiation transport packages. As a verification test, the solution exercises the radiation–matter coupling terms and their v/c treatment without needing a hydrodynamics solve. An example comparison between the self-similar solution and a numerical code is given. Tables of the self-similar solutions are also provided. (paper)

  5. Hydrodynamic and thermal modeling of solid particles in a multi-phase, multi-component flow

    International Nuclear Information System (INIS)

    Tentner, A.M.; Wider, H.U.

    1984-01-01

    This paper presents the new thermal hydraulic models describing the hydrodynamics of the solid fuel/steel chunks during an LMFBR hypothetical core disruptive accident. These models, which account for two-way coupling between the solid and fluid phases, describe the mass, momentum and energy exchanges which occur when the chunks are present at any axial location. They have been incorporated in LEVITATE, a code for the analysis of fuel and cladding dynamics under Loss-of-Flow (LOF) conditions. Their influence on fuel motion is presented in the context of the L6 TREAT experiment analysis. It is shown that the overall hydrodynamic behavior of the molten fuel and solid fuel chunks is dependent on both the size of the chunks and the power level. At low and intermediate power levels the fuel motion is more dispersive when small chunks, rather than large ones, are present. At high power levels the situation is reversed

  6. Hydrodynamical simulations of the stream-core interaction in the slow merger of massive stars

    Science.gov (United States)

    Ivanova, N.; Podsiadlowski, Ph.; Spruit, H.

    2002-08-01

    We present detailed simulations of the interaction of a stream emanating from a mass-losing secondary with the core of a massive supergiant in the slow merger of two stars inside a common envelope. The dynamics of the stream can be divided into a ballistic phase, starting at the L1 point, and a hydrodynamical phase, where the stream interacts strongly with the core. Considering the merger of a 1- and 5-Msolar star with a 20-Msolar evolved supergiant, we present two-dimensional hydrodynamical simulations using the PROMETHEUS code to demonstrate how the penetration depth and post-impact conditions depend on the initial properties of the stream material (e.g. entropy, angular momentum, stream width) and the properties of the core (e.g. density structure and rotation rate). Using these results, we present a fitting formula for the entropy generated in the stream-core interaction and a recipe for the determination of the penetration depth based on a modified Bernoulli integral.

  7. Analytic approaches to relativistic hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Hatta, Yoshitaka

    2016-12-15

    I summarize our recent work towards finding and utilizing analytic solutions of relativistic hydrodynamic. In the first part I discuss various exact solutions of the second-order conformal hydrodynamics. In the second part I compute flow harmonics v{sub n} analytically using the anisotropically deformed Gubser flow and discuss its dependence on n, p{sub T}, viscosity, the chemical potential and the charge.

  8. Modeling NIF experimental designs with adaptive mesh refinement and Lagrangian hydrodynamics

    Science.gov (United States)

    Koniges, A. E.; Anderson, R. W.; Wang, P.; Gunney, B. T. N.; Becker, R.; Eder, D. C.; MacGowan, B. J.; Schneider, M. B.

    2006-06-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs.

  9. Modeling NIF Experimental Designs with Adaptive Mesh Refinement and Lagrangian Hydrodynamics

    International Nuclear Information System (INIS)

    Koniges, A E; Anderson, R W; Wang, P; Gunney, B N; Becker, R; Eder, D C; MacGowan, B J

    2005-01-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs

  10. Modeling Nif experimental designs with adaptive mesh refinement and Lagrangian hydrodynamics

    International Nuclear Information System (INIS)

    Koniges, A.E.; Anderson, R.W.; Wang, P.; Gunney, B.T.N.; Becker, R.; Eder, D.C.; MacGowan, B.J.; Schneider, M.B.

    2006-01-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs. (authors)

  11. Brownian dynamics with hydrodynamic interactions

    International Nuclear Information System (INIS)

    Ermak, D.L.; McCammon, J.A.

    1978-01-01

    A method for simulating the Brownian dynamics of N particles with the inclusion of hydrodynamic interactions is described. The particles may also be subject to the usual interparticle or external forces (e.g., electrostatic) which have been included in previous methods for simulating Brownian dynamics of particles in the absence of hydrodynamic interactions. The present method is derived from the Langevin equations for the N particle assembly, and the results are shown to be consistent with the corresponding Fokker--Planck results. Sample calculations on small systems illustrate the importance of including hydrodynamic interactions in Brownian dynamics simulations. The method should be useful for simulation studies of diffusion limited reactions, polymer dynamics, protein folding, particle coagulation, and other phenomena in solution

  12. Source characterization of underground explosions from hydrodynamic-to-elastic coupling simulations

    Science.gov (United States)

    Chiang, A.; Pitarka, A.; Ford, S. R.; Ezzedine, S. M.; Vorobiev, O.

    2017-12-01

    A major improvement in ground motion simulation capabilities for underground explosion monitoring during the first phase of the Source Physics Experiment (SPE) is the development of a wave propagation solver that can propagate explosion generated non-linear near field ground motions to the far-field. The calculation is done using a hybrid modeling approach with a one-way hydrodynamic-to-elastic coupling in three dimensions where near-field motions are computed using GEODYN-L, a Lagrangian hydrodynamics code, and then passed to WPP, an elastic finite-difference code for seismic waveform modeling. The advancement in ground motion simulation capabilities gives us the opportunity to assess moment tensor inversion of a realistic volumetric source with near-field effects in a controlled setting, where we can evaluate the recovered source properties as a function of modeling parameters (i.e. velocity model) and can provide insights into previous source studies on SPE Phase I chemical shots and other historical nuclear explosions. For example the moment tensor inversion of far-field SPE seismic data demonstrated while vertical motions are well-modeled using existing velocity models large misfits still persist in predicting tangential shear wave motions from explosions. One possible explanation we can explore is errors and uncertainties from the underlying Earth model. Here we investigate the recovered moment tensor solution, particularly on the non-volumetric component, by inverting far-field ground motions simulated from physics-based explosion source models in fractured material, where the physics-based source models are based on the modeling of SPE-4P, SPE-5 and SPE-6 near-field data. The hybrid modeling approach provides new prospects in modeling explosion source and understanding the uncertainties associated with it.

  13. Hydrodynamic Modeling and Its Application in AUC.

    Science.gov (United States)

    Rocco, Mattia; Byron, Olwyn

    2015-01-01

    The hydrodynamic parameters measured in an AUC experiment, s(20,w) and D(t)(20,w)(0), can be used to gain information on the solution structure of (bio)macromolecules and their assemblies. This entails comparing the measured parameters with those that can be computed from usually "dry" structures by "hydrodynamic modeling." In this chapter, we will first briefly put hydrodynamic modeling in perspective and present the basic physics behind it as implemented in the most commonly used methods. The important "hydration" issue is also touched upon, and the distinction between rigid bodies versus those for which flexibility must be considered in the modeling process is then made. The available hydrodynamic modeling/computation programs, HYDROPRO, BEST, SoMo, AtoB, and Zeno, the latter four all implemented within the US-SOMO suite, are described and their performance evaluated. Finally, some literature examples are presented to illustrate the potential applications of hydrodynamics in the expanding field of multiresolution modeling. © 2015 Elsevier Inc. All rights reserved.

  14. Two-fluid hydrodynamic model for semiconductors

    DEFF Research Database (Denmark)

    Maack, Johan Rosenkrantz; Mortensen, N. Asger; Wubs, Martijn

    2018-01-01

    The hydrodynamic Drude model (HDM) has been successful in describing the optical properties of metallic nanostructures, but for semiconductors where several different kinds of charge carriers are present an extended theory is required. We present a two-fluid hydrodynamic model for semiconductors...

  15. Assessment for hydrodynamic masses of HANARO flow tubes

    International Nuclear Information System (INIS)

    Ryu, Jeong Soo; Cho, Yeong Garp; Kim, Doo Kie; Woo, Jong Sug; Park, Jin Ho

    2000-06-01

    The effect of hydrodynamic masses is investigated in dynamic characteristics and seismic response analyses of the submerged HANARO hexagonal flow tubes. Consistent hydrodynamic masses of the surrounding water are evaluated by the prepared program using the finite element method, in which arbitrary cross-sections of submerged structures and boundary conditions of the surrounding fluid can be considered. Also lumped hydrodynamic masses are calculated using simple formula applied to hexagonal flow tubes in the infinite fluid. Modal analyses and seismic response spectrum analyses were performed using hydrodynamic masses obtained by the finite element method and the simple formula. The results of modal analysis were verified by comparing the results measured from modal tests. And the displacement results of the seismic response spectrum analysis were assessed by comparing the consistent and the lumped hydrodynamic masses obtained by various methods. Finally practical criteria based on parametric studies are proposed as the lumped hydrodynamic masses for HANARO flow tubes

  16. Assessment for hydrodynamic masses of HANARO flow tubes

    Energy Technology Data Exchange (ETDEWEB)

    Ryu, Jeong Soo; Cho, Yeong Garp; Kim, Doo Kie; Woo, Jong Sug; Park, Jin Ho

    2000-06-01

    The effect of hydrodynamic masses is investigated in dynamic characteristics and seismic response analyses of the submerged HANARO hexagonal flow tubes. Consistent hydrodynamic masses of the surrounding water are evaluated by the prepared program using the finite element method, in which arbitrary cross-sections of submerged structures and boundary conditions of the surrounding fluid can be considered. Also lumped hydrodynamic masses are calculated using simple formula applied to hexagonal flow tubes in the infinite fluid. Modal analyses and seismic response spectrum analyses were performed using hydrodynamic masses obtained by the finite element method and the simple formula. The results of modal analysis were verified by comparing the results measured from modal tests. And the displacement results of the seismic response spectrum analysis were assessed by comparing the consistent and the lumped hydrodynamic masses obtained by various methods. Finally practical criteria based on parametric studies are proposed as the lumped hydrodynamic masses for HANARO flow tubes.

  17. On higher order and anisotropic hydrodynamics for Bjorken and Gubser flows

    CERN Document Server

    2018-01-01

    We study the evolution of hydrodynamic and non-hydrodynamic moments of the distribution function using anisotropic and third-order Chapman-Enskog hydrodynamics for systems undergoing Bjorken and Gubser flows. The hydrodynamic results are compared with the exact solution of the Boltzmann equation with a collision term in relaxation time approximation. While the evolution of the hydrodynamic moments of the distribution function (i.e. of the energy momentum tensor) can be described with high accuracy by both hydrodynamic approximation schemes, their description of the evolution of the entropy of the system is much less precise. We attribute this to large contributions from non-hydrodynamic modes coupling into the entropy evolution which are not well captured by the hydrodynamic approximations. The differences between the exact solution and the hydrodynamic approximations are larger for the third-order Chapman-Enskog hydrodynamics than for anisotropic hydrodynamics, which effectively resums some of the dissipati...

  18. Numerical analysis of anisotropic diffusion effect on ICF hydrodynamic instabilities

    Directory of Open Access Journals (Sweden)

    Olazabal-Loumé M.

    2013-11-01

    Full Text Available The effect of anisotropic diffusion on hydrodynamic instabilities in the context of Inertial Confinement Fusion (ICF flows is numerically assessed. This anisotropy occurs in indirect-drive when laminated ablators are used to modify the lateral transport [1,2]. In direct-drive, non-local transport mechanisms and magnetic fields may modify the lateral conduction [3]. In this work, numerical simulations obtained with the code PERLE [4], dedicated to linear stability analysis, are compared with previous theoretical results [5]. In these approaches, the diffusion anisotropy can be controlled by a characteristic coefficient which enables a comprehensive study. This work provides new results on the ablative Rayleigh-Taylor (RT, ablative Richtmyer-Meshkov (RM and Darrieus-Landau (DL instabilities.

  19. Simulating Coupling Complexity in Space Plasmas: First Results from a new code

    Science.gov (United States)

    Kryukov, I.; Zank, G. P.; Pogorelov, N. V.; Raeder, J.; Ciardo, G.; Florinski, V. A.; Heerikhuisen, J.; Li, G.; Petrini, F.; Shematovich, V. I.; Winske, D.; Shaikh, D.; Webb, G. M.; Yee, H. M.

    2005-12-01

    The development of codes that embrace 'coupling complexity' via the self-consistent incorporation of multiple physical scales and multiple physical processes in models has been identified by the NRC Decadal Survey in Solar and Space Physics as a crucial necessary development in simulation/modeling technology for the coming decade. The National Science Foundation, through its Information Technology Research (ITR) Program, is supporting our efforts to develop a new class of computational code for plasmas and neutral gases that integrates multiple scales and multiple physical processes and descriptions. We are developing a highly modular, parallelized, scalable code that incorporates multiple scales by synthesizing 3 simulation technologies: 1) Computational fluid dynamics (hydrodynamics or magneto-hydrodynamics-MHD) for the large-scale plasma; 2) direct Monte Carlo simulation of atoms/neutral gas, and 3) transport code solvers to model highly energetic particle distributions. We are constructing the code so that a fourth simulation technology, hybrid simulations for microscale structures and particle distributions, can be incorporated in future work, but for the present, this aspect will be addressed at a test-particle level. This synthesis we will provide a computational tool that will advance our understanding of the physics of neutral and charged gases enormously. Besides making major advances in basic plasma physics and neutral gas problems, this project will address 3 Grand Challenge space physics problems that reflect our research interests: 1) To develop a temporal global heliospheric model which includes the interaction of solar and interstellar plasma with neutral populations (hydrogen, helium, etc., and dust), test-particle kinetic pickup ion acceleration at the termination shock, anomalous cosmic ray production, interaction with galactic cosmic rays, while incorporating the time variability of the solar wind and the solar cycle. 2) To develop a coronal

  20. Modeling Warm Dense Matter Experiments using the 3D ALE-AMR Code and the Move Toward Exascale Computing

    International Nuclear Information System (INIS)

    Koniges, A.; Eder, E.; Liu, W.; Barnard, J.; Friedman, A.; Logan, G.; Fisher, A.; Masers, N.; Bertozzi, A.

    2011-01-01

    The Neutralized Drift Compression Experiment II (NDCX II) is an induction accelerator planned for initial commissioning in 2012. The final design calls for a 3 MeV, Li+ ion beam, delivered in a bunch with characteristic pulse duration of 1 ns, and transverse dimension of order 1 mm. The NDCX II will be used in studies of material in the warm dense matter (WDM) regime, and ion beam/hydrodynamic coupling experiments relevant to heavy ion based inertial fusion energy. We discuss recent efforts to adapt the 3D ALE-AMR code to model WDM experiments on NDCX II. The code, which combines Arbitrary Lagrangian Eulerian (ALE) hydrodynamics with Adaptive Mesh Refinement (AMR), has physics models that include ion deposition, radiation hydrodynamics, thermal diffusion, anisotropic material strength with material time history, and advanced models for fragmentation. Experiments at NDCX-II will explore the process of bubble and droplet formation (two-phase expansion) of superheated metal solids using ion beams. Experiments at higher temperatures will explore equation of state and heavy ion fusion beam-to-target energy coupling efficiency. Ion beams allow precise control of local beam energy deposition providing uniform volumetric heating on a timescale shorter than that of hydrodynamic expansion. The ALE-AMR code does not have any export control restrictions and is currently running at the National Energy Research Scientific Computing Center (NERSC) at LBNL and has been shown to scale well to thousands of CPUs. New surface tension models that are being implemented and applied to WDM experiments. Some of the approaches use a diffuse interface surface tension model that is based on the advective Cahn-Hilliard equations, which allows for droplet breakup in divergent velocity fields without the need for imposed perturbations. Other methods require seeding or other methods for droplet breakup. We also briefly discuss the effects of the move to exascale computing and related

  1. Hydrodynamic Lubrication

    Indian Academy of Sciences (India)

    Home; Journals; Resonance – Journal of Science Education; Volume 1; Issue 9. Hydrodynamic Lubrication Experiment with 'Floating' Drops. Jaywant H Arakeri K R Sreenivas. General Article Volume 1 Issue 9 September 1996 pp 51-58. Fulltext. Click here to view fulltext PDF. Permanent link:

  2. Hydrodynamic interactions in active colloidal crystal microrheology

    OpenAIRE

    Weeber, R; Harting, JDR Jens

    2012-01-01

    In dense colloids it is commonly assumed that hydrodynamic interactions do not play a role. However, a found theoretical quantification is often missing. We present computer simulations that are motivated by experiments where a large colloidal particle is dragged through a colloidal crystal. To qualify the influence of long-ranged hydrodynamics, we model the setup by conventional Langevin dynamics simulations and by an improved scheme with limited hydrodynamic interactions. This scheme signif...

  3. Universal hydrodynamics of non-conformal branes

    International Nuclear Information System (INIS)

    Kanitscheider, Ingmar; Skenderis, Kostas

    2009-01-01

    We examine the hydrodynamic limit of non-conformal branes using the recently developed precise holographic dictionary. We first streamline the discussion of holography for backgrounds that asymptote locally to non-conformal brane solutions by showing that all such solutions can be obtained from higher dimensional asymptotically locally AdS solutions by suitable dimensional reduction and continuation in the dimension. As a consequence, many holographic results for such backgrounds follow from the corresponding results of the Asymptotically AdS case. In particular, the hydrodynamics of non-conformal branes is fully determined in terms of conformal hydrodynamics. Using previous results on the latter we predict the form of the non-conformal hydrodynamic stress tensor to second order in derivatives. Furthermore we show that the ratio between bulk and shear viscosity is fixed by the generalized conformal structure to be ζ/η = 2(1/(d-1)-c s 2 ), where c s is the speed of sound in the fluid.

  4. A Toroidally Symmetric Plasma Simulation code for design of position and shape control on tokamak plasmas

    International Nuclear Information System (INIS)

    Takase, Haruhiko; Senda, Ikuo

    1999-01-01

    A Toroidally Symmetric Plasma Simulation (TSPS) code has been developed for investigating the position and shape control on tokamak plasmas. The analyses of three-dimensional eddy currents on the conducting components around the plasma and the two-dimensional magneto-hydrodynamic (MHD) equilibrium are taken into account in this code. The code can analyze the plasma position and shape control during the minor disruption in which the deformation of plasma is not negligible. Using the ITER (International Thermonuclear Experimental Reactor) parameters, some examples of calculations are shown in this paper. (author)

  5. DYMEL code for prediction of dynamic stability limits in boilers

    International Nuclear Information System (INIS)

    Deam, R.T.

    1980-01-01

    Theoretical and experimental studies of Hydrodynamic Instability in boilers were undertaken to resolve the uncertainties of the existing predictive methods at the time the first Advanced Gas Cooled Reactor (AGR) plant was commissioned. The experiments were conducted on a full scale electrical simulation of an AGR boiler and revealed inadequacies in existing methods. As a result a new computer code called DYMEL was developed based on linearisation and Fourier/Laplace Transformation of the one-dimensional boiler equations in both time and space. Beside giving good agreement with local experimental data, the DYMEL code has since shown agreement with stability data from the plant, sodium heated helical tubes, a gas heated helical tube and an electrically heated U-tube. The code is now used widely within the U.K. (author)

  6. Frequency-dependent hydrodynamic interaction between two solid spheres

    Science.gov (United States)

    Jung, Gerhard; Schmid, Friederike

    2017-12-01

    Hydrodynamic interactions play an important role in many areas of soft matter science. In simulations with implicit solvent, various techniques such as Brownian or Stokesian dynamics explicitly include hydrodynamic interactions a posteriori by using hydrodynamic diffusion tensors derived from the Stokes equation. However, this equation assumes the interaction to be instantaneous which is an idealized approximation and only valid on long time scales. In the present paper, we go one step further and analyze the time-dependence of hydrodynamic interactions between finite-sized particles in a compressible fluid on the basis of the linearized Navier-Stokes equation. The theoretical results show that at high frequencies, the compressibility of the fluid has a significant impact on the frequency-dependent pair interactions. The predictions of hydrodynamic theory are compared to molecular dynamics simulations of two nanocolloids in a Lennard-Jones fluid. For this system, we reconstruct memory functions by extending the inverse Volterra technique. The simulation data agree very well with the theory, therefore, the theory can be used to implement dynamically consistent hydrodynamic interactions in the increasingly popular field of non-Markovian modeling.

  7. Hydrodynamics of insect spermatozoa

    Science.gov (United States)

    Pak, On Shun; Lauga, Eric

    2010-11-01

    Microorganism motility plays important roles in many biological processes including reproduction. Many microorganisms propel themselves by propagating traveling waves along their flagella. Depending on the species, propagation of planar waves (e.g. Ceratium) and helical waves (e.g. Trichomonas) were observed in eukaryotic flagellar motion, and hydrodynamic models for both were proposed in the past. However, the motility of insect spermatozoa remains largely unexplored. An interesting morphological feature of such cells, first observed in Tenebrio molitor and Bacillus rossius, is the double helical deformation pattern along the flagella, which is characterized by the presence of two superimposed helical flagellar waves (one with a large amplitude and low frequency, and the other with a small amplitude and high frequency). Here we present the first hydrodynamic investigation of the locomotion of insect spermatozoa. The swimming kinematics, trajectories and hydrodynamic efficiency of the swimmer are computed based on the prescribed double helical deformation pattern. We then compare our theoretical predictions with experimental measurements, and explore the dependence of the swimming performance on the geometric and dynamical parameters.

  8. A Multigroup diffusion solver using pseudo transient continuation for a radiation-hydrodynamic code with patch-based AMR

    Energy Technology Data Exchange (ETDEWEB)

    Shestakov, A I; Offner, S R

    2006-09-21

    We present a scheme to solve the nonlinear multigroup radiation diffusion (MGD) equations. The method is incorporated into a massively parallel, multidimensional, Eulerian radiation-hydrodynamic code with adaptive mesh refinement (AMR). The patch-based AMR algorithm refines in both space and time creating a hierarchy of levels, coarsest to finest. The physics modules are time-advanced using operator splitting. On each level, separate 'level-solve' packages advance the modules. Our multigroup level-solve adapts an implicit procedure which leads to a two-step iterative scheme that alternates between elliptic solves for each group with intra-cell group coupling. For robustness, we introduce pseudo transient continuation ({Psi}tc). We analyze the magnitude of the {Psi}tc parameter to ensure positivity of the resulting linear system, diagonal dominance and convergence of the two-step scheme. For AMR, a level defines a subdomain for refinement. For diffusive processes such as MGD, the refined level uses Dirichet boundary data at the coarse-fine interface and the data is derived from the coarse level solution. After advancing on the fine level, an additional procedure, the sync-solve (SS), is required in order to enforce conservation. The MGD SS reduces to an elliptic solve on a combined grid for a system of G equations, where G is the number of groups. We adapt the 'partial temperature' scheme for the SS; hence, we reuse the infrastructure developed for scalar equations. Results are presented. We consider a multigroup test problem with a known analytic solution. We demonstrate utility of {Psi}tc by running with increasingly larger timesteps. Lastly, we simulate the sudden release of energy Y inside an Al sphere (r = 15 cm) suspended in air at STP. For Y = 11 kT, we find that gray radiation diffusion and MGD produce similar results. However, if Y = 1 MT, the two packages yield different results. Our large Y simulation contradicts a long-standing theory

  9. A Multigroup diffusion Solver Using Pseudo Transient Continuation for a Radiaiton-Hydrodynamic Code with Patch-Based AMR

    Energy Technology Data Exchange (ETDEWEB)

    Shestakov, A I; Offner, S R

    2007-03-02

    We present a scheme to solve the nonlinear multigroup radiation diffusion (MGD) equations. The method is incorporated into a massively parallel, multidimensional, Eulerian radiation-hydrodynamic code with adaptive mesh refinement (AMR). The patch-based AMR algorithm refines in both space and time creating a hierarchy of levels, coarsest to finest. The physics modules are time-advanced using operator splitting. On each level, separate 'level-solve' packages advance the modules. Our multigroup level-solve adapts an implicit procedure which leads to a two-step iterative scheme that alternates between elliptic solves for each group with intra-cell group coupling. For robustness, we introduce pseudo transient continuation ({Psi}tc). We analyze the magnitude of the {Psi}tc parameter to ensure positivity of the resulting linear system, diagonal dominance and convergence of the two-step scheme. For AMR, a level defines a subdomain for refinement. For diffusive processes such as MGD, the refined level uses Dirichet boundary data at the coarse-fine interface and the data is derived from the coarse level solution. After advancing on the fine level, an additional procedure, the sync-solve (SS), is required in order to enforce conservation. The MGD SS reduces to an elliptic solve on a combined grid for a system of G equations, where G is the number of groups. We adapt the 'partial temperature' scheme for the SS; hence, we reuse the infrastructure developed for scalar equations. Results are presented. We consider a multigroup test problem with a known analytic solution. We demonstrate utility of {Psi}tc by running with increasingly larger timesteps. Lastly, we simulate the sudden release of energy Y inside an Al sphere (r = 15 cm) suspended in air at STP. For Y = 11 kT, we find that gray radiation diffusion and MGD produce similar results. However, if Y = 1 MT, the two packages yield different results. Our large Y simulation contradicts a long-standing theory

  10. Soliton Gases and Generalized Hydrodynamics

    Science.gov (United States)

    Doyon, Benjamin; Yoshimura, Takato; Caux, Jean-Sébastien

    2018-01-01

    We show that the equations of generalized hydrodynamics (GHD), a hydrodynamic theory for integrable quantum systems at the Euler scale, emerge in full generality in a family of classical gases, which generalize the gas of hard rods. In this family, the particles, upon colliding, jump forward or backward by a distance that depends on their velocities, reminiscent of classical soliton scattering. This provides a "molecular dynamics" for GHD: a numerical solver which is efficient, flexible, and which applies to the presence of external force fields. GHD also describes the hydrodynamics of classical soliton gases. We identify the GHD of any quantum model with that of the gas of its solitonlike wave packets, thus providing a remarkable quantum-classical equivalence. The theory is directly applicable, for instance, to integrable quantum chains and to the Lieb-Liniger model realized in cold-atom experiments.

  11. Hydrodynamic aspects of flotation separation

    Directory of Open Access Journals (Sweden)

    Peleka Efrosyni N.

    2016-01-01

    Full Text Available Flotation separation is mainly used for removing particulates from aqueous dispersions. It is widely used for ore beneficiation and recovering valuable materials. This paper reviews the hydrodynamics of flotation separations and comments on selected recent publications. Units are distinguished as cells of ideal and non-ideal flow. A brief introduction to hydrodynamics is included to explain an original study of the hybrid flotation-microfiltration cell, effective for heavy metal ion removal.

  12. Hydrodynamic bearings

    CERN Document Server

    Bonneau, Dominique; Souchet, Dominique

    2014-01-01

    This Series provides the necessary elements to the development and validation of numerical prediction models for hydrodynamic bearings. This book describes the rheological models and the equations of lubrication. It also presents the numerical approaches used to solve the above equations by finite differences, finite volumes and finite elements methods.

  13. Hydrodynamic dispersion of microswimmers in suspension

    Science.gov (United States)

    Martin, Matthieu; Rafaï, Salima; Peyla, Philippe

    2014-11-01

    In our laboratory, we study hydrodynamics of suspensions of micro-swimmers. These micro-organisms are unicellular algae Chlamydomonas Rheinhardii which are able to swim by using their flagella. The swimming dynamics of these micro-swimmers can be seen as a random walk, in absence of any kind of interaction. In addition, these algae have the property of being phototactic, i.e. they swim towards the light. Combining this property with a hydrodynamic flow, we were able to reversibly separate algae from the rest of the fluid. But for sufficiently high volume fraction, these active particles interact with each other. We are now interested in how the coupling of hydrodynamic interactions between swimmers and phototaxis can modify the swimming dynamics at the scale of the suspension. To this aim, we conduct experiments in microfluidic devices to study the dispersion of the micro-organisms in a the liquid phase as a function of the volume fraction. We show that the dispersion of an assembly of puller type microswimmers is quantitatively affected by hydrodynamics interactions. Phd student.

  14. Numerical simulations of inertial confinement fusion hohlraum with LARED-integration code

    International Nuclear Information System (INIS)

    Li Jinghong; Li Shuanggui; Zhai Chuanlei

    2011-01-01

    In the target design of the Inertial Confinement Fusion (ICF) program, it is common practice to apply radiation hydrodynamics code to study the key physical processes happened in ICF process, such as hohlraum physics, radiation drive symmetry, capsule implosion physics in the radiation-drive approach of ICF. Recently, many efforts have been done to develop our 2D integrated simulation capability of laser fusion with a variety of optional physical models and numerical methods. In order to effectively integrate the existing codes and to facilitate the development of new codes, we are developing an object-oriented structured-mesh parallel code-supporting infrastructure, called JASMIN. Based on two-dimensional three-temperature hohlraum physics code LARED-H and two-dimensional multi-group radiative transfer code LARED-R, we develop a new generation two-dimensional laser fusion code under the JASMIN infrastructure, which enable us to simulate the whole process of laser fusion from the laser beams' entrance into the hohlraum to the end of implosion. In this paper, we will give a brief description of our new-generation two-dimensional laser fusion code, named LARED-Integration, especially in its physical models, and present some simulation results of holhraum. (author)

  15. Tuning bacterial hydrodynamics with magnetic fields

    Science.gov (United States)

    Pierce, C. J.; Mumper, E.; Brown, E. E.; Brangham, J. T.; Lower, B. H.; Lower, S. K.; Yang, F. Y.; Sooryakumar, R.

    2017-06-01

    Magnetotactic bacteria are a group of motile prokaryotes that synthesize chains of lipid-bound, magnetic nanoparticles called magnetosomes. This study exploits their innate magnetism to investigate previously unexplored facets of bacterial hydrodynamics at surfaces. Through use of weak, uniform, external magnetic fields and local, micromagnetic surface patterns, the relative strength of hydrodynamic, magnetic, and flagellar force components is tuned through magnetic control of the bacteria's orientation. The resulting swimming behaviors provide a means to experimentally determine hydrodynamic parameters and offer a high degree of control over large numbers of living microscopic entities. The implications of this controlled motion for studies of bacterial motility near surfaces and for micro- and nanotechnology are discussed.

  16. Hydrodynamics in a Degenerate, Strongly Attractive Fermi Gas

    Science.gov (United States)

    Thomas, John E.; Kinast, Joseph; Hemmer, Staci; Turlapov, Andrey; O'Hara, Ken; Gehm, Mike; Granade, Stephen

    2004-01-01

    In summary, we use all-optical methods with evaporative cooling near a Feshbach resonance to produce a strongly interacting degenerate Fermi gas. We observe hydrodynamic behavior in the expansion dynamics. At low temperatures, collisions may not explain the expansion dynamics. We observe hydrodynamics in the trapped gas. Our observations include collisionally-damped excitation spectra at high temperature which were not discussed above. In addition, we observe weakly damped breathing modes at low temperature. The observed temperature dependence of the damping time and hydrodynamic frequency are not consistent with collisional dynamics nor with collisionless mean field interactions. These observations constitute the first evidence for superfluid hydrodynamics in a Fermi gas.

  17. CASTRO: A NEW COMPRESSIBLE ASTROPHYSICAL SOLVER. II. GRAY RADIATION HYDRODYNAMICS

    International Nuclear Information System (INIS)

    Zhang, W.; Almgren, A.; Bell, J.; Howell, L.; Burrows, A.

    2011-01-01

    We describe the development of a flux-limited gray radiation solver for the compressible astrophysics code, CASTRO. CASTRO uses an Eulerian grid with block-structured adaptive mesh refinement based on a nested hierarchy of logically rectangular variable-sized grids with simultaneous refinement in both space and time. The gray radiation solver is based on a mixed-frame formulation of radiation hydrodynamics. In our approach, the system is split into two parts, one part that couples the radiation and fluid in a hyperbolic subsystem, and another parabolic part that evolves radiation diffusion and source-sink terms. The hyperbolic subsystem is solved explicitly with a high-order Godunov scheme, whereas the parabolic part is solved implicitly with a first-order backward Euler method.

  18. An introduction to astrophysical hydrodynamics

    CERN Document Server

    Shore, Steven N

    1992-01-01

    This book is an introduction to astrophysical hydrodynamics for both astronomy and physics students. It provides a comprehensive and unified view of the general problems associated with fluids in a cosmic context, with a discussion of fluid dynamics and plasma physics. It is the only book on hydrodynamics that addresses the astrophysical context. Researchers and students will find this work to be an exceptional reference. Contents include chapters on irrotational and rotational flows, turbulence, magnetohydrodynamics, and instabilities.

  19. Theoretical hydrodynamics

    CERN Document Server

    Milne-Thomson, L M

    2011-01-01

    This classic exposition of the mathematical theory of fluid motion is applicable to both hydrodynamics and aerodynamics. Based on vector methods and notation with their natural consequence in two dimensions - the complex variable - it offers more than 600 exercises and nearly 400 diagrams. Prerequisites include a knowledge of elementary calculus. 1968 edition.

  20. Hydrodynamic Overview at Hot Quarks 2016

    International Nuclear Information System (INIS)

    Noronha-Hostler, Jacquelyn

    2017-01-01

    Event-by-event relativistic hydrodynamics has been extremely successful in describing flow observables in heavy-ion collisions. However, the initial state and viscosity simultaneously affect comparisons to data so a discussion of experimental observables that help to distinguish the two follows. Specific problems that arise in the hydrodynamical modeling at the Beam Energy Scan are also addressed. (paper)

  1. Vectorization of LWR transient analysis code RELAP5/MOD1 and its effect

    International Nuclear Information System (INIS)

    Ishiguro, Misako; Harada, Hiroo; Shinozawa, Naohisa; Naraoka, Ken-itsu

    1985-03-01

    The RELAP5/MOD1 is a large thermal-hydraulic code to analyze LWR LOCA and non-LOCA transients. The code originally was designed for use on a CDC Cyber-176. This report documents vectorization of the RELAP5/MOD1 code conducted for the purpose of efficient use of VP-100 (peak speed 250 MFLOPS, clock period 7.5 ns) at the JAERI. The code was vectorized using the junction and volume level parallelisms in the hydrodynamic calculations, and the heat-structure and heat-mesh level in the heat conduction calculations. The vectorized version runs as much as 2.4 to 2.8 times faster than the original scalar version, while the speedup ratio is dependent on the number of spactial cells included in the problem. (author)

  2. Applications of pulsed energy sources and hydrodynamic response to materials science

    International Nuclear Information System (INIS)

    Perry, F.; Nelson, W.

    1993-01-01

    The dynamic response of materials to pulsed, relativistic electron beams was studied for materials science applications over two decades ago. Presently, intense light ion beams are being explored for materials science applications. These include the Ion Beam Surface Treatment (IBEST) of materials for producing stronger and more corrosion-resistant materials and the evaporative deposition of polycrystalline thin films. Laser sources are also being extensively utilized as pulsed energy sources in medical science and in clinical applications. In particular, laser-tissue interactions are being investigated for laser angioplasty and surgery as well as cancer therapy. The understanding of the energy deposition and hydrodynamic response of a wide range of materials is essential to the success of these applications. In order to address these materials science applications, the authors are utilizing and developing high quality, energy deposition-hydrodynamic code techniques which can aid in the design and interpretation of experiments. Consequently, the authors strongly encourage the development of 3-dimensional, species-selective diagnostic techniques, e.g. Resonant Holographic Interferometry Spectroscopy (RHIS), to be used in analyzing the ablation plume in the thin film deposition experiments. In this presentation they show the results and discuss the limitations of calculations for these materials applications. They also discuss the status of the RHIS diagnostic

  3. Generation of initial geometries for the simulation of the physical system in the DualPHYsics code

    International Nuclear Information System (INIS)

    Segura Q, E.

    2013-01-01

    In the diverse research areas of the Instituto Nacional de Investigaciones Nucleares (ININ) are different activities related to science and technology, one of great interest is the study and treatment of the collection and storage of radioactive waste. Therefore at ININ the draft on the simulation of the pollutants diffusion in the soil through a porous medium (third stage) has this problem inherent aspects, hence a need for such a situation is to generate the initial geometry of the physical system For the realization of the simulation method is implemented smoothed particle hydrodynamics (SPH). This method runs in DualSPHysics code, which has great versatility and ability to simulate phenomena of any physical system where hydrodynamic aspects combine. In order to simulate a physical system DualSPHysics code, you need to preset the initial geometry of the system of interest, then this is included in the input file of the code. The simulation sets the initial geometry through regular geometric bodies positioned at different points in space. This was done through a programming language (Fortran, C + +, Java, etc..). This methodology will provide the basis to simulate more complex geometries future positions and form. (Author)

  4. On the hydrodynamics and the scale-up of flotation processes

    International Nuclear Information System (INIS)

    Schubert, H.

    1986-01-01

    In flotation machines, turbulence is process-determining. Macroturbulence is necessary for suspension, microturbulence controls the air dispersion, the rate of the particle-bubble collisions and the stresses on agglomerates. Consequently, the hydrodynamic optimization of flotation processes plays an important role for the flotation efficiency. In the paper the following aspects are considered: the turbulent microprocesses of flotation processes; the integral hydrodynamic characterization of flotation processes; correlations between particle size and optimum hydrodynamics; correlations between flocculation of fine particles and optimum-hydrodynamics; and hydrodynamic scale-up of flotation processes

  5. Hyperscaling-violating Lifshitz hydrodynamics from black-holes: part II

    Energy Technology Data Exchange (ETDEWEB)

    Kiritsis, Elias [Crete Center for Theoretical Physics, Institute of Theoretical and Computational Physics,Department of Physics, University of Crete, 71003 Heraklion (Greece); Crete Center for Quantum Complexity and Nanotechnology,Department of Physics, University of Crete, 71003 Heraklion (Greece); APC Univ Paris Diderot, Sorbonne Paris Cité,UMR 7164 CNRS, F-75205 Paris (France); Matsuo, Yoshinori [Department of Physics, National Taiwan University,Taipei 10617, Taiwan, R.O.C. (China)

    2017-03-08

    The derivation of Lifshitz-invariant hydrodynamics from holography, presented in https://www.doi.org/10.1007/JHEP12(2015)076 is generalized to arbitrary hyperscaling violating Lifshitz scaling theories with an unbroken U(1) symmetry. The hydrodynamics emerging is non-relativistic with scalar “forcing'. By a redefinition of the pressure it becomes standard non-relativistic hydrodynamics in the presence of specific chemical potential for the mass current. The hydrodynamics is compatible with the scaling theory of Lifshitz invariance with hyperscaling violation. The bulk viscosity vanishes while the shear viscosity to entropy ratio is the same as in the relativistic case. We also consider the dimensional reduction ansatz for the hydrodynamics and clarify the difference with previous results suggesting a non-vanishing bulk viscosity.

  6. HYDRODYNAMICS OF OSCILLATING WING ON THE PITCH ANGLE

    Directory of Open Access Journals (Sweden)

    Vitalii Korobov

    2017-07-01

    Full Text Available Purpose: research of the hydrodynamic characteristics of a wing in a nonstationary stream. Methods: The experimental studies of the hydrodynamic load acting on the wing of 1.5 elongation, wich harmonically oscillated respect to the transversal axis in the frequency range of 0.2-2.5 Hz. The flow speed in the hydrodynamic tunnel ranged of 0.2-1.5 m/s. Results: The instantaneous values of the coefficients of lift and drag / thrust on the pitch angle at unsteady flow depends on the Strouhal number.Discussion: with increasing oscillation frequency coefficients of hydrodynamic force components significantly higher than the data for the stationary blowing out of the wing.

  7. Particle simulation of 3D galactic hydrodynamics on the ICL DAP

    International Nuclear Information System (INIS)

    Johns, T.C.; Nelson, A.H.

    1985-01-01

    A non-self-gravitating galactic hydrodynamics code based on a quasi-particle technique and making use of a mesh for force evaluation and sorting purposes is described. The short-range nature of the interparticle pressure forces, coupled with the use of a mesh allows a particularly fast algorithm. The 3D representation of the galaxy is mapped onto the ''3D'' main store of ICL DAP in a natural way, the 2 spatial dimensions in the plane of the galaxy becoming the 2 dimensions of the processor plane on the DAP and the third dimension varying within individual processor storage elements. This leads to a fairly straightforward implementation and a high degree of parallelism in the crucial parts of the code. The particle shuffling which is necessary after each timestep is facilitated by the use of a parallel variant of the bitonic sorting algorithm. Some results of simulations using a 63x63x16 mesh and about 50,000 particles to follow the evolution of a model disk galaxy are presented

  8. The WINCON programme - validation of fast reactor primary containment codes

    International Nuclear Information System (INIS)

    Sidoli, J.E.A.; Kendall, K.C.

    1988-01-01

    In the United Kingdom safety studies for the Commercial Demonstration Fast Reactor (CDFR) include an assessment of the capability of the primary containment in providing an adequate containment for defence against the hazards resulting from a hypothetical Whole Core Accident (WCA). The assessment is based on calculational estimates using computer codes supported by measured evidence from small-scale experiments. The hydrodynamic containment code SEURBNUK-EURDYN is capable of representing a prescribed energy release, the sodium coolant and cover gas, and the main containment and safety related internal structures. Containment loadings estimated using SEURBNUK-EURDYN are used in the structural dynamic code EURDYN-03 for the prediction of the containment response. The experiments serve two purposes, they demonstrate the response of the CDFR containment to accident loadings and provide data for the validation of the codes. This paper summarises the recently completed WINfrith CONtainment (WINCON) experiments that studied the response of specific features of current CDFR design options to WCA loadings. The codes have been applied to some of the experiments and a satisfactory prediction of the global response of the model containment is obtained. This provides confidence in the use of the codes in reactor assessments. (author)

  9. Numerical Hydrodynamics in Special Relativity.

    Science.gov (United States)

    Martí, José Maria; Müller, Ewald

    2003-01-01

    This review is concerned with a discussion of numerical methods for the solution of the equations of special relativistic hydrodynamics (SRHD). Particular emphasis is put on a comprehensive review of the application of high-resolution shock-capturing methods in SRHD. Results of a set of demanding test bench simulations obtained with different numerical SRHD methods are compared. Three applications (astrophysical jets, gamma-ray bursts and heavy ion collisions) of relativistic flows are discussed. An evaluation of various SRHD methods is presented, and future developments in SRHD are analyzed involving extension to general relativistic hydrodynamics and relativistic magneto-hydrodynamics. The review further provides FORTRAN programs to compute the exact solution of a 1D relativistic Riemann problem with zero and nonzero tangential velocities, and to simulate 1D relativistic flows in Cartesian Eulerian coordinates using the exact SRHD Riemann solver and PPM reconstruction. Supplementary material is available for this article at 10.12942/lrr-2003-7 and is accessible for authorized users.

  10. An induction-based magnetohydrodynamic 3D code for finite magnetic Reynolds number liquid-metal flows in fusion blankets

    International Nuclear Information System (INIS)

    Kawczynski, Charlie; Smolentsev, Sergey; Abdou, Mohamed

    2016-01-01

    Highlights: • A new induction-based magnetohydrodynamic code was developed using a finite difference method. • The code was benchmarked against purely hydrodynamic and MHD flows for low and finite magnetic Reynolds number. • Possible applications of the new code include liquid-metal MHD flows in the breeder blanket during unsteady events in the plasma. - Abstract: Most numerical analysis performed in the past for MHD flows in liquid-metal blankets were based on the assumption of low magnetic Reynolds number and involved numerical codes that utilized electric potential as the main electromagnetic variable. One limitation of this approach is that such codes cannot be applied to truly unsteady processes, for example, MHD flows of liquid-metal breeder/coolant during unsteady events in plasma, such as major plasma disruptions, edge-localized modes and vertical displacements, when changes in plasmas occur at millisecond timescales. Our newly developed code MOONS (Magnetohydrodynamic Object-Oriented Numerical Solver) uses the magnetic field as the main electromagnetic variable to relax the limitations of the low magnetic Reynolds number approximation for more realistic fusion reactor environments. The new code, written in Fortran, implements a 3D finite-difference method and is capable of simulating multi-material domains. The constrained transport method was implemented to evolve the magnetic field in time and assure that the magnetic field remains solenoidal within machine accuracy at every time step. Various verification tests have been performed including purely hydrodynamic flows and MHD flows at low and finite magnetic Reynolds numbers. Test results have demonstrated very good accuracy against known analytic solutions and other numerical data.

  11. An induction-based magnetohydrodynamic 3D code for finite magnetic Reynolds number liquid-metal flows in fusion blankets

    Energy Technology Data Exchange (ETDEWEB)

    Kawczynski, Charlie; Smolentsev, Sergey, E-mail: sergey@fusion.ucla.edu; Abdou, Mohamed

    2016-11-01

    Highlights: • A new induction-based magnetohydrodynamic code was developed using a finite difference method. • The code was benchmarked against purely hydrodynamic and MHD flows for low and finite magnetic Reynolds number. • Possible applications of the new code include liquid-metal MHD flows in the breeder blanket during unsteady events in the plasma. - Abstract: Most numerical analysis performed in the past for MHD flows in liquid-metal blankets were based on the assumption of low magnetic Reynolds number and involved numerical codes that utilized electric potential as the main electromagnetic variable. One limitation of this approach is that such codes cannot be applied to truly unsteady processes, for example, MHD flows of liquid-metal breeder/coolant during unsteady events in plasma, such as major plasma disruptions, edge-localized modes and vertical displacements, when changes in plasmas occur at millisecond timescales. Our newly developed code MOONS (Magnetohydrodynamic Object-Oriented Numerical Solver) uses the magnetic field as the main electromagnetic variable to relax the limitations of the low magnetic Reynolds number approximation for more realistic fusion reactor environments. The new code, written in Fortran, implements a 3D finite-difference method and is capable of simulating multi-material domains. The constrained transport method was implemented to evolve the magnetic field in time and assure that the magnetic field remains solenoidal within machine accuracy at every time step. Various verification tests have been performed including purely hydrodynamic flows and MHD flows at low and finite magnetic Reynolds numbers. Test results have demonstrated very good accuracy against known analytic solutions and other numerical data.

  12. Computer simulation of the fire-tube boiler hydrodynamics

    Directory of Open Access Journals (Sweden)

    Khaustov Sergei A.

    2015-01-01

    Full Text Available Finite element method was used for simulating the hydrodynamics of fire-tube boiler with the ANSYS Fluent 12.1.4 engineering simulation software. Hydrodynamic structure and volumetric temperature distribution were calculated. The results are presented in graphical form. Complete geometric model of the fire-tube boiler based on boiler drawings was considered. Obtained results are suitable for qualitative analysis of hydrodynamics and singularities identification in fire-tube boiler water shell.

  13. Boltzmann equation and hydrodynamics beyond Navier-Stokes.

    Science.gov (United States)

    Bobylev, A V

    2018-04-28

    We consider in this paper the problem of derivation and regularization of higher (in Knudsen number) equations of hydrodynamics. The author's approach based on successive changes of hydrodynamic variables is presented in more detail for the Burnett level. The complete theory is briefly discussed for the linearized Boltzmann equation. It is shown that the best results in this case can be obtained by using the 'diagonal' equations of hydrodynamics. Rigorous estimates of accuracy of the Navier-Stokes and Burnett approximations are also presented.This article is part of the theme issue 'Hilbert's sixth problem'. © 2018 The Author(s).

  14. Hydrodynamic states of phonons in insulators

    Directory of Open Access Journals (Sweden)

    S.A. Sokolovsky

    2012-12-01

    Full Text Available The Chapman-Enskog method is generalized for accounting the effect of kinetic modes on hydrodynamic evolution. Hydrodynamic states of phonon system of insulators have been studied in a small drift velocity approximation. For simplicity, the investigation was carried out for crystals of the cubic class symmetry. It has been found that in phonon hydrodynamics, local equilibrium is violated even in the approximation linear in velocity. This is due to the absence of phonon momentum conservation law that leads to a drift velocity relaxation. Phonon hydrodynamic equations which take dissipative processes into account have been obtained. The results were compared with the standard theory based on the local equilibrium validity. Integral equations have been obtained for calculating the objects of the theory (including viscosity and heat conductivity. It has been shown that in low temperature limit, these equations are solvable by iterations. Steady states of the system have been considered and an expression for steady state heat conductivity has been obtained. It coincides with the famous result by Akhiezer in the leading low temperature approximation. It has been established that temperature distribution in the steady state of insulator satisfies a condition of heat source absence.

  15. Hydrodynamic relaxations in dissipative particle dynamics

    Science.gov (United States)

    Hansen, J. S.; Greenfield, Michael L.; Dyre, Jeppe C.

    2018-01-01

    This paper studies the dynamics of relaxation phenomena in the standard dissipative particle dynamics (DPD) model [R. D. Groot and P. B. Warren, J. Chem. Phys. 107, 4423 (1997)]. Using fluctuating hydrodynamics as the framework of the investigation, we focus on the collective transverse and longitudinal dynamics. It is shown that classical hydrodynamic theory predicts the transverse dynamics at relatively low temperatures very well when compared to simulation data; however, the theory predictions are, on the same length scale, less accurate for higher temperatures. The agreement with hydrodynamics depends on the definition of the viscosity, and here we find that the transverse dynamics are independent of the dissipative and random shear force contributions to the stress. For high temperatures, the spectrum for the longitudinal dynamics is dominated by the Brillouin peak for large length scales and the relaxation is therefore governed by sound wave propagation and is athermal. This contrasts the results at lower temperatures and small length scale, where the thermal process is clearly present in the spectra. The DPD model, at least qualitatively, re-captures the underlying hydrodynamical mechanisms, and quantitative agreement is excellent at intermediate temperatures for the transverse dynamics.

  16. Pool swell sub-scale testing and code comparison

    International Nuclear Information System (INIS)

    Elisson, K.

    1981-01-01

    The main objective of the experiment was to investigate the pool swell dynamics in general and the forces on the lowered central part of the diaphragm between drywell and wetwell in particular. Apart from the high speed camera pressure transducers and strain gauges were used to monitor the transient. Data was recorded on a 14 channel FM recorder and then digitalised and plotted. In total more than one hundred tests were performed including parametric variations of for example geometry, break flow, initial drywell pressure and initial water level. In parallel to this experiment pool swell calculations have been performed with the computer codes COPTA and STEALTH. COPTA which is a lumped mass code for pressure suppression containment analysis has a slug pool swell mode. STEALTH which is a general purpose lagrangian hydrodynamics code has been used in a 2-D axisymmetric version. The STEALTH code has been used to calculate the radial variations in the vertical displacement and velocity of the pool surface and to predict the load on the lowered central part of the diaphragm. A comparison between the calculations and the experimental data indicates that both codes are sufficiently correct in their description of the pool swell transient. (orig.)

  17. Relabeling symmetries in hydrodynamics and magnetohydrodynamics

    International Nuclear Information System (INIS)

    Padhye, N.; Morrison, P.J.

    1996-04-01

    Lagrangian symmetries and concomitant generalized Bianchi identities associated with the relabeling of fluid elements are found for hydrodynamics and magnetohydrodynamics (MHD). In hydrodynamics relabeling results in Ertel's theorem of conservation of potential vorticity, while in MHD it yields the conservation of cross helicity. The symmetries of the reduction from Lagrangian (material) to Eulerian variables are used to construct the Casimir invariants of the Hamiltonian formalism

  18. 3D code for simulations of fluid flows

    International Nuclear Information System (INIS)

    Skandera, D.

    2004-01-01

    In this paper, a present status in the development of the new numerical code is reported. The code is considered for simulations of fluid flows. The finite volume approach is adopted for solving standard fluid equations. They are treated in a conservative form to ensure a correct conservation of fluid quantities. Thus, a nonlinear hyperbolic system of conservation laws is numerically solved. The code uses the Eulerian description of the fluid and is designed as a high order central numerical scheme. The central approach employs no (approximate) Riemann solver and is less computational expensive. The high order WENO strategy is adopted in the reconstruction step to achieve results comparable with more accurate Riemann solvers. A combination of the central approach with an iterative solving of a local Riemann problem is tested and behaviour of such numerical flux is reported. An extension to three dimensions is implemented using a dimension by dimension approach, hence, no complicated dimensional splitting need to be introduced. The code is fully parallelized with the MPI library. Several standard hydrodynamic tests in one, two and three dimensions were performed and their results are presented. (author)

  19. A Global Three-Dimensional Radiation Hydrodynamic Simulation of a Self-Gravitating Accretion Disk

    Science.gov (United States)

    Phillipson, Rebecca; Vogeley, Michael S.; McMillan, Stephen; Boyd, Patricia

    2018-01-01

    We present three-dimensional, radiation hydrodynamic simulations of initially thin accretion disks with self-gravity using the grid-based code PLUTO. We produce simulated light curves and spectral energy distributions and compare to observational data of X-ray binary (XRB) and active galactic nuclei (AGN) variability. These simulations are of interest for modeling the role of radiation in accretion physics across decades of mass and frequency. In particular, the characteristics of the time variability in various bandwidths can probe the timescales over which different physical processes dominate the accretion flow. For example, in the case of some XRBs, superorbital periods much longer than the companion orbital period have been observed. Smoothed particle hydrodynamics (SPH) calculations have shown that irradiation-driven warping could be the mechanism underlying these long periods. In the case of AGN, irradiation-driven warping is also predicted to occur in addition to strong outflows originating from thermal and radiation pressure driving forces, which are important processes in understanding feedback and star formation in active galaxies. We compare our simulations to various toy models via traditional time series analysis of our synthetic and observed light curves.

  20. Use of hydrodynamic cavitation in (waste)water treatment.

    Science.gov (United States)

    Dular, Matevž; Griessler-Bulc, Tjaša; Gutierrez-Aguirre, Ion; Heath, Ester; Kosjek, Tina; Krivograd Klemenčič, Aleksandra; Oder, Martina; Petkovšek, Martin; Rački, Nejc; Ravnikar, Maja; Šarc, Andrej; Širok, Brane; Zupanc, Mojca; Žitnik, Miha; Kompare, Boris

    2016-03-01

    The use of acoustic cavitation for water and wastewater treatment (cleaning) is a well known procedure. Yet, the use of hydrodynamic cavitation as a sole technique or in combination with other techniques such as ultrasound has only recently been suggested and employed. In the first part of this paper a general overview of techniques that employ hydrodynamic cavitation for cleaning of water and wastewater is presented. In the second part of the paper the focus is on our own most recent work using hydrodynamic cavitation for removal of pharmaceuticals (clofibric acid, ibuprofen, ketoprofen, naproxen, diclofenac, carbamazepine), toxic cyanobacteria (Microcystis aeruginosa), green microalgae (Chlorella vulgaris), bacteria (Legionella pneumophila) and viruses (Rotavirus) from water and wastewater. As will be shown, hydrodynamic cavitation, like acoustic, can manifest itself in many different forms each having its own distinctive properties and mechanisms. This was until now neglected, which eventually led to poor performance of the technique. We will show that a different type of hydrodynamic cavitation (different removal mechanism) is required for successful removal of different pollutants. The path to use hydrodynamic cavitation as a routine water cleaning method is still long, but recent results have already shown great potential for optimisation, which could lead to a low energy tool for water and wastewater cleaning. Copyright © 2015 Elsevier B.V. All rights reserved.

  1. Hydrodynamics of oceans and atmospheres

    CERN Document Server

    Eckart, Carl

    1960-01-01

    Hydrodynamics of Oceans and Atmospheres is a systematic account of the hydrodynamics of oceans and atmospheres. Topics covered range from the thermodynamic functions of an ideal gas and the thermodynamic coefficients for water to steady motions, the isothermal atmosphere, the thermocline, and the thermosphere. Perturbation equations, field equations, residual equations, and a general theory of rays are also presented. This book is comprised of 17 chapters and begins with an introduction to the basic equations and their solutions, with the aim of illustrating the laws of dynamics. The nonlinear

  2. Hydrodynamic simulation of elliptic flow

    CERN Document Server

    Kolb, P F; Ruuskanen, P V; Heinz, Ulrich W

    1999-01-01

    We use a hydrodynamic model to study the space-time evolution transverse to the beam direction in ultrarelativistic heavy-ion collisions with nonzero impact parameters. We focus on the influence of early pressure on the development of radial and elliptic flow. We show that at high energies elliptic flow is generated only during the initial stages of the expansion while radial flow continues to grow until freeze-out. Quantitative comparisons with SPS data from semiperipheral Pb+Pb collisions suggest the applicability of hydrodynamical concepts already $\\approx$ 1 fm/c after impact.

  3. The Human Cytomegalovirus Strain DB Activates Oncogenic Pathways in Mammary Epithelial Cells

    Directory of Open Access Journals (Sweden)

    Amit Kumar

    2018-04-01

    Full Text Available Background: Human cytomegalovirus (HCMV establishes a persistent life-long infection and increasing evidence indicates HCMV infection can modulate signaling pathways associated with oncogenesis. Breast milk is an important route of HCMV transmission in humans and we hypothesized that mammary epithelial cells could be one of the main cellular targets of HCMV infection. Methods: The infectivity of primary human mammary epithelial cells (HMECs was assessed following infection with the HCMV-DB strain, a clinical isolate with a marked macrophage-tropism. The impact of HCMV-DB infection on expression of p53 and retinoblastoma proteins, telomerase activity and oncogenic pathways (c-Myc, Akt, Ras, STAT3 was studied. Finally the transformation of HCMV-DB infected HMECs was evaluated using soft agar assay. CTH cells (CMV Transformed HMECs were detected in prolonged cultures of infected HMECs. Tumor formation was observed in NOD/SCID Gamma (NSG mice injected with CTH cells. Detection of long non coding RNA4.9 (lncRNA4.9 gene was assessed in CTH cells, tumors isolated from xenografted NSG mice and biopsies of patients with breast cancer using qualitative and quantitative PCR. Results: We found that HCMV, especially a clinical strain named HCMV-DB, infects HMECs in vitro. The clinical strain HCMV-DB replicates productively in HMECs as evidenced by detection of early and late viral transcripts and proteins. Following infection of HMECs with HCMV-DB, we observed the inactivation of retinoblastoma and p53 proteins, the activation of telomerase activity, the activation of the proto-oncogenes c-Myc and Ras, the activation of Akt and STAT3, and the upregulation of cyclin D1 and Ki67 antigen. Colony formation was observed in soft agar seeded with HCMV-DB-infected HMECs. Prolonged culture of infected HMECs resulted in the development of clusters of spheroid cells that we called CTH cells (CMV Transformed HMECs. CTH cells when injected in NOD/SCID Gamma (NSG mice

  4. Shear viscosity, cavitation and hydrodynamics at LHC

    International Nuclear Information System (INIS)

    Bhatt, Jitesh R.; Mishra, Hiranmaya; Sreekanth, V.

    2011-01-01

    We study evolution of quark-gluon matter in the ultrarelativistic heavy-ion collisions within the frame work of relativistic second-order viscous hydrodynamics. In particular, by using the various prescriptions of a temperature-dependent shear viscosity to the entropy ratio, we show that the hydrodynamic description of the relativistic fluid becomes invalid due to the phenomenon of cavitation. For most of the initial conditions relevant for LHC, the cavitation sets in very early stage. The cavitation in this case is entirely driven by the large values of shear viscosity. Moreover we also demonstrate that the conformal terms used in equations of the relativistic dissipative hydrodynamic can influence the cavitation time.

  5. Steady State Thermo-Hydrodynamic Analysis of Two-Axial groove and Multilobe Hydrodynamic Bearings

    Directory of Open Access Journals (Sweden)

    C. Bhagat

    2014-12-01

    Full Text Available Steady state thermo-hydrodynamic analysis of two axial groove and multi lobe oil journal bearings is performed in this paper. To study the steady state thermo-hydrodynamic characteristics Reynolds equation is solved simultaneously along with the energy equation and heat conduction equation in bush and shaft. The effect of groove geometry, cavitation in the fluid film, the recirculation of lubricant, shaft speed has also been taken into account. Film temperature in case of three-lobe bearing is found to be high as compared to other studied bearing configurations. The data obtained from this analysis can be used conveniently in the design of such bearings, which are presented in dimensionless form.

  6. Vectorization, parallelization and porting of nuclear codes (porting). Progress report fiscal 1998

    International Nuclear Information System (INIS)

    Nemoto, Toshiyuki; Kawai, Wataru; Ishizuki, Shigeru; Kawasaki, Nobuo; Kume, Etsuo; Adachi, Masaaki; Ogasawara, Shinobu

    2000-03-01

    Several computer codes in the nuclear field have been vectorized, parallelized and transported on the FUJITSU VPP500 system, the AP3000 system and the Paragon system at Center for Promotion of Computational Science and Engineering in Japan Atomic Energy Research Institute. We dealt with 12 codes in fiscal 1998. These results are reported in 3 parts, i.e., the vectorization and parallelization on vector processors part, the parallelization on scalar processors part and the porting part. In this report, we describe the porting. In this porting part, the porting of Monte Carlo N-Particle Transport code MCNP4B2 and Reactor Safety Analysis code RELAP5 on the AP3000 are described. In the vectorization and parallelization on vector processors part, the vectorization of General Tokamak Circuit Simulation Program code GTCSP, the vectorization and parallelization of Molecular Dynamics Ntv Simulation code MSP2, Eddy Current Analysis code EDDYCAL, Thermal Analysis Code for Test of Passive Cooling System by HENDEL T2 code THANPACST2 and MHD Equilibrium code SELENEJ on the VPP500 are described. In the parallelization on scalar processors part, the parallelization of Monte Carlo N-Particle Transport code MCNP4B2, Plasma Hydrodynamics code using Cubic Interpolated propagation Method PHCIP and Vectorized Monte Carlo code (continuous energy model/multi-group model) MVP/GMVP on the Paragon are described. (author)

  7. Microflow Cytometers with Integrated Hydrodynamic Focusing

    Directory of Open Access Journals (Sweden)

    Martin Schmidt

    2013-04-01

    Full Text Available This study demonstrates the suitability of microfluidic structures for high throughput blood cell analysis. The microfluidic chips exploit fully integrated hydrodynamic focusing based on two different concepts: Two-stage cascade focusing and spin focusing (vortex principle. The sample—A suspension of micro particles or blood cells—is injected into a sheath fluid streaming at a substantially higher flow rate, which assures positioning of the particles in the center of the flow channel. Particle velocities of a few m/s are achieved as required for high throughput blood cell analysis. The stability of hydrodynamic particle positioning was evaluated by measuring the pulse heights distributions of fluorescence signals from calibration beads. Quantitative assessment based on coefficient of variation for the fluorescence intensity distributions resulted in a value of about 3% determined for the micro-device exploiting cascade hydrodynamic focusing. For the spin focusing approach similar values were achieved for sample flow rates being 1.5 times lower. Our results indicate that the performances of both variants of hydrodynamic focusing suit for blood cell differentiation and counting. The potential of the micro flow cytometer is demonstrated by detecting immunologically labeled CD3 positive and CD4 positive T-lymphocytes in blood.

  8. Connection between hydrodynamic, water bag and Vlasov models

    International Nuclear Information System (INIS)

    Gros, M.; Bertrand, P.; Feix, M.R.

    1978-01-01

    The connection between hydrodynamic, water bag and Vlasov models is still under consideration with numerical experiments. For long wavelength, slightly non linear excitations and initial preparations such as the usual adiabatic invariant Pn -3 is space independent, the hydrodynamic model is equivalent to the water bag, and for long wavelengths a nice agreement is found with the full numerical solution of the Vlasov equation. For other initial conditions when the water bag cannot be defined, the hydrodynamic approach does not represent the correct behaviour. (author)

  9. Hydrodynamic disperser

    Energy Technology Data Exchange (ETDEWEB)

    Bulatov, A.I.; Chernov, V.S.; Prokopov, L.I.; Proselkov, Yu.M.; Tikhonov, Yu.P.

    1980-01-15

    A hydrodynamic disperser is suggested which contains a housing, slit nozzles installed on a circular base arranged opposite from each other, resonators secured opposite the nozzle and outlet sleeve. In order to improve the effectiveness of dispersion by throttling the flow, each resonator is made in the form of a crimped plate with crimpings that decrease in height in a direction towards the nozzle.

  10. Hydrodynamic Limit of Multiple SLE

    Science.gov (United States)

    Hotta, Ikkei; Katori, Makoto

    2018-04-01

    Recently del Monaco and Schleißinger addressed an interesting problem whether one can take the limit of multiple Schramm-Loewner evolution (SLE) as the number of slits N goes to infinity. When the N slits grow from points on the real line R in a simultaneous way and go to infinity within the upper half plane H, an ordinary differential equation describing time evolution of the conformal map g_t(z) was derived in the N → ∞ limit, which is coupled with a complex Burgers equation in the inviscid limit. It is well known that the complex Burgers equation governs the hydrodynamic limit of the Dyson model defined on R studied in random matrix theory, and when all particles start from the origin, the solution of this Burgers equation is given by the Stieltjes transformation of the measure which follows a time-dependent version of Wigner's semicircle law. In the present paper, first we study the hydrodynamic limit of the multiple SLE in the case that all slits start from the origin. We show that the time-dependent version of Wigner's semicircle law determines the time evolution of the SLE hull, K_t \\subset H\\cup R, in this hydrodynamic limit. Next we consider the situation such that a half number of the slits start from a>0 and another half of slits start from -a exact solutions, we will discuss the universal long-term behavior of the multiple SLE and its hull K_t in the hydrodynamic limit.

  11. Application of Hydrodynamic Cavitation for Food and Bioprocessing

    Science.gov (United States)

    Gogate, Parag R.

    Hydrodynamic cavitation can be simply generated by the alterations in the flow field in high speed/high pressure devices and also by passage of the liquid through a constriction such as orifice plate, venturi, or throttling valve. Hydrodynamic cavitation results in the formation of local hot spots, release of highly reactive free radicals, and enhanced mass transfer rates due to turbulence generated as a result of liquid circulation currents. These conditions can be suitably applied for intensification of different bioprocessing applications in an energy-efficient manner as compared to conventionally used ultrasound-based reactors. The current chapter aims at highlighting different aspects related to hydrodynamic cavitation, including the theoretical aspects for optimization of operating parameters, reactor designs, and overview of applications relevant to food and bioprocessing. Some case studies highlighting the comparison of hydrodynamic cavitation and acoustic cavitation reactors will also be discussed.

  12. Annual Report: Hydrodynamics and Radiative Hydrodynamics with Astrophysical Applications

    Energy Technology Data Exchange (ETDEWEB)

    R. Paul Drake

    2005-12-01

    We report the ongoing work of our group in hydrodynamics and radiative hydrodynamics with astrophysical applications. During the period of the existing grant, we have carried out two types of experiments at the Omega laser. One set of experiments has studied radiatively collapsing shocks, obtaining high-quality scaling data using a backlit pinhole and obtaining the first (ever, anywhere) Thomson-scattering data from a radiative shock. Other experiments have studied the deeply nonlinear development of the Rayleigh-Taylor (RT) instability from complex initial conditions, obtaining the first (ever, anywhere) dual-axis radiographic data using backlit pinholes and ungated detectors. All these experiments have applications to astrophysics, discussed in the corresponding papers either in print or in preparation. We also have obtained preliminary radiographs of experimental targets using our x-ray source. The targets for the experiments have been assembled at Michigan, where we also prepare many of the simple components. The above activities, in addition to a variety of data analysis and design projects, provide good experience for graduate and undergraduates students. In the process of doing this research we have built a research group that uses such work to train junior scientists.

  13. A simplified hydrodynamic model of hydrogen flame propagation in reactor vessels

    International Nuclear Information System (INIS)

    Baer, M.; Ratzel, A.

    1983-01-01

    A hydrodynamic model for hydrogen flame propagation in reactor geometries is presented. This model is consistent with the theory of slow combustion in which the gasdynamic field equations are treated in the limit of small Mach numbers. To the lowest order, pressure is spatially uniform. The flame is treated as a density and entropy discontinuity which propagates at prescribed burning velocities, corresponding to laminar or turbulent flames. Radiation cooling of the burned combustion gases and possible preheating of the unburned gases during propagation of the flame is included using a molecular gas-band thermal radiation model. Application of this model has been developed for 1-D variable area flame propagation. Multidimensional effects induced by hydrodynamics and buoyancy are introduced as a correction to the burn velocity (which reflects a modification of planar flame surface to a distorted surface) using experimentally measured pressure-rise time data for hydrogen/air deflagrations in cylindrical vessels. This semianalytical model of flame propagation reduces to a set of ordinary differential equations which describes the temporal variations of vessel pressure, burned volume and gas entropy. The thermodynamic state of the burned gas immediately following the flame is determined using an isobaric Hugoniot relationship. At other locations the burned gas thermodynamic states are determined using a Lagrangian particle tracking method. Results of a computer code using the method are presented

  14. Model of Collective Fish Behavior with Hydrodynamic Interactions

    Science.gov (United States)

    Filella, Audrey; Nadal, François; Sire, Clément; Kanso, Eva; Eloy, Christophe

    2018-05-01

    Fish schooling is often modeled with self-propelled particles subject to phenomenological behavioral rules. Although fish are known to sense and exploit flow features, these models usually neglect hydrodynamics. Here, we propose a novel model that couples behavioral rules with far-field hydrodynamic interactions. We show that (1) a new "collective turning" phase emerges, (2) on average, individuals swim faster thanks to the fluid, and (3) the flow enhances behavioral noise. The results of this model suggest that hydrodynamic effects should be considered to fully understand the collective dynamics of fish.

  15. Anisotropic hydrodynamics: Motivation and methodology

    Energy Technology Data Exchange (ETDEWEB)

    Strickland, Michael

    2014-06-15

    In this proceedings contribution I review recent progress in our understanding of the bulk dynamics of relativistic systems that possess potentially large local rest frame momentum-space anisotropies. In order to deal with these momentum-space anisotropies, a reorganization of relativistic viscous hydrodynamics can be made around an anisotropic background, and the resulting dynamical framework has been dubbed “anisotropic hydrodynamics”. I also discuss expectations for the degree of momentum-space anisotropy of the quark–gluon plasma generated in relativistic heavy ion collisions at RHIC and LHC from second-order viscous hydrodynamics, strong-coupling approaches, and weak-coupling approaches.

  16. Hydrodynamics of quark-gluon plasmas

    International Nuclear Information System (INIS)

    Blaizot, J.P.

    1986-06-01

    This paper reviews some aspects of the hydrodynamics of quark-gluon plasmas. Various stages of ultra-relativistic heavy ion collisions are described. Several estimates of the maximum energy density expected to be achieved in these collisions are compared. Discontinuities which may be induced in the hydrodynamic flow by a phase transition are described and a convenient numerical method designed to deal with such discontinuous flows is briefly presented. Finally, the correlations between particle transverse momenta and multiplicities are analyzed and one discusses to which extent these correlations could signal the occurrence of a phase transition in heavy ion collisions

  17. Hydrodynamic constants from cosmic censorship

    International Nuclear Information System (INIS)

    Nakamura, Shin

    2008-01-01

    We study a gravity dual of Bjorken flow of N=4 SYM-theory plasma. We point out that the cosmic censorship hypothesis may explain why the regularity of the dual geometry constrains the hydrodynamic constants. We also investigate the apparent horizon of the dual geometry. We find that the dual geometry constructed on Fefferman-Graham (FG) coordinates is not appropriate for examination of the apparent horizon since the coordinates do not cover the trapped region. However, the preliminary analysis on FG coordinates suggests that the location of the apparent horizon is very sensitive to the hydrodynamic parameters. (author)

  18. Common Envelope Light Curves. I. Grid-code Module Calibration

    Energy Technology Data Exchange (ETDEWEB)

    Galaviz, Pablo; Marco, Orsola De; Staff, Jan E.; Iaconi, Roberto [Department of Physics and Astronomy, Macquarie University, Sydney, NSW (Australia); Passy, Jean-Claude, E-mail: Pablo.Galaviz@me.com [Argelander-Institut für Astronomie, Auf dem Hügel 71, D-53121 Bonn (Germany)

    2017-04-01

    The common envelope (CE) binary interaction occurs when a star transfers mass onto a companion that cannot fully accrete it. The interaction can lead to a merger of the two objects or to a close binary. The CE interaction is the gateway of all evolved compact binaries, all stellar mergers, and likely many of the stellar transients witnessed to date. CE simulations are needed to understand this interaction and to interpret stars and binaries thought to be the byproduct of this stage. At this time, simulations are unable to reproduce the few observational data available and several ideas have been put forward to address their shortcomings. The need for more definitive simulation validation is pressing and is already being fulfilled by observations from time-domain surveys. In this article, we present an initial method and its implementation for post-processing grid-based CE simulations to produce the light curve so as to compare simulations with upcoming observations. Here we implemented a zeroth order method to calculate the light emitted from CE hydrodynamic simulations carried out with the 3D hydrodynamic code Enzo used in unigrid mode. The code implements an approach for the computation of luminosity in both optically thick and optically thin regimes and is tested using the first 135 days of the CE simulation of Passy et al., where a 0.8  M {sub ⊙} red giant branch star interacts with a 0.6  M {sub ⊙} companion. This code is used to highlight two large obstacles that need to be overcome before realistic light curves can be calculated. We explain the nature of these problems and the attempted solutions and approximations in full detail to enable the next step to be identified and implemented. We also discuss our simulation in relation to recent data of transients identified as CE interactions.

  19. Research on verification and validation strategy of detonation fluid dynamics code of LAD2D

    Science.gov (United States)

    Wang, R. L.; Liang, X.; Liu, X. Z.

    2017-07-01

    The verification and validation (V&V) is an important approach in the software quality assurance of code in complex engineering application. Reasonable and efficient V&V strategy can achieve twice the result with half the effort. This article introduces the software-Lagrangian adaptive hydrodynamics code in 2D space (LAD2D), which is self-developed software in detonation CFD with plastic-elastic structure. The V&V strategy of this detonation CFD code is presented based on the foundation of V&V methodology for scientific software. The basic framework of the module verification and the function validation is proposed, composing the detonation fluid dynamics model V&V strategy of LAD2D.

  20. A theoretical study of hydrodynamic cavitation.

    Science.gov (United States)

    Arrojo, S; Benito, Y

    2008-03-01

    The optimization of hydrodynamic cavitation as an AOP requires identifying the key parameters and studying their effects on the process. Specific simulations of hydrodynamic bubbles reveal that time scales play a major role on the process. Rarefaction/compression periods generate a number of opposing effects which have demonstrated to be quantitatively different from those found in ultrasonic cavitation. Hydrodynamic cavitation can be upscaled and offers an energy efficient way of generating cavitation. On the other hand, the large characteristic time scales hinder bubble collapse and generate a low number of cavitation cycles per unit time. By controlling the pressure pulse through a flexible cavitation chamber design these limitations can be partially compensated. The chemical processes promoted by this technique are also different from those found in ultrasonic cavitation. Properties such as volatility or hydrophobicity determine the potential applicability of HC and therefore have to be taken into account.

  1. A hydrodynamic treatment of the tilted cold dark matter cosmological scenario

    Science.gov (United States)

    Cen, Renyue; Ostriker, Jeremiah P.

    1993-01-01

    A standard hydrodynamic code coupled with a particle-mesh code is used to compute the evolution of a tilted cold dark matter (TCDM) model containing both baryonic matter and dark matter. Six baryonic species are followed, with allowance for both collisional and radiative ionization in every cell. The mean final Zel'dovich-Sunyaev y parameter is estimated to be (5.4 +/- 2.7) x 10 exp -7, below currently attainable observations, with an rms fluctuation of about (6.0 +/- 3.0) x 10 exp -7 on arcmin scales. The rate of galaxy formation peaks at a relatively late epoch (z is about 0.5). In the case of mass function, the smallest objects are stabilized against collapse by thermal energy: the mass-weighted mass spectrum peaks in the vicinity of 10 exp 9.1 solar masses, with a reasonable fit to the Schechter luminosity function if the baryon mass to blue light ratio is about 4. It is shown that a bias factor of 2 required for the model to be consistent with COBE DMR signals is probably a natural outcome in the present multiple component simulations.

  2. Hydrodynamic Modeling of the Deep Impact Mission into Comet Tempel 1

    Science.gov (United States)

    Sorli, Kya; Remington, Tané; Bruck Syal, Megan

    2018-01-01

    Kinetic impact is one of the primary strategies to deflect hazardous objects off of an Earth-impacting trajectory. The only test of a small-body impact is the 2005 Deep Impact mission into comet Tempel 1, where a 366-kg mass impactor collided at ~10 km/s into the comet, liberating an enormous amount of vapor and ejecta. Code comparisons with observations of the event represent an important source of new information about the initial conditions of small bodies and an extraordinary opportunity to test our simulation capabilities on a rare, full-scale experiment. Using the Adaptive Smoothed Particle Hydrodynamics (ASPH) code, Spheral, we explore how variations in target material properties such as strength, composition, porosity, and layering affect impact results, in order to best match the observed crater size and ejecta evolution. Benchmarking against this unique small-body experiment provides an enhanced understanding of our ability to simulate asteroid or comet response to future deflection missions. This work was performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344. LLNL-ABS-739336-DRAFT.

  3. GPUs, a new tool of acceleration in CFD: efficiency and reliability on smoothed particle hydrodynamics methods.

    Directory of Open Access Journals (Sweden)

    Alejandro C Crespo

    Full Text Available Smoothed Particle Hydrodynamics (SPH is a numerical method commonly used in Computational Fluid Dynamics (CFD to simulate complex free-surface flows. Simulations with this mesh-free particle method far exceed the capacity of a single processor. In this paper, as part of a dual-functioning code for either central processing units (CPUs or Graphics Processor Units (GPUs, a parallelisation using GPUs is presented. The GPU parallelisation technique uses the Compute Unified Device Architecture (CUDA of nVidia devices. Simulations with more than one million particles on a single GPU card exhibit speedups of up to two orders of magnitude over using a single-core CPU. It is demonstrated that the code achieves different speedups with different CUDA-enabled GPUs. The numerical behaviour of the SPH code is validated with a standard benchmark test case of dam break flow impacting on an obstacle where good agreement with the experimental results is observed. Both the achieved speed-ups and the quantitative agreement with experiments suggest that CUDA-based GPU programming can be used in SPH methods with efficiency and reliability.

  4. Hydrodynamic behavior of a bare rod bundle

    International Nuclear Information System (INIS)

    Bartzis, J.G.; Todreas, N.E.

    1977-06-01

    The temperature distribution within the rod bundle of a nuclear reactor is of major importance in nuclear reactor design. However temperature information presupposes knowledge of the hydrodynamic behavior of the coolant which is the most difficult part of the problem due to complexity of the turbulence phenomena. In the present work a 2-equation turbulence model--a strong candidate for analyzing actual three dimensional turbulent flows--has been used to predict fully developed flow of infinite bare rod bundle of various aspect ratios (P/D). The model has been modified to take into account anisotropic effects of eddy viscosity. Secondary flow calculations have been also performed although the model seems to be too rough to predict the secondary flow correctly. Heat transfer calculations have been performed to confirm the importance of anisotropic viscosity in temperature predictions. All numerical calculations for flow and heat have been performed by two computer codes based on the TEACH code. Experimental measurements of the distribution of axial velocity, turbulent axial velocity, turbulent kinetic energy and radial Reynolds stresses were performed in the developing and fully developed regions. A 2-channel Laser Doppler Anemometer working on the Reference mode with forward scattering was used to perform the measurements in a simulated interior subchannel of a triangular rod array with P/D = 1.124. Comparisons between the analytical results and the results of this experiment as well as other experimental data in rod bundle array available in literature are presented. The predictions are in good agreement with the results for the high Reynolds numbers

  5. Hydrodynamic suppression of phase separation in active suspensions.

    Science.gov (United States)

    Matas-Navarro, Ricard; Golestanian, Ramin; Liverpool, Tanniemola B; Fielding, Suzanne M

    2014-09-01

    We simulate with hydrodynamics a suspension of active disks squirming through a Newtonian fluid. We explore numerically the full range of squirmer area fractions from dilute to close packed and show that "motility induced phase separation," which was recently proposed to arise generically in active matter, and which has been seen in simulations of active Brownian disks, is strongly suppressed by hydrodynamic interactions. We give an argument for why this should be the case and support it with counterpart simulations of active Brownian disks in a parameter regime that provides a closer counterpart to hydrodynamic suspensions than in previous studies.

  6. Dynamic structurization in solutions of hydrodynamically active polymers

    International Nuclear Information System (INIS)

    Pogrebnyak, V.G.; Tverdokhleb, S.V.; Naumchuk, N.V.

    1993-01-01

    The processes of ordering and self-regulation in nonlinear systems have attracted great attention because understanding the principles of self-regulation and its thermodynamics can become a clue to many physical phenomena. In this work, it is experimentally established that, under the condition of elongational flows, dynamic structurization and periodic processes may originate in the solutions of flexible, hydrodynamically-active polymers due to self-regulation in these systems. The hydrodynamic elongational field was created using the flow of a Newtonian liquid (water, acetone, dioxane) converging to a small opening. The hydrodynamically-active polymers were polyethylene oxide or hydrolyzed polyacrylamide

  7. arXiv On higher order and anisotropic hydrodynamics for Bjorken and Gubser flows

    CERN Document Server

    Chattopadhyay, Chandrodoy; Pal, Subrata; Vujanovic, Gojko

    2018-06-15

    We study the evolution of hydrodynamic and nonhydrodynamic moments of the distribution function using anisotropic and third-order Chapman-Enskog hydrodynamics for systems undergoing Bjorken and Gubser flows. The hydrodynamic results are compared with the exact solution of the Boltzmann equation with a collision term in relaxation time approximation. While the evolution of the hydrodynamic moments of the distribution function (i.e., of the energy momentum tensor) can be described with high accuracy by both hydrodynamic approximation schemes, their description of the evolution of the entropy of the system is much less precise. We attribute this to large contributions from nonhydrodynamic modes coupling into the entropy evolution, which are not well captured by the hydrodynamic approximations. The differences between the exact solution and the hydrodynamic approximations are larger for the third-order Chapman-Enskog hydrodynamics than for anisotropic hydrodynamics, which effectively resums some of the dissipativ...

  8. Central roles of iron in the regulation of oxidative stress in the yeast Saccharomyces cerevisiae.

    Science.gov (United States)

    Matsuo, Ryo; Mizobuchi, Shogo; Nakashima, Maya; Miki, Kensuke; Ayusawa, Dai; Fujii, Michihiko

    2017-10-01

    Oxygen is essential for aerobic organisms but causes cytotoxicity probably through the generation of reactive oxygen species (ROS). In this study, we screened for the genes that regulate oxidative stress in the yeast Saccharomyces cerevisiae, and found that expression of CTH2/TIS11 caused an increased resistance to ROS. CTH2 is up-regulated upon iron starvation and functions to remodel metabolism to adapt to iron starvation. We showed here that increased resistance to ROS by CTH2 would likely be caused by the decreased ROS production due to the decreased activity of mitochondrial respiration, which observation is consistent with the fact that CTH2 down-regulates the mitochondrial respiratory proteins. We also found that expression of CTH1, a paralog of CTH2, also caused an increased resistance to ROS. This finding supported the above view, because mitochondrial respiratory proteins are the common targets of CTH1 and CTH2. We further showed that supplementation of iron in medium augmented the growth of S. cerevisiae under oxidative stress, and expression of CTH2 and supplementation of iron collectively enhanced its growth under oxidative stress. Since CTH2 is regulated by iron, these findings suggested that iron played crucial roles in the regulation of oxidative stress in S. cerevisiae.

  9. Abnormal pressures as hydrodynamic phenomena

    Science.gov (United States)

    Neuzil, C.E.

    1995-01-01

    So-called abnormal pressures, subsurface fluid pressures significantly higher or lower than hydrostatic, have excited speculation about their origin since subsurface exploration first encountered them. Two distinct conceptual models for abnormal pressures have gained currency among earth scientists. The static model sees abnormal pressures generally as relict features preserved by a virtual absence of fluid flow over geologic time. The hydrodynamic model instead envisions abnormal pressures as phenomena in which flow usually plays an important role. This paper develops the theoretical framework for abnormal pressures as hydrodynamic phenomena, shows that it explains the manifold occurrences of abnormal pressures, and examines the implications of this approach. -from Author

  10. SCDAP/RELAP5/MOD 3.1 code manual: Interface theory. Volume 1

    International Nuclear Information System (INIS)

    Coryell, E.W.

    1995-06-01

    The SCDAP/RELAP5 code has been developed for best estimate transient simulation of light water reactor coolant systems during a severe accident. The code models the coupled behavior of the reactor coolant system, core, fission product released during a severe accident transient as well as large and small break loss of coolant accidents, operational transients such as anticipated transient without SCRAM, loss of off-site power, loss of feedwater, and loss of flow. A generic modeling approach is used that permits as much of a particular system to be modeled as necessary. Control system and secondary system components are included to permit modeling of plant controls, turbines, condensers, and secondary feedwater conditioning systems. This volume describes the organization and manner of the interface between severe accident models which are resident in the SCDAP portion of the code and hydrodynamic models which are resident in the RELAP5 portion of the code. A description of the organization and structure of SCDAP/RELAP5 is presented. Additional information is provided regarding the manner in which models in one portion of the code impact other parts of the code, and models which are dependent on and derive information from other subcodes

  11. Time-independent lattice Boltzmann method calculation of hydrodynamic interactions between two particles

    Science.gov (United States)

    Ding, E. J.

    2015-06-01

    The time-independent lattice Boltzmann algorithm (TILBA) is developed to calculate the hydrodynamic interactions between two particles in a Stokes flow. The TILBA is distinguished from the traditional lattice Boltzmann method in that a background matrix (BGM) is generated prior to the calculation. The BGM, once prepared, can be reused for calculations for different scenarios, and the computational cost for each such calculation will be significantly reduced. The advantage of the TILBA is that it is easy to code and can be applied to any particle shape without complicated implementation, and the computational cost is independent of the shape of the particle. The TILBA is validated and shown to be accurate by comparing calculation results obtained from the TILBA to analytical or numerical solutions for certain problems.

  12. An overview of relativistic hydrodynamics as applied to heavy ion reactions

    International Nuclear Information System (INIS)

    Strottman, D.D.

    1989-01-01

    The application of relativistic hydrodynamics as applied to heavy ions is reviewed. Constraints on the nuclear equation of state, as well as the form of the hydrodynamic equations imposed by causality are discussed. Successes (flow, side-splash, scaling) and shortcomings of one-fluid hydrodynamics are reviewed. Models for pion production within hydrodynamics and reasons for disagreement with experiment are assessed. Finally, the motivations for and the implementations of multi-fluid models are presented. 74 refs., 11 figs

  13. Hydrodynamics of ponderomotive interactions in a collisionless plasma

    International Nuclear Information System (INIS)

    Kono, M.; Skoric, M.M.; ter Haar, D.

    1987-01-01

    A hydrodynamic treatment of ponderomotive interactions in a collisionless plasma is presented and it is shown that consistent hydrodynamics leads to the correct expression for the solenoidal ponderomotive electron current density, a result previously thought to be derivable only in the framework of the warm-plasma kinetic theory

  14. Two-time temperature Green functions in kinetic theory and molecular hydrodynamics. 3. Account of interactions of hydrodynamic fluctuations

    International Nuclear Information System (INIS)

    Tserkovnikov, Yu.A.

    2001-01-01

    The regular method for deriving the equations for the Green functions in the tasks on the molecular hydrodynamics and kinetics, making it possible to account consequently the contribution into the generalized kinetics coefficients, conditioned by interaction of two, three and more hydrodynamic modes. In contrast to the general theory of perturbations by the interaction constant the consequent approximations are accomplished by the degree of accounting for the higher correlations, described by the irreducible functions [ru

  15. New theories of relativistic hydrodynamics in the LHC era

    Science.gov (United States)

    Florkowski, Wojciech; Heller, Michal P.; Spaliński, Michał

    2018-04-01

    The success of relativistic hydrodynamics as an essential part of the phenomenological description of heavy-ion collisions at RHIC and the LHC has motivated a significant body of theoretical work concerning its fundamental aspects. Our review presents these developments from the perspective of the underlying microscopic physics, using the language of quantum field theory, relativistic kinetic theory, and holography. We discuss the gradient expansion, the phenomenon of hydrodynamization, as well as several models of hydrodynamic evolution equations, highlighting the interplay between collective long-lived and transient modes in relativistic matter. Our aim to provide a unified presentation of this vast subject—which is naturally expressed in diverse mathematical languages—has also led us to include several new results on the large-order behaviour of the hydrodynamic gradient expansion.

  16. Three aspects of critical phenomenons: fundamental, hydrodynamic, conceptual

    International Nuclear Information System (INIS)

    Beysens, D.

    1993-01-01

    After a recall of the leading results relative to the universality class of fluids, examples of how well known universal prevision are held in check by fluids specificities, especially hydrodynamics. Applications of critical phenomenons tool to damping, hydrodynamic instabilities, turbulence are described. (A.B.). 11 refs., 7 figs., 1 tab

  17. Hydrodynamization and transient modes of expanding plasma in kinetic theory

    CERN Document Server

    Heller, Michal P.; Spalinski, Michal

    2016-01-01

    We study the transition to hydrodynamics in a weakly-coupled model of quark-gluon plasma given by kinetic theory in the relaxation time approximation. Our studies uncover qualitative similarities to the results on hydrodynamization in strongly coupled gauge theories. In particular, we demonstrate that the gradient expansion in this model has vanishing radius of convergence. The asymptotic character of the hydrodynamic gradient expansion is crucial for the recently discovered applicability of hydrodynamics at large gradients. Furthermore, the analysis of the resurgent properties of the series provides, quite remarkably, indication for the existence of a novel transient, damped oscillatory mode of expanding plasmas in kinetic theory.

  18. Littoral Hydrodynamics and Sediment Transport Around a Semi-Permeable Breakwater

    Science.gov (United States)

    2015-09-18

    Australasian Coasts & Ports Conference 2015 15 - 18 September 2015, Auckland , New Zealand Li, H et al. Littoral Hydrodynamics and Sediment...Coasts and Ports 2015, Auckland , New Zealand, 15-18 September, 2015, 7 pp. Littoral Hydrodynamics and Sediment Transport Around a Semi...Conference 2015 15 - 18 September 2015, Auckland , New Zealand Li, H et al. Littoral Hydrodynamics and Sediment Transport 2 The bathymetric and side

  19. Introduction to physics mechanics, hydrodynamics thermodynamics

    CERN Document Server

    Frauenfelder, P

    2013-01-01

    Introduction of Physics: Mechanics , Hydrodynamics, Thermodynamics covers the principles of matter and its motion through space and time, as well as the related concepts of energy and force. This book is composed of eleven chapters, and begins with an introduction to the basic principles of mechanics, hydrodynamics, and thermodynamics. The subsequent chapters deal with the statics of rigid bodies and the dynamics of particles and rigid bodies. These topics are followed by discussions on elasticity, mechanics of fluids, the basic concept of thermodynamic, kinetic theory, and crystal structure o

  20. Analytic solutions of hydrodynamics equations

    International Nuclear Information System (INIS)

    Coggeshall, S.V.

    1991-01-01

    Many similarity solutions have been found for the equations of one-dimensional (1-D) hydrodynamics. These special combinations of variables allow the partial differential equations to be reduced to ordinary differential equations, which must then be solved to determine the physical solutions. Usually, these reduced ordinary differential equations are solved numerically. In some cases it is possible to solve these reduced equations analytically to obtain explicit solutions. In this work a collection of analytic solutions of the 1-D hydrodynamics equations is presented. These can be used for a variety of purposes, including (i) numerical benchmark problems, (ii) as a basis for analytic models, and (iii) to provide insight into more complicated solutions

  1. Advances in radiation-hydrodynamics and atomic physics simulation for current and new neutron-less targets

    International Nuclear Information System (INIS)

    Velarde, G.; Minguez, E.; Bravo, E.

    2003-01-01

    We present advances in advanced fusion cycles, atomic physics and radiation hydrodynamics. With ARWEN code we analyze a target design for ICF based on jet production. ARWEN is 2D Adaptive Mesh Refinement fluid dynamic and multigroup radiation transport. We are designing, by using also ARWEN, a target for laboratory simulation of astrophysical phenomena. We feature an experimental device to reproduce collisions of two shock waves, scaled to roughly represent cosmic supernova remnants. Opacity calculations are obtained with ANALOP code, which uses parametric potentials fitting to self-consistent potentials. It includes temperature and density effects by linearized Debye-Hueckel and it treats excited configurations and H+He-like lines. Advanced fusion cycles, as the a neutronic proton-boron 11 reaction, require very high ignition temperatures. Plasma conditions for a fusion-burning wave to propagate at such temperatures are rather extreme and complex, because of the overlapping effects of the main energy transport mechanisms. Calculations on the most appropriate ICF regimes for this purpose are presented. (author)

  2. Dilepton production in schematic causal viscous hydrodynamics

    International Nuclear Information System (INIS)

    Song, Taesoo; Han, Kyong Chol; Ko, Che Ming

    2011-01-01

    Assuming that in the hot dense matter produced in relativistic heavy-ion collisions, the energy density, entropy density, and pressure as well as the azimuthal and space-time rapidity components of the shear tensor are uniform in the direction transversal to the reaction plane, we derive a set of schematic equations from the Isreal-Stewart causal viscous hydrodynamics. These equations are then used to describe the evolution dynamics of relativistic heavy-ion collisions by taking the shear viscosity to entropy density ratio of 1/4π for the initial quark-gluon plasma (QGP) phase and of 10 times this value for the later hadron-gas (HG) phase. Using the production rate evaluated with particle distributions that take into account the viscous effect, we study dilepton production in central heavy-ion collisions. Compared with results from the ideal hydrodynamics, we find that although the dilepton invariant mass spectra from the two approaches are similar, the transverse momentum spectra are significantly enhanced at high transverse momenta by the viscous effect. We also study the transverse momentum dependence of dileptons produced from QGP for a fixed transverse mass, which is essentially absent in the ideal hydrodynamics, and find that this so-called transverse mass scaling is violated in the viscous hydrodynamics, particularly at high transverse momenta.

  3. Black Hole Scrambling from Hydrodynamics.

    Science.gov (United States)

    Grozdanov, Sašo; Schalm, Koenraad; Scopelliti, Vincenzo

    2018-06-08

    We argue that the gravitational shock wave computation used to extract the scrambling rate in strongly coupled quantum theories with a holographic dual is directly related to probing the system's hydrodynamic sound modes. The information recovered from the shock wave can be reconstructed in terms of purely diffusionlike, linearized gravitational waves at the horizon of a single-sided black hole with specific regularity-enforced imaginary values of frequency and momentum. In two-derivative bulk theories, this horizon "diffusion" can be related to late-time momentum diffusion via a simple relation, which ceases to hold in higher-derivative theories. We then show that the same values of imaginary frequency and momentum follow from a dispersion relation of a hydrodynamic sound mode. The frequency, momentum, and group velocity give the holographic Lyapunov exponent and the butterfly velocity. Moreover, at this special point along the sound dispersion relation curve, the residue of the retarded longitudinal stress-energy tensor two-point function vanishes. This establishes a direct link between a hydrodynamic sound mode at an analytically continued, imaginary momentum and the holographic butterfly effect. Furthermore, our results imply that infinitely strongly coupled, large-N_{c} holographic theories exhibit properties similar to classical dilute gases; there, late-time equilibration and early-time scrambling are also controlled by the same dynamics.

  4. Hydrodynamic Coefficients Identification and Experimental Investigation for an Underwater Vehicle

    Directory of Open Access Journals (Sweden)

    Shaorong XIE

    2014-02-01

    Full Text Available Hydrodynamic coefficients are the foundation of unmanned underwater vehicles modeling and controller design. In order to reduce identification complexity and acquire necessary hydrodynamic coefficients for controllers design, the motion of the unmanned underwater vehicle was separated into vertical motion and horizontal motion models. Hydrodynamic coefficients were regarded as mapping parameters from input forces and moments to output velocities and acceleration of the unmanned underwater vehicle. The motion models of the unmanned underwater vehicle were nonlinear and Genetic Algorithm was adopted to identify those hydrodynamic coefficients. To verify the identification quality, velocities and acceleration of the unmanned underwater vehicle was measured using inertial sensor under the same conditions as Genetic Algorithm identification. Curves similarity between measured velocities and acceleration and those identified by Genetic Algorithm were used as optimizing standard. It is found that the curves similarity were high and identified hydrodynamic coefficients of the unmanned underwater vehicle satisfied the measured motion states well.

  5. The molar hydrodynamic volume changes of factor VIIa due to GlycoPEGylation

    DEFF Research Database (Denmark)

    Plesner, Bitten; Westh, Peter; Hvidt, Søren

    2011-01-01

    The effects of GlycoPEGylation on the molar hydrodynamic volume of recombinant human rFVIIa were investigated using rFVIIa and two GlycoPEGylated recombinant human FVIIa derivatives, a linear 10 kDa PEG and a branched 40 kDa PEG, respectively. Molar hydrodynamic volumes were determined by capillary......, that the molar hydrodynamic volume of the conjugated protein is not just an addition of the molar hydrodynamic volume of the PEG and the protein. The molar hydrodynamic volume of the GlycoPEGylated protein is larger than the volume of its composites. These results suggest that both the linear and the branched...

  6. Cavitation Generation and Usage Without Ultrasound: Hydrodynamic Cavitation

    Science.gov (United States)

    Gogate, Parag R.; Pandit, Aniruddha B.

    Hydrodynamic Cavitation, which was and is still looked upon as an unavoidable nuisance in the flow systems, can be a serious contender as an alternative to acoustic cavitation for harnessing the spectacular effects of cavitation in physical and chemical processing. The present chapter covers the basics of hydrodynamic cavitation including the considerations for the bubble dynamics analysis, reactor designs and recommendations for optimum operating parameters. An overview of applications in different areas of physical, chemical and biological processing on scales ranging from few grams to several hundred kilograms has also been presented. Since hydrodynamic cavitation was initially proposed as an alternative to acoustic cavitation, it is necessary to compare the efficacy of both these modes of cavitations for a variety of applications and hence comparisons have been discussed either on the basis of energy efficiency or based on the scale of operation. Overall it appears that hydrodynamic cavitation results in conditions similar to those generated using acoustic cavitation but at comparatively much larger scale of operation and with better energy efficiencies.

  7. Hydrodynamic approach to electronic transport in graphene

    Energy Technology Data Exchange (ETDEWEB)

    Narozhny, Boris N. [Institute for Theoretical Condensed Matter Physics, Karlsruhe Institute of Technology, Karlsruhe (Germany); National Research Nuclear University MEPhI (Moscow Engineering Physics Institute), Moscow (Russian Federation); Gornyi, Igor V. [Institute for Theoretical Condensed Matter Physics, Karlsruhe Institute of Technology, Karlsruhe (Germany); Institute of Nanotechnology, Karlsruhe Institute of Technology, Karlsruhe (Germany); Ioffe Physical Technical Institute, St. Petersburg (Russian Federation); Mirlin, Alexander D. [Institute for Theoretical Condensed Matter Physics, Karlsruhe Institute of Technology, Karlsruhe (Germany); Institute of Nanotechnology, Karlsruhe Institute of Technology, Karlsruhe (Germany); Petersburg Nuclear Physics Institute, St. Petersburg (Russian Federation); Schmalian, Joerg [Institute for Theoretical Condensed Matter Physics, Karlsruhe Institute of Technology, Karlsruhe (Germany); Institute for Solid State Physics, Karlsruhe Institute of Technology, Karlsruhe (Germany)

    2017-11-15

    The last few years have seen an explosion of interest in hydrodynamic effects in interacting electron systems in ultra-pure materials. In this paper we briefly review the recent advances, both theoretical and experimental, in the hydrodynamic approach to electronic transport in graphene, focusing on viscous phenomena, Coulomb drag, non-local transport measurements, and possibilities for observing nonlinear effects. (copyright 2017 by WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  8. Kubo Formulas for Second-Order Hydrodynamic Coefficients

    International Nuclear Information System (INIS)

    Moore, Guy D.; Sohrabi, Kiyoumars A.

    2011-01-01

    At second order in gradients, conformal relativistic hydrodynamics depends on the viscosity η and on five additional ''second-order'' hydrodynamical coefficients τ Π , κ, λ 1 , λ 2 , and λ 3 . We derive Kubo relations for these coefficients, relating them to equilibrium, fully retarded three-point correlation functions of the stress tensor. We show that the coefficient λ 3 can be evaluated directly by Euclidean means and does not in general vanish.

  9. Hydrodynamic simulation of X-UV laser-produced plasmas

    International Nuclear Information System (INIS)

    Fajardo, M.; Zeitoun, P.; Gauthier, J.C.

    2004-01-01

    With the construction of novel X-UV sources, such as V-UV FEL's (free-electron lasers), X-UV laser-matter interaction will become available at ultra-high intensities. But even table-top facilities such as X-UV lasers or High Harmonic Generation, are starting to reach intensities high enough to produce dense plasmas. X-UV laser-matter interaction is studied by a 1-dimensional hydrodynamic Lagrangian code with radiative transfer for a range of interesting X-UV sources. Heating is found to be very different for Z=12-14 elements having L-edges around the X-UV laser wavelength. Possible absorption mechanisms were investigated in order to explain this behaviour, and interaction with cold dense matter proved to be dominant. Plasma sensitivity to X-UV laser parameters such as energy, pulse duration, and wavelength was also studied, covering ranges of existing X-UV lasers. We found that X-UV laser-produced plasmas could be studied using table-top lasers, paving the way for future V-UV-FEL high intensity experiments. (authors)

  10. Analysis of closed-pool boilup using the TRANSIT-HYDRO code

    International Nuclear Information System (INIS)

    Graff, D.L.

    1983-01-01

    The benign termination of the transition phase of a hypothetical LMFBR accident rests on the avoidance of highly energetic recriticalities prior to escape of bottled molten core materials from the active core region. In scenarios where molten fuel is trapped due to axial blockages, the maintenance of subcritical configurations until radial flow paths develop requires stable boil-up of the molten fuel/steel mixture. This paper describes the analysis of an experiment investigating the behavior of closed boiling pools using the two-fluid hydrodynamics module of TRANSIT-HYDRO, a deterministic transition-phase analysis code

  11. Hydrodynamics of a Multistage Wet Scrubber Incineration Conditions

    Science.gov (United States)

    Said, M. M.; Manyele, S. V.; Raphael, M. L.

    2012-01-01

    The objective of the study was to determine the hydrodynamics of the two stage counter-current cascade wet scrubbers used during incineration of medical waste. The dependence of the hydrodynamics on two main variables was studied: Inlet air flow rate and inlet liquid flow rate. This study introduces a new wet scrubber operating features, which are…

  12. Titan's hydrodynamically escaping atmosphere

    Science.gov (United States)

    Strobel, Darrell F.

    2008-02-01

    The upper atmosphere of Titan is currently losing mass at a rate ˜(4-5)×10 amus, by hydrodynamic escape as a high density, slow outward expansion driven principally by solar UV heating by CH 4 absorption. The hydrodynamic mass loss is essentially CH 4 and H 2 escape. Their combined escape rates are restricted by power limitations from attaining their limiting rates (and limiting fluxes). Hence they must exhibit gravitational diffusive separation in the upper atmosphere with increasing mixing ratios to eventually become major constituents in the exosphere. A theoretical model with solar EUV heating by N 2 absorption balanced by HCN rotational line cooling in the upper thermosphere yields densities and temperatures consistent with the Huygens Atmospheric Science Investigation (HASI) data [Fulchignoni, M., and 42 colleagues, 2005. Nature 438, 785-791], with a peak temperature of ˜185-190 K between 3500-3550 km. This model implies hydrodynamic escape rates of ˜2×10 CHs and 5×10 Hs, or some other combination with a higher H 2 escape flux, much closer to its limiting value, at the expense of a slightly lower CH 4 escape rate. Nonthermal escape processes are not required to account for the loss rates of CH 4 and H 2, inferred by the Cassini Ion Neutral Mass Spectrometer (INMS) measurements [Yelle, R.V., Borggren, N., de la Haye, V., Kasprzak, W.T., Niemann, H.B., Müller-Wodarg, I., Waite Jr., J.H., 2006. Icarus 182, 567-576].

  13. Hydrodynamic cavitation: a bottom-up approach to liquid aeration

    NARCIS (Netherlands)

    Raut, J.S.; Stoyanov, S.D.; Duggal, C.; Pelan, E.G.; Arnaudov, L.N.; Naik, V.M.

    2012-01-01

    We report the use of hydrodynamic cavitation as a novel, bottom-up method for continuous creation of foams comprising of air microbubbles in aqueous systems containing surface active ingredients, like proteins or particles. The hydrodynamic cavitation was created using a converging-diverging nozzle.

  14. Soliton shock wave fronts and self-similar discontinuities in dispersion hydrodynamics

    International Nuclear Information System (INIS)

    Gurevich, A.V.; Meshcherkin, A.P.

    1987-01-01

    Nonlinear flows in nondissipative dispersion hydrodynamics are examined. It is demonstrated that in order to describe such flows it is necessary to incorporate a new concept: a special discontinuity called a ''self-similar'' discontinuity consisting of a nondissipative shock wave and a powerful slow wave discontinuity in regular hydrodynamics. The ''self similar discontinuity'' expands linearly over time. It is demonstrated that this concept may be introduced in a solution to Euler equations. The boundary conditions of the ''self similar discontinuity'' that allow closure of Euler equations for dispersion hydrodynamics are formulated, i.e., those that replace the shock adiabatic curve of standard dissipative hydrodynamics. The structure of the soliton front and of the trailing edge of the shock wave is investigated. A classification and complete solution are given to the problem of the decay of random initial discontinuities in the hydrodynamics of highly nonisothermic plasma. A solution is derived to the problem of the decay of initial discontinuities in the hydrodynamics of magnetized plasma. It is demonstrated that in this plasma, a feature of current density arises at the point of soliton inversion

  15. CAFE: A NEW RELATIVISTIC MHD CODE

    Energy Technology Data Exchange (ETDEWEB)

    Lora-Clavijo, F. D.; Cruz-Osorio, A. [Instituto de Astronomía, Universidad Nacional Autónoma de México, AP 70-264, Distrito Federal 04510, México (Mexico); Guzmán, F. S., E-mail: fdlora@astro.unam.mx, E-mail: aosorio@astro.unam.mx, E-mail: guzman@ifm.umich.mx [Instituto de Física y Matemáticas, Universidad Michoacana de San Nicolás de Hidalgo. Edificio C-3, Cd. Universitaria, 58040 Morelia, Michoacán, México (Mexico)

    2015-06-22

    We introduce CAFE, a new independent code designed to solve the equations of relativistic ideal magnetohydrodynamics (RMHD) in three dimensions. We present the standard tests for an RMHD code and for the relativistic hydrodynamics regime because we have not reported them before. The tests include the one-dimensional Riemann problems related to blast waves, head-on collisions of streams, and states with transverse velocities, with and without magnetic field, which is aligned or transverse, constant or discontinuous across the initial discontinuity. Among the two-dimensional (2D) and 3D tests without magnetic field, we include the 2D Riemann problem, a one-dimensional shock tube along a diagonal, the high-speed Emery wind tunnel, the Kelvin–Helmholtz (KH) instability, a set of jets, and a 3D spherical blast wave, whereas in the presence of a magnetic field we show the magnetic rotor, the cylindrical explosion, a case of Kelvin–Helmholtz instability, and a 3D magnetic field advection loop. The code uses high-resolution shock-capturing methods, and we present the error analysis for a combination that uses the Harten, Lax, van Leer, and Einfeldt (HLLE) flux formula combined with a linear, piecewise parabolic method and fifth-order weighted essentially nonoscillatory reconstructors. We use the flux-constrained transport and the divergence cleaning methods to control the divergence-free magnetic field constraint.

  16. Pain sensitivity mediates the relationship between stress and headache intensity in chronic tension-type headache.

    Science.gov (United States)

    Cathcart, Stuart; Bhullar, Navjot; Immink, Maarten; Della Vedova, Chris; Hayball, John

    2012-01-01

    A central model for chronic tension-type headache (CTH) posits that stress contributes to headache, in part, by aggravating existing hyperalgesia in CTH sufferers. The prediction from this model that pain sensitivity mediates the relationship between stress and headache activity has not yet been examined. To determine whether pain sensitivity mediates the relationship between stress and prospective headache activity in CTH sufferers. Self-reported stress, pain sensitivity and prospective headache activity were measured in 53 CTH sufferers recruited from the general population. Pain sensitivity was modelled as a mediator between stress and headache activity, and tested using a nonparametric bootstrap analysis. Pain sensitivity significantly mediated the relationship between stress and headache intensity. The results of the present study support the central model for CTH, which posits that stress contributes to headache, in part, by aggravating existing hyperalgesia in CTH sufferers. Implications for the mechanisms and treatment of CTH are discussed.

  17. Enhancement of the SPARC90 code to pool scrubbing events under jet injection regime

    Energy Technology Data Exchange (ETDEWEB)

    Berna, C., E-mail: ceberes@iie.upv.es [Instituto de Ingeniería Energética, Universitat Politècnica de València (UPV), Camino de Vera 14, 46022 Valencia (Spain); Escrivá, A.; Muñoz-Cobo, J.L. [Instituto de Ingeniería Energética, Universitat Politècnica de València (UPV), Camino de Vera 14, 46022 Valencia (Spain); Herranz, L.E., E-mail: luisen.herranz@ciemat.es [Unit of Nuclear Safety Research Division of Nuclear Fission, CIEMAT, Avda. Complutense 22, 28040 Madrid (Spain)

    2016-04-15

    Highlights: • Review of the most recent literature concerning submerged jets. • Emphasize all variables and processes occurring along the jet region. • Highlight the gaps of knowledge still existing related to submerged jets. • Enhancement of SPARC90-Jet to estimate aerosol removal under jet injection regime. • Validation of the SPARC90-Jet results against pool scrubbing experimental data. - Abstract: Submerged gaseous jets may have an outstanding relevance in many industrial processes and may be of particular significance in severe nuclear accident scenarios, like in the Fukushima accident. Even though pool scrubbing has been traditionally associated with low injection velocities, there are a number of potential scenarios in which fission product trapping in aqueous ponds might also occur under jet injection regime (like SGTR meltdown sequences in PWRs and SBO ones in BWRs). The SPARC90 code was developed to determine the fission product trapping in pools during severe accidents. The code assumes that carrier gas arrives at the water ponds at low or moderate velocities and it forms a big bubble that eventually detaches from the injection pipe. However, particle laden gases may enter the water at very high velocities resulting in a submerged gas jet instead. This work presents the fundamentals, major hypotheses and changes introduced into the code in order to estimate particle removal during gas injection in pools under the jet regime (SPARC90-Jet). A simplified and reliable approach to submerged jet hydrodynamics has been implemented on the basis of updated equations for jet hydrodynamics and aerosol removal, so that gas–liquid and droplet-particles interactions are described. The code modifications have been validated as far as possible. However, no suitable hydrodynamic tests have been found in the literature, so that an indirect validation has been conducted through comparisons against data from pool scrubbing experiments. Besides, this validation

  18. Enhancement of the SPARC90 code to pool scrubbing events under jet injection regime

    International Nuclear Information System (INIS)

    Berna, C.; Escrivá, A.; Muñoz-Cobo, J.L.; Herranz, L.E.

    2016-01-01

    Highlights: • Review of the most recent literature concerning submerged jets. • Emphasize all variables and processes occurring along the jet region. • Highlight the gaps of knowledge still existing related to submerged jets. • Enhancement of SPARC90-Jet to estimate aerosol removal under jet injection regime. • Validation of the SPARC90-Jet results against pool scrubbing experimental data. - Abstract: Submerged gaseous jets may have an outstanding relevance in many industrial processes and may be of particular significance in severe nuclear accident scenarios, like in the Fukushima accident. Even though pool scrubbing has been traditionally associated with low injection velocities, there are a number of potential scenarios in which fission product trapping in aqueous ponds might also occur under jet injection regime (like SGTR meltdown sequences in PWRs and SBO ones in BWRs). The SPARC90 code was developed to determine the fission product trapping in pools during severe accidents. The code assumes that carrier gas arrives at the water ponds at low or moderate velocities and it forms a big bubble that eventually detaches from the injection pipe. However, particle laden gases may enter the water at very high velocities resulting in a submerged gas jet instead. This work presents the fundamentals, major hypotheses and changes introduced into the code in order to estimate particle removal during gas injection in pools under the jet regime (SPARC90-Jet). A simplified and reliable approach to submerged jet hydrodynamics has been implemented on the basis of updated equations for jet hydrodynamics and aerosol removal, so that gas–liquid and droplet-particles interactions are described. The code modifications have been validated as far as possible. However, no suitable hydrodynamic tests have been found in the literature, so that an indirect validation has been conducted through comparisons against data from pool scrubbing experiments. Besides, this validation

  19. Modelling multi-phase liquid-sediment scour and resuspension induced by rapid flows using Smoothed Particle Hydrodynamics (SPH) accelerated with a Graphics Processing Unit (GPU)

    Science.gov (United States)

    Fourtakas, G.; Rogers, B. D.

    2016-06-01

    A two-phase numerical model using Smoothed Particle Hydrodynamics (SPH) is applied to two-phase liquid-sediments flows. The absence of a mesh in SPH is ideal for interfacial and highly non-linear flows with changing fragmentation of the interface, mixing and resuspension. The rheology of sediment induced under rapid flows undergoes several states which are only partially described by previous research in SPH. This paper attempts to bridge the gap between the geotechnics, non-Newtonian and Newtonian flows by proposing a model that combines the yielding, shear and suspension layer which are needed to predict accurately the global erosion phenomena, from a hydrodynamics prospective. The numerical SPH scheme is based on the explicit treatment of both phases using Newtonian and the non-Newtonian Bingham-type Herschel-Bulkley-Papanastasiou constitutive model. This is supplemented by the Drucker-Prager yield criterion to predict the onset of yielding of the sediment surface and a concentration suspension model. The multi-phase model has been compared with experimental and 2-D reference numerical models for scour following a dry-bed dam break yielding satisfactory results and improvements over well-known SPH multi-phase models. With 3-D simulations requiring a large number of particles, the code is accelerated with a graphics processing unit (GPU) in the open-source DualSPHysics code. The implementation and optimisation of the code achieved a speed up of x58 over an optimised single thread serial code. A 3-D dam break over a non-cohesive erodible bed simulation with over 4 million particles yields close agreement with experimental scour and water surface profiles.

  20. High-order hydrodynamic algorithms for exascale computing

    Energy Technology Data Exchange (ETDEWEB)

    Morgan, Nathaniel Ray [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-02-05

    Hydrodynamic algorithms are at the core of many laboratory missions ranging from simulating ICF implosions to climate modeling. The hydrodynamic algorithms commonly employed at the laboratory and in industry (1) typically lack requisite accuracy for complex multi- material vortical flows and (2) are not well suited for exascale computing due to poor data locality and poor FLOP/memory ratios. Exascale computing requires advances in both computer science and numerical algorithms. We propose to research the second requirement and create a new high-order hydrodynamic algorithm that has superior accuracy, excellent data locality, and excellent FLOP/memory ratios. This proposal will impact a broad range of research areas including numerical theory, discrete mathematics, vorticity evolution, gas dynamics, interface instability evolution, turbulent flows, fluid dynamics and shock driven flows. If successful, the proposed research has the potential to radically transform simulation capabilities and help position the laboratory for computing at the exascale.

  1. Computational performance of a smoothed particle hydrodynamics simulation for shared-memory parallel computing

    Science.gov (United States)

    Nishiura, Daisuke; Furuichi, Mikito; Sakaguchi, Hide

    2015-09-01

    The computational performance of a smoothed particle hydrodynamics (SPH) simulation is investigated for three types of current shared-memory parallel computer devices: many integrated core (MIC) processors, graphics processing units (GPUs), and multi-core CPUs. We are especially interested in efficient shared-memory allocation methods for each chipset, because the efficient data access patterns differ between compute unified device architecture (CUDA) programming for GPUs and OpenMP programming for MIC processors and multi-core CPUs. We first introduce several parallel implementation techniques for the SPH code, and then examine these on our target computer architectures to determine the most effective algorithms for each processor unit. In addition, we evaluate the effective computing performance and power efficiency of the SPH simulation on each architecture, as these are critical metrics for overall performance in a multi-device environment. In our benchmark test, the GPU is found to produce the best arithmetic performance as a standalone device unit, and gives the most efficient power consumption. The multi-core CPU obtains the most effective computing performance. The computational speed of the MIC processor on Xeon Phi approached that of two Xeon CPUs. This indicates that using MICs is an attractive choice for existing SPH codes on multi-core CPUs parallelized by OpenMP, as it gains computational acceleration without the need for significant changes to the source code.

  2. R5FORCE: a program to compute fluid induced forces using hydrodynamic output from the RELAP5 code

    International Nuclear Information System (INIS)

    Watkins, J.C.

    1983-01-01

    This paper describes the computer code R5FORCE, a postprocessor to the RELAP5/MOD1 thermal-hydraulics code. R5FORCE computes piping hydraulic force/time histories that can be input into various structural analysis computer codes. R5FORCE solves the momentum conservation equation using the pressure and wall shear force terms rather than the pressure and fluid acceleration terms; eliminating potential instabilities associated with computing the time derivative in the fluid acceleration term. The updates to REALP5 required to generate the input data to R5FORCE are also discussed

  3. Hydrodynamic behavior of a bare rod bundle. [LMFBR

    Energy Technology Data Exchange (ETDEWEB)

    Bartzis, J.G.; Todreas, N.E.

    1977-06-01

    The temperature distribution within the rod bundle of a nuclear reactor is of major importance in nuclear reactor design. However temperature information presupposes knowledge of the hydrodynamic behavior of the coolant which is the most difficult part of the problem due to complexity of the turbulence phenomena. In the present work a 2-equation turbulence model--a strong candidate for analyzing actual three dimensional turbulent flows--has been used to predict fully developed flow of infinite bare rod bundle of various aspect ratios (P/D). The model has been modified to take into account anisotropic effects of eddy viscosity. Secondary flow calculations have been also performed although the model seems to be too rough to predict the secondary flow correctly. Heat transfer calculations have been performed to confirm the importance of anisotropic viscosity in temperature predictions. All numerical calculations for flow and heat have been performed by two computer codes based on the TEACH code. Experimental measurements of the distribution of axial velocity, turbulent axial velocity, turbulent kinetic energy and radial Reynolds stresses were performed in the developing and fully developed regions. A 2-channel Laser Doppler Anemometer working on the Reference mode with forward scattering was used to perform the measurements in a simulated interior subchannel of a triangular rod array with P/D = 1.124. Comparisons between the analytical results and the results of this experiment as well as other experimental data in rod bundle array available in literature are presented. The predictions are in good agreement with the results for the high Reynolds numbers.

  4. Star formation, using 3-D explicit Eulerian hydrodynamics

    International Nuclear Information System (INIS)

    Williams, H.A.

    1988-01-01

    Evolutions of rapidly rotating, self-gravitating objects initially in axisymmetric equilibrium have been studied using a 3-D Newtonian hydrodynamic computer code with an eye toward understanding angular momentum transport in dynamically evolving protostars. First, a number of evolutions have been modeled using an existing explicit, Eulerian, finite difference code that is accurate to first-order in its spatial differences. The bar-mode dynamic instability has been explored by considering several models with different degrees of compressibility. This instability occurs in models with different degrees of comprresibility. This instability occurs in models having β > β d ≡ 0.27, where β is the ratio of the rotational to the gravitational potential energy. A two-armed spiral, with a well-defined pattern speed and growth rate that match the pattern speed and growth rate predicted by linear theory, develops from each of the axisymmetric equilibria. The models with greater compressibility exhibit spirals which are more tightly wound. As the nonaxisymmetric distortion become large in an extended evolution, the object does not undergo binary fission as had been thought earlier. Instead, the spiral elongates and then wraps up on itself, forming a central pulsating triaxial object surrounded by a more diffuse ring-like disk. Angular momentum and mass are dynamically redistributed by gravitational torques during the evolution, and β is reduced below β d . Since this gravitational-rotational dynamic instability is a general feature of gaseous systems, this study may have application to theta galaxies and to rapidly rotating neutron stars, as well as to protostars

  5. MARG1D: One dimensional outer region matching data code

    International Nuclear Information System (INIS)

    Tokuda, Shinji; Watanabe, Tomoko.

    1995-08-01

    A code MARG1D has been developed which computes outer region matching data of the one dimensional Newcomb equation. Matching data play an important role in the resistive (and non ideal) Magneto-hydrodynamic (MHD) stability analysis in a tokamak plasma. The MARG1D code computes matching data by using the boundary value method or by the eigenvalue method. Variational principles are derived for the problems to be solved and a finite element method is applied. Except for the case of marginal stability, the eigenvalue method is equivalent to the boundary value method. However, the eigenvalue method has the several advantages: it is a new method of ideal MHD stability analysis for which the marginally stable state can be identified, and it guarantees numerical stability in computing matching data close to marginal stability. We perform detailed numerical experiments for a model equation with analytical solutions and for the Newcomb equation in the m=1 mode theory. Numerical experiments show that MARG1D code gives the matching data with numerical stability and high accuracy. (author)

  6. A neural hypothesis for stress-induced headache.

    Science.gov (United States)

    Cathcart, Stuart

    2009-12-01

    The mechanisms by which stress contributes to CTH are not clearly understood. The commonly accepted notion of muscle hyper-reactivity to stress in CTH sufferers is not supported in the research data. We propose a neural model whereby stress acts supra-spinally to aggravate already increased pain sensitivity in CTH sufferers. Indirect support for the model comes from emerging research elucidating complex supra-spinal networks through which psychological stress may contribute to and even cause pain. Similarly, emerging research demonstrates supra-spinal pain processing abnormalities in CTH sufferers. While research with CTH sufferers offering direct support for the model is lacking at present, initial work by our group is consistent with the models predictions, particularly, that stress aggravates already increased pain sensitivity in CTH sufferers.

  7. Parallel Implementation of the Multi-Dimensional Spectral Code SPECT3D on large 3D grids.

    Science.gov (United States)

    Golovkin, Igor E.; Macfarlane, Joseph J.; Woodruff, Pamela R.; Pereyra, Nicolas A.

    2006-10-01

    The multi-dimensional collisional-radiative, spectral analysis code SPECT3D can be used to study radiation from complex plasmas. SPECT3D can generate instantaneous and time-gated images and spectra, space-resolved and streaked spectra, which makes it a valuable tool for post-processing hydrodynamics calculations and direct comparison between simulations and experimental data. On large three dimensional grids, transporting radiation along lines of sight (LOS) requires substantial memory and CPU resources. Currently, the parallel option in SPECT3D is based on parallelization over photon frequencies and allows for a nearly linear speed-up for a variety of problems. In addition, we are introducing a new parallel mechanism that will greatly reduce memory requirements. In the new implementation, spatial domain decomposition will be utilized allowing transport along a LOS to be performed only on the mesh cells the LOS crosses. The ability to operate on a fraction of the grid is crucial for post-processing the results of large-scale three-dimensional hydrodynamics simulations. We will present a parallel implementation of the code and provide a scalability study performed on a Linux cluster.

  8. Smooth Particle Hydrodynamics GPU-Acceleration Tool for Asteroid Fragmentation Simulation

    Science.gov (United States)

    Buruchenko, Sergey K.; Schäfer, Christoph M.; Maindl, Thomas I.

    2017-10-01

    The impact threat of near-Earth objects (NEOs) is a concern to the global community, as evidenced by the Chelyabinsk event (caused by a 17-m meteorite) in Russia on February 15, 2013 and a near miss by asteroid 2012 DA14 ( 30 m diameter), on the same day. The expected energy, from either a low-altitude air burst or direct impact, would have severe consequences, especially in populated regions. To mitigate this threat one of the methods is employment of large kinetic-energy impactors (KEIs). The simulation of asteroid target fragmentation is a challenging task which demands efficient and accurate numerical methods with large computational power. Modern graphics processing units (GPUs) lead to a major increase 10 times and more in the performance of the computation of astrophysical and high velocity impacts. The paper presents a new implementation of the numerical method smooth particle hydrodynamics (SPH) using NVIDIA-GPU and the first astrophysical and high velocity application of the new code. The code allows for a tremendous increase in speed of astrophysical simulations with SPH and self-gravity at low costs for new hardware. We have implemented the SPH equations to model gas, liquids and elastic, and plastic solid bodies and added a fragmentation model for brittle materials. Self-gravity may be optionally included in the simulations.

  9. Linearly resummed hydrodynamics in a weakly curved spacetime

    Science.gov (United States)

    Bu, Yanyan; Lublinsky, Michael

    2015-04-01

    We extend our study of all-order linearly resummed hydrodynamics in a flat space [1, 2] to fluids in weakly curved spaces. The underlying microscopic theory is a finite temperature super-Yang-Mills theory at strong coupling. The AdS/CFT correspondence relates black brane solutions of the Einstein gravity in asymptotically locally AdS5 geometry to relativistic conformal fluids in a weakly curved 4D background. To linear order in the amplitude of hydrodynamic variables and metric perturbations, the fluid's energy-momentum tensor is computed with derivatives of both the fluid velocity and background metric resummed to all orders. We extensively discuss the meaning of all order hydrodynamics by expressing it in terms of the memory function formalism, which is also suitable for practical simulations. In addition to two viscosity functions discussed at length in refs. [1, 2], we find four curvature induced structures coupled to the fluid via new transport coefficient functions. In ref. [3], the latter were referred to as gravitational susceptibilities of the fluid. We analytically compute these coefficients in the hydrodynamic limit, and then numerically up to large values of momenta.

  10. Resurgence and hydrodynamic attractors in Gauss-Bonnet holography

    Science.gov (United States)

    Casalderrey-Solana, Jorge; Gushterov, Nikola I.; Meiring, Ben

    2018-04-01

    We study the convergence of the hydrodynamic series in the gravity dual of Gauss-Bonnet gravity in five dimensions with negative cosmological constant via holography. By imposing boost invariance symmetry, we find a solution to the Gauss-Bonnet equation of motion in inverse powers of the proper time, from which we can extract high order corrections to Bjorken flow for different values of the Gauss-Bonnet parameter λGB. As in all other known examples the gradient expansion is, at most, an asymptotic series which can be understood through applying the techniques of Borel-Padé summation. As expected from the behaviour of the quasi-normal modes in the theory, we observe that the singularities in the Borel plane of this series show qualitative features that interpolate between the infinitely strong coupling limit of N=4 Super Yang Mills theory and the expectation from kinetic theory. We further perform the Borel resummation to constrain the behaviour of hydrodynamic attractors beyond leading order in the hydrodynamic expansion. We find that for all values of λGB considered, the convergence of different initial conditions to the resummation and its hydrodynamization occur at large and comparable values of the pressure anisotropy.

  11. Modeling the Blast Load Simulator Airblast Environment using First Principles Codes. Report 1, Blast Load Simulator Environment

    Science.gov (United States)

    2016-11-01

    and SHAMRC have the capability to handle viscosity and/or turbulence. Although the inviscid flow calculations considered here suggest that vis...Bessette, G. C., and J. R. Britt. 2011. Numerical modeling of impulse measurement device tests involving a clay backfill (Tests BM-C-01 through -05...speeds exceed the acoustic velocity. In CTH, artificial bulk viscosity terms (linear and quadratic) assist with the handling of strong

  12. Hydrodynamic Modeling of Santa Marta's Big Marsh

    International Nuclear Information System (INIS)

    Saldarriaga, Juan

    1991-01-01

    The ecological degradation of Santa Marta's Big Marsh and their next areas it has motivated the realization of diagnosis studies and design by several state and private entities. One of the recommended efforts for international advisory it was to develop an ecological model that allowed the handling of the water body and the economic test of alternative of solution to those ecological problems. The first part of a model of this type is in turn a model that simulates the movement of the water inside the marsh, that is to say, a hydrodynamic model. The realization of this was taken charge to the civil engineering department, on the part of Colciencias. This article contains a general explanation of the hydrodynamic pattern that this being developed by a professors group. The ecological causes are described and antecedent, the parts that conform the complex of the Santa Marta big Marsh The marsh modeling is made and it is explained in qualitative form the model type Hydrodynamic used

  13. Behavior of passive admixture in a vortical hydrodynamic field

    NARCIS (Netherlands)

    Bobrov, R.O.; Kyrylyuk, A.V; Zatovsky, A.V.

    2006-01-01

    The motion of passive admixture of spherical particles in the stationary hydrodynamic field of a swirling flow is studied. A spherical particle of a given mass in the hydrodynamic field of a swirling flow is located on a certain circular orbit, where the centrifugal force is compensated by the

  14. Vectorization, parallelization and porting of nuclear codes (vectorization and parallelization). Progress report fiscal 1998

    International Nuclear Information System (INIS)

    Ishizuki, Shigeru; Kawai, Wataru; Nemoto, Toshiyuki; Ogasawara, Shinobu; Kume, Etsuo; Adachi, Masaaki; Kawasaki, Nobuo; Yatake, Yo-ichi

    2000-03-01

    Several computer codes in the nuclear field have been vectorized, parallelized and transported on the FUJITSU VPP500 system, the AP3000 system and the Paragon system at Center for Promotion of Computational Science and Engineering in Japan Atomic Energy Research Institute. We dealt with 12 codes in fiscal 1998. These results are reported in 3 parts, i.e., the vectorization and parallelization on vector processors part, the parallelization on scalar processors part and the porting part. In this report, we describe the vectorization and parallelization on vector processors. In this vectorization and parallelization on vector processors part, the vectorization of General Tokamak Circuit Simulation Program code GTCSP, the vectorization and parallelization of Molecular Dynamics NTV (n-particle, Temperature and Velocity) Simulation code MSP2, Eddy Current Analysis code EDDYCAL, Thermal Analysis Code for Test of Passive Cooling System by HENDEL T2 code THANPACST2 and MHD Equilibrium code SELENEJ on the VPP500 are described. In the parallelization on scalar processors part, the parallelization of Monte Carlo N-Particle Transport code MCNP4B2, Plasma Hydrodynamics code using Cubic Interpolated Propagation Method PHCIP and Vectorized Monte Carlo code (continuous energy model / multi-group model) MVP/GMVP on the Paragon are described. In the porting part, the porting of Monte Carlo N-Particle Transport code MCNP4B2 and Reactor Safety Analysis code RELAP5 on the AP3000 are described. (author)

  15. Hydrodynamic model research in Waseda group

    International Nuclear Information System (INIS)

    Muroya, Shin

    2010-01-01

    Constructing 'High Energy Material Science' had been proposed by Namiki as the guiding principle for the scientists of the high energy physics group lead by himself in Waseda University when the author started to study multiple particle production in 1980s toward the semi-phenomenological model for the quark gluon plasma (QGP). Their strategy was based on three stages to build an intermediate one between the fundamental theory of QCD and the phenomenological model. The quantum theoretical Langevin equation was taken up as the semi-phenomenological model at the intermediate stage and the Landau hydrodynamic model was chosen as the phenomenological model to focus on the 'phase transition' of QGP. A review is given here over the quantum theoretical Langevin equation formalism developed there and followed by the further progress with the 1+1 dimensional viscous fluid model as well as the hydrodynamic model with cylindrical symmetry. The developments of the baryon fluid model and Hanbury-Brown Twiss effect are also reviewed. After 1995 younger generation physicists came to the group to develop those models further. Activities by Hirano, Nonaka and Morita beyond the past generation's hydrodynamic model are picked up briefly. (S. Funahashi)

  16. Non-axisymmetric equilibrium reconstruction and suppression of density limit disruptions in a current-carrying stellarator

    Science.gov (United States)

    Ma, Xinxing; Ennis, D. A.; Hanson, J. D.; Hartwell, G. J.; Knowlton, S. F.; Maurer, D. A.

    2017-10-01

    Non-axisymmetric equilibrium reconstructions have been routinely performed with the V3FIT code in the Compact Toroidal Hybrid (CTH), a stellarator/tokamak hybrid. In addition to 50 external magnetic measurements, 160 SXR emissivity measurements are incorporated into V3FIT to reconstruct the magnetic flux surface geometry and infer the current distribution within the plasma. Improved reconstructions of current and q profiles provide insight into understanding the physics of density limit disruptions observed in current-carrying discharges in CTH. It is confirmed that the final scenario of the density limit of CTH plasmas is consistent with classic observations in tokamaks: current profile shrinkage leads to growing MHD instabilities (tearing modes) followed by a loss of MHD equilibrium. It is also observed that the density limit at a given current linearly increases with increasing amounts of 3D shaping fields. Consequently, plasmas with densities up to two times the Greenwald limit are attained. Equilibrium reconstructions show that addition of 3D fields effectively moves resonance surfaces towards the edge of the plasma where the current profile gradient is less, providing a stabilizing effect. This work is supported by US Department of Energy Grant No. DE-FG02-00ER54610.

  17. Simulations of Low-q Disruptions in the Compact Toroidal Hybrid Experiment

    Science.gov (United States)

    Howell, E. C.; Hanson, J. D.; Ennis, D. A.; Hartwell, G. J.; Maurer, D. A.

    2017-10-01

    Resistive MHD simulations of low-q disruptions in the Compact Toroidal Hybrid Device (CTH) are performed using the NIMROD code. CTH is a current-carrying stellarator used to study the effects of 3D shaping on MHD stability. Experimentally, it is observed that the application of 3D vacuum fields allows CTH to operate with edge safety factor less than 2.0. However, these low-q discharges often disrupt after peak current if the applied 3D fields are too weak. Nonlinear simulations are initialized using model VMEC equilibria representative of low-q discharges with weak vacuum transform. Initially a series of symmetry preserving island chains are excited at the q=6/5, 7/5, 8/5, and 9/5 rational surfaces. These island chains act as transport barriers preventing stochastic magnetic fields in the edge from penetrating into the core. As the simulation progresses, predominately m/n=3/2 and 4/3 instabilities are destabilized. As these instabilities grow to large amplitude they destroy the symmetry preserving islands leading to large regions of stochastic fields. A current spike and loss of core thermal confinement occurs when the innermost island chain (6/5) is destroyed. Work Supported by US-DOE Grant #DE-FG02-03ER54692.

  18. Fish stocking density impacts tank hydrodynamics

    DEFF Research Database (Denmark)

    Rasmussen, Michael R.; Lunger, Angela; Laursen, Jesper

    2006-01-01

    The effect of stocking density upon the hydrodynamics of a circular tank, configured in a recirculation system, was investigated. Red drums Sciaenops ocellatus of approximately 140 g wet weight, were stocked at five rates varying from 0 to 12 kg m-3. The impact of the presence of fish upon tank...... hydrodynamics was established using in-tank-based Rhodamine WT fluorometry at a flow rate of 0.23 l s-1 (tank exchange rate of 1.9 h-1). With increasing numbers of animals, curvilinear relationships were observed for dispersion coefficients and tank mixing times. Stocking densities of 3, 6, 9 and 12 kg m-3...

  19. Simulating sympathetic detonation using the hydrodynamic models and constitutive equations

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Bo Hoon; Kim, Min Sung; Yoh, Jack J. [Dept. of Mechanical and Aerospace Engineering, Seoul National University, Seoul (Korea, Republic of); Sun, Tae Boo [Hanwha Corporation Defense Rand D Center, Daejeon (Korea, Republic of)

    2016-12-15

    A Sympathetic detonation (SD) is a detonation of an explosive charge by a nearby explosion. Most of times it is unintended while the impact of blast fragments or strong shock waves from the initiating donor explosive is the cause of SD. We investigate the SD of a cylindrical explosive charge (64 % RDX, 20 % Al, 16 % HTPB) contained in a steel casing. The constitutive relations for high explosive are obtained from a thermo-chemical code that provides the size effect data without the rate stick data typically used for building the rate law and equation of state. A full size SD test of eight pallet-packaged artillery shells is performed that provides the pressure data while the hydrodynamic model with proper constitutive relations for reactive materials and the fragmentation model for steel casing is conducted to replicate the experimental findings. The work presents a novel effort to accurately model and reproduce the sympathetic detonation event with a reduced experimental effort.

  20. CASTRO: A NEW COMPRESSIBLE ASTROPHYSICAL SOLVER. III. MULTIGROUP RADIATION HYDRODYNAMICS

    International Nuclear Information System (INIS)

    Zhang, W.; Almgren, A.; Bell, J.; Howell, L.; Burrows, A.; Dolence, J.

    2013-01-01

    We present a formulation for multigroup radiation hydrodynamics that is correct to order O(v/c) using the comoving-frame approach and the flux-limited diffusion approximation. We describe a numerical algorithm for solving the system, implemented in the compressible astrophysics code, CASTRO. CASTRO uses a Eulerian grid with block-structured adaptive mesh refinement based on a nested hierarchy of logically rectangular variable-sized grids with simultaneous refinement in both space and time. In our multigroup radiation solver, the system is split into three parts: one part that couples the radiation and fluid in a hyperbolic subsystem, another part that advects the radiation in frequency space, and a parabolic part that evolves radiation diffusion and source-sink terms. The hyperbolic subsystem and the frequency space advection are solved explicitly with high-order Godunov schemes, whereas the parabolic part is solved implicitly with a first-order backward Euler method. Our multigroup radiation solver works for both neutrino and photon radiation.

  1. Hydrodynamic approach to the centrality dependence of di-hadron correlations

    Science.gov (United States)

    Castilho, Wagner M.; Qian, Wei-Liang; Gardim, Fernando G.; Hama, Yogiro; Kodama, Takeshi

    2017-06-01

    Measurements of di-hadron azimuthal correlations at different centralities for Au+Au collisions at 200 A GeV were reported by the PHENIX Collaboration. The data were presented for different ranges of transverse momentum. In particular, it was observed that the away-side correlation evolves from a double- to a single-peak structure when the centrality decreases. In this work, we show that these features naturally appear due to an interplay between the centrality-dependent smooth background elliptic flow and the one produced by event-by-event fluctuating peripheral tubes. To compare with the PHENIX data, we also carry out numerical simulations by using a hydrodynamical code nexspherio, and calculate the correlations by both cumulant and the ZYAM method employed by the PHENIX Collaboration. Our results are in reasonable agreement with the data. A brief discussion on the physical content of the present model and its difference from other viewpoints is also presented.

  2. Hydrodynamics of long-scale-length plasmas. Summary

    International Nuclear Information System (INIS)

    Craxton, R.S.

    1984-01-01

    A summary is given relating to the importance of long-scale-length plasmas to laser fusion. Some experiments are listed in which long-scale-length plasmas have been produced and studied. This talk presents SAGE simulations of most of these experiments with the emphasis being placed on understanding the hydrodynamic conditions rather than the parametric/plasma-physics processes themselves which are not modeled by SAGE. However, interpretation of the experiments can often depend on a good understanding of the hydrodynamics, including optical ray tracing

  3. Hydrothermal preparation and physicochemical studies of new copper nano-complexes for antitumor application

    Science.gov (United States)

    Saif, M.; El-Shafiy, Hoda F.; Mashaly, Mahmoud M.; Eid, Mohamed F.; Nabeel, A. I.; Fouad, R.

    2018-03-01

    Two novel nano-complexes [(Cu)2(L) (NO3)2(OH2)] (CuH) and [Cu(HL) (OH2)2(NO3)] (CuCTH)were synthesized by hydrothermal method at 200 °C for 48 h in absence and presence of surfactant (CTAB), respectively. Introducing surfactant (CTAB) leads to changing stoichiometric metal/ligand ratio from binuclear (CuH) to mononuclear (CuCTH) nano-complexes. CuH shows irregular nano-flake shape while CuCTH have separately uniform nano-spherical morphology. Thermal analysis revealed that CuCTH is thermally stable in comparison with CuH Nano-complex. CuCTH absorption peak shifted to shorter wavelength (blue shift) and sharpness of the peak also decreased in presence of CTAB. The role of CTAB in the crystal growth is discussed. CuH and CuCTH nano-complexes were tested for their in vitro cytotoxicity against Ehrlich Ascites Carcinoma cell line (E.A.C.). Both nano-complexes effectively inhibited E.A.C. growth with IC50value of 37 and 25 μM for CuH and CuCTH, respectively. The high antitumor activity of CuCTH was attributed to several factors such as spherical morphology, smaller size, chemical structure, and geometry. The LD50 for high cytotoxic CuCTH nano-complex on mice was found to be 100 mg/kg with strong abscess in abdomen side effect. To overcome this side effect, different molar ratio of CuCTH and previously prepared ZnNano-complexes were tested for their in vitrocytotoxicity and in vivo toxicity. Obtained results show that the 2:8 M ratio between CuCTH and Zn nano-complexes gives very low toxicity without any side effects. Also, geometric optimization and conformational analysis were performed using semi-empirical PM3 method. Energy gap (ΔE), dipole moment, and structure activity relationship were performed and discussed.

  4. SIMULATIONS OF HIGH-VELOCITY CLOUDS. I. HYDRODYNAMICS AND HIGH-VELOCITY HIGH IONS

    International Nuclear Information System (INIS)

    Kwak, Kyujin; Henley, David B.; Shelton, Robin L.

    2011-01-01

    We present hydrodynamic simulations of high-velocity clouds (HVCs) traveling through the hot, tenuous medium in the Galactic halo. A suite of models was created using the FLASH hydrodynamics code, sampling various cloud sizes, densities, and velocities. In all cases, the cloud-halo interaction ablates material from the clouds. The ablated material falls behind the clouds where it mixes with the ambient medium to produce intermediate-temperature gas, some of which radiatively cools to less than 10,000 K. Using a non-equilibrium ionization algorithm, we track the ionization levels of carbon, nitrogen, and oxygen in the gas throughout the simulation period. We present observation-related predictions, including the expected H I and high ion (C IV, N V, and O VI) column densities on sightlines through the clouds as functions of evolutionary time and off-center distance. The predicted column densities overlap those observed for Complex C. The observations are best matched by clouds that have interacted with the Galactic environment for tens to hundreds of megayears. Given the large distances across which the clouds would travel during such time, our results are consistent with Complex C having an extragalactic origin. The destruction of HVCs is also of interest; the smallest cloud (initial mass ∼ 120 M sun ) lost most of its mass during the simulation period (60 Myr), while the largest cloud (initial mass ∼ 4 x 10 5 M sun ) remained largely intact, although deformed, during its simulation period (240 Myr).

  5. Parallel octree-based hexahedral mesh generation for eulerian to lagrangian conversion.

    Energy Technology Data Exchange (ETDEWEB)

    Staten, Matthew L.; Owen, Steven James

    2010-09-01

    Computational simulation must often be performed on domains where materials are represented as scalar quantities or volume fractions at cell centers of an octree-based grid. Common examples include bio-medical, geotechnical or shock physics calculations where interface boundaries are represented only as discrete statistical approximations. In this work, we introduce new methods for generating Lagrangian computational meshes from Eulerian-based data. We focus specifically on shock physics problems that are relevant to ASC codes such as CTH and Alegra. New procedures for generating all-hexahedral finite element meshes from volume fraction data are introduced. A new primal-contouring approach is introduced for defining a geometric domain. New methods for refinement, node smoothing, resolving non-manifold conditions and defining geometry are also introduced as well as an extension of the algorithm to handle tetrahedral meshes. We also describe new scalable MPI-based implementations of these procedures. We describe a new software module, Sculptor, which has been developed for use as an embedded component of CTH. We also describe its interface and its use within the mesh generation code, CUBIT. Several examples are shown to illustrate the capabilities of Sculptor.

  6. CFD codes and the Onsager relations

    International Nuclear Information System (INIS)

    Makai, M.

    2008-01-01

    In the last decade, papers appeared in the literature discussing a shortcoming of the basic equations of hydrodynamics: the Navier-Stokes equations do not meet the Onsager symmetry relations. Recently R. Streater wrote about the topic. The basic problem is that the solution to the Boltzmann equation f(r,v,t) depends on seven variable, nevertheless the solution of the Navier-Stokes equation yields T(r,t),v(r,t) and ?(r,t)-the temperature, velocity and density distribution, altogether ?ve functions. Clearly, the solution class of the Boltzmann equation is a broader class than the solution class of the Navier-Stokes equation. What is the importance of that question? Are the results of CFD codes questionable ones or, the contradiction can be resolved by some ignored terms of second order? (Author)

  7. FDTD for Hydrodynamic Electron Fluid Maxwell Equations

    Directory of Open Access Journals (Sweden)

    Yingxue Zhao

    2015-05-01

    Full Text Available In this work, we develop a numerical method for solving the three dimensional hydrodynamic electron fluid Maxwell equations that describe the electron gas dynamics driven by an external electromagnetic wave excitation. Our numerical approach is based on the Finite-Difference Time-Domain (FDTD method for solving the Maxwell’s equations and an explicit central finite difference method for solving the hydrodynamic electron fluid equations containing both electron density and current equations. Numerical results show good agreement with the experiment of studying the second-harmonic generation (SHG from metallic split-ring resonator (SRR.

  8. Hydrodynamic instabilities in inertial fusion

    International Nuclear Information System (INIS)

    Hoffman, N.M.

    1994-01-01

    This report discusses topics on hydrodynamics instabilities in inertial confinement: linear analysis of Rayleigh-Taylor instability; ablation-surface instability; bubble rise in late-stage Rayleigh-Taylor instability; and saturation and multimode interactions in intermediate-stage Rayleigh-Taylor instability

  9. High Efficiency Hydrodynamic DNA Fragmentation in a Bubbling System.

    Science.gov (United States)

    Li, Lanhui; Jin, Mingliang; Sun, Chenglong; Wang, Xiaoxue; Xie, Shuting; Zhou, Guofu; van den Berg, Albert; Eijkel, Jan C T; Shui, Lingling

    2017-01-18

    DNA fragmentation down to a precise fragment size is important for biomedical applications, disease determination, gene therapy and shotgun sequencing. In this work, a cheap, easy to operate and high efficiency DNA fragmentation method is demonstrated based on hydrodynamic shearing in a bubbling system. We expect that hydrodynamic forces generated during the bubbling process shear the DNA molecules, extending and breaking them at the points where shearing forces are larger than the strength of the phosphate backbone. Factors of applied pressure, bubbling time and temperature have been investigated. Genomic DNA could be fragmented down to controllable 1-10 Kbp fragment lengths with a yield of 75.30-91.60%. We demonstrate that the ends of the genomic DNAs generated from hydrodynamic shearing can be ligated by T4 ligase and the fragmented DNAs can be used as templates for polymerase chain reaction. Therefore, in the bubbling system, DNAs could be hydrodynamically sheared to achieve smaller pieces in dsDNAs available for further processes. It could potentially serve as a DNA sample pretreatment technique in the future.

  10. Nonlinear hydrodynamic equations for superfluid helium in aerogel

    International Nuclear Information System (INIS)

    Brusov, Peter N.; Brusov, Paul P.

    2003-01-01

    Aerogel in superfluids is studied very intensively during last decade. The importance of these systems is connected to the fact that this allows to investigate the influence of impurities on superfluidity. We have derived for the first time nonlinear hydrodynamic equations for superfluid helium in aerogel. These equations are generalization of McKenna et al. equations for nonlinear hydrodynamics case and could be used to study sound propagation phenomena in aerogel-superfluid system, in particular--to study sound conversion phenomena. We have obtained two alternative sets of equations, one of which is a generalization of a traditional set of nonlinear hydrodynamics equations for the case of an aerogel-superfluid system and, the other one represents a la Putterman equations (equation for v→ s is replaced by equation for A→=((ρ n )/(ρσ))w→, where w→=v→ n -v→ s )

  11. Biodiesel production through hydrodynamic cavitation and performance testing

    Energy Technology Data Exchange (ETDEWEB)

    Pal, Amit; Verma, Ashish; Kachhwaha, S.S.; Maji, S. [Department of Mechanical Engineering, Delhi College of Engineering, Bawana Road, Delhi 110042 (India)

    2010-03-15

    This paper presents the details of development of a biodiesel production test rig based on hydrodynamic cavitation followed by results of experimental investigation carried out on a four cylinder, direct injection water cooled diesel engine operating on diesel and biodiesel blend of Citrullus colocyntis (Thumba) oil. The experiment covers a wide range of engine rpm. Results show that biodiesel of Thumba oil produced through hydrodynamic cavitation technique can be used as an alternative fuel with better performance and lower emissions compared to diesel. The most significant conclusions are that (1) Biodiesel production through hydrodynamic cavitation technique seems to be a simple, efficient, time saving, eco-friendly and industrially viable process. (2) 30% biodiesel blend of Thumba oil shows relatively higher brake power, brake thermal efficiency, reduced bsfc and smoke opacity with favourable p-{theta} diagram as compared to diesel. (author)

  12. Computational and experimental studies of hydrodynamic instabilities and turbulent mixing (Review of NVIIEF efforts)

    International Nuclear Information System (INIS)

    Andronov, V.A.; Zhidov, I.G.; Meskov, E.E.; Nevmerzhitskii, N.V.; Nikiforov, V.V.; Razin, A.N.; Rogatchev, V.G.; Tolshmyakov, A.I.; Yanilkin, Yu.V.

    1995-02-01

    This report describes an extensive program of investigations conducted at Arzamas-16 in Russia over the past several decades. The focus of the work is on material interface instability and the mixing of two materials. Part 1 of the report discusses analytical and computational studies of hydrodynamic instabilities and turbulent mixing. The EGAK codes are described and results are illustrated for several types of unstable flow. Semiempirical turbulence transport equations are derived for the mixing of two materials, and their capabilities are illustrated for several examples. Part 2 discusses the experimental studies that have been performed to investigate instabilities and turbulent mixing. Shock-tube and jelly techniques are described in considerable detail. Results are presented for many circumstances and configurations

  13. Evaluation of Thin Plate Hydrodynamic Stability through a Combined Numerical Modeling and Experimental Effort

    Energy Technology Data Exchange (ETDEWEB)

    Tentner, A. [Argonne National Lab. (ANL), Argonne, IL (United States); Bojanowski, C. [Argonne National Lab. (ANL), Argonne, IL (United States); Feldman, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Wilson, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Solbrekken, G [Univ. of Missouri, Columbia, MO (United States); Jesse, C. [Univ. of Missouri, Columbia, MO (United States); Kennedy, J. [Univ. of Missouri, Columbia, MO (United States); Rivers, J. [Univ. of Missouri, Columbia, MO (United States); Schnieders, G. [Univ. of Missouri, Columbia, MO (United States)

    2017-05-01

    An experimental and computational effort was undertaken in order to evaluate the capability of the fluid-structure interaction (FSI) simulation tools to describe the deflection of a Missouri University Research Reactor (MURR) fuel element plate redesigned for conversion to lowenriched uranium (LEU) fuel due to hydrodynamic forces. Experiments involving both flat plates and curved plates were conducted in a water flow test loop located at the University of Missouri (MU), at conditions and geometries that can be related to the MURR LEU fuel element. A wider channel gap on one side of the test plate, and a narrower on the other represent the differences that could be encountered in a MURR element due to allowed fabrication variability. The difference in the channel gaps leads to a pressure differential across the plate, leading to plate deflection. The induced plate deflection the pressure difference induces in the plate was measured at specified locations using a laser measurement technique. High fidelity 3-D simulations of the experiments were performed at MU using the computational fluid dynamics code STAR-CCM+ coupled with the structural mechanics code ABAQUS. Independent simulations of the experiments were performed at Argonne National Laboratory (ANL) using the STAR-CCM+ code and its built-in structural mechanics solver. The simulation results obtained at MU and ANL were compared with the corresponding measured plate deflections.

  14. Hydrodynamic Cavitation-Assisted Synthesis of Nanocalcite

    Directory of Open Access Journals (Sweden)

    Shirish H. Sonawane

    2010-01-01

    Full Text Available A systematic study was made on the synthesis of nanocalcite using a hydrodynamic cavitation reactor. The effects of various parameters such as diameter and geometry of orifice, CO2 flow rate, and Ca(OH2 concentration were investigated. It was observed that the orifice diameter and its geometry had significant effect on the carbonation process. The reaction rate was significantly faster than that observed in a conventional carbonation process. The particle size was significantly affected by the reactor geometry. The results showed that an orifice with 5 holes of 1 mm size resulted in the particle size reduction to 37 nm. The experimental investigation reveals that hydrodynamic cavitation may be more energy efficient.

  15. Offshore Code Comparison Collaboration within IEA Wind Task 23: Phase IV Results Regarding Floating Wind Turbine Modeling; Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Jonkman, J.; Larsen, T.; Hansen, A.; Nygaard, T.; Maus, K.; Karimirad, M.; Gao, Z.; Moan, T.; Fylling, I.

    2010-04-01

    Offshore wind turbines are designed and analyzed using comprehensive simulation codes that account for the coupled dynamics of the wind inflow, aerodynamics, elasticity, and controls of the turbine, along with the incident waves, sea current, hydrodynamics, and foundation dynamics of the support structure. This paper describes the latest findings of the code-to-code verification activities of the Offshore Code Comparison Collaboration, which operates under Subtask 2 of the International Energy Agency Wind Task 23. In the latest phase of the project, participants used an assortment of codes to model the coupled dynamic response of a 5-MW wind turbine installed on a floating spar buoy in 320 m of water. Code predictions were compared from load-case simulations selected to test different model features. The comparisons have resulted in a greater understanding of offshore floating wind turbine dynamics and modeling techniques, and better knowledge of the validity of various approximations. The lessons learned from this exercise have improved the participants' codes, thus improving the standard of offshore wind turbine modeling.

  16. Assessing the Hydrogeomorphic Effects of Environmental Flows using Hydrodynamic Modeling.

    Science.gov (United States)

    Gregory, Angela; Morrison, Ryan R; Stone, Mark

    2018-04-13

    Water managers are increasingly using environmental flows (e-flows) as a tool to improve ecological conditions downstream from impoundments. Recent studies have called for e-flow approaches that explicitly consider impacts on hydrogeomorphic processes when developing management alternatives. Process-based approaches are particularly relevant in river systems that have been highly modified and where water supplies are over allocated. One-dimensional (1D) and two-dimensional (2D) hydrodynamic models can be used to resolve hydrogeomorphic processes at different spatial and temporal scales to support the development, testing, and refinement of e-flow hypotheses. Thus, the objective of this paper is to demonstrate the use of hydrodynamic models as a tool for assisting stakeholders in targeting and assessing environmental flows within a decision-making framework. We present a case study of e-flows on the Rio Chama in northern New Mexico, USA, where 1D and 2D hydrodynamic modeling was used within a collaborative process to implement an e-flow experiment. A specific goal of the e-flow process was to improve spawning habitat for brown trout by flushing fine sediments from gravel features. The results revealed that the 2D hydrodynamic model provided much greater insight with respect to hydrodynamic and sediment transport processes, which led to a reduction in the recommended e-flow discharge. The results suggest that 2D hydrodynamic models can be useful tools for improving process understanding, developing e-flow recommendations, and supporting adaptive management even when limited or no data are available for model calibration and validation.

  17. Hydrodynamic perception in true seals (Phocidae) and eared seals (Otariidae).

    Science.gov (United States)

    Hanke, Wolf; Wieskotten, Sven; Marshall, Christopher; Dehnhardt, Guido

    2013-06-01

    Pinnipeds, that is true seals (Phocidae), eared seals (Otariidae), and walruses (Odobenidae), possess highly developed vibrissal systems for mechanoreception. They can use their vibrissae to detect and discriminate objects by direct touch. At least in Phocidae and Otariidae, the vibrissae can also be used to detect and analyse water movements. Here, we review what is known about this ability, known as hydrodynamic perception, in pinnipeds. Hydrodynamic perception in pinnipeds developed convergently to the hydrodynamic perception with the lateral line system in fish and the sensory hairs in crustaceans. So far two species of pinnipeds, the harbour seal (Phoca vitulina) representing the Phocidae and the California sea lion (Zalophus californianus) representing the Otariidae, have been studied for their ability to detect local water movements (dipole stimuli) and to follow hydrodynamic trails, that is the water movements left behind by objects that have passed by at an earlier point in time. Both species are highly sensitive to dipole stimuli and can follow hydrodynamic trails accurately. In the individuals tested, California sea lions were clearly more sensitive to dipole stimuli than harbour seals, and harbour seals showed a superior trail following ability as compared to California sea lions. Harbour seals have also been shown to derive additional information from hydrodynamic trails, such as motion direction, size and shape of the object that caused the trail (California sea lions have not yet been tested). The peculiar undulated shape of the harbour seals' vibrissae appears to play a crucial role in trail following, as it suppresses self-generated noise while the animal is swimming.

  18. In silico investigation of blast-induced intracranial fluid cavitation as it potentially leads to traumatic brain injury

    Science.gov (United States)

    Haniff, S.; Taylor, P. A.

    2017-11-01

    We conducted computational macroscale simulations predicting blast-induced intracranial fluid cavitation possibly leading to brain injury. To further understanding of this problem, we developed microscale models investigating the effects of blast-induced cavitation bubble collapse within white matter axonal fiber bundles of the brain. We model fiber tracks of myelinated axons whose diameters are statistically representative of white matter. Nodes of Ranvier are modeled as unmyelinated sections of axon. Extracellular matrix envelops the axon fiber bundle, and gray matter is placed adjacent to the bundle. Cavitation bubbles are initially placed assuming an intracranial wave has already produced them. Pressure pulses, of varied strengths, are applied to the upper boundary of the gray matter and propagate through the model, inducing bubble collapse. Simulations, conducted using the shock wave physics code CTH, predict an increase in pressure and von Mises stress in axons downstream of the bubbles after collapse. This appears to be the result of hydrodynamic jetting produced during bubble collapse. Interestingly, results predict axon cores suffer significantly lower shear stresses from proximal bubble collapse than does their myelin sheathing. Simulations also predict damage to myelin sheathing, which, if true, degrades axonal electrical transmissibility and general health of the white matter structures in the brain.

  19. Development of a computational framework on fluid-solid mixture flow simulations for the COMPASS code

    International Nuclear Information System (INIS)

    Zhang, Shuai; Morita, Koji; Shirakawa, Noriyuki; Yamamoto, Yuichi

    2010-01-01

    The COMPASS code is designed based on the moving particle semi-implicit method to simulate various complex mesoscale phenomena relevant to core disruptive accidents of sodium-cooled fast reactors. In this study, a computational framework for fluid-solid mixture flow simulations was developed for the COMPASS code. The passively moving solid model was used to simulate hydrodynamic interactions between fluid and solids. Mechanical interactions between solids were modeled by the distinct element method. A multi-time-step algorithm was introduced to couple these two calculations. The proposed computational framework for fluid-solid mixture flow simulations was verified by the comparison between experimental and numerical studies on the water-dam break with multiple solid rods. (author)

  20. Hydromechanics of Wind-Assisted Ship Propulsion : Modeling of Hydrodynamic Sideforce

    NARCIS (Netherlands)

    van der Kolk, N.J.

    2016-01-01

    This paper deals with the hydrodynamic sideforce production of a wind-assisted ship. The subject is introduced, both in physical terms, and with an overview of current and recent work. The importance of the hydrodynamic sideforce is established, before classical models are reviewed. Finally, the

  1. Concurrent Modeling of Hydrodynamics and Interaction Forces Improves Particle Deposition Predictions.

    Science.gov (United States)

    Jin, Chao; Ren, Carolyn L; Emelko, Monica B

    2016-04-19

    It is widely believed that media surface roughness enhances particle deposition-numerous, but inconsistent, examples of this effect have been reported. Here, a new mathematical framework describing the effects of hydrodynamics and interaction forces on particle deposition on rough spherical collectors in absence of an energy barrier was developed and validated. In addition to quantifying DLVO force, the model includes improved descriptions of flow field profiles and hydrodynamic retardation functions. This work demonstrates that hydrodynamic effects can significantly alter particle deposition relative to expectations when only the DLVO force is considered. Moreover, the combined effects of hydrodynamics and interaction forces on particle deposition on rough, spherical media are not additive, but synergistic. Notably, the developed model's particle deposition predictions are in closer agreement with experimental observations than those from current models, demonstrating the importance of inclusion of roughness impacts in particle deposition description/simulation. Consideration of hydrodynamic contributions to particle deposition may help to explain discrepancies between model-based expectations and experimental outcomes and improve descriptions of particle deposition during physicochemical filtration in systems with nonsmooth collector surfaces.

  2. Hydrodynamics of a quark droplet

    DEFF Research Database (Denmark)

    Bjerrum-Bohr, Johan J.; Mishustin, Igor N.; Døssing, Thomas

    2012-01-01

    We present a simple model of a multi-quark droplet evolution based on the hydrodynamical description. This model includes collective expansion of the droplet, effects of the vacuum pressure and surface tension. The hadron emission from the droplet is described following Weisskopf's statistical...

  3. Overview of the 9th International Conference on Hydrodynamics

    Science.gov (United States)

    Lu, Dong-qiang

    2010-10-01

    The 9th International Conference on Hydrodynamics (ICHD), held in Shanghai, China from 11 to 15 October, 2010, was briefly reviewed. More than 240 delegates from 23 countries and regions attended this Conference, at which three plenary lectures, two keynote lectures and more than 160 papers were delivered. A special symposium on hydrodynamics in honor of Prof. You-sheng He was jointly organized in this ICHD. The printed proceedings, edited by Y. S. Wu, S. Q. Dai, H. Liu et al. and published by China Ocean Press, collect 172 technical papers contributed from 26 countries and regions. The electronic proceedings are distributed by the Elsevier at the ScienceDirect website as "Journal of Hydrodynamics, 2010, Vol. 22, No. 5 (Supplement)".

  4. Impact of hydrodynamic stresses on bacterial flagella

    Science.gov (United States)

    Das, Debasish; Riley, Emily; Lauga, Eric

    2017-11-01

    The locomotion of bacteria powered by helical filaments, such as Escherichia coli, critically involves the generation of flows and hydrodynamic stresses which lead to forces and moments balanced by the moment applied by the bacterial rotary motor (which is embedded in the cell wall) and the deformation of the short flexible hook. In this talk we use numerical computations to accurately compute these hydrodynamic stresses, to show how they critically lead to fluid-structure instabilities at the whole-cell level, and enquire if they can be used to rationalise experimental measurements of bacterial motor torques. ERC Consolidator Grant.

  5. Activity-induced clustering in model dumbbell swimmers: the role of hydrodynamic interactions.

    Science.gov (United States)

    Furukawa, Akira; Marenduzzo, Davide; Cates, Michael E

    2014-08-01

    Using a fluid-particle dynamics approach, we numerically study the effects of hydrodynamic interactions on the collective dynamics of active suspensions within a simple model for bacterial motility: each microorganism is modeled as a stroke-averaged dumbbell swimmer with prescribed dipolar force pairs. Using both simulations and qualitative arguments, we show that, when the separation between swimmers is comparable to their size, the swimmers' motions are strongly affected by activity-induced hydrodynamic forces. To further understand these effects, we investigate semidilute suspensions of swimmers in the presence of thermal fluctuations. A direct comparison between simulations with and without hydrodynamic interactions shows these to enhance the dynamic clustering at a relatively small volume fraction; with our chosen model the key ingredient for this clustering behavior is hydrodynamic trapping of one swimmer by another, induced by the active forces. Furthermore, the density dependence of the motility (of both the translational and rotational motions) exhibits distinctly different behaviors with and without hydrodynamic interactions; we argue that this is linked to the clustering tendency. Our study illustrates the fact that hydrodynamic interactions not only affect kinetic pathways in active suspensions, but also cause major changes in their steady state properties.

  6. Coupling of smooth particle hydrodynamics with the finite element method

    International Nuclear Information System (INIS)

    Attaway, S.W.; Heinstein, M.W.; Swegle, J.W.

    1994-01-01

    A gridless technique called smooth particle hydrodynamics (SPH) has been coupled with the transient dynamics finite element code ppercase[pronto]. In this paper, a new weighted residual derivation for the SPH method will be presented, and the methods used to embed SPH within ppercase[pronto] will be outlined. Example SPH ppercase[pronto] calculations will also be presented. One major difficulty associated with the Lagrangian finite element method is modeling materials with no shear strength; for example, gases, fluids and explosive biproducts. Typically, these materials can be modeled for only a short time with a Lagrangian finite element code. Large distortions cause tangling of the mesh, which will eventually lead to numerical difficulties, such as negative element area or ''bow tie'' elements. Remeshing will allow the problem to continue for a short while, but the large distortions can prevent a complete analysis. SPH is a gridless Lagrangian technique. Requiring no mesh, SPH has the potential to model material fracture, large shear flows and penetration. SPH computes the strain rate and the stress divergence based on the nearest neighbors of a particle, which are determined using an efficient particle-sorting technique. Embedding the SPH method within ppercase[pronto] allows part of the problem to be modeled with quadrilateral finite elements, while other parts are modeled with the gridless SPH method. SPH elements are coupled to the quadrilateral elements through a contact-like algorithm. ((orig.))

  7. The relations between hydrodynamic characteristics and interbedding oxidation zone type uranium mineralization

    International Nuclear Information System (INIS)

    Bai Jingping

    2001-01-01

    Infiltrating type hydrodynamic way controls the formation of interbedding oxidation zone type uranium deposit. The author analyzes hydrodynamic condition of Songliao basin and concludes that during evolution and development of Songliao basin, Water-bearing petrofabric of Mingshui Formation and above inherit completely infiltrating hydrodynamic way as they were deposited and that Sifangtai Formation inherit the way to some extent, that below Sifangtai Formation water bearing petrofabric were completely reformed in northern part of Songliao watershed. The contact line between infiltrating and out filtrating type hydrodynamic way, e.g. underground water dividing lines formed in different geological period, restricts development of interbedding oxidation zone in this period and controls uranium mineralization

  8. Reactive flow simulation in complex 3D geometries using the COM3D code

    International Nuclear Information System (INIS)

    Breitung, W.; Kotchourko, A.; Veser, A.; Scholtyssek, W.

    1999-01-01

    The COM3D code, under development at the Forschungszentrum Karlsruhe (FZK), is a 3-d CFD code to describe turbulent combustion phenomena in complex geometries. It is intended to be part of the advanced integral code system for containment analysis (INCA) which includes in addition GASFLOW for distribution calculations, V3D for slow combustion and DET3D for detonation analysis. COM3D uses a TVD-solver and optional models for turbulence, chemistry and thermodynamics. The hydrodynamic model considers mass, momentum and energy conservation. Advanced procedures were provided to facilitate grid-development for complex 3-d structures. COM3D was validated on experiments performed on different scales with generally good agreement for important physical quantities. The code was applied to combustion analysis of a large PWR. The initial conditions were obtained from a GASFLOW distribution analysis for a LOOP scenario. Results are presented concerning flame propagation and pressure evolution in the containment which clearly demonstrate the effects of internal structures, their influence on turbulence formation and consequences for local loads. (author)

  9. Analytical model for bottom reflooding heat transfer in light water reactors (the UCFLOOD code)

    International Nuclear Information System (INIS)

    Arrieta, L.; Yadigaroglu, G.

    1978-08-01

    The UCFLOOD code is based on mechanistic models developed to analyze bottom reflooding of a single flow channel and its associated fuel rod, or a tubular test section with internal flow. From the hydrodynamic point of view the flow channel is divided into a single-phase liquid region, a continuous-liquid two-phase region, and a dispersed-liquid region. The void fraction is obtained from drift flux models. For heat transfer calculations, the channel is divided into regions of single-phase-liquid heat transfer, nucleate boiling and forced-convection vaporization, inverted-annular film boiling, and dispersed-flow film boiling. The heat transfer coefficients are functions of the local flow conditions. Good agreement of calculated and experimental results has been obtained. A code user's manual is appended

  10. Nucleosynthesis and hydrodynamic instabilities in core collapse supernovae

    International Nuclear Information System (INIS)

    Kifonidis, K.

    2001-01-01

    Hydrodynamic instabilities are of crucial importance for the explosion of massive stars as core collapse supernovae, for the synthesis of the heavy elements, and for their injection into the interstellar medium. The processes hereby involved are studied by means of two-dimensional hydrodynamic simulations which follow all phases from shock revival to shock breakout through the photosphere of a massive star. The computed distributions of radioactive elements are compared to observational data of SN 1987 A and other supernovae. While we find good agreement of our models with observations of Type Ib supernovae, the high velocities of iron group elements observed in SN 1987 A cannot be reproduced. Possible reasons for this discrepancy are discussed. Hydrodynamic instabilities are of crucial importance for the explosion of massive stars as core collapse supernovae, for the synthesis of the heavy elements, and for their injection into the interstellar medium. The processes hereby involved are studied by means of two-dimensional hydrodynamic simulations which follow all phases from shock revival to shock breakout through the photosphere of a massive star. The computed distributions of radioactive elements are compared to observational data of SN 1987 A and other supernovae. While we find good agreement of our models with observations of Type Ib supernovae, the high velocities of iron group elements observed in SN 1987 A cannot be reproduced. Possible reasons for this discrepancy are discussed

  11. Hydrodynamic response of viscous fluids under seismic excitation

    International Nuclear Information System (INIS)

    Ma, D.C.

    1993-01-01

    Hydrodynamic response of liquid-tank systems, such as reactor vessels, spent-fuel pools and liquid storage tanks have been studied extensively in the last decade (Chang et al. 1988; Ma et al. 1991). However, most of the studies are conducted with the assumption of an inviscid fluid. In recent years, the hydrodynamic response of viscous fluids has received increasing attention in high level waste storage tanks containing viscous waste material. This paper presents a numerical study on the hydrodynamic response of viscous fluids in a large 2-D fluid-tank system under seismic excitation. Hydrodynamic responses (i.e. sloshing wave height, fluid pressures, shear stress, etc.) are calculated for a fluid with various viscosities. Four fluid viscosities are considered. They are 1 cp, 120 cp, 1,000 cp and 12,000 cp (1 cp = 1.45 x 10 -7 lb-sec/in 2 ). Note that the liquid sodium of the Liquid-Metal Reactor (LMR) reactor has a viscosity of 1.38 x 10 -5 lb-sec/in 2 (about 95 cp) at an operational temperature of 900 degree F. Section 2 describes the pertinent features of the mathematical model. In Section 3, the fundamental sloshing phenomena of viscous fluid are examined. Sloshing wave height and shear stress for fluid with different viscosities are compared. The conclusions are given in Section 4

  12. Droplet motion in microfluidic networks: Hydrodynamic interactions and pressure-drop measurements

    Science.gov (United States)

    Sessoms, D. A.; Belloul, M.; Engl, W.; Roche, M.; Courbin, L.; Panizza, P.

    2009-07-01

    We present experimental, numerical, and theoretical studies of droplet flows in hydrodynamic networks. Using both millifluidic and microfluidic devices, we study the partitioning of monodisperse droplets in an asymmetric loop. In both cases, we show that droplet traffic results from the hydrodynamic feedback due to the presence of droplets in the outlet channels. We develop a recently-introduced phenomenological model [W. Engl , Phys. Rev. Lett. 95, 208304 (2005)] and successfully confront its predictions to our experimental results. This approach offers a simple way to measure the excess hydrodynamic resistance of a channel filled with droplets. We discuss the traffic behavior and the variations in the corresponding hydrodynamic resistance length Ld and of the droplet mobility β , as a function of droplet interdistance and confinement for channels having circular or rectangular cross sections.

  13. Combined treatment technology based on synergism between hydrodynamic cavitation and advanced oxidation processes.

    Science.gov (United States)

    Gogate, Parag R; Patil, Pankaj N

    2015-07-01

    The present work highlights the novel approach of combination of hydrodynamic cavitation and advanced oxidation processes for wastewater treatment. The initial part of the work concentrates on the critical analysis of the literature related to the combined approaches based on hydrodynamic cavitation followed by a case study of triazophos degradation using different approaches. The analysis of different combinations based on hydrodynamic cavitation with the Fenton chemistry, advanced Fenton chemistry, ozonation, photocatalytic oxidation, and use of hydrogen peroxide has been highlighted with recommendations for important design parameters. Subsequently degradation of triazophos pesticide in aqueous solution (20 ppm solution of commercially available triazophos pesticide) has been investigated using hydrodynamic cavitation and ozonation operated individually and in combination for the first time. Effect of different operating parameters like inlet pressure (1-8 bar) and initial pH (2.5-8) have been investigated initially. The effect of addition of Fenton's reagent at different loadings on the extent of degradation has also been investigated. The combined method of hydrodynamic cavitation and ozone has been studied using two approaches of injecting ozone in the solution tank and at the orifice (at the flow rate of 0.576 g/h and 1.95 g/h). About 50% degradation of triazophos was achieved by hydrodynamic cavitation alone under optimized operating parameters. About 80% degradation of triazophos was achieved by combination of hydrodynamic cavitation and Fenton's reagent whereas complete degradation was achieved using combination of hydrodynamic cavitation and ozonation. TOC removal of 96% was also obtained for the combination of ozone and hydrodynamic cavitation making it the best treatment strategy for removal of triazophos. Copyright © 2014 Elsevier B.V. All rights reserved.

  14. Filter-Feeding Zoobenthos and Hydrodynamics

    DEFF Research Database (Denmark)

    Riisgård, Hans Ulrik; Larsen, Poul Scheel

    2017-01-01

    interplay between benthic filter feeders and hydrodynamics. Starting from the general concept of grazing potential and typical data on benthic population densities its realization is considered, first at the level of the individual organism through the processes of pumping and trapping of food particles...

  15. Anomalous hydrodynamics in two dimensions

    Indian Academy of Sciences (India)

    Abstract. A new approach is presented to discuss two-dimensional hydrodynamics with gauge and gravitational anomalies. Exact constitutive relations for the stress tensor and charge current are obtained. Also, a connection between response parameters and anomaly coefficients is discussed. These are new results which, ...

  16. Framing Camera Improvements and hydrodynamic Experiments

    National Research Council Canada - National Science Library

    Drake, R. P

    2007-01-01

    .... We also propose to participate in hydrodynamic experiments at NRL whenever they occur, to prepare for an experiment for NIKE to study the onset of turbulence via the Kelvin Helmholtz instability...

  17. Two-phase wall friction model for the trace computer code

    International Nuclear Information System (INIS)

    Wang Weidong

    2005-01-01

    The wall drag model in the TRAC/RELAP5 Advanced Computational Engine computer code (TRACE) has certain known deficiencies. For example, in an annular flow regime, the code predicts an unphysical high liquid velocity compared to the experimental data. To address those deficiencies, a new wall frictional drag package has been developed and implemented in the TRACE code to model the wall drag for two-phase flow system code. The modeled flow regimes are (1) annular/mist, (2) bubbly/slug, and (3) bubbly/slug with wall nucleation. The new models use void fraction (instead of flow quality) as the correlating variable to minimize the calculation oscillation. In addition, the models allow for transitions between the three regimes. The annular/mist regime is subdivided into three separate regimes for pure annular flow, annular flow with entrainment, and film breakdown. For adiabatic two-phase bubbly/slug flows, the vapor phase primarily exists outside of the boundary layer, and the wall shear uses single-phase liquid velocity for friction calculation. The vapor phase wall friction drag is set to zero for bubbly/slug flows. For bubbly/slug flows with wall nucleation, the bubbles are presented within the hydrodynamic boundary layer, and the two-phase wall friction drag is significantly higher with a pronounced mass flux effect. An empirical correlation has been studied and applied to account for nucleate boiling. Verification and validation tests have been performed, and the test results showed a significant code improvement. (authors)

  18. Hydrodynamics of single- and two-phase flow in inclined rod arrays

    International Nuclear Information System (INIS)

    Ebeling-Koning, D.B.; Todreas, N.E.

    1983-09-01

    Required inputs for thermal-hydraulic codes are constitutive relations for fluid-solid flow resistance, in single-phase flow, and interfacial momentum exchange (relative phase motion), in two-phase flow. An inclined rod array air-water experiment was constructed to study the hydrodynamics of multidimensional porous medium flow in rod arrays. Velocities, pressures, and bubble distributions were measured in square rod arrays of P/d = 1.5, at 0, 30, 45, and 90 degree inclinations to the vertical flow direction. Constitutive models for single-phase flow resistance are reviewed, new comprehensive models developed, and an assessment with previously published and new data made. The principle of superimposing one-dimensional correlations proves successful for turbulent single-phase inclined flow. For bubbly two-phase incline flow a new flow separation phenomena was observed and modeled. A two-region liquid velocity model is developed to explain the experimentally observed phenomena. Fundamental data for bubbles rising in rod arrays were also taken

  19. Cystathionine γ-lyase

    Directory of Open Access Journals (Sweden)

    Halina Jurkowska

    2014-01-01

    Full Text Available γ-Cystathionase (CTH, EC: 4.4.1.1, an enzyme widely distributed in the world of prokaryotic and eukaryotic organisms, catalyzes the formation and transformations of sulfane sulfur-containing compounds and plays a pivotal role in the L-cysteine desulfuration pathway. Human, tetrameric CTH is composed of two dimers and each monomer binds pyridoxal phosphate (PLP. The gene, located on the short arm of chromosome 1, consists of 13 exons and 12 introns. As a result of alternative splicing, three isoforms of human CTH arise. Analysis of genetic variations of the CTH encoding gene showed a large number of polymorphisms. A decrease of the expression of CTH entails a drop in the level of cysteine , glutathione (GSH, taurine and hydrogen sulfide (H2S in the cells and, more importantly, leads to cystathioninuria. H2S, endogenously formed by CTH, affects the vasodilation and regulation of blood pressure. CTH knockout mice have decreased levels of H2S, hypertension, and reduced capacity for vascular endothelium relaxation. Overexpression of the gene encoding CTH in the cells leads to increased production of H2S. H2S plays a role in protection of neurons against oxidative stress, and stimulates an increase in γ-glutamylcysteine synthetase and thereby an increase in the level of GSH. Sulfurtransferases, including CTH, can locally prevent oxidative stress due to reversible oxidation of – SH groups in the presence of increased levels of reactive oxygen species, and reduction in the presence of GSH and/or reduced thioredoxin.

  20. Hydrodynamic design of an underwater hull cleaning robot and its evaluation

    Directory of Open Access Journals (Sweden)

    Man Hyung Lee

    2012-12-01

    Full Text Available An underwater hull cleaning robot can be a desirable choice for the cleaning of large ships. It can make the cleaning process safe and economical. This paper presents a hydrodynamic design of an underwater cleaning robot and its evaluation for an underwater ship hull cleaning robot. The hydrodynamic design process of the robot body is described in detail. Optimal body design process with compromises among conflicting design requirements is given. Experimental results on the hydrodynamic performance of the robot are given.

  1. GORGON - a computer code for the calculation of energy deposition and the slowing down of ions in cold materials and hot dense plasmas

    International Nuclear Information System (INIS)

    Long, K.A.; Moritz, N.; Tahir, N.A.

    1983-11-01

    The computer code GORGON, which calculates the energy deposition and slowing down of ions in cold materials and hot plasmas is described, and analyzed in this report. This code is in a state of continuous development but an intermediate stage has been reached where it is considered useful to document the 'state of the art' at the present time. The GORGON code is an improved version of a code developed by Zinamon et al. as part of a more complex program system for studying the hydrodynamic motion of plane metal targets irradiated by intense beams of protons. The improvements made in the code were necessary to improve its usefulness for problems related to the design and burn of heavy ion beam driven inertial confinement fusion targets. (orig./GG) [de

  2. Automatization of hydrodynamic modelling in a Floreon+ system

    Science.gov (United States)

    Ronovsky, Ales; Kuchar, Stepan; Podhoranyi, Michal; Vojtek, David

    2017-07-01

    The paper describes fully automatized hydrodynamic modelling as a part of the Floreon+ system. The main purpose of hydrodynamic modelling in the disaster management is to provide an accurate overview of the hydrological situation in a given river catchment. Automatization of the process as a web service could provide us with immediate data based on extreme weather conditions, such as heavy rainfall, without the intervention of an expert. Such a service can be used by non scientific users such as fire-fighter operators or representatives of a military service organizing evacuation during floods or river dam breaks. The paper describes the whole process beginning with a definition of a schematization necessary for hydrodynamic model, gathering of necessary data and its processing for a simulation, the model itself and post processing of a result and visualization on a web service. The process is demonstrated on a real data collected during floods in our Moravian-Silesian region in 2010.

  3. Pattern formation in flocking models: A hydrodynamic description.

    Science.gov (United States)

    Solon, Alexandre P; Caussin, Jean-Baptiste; Bartolo, Denis; Chaté, Hugues; Tailleur, Julien

    2015-12-01

    We study in detail the hydrodynamic theories describing the transition to collective motion in polar active matter, exemplified by the Vicsek and active Ising models. Using a simple phenomenological theory, we show the existence of an infinity of propagative solutions, describing both phase and microphase separation, that we fully characterize. We also show that the same results hold specifically in the hydrodynamic equations derived in the literature for the active Ising model and for a simplified version of the Vicsek model. We then study numerically the linear stability of these solutions. We show that stable ones constitute only a small fraction of them, which, however, includes all existing types. We further argue that, in practice, a coarsening mechanism leads towards phase-separated solutions. Finally, we construct the phase diagrams of the hydrodynamic equations proposed to qualitatively describe the Vicsek and active Ising models and connect our results to the phenomenology of the corresponding microscopic models.

  4. Origins of hydrodynamic forces on centrifugal pump impellers

    Science.gov (United States)

    Adkins, Douglas R.; Brennen, Christopher E.

    1987-01-01

    Hydrodynamic interactions that occur between a centrifugal pump impeller and volute are experimentally and theoretically investigated. The theoretical analysis considers the inability of the blades to perfectly guide the flow through the impeller, and also includes a quasi-one dimensional treatment of the flow in the volute. The disturbance at the impeller discharge and the resulting forces are determined by the theoretical model. The model is then extended to obtain the hydrodynamic force perturbations that are caused by the impeller whirling eccentrically in the volute. Under many operating conditions, these force perturbations were found to be destablizing. Comparisons are made between the theoretical model and the experimental measurements of pressure distributions and radial forces on the impeller. The theoretical model yields fairly accurate predictions of the radial forces caused by the flow through the impeller. However, it was found that the pressure acting on the front shroud of the impeller has a substantial effect on the destablizing hydrodynamic forces.

  5. Physical and Hydrological Meaning of the Spectral Information from Hydrodynamic Signals at Karst Springs

    Science.gov (United States)

    Dufoyer, A.; Lecoq, N.; Massei, N.; Marechal, J. C.

    2017-12-01

    Physics-based modeling of karst systems remains almost impossible without enough accurate information about the inner physical characteristics. Usually, the only available hydrodynamic information is the flow rate at the karst outlet. Numerous works in the past decades have used and proven the usefulness of time-series analysis and spectral techniques applied to spring flow, precipitations or even physico-chemical parameters, for interpreting karst hydrological functioning. However, identifying or interpreting the karst systems physical features that control statistical or spectral characteristics of spring flow variations is still challenging, not to say sometimes controversial. The main objective of this work is to determine how the statistical and spectral characteristics of the hydrodynamic signal at karst springs can be related to inner physical and hydraulic properties. In order to address this issue, we undertake an empirical approach based on the use of both distributed and physics-based models, and on synthetic systems responses. The first step of the research is to conduct a sensitivity analysis of time-series/spectral methods to karst hydraulic and physical properties. For this purpose, forward modeling of flow through several simple, constrained and synthetic cases in response to precipitations is undertaken. It allows us to quantify how the statistical and spectral characteristics of flow at the outlet are sensitive to changes (i) in conduit geometries, and (ii) in hydraulic parameters of the system (matrix/conduit exchange rate, matrix hydraulic conductivity and storativity). The flow differential equations resolved by MARTHE, a computer code developed by the BRGM, allows karst conduits modeling. From signal processing on simulated spring responses, we hope to determine if specific frequencies are always modified, thanks to Fourier series and multi-resolution analysis. We also hope to quantify which parameters are the most variable with auto

  6. Hydrodynamics of AHWR gravity driven water pool under simulated LOCA conditions

    International Nuclear Information System (INIS)

    Thangamani, I.; Verma, Vishnu; Ali, Seik Mansoor

    2015-01-01

    The Advanced Heavy Water Reactor (AHWR) employs a double containment concept with a large inventory of water within the Gravity Driven Water Pool (GDWP) located at a high elevation within the primary containment building. GDWP performs several important safety functions in a passive manner, and hence it is essential to understand the hydrodynamics that this pool will be subjected to in case of an accident such as LOCA. In this paper, a detailed thermal hydraulic analysis for AHWR containment transients is presented for postulated LOCA scenarios involving RIH break sizes ranging from 2% to 50%. The analysis is carried out using in-house containment thermal hydraulics code 'CONTRAN'. The blowdown mass and energy discharge data for each break size, along with the geometrical details of the AHWR containment forms the main input for the analysis. Apart from obtaining the pressure and temperature transients within the containment building, the focus of this work is on simulating the hydrodynamic phenomena of vent clearing and pool swell occurring in the GDWP. The variation of several key parameters such as primary containment V1 and V2 volume pressure, temperature and V1-V2 differential pressure with time, BOP rupture time, vent clearing velocity, effect of pool swell on the V2 air-space pressure, GDWP water level etc. are discussed in detail and important findings are highlighted. Further, the effect of neglecting the pool swell phenomenon on the containment transients is also clearly brought out by a comparative study. The numerical studies presented in this paper give insight into containment transients that would be useful to both the system designer as well as the regulator. (author)

  7. Discovery of hydrodynamic behavior in high energy heavy ion collisions

    International Nuclear Information System (INIS)

    Hamagaki, Hideki

    2010-01-01

    The objective of high energy heavy ion collision experiments is creating high temperature and high density states to investigate hadron matter properties in such extreme conditions. Since the start of heavy ion collision experiments with BEVALAC, knowledge of the space-time evolution of collision has become indispensable for understanding the hadronic matter properties. This problem is reviewed here from the hydrodynamics view point. Although its importance has been generally recognized since the time of BEVALAC, the hydrodynamic description has not been successful because the hydrodynamic model assuming non-viscous or small fluid had not been considered to be enough to properly describe the space-time evolution of hadron-hadron collisions until the RHIC experiments. Items of the following titles are picked up and reviewed here: Development of heavy ion accelerations; Space-time evolution of hadron collision process and hydrodynamic model; Chemical freezing and kinematical freezing, including transverse momentum spectra at proton-proton collisions and particle spectra in heavy ion collisions; Elliptical azimuthal angle anisotropy; Discovery of hydrodynamic flow at BEVALAC; Problems of incident beam dependence of v2; Elliptic azimuthal angle anisotropy at RHIC; What is it that carries the elliptic anisotropy? Discussion of attainment of thermodynamical equilibrium state at RHIC; and finally investigations of fluid properties other than azimuthal anisotropy, such as, Fluid properties probed by heavy quarks and Observing QCD fluid responses. (S. Funahashi)

  8. Degradation of chlorocarbons driven by hydrodynamic cavitation

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Z.L.; Ondruschka, B.; Braeutigam, P. [Institut fuer Technische Chemie und Umweltchemie, Friedrich-Schiller-Universitaet Jena, Jena (Germany)

    2007-05-15

    To provide an efficient lab-scale device for the investigation of the degradation of organic pollutants driven by hydrodynamic cavitation, the degradation kinetics of chloroform and carbon tetrachloride and the increase of conductivity in aqueous solutions were measured. These are values which were not previously available. Under hydrodynamic cavitation conditions, the degradation kinetics for chlorocarbons was found to be pseudo first-order. Meanwhile, C-H and C-Cl bonds are broken, and Cl{sub 2}, Cl{sup .}, Cl{sup -} and other ions released can increase the conductivity and enhance the oxidation of KI in aqueous solutions. The upstream pressures of the orifice plate, the cavitation number, and the solution temperature have substantial effects on the degradation kinetics. A decreased cavitation number can result in more cavitation events and enhances the degradation of chlorocarbons and/or the oxidation of KI. A decrease in temperature is generally favorable to the cavitation chemistry. Organic products from the degradation of carbon tetrachloride and chloroform have demonstrated the formation and recombination of free radicals, e.g., CCl{sub 4}, C{sub 2}Cl{sub 4}, and C{sub 2}Cl{sub 6} are produced from the degradation of CHCl{sub 3}. CHCl{sub 3} and C{sub 2}Cl{sub 6} are produced from the degradation of CCl{sub 4}. Both the chemical mechanism and the reaction kinetics of the degradation of chlorocarbons induced by hydrodynamic cavitation are consistent with those obtained from the acoustic cavitation. Therefore, the technology of hydrodynamic cavitation should be a good candidate for the removal of organic pollutants from water. (Abstract Copyright [2007], Wiley Periodicals, Inc.)

  9. JASMINE-pro: A computer code for the analysis of propagation process in steam explosions. User's manual

    International Nuclear Information System (INIS)

    Yang, Yanhua; Nilsuwankosit, Sunchai; Moriyama, Kiyofumi; Maruyama, Yu; Nakamura, Hideo; Hashimoto, Kazuichiro

    2000-12-01

    A steam explosion is a phenomenon where a high temperature liquid gives its internal energy very rapidly to another low temperature volatile liquid, causing very strong pressure build up due to rapid vaporization of the latter. In the field of light water reactor safety research, steam explosions caused by the contact of molten core and coolant has been recognized as a potential threat which could cause failure of the pressure vessel or the containment vessel during a severe accident. A numerical simulation code JASMINE was developed at Japan Atomic Energy Research Institute (JAERI) to evaluate the impact of steam explosions on the integrity of reactor boundaries. JASMINE code consists of two parts, JASMINE-pre and -pro, which handle the premixing and propagation phases in steam explosions, respectively. JASMINE-pro code simulates the thermo-hydrodynamics in the propagation phase of a steam explosion on the basis of the multi-fluid model for multiphase flow. This report, 'User's Manual', gives the usage of JASMINE-pro code as well as the information on the code structures which should be useful for users to understand how the code works. (author)

  10. Hydrodynamic slip length as a surface property

    Science.gov (United States)

    Ramos-Alvarado, Bladimir; Kumar, Satish; Peterson, G. P.

    2016-02-01

    Equilibrium and nonequilibrium molecular dynamics simulations were conducted in order to evaluate the hypothesis that the hydrodynamic slip length is a surface property. The system under investigation was water confined between two graphite layers to form nanochannels of different sizes (3-8 nm). The water-carbon interaction potential was calibrated by matching wettability experiments of graphitic-carbon surfaces free of airborne hydrocarbon contamination. Three equilibrium theories were used to calculate the hydrodynamic slip length. It was found that one of the recently reported equilibrium theories for the calculation of the slip length featured confinement effects, while the others resulted in calculations significantly hindered by the large margin of error observed between independent simulations. The hydrodynamic slip length was found to be channel-size independent using equilibrium calculations, i.e., suggesting a consistency with the definition of a surface property, for 5-nm channels and larger. The analysis of the individual trajectories of liquid particles revealed that the reason for observing confinement effects in 3-nm nanochannels is the high mobility of the bulk particles. Nonequilibrium calculations were not consistently affected by size but by noisiness in the smallest systems.

  11. The hydrodynamic size of polymer stabilized nanocrystals

    Energy Technology Data Exchange (ETDEWEB)

    Krueger, Karl M; Al-Somali, Ali M; Mejia, Michelle; Colvin, Vicki L [Department of Chemistry, Rice University, MS-60 6100 Main Street, Houston, TX 77005 (United States)

    2007-11-28

    For many emerging applications, nanocrystals are surface functionalized with polymers to control self-assembly, prevent aggregation, and promote incorporation into polymer matrices and biological systems. The hydrodynamic diameter of these nanoparticle-polymer complexes is a critical factor for many applications, and predicting this size is complicated by the fact that the structure of the grafted polymer at a nanocrystalline interface is not generally established. In this work we evaluate using size-exclusion chromatography the overall hydrodynamic diameter of nanocrystals (Au, CdSe, d<5 nm) surface coated with polystyrene of varying molecular weight. The polymer is tethered to the nanoparticles via a terminal thiol to provide strong attachment. Our data show that at full coverage the polymer assumes a brush conformation and is 44% longer than the unbound polymer in solution. The brush conformation is confirmed by comparison with models used to describe polymer brushes at flat interfaces. From this work, we suggest an empirical formula which predicts the hydrodynamic diameter of polymer coated nanoparticles based on the size of the nanoparticle core and the size of the randomly coiled unbound polymer in solution.

  12. Annual Report 2006 for Hydrodynamics and Radiation Hydrodynamics with Astrophysical Applications

    Energy Technology Data Exchange (ETDEWEB)

    R. Paul Drake

    2007-04-05

    We report the ongoing work of our group in hydrodynamics and radiation hydrodynamics with astrophysical applications. During the period of the existing grant, we have carried out two types of experiments at the Omega laser. One set of experiments has studied radiatively collapsing shocks, obtaining data using a backlit pinhole with a 100 ps backlighter and beginning to develop the ability to look into the shock tube with optical or x-ray diagnostics. Other experiments have studied the deeply nonlinear development of the Rayleigh-Taylor (RT) instability from complex initial conditions, using dual-axis radiographic data with backlit pinholes and ungated detectors to complete the data set for a Ph.D. student. We lead a team that is developing a proposal for experiments at the National Ignition Facility and are involved in experiments at NIKE and LIL. All these experiments have applications to astrophysics, discussed in the corresponding papers. We assemble the targets for the experiments at Michigan, where we also prepare many of the simple components. We also have several projects underway in our laboratory involving our x-ray source. The above activities, in addition to a variety of data analysis and design projects, provide good experience for graduate and undergraduates students. In the process of doing this research we have built a research group that uses such work to train junior scientists.

  13. Comparisons of hydrodynamic beam models with kinetic treatments

    International Nuclear Information System (INIS)

    Boyd, J.K.; Mark, J.W.; Sharp, W.M.; Yu, S.S.

    1983-01-01

    Hydrodynamic models have been derived by Mark and Yu and by others to describe energetic self-pinched beams, such as those used in ion-beam fusion. The closure of the Mark-Yu model is obtained with adiabatic assumptions mathematically analogous to those of Chew, Goldberger, and Low for MHD. The other models treated here use an ideal gas closure and a closure by Newcomb based on an expansion in V/sub th//V/sub z/. Features of these hydrodynamic beam models are compared with a kinetic treatment

  14. Self-Organized Traveling Chemo-Hydrodynamic Fingers Triggered by a Chemical Oscillator.

    Science.gov (United States)

    Escala, D M; Budroni, M A; Carballido-Landeira, J; De Wit, A; Muñuzuri, A P

    2014-02-06

    Pulsatile chemo-hydrodynamic patterns due to a coupling between an oscillating chemical reaction and buoyancy-driven hydrodynamic flows can develop when two solutions of separate reactants of the Belousov-Zhabotinsky reaction are put in contact in the gravity field and conditions for chemical oscillations are met in the contact zone. In regular oscillatory conditions, localized periodic changes in the concentration of intermediate species induce pulsatile density gradients, which, in turn, generate traveling convective fingers breaking the transverse symmetry. These patterns are the self-organized result of a genuine coupling between chemical and hydrodynamic modes.

  15. Anisotropic nonequilibrium hydrodynamic attractor

    Science.gov (United States)

    Strickland, Michael; Noronha, Jorge; Denicol, Gabriel S.

    2018-02-01

    We determine the dynamical attractors associated with anisotropic hydrodynamics (aHydro) and the DNMR equations for a 0 +1 d conformal system using kinetic theory in the relaxation time approximation. We compare our results to the nonequilibrium attractor obtained from the exact solution of the 0 +1 d conformal Boltzmann equation, the Navier-Stokes theory, and the second-order Mueller-Israel-Stewart theory. We demonstrate that the aHydro attractor equation resums an infinite number of terms in the inverse Reynolds number. The resulting resummed aHydro attractor possesses a positive longitudinal-to-transverse pressure ratio and is virtually indistinguishable from the exact attractor. This suggests that an optimized hydrodynamic treatment of kinetic theory involves a resummation not only in gradients (Knudsen number) but also in the inverse Reynolds number. We also demonstrate that the DNMR result provides a better approximation of the exact kinetic theory attractor than the Mueller-Israel-Stewart theory. Finally, we introduce a new method for obtaining approximate aHydro equations which relies solely on an expansion in the inverse Reynolds number. We then carry this expansion out to the third order, and compare these third-order results to the exact kinetic theory solution.

  16. High-performance computational fluid dynamics: a custom-code approach

    International Nuclear Information System (INIS)

    Fannon, James; Náraigh, Lennon Ó; Loiseau, Jean-Christophe; Valluri, Prashant; Bethune, Iain

    2016-01-01

    We introduce a modified and simplified version of the pre-existing fully parallelized three-dimensional Navier–Stokes flow solver known as TPLS. We demonstrate how the simplified version can be used as a pedagogical tool for the study of computational fluid dynamics (CFDs) and parallel computing. TPLS is at its heart a two-phase flow solver, and uses calls to a range of external libraries to accelerate its performance. However, in the present context we narrow the focus of the study to basic hydrodynamics and parallel computing techniques, and the code is therefore simplified and modified to simulate pressure-driven single-phase flow in a channel, using only relatively simple Fortran 90 code with MPI parallelization, but no calls to any other external libraries. The modified code is analysed in order to both validate its accuracy and investigate its scalability up to 1000 CPU cores. Simulations are performed for several benchmark cases in pressure-driven channel flow, including a turbulent simulation, wherein the turbulence is incorporated via the large-eddy simulation technique. The work may be of use to advanced undergraduate and graduate students as an introductory study in CFDs, while also providing insight for those interested in more general aspects of high-performance computing. (paper)

  17. High-performance computational fluid dynamics: a custom-code approach

    Science.gov (United States)

    Fannon, James; Loiseau, Jean-Christophe; Valluri, Prashant; Bethune, Iain; Náraigh, Lennon Ó.

    2016-07-01

    We introduce a modified and simplified version of the pre-existing fully parallelized three-dimensional Navier-Stokes flow solver known as TPLS. We demonstrate how the simplified version can be used as a pedagogical tool for the study of computational fluid dynamics (CFDs) and parallel computing. TPLS is at its heart a two-phase flow solver, and uses calls to a range of external libraries to accelerate its performance. However, in the present context we narrow the focus of the study to basic hydrodynamics and parallel computing techniques, and the code is therefore simplified and modified to simulate pressure-driven single-phase flow in a channel, using only relatively simple Fortran 90 code with MPI parallelization, but no calls to any other external libraries. The modified code is analysed in order to both validate its accuracy and investigate its scalability up to 1000 CPU cores. Simulations are performed for several benchmark cases in pressure-driven channel flow, including a turbulent simulation, wherein the turbulence is incorporated via the large-eddy simulation technique. The work may be of use to advanced undergraduate and graduate students as an introductory study in CFDs, while also providing insight for those interested in more general aspects of high-performance computing.

  18. Interaction of Microphysical Aerosol Processes with Hydrodynamics Mixing

    KAUST Repository

    Alshaarawi, Amjad

    2015-12-15

    This work is concerned with the interaction between condensing aerosol dynamics and hydrodynamic mixing within ow configurations in which aerosol particles form (nucleate) from a supersaturated vapor and supersaturation is induced by the mixing of two streams (a saturated stream and a cold one). Two canonical hydrodynamic configurations are proposed for the investigation. The First is the steady one-dimensional opposed-ow configuration. The setup consists of the two (saturated and cold) streams owing from opposite nozzles. A mixing layer is established across a stagnation plane in the center where nucleation and other aerosol dynamics are triggered. The second is homogeneous isotropic turbulence in a three-dimensional periodic domain. Patches of a hot saturated gas mix with patches of a cold one. A mixing layer forms across the growing interface where the aerosol dynamics of interest occur. In both configurations, a unique analogy is observed. The results reveal a complex response to variations in the mixing rates. Depending on the mixing rate, the response of the number density falls into one of two regimes. For fast mixing rates, the maximum reached number density of the condensing droplets increases with the hydrodynamic time. We refer to this as the nucleation regime. On the contrary, for low mixing rates, the maximum reached number density decreases with the hydrodynamic time. We refer to this as the consumption regime. It is shown that vapor scavenging by the aerosol phase is key to explaining the transition between these two regimes.

  19. Linearly resummed hydrodynamics in a weakly curved spacetime

    International Nuclear Information System (INIS)

    Bu, Yanyan; Lublinsky, Michael

    2015-01-01

    We extend our study of all-order linearly resummed hydrodynamics in a flat space (http://dx.doi.org/10.1103/PhysRevD.90.086003, http://dx.doi.org/10.1007/JHEP11(2014)064) to fluids in weakly curved spaces. The underlying microscopic theory is a finite temperature N=4 super-Yang-Mills theory at strong coupling. The AdS/CFT correspondence relates black brane solutions of the Einstein gravity in asymptotically locally AdS 5 geometry to relativistic conformal fluids in a weakly curved 4D background. To linear order in the amplitude of hydrodynamic variables and metric perturbations, the fluid’s energy-momentum tensor is computed with derivatives of both the fluid velocity and background metric resummed to all orders. We extensively discuss the meaning of all order hydrodynamics by expressing it in terms of the memory function formalism, which is also suitable for practical simulations. In addition to two viscosity functions discussed at length in refs. (http://dx.doi.org/10.1103/PhysRevD.90.086003, http://dx.doi.org/10.1007/JHEP11(2014)064), we find four curvature induced structures coupled to the fluid via new transport coefficient functions. In ref. (http://dx.doi.org/10.1103/PhysRevD.80.065026), the latter were referred to as gravitational susceptibilities of the fluid. We analytically compute these coefficients in the hydrodynamic limit, and then numerically up to large values of momenta.

  20. Linearly resummed hydrodynamics in a weakly curved spacetime

    Energy Technology Data Exchange (ETDEWEB)

    Bu, Yanyan; Lublinsky, Michael [Department of Physics, Ben-Gurion University of the Negev, Beer-Sheva 84105 (Israel)

    2015-04-24

    We extend our study of all-order linearly resummed hydrodynamics in a flat space (http://dx.doi.org/10.1103/PhysRevD.90.086003, http://dx.doi.org/10.1007/JHEP11(2014)064) to fluids in weakly curved spaces. The underlying microscopic theory is a finite temperature N=4 super-Yang-Mills theory at strong coupling. The AdS/CFT correspondence relates black brane solutions of the Einstein gravity in asymptotically locally AdS{sub 5} geometry to relativistic conformal fluids in a weakly curved 4D background. To linear order in the amplitude of hydrodynamic variables and metric perturbations, the fluid’s energy-momentum tensor is computed with derivatives of both the fluid velocity and background metric resummed to all orders. We extensively discuss the meaning of all order hydrodynamics by expressing it in terms of the memory function formalism, which is also suitable for practical simulations. In addition to two viscosity functions discussed at length in refs. (http://dx.doi.org/10.1103/PhysRevD.90.086003, http://dx.doi.org/10.1007/JHEP11(2014)064), we find four curvature induced structures coupled to the fluid via new transport coefficient functions. In ref. (http://dx.doi.org/10.1103/PhysRevD.80.065026), the latter were referred to as gravitational susceptibilities of the fluid. We analytically compute these coefficients in the hydrodynamic limit, and then numerically up to large values of momenta.

  1. PELE-IC, 2-D Eulerian Incompressible Hydrodynamic and Bubble Dynamic after LWR LOCA

    International Nuclear Information System (INIS)

    McMaster, W.H.; Gong, E.Y.

    1981-01-01

    1 - Description of problem or function: PELE-IC is a two-dimensional semi-implicit Eulerian hydrodynamics program for the solution of incompressible flow coupled to flexible structures. The code was developed to calculate fluid-structure interactions and bubble dynamics of a pressure-suppression system following a loss-of- coolant accident (LOCA). The fluid, structure, and coupling algorithms have been verified by calculation of benchmark problems and air and steam blowdown experiments. The code is written for both plane and cylindrical coordinates. The coupling algorithm is general enough to handle a wide variety of structural shapes. The concepts of void fractions and interface orientation are used to track the movement of free surfaces, allowing great versatility in following fluid-gas interfaces both for bubble definition and water surface motion without the use of marker particles. 2 - Method of solution: The solution strategy is to first solve the Navier-Stokes equations explicitly using values from the previous time-step. Since these values do not necessarily satisfy the continuity equation, the pressure field is iterated upon until the incompressibility condition for each computational cell is satisfied within prescribed limits. The structural motion is computed by a finite element code from the applied pressure at the fluid-structure interface. The shell structure algorithm uses conventional thin-shell theory with transverse shear. The finite-element spatial discretization employs piecewise-linear interpolation functions and one-point quadrature applied to conical frustra. The Newmark implicit time integration method is used as a one-step module. The fluid code then uses the structure's position and velocity as boundary conditions. The fluid pressure field and the structure's response are corrected iteratively until the normal velocities of fluid and structure are equal. The effects of steam condensation and oscillatory chugging on structures are

  2. Simplified hydrodynamic model of hydrogen-flame propagation in reactor vessels

    International Nuclear Information System (INIS)

    Baer, M.R.; Ratzel, A.C.

    1983-01-01

    The model is consistent with the theory of slow combustion in which the gasdynamic field equations are treated in the limit of small Mach numbers. To the lowest order, pressure is spatially uniform. The flame is treated as a density and entropy discontinuity which propagates at prescribed burning velocities, corresponding to laminar or turbulent flames. Radiation cooling of the burned combustion gases and possible preheating of the unburned gases during propagation of the flame is included using a molecular gas-band thermal radiation model. Application of this model has been developed for 1-D variable-area flame propagation. Multidimensional effects induced by hydrodynamics and buoyancy are corrected for. This model of flame propagation reduces to differential equations which describes the temporal variations of vessel pressure, burned volume and gas entropy. The thermodynamic state of the burned gas immediately following the flame is determined using an isobaric Hugoniot relation. At other locations the burned-gas thermodynamic states are determined using a Lagrangian particle tracking method. Results of a computer code using the method are presented. 11 figures

  3. Progress and challenges in coupled hydrodynamic-ecological estuarine modeling

    Science.gov (United States)

    Ganju, Neil K.; Brush, Mark J.; Rashleigh, Brenda; Aretxabaleta, Alfredo L.; del Barrio, Pilar; Grear, Jason S.; Harris, Lora A.; Lake, Samuel J.; McCardell, Grant; O'Donnell, James; Ralston, David K.; Signell, Richard P.; Testa, Jeremy; Vaudrey, Jamie M. P.

    2016-01-01

    Numerical modeling has emerged over the last several decades as a widely accepted tool for investigations in environmental sciences. In estuarine research, hydrodynamic and ecological models have moved along parallel tracks with regard to complexity, refinement, computational power, and incorporation of uncertainty. Coupled hydrodynamic-ecological models have been used to assess ecosystem processes and interactions, simulate future scenarios, and evaluate remedial actions in response to eutrophication, habitat loss, and freshwater diversion. The need to couple hydrodynamic and ecological models to address research and management questions is clear because dynamic feedbacks between biotic and physical processes are critical interactions within ecosystems. In this review, we present historical and modern perspectives on estuarine hydrodynamic and ecological modeling, consider model limitations, and address aspects of model linkage, skill assessment, and complexity. We discuss the balance between spatial and temporal resolution and present examples using different spatiotemporal scales. Finally, we recommend future lines of inquiry, approaches to balance complexity and uncertainty, and model transparency and utility. It is idealistic to think we can pursue a “theory of everything” for estuarine models, but recent advances suggest that models for both scientific investigations and management applications will continue to improve in terms of realism, precision, and accuracy.

  4. Relativistic hydrodynamics, heavy ion reactions and antiproton annihilation

    International Nuclear Information System (INIS)

    Strottman, D.

    1985-01-01

    The application of relativistic hydrodynamics to relativistic heavy ions and antiproton annihilation is summarized. Conditions for validity of hydrodynamics are presented. Theoretical results for inclusive particle spectra, pion production and flow analysis are given for medium energy heavy ions. The two-fluid model is introduced and results presented for reactions from 800 MeV per nucleon to 15 GeV on 15 GeV per nucleon. Temperatures and densities attained in antiproton annihilation are given. Finally, signals which might indicate the presence of a quark-gluon plasma are briefly surveyed

  5. Hydrodynamic flow in a synaptic cleft during exocytosis.

    Science.gov (United States)

    Shneider, M N; Gimatdinov, R S; Skorinkin, A I; Kovyazina, I V; Nikolsky, E E

    2012-01-01

    It is shown that exocytosis in a chemical synapse may be accompanied by "microjet" formation due to the overpressure that exists in the vesicles. This mechanism may take place either at complete fusion of a vesicle with the presynaptic membrane or in the so-called kiss-and-run mode of neurotransmitter release. A simple hydrodynamic model of the viscous incompressible flow arising in the synaptic cleft is suggested. The occurrence of hydrodynamic flow (microjet) leads to more efficient transport of neurotransmitter than in the case of classical diffusive transport.

  6. A new open-source code for spherically symmetric stellar collapse to neutron stars and black holes

    International Nuclear Information System (INIS)

    O'Connor, Evan; Ott, Christian D

    2010-01-01

    We present the new open-source spherically symmetric general-relativistic (GR) hydrodynamics code GR1D. It is based on the Eulerian formulation of GR hydrodynamics (GRHD) put forth by Romero-Ibanez-Gourgoulhon and employs radial-gauge, polar-slicing coordinates in which the 3+1 equations simplify substantially. We discretize the GRHD equations with a finite-volume scheme, employing piecewise-parabolic reconstruction and an approximate Riemann solver. GR1D is intended for the simulation of stellar collapse to neutron stars and black holes and will also serve as a testbed for modeling technology to be incorporated in multi-D GR codes. Its GRHD part is coupled to various finite-temperature microphysical equations of state in tabulated form that we make available with GR1D. An approximate deleptonization scheme for the collapse phase and a neutrino-leakage/heating scheme for the postbounce epoch are included and described. We also derive the equations for effective rotation in 1D and implement them in GR1D. We present an array of standard test calculations and also show how simple analytic equations of state in combination with presupernova models from stellar evolutionary calculations can be used to study qualitative aspects of black hole formation in failing rotating core-collapse supernovae. In addition, we present a simulation with microphysical equations of state and neutrino leakage/heating of a failing core-collapse supernova and black hole formation in a presupernova model of a 40 M o-dot zero-age main-sequence star. We find good agreement on the time of black hole formation (within 20%) and last stable protoneutron star mass (within 10%) with predictions from simulations with full Boltzmann neutrino radiation hydrodynamics.

  7. A new open-source code for spherically symmetric stellar collapse to neutron stars and black holes

    Energy Technology Data Exchange (ETDEWEB)

    O' Connor, Evan; Ott, Christian D, E-mail: evanoc@tapir.caltech.ed, E-mail: cott@tapir.caltech.ed [TAPIR, Mail Code 350-17, California Institute of Technology, Pasadena, CA 91125 (United States)

    2010-06-07

    We present the new open-source spherically symmetric general-relativistic (GR) hydrodynamics code GR1D. It is based on the Eulerian formulation of GR hydrodynamics (GRHD) put forth by Romero-Ibanez-Gourgoulhon and employs radial-gauge, polar-slicing coordinates in which the 3+1 equations simplify substantially. We discretize the GRHD equations with a finite-volume scheme, employing piecewise-parabolic reconstruction and an approximate Riemann solver. GR1D is intended for the simulation of stellar collapse to neutron stars and black holes and will also serve as a testbed for modeling technology to be incorporated in multi-D GR codes. Its GRHD part is coupled to various finite-temperature microphysical equations of state in tabulated form that we make available with GR1D. An approximate deleptonization scheme for the collapse phase and a neutrino-leakage/heating scheme for the postbounce epoch are included and described. We also derive the equations for effective rotation in 1D and implement them in GR1D. We present an array of standard test calculations and also show how simple analytic equations of state in combination with presupernova models from stellar evolutionary calculations can be used to study qualitative aspects of black hole formation in failing rotating core-collapse supernovae. In addition, we present a simulation with microphysical equations of state and neutrino leakage/heating of a failing core-collapse supernova and black hole formation in a presupernova model of a 40 M{sub o-dot} zero-age main-sequence star. We find good agreement on the time of black hole formation (within 20%) and last stable protoneutron star mass (within 10%) with predictions from simulations with full Boltzmann neutrino radiation hydrodynamics.

  8. FARGO3D: A NEW GPU-ORIENTED MHD CODE

    Energy Technology Data Exchange (ETDEWEB)

    Benitez-Llambay, Pablo [Instituto de Astronomía Teórica y Experimental, Observatorio Astronónomico, Universidad Nacional de Córdoba. Laprida 854, X5000BGR, Córdoba (Argentina); Masset, Frédéric S., E-mail: pbllambay@oac.unc.edu.ar, E-mail: masset@icf.unam.mx [Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM), Apdo. Postal 48-3,62251-Cuernavaca, Morelos (Mexico)

    2016-03-15

    We present the FARGO3D code, recently publicly released. It is a magnetohydrodynamics code developed with special emphasis on the physics of protoplanetary disks and planet–disk interactions, and parallelized with MPI. The hydrodynamics algorithms are based on finite-difference upwind, dimensionally split methods. The magnetohydrodynamics algorithms consist of the constrained transport method to preserve the divergence-free property of the magnetic field to machine accuracy, coupled to a method of characteristics for the evaluation of electromotive forces and Lorentz forces. Orbital advection is implemented, and an N-body solver is included to simulate planets or stars interacting with the gas. We present our implementation in detail and present a number of widely known tests for comparison purposes. One strength of FARGO3D is that it can run on either graphical processing units (GPUs) or central processing units (CPUs), achieving large speed-up with respect to CPU cores. We describe our implementation choices, which allow a user with no prior knowledge of GPU programming to develop new routines for CPUs, and have them translated automatically for GPUs.

  9. Hydrodynamic limit of interacting particle systems

    International Nuclear Information System (INIS)

    Landim, C.

    2004-01-01

    We present in these notes two methods to derive the hydrodynamic equation of conservative interacting particle systems. The intention is to present the main ideas in the simplest possible context and refer for details and references. (author)

  10. Numerical Hydrodynamics and Magnetohydrodynamics in General Relativity

    Directory of Open Access Journals (Sweden)

    Font José A.

    2008-09-01

    Full Text Available This article presents a comprehensive overview of numerical hydrodynamics and magnetohydrodynamics (MHD in general relativity. Some significant additions have been incorporated with respect to the previous two versions of this review (2000, 2003, most notably the coverage of general-relativistic MHD, a field in which remarkable activity and progress has occurred in the last few years. Correspondingly, the discussion of astrophysical simulations in general-relativistic hydrodynamics is enlarged to account for recent relevant advances, while those dealing with general-relativistic MHD are amply covered in this review for the first time. The basic outline of this article is nevertheless similar to its earlier versions, save for the addition of MHD-related issues throughout. Hence, different formulations of both the hydrodynamics and MHD equations are presented, with special mention of conservative and hyperbolic formulations well adapted to advanced numerical methods. A large sample of numerical approaches for solving such hyperbolic systems of equations is discussed, paying particular attention to solution procedures based on schemes exploiting the characteristic structure of the equations through linearized Riemann solvers. As previously stated, a comprehensive summary of astrophysical simulations in strong gravitational fields is also presented. These are detailed in three basic sections, namely gravitational collapse, black-hole accretion, and neutron-star evolutions; despite the boundaries, these sections may (and in fact do overlap throughout the discussion. The material contained in these sections highlights the numerical challenges of various representative simulations. It also follows, to some extent, the chronological development of the field, concerning advances in the formulation of the gravitational field, hydrodynamics and MHD equations and the numerical methodology designed to solve them. To keep the length of this article reasonable

  11. Hydrodynamic cavitation kills prostate cells and ablates benign prostatic hyperplasia tissue.

    Science.gov (United States)

    Itah, Zeynep; Oral, Ozlem; Perk, Osman Yavuz; Sesen, Muhsincan; Demir, Ebru; Erbil, Secil; Dogan-Ekici, A Isin; Ekici, Sinan; Kosar, Ali; Gozuacik, Devrim

    2013-11-01

    Hydrodynamic cavitation is a physical phenomenon characterized by vaporization and bubble formation in liquids under low local pressures, and their implosion following their release to a higher pressure environment. Collapse of the bubbles releases high energy and may cause damage to exposed surfaces. We recently designed a set-up to exploit the destructive nature of hydrodynamic cavitation for biomedical purposes. We have previously shown that hydrodynamic cavitation could kill leukemia cells and erode kidney stones. In this study, we analyzed the effects of cavitation on prostate cells and benign prostatic hyperplasia (BPH) tissue. We showed that hydrodynamic cavitation could kill prostate cells in a pressure- and time-dependent manner. Cavitation did not lead to programmed cell death, i.e. classical apoptosis or autophagy activation. Following the application of cavitation, we observed no prominent DNA damage and cells did not arrest in the cell cycle. Hence, we concluded that cavitation forces directly damaged the cells, leading to their pulverization. Upon application to BPH tissues from patients, cavitation could lead to a significant level of tissue destruction. Therefore similar to ultrasonic cavitation, we propose that hydrodynamic cavitation has the potential to be exploited and developed as an approach for the ablation of aberrant pathological tissues, including BPH.

  12. Development and validation of a magneto-hydrodynamic solver for blood flow analysis

    Energy Technology Data Exchange (ETDEWEB)

    Kainz, W; Guag, J; Krauthamer, V; Myklebust, J; Bassen, H; Chang, I [Center for Devices and Radiological Health, FDA, Silver Spring, MD (United States); Benkler, S; Chavannes, N [Schmid and Partner Engineering AG, Zurich (Switzerland); Szczerba, D; Neufeld, E; Kuster, N [Foundation for Research on Information Technology in Society (IT' IS), Zurich (Switzerland); Kim, J H; Sarntinoranont, M, E-mail: wolfgang.kainz@fda.hhs.go [Soft Tissue Mechanics and Drug Delivery Laboratory, Mechanical and Aerospace Engineering, University of Florida, FL (United States)

    2010-12-07

    The objective of this study was to develop a numerical solver to calculate the magneto-hydrodynamic (MHD) signal produced by a moving conductive liquid, i.e. blood flow in the great vessels of the heart, in a static magnetic field. We believe that this MHD signal is able to non-invasively characterize cardiac blood flow in order to supplement the present non-invasive techniques for the assessment of heart failure conditions. The MHD signal can be recorded on the electrocardiogram (ECG) while the subject is exposed to a strong static magnetic field. The MHD signal can only be measured indirectly as a combination of the heart's electrical signal and the MHD signal. The MHD signal itself is caused by induced electrical currents in the blood due to the moving of the blood in the magnetic field. To characterize and eventually optimize MHD measurements, we developed a MHD solver based on a finite element code. This code was validated against literature, experimental and analytical data. The validation of the MHD solver shows good agreement with all three reference values. Future studies will include the calculation of the MHD signals for anatomical models. We will vary the orientation of the static magnetic field to determine an optimized location for the measurement of the MHD blood flow signal.

  13. MODA: a new algorithm to compute optical depths in multidimensional hydrodynamic simulations

    Science.gov (United States)

    Perego, Albino; Gafton, Emanuel; Cabezón, Rubén; Rosswog, Stephan; Liebendörfer, Matthias

    2014-08-01

    Aims: We introduce the multidimensional optical depth algorithm (MODA) for the calculation of optical depths in approximate multidimensional radiative transport schemes, equally applicable to neutrinos and photons. Motivated by (but not limited to) neutrino transport in three-dimensional simulations of core-collapse supernovae and neutron star mergers, our method makes no assumptions about the geometry of the matter distribution, apart from expecting optically transparent boundaries. Methods: Based on local information about opacities, the algorithm figures out an escape route that tends to minimize the optical depth without assuming any predefined paths for radiation. Its adaptivity makes it suitable for a variety of astrophysical settings with complicated geometry (e.g., core-collapse supernovae, compact binary mergers, tidal disruptions, star formation, etc.). We implement the MODA algorithm into both a Eulerian hydrodynamics code with a fixed, uniform grid and into an SPH code where we use a tree structure that is otherwise used for searching neighbors and calculating gravity. Results: In a series of numerical experiments, we compare the MODA results with analytically known solutions. We also use snapshots from actual 3D simulations and compare the results of MODA with those obtained with other methods, such as the global and local ray-by-ray method. It turns out that MODA achieves excellent accuracy at a moderate computational cost. In appendix we also discuss implementation details and parallelization strategies.

  14. Driven polymer translocation in good and bad solvent: Effects of hydrodynamics and tension propagation.

    Science.gov (United States)

    Moisio, J E; Piili, J; Linna, R P

    2016-08-01

    We investigate the driven polymer translocation through a nanometer-scale pore in the presence and absence of hydrodynamics both in good and bad solvent. We present our results on tension propagating along the polymer segment on the cis side that is measured for the first time using our method that works also in the presence of hydrodynamics. For simulations we use stochastic rotation dynamics, also called multiparticle collision dynamics. We find that in the good solvent the tension propagates very similarly whether hydrodynamics is included or not. Only the tensed segment is by a constant factor shorter in the presence of hydrodynamics. The shorter tensed segment and the hydrodynamic interactions contribute to a smaller friction for the translocating polymer when hydrodynamics is included, which shows as smaller waiting times and a smaller exponent in the scaling of the translocation time with the polymer length. In the bad solvent hydrodynamics has a minimal effect on polymer translocation, in contrast to the good solvent, where it speeds up translocation. We find that under bad-solvent conditions tension does not spread appreciably along the polymer. Consequently, translocation time does not scale with the polymer length. By measuring the effective friction in a setup where a polymer in free solvent is pulled by a constant force at the end, we find that hydrodynamics does speed up collective polymer motion in the bad solvent even more effectively than in the good solvent. However, hydrodynamics has a negligible effect on the motion of individual monomers within the highly correlated globular conformation on the cis side and hence on the entire driven translocation under bad-solvent conditions.

  15. Hydrodynamic instabilities in astrophysics and ICF

    International Nuclear Information System (INIS)

    Paul Drake, R.

    2005-01-01

    Inertial fusion systems and astrophysical systems both involve hydrodynamic effects, including sources of pressure, shock waves, rarefactions, and plasma flows. In the evolution of such systems, hydrodynamic instabilities naturally evolve. As a result, a fundamental understanding of hydrodynamic instabilities is necessary to understand their behavior. In addition, high-energy-density facilities designed for ICF purposes can be used to provide and experimental basis for understanding astrophysical processes. In this talk. I will discuss the instabilities that appear in astrophysics and ICF from the common perspective of the basic mechanisms at work. Examples will be taken from experiments aimed at ICF, from astrophysical systems, and from experiments using ICF systems to address issues in astrophysics. The high-energy-density research facilities of today can accelerate small but macroscopic amounts of material to velocities above 100 km/s, can heat such material to temperature above 100 eV, can produce pressures far above a million atmospheres (10''12 dybes/cm''2 or 0.1 TPascal), and can do experiments under these conditions that address basic physics issues. This enables on to devise experiments aimed directly at important process such as the Rayleigh Taylor instability at an ablating surface or at an embedded interface that is accelerating, the Richtmeyer Meshkov evolution of shocked interfaces, and the Kelvin-Helmholtz instability of shear flows. The talk will include examples of such phenomena from the laboratory and from astrophysics, and will discuss experiments to study them. (Author)

  16. Development of GRIF-SM: The code for analysis of beyond design basis accidents in sodium cooled reactors

    International Nuclear Information System (INIS)

    Chvetsov, I.; Kouznetsov, I.; Volkov, A.

    2000-01-01

    GRIF-SM code was developed at the IPPE fast reactor department in 1992 for the analysis of transients in sodium cooled fast reactors under severe accident conditions. This code provides solution of transient hydrodynamics and heat transfer equations taking into account possibility of coolant boiling, fuel and steel melting, reactor kinetics and reactivity feedback due to variations of the core components temperature, density and dimensions. As a result of calculation, transient distribution of the coolant velocity and density was determined as well as temperatures of the fuel pins, reactor core and primary circuit as a whole. Development of the code during further 6 years period was aimed at the modification of the models describing thermal hydraulic characteristics of the reactor, and in particular in detailed description of the sodium boiling process. The GRIF-SM code was carefully validated against FZK experimental data on steady state sodium boiling in the electrically heated tube; transient sodium boiling in the 7-pin bundle; transient sodium boiling in the 37-pin bundle under flow redaction simulating ULOF accident. To show the code capabilities some results of code application for beyond design basis accident analysis on BN-800-type reactor are presented. (author)

  17. Pool scrubbing and hydrodynamic experiments on jet injection regime

    International Nuclear Information System (INIS)

    Peyres, V.; Espigares, M.M.; Polo, J.; Escudero, M.J.; Herranz, L.E.; Lopez-Jimenez, J.

    1995-01-01

    Plant analyses have shown that pool scrubbing can play an important role in source term during PWR risk dominant sequences. An examination ofboundary conditions governing fission products and aerosols transport through aqueous beds revealed that most of radioactivity is discharged into the pool under jet injection regime. This fact and the lack of experimental data under such conditions pointed the need of setting out an experimental programme which provided reliable experimental data to validate code models. In this report the major results of a pool scrubbing experimental programme carried out in PECA facility are presented. One of the major findings was that a remarkable fraction of particle absorption was not a function of the residence time of bubbles rising through the pool. Such a contribution was assumed to be associated to aerosol removal mechanisms acting at the pool entrance. As a consequence, a hydrodynamic experimental plan was launched to examine the gas behaviour during the initial stages in the pool. Size and shape of gas nuclei the pool were measured and fitted to a long normal distribution. Particularly, size was found to be quite sensitive to inletgas flow and at minor extent to gas composition and pool temperature. SPARC90 and BUSCA-AUG92 were used to simulate the retention tests. Whereas SPARC90 showed a pretty good agreement with experimental data, BUSCA-AUG92 results were far away from measurements in all the cases. SPARC90consistency apparently pointed out the important role of fission products and aerosols retention at the injection zone; nonetheless, a peer examination of pool scrubbing phenomenology at the pool entrance should be carried out to test both hydrodynamic and removal models. Hence, one of the major highlights drawn from this work was the need of further research under representative severe accident conditions (i.e., saturated pools, jet injection regimes, etc.), as well as separate effect tests to validate, improve and

  18. Pool scrubbing and hydrodynamic experiment on jet injection regime

    Energy Technology Data Exchange (ETDEWEB)

    Peyres, V.; Espigares, M.M.; Polo, J.; Escudero, M.J.; Herranz, L.E.; Lopez, J.

    1995-07-01

    Plant analyses nave shown that pool scrubbing can play an important role in source term during PWR risk dominant sequences. An examination of boundary conditions governing fission products and aerosols transport through aqueous beds revealed that most of radioactivity is discharged into the pool under jet injection regime. This fact and the lack of experimental data under such conditions pointed the need of setting out an experimental programme which provided reliable experimental data to validate code models. In this report the major results of a pool scrubbing experimental programme carried out in PECA facility are presented. One of the major findings was that a remarkable fraction of particle absorption was not a function of the residence time of bubbles rising through the pool. Such a contribution was assumed to be associated to aerosol removal mechanism acting at the pool entrance. As a consequence. a hydrodynamic experimental plan was launched to examine the gas behaviour during the initial stages in the pool. Size and shape of gas nuclei in the pool were measured and fitted to a lognormal distribution. Particularly, size was found to be quite sensitive to inlet gas flow and at minor extent to gas composition and pool temperature. SPARC90 and BUSCA-AUG92 were used to simulate the retention tests. Whereas SPARC90 showed a pretty good agreement with experimental data, BUSCA-AUG92 results were far away from measurements in all the cases. SPARC90 consistency apparently pointed out the important role of fission products and aerosols retention at the injection zone; nonetheless, a peer examination of pool scrubbing phenomenology at the pool entrance should be carried out to test both hydrodynamic and removal models. Hence, one of the major high lights drawn from this work was the need of further research under representative severe accident conditions (i.e., saturated pools, jet injection regimes, etc.), as well as separate effect tests to validate, improve and

  19. Pool scrubbing and hydrodynamic experiment on jet injection regime

    International Nuclear Information System (INIS)

    Peyres, V.; Espigares, M.M.; Polo, J.; Escudero, M.J.; Herranz, L.E.; Lopez, J.

    1995-01-01

    Plant analyses nave shown that pool scrubbing can play an important role in source term during PWR risk dominant sequences. An examination of boundary conditions governing fission products and aerosols transport through aqueous beds revealed that most of radioactivity is discharged into the pool under jet injection regime. This fact and the lack of experimental data under such conditions pointed the need of setting out an experimental programme which provided reliable experimental data to validate code models. In this report the major results of a pool scrubbing experimental programme carried out in PECA facility are presented. One of the major findings was that a remarkable fraction of particle absorption was not a function of the residence time of bubbles rising through the pool. Such a contribution was assumed to be associated to aerosol removal mechanism acting at the pool entrance. As a consequence. a hydrodynamic experimental plan was launched to examine the gas behaviour during the initial stages in the pool. Size and shape of gas nuclei in the pool were measured and fitted to a lognormal distribution. Particularly, size was found to be quite sensitive to inlet gas flow and at minor extent to gas composition and pool temperature. SPARC90 and BUSCA-AUG92 were used to simulate the retention tests. Whereas SPARC90 showed a pretty good agreement with experimental data, BUSCA-AUG92 results were far away from measurements in all the cases. SPARC90 consistency apparently pointed out the important role of fission products and aerosols retention at the injection zone; nonetheless, a peer examination of pool scrubbing phenomenology at the pool entrance should be carried out to test both hydrodynamic and removal models. Hence, one of the major high lights drawn from this work was the need of further research under representative severe accident conditions (i.e., saturated pools, jet injection regimes, etc.), as well as separate effect tests to validate, improve and

  20. A new approach to non-Abelian hydrodynamics

    International Nuclear Information System (INIS)

    Fernández-Melgarejo, Jose J.; Rey, Soo-Jong; Surówka, Piotr

    2017-01-01

    We present a new approach to describe hydrodynamics carrying non-Abelian macroscopic degrees of freedom. Based on the Kaluza-Klein compactification of a higher-dimensional neutral dissipative fluid on a manifold of non-Abelian isometry, we obtain a four-dimensional colored dissipative fluid coupled to Yang-Mills gauge field. We derive transport coefficients of resulting colored fluid, which feature non-Abelian character of color charges. In particular, we obtain color-specific terms in the gradient expansions and response quantities such as the conductivity matrix and the chemical potentials. We argue that our Kaluza-Klein approach provides a robust description of non-Abelian hydrodynamics, and discuss some links between this system and quark-gluon plasma and fluid/gravity duality.

  1. A new approach to non-Abelian hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Fernández-Melgarejo, Jose J. [Center for the Fundamental Laws of Nature, Harvard University,Cambridge, MA 02138 (United States); Rey, Soo-Jong [School of Physics & Astronomy and Center for Theoretical Physics, Seoul National University,Seoul, 08826 (Korea, Republic of); Department of Fundamental Sciences, University of Science and Technology,Daejeon, 34113 (Korea, Republic of); Center for Gauge, Gravity & Strings, Institute for Basic Sciences,Daejeon, 34047 (Korea, Republic of); Surówka, Piotr [Center for the Fundamental Laws of Nature, Harvard University,Cambridge, MA 02138 (United States); Max-Planck-Institut für Physik (Werner-Heisenberg-Institut),Föhringer Ring 6, D-80805 Munich (Germany)

    2017-02-23

    We present a new approach to describe hydrodynamics carrying non-Abelian macroscopic degrees of freedom. Based on the Kaluza-Klein compactification of a higher-dimensional neutral dissipative fluid on a manifold of non-Abelian isometry, we obtain a four-dimensional colored dissipative fluid coupled to Yang-Mills gauge field. We derive transport coefficients of resulting colored fluid, which feature non-Abelian character of color charges. In particular, we obtain color-specific terms in the gradient expansions and response quantities such as the conductivity matrix and the chemical potentials. We argue that our Kaluza-Klein approach provides a robust description of non-Abelian hydrodynamics, and discuss some links between this system and quark-gluon plasma and fluid/gravity duality.

  2. Hydrodynamics of Turning Flocks

    OpenAIRE

    Yang, Xingbo; Marchetti, M. Cristina

    2014-01-01

    We present a hydrodynamic model of flocking that generalizes the familiar Toner-Tu equations to incorporate turning inertia of well-polarized flocks. The continuum equations controlled by only two dimensionless parameters, orientational inertia and alignment strength, are derived by coarse graining the inertial spin model recently proposed by Cavagna et al. The interplay between orientational inertia and bend elasticity of the flock yields anisotropic spin waves that mediate the propagation o...

  3. Global hydroelastic model for springing and whipping based on a free-surface CFD code (OpenFOAM)

    DEFF Research Database (Denmark)

    Seng, Sopheak; Jensen, Jørgen Juncher; Malenica, Sime

    2014-01-01

    The theoretical background and a numerical solution procedure for a time domain hydroelastic code are presented in this paper The code combines a VOF-based free surface flow solver with a flexible body motion solver where the body linear elastic deformation is described by a modal superposition...... of dry mode shapes expressed in a local floating frame of reference. These mode shapes can be obtained from any finite element code. The floating frame undergoes a pseudo rigid-body motion which allows for a large rigid body translation and rotation and fully preserves the coupling with the local...... structural deformation. The formulation relies on the ability of the flow solver to provide the total fluid action on the body including e.g. the viscous forces, hydrostatic and hydrodynamic forces, slamming forces and the fluid damping. A numerical simulation of a flexible barge is provided and compared...

  4. Monte Carlo closure for moment-based transport schemes in general relativistic radiation hydrodynamic simulations

    Science.gov (United States)

    Foucart, Francois

    2018-04-01

    General relativistic radiation hydrodynamic simulations are necessary to accurately model a number of astrophysical systems involving black holes and neutron stars. Photon transport plays a crucial role in radiatively dominated accretion discs, while neutrino transport is critical to core-collapse supernovae and to the modelling of electromagnetic transients and nucleosynthesis in neutron star mergers. However, evolving the full Boltzmann equations of radiative transport is extremely expensive. Here, we describe the implementation in the general relativistic SPEC code of a cheaper radiation hydrodynamic method that theoretically converges to a solution of Boltzmann's equation in the limit of infinite numerical resources. The algorithm is based on a grey two-moment scheme, in which we evolve the energy density and momentum density of the radiation. Two-moment schemes require a closure that fills in missing information about the energy spectrum and higher order moments of the radiation. Instead of the approximate analytical closure currently used in core-collapse and merger simulations, we complement the two-moment scheme with a low-accuracy Monte Carlo evolution. The Monte Carlo results can provide any or all of the missing information in the evolution of the moments, as desired by the user. As a first test of our methods, we study a set of idealized problems demonstrating that our algorithm performs significantly better than existing analytical closures. We also discuss the current limitations of our method, in particular open questions regarding the stability of the fully coupled scheme.

  5. Hydrodynamical assessment of 200A GeV collisions

    International Nuclear Information System (INIS)

    Schnedermann, E.; Heinz, U.

    1994-01-01

    We are analyzing the hydrodynamics of 200A GeV S+S collisions using a new approach which tries to quantify the uncertainties arising from the specific implementation of the hydrodynamical model. Based on a previous phenomenological analysis we use the global hydrodynamics model to show that the amount of initial flow, or initial energy density, cannot be determined from the hadronic momentum spectra. We additionally find that almost always a sizable transverse flow develops, which causes the system to freeze out, thereby limiting the flow velocity in itself. This freeze-out dominance in turn makes a distinction between a plasma and a hadron resonance gas equation of state very difficult, whereas a pure pion gas can easily be ruled out from present data. To complete the picture we also analyze particle multiplicity data, which suggest that chemical equilibrium is not reached with respect to the strange particles. However, the overpopulation of pions seems to be at most moderate, with a pion chemical potential far away from the Bose divergence

  6. Hydrodynamics of ultra-relativistic bubble walls

    Energy Technology Data Exchange (ETDEWEB)

    Leitao, Leonardo, E-mail: lleitao@mdp.edu.ar; Mégevand, Ariel, E-mail: megevand@mdp.edu.ar

    2016-04-15

    In cosmological first-order phase transitions, gravitational waves are generated by the collisions of bubble walls and by the bulk motions caused in the fluid. A sizeable signal may result from fast-moving walls. In this work we study the hydrodynamics associated to the fastest propagation modes, namely, ultra-relativistic detonations and runaway solutions. We compute the energy injected by the phase transition into the fluid and the energy which accumulates in the bubble walls. We provide analytic approximations and fits as functions of the net force acting on the wall, which can be readily evaluated for specific models. We also study the back-reaction of hydrodynamics on the wall motion, and we discuss the extrapolation of the friction force away from the ultra-relativistic limit. We use these results to estimate the gravitational wave signal from detonations and runaway walls.

  7. A germline chromothripsis event stably segregating in 11 individuals through three generations

    DEFF Research Database (Denmark)

    Bertelsen, Birgitte; Nazaryan-Petersen, Lusine; Sun, Wei

    2016-01-01

    PURPOSE: Parentally transmitted germ-line chromothripsis (G-CTH) has been identified in only a few cases. Most of these rearrangements were stably transmitted, in an unbalanced form, from a healthy mother to her child with congenital abnormalities probably caused by de novo copy-number changes...... of the DNA damage response, may be related to G-CTH formation. CONCLUSION: G-CTH rearrangements are not always associated with abnormal phenotypes and may be misinterpreted as balanced two-way translocations, suggesting that G-CTH is an underdiagnosed phenomenon.Genet Med 18 5, 494-500....

  8. Preparing for an explosion: Hydrodynamic instabilities and turbulence in presupernovae

    Energy Technology Data Exchange (ETDEWEB)

    Smith, Nathan; Arnett, W. David, E-mail: nathans@as.arizona.edu, E-mail: darnett@as.arizona.edu [Steward Observatory, University of Arizona, Tucson, AZ 85721 (United States)

    2014-04-20

    Both observations and numerical simulations are discordant with predictions of conventional stellar evolution codes for the latest stages of a massive star's life before core collapse. The most dramatic example of this disconnect is in the eruptive mass loss occurring in the decade preceding Type IIn supernovae. We outline the key empirical evidence that indicates severe pre-supernova instability in massive stars, and we suggest that the chief reason that these outbursts are absent in stellar evolution models may lie in the treatment of turbulent convection in these codes. The mixing length theory that is used ignores (1) finite amplitude fluctuations in velocity and temperature and (2) their nonlinear interaction with nuclear burning. Including these fluctuations is likely to give rise to hydrodynamic instabilities in the latest burning sequences, which prompts us to discuss a number of far-reaching implications for the fates of massive stars. In particular, we explore connections to enhanced pre-supernova mass loss, unsteady nuclear burning and consequent eruptions, swelling of the stellar radius that may trigger violent interactions with a companion star, and potential modifications to the core structure that could dramatically alter calculations of the core-collapse explosion mechanism itself. These modifications may also impact detailed nucleosynthesis and measured isotopic anomalies in meteorites, as well as the interpretation of young core-collapse supernova remnants. Understanding these critical instabilities in the final stages of evolution may make possible the development of an early warning system for impending core collapse, if we can identify their asteroseismological or eruptive signatures.

  9. First vapor explosion calculations performed with MC3D thermal-hydraulic code

    Energy Technology Data Exchange (ETDEWEB)

    Brayer, C.; Berthoud, G. [CEA Centre d`Etudes de Grenoble, 38 (France). Direction des Reacteurs Nucleaires

    1998-01-01

    This paper presents the first calculations performed with the `explosion` module of the multiphase computer code MC3D, which is devoted to the fine fragmentation and explosion phase of a fuel coolant interaction. A complete description of the physical laws included in this module is given. The fragmentation models, taking into account two fragmentation mechanisms, a thermal one and an hydrodynamic one, are also developed here. Results to some calculations to test the numerical behavior of MC3D and to test the explosion models in 1D or 2D are also presented. (author)

  10. Meso-scale modelling of the heat conductivity effect on the shock response of a porous material

    Science.gov (United States)

    Resnyansky, A. D.

    2017-06-01

    Understanding of deformation mechanisms of porous materials under shock compression is important for tailoring material properties at the shock manufacturing of advanced materials from substrate powders and for studying the response of porous materials under shock loading. Numerical set-up of the present work considers a set of solid particles separated by air representing a volume of porous material. Condensed material in the meso-scale set-up is simulated with a viscoelastic rate sensitive material model with heat conduction formulated from the principles of irreversible thermodynamics. The model is implemented in the CTH shock physics code. The meso-scale CTH simulation of the shock loading of the representative volume reveals the mechanism of pore collapse and shows in detail the transition from a high porosity case typical for abnormal Hugoniot response to a moderate porosity case typical for conventional Hugoniot response. Results of the analysis agree with previous analytical considerations and support hypotheses used in the two-phase approach.

  11. Thermal-hydraulics of wave propagation and pressure distribution under hypothetical steam explosion conditions in the ANS reactor

    Energy Technology Data Exchange (ETDEWEB)

    Taleyarkhan, R.P.; Georgevich, V.; N-Valenit, S.; Kim, S.H. [Oak Ridge National Lab., TN (United States)

    1995-09-01

    This paper describes salient aspects of the modeling and analysis framework for evaluation of dynamic loads, wave propagation, and pressure distributions (under hypothetical steam explosion conditions) around key structural boundaries of the Advanced Neutron Source (ANS) reactor core region. A staged approach was followed, using simple thermodynamic models for bounding loads and the CTH code for evaluating realistic estimates in a staged multidimensional framework. Effects of nodalization, melt dispersal into coolant during explosion, single versus multidirectional dissipation, energy level of melt, and rate of energy deposition into coolant were studied. The importance of capturing multidimensional effects that simultaneously account for fluid-structural interactions was demonstrated. As opposed to using bounding loads from thermodynamic evaluations, it was revealed that the ANS reactor system will not be vulnerable to vertically generated missiles that threaten containment if realistic estimates of energetics are used (from CTH calculations for thermally generated steam explosions without significant aluminum ignition).

  12. Warm dense mater: another application for pulsed power hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Reinovsky, Robert Emil [Los Alamos National Laboratory

    2009-01-01

    Pulsed Power Hydrodynamics (PPH) is an application of low-impedance pulsed power, and high magnetic field technology to the study of advanced hydrodynamic problems, instabilities, turbulence, and material properties. PPH can potentially be applied to the study of the properties of warm dense matter (WDM) as well. Exploration of the properties of warm dense matter such as equation of state, viscosity, conductivity is an emerging area of study focused on the behavior of matter at density near solid density (from 10% of solid density to slightly above solid density) and modest temperatures ({approx}1-10 eV). Conditions characteristic of WDM are difficult to obtain, and even more difficult to diagnose. One approach to producing WDM uses laser or particle beam heating of very small quantities of matter on timescales short compared to the subsequent hydrodynamic expansion timescales (isochoric heating) and a vigorous community of researchers are applying these techniques. Pulsed power hydrodynamic techniques, such as large convergence liner compression of a large volume, modest density, low temperature plasma to densities approaching solid density or through multiple shock compression and heating of normal density material between a massive, high density, energetic liner and a high density central 'anvil' are possible ways to reach relevant conditions. Another avenue to WDM conditions is through the explosion and subsequent expansion of a conductor (wire) against a high pressure (density) gas background (isobaric expansion) techniques. However, both techniques demand substantial energy, proper power conditioning and delivery, and an understanding of the hydrodynamic and instability processes that limit each technique. In this paper we will examine the challenges to pulsed power technology and to pulsed power systems presented by the opportunity to explore this interesting region of parameter space.

  13. Centrality and transverse momentum dependence of dihadron correlations in a hydrodynamic model

    Science.gov (United States)

    Castilho, Wagner M.; Qian, Wei-Liang

    2018-06-01

    In this work, we study the centrality as well as transverse momentum dependence of the dihadron correlation for Au+Au collisions at 200A GeV. The numerical simulations are carried out by using a hydrodynamical code NeXSPheRIO, where the initial conditions are obtained from a Regge-Gribov based microscopic model, NeXuS. In our calculations, the centrality windows are evaluated regarding multiplicity. The final correlations are obtained by the background subtraction via ZYAM methods, where higher harmonics are considered explicitly. The correlations are evaluated for the 0-20%, 20%-40% and 60%-92% centrality windows. Also, the transverse momentum dependence of the dihadron correlations is investigated. The obtained results are compared with experimental data. It is observed that the centrality dependence of the "ridge" and "double shoulder" structures is in consistency with the data. Based on specific set of parameters employed in the present study, it is found that different ZYAM subtraction schemes might lead to different features in the resultant correlations.

  14. A hydrodynamical model of Kepler's supernova remnant constrained by x-ray spectra

    International Nuclear Information System (INIS)

    Ballet, J.; Arnaud, M.; Rothinfluo, R.; Chieze, J.P.; Magne, B.

    1988-01-01

    The remnant of the historical supernova observed by Kepler in 1604 was recently observed in x-rays by the EXOSAT satellite up to 10 keV. A strong Fe K emission line around 6.5 keV is readily apparent in the spectrum. From an analysis of the light curve of the SN, reconstructed from historical descriptions, a previous study proposed to classify it as type I. Standard models of SN I based on carbon deflagration of white dwarf predict the synthesis of about 0.5 M circle of iron in the ejecta. Observing the iron line is a crucial check for such models. It has been argued that the light curve of Sn II-L is very similar to that of SN I and that the original observations are compatible with either type. In view of this uncertainty the authors have run a hydrodynamics-ionization code for both SN II and SN I remnants

  15. Statistical analysis of hydrodynamic cavitation events

    Science.gov (United States)

    Gimenez, G.; Sommer, R.

    1980-10-01

    The frequency (number of events per unit time) of pressure pulses produced by hydrodynamic cavitation bubble collapses is investigated using statistical methods. The results indicate that this frequency is distributed according to a normal law, its parameters not being time-evolving.

  16. Hydrodynamic forces on inundated bridge decks

    Science.gov (United States)

    2009-05-01

    The hydrodynamic forces experienced by an inundated bridge deck have great importance in the design of bridges. Specifically, the drag force, lift force, and the moment acting on the bridge deck under various levels of inundation and a range of flow ...

  17. Magneto-hydrodynamical model for plasma

    Science.gov (United States)

    Liu, Ruikuan; Yang, Jiayan

    2017-10-01

    Based on the Newton's second law and the Maxwell equations for the electromagnetic field, we establish a new 3-D incompressible magneto-hydrodynamics model for the motion of plasma under the standard Coulomb gauge. By using the Galerkin method, we prove the existence of a global weak solution for this new 3-D model.

  18. Radiation hydrodynamics in the laboratory

    International Nuclear Information System (INIS)

    1985-12-01

    This report contains a collection of five preprints devoted to the subject of laser induced phenomena of radiation hydrodynamics. These preprints cover approximately the contents of the presentations made by the MPQ experimental laser-plasma group at the 17th European Conference on Laser Interaction with Matter (ECLIM), Rome, November 18-22, 1985. (orig.)

  19. Degradation of dichlorvos using hydrodynamic cavitation based treatment strategies.

    Science.gov (United States)

    Joshi, Ravi K; Gogate, Parag R

    2012-05-01

    The degradation of an aqueous solution of dichlorvos, a commonly used pesticide in India, has been systematically investigated using hydrodynamic cavitation reactor. All the experiments have been carried out using a 20 ppm solution of commercially available dichlorvos. The effect of important operating parameters such as inlet pressure (over a range 3-6 bar), temperature (31 °C, 36 °C and 39 °C) and pH (natural pH = 5.7 and acidic pH = 3) on the extent of degradation has been investigated initially. It has been observed that an optimum value of pressure gives maximum degradation whereas low temperature and pH of 3 are favorable. Intensification studies have been carried out using different additives such as hydrogen peroxide, carbon tetrachloride, and Fenton's reagent. Use of hydrogen peroxide and carbon tetrachloride resulted in the enhancement of the extent of degradation at optimized conditions but significant enhancement was obtained with the combined use of hydrodynamic cavitation and Fenton's chemistry. The maximum extent of degradation as obtained by using a combination of hydrodynamic cavitation and Fenton's chemistry was 91.5% in 1h of treatment time. The present work has conclusively established that hydrodynamic cavitation in combination with Fenton's chemistry can be effectively used for the degradation of dichlorvos. Copyright © 2011 Elsevier B.V. All rights reserved.

  20. An introduction to relativistic hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Font, Jose A [Departamento de AstronomIa y AstrofIsica, Universidad de Valencia, Dr. Moliner 50, 46100 Burjassot (Valencia) (Spain)

    2007-11-15

    We review formulations of the equations of (inviscid) general relativistic hydrodynamics and (ideal) magnetohydrodynamics, along with methods for their numerical solution. Both systems can be cast as first-order, hyperbolic systems of conservation laws, following the explicit choice of an Eulerian observer and suitable fluid and magnetic field variables. During the last fifteen years, the so-called (upwind) high-resolution shock-capturing schemes based on Riemann solvers have been successfully extended from classical to relativistic fluid dynamics, both special and general. Nowadays, general relativistic hydrodynamical simulations in relativistic astrophysics are routinely performed, particularly within the test-fluid approximation but also for dynamical spacetimes. While such advances also hold true in the case of the MHD equations, the astrophysical applications investigated so far are still limited, yet the field is bound to witness major developments in the near future. The article also presents a brief overview of numerical techniques, providing state-of-the-art examples of their applicability to general relativistic fluids and magneto-fluids in characteristic scenarios of relativistic astrophysics.

  1. Annual Scientific Report 2006 for Hydrodynamics and Radiation Hydrodynamics with Astrophysical Applications

    International Nuclear Information System (INIS)

    R. Paul Drake

    2007-01-01

    We report the ongoing work of our group in hydrodynamics and radiation hydrodynamics with astrophysical applications. During the period of the existing grant, we have carried out two types of experiments at the Omega laser. One set of experiments has studied radiatively collapsing shocks, obtaining data using a backlit pinhole with a 100 ps backlighter and beginning to develop the ability to look into the shock tube with optical or x-ray diagnostics. Other experiments have studied the deeply nonlinear development of the Rayleigh-Taylor (RT) instability from complex initial conditions, using dual-axis radiographic data with backlit pinholes and ungated detectors to complete the data set for a Ph.D. student. We lead a team that is developing a proposal for experiments at the National Ignition Facility and are involved in experiments at NIKE and LIL. All these experiments have applications to astrophysics, discussed in the corresponding papers. We assemble the targets for the experiments at Michigan, where we also prepare many of the simple components. We also have several projects underway in our laboratory involving our x-ray source. The above activities, in addition to a variety of data analysis and design projects, provide good experience for graduate and undergraduates students. In the process of doing this research we have built a research group that uses such work to train junior scientists

  2. The MELTSPREAD Code for Modeling of Ex-Vessel Core Debris Spreading Behavior, Code Manual – Version3-beta

    Energy Technology Data Exchange (ETDEWEB)

    Farmer, M. T. [Argonne National Lab. (ANL), Argonne, IL (United States)

    2017-09-01

    MELTSPREAD3 is a transient one-dimensional computer code that has been developed to predict the gravity-driven flow and freezing behavior of molten reactor core materials (corium) in containment geometries. Predictions can be made for corium flowing across surfaces under either dry or wet cavity conditions. The spreading surfaces that can be selected are steel, concrete, a user-specified material (e.g., a ceramic), or an arbitrary combination thereof. The corium can have a wide range of compositions of reactor core materials that includes distinct oxide phases (predominantly Zr, and steel oxides) plus metallic phases (predominantly Zr and steel). The code requires input that describes the containment geometry, melt “pour” conditions, and cavity atmospheric conditions (i.e., pressure, temperature, and cavity flooding information). For cases in which the cavity contains a preexisting water layer at the time of RPV failure, melt jet breakup and particle bed formation can be calculated mechanistically given the time-dependent melt pour conditions (input data) as well as the heatup and boiloff of water in the melt impingement zone (calculated). For core debris impacting either the containment floor or previously spread material, the code calculates the transient hydrodynamics and heat transfer which determine the spreading and freezing behavior of the melt. The code predicts conditions at the end of the spreading stage, including melt relocation distance, depth and material composition profiles, substrate ablation profile, and wall heatup. Code output can be used as input to other models such as CORQUENCH that evaluate long term core-concrete interaction behavior following the transient spreading stage. MELTSPREAD3 was originally developed to investigate BWR Mark I liner vulnerability, but has been substantially upgraded and applied to other reactor designs (e.g., the EPR), and more recently to the plant accidents at Fukushima Daiichi. The most recent round of

  3. Global hydroelastic model for springing and whipping based on a free-surface CFD code (OpenFOAM

    Directory of Open Access Journals (Sweden)

    Sopheak Seng

    2014-12-01

    Full Text Available The theoretical background and a numerical solution procedure for a time domain hydroelastic code are presented in this paper. The code combines a VOF-based free surface flow solver with a flexible body motion solver where the body linear elastic deformation is described by a modal superposition of dry mode shapes expressed in a local floating frame of reference. These mode shapes can be obtained from any finite element code. The floating frame undergoes a pseudo rigid-body motion which allows for a large rigid body translation and rotation and fully preserves the coupling with the local structural deformation. The formulation relies on the ability of the flow solver to provide the total fluid action on the body including e.g. the viscous forces, hydrostatic and hydrodynamic forces, slamming forces and the fluid damping. A numerical simulation of a flexible barge is provided and compared to experiments to show that the VOF-based flow solver has this ability and the code has the potential to predict the global hydroelastic responses accurately.

  4. Crossflow-induced vibrations of tube banks: hydrodynamic forces and mathematical models

    International Nuclear Information System (INIS)

    Chen, S.S.

    1977-01-01

    The objective of this paper is to present a method of analysis for the hydrodynamic forces acting on tube banks and a mathematical model for multiple tubes and multiple excitation mechanisms incorporating tube/fluid coupling. The hydrodynamic forces acting on tube banks are analyzed using the two dimensional potential flow theory

  5. Hydrodynamic modelling of flow patterns in a vortex reactor - Application to the mixing study

    International Nuclear Information System (INIS)

    Zoppe, B.; Lebaigue, O.; Ducros, F.; Bertrand, M.

    2008-01-01

    In the fuel reprocessing industry, an un-baffled magnetic rod-stirred multiphase reactor was developed for a precipitation operation. The flow generated in such a reactor is complex and the rotating agitator at the bottom of tank creates a vortex on the liquid surface. A Computational Fluid Dynamics (CFD) modelling is developed based on a Large Eddy Scale (LES) approach for turbulence effect simulation. The numerical simulations are performed in 3-dimensions using the Trio-U code developed at the Commissariat a l'Energie Atomique (Cea). The vortex study is based on an interface tracking method and the rotating magnetic rod is taken into account through a free IBC immersed boundary. The hydrodynamic modelling is in good agreement with Nagata's theory and will be validated from experimental data obtained by laser doppler velocimetry (LDV) measurements. (authors)

  6. Germline Chromothripsis Driven by L1-Mediated Retrotransposition and Alu/Alu Homologous Recombination

    DEFF Research Database (Denmark)

    Nazaryan-Petersen, Lusine; Bertelsen, Birgitte; Bak, Mads

    2016-01-01

    Chromothripsis (CTH) is a phenomenon where multiple localized double-stranded DNA breaks result in complex genomic rearrangements. Although the DNA-repair mechanisms involved in CTH have been described, the mechanisms driving the localized "shattering" process remain unclear. High-throughput sequ......Chromothripsis (CTH) is a phenomenon where multiple localized double-stranded DNA breaks result in complex genomic rearrangements. Although the DNA-repair mechanisms involved in CTH have been described, the mechanisms driving the localized "shattering" process remain unclear. High......-throughput sequence analysis of a familial germline CTH revealed an inserted SVAE retrotransposon associated with a 110-kb deletion displaying hallmarks of L1-mediated retrotransposition. Our analysis suggests that the SVAE insertion did not occur prior to or after, but concurrent with the CTH event. We also observed...... L1-endonuclease potential target sites in other breakpoints. In addition, we found four Alu elements flanking the 110-kb deletion and associated with an inversion. We suggest that chromatin looping mediated by homologous Alu elements may have brought distal DNA regions into close proximity...

  7. Isotropization and hydrodynamization in weakly coupled heavy-ion collisions

    CERN Document Server

    Kurkela, Aleksi

    2015-01-01

    We numerically solve 2+1D effective kinetic theory of weak coupling QCD under longitudinal expansion relevant for early stages of heavy-ion collisions. We find agreement with viscous hydrodynamics and classical Yang-Mills simulations in the regimes where they are applicable. By choosing initial conditions that are motivated by color-glass-condensate framework we find that for Q=2GeV and $\\alpha_s$=0.3 the system is approximately described by viscous hydrodynamics well before $\\tau \\lesssim 1.0$ fm/c.

  8. Experimental hydrodynamics of swimming in fishes

    Science.gov (United States)

    Tytell, Eric Daniel

    2005-11-01

    The great diversity of fish body shapes suggests that they have adapted to different selective pressures. For many fishes, the pressures include hydrodynamic demands: swimming efficiently or accelerating rapidly, for instance. However, the hydrodynamic advantages or disadvantages to specific morphologies are poorly understood. In particular, eels have been considered inefficient swimmers, but they migrate long distances without feeding, a task that requires efficient swimming. This dissertation, therefore, begins with an examination of the swimming hydrodynamics of American eels, Anguilla rostrata, at steady swimming speeds from 0.5 to 2 body lengths (L) per second and during accelerations from -1.4 to 1.3 L s -2. The final chapter examines the hydrodynamic effects of body shape directly by describing three-dimensional flow around swimming bluegill sunfish, Lepomis macrochirus. In all chapters, flow is quantified using digital particle image velocimetry, and simultaneous kinematics are measured from high-resolution digital video. The wake behind a swimming eel in the horizontal midline plane is described first. Rather than producing a wake with fluid jets angled backwards, like in fishes such as sunfish, eels have a wake with exclusively lateral jets. The lack of downstream momentum indicates that eels balance the axial forces of thrust and drag evenly over time and over their bodies, and therefore do not change axial fluid momentum. This even balance, present at all steady swimming speeds, is probably due to the relatively uniform body shape of eels. As eels accelerate, thrust exceeds drag, axial momentum increases, and the wake approaches that of other fishes. During steady swimming, though, the lack of axial momentum prevents direct efficiency estimation. The effect of body shape was examined directly by measuring flow in multiple transverse planes along the body of bluegill sunfish swimming at 1.2 L s-1. The dorsal and anal fin, neglected in many previous

  9. Hydrodynamic simulations of expanding shells

    Czech Academy of Sciences Publication Activity Database

    Wünsch, Richard; Palouš, Jan; Ehlerová, Soňa

    2004-01-01

    Roč. 289, 3-4 (2004), s. 35-36 ISSN 0004-640X. [From observation to self-consistent modelling of the ISM in galaxies. Porto, 03.09.2002-05.09.2002] R&D Projects: GA AV ČR KSK1048102 Keywords : hydrodynamic simulations * ISM * star formation Subject RIV: BN - Astronomy, Celestial Mechanics, Astrophysics Impact factor: 0.597, year: 2004

  10. Hydrodynamic loading and viscous damping of patterned perforations on microfabricated resonant structures

    DEFF Research Database (Denmark)

    Park, Kidong; Shim, Jeong; Solovyeva, Vita

    2012-01-01

    We examined the hydrodynamic loading of vertically resonating microfabricated plates immersed in liquids with different viscosities. The planar structures were patterned with focused ion beam, perforating various shapes with identical area but varying perimeters. The hydrodynamic loading of various...

  11. Modeling of nanoscale liquid mixture transport by density functional hydrodynamics

    Science.gov (United States)

    Dinariev, Oleg Yu.; Evseev, Nikolay V.

    2017-06-01

    Modeling of multiphase compositional hydrodynamics at nanoscale is performed by means of density functional hydrodynamics (DFH). DFH is the method based on density functional theory and continuum mechanics. This method has been developed by the authors over 20 years and used for modeling in various multiphase hydrodynamic applications. In this paper, DFH was further extended to encompass phenomena inherent in liquids at nanoscale. The new DFH extension is based on the introduction of external potentials for chemical components. These potentials are localized in the vicinity of solid surfaces and take account of the van der Waals forces. A set of numerical examples, including disjoining pressure, film precursors, anomalous rheology, liquid in contact with heterogeneous surface, capillary condensation, and forward and reverse osmosis, is presented to demonstrate modeling capabilities.

  12. Heat capacity of liquids: A hydrodynamic approach

    Directory of Open Access Journals (Sweden)

    T. Bryk

    2015-03-01

    Full Text Available We study autocorrelation functions of energy, heat and entropy densities obtained by molecular dynamics simulations of supercritical Ar and compare them with the predictions of the hydrodynamic theory. It is shown that the predicted by the hydrodynamic theory single-exponential shape of the entropy density autocorrelation functions is perfectly reproduced for small wave numbers by the molecular dynamics simulations and permits the calculation of the wavenumber-dependent specific heat at constant pressure. The estimated wavenumber-dependent specific heats at constant volume and pressure, Cv(k and Cp(k, are shown to be in the long-wavelength limit in good agreement with the macroscopic experimental values of Cv and Cp for the studied thermodynamic points of supercritical Ar.

  13. Hydrodynamics of ultra-relativistic bubble walls

    Directory of Open Access Journals (Sweden)

    Leonardo Leitao

    2016-04-01

    Full Text Available In cosmological first-order phase transitions, gravitational waves are generated by the collisions of bubble walls and by the bulk motions caused in the fluid. A sizeable signal may result from fast-moving walls. In this work we study the hydrodynamics associated to the fastest propagation modes, namely, ultra-relativistic detonations and runaway solutions. We compute the energy injected by the phase transition into the fluid and the energy which accumulates in the bubble walls. We provide analytic approximations and fits as functions of the net force acting on the wall, which can be readily evaluated for specific models. We also study the back-reaction of hydrodynamics on the wall motion, and we discuss the extrapolation of the friction force away from the ultra-relativistic limit. We use these results to estimate the gravitational wave signal from detonations and runaway walls.

  14. Two-fluid hydrodynamic modes in a trapped superfluid gas

    International Nuclear Information System (INIS)

    Taylor, E.; Griffin, A.

    2005-01-01

    In the collisional region at finite temperatures, the collective modes of superfluids are described by the Landau two-fluid hydrodynamic equations. This region can now be probed over the entire BCS-Bose-Einstein-condensate crossover in trapped Fermi superfluids with a Feshbach resonance, including the unitarity region. Building on the approach initiated by Zaremba, Nikuni, and Griffin in 1999 for trapped atomic Bose gases, we present a variational formulation of two-fluid hydrodynamic collective modes based on the work of Zilsel in 1950 developed for superfluid helium. Assuming a simple variational Ansatz for the superfluid and normal fluid velocities, the frequencies of the hydrodynamic modes are given by solutions of coupled algebraic equations, with constants only involving spatial integrals over various equilibrium thermodynamic derivatives. This variational approach is both simpler and more physical than a direct attempt to solve the Landau two-fluid differential equations. Our two-fluid results are shown to reduce to those of Pitaevskii and Stringari for a pure superfluid at T=0

  15. JASMINE-pro: A computer code for the analysis of propagation process in steam explosions. User's manual

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Yanhua; Nilsuwankosit, Sunchai; Moriyama, Kiyofumi; Maruyama, Yu; Nakamura, Hideo; Hashimoto, Kazuichiro [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    2000-12-01

    A steam explosion is a phenomenon where a high temperature liquid gives its internal energy very rapidly to another low temperature volatile liquid, causing very strong pressure build up due to rapid vaporization of the latter. In the field of light water reactor safety research, steam explosions caused by the contact of molten core and coolant has been recognized as a potential threat which could cause failure of the pressure vessel or the containment vessel during a severe accident. A numerical simulation code JASMINE was developed at Japan Atomic Energy Research Institute (JAERI) to evaluate the impact of steam explosions on the integrity of reactor boundaries. JASMINE code consists of two parts, JASMINE-pre and -pro, which handle the premixing and propagation phases in steam explosions, respectively. JASMINE-pro code simulates the thermo-hydrodynamics in the propagation phase of a steam explosion on the basis of the multi-fluid model for multiphase flow. This report, 'User's Manual', gives the usage of JASMINE-pro code as well as the information on the code structures which should be useful for users to understand how the code works. (author)

  16. Code requirements document: MODFLOW 2.1: A program for predicting moderator flow patterns

    International Nuclear Information System (INIS)

    Peterson, P.F.

    1992-03-01

    Sudden changes in the temperature of flowing liquids can result in transient buoyancy forces which strongly impact the flow hydrodynamics via flow stratification. These effects have been studied for the case of potential flow of stratified liquids to line sinks, but not for moderator flow in SRS reactors. Standard codes, such as TRAC and COMMIX, do not have the capability to capture the stratification effect, due to strong numerical diffusion which smears away the hot/cold fluid interface. A related problem with standard codes is the inability to track plumes injected into the liquid flow, again due to numerical diffusion. The combined effects of buoyant stratification and plume dispersion have been identified as being important in operation of the Supplementary Safety System which injects neutron-poison ink into SRS reactors to provide safe shutdown in the event of safety rod failure. The MODFLOW code discussed here provides transient moderator flow pattern information with stratification effects, and tracks the location of ink plumes in the reactor. The code, written in Fortran, is compiled for Macintosh II computers, and includes subroutines for interactive control and graphical output. Removing the graphics capabilities, the code can also be compiled on other computers. With graphics, in addition to the capability to perform safety related computations, MODFLOW also provides an easy tool for becoming familiar with flow distributions in SRS reactors

  17. Supernova hydrodynamics

    International Nuclear Information System (INIS)

    Colgate, S.A.

    1981-01-01

    The explosion of a star supernova occurs at the end of its evolution when the nuclear fuel in its core is almost, or completely, consumed. The star may explode due to a small residual thermonuclear detonation, type I SN or it may collapse, type I and type II SN leaving a neutron star remnant. The type I progenitor should be thought to be an old accreting white dwarf, 1.4 M/sub theta/, with a close companion star. A type II SN is thought to be a massive young star 6 to 10 M/sub theta/. The mechanism of explosion is still a challenge to our ability to model the most extreme conditions of matter and hydrodynamics that occur presently and excessively in the universe. 39 references

  18. Physical hydrodynamics

    CERN Document Server

    Guyon, Etienne; Petit, Luc; Mitescu, Catalin D

    2015-01-01

    This new edition is an enriched version of the textbook of fluid dynamics published more than 10 years ago. It retains the same physically oriented pedagogical perspective. This book emphasizes, as in the first edition, experimental inductive approaches and relies on the study of the mechanisms at play and on dimensional analysis rather than more formal approaches found in many classical textbooks in the field. The need for a completely new version also originated from the increase, over the last few decades, of the cross-overs between the mechanical and physical approaches, as is visible in international meetings and joint projects. Hydrodynamics is more widely linked today to other fields of experimental sciences: materials, environment, life sciences and earth sciences, as well as engineering sciences.

  19. Initial conditions for hydrodynamics from weakly coupled pre-equilibrium evolution

    International Nuclear Information System (INIS)

    Mazeliauskas, Aleksas

    2017-01-01

    We use leading order effective kinetic theory to simulate the pre-equilibrium evolution of transverse energy and flow perturbations in heavy-ion collisions. We provide a Green function which propagates the initial perturbations of the energy-momentum tensor to a time when hydrodynamics becomes applicable. With this map, the pre-thermal evolution from saturated nuclei to hydrodynamics can be modeled in the framework of weakly coupled QCD. (paper)

  20. Hydrodynamic analysis application of contaminated groundwater remediation to oil hydrocarbons

    OpenAIRE

    Pajić Predrag R.; Čalenić Aleksandar I.; Polomčić Dušan M.; Bajić Dragoljub I.

    2017-01-01

    In this paper, the application of the hydrodynamic analysis in the selected ‘pumping and treatment’ remediation method of groundwater hydrocarbon pollution in the case of the Pancevo oil refinery is examined. The applied hydrodynamic analysis represents a regular and necessary approach in modern hydrogeology. Previous chemical analysis of soil and groundwater samples at observation objects revealed their pollution by oil products. New researches included the constraction of 12 piezometric bor...

  1. Hydrodynamics automatic optimization of runner blades for reaction hydraulic turbines

    Science.gov (United States)

    Balint, D.; Câmpian, V.; Nedelcu, D.; Megheles, O.

    2012-11-01

    The aim of this paper is to optimize the hydrodynamics of the runner blades of hydraulic turbines. The runner presented is an axial Kaplan one, but the methodology is common also to Francis runners. The whole methodology is implemented in the in-house software QTurbo3D. The effect of the runner blades geometry modification upon its hydrodynamics is shown both from energetic and cavitation points of view.

  2. Hydrodynamics automatic optimization of runner blades for reaction hydraulic turbines

    International Nuclear Information System (INIS)

    Balint, D; Câmpian, V; Nedelcu, D; Megheles, O

    2012-01-01

    The aim of this paper is to optimize the hydrodynamics of the runner blades of hydraulic turbines. The runner presented is an axial Kaplan one, but the methodology is common also to Francis runners. The whole methodology is implemented in the in-house software QTurbo3D. The effect of the runner blades geometry modification upon its hydrodynamics is shown both from energetic and cavitation points of view.

  3. Initial conditions for hydrodynamics from weakly coupled pre-equilibrium evolution

    CERN Document Server

    Keegan, Liam; Mazeliauskas, Aleksas; Teaney, Derek

    2016-01-01

    We use effective kinetic theory, accurate at weak coupling, to simulate the pre-equilibrium evolution of transverse energy and flow perturbations in heavy-ion collisions. We provide a Green function which propagates the initial perturbations to the energy-momentum tensor at a time when hydrodynamics becomes applicable. With this map, the complete pre-thermal evolution from saturated nuclei to hydrodynamics can be modelled in a perturbatively controlled way.

  4. Behavior of passive admixture in a vortical hydrodynamic field

    Directory of Open Access Journals (Sweden)

    R.O.Bobrov

    2006-01-01

    Full Text Available The motion of passive admixture of spherical particles in the stationary hydrodynamic field of a swirling flow is studied. A spherical particle of a given mass in the hydrodynamic field of a swirling flow is located on a certain circular orbit, where the centrifugal force is compensated by the radial drag force due to the sink. This leads to the separation of the host fluid and admixture. A theory of Brownian motion of admixture in dilute solutions with a non-uniform flow is constructed.

  5. On the hydrodynamic limit of self-consistent field equations

    International Nuclear Information System (INIS)

    Pauli, H.C.

    1980-01-01

    As an approximation to the nuclear many-body problem, the hydrodynamical limit of self-consistent field equations is worked out and applied to the treatment of vibrational and rotational motion. Its validity is coupled to the value of a smallness parameter, behaving as 20Asup(-2/3) with the number of nucleons. For finite nuclei, this number is not small enough as compared to 1, and indeed one observes a discrepancy of roughly a factor of 5 between the hydrodynamic frequencies and the relevant experimental numbers. (orig.)

  6. Analysis of Hydrodynamic Mechanism on Particles Focusing in Micro-Channel Flows

    Directory of Open Access Journals (Sweden)

    Qikun Wang

    2017-06-01

    Full Text Available In this paper, the hydrodynamic mechanism of moving particles in laminar micro-channel flows was numerically investigated. A hydrodynamic criterion was proposed to determine whether particles in channel flows can form a focusing pattern or not. A simple formula was derived to demonstrate how the focusing position varies with Reynolds number and particle size. Based on this proposed criterion, a possible hydrodynamic mechanism was discussed as to why the particles would not be focused if their sizes were too small or the channel Reynolds number was too low. The Re-λ curve (Re, λ respectively represents the channel-based Reynolds number and the particle’s diameter scaled by the channel was obtained using the data fitting with a least square method so as to obtain a parameter range of the focusing pattern. In addition, the importance of the particle rotation to the numerical modeling for the focusing of particles was discussed in view of the hydrodynamics. This research is expected to deepen the understanding of the particle transport phenomena in bounded flow, either in micro or macro fluidic scope.

  7. Tuning Bacterial Hydrodynamics with Magnetic Fields: A Path to Bacterial Robotics

    Science.gov (United States)

    Pierce, Christopher; Mumper, Eric; Brangham, Jack; Wijesinghe, Hiran; Lower, Stephen; Lower, Brian; Yang, Fengyuan; Sooryakumar, Ratnasingham

    Magnetotactic Bacteria (MTB) are a group of motile prokaryotes that synthesize chains of lipid-bound, magnetic nano-particles. In this study, the innate magnetism of these flagellated swimmers is exploited to explore their hydrodynamics near confining surfaces, using the magnetic field as a tuning parameter. With weak (Gauss), uniform, external, magnetic ?elds and the field gradients arising from micro-magnetic surface patterns, the relative strength of hydrodynamic, magnetic and ?agellar force components is tuned through magnetic control of the bacteria's orientation and position. In addition to direct measurement of several hydrodynamic quantities related to the motility of individual cells, their tunable dynamics reveal a number of novel, highly controllable swimming behaviors with potential value in micro-robotics applications. Specifically, the experiments permit the MTB cells to be directed along parallel or divergent trajectories, suppress their flagellar forces through magnetic means, and induce transitions between planar, circulating trajectories and drifting, vertically oriented ``top-like'' motion. The implications of the work for fundamental hydrodynamics research as well as bacterially driven robotics applications will be discussed.

  8. Large-eddy simulations of 3D Taylor-Green vortex: comparison of Smoothed Particle Hydrodynamics, Lattice Boltzmann and Finite Volume methods

    International Nuclear Information System (INIS)

    Kajzer, A; Pozorski, J; Szewc, K

    2014-01-01

    In the paper we present Large-eddy simulation (LES) results of 3D Taylor- Green vortex obtained by the three different computational approaches: Smoothed Particle Hydrodynamics (SPH), Lattice Boltzmann Method (LBM) and Finite Volume Method (FVM). The Smagorinsky model was chosen as a subgrid-scale closure in LES for all considered methods and a selection of spatial resolutions have been investigated. The SPH and LBM computations have been carried out with the use of the in-house codes executed on GPU and compared, for validation purposes, with the FVM results obtained using the open-source CFD software OpenFOAM. A comparative study in terms of one-point statistics and turbulent energy spectra shows a good agreement of LES results for all methods. An analysis of the GPU code efficiency and implementation difficulties has been made. It is shown that both SPH and LBM may offer a significant advantage over mesh-based CFD methods.

  9. Review of solution approach, methods, and recent results of the RELAP5 system code

    International Nuclear Information System (INIS)

    Trapp, J.A.; Ransom, V.H.

    1983-01-01

    The present RELAP5 code is based on a semi-implicit numerical scheme for the hydrodynamic model. The basic guidelines employed in the development of the semi-implicit numerical scheme are discussed and the numerical features of the scheme are illustrated by analysis for a simple, but analogous, single-equation model. The basic numerical scheme is recorded and results from several simulations are presented. The experimental results and code simulations are used in a complementary fashion to develop insights into nuclear-plant response that would not be obtained if either tool were used alone. Further analysis using the simple single-equation model is carried out to yield insights that are presently being used to implement a more-implicit multi-step scheme in the experimental version of RELAP5. The multi-step implicit scheme is also described

  10. Experimental benchmark of non-local-thermodynamic-equilibrium plasma atomic physics codes; Validation experimentale des codes de physique atomique des plasmas hors equilibre thermodynamique local

    Energy Technology Data Exchange (ETDEWEB)

    Nagels-Silvert, V

    2004-09-15

    The main purpose of this thesis is to get experimental data for the testing and validation of atomic physics codes dealing with non-local-thermodynamical-equilibrium plasmas. The first part is dedicated to the spectroscopic study of xenon and krypton plasmas that have been produced by a nanosecond laser pulse interacting with a gas jet. A Thomson scattering diagnostic has allowed us to measure independently plasma parameters such as electron temperature, electron density and the average ionisation state. We have obtained time integrated spectra in the range between 5 and 10 angstroms. We have identified about one hundred xenon rays between 8.6 and 9.6 angstroms via the use of the Relac code. We have discovered unknown rays for the krypton between 5.2 and 7.5 angstroms. In a second experiment we have extended the wavelength range to the X UV domain. The Averroes/Transpec code has been tested in the ranges from 9 to 15 angstroms and from 10 to 130 angstroms, the first range has been well reproduced while the second range requires a more complex data analysis. The second part is dedicated to the spectroscopic study of aluminium, selenium and samarium plasmas in femtosecond operating rate. We have designed an interferometry diagnostic in the frequency domain that has allowed us to measure the expanding speed of the target's backside. Via the use of an adequate isothermal model this parameter has led us to know the plasma electron temperature. Spectra and emission times of various rays from the aluminium and selenium plasmas have been computed satisfactorily with the Averroes/Transpec code coupled with Film and Multif hydrodynamical codes. (A.C.)

  11. Experimental benchmark of non-local-thermodynamic-equilibrium plasma atomic physics codes; Validation experimentale des codes de physique atomique des plasmas hors equilibre thermodynamique local

    Energy Technology Data Exchange (ETDEWEB)

    Nagels-Silvert, V

    2004-09-15

    The main purpose of this thesis is to get experimental data for the testing and validation of atomic physics codes dealing with non-local-thermodynamical-equilibrium plasmas. The first part is dedicated to the spectroscopic study of xenon and krypton plasmas that have been produced by a nanosecond laser pulse interacting with a gas jet. A Thomson scattering diagnostic has allowed us to measure independently plasma parameters such as electron temperature, electron density and the average ionisation state. We have obtained time integrated spectra in the range between 5 and 10 angstroms. We have identified about one hundred xenon rays between 8.6 and 9.6 angstroms via the use of the Relac code. We have discovered unknown rays for the krypton between 5.2 and 7.5 angstroms. In a second experiment we have extended the wavelength range to the X UV domain. The Averroes/Transpec code has been tested in the ranges from 9 to 15 angstroms and from 10 to 130 angstroms, the first range has been well reproduced while the second range requires a more complex data analysis. The second part is dedicated to the spectroscopic study of aluminium, selenium and samarium plasmas in femtosecond operating rate. We have designed an interferometry diagnostic in the frequency domain that has allowed us to measure the expanding speed of the target's backside. Via the use of an adequate isothermal model this parameter has led us to know the plasma electron temperature. Spectra and emission times of various rays from the aluminium and selenium plasmas have been computed satisfactorily with the Averroes/Transpec code coupled with Film and Multif hydrodynamical codes. (A.C.)

  12. Acoustic-hydrodynamic-flame coupling—A new perspective for zero and low Mach number flows

    Science.gov (United States)

    Pulikkottil, V. V.; Sujith, R. I.

    2017-04-01

    A combustion chamber has a hydrodynamic field that convects the incoming fuel and oxidizer into the chamber, thereby causing the mixture to react and produce heat energy. This heat energy can, in turn, modify the hydrodynamic and acoustic fields by acting as a source and thereby, establish a positive feedback loop. Subsequent growth in the amplitude of the acoustic field variables and their eventual saturation to a limit cycle is generally known as thermo-acoustic instability. Mathematical representation of these phenomena, by a set of equations, is the subject of this paper. In contrast to the ad hoc models, an explanation of the flame-acoustic-hydrodynamic coupling, based on fundamental laws of conservation of mass, momentum, and energy, is presented in this paper. In this paper, we use a convection reaction diffusion equation, which, in turn, is derived from the fundamental laws of conservation to explain the flame-acoustic coupling. The advantage of this approach is that the physical variables such as hydrodynamic velocity and heat release rate are coupled based on the conservation of energy and not based on an ad hoc model. Our approach shows that the acoustic-hydrodynamic interaction arises from the convection of acoustic velocity fluctuations by the hydrodynamic field and vice versa. This is a linear mechanism, mathematically represented as a convection operator. This mechanism resembles the non-normal mechanism studied in hydrodynamic theory. We propose that this mechanism could relate the instability mechanisms of hydrodynamic and thermo-acoustic systems. Furthermore, the acoustic-hydrodynamic interaction is shown to be responsible for the convection of entropy disturbances from the inlet of the chamber. The theory proposed in this paper also unifies the observations in the fields of low Mach number flows and zero Mach number flows. In contrast to the previous findings, where compressibility is shown to be causing different physics for zero and low Mach

  13. Anisotropic hydrodynamics, holography and the chiral magnetic effect

    International Nuclear Information System (INIS)

    Gahramanov, Ilmar; Kalaydzhyan, Tigran; Kirsch, Ingo; Hamburg Univ.

    2012-03-01

    We discuss a possible dependence of the chiral magnetic effect (CME) on the elliptic flow coefficient υ 2 . We first study this in a hydrodynamic model for a static anisotropic plasma with multiple anomalous U(1) currents. In the case of two charges, one axial and one vector, the CME formally appears as a first-order transport coefficient in the vector current. We compute this transport coefficient and show its dependence on υ 2 . We also determine the CME-coefficient from first-order corrections to the dual AdS background using the fluid-gravity duality. For small anisotropies, we find numerical agreement with the hydrodynamic result. (orig.)

  14. Anisotropic hydrodynamics, holography and the chiral magnetic effect

    Energy Technology Data Exchange (ETDEWEB)

    Gahramanov, Ilmar; Kalaydzhyan, Tigran; Kirsch, Ingo [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Hamburg Univ. (Germany). Zentrum fuer Mathematische Physik

    2012-03-15

    We discuss a possible dependence of the chiral magnetic effect (CME) on the elliptic flow coefficient {upsilon}{sub 2}. We first study this in a hydrodynamic model for a static anisotropic plasma with multiple anomalous U(1) currents. In the case of two charges, one axial and one vector, the CME formally appears as a first-order transport coefficient in the vector current. We compute this transport coefficient and show its dependence on {upsilon}{sub 2}. We also determine the CME-coefficient from first-order corrections to the dual AdS background using the fluid-gravity duality. For small anisotropies, we find numerical agreement with the hydrodynamic result. (orig.)

  15. Challenges to Ship Hydrodynamics in the XXI Century

    Directory of Open Access Journals (Sweden)

    Lech Kobylinski

    2014-09-01

    Full Text Available The beginning of twenty-first century is characterized with important changes in world shipping and exploitation of ocean resources. Three important trends are clearly visible: environment protection, safety and economy. They materialize in important changes in the structure of world fleet where some existing ship types are going to disappear and new ship types emerge. Increasing the size of some ship types is another visible tendency. Stress on environment protection has serious impact on the hydrodynamic characteristics of ships whether with regard to safety zero accident rate is the goal. Important challenges to ship hydrodynamics caused by those tendencies are discussed in the paper.

  16. The computer code SEURBNUK/EURDYN. Pt. 2

    International Nuclear Information System (INIS)

    Yerkess, A.; Broadhouse, B.J.; Smith, B.L.

    1987-01-01

    SEURBNUK-2 is a two-dimensional, axisymmetric, Eulerian, finite difference containment code. The numerical procedure adopted in SEURBNUK to solve the hydrodynamic equations is based on the semi-implicit ICE method which itself is an extension of the MAC algorithm. SEURBNUK has a finite difference thin shell treatment for vessels and internal structures of arbitrary shape and includes the effects of the compressibility of the fluid. Fluid flow through porous media and porous structures can also be accommodated. SEURBNUK/EURDYN is an extension of SEURBNUK-2 in which the finite difference thin shell treatment is replaced by a finite element calculation for both thin or thick structures. This has been achieved by coupling the shell elements and axisymmetric triangular elements. Within the code, the equations of motion for the structures are solved quite separately from those for the fluid, and the timestep for the fluid can be an integer multiple of that for the structures. The interaction of the structures with the fluid is then considered as a modification to the coefficients in the pressure equations, the modifications naturally depending on the behaviour of the structures within the fluid cell. The code is limited to dealing with a single fluid, the coolant, and the bubble and the cover gas are treated as cavities of uniform pressure calculated via appropriate pressure-volume-energy relationships. This manual describes the input data specifications needed for the execution of SEURBNUK/EURDYN calculations. After explaining the output facilities information is included to aid users to avoid some common pit-falls

  17. GAMER: A GRAPHIC PROCESSING UNIT ACCELERATED ADAPTIVE-MESH-REFINEMENT CODE FOR ASTROPHYSICS

    International Nuclear Information System (INIS)

    Schive, H.-Y.; Tsai, Y.-C.; Chiueh Tzihong

    2010-01-01

    We present the newly developed code, GPU-accelerated Adaptive-MEsh-Refinement code (GAMER), which adopts a novel approach in improving the performance of adaptive-mesh-refinement (AMR) astrophysical simulations by a large factor with the use of the graphic processing unit (GPU). The AMR implementation is based on a hierarchy of grid patches with an oct-tree data structure. We adopt a three-dimensional relaxing total variation diminishing scheme for the hydrodynamic solver and a multi-level relaxation scheme for the Poisson solver. Both solvers have been implemented in GPU, by which hundreds of patches can be advanced in parallel. The computational overhead associated with the data transfer between the CPU and GPU is carefully reduced by utilizing the capability of asynchronous memory copies in GPU, and the computing time of the ghost-zone values for each patch is diminished by overlapping it with the GPU computations. We demonstrate the accuracy of the code by performing several standard test problems in astrophysics. GAMER is a parallel code that can be run in a multi-GPU cluster system. We measure the performance of the code by performing purely baryonic cosmological simulations in different hardware implementations, in which detailed timing analyses provide comparison between the computations with and without GPU(s) acceleration. Maximum speed-up factors of 12.19 and 10.47 are demonstrated using one GPU with 4096 3 effective resolution and 16 GPUs with 8192 3 effective resolution, respectively.

  18. Stochastic-hydrodynamic model of halo formation in charged particle beams

    Directory of Open Access Journals (Sweden)

    Nicola Cufaro Petroni

    2003-03-01

    Full Text Available The formation of the beam halo in charged particle accelerators is studied in the framework of a stochastic-hydrodynamic model for the collective motion of the particle beam. In such a stochastic-hydrodynamic theory the density and the phase of the charged beam obey a set of coupled nonlinear hydrodynamic equations with explicit time-reversal invariance. This leads to a linearized theory that describes the collective dynamics of the beam in terms of a classical Schrödinger equation. Taking into account space-charge effects, we derive a set of coupled nonlinear hydrodynamic equations. These equations define a collective dynamics of self-interacting systems much in the same spirit as in the Gross-Pitaevskii and Landau-Ginzburg theories of the collective dynamics for interacting quantum many-body systems. Self-consistent solutions of the dynamical equations lead to quasistationary beam configurations with enhanced transverse dispersion and transverse emittance growth. In the limit of a frozen space-charge core it is then possible to determine and study the properties of stationary, stable core-plus-halo beam distributions. In this scheme the possible reproduction of the halo after its elimination is a consequence of the stationarity of the transverse distribution which plays the role of an attractor for every other distribution.

  19. Hydrodynamic Simulations of Kepler's Supernova Remnant

    Science.gov (United States)

    Sullivan, Jessica; Blondin, John; Borkowski, Kazik; Reynolds, Stephen

    2018-01-01

    Kepler’s supernova remnant contains unusual features that strongly suggest an origin in a single-degenerate Type Ia explosion, including anisotropic circumstellar medium (CSM), a strong brightness gradient, and spatially varying expansion proper motions. We present 3Dhydrodynamic simulations to test a picture in which Kepler's progenitor binary emitted a strong asymmetric wind, densest in the orbital plane, while the system moved at high velocity through the ISM. We simulate the creation of the presupernova environment as well as the supernova blast wave, using the VH-1 grid-based hydrodynamics code. We first modeled an anisotropic wind to create an asymmetric bowshock around the progenitor, then the blast wave from thesupernova. The final simulation places both previous model pieces onto a single grid and allows the blast wave to expand into the bowshock. Models were completed on a Yin-Yang grids with matching angular resolutions. By manipulating parameters that control the asymmetry of the system, we attempted to find conditions that recreated the current state of Kepler. We analyzed these models by comparing images of Kepler from the Chandra X-ray Observatory to line-of-sight projections from the model results. We also present comparisons of simulated expansion velocities with recent observations of X-ray proper motions from Chandra images. We were able to produce models that contained similar features to those seen in Kepler. We find the greatest resemblance to Kepler images with a presupernova wind with an equator-to-pole density contrast of 3 and a moderately disk-like CSM at a 5° angle between equatorial plane and system motion.

  20. Laboratory Study of Magnetorotational Instability and Hydrodynamic Stability at Large Reynolds Numbers

    Science.gov (United States)

    Ji, H.; Burin, M.; Schartman, E.; Goodman, J.; Liu, W.

    2006-01-01

    Two plausible mechanisms have been proposed to explain rapid angular momentum transport during accretion processes in astrophysical disks: nonlinear hydrodynamic instabilities and magnetorotational instability (MRI). A laboratory experiment in a short Taylor-Couette flow geometry has been constructed in Princeton to study both mechanisms, with novel features for better controls of the boundary-driven secondary flows (Ekman circulation). Initial results on hydrodynamic stability have shown negligible angular momentum transport in Keplerian-like flows with Reynolds numbers approaching one million, casting strong doubt on the viability of nonlinear hydrodynamic instability as a source for accretion disk turbulence.

  1. Use of implicit Monte Carlo radiation transport with hydrodynamics and compton scattering

    International Nuclear Information System (INIS)

    Fleck, J.A. Jr.

    1971-03-01

    It is shown that the combination of implicit radiation transport and hydrodynamics, Compton scattering, and any other energy transport can be simply carried out by a ''splitting'' procedure. Contributions to material energy exchange can be reckoned separately for hydrodynamics, radiation transport without scattering, Compton scattering, plus any other possible energy exchange mechanism. The radiation transport phase of the calculation would be implicit, but the hydrodynamics and Compton portions would not, leading to possible time step controls. The time step restrictions which occur on radiation transfer due to large Planck mean absorption cross-sections would not occur

  2. Fins improve the swimming performance of fish sperm: a hydrodynamic analysis of the Siberian sturgeon Acipenser baerii.

    Science.gov (United States)

    Gillies, Eric A; Bondarenko, Volodymyr; Cosson, Jacky; Pacey, Allan A

    2013-02-01

    The flagella of sturgeon sperm have an ultrastructure comprising paddle-like fins extending along most of their length. These fins are seen in several other marine and freshwater fish. The sperm of these fish are fast swimmers and are relatively short lived: it is therefore tempting to think of these fins as having evolved for hydrodynamic advantage, but the actual advantage they impart, at such a small length scale and slow speed, is unclear. The phrase "the fins improve hydrodynamic efficiency" is commonly found in biological literature, yet little hydrodynamic analysis has previously been used to support such conjectures. In this paper, we examine various hydrodynamic models of sturgeon sperm and investigate both swimming velocity and energy expenditure. All of the models indicate a modest hydrodynamic advantage of finned sperm, in both straight line swimming speed and a hydrodynamic efficiency measure. We find a hydrodynamic advantage for a flagellum with fins, over one without fins, of the order of 15-20% in straight line propulsive velocity and 10-15% in a hydrodynamic efficiency measure. Copyright © 2012 Wiley Periodicals, Inc.

  3. Use of water towing tanks for aerodynamics and hydrodynamics

    Science.gov (United States)

    Gadelhak, Mohamed

    1987-01-01

    Wind tunnels and flumes have become standard laboratory tools for modeling a variety of aerodynamic and hydrodynamic flow problems. Less available, although by no means less useful, are facilities in which a model can be towed (or propelled) through air or water. This article emphasizes the use of the water towing tank as an experimental tool for aerodynamic and hydrodynamic studies. Its advantages and disadvantages over other flow rigs are discussed, and its usefullness is illustrated through many examples of research results obtained over the past few years in a typical towing tank facility.

  4. Hydrodynamic motion of a heavy-ion-beam-heated plasma

    International Nuclear Information System (INIS)

    Jacoby, J.; Hoffmann, D.H.H.; Mueller, R.W.; Mahrt-Olt, K.; Arnold, R.C.; Schneider, V.; Maruhn, J.

    1990-01-01

    The first experimental study is reported of a plasma produced by a heavy-ion beam. Relevant parameters for heating with heavy ions are described, temperature and density of the plasma are determined, and the hydrodynamic motion in the target induced by the beam is studied. The measured temperature and the free-electron density are compared with a two-dimensional hydrodynamic-model calculation. In accordance with the model, a radial rarefaction wave reaching the center of the target was observed and the penetration velocity of the ion beam into the xenon-gas target was measured

  5. AX-GADGET: a new code for cosmological simulations of Fuzzy Dark Matter and Axion models

    Science.gov (United States)

    Nori, Matteo; Baldi, Marco

    2018-05-01

    We present a new module of the parallel N-Body code P-GADGET3 for cosmological simulations of light bosonic non-thermal dark matter, often referred as Fuzzy Dark Matter (FDM). The dynamics of the FDM features a highly non-linear Quantum Potential (QP) that suppresses the growth of structures at small scales. Most of the previous attempts of FDM simulations either evolved suppressed initial conditions, completely neglecting the dynamical effects of QP throughout cosmic evolution, or resorted to numerically challenging full-wave solvers. The code provides an interesting alternative, following the FDM evolution without impairing the overall performance. This is done by computing the QP acceleration through the Smoothed Particle Hydrodynamics (SPH) routines, with improved schemes to ensure precise and stable derivatives. As an extension of the P-GADGET3 code, it inherits all the additional physics modules implemented up to date, opening a wide range of possibilities to constrain FDM models and explore its degeneracies with other physical phenomena. Simulations are compared with analytical predictions and results of other codes, validating the QP as a crucial player in structure formation at small scales.

  6. Hyperbolic metamaterial lens with hydrodynamic nonlocal response

    DEFF Research Database (Denmark)

    Yan, Wei; Mortensen, N. Asger; Wubs, Martijn

    2013-01-01

    We investigate the effects of hydrodynamic nonlocal response in hyperbolic metamaterials (HMMs), focusing on the experimentally realizable parameter regime where unit cells are much smaller than an optical wavelength but much larger than the wavelengths of the longitudinal pressure waves...... of the free-electron plasma in the metal constituents. We derive the nonlocal corrections to the effective material parameters analytically, and illustrate the noticeable nonlocal effects on the dispersion curves numerically. As an application, we find that the focusing characteristics of a HMM lens...... in the local-response approximation and in the hydrodynamic Drude model can differ considerably. In particular, the optimal frequency for imaging in the nonlocal theory is blueshifted with respect to that in the local theory. Thus, to detect whether nonlocal response is at work in a hyperbolic metamaterial, we...

  7. Equilibrium reconstruction in stellarators: V3FIT

    Energy Technology Data Exchange (ETDEWEB)

    Hanson, J.D.; Knowlton, S.F. [Physics Department, Auburn University, Auburn, AL (United States); Hirshman, S.P.; Lazarus, E.A. [Oak Ridge National Laboratory, Oak Ridge, TN (United States); Lao, L.L. [General Atomics, San Diego, CA (United States)

    2003-07-01

    The first section describes a general response function formalism for computing stellarator magnetic diagnostic signals, which is the first step in developing a reconstruction capability. The approach parallels that used in the EFIT two-dimensional (2-D) equilibrium reconstruction code. The second section describes the two codes we have written, V3RFUN and V3POST. V3RFUN computes the response functions for a specified magnetic diagnostic coil, and V3POST uses the response functions calculated by V3RFUN, along with the plasma current information supplied by the equilibrium code VMEC, to compute the expected magnetic diagnostic signals. These two codes are currently being used to design magnetic diagnostic for the NCSX stellarator (at PPPL) and the CTH toroidal hybrid stellarator (at Auburn University). The last section of the paper describes plans for the V3FIT code. (orig.)

  8. Critical scattering of neutrons by Fe: study of the hydrodynamic and critical regions

    International Nuclear Information System (INIS)

    Parette, Georges

    1971-01-01

    In the present work we describe the latest experiments on the critical magnetic scattering of neutrons by iron just above the Curie temperature, performed at the Centre d'Etudes Nucleaires at Saclay. In these experiments we have tried to explore the 'hydrodynamical region' as defined by the 'scaling laws' and to determine the temperature dependence of the diffusion constant. These experiments yield a verification of the recent theoretical calculations made by P. Resibois and C. Piette. These calculations and several measurements which we have conducted show the existence of an intermediate region between the 'critical' and the 'hydrodynamical' regions, which we call the 'quasi-hydrodynamical' region. In the hydrodynamical region, whose borders are well defined by the calculations of Resibois and Piette, our results confirm the theoretical predictions concerning this region. (author) [fr

  9. Fluctuating hydrodynamics for ionic liquids

    Energy Technology Data Exchange (ETDEWEB)

    Lazaridis, Konstantinos [Department of Mathematics and Statistics, Washington State University, Pullman, 99163 (United States); Wickham, Logan [Department of Computer Science, Washington State University, Richland, 99354 (United States); Voulgarakis, Nikolaos, E-mail: n.voulgarakis@wsu.edu [Department of Mathematics and Statistics, Washington State University, Pullman, 99163 (United States)

    2017-04-25

    We present a mean-field fluctuating hydrodynamics (FHD) method for studying the structural and transport properties of ionic liquids in bulk and near electrified surfaces. The free energy of the system consists of two competing terms: (1) a Landau–Lifshitz functional that models the spontaneous separation of the ionic groups, and (2) the standard mean-field electrostatic interaction between the ions in the liquid. The numerical approach used to solve the resulting FHD-Poisson equations is very efficient and models thermal fluctuations with remarkable accuracy. Such density fluctuations are sufficiently strong to excite the experimentally observed spontaneous formation of liquid nano-domains. Statistical analysis of our simulations provides quantitative information about the properties of ionic liquids, such as the mixing quality, stability, and the size of the nano-domains. Our model, thus, can be adequately parameterized by directly comparing our prediction with experimental measurements and all-atom simulations. Conclusively, this work can serve as a practical mathematical tool for testing various theories and designing more efficient mixtures of ionic liquids. - Highlights: • A new fluctuating hydrodynamics method for ionic liquids. • Description of ionic liquid morphology in bulk and near electrified surfaces. • Direct comparison with experimental measurements.

  10. Numerical methods for hydrodynamic stability problems

    International Nuclear Information System (INIS)

    Fujimura, Kaoru

    1985-11-01

    Numerical methods for solving the Orr-Sommerfeld equation, which is the fundamental equation of the hydrodynamic stability theory for various shear flows, are reviewed and typical numerical results are presented. The methods of asymptotic solution, finite difference methods, initial value methods and expansions in orthogonal functions are compared. (author)

  11. Hydrodynamic impact response, a flexible view

    NARCIS (Netherlands)

    Vredeveldt, A.W.; Hoogeland, M.; Janssen, G.Th.M.

    2001-01-01

    The popularity of high-speed craft is steadily increasing. Until now, much attention has been focussed on the hydrodynamic aspects of these craft. The structural design of these vessels is usually considered in a quasi static sense. However, due to the requirement of light ship structures, fast ship

  12. An analytical study of thermo-hydrodynamic behaviour of the reflood-phase during a LOCA

    International Nuclear Information System (INIS)

    Murao, Y.

    1977-12-01

    The objectives of this study are - the check of the quench model proposed by the author and T. Sudoh, - the establishment of the thermo-hydrodynamics downstream from the quench front, and - the stabilization of the numerical calculations. In order to study these therms, the new version of the reflood analysis code 'REFLA-1D' was developed. The quench modes were classified into the following three types: 1) Liquid column type (rewetting by subcooled water), 2) Dryout type (annular flow type, rewetting by saturated water), and 3) Rewetting type (entire surface temperature higher than rewetting temperature). For the thermo-hydrodynamic model downstream from the quench front, the flow pattern was divided into the five regimes: 1) Subcooled film boiling regime, 2) Transition flow regime, 3) Dispersed flow regime, 4) Superheated steam flow regime, and 5) Rewetted regime. To stabilze the numerical calculation and shorten the computing time, the Lagrangian form of the energy equation of gase phase and dispersed flow region was used instead of the Eulerian form. Considerably close agreement between three PWR-FLECHT tests and the calculated results for the critical Weber number Wec=1.0 was obtained for fuel clad surface temperature and quench time except in earlier stage before turnaround, but poor agreement for the heat transfer characteristics in the transition flow region defined between the quench front and the dispersed flow region. The calculation was relatively stable and the computing time is about the same as a real time for a IBM 370-158 computer. (orig.) [de

  13. Design of an electromagnetic accelerator for turbulent hydrodynamic mix studies

    International Nuclear Information System (INIS)

    Susoeff, A.R.; Hawke, R.S.; Morrison, J.J.; Dimonte, G.; Remington, B.A.

    1994-03-01

    An electromagnetic accelerator in the form of a linear electric motor (LEM) has been designed to achieve controlled acceleration profiles of a carriage containing hydrodynamically unstable fluids for the investigation of the development of turbulent mix. Key features of the design include: (1) independent control of acceleration, deceleration and augmentation currents to provide a variety of acceleration-time profiles, (2) a robust support structure to minimized deflection and dampen vibration which could create artifacts in the data interfering with the intended study and (3) a compliant, non-arcing solid armature allowing optimum electrical contact. Electromagnetic modeling codes were used to optimize the rail and augmentation coil positions within the support structure framework. Design of the driving armature and the dynamic electromagnetic braking system is based on results of contemporary studies for non-arcing sliding contact of solid armatures. A 0.6MJ electrolytic capacitor bank is used for energy storage to drive the LEM. This report will discuss a LEM and armature design which will accelerate masses of up to 3kg to a maximum of about 3000g o , where g o is acceleration due to gravity

  14. Heating, Hydrodynamics, and Radiation From a Laser Heated Non-LTE High-Z Target

    Science.gov (United States)

    Gray, William; Foord, M. E.; Schneider, M. B.; Barrios, M. A.; Brown, G. V.; Heeter, R. F.; Jarrott, L. C.; Liedahl, D. A.; Marley, E. V.; Mauche, C. W.; Widmann, K.

    2016-10-01

    We present 2D R-z simulations that model the hydrodynamics and x-ray output of a laser heated, tamped foil, using the rad-hydro code LASNEX. The foil consists of a thin (2400 A) cylindrical disk of iron/vanadium/gold that is embedded in a thicker Be tamper. The simulations utilize a non-LTE detailed configuration (DCA) model, which generates the emission spectra. Simulated pinhole images are compared with data, finding qualitative agreement with the time-history of the face-on emission profiles, and exhibiting an interesting reduction in emission size over a few ns time period. Furthermore, we find that the simulations recover similar burn through times in both the target and Be tamper as measured by a time-dependent filtered x-ray detector (DANTE). Additional results and characterization of the experimental plasma will be presented. This work performed under the auspices of U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.

  15. Effects of cross-sex hormone treatment on cortical thickness in transsexual individuals.

    Science.gov (United States)

    Zubiaurre-Elorza, Leire; Junque, Carme; Gómez-Gil, Esther; Guillamon, Antonio

    2014-05-01

    Untreated transsexuals have a brain cortical phenotype. Cross-sex hormone treatments are used to masculinize or feminize the bodies of female-to-male (FtMs) or male-to-female (MtFs) transsexuals, respectively. A longitudinal design was conducted to investigate the effects of treatments on brain cortical thickness (CTh) of FtMs and MtFs. This study investigated 15 female-to-male (FtMs) and 14 male-to-female (MtFs) transsexuals prior and during at least six months of cross-sex hormone therapy treatment. Brain MRI imaging was performed in a 3-Tesla TIM-TRIO Siemens scanner. T1-weighted images were analyzed with FreeSurfer software to obtain CTh as well as subcortical volumetric values. Changes in brain CTh thickness and volumetry associated to changes in hormonal levels due to cross-sex hormone therapy. After testosterone treatment, FtMs showed increases of CTh bilaterally in the postcentral gyrus and unilaterally in the inferior parietal, lingual, pericalcarine, and supramarginal areas of the left hemisphere and the rostral middle frontal and the cuneus region of the right hemisphere. There was a significant positive correlation between the serum testosterone and free testosterone index changes and CTh changes in parieto-temporo-occipital regions. In contrast, MtFs, after estrogens and antiandrogens treatment, showed a general decrease in CTh and subcortical volumetric measures and an increase in the volume of the ventricles. Testosterone therapy increases CTh in FtMs. Thickening in cortical regions is associated to changes in testosterone levels. Estrogens and antiandrogens therapy in MtFs is associated to a decrease in the CTh that consequently induces an enlargement of the ventricular system. © 2014 International Society for Sexual Medicine.

  16. Biomimetic shark skin: design, fabrication and hydrodynamic function.

    Science.gov (United States)

    Wen, Li; Weaver, James C; Lauder, George V

    2014-05-15

    Although the functional properties of shark skin have been of considerable interest to both biologists and engineers because of the complex hydrodynamic effects of surface roughness, no study to date has successfully fabricated a flexible biomimetic shark skin that allows detailed study of hydrodynamic function. We present the first study of the design, fabrication and hydrodynamic testing of a synthetic, flexible, shark skin membrane. A three-dimensional (3D) model of shark skin denticles was constructed using micro-CT imaging of the skin of the shortfin mako (Isurus oxyrinchus). Using 3D printing, thousands of rigid synthetic shark denticles were placed on flexible membranes in a controlled, linear-arrayed pattern. This flexible 3D printed shark skin model was then tested in water using a robotic flapping device that allowed us to either hold the models in a stationary position or move them dynamically at their self-propelled swimming speed. Compared with a smooth control model without denticles, the 3D printed shark skin showed increased swimming speed with reduced energy consumption under certain motion programs. For example, at a heave frequency of 1.5 Hz and an amplitude of ± 1 cm, swimming speed increased by 6.6% and the energy cost-of-transport was reduced by 5.9%. In addition, a leading-edge vortex with greater vorticity than the smooth control was generated by the 3D printed shark skin, which may explain the increased swimming speeds. The ability to fabricate synthetic biomimetic shark skin opens up a wide array of possible manipulations of surface roughness parameters, and the ability to examine the hydrodynamic consequences of diverse skin denticle shapes present in different shark species. © 2014. Published by The Company of Biologists Ltd.

  17. Numerical modeling of hydrodynamic in southwestern Johor, Malaysia

    Science.gov (United States)

    Jusoh, Wan Hasliza Wan; Tangang, Fredolin; Juneng, Liew; Hamid, Mohd. Radzi Abdul

    2014-09-01

    Tanjung Piai located at the southwest of Johor, Malaysia faces severe erosion since a few decades ago. Considering the condition in this particular area, understanding of its hydrodynamic behaviour should be clearly explained. Thus, a numerical modelling has been applied in this study in order to investigate the hydrodynamic of current flow along the study area. Hydrodynamic study was carried out by applying a numerical modelling of MIKE 21 software based on flexible mesh grids. The model generally described the current flow pattern in the study area corresponding to the several flows from surrounding water regime which are Malacca Strait, Singapore Strait and Java Sea. The interaction of various water flows in the area of Tanjung Piai which is located in the middle part of the meeting of the currents to have a very complicated hydrodynamic conditions. The study area generally experienced two tidal phase in a day as the water flows is greatly influenced by the adjacent water flow from Malacca and Singapore Straits. During first tidal cycle, the most dominant flow is influenced by a single water flow which is Malacca Strait for both ebbing and flooding event. The current velocity was generally higher during this first tidal phase particularly at the tips of Tanjung Piai where severe erosion is spotted. However, the second tidal phase gives different stress to the study area as the flow is relatively dominated by both Malacca and Singapore Straits. During this phase, the meeting of current from both straits can be discovered near to the Tanjung Piai as this occurrence makes relatively slower current velocity around the study area. Basically, the numerical modelling result in this study can be considered as basic information in describing the condition of study area as it would be very useful for extensive study especially the study of sediment transport and morphological processes in the coastal area.

  18. Self-gravitational Hydrodynamics with Three-dimensional Adaptive Mesh Refinement: Methodology and Applications to Molecular Cloud Collapse and Fragmentation

    International Nuclear Information System (INIS)

    Truelove, J.K.; Klein, R.I.; McKee, C.F.; Holliman, J.H. II; Truelove, J.K.; McKee, C.F.; Truelove, J.K.; Holliman, J.H. II; Klein, R.I.; Woods, D.T.; McKee, C.F.; Woods, D.T.; Howell, L.H.; Greenough, J.A.

    1998-01-01

    We describe a new code for numerical solution of three-dimensional self-gravitational hydrodynamics problems. This code utilizes the technique of local adaptive mesh refinement (AMR), employing multiple grids at multiple levels of resolution and automatically and dynamically adding and removing these grids as necessary to maintain adequate resolution. This technology allows solution of problems that would be prohibitively expensive with a code using fixed resolution, and it is more versatile and efficient than competing methods of achieving variable resolution. In particular, we apply this technique to simulate the collapse and fragmentation of a molecular cloud, a key step in star formation. The simulation involves many orders of magnitude of variation in length scale as fragments form at positions that are not a priori discernible from general initial conditions. In this paper, we describe the methodology behind this new code and present several illustrative applications. The criterion that guides the degree of adaptive mesh refinement is critical to the success of the scheme, and, for the isothermal problems considered here, we employ the Jeans condition for this purpose. By maintaining resolution finer than the local Jeans length, we set new benchmarks of accuracy by which to measure other codes on each problem we consider, including the uniform collapse of a finite pressured cloud. We find that the uniformly rotating, spherical clouds treated here first collapse to disks in the equatorial plane and then, in the presence of applied perturbations, form filamentary singularities that do not fragment while isothermal. Our results provide numerical confirmation of recent work by Inutsuka ampersand Miyama on this scenario of isothermal filament formation. copyright copyright 1998. The American Astronomical Society

  19. Biomedical device prototype based on small scale hydrodynamic cavitation

    Science.gov (United States)

    Ghorbani, Morteza; Sozer, Canberk; Alcan, Gokhan; Unel, Mustafa; Ekici, Sinan; Uvet, Huseyin; Koşar, Ali

    2018-03-01

    This study presents a biomedical device prototype based on small scale hydrodynamic cavitation. The application of small scale hydrodynamic cavitation and its integration to a biomedical device prototype is offered as an important alternative to other techniques, such as ultrasound therapy, and thus constitutes a local, cheap, and energy-efficient solution, for urinary stone therapy and abnormal tissue ablation (e.g., benign prostate hyperplasia (BPH)). The destructive nature of bubbly, cavitating, flows was exploited, and the potential of the prototype was assessed and characterized. Bubbles generated in a small flow restrictive element (micro-orifice) based on hydrodynamic cavitation were utilized for this purpose. The small bubbly, cavitating, flow generator (micro-orifice) was fitted to a small flexible probe, which was actuated with a micromanipulator using fine control. This probe also houses an imaging device for visualization so that the emerging cavitating flow could be locally targeted to the desired spot. In this study, the feasibility of this alternative treatment method and its integration to a device prototype were successfully accomplished.

  20. Biomedical device prototype based on small scale hydrodynamic cavitation

    Directory of Open Access Journals (Sweden)

    Morteza Ghorbani

    2018-03-01

    Full Text Available This study presents a biomedical device prototype based on small scale hydrodynamic cavitation. The application of small scale hydrodynamic cavitation and its integration to a biomedical device prototype is offered as an important alternative to other techniques, such as ultrasound therapy, and thus constitutes a local, cheap, and energy-efficient solution, for urinary stone therapy and abnormal tissue ablation (e.g., benign prostate hyperplasia (BPH. The destructive nature of bubbly, cavitating, flows was exploited, and the potential of the prototype was assessed and characterized. Bubbles generated in a small flow restrictive element (micro-orifice based on hydrodynamic cavitation were utilized for this purpose. The small bubbly, cavitating, flow generator (micro-orifice was fitted to a small flexible probe, which was actuated with a micromanipulator using fine control. This probe also houses an imaging device for visualization so that the emerging cavitating flow could be locally targeted to the desired spot. In this study, the feasibility of this alternative treatment method and its integration to a device prototype were successfully accomplished.