8,579 research outputs found

    Thrust Chamber Modeling Using Navier-Stokes Equations: Code Documentation and Listings

    Get PDF
    A copy of the PHOENICS input files and FORTRAN code developed for the modeling of thrust chambers is given. These copies are contained in the Appendices. The listings are contained in Appendices A through E. Appendix A describes the input statements relevant to thrust chamber modeling as well as the FORTRAN code developed for the Satellite program. Appendix B describes the FORTRAN code developed for the Ground program. Appendices C through E contain copies of the Q1 (input) file, the Satellite program, and the Ground program respectively

    Suprathermal plasma observed on STS-3 Mission by plasma diagnostics package

    Get PDF
    Artificially produced electron beams were used extensively during the past decade as a means of probing the magnetosphere, and more recently as a means of actively controlling spacecraft potential. Experimentation in these areas has proven valuable, yet at times confusing, due to the interaction of the electron beam with the ambient plasma. The OSS-1/STS-3 Mission in March 1982 provided a unique opportunity to study beam-plasma interactions at an altitude of 240 km. On board for this mission was a Fast Pulse Electron Generator (FPEG). Measurements made by the Plasma Diagnostics Package (PDP) while extended on the Orbiter RMS show modifications of the ion and electron energy distributions during electron beam injection. Observations made by charged particle detectors are discussed and related to measurements of Orbiter potential. Several of the PDP instruments, the joint PDP/FPEG experiment, and observations made during electron beam injection are described

    An experimental investigation of the aerodynamics and cooling of a horizontally-opposed air-cooled aircraft engine installation

    Get PDF
    A flight-test based research program was performed to investigate the aerodynamics and cooling of a horizontally-opposed engine installation. Specific areas investigated were the internal aerodynamics and cooling mechanics of the installation, inlet aerodynamics, and exit aerodynamics. The applicable theory and current state of the art are discussed for each area. Flight-test and ground-test techniques for the development of the cooling installation and the solution of cooling problems are presented. The results show that much of the internal aerodynamics and cooling technology developed for radial engines are applicable to horizontally opposed engines. Correlation is established between engine manufacturer's cooling design data and flight measurements of the particular installation. Also, a flight-test method for the development of cooling requirements in terms of easily measurable parameters is presented. The impact of inlet and exit design on cooling and cooling drag is shown to be of major significance

    Needs and fears of young people presenting at Accident & Emergency department following an act of self-harm: Secondary analysis of qualitative data

    Get PDF
    This is the author accepted manuscript. The final version is available from the Royal College of Psychiatrists via the DOI in this record.Background: Presentation at an Accident and Emergency (A&E) department is a key opportunity to engage with a young person who self-harms. The needs of this vulnerable group and their fears about presenting to healthcare services, including A&E, are poorly understood. Aims: To examine young people’s perceptions of A&E treatment following self-harm and their views on what constitutes a positive clinical encounter. Method: Secondary analysis of qualitative data from an experimental online discussion forum. Threads selected for secondary analysis represent the views of 31 young people aged 16-25 with experience of self-harm. Results: Participants reported avoiding A&E whenever possible, based on their own and others’ previous poor experiences. When forced to seek emergency care, they did so with feelings of shame and unworthiness. These feelings were reinforced when they received what they perceived as punitive treatment from A&E staff, perpetuating a cycle of shame, avoidance and further self-harm. Positive encounters were those in which they received ‘treatment as usual’, i.e. non-discriminatory care, delivered with kindness, which had the potential to challenge negative self-evaluation and break the cycle. Conclusions: The clinical needs of young people who self-harm continue to demand urgent attention. Further hypothesis testing and trials of different models of care delivery for this vulnerable group are warranted.National Institute for Health ResearchThanks must again be given to all the primary study participants, who gave so much time and energy and allowed us access to their private worlds. We also acknowledge the other members of the primary study team. C.O. and S.S. were supported for part of the time spent on this paper by the National Institute for Health Research (NIHR) CLAHRC for the South West Peninsula. The views expressed are those of the authors and not necessarily those of the NHS, the NIHR or the Department of Health

    Influencing the decline of lung function in COPD: use of pharmacotherapy

    Get PDF
    Chronic obstructive pulmonary disease (COPD) is a common and deadly disease. One of the hallmarks of COPD is an accelerated decline in lung function, as measured by spirometry. Inflammation, oxidative stress and other pathways are hypothesized to be important in this deterioration. Because progressive airflow obstruction is associated with considerable morbidity and mortality, a major goal of COPD treatment has been to slow or prevent the accelerated decline in lung function. Until recently, the only known effective intervention was smoking cessation. However, newly reported large clinical trials have shown that commonly used medications may help slow the rate of lung function decline. The effect of these medications is modest (and thus required such large, expensive trials) and to be of clinical benefit, therapy would likely need to start early in the course of disease and be prolonged. Such a treatment strategy aimed at preservation of lung function would need to be balanced against the side effects and costs of prolonged therapy. A variety of newer classes of medications may help target other pathophysiologically important pathways, and could be used in the future to prevent lung function decline in COPD

    The dawn phenomenon in type 2 diabetes: How to assess it in clinical practice?

    Get PDF
    International audienceAIM : The study was aimed at determining whether the dawn phenomenon in type 2 diabetes (T2D) can be predicted and quantified using simple and easily accessible glucose determinations.METHODS : A total of 210 non-insulin-treated persons with T2D underwent continuous glucose monitoring (CGM). The dawn phenomenon was quantified as the absolute increment from the nocturnal glucose nadir to the pre-breakfast value (Δdawn, mg/dL). Pre-lunch (preL) and pre-dinner (preD) glucose, and their averaged values (preLD), were compared with the nocturnal nadir. These pre-meal values were subtracted from the pre-breakfast values. The differences obtained (Δpre-mealL, Δpre-meal D and Δpre-meal LD) were correlated with Δdawn values. The receiver operating characteristic (ROC) curve was used to select the optimal Δpre-meal value that best predicted a dawn phenomenon, set at a threshold of 20mg/dL.RESULTS : All pre-meal glucose levels and differences from pre-breakfast values (Δpre-meal) significantly correlated (P<0.0001) with the nocturnal nadir and Δdawn values, respectively. The strongest correlations were observed for the parameters averaged at preL and preD time points: r=0.83 for preLD and r=0.58 for Δpre-meal LD. ROC curve analysis indicated that the dawn phenomenon at a threshold of 20mg/dL can be significantly predicted by a Δpre-meal LD cut off value of 10mg/dL. The relationship between Δdawn (Y, mg/dL) and Δpre-meal LD (X, mg/dL) was Y=0.49 X+15.CONCLUSION : The self-monitoring of preprandial glucose values at the three main mealtimes can predict the presence/absence of the dawn phenomenon, and permits reliable assessment of its magnitude without requiring continuous overnight glucose monitoring

    OpenCL Actors - Adding Data Parallelism to Actor-based Programming with CAF

    Full text link
    The actor model of computation has been designed for a seamless support of concurrency and distribution. However, it remains unspecific about data parallel program flows, while available processing power of modern many core hardware such as graphics processing units (GPUs) or coprocessors increases the relevance of data parallelism for general-purpose computation. In this work, we introduce OpenCL-enabled actors to the C++ Actor Framework (CAF). This offers a high level interface for accessing any OpenCL device without leaving the actor paradigm. The new type of actor is integrated into the runtime environment of CAF and gives rise to transparent message passing in distributed systems on heterogeneous hardware. Following the actor logic in CAF, OpenCL kernels can be composed while encapsulated in C++ actors, hence operate in a multi-stage fashion on data resident at the GPU. Developers are thus enabled to build complex data parallel programs from primitives without leaving the actor paradigm, nor sacrificing performance. Our evaluations on commodity GPUs, an Nvidia TESLA, and an Intel PHI reveal the expected linear scaling behavior when offloading larger workloads. For sub-second duties, the efficiency of offloading was found to largely differ between devices. Moreover, our findings indicate a negligible overhead over programming with the native OpenCL API.Comment: 28 page

    The floor in the interplanetary magnetic field: Estimation on the basis of relative duration of ICME observations in solar wind during 1976-2000

    Full text link
    To measure the floor in interplanetary magnetic field and estimate the time- invariant open magnetic flux of Sun, it is necessary to know a part of magnetic field of Sun carried away by CMEs. In contrast with previous papers, we did not use global solar parameters: we identified different large-scale types of solar wind for 1976-2000 interval, obtained a fraction of interplanetary CMEs (ICMEs) and calculated magnitude of interplanetary magnetic field B averaged over 2 Carrington rotations. The floor of magnetic field is estimated as B value at solar cycle minimum when the ICMEs were not observed and it was calculated to be 4,65 \pm 6,0 nT. Obtained value is in a good agreement with previous results.Comment: 10 pages, 2 figures, submitted in GR

    Analysis of physical-chemical processes governing SSME internal fluid flows

    Get PDF
    The efforts to adapt CHAM's computational fluid dynamics code, PHOENICS, to the analysis of flow within the high pressure fuel turbopump (HPFTP) aft-platform seal cavity of the SSME are summarized. In particular, the special purpose PHOENICS satellite and ground station specifically formulated for this application are listed and described, and the preliminary results of the first part two-dimensional analyses are presented and discussed. Planned three-dimensional analyses are also briefly outlined. To further understand the mixing and combustion processes in the SSME fuelside preburners, a single oxygen-hydrogen jet element was investigated

    VoroCrust: Voronoi Meshing Without Clipping

    Full text link
    Polyhedral meshes are increasingly becoming an attractive option with particular advantages over traditional meshes for certain applications. What has been missing is a robust polyhedral meshing algorithm that can handle broad classes of domains exhibiting arbitrarily curved boundaries and sharp features. In addition, the power of primal-dual mesh pairs, exemplified by Voronoi-Delaunay meshes, has been recognized as an important ingredient in numerous formulations. The VoroCrust algorithm is the first provably-correct algorithm for conforming polyhedral Voronoi meshing for non-convex and non-manifold domains with guarantees on the quality of both surface and volume elements. A robust refinement process estimates a suitable sizing field that enables the careful placement of Voronoi seeds across the surface circumventing the need for clipping and avoiding its many drawbacks. The algorithm has the flexibility of filling the interior by either structured or random samples, while preserving all sharp features in the output mesh. We demonstrate the capabilities of the algorithm on a variety of models and compare against state-of-the-art polyhedral meshing methods based on clipped Voronoi cells establishing the clear advantage of VoroCrust output.Comment: 18 pages (including appendix), 18 figures. Version without compressed images available on https://www.dropbox.com/s/qc6sot1gaujundy/VoroCrust.pdf. Supplemental materials available on https://www.dropbox.com/s/6p72h1e2ivw6kj3/VoroCrust_supplemental_materials.pd
    • …
    corecore