2,200 research outputs found

    Isotropisation at small scales of rotating helically-driven turbulence

    Get PDF
    We present numerical evidence of how three-dimensionalization occurs at small scale in rotating turbulence with Beltrami (ABC) forcing, creating helical flow. The Zeman scale ℓΩ\ell_{\Omega} at which the inertial and eddy turn-over times are equal is more than one order of magnitude larger than the dissipation scale, with the relevant domains (large-scale inverse cascade of energy, dual regime in the direct cascade of energy EE and helicity HH, and dissipation) each moderately resolved. These results stem from the analysis of a large direct numerical simulation on a grid of 307233072^3 points, with Rossby and Reynolds numbers respectively equal to 0.07 and 2.7×1042.7\times 10^4. At scales smaller than the forcing, a helical wave-modulated inertial law for the energy and helicity spectra is followed beyond ℓΩ\ell_{\Omega} by Kolmogorov spectra for EE and HH. Looking at the two-dimensional slow manifold, we also show that the helicity spectrum breaks down at ℓΩ\ell_{\Omega}, a clear sign of recovery of three-dimensionality in the small scales.Comment: 13 pages, 6 figure

    Effect of helicity and rotation on the free decay of turbulent flows

    Get PDF
    The self-similar decay of energy in a turbulent flow is studied in direct numerical simulations with and without rotation. Two initial conditions are considered: one non-helical (mirror-symmetric), and one with maximal helicity. The results show that, while in the absence of rotation the energy in the helical and non-helical cases decays with the same rate, in rotating flows the helicity content has a major impact on the decay rate. These differences are associated with differences in the energy and helicity cascades when rotation is present. Properties of the structures that arise in the flow at late times in each time are also discussed.Comment: 4 pages, 4 figure

    Incremental Computation for Transformational Software Development

    Get PDF
    Given a program f and an input change \Phi, we wish to obtain an incremental program that computes f(x \Phi y) efficiently by making use of the value of f(x), the intermediate results computed in computing f(x), and auxiliary information about x that can be inexpensively maintained. Obtaining such incremental programs is an essential part of the transformational-programming approach to software development and enhancement. This paper presents a systematic approach that discovers a general class of useful auxiliary information, combines it with useful intermediate results, and obtains an efficient incremental program that uses and maintains these intermediate results and auxiliary information. We give a number of examples from list processing, VLSI circuit design, image processing, etc. 1 Introduction Software engineering is the systematic approach to the development, operation, maintenance, and retirement of software [1]. The transformational-programming approach to software engine..

    The microscopic nature of localization in the quantum Hall effect

    Full text link
    The quantum Hall effect arises from the interplay between localized and extended states that form when electrons, confined to two dimensions, are subject to a perpendicular magnetic field. The effect involves exact quantization of all the electronic transport properties due to particle localization. In the conventional theory of the quantum Hall effect, strong-field localization is associated with a single-particle drift motion of electrons along contours of constant disorder potential. Transport experiments that probe the extended states in the transition regions between quantum Hall phases have been used to test both the theory and its implications for quantum Hall phase transitions. Although several experiments on highly disordered samples have affirmed the validity of the single-particle picture, other experiments and some recent theories have found deviations from the predicted universal behaviour. Here we use a scanning single-electron transistor to probe the individual localized states, which we find to be strikingly different from the predictions of single-particle theory. The states are mainly determined by Coulomb interactions, and appear only when quantization of kinetic energy limits the screening ability of electrons. We conclude that the quantum Hall effect has a greater diversity of regimes and phase transitions than predicted by the single-particle framework. Our experiments suggest a unified picture of localization in which the single-particle model is valid only in the limit of strong disorder

    Welder’s Maculopathy; a Case Report

    Get PDF
    Background: Outer retinal damage can occur when excessive ultraviolet (UV) radiation reaches the retina. The most common etiology is from the sun, known as solar retinopathy, especially when individuals observe solar eclipses without appropriate eye protection. Another cause of UV retinopathy that is not frequently encountered in practice is arc welding, causing Welder’s Maculopathy. Fortunately, the prognosis of the UV retinopathies is quite favourable, as many fully recover after the initial insult to the retina. This retrospective case review aims to outline the clinical manifestation of this maculopathy and current opinions on its etiology and diagnosis. Case Report: A 45-year-old patient presented for a comprehensive eye examination with an occupational history of arc welding. Best corrected visual acuities were 20/20 OD, OS. Dilated fundus examination revealed central red macular retinal pigment epithelium (RPE) disruption in the right and left eyes. Spectral domain optical coherence tomography (SD-OCT) demonstrated no defects OD and foveal loss of the ellipsoid portion of the photoreceptor inner segment (ISe) band with atrophy in the RPE OS. Conclusion: Welder’s Maculopathy is an established, but infrequently encountered, cause of UV retinopathy. Most cases are self-limiting and cause no long-term functional sequelae. SD-OCT findings from photochemical injury to the photoreceptors and RPE lead to a box-shaped outer retinal hole that can interrupt the ISe band; which is a determinant of visual prognosis. Careful occupational education should be discussed with each patient

    Arts'Codes: a new methodology for the development of real-time embedded applications for control systems

    Get PDF
    Embedded real-time applications have to allow interaction between the control computer and the controlled environment. Controlling the environment requires in particular to take into account its time constraints and critical logical conditions. One of the main programmer efforts in real-time application's development is to trace the incoming events, and to perform reactions based on the current system status, according to the application requirements. All this have to be handled, although external events may come in the middle of a critical reaction, which may disturb it. This problem involves two difficulties: * The cognitive efforts to percept the problem, and consequently to express the solution. * The correct translation of this solution to code. Two requirements were defined in this research in order to achieve high-quality performance: clearness and robustness, clearness in the design, and robustness in the execution. In this work the author proposes a methodology and a tool for real-time application's development that uses or implies an innovated form of design based on natural-cognitive researches. This design method has clear compilation's rules to produce an Object-Oriented light-code, suitable for embedded platforms. These compilation's rules introduce to the code implicit security and synchronization's elements, to support robust execution. In this methodology, clear development phases were defined, using a high-degree of reuse and even polymorphism, which were emphasized in the research. Several existing ideas were improved/adapted and synthesized together with the author's innovation, creating the Arts'Codes method for real-time application development. The work includes cognitive evaluations, assuring the natural skills of the design. Arts'Codes method proposes a natural VPL (Visual Programming Language) for real-time applications, based on hierarchic components. This VPL is built on a minimum of diagrams: one for the static architecture and one for the dynamic behaviour, with a similar restricted notation at all levels. These two diagrams (static architecture and dynamic behaviour) are interleaved in a unified view. This method was implemented by building a suitable graphic editor, which automatically compiles the applications diagrams in a light and robust Object-Oriented code (based on Parallel Automata FSM), and by building an execution compact software platform. Furthermore, the parallel automata FSM are translated automatically in PTL temporal formula defining the goals and the behaviours of the components, permitting to prove a-priory that the components behaviours are consistent to their goals. The execution platform is based on a restricted implementation of the synchrony hypothesis and on a powerful model of execution: the parallel automata FSM. These Parallel Automata describe the dynamic behaviours of the components and allows implementing run-time exceptions handling too. In addition, the research proposes a tri-processor execution hardware platform, which supports a hybrid synchronous/multi-threading execution. This method will contribute to versatile, clear and robust real-time application's development

    Anterior Subcapsular Cataract Secondary to Black Mold Exposure

    Get PDF
    A case report of a 31-year-old woman who developed anterior subacapsular cataracts, and associated dermatological signs, after exposure to black mold. While atopic illness is commonly seen in childhood, a growing body of literature supports adult onset atopic dermatitis. Anterior subcapsular cataracts are pathognomonic for atopic illness, and can support a definitive and expedited dermatologic diagnosis of adult onset disease

    Real-time observation of a coherent lattice transformation into a high-symmetry phase

    Full text link
    Excursions far from their equilibrium structures can bring crystalline solids through collective transformations including transitions into new phases that may be transient or long-lived. Direct spectroscopic observation of far-from-equilibrium rearrangements provides fundamental mechanistic insight into chemical and structural transformations, and a potential route to practical applications, including ultrafast optical control over material structure and properties. However, in many cases photoinduced transitions are irreversible or only slowly reversible, or the light fluence required exceeds material damage thresholds. This precludes conventional ultrafast spectroscopy in which optical excitation and probe pulses irradiate the sample many times, each measurement providing information about the sample response at just one probe delay time following excitation, with each measurement at a high repetition rate and with the sample fully recovering its initial state in between measurements. Using a single-shot, real-time measurement method, we were able to observe the photoinduced phase transition from the semimetallic, low-symmetry phase of crystalline bismuth into a high-symmetry phase whose existence at high electronic excitation densities was predicted based on earlier measurements at moderate excitation densities below the damage threshold. Our observations indicate that coherent lattice vibrational motion launched upon photoexcitation with an incident fluence above 10 mJ/cm2 in bulk bismuth brings the lattice structure directly into the high-symmetry configuration for tens of picoseconds, after which carrier relaxation and diffusion restore the equilibrium lattice configuration.Comment: 22 pages, 4 figure
    • …
    corecore