Sample records for n-body code running

  1. OBERON: OBliquity and Energy balance Run on N-body systems

    NASA Astrophysics Data System (ADS)

    Forgan, Duncan H.

    2016-08-01

    OBERON (OBliquity and Energy balance Run on N-body systems) models the climate of Earthlike planets under the effects of an arbitrary number and arrangement of other bodies, such as stars, planets and moons. The code, written in C++, simultaneously computes N body motions using a 4th order Hermite integrator, simulates climates using a 1D latitudinal energy balance model, and evolves the orbital spin of bodies using the equations of Laskar (1986a,b).

  2. RAY-RAMSES: a code for ray tracing on the fly in N-body simulations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Barreira, Alexandre; Llinares, Claudio; Bose, Sownak

    2016-05-01

    We present a ray tracing code to compute integrated cosmological observables on the fly in AMR N-body simulations. Unlike conventional ray tracing techniques, our code takes full advantage of the time and spatial resolution attained by the N-body simulation by computing the integrals along the line of sight on a cell-by-cell basis through the AMR simulation grid. Moroever, since it runs on the fly in the N-body run, our code can produce maps of the desired observables without storing large (or any) amounts of data for post-processing. We implemented our routines in the RAMSES N-body code and tested the implementationmore » using an example of weak lensing simulation. We analyse basic statistics of lensing convergence maps and find good agreement with semi-analytical methods. The ray tracing methodology presented here can be used in several cosmological analysis such as Sunyaev-Zel'dovich and integrated Sachs-Wolfe effect studies as well as modified gravity. Our code can also be used in cross-checks of the more conventional methods, which can be important in tests of theory systematics in preparation for upcoming large scale structure surveys.« less

  3. Performance tuning of N-body codes on modern microprocessors: I. Direct integration with a hermite scheme on x86_64 architecture

    NASA Astrophysics Data System (ADS)

    Nitadori, Keigo; Makino, Junichiro; Hut, Piet

    2006-12-01

    The main performance bottleneck of gravitational N-body codes is the force calculation between two particles. We have succeeded in speeding up this pair-wise force calculation by factors between 2 and 10, depending on the code and the processor on which the code is run. These speed-ups were obtained by writing highly fine-tuned code for x86_64 microprocessors. Any existing N-body code, running on these chips, can easily incorporate our assembly code programs. In the current paper, we present an outline of our overall approach, which we illustrate with one specific example: the use of a Hermite scheme for a direct N2 type integration on a single 2.0 GHz Athlon 64 processor, for which we obtain an effective performance of 4.05 Gflops, for double-precision accuracy. In subsequent papers, we will discuss other variations, including the combinations of N log N codes, single-precision implementations, and performance on other microprocessors.

  4. pycola: N-body COLA method code

    NASA Astrophysics Data System (ADS)

    Tassev, Svetlin; Eisenstein, Daniel J.; Wandelt, Benjamin D.; Zaldarriagag, Matias

    2015-09-01

    pycola is a multithreaded Python/Cython N-body code, implementing the Comoving Lagrangian Acceleration (COLA) method in the temporal and spatial domains, which trades accuracy at small-scales to gain computational speed without sacrificing accuracy at large scales. This is especially useful for cheaply generating large ensembles of accurate mock halo catalogs required to study galaxy clustering and weak lensing. The COLA method achieves its speed by calculating the large-scale dynamics exactly using LPT while letting the N-body code solve for the small scales, without requiring it to capture exactly the internal dynamics of halos.

  5. ZENO: N-body and SPH Simulation Codes

    NASA Astrophysics Data System (ADS)

    Barnes, Joshua E.

    2011-02-01

    The ZENO software package integrates N-body and SPH simulation codes with a large array of programs to generate initial conditions and analyze numerical simulations. Written in C, the ZENO system is portable between Mac, Linux, and Unix platforms. It is in active use at the Institute for Astronomy (IfA), at NRAO, and possibly elsewhere. Zeno programs can perform a wide range of simulation and analysis tasks. While many of these programs were first created for specific projects, they embody algorithms of general applicability and embrace a modular design strategy, so existing code is easily applied to new tasks. Major elements of the system include: Structured data file utilities facilitate basic operations on binary data, including import/export of ZENO data to other systems.Snapshot generation routines create particle distributions with various properties. Systems with user-specified density profiles can be realized in collisionless or gaseous form; multiple spherical and disk components may be set up in mutual equilibrium.Snapshot manipulation routines permit the user to sift, sort, and combine particle arrays, translate and rotate particle configurations, and assign new values to data fields associated with each particle.Simulation codes include both pure N-body and combined N-body/SPH programs: Pure N-body codes are available in both uniprocessor and parallel versions.SPH codes offer a wide range of options for gas physics, including isothermal, adiabatic, and radiating models. Snapshot analysis programs calculate temporal averages, evaluate particle statistics, measure shapes and density profiles, compute kinematic properties, and identify and track objects in particle distributions.Visualization programs generate interactive displays and produce still images and videos of particle distributions; the user may specify arbitrary color schemes and viewing transformations.

  6. N-MODY: a code for collisionless N-body simulations in modified Newtonian dynamics.

    NASA Astrophysics Data System (ADS)

    Londrillo, P.; Nipoti, C.

    We describe the numerical code N-MODY, a parallel particle-mesh code for collisionless N-body simulations in modified Newtonian dynamics (MOND). N-MODY is based on a numerical potential solver in spherical coordinates that solves the non-linear MOND field equation, and is ideally suited to simulate isolated stellar systems. N-MODY can be used also to compute the MOND potential of arbitrary static density distributions. A few applications of N-MODY indicate that some astrophysically relevant dynamical processes are profoundly different in MOND and in Newtonian gravity with dark matter.

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

    NASA Astrophysics Data System (ADS)

    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.

  8. CUBE: Information-optimized parallel cosmological N-body simulation code

    NASA Astrophysics Data System (ADS)

    Yu, Hao-Ran; Pen, Ue-Li; Wang, Xin

    2018-05-01

    CUBE, written in Coarray Fortran, is a particle-mesh based parallel cosmological N-body simulation code. The memory usage of CUBE can approach as low as 6 bytes per particle. Particle pairwise (PP) force, cosmological neutrinos, spherical overdensity (SO) halofinder are included.

  9. N-MODY: A Code for Collisionless N-body Simulations in Modified Newtonian Dynamics

    NASA Astrophysics Data System (ADS)

    Londrillo, Pasquale; Nipoti, Carlo

    2011-02-01

    N-MODY is a parallel particle-mesh code for collisionless N-body simulations in modified Newtonian dynamics (MOND). N-MODY is based on a numerical potential solver in spherical coordinates that solves the non-linear MOND field equation, and is ideally suited to simulate isolated stellar systems. N-MODY can be used also to compute the MOND potential of arbitrary static density distributions. A few applications of N-MODY indicate that some astrophysically relevant dynamical processes are profoundly different in MOND and in Newtonian gravity with dark matter.

  10. A NEW HYBRID N-BODY-COAGULATION CODE FOR THE FORMATION OF GAS GIANT PLANETS

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bromley, Benjamin C.; Kenyon, Scott J., E-mail: bromley@physics.utah.edu, E-mail: skenyon@cfa.harvard.edu

    2011-04-20

    We describe an updated version of our hybrid N-body-coagulation code for planet formation. In addition to the features of our 2006-2008 code, our treatment now includes algorithms for the one-dimensional evolution of the viscous disk, the accretion of small particles in planetary atmospheres, gas accretion onto massive cores, and the response of N-bodies to the gravitational potential of the gaseous disk and the swarm of planetesimals. To validate the N-body portion of the algorithm, we use a battery of tests in planetary dynamics. As a first application of the complete code, we consider the evolution of Pluto-mass planetesimals in amore » swarm of 0.1-1 cm pebbles. In a typical evolution time of 1-3 Myr, our calculations transform 0.01-0.1 M{sub sun} disks of gas and dust into planetary systems containing super-Earths, Saturns, and Jupiters. Low-mass planets form more often than massive planets; disks with smaller {alpha} form more massive planets than disks with larger {alpha}. For Jupiter-mass planets, masses of solid cores are 10-100 M{sub +}.« less

  11. Code C# for chaos analysis of relativistic many-body systems

    NASA Astrophysics Data System (ADS)

    Grossu, I. V.; Besliu, C.; Jipa, Al.; Bordeianu, C. C.; Felea, D.; Stan, E.; Esanu, T.

    2010-08-01

    This work presents a new Microsoft Visual C# .NET code library, conceived as a general object oriented solution for chaos analysis of three-dimensional, relativistic many-body systems. In this context, we implemented the Lyapunov exponent and the “fragmentation level” (defined using the graph theory and the Shannon entropy). Inspired by existing studies on billiard nuclear models and clusters of galaxies, we tried to apply the virial theorem for a simplified many-body system composed by nucleons. A possible application of the “virial coefficient” to the stability analysis of chaotic systems is also discussed. Catalogue identifier: AEGH_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEGH_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.: 30 053 No. of bytes in distributed program, including test data, etc.: 801 258 Distribution format: tar.gz Programming language: Visual C# .NET 2005 Computer: PC Operating system: .Net Framework 2.0 running on MS Windows Has the code been vectorized or parallelized?: Each many-body system is simulated on a separate execution thread RAM: 128 Megabytes Classification: 6.2, 6.5 External routines: .Net Framework 2.0 Library Nature of problem: Chaos analysis of three-dimensional, relativistic many-body systems. Solution method: Second order Runge-Kutta algorithm for simulating relativistic many-body systems. Object oriented solution, easy to reuse, extend and customize, in any development environment which accepts .Net assemblies or COM components. Implementation of: Lyapunov exponent, “fragmentation level”, “average system radius”, “virial coefficient”, and energy conservation precision test. Additional comments: Easy copy/paste based deployment method. Running time: Quadratic complexity.

  12. Running economy and body composition between competitive and recreational level distance runners.

    PubMed

    Mooses, Martin; Jürimäe, J; Mäestu, J; Mooses, K; Purge, P; Jürimäe, T

    2013-09-01

    The aim of the present study was to compare running economy between competitive and recreational level athletes at their individual ventilatory thresholds on track and to compare body composition parameters that are related to the individual running economy measured on track. We performed a cross-sectional analysis of a total 45 male runners classified as competitive runners (CR; n = 28) and recreational runners (RR; n = 17). All runners performed an incremental test on treadmill until voluntary exhaustion and at least 48 h later a 2 × 2000 m test at indoor track with intensities according to ventilatory threshold 1, ventilator threshold 2. During the running tests, athletes wore portable oxygen analyzer. Body composition was measured with Dual energy X-ray absorptiometry (DXA) method. Running economy at the first ventilatory threshold was not significantly related to any of the measured body composition values or leg mass ratios either in the competitive or in the recreational runners group. This study showed that there was no difference in the running economy between distance runners with different performance level when running on track, while there was a difference in the second ventilatory threshold speed in different groups of distance runners. Differences in running economy between competitive and recreational athletes cannot be explained by body composition and/or different leg mass ratios.

  13. OCTGRAV: Sparse Octree Gravitational N-body Code on Graphics Processing Units

    NASA Astrophysics Data System (ADS)

    Gaburov, Evghenii; Bédorf, Jeroen; Portegies Zwart, Simon

    2010-10-01

    Octgrav is a very fast tree-code which runs on massively parallel Graphical Processing Units (GPU) with NVIDIA CUDA architecture. The algorithms are based on parallel-scan and sort methods. The tree-construction and calculation of multipole moments is carried out on the host CPU, while the force calculation which consists of tree walks and evaluation of interaction list is carried out on the GPU. In this way, a sustained performance of about 100GFLOP/s and data transfer rates of about 50GB/s is achieved. It takes about a second to compute forces on a million particles with an opening angle of heta approx 0.5. To test the performance and feasibility, we implemented the algorithms in CUDA in the form of a gravitational tree-code which completely runs on the GPU. The tree construction and traverse algorithms are portable to many-core devices which have support for CUDA or OpenCL programming languages. The gravitational tree-code outperforms tuned CPU code during the tree-construction and shows a performance improvement of more than a factor 20 overall, resulting in a processing rate of more than 2.8 million particles per second. The code has a convenient user interface and is freely available for use.

  14. JSPAM: A restricted three-body code for simulating interacting galaxies

    NASA Astrophysics Data System (ADS)

    Wallin, J. F.; Holincheck, A. J.; Harvey, A.

    2016-07-01

    Restricted three-body codes have a proven ability to recreate much of the disturbed morphology of actual interacting galaxies. As more sophisticated n-body models were developed and computer speed increased, restricted three-body codes fell out of favor. However, their supporting role for performing wide searches of parameter space when fitting orbits to real systems demonstrates a continuing need for their use. Here we present the model and algorithm used in the JSPAM code. A precursor of this code was originally described in 1990, and was called SPAM. We have recently updated the software with an alternate potential and a treatment of dynamical friction to more closely mimic the results from n-body tree codes. The code is released publicly for use under the terms of the Academic Free License ("AFL") v. 3.0 and has been added to the Astrophysics Source Code Library.

  15. Studies of Planet Formation Using a Hybrid N-Body + Planetesimal Code

    NASA Technical Reports Server (NTRS)

    Kenyon, Scott J.

    2004-01-01

    The goal of our proposal was to use a hybrid multi-annulus planetesimal/n-body code to examine the planetesimal theory, one of the two main theories of planet formation. We developed this code to follow the evolution of numerous 1 m to 1 km planetesimals as they collide, merge, and grow into full-fledged planets. Our goal was to apply the code to several well-posed, topical problems in planet formation and to derive observational consequences of the models. We planned to construct detailed models to address two fundamental issues: (1) icy planets: models for icy planet formation will demonstrate how the physical properties of debris disks - including the Kuiper Belt in our solar system - depend on initial conditions and input physics; and (2) terrestrial planets: calculations following the evolution of 1-10 km planetesimals into Earth-mass planets and rings of dust will provide a better understanding of how terrestrial planets form and interact with their environment.

  16. Reducing EnergyPlus Run Time For Code Compliance Tools

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Athalye, Rahul A.; Gowri, Krishnan; Schultz, Robert W.

    2014-09-12

    Integration of the EnergyPlus ™ simulation engine into performance-based code compliance software raises a concern about simulation run time, which impacts timely feedback of compliance results to the user. EnergyPlus annual simulations for proposed and code baseline building models, and mechanical equipment sizing result in simulation run times beyond acceptable limits. This paper presents a study that compares the results of a shortened simulation time period using 4 weeks of hourly weather data (one per quarter), to an annual simulation using full 52 weeks of hourly weather data. Three representative building types based on DOE Prototype Building Models and threemore » climate zones were used for determining the validity of using a shortened simulation run period. Further sensitivity analysis and run time comparisons were made to evaluate the robustness and run time savings of using this approach. The results of this analysis show that the shortened simulation run period provides compliance index calculations within 1% of those predicted using annual simulation results, and typically saves about 75% of simulation run time.« less

  17. Performance analysis of parallel gravitational N-body codes on large GPU clusters

    NASA Astrophysics Data System (ADS)

    Huang, Si-Yi; Spurzem, Rainer; Berczik, Peter

    2016-01-01

    We compare the performance of two very different parallel gravitational N-body codes for astrophysical simulations on large Graphics Processing Unit (GPU) clusters, both of which are pioneers in their own fields as well as on certain mutual scales - NBODY6++ and Bonsai. We carry out benchmarks of the two codes by analyzing their performance, accuracy and efficiency through the modeling of structure decomposition and timing measurements. We find that both codes are heavily optimized to leverage the computational potential of GPUs as their performance has approached half of the maximum single precision performance of the underlying GPU cards. With such performance we predict that a speed-up of 200 - 300 can be achieved when up to 1k processors and GPUs are employed simultaneously. We discuss the quantitative information about comparisons of the two codes, finding that in the same cases Bonsai adopts larger time steps as well as larger relative energy errors than NBODY6++, typically ranging from 10 - 50 times larger, depending on the chosen parameters of the codes. Although the two codes are built for different astrophysical applications, in specified conditions they may overlap in performance at certain physical scales, thus allowing the user to choose either one by fine-tuning parameters accordingly.

  18. Visual coding of human bodies: perceptual aftereffects reveal norm-based, opponent coding of body identity.

    PubMed

    Rhodes, Gillian; Jeffery, Linda; Boeing, Alexandra; Calder, Andrew J

    2013-04-01

    Despite the discovery of body-selective neural areas in occipitotemporal cortex, little is known about how bodies are visually coded. We used perceptual adaptation to determine how body identity is coded. Brief exposure to a body (e.g., anti-Rose) biased perception toward an identity with opposite properties (Rose). Moreover, the size of this aftereffect increased with adaptor extremity, as predicted by norm-based, opponent coding of body identity. A size change between adapt and test bodies minimized the effects of low-level, retinotopic adaptation. These results demonstrate that body identity, like face identity, is opponent coded in higher-level vision. More generally, they show that a norm-based multidimensional framework, which is well established for face perception, may provide a powerful framework for understanding body perception.

  19. Studies of Planet Formation using a Hybrid N-body + Planetesimal Code

    NASA Technical Reports Server (NTRS)

    Kenyon, Scott J.; Bromley, Benjamin C.; Salamon, Michael (Technical Monitor)

    2005-01-01

    The goal of our proposal was to use a hybrid multi-annulus planetesimal/n-body code to examine the planetesimal theory, one of the two main theories of planet formation. We developed this code to follow the evolution of numerous 1 m to 1 km planetesimals as they collide, merge, and grow into full-fledged planets. Our goal was to apply the code to several well-posed, topical problems in planet formation and to derive observational consequences of the models. We planned to construct detailed models to address two fundamental issues: 1) icy planets - models for icy planet formation will demonstrate how the physical properties of debris disks, including the Kuiper Belt in our solar system, depend on initial conditions and input physics; and 2) terrestrial planets - calculations following the evolution of 1-10 km planetesimals into Earth-mass planets and rings of dust will provide a better understanding of how terrestrial planets form and interact with their environment. During the past year, we made progress on each issue. Papers published in 2004 are summarized. Summaries of work to be completed during the first half of 2005 and work planned for the second half of 2005 are included.

  20. Should Body Size Categories Be More Common in Endurance Running Events?

    PubMed

    Buresh, Robert

    2018-05-01

    Thousands of endurance running events are held each year in the United States, and most of them use age and sex categories to account for documented effects of those factors on running performance. However, most running events do not provide categories of body mass, despite abundant evidence that it, too, dramatically influences endurance running performance. The purposes of this article are to (1) discuss how body mass affects endurance running performance, (2) explain several mechanisms through which body mass influences endurance running performance, and (3) suggest possible ways in which body mass might be categorized in endurance running events.

  1. Visual Coding of Human Bodies: Perceptual Aftereffects Reveal Norm-Based, Opponent Coding of Body Identity

    ERIC Educational Resources Information Center

    Rhodes, Gillian; Jeffery, Linda; Boeing, Alexandra; Calder, Andrew J.

    2013-01-01

    Despite the discovery of body-selective neural areas in occipitotemporal cortex, little is known about how bodies are visually coded. We used perceptual adaptation to determine how body identity is coded. Brief exposure to a body (e.g., anti-Rose) biased perception toward an identity with opposite properties (Rose). Moreover, the size of this…

  2. PoMiN: A Post-Minkowskian N-body Solver

    NASA Astrophysics Data System (ADS)

    Feng, Justin; Baumann, Mark; Hall, Bryton; Doss, Joel; Spencer, Lucas; Matzner, Richard

    2018-06-01

    In this paper, we introduce PoMiN, a lightweight N-body code based on the post-Minkowskian N-body Hamiltonian of Ledvinka et al., which includes general relativistic effects up to first order in Newton’s constant G, and all orders in the speed of light c. PoMiN is written in C and uses a fourth-order Runge–Kutta integration scheme. PoMiN has also been written to handle an arbitrary number of particles (both massive and massless), with a computational complexity that scales as O(N 2). We describe the methods we used to simplify and organize the Hamiltonian, and the tests we performed (convergence, conservation, and analytical comparison tests) to validate the code.

  3. Soccer vs. running training effects in young adult men: which programme is more effective in improvement of body composition? Randomized controlled trial

    PubMed Central

    Pantelić, S; Kostić, R; Trajković, N; Sporiš, G

    2015-01-01

    The aims of this study were: 1) To determine the effects of a 12-week recreational soccer training programme and continuous endurance running on body composition of young adult men and 2) to determine which of these two programmes was more effective concerning body composition. Sixty-four participants completed the randomized controlled trial and were randomly assigned to one of three groups: a soccer training group (SOC; n=20), a running group (RUN; n=21) or a control group performing no physical training (CON; n=23). Training programmes for SOC and RUN lasted 12-week with 3 training sessions per week. Soccer sessions consisted of 60 min ordinary five-a-side, six-a-side or seven-a-side matches on a 30-45 m wide and 45-60 m long plastic grass pitch. Running sessions consisted of 60 min of continuous moderate intensity running at the same average heart rate as in SOC (~80% HRmax). All participants, regardless of group assignment, were tested for each of the following dependent variables: body weight, body height, body mass index, percent body fat, body fat mass, fat-free mass and total body water. In the SOC and RUN groups there was a significant decrease (p < 0.05) in body composition parameters from pre- to post-training values for all measures with the exception of fat-free mass and total body water. Body mass index, percent body fat and body fat mass did not differ between groups at baseline, but by week 12 were significantly lower (p < 0.05) in the SOC and RUN groups compared to CON. To conclude, recreational soccer training provides at least the same changes in body composition parameters as continuous running in young adult men when the training intensity is well matched. PMID:26681832

  4. Body Temperature and Energy Metabolism of Brown Lemming in Relation to Running Speed,

    DTIC Science & Technology

    1979-01-01

    ADASOG 382 ARCTIC INST OF NORTH AMERICA ARLINGTON VA F/B 6/16 BOOT TEMPERATURE AND ENERGY METABOLISM OF BROWN LEMMING IN RELA--ETC(U) W4LSIID 1979 T...M CASEY N00014-75-C-0635UNCLASSIFIEDh l o I - Body temperature and energy metabolism *of brown lemming in relation to running speed) by Timothy M...Casey Dept. of E. Physiology Cook College, Rutgers University New Brunswick, New Jersey 08903 C2 Running head: Metabolism and Tb of running lemmings. ALU

  5. Effects of independently altering body weight and body mass on the metabolic cost of running.

    PubMed

    Teunissen, Lennart P J; Grabowski, Alena; Kram, Rodger

    2007-12-01

    The metabolic cost of running is substantial, despite the savings from elastic energy storage and return. Previous studies suggest that generating vertical force to support body weight and horizontal forces to brake and propel body mass are the major determinants of the metabolic cost of running. In the present study, we investigated how independently altering body weight and body mass affects the metabolic cost of running. Based on previous studies, we hypothesized that reducing body weight would decrease metabolic rate proportionally, and adding mass and weight would increase metabolic rate proportionally. Further, because previous studies show that adding mass alone does not affect the forces generated on the ground, we hypothesized that adding mass alone would have no substantial effect on metabolic rate. We manipulated the body weight and body mass of 10 recreational human runners and measured their metabolic rates while they ran at 3 m s(-1). We reduced weight using a harness system, increased mass and weight using lead worn about the waist, and increased mass alone using a combination of weight support and added load. We found that net metabolic rate decreased in less than direct proportion to reduced body weight, increased in slightly more than direct proportion to added load (added mass and weight), and was not substantially different from normal running with added mass alone. Adding mass alone was not an effective method for determining the metabolic cost attributable to braking/propelling body mass. Runners loaded with mass alone did not generate greater vertical or horizontal impulses and their metabolic costs did not substantially differ from those of normal running. Our results show that generating force to support body weight is the primary determinant of the metabolic cost of running. Extrapolating our reduced weight data to zero weight suggests that supporting body weight comprises at most 74% of the net cost of running. However, 74% is probably an

  6. The NEST Dry-Run Mode: Efficient Dynamic Analysis of Neuronal Network Simulation Code.

    PubMed

    Kunkel, Susanne; Schenck, Wolfram

    2017-01-01

    NEST is a simulator for spiking neuronal networks that commits to a general purpose approach: It allows for high flexibility in the design of network models, and its applications range from small-scale simulations on laptops to brain-scale simulations on supercomputers. Hence, developers need to test their code for various use cases and ensure that changes to code do not impair scalability. However, running a full set of benchmarks on a supercomputer takes up precious compute-time resources and can entail long queuing times. Here, we present the NEST dry-run mode, which enables comprehensive dynamic code analysis without requiring access to high-performance computing facilities. A dry-run simulation is carried out by a single process, which performs all simulation steps except communication as if it was part of a parallel environment with many processes. We show that measurements of memory usage and runtime of neuronal network simulations closely match the corresponding dry-run data. Furthermore, we demonstrate the successful application of the dry-run mode in the areas of profiling and performance modeling.

  7. The NEST Dry-Run Mode: Efficient Dynamic Analysis of Neuronal Network Simulation Code

    PubMed Central

    Kunkel, Susanne; Schenck, Wolfram

    2017-01-01

    NEST is a simulator for spiking neuronal networks that commits to a general purpose approach: It allows for high flexibility in the design of network models, and its applications range from small-scale simulations on laptops to brain-scale simulations on supercomputers. Hence, developers need to test their code for various use cases and ensure that changes to code do not impair scalability. However, running a full set of benchmarks on a supercomputer takes up precious compute-time resources and can entail long queuing times. Here, we present the NEST dry-run mode, which enables comprehensive dynamic code analysis without requiring access to high-performance computing facilities. A dry-run simulation is carried out by a single process, which performs all simulation steps except communication as if it was part of a parallel environment with many processes. We show that measurements of memory usage and runtime of neuronal network simulations closely match the corresponding dry-run data. Furthermore, we demonstrate the successful application of the dry-run mode in the areas of profiling and performance modeling. PMID:28701946

  8. Run Economy on a Normal and Lower Body Positive Pressure Treadmill.

    PubMed

    Temple, Corey; Lind, Erik; VAN Langen, Deborah; True, Larissa; Hupman, Saige; Hokanson, James F

    2017-01-01

    Lower body positive pressure (LBPP) treadmill running is used more frequently in clinical and athletic settings. Accurate caloric expenditure is required for proper exercise prescription, especially for obese patients performing LBPP exercise. It is unclear if running on LBPP changes running economy (RE) in proportion to the changes in body weight. The purpose of the study was to measure the oxygen consumption (VO 2 ) and running economy (RE) of treadmill running at normal body weight and on LBPP. Twenty-three active, non-obese participants (25.8±7.2 years; BMI = 25.52±3.29 kg·m -2 ) completed two bouts of running exercise in a counterbalanced manner: (a) on a normal treadmill (NT) and (b) on a LBPP treadmill at 60% (40% of body weight supported) for 4 min at 2.24 (5 mph), 2.68 (6 mph), and 3.13 m·s -1 (7 mph). Repeated measures ANOVA showed a statistically significant interaction in RE among trials, F(2, 44) = 6.510, p <.0005, partial η 2 = 0.228. An examination of pairwise comparisons indicated that RE was significantly greater for LBPP across the three speeds ( p < 0.005). As expected, LBPP treadmill running resulted in significantly lower oxygen consumption at all three running speeds. We conclude that RE (ml O 2 ·kg -1 ·km -1 ) of LBPP running is significantly poorer than normal treadmill running, and the ~30% change in absolute energy cost is not as great as predicted by the change in body weight (40%).

  9. PoMiN: A Post-Minkowskian N-Body Solver

    NASA Astrophysics Data System (ADS)

    Feng, Justin; Baumann, Mark; Hall, Bryton; Doss, Joel; Spencer, Lucas; Matzner, Richard

    2018-05-01

    PoMiN is a lightweight N-body code based on the Post-Minkowskian N-body Hamiltonian of Ledvinka, Schafer, and Bicak, which includes General Relativistic effects up to first order in Newton's constant G, and all orders in the speed of light c. PoMiN is a single file written in C and uses a fourth-order Runge-Kutta integration scheme. PoMiN has also been written to handle an arbitrary number of particles (both massive and massless) with a computational complexity that scales as O(N^2).

  10. Parallel implementation of an adaptive and parameter-free N-body integrator

    NASA Astrophysics Data System (ADS)

    Pruett, C. David; Ingham, William H.; Herman, Ralph D.

    2011-05-01

    Previously, Pruett et al. (2003) [3] described an N-body integrator of arbitrarily high order M with an asymptotic operation count of O(MN). The algorithm's structure lends itself readily to data parallelization, which we document and demonstrate here in the integration of point-mass systems subject to Newtonian gravitation. High order is shown to benefit parallel efficiency. The resulting N-body integrator is robust, parameter-free, highly accurate, and adaptive in both time-step and order. Moreover, it exhibits linear speedup on distributed parallel processors, provided that each processor is assigned at least a handful of bodies. Program summaryProgram title: PNB.f90 Catalogue identifier: AEIK_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEIK_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC license, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 3052 No. of bytes in distributed program, including test data, etc.: 68 600 Distribution format: tar.gz Programming language: Fortran 90 and OpenMPI Computer: All shared or distributed memory parallel processors Operating system: Unix/Linux Has the code been vectorized or parallelized?: The code has been parallelized but has not been explicitly vectorized. RAM: Dependent upon N Classification: 4.3, 4.12, 6.5 Nature of problem: High accuracy numerical evaluation of trajectories of N point masses each subject to Newtonian gravitation. Solution method: Parallel and adaptive extrapolation in time via power series of arbitrary degree. Running time: 5.1 s for the demo program supplied with the package.

  11. Million-body star cluster simulations: comparisons between Monte Carlo and direct N-body

    NASA Astrophysics Data System (ADS)

    Rodriguez, Carl L.; Morscher, Meagan; Wang, Long; Chatterjee, Sourav; Rasio, Frederic A.; Spurzem, Rainer

    2016-12-01

    We present the first detailed comparison between million-body globular cluster simulations computed with a Hénon-type Monte Carlo code, CMC, and a direct N-body code, NBODY6++GPU. Both simulations start from an identical cluster model with 106 particles, and include all of the relevant physics needed to treat the system in a highly realistic way. With the two codes `frozen' (no fine-tuning of any free parameters or internal algorithms of the codes) we find good agreement in the overall evolution of the two models. Furthermore, we find that in both models, large numbers of stellar-mass black holes (>1000) are retained for 12 Gyr. Thus, the very accurate direct N-body approach confirms recent predictions that black holes can be retained in present-day, old globular clusters. We find only minor disagreements between the two models and attribute these to the small-N dynamics driving the evolution of the cluster core for which the Monte Carlo assumptions are less ideal. Based on the overwhelming general agreement between the two models computed using these vastly different techniques, we conclude that our Monte Carlo approach, which is more approximate, but dramatically faster compared to the direct N-body, is capable of producing an accurate description of the long-term evolution of massive globular clusters even when the clusters contain large populations of stellar-mass black holes.

  12. A new paradigm for reproducing and analyzing N-body simulations of planetary systems

    NASA Astrophysics Data System (ADS)

    Rein, Hanno; Tamayo, Daniel

    2017-05-01

    The reproducibility of experiments is one of the main principles of the scientific method. However, numerical N-body experiments, especially those of planetary systems, are currently not reproducible. In the most optimistic scenario, they can only be replicated in an approximate or statistical sense. Even if authors share their full source code and initial conditions, differences in compilers, libraries, operating systems or hardware often lead to qualitatively different results. We provide a new set of easy-to-use, open-source tools that address the above issues, allowing for exact (bit-by-bit) reproducibility of N-body experiments. In addition to generating completely reproducible integrations, we show that our framework also offers novel and innovative ways to analyse these simulations. As an example, we present a high-accuracy integration of the Solar system spanning 10 Gyr, requiring several weeks to run on a modern CPU. In our framework, we can not only easily access simulation data at predefined intervals for which we save snapshots, but at any time during the integration. We achieve this by integrating an on-demand reconstructed simulation forward in time from the nearest snapshot. This allows us to extract arbitrary quantities at any point in the saved simulation exactly (bit-by-bit), and within seconds rather than weeks. We believe that the tools we present in this paper offer a new paradigm for how N-body simulations are run, analysed and shared across the community.

  13. Effects of age, maturity and body dimensions on match running performance in highly trained under-15 soccer players.

    PubMed

    Buchheit, Martin; Mendez-Villanueva, Alberto

    2014-01-01

    The aim of the present study was to compare, in 36 highly trained under-15 soccer players, the respective effects of age, maturity and body dimensions on match running performance. Maximal sprinting (MSS) and aerobic speeds were estimated. Match running performance was analysed with GPS (GPSport, 1 Hz) during 19 international friendly games (n = 115 player-files). Total distance and distance covered >16 km h(-1) (D > 16 km h(-1)) were collected. Players advanced in age and/or maturation, or having larger body dimensions presented greater locomotor (Cohen's d for MSS: 0.5-1.0, likely to almost certain) and match running performances (D > 16 km h(-1): 0.2-0.5, possibly to likely) than their younger, less mature and/or smaller teammates. These age-, maturation- and body size-related differences were of larger magnitude for field test measures versus match running performance. Compared with age and body size (unclear to likely), maturation (likely to almost certainly for all match variables) had the greatest impact on match running performance. The magnitude of the relationships between age, maturation and body dimensions and match running performance were position-dependent. Within a single age-group in the present player sample, maturation had a substantial impact on match running performance, especially in attacking players. Coaches may need to consider players' maturity status when assessing their on-field playing performance.

  14. RunJumpCode: An Educational Game for Educating Programming

    ERIC Educational Resources Information Center

    Hinds, Matthew; Baghaei, Nilufar; Ragon, Pedrito; Lambert, Jonathon; Rajakaruna, Tharindu; Houghton, Travers; Dacey, Simon

    2017-01-01

    Programming promotes critical thinking, problem solving and analytic skills through creating solutions that can solve everyday problems. However, learning programming can be a daunting experience for a lot of students. "RunJumpCode" is an educational 2D platformer video game, designed and developed in Unity, to teach players the…

  15. The effects of wearing undersized lower-body compression garments on endurance running performance.

    PubMed

    Dascombe, Ben J; Hoare, Trent K; Sear, Joshua A; Reaburn, Peter R; Scanlan, Aaron T

    2011-06-01

    To examine whether wearing various size lower-body compression garments improves physiological and performance parameters related to endurance running in well-trained athletes. Eleven well-trained middle-distance runners and triathletes (age: 28.4 ± 10.0 y; height: 177.3 ± 4.7 cm; body mass: 72.6 ± 8.0 kg; VO2max: 59.0 ± 6.7 mL·kg-1·min-1) completed repeat progressive maximal tests (PMT) and time-to-exhaustion (TTE) tests at 90% VO2max wearing either manufacturer-recommended LBCG (rLBCG), undersized LBCG (uLBCG), or loose running shorts (CONT). During all exercise testing, several systemic and peripheral physiological measures were taken. The results indicated similar effects of wearing rLBCG and uLBCG compared with the control. Across the PMT, wearing either LBCG resulted in significantly (P < .05) increased oxygen consumption, O2 pulse, and deoxyhemoglobin (HHb) and decreased running economy, oxyhemoglobin, and tissue oxygenation index (TOI) at low-intensity speeds (8-10 km·h-1). At higher speeds (12-18 km·h-1), wearing LBCG increased regional blood flow (nTHI) and HHb values, but significantly lowered heart rate and TOI. During the TTE, wearing either LBCG significantly (P < .05) increased HHb concentration, whereas wearing uLBCG also significantly (P < .05) increased nTHI. No improvement in endurance running performance was observed in either compression condition. The results suggest that wearing LBCG facilitated a small number of cardiorespiratory and peripheral physiological benefits that appeared mostly related to improvements in venous flow. However, these improvements appear trivial to athletes, as they did not correspond to any improvement in endurance running performance.

  16. Overspeed HIIT in Lower-Body Positive Pressure Treadmill Improves Running Performance.

    PubMed

    Gojanovic, Boris; Shultz, Rebecca; Feihl, Francois; Matheson, Gordon

    2015-12-01

    Optimal high-intensity interval training (HIIT) regimens for running performance are unknown, although most protocols result in some benefit to key performance factors (running economy (RE), anaerobic threshold (AT), or maximal oxygen uptake (VO2max)). Lower-body positive pressure (LBPP) treadmills offer the unique possibility to partially unload runners and reach supramaximal speeds. We studied the use of LBPP to test an overspeed HIIT protocol in trained runners. Eleven trained runners (35 ± 8 yr, VO2max, 55.7 ± 6.4 mL·kg⁻¹·min⁻¹) were randomized to an LBPP (n = 6) or a regular treadmill (CON, n = 5), eight sessions over 4 wk of HIIT program. Four to five intervals were run at 100% of velocity at VO2max (vVO2max) during 60% of time to exhaustion at vVO2max (Tlim) with a 1:1 work:recovery ratio. Performance outcomes were 2-mile track time trial, VO2max, vVO2max, vAT, Tlim, and RE. LBPP sessions were carried out at 90% body weight. Group-time effects were present for vVO2max (CON, 17.5 vs. 18.3, P = 0.03; LBPP, 19.7 vs. 22.3 km·h⁻¹; P < 0.001) and Tlim (CON, 307.0 vs. 404.4 s, P = 0.28; LBPP, 444.5 vs. 855.5, P < 0.001). Simple main effects for time were present for field performance (CON, -18; LBPP, -25 s; P = 0.002), VO2max (CON, 57.6 vs. 59.6; LBPP, 54.1 vs. 55.1 mL·kg⁻¹·min⁻¹; P = 0.04) and submaximal HR (157.7 vs. 154.3 and 151.4 vs. 148.5 bpm; P = 0.002). RE was unchanged. A 4-wk HIIT protocol at 100% vVO2max improves field performance, vVO2max, VO2max and submaximal HR in trained runners. Improvements are similar if intervals are run on a regular treadmill or at higher speeds on a LPBB treadmill with 10% body weight reduction. LBPP could provide an alternative for taxing HIIT sessions.

  17. A Novel Technique for Running the NASA Legacy Code LAPIN Synchronously With Simulations Developed Using Simulink

    NASA Technical Reports Server (NTRS)

    Vrnak, Daniel R.; Stueber, Thomas J.; Le, Dzu K.

    2012-01-01

    This report presents a method for running a dynamic legacy inlet simulation in concert with another dynamic simulation that uses a graphical interface. The legacy code, NASA's LArge Perturbation INlet (LAPIN) model, was coded using the FORTRAN 77 (The Portland Group, Lake Oswego, OR) programming language to run in a command shell similar to other applications that used the Microsoft Disk Operating System (MS-DOS) (Microsoft Corporation, Redmond, WA). Simulink (MathWorks, Natick, MA) is a dynamic simulation that runs on a modern graphical operating system. The product of this work has both simulations, LAPIN and Simulink, running synchronously on the same computer with periodic data exchanges. Implementing the method described in this paper avoided extensive changes to the legacy code and preserved its basic operating procedure. This paper presents a novel method that promotes inter-task data communication between the synchronously running processes.

  18. Responding for sucrose and wheel-running reinforcement: effect of body weight manipulation.

    PubMed

    Belke, Terry W

    2004-02-27

    As body weight increases, the excitatory strength of a stimulus signaling an opportunity to run should weaken to a greater degree than that of a stimulus signaling an opportunity to eat. To test this hypothesis, six male albino Wistar rats were placed in running wheels and exposed to a fixed interval 30-s schedule that produced either a drop of 15% sucrose solution or the opportunity to run for 15s as reinforcing consequences for lever pressing. Each reinforcer type was signaled by a different stimulus. The effect of varying body weight on responding maintained by these two reinforcers was investigated by systematically increasing and decreasing post-session food amounts. The initial body weight was 335 g. Body weights were increased to approximately 445 g and subsequently returned to 335 g. As body weight increased, overall and local lever-pressing rates decreased while post-reinforcement pauses lengthened. Analysis of post-reinforcement pauses and local lever-pressing rates in terms of transitions between successive reinforcers revealed that local response rates in the presence of stimuli signaling upcoming wheel and sucrose reinforcers were similarly affected. However, pausing in the presence of the stimulus signaling a wheel-running reinforcer lengthened to a greater extent than did pausing in the presence of the stimulus signaling sucrose. This result suggests that as body weight approaches ad-lib levels, the likelihood of initiation of responding to obtain an opportunity to run approaches zero and the animal "rejects" the opportunity to run in a manner similar to the rejection of less preferred food items in studies of food selectivity.

  19. SPH/N-Body simulations of small (D = 10km) asteroidal breakups and improved parametric relations for Monte-Carlo collisional models

    NASA Astrophysics Data System (ADS)

    Ševeček, P.; Brož, M.; Nesvorný, D.; Enke, B.; Durda, D.; Walsh, K.; Richardson, D. C.

    2017-11-01

    We report on our study of asteroidal breakups, i.e. fragmentations of targets, subsequent gravitational reaccumulation and formation of small asteroid families. We focused on parent bodies with diameters Dpb = 10km . Simulations were performed with a smoothed-particle hydrodynamics (SPH) code combined with an efficient N-body integrator. We assumed various projectile sizes, impact velocities and impact angles (125 runs in total). Resulting size-frequency distributions are significantly different from scaled-down simulations with Dpb = 100km targets (Durda et al., 2007). We derive new parametric relations describing fragment distributions, suitable for Monte-Carlo collisional models. We also characterize velocity fields and angular distributions of fragments, which can be used as initial conditions for N-body simulations of small asteroid families. Finally, we discuss a number of uncertainties related to SPH simulations.

  20. ICE-COLA: towards fast and accurate synthetic galaxy catalogues optimizing a quasi-N-body method

    NASA Astrophysics Data System (ADS)

    Izard, Albert; Crocce, Martin; Fosalba, Pablo

    2016-07-01

    Next generation galaxy surveys demand the development of massive ensembles of galaxy mocks to model the observables and their covariances, what is computationally prohibitive using N-body simulations. COmoving Lagrangian Acceleration (COLA) is a novel method designed to make this feasible by following an approximate dynamics but with up to three orders of magnitude speed-ups when compared to an exact N-body. In this paper, we investigate the optimization of the code parameters in the compromise between computational cost and recovered accuracy in observables such as two-point clustering and halo abundance. We benchmark those observables with a state-of-the-art N-body run, the MICE Grand Challenge simulation. We find that using 40 time-steps linearly spaced since zI ˜ 20, and a force mesh resolution three times finer than that of the number of particles, yields a matter power spectrum within 1 per cent for k ≲ 1 h Mpc-1 and a halo mass function within 5 per cent of those in the N-body. In turn, the halo bias is accurate within 2 per cent for k ≲ 0.7 h Mpc-1 whereas, in redshift space, the halo monopole and quadrupole are within 4 per cent for k ≲ 0.4 h Mpc-1. These results hold for a broad range in redshift (0 < z < 1) and for all halo mass bins investigated (M > 1012.5 h-1 M⊙). To bring accuracy in clustering to one per cent level we study various methods that re-calibrate halo masses and/or velocities. We thus propose an optimized choice of COLA code parameters as a powerful tool to optimally exploit future galaxy surveys.

  1. Lower-body determinants of running economy in male and female distance runners.

    PubMed

    Barnes, Kyle R; Mcguigan, Michael R; Kilding, Andrew E

    2014-05-01

    A variety of training approaches have been shown to improve running economy in well-trained athletes. However, there is a paucity of data exploring lower-body determinants that may affect running economy and account for differences that may exist between genders. Sixty-three male and female distance runners were assessed in the laboratory for a range of metabolic, biomechanical, and neuromuscular measures potentially related to running economy (ml·kg(-1)·min(-1)) at a range of running speeds. At all common test velocities, women were more economical than men (effect size [ES] = 0.40); however, when compared in terms of relative intensity, men had better running economy (ES = 2.41). Leg stiffness (r = -0.80) and moment arm length (r = 0.90) were large-extremely largely correlated with running economy and each other (r = -0.82). Correlations between running economy and kinetic measures (peak force, peak power, and time to peak force) for both genders were unclear. The relationship in stride rate (r = -0.27 to -0.31) was in the opposite direction to that of stride length (r = 0.32-0.49), and the relationship in contact time (r = -0.21 to -0.54) was opposite of that of flight time (r = 0.06-0.74). Although both leg stiffness and moment arm length are highly related to running economy, it seems that no single lower-body measure can completely explain differences in running economy between individuals or genders. Running economy is therefore likely determined from the sum of influences from multiple lower-body attributes.

  2. N-body simulations for f(R) gravity using a self-adaptive particle-mesh code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zhao Gongbo; Koyama, Kazuya; Li Baojiu

    2011-02-15

    We perform high-resolution N-body simulations for f(R) gravity based on a self-adaptive particle-mesh code MLAPM. The chameleon mechanism that recovers general relativity on small scales is fully taken into account by self-consistently solving the nonlinear equation for the scalar field. We independently confirm the previous simulation results, including the matter power spectrum, halo mass function, and density profiles, obtained by Oyaizu et al.[Phys. Rev. D 78, 123524 (2008)] and Schmidt et al.[Phys. Rev. D 79, 083518 (2009)], and extend the resolution up to k{approx}20 h/Mpc for the measurement of the matter power spectrum. Based on our simulation results, we discussmore » how the chameleon mechanism affects the clustering of dark matter and halos on full nonlinear scales.« less

  3. Effect of short-term prefeeding and body weight on wheel running and responding reinforced by the opportunity to run in a wheel.

    PubMed

    Belke, Terry W; Pierce, W David; Jensen, K

    2004-07-30

    A biobehavioural analysis of activity anorexia suggests that the motivation for physical activity is regulated by food supply and body weight. In the present experiment, food allocation was varied within subjects by prefeeding food-deprived rats 0, 5, 10 and 15 g of food before sessions of lever pressing for wheel-running reinforcement. The experiment assessed the effects of prefeeding on rates of wheel running, lever pressing, and postreinforcement pausing. Results showed that prefeeding animals 5 g of food had no effect. Prefeeding 10 g of food reduced lever pressing for wheel running and rates of wheel running without a significant change in body weight; the effect was, however, transitory. Prefeeding 15 g of food increased the animals' body weights, resulting in a sustained decrease of wheel running and lever pressing, and an increase in postreinforcement pausing. Overall the results indicate that the motivation for physical activity is regulated by changes in local food supply, but is sustained only when there is a concomitant change in body weight.

  4. Relativistic initial conditions for N-body simulations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fidler, Christian; Tram, Thomas; Crittenden, Robert

    2017-06-01

    Initial conditions for (Newtonian) cosmological N-body simulations are usually set by re-scaling the present-day power spectrum obtained from linear (relativistic) Boltzmann codes to the desired initial redshift of the simulation. This back-scaling method can account for the effect of inhomogeneous residual thermal radiation at early times, which is absent in the Newtonian simulations. We analyse this procedure from a fully relativistic perspective, employing the recently-proposed Newtonian motion gauge framework. We find that N-body simulations for ΛCDM cosmology starting from back-scaled initial conditions can be self-consistently embedded in a relativistic space-time with first-order metric potentials calculated using a linear Boltzmann code.more » This space-time coincides with a simple ''N-body gauge'' for z < 50 for all observable modes. Care must be taken, however, when simulating non-standard cosmologies. As an example, we analyse the back-scaling method in a cosmology with decaying dark matter, and show that metric perturbations become large at early times in the back-scaling approach, indicating a breakdown of the perturbative description. We suggest a suitable ''forwards approach' for such cases.« less

  5. N-body simulations for f(R) gravity using a self-adaptive particle-mesh code

    NASA Astrophysics Data System (ADS)

    Zhao, Gong-Bo; Li, Baojiu; Koyama, Kazuya

    2011-02-01

    We perform high-resolution N-body simulations for f(R) gravity based on a self-adaptive particle-mesh code MLAPM. The chameleon mechanism that recovers general relativity on small scales is fully taken into account by self-consistently solving the nonlinear equation for the scalar field. We independently confirm the previous simulation results, including the matter power spectrum, halo mass function, and density profiles, obtained by Oyaizu [Phys. Rev. DPRVDAQ1550-7998 78, 123524 (2008)10.1103/PhysRevD.78.123524] and Schmidt [Phys. Rev. DPRVDAQ1550-7998 79, 083518 (2009)10.1103/PhysRevD.79.083518], and extend the resolution up to k˜20h/Mpc for the measurement of the matter power spectrum. Based on our simulation results, we discuss how the chameleon mechanism affects the clustering of dark matter and halos on full nonlinear scales.

  6. Automated JPSS VIIRS GEO code change testing by using Chain Run Scripts

    NASA Astrophysics Data System (ADS)

    Chen, W.; Wang, W.; Zhao, Q.; Das, B.; Mikles, V. J.; Sprietzer, K.; Tsidulko, M.; Zhao, Y.; Dharmawardane, V.; Wolf, W.

    2015-12-01

    The Joint Polar Satellite System (JPSS) is the next generation polar-orbiting operational environmental satellite system. The first satellite in the JPSS series of satellites, J-1, is scheduled to launch in early 2017. J1 will carry similar versions of the instruments that are on board of Suomi National Polar-Orbiting Partnership (S-NPP) satellite which was launched on October 28, 2011. The center for Satellite Applications and Research Algorithm Integration Team (STAR AIT) uses the Algorithm Development Library (ADL) to run S-NPP and pre-J1 algorithms in a development and test mode. The ADL is an offline test system developed by Raytheon to mimic the operational system while enabling a development environment for plug and play algorithms. The Perl Chain Run Scripts have been developed by STAR AIT to automate the staging and processing of multiple JPSS Sensor Data Record (SDR) and Environmental Data Record (EDR) products. JPSS J1 VIIRS Day Night Band (DNB) has anomalous non-linear response at high scan angles based on prelaunch testing. The flight project has proposed multiple mitigation options through onboard aggregation, and the Option 21 has been suggested by the VIIRS SDR team as the baseline aggregation mode. VIIRS GEOlocation (GEO) code analysis results show that J1 DNB GEO product cannot be generated correctly without the software update. The modified code will support both Op21, Op21/26 and is backward compatible with SNPP. J1 GEO code change version 0 delivery package is under development for the current change request. In this presentation, we will discuss how to use the Chain Run Script to verify the code change and Lookup Tables (LUTs) update in ADL Block2.

  7. Development and Evaluation of an Order-N Formulation for Multi-Flexible Body Space Systems

    NASA Technical Reports Server (NTRS)

    Ghosh, Tushar K.; Quiocho, Leslie J.

    2013-01-01

    This paper presents development of a generic recursive Order-N algorithm for systems with rigid and flexible bodies, in tree or closed-loop topology, with N being the number of bodies of the system. Simulation results are presented for several test cases to verify and evaluate the performance of the code compared to an existing efficient dense mass matrix-based code. The comparison brought out situations where Order-N or mass matrix-based algorithms could be useful.

  8. Body weight manipulation, reinforcement value and choice between sucrose and wheel running: a behavioral economic analysis.

    PubMed

    Belke, Terry W; Pierce, W David

    2009-02-01

    Twelve female Long-Evans rats were exposed to concurrent variable (VR) ratio schedules of sucrose and wheel-running reinforcement (Sucrose VR 10 Wheel VR 10; Sucrose VR 5 Wheel VR 20; Sucrose VR 20 Wheel VR 5) with predetermined budgets (number of responses). The allocation of lever pressing to the sucrose and wheel-running alternatives was assessed at high and low body weights. Results showed that wheel-running rate and lever-pressing rates for sucrose and wheel running increased, but the choice of wheel running decreased at the low body weight. A regression analysis of relative consumption as a function of relative price showed that consumption shifted toward sucrose and interacted with price differences in a manner consistent with increased substitutability. Demand curves showed that demand for sucrose became less elastic while demand for wheel running became more elastic at the low body weight. These findings reflect an increase in the difference in relative value of sucrose and wheel running as body weight decreased. Discussion focuses on the limitations of response rates as measures of reinforcement value. In addition, we address the commonalities between matching and demand curve equations for the analysis of changes in relative reinforcement value.

  9. A Modern Take on the RV Classics: N-body Analysis of GJ 876 and 55 Cnc

    NASA Astrophysics Data System (ADS)

    Nelson, Benjamin E.; Ford, E. B.; Wright, J.

    2013-01-01

    Over the past two decades, radial velocity (RV) observations have uncovered a diverse population of exoplanet systems, in particular a subset of multi-planet systems that exhibit strong dynamical interactions. To extract the model parameters (and uncertainties) accurately from these observations, one requires self-consistent n-body integrations and must explore a high-dimensional 7 x number of planets) parameter space, both of which are computationally challenging. Utilizing the power of modern computing resources, we apply our Radial velocity Using N-body Differential Evolution Markov Chain Monte Carlo code (RUN DEMCMC) to two landmark systems from early exoplanet surveys: GJ 876 and 55 Cnc. For GJ 876, we analyze the Keck HIRES (Rivera et al. 2010) and HARPS (Correia et al. 2010) data and constrain the distribution of the Laplace argument. For 55 Cnc, we investigate the orbital architecture based on a cumulative 1086 RV observations from various sources and transit constraints from Winn et al. 2011. In both cases, we also test for long-term orbital stability.

  10. Increase of Total Body Water with Decrease of Body Mass while Running 100 km Nonstop--Formation of Edema?

    ERIC Educational Resources Information Center

    Knechtle, Beat; Wirth, Andrea; Knechtle, Patrizia; Rosemann, Thomas

    2009-01-01

    We investigated whether ultraendurance runners in a 100-km run suffer a decrease of body mass and whether this loss consists of fat mass, skeletal muscle mass, or total body water. Male ultrarunners were measured pre- and postrace to determine body mass, fat mass, and skeletal muscle mass by using the anthropometric method. In addition,…

  11. An N-body Integrator for Planetary Rings

    NASA Astrophysics Data System (ADS)

    Hahn, Joseph M.

    2011-04-01

    A planetary ring that is disturbed by a satellite's resonant perturbation can respond in an organized way. When the resonance lies in the ring's interior, the ring responds via an m-armed spiral wave, while a ring whose edge is confined by the resonance exhibits an m-lobed scalloping along the ring-edge. The amplitude of these disturbances are sensitive to ring surface density and viscosity, so modelling these phenomena can provide estimates of the ring's properties. However a brute force attempt to simulate a ring's full azimuthal extent with an N-body code will likely fail because of the large number of particles needed to resolve the ring's behavior. Another impediment is the gravitational stirring that occurs among the simulated particles, which can wash out the ring's organized response. However it is possible to adapt an N-body integrator so that it can simulate a ring's collective response to resonant perturbations. The code developed here uses a few thousand massless particles to trace streamlines within the ring. Particles are close in a radial sense to these streamlines, which allows streamlines to be treated as straight wires of constant linear density. Consequently, gravity due to these streamline is a simple function of the particle's radial distance to all streamlines. And because particles are responding to smooth gravitating streamlines, rather than discrete particles, this method eliminates the stirring that ordinarily occurs in brute force N-body calculations. Note also that ring surface density is now a simple function of streamline separations, so effects due to ring pressure and viscosity are easily accounted for, too. A poster will describe this N-body method in greater detail. Simulations of spiral density waves and scalloped ring-edges are executed in typically ten minutes on a desktop PC, and results for Saturn's A and B rings will be presented at conference time.

  12. Effects of Whole-body Vibration Training on Sprint Running Kinematics and Explosive Strength Performance

    PubMed Central

    Giorgos, Paradisis; Elias, Zacharogiannis

    2007-01-01

    The aim of this study was to investigate the effect of 6 wk of whole body vibration (WBV) training on sprint running kinematics and explosive strength performance. Twenty-four volunteers (12 women and 12 men) participated in the study and were randomised (n = 12) into the experimental and control groups. The WBV group performed a 6-wk program (16-30 min·d-1, 3 times a week) on a vibration platform. The amplitude of the vibration platform was 2.5 mm and the acceleration was 2.28 g. The control group did not participate in any training. Tests were performed Pre and post the training period. Sprint running performance was measured during a 60 m sprint where running time, running speed, step length and step rate were calculated. Explosive strength performance was measured during a counter movement jump (CMJ) test, where jump height and total number of jumps performed in a period of 30 s (30CVJT). Performance in 10 m, 20 m, 40 m, 50 m and 60 m improved significantly after 6 wk of WBV training with an overall improvement of 2.7%. The step length and running speed improved by 5.1% and 3.6%, and the step rate decreased by 3.4%. The countermovement jump height increased by 3.3%, and the explosive strength endurance improved overall by 7.8%. The WBV training period of 6 wk produced significant changes in sprint running kinematics and explosive strength performance. Key pointsWBV training.Sprint running kinematics.Explosive strength performance PMID:24149223

  13. JANUS: a bit-wise reversible integrator for N-body dynamics

    NASA Astrophysics Data System (ADS)

    Rein, Hanno; Tamayo, Daniel

    2018-01-01

    Hamiltonian systems such as the gravitational N-body problem have time-reversal symmetry. However, all numerical N-body integration schemes, including symplectic ones, respect this property only approximately. In this paper, we present the new N-body integrator JANUS , for which we achieve exact time-reversal symmetry by combining integer and floating point arithmetic. JANUS is explicit, formally symplectic and satisfies Liouville's theorem exactly. Its order is even and can be adjusted between two and ten. We discuss the implementation of JANUS and present tests of its accuracy and speed by performing and analysing long-term integrations of the Solar system. We show that JANUS is fast and accurate enough to tackle a broad class of dynamical problems. We also discuss the practical and philosophical implications of running exactly time-reversible simulations.

  14. Code C# for chaos analysis of relativistic many-body systems with reactions

    NASA Astrophysics Data System (ADS)

    Grossu, I. V.; Besliu, C.; Jipa, Al.; Stan, E.; Esanu, T.; Felea, D.; Bordeianu, C. C.

    2012-04-01

    In this work we present a reaction module for “Chaos Many-Body Engine” (Grossu et al., 2010 [1]). Following our goal of creating a customizable, object oriented code library, the list of all possible reactions, including the corresponding properties (particle types, probability, cross section, particle lifetime, etc.), could be supplied as parameter, using a specific XML input file. Inspired by the Poincaré section, we propose also the “Clusterization Map”, as a new intuitive analysis method of many-body systems. For exemplification, we implemented a numerical toy-model for nuclear relativistic collisions at 4.5 A GeV/c (the SKM200 Collaboration). An encouraging agreement with experimental data was obtained for momentum, energy, rapidity, and angular π distributions. Catalogue identifier: AEGH_v2_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEGH_v2_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.: 184 628 No. of bytes in distributed program, including test data, etc.: 7 905 425 Distribution format: tar.gz Programming language: Visual C#.NET 2005 Computer: PC Operating system: Net Framework 2.0 running on MS Windows Has the code been vectorized or parallelized?: Each many-body system is simulated on a separate execution thread. One processor used for each many-body system. RAM: 128 Megabytes Classification: 6.2, 6.5 Catalogue identifier of previous version: AEGH_v1_0 Journal reference of previous version: Comput. Phys. Comm. 181 (2010) 1464 External routines: Net Framework 2.0 Library Does the new version supersede the previous version?: Yes Nature of problem: Chaos analysis of three-dimensional, relativistic many-body systems with reactions. Solution method: Second order Runge-Kutta algorithm for simulating relativistic many-body systems with reactions

  15. Gender classification of running subjects using full-body kinematics

    NASA Astrophysics Data System (ADS)

    Williams, Christina M.; Flora, Jeffrey B.; Iftekharuddin, Khan M.

    2016-05-01

    This paper proposes novel automated gender classification of subjects while engaged in running activity. The machine learning techniques include preprocessing steps using principal component analysis followed by classification with linear discriminant analysis, and nonlinear support vector machines, and decision-stump with AdaBoost. The dataset consists of 49 subjects (25 males, 24 females, 2 trials each) all equipped with approximately 80 retroreflective markers. The trials are reflective of the subject's entire body moving unrestrained through a capture volume at a self-selected running speed, thus producing highly realistic data. The classification accuracy using leave-one-out cross validation for the 49 subjects is improved from 66.33% using linear discriminant analysis to 86.74% using the nonlinear support vector machine. Results are further improved to 87.76% by means of implementing a nonlinear decision stump with AdaBoost classifier. The experimental findings suggest that the linear classification approaches are inadequate in classifying gender for a large dataset with subjects running in a moderately uninhibited environment.

  16. N-body simulations in modified Newtonian dynamics

    NASA Astrophysics Data System (ADS)

    Nipoti, C.; Londrillo, P.; Ciotti, L.

    We describe some results obtained with N-MODY, a code for N-body simulations of collisionless stellar systems in modified Newtonian dynamics (MOND). We found that a few fundamental dynamical processes are profoundly different in MOND and in Newtonian gravity with dark matter. In particular, violent relaxation, phase mixing and galaxy merging take significantly longer in MOND than in Newtonian gravity, while dynamical friction is more effective in a MOND system than in an equivalent Newtonian system with dark matter.

  17. Cool running: locomotor performance at low body temperature in mammals.

    PubMed

    Rojas, A Daniella; Körtner, Gerhard; Geiser, Fritz

    2012-10-23

    Mammalian torpor saves enormous amounts of energy, but a widely assumed cost of torpor is immobility and therefore vulnerability to predators. Contrary to this assumption, some small marsupial mammals in the wild move while torpid at low body temperatures to basking sites, thereby minimizing energy expenditure during arousal. Hence, we quantified how mammalian locomotor performance is affected by body temperature. The three small marsupial species tested, known to use torpor and basking in the wild, could move while torpid at body temperatures as low as 14.8-17.9°C. Speed was a sigmoid function of body temperature, but body temperature effects on running speed were greater than those in an ectothermic lizard used for comparison. We provide the first quantitative data of movement at low body temperature in mammals, which have survival implications for wild heterothermic mammals, as directional movement at low body temperature permits both basking and predator avoidance.

  18. Voluntary Running Aids to Maintain High Body Temperature in Rats Bred for High Aerobic Capacity

    PubMed Central

    Karvinen, Sira M.; Silvennoinen, Mika; Ma, Hongqiang; Törmäkangas, Timo; Rantalainen, Timo; Rinnankoski-Tuikka, Rita; Lensu, Sanna; Koch, Lauren G.; Britton, Steven L.; Kainulainen, Heikki

    2016-01-01

    The production of heat, i.e., thermogenesis, is a significant component of the metabolic rate, which in turn affects weight gain and health. Thermogenesis is linked to physical activity (PA) level. However, it is not known whether intrinsic exercise capacity, aging, and long-term voluntary running affect core body temperature. Here we use rat models selectively bred to differ in maximal treadmill endurance running capacity (Low capacity runners, LCR and High capacity Runners, HCR), that as adults are divergent for aerobic exercise capacity, aging, and metabolic disease risk to study the connection between PA and body temperature. Ten high capacity runner (HCR) and ten low capacity runner (LCR) female rats were studied between 9 and 21 months of age. Rectal body temperature of HCR and LCR rats was measured before and after 1-year voluntary running/control intervention to explore the effects of aging and PA. Also, we determined whether injected glucose and spontaneous activity affect the body temperature differently between LCR and HCR rats at 9 vs. 21 months of age. HCRs had on average 1.3°C higher body temperature than LCRs (p < 0.001). Aging decreased the body temperature level of HCRs to similar levels with LCRs. The opportunity to run voluntarily had a significant impact on the body temperature of HCRs (p < 0.001) allowing them to maintain body temperature at a similar level as when at younger age. Compared to LCRs, HCRs were spontaneously more active, had higher relative gastrocnemius muscle mass and higher UCP2, PGC-1α, cyt c, and OXPHOS levels in the skeletal muscle (p < 0.050). These results suggest that higher PA level together with greater relative muscle mass and higher mitochondrial content/function contribute to the accumulation of heat in the HCRs. Interestingly, neither aging nor voluntary training had a significant impact on core body temperature of LCRs. However, glucose injection resulted in a lowering of the body temperature of LCRs (p < 0

  19. Voluntary Running Aids to Maintain High Body Temperature in Rats Bred for High Aerobic Capacity.

    PubMed

    Karvinen, Sira M; Silvennoinen, Mika; Ma, Hongqiang; Törmäkangas, Timo; Rantalainen, Timo; Rinnankoski-Tuikka, Rita; Lensu, Sanna; Koch, Lauren G; Britton, Steven L; Kainulainen, Heikki

    2016-01-01

    The production of heat, i.e., thermogenesis, is a significant component of the metabolic rate, which in turn affects weight gain and health. Thermogenesis is linked to physical activity (PA) level. However, it is not known whether intrinsic exercise capacity, aging, and long-term voluntary running affect core body temperature. Here we use rat models selectively bred to differ in maximal treadmill endurance running capacity (Low capacity runners, LCR and High capacity Runners, HCR), that as adults are divergent for aerobic exercise capacity, aging, and metabolic disease risk to study the connection between PA and body temperature. Ten high capacity runner (HCR) and ten low capacity runner (LCR) female rats were studied between 9 and 21 months of age. Rectal body temperature of HCR and LCR rats was measured before and after 1-year voluntary running/control intervention to explore the effects of aging and PA. Also, we determined whether injected glucose and spontaneous activity affect the body temperature differently between LCR and HCR rats at 9 vs. 21 months of age. HCRs had on average 1.3°C higher body temperature than LCRs (p < 0.001). Aging decreased the body temperature level of HCRs to similar levels with LCRs. The opportunity to run voluntarily had a significant impact on the body temperature of HCRs (p < 0.001) allowing them to maintain body temperature at a similar level as when at younger age. Compared to LCRs, HCRs were spontaneously more active, had higher relative gastrocnemius muscle mass and higher UCP2, PGC-1α, cyt c, and OXPHOS levels in the skeletal muscle (p < 0.050). These results suggest that higher PA level together with greater relative muscle mass and higher mitochondrial content/function contribute to the accumulation of heat in the HCRs. Interestingly, neither aging nor voluntary training had a significant impact on core body temperature of LCRs. However, glucose injection resulted in a lowering of the body temperature of LCRs (p < 0

  20. Effects of body-mapping-designed clothing on heat stress and running performance in a hot environment.

    PubMed

    Jiao, Jiao; Li, Yi; Yao, Lei; Chen, Yajun; Guo, Yueping; Wong, Stephen H S; Ng, Frency S F; Hu, Junyan

    2017-10-01

    To investigate clothing-induced differences in human thermal response and running performance, eight male athletes participated in a repeated-measure study by wearing three sets of clothing (CloA, CloB, and CloC). CloA and CloB were body-mapping-designed with 11% and 7% increased capacity of heat dissipation respectively than CloC, the commonly used running clothing. The experiments were conducted by using steady-state running followed by an all-out performance running in a controlled hot environment. Participants' thermal responses such as core temperature (T c ), mean skin temperature ([Formula: see text]), heat storage (S), and the performance running time were measured. CloA resulted in shorter performance time than CloC (323.1 ± 10.4 s vs. 353.6 ± 13.2 s, p = 0.01), and induced the lowest [Formula: see text], smallest ΔT c , and smallest S in the resting and running phases. This study indicated that clothing made with different heat dissipation capacities affects athlete thermal responses and running performance in a hot environment. Practitioner Summary: A protocol that simulated the real situation in running competitions was used to investigate the effects of body-mapping-designed clothing on athletes' thermal responses and running performance. The findings confirmed the effects of optimised clothing with body-mapping design and advanced fabrics, and ensured the practical advantage of developed clothing on exercise performance.

  1. An Advanced N -body Model for Interacting Multiple Stellar Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Brož, Miroslav

    We construct an advanced model for interacting multiple stellar systems in which we compute all trajectories with a numerical N -body integrator, namely the Bulirsch–Stoer from the SWIFT package. We can then derive various observables: astrometric positions, radial velocities, minima timings (TTVs), eclipse durations, interferometric visibilities, closure phases, synthetic spectra, spectral energy distribution, and even complete light curves. We use a modified version of the Wilson–Devinney code for the latter, in which the instantaneous true phase and inclination of the eclipsing binary are governed by the N -body integration. If all of these types of observations are at one’s disposal,more » a joint χ {sup 2} metric and an optimization algorithm (a simplex or simulated annealing) allow one to search for a global minimum and construct very robust models of stellar systems. At the same time, our N -body model is free from artifacts that may arise if mutual gravitational interactions among all components are not self-consistently accounted for. Finally, we present a number of examples showing dynamical effects that can be studied with our code and we discuss how systematic errors may affect the results (and how to prevent this from happening).« less

  2. EnergyPlus Run Time Analysis

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hong, Tianzhen; Buhl, Fred; Haves, Philip

    2008-09-20

    EnergyPlus is a new generation building performance simulation program offering many new modeling capabilities and more accurate performance calculations integrating building components in sub-hourly time steps. However, EnergyPlus runs much slower than the current generation simulation programs. This has become a major barrier to its widespread adoption by the industry. This paper analyzed EnergyPlus run time from comprehensive perspectives to identify key issues and challenges of speeding up EnergyPlus: studying the historical trends of EnergyPlus run time based on the advancement of computers and code improvements to EnergyPlus, comparing EnergyPlus with DOE-2 to understand and quantify the run time differences,more » identifying key simulation settings and model features that have significant impacts on run time, and performing code profiling to identify which EnergyPlus subroutines consume the most amount of run time. This paper provides recommendations to improve EnergyPlus run time from the modeler?s perspective and adequate computing platforms. Suggestions of software code and architecture changes to improve EnergyPlus run time based on the code profiling results are also discussed.« less

  3. Particle Number Dependence of the N-body Simulations of Moon Formation

    NASA Astrophysics Data System (ADS)

    Sasaki, Takanori; Hosono, Natsuki

    2018-04-01

    The formation of the Moon from the circumterrestrial disk has been investigated by using N-body simulations with the number N of particles limited from 104 to 105. We develop an N-body simulation code on multiple Pezy-SC processors and deploy Framework for Developing Particle Simulators to deal with large number of particles. We execute several high- and extra-high-resolution N-body simulations of lunar accretion from a circumterrestrial disk of debris generated by a giant impact on Earth. The number of particles is up to 107, in which 1 particle corresponds to a 10 km sized satellitesimal. We find that the spiral structures inside the Roche limit radius differ between low-resolution simulations (N ≤ 105) and high-resolution simulations (N ≥ 106). According to this difference, angular momentum fluxes, which determine the accretion timescale of the Moon also depend on the numerical resolution.

  4. Constructing high-quality bounding volume hierarchies for N-body computation using the acceptance volume heuristic

    NASA Astrophysics Data System (ADS)

    Olsson, O.

    2018-01-01

    We present a novel heuristic derived from a probabilistic cost model for approximate N-body simulations. We show that this new heuristic can be used to guide tree construction towards higher quality trees with improved performance over current N-body codes. This represents an important step beyond the current practice of using spatial partitioning for N-body simulations, and enables adoption of a range of state-of-the-art algorithms developed for computer graphics applications to yield further improvements in N-body simulation performance. We outline directions for further developments and review the most promising such algorithms.

  5. Running speed during training and percent body fat predict race time in recreational male marathoners

    PubMed Central

    Barandun, Ursula; Knechtle, Beat; Knechtle, Patrizia; Klipstein, Andreas; Rüst, Christoph Alexander; Rosemann, Thomas; Lepers, Romuald

    2012-01-01

    Background Recent studies have shown that personal best marathon time is a strong predictor of race time in male ultramarathoners. We aimed to determine variables predictive of marathon race time in recreational male marathoners by using the same characteristics of anthropometry and training as used for ultramarathoners. Methods Anthropometric and training characteristics of 126 recreational male marathoners were bivariately and multivariately related to marathon race times. Results After multivariate regression, running speed of the training units (β = −0.52, P < 0.0001) and percent body fat (β = 0.27, P < 0.0001) were the two variables most strongly correlated with marathon race times. Marathon race time for recreational male runners may be estimated to some extent by using the following equation (r2 = 0.44): race time ( minutes) = 326.3 + 2.394 × (percent body fat, %) − 12.06 × (speed in training, km/hours). Running speed during training sessions correlated with prerace percent body fat (r = 0.33, P = 0.0002). The model including anthropometric and training variables explained 44% of the variance of marathon race times, whereas running speed during training sessions alone explained 40%. Thus, training speed was more predictive of marathon performance times than anthropometric characteristics. Conclusion The present results suggest that low body fat and running speed during training close to race pace (about 11 km/hour) are two key factors for a fast marathon race time in recreational male marathoner runners. PMID:24198587

  6. Running speed during training and percent body fat predict race time in recreational male marathoners.

    PubMed

    Barandun, Ursula; Knechtle, Beat; Knechtle, Patrizia; Klipstein, Andreas; Rüst, Christoph Alexander; Rosemann, Thomas; Lepers, Romuald

    2012-01-01

    Recent studies have shown that personal best marathon time is a strong predictor of race time in male ultramarathoners. We aimed to determine variables predictive of marathon race time in recreational male marathoners by using the same characteristics of anthropometry and training as used for ultramarathoners. Anthropometric and training characteristics of 126 recreational male marathoners were bivariately and multivariately related to marathon race times. After multivariate regression, running speed of the training units (β = -0.52, P < 0.0001) and percent body fat (β = 0.27, P < 0.0001) were the two variables most strongly correlated with marathon race times. Marathon race time for recreational male runners may be estimated to some extent by using the following equation (r (2) = 0.44): race time ( minutes) = 326.3 + 2.394 × (percent body fat, %) - 12.06 × (speed in training, km/hours). Running speed during training sessions correlated with prerace percent body fat (r = 0.33, P = 0.0002). The model including anthropometric and training variables explained 44% of the variance of marathon race times, whereas running speed during training sessions alone explained 40%. Thus, training speed was more predictive of marathon performance times than anthropometric characteristics. The present results suggest that low body fat and running speed during training close to race pace (about 11 km/hour) are two key factors for a fast marathon race time in recreational male marathoner runners.

  7. The valid measurement of running economy in runners.

    PubMed

    Shaw, Andrew J; Ingham, Stephen A; Folland, Jonathan P

    2014-10-01

    Oxygen cost (OC) is commonly used to assess an athlete's running economy, although the validity of this measure is often overlooked. This study evaluated the validity of OC as a measure of running economy by comparison with the underlying energy cost (EC). In addition, the most appropriate method of removing the influence of body mass was determined to elucidate a measure of running economy that enables valid interindividual comparisons. One hundred and seventy-two highly trained endurance runners (males, n = 101; females, n = 71) performed a discontinuous submaximal running assessment, consisting of approximately seven 3-min stages (1 km·h increments), to determine the absolute OC (L·km) and EC (kcal·km) for the four speeds below lactate turn point. Comparisons between models revealed linear ratio scaling to be a more suitable method than power function scaling for removing the influence of body mass for both EC (males, R = 0.589 vs 0.588; females, R = 0.498 vs 0.482) and OC (males, R = 0.657 vs 0.652; females, R = 0.532 vs 0.531). There were stepwise increases in EC and RER with increments in running speed (both, P < 0.001). However, no differences were observed for OC across the four monitored speeds (P = 0.54). Although EC increased with running speed, OC was insensitive to changes in running speed and, therefore, does not appear to provide a valid index of the underlying EC of running, likely due to the inability of OC to account for variations in substrate use. Therefore, EC should be used as the primary measure of running economy, and for runners, an appropriate scaling with body mass is recommended.

  8. NRMC - A GPU code for N-Reverse Monte Carlo modeling of fluids in confined media

    NASA Astrophysics Data System (ADS)

    Sánchez-Gil, Vicente; Noya, Eva G.; Lomba, Enrique

    2017-08-01

    NRMC is a parallel code for performing N-Reverse Monte Carlo modeling of fluids in confined media [V. Sánchez-Gil, E.G. Noya, E. Lomba, J. Chem. Phys. 140 (2014) 024504]. This method is an extension of the usual Reverse Monte Carlo method to obtain structural models of confined fluids compatible with experimental diffraction patterns, specifically designed to overcome the problem of slow diffusion that can appear under conditions of tight confinement. Most of the computational time in N-Reverse Monte Carlo modeling is spent in the evaluation of the structure factor for each trial configuration, a calculation that can be easily parallelized. Implementation of the structure factor evaluation in NVIDIA® CUDA so that the code can be run on GPUs leads to a speed up of up to two orders of magnitude.

  9. Similar Running Economy With Different Running Patterns Along the Aerial-Terrestrial Continuum.

    PubMed

    Lussiana, Thibault; Gindre, Cyrille; Hébert-Losier, Kim; Sagawa, Yoshimasa; Gimenez, Philippe; Mourot, Laurent

    2017-04-01

    No unique or ideal running pattern is the most economical for all runners. Classifying the global running patterns of individuals into 2 categories (aerial and terrestrial) using the Volodalen method could permit a better understanding of the relationship between running economy (RE) and biomechanics. The main purpose was to compare the RE of aerial and terrestrial runners. Two coaches classified 58 runners into aerial (n = 29) or terrestrial (n = 29) running patterns on the basis of visual observations. RE, muscle activity, kinematics, and spatiotemporal parameters of both groups were measured during a 5-min run at 12 km/h on a treadmill. Maximal oxygen uptake (V̇O 2 max) and peak treadmill speed (PTS) were assessed during an incremental running test. No differences were observed between aerial and terrestrial patterns for RE, V̇O 2 max, and PTS. However, at 12 km/h, aerial runners exhibited earlier gastrocnemius lateralis activation in preparation for contact, less dorsiflexion at ground contact, higher coactivation indexes, and greater leg stiffness during stance phase than terrestrial runners. Terrestrial runners had more pronounced semitendinosus activation at the start and end of the running cycle, shorter flight time, greater leg compression, and a more rear-foot strike. Different running patterns were associated with similar RE. Aerial runners appear to rely more on elastic energy utilization with a rapid eccentric-concentric coupling time, whereas terrestrial runners appear to propel the body more forward rather than upward to limit work against gravity. Excluding runners with a mixed running pattern from analyses did not affect study interpretation.

  10. Body Weight, Serum Sodium Levels, and Renal Function in an Ultra-Distance Mountain Run.

    PubMed

    Scotney, Bianca; Reid, Steve

    2015-07-01

    To determine body weight and serum [Na] changes in runners completing an 85-km mountain run, particularly with reference to their "in-race" hydration protocols. Prospective observational cohort study. Cradle Mountain Run, Tasmania, Australia, February 2011. Forty-four runners (86% of starters) prospectively enrolled, with 41 runners (80% of starters) eligible for inclusion in final data set. Body weight change, serum sodium concentration change, and hydration plan (according to thirst vs preplanned fluid consumption). There was 1 case of exercise-associated hyponatremia (EAH) [postrace [Na], 132 mmol/L]. This runner was asymptomatic. There was a strongly significant correlation between the change in serum [Na] and body weight change during the race. There was a significant inverse correlation between serum [Na] and volume of fluid consumed. Change of serum [Na] was not correlated with the proportion of water versus electrolyte drink consumed. Runners drinking to thirst consumed significantly lower average fluid volumes and had higher postrace serum [Na] than those complying with a preplanned hydration protocol (142 mmol/L vs 139 mmol/L). More experienced runners tended to drink to thirst. There was a 2% incidence of EAH in this study. Serum [Na] change during an 85-km mountain run was inversely correlated with the volume of fluid consumed. The results provide further evidence that EAH is a dilutional hyponatremia caused by excessive consumption of hypotonic fluids. Drinking to thirst represents a safe hydration strategy for runners in a wilderness environment. Drinking to thirst during endurance running events should be promoted as a safe hydration practice.

  11. Match running performance and skill execution improves with age but not the number of disposals in young Australian footballers.

    PubMed

    Gastin, Paul B; Tangalos, Christie; Torres, Lorena; Robertson, Sam

    2017-12-01

    This study investigated age-related differences in maturity, physical and functional characteristics and playing performance in youth Australian Football (AF). Young male players (n = 156) were recruited from 12 teams across 6 age groups (U10-U15) of a recreational AF club. All players were tested for body size, maturity and fitness. Player performance was assessed during a match in which disposals (kicks and handballs) and their effectiveness were coded from a video recording and match running performance measured using Global Positioning System. Significant main effects (P < 0.01) for age group were observed for age, years to peak height velocity, body mass, height, 20 m sprint, maximal speed over 20 m, vertical jump, 20 m multistage shuttle run, match distance, high-speed running distance, peak speed, number of effective disposals and percentage of effective disposals. Age-related differences in fitness characteristics (speed, lower body power and endurance) appeared to transfer to match running performance. The frequency in which players disposed of the football did not differ between age groups, however the effectiveness of each disposal (i.e., % effective disposals) improved with age. Match statistics, particularly those that evaluate skill execution outcome (i.e., effectiveness), are useful to assess performance and to track player development over time. Differences between age groups, and probably variability within age groups, are strongly associated with chronological age and maturity.

  12. Two high-density recording methods with run-length limited turbo code for holographic data storage system

    NASA Astrophysics Data System (ADS)

    Nakamura, Yusuke; Hoshizawa, Taku

    2016-09-01

    Two methods for increasing the data capacity of a holographic data storage system (HDSS) were developed. The first method is called “run-length-limited (RLL) high-density recording”. An RLL modulation has the same effect as enlarging the pixel pitch; namely, it optically reduces the hologram size. Accordingly, the method doubles the raw-data recording density. The second method is called “RLL turbo signal processing”. The RLL turbo code consists of \\text{RLL}(1,∞ ) trellis modulation and an optimized convolutional code. The remarkable point of the developed turbo code is that it employs the RLL modulator and demodulator as parts of the error-correction process. The turbo code improves the capability of error correction more than a conventional LDPC code, even though interpixel interference is generated. These two methods will increase the data density 1.78-fold. Moreover, by simulation and experiment, a data density of 2.4 Tbit/in.2 is confirmed.

  13. Stimulus features coded by single neurons of a macaque body category selective patch.

    PubMed

    Popivanov, Ivo D; Schyns, Philippe G; Vogels, Rufin

    2016-04-26

    Body category-selective regions of the primate temporal cortex respond to images of bodies, but it is unclear which fragments of such images drive single neurons' responses in these regions. Here we applied the Bubbles technique to the responses of single macaque middle superior temporal sulcus (midSTS) body patch neurons to reveal the image fragments the neurons respond to. We found that local image fragments such as extremities (limbs), curved boundaries, and parts of the torso drove the large majority of neurons. Bubbles revealed the whole body in only a few neurons. Neurons coded the features in a manner that was tolerant to translation and scale changes. Most image fragments were excitatory but for a few neurons both inhibitory and excitatory fragments (opponent coding) were present in the same image. The fragments we reveal here in the body patch with Bubbles differ from those suggested in previous studies of face-selective neurons in face patches. Together, our data indicate that the majority of body patch neurons respond to local image fragments that occur frequently, but not exclusively, in bodies, with a coding that is tolerant to translation and scale. Overall, the data suggest that the body category selectivity of the midSTS body patch depends more on the feature statistics of bodies (e.g., extensions occur more frequently in bodies) than on semantics (bodies as an abstract category).

  14. Stimulus features coded by single neurons of a macaque body category selective patch

    PubMed Central

    Popivanov, Ivo D.; Schyns, Philippe G.; Vogels, Rufin

    2016-01-01

    Body category-selective regions of the primate temporal cortex respond to images of bodies, but it is unclear which fragments of such images drive single neurons’ responses in these regions. Here we applied the Bubbles technique to the responses of single macaque middle superior temporal sulcus (midSTS) body patch neurons to reveal the image fragments the neurons respond to. We found that local image fragments such as extremities (limbs), curved boundaries, and parts of the torso drove the large majority of neurons. Bubbles revealed the whole body in only a few neurons. Neurons coded the features in a manner that was tolerant to translation and scale changes. Most image fragments were excitatory but for a few neurons both inhibitory and excitatory fragments (opponent coding) were present in the same image. The fragments we reveal here in the body patch with Bubbles differ from those suggested in previous studies of face-selective neurons in face patches. Together, our data indicate that the majority of body patch neurons respond to local image fragments that occur frequently, but not exclusively, in bodies, with a coding that is tolerant to translation and scale. Overall, the data suggest that the body category selectivity of the midSTS body patch depends more on the feature statistics of bodies (e.g., extensions occur more frequently in bodies) than on semantics (bodies as an abstract category). PMID:27071095

  15. Non-linear structure formation in the `Running FLRW' cosmological model

    NASA Astrophysics Data System (ADS)

    Bibiano, Antonio; Croton, Darren J.

    2016-07-01

    We present a suite of cosmological N-body simulations describing the `Running Friedmann-Lemaïtre-Robertson-Walker' (R-FLRW) cosmological model. This model is based on quantum field theory in a curved space-time and extends Lambda cold dark matter (ΛCDM) with a time-evolving vacuum density, Λ(z), and time-evolving gravitational Newton's coupling, G(z). In this paper, we review the model and introduce the necessary analytical treatment needed to adapt a reference N-body code. Our resulting simulations represent the first realization of the full growth history of structure in the R-FLRW cosmology into the non-linear regime, and our normalization choice makes them fully consistent with the latest cosmic microwave background data. The post-processing data products also allow, for the first time, an analysis of the properties of the halo and sub-halo populations. We explore the degeneracies of many statistical observables and discuss the steps needed to break them. Furthermore, we provide a quantitative description of the deviations of R-FLRW from ΛCDM, which could be readily exploited by future cosmological observations to test and further constrain the model.

  16. 3D unstructured-mesh radiation transport codes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Morel, J.

    1997-12-31

    Three unstructured-mesh radiation transport codes are currently being developed at Los Alamos National Laboratory. The first code is ATTILA, which uses an unstructured tetrahedral mesh in conjunction with standard Sn (discrete-ordinates) angular discretization, standard multigroup energy discretization, and linear-discontinuous spatial differencing. ATTILA solves the standard first-order form of the transport equation using source iteration in conjunction with diffusion-synthetic acceleration of the within-group source iterations. DANTE is designed to run primarily on workstations. The second code is DANTE, which uses a hybrid finite-element mesh consisting of arbitrary combinations of hexahedra, wedges, pyramids, and tetrahedra. DANTE solves several second-order self-adjoint forms of the transport equation including the even-parity equation, the odd-parity equation, and a new equation called the self-adjoint angular flux equation. DANTE also offers three angular discretization options:more » $$S{_}n$$ (discrete-ordinates), $$P{_}n$$ (spherical harmonics), and $$SP{_}n$$ (simplified spherical harmonics). DANTE is designed to run primarily on massively parallel message-passing machines, such as the ASCI-Blue machines at LANL and LLNL. The third code is PERICLES, which uses the same hybrid finite-element mesh as DANTE, but solves the standard first-order form of the transport equation rather than a second-order self-adjoint form. DANTE uses a standard $$S{_}n$$ discretization in angle in conjunction with trilinear-discontinuous spatial differencing, and diffusion-synthetic acceleration of the within-group source iterations. PERICLES was initially designed to run on workstations, but a version for massively parallel message-passing machines will be built. The three codes will be described in detail and computational results will be presented.« less

  17. Multitasking the code ARC3D. [for computational fluid dynamics

    NASA Technical Reports Server (NTRS)

    Barton, John T.; Hsiung, Christopher C.

    1986-01-01

    The CRAY multitasking system was developed in order to utilize all four processors and sharply reduce the wall clock run time. This paper describes the techniques used to modify the computational fluid dynamics code ARC3D for this run and analyzes the achieved speedup. The ARC3D code solves either the Euler or thin-layer N-S equations using an implicit approximate factorization scheme. Results indicate that multitask processing can be used to achieve wall clock speedup factors of over three times, depending on the nature of the program code being used. Multitasking appears to be particularly advantageous for large-memory problems running on multiple CPU computers.

  18. Fast-Running Aeroelastic Code Based on Unsteady Linearized Aerodynamic Solver Developed

    NASA Technical Reports Server (NTRS)

    Reddy, T. S. R.; Bakhle, Milind A.; Keith, T., Jr.

    2003-01-01

    The NASA Glenn Research Center has been developing aeroelastic analyses for turbomachines for use by NASA and industry. An aeroelastic analysis consists of a structural dynamic model, an unsteady aerodynamic model, and a procedure to couple the two models. The structural models are well developed. Hence, most of the development for the aeroelastic analysis of turbomachines has involved adapting and using unsteady aerodynamic models. Two methods are used in developing unsteady aerodynamic analysis procedures for the flutter and forced response of turbomachines: (1) the time domain method and (2) the frequency domain method. Codes based on time domain methods require considerable computational time and, hence, cannot be used during the design process. Frequency domain methods eliminate the time dependence by assuming harmonic motion and, hence, require less computational time. Early frequency domain analyses methods neglected the important physics of steady loading on the analyses for simplicity. A fast-running unsteady aerodynamic code, LINFLUX, which includes steady loading and is based on the frequency domain method, has been modified for flutter and response calculations. LINFLUX, solves unsteady linearized Euler equations for calculating the unsteady aerodynamic forces on the blades, starting from a steady nonlinear aerodynamic solution. First, we obtained a steady aerodynamic solution for a given flow condition using the nonlinear unsteady aerodynamic code TURBO. A blade vibration analysis was done to determine the frequencies and mode shapes of the vibrating blades, and an interface code was used to convert the steady aerodynamic solution to a form required by LINFLUX. A preprocessor was used to interpolate the mode shapes from the structural dynamic mesh onto the computational dynamics mesh. Then, we used LINFLUX to calculate the unsteady aerodynamic forces for a given mode, frequency, and phase angle. A postprocessor read these unsteady pressures and

  19. Physiological and Biomechanical Responses of Highly Trained Distance Runners to Lower-Body Positive Pressure Treadmill Running.

    PubMed

    Barnes, Kyle R; Janecke, Jessica N

    2017-11-21

    As a way to train at faster running speeds, add training volume, prevent injury, or rehabilitate after an injury, lower-body positive pressure treadmills (LBPPT) have become increasingly commonplace among athletes. However, there are conflicting evidence and a paucity of data describing the physiological and biomechanical responses to LBPPT running in highly trained or elite caliber runners at the running speeds they habitually train at, which are considerably faster than those of recreational runners. Furthermore, data is lacking regarding female runners' responses to LBPPT running. Therefore, this study was designed to evaluate the physiological and biomechanical responses to LBPPT running in highly trained male and female distance runners. Fifteen highly trained distance runners (seven male; eight female) completed a single running test composed of 4 × 9-min interval series at fixed percentages of body weight ranging from 0 to 30% body weight support (BWS) in 10% increments on LBPPT. The first interval was always conducted at 0% BWS; thereafter, intervals at 10, 20, and 30% BWS were conducted in random order. Each interval consisted of three stages of 3 min each, at velocities of 14.5, 16.1, and 17.7 km·h -1 for men and 12.9, 14.5, and 16.1 km·h -1 for women. Expired gases, ventilation, breathing frequency, heart rate (HR), rating of perceived exertion (RPE), and stride characteristics were measured during each running speed and BWS. Male and female runners had similar physiological and biomechanical responses to running on LBPPT. Increasing BWS increased stride length (p < 0.02) and flight duration (p < 0.01) and decreased stride rate (p < 0.01) and contact time (p < 0.01) in small-large magnitudes. There was a large attenuation of oxygen consumption (VO 2 ) relative to BWS (p < 0.001), while there were trivial-moderate reductions in respiratory exchange ratio, minute ventilation, and respiratory frequency (p > 0.05), and small-large effects

  20. Relativistic N-body simulations with massive neutrinos

    NASA Astrophysics Data System (ADS)

    Adamek, Julian; Durrer, Ruth; Kunz, Martin

    2017-11-01

    Some of the dark matter in the Universe is made up of massive neutrinos. Their impact on the formation of large scale structure can be used to determine their absolute mass scale from cosmology, but to this end accurate numerical simulations have to be developed. Due to their relativistic nature, neutrinos pose additional challenges when one tries to include them in N-body simulations that are traditionally based on Newtonian physics. Here we present the first numerical study of massive neutrinos that uses a fully relativistic approach. Our N-body code, gevolution, is based on a weak-field formulation of general relativity that naturally provides a self-consistent framework for relativistic particle species. This allows us to model neutrinos from first principles, without invoking any ad-hoc recipes. Our simulation suite comprises some of the largest neutrino simulations performed to date. We study the effect of massive neutrinos on the nonlinear power spectra and the halo mass function, focusing on the interesting mass range between 0.06 eV and 0.3 eV and including a case for an inverted mass hierarchy.

  1. Voluntary resistance running wheel activity pattern and skeletal muscle growth in rats.

    PubMed

    Legerlotz, Kirsten; Elliott, Bradley; Guillemin, Bernard; Smith, Heather K

    2008-06-01

    The aims of this study were to characterize the pattern of voluntary activity of young rats in response to resistance loading on running wheels and to determine the effects of the activity on the growth of six limb skeletal muscles. Male Sprague-Dawley rats (4 weeks old) were housed individually with a resistance running wheel (R-RUN, n = 7) or a conventional free-spinning running wheel (F-RUN, n = 6) or without a wheel, as non-running control animals (CON, n = 6). The torque required to move the wheel in the R-RUN group was progressively increased, and the activity (velocity, distance and duration of each bout) of the two running wheel groups was recorded continuously for 45 days. The R-RUN group performed many more, shorter and faster bouts of running than the F-RUN group, yet the mean daily distance was not different between the F-RUN (1.3 +/- 0.2 km) and R-RUN group (1.4 +/- 0.6 km). Only the R-RUN resulted in a significantly (P < 0.05) enhanced muscle wet mass, relative to the increase in body mass, of the plantaris (23%) and vastus lateralis muscle (17%), and the plantaris muscle fibre cross-sectional area, compared with CON. Both F-RUN and R-RUN led to a significantly greater wet mass relative to increase in body mass and muscle fibre cross-sectional area in the soleus muscle compared with CON. We conclude that the pattern of voluntary activity on a resistance running wheel differs from that on a free-spinning running wheel and provides a suitable model to induce physiological muscle hypertrophy in rats.

  2. Studying Tidal Effects In Planetary Systems With Posidonius. A N-Body Simulator Written In Rust.

    NASA Astrophysics Data System (ADS)

    Blanco-Cuaresma, Sergi; Bolmont, Emeline

    2017-10-01

    Planetary systems with several planets in compact orbital configurations such as TRAPPIST-1 are surely affected by tidal effects. Its study provides us with important insight about its evolution. We developed a second generation of a N-body code based on the tidal model used in Mercury-T, re-implementing and improving its functionalities using Rust as programming language (including a Python interface for easy use) and the WHFAST integrator. The new open source code ensures memory safety, reproducibility of numerical N-body experiments, it improves the spin integration compared to Mercury-T and allows to take into account a new prescription for the dissipation of tidal inertial waves in the convective envelope of stars. Posidonius is also suitable for binary system simulations with evolving stars.

  3. Perturbed redshifts from N -body simulations

    NASA Astrophysics Data System (ADS)

    Adamek, Julian

    2018-01-01

    In order to keep pace with the increasing data quality of astronomical surveys the observed source redshift has to be modeled beyond the well-known Doppler contribution. In this article I want to examine the gauge issue that is often glossed over when one assigns a perturbed redshift to simulated data generated with a Newtonian N -body code. A careful analysis reveals the presence of a correction term that has so far been neglected. It is roughly proportional to the observed length scale divided by the Hubble scale and therefore suppressed inside the horizon. However, on gigaparsec scales it can be comparable to the gravitational redshift and hence amounts to an important relativistic effect.

  4. Binary image encryption in a joint transform correlator scheme by aid of run-length encoding and QR code

    NASA Astrophysics Data System (ADS)

    Qin, Yi; Wang, Zhipeng; Wang, Hongjuan; Gong, Qiong

    2018-07-01

    We propose a binary image encryption method in joint transform correlator (JTC) by aid of the run-length encoding (RLE) and Quick Response (QR) code, which enables lossless retrieval of the primary image. The binary image is encoded with RLE to obtain the highly compressed data, and then the compressed binary image is further scrambled using a chaos-based method. The compressed and scrambled binary image is then transformed into one QR code that will be finally encrypted in JTC. The proposed method successfully, for the first time to our best knowledge, encodes a binary image into a QR code with the identical size of it, and therefore may probe a new way for extending the application of QR code in optical security. Moreover, the preprocessing operations, including RLE, chaos scrambling and the QR code translation, append an additional security level on JTC. We present digital results that confirm our approach.

  5. Lower body symmetry and running performance in elite Jamaican track and field athletes.

    PubMed

    Trivers, Robert; Fink, Bernhard; Russell, Mark; McCarty, Kristofor; James, Bruce; Palestis, Brian G

    2014-01-01

    In a study of degree of lower body symmetry in 73 elite Jamaican track and field athletes we show that both their knees and ankles (but not their feet) are-on average-significantly more symmetrical than those of 116 similarly aged controls from the rural Jamaican countryside. Within the elite athletes, events ranged from the 100 to the 800 m, and knee and ankle asymmetry was lower for those running the 100 m dashes than those running the longer events with turns. Nevertheless, across all events those with more symmetrical knees and ankles (but not feet) had better results compared to international standards. Regression models considering lower body symmetry combined with gender, age and weight explain 27 to 28% of the variation in performance among athletes, with symmetry related to about 5% of this variation. Within 100 m sprinters, the results suggest that those with more symmetrical knees and ankles ran faster. Altogether, our work confirms earlier findings that knee and probably ankle symmetry are positively associated with sprinting performance, while extending these findings to elite athletes.

  6. Lower Body Symmetry and Running Performance in Elite Jamaican Track and Field Athletes

    PubMed Central

    Trivers, Robert; Fink, Bernhard; Russell, Mark; McCarty, Kristofor; James, Bruce; Palestis, Brian G.

    2014-01-01

    In a study of degree of lower body symmetry in 73 elite Jamaican track and field athletes we show that both their knees and ankles (but not their feet) are–on average–significantly more symmetrical than those of 116 similarly aged controls from the rural Jamaican countryside. Within the elite athletes, events ranged from the 100 to the 800 m, and knee and ankle asymmetry was lower for those running the 100 m dashes than those running the longer events with turns. Nevertheless, across all events those with more symmetrical knees and ankles (but not feet) had better results compared to international standards. Regression models considering lower body symmetry combined with gender, age and weight explain 27 to 28% of the variation in performance among athletes, with symmetry related to about 5% of this variation. Within 100 m sprinters, the results suggest that those with more symmetrical knees and ankles ran faster. Altogether, our work confirms earlier findings that knee and probably ankle symmetry are positively associated with sprinting performance, while extending these findings to elite athletes. PMID:25401732

  7. Responses of Lower-Body Power and Match Running Demands Following Long-Haul Travel in International Rugby Sevens Players.

    PubMed

    Mitchell, John A; Pumpa, Kate L; Pyne, David B

    2017-03-01

    Mitchell, JA, Pumpa, KL, and Pyne, DB. Responses of lowerbody power and match running demands after long-haul travel in international rugby sevens players. J Strength Cond Res 31(3): 686-695, 2017-This study determined the effect of long-haul (>5 hours) travel on lower-body power and match running demands in international rugby sevens players. Lower-body power was assessed in 22 male international rugby sevens players (age 21.7 ± 2.7 years, mass 89.0 ± 6.7 kg, stature 180.5 ± 6.2 cm; mean ± SD) monitored over 17 rugby sevens tournaments. A countermovement jump was used to monitor lower-body power (peak and mean power) over repeated three week travel and competition periods (pretravel, posttravel, and posttournament). Small decreases were evident in peak power after both short and long-haul travel (-4.0%, ±3.2%; mean, ±90% confidence limits) with further reductions in peak and mean power posttournament (-4.5%, ±2.3% and -3.8%, ±1.5%) culminating in a moderate decrease in peak power overall (-7.4%, ±4.0%). A subset of 12 players (completing a minimum of 8 tournaments) had the effects of match running demands assessed with lower-body power. In this subset, long-haul travel elicited a large decrease in lower-body peak (-9.4%, ±3.5%) and mean power (-5.6%, ±2.9%) over the monitoring period, with a small decrease (-4.3%, ±3.0% and -2.2%, ±1.7%) posttravel and moderate decrease (-5.4%, ±2.5% and -3.5%, ±1.9%) posttournament, respectively. Match running demands were monitored through global positioning system. In long-haul tournaments, the 12 players covered ∼13%, ±13% greater total distance (meter) and ∼11%, ±10% higher average game meters >5 m·s when compared with short-haul (<5 hours) travel. Effective pretravel and posttravel player management strategies are indicated to reduce neuromuscular fatigue and running load demands in rugby sevens tournaments after long-haul travel.

  8. Body acceleration distribution and O2 uptake in humans during running and jumping

    NASA Technical Reports Server (NTRS)

    Bhattacharya, A.; Mccutcheon, E. P.; Shvartz, E.; Greenleaf, J. E.

    1980-01-01

    The distribution of body acceleration and associated oxygen uptake and heart rate responses are investigated in treadmill running and trampoline jumping. Accelerations in the +Gz direction were measured at the lateral ankle, lumbosacral region and forehead of eight young men during level treadmill walking and running at four speeds and trampoline jumping at four heights, together with corresponding oxygen uptake and heart rate. With increasing treadmill speed, peak acceleration at the ankle is found always to exceed that at the back and forehead, and acceleration profiles with higher frequency components than those observed during jumping are observed. Acceleration levels are found to be more uniformly distributed with increasing height in jumping, although comparable oxygen uptake and heat rates are obtained. Results indicate that the magnitude of the biomechanical stimuli is greater in trampoline jumping than in running, which finding could be of use in the design of procedures to avert deconditioning in persons exposed to weightlessness.

  9. Heat production and storage are positively correlated with measures of body size/composition and heart rate drift during vigorous running.

    PubMed

    Buresh, Robert; Berg, Kris; Noble, John

    2005-09-01

    The purposes of this study were to determine the relationships between: (a) measures of body size/composition and heat production/storage, and (b) heat production/storage and heart rate (HR) drift during running at 95% of the velocity that elicited lactate threshold, which was determined for 20 healthy recreational male runners. Subsequently, changes in skin and tympanic temperatures associated with a vigorous 20-min run, HR, and VO2 data were recorded. It was found that heat production was significantly correlated with body mass (r = .687), lean mass (r = .749), and body surface area (BSA, r = .699). Heat storage was significantly correlated with body mass (r = .519), fat mass (r = .464), and BSA (r = .498). The percentage of produced heat stored was significantly correlated with body mass (r = .427), fat mass (r = .455), and BSA (r = .414). Regression analysis showed that the sum of body mass, percentage of body fat, BSA, lean mass, and fat mass accounted for 30% of the variability in heat storage. It was also found that HR drift was significantly correlated with heat storage (r = .383), percentage of produced heat stored (r = .433), and core temperature change (r = .450). It was concluded that heavier runners experienced greater heat production, heat storage, and core temperature increases than lighter runners during vigorous running.

  10. Collisionless stellar hydrodynamics as an efficient alternative to N-body methods

    NASA Astrophysics Data System (ADS)

    Mitchell, Nigel L.; Vorobyov, Eduard I.; Hensler, Gerhard

    2013-01-01

    The dominant constituents of the Universe's matter are believed to be collisionless in nature and thus their modelling in any self-consistent simulation is extremely important. For simulations that deal only with dark matter or stellar systems, the conventional N-body technique is fast, memory efficient and relatively simple to implement. However when extending simulations to include the effects of gas physics, mesh codes are at a distinct disadvantage compared to Smooth Particle Hydrodynamics (SPH) codes. Whereas implementing the N-body approach into SPH codes is fairly trivial, the particle-mesh technique used in mesh codes to couple collisionless stars and dark matter to the gas on the mesh has a series of significant scientific and technical limitations. These include spurious entropy generation resulting from discreteness effects, poor load balancing and increased communication overhead which spoil the excellent scaling in massively parallel grid codes. In this paper we propose the use of the collisionless Boltzmann moment equations as a means to model the collisionless material as a fluid on the mesh, implementing it into the massively parallel FLASH Adaptive Mesh Refinement (AMR) code. This approach which we term `collisionless stellar hydrodynamics' enables us to do away with the particle-mesh approach and since the parallelization scheme is identical to that used for the hydrodynamics, it preserves the excellent scaling of the FLASH code already demonstrated on peta-flop machines. We find that the classic hydrodynamic equations and the Boltzmann moment equations can be reconciled under specific conditions, allowing us to generate analytic solutions for collisionless systems using conventional test problems. We confirm the validity of our approach using a suite of demanding test problems, including the use of a modified Sod shock test. By deriving the relevant eigenvalues and eigenvectors of the Boltzmann moment equations, we are able to use high order

  11. Error threshold for color codes and random three-body Ising models.

    PubMed

    Katzgraber, Helmut G; Bombin, H; Martin-Delgado, M A

    2009-08-28

    We study the error threshold of color codes, a class of topological quantum codes that allow a direct implementation of quantum Clifford gates suitable for entanglement distillation, teleportation, and fault-tolerant quantum computation. We map the error-correction process onto a statistical mechanical random three-body Ising model and study its phase diagram via Monte Carlo simulations. The obtained error threshold of p(c) = 0.109(2) is very close to that of Kitaev's toric code, showing that enhanced computational capabilities do not necessarily imply lower resistance to noise.

  12. The Effects of Backwards Running Training on Forward Running Economy in Trained Males.

    PubMed

    Ordway, Jason D; Laubach, Lloyd L; Vanderburgh, Paul M; Jackson, Kurt J

    2016-03-01

    Backwards running (BR) results in greater cardiopulmonary response and muscle activity compared with forward running (FR). BR has traditionally been used in rehabilitation for disorders such as stroke and lower leg extremity injuries, as well as in short bursts during various athletic events. The aim of this study was to measure the effects of sustained backwards running training on forward running economy in trained male athletes. Eight highly trained, male runners (26.13 ± 6.11 years, 174.7 ± 6.4 cm, 68.4 ± 9.24 kg, 8.61 ± 3.21% body fat, 71.40 ± 7.31 ml·kg(-1)·min(-1)) trained with BR while harnessed on a treadmill at 161 m·min(-1) for 5 weeks following a 5-week BR run-in period at a lower speed (134 m·min(-1)). Subjects were tested at baseline, postfamiliarized, and post-BR training for body composition, a ramped VO2max test, and an economy test designed for trained male runners. Subjects improved forward running economy by 2.54% (1.19 ± 1.26 ml·kg(-1)·min(-1), p = 0.032) at 215 m·min(-1). VO2max, body mass, lean mass, fat mass, and % body fat did not change (p > 0.05). Five weeks of BR training improved FR economy in healthy, trained male runners without altering VO2max or body composition. The improvements observed in this study could be a beneficial form of training to an already economical population to improve running economy.

  13. Shoe cushioning, body mass and running biomechanics as risk factors for running injury: a study protocol for a randomised controlled trial

    PubMed Central

    Malisoux, Laurent; Delattre, Nicolas; Urhausen, Axel; Theisen, Daniel

    2017-01-01

    Introduction Repetitive loading of the musculoskeletal system is suggested to be involved in the underlying mechanism of the majority of running-related injuries (RRIs). Accordingly, heavier runners are assumed to be at a higher risk of RRI. The cushioning system of modern running shoes is expected to protect runners again high impact forces, and therefore, RRI. However, the role of shoe cushioning in injury prevention remains unclear. The main aim of this study is to investigate the influence of shoe cushioning and body mass on RRI risk, while exploring simultaneously the association between running technique and RRI risk. Methods and analysis This double-blinded randomised controlled trial will involve about 800 healthy leisure-time runners. They will randomly receive one of two running shoe models that will differ in their cushioning properties (ie, stiffness) by ~35%. The participants will perform a running test on an instrumented treadmill at their preferred running speed at baseline. Then they will be followed up prospectively over a 6-month period, during which they will self-report all their sports activities as well as any injury in an internet-based database TIPPS (Training and Injury Prevention Platform for Sports). Cox regression analyses will be used to compare injury risk between the study groups and to investigate the association among training, biomechanical and anatomical risk factors, and injury risk. Ethics and dissemination The study was approved by the National Ethics Committee for Research (Ref: 201701/02 v1.1). Outcomes will be disseminated through publications in peer-reviewed journals, presentations at international conferences, as well as articles in popular magazines and on specialised websites. Trial registration number NCT03115437, Pre-results. PMID:28827268

  14. Symmetry in running.

    PubMed

    Raibert, M H

    1986-03-14

    Symmetry plays a key role in simplifying the control of legged robots and in giving them the ability to run and balance. The symmetries studied describe motion of the body and legs in terms of even and odd functions of time. A legged system running with these symmetries travels with a fixed forward speed and a stable upright posture. The symmetries used for controlling legged robots may help in elucidating the legged behavior of animals. Measurements of running in the cat and human show that the feet and body sometimes move as predicted by the even and odd symmetry functions.

  15. COLAcode: COmoving Lagrangian Acceleration code

    NASA Astrophysics Data System (ADS)

    Tassev, Svetlin V.

    2016-02-01

    COLAcode is a serial particle mesh-based N-body code illustrating the COLA (COmoving Lagrangian Acceleration) method; it solves for Large Scale Structure (LSS) in a frame that is comoving with observers following trajectories calculated in Lagrangian Perturbation Theory (LPT). It differs from standard N-body code by trading accuracy at small-scales to gain computational speed without sacrificing accuracy at large scales. This is useful for generating large ensembles of accurate mock halo catalogs required to study galaxy clustering and weak lensing; such catalogs are needed to perform detailed error analysis for ongoing and future surveys of LSS.

  16. Variability of segment coordination using a vector coding technique: Reliability analysis for treadmill walking and running.

    PubMed

    Hafer, Jocelyn F; Boyer, Katherine A

    2017-01-01

    Coordination variability (CV) quantifies the variety of movement patterns an individual uses during a task and may provide a measure of the flexibility of that individual's motor system. While there is growing popularity of segment CV as a marker of motor system health or adaptability, it is not known how many strides of data are needed to reliably calculate CV. This study aimed to determine the number of strides needed to reliably calculate CV in treadmill walking and running, and to compare CV between walking and running in a healthy population. Ten healthy young adults walked and ran at preferred speeds on a treadmill and a modified vector coding technique was used to calculate CV for the following segment couples: pelvis frontal plane vs. thigh frontal plane, thigh sagittal plane vs. shank sagittal plane, thigh sagittal plane vs. shank transverse plane, and shank transverse plane vs. rearfoot frontal plane. CV for each coupling of interest was calculated for 2-15 strides for each participant and gait type. Mean CV was calculated across the entire gait cycle and, separately, for 4 phases of the gait cycle. For running and walking 8 and 10 strides, respectively, were sufficient to obtain a reliable CV estimate. CV was significantly different between walking and running for the thigh vs. shank couple comparisons. These results suggest that 10 strides of treadmill data are needed to reliably calculate CV for walking and running. Additionally, the differences in CV between walking and running suggest that the role of knee (i.e., inter-thigh- shank) control may differ between these forms of locomotion. Copyright © 2016 Elsevier B.V. All rights reserved.

  17. Fast and reliable symplectic integration for planetary system N-body problems

    NASA Astrophysics Data System (ADS)

    Hernandez, David M.

    2016-06-01

    We apply one of the exactly symplectic integrators, which we call HB15, of Hernandez & Bertschinger, along with the Kepler problem solver of Wisdom & Hernandez, to solve planetary system N-body problems. We compare the method to Wisdom-Holman (WH) methods in the MERCURY software package, the MERCURY switching integrator, and others and find HB15 to be the most efficient method or tied for the most efficient method in many cases. Unlike WH, HB15 solved N-body problems exhibiting close encounters with small, acceptable error, although frequent encounters slowed the code. Switching maps like MERCURY change between two methods and are not exactly symplectic. We carry out careful tests on their properties and suggest that they must be used with caution. We then use different integrators to solve a three-body problem consisting of a binary planet orbiting a star. For all tested tolerances and time steps, MERCURY unbinds the binary after 0 to 25 years. However, in the solutions of HB15, a time-symmetric HERMITE code, and a symplectic Yoshida method, the binary remains bound for >1000 years. The methods' solutions are qualitatively different, despite small errors in the first integrals in most cases. Several checks suggest that the qualitative binary behaviour of HB15's solution is correct. The Bulirsch-Stoer and Radau methods in the MERCURY package also unbind the binary before a time of 50 years, suggesting that this dynamical error is due to a MERCURY bug.

  18. Shoe cushioning, body mass and running biomechanics as risk factors for running injury: a study protocol for a randomised controlled trial.

    PubMed

    Malisoux, Laurent; Delattre, Nicolas; Urhausen, Axel; Theisen, Daniel

    2017-08-21

    Repetitive loading of the musculoskeletal system is suggested to be involved in the underlying mechanism of the majority of running-related injuries (RRIs). Accordingly, heavier runners are assumed to be at a higher risk of RRI. The cushioning system of modern running shoes is expected to protect runners again high impact forces, and therefore, RRI. However, the role of shoe cushioning in injury prevention remains unclear. The main aim of this study is to investigate the influence of shoe cushioning and body mass on RRI risk, while exploring simultaneously the association between running technique and RRI risk. This double-blinded randomised controlled trial will involve about 800 healthy leisure-time runners. They will randomly receive one of two running shoe models that will differ in their cushioning properties (ie, stiffness) by ~35%. The participants will perform a running test on an instrumented treadmill at their preferred running speed at baseline. Then they will be followed up prospectively over a 6-month period, during which they will self-report all their sports activities as well as any injury in an internet-based database TIPPS (Training and Injury Prevention Platform for Sports). Cox regression analyses will be used to compare injury risk between the study groups and to investigate the association among training, biomechanical and anatomical risk factors, and injury risk. The study was approved by the National Ethics Committee for Research (Ref: 201701/02 v1.1). Outcomes will be disseminated through publications in peer-reviewed journals, presentations at international conferences, as well as articles in popular magazines and on specialised websites. NCT03115437, Pre-results. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2017. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  19. Western diet increases wheel running in mice selectively bred for high voluntary wheel running.

    PubMed

    Meek, T H; Eisenmann, J C; Garland, T

    2010-06-01

    Mice from a long-term selective breeding experiment for high voluntary wheel running offer a unique model to examine the contributions of genetic and environmental factors in determining the aspects of behavior and metabolism relevant to body-weight regulation and obesity. Starting with generation 16 and continuing through to generation 52, mice from the four replicate high runner (HR) lines have run 2.5-3-fold more revolutions per day as compared with four non-selected control (C) lines, but the nature of this apparent selection limit is not understood. We hypothesized that it might involve the availability of dietary lipids. Wheel running, food consumption (Teklad Rodent Diet (W) 8604, 14% kJ from fat; or Harlan Teklad TD.88137 Western Diet (WD), 42% kJ from fat) and body mass were measured over 1-2-week intervals in 100 males for 2 months starting 3 days after weaning. WD was obesogenic for both HR and C, significantly increasing both body mass and retroperitoneal fat pad mass, the latter even when controlling statistically for wheel-running distance and caloric intake. The HR mice had significantly less fat than C mice, explainable statistically by their greater running distance. On adjusting for body mass, HR mice showed higher caloric intake than C mice, also explainable by their higher running. Accounting for body mass and running, WD initially caused increased caloric intake in both HR and C, but this effect was reversed during the last four weeks of the study. Western diet had little or no effect on wheel running in C mice, but increased revolutions per day by as much as 75% in HR mice, mainly through increased time spent running. The remarkable stimulation of wheel running by WD in HR mice may involve fuel usage during prolonged endurance exercise and/or direct behavioral effects on motivation. Their unique behavioral responses to WD may render HR mice an important model for understanding the control of voluntary activity levels.

  20. Effects of virtualization on a scientific application - Running a hyperspectral radiative transfer code on virtual machines.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tikotekar, Anand A; Vallee, Geoffroy R; Naughton III, Thomas J

    2008-01-01

    The topic of system-level virtualization has recently begun to receive interest for high performance computing (HPC). This is in part due to the isolation and encapsulation offered by the virtual machine. These traits enable applications to customize their environments and maintain consistent software configurations in their virtual domains. Additionally, there are mechanisms that can be used for fault tolerance like live virtual machine migration. Given these attractive benefits to virtualization, a fundamental question arises, how does this effect my scientific application? We use this as the premise for our paper and observe a real-world scientific code running on a Xenmore » virtual machine. We studied the effects of running a radiative transfer simulation, Hydrolight, on a virtual machine. We discuss our methodology and report observations regarding the usage of virtualization with this application.« less

  1. A faster running speed is associated with a greater body weight loss in 100-km ultra-marathoners.

    PubMed

    Knechtle, Beat; Knechtle, Patrizia; Wirth, Andrea; Alexander Rüst, Christoph; Rosemann, Thomas

    2012-01-01

    In 219 recreational male runners, we investigated changes in body mass, total body water, haematocrit, plasma sodium concentration ([Na(+)]), and urine specific gravity as well as fluid intake during a 100-km ultra-marathon. The athletes lost 1.9 kg (s = 1.4) of body mass, equal to 2.5% (s = 1.8) of body mass (P < 0.001), 0.7 kg (s = 1.0) of predicted skeletal muscle mass (P < 0.001), 0.2 kg (s = 1.3) of predicted fat mass (P < 0.05), and 0.9 L (s = 1.6) of predicted total body water (P < 0.001). Haematocrit decreased (P < 0.001), urine specific gravity (P < 0.001), plasma volume (P < 0.05), and plasma [Na(+)] (P < 0.05) all increased. Change in body mass was related to running speed (r = -0.16, P < 0.05), change in plasma volume was associated with change in plasma [Na(+)] (r = -0.28, P < 0.0001), and change in body mass was related to both change in plasma [Na(+)] (r = -0.36) and change in plasma volume (r = 0.31) (P < 0.0001). The athletes consumed 0.65 L (s = 0.27) fluid per hour. Fluid intake was related to both running speed (r = 0.42, P < 0.0001) and change in body mass (r = 0.23, P = 0.0006), but not post-race plasma [Na(+)] or change in plasma [Na(+)] (P > 0.05). In conclusion, faster runners lost more body mass, runners lost more body mass when they drank less fluid, and faster runners drank more fluid than slower runners.

  2. Improved running performance in hot humid conditions following whole body precooling.

    PubMed

    Booth, J; Marino, F; Ward, J J

    1997-07-01

    On two separate occasions, eight subjects controlled speed to run the greatest distance possible in 30 min in a hot, humid environment (ambient temperature 32 degrees C, relative humidity 60%). For the experimental test (precooling), exercise was preceeded by cold-water immersion. Precooling increased the distance run by 304 +/- 166 m (P < 0.05). Precooling decreased the pre-exercise rectal and mean skin temperature by 0.7 degrees C and 5.9 degrees C, respectively (P < 0.05). Rectal and mean skin temperature were decreased up to 20 and 25 min during exercise, respectively (P < 0.05). Mean body temperature decreased from 36.5 +/- 0.1 degrees C to 33.8 +/- 0.2 degrees C following precooling (P < 0.05) and remained lower throughout exercise (P < 0.01) and at the end of exercise (by 0.8 degrees C; P < 0.05). The rate of heat storage at the end of exercise increased from 113 +/- 45 to 249 +/- 55 W.m-2 (P < 0.005). Precooling lowered the heart rate at rest (13%), 5 (9%), and 10 min (10%) exercise (P < 0.05) and increased the end of exercise blood lactate from 4.9 +/- 0.5 to 7.4 +/- 0.9 mmol.L-1 (P < 0.01). The VO2 at 10 and 20 min of exercise and total body sweating are not different between tests. In conclusion, water immersion precooling increased exercise endurance in hot, humid conditions with an enhanced rate of heat storage and decreased thermoregulatory strain.

  3. Initial conditions for accurate N-body simulations of massive neutrino cosmologies

    NASA Astrophysics Data System (ADS)

    Zennaro, M.; Bel, J.; Villaescusa-Navarro, F.; Carbone, C.; Sefusatti, E.; Guzzo, L.

    2017-04-01

    The set-up of the initial conditions in cosmological N-body simulations is usually implemented by rescaling the desired low-redshift linear power spectrum to the required starting redshift consistently with the Newtonian evolution of the simulation. The implementation of this practical solution requires more care in the context of massive neutrino cosmologies, mainly because of the non-trivial scale-dependence of the linear growth that characterizes these models. In this work, we consider a simple two-fluid, Newtonian approximation for cold dark matter and massive neutrinos perturbations that can reproduce the cold matter linear evolution predicted by Boltzmann codes such as CAMB or CLASS with a 0.1 per cent accuracy or below for all redshift relevant to non-linear structure formation. We use this description, in the first place, to quantify the systematic errors induced by several approximations often assumed in numerical simulations, including the typical set-up of the initial conditions for massive neutrino cosmologies adopted in previous works. We then take advantage of the flexibility of this approach to rescale the late-time linear power spectra to the simulation initial redshift, in order to be as consistent as possible with the dynamics of the N-body code and the approximations it assumes. We implement our method in a public code (REPS rescaled power spectra for initial conditions with massive neutrinos https://github.com/matteozennaro/reps) providing the initial displacements and velocities for cold dark matter and neutrino particles that will allow accurate, I.e. 1 per cent level, numerical simulations for this cosmological scenario.

  4. runDM: Running couplings of Dark Matter to the Standard Model

    NASA Astrophysics Data System (ADS)

    D'Eramo, Francesco; Kavanagh, Bradley J.; Panci, Paolo

    2018-02-01

    runDM calculates the running of the couplings of Dark Matter (DM) to the Standard Model (SM) in simplified models with vector mediators. By specifying the mass of the mediator and the couplings of the mediator to SM fields at high energy, the code can calculate the couplings at low energy, taking into account the mixing of all dimension-6 operators. runDM can also extract the operator coefficients relevant for direct detection, namely low energy couplings to up, down and strange quarks and to protons and neutrons.

  5. PACER -- A fast running computer code for the calculation of short-term containment/confinement loads following coolant boundary failure. Volume 2: User information

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sienicki, J.J.

    A fast running and simple computer code has been developed to calculate pressure loadings inside light water reactor containments/confinements under loss-of-coolant accident conditions. PACER was originally developed to calculate containment/confinement pressure and temperature time histories for loss-of-coolant accidents in Soviet-designed VVER reactors and is relevant to the activities of the US International Nuclear Safety Center. The code employs a multicompartment representation of the containment volume and is focused upon application to early time containment phenomena during and immediately following blowdown. PACER has been developed for FORTRAN 77 and earlier versions of FORTRAN. The code has been successfully compiled and executedmore » on SUN SPARC and Hewlett-Packard HP-735 workstations provided that appropriate compiler options are specified. The code incorporates both capabilities built around a hardwired default generic VVER-440 Model V230 design as well as fairly general user-defined input. However, array dimensions are hardwired and must be changed by modifying the source code if the number of compartments/cells differs from the default number of nine. Detailed input instructions are provided as well as a description of outputs. Input files and selected output are presented for two sample problems run on both HP-735 and SUN SPARC workstations.« less

  6. HNBody: A Simulation Package for Hierarchical N-Body Systems

    NASA Astrophysics Data System (ADS)

    Rauch, Kevin P.

    2018-04-01

    HNBody (http://www.hnbody.org/) is an extensible software package forintegrating the dynamics of N-body systems. Although general purpose, itincorporates several features and algorithms particularly well-suited tosystems containing a hierarchy (wide dynamic range) of masses. HNBodyversion 1 focused heavily on symplectic integration of nearly-Kepleriansystems. Here I describe the capabilities of the redesigned and expandedpackage version 2, which includes: symplectic integrators up to eighth order(both leap frog and Wisdom-Holman type methods), with symplectic corrector andclose encounter support; variable-order, variable-timestep Bulirsch-Stoer andStörmer integrators; post-Newtonian and multipole physics options; advancedround-off control for improved long-term stability; multi-threading and SIMDvectorization enhancements; seamless availability of extended precisionarithmetic for all calculations; extremely flexible configuration andoutput. Tests of the physical correctness of the algorithms are presentedusing JPL Horizons ephemerides (https://ssd.jpl.nasa.gov/?horizons) andpreviously published results for reference. The features and performanceof HNBody are also compared to several other freely available N-body codes,including MERCURY (Chambers), SWIFT (Levison & Duncan) and WHFAST (Rein &Tamayo).

  7. Soft tissues store and return mechanical energy in human running.

    PubMed

    Riddick, R C; Kuo, A D

    2016-02-08

    During human running, softer parts of the body may deform under load and dissipate mechanical energy. Although tissues such as the heel pad have been characterized individually, the aggregate work performed by all soft tissues during running is unknown. We therefore estimated the work performed by soft tissues (N=8 healthy adults) at running speeds ranging 2-5 m s(-1), computed as the difference between joint work performed on rigid segments, and whole-body estimates of work performed on the (non-rigid) body center of mass (COM) and peripheral to the COM. Soft tissues performed aggregate negative work, with magnitude increasing linearly with speed. The amount was about -19 J per stance phase at a nominal 3 m s(-1), accounting for more than 25% of stance phase negative work performed by the entire body. Fluctuations in soft tissue mechanical power over time resembled a damped oscillation starting at ground contact, with peak negative power comparable to that for the knee joint (about -500 W). Even the positive work from soft tissue rebound was significant, about 13 J per stance phase (about 17% of the positive work of the entire body). Assuming that the net dissipative work is offset by an equal amount of active, positive muscle work performed at 25% efficiency, soft tissue dissipation could account for about 29% of the net metabolic expenditure for running at 5 m s(-1). During running, soft tissue deformations dissipate mechanical energy that must be offset by active muscle work at non-negligible metabolic cost. Copyright © 2016 Elsevier Ltd. All rights reserved.

  8. Improved Algorithms Speed It Up for Codes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hazi, A

    2005-09-20

    Huge computers, huge codes, complex problems to solve. The longer it takes to run a code, the more it costs. One way to speed things up and save time and money is through hardware improvements--faster processors, different system designs, bigger computers. But another side of supercomputing can reap savings in time and speed: software improvements to make codes--particularly the mathematical algorithms that form them--run faster and more efficiently. Speed up math? Is that really possible? According to Livermore physicist Eugene Brooks, the answer is a resounding yes. ''Sure, you get great speed-ups by improving hardware,'' says Brooks, the deputy leadermore » for Computational Physics in N Division, which is part of Livermore's Physics and Advanced Technologies (PAT) Directorate. ''But the real bonus comes on the software side, where improvements in software can lead to orders of magnitude improvement in run times.'' Brooks knows whereof he speaks. Working with Laboratory physicist Abraham Szoeke and others, he has been instrumental in devising ways to shrink the running time of what has, historically, been a tough computational nut to crack: radiation transport codes based on the statistical or Monte Carlo method of calculation. And Brooks is not the only one. Others around the Laboratory, including physicists Andrew Williamson, Randolph Hood, and Jeff Grossman, have come up with innovative ways to speed up Monte Carlo calculations using pure mathematics.« less

  9. Computer simulation of multigrid body dynamics and control

    NASA Technical Reports Server (NTRS)

    Swaminadham, M.; Moon, Young I.; Venkayya, V. B.

    1990-01-01

    The objective is to set up and analyze benchmark problems on multibody dynamics and to verify the predictions of two multibody computer simulation codes. TREETOPS and DISCOS have been used to run three example problems - one degree-of-freedom spring mass dashpot system, an inverted pendulum system, and a triple pendulum. To study the dynamics and control interaction, an inverted planar pendulum with an external body force and a torsional control spring was modeled as a hinge connected two-rigid body system. TREETOPS and DISCOS affected the time history simulation of this problem. System state space variables and their time derivatives from two simulation codes were compared.

  10. Running away with health: the urban marathon and the construction of 'charitable bodies'.

    PubMed

    Nettleton, Sarah; Hardey, Michael

    2006-10-01

    The increase in fundraising through mass-participation running events is emblematic of a series of issues pertinent to contemporary conceptualizations of health and illness. This increasingly popular spectacle serves as an indicator of present-day social relationships and broader cultural and ideological values that pertain to health. It highlights contemporary discourses on citizenship; 'active citizens' can ostentatiously fulfil their rights and responsibilities by raising money for those 'in need'. Involvement in such events comprises an example of the current trend for drawing attention to illness, and sharing one's experiences with others. We examine these issues through a consideration of charity advertisements and offer a fourfold typology of runners in terms of their orientations to both mass-participation running and charity. We conclude that 'charitable bodies' are constructed out of the interrelationships between philanthropic institutions, sport and individual performance.

  11. A user's manual for the method of moments Aircraft Modeling Code (AMC)

    NASA Technical Reports Server (NTRS)

    Peters, M. E.; Newman, E. H.

    1989-01-01

    This report serves as a user's manual for the Aircraft Modeling Code or AMC. AMC is a user-oriented computer code, based on the method of moments (MM), for the analysis of the radiation and/or scattering from geometries consisting of a main body or fuselage shape with attached wings and fins. The shape of the main body is described by defining its cross section at several stations along its length. Wings, fins, rotor blades, and radiating monopoles can then be attached to the main body. Although AMC was specifically designed for aircraft or helicopter shapes, it can also be applied to missiles, ships, submarines, jet inlets, automobiles, spacecraft, etc. The problem geometry and run control parameters are specified via a two character command language input format. The input command language is described and several examples which illustrate typical code inputs and outputs are also included.

  12. Biomechanics of Distance Running.

    ERIC Educational Resources Information Center

    Cavanagh, Peter R., Ed.

    Contributions from researchers in the field of running mechanics are included in the 13 chapters of this book. The following topics are covered: (1) "The Mechanics of Distance Running: A Historical Perspective" (Peter Cavanagh); (2) "Stride Length in Distance Running: Velocity, Body Dimensions, and Added Mass Effects" (Peter Cavanagh, Rodger…

  13. Impact of high-fat diet and voluntary running on body weight and endothelial function in LDL receptor knockout mice.

    PubMed

    Langbein, Heike; Hofmann, Anja; Brunssen, Coy; Goettsch, Winfried; Morawietz, Henning

    2015-05-01

    Obesity and physical inactivity are important cardiovascular risk factors. Regular physical exercise has been shown to mediate beneficial effects in the prevention of cardiovascular diseases. However, the impact of physical exercise on endothelial function in proatherosclerotic low-density lipoprotein receptor deficient (LDLR(-/-)) mice has not been studied so far. Six-week-old male LDLR(-/-) mice were fed a standard diet or a high-fat diet (39 kcal% fat diet) for 20 weeks. The impact of high-fat diet and voluntary running on body weight and amount of white adipose tissue was monitored. Basal tone and endothelial function was investigated in aortic rings using a Mulvany myograph. LDLR(-/-) mice on high-fat diet had increased cumulative food energy intake, but also higher physical activity compared to mice on control diet. Body weight and amount of visceral and retroperitoneal white adipose tissue of LDLR(-/-) mice were significantly increased by high-fat diet and partially reduced by voluntary running. Endothelial function in aortae of LDLR(-/-) mice was impaired after 20 weeks on standard and high-fat diet and could not be improved by voluntary running. Basal tone showed a trend to be increased by high-fat diet. Voluntary running reduced body weight and amount of white adipose tissue in LDLR(-/-) mice. Endothelial dysfunction in LDLR(-/-) mice could not be improved by voluntary running. In a clinical context, physical exercise alone might not have an influence on functional parameters and LDL-C levels in patients with familial hypercholesterolemia. However, physical activity in these patients may be in general beneficial and should be performed. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  14. Voluntary resistance running induces increased hippocampal neurogenesis in rats comparable to load-free running.

    PubMed

    Lee, Min Chul; Inoue, Koshiro; Okamoto, Masahiro; Liu, Yu Fan; Matsui, Takashi; Yook, Jang Soo; Soya, Hideaki

    2013-03-14

    Recently, we reported that voluntary resistance wheel running with a resistance of 30% of body weight (RWR), which produces shorter distances but higher work levels, enhances spatial memory associated with hippocampal brain-derived neurotrophic factor (BDNF) signaling compared to wheel running without a load (WR) [17]. We thus hypothesized that RWR promotes adult hippocampal neurogenesis (AHN) as a neuronal substrate underlying this memory improvement. Here we used 10-week-old male Wistar rats divided randomly into sedentary (Sed), WR, and RWR groups. All rats were injected intraperitoneally with the thymidine analogue 5-Bromo-2'-deoxuridine (BrdU) for 3 consecutive days before wheel running. We found that even when the average running distance decreased by about half, the average work levels significantly increased in the RWR group, which caused muscular adaptation (oxidative capacity) for fast-twitch plantaris muscle without causing any negative stress effects. Additionally, immunohistochemistry revealed that the total BrdU-positive cells and newborn mature cells (BrdU/NeuN double-positive) in the dentate gyrus increased in both the WR and RWR groups. These results provide new evidence that RWR has beneficial effects on AHN comparable to WR, even with short running distances. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  15. Impact of genetic strain on body fat loss, food consumption, metabolism, ventilation, and motor activity in free running female rats.

    PubMed

    Gordon, C J; Phillips, P M; Johnstone, A F M

    2016-01-01

    Chronic exercise is considered as one of the most effective means of countering symptoms of the metabolic syndrome (MS) such as obesity and hyperglycemia. Rodent models of forced or voluntary exercise are often used to study the mechanisms of MS and type 2 diabetes. However, there is little known on the impact of genetic strain on the metabolic response to exercise. We studied the effects of housing rats with running wheels (RW) for 65 days compared to sedentary (SED) housing in five female rat strains: Sprague-Dawley (SD), Long-Evans (LE), Wistar (WIS), spontaneously hypertensive (SHR), and Wistar-Kyoto (WKY). Key parameters measured were total distance run, body composition, food consumption, motor activity, ventilatory responses by plethysmography, and resting metabolic rate (MR). WKY and SHR ran significantly more than the WIS, LE, and SD strains. Running-induced reduction in body fat was affected by strain but not by distance run. LE's lost 6% fat after 21 d of running whereas WKY's lost 2% fat but ran 40% more than LE's. LE and WIS lost body weight while the SHR and WKY strains gained weight during running. Food intake with RW was markedly increased in SHR, WIS, and WKY while LE and SD showed modest increases. Exploratory motor activity was reduced sharply by RW in all but the SD strain. Ventilatory parameters were primarily altered by RW in the SHR, WKY, and WIS strains. MR was unaffected by RW. In an overall ranking of physiological and behavioral responses to RW, the SD strain was considered the least responsive whereas the WIS was scored as most responsive. In terms of RW-induced fat loss, the LE strain appears to be the most ideal. These results should be useful in the future selection of rat models to study benefits of volitional exercise. Published by Elsevier Inc.

  16. VINE-A NUMERICAL CODE FOR SIMULATING ASTROPHYSICAL SYSTEMS USING PARTICLES. I. DESCRIPTION OF THE PHYSICS AND THE NUMERICAL METHODS

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wetzstein, M.; Nelson, Andrew F.; Naab, T.

    2009-10-01

    We present a numerical code for simulating the evolution of astrophysical systems using particles to represent the underlying fluid flow. The code is written in Fortran 95 and is designed to be versatile, flexible, and extensible, with modular options that can be selected either at the time the code is compiled or at run time through a text input file. We include a number of general purpose modules describing a variety of physical processes commonly required in the astrophysical community and we expect that the effort required to integrate additional or alternate modules into the code will be small. Inmore » its simplest form the code can evolve the dynamical trajectories of a set of particles in two or three dimensions using a module which implements either a Leapfrog or Runge-Kutta-Fehlberg integrator, selected by the user at compile time. The user may choose to allow the integrator to evolve the system using individual time steps for each particle or with a single, global time step for all. Particles may interact gravitationally as N-body particles, and all or any subset may also interact hydrodynamically, using the smoothed particle hydrodynamic (SPH) method by selecting the SPH module. A third particle species can be included with a module to model massive point particles which may accrete nearby SPH or N-body particles. Such particles may be used to model, e.g., stars in a molecular cloud. Free boundary conditions are implemented by default, and a module may be selected to include periodic boundary conditions. We use a binary 'Press' tree to organize particles for rapid access in gravity and SPH calculations. Modules implementing an interface with special purpose 'GRAPE' hardware may also be selected to accelerate the gravity calculations. If available, forces obtained from the GRAPE coprocessors may be transparently substituted for those obtained from the tree, or both tree and GRAPE may be used as a combination GRAPE/tree code. The code may be run without

  17. Vine—A Numerical Code for Simulating Astrophysical Systems Using Particles. I. Description of the Physics and the Numerical Methods

    NASA Astrophysics Data System (ADS)

    Wetzstein, M.; Nelson, Andrew F.; Naab, T.; Burkert, A.

    2009-10-01

    We present a numerical code for simulating the evolution of astrophysical systems using particles to represent the underlying fluid flow. The code is written in Fortran 95 and is designed to be versatile, flexible, and extensible, with modular options that can be selected either at the time the code is compiled or at run time through a text input file. We include a number of general purpose modules describing a variety of physical processes commonly required in the astrophysical community and we expect that the effort required to integrate additional or alternate modules into the code will be small. In its simplest form the code can evolve the dynamical trajectories of a set of particles in two or three dimensions using a module which implements either a Leapfrog or Runge-Kutta-Fehlberg integrator, selected by the user at compile time. The user may choose to allow the integrator to evolve the system using individual time steps for each particle or with a single, global time step for all. Particles may interact gravitationally as N-body particles, and all or any subset may also interact hydrodynamically, using the smoothed particle hydrodynamic (SPH) method by selecting the SPH module. A third particle species can be included with a module to model massive point particles which may accrete nearby SPH or N-body particles. Such particles may be used to model, e.g., stars in a molecular cloud. Free boundary conditions are implemented by default, and a module may be selected to include periodic boundary conditions. We use a binary "Press" tree to organize particles for rapid access in gravity and SPH calculations. Modules implementing an interface with special purpose "GRAPE" hardware may also be selected to accelerate the gravity calculations. If available, forces obtained from the GRAPE coprocessors may be transparently substituted for those obtained from the tree, or both tree and GRAPE may be used as a combination GRAPE/tree code. The code may be run without

  18. Load-carriage distance run and push-ups tests: no body mass bias and occupationally relevant.

    PubMed

    Vanderburgh, Paul M; Mickley, Nicholas S; Anloague, Philip A

    2011-09-01

    Recent research has demonstrated body mass (M) bias in military physical fitness tests favoring lighter, not just leaner, service members. Mathematical modeling predicts that a distance run carrying a backpack of 30 lbs would eliminate M-bias. The purpose of this study was to empirically test this prediction for the U.S. Army push-ups and 2-mile run tests. Two tests were performed for both events for each of 56 university Reserve Officer Training Corps male cadets: with (loaded) and without backpack (unloaded). Results indicated significant M-bias in the unloaded and no M-bias in the loaded condition for both events. Allometrically scaled scores for both events were worse in the loaded vs. unloaded conditions, supporting a hypothesis not previously tested. The loaded push-ups and 2-mile run appear to remove M-bias and are probably more occupationally relevant as military personnel are often expected to carry external loads.

  19. Lower extremity joint kinetics and energetics during backward running.

    PubMed

    DeVita, P; Stribling, J

    1991-05-01

    The purpose of this study was to measure lower extremity joint moments of force and joint muscle powers used to perform backward running. Ten trials of high speed (100 Hz) sagittal plane film records and ground reaction force data (1000 Hz) describing backward running were obtained from each of five male runners. Fifteen trials of forward running data were obtained from one of these subjects. Inverse dynamics were performed on these data to obtain the joint moments and powers, which were normalized to body mass to make between-subject comparisons. Backward running hip moment and power patterns were similar in magnitude and opposite in direction to forward running curves and produced more positive work in stance. Functional roles of knee and ankle muscles were interchanged between backward and forward running. Knee extensors were the primary source of propulsion in backward running owing to greater moment and power output (peak moment = 3.60 N.m.kg-1; peak power = 12.40 W.kg-1) compared with the ankle (peak moment = 1.92 N.m.kg-1; peak power = 7.05 W.kg-1). The ankle plantarflexors were the primary shock absorbers, producing the greatest negative power (peak = -6.77 W.kg-1) during early stance. Forward running had greater ankle moment and power output for propulsion and greater knee negative power for impact attenuation. The large knee moment in backward running supported previous findings indicating that backward running training leads to increased knee extensor torque capabilities.

  20. Effects of unweighting and speed on in-shoe regional loading during running on a lower body positive pressure treadmill.

    PubMed

    Smoliga, James M; Wirfel, Leah Anne; Paul, Danielle; Doarnberger, Mary; Ford, Kevin R

    2015-07-16

    The purpose of this study was to determine how unweighted running on a lower body positive pressure treadmill (LBPPT) modifies in-shoe regional loading. Ten experienced runners were fit with pressure distribution measurement insoles and ran at 100%, 120%, and 140% of self-reported easy training pace on a LBPPT at 20%, 40%, 60%, 80%, and 100% body weight percentage settings (BWSet). Speeds and BWSet were in random order. A linear mixed effect model (p<0.05 significance level) was used to compare differences in whole foot and regional maximum in-shoe plantar force (FMAX), impulse, and relative load distribution across speeds and BWSet. There were significant main effects (p<0.001) for running speed and BWSet for whole foot Fmax and impulse. The model revealed 1.4% and 0.24% increases in whole foot FMAX (times body weight) and impulse, respectively, for every unit increase in body weight percentage. There was a significant main effect for BWSet on Fmax and relative load (p<0.05) for each of the nine foot regions examined, though four regions were not different between 80% and 100% BWSet. There was a significant (p<0.001) main effect for BWSet on forefoot to rear foot relative load. Linear relationships were found between increases in BWSet and increases in-shoe Fmax and impulse, resulting from regional changes in foot pressure which represent a shift towards forefoot loading, most evident <80% BWSet. Estimating in-shoe regional loading parameters may be useful during rehabilitation and training to appropriately prescribe specific speed and body weight levels, without exceeding certain critical peak force levels while running. Copyright © 2015 Elsevier Ltd. All rights reserved.

  1. n-Nucleotide circular codes in graph theory.

    PubMed

    Fimmel, Elena; Michel, Christian J; Strüngmann, Lutz

    2016-03-13

    The circular code theory proposes that genes are constituted of two trinucleotide codes: the classical genetic code with 61 trinucleotides for coding the 20 amino acids (except the three stop codons {TAA,TAG,TGA}) and a circular code based on 20 trinucleotides for retrieving, maintaining and synchronizing the reading frame. It relies on two main results: the identification of a maximal C(3) self-complementary trinucleotide circular code X in genes of bacteria, eukaryotes, plasmids and viruses (Michel 2015 J. Theor. Biol. 380, 156-177. (doi:10.1016/j.jtbi.2015.04.009); Arquès & Michel 1996 J. Theor. Biol. 182, 45-58. (doi:10.1006/jtbi.1996.0142)) and the finding of X circular code motifs in tRNAs and rRNAs, in particular in the ribosome decoding centre (Michel 2012 Comput. Biol. Chem. 37, 24-37. (doi:10.1016/j.compbiolchem.2011.10.002); El Soufi & Michel 2014 Comput. Biol. Chem. 52, 9-17. (doi:10.1016/j.compbiolchem.2014.08.001)). The univerally conserved nucleotides A1492 and A1493 and the conserved nucleotide G530 are included in X circular code motifs. Recently, dinucleotide circular codes were also investigated (Michel & Pirillo 2013 ISRN Biomath. 2013, 538631. (doi:10.1155/2013/538631); Fimmel et al. 2015 J. Theor. Biol. 386, 159-165. (doi:10.1016/j.jtbi.2015.08.034)). As the genetic motifs of different lengths are ubiquitous in genes and genomes, we introduce a new approach based on graph theory to study in full generality n-nucleotide circular codes X, i.e. of length 2 (dinucleotide), 3 (trinucleotide), 4 (tetranucleotide), etc. Indeed, we prove that an n-nucleotide code X is circular if and only if the corresponding graph [Formula: see text] is acyclic. Moreover, the maximal length of a path in [Formula: see text] corresponds to the window of nucleotides in a sequence for detecting the correct reading frame. Finally, the graph theory of tournaments is applied to the study of dinucleotide circular codes. It has full equivalence between the combinatorics

  2. Multitasking for flows about multiple body configurations using the chimera grid scheme

    NASA Technical Reports Server (NTRS)

    Dougherty, F. C.; Morgan, R. L.

    1987-01-01

    The multitasking of a finite-difference scheme using multiple overset meshes is described. In this chimera, or multiple overset mesh approach, a multiple body configuration is mapped using a major grid about the main component of the configuration, with minor overset meshes used to map each additional component. This type of code is well suited to multitasking. Both steady and unsteady two dimensional computations are run on parallel processors on a CRAY-X/MP 48, usually with one mesh per processor. Flow field results are compared with single processor results to demonstrate the feasibility of running multiple mesh codes on parallel processors and to show the increase in efficiency.

  3. A users manual for the method of moments Aircraft Modeling Code (AMC), version 2

    NASA Technical Reports Server (NTRS)

    Peters, M. E.; Newman, E. H.

    1994-01-01

    This report serves as a user's manual for Version 2 of the 'Aircraft Modeling Code' or AMC. AMC is a user-oriented computer code, based on the method of moments (MM), for the analysis of the radiation and/or scattering from geometries consisting of a main body or fuselage shape with attached wings and fins. The shape of the main body is described by defining its cross section at several stations along its length. Wings, fins, rotor blades, and radiating monopoles can then be attached to the main body. Although AMC was specifically designed for aircraft or helicopter shapes, it can also be applied to missiles, ships, submarines, jet inlets, automobiles, spacecraft, etc. The problem geometry and run control parameters are specified via a two character command language input format. This report describes the input command language and also includes several examples which illustrate typical code inputs and outputs.

  4. Body load in heel-strike running: the effect of a firm heel counter.

    PubMed

    Jørgensen, U

    1990-01-01

    The effect of a firm heel counter in the shoe was studied in 11 athletes during submaximal heel-strike running on a treadmill under standardized conditions. The runners were tested in identical shoes with and without the distal 2 cm of the firm heel counter. Body load was expressed by absolute and relative VO2, surface EMG on the right leg, and g-force registration from an accelerometer below the right tibial tuberosity. The heel counter caused a 2.4% significant decrease in VO2, a reduction in musculoskeletal transients, and a decrease in the activity of the triceps surae and quadriceps muscles at heel strike. The changes found are expressions of kinematic adaptations in the body to increased or decreased load and provide functional evidence for the loading factor in the pathophysiology of overuse injuries.

  5. Nuclear shell model code CRUNCHER

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Resler, D.A.; Grimes, S.M.

    1988-05-01

    A new nuclear shell model code CRUNCHER, patterned after the code VLADIMIR, has been developed. While CRUNCHER and VLADIMIR employ the techniques of an uncoupled basis and the Lanczos process, improvements in the new code allow it to handle much larger problems than the previous code and to perform them more efficiently. Tests involving a moderately sized calculation indicate that CRUNCHER running on a SUN 3/260 workstation requires approximately one-half the central processing unit (CPU) time required by VLADIMIR running on a CRAY-1 supercomputer.

  6. Fast decoder for local quantum codes using Groebner basis

    NASA Astrophysics Data System (ADS)

    Haah, Jeongwan

    2013-03-01

    Based on arXiv:1204.1063. A local translation-invariant quantum code has a description in terms of Laurent polynomials. As an application of this observation, we present a fast decoding algorithm for translation-invariant local quantum codes in any spatial dimensions using the straightforward division algorithm for multivariate polynomials. The running time is O (n log n) on average, or O (n2 log n) on worst cases, where n is the number of physical qubits. The algorithm improves a subroutine of the renormalization-group decoder by Bravyi and Haah (arXiv:1112.3252) in the translation-invariant case. This work is supported in part by the Insitute for Quantum Information and Matter, an NSF Physics Frontier Center, and the Korea Foundation for Advanced Studies.

  7. Sparse, decorrelated odor coding in the mushroom body enhances learned odor discrimination.

    PubMed

    Lin, Andrew C; Bygrave, Alexei M; de Calignon, Alix; Lee, Tzumin; Miesenböck, Gero

    2014-04-01

    Sparse coding may be a general strategy of neural systems for augmenting memory capacity. In Drosophila melanogaster, sparse odor coding by the Kenyon cells of the mushroom body is thought to generate a large number of precisely addressable locations for the storage of odor-specific memories. However, it remains untested how sparse coding relates to behavioral performance. Here we demonstrate that sparseness is controlled by a negative feedback circuit between Kenyon cells and the GABAergic anterior paired lateral (APL) neuron. Systematic activation and blockade of each leg of this feedback circuit showed that Kenyon cells activated APL and APL inhibited Kenyon cells. Disrupting the Kenyon cell-APL feedback loop decreased the sparseness of Kenyon cell odor responses, increased inter-odor correlations and prevented flies from learning to discriminate similar, but not dissimilar, odors. These results suggest that feedback inhibition suppresses Kenyon cell activity to maintain sparse, decorrelated odor coding and thus the odor specificity of memories.

  8. New central configurations of the (n + 1) -body problem

    NASA Astrophysics Data System (ADS)

    Fernandes, Antonio Carlos; Garcia, Braulio Augusto; Llibre, Jaume; Mello, Luis Fernando

    2018-01-01

    In this article we study central configurations of the (n + 1) -body problem. For the planar (n + 1) -body problem we study central configurations performed by n ≥ 2 bodies with equal masses at the vertices of a regular n-gon and one body with null mass. We also study spatial central configurations considering n bodies with equal masses at the vertices of a regular polyhedron and one body with null mass.

  9. Joint kinematics and kinetics of overground accelerated running versus running on an accelerated treadmill

    PubMed Central

    Van Caekenberghe, Ine; Segers, Veerle; Aerts, Peter; Willems, Patrick; De Clercq, Dirk

    2013-01-01

    Literature shows that running on an accelerated motorized treadmill is mechanically different from accelerated running overground. Overground, the subject has to enlarge the net anterior–posterior force impulse proportional to acceleration in order to overcome linear whole body inertia, whereas on a treadmill, this force impulse remains zero, regardless of belt acceleration. Therefore, it can be expected that changes in kinematics and joint kinetics of the human body also are proportional to acceleration overground, whereas no changes according to belt acceleration are expected on a treadmill. This study documents kinematics and joint kinetics of accelerated running overground and running on an accelerated motorized treadmill belt for 10 young healthy subjects. When accelerating overground, ground reaction forces are characterized by less braking and more propulsion, generating a more forward-oriented ground reaction force vector and a more forwardly inclined body compared with steady-state running. This change in body orientation as such is partly responsible for the changed force direction. Besides this, more pronounced hip and knee flexion at initial contact, a larger hip extension velocity, smaller knee flexion velocity and smaller initial plantarflexion velocity are associated with less braking. A larger knee extension and plantarflexion velocity result in larger propulsion. Altogether, during stance, joint moments are not significantly influenced by acceleration overground. Therefore, we suggest that the overall behaviour of the musculoskeletal system (in terms of kinematics and joint moments) during acceleration at a certain speed remains essentially identical to steady-state running at the same speed, yet acting in a different orientation. However, because acceleration implies extra mechanical work to increase the running speed, muscular effort done (in terms of power output) must be larger. This is confirmed by larger joint power generation at the level

  10. Wearing lower-body compression garment with medium pressure impaired exercise-induced performance decrement during prolonged running

    PubMed Central

    Mizuno, Sahiro

    2017-01-01

    Objective To investigate the effect of wearing a lower body compression garment (CG) exerting different pressure levels during prolonged running on exercise-induced muscle damage and the inflammatory response. Methods Eight male participants completed three exercise trials in a random order. The exercise consisted of 120 min of uphill running at 60% of VO2max. The exercise trials included 1) wearing a lower-body CG with 30 mmHg pressure [HIGH]; 2) wearing a lower-body CG with 15 mmHg pressure [MED]; and 3) wearing a lower-body garment with < 5 mmHg pressure [CON]. Heart rate (HR), and rate of perceived exertion for respiration and legs were monitored continuously during exercise. Time-course change in jump height was evaluated before and immediately after exercise. Blood samples were collected to determine blood glucose, lactate, serum creatine kinase, myoglobin, free fatty acids, glycerol, cortisol, and plasma interleukin-6 (IL-6) concentrations before exercise, 60 min of the 120 min exercise period, immediately after exercise, and 60 min after exercise. Results Jump height was significantly higher immediately after the exercise in the MED trial compared with that in the HIGH trial (P = 0.04). Mean HR during the 120 min exercise was significantly lower in the MED trial (162 ± 4 bpm) than that in the CON trial (170 ± 4 bpm, P = 0.01). Plasma IL-6 concentrations increased significantly with exercise in all trials, but the area under the curve during exercise was significantly lower in the MED trial (397 ± 58 pg/ml·120 min) compared with that in the CON trial (670 ± 86 pg/ml·120 min, P = 0.04). Conclusion Wearing a lower body CG exerting medium pressure (approximately 15 mmHg) significantly attenuated decrease in jump performance than that with wearing a lower body CG exerting high pressure (approximately 30 mmHg). Furthermore, exercise-induced increases in HR and the inflammatory response were significantly smaller with CG exerted 15mmHg than that with garment

  11. Effects of a concurrent strength and endurance training on running performance and running economy in recreational marathon runners.

    PubMed

    Ferrauti, Alexander; Bergermann, Matthias; Fernandez-Fernandez, Jaime

    2010-10-01

    The purpose of this study was to investigate the effects of a concurrent strength and endurance training program on running performance and running economy of middle-aged runners during their marathon preparation. Twenty-two (8 women and 14 men) recreational runners (mean ± SD: age 40.0 ± 11.7 years; body mass index 22.6 ± 2.1 kg·m⁻²) were separated into 2 groups (n = 11; combined endurance running and strength training program [ES]: 9 men, 2 women and endurance running [E]: 7 men, and 4 women). Both completed an 8-week intervention period that consisted of either endurance training (E: 276 ± 108 minute running per week) or a combined endurance and strength training program (ES: 240 ± 121-minute running plus 2 strength training sessions per week [120 minutes]). Strength training was focused on trunk (strength endurance program) and leg muscles (high-intensity program). Before and after the intervention, subjects completed an incremental treadmill run and maximal isometric strength tests. The initial values for VO2peak (ES: 52.0 ± 6.1 vs. E: 51.1 ± 7.5 ml·kg⁻¹·min⁻¹) and anaerobic threshold (ES: 3.5 ± 0.4 vs. E: 3.4 ± 0.5 m·s⁻¹) were identical in both groups. A significant time × intervention effect was found for maximal isometric force of knee extension (ES: from 4.6 ± 1.4 to 6.2 ± 1.0 N·kg⁻¹, p < 0.01), whereas no changes in body mass occurred. No significant differences between the groups and no significant interaction (time × intervention) were found for VO2 (absolute and relative to VO2peak) at defined marathon running velocities (2.4 and 2.8 m·s⁻¹) and submaximal blood lactate thresholds (2.0, 3.0, and 4.0 mmol·L⁻¹). Stride length and stride frequency also remained unchanged. The results suggest no benefits of an 8-week concurrent strength training for running economy and coordination of recreational marathon runners despite a clear improvement in leg strength, maybe because of an insufficient sample size or a short

  12. ACON: a multipurpose production controller for plasma physics codes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Snell, C.

    1983-01-01

    ACON is a BCON controller designed to run large production codes on the CTSS Cray-1 or the LTSS 7600 computers. ACON can also be operated interactively, with input from the user's terminal. The controller can run one code or a sequence of up to ten codes during the same job. Options are available to get and save Mass storage files, to perform Historian file updating operations, to compile and load source files, and to send out print and film files. Special features include ability to retry after Mass failures, backup options for saving files, startup messages for the various codes,more » and ability to reserve specified amounts of computer time after successive code runs. ACON's flexibility and power make it useful for running a number of different production codes.« less

  13. Voluntary running of defined distances reduces body adiposity and its associated inflammation in C57BL/6 mice fed a high-fat diet.

    PubMed

    Yan, Lin; Sundaram, Sneha; Nielsen, Forrest H

    2017-11-01

    This study investigated the effect of voluntary running of defined distances on body adiposity in male C57BL/6 mice fed a high-fat diet. Mice were assigned to 6 groups and fed a standard AIN93G diet (sedentary) or a modified high-fat AIN93G diet (sedentary; unrestricted running; or 75%, 50%, or 25% of unrestricted running) for 12 weeks. The average running distance was 8.3, 6.3, 4.2, and 2.1 km/day for the unrestricted, 75%, 50%, and 25% of unrestricted runners, respectively. Body adiposity was 46% higher in sedentary mice when fed the high-fat diet instead of the standard diet. Running decreased adiposity in mice fed the high-fat diet in a dose-dependent manner but with no significant difference between sedentary mice and those running 2.1 km/day. In sedentary mice, the high-fat instead of the standard diet increased insulin resistance, hepatic triacylglycerides, and adipose and plasma concentrations of leptin and monocyte chemotactic protein-1 (MCP-1). Running reduced these variables in a dose-dependent manner. Adipose adiponectin was lowest in sedentary mice fed the high-fat diet; running raised adiponectin in both adipose tissue and plasma. Running 8.3 and 6.3 km/day had the greatest, but similar, effects on the aforementioned variables. Running 2.1 km/day did not affect these variables except, when compared with sedentariness, it significantly decreased MCP-1. The findings showed that running 6.3 kg/day was optimal for reducing adiposity and associated inflammation that was increased in mice by feeding a high-fat diet. The findings suggest that voluntary running of defined distances may counteract the obesogenic effects of a high-fat diet.

  14. A supersonic three-dimensional code for flow over blunt bodies: Program documentation and test cases

    NASA Technical Reports Server (NTRS)

    Chaussee, D. S.; Mcmillan, O. J.

    1980-01-01

    The use of a computer code for the calculation of steady, supersonic, three dimensional, inviscid flow over blunt bodies is illustrated. Input and output are given and explained for two cases: a pointed code of 20 deg half angle at 15 deg angle of attack in a free stream with M sub infinite = 7, and a cone-ogive-cylinder at 10 deg angle of attack with M sub infinite = 2.86. A source listing of the computer code is provided.

  15. Visualized kinematics code for two-body nuclear reactions

    NASA Astrophysics Data System (ADS)

    Lee, E. J.; Chae, K. Y.

    2016-05-01

    The one or few nucleon transfer reaction has been a great tool for investigating the single-particle properties of a nucleus. Both stable and exotic beams are utilized to study transfer reactions in normal and inverse kinematics, respectively. Because many energy levels of the heavy recoil from the two-body nuclear reaction can be populated by using a single beam energy, identifying each populated state, which is not often trivial owing to high level-density of the nucleus, is essential. For identification of the energy levels, a visualized kinematics code called VISKIN has been developed by utilizing the Java programming language. The development procedure, usage, and application of the VISKIN is reported.

  16. A step towards understanding the mechanisms of running-related injuries.

    PubMed

    Malisoux, Laurent; Nielsen, Rasmus Oestergaard; Urhausen, Axel; Theisen, Daniel

    2015-09-01

    To investigate the association between training-related characteristics and running-related injury using a new conceptual model for running-related injury generation, focusing on the synergy between training load and previous injuries, short-term running experience or body mass index (> or < 25 kg m(-2)). Prospective cohort study with a 9-month follow-up. The data of two previous studies using the same methodology were revisited. Recreational runners (n = 517) reported information about running training characteristics (weekly distance, frequency, speed), other sport participation and injuries on a dedicated internet platform. Weekly volume (dichotomized into < 2h and ≥ 2 h) and session frequency (dichotomized into < 2 and ≥ 2) were the main exposures because they were considered necessary causes for running-related injury. Non-training-related characteristics were included in Cox regression analyses as effect-measure modifiers. Hazard ratio was the measure of association. The size of effect-measure modification was calculated as the relative excess risk due to interaction. One hundred sixty-seven runners reported a running-related injury. Crude analyses revealed that weekly volume < 2h (hazard ratio = 3.29; 95% confidence intervals = 2.27; 4.79) and weekly session frequency < 2 (hazard ratio = 2.41; 95% confidence intervals = 1.71; 3.42) were associated with increased injury rate. Previous injury was identified as an effect-measure modifier on weekly volume (relative excess risk due to interaction = 4.69; 95% confidence intervals = 1.42; 7.95; p = 0.005) and session frequency (relative excess risk due to interaction = 2.44; 95% confidence intervals = 0.48; 4.39; p = 0.015). A negative synergy was found between body mass index and weekly volume (relative excess risk due to interaction = -2.88; 95% confidence intervals = -5.10; -0.66; p = 0.018). The effect of a runner's training load on running-related injury is influenced by body mass index and previous injury

  17. Patched Conic Trajectory Code

    NASA Technical Reports Server (NTRS)

    Park, Brooke Anderson; Wright, Henry

    2012-01-01

    PatCon code was developed to help mission designers run trade studies on launch and arrival times for any given planet. Initially developed in Fortran, the required inputs included launch date, arrival date, and other orbital parameters of the launch planet and arrival planets at the given dates. These parameters include the position of the planets, the eccentricity, semi-major axes, argument of periapsis, ascending node, and inclination of the planets. With these inputs, a patched conic approximation is used to determine the trajectory. The patched conic approximation divides the planetary mission into three parts: (1) the departure phase, in which the two relevant bodies are Earth and the spacecraft, and where the trajectory is a departure hyperbola with Earth at the focus; (2) the cruise phase, in which the two bodies are the Sun and the spacecraft, and where the trajectory is a transfer ellipse with the Sun at the focus; and (3) the arrival phase, in which the two bodies are the target planet and the spacecraft, where the trajectory is an arrival hyperbola with the planet as the focus.

  18. Maternal exposure to Western diet affects adult body composition and voluntary wheel running in a genotype-specific manner in mice.

    PubMed

    Hiramatsu, Layla; Kay, Jarren C; Thompson, Zoe; Singleton, Jennifer M; Claghorn, Gerald C; Albuquerque, Ralph L; Ho, Brittany; Ho, Brett; Sanchez, Gabriela; Garland, Theodore

    2017-10-01

    Some human diseases, including obesity, Type II diabetes, and numerous cancers, are thought to be influenced by environments experienced in early life, including in utero. Maternal diet during the perinatal period may be especially important for adult offspring energy balance, potentially affecting both body composition and physical activity. This effect may be mediated by the genetic background of individuals, including, for example, potential "protective" mechanisms for individuals with inherently high levels of physical activity or high basal metabolic rates. To examine some of the genetic and environmental factors that influence adult activity levels, we used an ongoing selection experiment with 4 replicate lines of mice bred for high voluntary wheel running (HR) and 4 replicate, non-selected control lines (C). Dams (half HR and half C) were fed a "Western" diet (WD, high in fat and sucrose) or a standard diet (SD) from 2weeks prior to mating until their pups could feed on solid food (14days of age). We analyzed dam and litter characteristics from birth to weaning, and offspring mass and physical activity into adulthood. One male offspring from each litter received additional metabolic and behavioral tests. Maternal WD caused pups to eat solid food significantly earlier for C litters, but not for HR litters (interaction of maternal environment and genotype). With dam mass as a covariate, mean pup mass was increased by maternal WD but litter size was unaffected. HR dams had larger litters and tended to have smaller pups than C dams. Home-cage activity of juvenile focal males was increased by maternal WD. Juvenile lean mass, fat mass, and fat percent were also increased by maternal WD, but food consumption (with body mass as a covariate) was unaffected (measured only for focal males). Behavior in an elevated plus maze, often used to indicate anxiety, was unaffected by maternal WD. Maximal aerobic capacity (VO 2 max) was also unaffected by maternal WD, but HR had

  19. Some new concepts in the n-body and 3-body problems

    NASA Astrophysics Data System (ADS)

    Kyrala, A.

    1982-06-01

    A new approach to the n-body problem in terms of an rms particle velocity and a harmonic mean particle separation has been constructed by using averaging procedures formulated in terms of a single parameter. A systematic classification of escape and collision processes by means of specific polynomials, which can be used somewhat like generating functions, is introduced. For n-body problems with non-null total angular momentum, an rms angular momentum is defined which together with a harmonic mean centroidal moment of inertia characterizes the rotational kinetic energy. Finally, a graphical construction for the equipotentials of the three-body problem is given and attention is drawn to the use of the apex, defined as the point of least average separation, in this problem. It is supposed that the n-bodies interact with one another via the Newtonian potential in an inertial system.

  20. Efficacy analysis of LDPC coded APSK modulated differential space-time-frequency coded for wireless body area network using MB-pulsed OFDM UWB technology.

    PubMed

    Manimegalai, C T; Gauni, Sabitha; Kalimuthu, K

    2017-12-04

    Wireless body area network (WBAN) is a breakthrough technology in healthcare areas such as hospital and telemedicine. The human body has a complex mixture of different tissues. It is expected that the nature of propagation of electromagnetic signals is distinct in each of these tissues. This forms the base for the WBAN, which is different from other environments. In this paper, the knowledge of Ultra Wide Band (UWB) channel is explored in the WBAN (IEEE 802.15.6) system. The measurements of parameters in frequency range from 3.1-10.6 GHz are taken. The proposed system, transmits data up to 480 Mbps by using LDPC coded APSK Modulated Differential Space-Time-Frequency Coded MB-OFDM to increase the throughput and power efficiency.

  1. Long-Term Marathon Running Is Associated with Low Coronary Plaque Formation in Women.

    PubMed

    Roberts, William O; Schwartz, Robert S; Kraus, Stacia Merkel; Schwartz, Jonathan G; Peichel, Gretchen; Garberich, Ross F; Lesser, John R; Oesterle, Stephen N; Wickstrom, Kelly K; Knickelbine, Thomas; Harris, Kevin M

    2017-04-01

    Marathon running is presumed to improve cardiovascular risk, but health benefits of high volume running are unknown. High-resolution coronary computed tomography angiography and cardiac risk factor assessment were completed in women with long-term marathon running histories to compare to sedentary women with similar risk factors. Women who had run at least one marathon per year for 10-25 yr underwent coronary computed tomography angiography, 12-lead ECG, blood pressure and heart rate measurement, lipid panel, and a demographic/health risk factor survey. Sedentary matched controls were derived from a contemporaneous clinical study database. CT scans were analyzed for calcified and noncalcified plaque prevalence, volume, stenosis severity, and calcium score. Women marathon runners (n = 26), age 42-82 yr, with combined 1217 marathons (average 47) exhibited significantly lower coronary plaque prevalence and less calcific plaque volume. The marathon runners also had less risk factors (smoking, hypertension, and hyperlipidemia); significantly lower resting heart rate, body weight, body mass index, and triglyceride levels; and higher high-density lipoprotein cholesterol levels compared with controls (n = 28). The five women runners with coronary plaque had run marathons for more years and were on average 12 yr older (65 vs 53) than the runners without plaque. Women marathon runners had minimal coronary artery calcium counts, lower coronary artery plaque prevalence, and less calcified plaque volume compared with sedentary women. Developing coronary artery plaque in long-term women marathon runners appears related to older age and more cardiac risk factors, although the runners with coronary artery plaque had accumulated significantly more years running marathons.

  2. The adsorption of Run (n = 1-4) on γ-Al2O3 Surface: A DFT study

    NASA Astrophysics Data System (ADS)

    Liu, Zhe; Guo, Yafei; Chen, Yu; Shen, Rong

    2018-05-01

    The density functional theory (DFT) was adopted to study the adsorption and growth of Run (n = 1-4) clusters on γ-Al2O3 surface, which is of great significances for the design of many important catalysts, especially for carbon dioxide methanation. It is found that both the Rusbnd Ru bond length and adsorption energy Eads of Ru clusters with the surface increase with the Run clusters increasing. The growth ability of the supported Run cluster is weaker than the gas phase Run clusters through comparing their respective growth process, which ascribes to the stabilization of γ-Al2O3 support. An interesting discovery is that the basin structure was supposed to be the most favorable adsorption geometry for Run clusters. Additionally, the distances between Ru atoms in the adsorbed clusters are longer than that in their isolated counterparts. Bader charge analysis was conducted for the most stable configurations of Run (n = 1-4) clusters on γ-Al2O3 surface as well. And the results suggest that Run (n = 1-4) clusters serve as the electron donators. The result of projected density of states (PDOS) shows that strong adsorption of Ru atom on the γ-Al2O3 surface correlates with strong interaction between d orbital of Ru atom and p orbital of Al or O atom of the Al2O3 support.

  3. Exercise economy in skiing and running

    PubMed Central

    Losnegard, Thomas; Schäfer, Daniela; Hallén, Jostein

    2014-01-01

    Substantial inter-individual variations in exercise economy exist even in highly trained endurance athletes. The variation is believed to be determined partly by intrinsic factors. Therefore, in the present study, we compared exercise economy in V2-skating, double poling, and uphill running. Ten highly trained male cross-country skiers (23 ± 3 years, 180 ± 6 cm, 75 ± 8 kg, VO2peak running: 76.3 ± 5.6 mL·kg−1·min−1) participated in the study. Exercise economy and VO2peak during treadmill running, ski skating (V2 technique) and double poling were compared based on correlation analysis. There was a very large correlation in exercise economy between V2-skating and double poling (r = 0.81) and large correlations between V2-skating and running (r = 0.53) and double poling and running (r = 0.58). There were trivial to moderate correlations between exercise economy and the intrinsic factors VO2peak (r = 0.00–0.23), cycle rate (r = 0.03–0.46), body mass (r = −0.09–0.46) and body height (r = 0.11–0.36). In conclusion, the inter-individual variation in exercise economy could be explained only moderately by differences in VO2peak, body mass and body height. Apparently other intrinsic factors contribute to the variation in exercise economy between highly trained subjects. PMID:24478718

  4. A supersonic, three-dimensional code for flow over blunt bodies: User's manual

    NASA Technical Reports Server (NTRS)

    Chaussee, D. S.; Mcmillan, O. J.

    1980-01-01

    A computer code is described which may be used to calculate the steady, supersonic, three-dimensional, inviscid flow over blunt bodies. The theoretical and numerical formulation of the problem is given (shock-capturing, downstream marching), including exposition of the boundary and initial conditions. The overall flow logic of the program, its usage, accuracy, and limitations are discussed.

  5. Run-length encoding graphic rules, biochemically editable designs and steganographical numeric data embedment for DNA-based cryptographical coding system.

    PubMed

    Kawano, Tomonori

    2013-03-01

    There have been a wide variety of approaches for handling the pieces of DNA as the "unplugged" tools for digital information storage and processing, including a series of studies applied to the security-related area, such as DNA-based digital barcodes, water marks and cryptography. In the present article, novel designs of artificial genes as the media for storing the digitally compressed data for images are proposed for bio-computing purpose while natural genes principally encode for proteins. Furthermore, the proposed system allows cryptographical application of DNA through biochemically editable designs with capacity for steganographical numeric data embedment. As a model case of image-coding DNA technique application, numerically and biochemically combined protocols are employed for ciphering the given "passwords" and/or secret numbers using DNA sequences. The "passwords" of interest were decomposed into single letters and translated into the font image coded on the separate DNA chains with both the coding regions in which the images are encoded based on the novel run-length encoding rule, and the non-coding regions designed for biochemical editing and the remodeling processes revealing the hidden orientation of letters composing the original "passwords." The latter processes require the molecular biological tools for digestion and ligation of the fragmented DNA molecules targeting at the polymerase chain reaction-engineered termini of the chains. Lastly, additional protocols for steganographical overwriting of the numeric data of interests over the image-coding DNA are also discussed.

  6. Run-length encoding graphic rules, biochemically editable designs and steganographical numeric data embedment for DNA-based cryptographical coding system

    PubMed Central

    Kawano, Tomonori

    2013-01-01

    There have been a wide variety of approaches for handling the pieces of DNA as the “unplugged” tools for digital information storage and processing, including a series of studies applied to the security-related area, such as DNA-based digital barcodes, water marks and cryptography. In the present article, novel designs of artificial genes as the media for storing the digitally compressed data for images are proposed for bio-computing purpose while natural genes principally encode for proteins. Furthermore, the proposed system allows cryptographical application of DNA through biochemically editable designs with capacity for steganographical numeric data embedment. As a model case of image-coding DNA technique application, numerically and biochemically combined protocols are employed for ciphering the given “passwords” and/or secret numbers using DNA sequences. The “passwords” of interest were decomposed into single letters and translated into the font image coded on the separate DNA chains with both the coding regions in which the images are encoded based on the novel run-length encoding rule, and the non-coding regions designed for biochemical editing and the remodeling processes revealing the hidden orientation of letters composing the original “passwords.” The latter processes require the molecular biological tools for digestion and ligation of the fragmented DNA molecules targeting at the polymerase chain reaction-engineered termini of the chains. Lastly, additional protocols for steganographical overwriting of the numeric data of interests over the image-coding DNA are also discussed. PMID:23750303

  7. User's manual: Subsonic/supersonic advanced panel pilot code

    NASA Technical Reports Server (NTRS)

    Moran, J.; Tinoco, E. N.; Johnson, F. T.

    1978-01-01

    Sufficient instructions for running the subsonic/supersonic advanced panel pilot code were developed. This software was developed as a vehicle for numerical experimentation and it should not be construed to represent a finished production program. The pilot code is based on a higher order panel method using linearly varying source and quadratically varying doublet distributions for computing both linearized supersonic and subsonic flow over arbitrary wings and bodies. This user's manual contains complete input and output descriptions. A brief description of the method is given as well as practical instructions for proper configurations modeling. Computed results are also included to demonstrate some of the capabilities of the pilot code. The computer program is written in FORTRAN IV for the SCOPE 3.4.4 operations system of the Ames CDC 7600 computer. The program uses overlay structure and thirteen disk files, and it requires approximately 132000 (Octal) central memory words.

  8. Methodology for fast detection of false sharing in threaded scientific codes

    DOEpatents

    Chung, I-Hsin; Cong, Guojing; Murata, Hiroki; Negishi, Yasushi; Wen, Hui-Fang

    2014-11-25

    A profiling tool identifies a code region with a false sharing potential. A static analysis tool classifies variables and arrays in the identified code region. A mapping detection library correlates memory access instructions in the identified code region with variables and arrays in the identified code region while a processor is running the identified code region. The mapping detection library identifies one or more instructions at risk, in the identified code region, which are subject to an analysis by a false sharing detection library. A false sharing detection library performs a run-time analysis of the one or more instructions at risk while the processor is re-running the identified code region. The false sharing detection library determines, based on the performed run-time analysis, whether two different portions of the cache memory line are accessed by the generated binary code.

  9. Alloglossidium floridense n. sp. (Digenea: Macroderoididae) from a spring run in North Central Florida.

    PubMed

    Kasl, Emily L; Fayton, Thomas J; Font, William F; Criscione, Charles D

    2014-02-01

    A new species of Alloglossidium is described from the intestines of 2 madtom species (Noturus leptacanthus and Noturus gyrinus) that were collected from the run of a small, unnamed spring system that drains into the Santa Fe River, Florida. Alloglossidium floridense n. sp. is morphologically very similar to other nonprecocious Alloglossidium spp. that use ictalurids as definitive hosts, but can be distinguished by a combination of its smaller overall size (length and width), large eggs in relation to its small body size, position of the vitellaria, ovary shape, and position of the ovary in relation to the cirrus sac. A comparison of nuclear rDNA sequences (spanning partial 18s, complete ITS1, 5.8s, ITS2, and partial 28s regions) showed that A. floridense n. sp. diverged by 0.70-3.17% from the other 4, nonprecocious species that infect ictalurids (Alloglossidium corti, Alloglossidium fonti, Alloglossidium geminum, and Alloglossidium kenti). The new species of Alloglossidium, described herein, is the first of the genus to be reported from Florida and the first to be recorded from N. leptacanthus . In light of the subtle morphological differences among the nonprecocious species that infect ictalurids, we discuss how previous descriptions of species traits that are not supported with genetic data are difficult to interpret because of the possible past nonrecognition of distinct species.

  10. The Naked Truth: The Face and Body Sensitive N170 Response Is Enhanced for Nude Bodies

    PubMed Central

    Hietanen, Jari K.; Nummenmaa, Lauri

    2011-01-01

    Recent event-related potential studies have shown that the occipitotemporal N170 component - best known for its sensitivity to faces - is also sensitive to perception of human bodies. Considering that in the timescale of evolution clothing is a relatively new invention that hides the bodily features relevant for sexual selection and arousal, we investigated whether the early N170 brain response would be enhanced to nude over clothed bodies. In two experiments, we measured N170 responses to nude bodies, bodies wearing swimsuits, clothed bodies, faces, and control stimuli (cars). We found that the N170 amplitude was larger to opposite and same-sex nude vs. clothed bodies. Moreover, the N170 amplitude increased linearly as the amount of clothing decreased from full clothing via swimsuits to nude bodies. Strikingly, the N170 response to nude bodies was even greater than that to faces, and the N170 amplitude to bodies was independent of whether the face of the bodies was visible or not. All human stimuli evoked greater N170 responses than did the control stimulus. Autonomic measurements and self-evaluations showed that nude bodies were affectively more arousing compared to the other stimulus categories. We conclude that the early visual processing of human bodies is sensitive to the visibility of the sex-related features of human bodies and that the visual processing of other people's nude bodies is enhanced in the brain. This enhancement is likely to reflect affective arousal elicited by nude bodies. Such facilitated visual processing of other people's nude bodies is possibly beneficial in identifying potential mating partners and competitors, and for triggering sexual behavior. PMID:22110574

  11. Run Clever – No difference in risk of injury when comparing progression in running volume and running intensity in recreational runners: A randomised trial

    PubMed Central

    Rasmussen, Sten; Sørensen, Henrik; Parner, Erik Thorlund; Lind, Martin; Nielsen, Rasmus Oestergaard

    2018-01-01

    Background/aim The Run Clever trial investigated if there was a difference in injury occurrence across two running schedules, focusing on progression in volume of running intensity (Sch-I) or in total running volume (Sch-V). It was hypothesised that 15% more runners with a focus on progression in volume of running intensity would sustain an injury compared with runners with a focus on progression in total running volume. Methods Healthy recreational runners were included and randomly allocated to Sch-I or Sch-V. In the first eight weeks of the 24-week follow-up, all participants (n=839) followed the same running schedule (preconditioning). Participants (n=447) not censored during the first eight weeks entered the 16-week training period with a focus on either progression in intensity (Sch-I) or volume (Sch-V). A global positioning system collected all data on running. During running, all participants received real-time, individualised feedback on running intensity and running volume. The primary outcome was running-related injury (RRI). Results After preconditioning a total of 80 runners sustained an RRI (Sch-I n=36/Sch-V n=44). The cumulative incidence proportion (CIP) in Sch-V (reference group) were CIP2 weeks 4.6%; CIP4 weeks 8.2%; CIP8 weeks 13.2%; CIP16 weeks 28.0%. The risk differences (RD) and 95% CI between the two schedules were RD2 weeks=2.9%(−5.7% to 11.6%); RD4 weeks=1.8%(−9.1% to 12.8%); RD8 weeks=−4.7%(−17.5% to 8.1%); RD16 weeks=−14.0% (−36.9% to 8.9%). Conclusion A similar proportion of runners sustained injuries in the two running schedules. PMID:29527322

  12. Artificial selection increased body weight but induced increase of runs of homozygosity in Hanwoo cattle

    PubMed Central

    Kim, Kwondo; Jung, Jaehoon; Caetano-Anollés, Kelsey; Sung, Samsun; Yoo, DongAhn; Choi, Bong-Hwan; Kim, Hyung-Chul; Jeong, Jin-Young; Cho, Yong-Min; Park, Eung-Woo; Choi, Tae-Jeong; Park, Byoungho; Lim, Dajeong

    2018-01-01

    Artificial selection has been demonstrated to have a rapid and significant effect on the phenotype and genome of an organism. However, most previous studies on artificial selection have focused solely on genomic sequences modified by artificial selection or genomic sequences associated with a specific trait. In this study, we generated whole genome sequencing data of 126 cattle under artificial selection, and 24,973,862 single nucleotide variants to investigate the relationship among artificial selection, genomic sequences and trait. Using runs of homozygosity detected by the variants, we showed increase of inbreeding for decades, and at the same time demonstrated a little influence of recent inbreeding on body weight. Also, we could identify ~0.2 Mb runs of homozygosity segment which may be created by recent artificial selection. This approach may aid in development of genetic markers directly influenced by artificial selection, and provide insight into the process of artificial selection. PMID:29561881

  13. Biomechanics and running economy.

    PubMed

    Anderson, T

    1996-08-01

    Running economy, which has traditionally been measured as the oxygen cost of running at a given velocity, has been accepted as the physiological criterion for 'efficient' performance and has been identified as a critical element of overall distance running performance. There is an intuitive link between running mechanics and energy cost of running, but research to date has not established a clear mechanical profile of an economic runner. It appears that through training, individuals are able to integrate and accommodate their own unique combination of dimensions and mechanical characteristics so that they arrive at a running motion which is most economical for them. Information in the literature suggests that biomechanical factors are likely to contribute to better economy in any runner. A variety of anthropometric dimensions could influence biomechanical effectiveness. These include: average or slightly smaller than average height for men and slightly greater than average height for women; high ponderal index and ectomorphic or ectomesomorphic physique; low percentage body fat; leg morphology which distributes mass closer to the hip joint; narrow pelvis and smaller than average feet. Gait patterns, kinematics and the kinetics of running may also be related to running economy. These factors include: stride length which is freely chosen over considerable running time; low vertical oscillation of body centre of mass; more acute knee angle during swing; less range of motion but greater angular velocity of plantar flexion during toe-off; arm motion of smaller amplitude; low peak ground reaction forces; faster rotation of shoulders in the transverse plane; greater angular excursion of the hips and shoulders about the polar axis in the transverse plane; and effective exploitation of stored elastic energy. Other factors which may improve running economy are: lightweight but well-cushioned shoes; more comprehensive training history; and the running surface of intermediate

  14. N -loop running should be combined with N -loop matching

    NASA Astrophysics Data System (ADS)

    Braathen, Johannes; Goodsell, Mark D.; Krauss, Manuel E.; Opferkuch, Toby; Staub, Florian

    2018-01-01

    We investigate the high-scale behavior of Higgs sectors beyond the Standard Model, pointing out that the proper matching of the quartic couplings before applying the renormalization group equations (RGEs) is of crucial importance for reliable predictions at larger energy scales. In particular, the common practice of leading-order parameters in the RGE evolution is insufficient to make precise statements on a given model's UV behavior, typically resulting in uncertainties of many orders of magnitude. We argue that, before applying N -loop RGEs, a matching should even be performed at N -loop order in contrast to common lore. We show both analytical and numerical results where the impact is sizable for three minimal extensions of the Standard Model: a singlet extension, a second Higgs doublet and finally vector-like quarks. We highlight that the known two-loop RGEs tend to moderate the running of their one-loop counterparts, typically delaying the appearance of Landau poles. For the addition of vector-like quarks we show that the complete two-loop matching and RGE evolution hints at a stabilization of the electroweak vacuum at high energies, in contrast to results in the literature.

  15. Are running speeds maximized with simple-spring stance mechanics?

    PubMed

    Clark, Kenneth P; Weyand, Peter G

    2014-09-15

    Are the fastest running speeds achieved using the simple-spring stance mechanics predicted by the classic spring-mass model? We hypothesized that a passive, linear-spring model would not account for the running mechanics that maximize ground force application and speed. We tested this hypothesis by comparing patterns of ground force application across athletic specialization (competitive sprinters vs. athlete nonsprinters, n = 7 each) and running speed (top speeds vs. slower ones). Vertical ground reaction forces at 5.0 and 7.0 m/s, and individual top speeds (n = 797 total footfalls) were acquired while subjects ran on a custom, high-speed force treadmill. The goodness of fit between measured vertical force vs. time waveform patterns and the patterns predicted by the spring-mass model were assessed using the R(2) statistic (where an R(2) of 1.00 = perfect fit). As hypothesized, the force application patterns of the competitive sprinters deviated significantly more from the simple-spring pattern than those of the athlete, nonsprinters across the three test speeds (R(2) <0.85 vs. R(2) ≥ 0.91, respectively), and deviated most at top speed (R(2) = 0.78 ± 0.02). Sprinters attained faster top speeds than nonsprinters (10.4 ± 0.3 vs. 8.7 ± 0.3 m/s) by applying greater vertical forces during the first half (2.65 ± 0.05 vs. 2.21 ± 0.05 body wt), but not the second half (1.71 ± 0.04 vs. 1.73 ± 0.04 body wt) of the stance phase. We conclude that a passive, simple-spring model has limited application to sprint running performance because the swiftest runners use an asymmetrical pattern of force application to maximize ground reaction forces and attain faster speeds. Copyright © 2014 the American Physiological Society.

  16. Simulation of Shear Alfvén Waves in LAPD using the BOUT++ code

    NASA Astrophysics Data System (ADS)

    Wei, Di; Friedman, B.; Carter, T. A.; Umansky, M. V.

    2011-10-01

    The linear and nonlinear physics of shear Alfvén waves is investigated using the 3D Braginskii fluid code BOUT++. The code has been verified against analytical calculations for the dispersion of kinetic and inertial Alfvén waves. Various mechanisms for forcing Alfvén waves in the code are explored, including introducing localized current sources similar to physical antennas used in experiments. Using this foundation, the code is used to model nonlinear interactions among shear Alfvén waves in a cylindrical magnetized plasma, such as that found in the Large Plasma Device (LAPD) at UCLA. In the future this investigation will allow for examination of the nonlinear interactions between shear Alfvén waves in both laboratory and space plasmas in order to compare to predictions of MHD turbulence.

  17. The design of the run Clever randomized trial: running volume, -intensity and running-related injuries.

    PubMed

    Ramskov, Daniel; Nielsen, Rasmus Oestergaard; Sørensen, Henrik; Parner, Erik; Lind, Martin; Rasmussen, Sten

    2016-04-23

    Injury incidence and prevalence in running populations have been investigated and documented in several studies. However, knowledge about injury etiology and prevention is needed. Training errors in running are modifiable risk factors and people engaged in recreational running need evidence-based running schedules to minimize the risk of injury. The existing literature on running volume and running intensity and the development of injuries show conflicting results. This may be related to previously applied study designs, methods used to quantify the performed running and the statistical analysis of the collected data. The aim of the Run Clever trial is to investigate if a focus on running intensity compared with a focus on running volume in a running schedule influences the overall injury risk differently. The Run Clever trial is a randomized trial with a 24-week follow-up. Healthy recreational runners between 18 and 65 years and with an average of 1-3 running sessions per week the past 6 months are included. Participants are randomized into two intervention groups: Running schedule-I and Schedule-V. Schedule-I emphasizes a progression in running intensity by increasing the weekly volume of running at a hard pace, while Schedule-V emphasizes a progression in running volume, by increasing the weekly overall volume. Data on the running performed is collected by GPS. Participants who sustain running-related injuries are diagnosed by a diagnostic team of physiotherapists using standardized diagnostic criteria. The members of the diagnostic team are blinded. The study design, procedures and informed consent were approved by the Ethics Committee Northern Denmark Region (N-20140069). The Run Clever trial will provide insight into possible differences in injury risk between running schedules emphasizing either running intensity or running volume. The risk of sustaining volume- and intensity-related injuries will be compared in the two intervention groups using a competing

  18. Aerodynamics of wing-assisted incline running in birds.

    PubMed

    Tobalske, Bret W; Dial, Kenneth P

    2007-05-01

    Wing-assisted incline running (WAIR) is a form of locomotion in which a bird flaps its wings to aid its hindlimbs in climbing a slope. WAIR is used for escape in ground birds, and the ontogeny of this behavior in precocial birds has been suggested to represent a model analogous to transitional adaptive states during the evolution of powered avian flight. To begin to reveal the aerodynamics of flap-running, we used digital particle image velocimetry (DPIV) and measured air velocity, vorticity, circulation and added mass in the wake of chukar partridge Alectoris chukar as they engaged in WAIR (incline 65-85 degrees; N=7 birds) and ascending flight (85 degrees, N=2). To estimate lift and impulse, we coupled our DPIV data with three-dimensional wing kinematics from a companion study. The ontogeny of lift production was evaluated using three age classes: baby birds incapable of flight [6-8 days post hatching (d.p.h.)] and volant juveniles (25-28 days) and adults (45+ days). All three age classes of birds, including baby birds with partially emerged, symmetrical wing feathers, generated circulation with their wings and exhibited a wake structure that consisted of discrete vortex rings shed once per downstroke. Impulse of the vortex rings during WAIR was directed 45+/-5 degrees relative to horizontal and 21+/-4 degrees relative to the substrate. Absolute values of circulation in vortex cores and induced velocity increased with increasing age. Normalized circulation was similar among all ages in WAIR but 67% greater in adults during flight compared with flap-running. Estimated lift during WAIR was 6.6% of body weight in babies and between 63 and 86% of body weight in juveniles and adults. During flight, average lift was 110% of body weight. Our results reveal for the first time that lift from the wings, rather than wing inertia or profile drag, is primarily responsible for accelerating the body toward the substrate during WAIR, and that partially developed wings, not yet

  19. PARAVT: Parallel Voronoi tessellation code

    NASA Astrophysics Data System (ADS)

    González, R. E.

    2016-10-01

    In this study, we present a new open source code for massive parallel computation of Voronoi tessellations (VT hereafter) in large data sets. The code is focused for astrophysical purposes where VT densities and neighbors are widely used. There are several serial Voronoi tessellation codes, however no open source and parallel implementations are available to handle the large number of particles/galaxies in current N-body simulations and sky surveys. Parallelization is implemented under MPI and VT using Qhull library. Domain decomposition takes into account consistent boundary computation between tasks, and includes periodic conditions. In addition, the code computes neighbors list, Voronoi density, Voronoi cell volume, density gradient for each particle, and densities on a regular grid. Code implementation and user guide are publicly available at https://github.com/regonzar/paravt.

  20. The mechanics of sprint running

    PubMed Central

    Cavagna, Giovanni A.; Komarek, L.; Mazzoleni, Stefania

    1971-01-01

    1. The effect of the velocity of shortening on the power developed by the muscles in sprint running was studied by measuring the mechanical work done to accelerate the body forward from the start to about 34 km/hr. 2. The work was measured at each step from the data obtained by means of a platform sensitive to the force impressed by the foot. 3. Almost the totality of the positive work done during the first second from the start is found as an increase of the kinetic energy of the body. However, as the speed of the run rises, air resistance and particularly the deceleration of the body forward, taking place at each step, rapidly increase, limiting the speed of the run. 4. The average power developed by the muscles during the push at each step increases with the velocity of running reaching 3-4 h.p. at the maximal speed attained. 5. At low speed the contractile component of the muscles seems to be mainly responsible for the power output, whereas at high speed (25-34 km/hr) an appreciable fraction of the power appears to be sustained by the mechanical energy stored in the `series elastic elements' during stretching the contracted muscles (negative work) and released immediately after in the positive work phase. ImagesFig. 1 PMID:5098087

  1. European Code against Cancer 4th Edition: Obesity, body fatness and cancer.

    PubMed

    Anderson, Annie S; Key, Timothy J; Norat, Teresa; Scoccianti, Chiara; Cecchini, Michele; Berrino, Franco; Boutron-Ruault, Marie-Christine; Espina, Carolina; Leitzmann, Michael; Powers, Hilary; Wiseman, Martin; Romieu, Isabelle

    2015-12-01

    It is estimated that over half the population of the European Union (EU) is overweight or obese due to an imbalance between energy expenditure and energy intake; this is related to an obesogenic environment of sociocultural, economic and marketing challenges to the control of body weight. Excess body fat is associated with nine cancer sites - oesophagus, colorectum, gall bladder, pancreas, postmenopausal breast, endometrium, ovary, kidney and prostate (advanced) - and 4-38% of these cancers (depending on site and gender) can be attributed to overweight/obesity status. Metabolic alterations which accompany excess body weight are accompanied by increased levels of inflammation, insulin, oestrogens and other hormonal factors. There are some indications that intentional weight loss is associated with reduced cancer incidence (notably in postmenopausal breast and endometrial cancers). Excess body weight is also a risk factor for several other diseases, including diabetes and heart disease, and is related to higher risk of premature death. In reviewing the current evidence related to excess body fat and cancer, the European Code against Cancer Nutrition Working Group has developed the following recommendation: 'Take action to be a healthy body weight'. Copyright © 2015 International Agency for Research on Cancer. Published by Elsevier Ltd. All rights reserved.

  2. Three consecutive days of interval runs to exhaustion affects lymphocyte subset apoptosis and migration.

    PubMed

    Navalta, James W; Tibana, Ramires Alsamir; Fedor, Elizabeth A; Vieira, Amilton; Prestes, Jonato

    2014-01-01

    This investigation assessed the lymphocyte subset response to three days of intermittent run exercise to exhaustion. Twelve healthy college-aged males (n = 8) and females (n = 4) (age = 26 ± 4 years; height = 170.2 ± 10 cm; body mass = 75 ± 18 kg) completed an exertion test (maximal running speed and VO2max) and later performed three consecutive days of an intermittent run protocol to exhaustion (30 sec at maximal running speed and 30 sec at half of the maximal running speed). Blood was collected before exercise (PRE) and immediately following the treadmill bout (POST) each day. When the absolute change from baseline was evaluated (i. e., Δ baseline), a significant change in CD4+ and CD8+ for CX3CR1 cells was observed by completion of the third day. Significant changes in both apoptosis and migration were observed following two consecutive days in CD19+ lymphocytes, and the influence of apoptosis persisted following the third day. Given these lymphocyte responses, it is recommended that a rest day be incorporated following two consecutive days of a high-intensity intermittent run program to minimize immune cell modulations and reduce potential susceptibility.

  3. FLY MPI-2: a parallel tree code for LSS

    NASA Astrophysics Data System (ADS)

    Becciani, U.; Comparato, M.; Antonuccio-Delogu, V.

    2006-04-01

    New version program summaryProgram title: FLY 3.1 Catalogue identifier: ADSC_v2_0 Licensing provisions: yes Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADSC_v2_0 Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland No. of lines in distributed program, including test data, etc.: 158 172 No. of bytes in distributed program, including test data, etc.: 4 719 953 Distribution format: tar.gz Programming language: Fortran 90, C Computer: Beowulf cluster, PC, MPP systems Operating system: Linux, Aix RAM: 100M words Catalogue identifier of previous version: ADSC_v1_0 Journal reference of previous version: Comput. Phys. Comm. 155 (2003) 159 Does the new version supersede the previous version?: yes Nature of problem: FLY is a parallel collisionless N-body code for the calculation of the gravitational force Solution method: FLY is based on the hierarchical oct-tree domain decomposition introduced by Barnes and Hut (1986) Reasons for the new version: The new version of FLY is implemented by using the MPI-2 standard: the distributed version 3.1 was developed by using the MPICH2 library on a PC Linux cluster. Today the FLY performance allows us to consider the FLY code among the most powerful parallel codes for tree N-body simulations. Another important new feature regards the availability of an interface with hydrodynamical Paramesh based codes. Simulations must follow a box large enough to accurately represent the power spectrum of fluctuations on very large scales so that we may hope to compare them meaningfully with real data. The number of particles then sets the mass resolution of the simulation, which we would like to make as fine as possible. The idea to build an interface between two codes, that have different and complementary cosmological tasks, allows us to execute complex cosmological simulations with FLY, specialized for DM evolution, and a code specialized for hydrodynamical components that uses a Paramesh block

  4. RHIC Au beam in Run 2014

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zhang, S. Y.

    Au beam at the RHIC ramp in run 2014 is reviewed together with the run 2011 and run 2012. Observed bunch length and longitudinal emittance are compared with the IBS simulations. The IBS growth rate of the longitudinal emittance in run 2014 is similar to run 2011, and both are larger than run 2012. This is explained by the large transverse emittance at high intensity observed in run 2012, but not in run 2014. The big improvement of the AGS ramping in run 2014 might be related to this change. The importance of the injector intensity improvement in run 2014more » is emphasized, which gives rise to the initial luminosity improvement of 50% in run 2014, compared with the previous Au-Au run 2011. In addition, a modified IBS model, which is calibrated using the RHIC Au runs from 9.8 GeV/n to 100 GeV/n, is presented and used in the study.« less

  5. Aeroelastic Tailoring Study of N+2 Low Boom Supersonic Commerical Transport Aircraft

    NASA Technical Reports Server (NTRS)

    Pak, Chan-Gi

    2015-01-01

    The Lockheed Martin N+2 Low - boom Supersonic Commercial Transport (LSCT) aircraft was optimized in this study through the use of a multidisciplinary design optimization tool developed at the National Aeronautics and S pace Administration Armstrong Flight Research Center. A total of 111 design variables we re used in the first optimization run. Total structural weight was the objective function in this optimization run. Design requirements for strength, buckling, and flutter we re selected as constraint functions during the first optimization run. The MSC Nastran code was used to obtain the modal, strength, and buckling characteristics. Flutter and trim analyses we re based on ZAERO code, and landing and ground control loads were computed using an in - house code. The w eight penalty to satisfy all the design requirement s during the first optimization run was 31,367 lb, a 9.4% increase from the baseline configuration. The second optimization run was prepared and based on the big-bang big-crunch algorithm. Six composite ply angles for the second and fourth composite layers were selected as discrete design variables for the second optimization run. Composite ply angle changes can't improve the weight configuration of the N+2 LSCT aircraft. However, this second optimization run can create more tolerance for the active and near active strength constraint values for future weight optimization runs.

  6. Aeroelastic Tailoring Study of N+2 Low-Boom Supersonic Commercial Transport Aircraft

    NASA Technical Reports Server (NTRS)

    Pak, Chan-gi

    2015-01-01

    The Lockheed Martins N+2 Low-boom Supersonic Commercial Transport (LSCT) aircraft is optimized in this study through the use of a multidisciplinary design optimization tool developed at the NASA Armstrong Flight Research Center. A total of 111 design variables are used in the first optimization run. Total structural weight is the objective function in this optimization run. Design requirements for strength, buckling, and flutter are selected as constraint functions during the first optimization run. The MSC Nastran code is used to obtain the modal, strength, and buckling characteristics. Flutter and trim analyses are based on ZAERO code and landing and ground control loads are computed using an in-house code.

  7. The personification of animals: coding of human and nonhuman body parts based on posture and function.

    PubMed

    Welsh, Timothy N; McDougall, Laura; Paulson, Stephanie

    2014-09-01

    The purpose of the present research was to determine how humans represent the bodies and limbs of nonhuman mammals based on anatomical and functional properties. To this end, participants completed a series of body-part compatibility tasks in which they responded with a thumb or foot response to the color of a stimulus (red or blue, respectively) presented on different limbs of several animals. Across the studies, this compatibility task was conducted with images of human and nonhuman animals (bears, cows, and monkeys) in bipedal or quadrupedal postures. The results revealed that the coding of the limbs of nonhuman animals is strongly influenced by the posture of the body, but not the functional capacity of the limb. Specifically, body-part compatibility effects were present for both human and nonhuman animals when the figures were in a bipedal posture, but were not present when the animals were in a quadrupedal stance (Experiments 1a-c). Experiments 2a and 2b revealed that the posture-based body-part compatibility effects were not simply a vertical spatial compatibility effect or due to a mismatch between the posture of the body in the image and the participant. These data indicate that nonhuman animals in a bipedal posture are coded with respect to the "human" body representation, whereas nonhuman animals in a quadrupedal posture are not mapped to the human body representation. Overall, these studies provide new insight into the processes through which humans understand, mimic, and learn from the actions of nonhuman animals. Copyright © 2014 Elsevier B.V. All rights reserved.

  8. A Fast Code for Jupiter Atmospheric Entry

    NASA Technical Reports Server (NTRS)

    Tauber, Michael E.; Wercinski, Paul; Yang, Lily; Chen, Yih-Kanq; Arnold, James (Technical Monitor)

    1998-01-01

    A fast code was developed to calculate the forebody heating environment and heat shielding that is required for Jupiter atmospheric entry probes. A carbon phenolic heat shield material was assumed and, since computational efficiency was a major goal, analytic expressions were used, primarily, to calculate the heating, ablation and the required insulation. The code was verified by comparison with flight measurements from the Galileo probe's entry; the calculation required 3.5 sec of CPU time on a work station. The computed surface recessions from ablation were compared with the flight values at six body stations. The average, absolute, predicted difference in the recession was 12.5% too high. The forebody's mass loss was overpredicted by 5.5% and the heat shield mass was calculated to be 15% less than the probe's actual heat shield. However, the calculated heat shield mass did not include contingencies for the various uncertainties that must be considered in the design of probes. Therefore, the agreement with the Galileo probe's values was considered satisfactory, especially in view of the code's fast running time and the methods' approximations.

  9. Walking, running and the evolution of short toes in humans.

    PubMed

    Rolian, Campbell; Lieberman, Daniel E; Hamill, Joseph; Scott, John W; Werbel, William

    2009-03-01

    The phalangeal portion of the forefoot is extremely short relative to body mass in humans. This derived pedal proportion is thought to have evolved in the context of committed bipedalism, but the benefits of shorter toes for walking and/or running have not been tested previously. Here, we propose a biomechanical model of toe function in bipedal locomotion that suggests that shorter pedal phalanges improve locomotor performance by decreasing digital flexor force production and mechanical work, which might ultimately reduce the metabolic cost of flexor force production during bipedal locomotion. We tested this model using kinematic, force and plantar pressure data collected from a human sample representing normal variation in toe length (N=25). The effect of toe length on peak digital flexor forces, impulses and work outputs was evaluated during barefoot walking and running using partial correlations and multiple regression analysis, controlling for the effects of body mass, whole-foot and phalangeal contact times and toe-out angle. Our results suggest that there is no significant increase in digital flexor output associated with longer toes in walking. In running, however, multiple regression analyses based on the sample suggest that increasing average relative toe length by as little as 20% doubles peak digital flexor impulses and mechanical work, probably also increasing the metabolic cost of generating these forces. The increased mechanical cost associated with long toes in running suggests that modern human forefoot proportions might have been selected for in the context of the evolution of endurance running.

  10. The Scylla Multi-Code Comparison Project

    NASA Astrophysics Data System (ADS)

    Maller, Ariyeh; Stewart, Kyle; Bullock, James; Oñorbe, Jose; Scylla Team

    2016-01-01

    Cosmological hydrodynamical simulations are one of the main techniques used to understand galaxy formation and evolution. However, it is far from clear to what extent different numerical techniques and different implementations of feedback yield different results. The Scylla Multi-Code Comparison Project seeks to address this issue by running idenitical initial condition simulations with different popular hydrodynamic galaxy formation codes. Here we compare simulations of a Milky Way mass halo using the codes enzo, ramses, art, arepo and gizmo-psph. The different runs produce galaxies with a variety of properties. There are many differences, but also many similarities. For example we find that in all runs cold flow disks exist; extended gas structures, far beyond the galactic disk, that show signs of rotation. Also, the angular momentum of warm gas in the halo is much larger than the angular momentum of the dark matter. We also find notable differences between runs. The temperature and density distribution of hot gas can differ by over an order of magnitude between codes and the stellar mass to halo mass relation also varies widely. These results suggest that observations of galaxy gas halos and the stellar mass to halo mass relation can be used to constarin the correct model of feedback.

  11. Can anti-gravity running improve performance to the same degree as over-ground running?

    PubMed

    Brennan, Christopher T; Jenkins, David G; Osborne, Mark A; Oyewale, Michael; Kelly, Vincent G

    2018-03-11

    This study examined the changes in running performance, maximal blood lactate concentrations and running kinematics between 85%BM anti-gravity (AG) running and normal over-ground (OG) running over an 8-week training period. Fifteen elite male developmental cricketers were assigned to either the AG or over-ground (CON) running group. The AG group (n = 7) ran twice a week on an AG treadmill and once per week over-ground. The CON group (n = 8) completed all sessions OG on grass. Both AG and OG training resulted in similar improvements in time trial and shuttle run performance. Maximal running performance showed moderate differences between the groups, however the AG condition resulted in less improvement. Large differences in maximal blood lactate concentrations existed with OG running resulting in greater improvements in blood lactate concentrations measured during maximal running. Moderate increases in stride length paired with moderate decreases in stride rate also resulted from AG training. The use of AG training to supplement regular OG training for performance should be used cautiously, as extended use over long periods of time could lead to altered stride mechanics and reduced blood lactate.

  12. The repeated bout effect of typical lower body strength training sessions on sub-maximal running performance and hormonal response.

    PubMed

    Doma, Kenji; Schumann, Moritz; Sinclair, Wade H; Leicht, Anthony S; Deakin, Glen B; Häkkinen, Keijo

    2015-08-01

    This study examined the effects of two typical strength training sessions performed 1 week apart (i.e. repeated bout effect) on sub-maximal running performance and hormonal. Fourteen resistance-untrained men (age 24.0 ± 3.9 years; height 1.83 ± 0.11 m; body mass 77.4 ± 14.0 kg; VOpeak 48.1 ± 6.1 M kg(-1) min(-1)) undertook two bouts of high-intensity strength training sessions (i.e. six-repetition maximum). Creatine kinase (CK), delayed-onset muscle soreness (DOMS), counter-movement jump (CMJ) as well as concentrations of serum testosterone, cortisol and testosterone/cortisol ratio (T/C) were examined prior to and immediately post, 24 (T24) and 48 (T48) h post each strength training bout. Sub-maximal running performance was also conducted at T24 and T48 of each bout. When measures were compared between bouts at T48, the degree of elevation in CK (-58.4 ± 55.6 %) and DOMS (-31.43 ± 42.9 %) and acute reduction in CMJ measures (4.1 ± 5.4 %) were attenuated (p < 0.05) following the second bout. Cortisol was increased until T24 (p < 0.05) although there were no differences between bouts and no differences were found for testosterone and T/C ratio (p > 0.05). Sub-maximal running performance was impaired until T24, although changes were not attenuated following the second bout. The initial bout appeared to provide protection against a number of muscle damage indicators suggesting a greater need for recovery following the initial session of typical lower body resistance exercises in resistance-untrained men although sub-maximal running should be avoided following the first two sessions.

  13. A Vision of the Future: A School for Running.

    ERIC Educational Resources Information Center

    Spino, Mike

    1979-01-01

    Presents a vision of how a school of running could provide young people with learning experiences encompassing body and mind. The school would have four tracks: running, body work, inner space development, and academic subjects. Sea Pines Resort in South Carolina will be ideal for the kind of education described here. (Author/BEF)

  14. Whole body frontal plane mechanics across walking, running, and sprinting in young and older adults.

    PubMed

    Kulmala, J-P; Korhonen, M T; Kuitunen, S; Suominen, H; Heinonen, A; Mikkola, A; Avela, J

    2017-09-01

    This study investigated the whole body frontal plane mechanics among young (26 ± 6 years), early old (61 ± 5 years), and old (78 ± 4 years) adults during walking, running, and sprinting. The age-groups had similar walking (1.6 m/s) and running (4.0 m/s) speeds, but different maximal sprinting speed (young 9.3 m/s, early old 7.9 m/s, and old 6.6 m/s). Surprisingly, although the old group exerted much lower vertical ground reaction force during running and sprinting, the hip frontal plane moment did not differ between the age-groups. Kinematic analysis demonstrated increased hip adduction and pelvis drop, as well as reduced trunk lateral flexion among old adults, especially during sprinting. These alterations in the hip and pelvis motions may reflect insufficient force production of hip abductors to stabilize the pelvis during single-limb support, while limited trunk lateral flexion may enhance control of the mediolateral balance. On the other hand, larger trunk side-to-side movement among the young and early old adults may provide a mechanism to prevent the increase of the hip frontal moment despite greater vertical ground reaction force. This, in turn, can assist hip abductors to maintain stability of the pelvis during sprinting while allowing powerful force generation by a large adductor muscle group. © 2016 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  15. Efficient nonparametric n -body force fields from machine learning

    NASA Astrophysics Data System (ADS)

    Glielmo, Aldo; Zeni, Claudio; De Vita, Alessandro

    2018-05-01

    We provide a definition and explicit expressions for n -body Gaussian process (GP) kernels, which can learn any interatomic interaction occurring in a physical system, up to n -body contributions, for any value of n . The series is complete, as it can be shown that the "universal approximator" squared exponential kernel can be written as a sum of n -body kernels. These recipes enable the choice of optimally efficient force models for each target system, as confirmed by extensive testing on various materials. We furthermore describe how the n -body kernels can be "mapped" on equivalent representations that provide database-size-independent predictions and are thus crucially more efficient. We explicitly carry out this mapping procedure for the first nontrivial (three-body) kernel of the series, and we show that this reproduces the GP-predicted forces with meV /Å accuracy while being orders of magnitude faster. These results pave the way to using novel force models (here named "M-FFs") that are computationally as fast as their corresponding standard parametrized n -body force fields, while retaining the nonparametric character, the ease of training and validation, and the accuracy of the best recently proposed machine-learning potentials.

  16. Branched-Chain Amino Acid Supplementation in Combination with Voluntary Running Improves Body Composition in Female C57BL/6 Mice

    PubMed Central

    Platt, Kristen M.; Charnigo, Richard J.; Shertzer, Howard G.; Pearson, Kevin J.

    2016-01-01

    Exercise is an inexpensive intervention that may be used to reduce obesity and its consequences. In addition, many individuals who regularly exercise utilize dietary supplements to enhance their exercise routine and to accelerate fat loss or increase lean mass. Branched-chain amino acids (BCAAs) are a popular supplement and have been shown to produce a number of beneficial effects in rodent models and humans. Therefore, we hypothesized that BCAA supplementation would protect against high fat diet (HFD)-induced glucose intolerance and obesity in mice with and without access to exercise. We subjected 80 female C57BL/6 mice to a paradigm of HFD feeding, exercise in the form of voluntary wheel running, and BCAA supplementation in the drinking water for 16 weeks (n = 10 per group). Body weight was monitored weekly, while food and water consumption were recorded twice weekly. During the 5th, 10th, and 15th weeks of treatment, glucose tolerance and body composition were analyzed. Exercise significantly improved glucose tolerance in both control-fed and HFD-fed mice. BCAA supplementation, however, did not significantly alter glucose tolerance in any treatment group. While BCAA supplements did not improve lean to fat mass ratio in sedentary mice, it significantly augmented the effects of exercise on this parameter. PMID:26716948

  17. Branched-Chain Amino Acid Supplementation in Combination with Voluntary Running Improves Body Composition in Female C57BL/6 Mice.

    PubMed

    Platt, Kristen M; Charnigo, Richard J; Shertzer, Howard G; Pearson, Kevin J

    2016-01-01

    Exercise is an inexpensive intervention that may be used to reduce obesity and its consequences. In addition, many individuals who regularly exercise utilize dietary supplements to enhance their exercise routine and to accelerate fat loss or increase lean mass. Branched-chain amino acids (BCAAs) are a popular supplement and have been shown to produce a number of beneficial effects in rodent models and humans. Therefore, we hypothesized that BCAA supplementation would protect against high fat diet (HFD)-induced glucose intolerance and obesity in mice with and without access to exercise. We subjected 80 female C57BL/6 mice to a paradigm of HFD feeding, exercise in the form of voluntary wheel running, and BCAA supplementation in the drinking water for 16 weeks (n = 10 per group). Body weight was monitored weekly, while food and water consumption were recorded twice weekly. During the 5th, 10th, and 15th weeks of treatment, glucose tolerance and body composition were analyzed. Exercise significantly improved glucose tolerance in both control-fed and HFD-fed mice. BCAA supplementation, however, did not significantly alter glucose tolerance in any treatment group. While BCAA supplements did not improve lean to fat mass ratio in sedentary mice, it significantly augmented the effects of exercise on this parameter.

  18. N-body simulation for self-gravitating collisional systems with a new SIMD instruction set extension to the x86 architecture, Advanced Vector eXtensions

    NASA Astrophysics Data System (ADS)

    Tanikawa, Ataru; Yoshikawa, Kohji; Okamoto, Takashi; Nitadori, Keigo

    2012-02-01

    We present a high-performance N-body code for self-gravitating collisional systems accelerated with the aid of a new SIMD instruction set extension of the x86 architecture: Advanced Vector eXtensions (AVX), an enhanced version of the Streaming SIMD Extensions (SSE). With one processor core of Intel Core i7-2600 processor (8 MB cache and 3.40 GHz) based on Sandy Bridge micro-architecture, we implemented a fourth-order Hermite scheme with individual timestep scheme ( Makino and Aarseth, 1992), and achieved the performance of ˜20 giga floating point number operations per second (GFLOPS) for double-precision accuracy, which is two times and five times higher than that of the previously developed code implemented with the SSE instructions ( Nitadori et al., 2006b), and that of a code implemented without any explicit use of SIMD instructions with the same processor core, respectively. We have parallelized the code by using so-called NINJA scheme ( Nitadori et al., 2006a), and achieved ˜90 GFLOPS for a system containing more than N = 8192 particles with 8 MPI processes on four cores. We expect to achieve about 10 tera FLOPS (TFLOPS) for a self-gravitating collisional system with N ˜ 10 5 on massively parallel systems with at most 800 cores with Sandy Bridge micro-architecture. This performance will be comparable to that of Graphic Processing Unit (GPU) cluster systems, such as the one with about 200 Tesla C1070 GPUs ( Spurzem et al., 2010). This paper offers an alternative to collisional N-body simulations with GRAPEs and GPUs.

  19. Heat Production and Storage Are Positively Correlated with Measures of Body Size/Composition and Heart Rate Drift during Vigorous Running

    ERIC Educational Resources Information Center

    Buresh, Robert; Berg, Kris; Noble, John

    2005-01-01

    The purposes of this study were to determine the relationships between: (a) measures of body size/composition and heat production/storage, and (b) heat production/storage and heart rate (HR) drift during running at 95 % of the velocity that elicited lactate threshold, which was determined for 20 healthy recreational male runners. Subsequently,…

  20. Running stride peak forces inversely determine running economy in elite runners.

    PubMed

    Støren, Øyvind; Helgerud, Jan; Hoff, Jan

    2011-01-01

    The present study investigated the relationship between running economy (RE) at 15 km/h(-1) , 3.000-m race time, maximal strength, and a number of physiological, anthropometrical, and mechanical variables. The variables measured included RE, maximal oxygen consumption, heart rate, step length and frequency, contact time, and the peak horizontal and vertical forces of each step. Maximal strength was measured as the 1 repetition maximum (1RM) half-squat using a leg press machine. Eleven male elite endurance athletes with a V(O2)max of 75.8 ± 6.2 mL/kg(-1)/min(-1) participated in this study. After the anthropometric data were collected, they were tested for RE, running characteristics, and force measures on a level treadmill at 15 km/h(-1). The athletes wore contact soles, and the treadmill was placed on a force platform. Maximal oxygen consumption and 1RM were tested after the RE measurements. The sum of horizontal and vertical peak forces revealed a significant inverse correlation (p < 0.05) both with 3,000-m performance (R = 0.71) and RE (R = 0.66). Inverse correlations were also found (p < 0.05) between RE and body height (R = 0.61) and between RE and body fat percentage (R = 0.62). In conclusion, the sum of horizontal and vertical peak forces was found to be negatively correlated to running economy and 3,000-m running performance, indicating that avoiding vertical movements and high horizontal braking force is crucial for a positive development of RE.

  1. Reasons and predictors of discontinuation of running after a running program for novice runners.

    PubMed

    Fokkema, Tryntsje; Hartgens, Fred; Kluitenberg, Bas; Verhagen, Evert; Backx, Frank J G; van der Worp, Henk; Bierma-Zeinstra, Sita M A; Koes, Bart W; van Middelkoop, Marienke

    2018-06-18

    To determine the proportion of participants of a running program for novice runners that discontinued running and investigate the main reasons to discontinue and characteristics associated with discontinuation. Prospective cohort study. The study included 774 participants of Start to Run, a 6-week running program for novice runners. Before the start of the program, participants filled-in a baseline questionnaire to collect information on demographics, physical activity and perceived health. The 26-weeks follow-up questionnaire was used to obtain information on the continuation of running (yes/no) and main reasons for discontinuation. To determine predictors for discontinuation of running, multivariable logistic regression was performed. Within 26 weeks after the start of the 6-week running program, 29.5% of the novice runners (n=225) had stopped running. The main reason for discontinuation was a running-related injury (n=108, 48%). Being female (OR 1.74; 95% CI 1.13-2.68), being unsure about the continuation of running after the program (OR 2.06; 95% CI 1.31-3.24) and (almost) no alcohol use (OR 1.62; 95%CI 1.11-2.37) were associated with a higher chance of discontinuation of running. Previous running experience less than one year previously (OR 0.46; 95% CI 0.26-0.83) and a higher score on the RAND-36 subscale physical functioning (OR 0.98; 95% CI 0.96-0.99) were associated with a lower chance of discontinuation. In this group of novice runners, almost one-third stopped running within six months. A running-related injury was the main reason to stop running. Women with a low perceived physical functioning and without running experience were prone to discontinue running. Copyright © 2018. Published by Elsevier Ltd.

  2. Changes in Running Mechanics During a 6-Hour Running Race.

    PubMed

    Giovanelli, Nicola; Taboga, Paolo; Lazzer, Stefano

    2017-05-01

    To investigate changes in running mechanics during a 6-h running race. Twelve ultraendurance runners (age 41.9 ± 5.8 y, body mass 68.3 ± 12.6 kg, height 1.72 ± 0.09 m) were asked to run as many 874-m flat loops as possible in 6 h. Running speed, contact time (t c ), and aerial time (t a ) were measured in the first lap and every 30 ± 2 min during the race. Peak vertical ground-reaction force (F max ), stride length (SL), vertical downward displacement of the center of mass (Δz), leg-length change (ΔL), vertical stiffness (k vert ), and leg stiffness (k leg ) were then estimated. Mean distance covered by the athletes during the race was 62.9 ± 7.9 km. Compared with the 1st lap, running speed decreased significantly from 4 h 30 min onward (mean -5.6% ± 0.3%, P < .05), while t c increased after 4 h 30 min of running, reaching the maximum difference after 5 h 30 min (+6.1%, P = .015). Conversely, k vert decreased after 4 h, reaching the lowest value after 5 h 30 min (-6.5%, P = .008); t a and F max decreased after 4 h 30 min through to the end of the race (mean -29.2% and -5.1%, respectively, P < .05). Finally, SL decreased significantly (-5.1%, P = .010) during the last hour of the race. Most changes occurred after 4 h continuous self-paced running, suggesting a possible time threshold that could affect performance regardless of absolute running speed.

  3. Voluntary Running Attenuates Metabolic Dysfunction in Ovariectomized Low-Fit Rats

    PubMed Central

    Park, Young-Min; Padilla, Jaume; Kanaley, Jill A.; Zidon, Terese; Welly, Rebecca J.; Britton, Steven L.; Koch, Lauren G.; Thyfault, John P.; Booth, Frank W.; Vieira-Potter, Victoria J.

    2016-01-01

    INTRODUCTION Ovariectomy and high fat diet (HFD) worsen obesity and metabolic dysfunction associated with low aerobic fitness. Exercise training mitigates metabolic abnormalities induced by low aerobic fitness, but whether the protective effect is maintained following ovariectomy and HFD is unknown. PURPOSE This study determined whether, following ovariectomy and HFD, exercise training improves metabolic function in rats bred for low intrinsic aerobic capacity. METHODS Female rats selectively bred for low (LCR) and high (HCR) intrinsic aerobic capacity (n=30) were ovariectomized, fed HFD, and randomized to either a sedentary (SED) or voluntary wheel running (EX) group. Resting energy expenditure, glucose tolerance, and spontaneous physical activity were determined midway through the experiment, while body weight, wheel running volume, and food intake were assessed throughout the study. Body composition, circulating metabolic markers, and skeletal muscle gene and protein expression was measured at sacrifice. RESULTS EX reduced body weight and adiposity in LCR rats (−10% and −50%, respectively; P<0.05) and, unexpectedly, increased these variables in HCR rats (+7% and +37%, respectively; P<0.05) compared to their respective SED controls, likely due to dietary overcompensation. Wheel running volume was ~5-fold greater in HCR than LCR rats, yet EX enhanced insulin sensitivity equally in LCR and HCR rats (P<0.05). This EX-mediated improvement in metabolic function was associated with gene up-regulation of skeletal muscle IL-6&-10. EX also increased resting energy expenditure, skeletal muscle mitochondrial content (oxidative phosphorylation complexes and citrate synthase activity), and AMPK activation similarly in both lines (all P <0.05). CONCLUSION Despite a 5-fold difference in running volume between rat lines, EX similarly improved systemic insulin sensitivity, resting energy expenditure, and skeletal muscle mitochondrial content and AMPK activation in

  4. Humans running in place on water at simulated reduced gravity.

    PubMed

    Minetti, Alberto E; Ivanenko, Yuri P; Cappellini, Germana; Dominici, Nadia; Lacquaniti, Francesco

    2012-01-01

    On Earth only a few legged species, such as water strider insects, some aquatic birds and lizards, can run on water. For most other species, including humans, this is precluded by body size and proportions, lack of appropriate appendages, and limited muscle power. However, if gravity is reduced to less than Earth's gravity, running on water should require less muscle power. Here we use a hydrodynamic model to predict the gravity levels at which humans should be able to run on water. We test these predictions in the laboratory using a reduced gravity simulator. We adapted a model equation, previously used by Glasheen and McMahon to explain the dynamics of Basilisk lizard, to predict the body mass, stride frequency and gravity necessary for a person to run on water. Progressive body-weight unloading of a person running in place on a wading pool confirmed the theoretical predictions that a person could run on water, at lunar (or lower) gravity levels using relatively small rigid fins. Three-dimensional motion capture of reflective markers on major joint centers showed that humans, similarly to the Basilisk Lizard and to the Western Grebe, keep the head-trunk segment at a nearly constant height, despite the high stride frequency and the intensive locomotor effort. Trunk stabilization at a nearly constant height differentiates running on water from other, more usual human gaits. The results showed that a hydrodynamic model of lizards running on water can also be applied to humans, despite the enormous difference in body size and morphology.

  5. The Arbitrary Body of Revolution Code (ABORC) for SGEMP/IEMP

    DTIC Science & Technology

    1976-07-01

    Ill, ,4 t iwv. dependent Spect ria, I’a eallt rlllt ,ýcltllt i , itlld currll - in.icct iwill silIkit ion tests of satel I ites. "S1 1’. Waanaasl ; et...time. For example, in the case where the emission is due to,. photon interaction with materials, the photon energy and time spect run determines the...ally performed by separating the i. onse of the in-._ tn, p rtion of ’he problem from thai of the external iort(n. Thus, 0i details of tbi - internal

  6. Health-Related Physical Fitness in Healthy Untrained Men: Effects on VO2max, Jump Performance and Flexibility of Soccer and Moderate-Intensity Continuous Running

    PubMed Central

    Milanović, Zoran; Pantelić, Saša; Sporiš, Goran; Mohr, Magni; Krustrup, Peter

    2015-01-01

    The purpose of this study was to determine the effects of recreational soccer (SOC) compared to moderate-intensity continuous running (RUN) on all health-related physical fitness components in healthy untrained men. Sixty-nine participants were recruited and randomly assigned to one of three groups, of which sixty-four completed the study: a soccer training group (SOC; n = 20, 34±4 (means±SD) years, 78.1±8.3 kg, 179±4 cm); a running group (RUN; n = 21, 32±4 years, 78.0±5.5 kg, 179±7 cm); or a passive control group (CON; n = 23, 30±3 years, 76.6±12.0 kg, 178±8 cm). The training intervention lasted 12 weeks and consisted of three 60-min sessions per week. All participants were tested for each of the following physical fitness components: maximal aerobic power, minute ventilation, maximal heart rate, squat jump (SJ), countermovement jump with arm swing (CMJ), sit-and-reach flexibility, and body composition. Over the 12 weeks, VO2max relative to body weight increased more (p<0.05) in SOC (24.2%, ES = 1.20) and RUN (21.5%, ES = 1.17) than in CON (-5.0%, ES = -0.24), partly due to large changes in body mass (-5.9, -5.7 and +2.6 kg, p<0.05 for SOC, RUN and CON, respectively). Over the 12 weeks, SJ and CMJ performance increased more (p<0.05) in SOC (14.8 and 12.1%, ES = 1.08 and 0.81) than in RUN (3.3 and 3.0%, ES = 0.23 and 0.19) and CON (0.3 and 0.2%), while flexibility also increased more (p<0.05) in SOC (94%, ES = 0.97) than in RUN and CON (0–2%). In conclusion, untrained men displayed marked improvements in maximal aerobic power after 12 weeks of soccer training and moderate-intensity running, partly due to large decreases in body mass. Additionally soccer training induced pronounced positive effects on jump performance and flexibility, making soccer an effective broad-spectrum fitness training intervention. PMID:26305880

  7. Health-Related Physical Fitness in Healthy Untrained Men: Effects on VO2max, Jump Performance and Flexibility of Soccer and Moderate-Intensity Continuous Running.

    PubMed

    Milanović, Zoran; Pantelić, Saša; Sporiš, Goran; Mohr, Magni; Krustrup, Peter

    2015-01-01

    The purpose of this study was to determine the effects of recreational soccer (SOC) compared to moderate-intensity continuous running (RUN) on all health-related physical fitness components in healthy untrained men. Sixty-nine participants were recruited and randomly assigned to one of three groups, of which sixty-four completed the study: a soccer training group (SOC; n = 20, 34±4 (means±SD) years, 78.1±8.3 kg, 179±4 cm); a running group (RUN; n = 21, 32±4 years, 78.0±5.5 kg, 179±7 cm); or a passive control group (CON; n = 23, 30±3 years, 76.6±12.0 kg, 178±8 cm). The training intervention lasted 12 weeks and consisted of three 60-min sessions per week. All participants were tested for each of the following physical fitness components: maximal aerobic power, minute ventilation, maximal heart rate, squat jump (SJ), countermovement jump with arm swing (CMJ), sit-and-reach flexibility, and body composition. Over the 12 weeks, VO2max relative to body weight increased more (p<0.05) in SOC (24.2%, ES = 1.20) and RUN (21.5%, ES = 1.17) than in CON (-5.0%, ES = -0.24), partly due to large changes in body mass (-5.9, -5.7 and +2.6 kg, p<0.05 for SOC, RUN and CON, respectively). Over the 12 weeks, SJ and CMJ performance increased more (p<0.05) in SOC (14.8 and 12.1%, ES = 1.08 and 0.81) than in RUN (3.3 and 3.0%, ES = 0.23 and 0.19) and CON (0.3 and 0.2%), while flexibility also increased more (p<0.05) in SOC (94%, ES = 0.97) than in RUN and CON (0-2%). In conclusion, untrained men displayed marked improvements in maximal aerobic power after 12 weeks of soccer training and moderate-intensity running, partly due to large decreases in body mass. Additionally soccer training induced pronounced positive effects on jump performance and flexibility, making soccer an effective broad-spectrum fitness training intervention.

  8. Hyperphagia, lower body temperature, and reduced running wheel activity precede development of morbid obesity in New Zealand obese mice.

    PubMed

    Jürgens, Hella S; Schürmann, Annette; Kluge, Reinhart; Ortmann, Sylvia; Klaus, Susanne; Joost, Hans-Georg; Tschöp, Matthias H

    2006-04-13

    Among polygenic mouse models of obesity, the New Zealand obese (NZO) mouse exhibits the most severe phenotype, with fat depots exceeding 40% of total body weight at the age of 6 mo. Here we dissected the components of energy balance including feeding behavior, locomotor activity, energy expenditure, and thermogenesis compared with the related lean New Zealand black (NZB) and obese B6.V-Lep(ob)/J (ob/ob) strains (11% and 65% fat at 23 wk, respectively). NZO mice exhibited a significant hyperphagia that, when food intake was expressed per metabolic body mass, was less pronounced than that of the ob/ob strain. Compared with NZB, NZO mice exhibited increased meal frequency, meal duration, and meal size. Body temperature as determined by telemetry with implanted sensors was reduced in NZO mice, but again to a lesser extent than in the ob/ob strain. In striking contrast to ob/ob mice, NZO mice were able to maintain a constant body temperature during a 20-h cold exposure, thus exhibiting a functioning cold-induced thermogenesis. No significant differences in spontaneous home cage activity were observed among NZO, NZB, and ob/ob strains. When mice had access to voluntary running wheels, however, running activity was significantly lower in NZO than NZB mice and even lower in ob/ob mice. These data indicate that obesity in NZO mice, just as in humans, is due to a combination of hyperphagia, reduced energy expenditure, and insufficient physical activity. Because NZO mice differ strikingly from the ob/ob strain in their resistance to cold stress, we suggest that the molecular defects causing hyperphagia in NZO mice are located distal from leptin and its receptor.

  9. The collision singularity in a perturbed n-body problem.

    NASA Technical Reports Server (NTRS)

    Sperling, H. J.

    1972-01-01

    Collision of all bodies in a perturbed n-body problem is analyzed by an extension of the author's results for a perturbed two-body problem (1969). A procedure is set forth to prove that the absolute value of energy in a perturbed n-body system remains bounded until the moment of collision. It is shown that the characteristics of motion in both perturbed problems are basically the same.

  10. Syndrome-source-coding and its universal generalization. [error correcting codes for data compression

    NASA Technical Reports Server (NTRS)

    Ancheta, T. C., Jr.

    1976-01-01

    A method of using error-correcting codes to obtain data compression, called syndrome-source-coding, is described in which the source sequence is treated as an error pattern whose syndrome forms the compressed data. It is shown that syndrome-source-coding can achieve arbitrarily small distortion with the number of compressed digits per source digit arbitrarily close to the entropy of a binary memoryless source. A 'universal' generalization of syndrome-source-coding is formulated which provides robustly effective distortionless coding of source ensembles. Two examples are given, comparing the performance of noiseless universal syndrome-source-coding to (1) run-length coding and (2) Lynch-Davisson-Schalkwijk-Cover universal coding for an ensemble of binary memoryless sources.

  11. Efficiency of International Classification of Diseases, Ninth Revision, Billing Code Searches to Identify Emergency Department Visits for Blood or Body Fluid Exposures through a Statewide Multicenter Database

    PubMed Central

    Rosen, Lisa M.; Liu, Tao; Merchant, Roland C.

    2016-01-01

    BACKGROUND Blood and body fluid exposures are frequently evaluated in emergency departments (EDs). However, efficient and effective methods for estimating their incidence are not yet established. OBJECTIVE Evaluate the efficiency and accuracy of estimating statewide ED visits for blood or body fluid exposures using International Classification of Diseases, Ninth Revision (ICD-9), code searches. DESIGN Secondary analysis of a database of ED visits for blood or body fluid exposure. SETTING EDs of 11 civilian hospitals throughout Rhode Island from January 1, 1995, through June 30, 2001. PATIENTS Patients presenting to the ED for possible blood or body fluid exposure were included, as determined by prespecified ICD-9 codes. METHODS Positive predictive values (PPVs) were estimated to determine the ability of 10 ICD-9 codes to distinguish ED visits for blood or body fluid exposure from ED visits that were not for blood or body fluid exposure. Recursive partitioning was used to identify an optimal subset of ICD-9 codes for this purpose. Random-effects logistic regression modeling was used to examine variations in ICD-9 coding practices and styles across hospitals. Cluster analysis was used to assess whether the choice of ICD-9 codes was similar across hospitals. RESULTS The PPV for the original 10 ICD-9 codes was 74.4% (95% confidence interval [CI], 73.2%–75.7%), whereas the recursive partitioning analysis identified a subset of 5 ICD-9 codes with a PPV of 89.9% (95% CI, 88.9%–90.8%) and a misclassification rate of 10.1%. The ability, efficiency, and use of the ICD-9 codes to distinguish types of ED visits varied across hospitals. CONCLUSIONS Although an accurate subset of ICD-9 codes could be identified, variations across hospitals related to hospital coding style, efficiency, and accuracy greatly affected estimates of the number of ED visits for blood or body fluid exposure. PMID:22561713

  12. nRC: non-coding RNA Classifier based on structural features.

    PubMed

    Fiannaca, Antonino; La Rosa, Massimo; La Paglia, Laura; Rizzo, Riccardo; Urso, Alfonso

    2017-01-01

    Non-coding RNA (ncRNA) are small non-coding sequences involved in gene expression regulation of many biological processes and diseases. The recent discovery of a large set of different ncRNAs with biologically relevant roles has opened the way to develop methods able to discriminate between the different ncRNA classes. Moreover, the lack of knowledge about the complete mechanisms in regulative processes, together with the development of high-throughput technologies, has required the help of bioinformatics tools in addressing biologists and clinicians with a deeper comprehension of the functional roles of ncRNAs. In this work, we introduce a new ncRNA classification tool, nRC (non-coding RNA Classifier). Our approach is based on features extraction from the ncRNA secondary structure together with a supervised classification algorithm implementing a deep learning architecture based on convolutional neural networks. We tested our approach for the classification of 13 different ncRNA classes. We obtained classification scores, using the most common statistical measures. In particular, we reach an accuracy and sensitivity score of about 74%. The proposed method outperforms other similar classification methods based on secondary structure features and machine learning algorithms, including the RNAcon tool that, to date, is the reference classifier. nRC tool is freely available as a docker image at https://hub.docker.com/r/tblab/nrc/. The source code of nRC tool is also available at https://github.com/IcarPA-TBlab/nrc.

  13. Symmetries in N-body problem

    NASA Astrophysics Data System (ADS)

    Xia, Zhihong

    2008-09-01

    The purpose of this note is to introduce some of the basic techniques in group theory to the study the symmetries of the Newtonian n-body problem. The main tool is the representations of finite groups.

  14. Maximum likelihood decoding of Reed Solomon Codes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sudan, M.

    We present a randomized algorithm which takes as input n distinct points ((x{sub i}, y{sub i})){sup n}{sub i=1} from F x F (where F is a field) and integer parameters t and d and returns a list of all univariate polynomials f over F in the variable x of degree at most d which agree with the given set of points in at least t places (i.e., y{sub i} = f (x{sub i}) for at least t values of i), provided t = {Omega}({radical}nd). The running time is bounded by a polynomial in n. This immediately provides a maximum likelihoodmore » decoding algorithm for Reed Solomon Codes, which works in a setting with a larger number of errors than any previously known algorithm. To the best of our knowledge, this is the first efficient (i.e., polynomial time bounded) algorithm which provides some maximum likelihood decoding for any efficient (i.e., constant or even polynomial rate) code.« less

  15. A comparison of cosmological hydrodynamic codes

    NASA Technical Reports Server (NTRS)

    Kang, Hyesung; Ostriker, Jeremiah P.; Cen, Renyue; Ryu, Dongsu; Hernquist, Lars; Evrard, August E.; Bryan, Greg L.; Norman, Michael L.

    1994-01-01

    We present a detailed comparison of the simulation results of various hydrodynamic codes. Starting with identical initial conditions based on the cold dark matter scenario for the growth of structure, with parameters h = 0.5 Omega = Omega(sub b) = 1, and sigma(sub 8) = 1, we integrate from redshift z = 20 to z = O to determine the physical state within a representative volume of size L(exp 3) where L = 64 h(exp -1) Mpc. Five indenpendent codes are compared: three of them Eulerian mesh-based and two variants of the smooth particle hydrodynamics 'SPH' Lagrangian approach. The Eulerian codes were run at N(exp 3) = (32(exp 3), 64(exp 3), 128(exp 3), and 256(exp 3)) cells, the SPH codes at N(exp 3) = 32(exp 3) and 64(exp 3) particles. Results were then rebinned to a 16(exp 3) grid with the exception that the rebinned data should converge, by all techniques, to a common and correct result as N approaches infinity. We find that global averages of various physical quantities do, as expected, tend to converge in the rebinned model, but that uncertainites in even primitive quantities such as (T), (rho(exp 2))(exp 1/2) persists at the 3%-17% level achieve comparable and satisfactory accuracy for comparable computer time in their treatment of the high-density, high-temeprature regions as measured in the rebinned data; the variance among the five codes (at highest resolution) for the mean temperature (as weighted by rho(exp 2) is only 4.5%. Examined at high resolution we suspect that the density resolution is better in the SPH codes and the thermal accuracy in low-density regions better in the Eulerian codes. In the low-density, low-temperature regions the SPH codes have poor accuracy due to statiscal effects, and the Jameson code gives the temperatures which are too high, due to overuse of artificial viscosity in these high Mach number regions. Overall the comparison allows us to better estimate errors; it points to ways of improving this current generation ofhydrodynamic

  16. Euler technology assessment for preliminary aircraft design employing OVERFLOW code with multiblock structured-grid method

    NASA Technical Reports Server (NTRS)

    Treiber, David A.; Muilenburg, Dennis A.

    1995-01-01

    The viability of applying a state-of-the-art Euler code to calculate the aerodynamic forces and moments through maximum lift coefficient for a generic sharp-edge configuration is assessed. The OVERFLOW code, a method employing overset (Chimera) grids, was used to conduct mesh refinement studies, a wind-tunnel wall sensitivity study, and a 22-run computational matrix of flow conditions, including sideslip runs and geometry variations. The subject configuration was a generic wing-body-tail geometry with chined forebody, swept wing leading-edge, and deflected part-span leading-edge flap. The analysis showed that the Euler method is adequate for capturing some of the non-linear aerodynamic effects resulting from leading-edge and forebody vortices produced at high angle-of-attack through C(sub Lmax). Computed forces and moments, as well as surface pressures, match well enough useful preliminary design information to be extracted. Vortex burst effects and vortex interactions with the configuration are also investigated.

  17. Statistical Analysis of CFD Solutions from 2nd Drag Prediction Workshop

    NASA Technical Reports Server (NTRS)

    Hemsch, M. J.; Morrison, J. H.

    2004-01-01

    In June 2001, the first AIAA Drag Prediction Workshop was held to evaluate results obtained from extensive N-Version testing of a series of RANS CFD codes. The geometry used for the computations was the DLR-F4 wing-body combination which resembles a medium-range subsonic transport. The cases reported include the design cruise point, drag polars at eight Mach numbers, and drag rise at three values of lift. Although comparisons of the code-to-code medians with available experimental data were similar to those obtained in previous studies, the code-to-code scatter was more than an order-of-magnitude larger than expected and far larger than desired for design and for experimental validation. The second Drag Prediction Workshop was held in June 2003 with emphasis on the determination of installed pylon-nacelle drag increments and on grid refinement studies. The geometry used was the DLR-F6 wing-body-pylon-nacelle combination for which the design cruise point and the cases run were similar to the first workshop except for additional runs on coarse and fine grids to complement the runs on medium grids. The code-to-code scatter was significantly reduced for the wing-body configuration compared to the first workshop, although still much larger than desired. However, the grid refinement studies showed no sign$cant improvement in code-to-code scatter with increasing grid refinement.

  18. Solving large scale structure in ten easy steps with COLA

    NASA Astrophysics Data System (ADS)

    Tassev, Svetlin; Zaldarriaga, Matias; Eisenstein, Daniel J.

    2013-06-01

    We present the COmoving Lagrangian Acceleration (COLA) method: an N-body method for solving for Large Scale Structure (LSS) in a frame that is comoving with observers following trajectories calculated in Lagrangian Perturbation Theory (LPT). Unlike standard N-body methods, the COLA method can straightforwardly trade accuracy at small-scales in order to gain computational speed without sacrificing accuracy at large scales. This is especially useful for cheaply generating large ensembles of accurate mock halo catalogs required to study galaxy clustering and weak lensing, as those catalogs are essential for performing detailed error analysis for ongoing and future surveys of LSS. As an illustration, we ran a COLA-based N-body code on a box of size 100 Mpc/h with particles of mass ≈ 5 × 109Msolar/h. Running the code with only 10 timesteps was sufficient to obtain an accurate description of halo statistics down to halo masses of at least 1011Msolar/h. This is only at a modest speed penalty when compared to mocks obtained with LPT. A standard detailed N-body run is orders of magnitude slower than our COLA-based code. The speed-up we obtain with COLA is due to the fact that we calculate the large-scale dynamics exactly using LPT, while letting the N-body code solve for the small scales, without requiring it to capture exactly the internal dynamics of halos. Achieving a similar level of accuracy in halo statistics without the COLA method requires at least 3 times more timesteps than when COLA is employed.

  19. Cloud Computing for Complex Performance Codes.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Appel, Gordon John; Hadgu, Teklu; Klein, Brandon Thorin

    This report describes the use of cloud computing services for running complex public domain performance assessment problems. The work consisted of two phases: Phase 1 was to demonstrate complex codes, on several differently configured servers, could run and compute trivial small scale problems in a commercial cloud infrastructure. Phase 2 focused on proving non-trivial large scale problems could be computed in the commercial cloud environment. The cloud computing effort was successfully applied using codes of interest to the geohydrology and nuclear waste disposal modeling community.

  20. Linking long-term planetary N-body simulations with periodic orbits: application to white dwarf pollution

    NASA Astrophysics Data System (ADS)

    Antoniadou, Kyriaki I.; Veras, Dimitri

    2016-12-01

    Mounting discoveries of debris discs orbiting newly formed stars and white dwarfs (WDs) showcase the importance of modelling the long-term evolution of small bodies in exosystems. WD debris discs are, in particular, thought to form from very long-term (0.1-5.0 Gyr) instability between planets and asteroids. However, the time-consuming nature of N-body integrators which accurately simulate motion over Gyrs necessitates a judicious choice of initial conditions. The analytical tools known as periodic orbits can circumvent the guesswork. Here, we begin a comprehensive analysis directly linking periodic orbits with N-body integration outcomes with an extensive exploration of the planar circular restricted three-body problem (CRTBP) with an outer planet and inner asteroid near or inside of the 2:1 mean motion resonance. We run nearly 1000 focused simulations for the entire age of the Universe (14 Gyr) with initial conditions mapped to the phase space locations surrounding the unstable and stable periodic orbits for that commensurability. In none of our simulations did the planar CRTBP architecture yield a long-time-scale (≳0.25 per cent of the age of the Universe) asteroid-star collision. The pericentre distance of asteroids which survived beyond this time-scale (≈35 Myr) varied by at most about 60 per cent. These results help affirm that collisions occur too quickly to explain WD pollution in the planar CRTBP 2:1 regime, and highlight the need for further periodic orbit studies with the eccentric and inclined TBP architectures and other significant orbital period commensurabilities.

  1. RETURN TO RUNNING FOLLOWING A KNEE DISARTICULATION AMPUTATION: A CASE REPORT

    PubMed Central

    Diebal-Lee, Angela R.; Kuenzi, Robert S.; Rábago, Christopher A.

    2017-01-01

    Background and Purpose The evolution of running-specific prostheses has empowered athletes with lower extremity amputations to run farther and faster than previously thought possible; but running with proper mechanics is still paramount to an injury-free, active lifestyle. The purpose of this case report was to describe the successful alteration of intact limb mechanics from a Rearfoot Striking (RFS) to a Non-Rearfoot Striking (NRFS) pattern in an individual with a knee disarticulation amputation, the associated reduction in Average Vertical Loading Rate (AVLR), and the improvement in functional performance following the intervention. Case description A 30 year-old male with a traumatic right knee disarticulation amputation reported complaints of residual limb pain with running distances greater than 5 km, limiting his ability to train toward his goal of participating in triathlons. Qualitative assessment of his running mechanics revealed a RFS pattern with his intact limb and a NRFS pattern with his prosthetic limb. A full body kinematic and kinetic running analysis using 3D motion capture and force plates was performed. The average intact limb loading rate was four-times greater (112 body weights/s) than in his prosthetic limb which predisposed him to possible injury. He underwent a three week running intervention with a certified running specialist to learn a NRFS pattern with his intact limb. Outcomes Immediately following the running intervention, he was able to run distances of over 10 km without pain. On a two-mile fitness test, he decreased his run time from 19:54 min to 15:14 min. Additionally, the intact limb loading rate was dramatically reduced to 27 body weights/s, nearly identical to the prosthetic limb (24 body weights/s). Discussion This case report outlines a detailed return to run program that targets proprioceptive and neuromuscular components, injury prevention, and specificity of training strategies. The outcomes of this case report are

  2. Progressive Aerobic Cardiovascular Endurance Run and Body Mass Index among an Ethnically Diverse Sample of 10-15-Year-Olds

    ERIC Educational Resources Information Center

    Beets, Michael W.; Pitetti, Kenneth H.; Cardinal, Bradley J.

    2005-01-01

    This study examined the cardiovascular fitness (CVF, Progressive Aerobic Cardiovascular Endurance Run [PACER], number of laps completed) and the prevalence of at risk of overweight (AR) and overweight (OW) among 10-15-year-olds (48% girls) from the following ethnic backgrounds: African American (n = 2,604), Asian-Pacific Islander (n = 3,888),…

  3. Effects of voluntary running with defined distances on body adiposity and its associated inflammation in mice fed a high-fat diet

    USDA-ARS?s Scientific Manuscript database

    Sedentary lifestyle contributes to obesity. This study examined the effect of quantitative voluntary running on body adiposity and its associated inflammation in mice fed a high-fat diet. Male C57BL/6 mice were assigned into six groups and fed the AIN93G (sedentary) or a high-fat diet (sedentary, ...

  4. IMPACT OF GENETIC STRAIN ON BODY FAT LOSS, FOOD CONSUMPTION, METABOLISM, VENTILATION, AND MOTOR ACTIVITY IN FREE RUNNING FEMALE RATS

    EPA Pesticide Factsheets

    Physiologic data associated with different strains of common laboratory rat strains.This dataset is associated with the following publication:Gordon , C., P. Phillips , and A. Johnstone. Impact of Genetic Strain on Body Fat Loss, Food Consumption, Metabolism, Ventilation, and Motor Activity in Free Running Female Rats. PHYSIOLOGY AND BEHAVIOR. Elsevier Science Ltd, New York, NY, USA, 153: 56-63, (2016).

  5. Development of Web Interfaces for Analysis Codes

    NASA Astrophysics Data System (ADS)

    Emoto, M.; Watanabe, T.; Funaba, H.; Murakami, S.; Nagayama, Y.; Kawahata, K.

    Several codes have been developed to analyze plasma physics. However, most of them are developed to run on supercomputers. Therefore, users who typically use personal computers (PCs) find it difficult to use these codes. In order to facilitate the widespread use of these codes, a user-friendly interface is required. The authors propose Web interfaces for these codes. To demonstrate the usefulness of this approach, the authors developed Web interfaces for two analysis codes. One of them is for FIT developed by Murakami. This code is used to analyze the NBI heat deposition, etc. Because it requires electron density profiles, electron temperatures, and ion temperatures as polynomial expressions, those unfamiliar with the experiments find it difficult to use this code, especially visitors from other institutes. The second one is for visualizing the lines of force in the LHD (large helical device) developed by Watanabe. This code is used to analyze the interference caused by the lines of force resulting from the various structures installed in the vacuum vessel of the LHD. This code runs on PCs; however, it requires that the necessary parameters be edited manually. Using these Web interfaces, users can execute these codes interactively.

  6. Implementation of ASME Code, Section XI, Code Case N-770, on Alternative Examination Requirements for Class 1 Butt Welds Fabricated with Alloy 82/182

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sullivan, Edmund J.; Anderson, Michael T.

    In May 2010, the NRC issued a proposed notice of rulemaking that includes a provision to add a new section to its rules to require licensees to implement ASME Code Case N-770, ‘‘Alternative Examination Requirements and Acceptance Standards for Class 1 PWR Piping and Vessel Nozzle Butt Welds Fabricated with UNS N06082 or UNS W86182 Weld Filler Material With or Without the Application of Listed Mitigation Activities, Section XI, Division 1,’’ with 15 conditions. Code Case N-770 contains baseline and inservice inspection (ISI) requirements for unmitigated butt welds fabricated with Alloy 82/182 material and preservice and ISI requirements for mitigatedmore » butt welds. The NRC stated that application of ASME Code Case N-770 is necessary because the inspections currently required by the ASME Code, Section XI, were not written to address stress corrosion cracking Alloy 82/182 butt welds, and the safety consequences of inadequate inspections can be significant. The NRC expects to issue the final rule incorporating this code case into its regulations in the spring 2011 time frame. This paper discusses the new examination requirements, the conditions that NRC is imposing , and the major concerns with implementation of the new Code Case.« less

  7. Parallel CARLOS-3D code development

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Putnam, J.M.; Kotulski, J.D.

    1996-02-01

    CARLOS-3D is a three-dimensional scattering code which was developed under the sponsorship of the Electromagnetic Code Consortium, and is currently used by over 80 aerospace companies and government agencies. The code has been extensively validated and runs on both serial workstations and parallel super computers such as the Intel Paragon. CARLOS-3D is a three-dimensional surface integral equation scattering code based on a Galerkin method of moments formulation employing Rao- Wilton-Glisson roof-top basis for triangular faceted surfaces. Fully arbitrary 3D geometries composed of multiple conducting and homogeneous bulk dielectric materials can be modeled. This presentation describes some of the extensions tomore » the CARLOS-3D code, and how the operator structure of the code facilitated these improvements. Body of revolution (BOR) and two-dimensional geometries were incorporated by simply including new input routines, and the appropriate Galerkin matrix operator routines. Some additional modifications were required in the combined field integral equation matrix generation routine due to the symmetric nature of the BOR and 2D operators. Quadrilateral patched surfaces with linear roof-top basis functions were also implemented in the same manner. Quadrilateral facets and triangular facets can be used in combination to more efficiently model geometries with both large smooth surfaces and surfaces with fine detail such as gaps and cracks. Since the parallel implementation in CARLOS-3D is at high level, these changes were independent of the computer platform being used. This approach minimizes code maintenance, while providing capabilities with little additional effort. Results are presented showing the performance and accuracy of the code for some large scattering problems. Comparisons between triangular faceted and quadrilateral faceted geometry representations will be shown for some complex scatterers.« less

  8. Comparison of a Simple Patched Conic Trajectory Code to Commercially Available Software

    NASA Technical Reports Server (NTRS)

    AndersonPark, Brooke M.; Wright, Henry S.

    2007-01-01

    Often in spaceflight proposal development, mission designers must eva luate numerous trajectories as different design factors are investiga ted. Although there are numerous commercial software packages availab le to help develop and analyze trajectories, most take a significant amount of time to develop the trajectory itself, which isn't effectiv e when working on proposals. Thus a new code, PatCon, which is both q uick and easy to use, was developed to aid mission designers to condu ct trade studies on launch and arrival times for any given target pla net. The code is able to run quick analyses, due to the incorporation of the patched conic approximation, to determine the trajectory. PatCon provides a simple but accurate approximation of the four body moti on problem that would be needed to solve any planetary trajectory. P atCon has been compared to a patched conic test case for verification, with limited validation or comparison with other COTS software. This paper describes the patched conic technique and its implementation i n PatCon. A description of the results and comparison of PatCon to ot her more evolved codes such as AGI#s Satellite Tool Kit and JAQAR As trodynamics# Swingby Calculator is provided. The results will include percent differences in values such as C3 numbers, and Vinfinity at a rrival, and other more subjective results such as the time it takes to build the simulation, and actual calculation time.

  9. VAC: Versatile Advection Code

    NASA Astrophysics Data System (ADS)

    Tóth, Gábor; Keppens, Rony

    2012-07-01

    The Versatile Advection Code (VAC) is a freely available general hydrodynamic and magnetohydrodynamic simulation software that works in 1, 2 or 3 dimensions on Cartesian and logically Cartesian grids. VAC runs on any Unix/Linux system with a Fortran 90 (or 77) compiler and Perl interpreter. VAC can run on parallel machines using either the Message Passing Interface (MPI) library or a High Performance Fortran (HPF) compiler.

  10. Magnetosphere simulations with a high-performance 3D AMR MHD Code

    NASA Astrophysics Data System (ADS)

    Gombosi, Tamas; Dezeeuw, Darren; Groth, Clinton; Powell, Kenneth; Song, Paul

    1998-11-01

    BATS-R-US is a high-performance 3D AMR MHD code for space physics applications running on massively parallel supercomputers. In BATS-R-US the electromagnetic and fluid equations are solved with a high-resolution upwind numerical scheme in a tightly coupled manner. The code is very robust and it is capable of spanning a wide range of plasma parameters (such as β, acoustic and Alfvénic Mach numbers). Our code is highly scalable: it achieved a sustained performance of 233 GFLOPS on a Cray T3E-1200 supercomputer with 1024 PEs. This talk reports results from the BATS-R-US code for the GGCM (Geospace General Circularculation Model) Phase 1 Standard Model Suite. This model suite contains 10 different steady-state configurations: 5 IMF clock angles (north, south, and three equally spaced angles in- between) with 2 IMF field strengths for each angle (5 nT and 10 nT). The other parameters are: solar wind speed =400 km/sec; solar wind number density = 5 protons/cc; Hall conductance = 0; Pedersen conductance = 5 S; parallel conductivity = ∞.

  11. Accurate double many-body expansion potential energy surface for the 2(1)A' state of N2O.

    PubMed

    Li, Jing; Varandas, António J C

    2014-08-28

    An accurate double many-body expansion potential energy surface is reported for the 2(1)A' state of N2O. The new double many-body expansion (DMBE) form has been fitted to a wealth of ab initio points that have been calculated at the multi-reference configuration interaction level using the full-valence-complete-active-space wave function as reference and the cc-pVQZ basis set, and subsequently corrected semiempirically via double many-body expansion-scaled external correlation method to extrapolate the calculated energies to the limit of a complete basis set and, most importantly, the limit of an infinite configuration interaction expansion. The topographical features of the novel potential energy surface are then examined in detail and compared with corresponding attributes of other potential functions available in the literature. Exploratory trajectories have also been run on this DMBE form with the quasiclassical trajectory method, with the thermal rate constant so determined at room temperature significantly enhancing agreement with experimental data.

  12. Hip-hop solutions of the 2N-body problem

    NASA Astrophysics Data System (ADS)

    Barrabés, Esther; Cors, Josep Maria; Pinyol, Conxita; Soler, Jaume

    2006-05-01

    Hip-hop solutions of the 2N-body problem with equal masses are shown to exist using an analytic continuation argument. These solutions are close to planar regular 2N-gon relative equilibria with small vertical oscillations. For fixed N, an infinity of these solutions are three-dimensional choreographies, with all the bodies moving along the same closed curve in the inertial frame.

  13. The mechanics of running in children

    PubMed Central

    Schepens, B; Willems, P A; Cavagna, G A

    1998-01-01

    The effect of age and body size on the bouncing mechanism of running was studied in children aged 2-16 years.The natural frequency of the bouncing system (fs) and the external work required to move the centre of mass of the body were measured using a force platform.At all ages, during running below ≈11 km h−1, the freely chosen step frequency (f) is about equal to fs (symmetric rebound), independent of speed, although it decreases with age from 4 Hz at 2 years to 2.5 Hz above 12 years.The decrease of step frequency with age is associated with a decrease in the mass-specific vertical stiffness of the bouncing system (k/m) due to an increase of the body mass (m) with a constant stiffness (k). Above 12 years, k/m and f remain approximately constant due to a parallel increase in both k and m with age.Above the critical speed of ≈11 km h−1, independent of age, the rebound becomes asymmetric, i.e. f < fs.The maximum running speed (V¯f,max) increases with age while the step frequency at remains constant (≈4 Hz), independent of age.At a given speed, the higher step frequency in preteens results in a mass-specific power against gravity less than that in adults. The external power required to move the centre of mass of the body is correspondingly reduced. PMID:9596810

  14. A computer code for three-dimensional incompressible flows using nonorthogonal body-fitted coordinate systems

    NASA Technical Reports Server (NTRS)

    Chen, Y. S.

    1986-01-01

    In this report, a numerical method for solving the equations of motion of three-dimensional incompressible flows in nonorthogonal body-fitted coordinate (BFC) systems has been developed. The equations of motion are transformed to a generalized curvilinear coordinate system from which the transformed equations are discretized using finite difference approximations in the transformed domain. The hybrid scheme is used to approximate the convection terms in the governing equations. Solutions of the finite difference equations are obtained iteratively by using a pressure-velocity correction algorithm (SIMPLE-C). Numerical examples of two- and three-dimensional, laminar and turbulent flow problems are employed to evaluate the accuracy and efficiency of the present computer code. The user's guide and computer program listing of the present code are also included.

  15. Leadership Class Configuration Interaction Code - Status and Opportunities

    NASA Astrophysics Data System (ADS)

    Vary, James

    2011-10-01

    With support from SciDAC-UNEDF (www.unedf.org) nuclear theorists have developed and are continuously improving a Leadership Class Configuration Interaction Code (LCCI) for forefront nuclear structure calculations. The aim of this project is to make state-of-the-art nuclear structure tools available to the entire community of researchers including graduate students. The project includes codes such as NuShellX, MFDn and BIGSTICK that run a range of computers from laptops to leadership class supercomputers. Codes, scripts, test cases and documentation have been assembled, are under continuous development and are scheduled for release to the entire research community in November 2011. A covering script that accesses the appropriate code and supporting files is under development. In addition, a Data Base Management System (DBMS) that records key information from large production runs and archived results of those runs has been developed (http://nuclear.physics.iastate.edu/info/) and will be released. Following an outline of the project, the code structure, capabilities, the DBMS and current efforts, I will suggest a path forward that would benefit greatly from a significant partnership between researchers who use the codes, code developers and the National Nuclear Data efforts. This research is supported in part by DOE under grant DE-FG02-87ER40371 and grant DE-FC02-09ER41582 (SciDAC-UNEDF).

  16. The Effects of Running Club Membership on Fourth Graders' Achievement of Connecticut State Standard for the Mile Run

    ERIC Educational Resources Information Center

    Foshay, John D.; Patterson, Melissa

    2010-01-01

    The purpose of this study was to investigate the effects of a running club on the mile run times of fourth grade students. The study was conducted in a suburban elementary school setting in central Connecticut with a student body of 400. The participants for the study included 59 fourth grade students, 30 of whom were boys and 29 of whom were…

  17. First Results from BM@N Technical Run with Deuteron Beam

    NASA Astrophysics Data System (ADS)

    Baranov, D.; Kapishin, M.; Kulish, E.; Maksymchuk, A.; Mamontova, T.; Pokatashkin, G.; Rufanov, I.; Vasendina, V.; Zinchenko, A.

    2018-03-01

    BM@N (Baryonic Matter at Nuclotron) is the first experiment to be realized at the accelerator complex of NICA-Nuclotron at JINR (Dubna). The aim of the experiment is to study interactions of relativistic heavy ion beams with a kinetic energy from 1 to 4.5 AGeV with fixed targets. The BM@N set-up at the starting phase of the experiment is introduced. First results of the analysis of minimum bias experimental data collected in the technical run in interactions of the deuteron beam of 4 AGeV with different targets are presented. The spacial, momentum and primary vertex resolution of the GEM tracker are studied. The signal of Lambda-hyperon is reconstructed in the proton-pion invariant mass spectrum. The data results are described by Monte Carlo simulations. The investigation has been performed at the Laboratory of High Energy Physics, JINR.

  18. CMB constraints on running non-Gaussianity

    NASA Astrophysics Data System (ADS)

    Oppizzi, F.; Liguori, M.; Renzi, A.; Arroja, F.; Bartolo, N.

    2018-05-01

    We develop a complete set of tools for CMB forecasting, simulation and estimation of primordial running bispectra, arising from a variety of curvaton and single-field (DBI) models of Inflation. We validate our pipeline using mock CMB running non-Gaussianity realizations and test it on real data by obtaining experimental constraints on the fNL running spectral index, nNG, using WMAP 9-year data. Our final bounds (68% C.L.) read ‑0.6< nNG<1.4}, ‑0.3< nNG<1.2, ‑1.1<nNG<0.7 for the single-field curvaton, two-field curvaton and DBI scenarios, respectively. We show forecasts and discuss potential improvements on these bounds, using Planck and future CMB surveys.

  19. Running Improves Pattern Separation during Novel Object Recognition.

    PubMed

    Bolz, Leoni; Heigele, Stefanie; Bischofberger, Josef

    2015-10-09

    Running increases adult neurogenesis and improves pattern separation in various memory tasks including context fear conditioning or touch-screen based spatial learning. However, it is unknown whether pattern separation is improved in spontaneous behavior, not emotionally biased by positive or negative reinforcement. Here we investigated the effect of voluntary running on pattern separation during novel object recognition in mice using relatively similar or substantially different objects.We show that running increases hippocampal neurogenesis but does not affect object recognition memory with 1.5 h delay after sample phase. By contrast, at 24 h delay, running significantly improves recognition memory for similar objects, whereas highly different objects can be distinguished by both, running and sedentary mice. These data show that physical exercise improves pattern separation, independent of negative or positive reinforcement. In sedentary mice there is a pronounced temporal gradient for remembering object details. In running mice, however, increased neurogenesis improves hippocampal coding and temporally preserves distinction of novel objects from familiar ones.

  20. Dissociation between running economy and running performance in elite Kenyan distance runners.

    PubMed

    Mooses, Martin; Mooses, Kerli; Haile, Diresibachew Wondimu; Durussel, Jérôme; Kaasik, Priit; Pitsiladis, Yannis Paul

    2015-01-01

    The purpose of this study was to investigate the relationship between running economy (RE) and performance in a homogenous group of competitive Kenyan distance runners. Maximal aerobic capacity (VO2max) (68.8 ± 3.8 ml∙kg(-1)∙min(-1)) was determined on a motorised treadmill in 32 Kenyan (25.3 ± 5.0 years; IAAF performance score: 993 ± 77 p) distance runners. Leg anthropometry was assessed and moment arm of the Achilles tendon determined. While Achilles moment arm was associated with better RE (r(2) = 0.30, P = 0.003) and upper leg length, total leg length and total leg length to body height ratio were correlated with running performance (r = 0.42, P = 0.025; r = 0.40, P = 0.030 and r = 0.38, P = 0.043, respectively), RE and maximal time on treadmill (t(max)) were not associated with running performance (r = -0.01, P = 0.965; r = 0.27; P = 0.189, respectively) in competitive Kenyan distance runners. The dissociation between RE and running performance in this homogenous group of runners would suggest that RE can be compensated by other factors to maintain high performance levels and is in line with the idea that RE is only one of many factors explaining elite running performance.

  1. Aftermath of early Hit-and-Run collisions in the Inner Solar System

    NASA Astrophysics Data System (ADS)

    Sarid, Gal; Stewart, Sarah T.; Leinhardt, zoe M.

    2015-08-01

    Planet formation epoch, in the terrestrial planet region and the asteroid belt, was characterized by a vigorous dynamical environment that was conducive to giant impacts among planetary embryos and asteroidal parent bodies, leading to diverse outcomes. Among these the greatest potential for producing diverse end-members lies is the erosive Hit-and-Run regime (small mass ratios, off-axis oblique impacts and non-negligible ejected mass), which is also more probable in terms of the early dynamical encounter configuration in the inner solar system. This collision regime has been invoked to explain outstanding issues, such as planetary volatile loss records, origin of the Moon and mantle stripping from Mercury and some of the larger asteroids (Vesta, Psyche).We performed and analyzed a set of simulations of Hit-and-Run events, covering a large range of mass ratios (1-20), impact parameters (0.25-0.96, for near head-on to barely grazing) and impact velocities (~1.5-5 times the mutual escape velocity, as dependent on the mass ratio). We used an SPH code with tabulated EOS and a nominal simlated time >1 day, to track the collisional shock processing and the provenance of material components. of collision debris. Prior to impact runs, all bodies were allowed to initially settle to negligible particle velocities in isolation, within ~20 simulated hrs. The total number of particles involved in each of our collision simulations was between (1-3 x 105). Resulting configurations include stripped mantles, melting/vaporization of rock and/or iron cores and strong variations of asteroid parent bodies fromcanonical chondritic composition.In the context of large planetary formation simulations, velocity and impact angle distributions are necessary to asses impact probabilities. The mass distribution and interaction within planetary embryo and asteroid swarms depends both on gravitational dynamics and the applied fragmentation mechanism. We will present results pertaining to general

  2. A Fast Code for Jupiter Atmospheric Entry Analysis

    NASA Technical Reports Server (NTRS)

    Yauber, Michael E.; Wercinski, Paul; Yang, Lily; Chen, Yih-Kanq

    1999-01-01

    A fast code was developed to calculate the forebody heating environment and heat shielding that is required for Jupiter atmospheric entry probes. A carbon phenolic heat shield material was assumed and, since computational efficiency was a major goal, analytic expressions were used, primarily, to calculate the heating, ablation and the required insulation. The code was verified by comparison with flight measurements from the Galileo probe's entry. The calculation required 3.5 sec of CPU time on a work station, or three to four orders of magnitude less than for previous Jovian entry heat shields. The computed surface recessions from ablation were compared with the flight values at six body stations. The average, absolute, predicted difference in the recession was 13.7% too high. The forebody's mass loss was overpredicted by 5.3% and the heat shield mass was calculated to be 15% less than the probe's actual heat shield. However, the calculated heat shield mass did not include contingencies for the various uncertainties that must be considered in the design of probes. Therefore, the agreement with the Galileo probe's values was satisfactory in view of the code's fast running time and the methods' approximations.

  3. Cosmological N-body Simulation

    NASA Astrophysics Data System (ADS)

    Lake, George

    1994-05-01

    .90ex> }}} The ``N'' in N-body calculations has doubled every year for the last two decades. To continue this trend, the UW N-body group is working on algorithms for the fast evaluation of gravitational forces on parallel computers and establishing rigorous standards for the computations. In these algorithms, the computational cost per time step is ~ 10(3) pairwise forces per particle. A new adaptive time integrator enables us to perform high quality integrations that are fully temporally and spatially adaptive. SPH--smoothed particle hydrodynamics will be added to simulate the effects of dissipating gas and magnetic fields. The importance of these calculations is two-fold. First, they determine the nonlinear consequences of theories for the structure of the Universe. Second, they are essential for the interpretation of observations. Every galaxy has six coordinates of velocity and position. Observations determine two sky coordinates and a line of sight velocity that bundles universal expansion (distance) together with a random velocity created by the mass distribution. Simulations are needed to determine the underlying structure and masses. The importance of simulations has moved from ex post facto explanation to an integral part of planning large observational programs. I will show why high quality simulations with ``large N'' are essential to accomplish our scientific goals. This year, our simulations have N >~ 10(7) . This is sufficient to tackle some niche problems, but well short of our 5 year goal--simulating The Sloan Digital Sky Survey using a few Billion particles (a Teraflop-year simulation). Extrapolating past trends, we would have to ``wait'' 7 years for this hundred-fold improvement. Like past gains, significant changes in the computational methods are required for these advances. I will describe new algorithms, algorithmic hacks and a dedicated computer to perform Billion particle simulations. Finally, I will describe research that can be enabled by

  4. Solving large scale structure in ten easy steps with COLA

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tassev, Svetlin; Zaldarriaga, Matias; Eisenstein, Daniel J., E-mail: stassev@cfa.harvard.edu, E-mail: matiasz@ias.edu, E-mail: deisenstein@cfa.harvard.edu

    2013-06-01

    We present the COmoving Lagrangian Acceleration (COLA) method: an N-body method for solving for Large Scale Structure (LSS) in a frame that is comoving with observers following trajectories calculated in Lagrangian Perturbation Theory (LPT). Unlike standard N-body methods, the COLA method can straightforwardly trade accuracy at small-scales in order to gain computational speed without sacrificing accuracy at large scales. This is especially useful for cheaply generating large ensembles of accurate mock halo catalogs required to study galaxy clustering and weak lensing, as those catalogs are essential for performing detailed error analysis for ongoing and future surveys of LSS. As anmore » illustration, we ran a COLA-based N-body code on a box of size 100 Mpc/h with particles of mass ≈ 5 × 10{sup 9}M{sub s}un/h. Running the code with only 10 timesteps was sufficient to obtain an accurate description of halo statistics down to halo masses of at least 10{sup 11}M{sub s}un/h. This is only at a modest speed penalty when compared to mocks obtained with LPT. A standard detailed N-body run is orders of magnitude slower than our COLA-based code. The speed-up we obtain with COLA is due to the fact that we calculate the large-scale dynamics exactly using LPT, while letting the N-body code solve for the small scales, without requiring it to capture exactly the internal dynamics of halos. Achieving a similar level of accuracy in halo statistics without the COLA method requires at least 3 times more timesteps than when COLA is employed.« less

  5. Running economy : the forgotten factor in elite performance.

    PubMed

    Foster, Carl; Lucia, Alejandro

    2007-01-01

    Running performance depends on maximal oxygen uptake (VO(2max)), the ability to sustain a high percentage of VO(2max) for an extended period of time and running economy. Running economy has been studied relatively less than the other factors. Running economy, measured as steady state oxygen uptake (VO(2)) at intensities below the ventilatory threshold is the standard method. Extrapolation to a common running speed (268 m/min) or as the VO(2) required to run a kilometer is the standard method of assessment. Individuals of East African origin may be systematically more economical, although a smaller body size and a thinner lower leg may be the primary factors. Strategies for improving running economy remain to be developed, although it appears that high intensity running may be a common element acting to improve economy.

  6. Can parallel use of different running shoes decrease running-related injury risk?

    PubMed

    Malisoux, L; Ramesh, J; Mann, R; Seil, R; Urhausen, A; Theisen, D

    2015-02-01

    The aim of this study was to determine if runners who use concomitantly different pairs of running shoes are at a lower risk of running-related injury (RRI). Recreational runners (n = 264) participated in this 22-week prospective follow-up and reported all information about their running session characteristics, other sport participation and injuries on a dedicated Internet platform. A RRI was defined as a physical pain or complaint located at the lower limbs or lower back region, sustained during or as a result of running practice and impeding planned running activity for at least 1 day. One-third of the participants (n = 87) experienced at least one RRI during the observation period. The adjusted Cox regression analysis revealed that the parallel use of more than one pair of running shoes was a protective factor [hazard ratio (HR) = 0.614; 95% confidence interval (CI) = 0.389-0.969], while previous injury was a risk factor (HR = 1.722; 95%CI = 1.114-2.661). Additionally, increased mean session distance (km; HR = 0.795; 95%CI = 0.725-0.872) and increased weekly volume of other sports (h/week; HR = 0.848; 95%CI = 0.732-0.982) were associated with lower RRI risk. Multiple shoe use and participation in other sports are strategies potentially leading to a variation of the load applied to the musculoskeletal system. They could be advised to recreational runners to prevent RRI. © 2013 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  7. A Keplerian-based Hamiltonian splitting for gravitational N-body simulations

    NASA Astrophysics Data System (ADS)

    Gonçalves Ferrari, G.; Boekholt, T.; Portegies Zwart, S. F.

    2014-05-01

    We developed a Keplerian-based Hamiltonian splitting for solving the gravitational N-body problem. This splitting allows us to approximate the solution of a general N-body problem by a composition of multiple, independently evolved two-body problems. While the Hamiltonian splitting is exact, we show that the composition of independent two-body problems results in a non-symplectic non-time-symmetric first-order map. A time-symmetric second-order map is then constructed by composing this basic first-order map with its self-adjoint. The resulting method is precise for each individual two-body solution and produces quick and accurate results for near-Keplerian N-body systems, like planetary systems or a cluster of stars that orbit a supermassive black hole. The method is also suitable for integration of N-body systems with intrinsic hierarchies, like a star cluster with primordial binaries. The superposition of Kepler solutions for each pair of particles makes the method excellently suited for parallel computing; we achieve ≳64 per cent efficiency for only eight particles per core, but close to perfect scaling for 16 384 particles on a 128 core distributed-memory computer. We present several implementations in SAKURA, one of which is publicly available via the AMUSE framework.

  8. Changes in foot and shank coupling due to alterations in foot strike pattern during running.

    PubMed

    Pohl, Michael B; Buckley, John G

    2008-03-01

    Determining if and how the kinematic relationship between adjacent body segments changes when an individual's gait pattern is experimentally manipulated can yield insight into the robustness of the kinematic coupling across the associated joint(s). The aim of this study was to assess the effects on the kinematic coupling between the forefoot, rearfoot and shank during ground contact of running with alteration in foot strike pattern. Twelve subjects ran over-ground using three different foot strike patterns (heel strike, forefoot strike, toe running). Kinematic data were collected of the forefoot, rearfoot and shank, which were modelled as rigid segments. Coupling at the ankle-complex and midfoot joints was assessed using cross-correlation and vector coding techniques. In general good coupling was found between rearfoot frontal plane motion and transverse plane shank rotation regardless of foot strike pattern. Forefoot motion was also strongly coupled with rearfoot frontal plane motion. Subtle differences were noted in the amount of rearfoot eversion transferred into shank internal rotation in the first 10-15% of stance during heel strike running compared to forefoot and toe running, and this was accompanied by small alterations in forefoot kinematics. These findings indicate that during ground contact in running there is strong coupling between the rearfoot and shank via the action of the joints in the ankle-complex. In addition, there was good coupling of both sagittal and transverse plane forefoot with rearfoot frontal plane motion via the action of the midfoot joints.

  9. The bar-halo interaction - I. From fundamental dynamics to revised N-body requirements

    NASA Astrophysics Data System (ADS)

    Weinberg, Martin D.; Katz, Neal

    2007-02-01

    for scenarios of interest that apparent convergence in particle number is misleading: the convergence with N may still be in the noise-dominated regime. State-of-the-art simulations are not adequate to follow all aspects of secular evolution driven by the bar-halo interaction. It is not possible to derive particle number requirements that apply to all situations, for example, more subtle interactions may be even more difficult to simulate. Therefore, we present a procedure to test the requirements for individual N-body codes to the actual problem of interest.

  10. Partitioning the Metabolic Cost of Human Running: A Task-by-Task Approach

    PubMed Central

    Arellano, Christopher J.; Kram, Rodger

    2014-01-01

    Compared with other species, humans can be very tractable and thus an ideal “model system” for investigating the metabolic cost of locomotion. Here, we review the biomechanical basis for the metabolic cost of running. Running has been historically modeled as a simple spring-mass system whereby the leg acts as a linear spring, storing, and returning elastic potential energy during stance. However, if running can be modeled as a simple spring-mass system with the underlying assumption of perfect elastic energy storage and return, why does running incur a metabolic cost at all? In 1980, Taylor et al. proposed the “cost of generating force” hypothesis, which was based on the idea that elastic structures allow the muscles to transform metabolic energy into force, and not necessarily mechanical work. In 1990, Kram and Taylor then provided a more explicit and quantitative explanation by demonstrating that the rate of metabolic energy consumption is proportional to body weight and inversely proportional to the time of foot-ground contact for a variety of animals ranging in size and running speed. With a focus on humans, Kram and his colleagues then adopted a task-by-task approach and initially found that the metabolic cost of running could be “individually” partitioned into body weight support (74%), propulsion (37%), and leg-swing (20%). Summing all these biomechanical tasks leads to a paradoxical overestimation of 131%. To further elucidate the possible interactions between these tasks, later studies quantified the reductions in metabolic cost in response to synergistic combinations of body weight support, aiding horizontal forces, and leg-swing-assist forces. This synergistic approach revealed that the interactive nature of body weight support and forward propulsion comprises ∼80% of the net metabolic cost of running. The task of leg-swing at most comprises ∼7% of the net metabolic cost of running and is independent of body weight support and forward

  11. Analysis of Flexible Car Body of Straddle Monorail Vehicle

    NASA Astrophysics Data System (ADS)

    Zhong, Yuanmu

    2018-03-01

    Based on the finite element model of straddle monorail vehicle, a rigid-flexible coupling dynamic model considering vehicle body’s flexibility is established. The influence of vertical stiffness and vertical damping of the running wheel on the modal parameters of the car body is analyzed. The effect of flexible car body on modal parameters and vehicle ride quality is also studied. The results show that when the vertical stiffness of running wheel is less than 1 MN / m, the car body bounce and pitch frequency increase with the increasing of the vertical stiffness of the running wheel, when the running wheel vertical stiffness is 1MN / m or more, car body bounce and pitch frequency remained unchanged; When the vertical stiffness of the running wheel is below 1.8 MN / m, the vehicle body bounce and pitch damping ratio increase with the increasing of the vertical stiffness of the running wheel; When the running wheel vertical stiffness is 1.8MN / m or more, the car body bounce and pitch damping ratio remained unchanged; The running wheel vertical damping on the car body bounce and pitch frequency has no effect; Car body bounce and pitch damping ratio increase with the increasing of the vertical damping of the running wheel. The flexibility of the car body has no effect on the modal parameters of the car, which will improve the vehicle ride quality index.

  12. Head stabilisation in fast running lizards.

    PubMed

    Goyens, Jana; Aerts, Peter

    2018-04-01

    The cyclic patterns of terrestrial animal locomotion are frequently perturbed in natural environments. The terrain can be complex or inclined, the substrate can move unexpectedly and animals can misjudge situations. Loosing stability due to perturbations increases the probability of capture by predators and decreases the chance of successful prey capture and winning intraspecific battles. When controlled corrective actions are necessary to negotiate perturbations, animals rely on their exteroceptive and proprioceptive senses to monitor the environment and their own body movements. The vestibular system in the inner ear perceives linear and angular accelerations. This information enables gaze stabilisation and the creation of a stable, world-bound reference frame for the integration of the information of other senses. During locomotion, both functions are known to be facilitated by head stabilisation in several animals with an erect posture. Animals with a sprawled body posture, however, undergo very large body undulations while running. Using high speed video recordings, we tested whether they nevertheless stabilise their head during running, and how this is influenced by perturbations. We found that running Acanthodactylus boskianus lizards strongly stabilise their head yaw rotations when running on a flat, straight runway: the head rotation amplitude is only 4.76±0.99°, while the adjacent trunk part rotates over 27.0±3.8°. Lateral head translations are not stabilised (average amplitude of 7.4±2.0mm). When the lizards are experimentally perturbed by a large and unexpected lateral substrate movement, lateral translations of both the head and the body decrease (on average by 1.52±0.81mm). At the same time, the rotations of the head and trunk also decrease (on average by 1.62°±7.21°). These results show that head stabilisation intensifies because of the perturbation, which emphasises the importance of vestibular perception and balance in these fast and

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

    NASA Astrophysics Data System (ADS)

    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.

  14. X-Antenna: A graphical interface for antenna analysis codes

    NASA Technical Reports Server (NTRS)

    Goldstein, B. L.; Newman, E. H.; Shamansky, H. T.

    1995-01-01

    This report serves as the user's manual for the X-Antenna code. X-Antenna is intended to simplify the analysis of antennas by giving the user graphical interfaces in which to enter all relevant antenna and analysis code data. Essentially, X-Antenna creates a Motif interface to the user's antenna analysis codes. A command-file allows new antennas and codes to be added to the application. The menu system and graphical interface screens are created dynamically to conform to the data in the command-file. Antenna data can be saved and retrieved from disk. X-Antenna checks all antenna and code values to ensure they are of the correct type, writes an output file, and runs the appropriate antenna analysis code. Volumetric pattern data may be viewed in 3D space with an external viewer run directly from the application. Currently, X-Antenna includes analysis codes for thin wire antennas (dipoles, loops, and helices), rectangular microstrip antennas, and thin slot antennas.

  15. [Observation and analysis on the meridian-collateral running track-related anatomical structure in the human body].

    PubMed

    Xie, Hao-ran; Li, Fang-chun; Zhang, Wei-bo

    2009-06-01

    In the present paper the authors analyze the anatomical structure of the meridian running track by using the dialectical thought and comprehensive analysis of the integrated Chinese and western medicine. It has been observed that the "Qi-passages" of the 14 meridians of Chinese medicine are located in the connective tissue among the interspace of the muscles, etc. distributing longitudinally. The "Qi-passages" of the 15 Luomai (collaterals of the meridians) are located in the connective tissue among the interspace of the muscles, etc. distributing transversally, while those of the small branches of the meridian collaterals are located in the interspace mesenchyme of the muscle bundles distributing in the whole body. The "Qi-passages" of the tiny branches of the meridian collaterals are located in the mesenchyme of the intracellular space, such as the muscle fibers in the whole body. The authors hold that the so-called "Mai Qi" of the meridian-collaterals is the liquid-Qi flowing in the vertical and horizontal tissue interspaces. The "Qi-passage" of the meridian-collaterals of Chinese medicine is the pathway of the liquid-Qi of the tissue interspaces. The structure of the meridian-collaterals is the tissue interspace. The meridian-collateral system is a regulation-control system in the human body where the Qi-passages communicate with each other, and is, in fact, the protoplasm, the liquid-Qi circulating in the tissue interspaces.

  16. Role of N-Methyl-D-Aspartate Receptors in Action-Based Predictive Coding Deficits in Schizophrenia.

    PubMed

    Kort, Naomi S; Ford, Judith M; Roach, Brian J; Gunduz-Bruce, Handan; Krystal, John H; Jaeger, Judith; Reinhart, Robert M G; Mathalon, Daniel H

    2017-03-15

    Recent theoretical models of schizophrenia posit that dysfunction of the neural mechanisms subserving predictive coding contributes to symptoms and cognitive deficits, and this dysfunction is further posited to result from N-methyl-D-aspartate glutamate receptor (NMDAR) hypofunction. Previously, by examining auditory cortical responses to self-generated speech sounds, we demonstrated that predictive coding during vocalization is disrupted in schizophrenia. To test the hypothesized contribution of NMDAR hypofunction to this disruption, we examined the effects of the NMDAR antagonist, ketamine, on predictive coding during vocalization in healthy volunteers and compared them with the effects of schizophrenia. In two separate studies, the N1 component of the event-related potential elicited by speech sounds during vocalization (talk) and passive playback (listen) were compared to assess the degree of N1 suppression during vocalization, a putative measure of auditory predictive coding. In the crossover study, 31 healthy volunteers completed two randomly ordered test days, a saline day and a ketamine day. Event-related potentials during the talk/listen task were obtained before infusion and during infusion on both days, and N1 amplitudes were compared across days. In the case-control study, N1 amplitudes from 34 schizophrenia patients and 33 healthy control volunteers were compared. N1 suppression to self-produced vocalizations was significantly and similarly diminished by ketamine (Cohen's d = 1.14) and schizophrenia (Cohen's d = .85). Disruption of NMDARs causes dysfunction in predictive coding during vocalization in a manner similar to the dysfunction observed in schizophrenia patients, consistent with the theorized contribution of NMDAR hypofunction to predictive coding deficits in schizophrenia. Copyright © 2016 Society of Biological Psychiatry. Published by Elsevier Inc. All rights reserved.

  17. Running an ethical trial 60 years after the Nuremberg Code.

    PubMed

    Markman, Jonathan R; Markman, Maurie

    2007-12-01

    The Nuremberg Code has served as a foundation for ethical clinical research since its publication 60 years ago. This landmark document, developed in response to the horrors of human experimentation done by Nazi physicians and investigators, focused crucial attention on the fundamental rights of research participants and on the responsibilities of investigators. Although the Nuremberg Code has provided an important framework for discussions on the requirements of ethical clinical research, and has resulted in the development of other initiatives-eg, the Declaration of Helsinki and the Belmont Report-designed to ensure the rights and safety of human beings taking part in medical research, knowledge of both past events and the current complexity of research suggests further improvements are necessary in the existing approaches to human clinical research.

  18. Running, Heart Disease, and the Ironic Death of Jim Fixx.

    ERIC Educational Resources Information Center

    Plymire, Darcy C.

    2002-01-01

    Runner Jim Fixx wrote a book about running and died young of a heart attack while running. Fixx and other authors believed heart disease resulted from overcivilization and recommended running as a way of life and cure, advising readers to listen to their bodies instead of their doctors. Fixx's adherence to that philosophy explains his behavior…

  19. Effect of body size and body mass on δ 13 C and δ 15 N in coastal fishes and cephalopods

    NASA Astrophysics Data System (ADS)

    Vinagre, C.; Máguas, C.; Cabral, H. N.; Costa, M. J.

    2011-11-01

    Carbon and nitrogen isotopes have been widely used in the investigation of trophic relations, energy pathways, trophic levels and migrations, under the assumption that δ 13C is independent of body size and that variation in δ 15N occurs exclusively due to ontogenetic changes in diet and not body size increase per se. However, several studies have shown that these assumptions are uncertain. Data from food-webs containing an important number of species lack theoretical support on these assumptions because very few species have been tested for δ 13C and δ 15N variation in captivity. However, if sampling comprises a wide range of body sizes from various species, the variation of δ 13C and δ 15N with body size can be investigated. While correlation between body size and δ 13C and δ 15N can be due to ontogenetic diet shifts, stability in such values throughout the size spectrum can be considered an indication that δ 13C and δ 15N in muscle tissues of such species is independent of body size within that size range, and thus the basic assumptions can be applied in the interpretation of such food webs. The present study investigated the variation in muscle δ 13C and δ 15N with body size and body mass of coastal fishes and cephalopods. It was concluded that muscle δ 13C and δ 15N did not vary with body size or mass for all bony fishes with only one exception, the dragonet Callionymus lyra. Muscle δ 13C and δ 15N also did not vary with body size or mass in cartilaginous fishes and cephalopods, meaning that body size/mass per se have no effect on δ 13C or δ 15N, for most species analysed and within the size ranges sampled. The assumption that δ 13C is independent of body size and that variation in δ 15N is not affected by body size increase per se was upheld for most organisms and can be applied to the coastal food web studied taking into account that C. lyra is an exception.

  20. Voluntary running of defined distances reduces body adiposity and its associated inflammation in C57BL/6 mice fed a high-fat diet

    USDA-ARS?s Scientific Manuscript database

    A sedentary lifestyle contributes to obesity. This study determined the effects of quantitative voluntary running on body adiposity and its associated inflammation in mice fed a high-fat diet. Male C57BL/6 mice were assigned to six groups and fed an AIN93G (sedentary) or a high-fat diet (sedentary...

  1. Differential Cross Section Kinematics for 3-dimensional Transport Codes

    NASA Technical Reports Server (NTRS)

    Norbury, John W.; Dick, Frank

    2008-01-01

    In support of the development of 3-dimensional transport codes, this paper derives the relevant relativistic particle kinematic theory. Formulas are given for invariant, spectral and angular distributions in both the lab (spacecraft) and center of momentum frames, for collisions involving 2, 3 and n - body final states.

  2. Direct Large-Scale N-Body Simulations of Planetesimal Dynamics

    NASA Astrophysics Data System (ADS)

    Richardson, Derek C.; Quinn, Thomas; Stadel, Joachim; Lake, George

    2000-01-01

    We describe a new direct numerical method for simulating planetesimal dynamics in which N˜10 6 or more bodies can be evolved simultaneously in three spatial dimensions over hundreds of dynamical times. This represents several orders of magnitude improvement in resolution over previous studies. The advance is made possible through modification of a stable and tested cosmological code optimized for massively parallel computers. However, owing to the excellent scalability and portability of the code, modest clusters of workstations can treat problems with N˜10 5 particles in a practical fashion. The code features algorithms for detection and resolution of collisions and takes into account the strong central force field and flattened Keplerian disk geometry of planetesimal systems. We demonstrate the range of problems that can be addressed by presenting simulations that illustrate oligarchic growth of protoplanets, planet formation in the presence of giant planet perturbations, the formation of the jovian moons, and orbital migration via planetesimal scattering. We also describe methods under development for increasing the timescale of the simulations by several orders of magnitude.

  3. REBOUND-ing Off Asteroids: An N-body Particle Model for Ejecta Dynamics on Small Bodies

    NASA Astrophysics Data System (ADS)

    Larson, Jennifer; Sarid, Gal

    2017-10-01

    Here we describe our numerical approach to model the evolution of ejecta clouds. Modeling with an N-body particle method enables us to study the micro-dynamics while varying the particle size distribution. A hydrodynamic approach loses many of the fine particle-particle interactions included in the N-body particle approach (Artemieva 2008).We use REBOUND, an N-body integration package (Rein et al. 2012) developed to model various dynamical systems (planetary orbits, ring systems, etc.) with high resolution calculations at a lower performance cost than other N-body integrators (Rein & Tamayo 2017). It offers both symplectic (WHFast) and non-symplectic (IAS15) methods (Rein & Spiegel 2014, Rein & Tamayo 2015). We primarily use the IAS15 integrator due to its robustness and accuracy with short interaction distances and non-conservative forces. We implemented a wrapper (developed in Python) to handle changes in time step and integrator at different stages of ejecta particle evolution.To set up the system, each particle is given a velocity away from the target body’s surface at a given angle within a defined ejecta cone. We study the ejecta cloud evolution beginning immediately after an impact rather than the actual impact itself. This model considers effects such as varying particle size distribution, radiation pressure, perturbations from a binary component, particle-particle collisions and non-axisymmetric gravity of the target body. Restrictions on the boundaries of the target body’s surface define the physical shape and help count the number of particles that land on the target body. Later, we will build the central body from individual particles to allow for a wider variety of target body shapes and topographies.With our particle modeling approach, individual particle trajectories are tracked and predicted on short, medium and long timescales. Our approach will be applied to modeling of the ejecta cloud produced during the Double Asteroid Redirection Test

  4. Reliability of a Qualitative Video Analysis for Running.

    PubMed

    Pipkin, Andrew; Kotecki, Kristy; Hetzel, Scott; Heiderscheit, Bryan

    2016-07-01

    Study Design Reliability study. Background Video analysis of running gait is frequently performed in orthopaedic and sports medicine practices to assess biomechanical factors that may contribute to injury. However, the reliability of a whole-body assessment has not been determined. Objective To determine the intrarater and interrater reliability of the qualitative assessment of specific running kinematics from a 2-dimensional video. Methods Running-gait analysis was performed on videos recorded from 15 individuals (8 male, 7 female) running at a self-selected pace (3.17 ± 0.40 m/s, 8:28 ± 1:04 min/mi) using a high-speed camera (120 frames per second). These videos were independently rated on 2 occasions by 3 experienced physical therapists using a standardized qualitative assessment. Fifteen sagittal and frontal plane kinematic variables were rated on a 3- or 5-point categorical scale at specific events of the gait cycle, including initial contact (n = 3) and midstance (n = 9), or across the full gait cycle (n = 3). The video frame number corresponding to each gait event was also recorded. Intrarater and interrater reliability values were calculated for gait-event detection (intraclass correlation coefficient [ICC] and standard error of measurement [SEM]) and the individual kinematic variables (weighted kappa [κw]). Results Gait-event detection was highly reproducible within raters (ICC = 0.94-1.00; SEM, 0.3-1.0 frames) and between raters (ICC = 0.77-1.00; SEM, 0.4-1.9 frames). Eleven of the 15 kinematic variables demonstrated substantial (κw = 0.60-0.799) or excellent (κw>0.80) intrarater agreement, with the exception of foot-to-center-of-mass position (κw = 0.59), forefoot position (κw = 0.58), ankle dorsiflexion at midstance (κw = 0.49), and center-of-mass vertical excursion (κw = 0.36). Interrater agreement for the kinematic measures varied more widely (κw = 0.00-0.85), with 5 variables showing substantial or excellent reliability. Conclusion The

  5. PHoToNs–A parallel heterogeneous and threads oriented code for cosmological N-body simulation

    NASA Astrophysics Data System (ADS)

    Wang, Qiao; Cao, Zong-Yan; Gao, Liang; Chi, Xue-Bin; Meng, Chen; Wang, Jie; Wang, Long

    2018-06-01

    We introduce a new code for cosmological simulations, PHoToNs, which incorporates features for performing massive cosmological simulations on heterogeneous high performance computer (HPC) systems and threads oriented programming. PHoToNs adopts a hybrid scheme to compute gravitational force, with the conventional Particle-Mesh (PM) algorithm to compute the long-range force, the Tree algorithm to compute the short range force and the direct summation Particle-Particle (PP) algorithm to compute gravity from very close particles. A self-similar space filling a Peano-Hilbert curve is used to decompose the computing domain. Threads programming is advantageously used to more flexibly manage the domain communication, PM calculation and synchronization, as well as Dual Tree Traversal on the CPU+MIC platform. PHoToNs scales well and efficiency of the PP kernel achieves 68.6% of peak performance on MIC and 74.4% on CPU platforms. We also test the accuracy of the code against the much used Gadget-2 in the community and found excellent agreement.

  6. New optimal asymmetric quantum codes constructed from constacyclic codes

    NASA Astrophysics Data System (ADS)

    Xu, Gen; Li, Ruihu; Guo, Luobin; Lü, Liangdong

    2017-02-01

    In this paper, we propose the construction of asymmetric quantum codes from two families of constacyclic codes over finite field 𝔽q2 of code length n, where for the first family, q is an odd prime power with the form 4t + 1 (t ≥ 1 is integer) or 4t - 1 (t ≥ 2 is integer) and n1 = q2+1 2; for the second family, q is an odd prime power with the form 10t + 3 or 10t + 7 (t ≥ 0 is integer) and n2 = q2+1 5. As a result, families of new asymmetric quantum codes [[n,k,dz/dx

  7. Impact Accelerations of Barefoot and Shod Running.

    PubMed

    Thompson, M; Seegmiller, J; McGowan, C P

    2016-05-01

    During the ground contact phase of running, the body's mass is rapidly decelerated resulting in forces that propagate through the musculoskeletal system. The repetitive attenuation of these impact forces is thought to contribute to overuse injuries. Modern running shoes are designed to reduce impact forces, with the goal to minimize running related overuse injuries. Additionally, the fore/mid foot strike pattern that is adopted by most individuals when running barefoot may reduce impact force transmission. The aim of the present study was to compare the effects of the barefoot running form (fore/mid foot strike & decreased stride length) and running shoes on running kinetics and impact accelerations. 10 healthy, physically active, heel strike runners ran in 3 conditions: shod, barefoot and barefoot while heel striking, during which 3-dimensional motion analysis, ground reaction force and accelerometer data were collected. Shod running was associated with increased ground reaction force and impact peak magnitudes, but decreased impact accelerations, suggesting that the midsole of running shoes helps to attenuate impact forces. Barefoot running exhibited a similar decrease in impact accelerations, as well as decreased impact peak magnitude, which appears to be due to a decrease in stride length and/or a more plantarflexed position at ground contact. © Georg Thieme Verlag KG Stuttgart · New York.

  8. A Laboratory Test for the Examination of Alactic Running Performance

    PubMed Central

    Kibele, Armin; Behm, David

    2005-01-01

    A new testing procedure is introduced to evaluate the alactic running performance in a 10s sprint task with near-maximal movement velocity. The test is performed on a motor-equipped treadmill with inverted polarity that increases mechanical resistance instead of driving the treadmill belt. As a result, a horizontal force has to be exerted against the treadmill surface in order to overcome the resistant force of the engine and to move the surface in a backward direction. For this task, subjects lean with their hands towards the front safety barrier of the treadmill railing with a slightly inclined body posture. The required skill resembles the pushing movement of bobsleigh pilots at the start of a race. Subjects are asked to overcome this mechanical resistance and to cover as much distance as possible within a time period of 10 seconds. Fifteen male students (age: 27.7 ± 4.1 years, body height: 1.82 ± 0.46 m, body mass: 78.3 ± 6.7 kg) participated in a study. As the resistance force was set to 134 N, subjects ran 35.4 ± 2.6 m on the average corresponding to a mean running velocity of 3.52 ± 0.25 m·s-1. The validity of the new test was examined by statistical inference with various measures related to alactic performance including a metabolic equivalent to estimate alactic capacity (2892 ± 525 mL O2), an estimate for the oxygen debt (2662 ± 315 ml), the step test by Margaria to estimate alactic energy flow (1691 ± 171 W), and a test to measure the maximal strength in the leg extensor muscles (2304 ± 351 N). The statistical evaluation showed that the new test is in good agreement with the theoretical assumptions for alactic performance. Significant correlation coefficients were found between the test criteria and the measures for alactic capacity (r = 0.79, p < 0.01) as well as alactic power (r = 0.77, p < 0.01). The testing procedure is easy to administer and it is best suited to evaluate the alactic capacity for bobsleigh pilots as well as for any other

  9. Factors affecting the energy cost of level running at submaximal speed.

    PubMed

    Lacour, Jean-René; Bourdin, Muriel

    2015-04-01

    Metabolic measurement is still the criterion for investigation of the efficiency of mechanical work and for analysis of endurance performance in running. Metabolic demand may be expressed either as the energy spent per unit distance (energy cost of running, C r) or as energy demand at a given running speed (running economy). Systematic studies showed a range of costs of about 20 % between runners. Factors affecting C r include body dimensions: body mass and leg architecture, mostly calcaneal tuberosity length, responsible for 60-80 % of the variability. Children show a higher C r than adults. Higher resting metabolism and lower leg length/stature ratio are the main putative factors responsible for the difference. Elastic energy storage and reuse also contribute to the variability of C r. The increase in C r with increasing running speed due to increase in mechanical work is blunted till 6-7 m s(-1) by the increase in vertical stiffness and the decrease in ground contact time. Fatigue induced by prolonged or intense running is associated with up to 10 % increased C r; the contribution of metabolic and biomechanical factors remains unclear. Women show a C r similar to men of similar body mass, despite differences in gait pattern. The superiority of black African runners is presumably related to their leg architecture and better elastic energy storage and reuse.

  10. Partitioning the metabolic cost of human running: a task-by-task approach.

    PubMed

    Arellano, Christopher J; Kram, Rodger

    2014-12-01

    Compared with other species, humans can be very tractable and thus an ideal "model system" for investigating the metabolic cost of locomotion. Here, we review the biomechanical basis for the metabolic cost of running. Running has been historically modeled as a simple spring-mass system whereby the leg acts as a linear spring, storing, and returning elastic potential energy during stance. However, if running can be modeled as a simple spring-mass system with the underlying assumption of perfect elastic energy storage and return, why does running incur a metabolic cost at all? In 1980, Taylor et al. proposed the "cost of generating force" hypothesis, which was based on the idea that elastic structures allow the muscles to transform metabolic energy into force, and not necessarily mechanical work. In 1990, Kram and Taylor then provided a more explicit and quantitative explanation by demonstrating that the rate of metabolic energy consumption is proportional to body weight and inversely proportional to the time of foot-ground contact for a variety of animals ranging in size and running speed. With a focus on humans, Kram and his colleagues then adopted a task-by-task approach and initially found that the metabolic cost of running could be "individually" partitioned into body weight support (74%), propulsion (37%), and leg-swing (20%). Summing all these biomechanical tasks leads to a paradoxical overestimation of 131%. To further elucidate the possible interactions between these tasks, later studies quantified the reductions in metabolic cost in response to synergistic combinations of body weight support, aiding horizontal forces, and leg-swing-assist forces. This synergistic approach revealed that the interactive nature of body weight support and forward propulsion comprises ∼80% of the net metabolic cost of running. The task of leg-swing at most comprises ∼7% of the net metabolic cost of running and is independent of body weight support and forward propulsion. In

  11. Progression in Running Intensity or Running Volume and the Development of Specific Injuries in Recreational Runners: Run Clever, a Randomized Trial Using Competing Risks.

    PubMed

    Ramskov, Daniel; Rasmussen, Sten; Sørensen, Henrik; Parner, Erik Thorlund; Lind, Martin; Nielsen, Rasmus

    2018-06-12

    Study Design Randomized clinical trial, etiology. Background Training intensity and volume have been proposed to be associated with specific running-related injuries. If such an association exists, secondary preventive measures could be initiated by clinicians based on symptoms of a specific injury diagnosis. Objectives To test the following hypotheses: (i) A running schedule focusing on intensity will increase the risk of sustaining Achilles tendinopathy, gastrocnemius injuries and plantar fasciitis compared with hypothesized volume-related injuries. (ii) A running schedule focusing on running volume will increase the risk of sustaining patellofemoral pain syndrome, iliotibial band syndrome and patellar tendinopathy compared with hypothesized intensity-related injuries. Methods Healthy recreational runners were included in a 24-week follow-up, divided into 8-week preconditioning and 16-week specific focus-training. Participants were randomized to one of two running schedules: Schedule Intensity(Sch-I) or Schedule Volume(Sch-V). Sch-I progressed the amount of high intensity running (≥88% VO2max) each week. Sch-V progressed total weekly running volume. Global positioning system watch or smartphone collected data on running. Running-related injuries were diagnosed based on a clinical examination. Estimates were risk difference (RD) and 95%CI. Results Of 447 runners, a total of 80 sustained an injury (Sch-I n=36; Sch-V n=44). Risk of intensity injuries in Sch-I were: RD 2-weeks =-0.8%[-5.0;3.4]; RD 4-weeks =-0.8%[-6.7;5.1]; RD 8-weeks =-2.0%[-9.2;5.1]; RD 16-weeks =-5.1%[-16.5;6.3]. Risk of volume injuries in Sch-V were: RD 2-weeks =-0.9%[-5.0;3.2]; RD 4-weeks =-2.0%[-7.5;3.5]; RD 8-weeks =-3.2%[-9.1;2.7]; RD 16-weeks =-3.4%[-13.2;6.2]. Conclusion No difference in risk of hypothesized intensity and volume specific running-related injuries exist between running schedules focused on progression in either running intensity or volume. Level of Evidence Etiology, level 1

  12. Benchmarking NNWSI flow and transport codes: COVE 1 results

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hayden, N.K.

    1985-06-01

    The code verification (COVE) activity of the Nevada Nuclear Waste Storage Investigations (NNWSI) Project is the first step in certification of flow and transport codes used for NNWSI performance assessments of a geologic repository for disposing of high-level radioactive wastes. The goals of the COVE activity are (1) to demonstrate and compare the numerical accuracy and sensitivity of certain codes, (2) to identify and resolve problems in running typical NNWSI performance assessment calculations, and (3) to evaluate computer requirements for running the codes. This report describes the work done for COVE 1, the first step in benchmarking some of themore » codes. Isothermal calculations for the COVE 1 benchmarking have been completed using the hydrologic flow codes SAGUARO, TRUST, and GWVIP; the radionuclide transport codes FEMTRAN and TRUMP; and the coupled flow and transport code TRACR3D. This report presents the results of three cases of the benchmarking problem solved for COVE 1, a comparison of the results, questions raised regarding sensitivities to modeling techniques, and conclusions drawn regarding the status and numerical sensitivities of the codes. 30 refs.« less

  13. Stability of the Euler resting N-body relative equilibria

    NASA Astrophysics Data System (ADS)

    Scheeres, D. J.

    2018-03-01

    The stability of a system of N equal-sized mutually gravitating spheres resting on each other in a straight line and rotating in inertial space is considered. This is a generalization of the "Euler Resting" configurations previously analyzed in the finite density 3 and 4 body problems. Specific questions for the general case are how rapidly the system must spin for the configuration to stabilize, how rapidly it can spin before the components separate from each other, and how these results change as a function of N. This paper shows that the Euler Resting configuration can only be stable for up to 5 bodies and that for 6 or more bodies the configuration can never be stable. This places an ideal limit of 5:1 on the aspect ratio of a rubble pile body's shape.

  14. Run-time parallelization and scheduling of loops

    NASA Technical Reports Server (NTRS)

    Saltz, Joel H.; Mirchandaney, Ravi; Crowley, Kay

    1991-01-01

    Run-time methods are studied to automatically parallelize and schedule iterations of a do loop in certain cases where compile-time information is inadequate. The methods presented involve execution time preprocessing of the loop. At compile-time, these methods set up the framework for performing a loop dependency analysis. At run-time, wavefronts of concurrently executable loop iterations are identified. Using this wavefront information, loop iterations are reordered for increased parallelism. Symbolic transformation rules are used to produce: inspector procedures that perform execution time preprocessing, and executors or transformed versions of source code loop structures. These transformed loop structures carry out the calculations planned in the inspector procedures. Performance results are presented from experiments conducted on the Encore Multimax. These results illustrate that run-time reordering of loop indexes can have a significant impact on performance.

  15. GAMERA - The New Magnetospheric Code

    NASA Astrophysics Data System (ADS)

    Lyon, J.; Sorathia, K.; Zhang, B.; Merkin, V. G.; Wiltberger, M. J.; Daldorff, L. K. S.

    2017-12-01

    The Lyon-Fedder-Mobarry (LFM) code has been a main-line magnetospheric simulation code for 30 years. The code base, designed in the age of memory to memory vector ma- chines,is still in wide use for science production but needs upgrading to ensure the long term sustainability. In this presentation, we will discuss our recent efforts to update and improve that code base and also highlight some recent results. The new project GAM- ERA, Grid Agnostic MHD for Extended Research Applications, has kept the original design characteristics of the LFM and made significant improvements. The original de- sign included high order numerical differencing with very aggressive limiting, the ability to use arbitrary, but logically rectangular, grids, and maintenance of div B = 0 through the use of the Yee grid. Significant improvements include high-order upwinding and a non-clipping limiter. One other improvement with wider applicability is an im- proved averaging technique for the singularities in polar and spherical grids. The new code adopts a hybrid structure - multi-threaded OpenMP with an overarching MPI layer for large scale and coupled applications. The MPI layer uses a combination of standard MPI and the Global Array Toolkit from PNL to provide a lightweight mechanism for coupling codes together concurrently. The single processor code is highly efficient and can run magnetospheric simulations at the default CCMC resolution faster than real time on a MacBook pro. We have run the new code through the Athena suite of tests, and the results compare favorably with the codes available to the astrophysics community. LFM/GAMERA has been applied to many different situations ranging from the inner and outer heliosphere and magnetospheres of Venus, the Earth, Jupiter and Saturn. We present example results the Earth's magnetosphere including a coupled ring current (RCM), the magnetospheres of Jupiter and Saturn, and the inner heliosphere.

  16. Wearing Compression Tights on the Thigh during Prolonged Running Attenuated Exercise-Induced Increase in Muscle Damage Marker in Blood

    PubMed Central

    Mizuno, Sahiro; Arai, Mari; Todoko, Fumihiko; Yamada, Eri; Goto, Kazushige

    2017-01-01

    Purpose: To examine the effects of wearing a lower-body compression garment with different body coverage areas during prolonged running on exercise performance and muscle damage. Methods: Thirty male subjects were randomly assigned to one of three groups: (1) wearing a compression tights with 15 mmHg to thigh [n = 10, CT group], (2) wearing a compression socks with 15 mmHg to calf [n = 10, CS group], and (3) wearing a lower-body garment with < 5 mmHg to thigh and calf [n = 10, CON group]. The exercise consisted of 120 min of uphill running at 55% of V˙O2max. Heart rate (HR), rate of perceived exertion (RPE), and running economy (evaluated by VO2) were monitored during exercise every 10 min. Changes in maximum voluntary contraction (MVC) of knee extension and plantar flexion, height of counter movement jump (CMJ) and drop jump (DJ), and scores of subjective feelings of muscle soreness and fatigue were evaluated before exercise, and 60 and 180 min after exercise. Blood samples were collected to determine blood glucose, lactate, serum free fatty acid, myoglobin (Mb), high-sensitivity C-reactive protein, and plasma interleukin-6 concentrations before exercise (after 20 min of rest), at 60 min of exercise, immediately after exercise, and 60 and 180 min after exercise. Results: Changes in HR, RPE, and running economy during exercise did not differ significantly among the three groups. MVC of knee extension and plantar flexion, and DJ decreased significantly following exercise, with no difference among groups. The serum Mb concentration increased significantly with exercise in all groups, whereas the area under the curve for Mb concentration during 180 min post-exercise was significantly lower in the CT group (13,833 ± 1,397 pg/mL 180 min) than in the CON group (24,343 ± 3,370 pg/mL 180 min, P = 0.03). Conclusion: Wearing compression garment on the thigh significantly attenuated the increase in serum Mb concentration after exercise, suggesting that exercise

  17. New syndrome decoder for (n, 1) convolutional codes

    NASA Technical Reports Server (NTRS)

    Reed, I. S.; Truong, T. K.

    1983-01-01

    The letter presents a new syndrome decoding algorithm for the (n, 1) convolutional codes (CC) that is different and simpler than the previous syndrome decoding algorithm of Schalkwijk and Vinck. The new technique uses the general solution of the polynomial linear Diophantine equation for the error polynomial vector E(D). A recursive, Viterbi-like, algorithm is developed to find the minimum weight error vector E(D). An example is given for the binary nonsystematic (2, 1) CC.

  18. Effects of size, sex, and voluntary running speeds on costs of locomotion in lines of laboratory mice selectively bred for high wheel-running activity.

    PubMed

    Rezende, Enrico L; Kelly, Scott A; Gomes, Fernando R; Chappell, Mark A; Garland, Theodore

    2006-01-01

    Selective breeding for over 35 generations has led to four replicate (S) lines of laboratory house mice (Mus domesticus) that run voluntarily on wheels about 170% more than four random-bred control (C) lines. We tested whether S lines have evolved higher running performance by increasing running economy (i.e., decreasing energy spent per unit of distance) as a correlated response to selection, using a recently developed method that allows for nearly continuous measurements of oxygen consumption (VO2) and running speed in freely behaving animals. We estimated slope (incremental cost of transport [COT]) and intercept for regressions of power (the dependent variable, VO2/min) on speed for 49 males and 47 females, as well as their maximum VO2 and speeds during wheel running, under conditions mimicking those that these lines face during the selection protocol. For comparison, we also measured COT and maximum aerobic capacity (VO2max) during forced exercise on a motorized treadmill. As in previous studies, the increased wheel running of S lines was mainly attributable to increased average speed, with males also showing a tendency for increased time spent running. On a whole-animal basis, combined analysis of males and females indicated that COT during voluntary wheel running was significantly lower in the S lines (one-tailed P=0.015). However, mice from S lines are significantly smaller and attain higher maximum speeds on the wheels; with either body mass or maximum speed (or both) entered as a covariate, the statistical significance of the difference in COT is lost (one-tailed P> or =0.2). Thus, both body size and behavior are key components of the reduction in COT. Several statistically significant sex differences were observed, including lower COT and higher resting metabolic rate in females. In addition, maximum voluntary running speeds were negatively correlated with COT in females but not in males. Moreover, males (but not females) from the S lines exhibited

  19. Efficient molecular dynamics simulations with many-body potentials on graphics processing units

    NASA Astrophysics Data System (ADS)

    Fan, Zheyong; Chen, Wei; Vierimaa, Ville; Harju, Ari

    2017-09-01

    Graphics processing units have been extensively used to accelerate classical molecular dynamics simulations. However, there is much less progress on the acceleration of force evaluations for many-body potentials compared to pairwise ones. In the conventional force evaluation algorithm for many-body potentials, the force, virial stress, and heat current for a given atom are accumulated within different loops, which could result in write conflict between different threads in a CUDA kernel. In this work, we provide a new force evaluation algorithm, which is based on an explicit pairwise force expression for many-body potentials derived recently (Fan et al., 2015). In our algorithm, the force, virial stress, and heat current for a given atom can be accumulated within a single thread and is free of write conflicts. We discuss the formulations and algorithms and evaluate their performance. A new open-source code, GPUMD, is developed based on the proposed formulations. For the Tersoff many-body potential, the double precision performance of GPUMD using a Tesla K40 card is equivalent to that of the LAMMPS (Large-scale Atomic/Molecular Massively Parallel Simulator) molecular dynamics code running with about 100 CPU cores (Intel Xeon CPU X5670 @ 2.93 GHz).

  20. The Proteus Navier-Stokes code

    NASA Technical Reports Server (NTRS)

    Towne, Charles E.; Bui, Trong T.; Cavicchi, Richard H.; Conley, Julianne M.; Molls, Frank B.; Schwab, John R.

    1992-01-01

    An effort is currently underway at NASA Lewis to develop two- and three-dimensional Navier-Stokes codes, called Proteus, for aerospace propulsion applications. The emphasis in the development of Proteus is not algorithm development or research on numerical methods, but rather the development of the code itself. The objective is to develop codes that are user-oriented, easily-modified, and well-documented. Well-proven, state-of-the-art solution algorithms are being used. Code readability, documentation (both internal and external), and validation are being emphasized. This paper is a status report on the Proteus development effort. The analysis and solution procedure are described briefly, and the various features in the code are summarized. The results from some of the validation cases that have been run are presented for both the two- and three-dimensional codes.

  1. Biological and environmental determinants of 12-minute run performance in youth.

    PubMed

    Freitas, Duarte; Maia, José; Stasinopoulos, Mikis; Gouveia, Élvio Rúbio; Antunes, António M; Thomis, Martine; Lefevre, Johan; Claessens, Albrecht; Hedeker, Donald; Malina, Robert M

    2017-11-01

    The 12-minute run is a commonly used indicator of cardiorespiratory fitness in youth. Variation in growth and maturity status as potential correlates of test performance has not been systematically addressed. To evaluate biological and environmental determinants of 12-minute run performance in Portuguese youth aged 7-17 years. Mixed-longitudinal samples of 187 boys and 142 girls were surveyed in 1996, 1997 and 1998. The 12-minute run was the indicator of cardiorespiratory fitness. Height, body mass and five skinfolds were measured and skeletal maturity was assessed. Physical activity, socioeconomic status and area of residence were obtained with a questionnaire. Multi-level modelling was used for the analysis. Chronological age and sum of five skinfolds were significant predictors of 12-minute run performance. Older boys and girls ran longer distances than younger peers, while high levels of subcutaneous fat were associated with shorter running distances. Rural boys were more proficient in the 12-minute run than urban peers. Skeletal maturity, height, body mass index, physical activity and socioeconomic status were not significant predictors of 12-minute run performances. Age and sum of skinfolds in both sexes and rural residence in boys are significant predictors of 12-minute run performance in Portuguese youth.

  2. Strongdeco: Expansion of analytical, strongly correlated quantum states into a many-body basis

    NASA Astrophysics Data System (ADS)

    Juliá-Díaz, Bruno; Graß, Tobias

    2012-03-01

    We provide a Mathematica code for decomposing strongly correlated quantum states described by a first-quantized, analytical wave function into many-body Fock states. Within them, the single-particle occupations refer to the subset of Fock-Darwin functions with no nodes. Such states, commonly appearing in two-dimensional systems subjected to gauge fields, were first discussed in the context of quantum Hall physics and are nowadays very relevant in the field of ultracold quantum gases. As important examples, we explicitly apply our decomposition scheme to the prominent Laughlin and Pfaffian states. This allows for easily calculating the overlap between arbitrary states with these highly correlated test states, and thus provides a useful tool to classify correlated quantum systems. Furthermore, we can directly read off the angular momentum distribution of a state from its decomposition. Finally we make use of our code to calculate the normalization factors for Laughlin's famous quasi-particle/quasi-hole excitations, from which we gain insight into the intriguing fractional behavior of these excitations. Program summaryProgram title: Strongdeco Catalogue identifier: AELA_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AELA_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.: 5475 No. of bytes in distributed program, including test data, etc.: 31 071 Distribution format: tar.gz Programming language: Mathematica Computer: Any computer on which Mathematica can be installed Operating system: Linux, Windows, Mac Classification: 2.9 Nature of problem: Analysis of strongly correlated quantum states. Solution method: The program makes use of the tools developed in Mathematica to deal with multivariate polynomials to decompose analytical strongly correlated states of bosons

  3. Factors affecting running performance in 6-12-year-olds: The Health Oriented Pedagogical Project (HOPP).

    PubMed

    Fredriksen, Per Morten; Mamen, Asgeir; Gammelsrud, Heidi; Lindberg, Morten; Hjelle, Ole Petter

    2018-05-01

    The purpose of this study was to examine factors affecting running performance in children. A cross-sectional study exploring the relationships between height, weight, waist circumference, muscle mass, body fat percentage, relevant biomarkers, and the Andersen intermittent running test in 2272 children aged 6 to 12 years. Parental education level was used as a non-physiological explanatory variable. Mean values (SD) and percentiles are presented as reference values. Height (β = 6.4, p < .0001), high values of haemoglobin (β = 18, p = .013) and low percentage of body fat (β = -7.5, p < .0001) showed an association with results from the running test. In addition, high parental education level showed a positive association with the running test. Boys display better running performance than girls at all age ages, except 7 years old, probably because of additional muscle mass and less fatty tissue. Height and increased level of haemoglobin positively affected running performance. Lower body fat percentage and high parental education level correlated with better running performance.

  4. Visualization of N-body Simulations in Virtual Worlds

    NASA Astrophysics Data System (ADS)

    Knop, Robert A.; Ames, J.; Djorgovski, G.; Farr, W.; Hut, P.; Johnson, A.; McMillan, S.; Nakasone, A.; Vesperini, E.

    2010-01-01

    We report on work to use virtual worlds for visualizing the results of N-body calculations, on three levels. First, we have written a demonstration 3-body solver entirely in the scripting language of the popularly used virtual world Second Life. Second, we have written a physics module for the open source virtual world OpenSim that performs N-body calculations as the physics engine for the server, allowing natural 3-d visualization of the solution as the solution is being performed. Finally, we give an initial report on the potential use of virtual worlds to visualize calculations which have previously been performed, or which are being performed in other processes and reported to the virtual world server. This work has been performed as part of the Meta-Institute of Computational Astrophysics (MICA). http://www.mica-vw.org

  5. Primitive running: a survey analysis of runners' interest, participation, and implementation.

    PubMed

    Rothschild, Carey E

    2012-08-01

    Running is a sport that has continued to see growth in numbers over the years. Recently, there has been a movement promoting running barefoot and in light, "minimalist" shoes. Advocates of barefoot running believe that a more primitive style of running may result in fewer running-related injuries and even possibly improve performance. To identify the current interest level and participation in barefoot or minimalist shod running, an electronic survey was developed and dispersed to 6,082 runners. The survey instrument examined demographics, motivating factors, used resources, perceived barriers, and expectations in runners who add barefoot or in minimalist shod running to their training. Seven hundred eighty-five (13%) runners completed the survey. Six hundred and thirty (75.7%) indicated they were at least somewhat interested in running barefoot or in minimalist shoes. One hundred seventy-two (21.9%) runners had previously tried barefoot running, whereas 239 (30.4%) had previously tried minimalist shoes. The primary motivating factor for those running barefoot or in minimalist shoes (n = 283) was to prevent future injury (n = 97, 34.3%). Advice from friends (n = 68, 24.5%) or books (n = 68, 24.5%) was the most commonly used resource in transitioning to barefoot or minimalist shod running. Fear of possible injury (n = 424, 54%) was the most prevalent perceived barrier in transitioning to barefoot or minimalist shod running. An overwhelming 671 (85.5%) indicated that they were at least somewhat likely to continue with or to add barefoot or minimalist shod running if provided sufficient instruction. Runners who are men, of younger age, and who consider themselves elite runners are somewhat more likely to be interested in barefoot or minimalist shod running.

  6. ALICE HLT Run 2 performance overview.

    NASA Astrophysics Data System (ADS)

    Krzewicki, Mikolaj; Lindenstruth, Volker; ALICE Collaboration

    2017-10-01

    For the LHC Run 2 the ALICE HLT architecture was consolidated to comply with the upgraded ALICE detector readout technology. The software framework was optimized and extended to cope with the increased data load. Online calibration of the TPC using online tracking capabilities of the ALICE HLT was deployed. Offline calibration code was adapted to run both online and offline and the HLT framework was extended to support that. The performance of this schema is important for Run 3 related developments. An additional data transport approach was developed using the ZeroMQ library, forming at the same time a test bed for the new data flow model of the O2 system, where further development of this concept is ongoing. This messaging technology was used to implement the calibration feedback loop augmenting the existing, graph oriented HLT transport framework. Utilising the online reconstruction of many detectors, a new asynchronous monitoring scheme was developed to allow real-time monitoring of the physics performance of the ALICE detector, on top of the new messaging scheme for both internal and external communication. Spare computing resources comprising the production and development clusters are run as a tier-2 GRID site using an OpenStack-based setup. The development cluster is running continuously, the production cluster contributes resources opportunistically during periods of LHC inactivity.

  7. AlgoRun: a Docker-based packaging system for platform-agnostic implemented algorithms.

    PubMed

    Hosny, Abdelrahman; Vera-Licona, Paola; Laubenbacher, Reinhard; Favre, Thibauld

    2016-08-01

    There is a growing need in bioinformatics for easy-to-use software implementations of algorithms that are usable across platforms. At the same time, reproducibility of computational results is critical and often a challenge due to source code changes over time and dependencies. The approach introduced in this paper addresses both of these needs with AlgoRun, a dedicated packaging system for implemented algorithms, using Docker technology. Implemented algorithms, packaged with AlgoRun, can be executed through a user-friendly interface directly from a web browser or via a standardized RESTful web API to allow easy integration into more complex workflows. The packaged algorithm includes the entire software execution environment, thereby eliminating the common problem of software dependencies and the irreproducibility of computations over time. AlgoRun-packaged algorithms can be published on http://algorun.org, a centralized searchable directory to find existing AlgoRun-packaged algorithms. AlgoRun is available at http://algorun.org and the source code under GPL license is available at https://github.com/algorun laubenbacher@uchc.edu Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  8. A smooth particle hydrodynamics code to model collisions between solid, self-gravitating objects

    NASA Astrophysics Data System (ADS)

    Schäfer, C.; Riecker, S.; Maindl, T. I.; Speith, R.; Scherrer, S.; Kley, W.

    2016-05-01

    Context. Modern graphics processing units (GPUs) lead to a major increase in the performance of the computation of astrophysical simulations. Owing to the different nature of GPU architecture compared to traditional central processing units (CPUs) such as x86 architecture, existing numerical codes cannot be easily migrated to run on GPU. Here, we present a new implementation of the numerical method smooth particle hydrodynamics (SPH) using CUDA and the first astrophysical application of the new code: the collision between Ceres-sized objects. Aims: The new code allows for a tremendous increase in speed of astrophysical simulations with SPH and self-gravity at low costs for new hardware. Methods: 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 and is treated by the use of a Barnes-Hut tree. Results: We find an impressive performance gain using NVIDIA consumer devices compared to our existing OpenMP code. The new code is freely available to the community upon request. If you are interested in our CUDA SPH code miluphCUDA, please write an email to Christoph Schäfer. miluphCUDA is the CUDA port of miluph. miluph is pronounced [maßl2v]. We do not support the use of the code for military purposes.

  9. Super central configurations of the n-body problem

    NASA Astrophysics Data System (ADS)

    Xie, Zhifu

    2010-04-01

    In this paper, we consider the inverse problem of central configurations of the n-body problem. For a given q =(q1,q2,…,qn)ε(Rd)n, let S(q ) be the admissible set of masses by S(q )={m =(m1,…,mn)∣miεR+, q is a central configurationfor m}. For a given m εS(q), let Sm(q) be the permutational admissible set about m =(m1,m2,…,mn) by Sm(q)={m'∣m'εS(q), m'≠m and m' is apermutation of m}. Here, q is called a super central configuration if there exists m such that Sm(q) is nonempty. For any q in the planar four-body problem, q is not a super central configuration as an immediate consequence of a theorem proved by MacMillan and Bartky ["Permanent configurations in the problem of four bodies," Trans. Am. Math. Soc. 34, 838 (1932)]. The main discovery in this paper is the existence of super central configurations in the collinear three-body problem. We proved that for any q in the collinear three-body problem and any m εS(q), Sm(q) has at most one element and the detailed classification of Sm(q) is provided.

  10. Correlated scattering states of N-body Coulomb systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Berakdar, J.

    1997-03-01

    For N charged particles of equal masses moving in the field of a heavy residual charge, an approximate analytical solution of the many-body time-independent Schr{umlt o}dinger equation is derived at a total energy above the complete fragmentation threshold. All continuum particles are treated on equal footing. The proposed correlated wave function represents, to leading order, an exact solution of the many-body Schr{umlt o}dinger equation in the asymptotic region defined by large interparticle separations. Thus, in this asymptotic region the N-body Coulomb modifications to the plane-wave motion of free particles are rigorously estimated. It is shown that the Kato cusp conditionsmore » are satisfied by the derived wave function at all two-body coalescence points. An expression of the normalization of this wave function is also given. To render possible the calculations of scattering amplitudes for transitions leading to a four-body scattering state, an effective-charge method is suggested in which the correlations between the continuum particles are completely subsumed into effective interactions with the residual charge. Analytical expressions for these effective interactions are derived and discussed for physical situations. {copyright} {ital 1997} {ital The American Physical Society}« less

  11. A Concept for Run-Time Support of the Chapel Language

    NASA Technical Reports Server (NTRS)

    James, Mark

    2006-01-01

    A document presents a concept for run-time implementation of other concepts embodied in the Chapel programming language. (Now undergoing development, Chapel is intended to become a standard language for parallel computing that would surpass older such languages in both computational performance in the efficiency with which pre-existing code can be reused and new code written.) The aforementioned other concepts are those of distributions, domains, allocations, and access, as defined in a separate document called "A Semantic Framework for Domains and Distributions in Chapel" and linked to a language specification defined in another separate document called "Chapel Specification 0.3." The concept presented in the instant report is recognition that a data domain that was invented for Chapel offers a novel approach to distributing and processing data in a massively parallel environment. The concept is offered as a starting point for development of working descriptions of functions and data structures that would be necessary to implement interfaces to a compiler for transforming the aforementioned other concepts from their representations in Chapel source code to their run-time implementations.

  12. Injecting Artificial Memory Errors Into a Running Computer Program

    NASA Technical Reports Server (NTRS)

    Bornstein, Benjamin J.; Granat, Robert A.; Wagstaff, Kiri L.

    2008-01-01

    Single-event upsets (SEUs) or bitflips are computer memory errors caused by radiation. BITFLIPS (Basic Instrumentation Tool for Fault Localized Injection of Probabilistic SEUs) is a computer program that deliberately injects SEUs into another computer program, while the latter is running, for the purpose of evaluating the fault tolerance of that program. BITFLIPS was written as a plug-in extension of the open-source Valgrind debugging and profiling software. BITFLIPS can inject SEUs into any program that can be run on the Linux operating system, without needing to modify the program s source code. Further, if access to the original program source code is available, BITFLIPS offers fine-grained control over exactly when and which areas of memory (as specified via program variables) will be subjected to SEUs. The rate of injection of SEUs is controlled by specifying either a fault probability or a fault rate based on memory size and radiation exposure time, in units of SEUs per byte per second. BITFLIPS can also log each SEU that it injects and, if program source code is available, report the magnitude of effect of the SEU on a floating-point value or other program variable.

  13. Importance of external cause coding for injury surveillance: lessons from assessment of overexertion injuries among U.S. Army soldiers in 2014.

    PubMed

    Canham-Chervak, Michelle; Steelman, Ryan A; Schuh, Anna; Jones, Bruce H

    2016-11-01

    Injuries are a barrier to military medical readiness, and overexertion has historically been a leading mechanism of injury among active duty U.S. Army soldiers. Details are needed to inform prevention planning. The Defense Medical Surveillance System (DMSS) was queried for unique medical encounters among active duty Army soldiers consistent with the military injury definition and assigned an overexertion external cause code (ICD-9: E927.0-E927.9) in 2014 (n=21,891). Most (99.7%) were outpatient visits and 60% were attributed specifically to sudden strenuous movement. Among the 41% (n=9,061) of visits with an activity code (ICD-9: E001-E030), running was the most common activity (n=2,891, 32%); among the 19% (n=4,190) with a place of occurrence code (ICD-9: E849.0-E849.9), the leading location was recreation/sports facilities (n=1,332, 32%). External cause codes provide essential details, but the data represented less than 4% of all injury-related medical encounters among U.S. Army soldiers in 2014. Efforts to improve external cause coding are needed, and could be aligned with training on and enforcement of ICD-10 coding guidelines throughout the Military Health System.

  14. Accelerator-feasible N -body nonlinear integrable system

    DOE PAGES

    Danilov, V.; Nagaitsev, S.

    2014-12-23

    Nonlinear N-body integrable Hamiltonian systems, where N is an arbitrary number, attract the attention of mathematical physicists for the last several decades, following the discovery of some number of these systems. This research presents a new integrable system, which can be realized in facilities such as particle accelerators. This feature makes it more attractive than many of the previous such systems with singular or unphysical forces.

  15. Influence of short-term unweighing and reloading on running kinetics and muscle activity.

    PubMed

    Sainton, Patrick; Nicol, Caroline; Cabri, Jan; Barthelemy-Montfort, Joëlle; Berton, Eric; Chavet, Pascale

    2015-05-01

    In running, body weight reduction is reported to result in decreased lower limb muscle activity with no change in the global activation pattern (Liebenberg et al. in J Sports Sci 29:207-214). Our study examined the acute effects on running mechanics and lower limb muscle activity of short-term unweighing and reloading conditions while running on a treadmill with a lower body positive pressure (LBPP) device. Eleven healthy males performed two randomized running series of 9 min at preferred speed. Each series included three successive running conditions of 3 min [at 100 % body weight (BW), 60 or 80 % BW, and 100 % BW]. Vertical ground reaction force and center of mass accelerations were analyzed together with surface EMG activity recorded from six major muscles of the left lower limb for the first and last 30 s of each running condition. Effort sensation and mean heart rate were also recorded. In both running series, the unloaded running pattern was characterized by a lower step frequency (due to increased flight time with no change in contact time), lower impact and active force peaks, and also by reduced loading rate and push-off impulse. Amplitude of muscle activity overall decreased, but pre-contact and braking phase extensor muscle activity did not change, whereas it was reduced during the subsequent push-off phase. The combined neuro-mechanical changes suggest that LBPP technology provides runners with an efficient support during the stride. The after-effects recorded after reloading highlight the fact that 3 min of unweighing may be sufficient for updating the running pattern.

  16. QOS-aware error recovery in wireless body sensor networks using adaptive network coding.

    PubMed

    Razzaque, Mohammad Abdur; Javadi, Saeideh S; Coulibaly, Yahaya; Hira, Muta Tah

    2014-12-29

    Wireless body sensor networks (WBSNs) for healthcare and medical applications are real-time and life-critical infrastructures, which require a strict guarantee of quality of service (QoS), in terms of latency, error rate and reliability. Considering the criticality of healthcare and medical applications, WBSNs need to fulfill users/applications and the corresponding network's QoS requirements. For instance, for a real-time application to support on-time data delivery, a WBSN needs to guarantee a constrained delay at the network level. A network coding-based error recovery mechanism is an emerging mechanism that can be used in these systems to support QoS at very low energy, memory and hardware cost. However, in dynamic network environments and user requirements, the original non-adaptive version of network coding fails to support some of the network and user QoS requirements. This work explores the QoS requirements of WBSNs in both perspectives of QoS. Based on these requirements, this paper proposes an adaptive network coding-based, QoS-aware error recovery mechanism for WBSNs. It utilizes network-level and user-/application-level information to make it adaptive in both contexts. Thus, it provides improved QoS support adaptively in terms of reliability, energy efficiency and delay. Simulation results show the potential of the proposed mechanism in terms of adaptability, reliability, real-time data delivery and network lifetime compared to its counterparts.

  17. Antiplagiarism Software Takes on the Honor Code

    ERIC Educational Resources Information Center

    Wasley, Paula

    2008-01-01

    Among the 100-odd colleges with academic honor codes, plagiarism-detection services raise a knotty problem: Is software compatible with a system based on trust? The answer frequently devolves to the size and culture of the university. Colleges with traditional student-run honor codes tend to "forefront" trust, emphasizing it above all else. This…

  18. Calcaneal loading during walking and running

    NASA Technical Reports Server (NTRS)

    Giddings, V. L.; Beaupre, G. S.; Whalen, R. T.; Carter, D. R.

    2000-01-01

    PURPOSE: This study of the foot uses experimentally measured kinematic and kinetic data with a numerical model to evaluate in vivo calcaneal stresses during walking and running. METHODS: External ground reaction forces (GRF) and kinematic data were measured during walking and running using cineradiography and force plate measurements. A contact-coupled finite element model of the foot was developed to assess the forces acting on the calcaneus during gait. RESULTS: We found that the calculated force-time profiles of the joint contact, ligament, and Achilles tendon forces varied with the time-history curve of the moment about the ankle joint. The model predicted peak talocalcaneal and calcaneocuboid joint loads of 5.4 and 4.2 body weights (BW) during walking and 11.1 and 7.9 BW during running. The maximum predicted Achilles tendon forces were 3.9 and 7.7 BW for walking and running. CONCLUSIONS: Large magnitude forces and calcaneal stresses are generated late in the stance phase, with maximum loads occurring at approximately 70% of the stance phase during walking and at approximately 60% of the stance phase during running, for the gait velocities analyzed. The trajectories of the principal stresses, during both walking and running, corresponded to each other and qualitatively to the calcaneal trabecular architecture.

  19. The coordinated movement of the spine and pelvis during running.

    PubMed

    Preece, Stephen J; Mason, Duncan; Bramah, Christopher

    2016-02-01

    Previous research into running has demonstrated consistent patterns in pelvic, lumbar and thoracic motions between different human runners. However, to date, there has been limited attempt to explain why observed coordination patterns emerge and how they may relate to centre of mass (CoM) motion. In this study, kinematic data were collected from the thorax, lumbar spine, pelvis and lower limbs during over ground running in n=28 participants. These data was subsequently used to develop a theoretical understanding of the coordination of the spine and pelvis in all three body planes during the stance phase of running. In the sagittal plane, there appeared to be an antiphase coordinate pattern which may function to increase femoral inclination at toe off whilst minimising anterior-posterior accelerations of the CoM. In the medio-lateral direction, CoM motion appears to facilitate transition to the contralateral foot. However, an antiphase coordination pattern was also observed, most likely to minimise unnecessary accelerations of the CoM. In the transverse plane, motion of the pelvis was observed to lag slightly behind that of the thorax. However, it is possible that the close coupling between these two segments facilitates the thoracic rotation required to passively drive arm motion. This is the first study to provide a full biomechanical rationale for the coordination of the spine and pelvis during human running. This insight should help clinicians develop an improved understanding of how spinal and pelvic motions may contribute to, or result from, common running injuries. Copyright © 2015 Elsevier B.V. All rights reserved.

  20. The effect of breast support on upper body muscle activity during 5 km treadmill running.

    PubMed

    Milligan, Alexandra; Mills, Chris; Scurr, Joanna

    2014-12-01

    Breast support has previously been shown to influence surface EMG of the pectoralis major during running. Reductions in muscle activity have previously been associated with a reduction in energy cost, which may be advantageous for female runners. Ten female participants performed two self-paced (average pace 9 km h(-1)) 5 km treadmill runs under two breast support conditions (low and high); an additional bare-breasted 2 min run was also conducted. Surface EMG electrodes were positioned on the pectoralis major, anterior deltoid, medial deltoid, and upper trapezius, with data collected during the first 2 min of running and each kilometer interval thereafter. Reductions in peak EMG of the pectoralis major, anterior and medial deltoid were reported when participants ran in the high breast support during the initial intervals of the run (up to the second kilometer). The increased activation in the pectoralis major, anterior and medial deltoid in the low breast support may be due to increased tension within these muscles, induced by the greater breast pain experienced in the low breast support. This may be a strategy to reduce the independent breast movement causing the pain through increased muscular activation. This study further promotes the use of a high breast support during running with potential benefits for treadmill running associated with reductions in muscular demand during a 5 km run. Copyright © 2014 Elsevier B.V. All rights reserved.

  1. An alpha-numeric code for representing N-linked glycan structures in secreted glycoproteins.

    PubMed

    Yusufi, Faraaz Noor Khan; Park, Wonjun; Lee, May May; Lee, Dong-Yup

    2009-01-01

    Advances in high-throughput techniques have led to the creation of increasing amounts of glycome data. The storage and analysis of this data would benefit greatly from a compact notation for describing glycan structures that can be easily stored and interpreted by computers. Towards this end, we propose a fixed-length alpha-numeric code for representing N-linked glycan structures commonly found in secreted glycoproteins from mammalian cell cultures. This code, GlycoDigit, employs a pre-assigned alpha-numeric index to represent the monosaccharides attached in different branches to the core glycan structure. The present branch-centric representation allows us to visualize the structure while the numerical nature of the code makes it machine readable. In addition, a difference operator can be defined to quantitatively differentiate between glycan structures for further analysis. The usefulness and applicability of GlycoDigit were demonstrated by constructing and visualizing an N-linked glycosylation network.

  2. The effects of polyethylene glycosylated creatine supplementation on anaerobic performance measures and body composition.

    PubMed

    Camic, Clayton L; Housh, Terry J; Zuniga, Jorge M; Traylor, Daniel A; Bergstrom, Haley C; Schmidt, Richard J; Johnson, Glen O; Housh, Dona J

    2014-03-01

    The purpose of this study was to examine the effects of 28 days of polyethylene glycosylated creatine (PEG-creatine) supplementation (1.25 and 2.50 g·d) on anaerobic performance measures (vertical and broad jumps, 40-yard dash, 20-yard shuttle run, and 3-cone drill), upper- and lower-body muscular strength and endurance (bench press and leg extension), and body composition. This study used a randomized, double-blind, placebo-controlled parallel design. Seventy-seven adult men (mean age ± SD, 22.1 ± 2.5 years; body mass, 81.7 ± 10.8 kg) volunteered to participate and were randomly assigned to a placebo (n = 23), 1.25 g·d of PEG-creatine (n = 27), or 2.50 g·d of PEG-creatine (n = 27) group. The subjects performed anaerobic performance measures, muscular strength (one-repetition maximum [1RM]), and endurance (80% 1RM) tests for bench press and leg extension, and underwater weighing for the determination of body composition at day 0 (baseline), day 14, and day 28. The results indicated that there were improvements (p < 0.0167) in vertical jump, 20-yard shuttle run, 3-cone drill, muscular endurance for bench press, and body mass for at least one of the PEG-creatine groups without changes for the placebo group. Thus, the present results demonstrated that PEG-creatine supplementation at 1.25 or 2.50 g·d had an ergogenic effect on lower-body vertical power, agility, change-of-direction ability, upper-body muscular endurance, and body mass.

  3. Effects of Heavy Strength Training on Running Performance and Determinants of Running Performance in Female Endurance Athletes

    PubMed Central

    Vikmoen, Olav; Raastad, Truls; Seynnes, Olivier; Bergstrøm, Kristoffer; Ellefsen, Stian; Rønnestad, Bent R.

    2016-01-01

    Purpose The purpose of the current study was to investigate the effects of adding strength training to normal endurance training on running performance and running economy in well-trained female athletes. We hypothesized that the added strength training would improve performance and running economy through altered stiffness of the muscle-tendon complex of leg extensors. Methods Nineteen female endurance athletes [maximal oxygen consumption (VO2max): 53±3 ml∙kg-1∙min-1, 5.8 h weekly endurance training] were randomly assigned to either normal endurance training (E, n = 8) or normal endurance training combined with strength training (E+S, n = 11). The strength training consisted of four leg exercises [3 x 4–10 repetition maximum (RM)], twice a week for 11 weeks. Muscle strength, 40 min all-out running distance, running performance determinants and patellar tendon stiffness were measured before and after the intervention. Results E+S increased 1RM in leg exercises (40 ± 15%) and maximal jumping height in counter movement jump (6 ± 6%) and squat jump (9 ± 7%, p < 0.05). This was accompanied by increased muscle fiber cross sectional area of both fiber type I (13 ± 7%) and fiber type II (31 ± 20%) in m. vastus lateralis (p < 0.05), with no change in capillary density in m. vastus lateralis or the stiffness of the patellar tendon. Neither E+S nor E changed running economy, fractional utilization of VO2max or VO2max. There were also no change in running distance during a 40 min all-out running test in neither of the groups. Conclusion Adding heavy strength training to endurance training did not affect 40 min all-out running performance or running economy compared to endurance training only. PMID:26953893

  4. Effects of velocity and weight support on ground reaction forces and metabolic power during running.

    PubMed

    Grabowski, Alena M; Kram, Rodger

    2008-08-01

    The biomechanical and metabolic demands of human running are distinctly affected by velocity and body weight. As runners increase velocity, ground reaction forces (GRF) increase, which may increase the risk of an overuse injury, and more metabolic power is required to produce greater rates of muscular force generation. Running with weight support attenuates GRFs, but demands less metabolic power than normal weight running. We used a recently developed device (G-trainer) that uses positive air pressure around the lower body to support body weight during treadmill running. Our scientific goal was to quantify the separate and combined effects of running velocity and weight support on GRFs and metabolic power. After obtaining this basic data set, we identified velocity and weight support combinations that resulted in different peak GRFs, yet demanded the same metabolic power. Ideal combinations of velocity and weight could potentially reduce biomechanical risks by attenuating peak GRFs while maintaining aerobic and neuromuscular benefits. Indeed, we found many combinations that decreased peak vertical GRFs yet demanded the same metabolic power as running slower at normal weight. This approach of manipulating velocity and weight during running may prove effective as a training and/or rehabilitation strategy.

  5. Mitochondrial haplotypes are not associated with mice selectively bred for high voluntary wheel running.

    PubMed

    Wone, Bernard W M; Yim, Won C; Schutz, Heidi; Meek, Thomas H; Garland, Theodore

    2018-04-04

    Mitochondrial haplotypes have been associated with human and rodent phenotypes, including nonshivering thermogenesis capacity, learning capability, and disease risk. Although the mammalian mitochondrial D-loop is highly polymorphic, D-loops in laboratory mice are identical, and variation occurs elsewhere mainly between nucleotides 9820 and 9830. Part of this region codes for the tRNA Arg gene and is associated with mitochondrial densities and number of mtDNA copies. We hypothesized that the capacity for high levels of voluntary wheel-running behavior would be associated with mitochondrial haplotype. Here, we analyzed the mtDNA polymorphic region in mice from each of four replicate lines selectively bred for 54 generations for high voluntary wheel running (HR) and from four control lines (Control) randomly bred for 54 generations. Sequencing the polymorphic region revealed a variable number of adenine repeats. Single nucleotide polymorphisms (SNPs) varied from 2 to 3 adenine insertions, resulting in three haplotypes. We found significant genetic differentiations between the HR and Control groups (F st  = 0.779, p ≤ 0.0001), as well as among the replicate lines of mice within groups (F sc  = 0.757, p ≤ 0.0001). Haplotypes, however, were not strongly associated with voluntary wheel running (revolutions run per day), nor with either body mass or litter size. This system provides a useful experimental model to dissect the physiological processes linking mitochondrial, genomic SNPs, epigenetics, or nuclear-mitochondrial cross-talk to exercise activity. Copyright © 2018. Published by Elsevier B.V.

  6. Running free: embracing a healthy lifestyle through distance running.

    PubMed

    Shipway, Richard; Holloway, Immy

    2010-11-01

    Sport and leisure activity contribute to both health and quality of life. There is a dearth of qualitative studies on the lived experiences of active people, so the aim of this paper is to develop a deeper understanding of the experiences of one particular group of active leisure participants, distance runners, and to highlight the associated health and well-being benefits that result from participating in this increasingly popular form of active leisure. In doing so, this paper will briefly explore the potential opportunities and implications for sport and leisure policy and provision, and highlight examples of how distance running could positively contribute towards government objectives linked to tackling obesity levels, healthy living and physical well-being. It is suggested that similar benefits also exist across other forms of physical activity, exercise and sport. Qualitative methods of enquiry were adopted to understand the nature of the social world of long distance runners through interviews and observations, which were thematically analyzed. One of the key themes emerging from the data was the desire to embrace a healthy lifestyle, which then led to the emergence of four main sub-themes. The first was linked to the importance of seeking self-esteem and confirmation through running; second, an investigation of a selection of negative aspects associated with exercise addiction; third, the need to exercise among sport and leisure participants; and finally, an understanding of the concept of the 'running body'. Cautionary notes also identified negative aspects associated with exercise and physical activity. The findings highlight the potential role that distance running can play as an easily accessible and enjoyable leisure activity, one that can help facilitate increased participation in exercise and physical activity as an integral part of an active and healthy lifestyle.

  7. Running and Breathing in Mammals

    NASA Astrophysics Data System (ADS)

    Bramble, Dennis M.; Carrier, David R.

    1983-01-01

    Mechanical constraints appear to require that locomotion and breathing be synchronized in running mammals. Phase locking of limb and respiratory frequency has now been recorded during treadmill running in jackrabbits and during locomotion on solid ground in dogs, horses, and humans. Quadrupedal species normally synchronize the locomotor and respiratory cycles at a constant ratio of 1:1 (strides per breath) in both the trot and gallop. Human runners differ from quadrupeds in that while running they employ several phase-locked patterns (4:1, 3:1, 2:1, 1:1, 5:2, and 3:2), although a 2:1 coupling ratio appears to be favored. Even though the evolution of bipedal gait has reduced the mechanical constraints on respiration in man, thereby permitting greater flexibility in breathing pattern, it has seemingly not eliminated the need for the synchronization of respiration and body motion during sustained running. Flying birds have independently achieved phase-locked locomotor and respiratory cycles. This hints that strict locomotor-respiratory coupling may be a vital factor in the sustained aerobic exercise of endothermic vertebrates, especially those in which the stresses of locomotion tend to deform the thoracic complex.

  8. Visuospatial memory computations during whole-body rotations in roll.

    PubMed

    Van Pelt, S; Van Gisbergen, J A M; Medendorp, W P

    2005-08-01

    We used a memory-saccade task to test whether the location of a target, briefly presented before a whole-body rotation in roll, is stored in egocentric or in allocentric coordinates. To make this distinction, we exploited the fact that subjects, when tilted sideways in darkness, make systematic errors when indicating the direction of gravity (an allocentric task) even though they have a veridical percept of their self-orientation in space. We hypothesized that if spatial memory is coded allocentrically, these distortions affect the coding of remembered targets and their readout after a body rotation. Alternatively, if coding is egocentric, updating for body rotation becomes essential and errors in performance should be related to the amount of intervening rotation. Subjects (n = 6) were tested making saccades to remembered world-fixed targets after passive body tilts. Initial and final tilt angle ranged between -120 degrees CCW and 120 degrees CW. The results showed that subjects made large systematic directional errors in their saccades (up to 90 degrees ). These errors did not occur in the absence of intervening body rotation, ruling out a memory degradation effect. Regression analysis showed that the errors were closely related to the amount of subjective allocentric distortion at both the initial and final tilt angle, rather than to the amount of intervening rotation. We conclude that the brain uses an allocentric reference frame, possibly gravity-based, to code visuospatial memories during whole-body tilts. This supports the notion that the brain can define information in multiple frames of reference, depending on sensory inputs and task demands.

  9. Treadmill based reference running data for healthy subjects is dependent on speed and morphological parameters.

    PubMed

    Schulze, Stephan; Schwesig, René; Edel, Melanie; Fieseler, Georg; Delank, Karl-Stefan; Hermassi, Souhail; Laudner, Kevin G

    2017-10-01

    To obtain spatiotemporal and dynamic running parameters of healthy participants and to identify relationships between running parameters, speed, and physical characteristics. A dynamometric treadmill was used to collect running data among 417 asymptomatic subjects during speeds ranging from 10 to 24km/h. Spatiotemporal and dynamic running parameters were calculated and measured. Results of the analyses showed that assessing running parameters is dependent on running speed. Body height correlated with stride length (r=0.5), cadence (r=-0.5) and plantar forefoot force (r=0.6). Body mass also had a strong relationship to plantar forefoot forces at 14 and 24km/h and plantar midfoot forces at 14 and 24km/h. This reference data base can be used in the kinematic and kinetic evaluation of running under a wide range of speeds. Copyright © 2017 Elsevier B.V. All rights reserved.

  10. Run-time parallelization and scheduling of loops

    NASA Technical Reports Server (NTRS)

    Saltz, Joel H.; Mirchandaney, Ravi; Crowley, Kay

    1990-01-01

    Run time methods are studied to automatically parallelize and schedule iterations of a do loop in certain cases, where compile-time information is inadequate. The methods presented involve execution time preprocessing of the loop. At compile-time, these methods set up the framework for performing a loop dependency analysis. At run time, wave fronts of concurrently executable loop iterations are identified. Using this wavefront information, loop iterations are reordered for increased parallelism. Symbolic transformation rules are used to produce: inspector procedures that perform execution time preprocessing and executors or transformed versions of source code loop structures. These transformed loop structures carry out the calculations planned in the inspector procedures. Performance results are presented from experiments conducted on the Encore Multimax. These results illustrate that run time reordering of loop indices can have a significant impact on performance. Furthermore, the overheads associated with this type of reordering are amortized when the loop is executed several times with the same dependency structure.

  11. Warm-up with a weighted vest improves running performance via leg stiffness and running economy.

    PubMed

    Barnes, K R; Hopkins, W G; McGuigan, M R; Kilding, A E

    2015-01-01

    To determine the effects of "strides" with a weighted-vest during a warm-up on endurance performance and its potential neuromuscular and metabolic mediators. A bout of resistance exercise can enhance subsequent high-intensity performance, but little is known about such priming exercise for endurance performance. A crossover with 5-7 days between an experimental and control trial was performed by 11 well-trained distance runners. Each trial was preceded by a warm-up consisting of a 10-min self-paced jog, a 5-min submaximal run to determine running economy, and six 10-s strides with or without a weighted-vest (20% of body mass). After a 10-min recovery period, runners performed a series of jumps to determine leg stiffness and other neuromuscular characteristics, another 5-min submaximal run, and an incremental treadmill test to determine peak running speed. Clinical and non-clinical forms of magnitude-based inference were used to assess outcomes. Correlations and linear regression were used to assess relationships between performance and underlying measures. The weighted-vest condition resulted in a very-large enhancement of peak running speed (2.9%; 90% confidence limits ±0.8%), a moderate increase in leg stiffness (20.4%; ±4.2%) and a large improvement in running economy (6.0%; ±1.6%); there were also small-moderate clear reductions in cardiorespiratory measures. Relationships between change scores showed that changes in leg stiffness could explain all the improvements in performance and economy. Strides with a weighted-vest have a priming effect on leg stiffness and running economy. It is postulated the associated major effect on peak treadmill running speed will translate into enhancement of competitive endurance performance. Copyright © 2013 Sports Medicine Australia. Published by Elsevier Ltd. All rights reserved.

  12. Direct dynamics simulation of the impact phase in heel-toe running.

    PubMed

    Gerritsen, K G; van den Bogert, A J; Nigg, B M

    1995-06-01

    The influence of muscle activation, position and velocities of body segments at touchdown and surface properties on impact forces during heel-toe running was investigated using a direct dynamics simulation technique. The runner was represented by a two-dimensional four- (rigid body) segment musculo-skeletal model. Incorporated into the muscle model were activation dynamics, force-length and force-velocity characteristics of seven major muscle groups of the lower extremities: mm. glutei, hamstrings, m. rectus femoris, mm. vasti, m. gastrocnemius, m. soleus and m. tibialis anterior. The vertical force-deformation characteristics of heel, shoe and ground were modeled by a non-linear visco-elastic element. The maximum of a typical simulated impact force was 1.6 times body weight. The influence of muscle activation was examined by generating muscle stimulation combinations which produce the same (experimentally determined) resultant joint moments at heelstrike. Simulated impact peak forces with these different combinations of muscle stimulation levels varied less than 10%. Without this restriction on initial joint moments, muscle activation had potentially a much larger effect on impact force. Impact peak force was to a great extent influenced by plantar flexion (85 N per degree of change in foot angle) and vertical velocity of the heel (212 N per 0.1 m s-1 change in velocity) at touchdown. Initial knee flexion (68 N per degree of change in leg angle) also played a role in the absorption of impact. Increased surface stiffness resulted in higher impact peak forces (60 N mm-1 decrease in deformation).(ABSTRACT TRUNCATED AT 250 WORDS)

  13. A lower-extremities kinematic comparison of deep-water running styles and treadmill running.

    PubMed

    Killgore, Garry L; Wilcox, Anthony R; Caster, Brian L; Wood, Terry M

    2006-11-01

    The purpose of this investigation was to identify a deep-water running (DWR) style that most closely approximates terrestrial running, particularly relative to the lower extremities. Twenty intercollegiate distance runners (women, N = 12; men, N = 8) were videotaped from the right sagittal view while running on a treadmill (TR) and in deep water at 55-60% of their TR VO(2)max using 2 DWR styles: cross-country (CC) and high-knee (HK). Variables of interest were horizontal (X) and vertical (Y) displacement of the knee and ankle, stride rate (SR), VO(2), heart rate (HR), and rating of perceived exertion (RPE). Multivariate omnibus tests revealed statistically significant differences for RPE (p < 0.001). The post hoc pairwise comparisons revealed significant differences between TR and both DWR styles (p < 0.001). The kinematic variables multivariate omnibus tests were found to be statistically significant (p < 0.001 to p < 0.019). The post hoc pairwise comparisons revealed significant differences in SR (p < 0.001) between TR (1.25 +/- 0.08 Hz) and both DWR styles and also between the CC (0.81 +/- 0.08 Hz) and HK (1.14 +/- 0.10 Hz) styles of DWR. The CC style of DWR was found to be similar to TR with respect to linear ankle displacement, whereas the HK style was significantly different from TR in all comparisons made for ankle and knee displacement. The CC style of DWR is recommended as an adjunct to distance running training if the goal is to mimic the specificity of the ankle linear horizontal displacement of land-based running, but the SR will be slower at a comparable percentage of VO(2)max.

  14. GRADSPMHD: A parallel MHD code based on the SPH formalism

    NASA Astrophysics Data System (ADS)

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

    2014-03-01

    We present GRADSPMHD, a completely Lagrangian parallel magnetohydrodynamics code based on the SPH formalism. The implementation of the equations of SPMHD in the “GRAD-h” formalism assembles known results, including the derivation of the discretized MHD equations from a variational principle, the inclusion of time-dependent artificial viscosity, resistivity and conductivity terms, as well as the inclusion of a mixed hyperbolic/parabolic correction scheme for satisfying the ∇ṡB→ constraint on the magnetic field. The code uses a tree-based formalism for neighbor finding and can optionally use the tree code for computing the self-gravity of the plasma. The structure of the code closely follows the framework of our parallel GRADSPH FORTRAN 90 code which we added previously to the CPC program library. We demonstrate the capabilities of GRADSPMHD by running 1, 2, and 3 dimensional standard benchmark tests and we find good agreement with previous work done by other researchers. The code is also applied to the problem of simulating the magnetorotational instability in 2.5D shearing box tests as well as in global simulations of magnetized accretion disks. We find good agreement with available results on this subject in the literature. Finally, we discuss the performance of the code on a parallel supercomputer with distributed memory architecture. Catalogue identifier: AERP_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AERP_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.: 620503 No. of bytes in distributed program, including test data, etc.: 19837671 Distribution format: tar.gz Programming language: FORTRAN 90/MPI. Computer: HPC cluster. Operating system: Unix. Has the code been vectorized or parallelized?: Yes, parallelized using MPI. RAM: ˜30 MB for a

  15. Tristan code and its application

    NASA Astrophysics Data System (ADS)

    Nishikawa, K.-I.

    Since TRISTAN: The 3-D Electromagnetic Particle Code was introduced in 1990, it has been used for many applications including the simulations of global solar windmagnetosphere interaction. The most essential ingridients of this code have been published in the ISSS-4 book. In this abstract we describe some of issues and an application of this code for the study of global solar wind-magnetosphere interaction including a substorm study. The basic code (tristan.f) for the global simulation and a local simulation of reconnection with a Harris model (issrec2.f) are available at http:/www.physics.rutger.edu/˜kenichi. For beginners the code (isssrc2.f) with simpler boundary conditions is suitable to start to run simulations. The future of global particle simulations for a global geospace general circulation (GGCM) model with predictive capability (for Space Weather Program) is discussed.

  16. Additional extensions to the NASCAP computer code, volume 3

    NASA Technical Reports Server (NTRS)

    Mandell, M. J.; Cooke, D. L.

    1981-01-01

    The ION computer code is designed to calculate charge exchange ion densities, electric potentials, plasma temperatures, and current densities external to a neutralized ion engine in R-Z geometry. The present version assumes the beam ion current and density to be known and specified, and the neutralizing electrons to originate from a hot-wire ring surrounding the beam orifice. The plasma is treated as being resistive, with an electron relaxation time comparable to the plasma frequency. Together with the thermal and electrical boundary conditions described below and other straightforward engine parameters, these assumptions suffice to determine the required quantities. The ION code, written in ASCII FORTRAN for UNIVAC 1100 series computers, is designed to be run interactively, although it can also be run in batch mode. The input is free-format, and the output is mainly graphical, using the machine-independent graphics developed for the NASCAP code. The executive routine calls the code's major subroutines in user-specified order, and the code allows great latitude for restart and parameter change.

  17. Adjustments with running speed reveal neuromuscular adaptations during landing associated with high mileage running training.

    PubMed

    Verheul, Jasper; Clansey, Adam C; Lake, Mark J

    2017-03-01

    It remains to be determined whether running training influences the amplitude of lower limb muscle activations before and during the first half of stance and whether such changes are associated with joint stiffness regulation and usage of stored energy from tendons. Therefore, the aim of this study was to investigate neuromuscular and movement adaptations before and during landing in response to running training across a range of speeds. Two groups of high mileage (HM; >45 km/wk, n = 13) and low mileage (LM; <15 km/wk, n = 13) runners ran at four speeds (2.5-5.5 m/s) while lower limb mechanics and electromyography of the thigh muscles were collected. There were few differences in prelanding activation levels, but HM runners displayed lower activations of the rectus femoris, vastus medialis, and semitendinosus muscles postlanding, and these differences increased with running speed. HM runners also demonstrated higher initial knee stiffness during the impact phase compared with LM runners, which was associated with an earlier peak knee flexion velocity, and both were relatively unchanged by running speed. In contrast, LM runners had higher knee stiffness during the slightly later weight acceptance phase and the disparity was amplified with increases in speed. It was concluded that initial knee joint stiffness might predominantly be governed by tendon stiffness rather than muscular activations before landing. Estimated elastic work about the ankle was found to be higher in the HM runners, which might play a role in reducing weight acceptance phase muscle activation levels and improve muscle activation efficiency with running training. NEW & NOTEWORTHY Although neuromuscular factors play a key role during running, the influence of high mileage training on neuromuscular function has been poorly studied, especially in relation to running speed. This study is the first to demonstrate changes in neuromuscular conditioning with high mileage training, mainly characterized by

  18. Soldier-relevant body borne loads increase knee joint contact force during a run-to-stop maneuver.

    PubMed

    Ramsay, John W; Hancock, Clifford L; O'Donovan, Meghan P; Brown, Tyler N

    2016-12-08

    The purpose of this study was to understand the effects of load carriage on human performance, specifically during a run-to-stop (RTS) task. Using OpenSim analysis tools, knee joint contact force, grounds reaction force, leg stiffness and lower extremity joint angles and moments were determined for nine male military personnel performing a RTS under three load configurations (light, ~6kg, medium, ~20kg, and heavy, ~40kg). Subject-based means for each biomechanical variable were submitted to repeated measures ANOVA to test the effects of load. During the RTS, body borne load significantly increased peak knee joint contact force by 1.2 BW (p<0.001) and peak vertical (p<0.001) and anterior-posterior (p=0.002) ground reaction forces by 0.6 BW and 0.3 BW, respectively. Body borne load also had a significant effect on hip (p=0.026) posture with the medium load and knee (p=0.046) posture with the heavy load. With the heavy load, participants exhibited a substantial, albeit non-significant increase in leg stiffness (p=0.073 and d=0.615). Increases in joint contact force exhibited during the RTS were primarily due to greater GRFs that impact the soldier with each incremental addition of body borne load. The stiff leg, extended knee and large braking force the soldiers exhibited with the heavy load suggests their injury risk may be greatest with that specific load configuration. Further work is needed to determine if the biomechanical profile exhibited with the heavy load configuration translates to unsafe shear forces at the knee joint and consequently, a higher likelihood of injury. Published by Elsevier Ltd.

  19. Phonological coding during reading

    PubMed Central

    Leinenger, Mallorie

    2014-01-01

    The exact role that phonological coding (the recoding of written, orthographic information into a sound based code) plays during silent reading has been extensively studied for more than a century. Despite the large body of research surrounding the topic, varying theories as to the time course and function of this recoding still exist. The present review synthesizes this body of research, addressing the topics of time course and function in tandem. The varying theories surrounding the function of phonological coding (e.g., that phonological codes aid lexical access, that phonological codes aid comprehension and bolster short-term memory, or that phonological codes are largely epiphenomenal in skilled readers) are first outlined, and the time courses that each maps onto (e.g., that phonological codes come online early (pre-lexical) or that phonological codes come online late (post-lexical)) are discussed. Next the research relevant to each of these proposed functions is reviewed, discussing the varying methodologies that have been used to investigate phonological coding (e.g., response time methods, reading while eyetracking or recording EEG and MEG, concurrent articulation) and highlighting the advantages and limitations of each with respect to the study of phonological coding. In response to the view that phonological coding is largely epiphenomenal in skilled readers, research on the use of phonological codes in prelingually, profoundly deaf readers is reviewed. Finally, implications for current models of word identification (activation-verification model (Van Order, 1987), dual-route model (e.g., Coltheart, Rastle, Perry, Langdon, & Ziegler, 2001), parallel distributed processing model (Seidenberg & McClelland, 1989)) are discussed. PMID:25150679

  20. Self-Scheduling Parallel Methods for Multiple Serial Codes with Application to WOPWOP

    NASA Technical Reports Server (NTRS)

    Long, Lyle N.; Brentner, Kenneth S.

    2000-01-01

    This paper presents a scheme for efficiently running a large number of serial jobs on parallel computers. Two examples are given of computer programs that run relatively quickly, but often they must be run numerous times to obtain all the results needed. It is very common in science and engineering to have codes that are not massive computing challenges in themselves, but due to the number of instances that must be run, they do become large-scale computing problems. The two examples given here represent common problems in aerospace engineering: aerodynamic panel methods and aeroacoustic integral methods. The first example simply solves many systems of linear equations. This is representative of an aerodynamic panel code where someone would like to solve for numerous angles of attack. The complete code for this first example is included in the appendix so that it can be readily used by others as a template. The second example is an aeroacoustics code (WOPWOP) that solves the Ffowcs Williams Hawkings equation to predict the far-field sound due to rotating blades. In this example, one quite often needs to compute the sound at numerous observer locations, hence parallelization is utilized to automate the noise computation for a large number of observers.

  1. Effects of voluntary wheel running on heart rate, body temperature, and locomotor activity in response to acute and repeated stressor exposures in rats.

    PubMed

    Masini, Cher V; Nyhuis, Tara J; Sasse, Sarah K; Day, Heidi E W; Campeau, Serge

    2011-05-01

    Stress often negatively impacts physical and mental health but it has been suggested that voluntary physical activity may benefit health by reducing some of the effects of stress. The present experiments tested whether voluntary exercise can reduce heart rate, core body temperature and locomotor activity responses to acute (novelty or loud noise) or repeated stress (loud noise). After 6 weeks of running-wheel access, rats exposed to a novel environment had reduced heart rate, core body temperature, and locomotor activity responses compared to rats housed under sedentary conditions. In contrast, none of these measures were different between exercised and sedentary rats following acute 30-min noise exposures, at either 85 or 98 dB. Following 10 weeks of running-wheel access, both groups displayed significant habituation of all these responses to 10 consecutive daily 30-min presentations of 98 dB noise stress. However, the extent of habituation of all three responses was significantly enhanced in exercised compared to sedentary animals on the last exposure to noise. These results suggest that in physically active animals, under some conditions, acute responses to stress exposure may be reduced, and response habituation to repeated stress may be enhanced, which ultimately may reduce the negative and cumulative impact of stress.

  2. Effects of voluntary wheel running on heart rate, body temperature, and locomotor activity in response to acute and repeated stressor exposures in rats

    PubMed Central

    MASINI, CHER V.; NYHUIS, TARA J.; SASSE, SARAH K.; DAY, HEIDI E. W.; CAMPEAU, SERGE

    2015-01-01

    Stress often negatively impacts physical and mental health but it has been suggested that voluntary physical activity may benefit health by reducing some of the effects of stress. The present experiments tested whether voluntary exercise can reduce heart rate, core body temperature and locomotor activity responses to acute (novelty or loud noise) or repeated stress (loud noise). After 6 weeks of running-wheel access, rats exposed to a novel environment had reduced heart rate, core body temperature, and locomotor activity responses compared to rats housed under sedentary conditions. In contrast, none of these measures were different between exercised and sedentary rats following acute 30-min noise exposures, at either 85 or 98 dB. Following 10 weeks of running-wheel access, both groups displayed significant habituation of all these responses to 10 consecutive daily 30-min presentations of 98 dB noise stress. However, the extent of habituation of all three responses was significantly enhanced in exercised compared to sedentary animals on the last exposure to noise. These results suggest that in physically active animals, under some conditions, acute responses to stress exposure may be reduced, and response habituation to repeated stress may be enhanced, which ultimately may reduce the negative and cumulative impact of stress. PMID:21438772

  3. Anthropometric, Sprint, and High-Intensity Running Profiles of English Academy Rugby Union Players by Position.

    PubMed

    Darrall-Jones, Joshua D; Jones, Ben; Till, Kevin

    2016-05-01

    The purpose of this study was to evaluate the anthropometric, sprint, and high-intensity running profiles of English academy rugby union players by playing positions, and to investigate the relationships between anthropometric, sprint, and high-intensity running characteristics. Data were collected from 67 academy players after the off-season period and consisted of anthropometric (height, body mass, sum of 8 skinfolds [∑SF]), 40-m linear sprint (5-, 10-, 20-, and 40-m splits), the Yo-Yo intermittent recovery test level 1 (Yo-Yo IRTL-1), and the 30-15 intermittent fitness test (30-15 IFT). Forwards displayed greater stature, body mass, and ∑SF; sprint times and sprint momentum, with lower high-intensity running ability and sprint velocities than backs. Comparisons between age categories demonstrated body mass and sprint momentum to have the largest differences at consecutive age categories for forwards and backs; whereas 20-40-m sprint velocity was discriminate for forwards between under 16s, 18s, and 21s. Relationships between anthropometric, sprint velocity, momentum, and high-intensity running ability demonstrated body mass to negatively impact on sprint velocity (10 m; r = -0.34 to -0.46) and positively affect sprint momentum (e.g., 5 m; r = 0.85-0.93), with large to very large negative relationships with the Yo-Yo IRTL-1 (r = -0.65 to -0.74) and 30-15 IFT (r = -0.59 to -0.79). These findings suggest that there are distinct anthropometric, sprint, and high-intensity running ability differences between and within positions in junior rugby union players. The development of sprint and high-intensity running ability may be impacted by continued increases in body mass as there seems to be a trade-off between momentum, velocity, and the ability to complete high-intensity running.

  4. Physiological responses during intermittent running exercise differ between outdoor and treadmill running.

    PubMed

    Panascì, Marco; Lepers, Romuald; La Torre, Antonio; Bonato, Matteo; Assadi, Hervè

    2017-09-01

    The aim of this study was to compare the physiological responses during 15 min of intermittent running consisting of 30 s of high-intensity running exercise at maximal aerobic velocity (MAV) interspersed with 30 s of passive recovery (30-30) performed outdoor versus on a motorized treadmill. Fifteen collegiate physically active males (age, 22 ± 1 years old; body mass, 66 ± 7 kg; stature, 176 ± 06 cm; weekly training volume, 5 ± 2 h·week -1 ), performed the Fitness Intermittent Test 45-15 to determine maximal oxygen uptake (V̇O 2max ) and MAV and then completed in random order 3 different training sessions consisting of a 30-s run/30-s rest on an outdoor athletic track (30-30 Track) at MAV; a 30-s run/30-s rest on a treadmill (30-30 Treadmill) at MAV; a 30-s run/30-s rest at MAV+15% (30-30 + 15% MAV Treadmill). Oxygen uptake (V̇O 2 ), time above 90%V̇O 2max (t90%V̇O 2max ), and rating of perceived exertion (RPE) were measured during each training session. We observed a statistical significant underestimation of V̇O 2 (53.1 ± 5.4 mL·kg -1 ·min -1 vs 49.8 ± 6.7 mL·kg -1 ·min -1 , -6.3%, P = 0.012), t90%V̇O 2max (8.6% ± 11.5% vs 38.7% ± 32.5%, -77.8%, P = 0.008), RPE (11.4 ± 1.4 vs 16.5 ± 1.7, -31%, P < 0.0001) during the 30-30 Treadmill compared with the same training session performed on track. No statistical differences between 30-30 +15 % MAV Treadmill and 30-30 Track were observed. The present study demonstrates that a 15% increase in running velocity during a high-intensity intermittent treadmill training session is the optimal solution to reach the same physiological responses than an outdoor training session.

  5. Free Access to Running Wheels Abolishes Hyperphagia in Human Growth Hormone Transgenic Rats

    PubMed Central

    KOMATSUDA, Mugiko; YAMANOUCHI, Keitaro; MATSUWAKI, Takashi; NISHIHARA, Masugi

    2014-01-01

    ABSTRACT Obesity is a major health problem, and increased food intake and decreased physical activity are considered as two major factors causing obesity. Previous studies show that voluntary exercise in a running wheel decreases not only body weight but also food intake of rats. We previously produced human growth hormone transgenic (TG) rats, which are characterized by severe hyperphagia and obesity. To gain more insight into the effects on physical activity to food consumption and obesity, we examined whether voluntary running wheel exercise causes inhibition of hyperphagia and alteration of body composition in TG rats. Free access to running wheels completely abolished hyperphagia in TG rats, and this effect persisted for many weeks as far as the running wheel is accessible. Unexpectedly, though the running distances of TG rats were significantly less than those of wild type rats, it was sufficient to normalize their food consumption. This raises the possibility that rearing environment, which enables them to access to a running wheel freely, rather than the amounts of physical exercises is more important for the maintenance of proper food intake. PMID:24717416

  6. Free access to running wheels abolishes hyperphagia in human growth hormone transgenic rats.

    PubMed

    Komatsuda, Mugiko; Yamanouchi, Keitaro; Matsuwaki, Takashi; Nishihara, Masugi

    2014-07-01

    Obesity is a major health problem, and increased food intake and decreased physical activity are considered as two major factors causing obesity. Previous studies show that voluntary exercise in a running wheel decreases not only body weight but also food intake of rats. We previously produced human growth hormone transgenic (TG) rats, which are characterized by severe hyperphagia and obesity. To gain more insight into the effects on physical activity to food consumption and obesity, we examined whether voluntary running wheel exercise causes inhibition of hyperphagia and alteration of body composition in TG rats. Free access to running wheels completely abolished hyperphagia in TG rats, and this effect persisted for many weeks as far as the running wheel is accessible. Unexpectedly, though the running distances of TG rats were significantly less than those of wild type rats, it was sufficient to normalize their food consumption. This raises the possibility that rearing environment, which enables them to access to a running wheel freely, rather than the amounts of physical exercises is more important for the maintenance of proper food intake.

  7. An evaluation of the quality of obstetric morbidity coding using an objective assessment tool, the Performance Indicators For Coding Quality (PICQ).

    PubMed

    Lamb, Mary K; Innes, Kerry; Saad, Patricia; Rust, Julie; Dimitropoulos, Vera; Cumerlato, Megan

    The Performance Indicators for Coding Quality (PICQ) is a data quality assessment tool developed by Australia's National Centre for Classification in Health (NCCH). PICQ consists of a number of indicators covering all ICD-10-AM disease chapters, some procedure chapters from the Australian Classification of Health Intervention (ACHI) and some Australian Coding Standards (ACS). The indicators can be used to assess the coding quality of hospital morbidity data by monitoring compliance of coding conventions and ACS; this enables the identification of particular records that may be incorrectly coded, thus providing a measure of data quality. There are 31 obstetric indicators available for the ICD-10-AM Fourth Edition. Twenty of these 31 indicators were classified as Fatal, nine as Warning and two Relative. These indicators were used to examine coding quality of obstetric records in the 2004-2005 financial year Australian national hospital morbidity dataset. Records with obstetric disease or procedure codes listed anywhere in the code string were extracted and exported from the SPSS source file. Data were then imported into a Microsoft Access database table as per PICQ instructions, and run against all Fatal and Warning and Relative (N=31) obstetric PICQ 2006 Fourth Edition Indicators v.5 for the ICD-10- AM Fourth Edition. There were 689,905 gynaecological and obstetric records in the 2004-2005 financial year, of which 1.14% were found to have triggered Fatal degree errors, 3.78% Warning degree errors and 8.35% Relative degree errors. The types of errors include completeness, redundancy, specificity and sequencing problems. It was found that PICQ is a useful initial screening tool for the assessment of ICD-10-AM/ACHI coding quality. The overall quality of codes assigned to obstetric records in the 2004- 2005 Australian national morbidity dataset is of fair quality.

  8. Nesting behavior of house mice (Mus domesticus) selected for increased wheel-running activity.

    PubMed

    Carter, P A; Swallow, J G; Davis, S J; Garland, T

    2000-03-01

    Nest building was measured in "active" (housed with access to running wheels) and "sedentary" (without wheel access) mice (Mus domesticus) from four replicate lines selected for 10 generations for high voluntary wheel-running behavior, and from four randombred control lines. Based on previous studies of mice bidirectionally selected for thermoregulatory nest building, it was hypothesized that nest building would show a negative correlated response to selection on wheel-running. Such a response could constrain the evolution of high voluntary activity because nesting has also been shown to be positively genetically correlated with successful production of weaned pups. With wheel access, selected mice of both sexes built significantly smaller nests than did control mice. Without wheel access, selected females also built significantly smaller nests than did control females, but only when body mass was excluded from the statistical model, suggesting that body mass mediated this correlated response to selection. Total distance run and mean running speed on wheels was significantly higher in selected mice than in controls, but no differences in amount of time spent running were measured, indicating a complex cause of the response of nesting to selection for voluntary wheel running.

  9. The NYU inverse swept wing code

    NASA Technical Reports Server (NTRS)

    Bauer, F.; Garabedian, P.; Mcfadden, G.

    1983-01-01

    An inverse swept wing code is described that is based on the widely used transonic flow program FLO22. The new code incorporates a free boundary algorithm permitting the pressure distribution to be prescribed over a portion of the wing surface. A special routine is included to calculate the wave drag, which can be minimized in its dependence on the pressure distribution. An alternate formulation of the boundary condition at infinity was introduced to enhance the speed and accuracy of the code. A FORTRAN listing of the code and a listing of a sample run are presented. There is also a user's manual as well as glossaries of input and output parameters.

  10. Simplified Syndrome Decoding of (n, 1) Convolutional Codes

    NASA Technical Reports Server (NTRS)

    Reed, I. S.; Truong, T. K.

    1983-01-01

    A new syndrome decoding algorithm for the (n, 1) convolutional codes (CC) that is different and simpler than the previous syndrome decoding algorithm of Schalkwijk and Vinck is presented. The new algorithm uses the general solution of the polynomial linear Diophantine equation for the error polynomial vector E(D). This set of Diophantine solutions is a coset of the CC space. A recursive or Viterbi-like algorithm is developed to find the minimum weight error vector cirumflex E(D) in this error coset. An example illustrating the new decoding algorithm is given for the binary nonsymmetric (2,1)CC.

  11. Energy expenditure and influence of physiologic factors during marathon running.

    PubMed

    Loftin, Mark; Sothern, Melinda; Koss, Cathie; Tuuri, Georgianna; Vanvrancken, Connie; Kontos, Anthony; Bonis, Marc

    2007-11-01

    This study examined energy expenditure and physiologic determinants for marathon performance in recreational runners. Twenty recreational marathon runners participated (10 males aged 41 +/- 11.3 years, 10 females aged 42.7 +/- 11.7 years). Each subject completed a V(.-)O2max and a 1-hour treadmill run at recent marathon pace, and body composition was indirectly determined via dual energy X-ray absorptiometry. The male runners exhibited higher V(.-)O2max (ml x kg(-1) x min(-1)) values (52.6 +/- 5.5) than their female counterparts (41.9 +/- 6.6), although ventilatory threshold (T-vent) values were similar between groups (males: 76.2 +/- 6.1 % of V(.-)O2max, females: 75.1 +/- 5.1%). The male runners expended more energy (2,792 +/- 235 kcal) for their most recent marathon as calculated from the 1-hour treadmill run at marathon pace than the female runners (2,436 +/- 297 kcal). Body composition parameters correlated moderately to highly (r ranging from 0.50 to 0.87) with marathon run time. Also, V(.-)O2max (r = -0.73) and ventilatory threshold (r = -0.73) moderately correlated with marathon run time. As a group, the participants ran near their ventilatory threshold for their most recent marathon (r = 0.74). These results indicate the influence of body size on marathon run performance. In general, the larger male and female runners ran slower and expended more kilocalories than smaller runners. Regardless of marathon finishing time, the runners maintained a pace near their T-vent, and as T-vent or V(.-)O2max increased, marathon performance time decreased.

  12. Professional Practice and Innovation: Level of Agreement between Coding Sources of Percentage Total Body Surface Area Burnt (%TBSA).

    PubMed

    Watterson, Dina; Cleland, Heather; Picton, Natalie; Simpson, Pam M; Gabbe, Belinda J

    2011-03-01

    The percentage of total body surface area burnt (%TBSA) is a critical measure of burn injury severity and a key predictor of burn injury outcome. This study evaluated the level of agreement between four sources of %TBSA using 120 cases identified through the Victorian State Trauma Registry. Expert clinician, ICD-10-AM, Abbreviated Injury Scale, and burns registry coding were compared using measures of agreement. There was near-perfect agreement (weighted Kappa statistic 0.81-1) between all sources of data, suggesting that ICD-10-AM is a valid source of %TBSA and use of ICD-10-AM codes could reduce the resource used by trauma and burns registries capturing this information.

  13. Simulation of spacecraft attitude dynamics using TREETOPS and model-specific computer Codes

    NASA Technical Reports Server (NTRS)

    Cochran, John E.; No, T. S.; Fitz-Coy, Norman G.

    1989-01-01

    The simulation of spacecraft attitude dynamics and control using the generic, multi-body code called TREETOPS and other codes written especially to simulate particular systems is discussed. Differences in the methods used to derive equations of motion--Kane's method for TREETOPS and the Lagrangian and Newton-Euler methods, respectively, for the other two codes--are considered. Simulation results from the TREETOPS code are compared with those from the other two codes for two example systems. One system is a chain of rigid bodies; the other consists of two rigid bodies attached to a flexible base body. Since the computer codes were developed independently, consistent results serve as a verification of the correctness of all the programs. Differences in the results are discussed. Results for the two-rigid-body, one-flexible-body system are useful also as information on multi-body, flexible, pointing payload dynamics.

  14. Heavy strength training improves running and cycling performance following prolonged submaximal work in well-trained female athletes.

    PubMed

    Vikmoen, Olav; Rønnestad, Bent R; Ellefsen, Stian; Raastad, Truls

    2017-03-01

    The purpose of this study was to investigate the effects of adding heavy strength training to female duathletes' normal endurance training on both cycling and running performance. Nineteen well-trained female duathletes ( V O 2max cycling: 54 ± 3 ml∙kg -1 ∙min -1 , VO 2max running: 53 ± 3 ml∙kg -1 ∙min -1 ) were randomly assigned to either normal endurance training ( E , n  = 8) or normal endurance training combined with strength training ( E+S , n  = 11). The strength training consisted of four lower body exercises [3 × 4-10 repetition maximum (RM)] twice a week for 11 weeks. Running and cycling performance were assessed using 5-min all-out tests, performed immediately after prolonged periods of submaximal work (3 h cycling or 1.5 h running). E+S increased 1RM in half squat (45 ± 22%) and lean mass in the legs (3.1 ± 4.0%) more than E Performance during the 5-min all-out test increased in both cycling (7.0 ± 4.5%) and running (4.7 ± 6.0%) in E+S, whereas no changes occurred in E The changes in running performance were different between groups. E+S reduced oxygen consumption and heart rate during the final 2 h of prolonged cycling, whereas no changes occurred in E No changes occurred during the prolonged running in any group. Adding strength training to normal endurance training in well-trained female duathletes improved both running and cycling performance when tested immediately after prolonged submaximal work. © 2017 The Authors. Physiological Reports published by Wiley Periodicals, Inc. on behalf of The Physiological Society and the American Physiological Society.

  15. A powered prosthetic ankle joint for walking and running.

    PubMed

    Grimmer, Martin; Holgate, Matthew; Holgate, Robert; Boehler, Alexander; Ward, Jeffrey; Hollander, Kevin; Sugar, Thomas; Seyfarth, André

    2016-12-19

    Current prosthetic ankle joints are designed either for walking or for running. In order to mimic the capabilities of an able-bodied, a powered prosthetic ankle for walking and running was designed. A powered system has the potential to reduce the limitations in range of motion and positive work output of passive walking and running feet. To perform the experiments a controller capable of transitions between standing, walking, and running with speed adaptations was developed. In the first case study the system was mounted on an ankle bypass in parallel with the foot of a non-amputee subject. By this method the functionality of hardware and controller was proven. The Walk-Run ankle was capable of mimicking desired torque and angle trajectories in walking and running up to 2.6 m/s. At 4 m/s running, ankle angle could be matched while ankle torque could not. Limited ankle output power resulting from a suboptimal spring stiffness value was identified as a main reason. Further studies have to show to what extent the findings can be transferred to amputees.

  16. Determining the Marker Configuration and Modeling Technique to Optimize the Biomechanical Analysis of Running-Specific Prostheses

    DTIC Science & Technology

    2011-08-01

    4 Body ...Report requirement. 5 Body The approved Statement of Work proposed the following timeline (Table 1): Table 1. Timeline for approved project...Figure 1) were tested for this project including the 1E90 Sprinter (OttoBock Inc.), Flex-Run (Ossur), Cheetah ® (Ossur) and Nitro Running Foot (Freedom

  17. Phonological coding during reading.

    PubMed

    Leinenger, Mallorie

    2014-11-01

    The exact role that phonological coding (the recoding of written, orthographic information into a sound based code) plays during silent reading has been extensively studied for more than a century. Despite the large body of research surrounding the topic, varying theories as to the time course and function of this recoding still exist. The present review synthesizes this body of research, addressing the topics of time course and function in tandem. The varying theories surrounding the function of phonological coding (e.g., that phonological codes aid lexical access, that phonological codes aid comprehension and bolster short-term memory, or that phonological codes are largely epiphenomenal in skilled readers) are first outlined, and the time courses that each maps onto (e.g., that phonological codes come online early [prelexical] or that phonological codes come online late [postlexical]) are discussed. Next the research relevant to each of these proposed functions is reviewed, discussing the varying methodologies that have been used to investigate phonological coding (e.g., response time methods, reading while eye-tracking or recording EEG and MEG, concurrent articulation) and highlighting the advantages and limitations of each with respect to the study of phonological coding. In response to the view that phonological coding is largely epiphenomenal in skilled readers, research on the use of phonological codes in prelingually, profoundly deaf readers is reviewed. Finally, implications for current models of word identification (activation-verification model, Van Orden, 1987; dual-route model, e.g., M. Coltheart, Rastle, Perry, Langdon, & Ziegler, 2001; parallel distributed processing model, Seidenberg & McClelland, 1989) are discussed. (PsycINFO Database Record (c) 2014 APA, all rights reserved).

  18. Scalable streaming tools for analyzing N-body simulations: Finding halos and investigating excursion sets in one pass

    NASA Astrophysics Data System (ADS)

    Ivkin, N.; Liu, Z.; Yang, L. F.; Kumar, S. S.; Lemson, G.; Neyrinck, M.; Szalay, A. S.; Braverman, V.; Budavari, T.

    2018-04-01

    Cosmological N-body simulations play a vital role in studying models for the evolution of the Universe. To compare to observations and make a scientific inference, statistic analysis on large simulation datasets, e.g., finding halos, obtaining multi-point correlation functions, is crucial. However, traditional in-memory methods for these tasks do not scale to the datasets that are forbiddingly large in modern simulations. Our prior paper (Liu et al., 2015) proposes memory-efficient streaming algorithms that can find the largest halos in a simulation with up to 109 particles on a small server or desktop. However, this approach fails when directly scaling to larger datasets. This paper presents a robust streaming tool that leverages state-of-the-art techniques on GPU boosting, sampling, and parallel I/O, to significantly improve performance and scalability. Our rigorous analysis of the sketch parameters improves the previous results from finding the centers of the 103 largest halos (Liu et al., 2015) to ∼ 104 - 105, and reveals the trade-offs between memory, running time and number of halos. Our experiments show that our tool can scale to datasets with up to ∼ 1012 particles while using less than an hour of running time on a single GPU Nvidia GTX 1080.

  19. Long-run growth rate in a random multiplicative model

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pirjol, Dan

    2014-08-01

    We consider the long-run growth rate of the average value of a random multiplicative process x{sub i+1} = a{sub i}x{sub i} where the multipliers a{sub i}=1+ρexp(σW{sub i}₋1/2 σ²t{sub i}) have Markovian dependence given by the exponential of a standard Brownian motion W{sub i}. The average value (x{sub n}) is given by the grand partition function of a one-dimensional lattice gas with two-body linear attractive interactions placed in a uniform field. We study the Lyapunov exponent λ=lim{sub n→∞}1/n log(x{sub n}), at fixed β=1/2 σ²t{sub n}n, and show that it is given by the equation of state of the lattice gas inmore » thermodynamical equilibrium. The Lyapunov exponent has discontinuous partial derivatives along a curve in the (ρ, β) plane ending at a critical point (ρ{sub C}, β{sub C}) which is related to a phase transition in the equivalent lattice gas. Using the equivalence of the lattice gas with a bosonic system, we obtain the exact solution for the equation of state in the thermodynamical limit n → ∞.« less

  20. Non-perturbative quark mass renormalisation and running in N_{f}=3 QCD

    NASA Astrophysics Data System (ADS)

    Campos, I.; Fritzsch, P.; Pena, C.; Preti, D.; Ramos, A.; Vladikas, A.

    2018-05-01

    We determine from first principles the quark mass anomalous dimension in N_{f}=3 QCD between the electroweak and hadronic scales. This allows for a fully non-perturbative connection of the perturbative and non-perturbative regimes of the Standard Model in the hadronic sector. The computation is carried out to high accuracy, employing massless O (a)-improved Wilson quarks and finite-size scaling techniques. We also provide the matching factors required in the renormalisation of light quark masses from lattice computations with O (a)-improved Wilson fermions and a tree-level Symanzik improved gauge action. The total uncertainty due to renormalisation and running in the determination of light quark masses in the SM is thus reduced to about 1%.

  1. Follow the Code: Rules or Guidelines for Academic Deans' Behavior?

    ERIC Educational Resources Information Center

    Bray, Nathaniel J.

    2012-01-01

    In the popular movie series "Pirates of the Caribbean," there is a pirate code that influences how pirates behave in unclear situations, with a running joke about whether the code is either a set of rules or guidelines for behavior. Codes of conduct in any social group or organization can have much the same feel; they can provide clarity and…

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

    NASA Astrophysics Data System (ADS)

    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.

  3. Evolution of perceived footwear comfort over a prolonged running session.

    PubMed

    Hintzy, F; Cavagna, J; Horvais, N

    2015-12-01

    The purpose of this study was to investigate the subjective perception of overall footwear comfort over a prolonged running session. Ten runners performed two similar sessions consisting of a 13-km trail run (5 laps of 2.6 km) as fast as possible. The overall footwear comfort was evaluated before running and at the end of each lap with a 150-mm visual analogic scale, as well as speed, heart rate and rate of perceived exertion. The results showed that both overall footwear comfort and speed decreased consistently during the run session, and significantly after 44 min of running (i.e. the 3rd lap). It could be hypothesized that the deterioration of overall footwear comfort was explained by mechanical and energetical parameter changes with time and/or fatigue occurring at the whole body, foot and footwear levels. These results justify the use of a prolonged running test for running footwear comfort evaluation. Copyright © 2015 Elsevier Ltd. All rights reserved.

  4. Repetition code of 15 qubits

    NASA Astrophysics Data System (ADS)

    Wootton, James R.; Loss, Daniel

    2018-05-01

    The repetition code is an important primitive for the techniques of quantum error correction. Here we implement repetition codes of at most 15 qubits on the 16 qubit ibmqx3 device. Each experiment is run for a single round of syndrome measurements, achieved using the standard quantum technique of using ancilla qubits and controlled operations. The size of the final syndrome is small enough to allow for lookup table decoding using experimentally obtained data. The results show strong evidence that the logical error rate decays exponentially with code distance, as is expected and required for the development of fault-tolerant quantum computers. The results also give insight into the nature of noise in the device.

  5. New quantum codes derived from a family of antiprimitive BCH codes

    NASA Astrophysics Data System (ADS)

    Liu, Yang; Li, Ruihu; Lü, Liangdong; Guo, Luobin

    The Bose-Chaudhuri-Hocquenghem (BCH) codes have been studied for more than 57 years and have found wide application in classical communication system and quantum information theory. In this paper, we study the construction of quantum codes from a family of q2-ary BCH codes with length n=q2m+1 (also called antiprimitive BCH codes in the literature), where q≥4 is a power of 2 and m≥2. By a detailed analysis of some useful properties about q2-ary cyclotomic cosets modulo n, Hermitian dual-containing conditions for a family of non-narrow-sense antiprimitive BCH codes are presented, which are similar to those of q2-ary primitive BCH codes. Consequently, via Hermitian Construction, a family of new quantum codes can be derived from these dual-containing BCH codes. Some of these new antiprimitive quantum BCH codes are comparable with those derived from primitive BCH codes.

  6. Rate-compatible punctured convolutional codes (RCPC codes) and their applications

    NASA Astrophysics Data System (ADS)

    Hagenauer, Joachim

    1988-04-01

    The concept of punctured convolutional codes is extended by punctuating a low-rate 1/N code periodically with period P to obtain a family of codes with rate P/(P + l), where l can be varied between 1 and (N - 1)P. A rate-compatibility restriction on the puncturing tables ensures that all code bits of high rate codes are used by the lower-rate codes. This allows transmission of incremental redundancy in ARQ/FEC (automatic repeat request/forward error correction) schemes and continuous rate variation to change from low to high error protection within a data frame. Families of RCPC codes with rates between 8/9 and 1/4 are given for memories M from 3 to 6 (8 to 64 trellis states) together with the relevant distance spectra. These codes are almost as good as the best known general convolutional codes of the respective rates. It is shown that the same Viterbi decoder can be used for all RCPC codes of the same M. The application of RCPC codes to hybrid ARQ/FEC schemes is discussed for Gaussian and Rayleigh fading channels using channel-state information to optimize throughput.

  7. Mal-Xtract: Hidden Code Extraction using Memory Analysis

    NASA Astrophysics Data System (ADS)

    Lim, Charles; Syailendra Kotualubun, Yohanes; Suryadi; Ramli, Kalamullah

    2017-01-01

    Software packer has been used effectively to hide the original code inside a binary executable, making it more difficult for existing signature based anti malware software to detect malicious code inside the executable. A new method of written and rewritten memory section is introduced to to detect the exact end time of unpacking routine and extract original code from packed binary executable using Memory Analysis running in an software emulated environment. Our experiment results show that at least 97% of the original code from the various binary executable packed with different software packers could be extracted. The proposed method has also been successfully extracted hidden code from recent malware family samples.

  8. Sparse Coding for N-Gram Feature Extraction and Training for File Fragment Classification

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wang, Felix; Quach, Tu-Thach; Wheeler, Jason

    File fragment classification is an important step in the task of file carving in digital forensics. In file carving, files must be reconstructed based on their content as a result of their fragmented storage on disk or in memory. Existing methods for classification of file fragments typically use hand-engineered features such as byte histograms or entropy measures. In this paper, we propose an approach using sparse coding that enables automated feature extraction. Sparse coding, or sparse dictionary learning, is an unsupervised learning algorithm, and is capable of extracting features based simply on how well those features can be used tomore » reconstruct the original data. With respect to file fragments, we learn sparse dictionaries for n-grams, continuous sequences of bytes, of different sizes. These dictionaries may then be used to estimate n-gram frequencies for a given file fragment, but for significantly larger n-gram sizes than are typically found in existing methods which suffer from combinatorial explosion. To demonstrate the capability of our sparse coding approach, we used the resulting features to train standard classifiers such as support vector machines (SVMs) over multiple file types. Experimentally, we achieved significantly better classification results with respect to existing methods, especially when the features were used in supplement to existing hand-engineered features.« less

  9. Sparse Coding for N-Gram Feature Extraction and Training for File Fragment Classification

    DOE PAGES

    Wang, Felix; Quach, Tu-Thach; Wheeler, Jason; ...

    2018-04-05

    File fragment classification is an important step in the task of file carving in digital forensics. In file carving, files must be reconstructed based on their content as a result of their fragmented storage on disk or in memory. Existing methods for classification of file fragments typically use hand-engineered features such as byte histograms or entropy measures. In this paper, we propose an approach using sparse coding that enables automated feature extraction. Sparse coding, or sparse dictionary learning, is an unsupervised learning algorithm, and is capable of extracting features based simply on how well those features can be used tomore » reconstruct the original data. With respect to file fragments, we learn sparse dictionaries for n-grams, continuous sequences of bytes, of different sizes. These dictionaries may then be used to estimate n-gram frequencies for a given file fragment, but for significantly larger n-gram sizes than are typically found in existing methods which suffer from combinatorial explosion. To demonstrate the capability of our sparse coding approach, we used the resulting features to train standard classifiers such as support vector machines (SVMs) over multiple file types. Experimentally, we achieved significantly better classification results with respect to existing methods, especially when the features were used in supplement to existing hand-engineered features.« less

  10. Personal best marathon time and longest training run, not anthropometry, predict performance in recreational 24-hour ultrarunners.

    PubMed

    Knechtle, Beat; Knechtle, Patrizia; Rosemann, Thomas; Lepers, Romuald

    2011-08-01

    In recent studies, a relationship between both low body fat and low thicknesses of selected skinfolds has been demonstrated for running performance of distances from 100 m to the marathon but not in ultramarathon. We investigated the association of anthropometric and training characteristics with race performance in 63 male recreational ultrarunners in a 24-hour run using bi and multivariate analysis. The athletes achieved an average distance of 146.1 (43.1) km. In the bivariate analysis, body mass (r = -0.25), the sum of 9 skinfolds (r = -0.32), the sum of upper body skinfolds (r = -0.34), body fat percentage (r = -0.32), weekly kilometers ran (r = 0.31), longest training session before the 24-hour run (r = 0.56), and personal best marathon time (r = -0.58) were related to race performance. Stepwise multiple regression showed that both the longest training session before the 24-hour run (p = 0.0013) and the personal best marathon time (p = 0.0015) had the best correlation with race performance. Performance in these 24-hour runners may be predicted (r2 = 0.46) by the following equation: Performance in a 24-hour run, km) = 234.7 + 0.481 (longest training session before the 24-hour run, km) - 0.594 (personal best marathon time, minutes). For practical applications, training variables such as volume and intensity were associated with performance but not anthropometric variables. To achieve maximum kilometers in a 24-hour run, recreational ultrarunners should have a personal best marathon time of ∼3 hours 20 minutes and complete a long training run of ∼60 km before the race, whereas anthropometric characteristics such as low body fat or low skinfold thicknesses showed no association with performance.

  11. New syndrome decoding techniques for the (n, k) convolutional codes

    NASA Technical Reports Server (NTRS)

    Reed, I. S.; Truong, T. K.

    1984-01-01

    This paper presents a new syndrome decoding algorithm for the (n, k) convolutional codes (CC) which differs completely from an earlier syndrome decoding algorithm of Schalkwijk and Vinck. The new algorithm is based on the general solution of the syndrome equation, a linear Diophantine equation for the error polynomial vector E(D). The set of Diophantine solutions is a coset of the CC. In this error coset a recursive, Viterbi-like algorithm is developed to find the minimum weight error vector (circumflex)E(D). An example, illustrating the new decoding algorithm, is given for the binary nonsystemmatic (3, 1)CC. Previously announced in STAR as N83-34964

  12. Accounting for Laminar Run & Trip Drag in Supersonic Cruise Performance Testing

    NASA Technical Reports Server (NTRS)

    Goodsell, Aga M.; Kennelly, Robert A.

    1999-01-01

    An improved laminar run and trip drag correction methodology for supersonic cruise performance testing was derived. This method required more careful analysis of the flow visualization images which revealed delayed transition particularly on the inboard upper surface, even for the largest trip disks. In addition, a new code was developed to estimate the laminar run correction. Once the data were corrected for laminar run, the correct approach to the analysis of the trip drag became evident. Although the data originally appeared confusing, the corrected data are consistent with previous results. Furthermore, the modified approach, which was described in this presentation, extends prior historical work by taking into account the delayed transition caused by the blunt leading edges.

  13. Action-minimizing solutions of the one-dimensional N-body problem

    NASA Astrophysics Data System (ADS)

    Yu, Xiang; Zhang, Shiqing

    2018-05-01

    We supplement the following result of C. Marchal on the Newtonian N-body problem: A path minimizing the Lagrangian action functional between two given configurations is always a true (collision-free) solution when the dimension d of the physical space R^d satisfies d≥2. The focus of this paper is on the fixed-ends problem for the one-dimensional Newtonian N-body problem. We prove that a path minimizing the action functional in the set of paths joining two given configurations and having all the time the same order is always a true (collision-free) solution. Considering the one-dimensional N-body problem with equal masses, we prove that (i) collision instants are isolated for a path minimizing the action functional between two given configurations, (ii) if the particles at two endpoints have the same order, then the path minimizing the action functional is always a true (collision-free) solution and (iii) when the particles at two endpoints have different order, although there must be collisions for any path, we can prove that there are at most N! - 1 collisions for any action-minimizing path.

  14. Astrophysical N-body Simulations Using Hierarchical Tree Data Structures

    NASA Astrophysics Data System (ADS)

    Warren, M. S.; Salmon, J. K.

    The authors report on recent large astrophysical N-body simulations executed on the Intel Touchstone Delta system. They review the astrophysical motivation and the numerical techniques and discuss steps taken to parallelize these simulations. The methods scale as O(N log N), for large values of N, and also scale linearly with the number of processors. The performance sustained for a duration of 67 h, was between 5.1 and 5.4 Gflop/s on a 512-processor system.

  15. Multiple running speed signals in medial entorhinal cortex

    PubMed Central

    Hinman, James R.; Brandon, Mark P.; Climer, Jason R.; Chapman, G. William; Hasselmo, Michael E.

    2016-01-01

    Grid cells in medial entorhinal cortex (MEC) can be modeled using oscillatory interference or attractor dynamic mechanisms that perform path integration, a computation requiring information about running direction and speed. The two classes of computational models often use either an oscillatory frequency or a firing rate that increases as a function of running speed. Yet it is currently not known whether these are two manifestations of the same speed signal or dissociable signals with potentially different anatomical substrates. We examined coding of running speed in MEC and identified these two speed signals to be independent of each other within individual neurons. The medial septum (MS) is strongly linked to locomotor behavior and removal of MS input resulted in strengthening of the firing rate speed signal, while decreasing the strength of the oscillatory speed signal. Thus two speed signals are present in MEC that are differentially affected by disrupted MS input. PMID:27427460

  16. TOUGH+ v1.5 Core Code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Moridis, George J.

    TOUGH+ v1.5 is a numerical code for the simulation of multi-phase, multi-component flow and transport of mass and heat through porous and fractured media, and represents the third update of the code since its first release [Moridis et al., 2008]. TOUGH+ is a successor to the TOUGH2 [Pruess et al., 1991; 2012] family of codes for multi-component, multiphase fluid and heat flow developed at the Lawrence Berkeley National Laboratory. It is written in standard FORTRAN 95/2003, and can be run on any computational platform (workstations, PC, Macintosh). TOUGH+ v1.5 employs dynamic memory allocation, thus minimizing storage requirements. It has amore » completely modular structure, follows the tenets of Object-Oriented Programming (OOP), and involves the advanced features of FORTRAN 95/2003, i.e., modules, derived data types, the use of pointers, lists and trees, data encapsulation, defined operators and assignments, operator extension and overloading, use of generic procedures, and maximum use of the powerful intrinsic vector and matrix processing operations. TOUGH+ v1.5 is the core code for its family of applications, i.e., the part of the code that is common to all its applications. It provides a description of the underlying physics and thermodynamics of non-isothermal flow, of the mathematical and numerical approaches, as well as a detailed explanation of the general (common to all applications) input requirements, options, capabilities and output specifications. The core code cannot run by itself: it needs to be coupled with the code for the specific TOUGH+ application option that describes a particular type of problem. The additional input requirements specific to a particular TOUGH+ application options and related illustrative examples can be found in the corresponding User's Manual.« less

  17. The quantum n-body problem in dimension d ⩾ n – 1: ground state

    NASA Astrophysics Data System (ADS)

    Miller, Willard, Jr.; Turbiner, Alexander V.; Escobar-Ruiz, M. A.

    2018-05-01

    We employ generalized Euler coordinates for the n body system in dimensional space, which consists of the centre-of-mass vector, relative (mutual) mass-independent distances r ij and angles as remaining coordinates. We prove that the kinetic energy of the quantum n-body problem for can be written as the sum of three terms: (i) kinetic energy of centre-of-mass, (ii) the second order differential operator which depends on relative distances alone and (iii) the differential operator which annihilates any angle-independent function. The operator has a large reflection symmetry group and in variables is an algebraic operator, which can be written in terms of generators of the hidden algebra . Thus, makes sense of the Hamiltonian of a quantum Euler–Arnold top in a constant magnetic field. It is conjectured that for any n, the similarity-transformed is the Laplace–Beltrami operator plus (effective) potential; thus, it describes a -dimensional quantum particle in curved space. This was verified for . After de-quantization the similarity-transformed becomes the Hamiltonian of the classical top with variable tensor of inertia in an external potential. This approach allows a reduction of the dn-dimensional spectral problem to a -dimensional spectral problem if the eigenfunctions depend only on relative distances. We prove that the ground state function of the n body problem depends on relative distances alone.

  18. Learning dictionaries of sparse codes of 3D movements of body joints for real-time human activity understanding.

    PubMed

    Qi, Jin; Yang, Zhiyong

    2014-01-01

    Real-time human activity recognition is essential for human-robot interactions for assisted healthy independent living. Most previous work in this area is performed on traditional two-dimensional (2D) videos and both global and local methods have been used. Since 2D videos are sensitive to changes of lighting condition, view angle, and scale, researchers begun to explore applications of 3D information in human activity understanding in recently years. Unfortunately, features that work well on 2D videos usually don't perform well on 3D videos and there is no consensus on what 3D features should be used. Here we propose a model of human activity recognition based on 3D movements of body joints. Our method has three steps, learning dictionaries of sparse codes of 3D movements of joints, sparse coding, and classification. In the first step, space-time volumes of 3D movements of body joints are obtained via dense sampling and independent component analysis is then performed to construct a dictionary of sparse codes for each activity. In the second step, the space-time volumes are projected to the dictionaries and a set of sparse histograms of the projection coefficients are constructed as feature representations of the activities. Finally, the sparse histograms are used as inputs to a support vector machine to recognize human activities. We tested this model on three databases of human activities and found that it outperforms the state-of-the-art algorithms. Thus, this model can be used for real-time human activity recognition in many applications.

  19. Particle In Cell Codes on Highly Parallel Architectures

    NASA Astrophysics Data System (ADS)

    Tableman, Adam

    2014-10-01

    We describe strategies and examples of Particle-In-Cell Codes running on Nvidia GPU and Intel Phi architectures. This includes basic implementations in skeletons codes and full-scale development versions (encompassing 1D, 2D, and 3D codes) in Osiris. Both the similarities and differences between Intel's and Nvidia's hardware will be examined. Work supported by grants NSF ACI 1339893, DOE DE SC 000849, DOE DE SC 0008316, DOE DE NA 0001833, and DOE DE FC02 04ER 54780.

  20. Analysis of localised dose distribution in human body by Monte Carlo code system for photon irradiation.

    PubMed

    Ohnishi, S; Odano, N; Nariyama, N; Saito, K

    2004-01-01

    In usual personal dosimetry, whole body irradiation is assumed. However, the opportunity of partial irradiation is increasing and the tendencies of protection quantities caused under those irradiation conditions are different. The code system has been developed and effective dose and organ absorbed doses have been calculated in the case of horizontal narrow photon beam irradiated from various directions at three representative body sections, 40, 50 and 60 cm originating from the top of the head. This work covers 24 beam directions, each 15 degrees angle ranging from 0 degrees to 345 degrees, three energy levels, 45 keV, 90 keV and 1.25 MeV, and three beam diameters of 1, 2 and 4 cm. These results show that the beam injected from diagonally front or other specific direction causes peak dose in the case of partial irradiation.

  1. The prediction of speed and incline in outdoor running in humans using accelerometry.

    PubMed

    Herren, R; Sparti, A; Aminian, K; Schutz, Y

    1999-07-01

    To explore whether triaxial accelerometric measurements can be utilized to accurately assess speed and incline of running in free-living conditions. Body accelerations during running were recorded at the lower back and at the heel by a portable data logger in 20 human subjects, 10 men, and 10 women. After parameterizing body accelerations, two neural networks were designed to recognize each running pattern and calculate speed and incline. Each subject ran 18 times on outdoor roads at various speeds and inclines; 12 runs were used to calibrate the neural networks whereas the 6 other runs were used to validate the model. A small difference between the estimated and the actual values was observed: the square root of the mean square error (RMSE) was 0.12 m x s(-1) for speed and 0.014 radiant (rad) (or 1.4% in absolute value) for incline. Multiple regression analysis allowed accurate prediction of speed (RMSE = 0.14 m x s(-1)) but not of incline (RMSE = 0.026 rad or 2.6% slope). Triaxial accelerometric measurements allows an accurate estimation of speed of running and incline of terrain (the latter with more uncertainty). This will permit the validation of the energetic results generated on the treadmill as applied to more physiological unconstrained running conditions.

  2. Impact of Running Away on Girls' Pregnancy

    ERIC Educational Resources Information Center

    Thrane, Lisa E.; Chen, Xiaojin

    2012-01-01

    This study assessed the impact of running away on pregnancy in the subsequent year among U.S. adolescents. We also investigated interactions between running away and sexual assault, romance, and school disengagement. Pregnancy among females between 11 and 17 years (n = 6100) was examined utilizing the Longitudinal Study of Adolescent Health (Add…

  3. SPH/N-body simulations of small (D = 10 km) monolithic asteroidal breakups and improved parametric relations for Monte-Carlo collisional models

    NASA Astrophysics Data System (ADS)

    Ševecek, Pavel; Broz, Miroslav; Nesvorny, David; Durda, Daniel D.; Asphaug, Erik; Walsh, Kevin J.; Richardson, Derek C.

    2016-10-01

    Detailed models of asteroid collisions can yield important constrains for the evolution of the Main Asteroid Belt, but the respective parameter space is large and often unexplored. We thus performed a new set of simulations of asteroidal breakups, i.e. fragmentations of intact targets, subsequent gravitational reaccumulation and formation of small asteroid families, focusing on parent bodies with diameters D = 10 km.Simulations were performed with a smoothed-particle hydrodynamics (SPH) code (Benz & Asphaug 1994), combined with an efficient N-body integrator (Richardson et al. 2000). We assumed a number of projectile sizes, impact velocities and impact angles. The rheology used in the physical model does not include friction nor crushing; this allows for a direct comparison to results of Durda et al. (2007). Resulting size-frequency distributions are significantly different from scaled-down simulations with D = 100 km monolithic targets, although they may be even more different for pre-shattered targets.We derive new parametric relations describing fragment distributions, suitable for Monte-Carlo collisional models. We also characterize velocity fields and angular distributions of fragments, which can be used as initial conditions in N-body simulations of small asteroid families. Finally, we discuss various uncertainties related to SPH simulations.

  4. Negative running can prevent eternal inflation

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kinney, William H.; Freese, Katherine, E-mail: whkinney@buffalo.edu, E-mail: ktfreese@umich.edu

    Current data from the Planck satellite and the BICEP2 telescope favor, at around the 2 σ level, negative running of the spectral index of curvature perturbations from inflation. We show that for negative running α < 0, the curvature perturbation amplitude has a maximum on scales larger than our current horizon size. A condition for the absence of eternal inflation is that the curvature perturbation amplitude always remain below unity on superhorizon scales. For current bounds on n{sub S} from Planck, this corresponds to an upper bound of the running α < −9 × 10{sup −5}, so that even tiny running of the scalar spectral index ismore » sufficient to prevent eternal inflation from occurring, as long as the running remains negative on scales outside the horizon. In single-field inflation models, negative running is associated with a finite duration of inflation: we show that eternal inflation may not occur even in cases where inflation lasts as long as 10{sup 4} e-folds.« less

  5. Calculating the n-point correlation function with general and efficient python code

    NASA Astrophysics Data System (ADS)

    Genier, Fred; Bellis, Matthew

    2018-01-01

    There are multiple approaches to understanding the evolution of large-scale structure in our universe and with it the role of baryonic matter, dark matter, and dark energy at different points in history. One approach is to calculate the n-point correlation function estimator for galaxy distributions, sometimes choosing a particular type of galaxy, such as luminous red galaxies. The standard way to calculate these estimators is with pair counts (for the 2-point correlation function) and with triplet counts (for the 3-point correlation function). These are O(n2) and O(n3) problems, respectively and with the number of galaxies that will be characterized in future surveys, having efficient and general code will be of increasing importance. Here we show a proof-of-principle approach to the 2-point correlation function that relies on pre-calculating galaxy locations in coarse “voxels”, thereby reducing the total number of necessary calculations. The code is written in python, making it easily accessible and extensible and is open-sourced to the community. Basic results and performance tests using SDSS/BOSS data will be shown and we discuss the application of this approach to the 3-point correlation function.

  6. Computer code for scattering from impedance bodies of revolution. Part 3: Surface impedance with s and phi variation. Analytical and numerical results

    NASA Technical Reports Server (NTRS)

    Uslenghi, Piergiorgio L. E.; Laxpati, Sharad R.; Kawalko, Stephen F.

    1993-01-01

    The third phase of the development of the computer codes for scattering by coated bodies that has been part of an ongoing effort in the Electromagnetics Laboratory of the Electrical Engineering and Computer Science Department at the University of Illinois at Chicago is described. The work reported discusses the analytical and numerical results for the scattering of an obliquely incident plane wave by impedance bodies of revolution with phi variation of the surface impedance. Integral equation formulation of the problem is considered. All three types of integral equations, electric field, magnetic field, and combined field, are considered. These equations are solved numerically via the method of moments with parametric elements. Both TE and TM polarization of the incident plane wave are considered. The surface impedance is allowed to vary along both the profile of the scatterer and in the phi direction. Computer code developed for this purpose determines the electric surface current as well as the bistatic radar cross section. The results obtained with this code were validated by comparing the results with available results for specific scatterers such as the perfectly conducting sphere. Results for the cone-sphere and cone-cylinder-sphere for the case of an axially incident plane were validated by comparing the results with the results with those obtained in the first phase of this project. Results for body of revolution scatterers with an abrupt change in the surface impedance along both the profile of the scatterer and the phi direction are presented.

  7. GOTHIC: Gravitational oct-tree code accelerated by hierarchical time step controlling

    NASA Astrophysics Data System (ADS)

    Miki, Yohei; Umemura, Masayuki

    2017-04-01

    The tree method is a widely implemented algorithm for collisionless N-body simulations in astrophysics well suited for GPU(s). Adopting hierarchical time stepping can accelerate N-body simulations; however, it is infrequently implemented and its potential remains untested in GPU implementations. We have developed a Gravitational Oct-Tree code accelerated by HIerarchical time step Controlling named GOTHIC, which adopts both the tree method and the hierarchical time step. The code adopts some adaptive optimizations by monitoring the execution time of each function on-the-fly and minimizes the time-to-solution by balancing the measured time of multiple functions. Results of performance measurements with realistic particle distribution performed on NVIDIA Tesla M2090, K20X, and GeForce GTX TITAN X, which are representative GPUs of the Fermi, Kepler, and Maxwell generation of GPUs, show that the hierarchical time step achieves a speedup by a factor of around 3-5 times compared to the shared time step. The measured elapsed time per step of GOTHIC is 0.30 s or 0.44 s on GTX TITAN X when the particle distribution represents the Andromeda galaxy or the NFW sphere, respectively, with 224 = 16,777,216 particles. The averaged performance of the code corresponds to 10-30% of the theoretical single precision peak performance of the GPU.

  8. Flow Simulation of N3-X Hybrid Wing-Body Configuration

    NASA Technical Reports Server (NTRS)

    Kim, Hyoungjin; Liou, Meng-Sing

    2013-01-01

    System studies show that a N3-X hybrid wing-body aircraft with a turboelectric distributed propulsion system using a mail-slot inlet/nozzle nacelle can meet the environmental and performance goals for N+3 generation transports (three generations beyond the current air transport technology level) set by NASA s Subsonic Fixed Wing Project. In this study, a Navier-Stokes flow simulation of N3-X on hybrid unstructured meshes was conducted, including the mail-slot propulsor. The geometry of the mail-slot propulsor was generated by a CAD (Computer-Aided Design)-free shape parameterization. A body force approach was used for a more realistic and efficient simulation of the turning and loss effects of the fan blades and the inlet-fan interactions. Flow simulation results of the N3-X demonstrates the validity of the present approach.

  9. Running Mechanics and Variability with Aging.

    PubMed

    Silvernail, Julia Freedman; Boyer, Katherine; Rohr, Eric; Brüggemann, Gert-Peter; Hamill, Joseph

    2015-10-01

    As the elderly population in the United States continues to grow, issues related to maintenance of health become increasingly important. Physical activity has positive benefits for healthy aging. Running, a popular form of exercise, is associated with the risk of developing injury, especially in older runners. Initial differences between older and younger runners have been observed, but these were observed without consideration of other differences between groups, such as running mileage. This study aims to compare running mechanics and lower-extremity coordination variability in matched groups of healthy younger and healthy older runners. Three-dimensional kinetics and kinematics were collected while 14 older adults (45-65 yr) and younger adults (18-35 yr) ran overground at 3.5 m·s. Knee, ankle, and hip joint angles and moments were determined. Discrete measures at foot strike (maximum and minimum) were determined and compared between groups. Segment angles during stance were utilized to calculate segment coordination variability between pelvis and thigh, thigh and shank, and shank and foot, using a modified vector coding technique. Knee and ankle joint angles were similar between groups (P > 0.05). Older runners had greater hip range of motion (P = 0.01) and peak hip flexion (P = 0.001) at a more extended hip position than younger runners. Older runners had smaller ankle plantarflexion moment (P = 0.04) and hip rotational moment (P = 0.005) than younger runners. There were no between-group differences in any of the variability measures (P > 0.05). Runners appear to maintain movement patterns and variability during running with increasing age, indicating that running itself may be contributing to maintenance of health among older runners in the current study.

  10. Quantitative isomer-specific N-glycan fingerprinting using isotope coded labeling and high performance liquid chromatography-electrospray ionization-mass spectrometry with graphitic carbon stationary phase.

    PubMed

    Michael, Claudia; Rizzi, Andreas M

    2015-02-27

    Glycan reductive isotope labeling (GRIL) using (12)C6-/(13)C6-aniline as labeling reagent is reported with the aim of quantitative N-glycan fingerprinting. Porous graphitized carbon (PGC) as stationary phase in capillary scale HPLC coupled to electrospray mass spectrometry with time of flight analyzer was applied for the determination of labeled N-glycans released from glycoproteins. The main benefit of using stable isotope-coding in the context of comparative glycomics lies in the improved accuracy and precision of the quantitative analysis in combined samples and in the potential of correcting for structure-dependent incomplete enzymatic release of oligosaccharides when comparing identical target proteins. The method was validated with respect to mobile phase parameters, reproducibility, accuracy, linearity and limit of detection/quantification (LOD/LOQ) using test glycoproteins. It is shown that the developed method is capable of determining relative amounts of N-glycans (including isomers) comparing two samples in one single HPLC-MS run. The analytical potential and usefulness of GRIL in combination with PGC-ESI-TOF-MS is demonstrated comparing glycosylation in human monoclonal antibodies produced in Chinese hamster ovary cells (CHO) and hybridoma cell lines. Copyright © 2015 Elsevier B.V. All rights reserved.

  11. What do people think about running barefoot/with minimalist footwear? A thematic analysis.

    PubMed

    Walton, Peter D; French, David P

    2016-05-01

    Barefoot running describes when individuals run without footwear. Minimalist running utilizes shoes aimed to mimic being barefoot. Although these forms of running have become increasingly popular, we still know little about how recreational runners perceive them. In-depth interviews with eight recreational runners were used to gather information about their running experiences with a focus on barefoot and minimalist running. Interviews were analysed using a latent level thematic analysis to identify and interpret themes within the data. Although participants considered barefoot running to be 'natural', they also considered it to be extreme. Minimalist running did not produce such aversive reactions. 'Support' reassured against concerns and was seen as central in protecting vulnerable body parts and reducing impact forces, but lacked a common or clear definition. A preference for practical over academic knowledge was found. Anecdotal information was generally trusted, as were running stores with gait assessment, but not health professionals. People often have inconsistent ideas about barefoot and minimalist running, which are often formed by potentially biased sources, which may lead people to make poor decisions about barefoot and minimalist running. It is important to provide high-quality information to enable better decisions to be made about barefoot and minimalist running. What is already known on this subject? There is no known work on the psychology behind barefoot and minimalist running. We believe our study is the first qualitative study to have investigated views of this increasingly popular form of running. What does this study add? The results suggest that although barefoot running is considered 'natural', it is also considered 'extreme'. Minimalist running, however, did not receive such aversive reactions. 'Support' was a common concern among runners. Although 'support' reassured against concerns and was seen as central in protecting vulnerable body

  12. Fast Multipole Methods for Three-Dimensional N-body Problems

    NASA Technical Reports Server (NTRS)

    Koumoutsakos, P.

    1995-01-01

    We are developing computational tools for the simulations of three-dimensional flows past bodies undergoing arbitrary motions. High resolution viscous vortex methods have been developed that allow for extended simulations of two-dimensional configurations such as vortex generators. Our objective is to extend this methodology to three dimensions and develop a robust computational scheme for the simulation of such flows. A fundamental issue in the use of vortex methods is the ability of employing efficiently large numbers of computational elements to resolve the large range of scales that exist in complex flows. The traditional cost of the method scales as Omicron (N(sup 2)) as the N computational elements/particles induce velocities at each other, making the method unacceptable for simulations involving more than a few tens of thousands of particles. In the last decade fast methods have been developed that have operation counts of Omicron (N log N) or Omicron (N) (referred to as BH and GR respectively) depending on the details of the algorithm. These methods are based on the observation that the effect of a cluster of particles at a certain distance may be approximated by a finite series expansion. In order to exploit this observation we need to decompose the element population spatially into clusters of particles and build a hierarchy of clusters (a tree data structure) - smaller neighboring clusters combine to form a cluster of the next size up in the hierarchy and so on. This hierarchy of clusters allows one to determine efficiently when the approximation is valid. This algorithm is an N-body solver that appears in many fields of engineering and science. Some examples of its diverse use are in astrophysics, molecular dynamics, micro-magnetics, boundary element simulations of electromagnetic problems, and computer animation. More recently these N-body solvers have been implemented and applied in simulations involving vortex methods. Koumoutsakos and Leonard (1995

  13. Relationship Between Body Fat and Physical Fitness in Army ROTC Cadets.

    PubMed

    Steed, Carly L; Krull, Benjamin R; Morgan, Amy L; Tucker, Robin M; Ludy, Mary-Jon

    2016-09-01

    The Army Physical Fitness Test (APFT), including timed push-ups, sit-ups, and run, assesses physical performance for the Army. Percent body fat is estimated using height and circumference measurements. The objectives of the study were to (a) compare the accuracy of height and circumference measurements to other, more accepted, body fat assessment methods and (b) determine the relationships between body composition and APFT results. Participants included Reserve Officer Training Corps (ROTC) cadets (n = 11 males, 2 females, 21.6 ± 3.5 years) from a midwestern university). At one visit, percent body fat was assessed using height and circumference measurements, air-displacement plethysmography, and bioelectrical impedance analysis. APFT results were provided by the ROTC director. All assessment methods for percent body fat were strongly associated (r ≥ 0.7, p < 0.01), implying that height and circumference measurement is a practical tool to estimate percent body fat of ROTC cadets. Total APFT score was not associated with any body fat assessment method. Push-up number was negatively associated with percent body fat by all assessment methods (r ≥ -0.8, p = 0.001), although run time was positively associated (r ≥ 0.6, p < 0.05). This suggests that percent body fat may be an important variable in determining or improving cardiovascular and muscular endurance, but not APFT performance. Reprint & Copyright © 2016 Association of Military Surgeons of the U.S.

  14. Treadmill Running Reverses Cognitive Declines due to Alzheimer Disease.

    PubMed

    Cho, Jinkyung; Shin, Min-Kyoo; Kim, Donghyun; Lee, Inhwan; Kim, Shinuk; Kang, Hyunsik

    2015-09-01

    This study investigated the effect of treadmill running on cognitive declines in the early and advanced stages of Alzheimer disease (AD) in 3xTg-AD mice. At 4 months of age, 3xTg-AD mice (N = 24) were assigned to control (AD + CON, n = 12) or exercise (AD + EX, n = 12) group. At 24 months of age, 3xTg-AD mice (N = 16) were assigned to AD + CON (n = 8) or AD + EX (n = 8) group. The AD + EX mice were subjected to treadmill running for 12 wk. At each pathological stage, the background strain mice were included as wild-type control (WT + CON, n = 8-12). At the early stage of AD, 3xTg-AD mice had impaired short- and long-term memory based on Morris water maze along with higher cortical Aβ deposition, higher hippocampal and cortical tau pathology, and lower hippocampal and cortical PSD-95 and synaptophysin. A 12-wk treadmill running reversed the impaired cognitive declines and significantly improved the tau pathology along with suppression of the decreased PSD-95 and synaptophysin in the hippocampus and cortex. At the advanced stage of AD, 3xTg-AD mice had impaired short- and long-term memory along with higher levels of Aβ deposition, soluble Aβ1-40 and Aβ1-42, tau pathology, and lower levels of brain-derived neurotrophic factor, PSD-95, and synaptophysin in the hippocampus and cortex. A 12-wk treadmill running reversed the impaired cognitive declines and significantly improved the Aβ and tau pathology along with suppression of the decreased synaptic proteins and brain-derived neurotrophic factor in the hippocampus and cortex. The current findings suggest that treadmill running provides a nonpharmacological means to combat cognitive declines due to AD pathology.

  15. Unchained polygons and the N-body problem

    NASA Astrophysics Data System (ADS)

    Chenciner, A.; Féjoz, J.

    2009-02-01

    We study both theoretically and numerically the Lyapunov families which bifurcate in the vertical direction from a horizontal relative equilibrium in ℝ3. As explained in [1], very symmetric relative equilibria thus give rise to some recently studied classes of periodic solutions. We discuss the possibility of continuing these families globally as action minimizers in a rotating frame where they become periodic solutions with particular symmetries. A first step is to give estimates on intervals of the frame rotation frequency over which the relative equilibrium is the sole absolute action minimizer: this is done by generalizing to an arbitrary relative equilibrium the method used in [2] by V. Batutello and S. Terracini. In the second part, we focus on the relative equilibrium of the equal-mass regular N-gon. The proof of the local existence of the vertical Lyapunov families relies on the fact that the restriction to the corresponding directions of the quadratic part of the energy is positive definite. We compute the symmetry groups G r/s ( N, k, η) of the vertical Lyapunov families observed in appropriate rotating frames, and use them for continuing the families globally. The paradigmatic examples are the “Eight” families for an odd number of bodies and the “Hip- Hop” families for an even number. The first ones generalize Marchal’s P 12 family for 3 bodies, which starts with the equilateral triangle and ends with the Eight [1, 3-6]; the second ones generalize the Hip-Hop family for 4 bodies, which starts from the square and ends with the Hip-Hop [1, 7, 8]. We argue that it is precisely for these two families that global minimization may be used. In the other cases, obstructions to the method come from isomorphisms between the symmetries of different families; this is the case for the so-called “chain” choreographies (see [6]), where only a local minimization property is true (except for N = 3). Another interesting feature of these chains is the

  16. Mean platelet volume (MPV) predicts middle distance running performance.

    PubMed

    Lippi, Giuseppe; Salvagno, Gian Luca; Danese, Elisa; Skafidas, Spyros; Tarperi, Cantor; Guidi, Gian Cesare; Schena, Federico

    2014-01-01

    Running economy and performance in middle distance running depend on several physiological factors, which include anthropometric variables, functional characteristics, training volume and intensity. Since little information is available about hematological predictors of middle distance running time, we investigated whether some hematological parameters may be associated with middle distance running performance in a large sample of recreational runners. The study population consisted in 43 amateur runners (15 females, 28 males; median age 47 years), who successfully concluded a 21.1 km half-marathon at 75-85% of their maximal aerobic power (VO2max). Whole blood was collected 10 min before the run started and immediately thereafter, and hematological testing was completed within 2 hours after sample collection. The values of lymphocytes and eosinophils exhibited a significant decrease compared to pre-run values, whereas those of mean corpuscular volume (MCV), platelets, mean platelet volume (MPV), white blood cells (WBCs), neutrophils and monocytes were significantly increased after the run. In univariate analysis, significant associations with running time were found for pre-run values of hematocrit, hemoglobin, mean corpuscular hemoglobin (MCH), red blood cell distribution width (RDW), MPV, reticulocyte hemoglobin concentration (RetCHR), and post-run values of MCH, RDW, MPV, monocytes and RetCHR. In multivariate analysis, in which running time was entered as dependent variable whereas age, sex, blood lactate, body mass index, VO2max, mean training regimen and the hematological parameters significantly associated with running performance in univariate analysis were entered as independent variables, only MPV values before and after the trial remained significantly associated with running time. After adjustment for platelet count, the MPV value before the run (p = 0.042), but not thereafter (p = 0.247), remained significantly associated with running

  17. Energy absorption of impacts during running at various stride lengths.

    PubMed

    Derrick, T R; Hamill, J; Caldwell, G E

    1998-01-01

    The foot-ground impact experienced during running produces a shock wave that is transmitted through the human skeletal system. This shock wave is attenuated by deformation of the ground/shoe as well as deformation of biological tissues in the body. The goal of this study was to investigate the locus of energy absorption during the impact phase of the running cycle. Running speed (3.83 m x s[-1]) was kept constant across five stride length conditions: preferred stride length (PSL), +10% of PSL, -10% of PSL, +20% of PSL, and -20% of PSL. Transfer functions were generated from accelerometers attached to the leg and head of ten male runners. A rigid body model was used to estimate the net energy absorbed at the hip, knee, and ankle joints. There was an increasing degree of shock attenuation as stride length increased. The energy absorbed during the impact portion of the running cycle also increased with stride length. Muscles that cross the knee joint showed the greatest adjustment in response to increased shock. It was postulated that the increased perpendicular distance from the line of action of the resultant ground reaction force to the knee joint center played a role in this increased energy absorption.

  18. The effects of running cadence manipulation on plantar loading in healthy runners.

    PubMed

    Wellenkotter, J; Kernozek, T W; Meardon, S; Suchomel, T

    2014-08-01

    Our purpose was to evaluate effects of cadence manipulation on plantar loading during running. Participants (n=38) ran on a treadmill at their preferred speed in 3 conditions: preferred, 5% increased, and 5% decreased while measured using in-shoe sensors. Data (contact time [CT], peak force [PF], force time integral [FTI], pressure time integral [PTI] and peak pressure [PP]) were recorded for 30 right footfalls. Multivariate analysis was performed to detect differences in loading between cadences in the total foot and 4 plantar regions. Differences in plantar loading occurred between cadence conditions. Total foot CT and PF were lower with a faster cadence, but no total foot PP differences were observed. Faster cadence reduced CT, pressure and force variables in both the heel and metatarsal regions. Increasing cadence did not elevate metatarsal loads; rather, total foot and all regions were reduced when healthy runners increased their cadence. If a 5% increase in cadence from preferred were maintained over each mile run the impulse at the heel would be reduced by an estimated 565 body weights*s (BW*s) and the metatarsals 140-170 BW*s per mile run despite the increased steps taken. Increasing cadence may benefit overuse injuries associated with elevated plantar loading. © Georg Thieme Verlag KG Stuttgart · New York.

  19. BISE (Bodies in the Space Environment) experiment run

    NASA Image and Video Library

    2009-09-26

    ISS020-E-042187 (26 Sept. 2009) --- NASA astronaut Nicole Stott, Expedition 20 flight engineer, uses Neurospat hardware to perform the Bodies in the Space Environment (BISE) experiment in the Destiny laboratory of the International Space Station. The Canadian Space Agency-sponsored BISE experiment studies how astronauts perceive up and down in microgravity.

  20. Status report on the 'Merging' of the Electron-Cloud Code POSINST with the 3-D Accelerator PIC CODE WARP

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Vay, J.-L.; Furman, M.A.; Azevedo, A.W.

    2004-04-19

    We have integrated the electron-cloud code POSINST [1] with WARP [2]--a 3-D parallel Particle-In-Cell accelerator code developed for Heavy Ion Inertial Fusion--so that the two can interoperate. Both codes are run in the same process, communicate through a Python interpreter (already used in WARP), and share certain key arrays (so far, particle positions and velocities). Currently, POSINST provides primary and secondary sources of electrons, beam bunch kicks, a particle mover, and diagnostics. WARP provides the field solvers and diagnostics. Secondary emission routines are provided by the Tech-X package CMEE.

  1. Running Injuries in the Participants of Ljubljana Marathon

    PubMed Central

    Vitez, Luka; Zupet, Petra; Zadnik, Vesna; Drobnič, Matej

    2017-01-01

    Abstract Introduction The aim of our study was to determine the self-reported incidence and prevalence of running-related injuries among participants of the 18th Ljubljana Marathon, and to identify risk factors for their occurrence. Methods A customized questionnaire was distributed over registration. Independent samples of t-test and chi-square test were used to calculate the differences in risk factors occurrence in the injured and non-injured group. Factors which appeared significantly more frequently in the injured group were included further into multiple logistic regression analysis. Results The reported lifetime running injury (absence >2 weeks) incidence was: 46% none, 47% rarely, 4% occasionally, and 2% often. Most commonly injured body regions were: knee (30%), ankle and Achilles’ tendon (24%), foot (15%), and calf (12%). Male gender, running history of 1-3 years, and history of previous injuries were risk factors for life-time running injury. In the season preceding the event, 65% of participants had not experienced any running injuries, 19% of them reported minor problems (max 2 weeks absenteeism), but 10% and 7% suffered from moderate (absence 3-4 weeks) or major (more than 4 weeks pause) injuries. BMI was identified as the solely risk factor. Conclusions This self-reported study revealed a 53% lifetime prevalence of running-related injuries, with the predominate involvement of knee, ankle and Achilles’ tendon. One out of three recreational runners experienced at least one minor running injury per season. It seems that male gender, short running experience, previous injury, and BMI do increase the probability for running-related injuries. PMID:29062393

  2. Running Injuries in the Participants of Ljubljana Marathon.

    PubMed

    Vitez, Luka; Zupet, Petra; Zadnik, Vesna; Drobnič, Matej

    2017-10-01

    The aim of our study was to determine the self-reported incidence and prevalence of running-related injuries among participants of the 18 th Ljubljana Marathon, and to identify risk factors for their occurrence. A customized questionnaire was distributed over registration. Independent samples of t-test and chi-square test were used to calculate the differences in risk factors occurrence in the injured and non-injured group. Factors which appeared significantly more frequently in the injured group were included further into multiple logistic regression analysis. The reported lifetime running injury (absence >2 weeks) incidence was: 46% none, 47% rarely, 4% occasionally, and 2% often. Most commonly injured body regions were: knee (30%), ankle and Achilles' tendon (24%), foot (15%), and calf (12%). Male gender, running history of 1-3 years, and history of previous injuries were risk factors for life-time running injury. In the season preceding the event, 65% of participants had not experienced any running injuries, 19% of them reported minor problems (max 2 weeks absenteeism), but 10% and 7% suffered from moderate (absence 3-4 weeks) or major (more than 4 weeks pause) injuries. BMI was identified as the solely risk factor. This self-reported study revealed a 53% lifetime prevalence of running-related injuries, with the predominate involvement of knee, ankle and Achilles' tendon. One out of three recreational runners experienced at least one minor running injury per season. It seems that male gender, short running experience, previous injury, and BMI do increase the probability for running-related injuries.

  3. Running Pace Decrease during a Marathon Is Positively Related to Blood Markers of Muscle Damage

    PubMed Central

    Del Coso, Juan; Fernández, David; Abián-Vicen, Javier; Salinero, Juan José; González-Millán, Cristina; Areces, Francisco; Ruiz, Diana; Gallo, César; Calleja-González, Julio; Pérez-González, Benito

    2013-01-01

    Background Completing a marathon is one of the most challenging sports activities, yet the source of running fatigue during this event is not completely understood. The aim of this investigation was to determine the cause(s) of running fatigue during a marathon in warm weather. Methodology/Principal Findings We recruited 40 amateur runners (34 men and 6 women) for the study. Before the race, body core temperature, body mass, leg muscle power output during a countermovement jump, and blood samples were obtained. During the marathon (27 °C; 27% relative humidity) running fatigue was measured as the pace reduction from the first 5-km to the end of the race. Within 3 min after the marathon, the same pre-exercise variables were obtained. Results Marathoners reduced their running pace from 3.5 ± 0.4 m/s after 5-km to 2.9 ± 0.6 m/s at the end of the race (P<0.05), although the running fatigue experienced by the marathoners was uneven. Marathoners with greater running fatigue (> 15% pace reduction) had elevated post-race myoglobin (1318 ± 1411 v 623 ± 391 µg L−1; P<0.05), lactate dehydrogenase (687 ± 151 v 583 ± 117 U L−1; P<0.05), and creatine kinase (564 ± 469 v 363 ± 158 U L−1; P = 0.07) in comparison with marathoners that preserved their running pace reasonably well throughout the race. However, they did not differ in their body mass change (−3.1 ± 1.0 v −3.0 ± 1.0%; P = 0.60) or post-race body temperature (38.7 ± 0.7 v 38.9 ± 0.9 °C; P = 0.35). Conclusions/Significance Running pace decline during a marathon was positively related with muscle breakdown blood markers. To elucidate if muscle damage during a marathon is related to mechanistic or metabolic factors requires further investigation. PMID:23460881

  4. Anthropometric and training variables related to half-marathon running performance in recreational female runners.

    PubMed

    Knechtle, Beat; Knechtle, Patrizia; Barandun, Ursula; Rosemann, Thomas

    2011-05-01

    The relationship between skin-fold thickness and running has been investigated in distances ranging from 100 m to the marathon distance (42.195 km), with the exclusion of the half-marathon distance (21.0975 km). We investigated the association between anthropometric variables, prerace experience, and training variables with race time in 42 recreational, nonprofessional, female half-marathon runners using bi- and multivariate analysis. Body weight (r, 0.60); body mass index (r, 0.48); body fat percentage (r, 0.56); pectoral (r, 0.61), mid-axilla (r, 0.69), triceps (r, 0.49), subscapular (r, 0.61), abdominal (r, 0.59), suprailiac (r, 0.55), and medial calf (r, 0.53) skin-fold thickness; mean speed of the training sessions (r, -0.68); and personal best time in a half-marathon (r, 0.69) correlated with race time after bivariate analysis. Body weight (P = 0.0054), pectoral skin-fold thickness (P = 0.0068), and mean speed of the training sessions (P = 0.0041) remained significant after multivariate analysis. Mean running speed during training was related to mid-axilla (r, -0.31), subscapular (r, -0.38), abdominal (r, -0.44), and suprailiac (r, -0.41) skin-fold thickness, the sum of 8 skin-fold thicknesses (r, -0.36); and percent body fat (r, -0.31). It was determined that variables of both anthropometry and training were related to half-marathon race time, and that skin-fold thicknesses were associated with running speed during training. For practical applications, high running speed during training (as opposed to extensive training) may both reduce upper-body skin-fold thicknesses and improve race performance in recreational female half-marathon runners.

  5. Signal Processing Expert Code (SPEC)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ames, H.S.

    1985-12-01

    The purpose of this paper is to describe a prototype expert system called SPEC which was developed to demonstrate the utility of providing an intelligent interface for users of SIG, a general purpose signal processing code. The expert system is written in NIL, runs on a VAX 11/750 and consists of a backward chaining inference engine and an English-like parser. The inference engine uses knowledge encoded as rules about the formats of SIG commands and about how to perform frequency analyses using SIG. The system demonstrated that expert system can be used to control existing codes.

  6. Working research codes into fluid dynamics education: a science gateway approach

    NASA Astrophysics Data System (ADS)

    Mason, Lachlan; Hetherington, James; O'Reilly, Martin; Yong, May; Jersakova, Radka; Grieve, Stuart; Perez-Suarez, David; Klapaukh, Roman; Craster, Richard V.; Matar, Omar K.

    2017-11-01

    Research codes are effective for illustrating complex concepts in educational fluid dynamics courses, compared to textbook examples, an interactive three-dimensional visualisation can bring a problem to life! Various barriers, however, prevent the adoption of research codes in teaching: codes are typically created for highly-specific `once-off' calculations and, as such, have no user interface and a steep learning curve. Moreover, a code may require access to high-performance computing resources that are not readily available in the classroom. This project allows academics to rapidly work research codes into their teaching via a minimalist `science gateway' framework. The gateway is a simple, yet flexible, web interface allowing students to construct and run simulations, as well as view and share their output. Behind the scenes, the common operations of job configuration, submission, monitoring and post-processing are customisable at the level of shell scripting. In this talk, we demonstrate the creation of an example teaching gateway connected to the Code BLUE fluid dynamics software. Student simulations can be run via a third-party cloud computing provider or a local high-performance cluster. EPSRC, UK, MEMPHIS program Grant (EP/K003976/1), RAEng Research Chair (OKM).

  7. Running economy and energy cost of running with backpacks.

    PubMed

    Scheer, Volker; Cramer, Leoni; Heitkamp, Hans-Christian

    2018-05-02

    Running is a popular recreational activity and additional weight is often carried in backpacks on longer runs. Our aim was to examine running economy and other physiological parameters while running with a 1kg and 3 kg backpack at different submaximal running velocities. 10 male recreational runners (age 25 ± 4.2 years, VO2peak 60.5 ± 3.1 ml·kg-1·min-1) performed runs on a motorized treadmill of 5 minutes durations at three different submaximal speeds of 70, 80 and 90% of anaerobic lactate threshold (LT) without additional weight, and carrying a 1kg and 3 kg backpack. Oxygen consumption, heart rate, lactate and RPE were measured and analysed. Oxygen consumption, energy cost of running and heart rate increased significantly while running with a backpack weighing 3kg compared to running without additional weight at 80% of speed at lactate threshold (sLT) (p=0.026, p=0.009 and p=0.003) and at 90% sLT (p<0.001, p=0.001 and p=0.001). Running with a 1kg backpack showed a significant increase in heart rate at 80% sLT (p=0.008) and a significant increase in oxygen consumption and heart rate at 90% sLT (p=0.045 and p=0.007) compared to running without additional weight. While running at 70% sLT running economy and cardiovascular effort increased with weighted backpack running compared to running without additional weight, however these increases did not reach statistical significance. Running economy deteriorates and cardiovascular effort increases while running with additional backpack weight especially at higher submaximal running speeds. Backpack weight should therefore be kept to a minimum.

  8. New periodic solutions for some planar N + 3-body problems with Newtonian potentials

    NASA Astrophysics Data System (ADS)

    Yuan, Pengfei; Zhang, Shiqing

    2018-03-01

    For some planar Newtonian N + 3-body problems, we use variational minimization methods to prove the existence of new periodic solutions satisfying that N bodies chase each other on a curve, and the other 3 bodies chase each other on another curve. From the definition of orbit spaces in our paper, we can find that they are new solutions which are also different from all the examples of Ferrario and Terracini (2004).

  9. A vectorized code for calculating laminar and turbulent hypersonic flows about blunt axisymmetric bodies at zero and small angles of attack

    NASA Technical Reports Server (NTRS)

    Kumar, A.; Graves, R. A., Jr.

    1980-01-01

    A user's guide is provided for a computer code which calculates the laminar and turbulent hypersonic flows about blunt axisymmetric bodies, such as spherically blunted cones, hyperboloids, etc., at zero and small angles of attack. The code is written in STAR FORTRAN language for the CDC-STAR-100 computer. Time-dependent, viscous-shock-layer-type equations are used to describe the flow field. These equations are solved by an explicit, two-step, time asymptotic, finite-difference method. For the turbulent flow, a two-layer, eddy-viscosity model is used. The code provides complete flow-field properties including shock location, surface pressure distribution, surface heating rates, and skin-friction coefficients. This report contains descriptions of the input and output, the listing of the program, and a sample flow-field solution.

  10. Effects of a 12-week intervention period with football and running for habitually active men with mild hypertension.

    PubMed

    Knoepfli-Lenzin, C; Sennhauser, C; Toigo, M; Boutellier, U; Bangsbo, J; Krustrup, P; Junge, A; Dvorak, J

    2010-04-01

    The present study examined the effect of football (F, n=15) training on the health profile of habitually active 25-45-year-old men with mild hypertension and compared it with running (R, n=15) training and no additional activity (controls, C, n=17). The participants in F and R completed a 1-h training session 2.4 times/week for 12 weeks. Systolic and diastolic blood pressure decreased in all groups but the decrease in diastolic blood pressure in F (-9 +/- 5 (+/- SD) mmHg) was higher than that in C (-4 +/- 6 mmHg). F was as effective as R in decreasing body mass (-1.6 +/- 1.8 vs-1.5 +/- 2.1 kg) and total fat mass (-2.0 +/- 1.5 vs -1.6 +/- 1.5 kg) and in increasing supine heart rate variability, whereas no changes were detected for C. Maximal stroke volume improved in F (+13.1%) as well as in R (+10.1%) compared with C (-4.9%). Total cholesterol decreased in F (5.8 +/- 1.2 to 5.5 +/- 0.9 mmol/L) but was not altered in R and C. We conclude that football training, consisting of high-intensity intermittent exercise, results in positive effects on blood pressure, body composition, stroke volume and supine heart rate variability, and elicits at least the same cardiovascular health benefits as continuous running exercise in habitually active men with mild hypertension.

  11. Leg stiffness and stride frequency in human running.

    PubMed

    Farley, C T; González, O

    1996-02-01

    When humans and other mammals run, the body's complex system of muscle, tendon and ligament springs behaves like a single linear spring ('leg spring'). A simple spring-mass model, consisting of a single linear leg spring and a mass equivalent to the animal's mass, has been shown to describe the mechanics of running remarkably well. Force platform measurements from running animals, including humans, have shown that the stiffness of the leg spring remains nearly the same at all speeds and that the spring-mass system is adjusted for higher speeds by increasing the angle swept by the leg spring. The goal of the present study is to determine the relative importance of changes to the leg spring stiffness and the angle swept by the leg spring when humans alter their stride frequency at a given running speed. Human subjects ran on treadmill-mounted force platform at 2.5ms-1 while using a range of stride frequencies from 26% below to 36% above the preferred stride frequency. Force platform measurements revealed that the stiffness of the leg spring increased by 2.3-fold from 7.0 to 16.3 kNm-1 between the lowest and highest stride frequencies. The angle swept by the leg spring decreased at higher stride frequencies, partially offsetting the effect of the increased leg spring stiffness on the mechanical behavior of the spring-mass system. We conclude that the most important adjustment to the body's spring system to accommodate higher stride frequencies is that leg spring becomes stiffer.

  12. Verification and Validation of Monte Carlo n-Particle Code 6 (MCNP6) with Neutron Protection Factor Measurements of an Iron Box

    DTIC Science & Technology

    2014-03-27

    VERIFICATION AND VALIDATION OF MONTE CARLO N- PARTICLE CODE 6 (MCNP6) WITH NEUTRON PROTECTION FACTOR... PARTICLE CODE 6 (MCNP6) WITH NEUTRON PROTECTION FACTOR MEASUREMENTS OF AN IRON BOX THESIS Presented to the Faculty Department of Engineering...STATEMENT A. APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED iv AFIT-ENP-14-M-05 VERIFICATION AND VALIDATION OF MONTE CARLO N- PARTICLE CODE 6

  13. Quick Response codes for surgical safety: a prospective pilot study.

    PubMed

    Dixon, Jennifer L; Smythe, William Roy; Momsen, Lara S; Jupiter, Daniel; Papaconstantinou, Harry T

    2013-09-01

    Surgical safety programs have been shown to reduce patient harm; however, there is variable compliance. The purpose of this study is to determine if innovative technology such as Quick Response (QR) codes can facilitate surgical safety initiatives. We prospectively evaluated the use of QR codes during the surgical time-out for 40 operations. Feasibility and accuracy were assessed. Perceptions of the current time-out process and the QR code application were evaluated through surveys using a 5-point Likert scale and binomial yes or no questions. At baseline (n = 53), survey results from the surgical team agreed or strongly agreed that the current time-out process was efficient (64%), easy to use (77%), and provided clear information (89%). However, 65% of surgeons felt that process improvements were needed. Thirty-seven of 40 (92.5%) QR codes scanned successfully, of which 100% were accurate. Three scan failures resulted from excessive curvature or wrinkling of the QR code label on the body. Follow-up survey results (n = 33) showed that the surgical team agreed or strongly agreed that the QR program was clearer (70%), easier to use (57%), and more accurate (84%). Seventy-four percent preferred the QR system to the current time-out process. QR codes accurately transmit patient information during the time-out procedure and are preferred to the current process by surgical team members. The novel application of this technology may improve compliance, accuracy, and outcomes. Copyright © 2013 Elsevier Inc. All rights reserved.

  14. Meta-Analyses of the Effects of Habitual Running on Indices of Health in Physically Inactive Adults.

    PubMed

    Hespanhol Junior, Luiz Carlos; Pillay, Julian David; van Mechelen, Willem; Verhagen, Evert

    2015-10-01

    In order to implement running to promote physical activity, it is essential to quantify the extent to which running improves health. The aim was to summarise the literature on the effects of endurance running on biomedical indices of health in physically inactive adults. Electronic searches were conducted in October 2014 on PubMed, Embase, CINAHL, SPORTDiscus, PEDro, the Cochrane Library and LILACS, with no limits of date and language of publication. Randomised controlled trials (with a minimum of 8 weeks of running training) that included physically inactive but healthy adults (18-65 years) were selected. The studies needed to compare intervention (i.e. endurance running) and control (i.e., no intervention) groups. Two authors evaluated study eligibility, extracted data, and assessed risk of bias; a third author resolved any uncertainties. Random-effects meta-analyses were performed to summarise the estimates for length of training and sex. A dose-response analysis was performed with random-effects meta-regression in order to investigate the relationship between running characteristics and effect sizes. After screening 22,380 records, 49 articles were included, of which 35 were used to combine data on ten biomedical indices of health. On average the running programs were composed of 3.7 ± 0.9 sessions/week, 2.3 ± 1.0 h/week, 14.4 ± 5.4 km/week, at 60-90% of the maximum heart rate, and lasted 21.5 ± 16.8 weeks. After 1 year of training, running was effective in reducing body mass by 3.3 kg [95% confidence interval (CI) 4.1-2.5], body fat by 2.7% (95% CI 5.1-0.2), resting heart rate by 6.7 min(-1) (95% CI 10.3-3.0) and triglycerides by 16.9 mg dl(-1) (95% CI 28.1-5.6). Also, running significantly increased maximal oxygen uptake (VO2max) by 7.1 ml min(-1) kg(-1) (95% CI 5.0-9.1) and high-density lipoprotein (HDL) cholesterol by 3.3 mg dl(-1) (95% CI 1.2-5.4). No significant effect was found for lean body mass, body mass index, total cholesterol and low

  15. CHEETAH: A next generation thermochemical code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fried, L.; Souers, P.

    1994-11-01

    CHEETAH is an effort to bring the TIGER thermochemical code into the 1990s. A wide variety of improvements have been made in Version 1.0. We have improved the robustness and ease of use of TIGER. All of TIGER`s solvers have been replaced by new algorithms. We find that CHEETAH solves a wider variety of problems with no user intervention (e.g. no guesses for the C-J state) than TIGER did. CHEETAH has been made simpler to use than TIGER; typical use of the code occurs with the new standard run command. CHEETAH will make the use of thermochemical codes more attractivemore » to practical explosive formulators. We have also made an extensive effort to improve over the results of TIGER. CHEETAH`s version of the BKW equation of state (BKWC) is able to accurately reproduce energies from cylinder tests; something that other BKW parameter sets have been unable to do. Calculations performed with BKWC execute very quickly; typical run times are under 10 seconds on a workstation. In the future we plan to improve the underlying science in CHEETAH. More accurate equations of state will be used in the gas and the condensed phase. A kinetics capability will be added to the code that will predict reaction zone thickness. Further ease of use features will eventually be added; an automatic formulator that adjusts concentrations to match desired properties is planned.« less

  16. Regional foot pressure during running, cutting, jumping, and landing.

    PubMed

    Orendurff, Michael S; Rohr, Eric S; Segal, Ava D; Medley, Jonathan W; Green, John R; Kadel, Nancy J

    2008-03-01

    Evaluating shoes during sport-related movements may provide a better assessment of plantar loads associated with repetitive injury and provide more specific data for comparing shoe cushioning characteristics. Accelerating, cutting, and jumping pressures will be higher than in straight running, differentiating regional shoe cushioning performance in sport-specific movements. Controlled laboratory study. Peak pressures on seven anatomic regions of the foot were assessed in 10 male college athletes during running straight ahead, accelerating, cutting left, cutting right, jump take-off, and jump landing wearing Speed TD and Air Pro Turf Low shoes (Nike, Beaverton, Ore). Pedar insoles (Novel, Munich, Germany) were sampled at 99 Hz during the 6 movements. Cutting and jumping movements demonstrated more than double the pressure at the heel compared with running straight, regardless of shoe type. The Air Pro Turf showed overall lower pressure for all movement types (P<.0377). Cutting to the left, the Air Pro Turf shoe had lower heel pressures (36.6 +/- 12.5 N/cm(2)) than the Speed TD (50.3 +/- 11.2 N/cm(2)) (P<.0001), and the Air Pro Turf had lower great toe pressures than the Speed TD (44.8 +/- 8.1 N/cm(2) vs 54.4 +/- 8.4 N/cm(2); P= .0002). The Air Pro Turf also had significantly lower pressures than the Speed TD at the central forefoot during acceleration (38.2 +/- 8.3 N/cm(2) vs 50.8 +/- 7.4 N/cm(2); P<.0001). Sport-related movements load the plantar surface of the foot more than running straight. Shoe cushioning characteristics were more robustly assessed during sport-related movements (4 significant results detected) compared with running straight (1 significant result detected). There is an interaction between shoe cushioning characteristics and sport-related movements that may influence plantar pressure and repetitive stress injuries.

  17. Ptolemy Coding Style

    DTIC Science & Technology

    2014-09-05

    shell script that checks Java code and prints out an alphabetical list of unrec- ognized spellings. It properly handles namesWithEmbeddedCapitalization...local/bin/ispell. To run this script, type $PTII/util/testsuite/ptspell *.java • testsuite/chkjava is a shell script for checking various other...best if the svn:native property is set. Below is how to check the values for a file named README.txt: bash-3.2$ svn proplist README.txt Properties on

  18. Symmetries and "simple" solutions of the classical n-body problem

    NASA Astrophysics Data System (ADS)

    Chenciner, Alain

    2006-03-01

    The Lagrangian of the classical n-body problem has well known symmetries: isometries of the ambient Euclidean space (translations, rotations, reflexions) and changes of scale coming from the homogeneity of the potential. To these symmetries are associated "simple" solutions of the problem, the so-called homographic motions, which play a basic role in the global understanding of the dynamics. The classical subproblems (planar, isosceles) are also consequences of the existence of symmetries: invariance under reflexion through a plane in the first case, invariance under exchange of two equal masses in the second. In these two cases, the symmetry acts at the level of the "shape space" (the oriented one in the first case) whose existence is the main difference between the 2-body problem and the (n ≥ 3)-body problem. These symmetries of the Lagrangian imply symmetries of the action functional, which is defined on the space of regular enough loops of a given period in the configuration space of the problem. Minimization of the action under well-chosen symmetry constraints leads to remarkable solutions of the n-body problem which may also be called simple and could play after the homographic ones the role of organizing centers in the global dynamics. In [13] and [16], I have given a survey of the new classes of solutions which had been obtained in this way, mainly choreographies of n equal masses in a plane or in space and generalized Hip-Hops of at least 4 arbitrary masses in space. I give here an updated overview of the results and a quick glance at the methods of proofs.

  19. 1-D blood flow modelling in a running human body.

    PubMed

    Szabó, Viktor; Halász, Gábor

    2017-07-01

    In this paper an attempt was made to simulate blood flow in a mobile human arterial network, specifically, in a running human subject. In order to simulate the effect of motion, a previously published immobile 1-D model was modified by including an inertial force term into the momentum equation. To calculate inertial force, gait analysis was performed at different levels of speed. Our results show that motion has a significant effect on the amplitudes of the blood pressure and flow rate but the average values are not effected significantly.

  20. Particle number dependence in the non-linear evolution of N-body self-gravitating systems

    NASA Astrophysics Data System (ADS)

    Benhaiem, D.; Joyce, M.; Sylos Labini, F.; Worrakitpoonpon, T.

    2018-01-01

    Simulations of purely self-gravitating N-body systems are often used in astrophysics and cosmology to study the collisionless limit of such systems. Their results for macroscopic quantities should then converge well for sufficiently large N. Using a study of the evolution from a simple space of spherical initial conditions - including a region characterized by so-called 'radial orbit instability' - we illustrate that the values of N at which such convergence is obtained can vary enormously. In the family of initial conditions we study, good convergence can be obtained up to a few dynamical times with N ∼ 103 - just large enough to suppress two body relaxation - for certain initial conditions, while in other cases such convergence is not attained at this time even in our largest simulations with N ∼ 105. The qualitative difference is due to the stability properties of fluctuations introduced by the N-body discretisation, of which the initial amplitude depends on N. We discuss briefly why the crucial role which such fluctuations can potentially play in the evolution of the N body system could, in particular, constitute a serious problem in cosmological simulations of dark matter.

  1. Geophysics of Small Planetary Bodies

    NASA Technical Reports Server (NTRS)

    Asphaug, Erik I.

    1998-01-01

    As a SETI Institute PI from 1996-1998, Erik Asphaug studied impact and tidal physics and other geophysical processes associated with small (low-gravity) planetary bodies. This work included: a numerical impact simulation linking basaltic achondrite meteorites to asteroid 4 Vesta (Asphaug 1997), which laid the groundwork for an ongoing study of Martian meteorite ejection; cratering and catastrophic evolution of small bodies (with implications for their internal structure; Asphaug et al. 1996); genesis of grooved and degraded terrains in response to impact; maturation of regolith (Asphaug et al. 1997a); and the variation of crater outcome with impact angle, speed, and target structure. Research of impacts into porous, layered and prefractured targets (Asphaug et al. 1997b, 1998a) showed how shape, rheology and structure dramatically affects sizes and velocities of ejecta, and the survivability and impact-modification of comets and asteroids (Asphaug et al. 1998a). As an affiliate of the Galileo SSI Team, the PI studied problems related to cratering, tectonics, and regolith evolution, including an estimate of the impactor flux around Jupiter and the effect of impact on local and regional tectonics (Asphaug et al. 1998b). Other research included tidal breakup modeling (Asphaug and Benz 1996; Schenk et al. 1996), which is leading to a general understanding of the role of tides in planetesimal evolution. As a Guest Computational Investigator for NASA's BPCC/ESS supercomputer testbed, helped graft SPH3D onto an existing tree code tuned for the massively parallel Cray T3E (Olson and Asphaug, in preparation), obtaining a factor xIO00 speedup in code execution time (on 512 cpus). Runs which once took months are now completed in hours.

  2. DSP code optimization based on cache

    NASA Astrophysics Data System (ADS)

    Xu, Chengfa; Li, Chengcheng; Tang, Bin

    2013-03-01

    DSP program's running efficiency on board is often lower than which via the software simulation during the program development, which is mainly resulted from the user's improper use and incomplete understanding of the cache-based memory. This paper took the TI TMS320C6455 DSP as an example, analyzed its two-level internal cache, and summarized the methods of code optimization. Processor can achieve its best performance when using these code optimization methods. At last, a specific algorithm application in radar signal processing is proposed. Experiment result shows that these optimization are efficient.

  3. The Deceptively Simple N170 Reflects Network Information Processing Mechanisms Involving Visual Feature Coding and Transfer Across Hemispheres.

    PubMed

    Ince, Robin A A; Jaworska, Katarzyna; Gross, Joachim; Panzeri, Stefano; van Rijsbergen, Nicola J; Rousselet, Guillaume A; Schyns, Philippe G

    2016-08-22

    A key to understanding visual cognition is to determine "where", "when", and "how" brain responses reflect the processing of the specific visual features that modulate categorization behavior-the "what". The N170 is the earliest Event-Related Potential (ERP) that preferentially responds to faces. Here, we demonstrate that a paradigmatic shift is necessary to interpret the N170 as the product of an information processing network that dynamically codes and transfers face features across hemispheres, rather than as a local stimulus-driven event. Reverse-correlation methods coupled with information-theoretic analyses revealed that visibility of the eyes influences face detection behavior. The N170 initially reflects coding of the behaviorally relevant eye contralateral to the sensor, followed by a causal communication of the other eye from the other hemisphere. These findings demonstrate that the deceptively simple N170 ERP hides a complex network information processing mechanism involving initial coding and subsequent cross-hemispheric transfer of visual features. © The Author 2016. Published by Oxford University Press.

  4. The Deceptively Simple N170 Reflects Network Information Processing Mechanisms Involving Visual Feature Coding and Transfer Across Hemispheres

    PubMed Central

    Ince, Robin A. A.; Jaworska, Katarzyna; Gross, Joachim; Panzeri, Stefano; van Rijsbergen, Nicola J.; Rousselet, Guillaume A.; Schyns, Philippe G.

    2016-01-01

    A key to understanding visual cognition is to determine “where”, “when”, and “how” brain responses reflect the processing of the specific visual features that modulate categorization behavior—the “what”. The N170 is the earliest Event-Related Potential (ERP) that preferentially responds to faces. Here, we demonstrate that a paradigmatic shift is necessary to interpret the N170 as the product of an information processing network that dynamically codes and transfers face features across hemispheres, rather than as a local stimulus-driven event. Reverse-correlation methods coupled with information-theoretic analyses revealed that visibility of the eyes influences face detection behavior. The N170 initially reflects coding of the behaviorally relevant eye contralateral to the sensor, followed by a causal communication of the other eye from the other hemisphere. These findings demonstrate that the deceptively simple N170 ERP hides a complex network information processing mechanism involving initial coding and subsequent cross-hemispheric transfer of visual features. PMID:27550865

  5. Jamming and Localization of Interacting Run-and-Tumble Particles

    NASA Astrophysics Data System (ADS)

    Blythe, Richard; Evans, Martin; Slowman, Alexander

    Certain species of bacteria, notably Escherichia coli, exhibit a characteristic run-and-tumble motion comprising a sequence of straight-line runs at constant velocity interspersed with tumble events that randomize the direction of motion. In a many-body setting, this nonequilibrium dynamics can generate the phenomenon of motility-induced phase separation, which is also seen for a wide variety of self-propelled particles more generally. Whilst the propensity of self-propelled particles to phase separate is understood at a mesoscopic level, the origin of this behaviour in the inelastic collisions between particles implied by the microscopic dynamics is not. Here we present exact results for run-and-tumble particles in one dimension that reveal a richly-structured stationary state that comprises a superposition of three distinct physical states whose relative weights vary with the run and tumble rates, namely a jammed state, a localized state and a delocalized state.

  6. The Need for Vendor Source Code at NAS. Revised

    NASA Technical Reports Server (NTRS)

    Carter, Russell; Acheson, Steve; Blaylock, Bruce; Brock, David; Cardo, Nick; Ciotti, Bob; Poston, Alan; Wong, Parkson; Chancellor, Marisa K. (Technical Monitor)

    1997-01-01

    The Numerical Aerodynamic Simulation (NAS) Facility has a long standing practice of maintaining buildable source code for installed hardware. There are two reasons for this: NAS's designated pathfinding role, and the need to maintain a smoothly running operational capacity given the widely diversified nature of the vendor installations. NAS has a need to maintain support capabilities when vendors are not able; diagnose and remedy hardware or software problems where applicable; and to support ongoing system software development activities whether or not the relevant vendors feel support is justified. This note provides an informal history of these activities at NAS, and brings together the general principles that drive the requirement that systems integrated into the NAS environment run binaries built from source code, onsite.

  7. Magnetic dynamos in accreting planetary bodies

    NASA Astrophysics Data System (ADS)

    Golabek, G.; Labrosse, S.; Gerya, T.; Morishima, R.; Tackley, P. J.

    2012-12-01

    Laboratory measurements revealed ancient remanent magnetization in meteorites [1] indicating the activity of magnetic dynamos in the corresponding meteorite parent body. To study under which circumstances dynamo activity is possible, we use a new methodology to simulate the internal evolution of a planetary body during accretion and differentiation. Using the N-body code PKDGRAV [2] we simulate the accretion of planetary embryos from an initial annulus of several thousand planetesimals. The growth history of the largest resulting planetary embryo is used as an input for the thermomechanical 2D code I2ELVIS [3]. The thermomechanical model takes recent parametrizations of impact processes [4] and of the magnetic dynamo [5] into account. It was pointed out that impacts can not only deposit heat deep into the target body, which is later buried by ejecta of further impacts [6], but also that impacts expose in the crater region originally deep-seated layers, thus cooling the interior [7]. This combination of impact effects becomes even more important when we consider that planetesimals of all masses contribute to planetary accretion. This leads occasionally to collisions between bodies with large ratios between impactor and target mass. Thus, all these processes can be expected to have a profound effect on the thermal evolution during the epoch of planetary accretion and may have implications for the magnetic dynamo activity. Results show that late-formed planetesimals do not experience silicate melting and avoid thermal alteration, whereas in early-formed bodies accretion and iron core growth occur almost simultaneously and a highly variable magnetic dynamo can operate in the interior of these bodies.

  8. Effects of Short or Long Warm-up on Intermediate Running Performance.

    PubMed

    van den Tillaar, Roland; Vatten, Tormod; von Heimburg, Erna

    2017-01-01

    van den Tillaar, R, Vatten, T, and von Heimburg, E. Effects of short or long warm-up on intermediate running performance. J Strength Cond Res 31(1): 37-44, 2017-The aim of the study was to compare the effects of a long warm-up (general + specific) and a short warm-up (specific) on intermediate running performance (3-minute run). Thirteen experienced endurance-trained athletes (age 23.2 ± 2.3 years, body mass 79.8 ± 8.2 kg, body height 1.82 ± 0.05 m) conducted 2 types of warm-ups in a crossover design with 1 week in between: a long warm-up (10 minutes, 80% maximal heart rate, and 8 × 60 m sprint with increasing intensity and 1 minute rest in between) and a short warm-up (8 × 60 m sprint with increasing intensity and 1 minute rest in between). Each warm-up was followed by a 3-minute running test on a nonmotorized treadmill. Total running distance, running velocity at each 30 seconds, heart rate, blood lactate concentration, oxygen uptake, and rate of perceived exertion were measured. No significant differences in running performance variables and physiological parameters were found between the 2 warm-up protocols, except for the rate of perceived exertion and heart rate, which were higher after the long warm-up and after the 3-minute running test compared with the short warm-up. It was concluded that a short warm-up is as effective as a long warm-up for intermediate performance. Therefore, athletes can choose for themselves if they want to include a general part in their warm-up routines, even though it would not enhance their running performance more compared with only using a short, specific warm-up. However, to increase efficiency of time for training or competition, these short, specific warm-ups should be performed instead of long warm-ups.

  9. Fitness Assessment Comparison Between the "Jackie Chan Action Run" Videogame, 1-Mile Run/Walk, and the PACER.

    PubMed

    Haddock, Bryan; Siegel, Shannon; Costa, Pablo; Jarvis, Sarah; Klug, Nicholas; Medina, Ernie; Wilkin, Linda

    2012-06-01

    The purpose of this study was to examine whether a correlation existed among the scores of the "Jackie Chan Studio Fitness(™) Action Run" active videogame (XaviX(®), SSD Company, Ltd., Kusatsu, Japan), the 1-mile run/walk, and Progressive Aerobic Cardiovascular Endurance Run (PACER) aerobic fitness tests of the FITNESSGRAM(®) (The Cooper Institute, Dallas, TX) in order to provide a potential alternative testing method for days that are not environmentally desirable for outdoor testing. Participants were a convenience sample from physical education classes of students between the ages of 10 and 15 years. Participants (n=108) were randomly assigned to one of three groups with the only difference being the order of testing. The tests included the "Jackie Chan Action Run" active videogame, the 1-mile run/walk, and the PACER. Testing occurred on three different days during the physical education class. Rating of perceived exertion (RPE) was reported. Significant correlations (r=-0.598 to 0.312) were found among the three aerobic fitness tests administered (P<0.05). The RPE for the "Jackie Chan Action Run" was lower than the RPE for the 1-mile run/walk and the PACER (3.81±1.89, 5.93±1.77, and 5.71±2.14, respectively). The results suggest that the "Jackie Chan Action Run" test could be an alternative to the 1-mile run/walk and PACER, allowing physical education teachers to perform aerobic fitness testing in an indoor setting that requires less space. Also, children may be more willing to participate in the "Jackie Chan Action Run" based on the lower RPE.

  10. The effect of muscle stiffness and damping on simulated impact force peaks during running.

    PubMed

    Nigg, B M; Liu, W

    1999-08-01

    It has been frequently reported that vertical impact force peaks during running change only minimally when changing the midsole hardness of running shoes. However, the underlying mechanism for these experimental observations is not well understood. An athlete has various possibilities to influence external and internal forces during ground contact (e.g. landing velocity, geometrical alignment, muscle tuning, etc.). The purpose of this study was to discuss one possible strategy to influence external impact forces acting on the athlete's body during running, the strategy to change muscle activity (muscle tuning). The human body was modeled as a simplified mass-spring-damper system. The model included masses of the upper and the lower bodies with each part of the body represented by a rigid and a non-rigid wobbling mass. The influence of mechanical properties of the human body on the vertical impact force peak was examined by varying the spring constants and damping coefficients of the spring-damper units that connected the various masses. Two types of shoe soles were modeled using a non-linear force deformation model with two sets of parameters based on the force-deformation curves of pendulum impact experiments. The simulated results showed that the regulation of the mechanical coupling of rigid and wobbling masses of the human body had an influence on the magnitude of the vertical impact force, but not on its loading rate. It was possible to produce the same impact force peaks altering specific mechanical properties of the system for a soft and a hard shoe sole. This regulation can be achieved through changes of joint angles, changes in joint angular velocities and/or changes in muscle activation levels in the lower extremity. Therefore, it has been concluded that changes in muscle activity (muscle tuning) can be used as a possible strategy to affect vertical impact force peaks during running.

  11. Barefoot running: biomechanics and implications for running injuries.

    PubMed

    Altman, Allison R; Davis, Irene S

    2012-01-01

    Despite the technological developments in modern running footwear, up to 79% of runners today get injured in a given year. As we evolved barefoot, examining this mode of running is insightful. Barefoot running encourages a forefoot strike pattern that is associated with a reduction in impact loading and stride length. Studies have shown a reduction in injuries to shod forefoot strikers as compared with rearfoot strikers. In addition to a forefoot strike pattern, barefoot running also affords the runner increased sensory feedback from the foot-ground contact, as well as increased energy storage in the arch. Minimal footwear is being used to mimic barefoot running, but it is not clear whether it truly does. The purpose of this article is to review current and past research on shod and barefoot/minimal footwear running and their implications for running injuries. Clearly more research is needed, and areas for future study are suggested.

  12. ICF-CY code set for infants with early delay and disabilities (EDD Code Set) for interdisciplinary assessment: a global experts survey.

    PubMed

    Pan, Yi-Ling; Hwang, Ai-Wen; Simeonsson, Rune J; Lu, Lu; Liao, Hua-Fang

    2015-01-01

    Comprehensive description of functioning is important in providing early intervention services for infants with developmental delay/disabilities (DD). A code set of the International Classification of Functioning, Disability and Health: Children and Youth Version (ICF-CY) could facilitate the practical use of the ICF-CY in team evaluation. The purpose of this study was to derive an ICF-CY code set for infants under three years of age with early delay and disabilities (EDD Code Set) for initial team evaluation. The EDD Code Set based on the ICF-CY was developed on the basis of a Delphi survey of international professionals experienced in implementing the ICF-CY and professionals in early intervention service system in Taiwan. Twenty-five professionals completed the Delphi survey. A total of 82 ICF-CY second-level categories were identified for the EDD Code Set, including 28 categories from the domain Activities and Participation, 29 from body functions, 10 from body structures and 15 from environmental factors. The EDD Code Set of 82 ICF-CY categories could be useful in multidisciplinary team evaluations to describe functioning of infants younger than three years of age with DD, in a holistic manner. Future validation of the EDD Code Set and examination of its clinical utility are needed. The EDD Code Set with 82 essential ICF-CY categories could be useful in the initial team evaluation as a common language to describe functioning of infants less than three years of age with developmental delay/disabilities, with a more holistic view. The EDD Code Set including essential categories in activities and participation, body functions, body structures and environmental factors could be used to create a functional profile for each infant with special needs and to clarify the interaction of child and environment accounting for the child's functioning.

  13. "It runs in my family …": The association of perceived family history with body dissatisfaction and weight bias internalization among overweight women.

    PubMed

    Eisenberg, Miriam H; Street, Richard L; Persky, Susan

    2017-04-01

    Aspects of poor body acceptance (BA), such as internalized weight bias and dissatisfaction with one's shape and size, are the strongest predictors of disordered eating and are associated with reduced engagement in healthy behaviors. Perceiving oneself as having a family history of overweight (PFH) could boost BA by increasing attributions for inherited, biological causes of weight. A community sample of 289 women who were overweight from the Washington, DC metropolitan area who were dissatisfied with their current weight (68% Black; 32% White) enrolled in this study in 2012. PFH of overweight was associated with decreased internalized weight bias among white women and marginally increased body shape satisfaction generally. The relationship between PFH and BA was not explained by biological attributions for weight. Perceptions that overweight runs in one's family can be protective with respect to BA. This is suggestive of the potential benefit of integrating family-based approaches into weight management interventions.

  14. Perceived impact of body feedback from romantic partners on young adults' body image and sexual well-being.

    PubMed

    Goldsmith, Kaitlyn M; Byers, E Sandra

    2016-06-01

    This study investigated the messages individuals receive from their partners about their bodies and their perceived impact on body image and sexual well-being. Young adult men (n=35) and women (n=57) completed open-ended questions identifying messages they had received from partners and the impact of these messages on their body image and sexual well-being. Content coding revealed three verbal (expressions of approval and pride, challenging negative beliefs, expressions of sexual attraction/arousal/desire) and two nonverbal (physical affection, physical expressions of sexual attraction/arousal/desire) positive messages as well as one verbal (disapproval/disgust) and two nonverbal (rejection, humiliation) negative messages. Some participants reported gender-related messages (muscularity/strength, genital appearance, breast appearance, weight, and comparison to others). Positive messages were seen to increase confidence, self-acceptance, and sexual empowerment/fulfillment, whereas negative messages decreased these feelings. Our findings suggest that even everyday, seemingly neutral messages are perceived to have an important impact on young adults. Copyright © 2016 Elsevier Ltd. All rights reserved.

  15. Low Density Parity Check Codes: Bandwidth Efficient Channel Coding

    NASA Technical Reports Server (NTRS)

    Fong, Wai; Lin, Shu; Maki, Gary; Yeh, Pen-Shu

    2003-01-01

    Low Density Parity Check (LDPC) Codes provide near-Shannon Capacity performance for NASA Missions. These codes have high coding rates R=0.82 and 0.875 with moderate code lengths, n=4096 and 8176. Their decoders have inherently parallel structures which allows for high-speed implementation. Two codes based on Euclidean Geometry (EG) were selected for flight ASIC implementation. These codes are cyclic and quasi-cyclic in nature and therefore have a simple encoder structure. This results in power and size benefits. These codes also have a large minimum distance as much as d,,, = 65 giving them powerful error correcting capabilities and error floors less than lo- BER. This paper will present development of the LDPC flight encoder and decoder, its applications and status.

  16. The repeated bout effect of traditional resistance exercises on running performance across 3 bouts.

    PubMed

    Doma, Kenji; Schumann, Moritz; Leicht, Anthony Scott; Heilbronn, Brian Edward; Damas, Felipe; Burt, Dean

    2017-09-01

    This study investigated the repeated bout effect of 3 typical lower body resistance-training sessions on maximal and submaximal effort running performance. Twelve resistance-untrained men (age, 24 ± 4 years; height, 1.81 ± 0.10 m; body mass, 79.3 ± 10.9 kg; peak oxygen uptake, 48.2 ± 6.5 mL·kg -1 ·min -1 ; 6-repetition maximum squat, 71.7 ± 12.2 kg) undertook 3 bouts of resistance-training sessions at 6-repetitions maximum. Countermovement jump (CMJ), lower-body range of motion (ROM), muscle soreness, and creatine kinase (CK) were examined prior to and immediately, 24 h (T24), and 48 h (T48) after each resistance-training bout. Submaximal (i.e., below anaerobic threshold (AT)) and maximal (i.e., above AT) running performances were also conducted at T24 and T48. Most indirect muscle damage markers (i.e., CMJ, ROM, and muscle soreness) and submaximal running performance were significantly improved (P < 0.05; 1.9%) following the third resistance-training bout compared with the second bout. Whilst maximal running performance was also improved following the third bout (P < 0.05; 9.8%) compared with other bouts, the measures were still reduced by 12%-20% versus baseline. However, the increase in CK was attenuated following the second bout (P < 0.05) with no further protection following the third bout (P > 0.05). In conclusion, the initial bout induced the greatest change in CK; however, at least 2 bouts were required to produce protective effects on other indirect muscle damage markers and submaximal running performance measures. This suggests that submaximal running sessions should be avoided for at least 48 h after resistance training until the third bout, although a greater recovery period may be required for maximal running sessions.

  17. Energy system contributions in middle-distance running events.

    PubMed

    Hill, D W

    1999-06-01

    The aim of this study was to estimate the energy contributions in middle-distance running events for male and female university athletes. The oxygen uptake (VO2) response during high-speed running was measured directly during exhaustive treadmill tests. Muscle mass was estimated using anthropometry. Each athlete completed an average of three races over 400 m, 800 m or 1500 m. Five minutes after each race, they provided a blood sample for determination of blood lactate concentration. For each race, energy cost, which was expressed as oxygen equivalents, was calculated as the sum of the aerobic and anaerobic components. The aerobic contribution was calculated as the sum of oxygen stores (2.3 ml O2.kg body mass-1) and total VO2 (based on the VO2 response to treadmill running). The anaerobic contribution was calculated as the sum of the energy available from phosphocreatine stores (37 ml O2.kg muscle mass-1) and the energy from glycolysis (3.0 ml O2.kg body mass-1 per mmol.l-1 increase in blood lactate concentration). For the women, the anaerobic energy contributions for the 400 m, 800 m and 1500 m averaged 62%, 33% and 17%, respectively. For the men, the anaerobic contributions averaged 63%, 39% and 20%, respectively. This information will help coaches and sport scientists to design and implement individualized training programmes.

  18. Rings of non-spherical, axisymmetric bodies

    NASA Astrophysics Data System (ADS)

    Gupta, Akash; Nadkarni-Ghosh, Sharvari; Sharma, Ishan

    2018-01-01

    We investigate the dynamical behavior of rings around bodies whose shapes depart considerably from that of a sphere. To this end, we have developed a new self-gravitating discrete element N-body code, and employed a local simulation method to simulate a patch of the ring. The central body is modeled as a symmetric (oblate or prolate) ellipsoid, or defined through the characteristic frequencies (circular, vertical, epicyclic) that represent its gravitational field. Through our simulations we explore how a ring's behavior - characterized by dynamical properties like impact frequency, granular temperature, number density, vertical thickness and radial width - varies with the changing gravitational potential of the central body. We also contrast properties of rings about large central bodies (e.g. Saturn) with those of smaller ones (e.g. Chariklo). Finally, we investigate how the characteristic frequencies of a central body, restricted to being a solid of revolution with an equatorial plane of symmetry, affect the ring dynamics. The latter process may be employed to qualitatively understand the dynamics of rings about any symmetric solid of revolution.

  19. Underworld - Bringing a Research Code to the Classroom

    NASA Astrophysics Data System (ADS)

    Moresi, L. N.; Mansour, J.; Giordani, J.; Farrington, R.; Kaluza, O.; Quenette, S.; Woodcock, R.; Squire, G.

    2017-12-01

    While there are many reasons to celebrate the passing of punch card programming and flickering green screens,the loss of the sense of wonder at the very existence of computers and the calculations they make possible shouldnot be numbered among them. Computers have become so familiar that students are often unaware that formal and careful design of algorithms andtheir implementations remains a valuable and important skill that has to be learned and practiced to achieveexpertise and genuine understanding. In teaching geodynamics and geophysics at undergraduate level, we aimed to be able to bring our researchtools into the classroom - even when those tools are advanced, parallel research codes that we typically deploy on hundredsor thousands of processors, and we wanted to teach not just the physical concepts that are modelled by these codes but asense of familiarity with computational modelling and the ability to discriminate a reliable model from a poor one. The underworld code (www.underworldcode.org) was developed for modelling plate-scale fluid mechanics and studyingproblems in lithosphere dynamics. Though specialised for this task, underworld has a straightforwardpython user interface that allows it to run within the environment of jupyter notebooks on a laptop (at modest resolution, of course).The python interface was developed for adaptability in addressing new research problems, but also lends itself to integration intoa python-driven learning environment. To manage the heavy demands of installing and running underworld in a teaching laboratory, we have developed a workflow in whichwe install docker containers in the cloud which support a number of students to run their own environment independently. We share ourexperience blending notebooks and static webpages into a single web environment, and we explain how we designed our graphics andanalysis tools to allow notebook "scripts" to be queued and run on a supercomputer.

  20. Sensor Authentication: Embedded Processor Code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Svoboda, John

    2012-09-25

    Described is the c code running on the embedded Microchip 32bit PIC32MX575F256H located on the INL developed noise analysis circuit board. The code performs the following functions: Controls the noise analysis circuit board preamplifier voltage gains of 1, 10, 100, 000 Initializes the analog to digital conversion hardware, input channel selection, Fast Fourier Transform (FFT) function, USB communications interface, and internal memory allocations Initiates high resolution 4096 point 200 kHz data acquisition Computes complex 2048 point FFT and FFT magnitude. Services Host command set Transfers raw data to Host Transfers FFT result to host Communication error checking

  1. Potential Flow Theory and Operation Guide for the Panel Code PMARC. Version 14

    NASA Technical Reports Server (NTRS)

    Ashby, Dale L.

    1999-01-01

    The theoretical basis for PMARC, a low-order panel code for modeling complex three-dimensional bodies, in potential flow, is outlined. PMARC can be run on a wide variety of computer platforms, including desktop machines, workstations, and supercomputers. Execution times for PMARC vary tremendously depending on the computer resources used, but typically range from several minutes for simple or moderately complex cases to several hours for very large complex cases. Several of the advanced features currently included in the code, such as internal flow modeling, boundary layer analysis, and time-dependent flow analysis, including problems involving relative motion, are discussed in some detail. The code is written in Fortran77, using adjustable-size arrays so that it can be easily redimensioned to match problem requirements and computer hardware constraints. An overview of the program input is presented. A detailed description of the input parameters is provided in the appendices. PMARC results for several test cases are presented along with analytic or experimental data, where available. The input files for these test cases are given in the appendices. PMARC currently supports plotfile output formats for several commercially available graphics packages. The supported graphics packages are Plot3D, Tecplot, and PmarcViewer.

  2. Characterization of the Body-to-Body Propagation Channel for Subjects during Sports Activities.

    PubMed

    Mohamed, Marshed; Cheffena, Michael; Moldsvor, Arild

    2018-02-18

    Body-to-body wireless networks (BBWNs) have great potential to find applications in team sports activities among others. However, successful design of such systems requires great understanding of the communication channel as the movement of the body components causes time-varying shadowing and fading effects. In this study, we present results of the measurement campaign of BBWN during running and cycling activities. Among others, the results indicated the presence of good and bad states with each state following a specific distribution for the considered propagation scenarios. This motivated the development of two-state semi-Markov model, for simulation of the communication channels. The simulation model was validated using the available measurement data in terms of first and second order statistics and have shown good agreement. The first order statistics obtained from the simulation model as well as the measured results were then used to analyze the performance of the BBWNs channels under running and cycling activities in terms of capacity and outage probability. Cycling channels showed better performance than running, having higher channel capacity and lower outage probability, regardless of the speed of the subjects involved in the measurement campaign.

  3. Comparison of Sprint and Run Times with Performance on the Wingate Anaerobic Test.

    ERIC Educational Resources Information Center

    Tharp, Gerald D.; And Others

    1985-01-01

    Male volunteers were studied to examine the relationship between the Wingate Anaerobic Test (WAnT) and sprint-run times and to determine the influence of age and weight. Results indicate the WAnT is a moderate predictor of dash and run times but becomes a stronger predictor when adjusted for body weight. (Author/MT)

  4. Loading forces in shallow water running in two levels of immersion.

    PubMed

    Haupenthal, Alessandro; Ruschel, Caroline; Hubert, Marcel; de Brito Fontana, Heiliane; Roesler, Helio

    2010-07-01

    To analyse the vertical and anteroposterior components of the ground reaction force during shallow water running at 2 levels of immersion. Twenty-two healthy adults with no gait disorders, who were familiar with aquatic exercises. Subjects performed 6 trials of water running at a self-selected speed in chest and hip immersion. Force data were collected through an underwater force plate and running speed was measured with a photocell timing light system. Analysis of covariance was used for data analysis. Vertical forces corresponded to 0.80 and 0.98 times the subject's body weight at the chest and hip level, respectively. Anteroposterior forces corresponded to 0.26 and 0.31 times the subject's body weight at the chest and hip level, respectively. As the water level decreased the subjects ran faster. No significant differences were found for the force values between the immersions, probably due to variability in speed, which was self-selected. When thinking about load values in water running professionals should consider not only the immersion level, but also the speed, as it can affect the force components, mainly the anteroposterior one. Quantitative data on this subject could help professionals to conduct safer aqua-tic rehabilitation and physical conditioning protocols.

  5. The Effect of Different Repeated-High-Intensity-Effort Bouts on Subsequent Running, Skill Performance, and Neuromuscular Function.

    PubMed

    Johnston, Rich D; Gabbett, Tim J; Jenkins, David G; Speranza, Michael J

    2016-04-01

    To assess the impact of different repeated-high-intensity-effort (RHIE) bouts on player activity profiles, skill involvements, and neuromuscular fatigue during small-sided games. 22 semiprofessional rugby league players (age 24.0 ± 1.8 y, body mass 95.6 ± 7.4 kg). During 4 testing sessions, they performed RHIE bouts that each differed in the combination of contact and running efforts, followed by a 5-min off-side small-sided game before performing a second bout of RHIE activity and another 5-min small-sided game. Global positioning system microtechnology and video recordings provided information on activity profiles and skill involvements. A countermovement jump and a plyometric push-up assessed changes in lower- and upper-body neuromuscular function after each session. After running-dominant RHIE bouts, players maintained running intensities during both games. In the contact-dominant RHIE bouts, reductions in moderate-speed activity were observed from game 1 to game 2 (ES = -0.71 to -1.06). There was also moderately lower disposal efficiency across both games after contact-dominant RHIE activity compared with running-dominant activity (ES = 0.62-1.02). Greater reductions in lower-body fatigue occurred as RHIE bouts became more running dominant (ES = -0.01 to -1.36), whereas upper-body fatigue increased as RHIE bouts became more contact dominant (ES = -0.07 to -1.55). Physical contact causes reductions in running intensity and the quality of skill involvements during game-based activities. In addition, the neuromuscular fatigue experienced by players is specific to the activities performed.

  6. Metabolically Generated Stable Isotope-Labeled Deoxynucleoside Code for Tracing DNA N6-Methyladenine in Human Cells.

    PubMed

    Liu, Baodong; Liu, Xiaoling; Lai, Weiyi; Wang, Hailin

    2017-06-06

    DNA N 6 -methyl-2'-deoxyadenosine (6mdA) is an epigenetic modification in both eukaryotes and bacteria. Here we exploited stable isotope-labeled deoxynucleoside [ 15 N 5 ]-2'-deoxyadenosine ([ 15 N 5 ]-dA) as an initiation tracer and for the first time developed a metabolically differential tracing code for monitoring DNA 6mdA in human cells. We demonstrate that the initiation tracer [ 15 N 5 ]-dA undergoes a specific and efficient adenine deamination reaction leading to the loss the exocyclic amine 15 N, and further utilizes the purine salvage pathway to generate mainly both [ 15 N 4 ]-dA and [ 15 N 4 ]-2'-deoxyguanosine ([ 15 N 4 ]-dG) in mammalian genomes. However, [ 15 N 5 ]-dA is largely retained in the genomes of mycoplasmas, which are often found in cultured cells and experimental animals. Consequently, the methylation of dA generates 6mdA with a consistent coding pattern, with a predominance of [ 15 N 4 ]-6mdA. Therefore, mammalian DNA 6mdA can be potentially discriminated from that generated by infecting mycoplasmas. Collectively, we show a promising approach for identification of authentic DNA 6mdA in human cells and determine if the human cells are contaminated with mycoplasmas.

  7. [Grading of the functional sport shoe parameter "cushioning" and "forefoot flexibility" on running shoes].

    PubMed

    Kleindienst, F I; Krabbe, B; Walther, M; Brüggemann, G-P

    2006-03-01

    On nearly every running event a heterogeneous structure of participants regarding body height and body weight can be observed. This study should figure out whether the running shoe manufacturers will consider this anthropometric variability. Moreover it should be investigated the runners needs based on different anthropometrics regarding preferred cushioning and forefoot flexibility properties. In order to check whether the running shoe manufacturers will apply a grading pattern, a dynamic material study with conventional running shoes in different sizes was conducted. In a second step a field study in Middle Europe and North America with 244 female and 227 male runners was organized. Every subject had to run and evaluate 7 different shoe modifications. Based on the material study it is to state, that the running shoe manufacturers currently do not consider a systematic grading of cushioning and forefoot flexibility properties. In contrast to this, the field study reveals the necessity to grade these properties. A shoe size dependent and a geographic grading concept are suggested. It is supposed, that the application of these grading concepts do not only provide a comfort improvement, but they also contribute to a reduction of joint loads of the lower extremities and consequently to a prevention of overuse injuries.

  8. Simulating three dimensional wave run-up over breakwaters covered by antifer units

    NASA Astrophysics Data System (ADS)

    Najafi-Jilani, A.; Niri, M. Zakiri; Naderi, Nader

    2014-06-01

    The paper presents the numerical analysis of wave run-up over rubble-mound breakwaters covered by antifer units using a technique integrating Computer-Aided Design (CAD) and Computational Fluid Dynamics (CFD) software. Direct application of Navier-Stokes equations within armour blocks, is used to provide a more reliable approach to simulate wave run-up over breakwaters. A well-tested Reynolds-averaged Navier-Stokes (RANS) Volume of Fluid (VOF) code (Flow-3D) was adopted for CFD computations. The computed results were compared with experimental data to check the validity of the model. Numerical results showed that the direct three dimensional (3D) simulation method can deliver accurate results for wave run-up over rubble mound breakwaters. The results showed that the placement pattern of antifer units had a great impact on values of wave run-up so that by changing the placement pattern from regular to double pyramid can reduce the wave run-up by approximately 30%. Analysis was done to investigate the influences of surface roughness, energy dissipation in the pores of the armour layer and reduced wave run-up due to inflow into the armour and stone layer.

  9. Analysis and evaluation of the biofidelity of the human body finite element model in lateral impact simulations according to ISO-TR9790 procedures.

    PubMed

    Ruan, Jesse S; El-Jawahri, Raed; Rouhana, Stephen W; Barbat, Saeed; Prasad, Priya

    2006-11-01

    The biofidelity of the Ford Motor Company human body finite element (FE) model in side impact simulations was analyzed and evaluated following the procedures outlined in ISO technical report TR9790. This FE model, representing a 50th percentile adult male, was used to simulate the biomechanical impact tests described in ISO-TR9790. These laboratory tests were considered as suitable for assessing the lateral impact biofidelity of the head, neck, shoulder, thorax, abdomen, and pelvis of crash test dummies, subcomponent test devices, and math models that are used to represent a 50th percentile adult male. The simulated impact responses of the head, neck, shoulder, thorax, abdomen, and pelvis of the FE model were compared with the PMHS (Post Mortem Human Subject) data upon which the response requirements for side impact surrogates was based. An overall biofidelity rating of the human body FE model was determined using the ISO-TR9790 rating method. The resulting rating for the human body FE model was 8.5 on a 0 to 10 scale with 8.6-10 being excellent biofidelity. In addition, in order to explore whether there is a dependency of the impact responses of the FE model on different analysis codes, three commercially available analysis codes, namely, LS-DYNA, Pamcrash, and Radioss were used to run the human body FE model. Effects of these codes on biofidelity when compared with ISO-TR9790 data are discussed. Model robustness and numerical issues arising with three different code simulations are also discussed.

  10. Thermoregulatory responses to skin wetting during prolonged treadmill running.

    PubMed

    Bassett, D R; Nagle, F J; Mookerjee, S; Darr, K C; Ng, A V; Voss, S G; Napp, J P

    1987-02-01

    We examined the physiological responses to skin wetting during a 120-min level treadmill run to assess whether skin wetting would reduce the dehydration and the increase in core temperature associated with prolonged exercise. Testing was conducted in an environmental chamber (T = 29.5 degrees C, wind velocity = 3 m X sec-1) under two different humidity conditions (33 or 66% relative humidity). Ten male subjects performed two runs in each humidity condition; one served as a control run. The other included spraying the body with 50 ml of water (T = 29.5 degrees C) every 10 min. Spraying had no effect on rectal temperature (Tre), heart rate, oxygen consumption, perceived exertion, sweat loss, or percent change in plasma volume in both the humid and the dry conditions. Spraying produced a significant reduction in mean skin temperature (Tsk), which increased the (Tre - Tsk) gradient. At the same time, overall skin conductance (K) was decreased, presumably as a result of cutaneous vasoconstriction due to the low Tsk. Since heat transfer from the body's core to the skin is expressed by the equation: heat transfer = K X (Tre - Tsk) the spraying had no effect on heat transfer away from the core, and Tre remained unchanged.

  11. Marathon performance in relation to body fat percentage and training indices in recreational male runners.

    PubMed

    Tanda, Giovanni; Knechtle, Beat

    2013-01-01

    The purpose of this study was to investigate the effect of anthropometric characteristics and training indices on marathon race times in recreational male marathoners. Training and anthropometric characteristics were collected for a large cohort of recreational male runners (n = 126) participating in the Basel marathon in Switzerland between 2010 and 2011. Among the parameters investigated, marathon performance time was found to be affected by mean running speed and the mean weekly distance run during the training period prior to the race and by body fat percentage. The effect of body fat percentage became significant as it exceeded a certain limiting value; for a relatively low body fat percentage, marathon performance time correlated only with training indices. Marathon race time may be predicted (r = 0.81) for recreational male runners by the following equation: marathon race time (minutes) = 11.03 + 98.46 exp(-0.0053 mean weekly training distance [km/week]) + 0.387 mean training pace (sec/km) + 0.1 exp(0.23 body fat percentage [%]). The marathon race time results were valid over a range of 165-266 minutes.

  12. CSlib, a library to couple codes via Client/Server messaging

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Plimpton, Steve

    The CSlib is a small, portable library which enables two (or more) independent simulation codes to be coupled, by exchanging messages with each other. Both codes link to the library when they are built, and can them communicate with each other as they run. The messages contain data or instructions that the two codes send back-and-forth to each other. The messaging can take place via files, sockets, or MPI. The latter is a standard distributed-memory message-passing library.

  13. On the evolution of primitive genetic codes.

    PubMed

    Weberndorfer, Günter; Hofacker, Ivo L; Stadler, Peter F

    2003-10-01

    The primordial genetic code probably has been a drastically simplified ancestor of the canonical code that is used by contemporary cells. In order to understand how the present-day code came about we first need to explain how the language of the building plan can change without destroying the encoded information. In this work we introduce a minimal organism model that is based on biophysically reasonable descriptions of RNA and protein, namely secondary structure folding and knowledge based potentials. The evolution of a population of such organism under competition for a common resource is simulated explicitly at the level of individual replication events. Starting with very simple codes, and hence greatly reduced amino acid alphabets, we observe a diversification of the codes in most simulation runs. The driving force behind this effect is the possibility to produce fitter proteins when the repertoire of amino acids is enlarged.

  14. ETF system code: composition and applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Reid, R.L.; Wu, K.F.

    1980-01-01

    A computer code has been developed for application to ETF tokamak system and conceptual design studies. The code determines cost, performance, configuration, and technology requirements as a function of tokamak parameters. The ETF code is structured in a modular fashion in order to allow independent modeling of each major tokamak component. The primary benefit of modularization is that it allows updating of a component module, such as the TF coil module, without disturbing the remainder of the system code as long as the input/output to the modules remains unchanged. The modules may be run independently to perform specific design studies,more » such as determining the effect of allowable strain on TF coil structural requirements, or the modules may be executed together as a system to determine global effects, such as defining the impact of aspect ratio on the entire tokamak system.« less

  15. 2,445 Hours of Code: What I Learned from Facilitating Hour of Code Events in High School Libraries

    ERIC Educational Resources Information Center

    Colby, Jennifer

    2015-01-01

    This article describes a school librarian's experience with initiating an Hour of Code event for her school's student body. Hadi Partovi of Code.org conceived the Hour of Code "to get ten million students to try one hour of computer science" (Partovi, 2013a), which is implemented during Computer Science Education Week with a goal of…

  16. Superluminal Labview Code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wheat, Robert; Marksteiner, Quinn; Quenzer, Jonathan

    2012-03-26

    This labview code is used to set the phase and amplitudes on the 72 antenna of the superluminal machine, and to map out the radiation patter from the superluminal antenna.Each antenna radiates a modulated signal consisting of two separate frequencies, in the range of 2 GHz to 2.8 GHz. The phases and amplitudes from each antenna are controlled by a pair of AD8349 vector modulators (VMs). These VMs set the phase and amplitude of a high frequency signal using a set of four DC inputs, which are controlled by Linear Technologies LTC1990 digital to analog converters (DACs). The labview codemore » controls these DACs through an 8051 microcontroller.This code also monitors the phases and amplitudes of the 72 channels. Near each antenna, there is a coupler that channels a portion of the power into a binary network. Through a labview controlled switching array, any of the 72 coupled signals can be channeled in to the Tektronix TDS 7404 digital oscilloscope. Then the labview code takes an FFT of the signal, and compares it to the FFT of a reference signal in the oscilloscope to determine the magnitude and phase of each sideband of the signal. The code compensates for phase and amplitude errors introduced by differences in cable lengths.The labview code sets each of the 72 elements to a user determined phase and amplitude. For each element, the code runs an iterative procedure, where it adjusts the DACs until the correct phases and amplitudes have been reached.« less

  17. Effects of form-focused training on running biomechanics: A pilot randomized trial in untrained individuals

    PubMed Central

    Kumar, Deepak; McDermott, Kelly; Feng, Haojun; Goldman, Veronica; Luke, Anthony; Souza, Richard B; Hecht, Frederick M

    2015-01-01

    Objective To investigate the changes in running biomechanics after training in Form-Focused running using ChiRunning vs. Not-Form focused training and Self-Directed training in untrained individuals. Design Pilot study - Randomized controlled trial. Setting Research Institution with Tertiary Care Medical Center. Participants Seventeen subjects (9 males, 8 females) with pre-hypertension. Methods Twenty-two participants were randomized to three study arms but 17 completed the study. The study arms were: 1) group-based Form-Focused running using ChiRunning (enrolled, n =10; completed, n=7); 2) group-based conventional running (enrolled, n=6; completed, n=4); 3) self-directed training with educational materials (enrolled, n =6; completed, n=6). The training schedule was prescribed for 8 weeks with 4 weeks of follow-up. All subjects completed overground running motion analyses before and after training. Outcomes Ankle, knee, hip joint peak moments and powers; Average vertical loading rate (AVLR), impact peak, cadence, stride length, strike index, and stride reach. Paired T-tests were used to compare differences with-in groups over-time. Results Form-Focused group reduced their Stride Reach (P = .047) after the training but not the other groups. Form-Focused group showed a close to significant reduction in knee adduction moment (P = .051) and a reduction in the peak ankle eversion moment (P = .027). Self-Directed group showed an increase in the running speed, (P =.056) and increases in ankle and knee joint powers and moments. Conclusions There are differences in the changes in running biomechanics between individuals trained in running form that emphazies mid-foot strike, higher cadence, and shorter stride compared to those not trained in the thise technique. These differences may be associated with reduced lower extremity stress in individuals trained in this running form but future studies are needed to confirm these findings in larger samples. PMID:25633634

  18. Parallel processing a three-dimensional free-lagrange code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mandell, D.A.; Trease, H.E.

    1989-01-01

    A three-dimensional, time-dependent free-Lagrange hydrodynamics code has been multitasked and autotasked on a CRAY X-MP/416. The multitasking was done by using the Los Alamos Multitasking Control Library, which is a superset of the CRAY multitasking library. Autotasking is done by using constructs which are only comment cards if the source code is not run through a preprocessor. The three-dimensional algorithm has presented a number of problems that simpler algorithms, such as those for one-dimensional hydrodynamics, did not exhibit. Problems in converting the serial code, originally written for a CRAY-1, to a multitasking code are discussed. Autotasking of a rewritten versionmore » of the code is discussed. Timing results for subroutines and hot spots in the serial code are presented and suggestions for additional tools and debugging aids are given. Theoretical speedup results obtained from Amdahl's law and actual speedup results obtained on a dedicated machine are presented. Suggestions for designing large parallel codes are given.« less

  19. A novel mouse running wheel that senses individual limb forces: biomechanical validation and in vivo testing

    PubMed Central

    Roach, Grahm C.; Edke, Mangesh

    2012-01-01

    Biomechanical data provide fundamental information about changes in musculoskeletal function during development, adaptation, and disease. To facilitate the study of mouse locomotor biomechanics, we modified a standard mouse running wheel to include a force-sensitive rung capable of measuring the normal and tangential forces applied by individual paws. Force data were collected throughout the night using an automated threshold trigger algorithm that synchronized force data with wheel-angle data and a high-speed infrared video file. During the first night of wheel running, mice reached consistent running speeds within the first 40 force events, indicating a rapid habituation to wheel running, given that mice generated >2,000 force-event files/night. Average running speeds and peak normal and tangential forces were consistent throughout the first four nights of running, indicating that one night of running is sufficient to characterize the locomotor biomechanics of healthy mice. Twelve weeks of wheel running significantly increased spontaneous wheel-running speeds (16 vs. 37 m/min), lowered duty factors (ratio of foot-ground contact time to stride time; 0.71 vs. 0.58), and raised hindlimb peak normal forces (93 vs. 115% body wt) compared with inexperienced mice. Peak normal hindlimb-force magnitudes were the primary force component, which were nearly tenfold greater than peak tangential forces. Peak normal hindlimb forces exceed the vertical forces generated during overground running (50-60% body wt), suggesting that wheel running shifts weight support toward the hindlimbs. This force-instrumented running-wheel system provides a comprehensive, noninvasive screening method for monitoring gait biomechanics in mice during spontaneous locomotion. PMID:22723628

  20. Factorization in large-scale many-body calculations

    DOE PAGES

    Johnson, Calvin W.; Ormand, W. Erich; Krastev, Plamen G.

    2013-08-07

    One approach for solving interacting many-fermion systems is the configuration-interaction method, also sometimes called the interacting shell model, where one finds eigenvalues of the Hamiltonian in a many-body basis of Slater determinants (antisymmetrized products of single-particle wavefunctions). The resulting Hamiltonian matrix is typically very sparse, but for large systems the nonzero matrix elements can nonetheless require terabytes or more of storage. An alternate algorithm, applicable to a broad class of systems with symmetry, in our case rotational invariance, is to exactly factorize both the basis and the interaction using additive/multiplicative quantum numbers; such an algorithm recreates the many-body matrix elementsmore » on the fly and can reduce the storage requirements by an order of magnitude or more. Here, we discuss factorization in general and introduce a novel, generalized factorization method, essentially a ‘double-factorization’ which speeds up basis generation and set-up of required arrays. Although we emphasize techniques, we also place factorization in the context of a specific (unpublished) configuration-interaction code, BIGSTICK, which runs both on serial and parallel machines, and discuss the savings in memory due to factorization.« less

  1. GRAVIDY, a GPU modular, parallel direct-summation N-body integrator: dynamics with softening

    NASA Astrophysics Data System (ADS)

    Maureira-Fredes, Cristián; Amaro-Seoane, Pau

    2018-01-01

    A wide variety of outstanding problems in astrophysics involve the motion of a large number of particles under the force of gravity. These include the global evolution of globular clusters, tidal disruptions of stars by a massive black hole, the formation of protoplanets and sources of gravitational radiation. The direct-summation of N gravitational forces is a complex problem with no analytical solution and can only be tackled with approximations and numerical methods. To this end, the Hermite scheme is a widely used integration method. With different numerical techniques and special-purpose hardware, it can be used to speed up the calculations. But these methods tend to be computationally slow and cumbersome to work with. We present a new graphics processing unit (GPU), direct-summation N-body integrator written from scratch and based on this scheme, which includes relativistic corrections for sources of gravitational radiation. GRAVIDY has high modularity, allowing users to readily introduce new physics, it exploits available computational resources and will be maintained by regular updates. GRAVIDY can be used in parallel on multiple CPUs and GPUs, with a considerable speed-up benefit. The single-GPU version is between one and two orders of magnitude faster than the single-CPU version. A test run using four GPUs in parallel shows a speed-up factor of about 3 as compared to the single-GPU version. The conception and design of this first release is aimed at users with access to traditional parallel CPU clusters or computational nodes with one or a few GPU cards.

  2. An analysis of excessive running in the development of activity anorexia.

    PubMed

    Beneke, W M; Schulte, S E; vander Tuig, J G

    1995-09-01

    Food restriction combined with activity wheel access produces activity anorexia: a combination of excessive running, reduced food intake and rapid weight loss. Temporal distributions of running in activity anorexia were examined in a reversal design with one of 2 x 2 x 2 factorial combinations (pelleted-vs-powdered food x deprivation x wheel access) as the treatment condition. Wheel revolutions were recorded in 30 min intervals; body weights, food and water intakes were measured daily. Only wheel access combined with food deprivation reliably produced activity anorexia. Excessive running occurred in the absence of schedule-induced polydipsia, was unaffected by food form, and showed distributional characteristics of facultative behavior. These results are inconsistent with schedule-induced behavior explanations. Running distributions appeared consistent with chronobiological models with light/dark onset and feeding serving as zeitgebers.

  3. Developmental toxicity study in Sprague-Dawley rats by whole-body exposure to N,N-diethylethanolamine vapor.

    PubMed

    Leung, H W; Murphy, S R

    1998-01-01

    Timed-pregnant Sprague-Dawley rats were exposed whole body to N,N-diethylethanolamine vapor for 6 h per day on gestational days (GD) 6-15 at targeted concentrations of 33, 66 or 100 ppm. Dams were sacrificed on GD 21. There was no maternal mortality in any exposed groups. Maternal toxicity observed in the 100 ppm group included dry rales, reduced body weight (9.5%) on GD 15 and reduced weight gain (48%) during exposure. Suppression of body weight gain was also noted in the 66 ppm group during GD 12-15. There were no effects of treatment on gestational parameters, including pre- and post-implantation loss or sex ratio. Mean fetal body weights in treated groups were comparable to controls. There was no increase in the incidence of total malformations (external, visceral or skeletal) or individually by category. The incidence of a single developmental variation (hypoplastic bones of the forepaw) in the 100 ppm groups was statistically significantly decreased relative to that of controls. The no-observed-adverse-effect level was 33 ppm for maternal toxicity but greater than 100 ppm for embryofetal toxicity and teratogenicity.

  4. Automated Detection and Analysis of Interplanetary Shocks Running Real-Time on the Web

    NASA Astrophysics Data System (ADS)

    Vorotnikov, V.; Smith, C. W.; Hu, Q.; Szabo, A.; Skoug, R. M.; Cohen, C. M.; Davis, A. J.

    2008-05-01

    The ACE real-time data stream provides web-based now-casting capabilities for solar wind conditions upstream of Earth. We have built a fully automated code that finds and analyzes interplanetary shocks as they occur and posts their solutions on the Web for possible real-time application to space weather nowcasting. Shock analysis algorithms based on the Rankine-Hugoniot jump conditions exist and are in wide-spread use today for the interactive analysis of interplanetary shocks yielding parameters such as shock speed and propagation direction and shock strength in the form of compression ratios. At a previous meeting we reported on efforts to develop a fully automated code that used ACE Level-2 (science quality) data to prove the applicability and correctness of the code and the associated shock-finder. We have since adapted the code to run ACE RTSW data provided by NOAA. This data lacks the full 3-dimensional velocity vector for the solar wind and contains only a single component wind speed. We show that by assuming the wind velocity to be radial strong shock solutions remain essentially unchanged and the analysis performs as well as it would if 3-D velocity components were available. This is due, at least in part, to the fact that strong shocks tend to have nearly radial shock normals and it is the strong shocks that are most effective in space weather applications. Strong shocks are the only shocks that concern us in this application. The code is now running on the Web and the results are available to all.

  5. n-body simulations using message passing parallel computers.

    NASA Astrophysics Data System (ADS)

    Grama, A. Y.; Kumar, V.; Sameh, A.

    The authors present new parallel formulations of the Barnes-Hut method for n-body simulations on message passing computers. These parallel formulations partition the domain efficiently incurring minimal communication overhead. This is in contrast to existing schemes that are based on sorting a large number of keys or on the use of global data structures. The new formulations are augmented by alternate communication strategies which serve to minimize communication overhead. The impact of these communication strategies is experimentally studied. The authors report on experimental results obtained from an astrophysical simulation on an nCUBE2 parallel computer.

  6. Contribution of creatine to protein homeostasis in athletes after endurance and sprint running.

    PubMed

    Tang, Fu-Chun; Chan, Chun-Chen; Kuo, Po-Ling

    2014-02-01

    Few studies have focused on the metabolic changes induced by creatine supplementation. This study investigated the effects of creatine supplementation on plasma and urinary metabolite changes of athletes after endurance and sprint running. Twelve male athletes (20.3 ± 1.4 y) performed two identical (65-70 % maximum heart rate reserved) 60 min running exercises (endurance trial) before and after creatine supplementation (12 g creatine monohydrate/day for 15 days), followed by a 5-day washout period. Subsequently, they performed two identical 100 m sprint running exercises (power trial) before and after 15 days of creatine supplementation in accordance with the supplementary protocol of the endurance trial. Body composition measurements were performed during the entire study. Plasma samples were examined for the concentrations of glucose, lactate, branched-chain amino acids (BCAAs), free-tryptophan (f-TRP), glutamine, alanine, hypoxanthine, and uric acid. Urinary samples were examined for the concentrations of hydroxyproline, 3-methylhistidine, urea nitrogen, and creatinine. Creatine supplementation significantly increased body weights of the athletes of endurance trial. Plasma lactate concentration and ratio of f-TRP/BCAAs after recovery from endurance running were significantly decreased with creatine supplementation. Plasma purine metabolites (the sum of hypoxanthine and uric acid), glutamine, urinary 3-methylhistidine, and urea nitrogen concentrations tended to decrease before running in trials with creatine supplements. After running, urinary hydroxyproline concentration significantly increased in the power trial with creatine supplements. The findings suggest that creatine supplementation tended to decrease muscle glycogen and protein degradation, especially after endurance exercise. However, creatine supplementation might induce collagen proteolysis in athletes after sprint running.

  7. THE SMALL BODY GEOPHYSICAL ANALYSIS TOOL

    NASA Astrophysics Data System (ADS)

    Bercovici, Benjamin; McMahon, Jay

    2017-10-01

    The Small Body Geophysical Analysis Tool (SBGAT) that we are developing aims at providing scientists and mission designers with a comprehensive, easy to use, open-source analysis tool. SBGAT is meant for seamless generation of valuable simulated data originating from small bodies shape models, combined with advanced shape-modification properties.The current status of SBGAT is as follows:The modular software architecture that was specified in the original SBGAT proposal was implemented in the form of two distinct packages: a dynamic library SBGAT Core containing the data structure and algorithm backbone of SBGAT, and SBGAT Gui which wraps the former inside a VTK, Qt user interface to facilitate user/data interaction. This modular development facilitates maintenance and addi- tion of new features. Note that SBGAT Core can be utilized independently from SBGAT Gui.SBGAT is presently being hosted on a GitHub repository owned by SBGAT’s main developer. This repository is public and can be accessed at https://github.com/bbercovici/SBGAT. Along with the commented code, one can find the code documentation at https://bbercovici.github.io/sbgat-doc/index.html. This code documentation is constently updated in order to reflect new functionalities.SBGAT’s user’s manual is available at https://github.com/bbercovici/SBGAT/wiki. This document contains a comprehensive tutorial indicating how to retrieve, compile and run SBGAT from scratch.Some of the upcoming development goals are listed hereafter. First, SBGAT's dynamics module will be extented: the PGM algorithm is the only type of analysis method currently implemented. Future work will therefore consists in broadening SBGAT’s capabilities with the Spherical Harmonics Expansion of the gravity field and the calculation of YORP coefficients. Second, synthetic measurements will soon be available within SBGAT. The software should be able to generate synthetic observations of different type (radar, lightcurve, point clouds

  8. Recognition of military-specific physical activities with body-fixed sensors.

    PubMed

    Wyss, Thomas; Mäder, Urs

    2010-11-01

    The purpose of this study was to develop and validate an algorithm for recognizing military-specific, physically demanding activities using body-fixed sensors. To develop the algorithm, the first group of study participants (n = 15) wore body-fixed sensors capable of measuring acceleration, step frequency, and heart rate while completing six military-specific activities: walking, marching with backpack, lifting and lowering loads, lifting and carrying loads, digging, and running. The accuracy of the algorithm was tested in these isolated activities in a laboratory setting (n = 18) and in the context of daily military training routine (n = 24). The overall recognition rates during isolated activities and during daily military routine activities were 87.5% and 85.5%, respectively. We conclude that the algorithm adequately recognized six military-specific physical activities based on sensor data alone both in a laboratory setting and in the military training environment. By recognizing type of physical activities this objective method provides additional information on military-job descriptions.

  9. Theoretical atomic physics code development I: CATS: Cowan Atomic Structure Code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Abdallah, J. Jr.; Clark, R.E.H.; Cowan, R.D.

    An adaptation of R.D. Cowan's Atomic Structure program, CATS, has been developed as part of the Theoretical Atomic Physics (TAPS) code development effort at Los Alamos. CATS has been designed to be easy to run and to produce data files that can interface with other programs easily. The CATS produced data files currently include wave functions, energy levels, oscillator strengths, plane-wave-Born electron-ion collision strengths, photoionization cross sections, and a variety of other quantities. This paper describes the use of CATS. 10 refs.

  10. Forefoot strikers exhibit lower running-induced knee loading than rearfoot strikers.

    PubMed

    Kulmala, Juha-Pekka; Avela, Janne; Pasanen, Kati; Parkkari, Jari

    2013-12-01

    Knee pain and Achilles tendinopathies are the most common complaints among runners. The differences in the running mechanics may play an important role in the pathogenesis of lower limb overuse injuries. However, the effect of a runner's foot strike pattern on the ankle and especially on the knee loading is poorly understood. The purpose of this study was to examine whether runners using a forefoot strike pattern exhibit a different lower limb loading profile than runners who use rearfoot strike pattern. Nineteen female athletes with a natural forefoot strike (FFS) pattern and pair-matched women with rearfoot strike (RFS) pattern (n = 19) underwent 3-D running analysis at 4 m·s⁻¹. Joint angles and moments, patellofemoral contact force and stresses, and Achilles tendon forces were analyzed and compared between groups. FFS demonstrated lower patellofemoral contact force and stress compared with heel strikers (4.3 ± 1.2 vs 5.1 ± 1.1 body weight, P = 0.029, and 11.1 ± 2.9 vs 13.0 ± 2.8 MPa, P = 0.04). In addition, knee frontal plane moment was lower in the FFS compared with heel strikers (1.49 ± 0.51 vs 1.97 ± 0.66 N·m·kg⁻¹, P =0.015). At the ankle level, FFS showed higher plantarflexor moment (3.12 ± 0.40 vs 2.54 ± 0.37 N·m·kg⁻¹; P = 0.001) and Achilles tendon force (6.3 ± 0.8 vs 5.1 ± 1.3 body weight; P = 0.002) compared with RFS. To our knowledge, this is the first study that shows differences in patellofemoral loading and knee frontal plane moment between FFS and RFS. FFS exhibit both lower patellofemoral stress and knee frontal plane moment than RFS, which may reduce the risk of running-related knee injuries. On the other hand, parallel increase in ankle plantarflexor and Achilles tendon loading may increase risk for ankle and foot injuries.

  11. The ZPIC educational code suite

    NASA Astrophysics Data System (ADS)

    Calado, R.; Pardal, M.; Ninhos, P.; Helm, A.; Mori, W. B.; Decyk, V. K.; Vieira, J.; Silva, L. O.; Fonseca, R. A.

    2017-10-01

    Particle-in-Cell (PIC) codes are used in almost all areas of plasma physics, such as fusion energy research, plasma accelerators, space physics, ion propulsion, and plasma processing, and many other areas. In this work, we present the ZPIC educational code suite, a new initiative to foster training in plasma physics using computer simulations. Leveraging on our expertise and experience from the development and use of the OSIRIS PIC code, we have developed a suite of 1D/2D fully relativistic electromagnetic PIC codes, as well as 1D electrostatic. These codes are self-contained and require only a standard laptop/desktop computer with a C compiler to be run. The output files are written in a new file format called ZDF that can be easily read using the supplied routines in a number of languages, such as Python, and IDL. The code suite also includes a number of example problems that can be used to illustrate several textbook and advanced plasma mechanisms, including instructions for parameter space exploration. We also invite contributions to this repository of test problems that will be made freely available to the community provided the input files comply with the format defined by the ZPIC team. The code suite is freely available and hosted on GitHub at https://github.com/zambzamb/zpic. Work partially supported by PICKSC.

  12. Anyonic self-induced disorder in a stabilizer code: Quasi many-body localization in a translational invariant model

    NASA Astrophysics Data System (ADS)

    Yarloo, H.; Langari, A.; Vaezi, A.

    2018-02-01

    We enquire into the quasi many-body localization in topologically ordered states of matter, revolving around the case of Kitaev toric code on the ladder geometry, where different types of anyonic defects carry different masses induced by environmental errors. Our study verifies that the presence of anyons generates a complex energy landscape solely through braiding statistics, which suffices to suppress the diffusion of defects in such clean, multicomponent anyonic liquid. This nonergodic dynamics suggests a promising scenario for investigation of quasi many-body localization. Computing standard diagnostics evidences that a typical initial inhomogeneity of anyons gives birth to a glassy dynamics with an exponentially diverging time scale of the full relaxation. Our results unveil how self-generated disorder ameliorates the vulnerability of topological order away from equilibrium. This setting provides a new platform which paves the way toward impeding logical errors by self-localization of anyons in a generic, high energy state, originated exclusively in their exotic statistics.

  13. ME(SSY)**2: Monte Carlo Code for Star Cluster Simulations

    NASA Astrophysics Data System (ADS)

    Freitag, Marc Dewi

    2013-02-01

    ME(SSY)**2 stands for “Monte-carlo Experiments with Spherically SYmmetric Stellar SYstems." This code simulates the long term evolution of spherical clusters of stars; it was devised specifically to treat dense galactic nuclei. It is based on the pioneering Monte Carlo scheme proposed by Hénon in the 70's and includes all relevant physical ingredients (2-body relaxation, stellar mass spectrum, collisions, tidal disruption, ldots). It is basically a Monte Carlo resolution of the Fokker-Planck equation. It can cope with any stellar mass spectrum or velocity distribution. Being a particle-based method, it also allows one to take stellar collisions into account in a very realistic way. This unique code, featuring most important physical processes, allows million particle simulations, spanning a Hubble time, in a few CPU days on standard personal computers and provides a wealth of data only rivalized by N-body simulations. The current version of the software requires the use of routines from the "Numerical Recipes in Fortran 77" (http://www.nrbook.com/a/bookfpdf.php).

  14. Proteus two-dimensional Navier-Stokes computer code, version 2.0. Volume 2: User's guide

    NASA Technical Reports Server (NTRS)

    Towne, Charles E.; Schwab, John R.; Bui, Trong T.

    1993-01-01

    A computer code called Proteus 2D was developed to solve the two-dimensional planar or axisymmetric, Reynolds-averaged, unsteady compressible Navier-Stokes equations in strong conservation law form. The objective in this effort was to develop a code for aerospace propulsion applications that is easy to use and easy to modify. Code readability, modularity, and documentation were emphasized. The governing equations are solved in generalized nonorthogonal body-fitted coordinates, by marching in time using a fully-coupled ADI solution procedure. The boundary conditions are treated implicitly. All terms, including the diffusion terms, are linearized using second-order Taylor series expansions. Turbulence is modeled using either an algebraic or two-equation eddy viscosity model. The thin-layer or Euler equations may also be solved. The energy equation may be eliminated by the assumption of constant total enthalpy. Explicit and implicit artificial viscosity may be used. Several time step options are available for convergence acceleration. The documentation is divided into three volumes. This is the User's Guide, and describes the program's features, the input and output, the procedure for setting up initial conditions, the computer resource requirements, the diagnostic messages that may be generated, the job control language used to run the program, and several test cases.

  15. PROTEUS two-dimensional Navier-Stokes computer code, version 1.0. Volume 2: User's guide

    NASA Technical Reports Server (NTRS)

    Towne, Charles E.; Schwab, John R.; Benson, Thomas J.; Suresh, Ambady

    1990-01-01

    A new computer code was developed to solve the two-dimensional or axisymmetric, Reynolds averaged, unsteady compressible Navier-Stokes equations in strong conservation law form. The thin-layer or Euler equations may also be solved. Turbulence is modeled using an algebraic eddy viscosity model. The objective was to develop a code for aerospace applications that is easy to use and easy to modify. Code readability, modularity, and documentation were emphasized. The equations are written in nonorthogonal body-fitted coordinates, and solved by marching in time using a fully-coupled alternating direction-implicit procedure with generalized first- or second-order time differencing. All terms are linearized using second-order Taylor series. The boundary conditions are treated implicitly, and may be steady, unsteady, or spatially periodic. Simple Cartesian or polar grids may be generated internally by the program. More complex geometries require an externally generated computational coordinate system. The documentation is divided into three volumes. Volume 2 is the User's Guide, and describes the program's general features, the input and output, the procedure for setting up initial conditions, the computer resource requirements, the diagnostic messages that may be generated, the job control language used to run the program, and several test cases.

  16. Proteus three-dimensional Navier-Stokes computer code, version 1.0. Volume 2: User's guide

    NASA Technical Reports Server (NTRS)

    Towne, Charles E.; Schwab, John R.; Bui, Trong T.

    1993-01-01

    A computer code called Proteus 3D was developed to solve the three-dimensional, Reynolds-averaged, unsteady compressible Navier-Stokes equations in strong conservation law form. The objective in this effort was to develop a code for aerospace propulsion applications that is easy to use and easy to modify. Code readability, modularity, and documentation were emphasized. The governing equations are solved in generalized nonorthogonal body-fitted coordinates, by marching in time using a fully-coupled ADI solution procedure. The boundary conditions are treated implicitly. All terms, including the diffusion terms, are linearized using second-order Taylor series expansions. Turbulence is modeled using either an algebraic or two-equation eddy viscosity model. The thin-layer or Euler equations may also be solved. The energy equation may be eliminated by the assumption of constant total enthalpy. Explicit and implicit artificial viscosity may be used. Several time step options are available for convergence acceleration. The documentation is divided into three volumes. This User's Guide describes the program's features, the input and output, the procedure for setting up initial conditions, the computer resource requirements, the diagnostic messages that may be generated, the job control language used to run the program, and several test cases.

  17. Eccentric activation and muscle damage: biomechanical and physiological considerations during downhill running.

    PubMed Central

    Eston, R G; Mickleborough, J; Baltzopoulos, V

    1995-01-01

    An eccentric muscle activation is the controlled lengthening of the muscle under tension. Functionally, most leg muscles work eccentrically for some part of a normal gait cycle, to support the weight of the body against gravity and to absorb shock. During downhill running the role of eccentric work of the 'anti-gravity' muscles--knee extensors, muscles of the anterior and posterior tibial compartments and hip extensors--is accentuated. The purpose of this paper is to review the relationship between eccentric muscle activation and muscle damage, particularly as it relates to running, and specifically, downhill running. PMID:7551767

  18. Evaluation of Computational Codes for Underwater Hull Analysis Model Applications

    DTIC Science & Technology

    2014-02-05

    desirable that the code can be run on a Windows operating system on the laptop, desktop, or workstation. The focus on Windows machines allows for...transition to such systems as operated on the Navy-Marine Corp Internet (NMCI). For each code the initial cost and yearly maintenance are identified...suggestions for reducing this burden to Department of Defense, Washington Headquarters Services, Directorate for Information Operations and Reports

  19. A finite element code for electric motor design

    NASA Technical Reports Server (NTRS)

    Campbell, C. Warren

    1994-01-01

    FEMOT is a finite element program for solving the nonlinear magnetostatic problem. This version uses nonlinear, Newton first order elements. The code can be used for electric motor design and analysis. FEMOT can be embedded within an optimization code that will vary nodal coordinates to optimize the motor design. The output from FEMOT can be used to determine motor back EMF, torque, cogging, and magnet saturation. It will run on a PC and will be available to anyone who wants to use it.

  20. Design of ProjectRun21: a 14-week prospective cohort study of the influence of running experience and running pace on running-related injury in half-marathoners.

    PubMed

    Damsted, Camma; Parner, Erik Thorlund; Sørensen, Henrik; Malisoux, Laurent; Nielsen, Rasmus Oestergaard

    2017-11-06

    Participation in half-marathon has been steeply increasing during the past decade. In line, a vast number of half-marathon running schedules has surfaced. Unfortunately, the injury incidence proportion for half-marathoners has been found to exceed 30% during 1-year follow-up. The majority of running-related injuries are suggested to develop as overuse injuries, which leads to injury if the cumulative training load over one or more training sessions exceeds the runners' load capacity for adaptive tissue repair. Owing to an increase of load capacity along with adaptive running training, the runners' running experience and pace abilities can be used as estimates for load capacity. Since no evidence-based knowledge exist of how to plan appropriate half-marathon running schedules considering the level of running experience and running pace, the aim of ProjectRun21 is to investigate the association between running experience or running pace and the risk of running-related injury. Healthy runners using Global Positioning System (GPS) watch between 18 and 65 years will be invited to participate in this 14-week prospective cohort study. Runners will be allowed to self-select one of three half-marathon running schedules developed for the study. Running data will be collected objectively by GPS. Injury will be based on the consensus-based time loss definition by Yamato et al.: "Running-related (training or competition) musculoskeletal pain in the lower limbs that causes a restriction on or stoppage of running (distance, speed, duration, or training) for at least 7 days or 3 consecutive scheduled training sessions, or that requires the runner to consult a physician or other health professional". Running experience and running pace will be included as primary exposures, while the exposure to running is pre-fixed in the running schedules and thereby conditioned by design. Time-to-event models will be used for analytical purposes. ProjectRun21 will examine if particular

  1. The Effect of Training in Minimalist Running Shoes on Running Economy

    PubMed Central

    Ridge, Sarah T.; Standifird, Tyler; Rivera, Jessica; Johnson, A. Wayne; Mitchell, Ulrike; Hunter, Iain

    2015-01-01

    The purpose of this study was to examine the effect of minimalist running shoes on oxygen uptake during running before and after a 10-week transition from traditional to minimalist running shoes. Twenty-five recreational runners (no previous experience in minimalist running shoes) participated in submaximal VO2 testing at a self-selected pace while wearing traditional and minimalist running shoes. Ten of the 25 runners gradually transitioned to minimalist running shoes over 10 weeks (experimental group), while the other 15 maintained their typical training regimen (control group). All participants repeated submaximal VO2 testing at the end of 10 weeks. Testing included a 3 minute warm-up, 3 minutes of running in the first pair of shoes, and 3 minutes of running in the second pair of shoes. Shoe order was randomized. Average oxygen uptake was calculated during the last minute of running in each condition. The average change from pre- to post-training for the control group during testing in traditional and minimalist shoes was an improvement of 3.1 ± 15.2% and 2.8 ± 16.2%, respectively. The average change from pre- to post-training for the experimental group during testing in traditional and minimalist shoes was an improvement of 8.4 ± 7.2% and 10.4 ± 6.9%, respectively. Data were analyzed using a 2-way repeated measures ANOVA. There were no significant interaction effects, but the overall improvement in running economy across time (6.15%) was significant (p = 0.015). Running in minimalist running shoes improves running economy in experienced, traditionally shod runners, but not significantly more than when running in traditional running shoes. Improvement in running economy in both groups, regardless of shoe type, may have been due to compliance with training over the 10-week study period and/or familiarity with testing procedures. Key points Running in minimalist footwear did not result in a change in running economy compared to running in traditional footwear

  2. The Effect of Training in Minimalist Running Shoes on Running Economy.

    PubMed

    Ridge, Sarah T; Standifird, Tyler; Rivera, Jessica; Johnson, A Wayne; Mitchell, Ulrike; Hunter, Iain

    2015-09-01

    The purpose of this study was to examine the effect of minimalist running shoes on oxygen uptake during running before and after a 10-week transition from traditional to minimalist running shoes. Twenty-five recreational runners (no previous experience in minimalist running shoes) participated in submaximal VO2 testing at a self-selected pace while wearing traditional and minimalist running shoes. Ten of the 25 runners gradually transitioned to minimalist running shoes over 10 weeks (experimental group), while the other 15 maintained their typical training regimen (control group). All participants repeated submaximal VO2 testing at the end of 10 weeks. Testing included a 3 minute warm-up, 3 minutes of running in the first pair of shoes, and 3 minutes of running in the second pair of shoes. Shoe order was randomized. Average oxygen uptake was calculated during the last minute of running in each condition. The average change from pre- to post-training for the control group during testing in traditional and minimalist shoes was an improvement of 3.1 ± 15.2% and 2.8 ± 16.2%, respectively. The average change from pre- to post-training for the experimental group during testing in traditional and minimalist shoes was an improvement of 8.4 ± 7.2% and 10.4 ± 6.9%, respectively. Data were analyzed using a 2-way repeated measures ANOVA. There were no significant interaction effects, but the overall improvement in running economy across time (6.15%) was significant (p = 0.015). Running in minimalist running shoes improves running economy in experienced, traditionally shod runners, but not significantly more than when running in traditional running shoes. Improvement in running economy in both groups, regardless of shoe type, may have been due to compliance with training over the 10-week study period and/or familiarity with testing procedures. Key pointsRunning in minimalist footwear did not result in a change in running economy compared to running in traditional footwear

  3. Barefoot running: an evaluation of current hypothesis, future research and clinical applications.

    PubMed

    Tam, Nicholas; Astephen Wilson, Janie L; Noakes, Timothy D; Tucker, Ross

    2014-03-01

    Barefoot running has become a popular research topic, driven by the increasing prescription of barefoot running as a means of reducing injury risk. Proponents of barefoot running cite evolutionary theories that long-distance running ability was crucial for human survival, and proof of the benefits of natural running. Subsequently, runners have been advised to run barefoot as a treatment mode for injuries, strength and conditioning. The body of literature examining the mechanical, structural, clinical and performance implications of barefoot running is still in its infancy. Recent research has found significant differences associated with barefoot running relative to shod running, and these differences have been associated with factors that are thought to contribute to injury and performance. Crucially, long-term prospective studies have yet to be conducted and the link between barefoot running and injury or performance remains tenuous and speculative. The injury prevention potential of barefoot running is further complicated by the complexity of injury aetiology, with no single factor having been identified as causative for the most common running injuries. The aim of the present review was to critically evaluate the theory and evidence for barefoot running, drawing on both collected evidence as well as literature that have been used to argue in favour of barefoot running. We describe the factors driving the prescription of barefoot running, examine which of these factors may have merit, what the collected evidence suggests about the suitability of barefoot running for its purported uses and describe the necessary future research to confirm or refute the barefoot running hypotheses.

  4. Combustion chamber analysis code

    NASA Technical Reports Server (NTRS)

    Przekwas, A. J.; Lai, Y. G.; Krishnan, A.; Avva, R. K.; Giridharan, M. G.

    1993-01-01

    A three-dimensional, time dependent, Favre averaged, finite volume Navier-Stokes code has been developed to model compressible and incompressible flows (with and without chemical reactions) in liquid rocket engines. The code has a non-staggered formulation with generalized body-fitted-coordinates (BFC) capability. Higher order differencing methodologies such as MUSCL and Osher-Chakravarthy schemes are available. Turbulent flows can be modeled using any of the five turbulent models present in the code. A two-phase, two-liquid, Lagrangian spray model has been incorporated into the code. Chemical equilibrium and finite rate reaction models are available to model chemically reacting flows. The discrete ordinate method is used to model effects of thermal radiation. The code has been validated extensively against benchmark experimental data and has been applied to model flows in several propulsion system components of the SSME and the STME.

  5. Primer development to obtain complete coding sequence of HA and NA genes of influenza A/H3N2 virus.

    PubMed

    Agustiningsih, Agustiningsih; Trimarsanto, Hidayat; Setiawaty, Vivi; Artika, I Made; Muljono, David Handojo

    2016-08-30

    Influenza is an acute respiratory illness and has become a serious public health problem worldwide. The need to study the HA and NA genes in influenza A virus is essential since these genes frequently undergo mutations. This study describes the development of primer sets for RT-PCR to obtain complete coding sequence of Hemagglutinin (HA) and Neuraminidase (NA) genes of influenza A/H3N2 virus from Indonesia. The primers were developed based on influenza A/H3N2 sequence worldwide from Global Initiative on Sharing All Influenza Data (GISAID) and further tested using Indonesian influenza A/H3N2 archived samples of influenza-like illness (ILI) surveillance from 2008 to 2009. An optimum RT-PCR condition was acquired for all HA and NA fragments designed to cover complete coding sequence of HA and NA genes. A total of 71 samples were successfully sequenced for complete coding sequence both of HA and NA genes out of 145 samples of influenza A/H3N2 tested. The developed primer sets were suitable for obtaining complete coding sequences of HA and NA genes of Indonesian samples from 2008 to 2009.

  6. The influence of maximum running speed on eye size: a test of Leuckart's Law in mammals.

    PubMed

    Heard-Booth, Amber N; Kirk, E Christopher

    2012-06-01

    Vertebrate eye size is influenced by many factors, including body or head size, diet, and activity pattern. Locomotor speed has also been suggested to influence eye size in a relationship known as Leuckart's Law. Leuckart's Law proposes that animals capable of achieving fast locomotor speeds require large eyes to enhance visual acuity and avoid collisions with environmental obstacles. The selective influence of rapid flight has been invoked to explain the relatively large eyes of birds, but Leuckart's Law remains untested in nonavian vertebrates. This study investigates the relationship between eye size and maximum running speed in a diverse sample of mammals. Measures of axial eye diameter, maximum running speed, and body mass were collected from the published literature for 50 species from 10 mammalian orders. This analysis reveals that absolute eye size is significantly positively correlated with maximum running speed in mammals. Moreover, the relationship between eye size and running speed remains significant when the potentially confounding effects of body mass and phylogeny are statistically controlled. The results of this analysis are therefore consistent with the expectations of Leuckart's Law and demonstrate that faster-moving mammals have larger eyes than their slower-moving close relatives. Accordingly, we conclude that maximum running speed is one of several key selective factors that have influenced the evolution of eye size in mammals. Copyright © 2012 Wiley Periodicals, Inc.

  7. Enhanced voluntary wheel running in GPRC6A receptor knockout mice.

    PubMed

    Clemmensen, Christoffer; Pehmøller, Christian; Klein, Anders B; Ratner, Cecilia; Wojtaszewski, Jørgen F P; Bräuner-Osborne, Hans

    2013-06-13

    GPRC6A is an amino acid-sensing receptor highly expressed in the brain and in skeletal muscle. Although recent evidence suggests that genetically engineered GPRC6A receptor knockout (KO) mice are susceptible to develop subtle endocrine and metabolic disturbances, the underlying disruptions in energy metabolism are largely unexplored. Based on GPRC6A's expression pattern and ligand preferences, we hypothesize that the receptor may impact energy metabolism via regulating physical activity levels. Thus, in the present study, we exposed GPRC6A receptor KO mice and their wild-type (WT) littermates to voluntary wheel running and forced treadmill exercise. Moreover, we assessed energy expenditure in the basal state, and evaluated the effects of wheel running on food intake, body composition, and a range of exercise-induced central and peripheral biomarkers. We found that adaptation to voluntary wheel running is affected by GPRC6A, as ablation of the receptor significantly enhances wheel running in KO relative to WT mice. Both genotypes responded to voluntary exercise by increasing food intake and improving body composition to a similar degree. In conclusion, these data demonstrate that the GPRC6A receptor is involved in regulating exercise behaviour. Future studies are highly warranted to delineate the underlying molecular details and to assess if these findings hold any translational value. Copyright © 2013 Elsevier Inc. All rights reserved.

  8. Physical activity prevents augmented body fat accretion in moderately iron-deficient rats.

    PubMed

    McClung, James P; Andersen, Nancy E; Tarr, Tyson N; Stahl, Chad H; Young, Andrew J

    2008-07-01

    Recent studies describe an association between poor iron status and obesity in humans, although the mechanism explaining this relationship is unclear. The present study aimed to determine the effect of moderate iron deficiency and physical activity (PA) on body composition in an animal model. Male Sprague-Dawley rats consumed iron-adequate (IA; 40 mg/kg) or moderately iron-deficient (ID; 9 mg/kg) diets ad libitum for 12 wk. Rats were assigned to 4 treatment groups (n = 10 per group): IA, sedentary (IAS); IA, PA (IAPA); ID, sedentary (IDS); or ID, PA (IDPA). Activity involved running on motorized running wheels at 4 m/min for 1 h/d for 5 d/wk. After 12 wk, ID rats were not anemic, but body iron stores were reduced as indicated by diminished (P < 0.05) femur iron compared with IA rats. Treatment group did not affect body weight or feed consumption. However, fat mass was greater (P < 0.05) in IDS rats (38.6 +/- 6.7%) than IAS (31.8 +/- 2.9%), IAPA (31.8 +/- 2.0%), and IDPA (32.8 +/- 4.5%) rats. Furthermore, lean body mass was diminished in IDS rats (58.7 +/- 6.8%) compared with IAS (65.6 +/- 3.0%), IAPA (65.6 +/- 2.1%), and IDPA (64.7 +/- 4.5%) rats. Thus, moderate iron deficiency may cause increased body fat accretion in rats and PA attenuates that effect.

  9. Running-related injuries in school-age children and adolescents treated in emergency departments from 1994 through 2007.

    PubMed

    Mehl, Ann J; Nelson, Nicolas G; McKenzie, Lara B

    2011-02-01

    Running for exercise is a popular way to motivate children to be physically active. Running-related injuries are well studied in adults but little information exists for children and adolescents. Through use of the National Electronic Injury Surveillance System database, cases of running-related injuries were selected by using activity codes for exercise (which included running and jogging). Sample weights were used to calculate national estimates. An estimated 225 344 children and adolescents 6 to 18 years old were treated in US emergency departments for running-related injuries. The annual number of cases increased by 34.0% over the study period. One third of the injuries involved a running-related fall and more than one half of the injuries occurred at school. The majority of injuries occurred to the lower extremities and resulted in a sprain or strain. These findings emphasize the need for scientific evidence-based guidelines for pediatric running. The high proportion of running-related falls warrants further research.

  10. Running energetics in the pronghorn antelope.

    PubMed

    Lindstedt, S L; Hokanson, J F; Wells, D J; Swain, S D; Hoppeler, H; Navarro, V

    1991-10-24

    The pronghorn antelope (Antilocapra americana) has an alleged top speed of 100 km h-1, second only to the cheetah (Acionyx jubatus) among land vertebrates, a possible response to predation in the exposed habitat of the North American prairie. Unlike cheetahs, however, pronghorn antelope are distance runners rather than sprinters, and can run 11 km in 10 min, an average speed of 65 km h-1. We measured maximum oxygen uptake in pronghorn antelope to distinguish between two potential explanations for this ability: either they have evolved a uniquely high muscular efficiency (low cost of transport) or they can supply oxygen to the muscles at unusually high levels. Because the cost of transport (energy per unit distance covered per unit body mass) varies as a predictable function of body mass among terrestrial vertebrates, we can calculate the predicted cost to maintain speeds of 65 and 100 km h-1 in an average 32-kg animal. The resulting range of predicted values, 3.2-5.1 ml O2 kg-1 s-1, far surpasses the predicted maximum aerobic capacity of a 32-kg mammal (1.5 ml O2 kg-1 s-1). We conclude that their performance is achieved by an extraordinary capacity to consume and process enough oxygen to support a predicted running speed greater than 20 ms-1 (70 km h-1), attained without unique respiratory-system structures.

  11. Foot speed, foot-strike and footwear: linking gait mechanics and running ground reaction forces.

    PubMed

    Clark, Kenneth P; Ryan, Laurence J; Weyand, Peter G

    2014-06-15

    Running performance, energy requirements and musculoskeletal stresses are directly related to the action-reaction forces between the limb and the ground. For human runners, the force-time patterns from individual footfalls can vary considerably across speed, foot-strike and footwear conditions. Here, we used four human footfalls with distinctly different vertical force-time waveform patterns to evaluate whether a basic mechanical model might explain all of them. Our model partitions the body's total mass (1.0 Mb) into two invariant mass fractions (lower limb=0.08, remaining body mass=0.92) and allows the instantaneous collisional velocities of the former to vary. The best fits achieved (R(2) range=0.95-0.98, mean=0.97 ± 0.01) indicate that the model is capable of accounting for nearly all of the variability observed in the four waveform types tested: barefoot jog, rear-foot strike run, fore-foot strike run and fore-foot strike sprint. We conclude that different running ground reaction force-time patterns may have the same mechanical basis. © 2014. Published by The Company of Biologists Ltd.

  12. New Syndrome Decoding Techniques for the (n, K) Convolutional Codes

    NASA Technical Reports Server (NTRS)

    Reed, I. S.; Truong, T. K.

    1983-01-01

    This paper presents a new syndrome decoding algorithm for the (n,k) convolutional codes (CC) which differs completely from an earlier syndrome decoding algorithm of Schalkwijk and Vinck. The new algorithm is based on the general solution of the syndrome equation, a linear Diophantine equation for the error polynomial vector E(D). The set of Diophantine solutions is a coset of the CC. In this error coset a recursive, Viterbi-like algorithm is developed to find the minimum weight error vector (circumflex)E(D). An example, illustrating the new decoding algorithm, is given for the binary nonsystemmatic (3,1)CC.

  13. Error Correcting Codes and Related Designs

    DTIC Science & Technology

    1990-09-30

    Theory, IT-37 (1991), 1222-1224. 6. Codes and designs, existence and uniqueness, Discrete Math ., to appear. 7. (with R. Brualdi and N. Cai), Orphan...structure of the first order Reed-Muller codes, Discrete Math ., to appear. 8. (with J. H. Conway and N.J.A. Sloane), The binary self-dual codes of length up...18, 1988. 4. "Codes and Designs," Mathematics Colloquium, Technion, Haifa, Israel, March 6, 1989. 5. "On the Covering Radius of Codes," Discrete Math . Group

  14. Running speed increases plantar load more than per cent body weight on an AlterG® treadmill.

    PubMed

    Thomson, Athol; Einarsson, Einar; Witvrouw, Erik; Whiteley, Rod

    2017-02-01

    AlterG® treadmills allow for running at different speeds as well as at reduced bodyweight (BW), and are used during rehabilitation to reduce the impact load. The aim of this study was to quantify plantar loads borne by the athlete during rehabilitation. Twenty trained male participants ran on the AlterG® treadmill in 36 conditions: all combinations of indicated BW (50-100%) paired with different walking and running speeds (range 6-16 km · hr -1 ) in a random order. In-shoe maximum plantar force (Fmax) was recorded using the Pedar-X system. Fmax was lowest at the 6 km · hr -1 at 50% indicated BW condition at 1.02 ± 0.21BW and peaked at 2.31 ± 0.22BW for the 16 km · hr -1 at 100% BW condition. Greater increases in Fmax were seen when increasing running speed while holding per cent BW constant than the reverse (0.74BW-0.91BW increase compared to 0.19-0.31BW). A table is presented with each of the 36 combinations of BW and running speed to allow a more objective progression of plantar loading during rehabilitation. Increasing running speed rather than increasing indicated per cent BW was shown to have the strongest effect on the magnitude of Fmax across the ranges of speeds and indicated per cent BWs examined.

  15. A hybrid gyrokinetic ion and isothermal electron fluid code for astrophysical plasma

    NASA Astrophysics Data System (ADS)

    Kawazura, Y.; Barnes, M.

    2018-05-01

    This paper describes a new code for simulating astrophysical plasmas that solves a hybrid model composed of gyrokinetic ions (GKI) and an isothermal electron fluid (ITEF) Schekochihin et al. (2009) [9]. This model captures ion kinetic effects that are important near the ion gyro-radius scale while electron kinetic effects are ordered out by an electron-ion mass ratio expansion. The code is developed by incorporating the ITEF approximation into AstroGK, an Eulerian δf gyrokinetics code specialized to a slab geometry Numata et al. (2010) [41]. The new code treats the linear terms in the ITEF equations implicitly while the nonlinear terms are treated explicitly. We show linear and nonlinear benchmark tests to prove the validity and applicability of the simulation code. Since the fast electron timescale is eliminated by the mass ratio expansion, the Courant-Friedrichs-Lewy condition is much less restrictive than in full gyrokinetic codes; the present hybrid code runs ∼ 2√{mi /me } ∼ 100 times faster than AstroGK with a single ion species and kinetic electrons where mi /me is the ion-electron mass ratio. The improvement of the computational time makes it feasible to execute ion scale gyrokinetic simulations with a high velocity space resolution and to run multiple simulations to determine the dependence of turbulent dynamics on parameters such as electron-ion temperature ratio and plasma beta.

  16. The baseline serum value of α-amylase is a significant predictor of distance running performance.

    PubMed

    Lippi, Giuseppe; Salvagno, Gian Luca; Danese, Elisa; Tarperi, Cantor; La Torre, Antonio; Guidi, Gian Cesare; Schena, Federico

    2015-02-01

    This study was planned to investigate whether serum α-amylase concentration may be associated with running performance, physiological characteristics and other clinical chemistry analytes in a large sample of recreational athletes undergoing distance running. Forty-three amateur runners successfully concluded a 21.1 km half-marathon at 75%-85% of their maximal oxygen uptake (VO2max). Blood was drawn during warm up and 15 min after conclusion of the run. After correction for body weight change, significant post-run increases were observed for serum values of alkaline phosphatase, alanine aminotransferase, aspartate aminotransferase, bilirubin, creatine kinase (CK), iron, lactate dehydrogenase (LDH), triglycerides, urea and uric acid, whereas the values of body weight, glomerular filtration rate, total and low density lipoprotein-cholesterol were significantly decreased. The concentration of serum α-amylase was unchanged. In univariate analysis, significant associations with running performance were found for gender, VO2max, training regimen and pre-run serum values of α-amylase, CK, glucose, high density lipoprotein-cholesterol, LDH, urea and uric acid. In multivariate analysis, only VO2max (p=0.042) and baseline α-amylase (p=0.021) remained significant predictors of running performance. The combination of these two variables predicted 71% of variance in running performance. The baseline concentration of serum α-amylase was positively correlated with variation of serum glucose during the trial (r=0.345; p=0.025) and negatively with capillary blood lactate at the end of the run (r=-0.352; p=0.021). We showed that the baseline serum α-amylase concentration significantly and independently predicts distance running performance in recreational runners.

  17. Transfer, loss and physical processing of water in hit-and-run collisions of planetary embryos

    NASA Astrophysics Data System (ADS)

    Burger, C.; Maindl, T. I.; Schäfer, C. M.

    2018-01-01

    Collisions between large, similar-sized bodies are believed to shape the final characteristics and composition of terrestrial planets. Their inventories of volatiles such as water are either delivered or at least significantly modified by such events. Besides the transition from accretion to erosion with increasing impact velocity, similar-sized collisions can also result in hit-and-run outcomes for sufficiently oblique impact angles and large enough projectile-to-target mass ratios. We study volatile transfer and loss focusing on hit-and-run encounters by means of smooth particle hydrodynamics simulations, including all main parameters: impact velocity, impact angle, mass ratio and also the total colliding mass. We find a broad range of overall water losses, up to 75% in the most energetic hit-and-run events, and confirm the much more severe consequences for the smaller body also for stripping of volatile layers. Transfer of water between projectile and target inventories is found to be mostly rather inefficient, and final water contents are dominated by pre-collision inventories reduced by impact losses, for similar pre-collision water mass fractions. Comparison with our numerical results shows that current collision outcome models are not accurate enough to reliably predict these composition changes in hit-and-run events. To also account for non-mechanical losses, we estimate the amount of collisionally vaporized water over a broad range of masses and find that these contributions are particularly important in collisions of ˜ Mars-sized bodies, with sufficiently high impact energies, but still relatively low gravity. Our results clearly indicate that the cumulative effect of several (hit-and-run) collisions can efficiently strip protoplanets of their volatile layers, especially the smaller body, as it might be common, e.g., for Earth-mass planets in systems with Super-Earths. An accurate model for stripping of volatiles that can be included in future planet

  18. Plato: A localised orbital based density functional theory code

    NASA Astrophysics Data System (ADS)

    Kenny, S. D.; Horsfield, A. P.

    2009-12-01

    The Plato package allows both orthogonal and non-orthogonal tight-binding as well as density functional theory (DFT) calculations to be performed within a single framework. The package also provides extensive tools for analysing the results of simulations as well as a number of tools for creating input files. The code is based upon the ideas first discussed in Sankey and Niklewski (1989) [1] with extensions to allow high-quality DFT calculations to be performed. DFT calculations can utilise either the local density approximation or the generalised gradient approximation. Basis sets from minimal basis through to ones containing multiple radial functions per angular momenta and polarisation functions can be used. Illustrations of how the package has been employed are given along with instructions for its utilisation. Program summaryProgram title: Plato Catalogue identifier: AEFC_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEFC_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.: 219 974 No. of bytes in distributed program, including test data, etc.: 1 821 493 Distribution format: tar.gz Programming language: C/MPI and PERL Computer: Apple Macintosh, PC, Unix machines Operating system: Unix, Linux and Mac OS X Has the code been vectorised or parallelised?: Yes, up to 256 processors tested RAM: Up to 2 Gbytes per processor Classification: 7.3 External routines: LAPACK, BLAS and optionally ScaLAPACK, BLACS, PBLAS, FFTW Nature of problem: Density functional theory study of electronic structure and total energies of molecules, crystals and surfaces. Solution method: Localised orbital based density functional theory. Restrictions: Tight-binding and density functional theory only, no exact exchange. Unusual features: Both atom centred and uniform meshes available

  19. Optical network security using unipolar Walsh code

    NASA Astrophysics Data System (ADS)

    Sikder, Somali; Sarkar, Madhumita; Ghosh, Shila

    2018-04-01

    Optical code-division multiple-access (OCDMA) is considered as a good technique to provide optical layer security. Many research works have been published to enhance optical network security by using optical signal processing. The paper, demonstrates the design of the AWG (arrayed waveguide grating) router-based optical network for spectral-amplitude-coding (SAC) OCDMA networks with Walsh Code to design a reconfigurable network codec by changing signature codes to against eavesdropping. In this paper we proposed a code reconfiguration scheme to improve the network access confidentiality changing the signature codes by cyclic rotations, for OCDMA system. Each of the OCDMA network users is assigned a unique signature code to transmit the information and at the receiving end each receiver correlates its own signature pattern a(n) with the receiving pattern s(n). The signal arriving at proper destination leads to s(n)=a(n).

  20. How to review 4 million lines of ATLAS code

    NASA Astrophysics Data System (ADS)

    Stewart, Graeme A.; Lampl, Walter; ATLAS Collaboration

    2017-10-01

    As the ATLAS Experiment prepares to move to a multi-threaded framework (AthenaMT) for Run3, we are faced with the problem of how to migrate 4 million lines of C++ source code. This code has been written over the past 15 years and has often been adapted, re-written or extended to the changing requirements and circumstances of LHC data taking. The code was developed by different authors, many of whom are no longer active, and under the deep assumption that processing ATLAS data would be done in a serial fashion. In order to understand the scale of the problem faced by the ATLAS software community, and to plan appropriately the significant efforts posed by the new AthenaMT framework, ATLAS embarked on a wide ranging review of our offline code, covering all areas of activity: event generation, simulation, trigger, reconstruction. We discuss the difficulties in even logistically organising such reviews in an already busy community, how to examine areas in sufficient depth to learn key areas in need of upgrade, yet also to finish the reviews in a timely fashion. We show how the reviews were organised and how the ouptuts were captured in a way that the sub-system communities could then tackle the problems uncovered on a realistic timeline. Further, we discuss how the review has inuenced the overall planning for the Run 3 ATLAS offline code.

  1. Running with horizontal pulling forces: the benefits of towing.

    PubMed

    Grabowski, Alena M; Kram, Rodger

    2008-10-01

    Towing, or running with a horizontal pulling force, is a common technique used by adventure racing teams. During an adventure race, the slowest person on a team determines the team's overall performance. To improve overall performance, a faster runner tows a slower runner with an elastic cord attached to their waists. Our purpose was to create and validate a model that predicts the optimal towing force needed by two runners to achieve their best overall performance. We modeled the effects of towing forces between two runners that differ in solo 10-km performance time and/or body mass. We calculated the overall time that could be saved with towing for running distances of 10, 20, and 42.2-km based on equations from previous research. Then, we empirically tested our 10-km model on 15 runners. Towing improved overall running performance considerably and our model accurately predicted this performance improvement. For example, if two runners (a 70 kg runner with a 35 min solo 10-km time and a 70-kg runner with a 50-min solo 10-km time) maintain an optimal towing force throughout a 10-km race, they can improve overall performance by 15%, saving almost 8 min. Ultimately, the race performance time and body mass of each runner determine the optimal towing force.

  2. Medical Sequencing at the extremes of Human Body Mass

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ahituv, Nadav; Kavaslar, Nihan; Schackwitz, Wendy

    2006-09-01

    Body weight is a quantitative trait with significantheritability in humans. To identify potential genetic contributors tothis phenotype, we resequenced the coding exons and splice junctions of58 genes in 379 obese and 378 lean individuals. Our 96Mb survey included21 genes associated with monogenic forms of obesity in humans or mice, aswell as 37 genes that function in body weight-related pathways. We foundthat the monogenic obesity-associated gene group was enriched for rarenonsynonymous variants unique to the obese (n=46) versus lean (n=26)populations. Computational analysis further predicted a significantlygreater fraction of deleterious variants within the obese cohort.Consistent with the complex inheritance of body weight,more » we did notobserve obvious familial segregation in the majority of the 28 availablekindreds. Taken together, these data suggest that multiple rare alleleswith variable penetrance contribute to obesity in the population andprovide a deep medical sequencing based approach to detectthem.« less

  3. Ibuprofen does not affect serum electrolyte concentrations after an ultradistance run

    PubMed Central

    Dumke, Charles L; Nieman, David C; Oley, Kevin; Lind, Robert H

    2007-01-01

    Objective To determine the effects of ibuprofen on serum electrolyte concentrations after a 160 km running race. Methods Twenty nine subjects (mean (SD) age 47.9 (7.4) years) ingested 600 mg ibuprofen the day before, and 1200 mg ibuprofen during, a 160 km competitive trail running race (approximately every 4 h in 200 mg doses). Twenty five control subjects (mean (SD) age 46.8 (10.3) years) avoided ingestion of ibuprofen before or during the race. Blood was drawn on the day before the race and immediately after the race. Serum biochemical profiles were analysed by a clinical laboratory. Significant effects of treatment and time were determined with a general linear model with repeated measures. Results Subjects in the two groups did not differ by age, training volume, race experience, body mass index, body fat, or finishing time (25.8 (3.3) vs 25.6 (3.9) h). Body weight did not change significantly over the race (measured before, mid‐race (90 km), and after). Ibuprofen ingestion did not significantly affect any of the serum markers including creatine kinase (p = 0.16). A significant decrease in serum sodium (p = 0.006), potassium (p = 0.001), chloride (p<0.001), calcium (p<0.001), albumin (p<0.001) and globulin (p<0.001) was observed after the race. Increases were seen in creatine kinase (p<0.001), creatinine (p<0.001), blood urea nitrogen (p<0.001), uric acid (p<0.001) and glucose (p<0.001) as the result of the race. Conclusions These data suggest that the non‐specific cyclo‐oxygenase inhibitor, ibuprofen, does not alter serum electrolyte concentrations during ultradistance running. However, the stress of ultradistance running appears to be related to significant changes in certain serum markers. PMID:17331976

  4. Stretching Your Energetic Budget: How Tendon Compliance Affects the Metabolic Cost of Running

    PubMed Central

    Uchida, Thomas K.; Hicks, Jennifer L.; Dembia, Christopher L.; Delp, Scott L.

    2016-01-01

    Muscles attach to bones via tendons that stretch and recoil, affecting muscle force generation and metabolic energy consumption. In this study, we investigated the effect of tendon compliance on the metabolic cost of running using a full-body musculoskeletal model with a detailed model of muscle energetics. We performed muscle-driven simulations of running at 2–5 m/s with tendon force–strain curves that produced between 1 and 10% strain when the muscles were developing maximum isometric force. We computed the average metabolic power consumed by each muscle when running at each speed and with each tendon compliance. Average whole-body metabolic power consumption increased as running speed increased, regardless of tendon compliance, and was lowest at each speed when tendon strain reached 2–3% as muscles were developing maximum isometric force. When running at 2 m/s, the soleus muscle consumed less metabolic power at high tendon compliance because the strain of the tendon allowed the muscle fibers to operate nearly isometrically during stance. In contrast, the medial and lateral gastrocnemii consumed less metabolic power at low tendon compliance because less compliant tendons allowed the muscle fibers to operate closer to their optimal lengths during stance. The software and simulations used in this study are freely available at simtk.org and enable examination of muscle energetics with unprecedented detail. PMID:26930416

  5. Responding for sucrose and wheel-running reinforcement: effect of pre-running.

    PubMed

    Belke, Terry W

    2006-01-10

    Six male albino Wistar rats were placed in running wheels and exposed to a fixed interval 30-s schedule that produced either a drop of 15% sucrose solution or the opportunity to run for 15s as reinforcing consequences for lever pressing. Each reinforcer type was signaled by a different stimulus. To assess the effect of pre-running, animals were allowed to run for 1h prior to a session of responding for sucrose and running. Results showed that, after pre-running, response rates in the later segments of the 30-s schedule decreased in the presence of a wheel-running stimulus and increased in the presence of a sucrose stimulus. Wheel-running rates were not affected. Analysis of mean post-reinforcement pauses (PRP) broken down by transitions between successive reinforcers revealed that pre-running lengthened pausing in the presence of the stimulus signaling wheel running and shortened pauses in the presence of the stimulus signaling sucrose. No effect was observed on local response rates. Changes in pausing in the presence of stimuli signaling the two reinforcers were consistent with a decrease in the reinforcing efficacy of wheel running and an increase in the reinforcing efficacy of sucrose. Pre-running decreased motivation to respond for running, but increased motivation to work for food.

  6. Energy scaling advantages of resistive memory crossbar based computation and its application to sparse coding

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Agarwal, Sapan; Quach, Tu -Thach; Parekh, Ojas

    In this study, the exponential increase in data over the last decade presents a significant challenge to analytics efforts that seek to process and interpret such data for various applications. Neural-inspired computing approaches are being developed in order to leverage the computational properties of the analog, low-power data processing observed in biological systems. Analog resistive memory crossbars can perform a parallel read or a vector-matrix multiplication as well as a parallel write or a rank-1 update with high computational efficiency. For an N × N crossbar, these two kernels can be O(N) more energy efficient than a conventional digital memory-basedmore » architecture. If the read operation is noise limited, the energy to read a column can be independent of the crossbar size (O(1)). These two kernels form the basis of many neuromorphic algorithms such as image, text, and speech recognition. For instance, these kernels can be applied to a neural sparse coding algorithm to give an O(N) reduction in energy for the entire algorithm when run with finite precision. Sparse coding is a rich problem with a host of applications including computer vision, object tracking, and more generally unsupervised learning.« less

  7. Energy scaling advantages of resistive memory crossbar based computation and its application to sparse coding

    DOE PAGES

    Agarwal, Sapan; Quach, Tu -Thach; Parekh, Ojas; ...

    2016-01-06

    In this study, the exponential increase in data over the last decade presents a significant challenge to analytics efforts that seek to process and interpret such data for various applications. Neural-inspired computing approaches are being developed in order to leverage the computational properties of the analog, low-power data processing observed in biological systems. Analog resistive memory crossbars can perform a parallel read or a vector-matrix multiplication as well as a parallel write or a rank-1 update with high computational efficiency. For an N × N crossbar, these two kernels can be O(N) more energy efficient than a conventional digital memory-basedmore » architecture. If the read operation is noise limited, the energy to read a column can be independent of the crossbar size (O(1)). These two kernels form the basis of many neuromorphic algorithms such as image, text, and speech recognition. For instance, these kernels can be applied to a neural sparse coding algorithm to give an O(N) reduction in energy for the entire algorithm when run with finite precision. Sparse coding is a rich problem with a host of applications including computer vision, object tracking, and more generally unsupervised learning.« less

  8. N-scaling of timescales in long-range N-body quantum systems

    NASA Astrophysics Data System (ADS)

    Kastner, Michael

    2017-01-01

    Long-range interacting many-body systems exhibit a number of peculiar and intriguing properties. One of those is the scaling of relaxation times with the number N of particles in a system. In this paper I give a survey of results on long-range quantum spin models that illustrate this scaling behaviour, and provide indications for its common occurrence by making use of Lieb-Robinson bounds. I argue that these findings may help in understanding the extraordinarily short equilibration timescales predicted by typicality techniques.

  9. Close encounters of the third-body kind. [intruding bodies in binary star systems

    NASA Technical Reports Server (NTRS)

    Davies, M. B.; Benz, W.; Hills, J. G.

    1994-01-01

    We simulated encounters involving binaries of two eccentricities: e = 0 (i.e., circular binaries) and e = 0.5. In both cases the binary contained a point mass of 1.4 solar masses (i.e., a neutron star) and a 0.8 solar masses main-sequence star modeled as a polytrope. The semimajor axes of both binaries were set to 60 solar radii (0.28 AU). We considered intruders of three masses: 1.4 solar masses (a neutron star), 0.8 solar masses (a main-sequence star or a higher mass white dwarf), and 0.64 solar masses (a more typical mass white dwarf). Our strategy was to perform a large number (40,000) of encounters using a three-body code, then to rerun a small number of cases with a three-dimensional smoothed particle hydrodynamics (SPH) code to determine the importance of hydrodynamical effects. Using the results of the three-body runs, we computed the exchange across sections, sigma(sub ex). From the results of the SPH runs, we computed the cross sections for clean exchange, denoted by sigma(sub cx); the formation of a triple system, denoted by sigma(sub trp); and the formation of a merged binary with an object formed from the merger of two of the stars left in orbit around the third star, denoted by sigma(sub mb). For encounters between either binary and a 1.4 solar masses neutron star, sigma(sub cx) approx. 0.7 sigma(sub ex) and sigma(sub mb) + sigma(sub trp) approx. 0.3 sigma(sub ex). For encounters between either binary and the 0.8 solar masses main-sequence star, sigma(sub cx) approx. 0.50 sigma(sub ex) and sigma(sub mb) + sigma(sub trp) approx. 1.0 sigma(sub ex). If the main sequence star is replaced by a main-sequence star of the same mass, we have sigma(sub cx) approx. 0.5 sigma(sub ex) and sigma(sub mb) + sigma(sub trp) approx. 1.6 sigma(sub ex). Although the exchange cross section is a sensitive function of intruder mass, we see that the cross section to produce merged binaries is roughly independent of intruder mass. The merged binaries produced have semi

  10. No Dose-Response Effect of Carbohydrate Mouth Rinse Concentration on 5-km Running Performance in Recreational Athletes.

    PubMed

    Clarke, Neil D; Thomas, James R; Kagka, Marion; Ramsbottom, Roger; Delextrat, Anne

    2017-03-01

    Clarke, ND, Thomas, JR, Kagka, M, Ramsbottom, R, and Delextrat, A. No dose-response effect of carbohydrate mouth rinse concentration on 5-km running performance in recreational athletes. J Strength Cond Res 31(3): 715-720, 2017-Oral carbohydrate rinsing has been demonstrated to provide beneficial effects on exercise performance of durations of up to 1 hour, albeit predominately in a laboratory setting. The aim of the present study was to investigate the effects of different concentrations of carbohydrate solution mouth rinse on 5-km running performance. Fifteen healthy men (n = 9; mean ± SD age; 42 ± 10 years; height, 177.6 ± 6.1 cm; body mass, 73.9 ± 8.9 kg) and women (n = 6; mean ± SD age, 43 ± 9 years; height, 166.5 ± 4.1 cm; body mass, 65.7 ± 6.8 kg) performed a 5-km running time trial on a track on 4 separate occasions. Immediately before starting the time trial and then after each 1 km, subjects rinsed 25 ml of 0, 3, 6, or 12% maltodextrin for 10 seconds. Mouth rinsing with 0, 3, 6, or 12% maltodextrin did not have a significant effect on the time to complete the time trial (0%, 26:34 ± 4:07 minutes:seconds; 3%, 27:17 ± 4:33 minutes:seconds; 6%, 27:05 ± 3:52 minutes:seconds; 12%, 26:47 ± 4.31 minutes:seconds; p = 0.071; (Equation is included in full-text article.)= 0.15), heart rate (p = 0.095; (Equation is included in full-text article.)= 0.16), rating of perceived exertion (p = 0.195; (Equation is included in full-text article.)= 0.11), blood glucose (p = 0.920; (Equation is included in full-text article.)= 0.01), and blood lactate concentration (p = 0.831; (Equation is included in full-text article.)= 0.02), with only nonsignificant trivial to small differences between concentrations. Results of this study suggest that carbohydrate mouth rinsing provides no ergogenic advantage over an acaloric placebo (0%) and that there is no dose-response relationship between carbohydrate solution concentration and 5-km track running performance.

  11. The effects of load carriage on joint work at different running velocities.

    PubMed

    Liew, Bernard X W; Morris, Susan; Netto, Kevin

    2016-10-03

    Running with load carriage has become increasingly prevalent in sport, as well as many field-based occupations. However, the "sources" of mechanical work during load carriage running are not yet completely understood. The purpose of this study was to determine the influence of load magnitudes on the mechanical joint work during running, across different velocities. Thirty-one participants performed overground running at three load magnitudes (0%, 10%, 20% body weight), and at three velocities (3, 4, 5m/s). Three dimensional motion capture was performed, with synchronised force plate data captured. Inverse dynamics was used to quantify joint work in the stance phase of running. Joint work was normalized to a unit proportion of body weight and leg length (one dimensionless work unit=532.45J). Load significantly increased total joint work and total positive work and this effect was greater at faster velocities. Load carriage increased ankle positive work (β coefficient=rate of 6.95×10 -4 unit work per 1% BW carried), and knee positive (β=1.12×10 -3 unit) and negative work (β=-2.47×10 -4 unit), and hip negative work (β=-7.79×10 -4 unit). Load carriage reduced hip positive work and this effect was smaller at faster velocities. Inter-joint redistribution did not contribute significantly to altered mechanical work within the spectrum of load and velocity investigated. Hence, the ankle joint contributed to the greatest extent in work production, whilst that of the knee contributed to the greatest extent to work absorption when running with load. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Government bodies and their influence on the 2009 H1N1 health sector pandemic response in remote and isolated First Nation communities of sub-Arctic Ontario, Canada.

    PubMed

    Charania, N A; Tsuji, L J S

    2011-01-01

    First Nation communities were highly impacted by the 2009 H1N1 influenza pandemic. Multiple government bodies (ie federal, provincial, and First Nations) in Canada share responsibility for the health sector pandemic response in remote and isolated First Nation communities and this may have resulted in a fragmented pandemic response. This study aimed to discover if and how the dichotomy (or trichotomy) of involved government bodies led to barriers faced and opportunities for improvement during the health sector response to the 2009 H1N1 pandemic in three remote and isolated sub-arctic First Nation communities of northern Ontario, Canada. A qualitative community-based participatory approach was employed. Semi-directed interviews were conducted with adult key informants (n=13) using purposive sampling of participants representing the two (or three) government bodies of each study community. Data were manually transcribed and coded using deductive and inductive thematic analysis to reveal positive aspects, barriers faced, and opportunities for improvement along with the similarities and differences regarding the pandemic responses of each government body. Primary barriers faced by participants included receiving contradicting governmental guidelines and direction from many sources. In addition, there was a lack of human resources, information sharing, and specific details included in community-level pandemic plans. Recommended areas of improvement include developing a complementary communication plan, increasing human resources, and updating community-level pandemic plans. Participants reported many issues that may be attributable to the dichotomy (or trichotomy) of government bodies responsible for healthcare delivery during a pandemic. Increasing formal communication and collaboration between responsible government bodies will assist in clarifying roles and responsibilities and improve the pandemic response in Canada's remote and isolated First Nation communities.

  13. Unified connected theory of few-body reaction mechanisms in N-body scattering theory

    NASA Technical Reports Server (NTRS)

    Polyzou, W. N.; Redish, E. F.

    1978-01-01

    A unified treatment of different reaction mechanisms in nonrelativistic N-body scattering is presented. The theory is based on connected kernel integral equations that are expected to become compact for reasonable constraints on the potentials. The operators T/sub +-//sup ab/(A) are approximate transition operators that describe the scattering proceeding through an arbitrary reaction mechanism A. These operators are uniquely determined by a connected kernel equation and satisfy an optical theorem consistent with the choice of reaction mechanism. Connected kernel equations relating T/sub +-//sup ab/(A) to the full T/sub +-//sup ab/ allow correction of the approximate solutions for any ignored process to any order. This theory gives a unified treatment of all few-body reaction mechanisms with the same dynamic simplicity of a model calculation, but can include complicated reaction mechanisms involving overlapping configurations where it is difficult to formulate models.

  14. Parallel processing a real code: A case history

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mandell, D.A.; Trease, H.E.

    1988-01-01

    A three-dimensional, time-dependent Free-Lagrange hydrodynamics code has been multitasked and autotasked on a Cray X-MP/416. The multitasking was done by using the Los Alamos Multitasking Control Library, which is a superset of the Cray multitasking library. Autotasking is done by using constructs which are only comment cards if the source code is not run through a preprocessor. The 3-D algorithm has presented a number of problems that simpler algorithms, such as 1-D hydrodynamics, did not exhibit. Problems in converting the serial code, originally written for a Cray 1, to a multitasking code are discussed, Autotasking of a rewritten version ofmore » the code is discussed. Timing results for subroutines and hot spots in the serial code are presented and suggestions for additional tools and debugging aids are given. Theoretical speedup results obtained from Amdahl's law and actual speedup results obtained on a dedicated machine are presented. Suggestions for designing large parallel codes are given. 8 refs., 13 figs.« less

  15. Cooperative solutions coupling a geometry engine and adaptive solver codes

    NASA Technical Reports Server (NTRS)

    Dickens, Thomas P.

    1995-01-01

    Follow-on work has progressed in using Aero Grid and Paneling System (AGPS), a geometry and visualization system, as a dynamic real time geometry monitor, manipulator, and interrogator for other codes. In particular, AGPS has been successfully coupled with adaptive flow solvers which iterate, refining the grid in areas of interest, and continuing on to a solution. With the coupling to the geometry engine, the new grids represent the actual geometry much more accurately since they are derived directly from the geometry and do not use refits to the first-cut grids. Additional work has been done with design runs where the geometric shape is modified to achieve a desired result. Various constraints are used to point the solution in a reasonable direction which also more closely satisfies the desired results. Concepts and techniques are presented, as well as examples of sample case studies. Issues such as distributed operation of the cooperative codes versus running all codes locally and pre-calculation for performance are discussed. Future directions are considered which will build on these techniques in light of changing computer environments.

  16. Physiological demands of running during long distance runs and triathlons.

    PubMed

    Hausswirth, C; Lehénaff, D

    2001-01-01

    The aim of this review article is to identify the main metabolic factors which have an influence on the energy cost of running (Cr) during prolonged exercise runs and triathlons. This article proposes a physiological comparison of these 2 exercises and the relationship between running economy and performance. Many terms are used as the equivalent of 'running economy' such as 'oxygen cost', 'metabolic cost', 'energy cost of running', and 'oxygen consumption'. It has been suggested that these expressions may be defined by the rate of oxygen uptake (VO2) at a steady state (i.e. between 60 to 90% of maximal VO2) at a submaximal running speed. Endurance events such as triathlon or marathon running are known to modify biological constants of athletes and should have an influence on their running efficiency. The Cr appears to contribute to the variation found in distance running performance among runners of homogeneous level. This has been shown to be important in sports performance, especially in events like long distance running. In addition, many factors are known or hypothesised to influence Cr such as environmental conditions, participant specificity, and metabolic modifications (e.g. training status, fatigue). The decrease in running economy during a triathlon and/or a marathon could be largely linked to physiological factors such as the enhancement of core temperature and a lack of fluid balance. Moreover, the increase in circulating free fatty acids and glycerol at the end of these long exercise durations bear witness to the decrease in Cr values. The combination of these factors alters the Cr during exercise and hence could modify the athlete's performance in triathlons or a prolonged run.

  17. Alfvén eigenmode evolution computed with the VENUS and KINX codes for the ITER baseline scenario

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Isaev, M. Yu., E-mail: isaev-my@nrcki.ru; Medvedev, S. Yu.; Cooper, W. A.

    A new application of the VENUS code is described, which computes alpha particle orbits in the perturbed electromagnetic fields and its resonant interaction with the toroidal Alfvén eigenmodes (TAEs) for the ITER device. The ITER baseline scenario with Q = 10 and the plasma toroidal current of 15 MA is considered as the most important and relevant for the International Tokamak Physics Activity group on energetic particles (ITPA-EP). For this scenario, typical unstable TAE-modes with the toroidal index n = 20 have been predicted that are localized in the plasma core near the surface with safety factor q = 1.more » The spatial structure of ballooning and antiballooning modes has been computed with the ideal MHD code KINX. The linear growth rates and the saturation levels taking into account the damping effects and the different mode frequencies have been calculated with the VENUS code for both ballooning and antiballooning TAE-modes.« less

  18. 40 CFR 258.26 - Run-on/run-off control systems.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 24 2010-07-01 2010-07-01 false Run-on/run-off control systems. 258.26 Section 258.26 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES CRITERIA FOR MUNICIPAL SOLID WASTE LANDFILLS Operating Criteria § 258.26 Run-on/run-off control systems. (a...

  19. 40 CFR 258.26 - Run-on/run-off control systems.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 25 2011-07-01 2011-07-01 false Run-on/run-off control systems. 258.26 Section 258.26 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES CRITERIA FOR MUNICIPAL SOLID WASTE LANDFILLS Operating Criteria § 258.26 Run-on/run-off control systems. (a...

  20. Jumping and hopping in elite and amateur orienteering athletes and correlations to sprinting and running.

    PubMed

    Hébert-Losier, Kim; Jensen, Kurt; Holmberg, Hans-Christer

    2014-11-01

    Jumping and hopping are used to measure lower-body muscle power, stiffness, and stretch-shortening-cycle utilization in sports, with several studies reporting correlations between such measures and sprinting and/or running abilities in athletes. Neither jumping and hopping nor correlations with sprinting and/or running have been examined in orienteering athletes. The authors investigated squat jump (SJ), countermovement jump (CMJ), standing long jump (SLJ), and hopping performed by 8 elite and 8 amateur male foot-orienteering athletes (29 ± 7 y, 183 ± 5 cm, 73 ± 7 kg) and possible correlations to road, path, and forest running and sprinting performance, as well as running economy, velocity at anaerobic threshold, and peak oxygen uptake (VO(2peak)) from treadmill assessments. During SJs and CMJs, elites demonstrated superior relative peak forces, times to peak force, and prestretch augmentation, albeit lower SJ heights and peak powers. Between-groups differences were unclear for CMJ heights, hopping stiffness, and most SLJ parameters. Large pairwise correlations were observed between relative peak and time to peak forces and sprinting velocities; time to peak forces and running velocities; and prestretch augmentation and forest-running velocities. Prestretch augmentation and time to peak forces were moderately correlated to VO(2peak). Correlations between running economy and jumping or hopping were small or trivial. Overall, the elites exhibited superior stretch-shortening-cycle utilization and rapid generation of high relative maximal forces, especially vertically. These functional measures were more closely related to sprinting and/or running abilities, indicating benefits of lower-body training in orienteering.

  1. Secure web-based invocation of large-scale plasma simulation codes

    NASA Astrophysics Data System (ADS)

    Dimitrov, D. A.; Busby, R.; Exby, J.; Bruhwiler, D. L.; Cary, J. R.

    2004-12-01

    We present our design and initial implementation of a web-based system for running, both in parallel and serial, Particle-In-Cell (PIC) codes for plasma simulations with automatic post processing and generation of visual diagnostics.

  2. Development of a new EMP code at LANL

    NASA Astrophysics Data System (ADS)

    Colman, J. J.; Roussel-Dupré, R. A.; Symbalisty, E. M.; Triplett, L. A.; Travis, B. J.

    2006-05-01

    A new code for modeling the generation of an electromagnetic pulse (EMP) by a nuclear explosion in the atmosphere is being developed. The source of the EMP is the Compton current produced by the prompt radiation (γ-rays, X-rays, and neutrons) of the detonation. As a first step in building a multi- dimensional EMP code we have written three kinetic codes, Plume, Swarm, and Rad. Plume models the transport of energetic electrons in air. The Plume code solves the relativistic Fokker-Planck equation over a specified energy range that can include ~ 3 keV to 50 MeV and computes the resulting electron distribution function at each cell in a two dimensional spatial grid. The energetic electrons are allowed to transport, scatter, and experience Coulombic drag. Swarm models the transport of lower energy electrons in air, spanning 0.005 eV to 30 keV. The swarm code performs a full 2-D solution to the Boltzmann equation for electrons in the presence of an applied electric field. Over this energy range the relevant processes to be tracked are elastic scattering, three body attachment, two body attachment, rotational excitation, vibrational excitation, electronic excitation, and ionization. All of these occur due to collisions between the electrons and neutral bodies in air. The Rad code solves the full radiation transfer equation in the energy range of 1 keV to 100 MeV. It includes effects of photo-absorption, Compton scattering, and pair-production. All of these codes employ a spherical coordinate system in momentum space and a cylindrical coordinate system in configuration space. The "z" axis of the momentum and configuration spaces is assumed to be parallel and we are currently also assuming complete spatial symmetry around the "z" axis. Benchmarking for each of these codes will be discussed as well as the way forward towards an integrated modern EMP code.

  3. Marathon performance in relation to body fat percentage and training indices in recreational male runners

    PubMed Central

    Tanda, Giovanni; Knechtle, Beat

    2013-01-01

    Background The purpose of this study was to investigate the effect of anthropometric characteristics and training indices on marathon race times in recreational male marathoners. Methods Training and anthropometric characteristics were collected for a large cohort of recreational male runners (n = 126) participating in the Basel marathon in Switzerland between 2010 and 2011. Results Among the parameters investigated, marathon performance time was found to be affected by mean running speed and the mean weekly distance run during the training period prior to the race and by body fat percentage. The effect of body fat percentage became significant as it exceeded a certain limiting value; for a relatively low body fat percentage, marathon performance time correlated only with training indices. Conclusion Marathon race time may be predicted (r = 0.81) for recreational male runners by the following equation: marathon race time (minutes) = 11.03 + 98.46 exp(−0.0053 mean weekly training distance [km/week]) + 0.387 mean training pace (sec/km) + 0.1 exp(0.23 body fat percentage [%]). The marathon race time results were valid over a range of 165–266 minutes. PMID:24379719

  4. Risk of Stroke in Patients With Short-Run Atrial Tachyarrhythmia.

    PubMed

    Yamada, Shinya; Lin, Chin-Yu; Chang, Shih-Lin; Chao, Tze-Fan; Lin, Yenn-Jiang; Lo, Li-Wei; Chung, Fa-Po; Hu, Yu-Feng; Tuan, Ta-Chuan; Liao, Jo-Nan; Te, Abigail Louise D; Chang, Yao-Ting; Chang, Ting-Yung; Wu, Cheng-I; Higa, Satoshi; Chen, Shih-Ann

    2017-12-01

    The risk of stroke in patients with short-run atrial tachyarrhythmia (AT) remains unclear. This study aimed to investigate the relationship between short-run AT and the stroke and the use of the CHA 2 DS 2 -VASc score for the risk stratification. From the registry of 24-hour Holter monitoring, 5342 subjects without known atrial fibrillation or stroke were enrolled. Short-run AT was defined as episodes of supraventricular ectopic beats <5 seconds. There were 1595 subjects (29.8%) with short-run AT. During the median follow-up period of 9.0 years, 494 subjects developed new-onset stroke. Patients with short-run AT had significantly higher stroke rates compared with patients without short-run AT (11.4% versus 8.3%; P <0.001). In patients with short-run AT, the number of strokes per 100 person-years for patients with CHA 2 DS 2 -VASc score of 0 and 1 were 0.23 and 0.67, respectively. However, the number of them for patients with CHA 2 DS 2 -VASc score of 2, 3, 4, and ≥5 were 1.62, 1.89, 1.30, and 2.91, respectively. In patients with CHA 2 DS 2 -VASc score of 0 or 1, age (>61 years old) and burden of premature atrial contractions (>25 beats/d) independently predicted the risk of stroke. In subgroup analyses, short-run AT patients were divided into 3 groups based on their CHA 2 DS 2 -VASc scores: low score (score of 0 [men] or 1 [women]; n=324), intermediate score (score of 1 [men] or 2 [women]; n=275), and high score (score of ≥2 [men] or ≥3 [women]; n=996). When compared with low score, intermediate and high scores were independent predictors for stroke (hazard ratio, 6.165; P <0.001 and hazard ratio, 8.577; P <0.001, respectively). Short-run AT increases the risk of stroke. Therefore, the CHA 2 DS 2 -VASc score could be used for the risk stratification. Age and burden of premature atrial contractions were independent predictors for stroke in patients with CHA 2 DS 2 -VASc score of 0 or 1. © 2017 American Heart Association, Inc.

  5. Identifying personal microbiomes using metagenomic codes

    PubMed Central

    Franzosa, Eric A.; Huang, Katherine; Meadow, James F.; Gevers, Dirk; Lemon, Katherine P.; Bohannan, Brendan J. M.; Huttenhower, Curtis

    2015-01-01

    Community composition within the human microbiome varies across individuals, but it remains unknown if this variation is sufficient to uniquely identify individuals within large populations or stable enough to identify them over time. We investigated this by developing a hitting set-based coding algorithm and applying it to the Human Microbiome Project population. Our approach defined body site-specific metagenomic codes: sets of microbial taxa or genes prioritized to uniquely and stably identify individuals. Codes capturing strain variation in clade-specific marker genes were able to distinguish among 100s of individuals at an initial sampling time point. In comparisons with follow-up samples collected 30–300 d later, ∼30% of individuals could still be uniquely pinpointed using metagenomic codes from a typical body site; coincidental (false positive) matches were rare. Codes based on the gut microbiome were exceptionally stable and pinpointed >80% of individuals. The failure of a code to match its owner at a later time point was largely explained by the loss of specific microbial strains (at current limits of detection) and was only weakly associated with the length of the sampling interval. In addition to highlighting patterns of temporal variation in the ecology of the human microbiome, this work demonstrates the feasibility of microbiome-based identifiability—a result with important ethical implications for microbiome study design. The datasets and code used in this work are available for download from huttenhower.sph.harvard.edu/idability. PMID:25964341

  6. On the n-body problem on surfaces of revolution

    NASA Astrophysics Data System (ADS)

    Stoica, Cristina

    2018-05-01

    We explore the n-body problem, n ≥ 3, on a surface of revolution with a general interaction depending on the pairwise geodesic distance. Using the geometric methods of classical mechanics we determine a large set of properties. In particular, we show that Saari's conjecture fails on surfaces of revolution admitting a geodesic circle. We define homographic motions and, using the discrete symmetries, prove that when the masses are equal, they form an invariant manifold. On this manifold the dynamics are reducible to a one-degree of freedom system. We also find that for attractive interactions, regular n-gon shaped relative equilibria with trajectories located on geodesic circles typically experience a pitchfork bifurcation. Some applications are included.

  7. Improving the sensitivity and specificity of the abbreviated injury scale coding system.

    PubMed Central

    Kramer, C F; Barancik, J I; Thode, H C

    1990-01-01

    The Abbreviated Injury Scale with Epidemiologic Modifications (AIS 85-EM) was developed to make it possible to code information about anatomic injury types and locations that, although generally available from medical records, is not codable under the standard Abbreviated Injury Scale, published by the American Association for Automotive Medicine in 1985 (AIS 85). In a population-based sample of 3,223 motor vehicle trauma cases, 68 percent of the patients had one or more injuries that were coded to the AIS 85 body region nonspecific category external. When the same patients' injuries were coded using the AIS 85-EM coding procedure, only 15 percent of the patients had injuries that could not be coded to a specific body region. With AIS 85-EM, the proportion of codable head injury cases increased from 16 percent to 37 percent, thereby improving the potential for identifying cases with head and threshold brain injury. The data suggest that body region coding of all injuries is necessary to draw valid and reliable conclusions about changes in injury patterns and their sequelae. The increased specificity of body region coding improves assessments of the efficacy of injury intervention strategies and countermeasure programs using epidemiologic methodology. PMID:2116633

  8. Prognosis of cocaine body-packers.

    PubMed

    de Prost, Nicolas; Lefebvre, Aurélie; Questel, Frank; Roche, Nicolas; Pourriat, Jean-Louis; Huchon, Gérard; Rabbat, Antoine

    2005-07-01

    To study the prognosis and complications of cocaine body-packing (concealment of cocaine in the body for transportation between countries). We retrospectively reviewed the files of all cocaine body-packers hospitalized during a 4-year period in a medico-judiciary emergency unit. Subjects included in the survey were identified from the hospital databases using ICD-10 codes. The Medico-Judiciary Emergency Unit of Hôtel-Dieu university hospital in Paris is a unique medical and surgical emergency unit receiving all patients in legal custody arrested at the two Paris international airports and suspected of body-packing. All the cases of cocaine body-packers (n=581) hospitalized between January 1999 and December 2002 were studied. They had been arrested at Paris airports while arriving from drug-producing countries. The mean number of carried packets was 70.0+/-20.4 (range 18-150). The mean duration of hospitalization was 5.0+/-1.6 days (range 1-18). No complication occurred in 573 body-packers cases. Eight subjects developed a complication requiring admission to an intensive care unit: six acute cocaine intoxications due to packet rupture and two intestinal occlusions. No one died. Surgical treatment was necessary in six cases. Good prognosis observed in these body-packers cases is due to the careful monitoring of asymptomatic patients, allowing early detection and treatment of complications. Surgical removal of the packets when complication occurs is warranted.

  9. Age and sex influences on running mechanics and coordination variability.

    PubMed

    Boyer, Katherine A; Freedman Silvernail, Julia; Hamill, Joseph

    2017-11-01

    The purpose of this study was to examine the impact of age on running mechanics separately for male and female runners and to quantify sex differences in running mechanics and coordination variability for older runners. Kinematics and kinetics were captured for 20 younger (10 male) and 20 older (10 male) adults running overground at 3.5 m · s -1 . A modified vector coding technique was used to calculate segment coordination variability. Lower extremity joint angles, moments and segment coordination variability were compared between age and sex groups. Significant sex-age interaction effects were found for heel-strike hip flexion and ankle in/eversion angles and peak ankle dorsiflexion angle. In older adults, mid-stance knee flexion angle, ankle inversion and abduction moments and hip abduction and external rotation moments differed by sex. Older compared with younger females had reduced coordination variability in the thigh-shank transverse plane couple but greater coordination variability for the shank rotation-foot eversion couple in early stance. These results suggest there may be a non-equivalent aging process in the movement mechanics for males and females. The age and sex differences in running mechanics and coordination variability highlight the need for sex-based analyses for future studies examining injury risk with age.

  10. Development and application of the GIM code for the Cyber 203 computer

    NASA Technical Reports Server (NTRS)

    Stainaker, J. F.; Robinson, M. A.; Rawlinson, E. G.; Anderson, P. G.; Mayne, A. W.; Spradley, L. W.

    1982-01-01

    The GIM computer code for fluid dynamics research was developed. Enhancement of the computer code, implicit algorithm development, turbulence model implementation, chemistry model development, interactive input module coding and wing/body flowfield computation are described. The GIM quasi-parabolic code development was completed, and the code used to compute a number of example cases. Turbulence models, algebraic and differential equations, were added to the basic viscous code. An equilibrium reacting chemistry model and implicit finite difference scheme were also added. Development was completed on the interactive module for generating the input data for GIM. Solutions for inviscid hypersonic flow over a wing/body configuration are also presented.

  11. TAIR- TRANSONIC AIRFOIL ANALYSIS COMPUTER CODE

    NASA Technical Reports Server (NTRS)

    Dougherty, F. C.

    1994-01-01

    The Transonic Airfoil analysis computer code, TAIR, was developed to employ a fast, fully implicit algorithm to solve the conservative full-potential equation for the steady transonic flow field about an arbitrary airfoil immersed in a subsonic free stream. The full-potential formulation is considered exact under the assumptions of irrotational, isentropic, and inviscid flow. These assumptions are valid for a wide range of practical transonic flows typical of modern aircraft cruise conditions. The primary features of TAIR include: a new fully implicit iteration scheme which is typically many times faster than classical successive line overrelaxation algorithms; a new, reliable artifical density spatial differencing scheme treating the conservative form of the full-potential equation; and a numerical mapping procedure capable of generating curvilinear, body-fitted finite-difference grids about arbitrary airfoil geometries. Three aspects emphasized during the development of the TAIR code were reliability, simplicity, and speed. The reliability of TAIR comes from two sources: the new algorithm employed and the implementation of effective convergence monitoring logic. TAIR achieves ease of use by employing a "default mode" that greatly simplifies code operation, especially by inexperienced users, and many useful options including: several airfoil-geometry input options, flexible user controls over program output, and a multiple solution capability. The speed of the TAIR code is attributed to the new algorithm and the manner in which it has been implemented. Input to the TAIR program consists of airfoil coordinates, aerodynamic and flow-field convergence parameters, and geometric and grid convergence parameters. The airfoil coordinates for many airfoil shapes can be generated in TAIR from just a few input parameters. Most of the other input parameters have default values which allow the user to run an analysis in the default mode by specifing only a few input parameters

  12. Determination of the δ15N of nitrate in solids; RSIL lab code 2894

    USGS Publications Warehouse

    Coplen, Tyler B.; Qi, Haiping; Revesz, Kinga; Casciotti, Karen; Hannon, Janet E.

    2007-01-01

    The purpose of the Reston Stable Isotope Laboratory (RSIL) lab code 2894 is to determine the δ15N of nitrate (NO3-) in solids. The nitrate fraction of the nitrogen species is dissolved by water (called leaching) and can be analyzed by the bacterial method covered in RSIL lab code 2899. After leaching, the δ15N of the dissolved NO3- is analyzed by conversion of the NO3- to nitrous oxide (N2O), which serves as the analyte for mass spectrometry. A culture of denitrifying bacteria is used in the enzymatic conversion of NO3- to N2O, which follows the pathway shown in equation 1: NO3- → NO2- → NO → 1/2 N2O (1) Because the bacteria Pseudomonas aureofaciens lack N2O reductive activity, the reaction stops at N2O, unlike the typical denitrification reaction that goes to N2. After several hours, the conversion is complete, and the N2O is extracted from the vial, separated from volatile organic vapor and water vapor by an automated -65 °C isopropanol-slush trap, a Nafion drier, a CO2 and water removal unit (Costech #021020 carbon dioxide absorbent with Mg(ClO4)2), and trapped in a small-volume trap immersed in liquid nitrogen with a modified Finnigan MAT (now Thermo Scientific) GasBench 2 introduction system. After the N2O is released, it is further purified by gas chromatography before introduction to the isotope-ratio mass spectrometer (IRMS). The IRMS is a Thermo Scientific Delta V Plus continuous flow IRMS (CF-IRMS). It has a universal triple collector, consisting of two wide cups with a narrow cup in the middle; it is capable of simultaneously measuring mass/charge (m/z) of the N2O molecule 44, 45, and 46. The ion beams from these m/z values are as follows: m/z = 44 = N2O = 14N14N16O; m/z = 45 = N2O = 14N15N16O or 14N14N17O; m/z = 46 = N2O = 14N14N18O. The 17O contributions to the m/z 44 and m/z 45 ion beams are accounted for before δ15N values are reported.

  13. Cosmological N-body Simulation of Galaxy and Large-Scale Structure Formation: The Gravity Frontier

    NASA Astrophysics Data System (ADS)

    Klypin, Anatoly

    2015-04-01

    One of the first N-body simulations done almost 50 years ago had only 200 self-gravitating particles. Even this first baby step made substantial impact on understanding how astronomical objects should form. Now powerful supercomputers and new algorithms allow astronomers produce N-body simulations that employ up to a trillion dark matter particles and produce vital theoretical predictions regarding formation, evolution, structure and statistics of objects ranging from dwarf galaxies to clusters and superclusters of galaxies. With only gravity involved in these theoretical models, one would naively expect that by now we should know everything we need about N-body dynamics of cosmological fluctuations. Not the case. It appears that the Universe was not cooperative and gave us divergencies in the initial conditions generated during the Inflation epoch and subsequent expansion of the Universe - the infinite phase-space density and divergent density fluctuations. Ever increasing observational demands on statistics and accuracy of theoretical predictions is another driving force for more realistic and larger N-body simulations. Large current and new planned observational projects such as BOSS, eBOSS, Euclid, LSST will bring information on spatial distribution, motion, and properties of millions of galaxies at different redshifts. Direct simulations of evolution of gas and formation of stars for millions of forming galaxies will not be available for years leaving astronomers with the only option - to develop methods to combine large N-body simulations with models of galaxy formation to produce accurate theoretical predictions. I will discuss the current status of the field and directions of its development.

  14. Developmental effects of wheel running on hippocampal glutamate receptor expression in young and mature adult rats.

    PubMed

    Staples, M C; Somkuwar, S S; Mandyam, C D

    2015-10-01

    Recent evidence suggests that the behavioral benefits associated with voluntary wheel running in rodents may be due to modulation of glutamatergic transmission in the hippocampus, a brain region implicated in learning and memory. However, the expression of the glutamatergic ionotropic N-methyl-d-aspartate receptor (GluN) in the hippocampus in response to chronic sustained voluntary wheel running has not yet been investigated. Further, the developmental effects during young and mature adulthood on wheel running output and GluN expression in hippocampal subregions has not been determined, and therefore is the main focus of this investigation. Eight-week-old and 16-week-old male Wistar rats were housed in home cages with free access to running wheels and running output was monitored for 4weeks. Wheel access was terminated and tissues from the dorsal and ventral hippocampi were processed for Western blot analysis of GluN subunit expression. Young adult runners demonstrated an escalation in running output but this behavior was not evident in mature adult runners. In parallel, young adult runners demonstrated a significant increase in total GluN (1 and 2A) subunit expression in the dorsal hippocampus (DH), and an opposing effect in the ventral hippocampus (VH) compared to age-matched sedentary controls; these changes in total protein expression were not associated with significant alterations in the phosphorylation of the GluN subunits. In contrast, mature adult runners demonstrated a reduction in total GluN2A expression in the DH, without producing alterations in the VH compared to age-matched sedentary controls. In conclusion, differential running activity-mediated modulation of GluN subunit expression in the hippocampal subregions was revealed to be associated with developmental effects on running activity, which may contribute to altered hippocampal synaptic activity and behavioral outcomes in young and mature adult subjects. Copyright © 2015 IBRO. Published by

  15. Los Alamos radiation transport code system on desktop computing platforms

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Briesmeister, J.F.; Brinkley, F.W.; Clark, B.A.

    The Los Alamos Radiation Transport Code System (LARTCS) consists of state-of-the-art Monte Carlo and discrete ordinates transport codes and data libraries. These codes were originally developed many years ago and have undergone continual improvement. With a large initial effort and continued vigilance, the codes are easily portable from one type of hardware to another. The performance of scientific work-stations (SWS) has evolved to the point that such platforms can be used routinely to perform sophisticated radiation transport calculations. As the personal computer (PC) performance approaches that of the SWS, the hardware options for desk-top radiation transport calculations expands considerably. Themore » current status of the radiation transport codes within the LARTCS is described: MCNP, SABRINA, LAHET, ONEDANT, TWODANT, TWOHEX, and ONELD. Specifically, the authors discuss hardware systems on which the codes run and present code performance comparisons for various machines.« less

  16. Modular neuron-based body estimation: maintaining consistency over different limbs, modalities, and frames of reference

    PubMed Central

    Ehrenfeld, Stephan; Herbort, Oliver; Butz, Martin V.

    2013-01-01

    This paper addresses the question of how the brain maintains a probabilistic body state estimate over time from a modeling perspective. The neural Modular Modality Frame (nMMF) model simulates such a body state estimation process by continuously integrating redundant, multimodal body state information sources. The body state estimate itself is distributed over separate, but bidirectionally interacting modules. nMMF compares the incoming sensory and present body state information across the interacting modules and fuses the information sources accordingly. At the same time, nMMF enforces body state estimation consistency across the modules. nMMF is able to detect conflicting sensory information and to consequently decrease the influence of implausible sensor sources on the fly. In contrast to the previously published Modular Modality Frame (MMF) model, nMMF offers a biologically plausible neural implementation based on distributed, probabilistic population codes. Besides its neural plausibility, the neural encoding has the advantage of enabling (a) additional probabilistic information flow across the separate body state estimation modules and (b) the representation of arbitrary probability distributions of a body state. The results show that the neural estimates can detect and decrease the impact of false sensory information, can propagate conflicting information across modules, and can improve overall estimation accuracy due to additional module interactions. Even bodily illusions, such as the rubber hand illusion, can be simulated with nMMF. We conclude with an outlook on the potential of modeling human data and of invoking goal-directed behavioral control. PMID:24191151

  17. Code of practice for food handler activities.

    PubMed

    Smith, T A; Kanas, R P; McCoubrey, I A; Belton, M E

    2005-08-01

    The food industry regulates various aspects of food handler activities, according to legislation and customer expectations. The purpose of this paper is to provide a code of practice which delineates a set of working standards for food handler hygiene, handwashing, use of protective equipment, wearing of jewellery and body piercing. The code was developed by a working group of occupational physicians with expertise in both food manufacturing and retail, using a risk assessment approach. Views were also obtained from other occupational physicians working within the food industry and the relevant regulatory bodies. The final version of the code (available in full as Supplementary data in Occupational Medicine Online) therefore represents a broad consensus of opinion. The code of practice represents a set of minimum standards for food handler suitability and activities, based on a practical assessment of risk, for application in food businesses. It aims to provide useful working advice to food businesses of all sizes.

  18. EASY-II Renaissance: n, p, d, α, γ-induced Inventory Code System

    NASA Astrophysics Data System (ADS)

    Sublet, J.-Ch.; Eastwood, J. W.; Morgan, J. G.

    2014-04-01

    The European Activation SYstem has been re-engineered and re-written in modern programming languages so as to answer today's and tomorrow's needs in terms of activation, transmutation, depletion, decay and processing of radioactive materials. The new FISPACT-II inventory code development project has allowed us to embed many more features in terms of energy range: up to GeV; incident particles: alpha, gamma, proton, deuteron and neutron; and neutron physics: self-shielding effects, temperature dependence and covariance, so as to cover all anticipated application needs: nuclear fission and fusion, accelerator physics, isotope production, stockpile and fuel cycle stewardship, materials characterization and life, and storage cycle management. In parallel, the maturity of modern, truly general purpose libraries encompassing thousands of target isotopes such as TENDL-2012, the evolution of the ENDF-6 format and the capabilities of the latest generation of processing codes PREPRO, NJOY and CALENDF have allowed the activation code to be fed with more robust, complete and appropriate data: cross sections with covariance, probability tables in the resonance ranges, kerma, dpa, gas and radionuclide production and 24 decay types. All such data for the five most important incident particles (n, p, d, α, γ), are placed in evaluated data files up to an incident energy of 200 MeV. The resulting code system, EASY-II is designed as a functional replacement for the previous European Activation System, EASY-2010. It includes many new features and enhancements, but also benefits already from the feedback from extensive validation and verification activities performed with its predecessor.

  19. 2HOT: An Improved Parallel Hashed Oct-Tree N-Body Algorithm for Cosmological Simulation

    DOE PAGES

    Warren, Michael S.

    2014-01-01

    We report on improvements made over the past two decades to our adaptive treecode N-body method (HOT). A mathematical and computational approach to the cosmological N-body problem is described, with performance and scalability measured up to 256k (2 18 ) processors. We present error analysis and scientific application results from a series of more than ten 69 billion (4096 3 ) particle cosmological simulations, accounting for 4×10 20 floating point operations. These results include the first simulations using the new constraints on the standard model of cosmology from the Planck satellite. Our simulations set a new standard for accuracy andmore » scientific throughput, while meeting or exceeding the computational efficiency of the latest generation of hybrid TreePM N-body methods.« less

  20. Parameters for abolishing conditioned place preference for cocaine from running and environmental enrichment in male C57BL/6J mice.

    PubMed

    Mustroph, M L; Pinardo, H; Merritt, J R; Rhodes, J S

    2016-10-01

    Evidence suggests that 4 weeks of voluntary wheel running abolishes conditioned place preference (CPP) for cocaine in male C57BL/6J mice. To determine the duration and timing of exposure to running wheels necessary to reduce CPP, and the extent to which the running per se influences CPP as compared to environmental enrichment without running. A total of 239 males were conditioned for 4days twice daily with cocaine (10mg/kg) and then split into 7 intervention groups prior to 4days of CPP testing. Experiment 1 consisted of two groups housed as follows: short sedentary group (SS; n=20) in normal cages for 1 week; the short running group (SR; n=20) with running wheels for 1 week. Experiment 2 consisted of five groups housed as follows; short 1 week of running followed by a 3 week sedentary period (SRS; n=20); a 3 week sedentary period followed by 1 week of running (SSR; n=20); long sedentary group (LS; n=66) in normal cages for 4 weeks; long running group (LR; n=66) with running wheels for 4 weeks; and long environmental enrichment group (EE; n=27) with toys for 4 weeks. Levels of running were similar in all running groups. Both running and environmental enrichment reduced CPP relative to sedentary groups. Results suggest that the abolishment of cocaine CPP from running is robust and occurs with as low as 1 week of intervention but may be related to enrichment component of running rather than physical activity. Copyright © 2016 Elsevier B.V. All rights reserved.