WorldWideScience

Sample records for fuel-efficiency software package

  1. Software design practice using two SCADA software packages

    DEFF Research Database (Denmark)

    Basse, K.P.; Christensen, Georg Kronborg; Frederiksen, P. K.

    1996-01-01

    Typical software development for manufacturing control is done either by specialists with consideral real-time programming experience or done by the adaptation of standard software packages for manufacturing control. After investigation and test of two commercial software packages: "InTouch" and ......Touch" and "Fix", it is argued, that a more efficient software solution can be achieved by utilising an integrated specification for SCADA and PLC-programming. Experiences gained from process control is planned investigated for descrete parts manufacturing....

  2. MARS software package status

    International Nuclear Information System (INIS)

    Azhgirej, I.L.; Talanov, V.V.

    2000-01-01

    The MARS software package is intended for simulating the nuclear-electromagnetic cascades and the secondary neutrons and muons transport in the heterogeneous medium of arbitrary complexity in the magnetic fields presence. The inclusive approach to describing the particle production in the nuclear and electromagnetic interactions and by the unstable particles decay is realized in the package. The MARS software package was actively applied for solving various radiation physical problems [ru

  3. Software in support of fuel operation in WWERS

    International Nuclear Information System (INIS)

    Evdokimov, I.A; Novikov, V.V; Ugrumov, A.V; Shishkin, A.A

    2013-01-01

    A software package comprising computer codes and fuel monitoring tools is under development in Russia in support of WWER fuel operation. The software package includes an expert computer system designed for failure diagnosis in course of reactor operation, prediction of activity evolution in primary coolant and express analysis of pellet-to-cladding mechanical interaction (PCMI) on rod-by-rod basis under normal and transient modes of operation. Coupled with the expert system, the first version of a graphical interface computer program is developed for NPP operating bodies. One of the features of this program is to launch automatically a fuel performance code for a series of detailed calculations for fuel rods with severe PCMI. The particular rods for calculations are determined by the expert system during the express core analysis. A greater attention is paid to recent results in prediction of fuel behavior after a primary failure has occurred. One of the major risks to further operation of leaking fuel comes from secondary fuel degradation due to massive cladding hydriding. Threshold conditions for initiation of secondary hydriding have been found on the basis of physical modeling. Final criteria of secondary failure occurrence were deduced by applying the model to analysis of post-irradiation examinations of leaking WWER fuel. (authors)

  4. The Ettention software package

    International Nuclear Information System (INIS)

    Dahmen, Tim; Marsalek, Lukas; Marniok, Nico; Turoňová, Beata; Bogachev, Sviatoslav; Trampert, Patrick; Nickels, Stefan; Slusallek, Philipp

    2016-01-01

    We present a novel software package for the problem “reconstruction from projections” in electron microscopy. The Ettention framework consists of a set of modular building-blocks for tomographic reconstruction algorithms. The well-known block iterative reconstruction method based on Kaczmarz algorithm is implemented using these building-blocks, including adaptations specific to electron tomography. Ettention simultaneously features (1) a modular, object-oriented software design, (2) optimized access to high-performance computing (HPC) platforms such as graphic processing units (GPU) or many-core architectures like Xeon Phi, and (3) accessibility to microscopy end-users via integration in the IMOD package and eTomo user interface. We also provide developers with a clean and well-structured application programming interface (API) that allows for extending the software easily and thus makes it an ideal platform for algorithmic research while hiding most of the technical details of high-performance computing. - Highlights: • Novel software package for “reconstruction from projections” in electron microscopy. • Support for high-resolution reconstructions on iterative reconstruction algorithms. • Support for CPU, GPU and Xeon Phi. • Integration in the IMOD software. • Platform for algorithm researchers: object oriented, modular design.

  5. The Ettention software package

    Energy Technology Data Exchange (ETDEWEB)

    Dahmen, Tim, E-mail: Tim.Dahmen@dfki.de [German Research Center for Artificial Intelligence GmbH (DFKI), 66123 Saarbrücken (Germany); Saarland University, 66123 Saarbrücken (Germany); Marsalek, Lukas [Eyen SE, Na Nivách 1043/16, 141 00 Praha 4 (Czech Republic); Saarland University, 66123 Saarbrücken (Germany); Marniok, Nico [Saarland University, 66123 Saarbrücken (Germany); Turoňová, Beata [Saarland University, 66123 Saarbrücken (Germany); IMPRS-CS, Max-Planck Institute for Informatics, Campus E 1.4, 66123 Saarbrücken (Germany); Bogachev, Sviatoslav [Saarland University, 66123 Saarbrücken (Germany); Trampert, Patrick; Nickels, Stefan [German Research Center for Artificial Intelligence GmbH (DFKI), 66123 Saarbrücken (Germany); Slusallek, Philipp [German Research Center for Artificial Intelligence GmbH (DFKI), 66123 Saarbrücken (Germany); Saarland University, 66123 Saarbrücken (Germany)

    2016-02-15

    We present a novel software package for the problem “reconstruction from projections” in electron microscopy. The Ettention framework consists of a set of modular building-blocks for tomographic reconstruction algorithms. The well-known block iterative reconstruction method based on Kaczmarz algorithm is implemented using these building-blocks, including adaptations specific to electron tomography. Ettention simultaneously features (1) a modular, object-oriented software design, (2) optimized access to high-performance computing (HPC) platforms such as graphic processing units (GPU) or many-core architectures like Xeon Phi, and (3) accessibility to microscopy end-users via integration in the IMOD package and eTomo user interface. We also provide developers with a clean and well-structured application programming interface (API) that allows for extending the software easily and thus makes it an ideal platform for algorithmic research while hiding most of the technical details of high-performance computing. - Highlights: • Novel software package for “reconstruction from projections” in electron microscopy. • Support for high-resolution reconstructions on iterative reconstruction algorithms. • Support for CPU, GPU and Xeon Phi. • Integration in the IMOD software. • Platform for algorithm researchers: object oriented, modular design.

  6. Packaging of control system software

    International Nuclear Information System (INIS)

    Zagar, K.; Kobal, M.; Saje, N.; Zagar, A.; Sabjan, R.; Di Maio, F.; Stepanov, D.

    2012-01-01

    Control system software consists of several parts - the core of the control system, drivers for integration of devices, configuration for user interfaces, alarm system, etc. Once the software is developed and configured, it must be installed to computers where it runs. Usually, it is installed on an operating system whose services it needs, and also in some cases dynamically links with the libraries it provides. Operating system can be quite complex itself - for example, a typical Linux distribution consists of several thousand packages. To manage this complexity, we have decided to rely on Red Hat Package Management system (RPM) to package control system software, and also ensure it is properly installed (i.e., that dependencies are also installed, and that scripts are run after installation if any additional actions need to be performed). As dozens of RPM packages need to be prepared, we are reducing the amount of effort and improving consistency between packages through a Maven-based infrastructure that assists in packaging (e.g., automated generation of RPM SPEC files, including automated identification of dependencies). So far, we have used it to package EPICS, Control System Studio (CSS) and several device drivers. We perform extensive testing on Red Hat Enterprise Linux 5.5, but we have also verified that packaging works on CentOS and Scientific Linux. In this article, we describe in greater detail the systematic system of packaging we are using, and its particular application for the ITER CODAC Core System. (authors)

  7. Intercomparison of PIXE spectrometry software packages

    International Nuclear Information System (INIS)

    2003-02-01

    During the year 2000, an exercise was organized to make a intercomparison of widely available software packages for analysis of particle induced X ray emission (PIXE) spectra. This TECDOC describes the method used in this intercomparison exercise and presents the results obtained. It also gives a general overview of the participating software packages. This includes basic information on their user interface, graphical presentation capabilities, physical phenomena taken in account, way of presenting results, etc. No recommendation for a particular software package or method for spectrum analysis is given. It is intended that the readers reach their own conclusions and make their own choices, according to their specific needs. This TECDOC will be useful to anyone involved in PIXE spectrum analysis. This TECDOC includes a companion CD with the complete set of test spectra used for intercomparison. The test spectra on this CD can be used to test any PIXE spectral analysis software package

  8. Proposal of guidelines for selecting optimum options in packagings and transportation systems of spent fuel

    International Nuclear Information System (INIS)

    Saegusa, T.; Abe, H.; Fukuda, S.

    1983-01-01

    Type and size of spent fuel shipping packagings and packaging transport ships in spent fuel transport system would have been determined separately in response to technical requirements etc. of reactor sites and reprocessing plants. However, since more and more spent fuel will be generated from world's nuclear power plants and will be transported much frequently to reprocessing plants or storage facilities, the current spent fuel transport system will have to be necessarily reexamined from the operational and economical aspects or an optimum transport system may have to be newly determined in the near future. In the literature, a variety of options are found, particularly of spent fuel packagings. This paper listed and classified options of spent fuel packagings and packaging transport ships in the transportation systems of spent fuel on the basis of literature surveys. These options were discussed from viewpoints of designers and users and compared in terms of transport efficiency. Finally, one way to determine an optimum transport system of spent fuel was indicated considering the total transport system in the light of safety, operational efficiency and economy

  9. Safety analysis of spent fuel packaging

    International Nuclear Information System (INIS)

    Akamatsu, Hiroshi; Taniuchi, Hiroaki; Tai, Hideto

    1987-01-01

    Many types of spent fuel packagings have been manufactured and been used for transport of spent fuels discharged from nuclear power plant. These spent fuel packagings need to be assesed thoroughly about safety transportation because spent fuels loaded into the packaging have high radioactivity and generation of heat. This paper explains the outline of safety analysis of a packaging, Safety analysis is performed for structural, thermal, containment, shielding and criticality factors, and MARC-CDC, TRUMP, ORIGEN, QAD, ANISN, KENO, etc computer codes are used for such analysis. (author)

  10. Intercomparison of alpha particle spectrometry software packages

    International Nuclear Information System (INIS)

    1999-08-01

    Software has reached an important level as the 'logical controller' at different levels, from a single instrument to an entire computer-controlled experiment. This is also the case for software packages in nuclear instruments and experiments. In particular, because of the range of applications of alpha-particle spectrometry, software packages in this field are often used. It is the aim of this intercomparison to test and describe the abilities of four such software packages. The main objectives of the intercomparison were the ability of the programs to determine the peak areas and the peak area uncertainties, and the statistical control and stability of reported results. In this report, the task, methods and results of the intercomparison are presented in order to asist the potential users of such software and to stimulate the development of even better alpha-particle spectrum analysis software

  11. Software refactoring at the package level using clustering techniques

    KAUST Repository

    Alkhalid, A.

    2011-01-01

    Enhancing, modifying or adapting the software to new requirements increases the internal software complexity. Software with high level of internal complexity is difficult to maintain. Software refactoring reduces software complexity and hence decreases the maintenance effort. However, software refactoring becomes quite challenging task as the software evolves. The authors use clustering as a pattern recognition technique to assist in software refactoring activities at the package level. The approach presents a computer aided support for identifying ill-structured packages and provides suggestions for software designer to balance between intra-package cohesion and inter-package coupling. A comparative study is conducted applying three different clustering techniques on different software systems. In addition, the application of refactoring at the package level using an adaptive k-nearest neighbour (A-KNN) algorithm is introduced. The authors compared A-KNN technique with the other clustering techniques (viz. single linkage algorithm, complete linkage algorithm and weighted pair-group method using arithmetic averages). The new technique shows competitive performance with lower computational complexity. © 2011 The Institution of Engineering and Technology.

  12. The Ettention software package.

    Science.gov (United States)

    Dahmen, Tim; Marsalek, Lukas; Marniok, Nico; Turoňová, Beata; Bogachev, Sviatoslav; Trampert, Patrick; Nickels, Stefan; Slusallek, Philipp

    2016-02-01

    We present a novel software package for the problem "reconstruction from projections" in electron microscopy. The Ettention framework consists of a set of modular building-blocks for tomographic reconstruction algorithms. The well-known block iterative reconstruction method based on Kaczmarz algorithm is implemented using these building-blocks, including adaptations specific to electron tomography. Ettention simultaneously features (1) a modular, object-oriented software design, (2) optimized access to high-performance computing (HPC) platforms such as graphic processing units (GPU) or many-core architectures like Xeon Phi, and (3) accessibility to microscopy end-users via integration in the IMOD package and eTomo user interface. We also provide developers with a clean and well-structured application programming interface (API) that allows for extending the software easily and thus makes it an ideal platform for algorithmic research while hiding most of the technical details of high-performance computing. Copyright © 2015 Elsevier B.V. All rights reserved.

  13. Programmatic and technical requirements for the FMDP fresh MOX fuel transport package

    International Nuclear Information System (INIS)

    Ludwig, S.B.; Michelhaugh, R.D.; Pope, R.B.

    1997-12-01

    This document is intended to guide the designers of the package to all pertinent regulatory and other design requirements to help ensure the safe and efficient transport of the weapons-grade (WG) fresh MOX fuel under the Fissile Materials Disposition Program. To accomplish the disposition mission using MOX fuel, the unirradiated MOX fuel must be transported from the MOX fabrication facility to one or more commercial reactors. Because the unirradiated fuel contains large quantities of plutonium and is not sufficient radioactive to create a self-protecting barrier to deter the material from theft, DOE intends to use its fleet of safe secure trailers (SSTs) to provide the necessary safeguards and security for the material in transit. In addition to these requirements, transport of radioactive materials must comply with regulations of the Department of Transportation and the Nuclear Regulatory Commission (NRC). In particular, NRC requires that the packages must meet strict performance requirements. The requirements for shipment of MOX fuel (i.e., radioactive fissile materials) specify that the package design is certified by NRC to ensure the materials contained in the packages are not released and remain subcritical after undergoing a series of hypothetical accident condition tests. Packages that pass these tests are certified by NRC as a Type B fissile (BF) package. This document specifies the programmatic and technical design requirements a package must satisfy to transport the fresh MOX fuel assemblies

  14. Software package as an information center product

    International Nuclear Information System (INIS)

    Butler, M.K.

    1977-01-01

    The Argonne Code Center serves as a software exchange and information center for the U.S. Energy Research and Development Administration and the Nuclear Regulatory Commission. The goal of the Center's program is to provide a means for sharing of software among agency offices and contractors, and for transferring computing applications and technology, developed within the agencies, to the information-processing community. A major activity of the Code Center is the acquisition, review, testing, and maintenance of a collection of software--computer systems, applications programs, subroutines, modules, and data compilations--prepared by agency offices and contractors to meet programmatic needs. A brief review of the history of computer program libraries and software sharing is presented to place the Code Center activity in perspective. The state-of-the-art discussion starts off with an appropriate definition of the term software package, together with descriptions of recommended package contents and the Carter's package evaluation activity. An effort is made to identify the various users of the product, to enumerate their individual needs, to document the Center's efforts to meet these needs and the ongoing interaction with the user community. Desirable staff qualifications are considered, and packaging problems, reviewed. The paper closes with a brief look at recent developments and a forecast of things to come. 2 tables

  15. Commercial Spent Nuclear Fuel Waste Package Misload Analysis

    International Nuclear Information System (INIS)

    J.K. Knudson

    2003-01-01

    The purpose of this calculation is to estimate the probability of misloading a commercial spent nuclear fuel waste package with a fuel assembly(s) that has a reactivity (i.e., enrichment and/or burnup) outside the waste package design. The waste package designs are based on the expected commercial spent nuclear fuel assemblies and previous analyses (Macheret, P. 2001, Section 4.1 and Table 1). For this calculation, a misloaded waste package is defined as a waste package that has a fuel assembly(s) loaded into it with an enrichment and/or burnup outside the waste package design. An example of this type of misload is a fuel assembly designated for the 21-PWR Control Rod waste package being incorrectly loaded into a 21-PWR Absorber Plate waste package. This constitutes a misloaded 21-PWR Absorber Plate waste package, because the reactivity (i.e., enrichment and/or burnup) of a 21-PWR Control Rod waste package fuel assembly is outside the design of a 21-PWR Absorber Plate waste package. These types of misloads (i.e., fuel assembly with enrichment and/or burnup outside waste package design) are the only types that are evaluated in this calculation. This calculation utilizes information from ''Frequency of SNF Misload for Uncanistered Fuel Waste Package'' (CRWMS M and O 1998) as the starting point. The scope of this calculation is limited to the information available. The information is based on the whole population of fuel assemblies and the whole population of waste packages, because there is no information about the arrival of the waste stream at this time. The scope of this calculation deviates from that specified in ''Technical Work Plan for: Risk and Criticality Department'' (BSC 2002a, Section 2.1.30) in that only waste package misload is evaluated. The remaining issues identified (i.e., flooding and geometry reconfiguration) will be addressed elsewhere. The intended use of the calculation is to provide information and inputs to the Preclosure Safety Analysis

  16. Introduction to Software Packages. [Final Report.

    Science.gov (United States)

    Frankel, Sheila, Ed.; And Others

    This document provides an introduction to applications computer software packages that support functional managers in government and encourages the use of such packages as an alternative to in-house development. A review of current application areas includes budget/project management, financial management/accounting, payroll, personnel,…

  17. PIV Data Validation Software Package

    Science.gov (United States)

    Blackshire, James L.

    1997-01-01

    A PIV data validation and post-processing software package was developed to provide semi-automated data validation and data reduction capabilities for Particle Image Velocimetry data sets. The software provides three primary capabilities including (1) removal of spurious vector data, (2) filtering, smoothing, and interpolating of PIV data, and (3) calculations of out-of-plane vorticity, ensemble statistics, and turbulence statistics information. The software runs on an IBM PC/AT host computer working either under Microsoft Windows 3.1 or Windows 95 operating systems.

  18. Method of forming a package for MEMS-based fuel cell

    Science.gov (United States)

    Morse, Jeffrey D; Jankowski, Alan F

    2013-05-21

    A MEMS-based fuel cell package and method thereof is disclosed. The fuel cell package comprises seven layers: (1) a sub-package fuel reservoir interface layer, (2) an anode manifold support layer, (3) a fuel/anode manifold and resistive heater layer, (4) a Thick Film Microporous Flow Host Structure layer containing a fuel cell, (5) an air manifold layer, (6) a cathode manifold support structure layer, and (7) a cap. Fuel cell packages with more than one fuel cell are formed by positioning stacks of these layers in series and/or parallel. The fuel cell package materials such as a molded plastic or a ceramic green tape material can be patterned, aligned and stacked to form three dimensional microfluidic channels that provide electrical feedthroughs from various layers which are bonded together and mechanically support a MEMS-based miniature fuel cell. The package incorporates resistive heating elements to control the temperature of the fuel cell stack. The package is fired to form a bond between the layers and one or more microporous flow host structures containing fuel cells are inserted within the Thick Film Microporous Flow Host Structure layer of the package.

  19. Serving the fuel cycle: preparing tomorrow's packagings

    International Nuclear Information System (INIS)

    Roland, V.

    2001-01-01

    The main fleet of transport packagings serving today the fuel cycle was born more than 20 years ago. Or was it they? The present paper will show that serving the fuel cycle by preparing tomorrow's logistics is actually an on-going process, rather than a rupture. We shall review the great packagings of the fuel cycle: In the front end, the major actors are the UF 4 , UF 6 , enriched UF 6 , UO 2 powders, fresh fuel packagings. In the back end of the fuel cycle, we find the dry transport casks of the TN-12, TN-17, TN-13, family and also the Excellox wet flasks. In the waste management, a whole fleet of containers, culminating in the TN Gemini, are available or being created. (author)

  20. Full scale tests on remote handled FFTF fuel assembly waste handling and packaging

    International Nuclear Information System (INIS)

    Allen, C.R.; Cash, R.J.; Dawson, S.A.; Strode, J.N.

    1986-01-01

    Handling and packaging of remote handled, high activity solid waste fuel assembly hardware components from spent FFTF reactor fuel assemblies have been evaluated using full scale components. The demonstration was performed using FFTF fuel assembly components and simulated components which were handled remotely using electromechanical manipulators, shielding walls, master slave manipulators, specially designed grapples, and remote TV viewing. The testing and evaluation included handling, packaging for current and conceptual shipping containers, and the effects of volume reduction on packing efficiency and shielding requirements. Effects of waste segregation into transuranic (TRU) and non-transuranic fractions also are discussed

  1. Nested Cohort - R software package

    Science.gov (United States)

    NestedCohort is an R software package for fitting Kaplan-Meier and Cox Models to estimate standardized survival and attributable risks for studies where covariates of interest are observed on only a sample of the cohort.

  2. 48 CFR 908.7109 - Fuels and packaged petroleum products.

    Science.gov (United States)

    2010-10-01

    ... 48 Federal Acquisition Regulations System 5 2010-10-01 2010-10-01 false Fuels and packaged petroleum products. 908.7109 Section 908.7109 Federal Acquisition Regulations System DEPARTMENT OF ENERGY....7109 Fuels and packaged petroleum products. Acquisitions of fuel and packaged petroleum products by DOE...

  3. Thermal-hydraulic software development for nuclear waste transportation cask design and analysis

    International Nuclear Information System (INIS)

    Brown, N.N.; Burns, S.P.; Gianoulakis, S.E.; Klein, D.E.

    1991-01-01

    This paper describes the development of a state-of-the-art thermal-hydraulic software package intended for spent fuel and high-level nuclear waste transportation cask design and analysis. The objectives of this software development effort are threefold: (1) to take advantage of advancements in computer hardware and software to provide a more efficient user interface, (2) to provide a tool for reducing inefficient conservatism in spent fuel and high-level waste shipping cask design by including convection as well as conduction and radiation heat transfer modeling capabilities, and (3) to provide a thermal-hydraulic analysis package which is developed under a rigorous quality assurance program established at Sandia National Laboratories. 20 refs., 5 figs., 2 tabs

  4. Software packages for food engineering needs

    OpenAIRE

    Abakarov, Alik

    2011-01-01

    The graphic user interface (GUI) software packages “ANNEKs” and “OPT-PROx” are developed to meet food engineering needs. “OPT-RROx” (OPTimal PROfile) is software developed to carry out thermal food processing optimization based on the variable retort temperature processing and global optimization technique. “ANNEKs” (Artificial Neural Network Enzyme Kinetics) is software designed for determining the kinetics of enzyme hydrolysis of protein at different initial reaction parameters based on the...

  5. Intercomparison of gamma ray analysis software packages

    International Nuclear Information System (INIS)

    1998-04-01

    The IAEA undertook an intercomparison exercise to review available software for gamma ray spectra analysis. This document describes the methods used in the intercomparison exercise, characterizes the software packages reviewed and presents the results obtained. Only direct results are given without any recommendation for a particular software or method for gamma ray spectra analysis

  6. Increase of efficiency and reliability of liquid fuel combustion in small-sized boilers

    Science.gov (United States)

    Roslyakov, P. V.; Proskurin, Yu V.; Ionkin, I. L.

    2017-11-01

    One of the ways to increase the efficiency of using fuels is to create highly efficient domestic energy equipment, in particular small-sized hot-water boilers in autonomous heating systems. Increasing the efficiency of the boiler requires a reduction in the temperature of the flue gases leaving, which, in turn, can be achieved by installing additional heating surfaces. The purpose of this work was to determine the principal design solutions and to develop a draft design for a high-efficiency 3-MW hot-water boiler using crude oil as its main fuel. Ensuring a high efficiency of the boiler is realized through the use of an external remote economizer, which makes it possible to reduce the dimensions of the boiler, facilitate the layout of equipment in a limited size block-modular boiler house and virtually eliminate low-temperature corrosion of boiler heat exchange surfaces. In the article the variants of execution of the water boiler and remote economizer are considered and the preliminary design calculations of the remote economizer for various schemes of the boiler layout in the Boiler Designer software package are made. Based on the results of the studies, a scheme was chosen with a three-way boiler and a two-way remote economizer. The design of a three-way fire tube hot water boiler and an external economizer with an internal arrangement of the collectors, providing for its location above the boiler in a block-modular boiler house and providing access for servicing both a remote economizer and a hot water boiler, is proposed. Its mass-dimensional and design parameters are determined. In the software package Boiler Designer thermal, hydraulic and aerodynamic calculations of the developed fire tube boiler have been performed. Optimization of the boiler design was performed, providing the required 94% efficiency value for crude oil combustion. The description of the developed flue and fire-tube hot water boiler and the value of the main design and technical and

  7. Strategic Business-IT alignment of application software packages: Bridging the Information Technology gap

    Directory of Open Access Journals (Sweden)

    Wandi Kruger

    2012-09-01

    Full Text Available An application software package implementation is a complex endeavour, and as such it requires the proper understanding, evaluation and redefining of the current business processes to ensure that the implementation delivers on the objectives set at the start of the project. Numerous factors exist that may contribute to the unsuccessful implementation of application software packages. However, the most significant contributor to the failure of an application software package implementation lies in the misalignment of the organisation’s business processes with the functionality of the application software package. Misalignment is attributed to a gap that exists between the business processes of an organisation and what functionality the application software package has to offer to translate the business processes of an organisation into digital form when implementing and configuring an application software package. This gap is commonly referred to as the information technology (IT gap. This study proposes to define and discuss the IT gap. Furthermore this study will make recommendations for aligning the business processes with the functionality of the application software package (addressing the IT gap. The end result of adopting these recommendations will be more successful application software package implementations.

  8. Evaluation of Different Software Packages in Flow Modeling under Bridge Structures

    Directory of Open Access Journals (Sweden)

    Mohammad Taghi Dastorani

    2007-01-01

    Full Text Available This study is an independent and a comparative research concerning the accuracy, capability and suitability of three well-known packages ofISIS, MIKE11 and HEC-RAS as hydraulic river modeling software packages for modeling the flow through bridges. The research project was designed to assess the ability of each software package to model the flow through bridge structures. It was carried out using the data taken from experiments completed by a 22-meter laboratory flume at theUniversityofBirmingham. The flume has a compound cross section containing a main channel and two flood plains on either side. For this study a smooth main channel and a smooth floodplain have been assumed. Two types of bridges are modeled in this research; a multiple opening semi-circular arch bridge and a single opening straight deck bridge. For each bridge, two different simulations were carried out using two different upstream boundaries as low flow and high flow simulations. According to the results, all three packages were able to model arch and US BPR bridges but in some cases they presented different results. The highest water elevation upstream the bridge (maximum afflux was the main parameter to be compared to the measured values.ISISand HEC-RAS (especially HEC-RAS seem to be more efficient to model arch bridge. However, in some cases, MIKE 11 produced considerably higher results than those of the other two packages. To model USBPR bridge, all three packages produced reasonable results. However, the results by HEC-RAS are the best when the outputs are compared to the experimental data.

  9. ANALYSIS OF CELLULAR REACTION TO IFN-γ STIMULATION BY A SOFTWARE PACKAGE GeneExpressionAnalyser

    Directory of Open Access Journals (Sweden)

    A. V. Saetchnikov

    2014-01-01

    Full Text Available The software package GeneExpressionAnalyser for analysis of the DNA microarray experi-mental data has been developed. The algorithms of data analysis, differentially expressed genes and biological functions of the cell are described. The efficiency of the developed package is tested on the published experimental data devoted to the time-course research of the changes in the human cell un-der the influence of IFN-γ on melanoma. The developed software has a number of advantages over the existing software: it is free, has a simple and intuitive graphical interface, allows to analyze different types of DNA microarrays, contains a set of methods for complete data analysis and performs effec-tive gene annotation for a selected list of genes.

  10. Comparison of PV system design software packages for urban applications

    Energy Technology Data Exchange (ETDEWEB)

    Gharakhani Siraki, Arbi; Pillay, Pragasen

    2010-09-15

    A large number of software packages are available for solar resource evaluation and PV system design. However, few of them are suitable for urban applications. In this paper a comparison has been made between two specifically designed solar tools known as the Ecotect 2010 and the PVsyst 5.05. Conclusions have been made for proper use of these packages based on their specifications and privileges. Moreover, the calculations have been repeated with HOMER software package (which is a generic tool) for the same location. The results suggest that a generic solar software tool should not be used for an urban application.

  11. Accuracy of Giovanni and Marksim Software Packages for ...

    African Journals Online (AJOL)

    Accuracy of Giovanni and Marksim Software Packages for Generating Daily Rainfall Data in ... using Giovanni software over Marksim, for areas receiving bimodal rainfall regimes similar to ... EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT

  12. NEAMS Software Licensing, Release, and Distribution: Implications for FY2013 Work Package Planning

    International Nuclear Information System (INIS)

    Bernholdt, David E.

    2012-01-01

    The vision of the NEAMS program is to bring truly predictive modeling and simulation (M and S) capabilities to the nuclear engineering community in order to enable a new approach to the analysis of nuclear systems. NEAMS anticipates issuing in FY 2018 a full release of its computational 'Fermi Toolkit' aimed at advanced reactor and fuel cycles. The NEAMS toolkit involves extensive software development activities, some of which have already been underway for several years, however, the Advanced Modeling and Simulation Office (AMSO), which sponsors the NEAMS program, has not yet issued any official guidance regarding software licensing, release, and distribution policies. This motivated an FY12 task in the Capability Transfer work package to develop and recommend an appropriate set of policies. The current preliminary report is intended to provide awareness of issues with implications for work package planning for FY13. We anticipate a small amount of effort associated with putting into place formal licenses and contributor agreements for NEAMS software which doesn't already have them. We do not anticipate any additional effort or costs associated with software release procedures or schedules beyond those dictated by the quality expectations for the software. The largest potential costs we anticipate would be associated with the setup and maintenance of shared code repositories for development and early access to NEAMS software products. We also anticipate an opportunity, with modest associated costs, to work with the Radiation Safety Information Computational Center (RSICC) to clarify export control assessment policies for software under development.

  13. ORNL's DCAL software package

    International Nuclear Information System (INIS)

    Eckerman, K.F.

    2007-01-01

    Oak Ridge National Laboratory has released its Dose and Risk Calculation software, DCAL. DCAL, developed with the support of the U.S. Environmental Protection Agency, consists of a series of computational modules, driven in either an interactive or a batch mode for computation of dose and risk coefficients from intakes of radionuclides or exposure to radionuclides in environmental media. The software package includes extensive libraries of biokinetic and dosimetric data that represent the current state of the art. The software has unique capability for addressing intakes of radionuclides by non-adults. DCAL runs as 32-bit extended DOS and console applications under Windows 98/NT/2000/XP. It is intended for users familiar with the basic elements of computational radiation dosimetry. Components of DCAL have been used to prepare U.S. Environmental Protection Agency's Federal Guidance Reports 12 and 13 and several publications of the International Commission on Radiological Protection. (author)

  14. Design Package for Fuel Retrieval System Fuel Handling Tool Modification

    International Nuclear Information System (INIS)

    TEDESCHI, D.J.

    2000-01-01

    This is a design package that contains the details for a modification to a tool used for moving fuel elements during loading of MCO Fuel Baskets for the Fuel Retrieval System. The tool is called the fuel handling tool (or stinger). This document contains requirements, development design information, tests, and test reports

  15. A software package for biomedical image processing and analysis

    International Nuclear Information System (INIS)

    Goncalves, J.G.M.; Mealha, O.

    1988-01-01

    The decreasing cost of computing power and the introduction of low cost imaging boards justifies the increasing number of applications of digital image processing techniques in the area of biomedicine. There is however a large software gap to be fulfilled, between the application and the equipment. The requirements to bridge this gap are twofold: good knowledge of the hardware provided and its interface to the host computer, and expertise in digital image processing and analysis techniques. A software package incorporating these two requirements was developed using the C programming language, in order to create a user friendly image processing programming environment. The software package can be considered in two different ways: as a data structure adapted to image processing and analysis, which acts as the backbone and the standard of communication for all the software; and as a set of routines implementing the basic algorithms used in image processing and analysis. Hardware dependency is restricted to a single module upon which all hardware calls are based. The data structure that was built has four main features: hierchical, open, object oriented, and object dependent dimensions. Considering the vast amount of memory needed by imaging applications and the memory available in small imaging systems, an effective image memory management scheme was implemented. This software package is being used for more than one and a half years by users with different applications. It proved to be an excellent tool for helping people to get adapted into the system, and for standardizing and exchanging software, yet preserving flexibility allowing for users' specific implementations. The philosophy of the software package is discussed and the data structure that was built is described in detail

  16. Adoption of open source digital library software packages: a survey

    OpenAIRE

    Jose, Sanjo

    2007-01-01

    Open source digital library packages are gaining popularity nowadays. To build a digital library under economical conditions open source software is preferable. This paper tries to identify the extent of adoption of open source digital library software packages in various organizations through an online survey. It lays down the findings from the survey.

  17. Drop testing of the Westinghouse fresh nuclear fuel package

    International Nuclear Information System (INIS)

    Shappert, L.B.; Sanders, C.F.

    1992-01-01

    In recent years, the Westinghouse Columbia Fuel Fabrication Facility has been faced with increasing pressure from utilities that wished to take the fuel in their nuclear power plants to higher burnups. To help accommodate this trend, Westinghouse has determined that it needs the ability to increase the enrichment of the fresh fuel it delivers to its customers. One critical step in this process is to certify a new (Type A, fissile) fresh fuel package design that has the capability to transport fuel with a higher enrichment than was previously available. A prototype package was tested in support of the Safety Analysis Report of the Packaging. This paper provides detailed information on those tests and their results

  18. Development of fresh fuel packaging for ATR demonstration reactor

    International Nuclear Information System (INIS)

    Kurakami, J.; Kurita, I.

    1993-01-01

    Related to development of the demonstration advanced thermal reactor, it is necessary and important to develop transport packaging which is used for transporting fresh fuel assemblies. Therefore, the packaging is now being developed in Power Reactor and Nuclear Fuel Development Corporation (PNC). Currently, PNC is fabricating two prototype packagings based on the final design, and land cruising and vibration tests, handling performance tests and prototype packaging tests will be executed with prototype packagings in order to experimentally confirm the soundness of packaging and its contents and the propriety of design technique. This paper describes the summary of general specifications and structures of this packaging and the summary of preliminary safety analysis of package. (J.P.N.)

  19. Model analysis of fresh fuel cask with ANSYS 10.0 software

    International Nuclear Information System (INIS)

    Seyed Aboulfazl Azimfar; Arash Kazemi

    2009-01-01

    The Fresh Fuel for BNPP-1 is due to be transported by special containers which are supposed to be designed in a manner to withstand against stresses and impacts in order to protect the fuel from any possible damage. A static analysis calculates the effects of steady loading conditions on a structure, while ignoring inertia and damping effects, such as those caused by time-varying loads. A static analysis can, however, include steady inertia loads (such as gravity and rotational velocity), and time-varying loads that can be approximated as static equivalent loads. in this paper the computer model of PCS was developed to estimate the safety of the package, in structural static analysis, as well as structural strength of one single or more combined packages to be transported by automobile, rail and air. Safety factor and stresses and strains were calculated by ANSYS software and compared with Russian standards. (Author)

  20. Human-machine interface software package

    International Nuclear Information System (INIS)

    Liu, D.K.; Zhang, C.Z.

    1992-01-01

    The Man-Machine Interface software Package (MMISP) is designed to configure the console software of PLS 60 Mev LINAC control system. The control system of PLS 60 Mev LINAC is a distributed control system which includes the main computer (Intel 310) four local station, and two sets of industrial level console computer. The MMISP provides the operator with the display page editor, various I/O configuration such as digital signals In/Out, analog signal In/Out, waveform TV graphic display, and interactive with operator through graphic picture display, voice explanation, and touch panel. This paper describes its function and application. (author)

  1. Drop testing of the Westinghouse fresh nuclear fuel package

    International Nuclear Information System (INIS)

    Shappert, L.B.; Sanders, C.F.

    1993-01-01

    The Westinghouse Columbia Fuel Fabrication Facility has decided to develop and certify a new fresh fuel package design (type A, fissile) that has the capability to transport more highly enriched fuel than was previously possible. A prototype package was tested in support of the Safety Analysis Report of the Packaging (SARP). This paper provides detailed information on the tests and test results. A first prototype test was carried out at the STF, and the design did not give the safety margin that Westinghouse wanted for their containers. The data from the test were used to redesign the connection between the clamping frame and the pressure pad, and the tests were reinitiated. Three packages were then tested at the STF. All packages met the acceptance criteria and acceleration information was obtained that provided an indication of the behavior of the cradle and strongback which holds the fuel assemblies and nuclear poison in place. (J.P.N.)

  2. Risk Analysis and Decision-Making Software Package (1997 Version) User Manual

    Energy Technology Data Exchange (ETDEWEB)

    Chung, F.T.H.

    1999-02-11

    This manual provides instructions for using the U.S. Department of Energy's (DOE) risk analysis and decision making software (1997 version) developed at BDM Petroleum Technologies by BDM-Oklahoma, Inc. for DOE, under contract No. DE-AC22-94PC91OO8. This software provides petroleum producers with a simple, handy tool for exploration and production risk analysis and decision-making. It collects useful risk analysis tools in one package so that users do not have to use several programs separately. The software is simple to use, but still provides many functions. The 1997 version of the software package includes the following tools: (1) Investment risk (Gambler's ruin) analysis; (2) Monte Carlo simulation; (3) Best fit for distribution functions; (4) Sample and rank correlation; (5) Enhanced oil recovery method screening; and (6) artificial neural network. This software package is subject to change. Suggestions and comments from users are welcome and will be considered for future modifications and enhancements of the software. Please check the opening screen of the software for the current contact information. In the future, more tools will be added to this software package. This manual includes instructions on how to use the software but does not attempt to fully explain the theory and algorithms used to create it.

  3. Software Package STATISTICA and Educational Process

    Directory of Open Access Journals (Sweden)

    Demidova Liliya

    2016-01-01

    Full Text Available The paper describes the main aspects of application of the software package STATISTICA in the educational process. Technologies of data mining which can be useful for students researches have been considered. The main tools of these technologies have been discussed.

  4. Centralized disassembly and packaging of spent fuel in the DOE spent fuel management system

    International Nuclear Information System (INIS)

    Johnson, E.R.

    1986-01-01

    In October 1984, E.R. Johnson Associates, Inc. (JAI) initiated a study of the prospective use of a centralized facility for the disassembly and packaging of spent fuel to support the various elements of the US Dept. of Energy (DOE) spent fuel management system, including facilities for monitored retrievable storage (MRS) and repositories. It was DOE's original plan to receive spent fuel at each repository where it would be disassembled and packaged (overpacked) for disposal purposes. Subsequently, DOE considered the prospective use of MRS of spent fuel as an option for providing safe and reliable management of spent fuel. This study was designed to consider possible advantages of the use of centralized facilities for disassembly and packaging of spent fuel at whose location storage facilities could be added as required. The study was divided into three principal technical tasks that covered: (a) development of requirements and criteria for the central disassembly and packaging facility and associated systems. (2) Development of conceptual designs for the central disassembly and packaging facility and associated systems. (3) Estimation of capital and operating costs involved for all system facilities and determination of life cycle costs for various scenarios of operation - for comparison with the reference system

  5. International Inventory of Software Packages in the Information Field.

    Science.gov (United States)

    Keren, Carl, Ed.; Sered, Irina, Ed.

    Designed to provide guidance in selecting appropriate software for library automation, information storage and retrieval, or management of bibliographic databases, this inventory describes 188 computer software packages. The information was obtained through a questionnaire survey of 600 software suppliers and developers who were asked to describe…

  6. QuantWorm: a comprehensive software package for Caenorhabditis elegans phenotypic assays.

    Directory of Open Access Journals (Sweden)

    Sang-Kyu Jung

    Full Text Available Phenotypic assays are crucial in genetics; however, traditional methods that rely on human observation are unsuitable for quantitative, large-scale experiments. Furthermore, there is an increasing need for comprehensive analyses of multiple phenotypes to provide multidimensional information. Here we developed an automated, high-throughput computer imaging system for quantifying multiple Caenorhabditis elegans phenotypes. Our imaging system is composed of a microscope equipped with a digital camera and a motorized stage connected to a computer running the QuantWorm software package. Currently, the software package contains one data acquisition module and four image analysis programs: WormLifespan, WormLocomotion, WormLength, and WormEgg. The data acquisition module collects images and videos. The WormLifespan software counts the number of moving worms by using two time-lapse images; the WormLocomotion software computes the velocity of moving worms; the WormLength software measures worm body size; and the WormEgg software counts the number of eggs. To evaluate the performance of our software, we compared the results of our software with manual measurements. We then demonstrated the application of the QuantWorm software in a drug assay and a genetic assay. Overall, the QuantWorm software provided accurate measurements at a high speed. Software source code, executable programs, and sample images are available at www.quantworm.org. Our software package has several advantages over current imaging systems for C. elegans. It is an all-in-one package for quantifying multiple phenotypes. The QuantWorm software is written in Java and its source code is freely available, so it does not require use of commercial software or libraries. It can be run on multiple platforms and easily customized to cope with new methods and requirements.

  7. An Ada Linear-Algebra Software Package Modeled After HAL/S

    Science.gov (United States)

    Klumpp, Allan R.; Lawson, Charles L.

    1990-01-01

    New avionics software written more easily. Software package extends Ada programming language to include linear-algebra capabilities similar to those of HAL/S programming language. Designed for such avionics applications as Space Station flight software. In addition to built-in functions of HAL/S, package incorporates quaternion functions used in Space Shuttle and Galileo projects and routines from LINPAK solving systems of equations involving general square matrices. Contains two generic programs: one for floating-point computations and one for integer computations. Written on IBM/AT personal computer running under PC DOS, v.3.1.

  8. Spent fuel receipt and lag storage facility for the spent fuel handling and packaging program

    International Nuclear Information System (INIS)

    Black, J.E.; King, F.D.

    1979-01-01

    Savannah River Laboratory (SRL) is participating in the Spent Fuel Handling and Packaging Program for retrievable, near-surface storage of spent light water reactor (LWR) fuel. One of SRL's responsibilities is to provide a technical description of the wet fuel receipt and lag storage part of the Spent Fuel Handling and Packaging (SFHP) facility. This document is the required technical description

  9. Western aeronautical test range real-time graphics software package MAGIC

    Science.gov (United States)

    Malone, Jacqueline C.; Moore, Archie L.

    1988-01-01

    The master graphics interactive console (MAGIC) software package used on the Western Aeronautical Test Range (WATR) of the NASA Ames Research Center is described. MAGIC is a resident real-time research tool available to flight researchers-scientists in the NASA mission control centers of the WATR at the Dryden Flight Research Facility at Edwards, California. The hardware configuration and capabilities of the real-time software package are also discussed.

  10. Thirty years of transport package development for spent fuels

    International Nuclear Information System (INIS)

    Cory, A.R.

    2005-01-01

    By June 2005, when shipments of spent fuel for reprocessing from Germany are concluded, BNFL flask types will have been responsible for transporting more than 2000 tonnes of heavy metal in Europe in the form of spent fuel. Several thousand more tonnes of spent fuel have been transported by sea from Japan over the last thirty years. The design of spent fuel packages has not stood still for that time. In order to anticipate the changing needs of the nuclear power generation industry, advances have been made both in package design and analysis. Thirty years ago spent fuel burnup and initial enrichment were considerably lower, which was reflected in the different demands placed on the shielding design of packages, and in the design of the internal basket to separate the fuel assemblies. Technical development of both 'wet' (water-filled cavity) and 'dry' packages has progressed in parallel, and the relative merits and peculiarities of each type is explored. BNFL has considerable experience in the operation of both types, and is well placed to comment on practical and functional issues associated with both types. While there have been certain evolutionary changes affecting package design, there have also been more significant changes in the Design Safety Case. These have sometimes been necessary to meet changes in IAEA Regulations, or the challenges posed by the regulators themselves. In other cases advantage has been taken of improvements in analytical techniques to demonstrate increased margins of operational safety. Where possible these margins have also been increased by other means, such as taking advantage of commercial trends to reduce package thermal loads. A key factor over the last thirty years has been the increasing influence of the Regulating Authorities and the development of the IAEA Regulations. The various Competent Authorities now tend to have a higher proportion of technical experts, often recruited from the nuclear industry, and are thus more able to

  11. In-field inspection support software: A status report on the Common Inspection On-site Software Package (CIOSP) project

    International Nuclear Information System (INIS)

    Novatchev, Dimitre; Titov, Pavel; Siradjov, Bakhtiiar; Vlad, Ioan; Xiao Jing

    2001-01-01

    Full text: IAEA has invested much thought and effort into developing software that can assist inspectors during their inspection work. Experience with such applications has been steadily growing and IAEA has recently commissioned a next-generation software package. This kind of software accommodates inspection tasks that can vary substantially in function depending on the type of installation being inspected as well as ensures that the resulting software package has a wide range of usability and can preclude excessive development of plant-specific applications. The Common Inspection On-site Software Package is being developed in the Department of Safeguards to address the limitations of the existing software and to expand its coverage of the inspection process. CIOSP is 'common' in that it is aimed at providing support for as many facilities as possible with the minimum re-configuration. At the same time it has to cater to varying needs of individual facilities, different instrumentation and verification methods used. A component-based approach was taken to successfully tackle the challenges that the development of this software presented. CIOSP consists of the following major components: A framework into which individual plug-ins supporting various inspection activities can integrate at run-time; A central data store containing all facility configuration data and all data collected during inspections; A local data store, which resides on the inspector's computer, where the current inspection's data is stored; A set of services used by all plug-ins (i.e. data transformation, authentication, replication services etc.). This architecture allows for incremental development and extension of the software with plug-ins that support individual inspection activities. The core set of components along with the framework, the Inventory Verification, Book Examination and Records and Reports Comparison plug-ins have been developed. The development of the Short Notice Random

  12. Software and package applicating for network meta-analysis: A usage-based comparative study.

    Science.gov (United States)

    Xu, Chang; Niu, Yuming; Wu, Junyi; Gu, Huiyun; Zhang, Chao

    2017-12-21

    To compare and analyze the characteristics and functions of software applications for network meta-analysis (NMA). PubMed, EMbase, The Cochrane Library, the official websites of Bayesian inference Using Gibbs Sampling (BUGS), Stata and R, and Google were searched to collect the software and packages for performing NMA; software and packages published up to March 2016 were included. After collecting the software, packages, and their user guides, we used the software and packages to calculate a typical example. All characteristics, functions, and computed results were compared and analyzed. Ten types of software were included, including programming and non-programming software. They were developed mainly based on Bayesian or frequentist theory. Most types of software have the characteristics of easy operation, easy mastery, exact calculation, or excellent graphing. However, there was no single software that performed accurate calculations with superior graphing; this could only be achieved through the combination of two or more types of software. This study suggests that the user should choose the appropriate software according to personal programming basis, operational habits, and financial ability. Then, the choice of the combination of BUGS and R (or Stata) software to perform the NMA is considered. © 2017 Chinese Cochrane Center, West China Hospital of Sichuan University and John Wiley & Sons Australia, Ltd.

  13. Software package for analysis of completely randomized block design

    African Journals Online (AJOL)

    This study is to design and develop statistical software (package), OYSP1.0 which conveniently accommodates and analyzes large mass of data emanating from experimental designs, in particular, completely Randomized Block design. Visual Basic programming is used in the design. The statistical package OYSP 1.0 ...

  14. Spent nuclear fuel application of CORE reg-sign systems engineering software

    International Nuclear Information System (INIS)

    Grimm, R.J.

    1996-01-01

    The DOE has adopted a systems engineering approach for the successful completion of the Spent Nuclear Fuel (SNF) Program mission. The DOE has utilized systems engineering principles to develop the SNF program guidance documents and has held several systems engineering workshops to develop the functional hierarchies of both the programmatic and technical side of the SNF program. The sheer size and complexity of the SNF program has led to problems that the Westinghouse Savannah River Company (WSRC) is working to manage through the use of systems engineering software. WSRC began using CORE reg-sign, an off the shelf PC based software package, to assist DOE in management of the SNF program. This paper details the successful use of the CORE reg-sign systems engineering software to date and the proposed future activities

  15. Conceptual Assessment of a Fresh Fuel Transport Package for KJRR

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Ju-Chan; Choi, W. S.; Bang, K. S.; Yu, S. H.; Park, J. S.; Yang, Y. Y. [KAERI, Daejeon (Korea, Republic of)

    2016-05-15

    The IAEA and domestic regulations stipulate that the fissile material transport package be subjected to the cumulative effects of a 9 m drop, 1 m puncture, 800 ℃ thermal and water leakage tests. A fissile material transport package should be maintained the subcriticality during the normal and accident conditions for contingency of leakage of water into or out of package, rearrangement of the contents, reduction of spaces and temperature changes. KAERI has been developing a fresh fuel transport package for Kijang research reactor (KJRR). This paper describes a conceptual design and preliminary safety analysis of the transport package for KJRR. The transport package was designed for shipment of a fresh fuel and a FM (Fission Molybdenum) target. Low-enriched uranium (LEU) of U-Mo fuel with U-235 enrichment of 19.75 w/o is used as a research reactor fuel. And LEU of UAlx-Al with U-235 enrichment of 19.75 w/o is used as a FM target material. The transport package was designed for shipment of a fresh fuel and a FM target. Safety analyses were conducted on all areas, including criticality, structural, and thermal fields. In the criticality analysis, effective neutron multiplication factors were below the criticality safety limit. In the structural analysis, the maximum stress satisfied the stress requirement stipulated in the ASME code. After 9 m free drop and 1 m puncture test, there was no significant deformation of fuel basket to cause a criticality. In the thermal analysis, the maximum temperatures at each part were lower than the allowable values.

  16. Spent Fuel Transportation Package Performance Study - Experimental Design Challenges

    International Nuclear Information System (INIS)

    Snyder, A. M.; Murphy, A. J.; Sprung, J. L.; Ammerman, D. J.; Lopez, C.

    2003-01-01

    Numerous studies of spent nuclear fuel transportation accident risks have been performed since the late seventies that considered shipping container design and performance. Based in part on these studies, NRC has concluded that the level of protection provided by spent nuclear fuel transportation package designs under accident conditions is adequate. [1] Furthermore, actual spent nuclear fuel transport experience showcase a safety record that is exceptional and unparalleled when compared to other hazardous materials transportation shipments. There has never been a known or suspected release of the radioactive contents from an NRC-certified spent nuclear fuel cask as a result of a transportation accident. In 1999 the United States Nuclear Regulatory Commission (NRC) initiated a study, the Package Performance Study, to demonstrate the performance of spent fuel and spent fuel packages during severe transportation accidents. NRC is not studying or testing its current regulations, a s the rigorous regulatory accident conditions specified in 10 CFR Part 71 are adequate to ensure safe packaging and use. As part of this study, NRC currently plans on using detailed modeling followed by experimental testing to increase public confidence in the safety of spent nuclear fuel shipments. One of the aspects of this confirmatory research study is the commitment to solicit and consider public comment during the scoping phase and experimental design planning phase of this research

  17. Radiative transfer through terrestrial atmosphere and ocean: Software package SCIATRAN

    International Nuclear Information System (INIS)

    Rozanov, V.V.; Rozanov, A.V.; Kokhanovsky, A.A.; Burrows, J.P.

    2014-01-01

    SCIATRAN is a comprehensive software package for the modeling of radiative transfer processes in the terrestrial atmosphere and ocean in the spectral range from the ultraviolet to the thermal infrared (0.18–40μm) including multiple scattering processes, polarization, thermal emission and ocean–atmosphere coupling. The software is capable of modeling spectral and angular distributions of the intensity or the Stokes vector of the transmitted, scattered, reflected, and emitted radiation assuming either a plane-parallel or a spherical atmosphere. Simulations are done either in the scalar or in the vector mode (i.e. accounting for the polarization) for observations by space-, air-, ship- and balloon-borne, ground-based, and underwater instruments in various viewing geometries (nadir, off-nadir, limb, occultation, zenith-sky, off-axis). All significant radiative transfer processes are accounted for. These are, e.g. the Rayleigh scattering, scattering by aerosol and cloud particles, absorption by gaseous components, and bidirectional reflection by an underlying surface including Fresnel reflection from a flat or roughened ocean surface. The software package contains several radiative transfer solvers including finite difference and discrete-ordinate techniques, an extensive database, and a specific module for solving inverse problems. In contrast to many other radiative transfer codes, SCIATRAN incorporates an efficient approach to calculate the so-called Jacobians, i.e. derivatives of the intensity with respect to various atmospheric and surface parameters. In this paper we discuss numerical methods used in SCIATRAN to solve the scalar and vector radiative transfer equation, describe databases of atmospheric, oceanic, and surface parameters incorporated in SCIATRAN, and demonstrate how to solve some selected radiative transfer problems using the SCIATRAN package. During the last decades, a lot of studies have been published demonstrating that SCIATRAN is a valuable

  18. Integrated software package for nuclear material safeguards in a MOX fuel fabrication facility

    International Nuclear Information System (INIS)

    Schreiber, H.J.; Piana, M.; Moussalli, G.; Saukkonen, H.

    2000-01-01

    Since computerized data processing was introduced to Safeguards at large bulk handling facilities, a large number of individual software applications have been developed for nuclear material Safeguards implementation. Facility inventory and flow data are provided in computerized format for performing stratification, sample size calculation and selection of samples for destructive and non-destructive assay. Data is collected from nuclear measurement systems running in attended, unattended mode and more recently from remote monitoring systems controlled. Data sets from various sources have to be evaluated for Safeguards purposes, such as raw data, processed data and conclusions drawn from data evaluation results. They are reported in computerized format at the International Atomic Energy Agency headquarters and feedback from the Agency's mainframe computer system is used to prepare and support Safeguards inspection activities. The integration of all such data originating from various sources cannot be ensured without the existence of a common data format and a database system. This paper describes the fundamental relations between data streams, individual data processing tools, data evaluation results and requirements for an integrated software solution to facilitate nuclear material Safeguards at a bulk handling facility. The paper also explains the basis for designing a software package to manage data streams from various data sources and for incorporating diverse data processing tools that until now have been used independently from each other and under different computer operating systems. (author)

  19. New developments on COSI6, the simulation software for fuel cycle analysis

    Energy Technology Data Exchange (ETDEWEB)

    Meyer, Maryan; Boucher, Lionel [CEA, DEN, DER, SPRC, LECy, Centre de Cadarache, Batiment 230, Saint-Paul-lez-Durance, 13108 (France)

    2009-06-15

    New developments on COSI6, the simulation software for fuel cycle analysis 'COSI', is a code simulating a pool of nuclear electricity generating plants with its associated fuel cycle facilities. This code has been designed to study various short, medium and long term options for the introduction of various types of nuclear reactors and for the use of associated nuclear materials. COSI calculates the mass and the isotopic composition of all the materials, in each part of the nuclear park, at any time. Following the complete renewal of the code in 2006, new developments have been implemented into improve physical models, user convenience and to enlarge the scope of utilisation. COSI can now be coupled with CESAR 5 (JEFF 2.2: 200 FP available), allowing to perform waste packages calculations: high level waste (glasses), intermediate level waste (compacted waste), liquid and gaseous waste coming from processing, reactor high level waste. Those packages are managed in new kinds of facilities: finished warehouse, interim storage, waste disposal. The calculable features for waste packages are: mass (initial heavy metal), isotopic content, packages mass, packages volume, number of packages, activity, radiotoxicity, decay heat, necessary area. Developments on COSI are still ongoing. The reactivity equivalence function (based on Baker formula) is now available: - for thorium cycle: compositions for [Th+Pu] or [Th+U] can be calculated taking into account all nuclides impacts. - for ADS: compositions for [MA+Pu] can be calculated taking into account all nuclides impacts. The physical model is also developed: nuclear data (branching ratios, fission energies, fission yields) will be different between thermal reactors and fast reactors. The first step towards proliferation resistance methodology implementation is the evaluation of physical data needed for proliferation evaluation: heating rate from Pu in material (Watt/kg), weight fraction of even isotopes

  20. SPADE - software package to aid diffraction experiments

    International Nuclear Information System (INIS)

    Farren, J.; Giltrap, J.W.

    1978-10-01

    A software package is described which enables the DEC PDP-11/03 microcomputer to execute several different X-ray diffraction experiments and other similar experiments where stepper motors are driven and data is gathered and processed in real time. (author)

  1. Evaluation and selection of open-source EMR software packages based on integrated AHP and TOPSIS.

    Science.gov (United States)

    Zaidan, A A; Zaidan, B B; Al-Haiqi, Ahmed; Kiah, M L M; Hussain, Muzammil; Abdulnabi, Mohamed

    2015-02-01

    Evaluating and selecting software packages that meet the requirements of an organization are difficult aspects of software engineering process. Selecting the wrong open-source EMR software package can be costly and may adversely affect business processes and functioning of the organization. This study aims to evaluate and select open-source EMR software packages based on multi-criteria decision-making. A hands-on study was performed and a set of open-source EMR software packages were implemented locally on separate virtual machines to examine the systems more closely. Several measures as evaluation basis were specified, and the systems were selected based a set of metric outcomes using Integrated Analytic Hierarchy Process (AHP) and TOPSIS. The experimental results showed that GNUmed and OpenEMR software can provide better basis on ranking score records than other open-source EMR software packages. Copyright © 2014 Elsevier Inc. All rights reserved.

  2. IDES: Interactive Data Entry System: a generalized data acquisition software package

    International Nuclear Information System (INIS)

    Gasser, S.B.

    1980-04-01

    The Interactive Data Entry System (IDES) is a software package which greatly assists in designing and storing forms to be used for the directed acquisition of data. Objective of this package is to provide a viable man/machine interface to any comprehensive data base. This report provides a technical description of the software and can be used as a user's manual

  3. Closing the loop on improvement: Packaging experience in the Software Engineering Laboratory

    Science.gov (United States)

    Waligora, Sharon R.; Landis, Linda C.; Doland, Jerry T.

    1994-01-01

    As part of its award-winning software process improvement program, the Software Engineering Laboratory (SEL) has developed an effective method for packaging organizational best practices based on real project experience into useful handbooks and training courses. This paper shares the SEL's experience over the past 12 years creating and updating software process handbooks and training courses. It provides cost models and guidelines for successful experience packaging derived from SEL experience.

  4. Spent fuel packaging and its safety analysis

    International Nuclear Information System (INIS)

    Takada, Kimitaka; Nakaoki, Kozo; Tamamura, Tadao; Matsuda, Fumio; Fukudome, Kazuyuki

    1983-01-01

    An all stainless steel B(U) type packaging is proposed to transport spent fuels discharged from research reactors and other radioactive materials. The package is used dry and provided with surface fins to absorb drop shock and to dissipate decay heat. Safety was analyzed for structural, thermal, containment shielding and criticality factors, and the integrity of the package was confirmed with the MARC-CDC, TRUMP, ORIGEN, QAD, ANISN, and KENO computer codes. (author)

  5. Spent nuclear fuel application of CORE reg-sign systems engineering software

    International Nuclear Information System (INIS)

    Grimm, R.J.

    1996-01-01

    The Department of Energy (DOE) has adopted a systems engineering approach for the successful completion of the Spent Nuclear Fuel (SNF) Program mission. The DOE has utilized systems engineering principles to develop the SNF Program guidance documents and has held several systems engineering workshops to develop the functional hierarchies of both the programmatic and technical side of the SNF Program. The sheer size and complexity of the SNF Program, however, has led to problems that the Westinghouse Savannah River Company (WSRC) is working to manage through the use of systems engineering software. WSRC began using CORE reg-sign, an off-the-shelf PC based software package, to assist the DOE in management of the SNF program. This paper details the successful use of the CORE reg-sign systems engineering software to date and the proposed future activities

  6. Comparison of four software packages applied to a scattering problem

    DEFF Research Database (Denmark)

    Albertsen, Niels Christian; Chesneaux, Jean-Marie; Christiansen, Søren

    1999-01-01

    We investigate characteristic features of four different software packages by applying them to the numerical solution of a non-trivial physical problem in computer simulation, viz., scattering of waves from a sinusoidal boundary. The numerical method used is based on boundary collocation. This le......We investigate characteristic features of four different software packages by applying them to the numerical solution of a non-trivial physical problem in computer simulation, viz., scattering of waves from a sinusoidal boundary. The numerical method used is based on boundary collocation...

  7. Efficient Calculation of Exact Exchange Within the Quantum Espresso Software Package

    Science.gov (United States)

    Barnes, Taylor; Kurth, Thorsten; Carrier, Pierre; Wichmann, Nathan; Prendergast, David; Kent, Paul; Deslippe, Jack

    Accurate simulation of condensed matter at the nanoscale requires careful treatment of the exchange interaction between electrons. In the context of plane-wave DFT, these interactions are typically represented through the use of approximate functionals. Greater accuracy can often be obtained through the use of functionals that incorporate some fraction of exact exchange; however, evaluation of the exact exchange potential is often prohibitively expensive. We present an improved algorithm for the parallel computation of exact exchange in Quantum Espresso, an open-source software package for plane-wave DFT simulation. Through the use of aggressive load balancing and on-the-fly transformation of internal data structures, our code exhibits speedups of approximately an order of magnitude for practical calculations. Additional optimizations are presented targeting the many-core Intel Xeon-Phi ``Knights Landing'' architecture, which largely powers NERSC's new Cori system. We demonstrate the successful application of the code to difficult problems, including simulation of water at a platinum interface and computation of the X-ray absorption spectra of transition metal oxides.

  8. Improving package structure of object-oriented software using multi-objective optimization and weighted class connections

    Directory of Open Access Journals (Sweden)

    Amarjeet

    2017-07-01

    Full Text Available The software maintenance activities performed without following the original design decisions about the package structure usually deteriorate the quality of software modularization, leading to decay of the quality of the system. One of the main reasons for such structural deterioration is inappropriate grouping of source code classes in software packages. To improve such grouping/modular-structure, previous researchers formulated the software remodularization problem as an optimization problem and solved it using search-based meta-heuristic techniques. These optimization approaches aimed at improving the quality metrics values of the structure without considering the original package design decisions, often resulting into a totally new software modularization. The entirely changed software modularization becomes costly to realize as well as difficult to understand for the developers/maintainers. To alleviate this issue, we propose a multi-objective optimization approach to improve the modularization quality of an object-oriented system with minimum possible movement of classes between existing packages of original software modularization. The optimization is performed using NSGA-II, a widely-accepted multi-objective evolutionary algorithm. In order to ensure minimum modification of original package structure, a new approach of computing class relations using weighted strengths has been proposed here. The weights of relations among different classes are computed on the basis of the original package structure. A new objective function has been formulated using these weighted class relations. This objective function drives the optimization process toward better modularization quality simultaneously ensuring preservation of original structure. To evaluate the results of the proposed approach, a series of experiments are conducted over four real-worlds and two random software applications. The experimental results clearly indicate the effectiveness

  9. UES: an optimization software package for power and energy

    International Nuclear Information System (INIS)

    Vohryzek, J.; Havlena, V.; Findejs, J.; Jech, J.

    2004-01-01

    Unified Energy Solutions components are designed to meet specific requirements of the electric utilities, industrial power units, and district heating (combined heat and power) plants. The optimization objective is to operate the plant with maximum process efficiency and operational profit under the constraints imposed by technology and environmental impacts. Software applications for advanced control real-time optimization may provide a low-cost, high return alternative to expensive boiler retrofits for improving operational profit as well as reducing emissions. Unified Energy Solutions (UES) software package is a portfolio of advanced control and optimization components running on top of the standard process regulatory and control system. The objective of the UES is to operate the plant with maximum achievable profit (maximum efficiency) under the constraints imposed by technology (life-time consumption, asset health) and environmental impacts (CO and NO x emissions). Fast responsiveness to varying economic conditions and integration of real-time optimization and operator decision support (off-line) features are critical for operation in real-time economy. Optimization Features are targeted to combustion process, heat and power load allocation to parallel resources, electric power delivery and ancillary services. Optimization Criteria include increased boiler thermal efficiency, maintaining emission limits, economic load allocation of the heat and generation sources. State-of-the-art advanced control algorithms use model based predictive control principles and provide superior response in transient states. Individual software modules support open control platforms and communication protocols. UES can be implemented on a wide range of distributed control systems. Typical achievable benefits include heat and power production costs savings, increased effective boiler operation range, optimized flue gas emissions, optimized production capacity utilization, optimized

  10. Constraint Network Analysis (CNA): a Python software package for efficiently linking biomacromolecular structure, flexibility, (thermo-)stability, and function.

    Science.gov (United States)

    Pfleger, Christopher; Rathi, Prakash Chandra; Klein, Doris L; Radestock, Sebastian; Gohlke, Holger

    2013-04-22

    For deriving maximal advantage from information on biomacromolecular flexibility and rigidity, results from rigidity analyses must be linked to biologically relevant characteristics of a structure. Here, we describe the Python-based software package Constraint Network Analysis (CNA) developed for this task. CNA functions as a front- and backend to the graph-based rigidity analysis software FIRST. CNA goes beyond the mere identification of flexible and rigid regions in a biomacromolecule in that it (I) provides a refined modeling of thermal unfolding simulations that also considers the temperature-dependence of hydrophobic tethers, (II) allows performing rigidity analyses on ensembles of network topologies, either generated from structural ensembles or by using the concept of fuzzy noncovalent constraints, and (III) computes a set of global and local indices for quantifying biomacromolecular stability. This leads to more robust results from rigidity analyses and extends the application domain of rigidity analyses in that phase transition points ("melting points") and unfolding nuclei ("structural weak spots") are determined automatically. Furthermore, CNA robustly handles small-molecule ligands in general. Such advancements are important for applying rigidity analysis to data-driven protein engineering and for estimating the influence of ligand molecules on biomacromolecular stability. CNA maintains the efficiency of FIRST such that the analysis of a single protein structure takes a few seconds for systems of several hundred residues on a single core. These features make CNA an interesting tool for linking biomacromolecular structure, flexibility, (thermo-)stability, and function. CNA is available from http://cpclab.uni-duesseldorf.de/software for nonprofit organizations.

  11. Consys Linear Control System Design Software Package

    International Nuclear Information System (INIS)

    Diamantidis, Z.

    1987-01-01

    This package is created in order to help engineers, researchers, students and all who work on linear control systems. The software includes all time and frequency domain analysises, spectral analysises and networks, active filters and regulators design aids. The programmes are written on Hewlett Packard computer in Basic 4.0

  12. Vertical bone measurements from cone beam computed tomography images using different software packages

    International Nuclear Information System (INIS)

    Vasconcelos, Taruska Ventorini; Neves, Frederico Sampaio; Moraes, Livia Almeida Bueno; Freitas, Deborah Queiroz

    2015-01-01

    This article aimed at comparing the accuracy of linear measurement tools of different commercial software packages. Eight fully edentulous dry mandibles were selected for this study. Incisor, canine, premolar, first molar and second molar regions were selected. Cone beam computed tomography (CBCT) images were obtained with i-CAT Next Generation. Linear bone measurements were performed by one observer on the cross-sectional images using three different software packages: XoranCat®, OnDemand3D® and KDIS3D®, all able to assess DICOM images. In addition, 25% of the sample was reevaluated for the purpose of reproducibility. The mandibles were sectioned to obtain the gold standard for each region. Intraclass coefficients (ICC) were calculated to examine the agreement between the two periods of evaluation; the one-way analysis of variance performed with the post-hoc Dunnett test was used to compare each of the software-derived measurements with the gold standard. The ICC values were excellent for all software packages. The least difference between the software-derived measurements and the gold standard was obtained with the OnDemand3D and KDIS3D (‑0.11 and ‑0.14 mm, respectively), and the greatest, with the XoranCAT (+0.25 mm). However, there was no statistical significant difference between the measurements obtained with the different software packages and the gold standard (p > 0.05). In conclusion, linear bone measurements were not influenced by the software package used to reconstruct the image from CBCT DICOM data. (author)

  13. Vertical bone measurements from cone beam computed tomography images using different software packages

    Energy Technology Data Exchange (ETDEWEB)

    Vasconcelos, Taruska Ventorini; Neves, Frederico Sampaio; Moraes, Livia Almeida Bueno; Freitas, Deborah Queiroz, E-mail: tataventorini@hotmail.com [Universidade Estadual de Campinas (UNICAMP), Piracicaba, SP (Brazil). Faculdade de Odontologia

    2015-03-01

    This article aimed at comparing the accuracy of linear measurement tools of different commercial software packages. Eight fully edentulous dry mandibles were selected for this study. Incisor, canine, premolar, first molar and second molar regions were selected. Cone beam computed tomography (CBCT) images were obtained with i-CAT Next Generation. Linear bone measurements were performed by one observer on the cross-sectional images using three different software packages: XoranCat®, OnDemand3D® and KDIS3D®, all able to assess DICOM images. In addition, 25% of the sample was reevaluated for the purpose of reproducibility. The mandibles were sectioned to obtain the gold standard for each region. Intraclass coefficients (ICC) were calculated to examine the agreement between the two periods of evaluation; the one-way analysis of variance performed with the post-hoc Dunnett test was used to compare each of the software-derived measurements with the gold standard. The ICC values were excellent for all software packages. The least difference between the software-derived measurements and the gold standard was obtained with the OnDemand3D and KDIS3D (‑0.11 and ‑0.14 mm, respectively), and the greatest, with the XoranCAT (+0.25 mm). However, there was no statistical significant difference between the measurements obtained with the different software packages and the gold standard (p > 0.05). In conclusion, linear bone measurements were not influenced by the software package used to reconstruct the image from CBCT DICOM data. (author)

  14. A User-Friendly Software Package for HIFU Simulation

    Science.gov (United States)

    Soneson, Joshua E.

    2009-04-01

    A freely-distributed, MATLAB (The Mathworks, Inc., Natick, MA)-based software package for simulating axisymmetric high-intensity focused ultrasound (HIFU) beams and their heating effects is discussed. The package (HIFU_Simulator) consists of a propagation module which solves the Khokhlov-Zabolotskaya-Kuznetsov (KZK) equation and a heating module which solves Pennes' bioheat transfer (BHT) equation. The pressure, intensity, heating rate, temperature, and thermal dose fields are computed, plotted, the output is released to the MATLAB workspace for further user analysis or postprocessing.

  15. Software Packages to Support Electrical Engineering Virtual Lab

    Directory of Open Access Journals (Sweden)

    Manuel Travassos Valdez

    2012-03-01

    Full Text Available The use of Virtual Reality Systems (VRS, as a learning aid, encourages the creation of tools that allow users/students to simulate educational environments on a computer. This article presents a way of building a VRS system with Software Packages to support Electrical Engineering Virtual Laboratories to be used in a near future in the teaching of the curriculum unit of Circuit Theory. The steps required for the construction of a project are presented in this paper. The simulation is still under construction and intends to use a three-dimensional virtual environment laboratory electric measurement, which will allow users/students to experiment and test the modeled equipment. Therefore, there are still no links available for further examination. The result may demonstrate the future potential of applications of Virtual Reality Systems as an efficient and cost-effective learning system.

  16. Article I. Multi-platform Automated Software Building and Packaging

    International Nuclear Information System (INIS)

    Rodriguez, A Abad; Gomes Gouveia, V E; Meneses, D; Capannini, F; Aimar, A; Di Meglio, A

    2012-01-01

    One of the major goals of the EMI (European Middleware Initiative) project is the integration of several components of the pre-existing middleware (ARC, gLite, UNICORE and dCache) into a single consistent set of packages with uniform distributions and repositories. Those individual middleware projects have been developed in the last decade by tens of development teams and before EMI were all built and tested using different tools and dedicated services. The software, millions of lines of code, is written in several programming languages and supports multiple platforms. Therefore a viable solution ought to be able to build and test applications on multiple programming languages using common dependencies on all selected platforms. It should, in addition, package the resulting software in formats compatible with the popular Linux distributions, such as Fedora and Debian, and store them in repositories from which all EMI software can be accessed and installed in a uniform way. Despite this highly heterogeneous initial situation, a single common solution, with the aim of quickly automating the integration of the middleware products, had to be selected and implemented in a few months after the beginning of the EMI project. Because of the previous knowledge and the short time available in which to provide this common solution, the ETICS service, where the gLite middleware was already built for years, was selected. This contribution describes how the team in charge of providing a common EMI build and packaging infrastructure to the whole project has developed a homogeneous solution for releasing and packaging the EMI components from the initial set of tools used by the earlier middleware projects. An important element of the presentation is the developers experience and feedback on converging on ETICS and on the on-going work in order to finally add more widely used and supported build and packaging solutions of the Linux platforms

  17. Nuclear criticality safety analysis for the traveller PWR fuel shipping package

    Energy Technology Data Exchange (ETDEWEB)

    Vescovi, P.J.; Kent, N.A.; Casado, C.A. [Westinghouse Electric Co., LLC, Columbia, SC (United States)]|[ENUSA Industrias Avanzadas SA, Madrid (Spain)

    2004-07-01

    The Traveller PWR fresh fuel shipping package represents a radical departure from conventional PWR fuel package designs. Two immediately noticeable features of the Traveller are that it carries a single fuel assembly instead of two as do other package designs, and that it has built-in moderator, which forms part of the flux-trap system. The criticality safety case shows that the Traveller satisfies both U.S. and IAEA licensing requirements, and demonstrates that the package remains acceptably subcritical under normal conditions and hypothetical accident conditions of transport. This paper looks at the modeling techniques that were used to analyze the several accident scenarios that were considered, including: Lattice pitch expansion; Lattice pitch expansion along the fuel assembly length; Preferential flooding (selective flooding of different cavities); Differential flooding (varying water levels inside different cavities); Partial flooding (varying water density); Axial rod displacement; o Sensitivity studies of variable foam densities and boron content in packaging; Analysis for carrying loose rods in a rodbox; The criticality safety case for the Traveller proved to be a successful cooperative effort between ENUSA and Westinghouse.

  18. Nuclear criticality safety analysis for the traveller PWR fuel shipping package

    International Nuclear Information System (INIS)

    Vescovi, P.J.; Kent, N.A.; Casado, C.A.

    2004-01-01

    The Traveller PWR fresh fuel shipping package represents a radical departure from conventional PWR fuel package designs. Two immediately noticeable features of the Traveller are that it carries a single fuel assembly instead of two as do other package designs, and that it has built-in moderator, which forms part of the flux-trap system. The criticality safety case shows that the Traveller satisfies both U.S. and IAEA licensing requirements, and demonstrates that the package remains acceptably subcritical under normal conditions and hypothetical accident conditions of transport. This paper looks at the modeling techniques that were used to analyze the several accident scenarios that were considered, including: Lattice pitch expansion; Lattice pitch expansion along the fuel assembly length; Preferential flooding (selective flooding of different cavities); Differential flooding (varying water levels inside different cavities); Partial flooding (varying water density); Axial rod displacement; o Sensitivity studies of variable foam densities and boron content in packaging; Analysis for carrying loose rods in a rodbox; The criticality safety case for the Traveller proved to be a successful cooperative effort between ENUSA and Westinghouse

  19. Development of 'Enhance reconstruction package' software for whole-body PET

    International Nuclear Information System (INIS)

    Mizuta, Tetsuro; Imanishi, Tatsuru; Ishikawa, Akihiro

    2011-01-01

    We have developed 'Enhance Reconstruction Package' Software for our whole-body positron emission tomography (PET) Eminence series. This package improves image quality and streamlines the workflow in clinical PET and PET/CT studies. The present paper describes an outline of the applications for data collection, normalization, etc. and also reports some PET images obtained by the software. The signal to noise ratio was optimized in the phantom study, leading to the improvement in image quality. The real time display tool and the remote control tool would make a contribution to enhancement in operability in the routine workflow. (author)

  20. GMATA: An Integrated Software Package for Genome-Scale SSR Mining, Marker Development and Viewing.

    Science.gov (United States)

    Wang, Xuewen; Wang, Le

    2016-01-01

    Simple sequence repeats (SSRs), also referred to as microsatellites, are highly variable tandem DNAs that are widely used as genetic markers. The increasing availability of whole-genome and transcript sequences provides information resources for SSR marker development. However, efficient software is required to efficiently identify and display SSR information along with other gene features at a genome scale. We developed novel software package Genome-wide Microsatellite Analyzing Tool Package (GMATA) integrating SSR mining, statistical analysis and plotting, marker design, polymorphism screening and marker transferability, and enabled simultaneously display SSR markers with other genome features. GMATA applies novel strategies for SSR analysis and primer design in large genomes, which allows GMATA to perform faster calculation and provides more accurate results than existing tools. Our package is also capable of processing DNA sequences of any size on a standard computer. GMATA is user friendly, only requires mouse clicks or types inputs on the command line, and is executable in multiple computing platforms. We demonstrated the application of GMATA in plants genomes and reveal a novel distribution pattern of SSRs in 15 grass genomes. The most abundant motifs are dimer GA/TC, the A/T monomer and the GCG/CGC trimer, rather than the rich G/C content in DNA sequence. We also revealed that SSR count is a linear to the chromosome length in fully assembled grass genomes. GMATA represents a powerful application tool that facilitates genomic sequence analyses. GAMTA is freely available at http://sourceforge.net/projects/gmata/?source=navbar.

  1. Framing car fuel efficiency : linearity heuristic for fuel consumption and fuel-efficiency ratings

    NARCIS (Netherlands)

    Schouten, T.M.; Bolderdijk, J.W.; Steg, L.

    2014-01-01

    People are sensitive to the way information on fuel efficiency is conveyed. When the fuel efficiency of cars is framed in terms of fuel per distance (FPD; e.g. l/100 km), instead of distance per units of fuel (DPF; e.g. km/l), people have a more accurate perception of potential fuel savings. People

  2. A Characteristics Approach to the Evaluation of Economics Software Packages.

    Science.gov (United States)

    Lumsden, Keith; Scott, Alex

    1988-01-01

    Utilizes Bloom's Taxonomy to identify elements of teacher and student interest. Depicts the way in which these interests are developed into characteristics for use in analytically evaluating software. Illustrates the use of this evaluating technique by appraising the much used software package "Running the British Economy." (KO)

  3. COMPUTATIONAL MODELLING OF BUFFETING EFFECTS USING OPENFOAM SOFTWARE PACKAGE

    Directory of Open Access Journals (Sweden)

    V. T. Kalugin

    2015-01-01

    Full Text Available In this paper, the preliminary results of computational modeling of an aircraft with the airbrake deployed are presented. The calculations were performed with OpenFOAM software package. The results outlined are a part of a research project to optimise aircraft performance using a perforated airbrake. Within this stage of the project OpenFOAM software package with hybrid RANS-LES approach was tested in respect to a given configuration of the aircraft, airbrake and then has been compared with the test data. For the worst case the amplitude of the peak force acting on the tail fin can be up to 6 times higher than the average value without airbrake deployed. To reduce unsteady loads acting on the tailfin, perforation of the airbrake was proposed.

  4. PINT, A Modern Software Package for Pulsar Timing

    Science.gov (United States)

    Luo, Jing; Ransom, Scott M.; Demorest, Paul; Ray, Paul S.; Stovall, Kevin; Jenet, Fredrick; Ellis, Justin; van Haasteren, Rutger; Bachetti, Matteo; NANOGrav PINT developer team

    2018-01-01

    Pulsar timing, first developed decades ago, has provided an extremely wide range of knowledge about our universe. It has been responsible for many important discoveries, such as the discovery of the first exoplanet and the orbital period decay of double neutron star systems. Currently pulsar timing is the leading technique for detecting low frequency (about 10^-9 Hertz) gravitational waves (GW) using an array of pulsars as the detectors. To achieve this goal, high precision pulsar timing data, at about nanoseconds level, is required. Most high precision pulsar timing data are analyzed using the widely adopted software TEMPO/TEMPO2. But for a robust and believable GW detection, it is important to have independent software that can cross-check the result. In this poster we present the new generation pulsar timing software PINT. This package will provide a robust system to cross check high-precision timing results, completely independent of TEMPO and TEMPO2. In addition, PINT is designed to be a package that is easy to extend and modify, through use of flexible code architecture and a modern programming language, Python, with modern technology and libraries.

  5. Maximize Your Investment 10 Key Strategies for Effective Packaged Software Implementations

    CERN Document Server

    Beaubouef, Grady Brett

    2009-01-01

    This is a handbook covering ten principles for packaged software implementations that project managers, business owners, and IT developers should pay attention to. The book also has practical real-world coverage including a sample agenda for conducting business solution modeling, customer case studies, and a road map to implement guiding principles. This book is aimed at enterprise architects, development leads, project managers, business systems analysts, business systems owners, and anyone who wants to implement packaged software effectively. If you are a customer looking to implement COTS s

  6. Development of a software package for solid-angle calculations using the Monte Carlo method

    International Nuclear Information System (INIS)

    Zhang, Jie; Chen, Xiulian; Zhang, Changsheng; Li, Gang; Xu, Jiayun; Sun, Guangai

    2014-01-01

    Solid-angle calculations play an important role in the absolute calibration of radioactivity measurement systems and in the determination of the activity of radioactive sources, which are often complicated. In the present paper, a software package is developed to provide a convenient tool for solid-angle calculations in nuclear physics. The proposed software calculates solid angles using the Monte Carlo method, in which a new type of variance reduction technique was integrated. The package, developed under the environment of Microsoft Foundation Classes (MFC) in Microsoft Visual C ++ , has a graphical user interface, in which, the visualization function is integrated in conjunction with OpenGL. One advantage of the proposed software package is that it can calculate the solid angle subtended by a detector with different geometric shapes (e.g., cylinder, square prism, regular triangular prism or regular hexagonal prism) to a point, circular or cylindrical source without any difficulty. The results obtained from the proposed software package were compared with those obtained from previous studies and calculated using Geant4. It shows that the proposed software package can produce accurate solid-angle values with a greater computation speed than Geant4. -- Highlights: • This software package (SAC) can give accurate solid-angle values. • SAC calculate solid angles using the Monte Carlo method and it has higher computation speed than Geant4. • A simple but effective variance reduction technique which was put forward by the authors has been applied in SAC. • A visualization function and a graphical user interface are also integrated in SAC

  7. Comparison of four software packages for CT lung volumetry in healthy individuals

    Energy Technology Data Exchange (ETDEWEB)

    Nemec, Stefan F. [Harvard Medical School, Department of Radiology, Beth Israel Deaconess Medical Center, Boston, MA (United States); Medical University of Vienna, Department of Biomedical Imaging and Image-guided Therapy, Vienna (Austria); Molinari, Francesco [Centre Hospitalier Regional Universitaire de Lille, Department of Radiology, Lille (France); Dufresne, Valerie [CHU de Charleroi - Hopital Vesale, Pneumologie, Montigny-le-Tilleul (Belgium); Gosset, Natacha [CHU Tivoli, Service d' Imagerie Medicale, La Louviere (Belgium); Silva, Mario; Bankier, Alexander A. [Harvard Medical School, Department of Radiology, Beth Israel Deaconess Medical Center, Boston, MA (United States)

    2015-06-01

    To compare CT lung volumetry (CTLV) measurements provided by different software packages, and to provide normative data for lung densitometric measurements in healthy individuals. This retrospective study included 51 chest CTs of 17 volunteers (eight men and nine women; mean age, 30 ± 6 years), who underwent spirometrically monitored CT at total lung capacity (TLC), functional residual capacity (FRC), and mean inspiratory capacity (MIC). Volumetric differences assessed by four commercial software packages were compared with analysis of variance (ANOVA) for repeated measurements and benchmarked against the threshold for acceptable variability between spirometric measurements. Mean lung density (MLD) and parenchymal heterogeneity (MLD-SD) were also compared with ANOVA. Volumetric differences ranged from 12 to 213 ml (0.20 % to 6.45 %). Although 16/18 comparisons (among four software packages at TLC, MIC, and FRC) were statistically significant (P < 0.001 to P = 0.004), only 3/18 comparisons, one at MIC and two at FRC, exceeded the spirometry variability threshold. MLD and MLD-SD significantly increased with decreasing volumes, and were significantly larger in lower compared to upper lobes (P < 0.001). Lung volumetric differences provided by different software packages are small. These differences should not be interpreted based on statistical significance alone, but together with absolute volumetric differences. (orig.)

  8. Software package for modeling spin-orbit motion in storage rings

    Science.gov (United States)

    Zyuzin, D. V.

    2015-12-01

    A software package providing a graphical user interface for computer experiments on the motion of charged particle beams in accelerators, as well as analysis of obtained data, is presented. The software package was tested in the framework of the international project on electric dipole moment measurement JEDI (Jülich Electric Dipole moment Investigations). The specific features of particle spin motion imply the requirement to use a cyclic accelerator (storage ring) consisting of electrostatic elements, which makes it possible to preserve horizontal polarization for a long time. Computer experiments study the dynamics of 106-109 particles in a beam during 109 turns in an accelerator (about 1012-1015 integration steps for the equations of motion). For designing an optimal accelerator structure, a large number of computer experiments on polarized beam dynamics are required. The numerical core of the package is COSY Infinity, a program for modeling spin-orbit dynamics.

  9. Software to improve spent fuel measurements using the FDET

    International Nuclear Information System (INIS)

    Staples, P.; Beddingfield, D.; Lestone, J.; Pelowitz, D.; Sprinkle, J.; Bytchkov, V.; Starovich, Z.; Harizanov, I.; Vellejo-Luna, J.; Lavender, C.

    2001-01-01

    Full text: Vast quantities of spent fuel are available for safeguard measurements, primarily in Commonwealth of Independent States (CIS) of the former Soviet Union. This spent fuel, much of which consists of long cooling time material, is going to become less unique in the world safeguards arena as reprocessing projects or permanent repositories continue to be delayed or postponed. The long cooling time of many of the spent fuel assemblies in the CIS countries being prepared for intermediate term storage promotes the possibility of increased accuracy in spent fuel assays. An important point to consider for the future that could advance safeguards measurements for re-verification and inspection measurements would be to determine what safeguards requirements should be imposed upon this 'new' class of spent fuel. Improvements in measurement capability will obviously affect the safeguards requirements. What most significantly enables this progress in spent fuel measurements is the improvement in computer processing power and software enhancements leading to user-friendly Graphical User Interfaces (GUI's). The software used for these projects significantly reduces the IAEA inspector's time both learning and operating computer and data acquisition systems. While at the same time by standardizing the spent fuel measurements it is possible to increase reproducibility and reliability of the measurement data. The inclusion of various analysis algorithms into the operating environment, which can be performed in real time upon the measurement data, can also lead to increases in safeguard reliability and improvements in efficiency to plant operations. (author)

  10. The traveller: a new look for PWR fresh fuel packages

    International Nuclear Information System (INIS)

    Bayley, B.; Stilwell, W.E.; Kent, N.A.

    2004-01-01

    The Traveller PWR fresh fuel shipping package represents a radical departure from conventional PWR fuel package designs. This paper follows the development effort from the establishment of goals and objectives, to intermediate testing and analysis, to final testing and licensing. The discussion starts with concept origination and covers the myriad iterations that followed until arriving at a design that would meet the demanding licensing requirements, last for 30 years, and would be easy to load and unload fuel, easy to handle, inexpensive to manufacture and transport, and simple and inexpensive to maintain

  11. Description of the IV + V System Software Package.

    Science.gov (United States)

    Microcomputers for Information Management: An International Journal for Library and Information Services, 1984

    1984-01-01

    Describes the IV + V System, a software package designed by the Institut fur Maschinelle Dokumentation for the United Nations General Information Programme and UNISIST to support automation of local information and documentation services. Principle program features and functions outlined include input/output, databank, text image, output, and…

  12. Thermal analysis of transportation packaging for nuclear spent fuel

    International Nuclear Information System (INIS)

    Akamatsu, Hiroshi; Taniuchi, Hiroaki

    1989-01-01

    Safety analysis of transportation packaging for nuclear spent fuel comprises structural, thermal, containment, shielding and criticality factors, and the safety of a packaging is verified by these analyses. In thermal analysis, the temperature of each part of the packaging is calculated under normal and accident test conditions. As an example of thermal analysis, the temperature distribution of a packaging being subjected to a normal test was calculated by the TRUMP code and compared with measured data. (author)

  13. Software Package for Optics Measurement and Correction in the LHC

    CERN Document Server

    Aiba, M; Tomas, R; Vanbavinckhove, G

    2010-01-01

    A software package has been developed for the LHC on-line optics measurement and correction. This package includes several different algorithms to measure phase advance, beta functions, dispersion, coupling parameters and even some non-linear terms. A Graphical User Interface provides visualization tools to compare measurements to model predictions, fit analytical formula, localize error sources and compute and send corrections to the hardware.

  14. An Assessment of the Library Application Software Packages in ...

    African Journals Online (AJOL)

    Journal Home > Vol 7, No 2 (2007) > ... the study examined the adopted softwares' security, compatibility/capabilities, ... The study found that most application packages available in the Nigerian automation market place are effective since they ...

  15. SEJV2 software package for radiation monitoring system of WWER 440 NPP

    International Nuclear Information System (INIS)

    Kapisovsky, V.; Jancik, O.; Kubik, I.; Bena, J.

    1993-01-01

    The main part of the radiation monitoring system at a WWER-440 (213 reactor type) nuclear power plant is the centralized 400-channel monitoring system 'SEJVAL' servicing twin reactor units. The SEJV2 software package is described developed to run on a PC with an IFS2 interface to the SEJVAL radiation monitoring system. It provides enhanced data presentation, record keeping and report generation, thus improving the efficiency of the health physics shift. The system was for the first time implemented at the Jaslovske Bohunice V-2 nuclear power plant with encouraging results. (Z.S.) 3 refs

  16. The experimental modification of a computer software package for ...

    African Journals Online (AJOL)

    The experimental modification of a computer software package for graphing algebraic functions. ... No Abstract Available South African Journal of Education Vol.25(2) 2005: 61-68. Full Text: EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT

  17. Software package for modeling spin–orbit motion in storage rings

    Energy Technology Data Exchange (ETDEWEB)

    Zyuzin, D. V., E-mail: d.zyuzin@fz-juelich.de [St. Petersburg State University (Russian Federation)

    2015-12-15

    A software package providing a graphical user interface for computer experiments on the motion of charged particle beams in accelerators, as well as analysis of obtained data, is presented. The software package was tested in the framework of the international project on electric dipole moment measurement JEDI (Jülich Electric Dipole moment Investigations). The specific features of particle spin motion imply the requirement to use a cyclic accelerator (storage ring) consisting of electrostatic elements, which makes it possible to preserve horizontal polarization for a long time. Computer experiments study the dynamics of 10{sup 6}–10{sup 9} particles in a beam during 10{sup 9} turns in an accelerator (about 10{sup 12}–10{sup 15} integration steps for the equations of motion). For designing an optimal accelerator structure, a large number of computer experiments on polarized beam dynamics are required. The numerical core of the package is COSY Infinity, a program for modeling spin–orbit dynamics.

  18. Material Efficiency in Dutch Packaging Policy

    NARCIS (Netherlands)

    Worrell, E.; van Sluisveld, M.A.E.

    2013-01-01

    Packaging materials are one of the largest contributors to municipal solid waste generation. In this paper, we evaluate the material impacts of packaging policy in The Netherlands, focusing on the role of material efficiency (or waste prevention). Since 1991, five different policies have been

  19. gr-MRI: A software package for magnetic resonance imaging using software defined radios

    Science.gov (United States)

    Hasselwander, Christopher J.; Cao, Zhipeng; Grissom, William A.

    2016-09-01

    The goal of this work is to develop software that enables the rapid implementation of custom MRI spectrometers using commercially-available software defined radios (SDRs). The developed gr-MRI software package comprises a set of Python scripts, flowgraphs, and signal generation and recording blocks for GNU Radio, an open-source SDR software package that is widely used in communications research. gr-MRI implements basic event sequencing functionality, and tools for system calibrations, multi-radio synchronization, and MR signal processing and image reconstruction. It includes four pulse sequences: a single-pulse sequence to record free induction signals, a gradient-recalled echo imaging sequence, a spin echo imaging sequence, and an inversion recovery spin echo imaging sequence. The sequences were used to perform phantom imaging scans with a 0.5 Tesla tabletop MRI scanner and two commercially-available SDRs. One SDR was used for RF excitation and reception, and the other for gradient pulse generation. The total SDR hardware cost was approximately 2000. The frequency of radio desynchronization events and the frequency with which the software recovered from those events was also measured, and the SDR's ability to generate frequency-swept RF waveforms was validated and compared to the scanner's commercial spectrometer. The spin echo images geometrically matched those acquired using the commercial spectrometer, with no unexpected distortions. Desynchronization events were more likely to occur at the very beginning of an imaging scan, but were nearly eliminated if the user invoked the sequence for a short period before beginning data recording. The SDR produced a 500 kHz bandwidth frequency-swept pulse with high fidelity, while the commercial spectrometer produced a waveform with large frequency spike errors. In conclusion, the developed gr-MRI software can be used to develop high-fidelity, low-cost custom MRI spectrometers using commercially-available SDRs.

  20. Harmonisation of criticality assessments of packages for the transport of fissile nuclear fuel cycle materials

    International Nuclear Information System (INIS)

    Farrington, L.

    2004-01-01

    The transport of fissile nuclear fuel cycle materials is an international business, and for international shipments the regulations require a package to be certified by each country through or into which the consignment is to be transported. This raises a number of harmonisation issues, which have an important bearing on transport activities. National authorities carry out independent reviews of the criticality safety of packages containing fissile materials but the underlying assumptions used in the calculations can differ, and the outcome is that implementation of the regulations is not uniform. A single design may require multiple criticality analyses to obtain base approval and foreign validations. When several competent authorities are involved, the approval and validation process of package design can often become a time-consuming, expensive and unpredictably lengthy process that can have a significant detrimental effect upon the businesses involved. The characteristics of the fissile nuclear fuel cycle materials transported by the various countries have much in common and so have the designs of the packages to contain them. A greater degree of standardisation should allow criticality safety to be assessed consistently and efficiently with benefits for the nuclear transport industry and the regulatory bodies. (author)

  1. Harmonisation of criticality assessments of packages for the transport of fissile nuclear fuel cycle materials

    International Nuclear Information System (INIS)

    Farrington, L.

    2004-01-01

    The transport of fissile nuclear fuel cycle materials is an international business and for international shipments the regulations require a package to be certified by each country through or into which the consignment is to be transported. This raises a number of harmonisation issues, which have an important bearing on transport activities. National authorities carry out independent reviews of criticality safety of packages containing fissile materials but the underlying assumptions used in the calculations can differ, and the outcome is that implementation of the regulations is not uniform. A single design may require multiple criticality analyses to obtain base approval and foreign validations. When several Competent Authorities are involved, the approval and validation process of package design can often become time consuming, expensive and an unpredictably lengthy process that can have a significant detrimental effect upon the businesses involved. The characteristics of the fissile nuclear fuel cycle materials transported by the various countries have much in common and so have the designs of the packages to contain them. A greater degree of standardisation should allow criticality safety to be assessed consistently and efficiently with benefits for the nuclear transport industry and the regulatory bodies

  2. Melanie II--a third-generation software package for analysis of two-dimensional electrophoresis images: I. Features and user interface.

    Science.gov (United States)

    Appel, R D; Palagi, P M; Walther, D; Vargas, J R; Sanchez, J C; Ravier, F; Pasquali, C; Hochstrasser, D F

    1997-12-01

    Although two-dimensional electrophoresis (2-DE) computer analysis software packages have existed ever since 2-DE technology was developed, it is only now that the hardware and software technology allows large-scale studies to be performed on low-cost personal computers or workstations, and that setting up a 2-DE computer analysis system in a small laboratory is no longer considered a luxury. After a first attempt in the seventies and early eighties to develop 2-DE analysis software systems on hardware that had poor or even no graphical capabilities, followed in the late eighties by a wave of innovative software developments that were possible thanks to new graphical interface standards such as XWindows, a third generation of 2-DE analysis software packages has now come to maturity. It can be run on a variety of low-cost, general-purpose personal computers, thus making the purchase of a 2-DE analysis system easily attainable for even the smallest laboratory that is involved in proteome research. Melanie II 2-D PAGE, developed at the University Hospital of Geneva, is such a third-generation software system for 2-DE analysis. Based on unique image processing algorithms, this user-friendly object-oriented software package runs on multiple platforms, including Unix, MS-Windows 95 and NT, and Power Macintosh. It provides efficient spot detection and quantitation, state-of-the-art image comparison, statistical data analysis facilities, and is Internet-ready. Linked to proteome databases such as those available on the World Wide Web, it represents a valuable tool for the "Virtual Lab" of the post-genome area.

  3. Preliminary cost analysis of a universal package concept in the spent fuel management system

    International Nuclear Information System (INIS)

    1984-09-01

    The purpose of this study is to provide a preliminary cost assessment of a universal spent fuel package concept as it applies to the backend of the once through nuclear fuel cycle; i.e., a package that would be qualified for spent fuel storage, transportation, and disposal. To provide this preliminary cost assessment, costs for each element of the spent fuel management system have been compiled for system scenarios employing the universal package, and these costs are compared against system costs for scenarios employing the universal package, and these costs are compared against system costs for scenarios employing other types of storage, transportation, and disposal packages. The system elements considered in this study are storage at the nuclear power plant, spent fuel transportation, a Monitored Retrievable Storage (MRS) facility, and a geologic repository. In accordance with the Nuclear Waste Policy Act, most of these system elements and associated functions will be the responsibility of the Department of Energy. 10 refs., 25 figs., 22 tabs

  4. Diffusion tensor imaging of the median nerve: intra-, inter-reader agreement, and agreement between two software packages

    International Nuclear Information System (INIS)

    Guggenberger, Roman; Nanz, Daniel; Puippe, Gilbert; Andreisek, Gustav; Rufibach, Kaspar; White, Lawrence M.; Sussman, Marshall S.

    2012-01-01

    To assess intra-, inter-reader agreement, and the agreement between two software packages for magnetic resonance diffusion tensor imaging (DTI) measurements of the median nerve. Fifteen healthy volunteers (seven men, eight women; mean age, 31.2 years) underwent DTI of both wrists at 1.5 T. Fractional anisotropy (FA) and apparent diffusion coefficient (ADC) of the median nerve were measured by three readers using two commonly used software packages. Measurements were repeated by two readers after 6 weeks. Intraclass correlation coefficients (ICC) and Bland-Altman analysis were used for statistical analysis. ICCs for intra-reader agreement ranged from 0.87 to 0.99, for inter-reader agreement from 0.62 to 0.83, and between the two software packages from 0.63 to 0.82. Bland-Altman analysis showed no differences for intra- and inter-reader agreement and agreement between software packages. The intra-, inter-reader, and agreement between software packages for DTI measurements of the median nerve were moderate to substantial suggesting that user- and software-dependent factors contribute little to variance in DTI measurements. (orig.)

  5. STAR-GENERIS - a software package for information processing

    International Nuclear Information System (INIS)

    Felkel, L.

    1985-01-01

    Man-machine-communication in electrical power plants is increasingly based on the capabilities of minicomputers. Rather than just displaying raw process data more complex processing is done to aid operators by improving information quality. Advanced operator aids for nuclear power plants are, e.g. alarm reduction, disturbance analysis and expert systems. Operator aids use complex combinations and computations of plant signals, which have to be described in a formal and homogeneous way. The design of such computer-based information systems requires extensive software and engineering efforts. The STAR software concept reduces the software effort to a minimum by proving an advanced program package which facilitates specification and implementation of engineering know-how necessary for sophisticated operator aids. (orig./HP) [de

  6. An open-source software package for multivariate modeling and clustering: applications to air quality management.

    Science.gov (United States)

    Wang, Xiuquan; Huang, Guohe; Zhao, Shan; Guo, Junhong

    2015-09-01

    This paper presents an open-source software package, rSCA, which is developed based upon a stepwise cluster analysis method and serves as a statistical tool for modeling the relationships between multiple dependent and independent variables. The rSCA package is efficient in dealing with both continuous and discrete variables, as well as nonlinear relationships between the variables. It divides the sample sets of dependent variables into different subsets (or subclusters) through a series of cutting and merging operations based upon the theory of multivariate analysis of variance (MANOVA). The modeling results are given by a cluster tree, which includes both intermediate and leaf subclusters as well as the flow paths from the root of the tree to each leaf subcluster specified by a series of cutting and merging actions. The rSCA package is a handy and easy-to-use tool and is freely available at http://cran.r-project.org/package=rSCA . By applying the developed package to air quality management in an urban environment, we demonstrate its effectiveness in dealing with the complicated relationships among multiple variables in real-world problems.

  7. Novel applications of the x-ray tracing software package McXtrace

    DEFF Research Database (Denmark)

    Bergbäck Knudsen, Erik; Nielsen, Martin Meedom; Haldrup, Kristoffer

    2014-01-01

    We will present examples of applying the X-ray tracing software package McXtrace to different kinds of X-ray scattering experiments. In particular we will be focusing on time-resolved type experiments. Simulations of full scale experiments are particularly useful for this kind, especially when...... some of the issues encountered. Generally more than one or all of these effects are present at once. Simulations can in these cases be used to identify distinct footprints of such distortions and thus give the experimenter a means of deconvoluting them from the signal. We will present a study...... of this kind along with the newest developments of the McXtrace software package....

  8. WannierTools: An open-source software package for novel topological materials

    Science.gov (United States)

    Wu, QuanSheng; Zhang, ShengNan; Song, Hai-Feng; Troyer, Matthias; Soluyanov, Alexey A.

    2018-03-01

    We present an open-source software package WannierTools, a tool for investigation of novel topological materials. This code works in the tight-binding framework, which can be generated by another software package Wannier90 (Mostofi et al., 2008). It can help to classify the topological phase of a given material by calculating the Wilson loop, and can get the surface state spectrum, which is detected by angle resolved photoemission (ARPES) and in scanning tunneling microscopy (STM) experiments. It also identifies positions of Weyl/Dirac points and nodal line structures, calculates the Berry phase around a closed momentum loop and Berry curvature in a part of the Brillouin zone (BZ).

  9. PHYLUCE is a software package for the analysis of conserved genomic loci.

    Science.gov (United States)

    Faircloth, Brant C

    2016-03-01

    Targeted enrichment of conserved and ultraconserved genomic elements allows universal collection of phylogenomic data from hundreds of species at multiple time scales ( 300 Ma). Prior to downstream inference, data from these types of targeted enrichment studies must undergo preprocessing to assemble contigs from sequence data; identify targeted, enriched loci from the off-target background data; align enriched contigs representing conserved loci to one another; and prepare and manipulate these alignments for subsequent phylogenomic inference. PHYLUCE is an efficient and easy-to-install software package that accomplishes these tasks across hundreds of taxa and thousands of enriched loci. PHYLUCE is written for Python 2.7. PHYLUCE is supported on OSX and Linux (RedHat/CentOS) operating systems. PHYLUCE source code is distributed under a BSD-style license from https://www.github.com/faircloth-lab/phyluce/ PHYLUCE is also available as a package (https://binstar.org/faircloth-lab/phyluce) for the Anaconda Python distribution that installs all dependencies, and users can request a PHYLUCE instance on iPlant Atmosphere (tag: phyluce). The software manual and a tutorial are available from http://phyluce.readthedocs.org/en/latest/ and test data are available from doi: 10.6084/m9.figshare.1284521. brant@faircloth-lab.org Supplementary data are available at Bioinformatics online. © The Author 2015. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  10. Revised conceptual designs for the FMDP MOX fresh fuel transport package

    International Nuclear Information System (INIS)

    Ludwig, S.B.; Michelhaugh, R.D.; Shappert, L.B.; Chae, S.M.; Tang, J.S.

    1998-03-01

    The revised conceptual designs described in this document provide a foundation for the development and certification of final transport package designs that will be needed to support the disposition of surplus weapons-grade plutonium as mixed-oxide (MOX) fuel in commercial light-water reactors in the US. This document is intended to describe the revised package design concepts and summarize the results of preliminary analyses and assessments of two new concepts for fresh MOX fuel transport packages that have been developed by Oak Ridge National Laboratory during the past year in support of the Department of Energy/Office of Fissile Materials Disposition

  11. Development of packagings for 'MONJU' blanket fuel assemblies

    International Nuclear Information System (INIS)

    Shibata, Kan; Ouchi, Yuichiro; Matsuzaki, Masaaki; Okuda, Yoshihisa

    1995-01-01

    Blanket assemblies for prototype Fast Breeder Reactor 'MONJU' are made at commercial fuel fabrication plants capable of handling deplete Uranium in Japan. For the purpose of transport the assemblies are inserted into a packaging that is set horizontally at the fabrication plants because of compatibility with equipment installed at the plants. On the other hand, the assemblies must be taken out from the packaging set vertically at 'MONJU' due to compatibility. For this reason development of a new packaging, which makes it possible to take assemblies in and out both horizontally and vertically, is needed to carry out transport of assemblies for reload. The development and fabrication of the packagings, taking about two years, were completed in March 1995. The packagings were used in transport of assemblies in June 1995 for the first change. This report introduces the outline of the packaging and confirmation tests done in the process of development. (author)

  12. THE SOFTWARE PACKAGE FOR DATA STREAM SCRAMBLING

    Directory of Open Access Journals (Sweden)

    P. A. Kadiev

    2016-01-01

    Full Text Available Abstract. It is proposed a software package for multivariate stepwise transformation of the text flow in order to increase resistance to protect against unauthorized access, and a package to restore the converted text. The basis of the proposals: the formation of nxn-array from the elements of a data flow, preliminary transposition of the array elements to form an array, each row and each column of which includes one and one only element from each row and each column of the source array, following reading on the options selected by the user.Package for direct conversion includes: a module for forming an array from the input flow; transposition module of array elements according to the scheme of Latin squares; reading module of rows or columns of the array to one of the following algorithms: sequential reading; reading of rows or columns with even indices and then odd ones;reading the row or column with odd indices, and then the even; reading at random route, which is generated by the program; reading at the route determined by the user.Package for restoring of the original message by the inverse transform comprises: a channel array forming module from the data flow; recovery module from the channel array - the array of Latin square type; the original array module; the original message restoring module. 

  13. White LED with High Package Extraction Efficiency

    International Nuclear Information System (INIS)

    Yi Zheng; Stough, Matthew

    2008-01-01

    The goal of this project is to develop a high efficiency phosphor converting (white) Light Emitting Diode (pcLED) 1-Watt package through an increase in package extraction efficiency. A transparent/translucent monolithic phosphor is proposed to replace the powdered phosphor to reduce the scattering caused by phosphor particles. Additionally, a multi-layer thin film selectively reflecting filter is proposed between blue LED die and phosphor layer to recover inward yellow emission. At the end of the project we expect to recycle approximately 50% of the unrecovered backward light in current package construction, and develop a pcLED device with 80 lm/W e using our technology improvements and commercially available chip/package source. The success of the project will benefit luminous efficacy of white LEDs by increasing package extraction efficiency. In most phosphor-converting white LEDs, the white color is obtained by combining a blue LED die (or chip) with a powdered phosphor layer. The phosphor partially absorbs the blue light from the LED die and converts it into a broad green-yellow emission. The mixture of the transmitted blue light and green-yellow light emerging gives white light. There are two major drawbacks for current pcLEDs in terms of package extraction efficiency. The first is light scattering caused by phosphor particles. When the blue photons from the chip strike the phosphor particles, some blue light will be scattered by phosphor particles. Converted yellow emission photons are also scattered. A portion of scattered light is in the backward direction toward the die. The amount of this backward light varies and depends in part on the particle size of phosphors. The other drawback is that yellow emission from phosphor powders is isotropic. Although some backward light can be recovered by the reflector in current LED packages, there is still a portion of backward light that will be absorbed inside the package and further converted to heat. Heat generated

  14. Learn by Yourself: The Self-Learning Tools for Qualitative Analysis Software Packages

    Science.gov (United States)

    Freitas, Fábio; Ribeiro, Jaime; Brandão, Catarina; Reis, Luís Paulo; de Souza, Francislê Neri; Costa, António Pedro

    2017-01-01

    Computer Assisted Qualitative Data Analysis Software (CAQDAS) are tools that help researchers to develop qualitative research projects. These software packages help the users with tasks such as transcription analysis, coding and text interpretation, writing and annotation, content search and analysis, recursive abstraction, grounded theory…

  15. Melanie II--a third-generation software package for analysis of two-dimensional electrophoresis images: II. Algorithms.

    Science.gov (United States)

    Appel, R D; Vargas, J R; Palagi, P M; Walther, D; Hochstrasser, D F

    1997-12-01

    After two generations of software systems for the analysis of two-dimensional electrophoresis (2-DE) images, a third generation of such software packages has recently emerged that combines state-of-the-art graphical user interfaces with comprehensive spot data analysis capabilities. A key characteristic common to most of these software packages is that many of their tools are implementations of algorithms that resulted from research areas such as image processing, vision, artificial intelligence or machine learning. This article presents the main algorithms implemented in the Melanie II 2-D PAGE software package. The applications of these algorithms, embodied as the feature of the program, are explained in an accompanying article (R. D. Appel et al.; Electrophoresis 1997, 18, 2724-2734).

  16. Packaging design criteria modified fuel spacer burial box. Revision 1

    International Nuclear Information System (INIS)

    Stevens, P.F.

    1994-01-01

    Various Hanford facilities must transfer large radioactively contaminated items to burial/storage. Presently, there are eighteen Fuel Spacer Burial Boxes (FSBBs) available on the Hanford Site for transport of such items. Previously, the FSBBS were transported from a rail car to the burial trench via a drag-off operation. To allow for the lifting of the boxes into the burial trench, it will be necessary to improve the packagings lifting attachments and provide structural reinforcement. Additional safety improvements to the packaging system will be provided by the addition of a positive closure system and package ventilation. FSBBs that are modified in such a manner are referred to as Modified Fuel Spacer Burial Boxes (MFSBs). The criteria provided by this PDC will be used to demonstrate that the transfer of the MFSB will provide an equivalent degree of safety as would be provided by a package meeting offsite transportation requirements. This fulfills the onsite transportation safety requirements implemented in WHC-CM-2-14, Hazardous Material Packaging and Shipping. A Safety Analysis Report for Packaging (SARP) will be prepared to evaluate the safety of the transfer operation. Approval of the SARP is required to authorize transfer. Criteria are also established to ensure burial requirements are met

  17. Development of a new control software package for Pakistan Research Reactor-2

    International Nuclear Information System (INIS)

    Qazi, M.K.

    1993-05-01

    The development of a new control software package for Pakistan Research Reactor-2 is presented. The software operates in different modes which comprises of surveillance, pre-operational self tests, operator, supervisor and robotic control. The control logic critically damp the system minimizing power overshoots. The software, handles multiple abnormal conditions, provides an elaborate access control and maintains startup/shutdown record. The report describes the functional details and covers the operational aspects of the new control software. (author)

  18. The NOD3 software package: A graphical user interface-supported reduction package for single-dish radio continuum and polarisation observations

    Science.gov (United States)

    Müller, Peter; Krause, Marita; Beck, Rainer; Schmidt, Philip

    2017-10-01

    Context. The venerable NOD2 data reduction software package for single-dish radio continuum observations, which was developed for use at the 100-m Effelsberg radio telescope, has been successfully applied over many decades. Modern computing facilities, however, call for a new design. Aims: We aim to develop an interactive software tool with a graphical user interface for the reduction of single-dish radio continuum maps. We make a special effort to reduce the distortions along the scanning direction (scanning effects) by combining maps scanned in orthogonal directions or dual- or multiple-horn observations that need to be processed in a restoration procedure. The package should also process polarisation data and offer the possibility to include special tasks written by the individual user. Methods: Based on the ideas of the NOD2 package we developed NOD3, which includes all necessary tasks from the raw maps to the final maps in total intensity and linear polarisation. Furthermore, plot routines and several methods for map analysis are available. The NOD3 package is written in Python, which allows the extension of the package via additional tasks. The required data format for the input maps is FITS. Results: The NOD3 package is a sophisticated tool to process and analyse maps from single-dish observations that are affected by scanning effects from clouds, receiver instabilities, or radio-frequency interference. The "basket-weaving" tool combines orthogonally scanned maps into a final map that is almost free of scanning effects. The new restoration tool for dual-beam observations reduces the noise by a factor of about two compared to the NOD2 version. Combining single-dish with interferometer data in the map plane ensures the full recovery of the total flux density. Conclusions: This software package is available under the open source license GPL for free use at other single-dish radio telescopes of the astronomical community. The NOD3 package is designed to be

  19. PsyToolkit: a software package for programming psychological experiments using Linux.

    Science.gov (United States)

    Stoet, Gijsbert

    2010-11-01

    PsyToolkit is a set of software tools for programming psychological experiments on Linux computers. Given that PsyToolkit is freely available under the Gnu Public License, open source, and designed such that it can easily be modified and extended for individual needs, it is suitable not only for technically oriented Linux users, but also for students, researchers on small budgets, and universities in developing countries. The software includes a high-level scripting language, a library for the programming language C, and a questionnaire presenter. The software easily integrates with other open source tools, such as the statistical software package R. PsyToolkit is designed to work with external hardware (including IoLab and Cedrus response keyboards and two common digital input/output boards) and to support millisecond timing precision. Four in-depth examples explain the basic functionality of PsyToolkit. Example 1 demonstrates a stimulus-response compatibility experiment. Example 2 demonstrates a novel mouse-controlled visual search experiment. Example 3 shows how to control light emitting diodes using PsyToolkit, and Example 4 shows how to build a light-detection sensor. The last two examples explain the electronic hardware setup such that they can even be used with other software packages.

  20. Computer aided piping layout design in radiochemical plants- an improved software package

    International Nuclear Information System (INIS)

    Raju, R.P.; Siddiqui, H.R.

    1995-01-01

    A software package was developed and it was successfully implemented for the piping layout design of the four process cells of the Kalpakkam Reprocessing Project. This paper discusses in detail all the improvements and modifications that are being carried out in the package so that it becomes more meaningful and useful for implementation for the forthcoming radiochemical plants

  1. Design package lazy susan for the fuel retrieval system

    International Nuclear Information System (INIS)

    TEDESCHI, D.J.

    1999-01-01

    This is a design package that contains the details for a Lazy Susan style small tool for the Fuel Retrieval System. The Lazy Susan tool is used to help rotate an MCO Fuel Basket when loading it. This document contains requirements, development design information, tests and test reports that pertain to the production of Lazy Susan small tool

  2. Safety Evaluation for Packaging for the N Reactor/single pass reactor fuel characterization shipments

    International Nuclear Information System (INIS)

    Stevens, P.F.

    1994-01-01

    The purpose of this Safety Evaluation for Packaging (SEP) is to authorize the ChemNuclear CNS 1-13G packaging to ship samples of irradiated fuel elements from the 100 K East and 100 K West basins to the Postirradiation Testing Laboratory (PTL) in support of the spent nuclear fuel characterization effort. It also authorizes the return of the fuel element samples to the 100 K East facility using the same packaging. The CNS 1-13G cask has been-chosen to transport the fuel because it has a Certificate of Compliance (CoC) issued by the US Nuclear Regulatory Commission (NRC) for transporting irradiated oxide and metal fuel in commerce. It is capable of being loaded and offloaded underwater and may be shipped with water in the payload compartment

  3. Utilizing Visual Effects Software for Efficient and Flexible Isostatic Adjustment Modelling

    Science.gov (United States)

    Meldgaard, A.; Nielsen, L.; Iaffaldano, G.

    2017-12-01

    The isostatic adjustment signal generated by transient ice sheet loading is an important indicator of past ice sheet extent and the rheological constitution of the interior of the Earth. Finite element modelling has proved to be a very useful tool in these studies. We present a simple numerical model for 3D visco elastic Earth deformation and a new approach to the design of such models utilizing visual effects software designed for the film and game industry. The software package Houdini offers an assortment of optimized tools and libraries which greatly facilitate the creation of efficient numerical algorithms. In particular, we make use of Houdini's procedural work flow, the SIMD programming language VEX, Houdini's sparse matrix creation and inversion libraries, an inbuilt tetrahedralizer for grid creation, and the user interface, which facilitates effortless manipulation of 3D geometry. We mitigate many of the time consuming steps associated with the authoring of efficient algorithms from scratch while still keeping the flexibility that may be lost with the use of commercial dedicated finite element programs. We test the efficiency of the algorithm by comparing simulation times with off-the-shelf solutions from the Abaqus software package. The algorithm is tailored for the study of local isostatic adjustment patterns, in close vicinity to present ice sheet margins. In particular, we wish to examine possible causes for the considerable spatial differences in the uplift magnitude which are apparent from field observations in these areas. Such features, with spatial scales of tens of kilometres, are not resolvable with current global isostatic adjustment models, and may require the inclusion of local topographic features. We use the presented algorithm to study a near field area where field observations are abundant, namely, Disko Bay in West Greenland with the intention of constraining Earth parameters and ice thickness. In addition, we assess how local

  4. Safety Analysis Report for Packaging: The unirradiated fuel shipping container USA/9853/AF

    International Nuclear Information System (INIS)

    1991-01-01

    The HFBR Unirradiated Fuel Shipping Container was designed and fabricated at the Oak Ridge National Laboratory in 1978 for the transport of fuel for the High Flux Beam Reactor (HFBR) for Brookhaven National Laboratory. The package has been evaluated analytically, as well as the comparison to tests on similar packages, to demonstrate compliance with the applicable regulations governing packages in which radioactive and fissile materials are transported. The contents of this Safety Analysis Report for Packaging (SARP) are based on Regulatory Guide 7.9 (proposed Revision 2 - May 1986), 10 CFR Part 71, DOE Order 1540.2, DOE Order 5480.3, and 49 CFR Part 173

  5. Global review of open access risk assessment software packages valid for global or continental scale analysis

    Science.gov (United States)

    Daniell, James; Simpson, Alanna; Gunasekara, Rashmin; Baca, Abigail; Schaefer, Andreas; Ishizawa, Oscar; Murnane, Rick; Tijssen, Annegien; Deparday, Vivien; Forni, Marc; Himmelfarb, Anne; Leder, Jan

    2015-04-01

    Over the past few decades, a plethora of open access software packages for the calculation of earthquake, volcanic, tsunami, storm surge, wind and flood have been produced globally. As part of the World Bank GFDRR Review released at the Understanding Risk 2014 Conference, over 80 such open access risk assessment software packages were examined. Commercial software was not considered in the evaluation. A preliminary analysis was used to determine whether the 80 models were currently supported and if they were open access. This process was used to select a subset of 31 models that include 8 earthquake models, 4 cyclone models, 11 flood models, and 8 storm surge/tsunami models for more detailed analysis. By using multi-criteria analysis (MCDA) and simple descriptions of the software uses, the review allows users to select a few relevant software packages for their own testing and development. The detailed analysis evaluated the models on the basis of over 100 criteria and provides a synopsis of available open access natural hazard risk modelling tools. In addition, volcano software packages have since been added making the compendium of risk software tools in excess of 100. There has been a huge increase in the quality and availability of open access/source software over the past few years. For example, private entities such as Deltares now have an open source policy regarding some flood models (NGHS). In addition, leaders in developing risk models in the public sector, such as Geoscience Australia (EQRM, TCRM, TsuDAT, AnuGA) or CAPRA (ERN-Flood, Hurricane, CRISIS2007 etc.), are launching and/or helping many other initiatives. As we achieve greater interoperability between modelling tools, we will also achieve a future wherein different open source and open access modelling tools will be increasingly connected and adapted towards unified multi-risk model platforms and highly customised solutions. It was seen that many software tools could be improved by enabling user

  6. ACEMAN (II): a PDP-11 software package for acoustic emission analysis

    International Nuclear Information System (INIS)

    Tobias, A.

    1976-01-01

    A powerful, but easy-to-use, software package (ACEMAN) for acoustic emission analysis has been developed at Berkeley Nuclear Laboratories. The system is based on a PDP-11 minicomputer with 24 K of memory, an RK05 DISK Drive and a Tektronix 4010 Graphics terminal. The operation of the system is described in detail in terms of the functions performed in response to the various command mnemonics. The ACEMAN software package offers many useful facilities not found on other acoustic emission monitoring systems. Its main features, many of which are unique, are summarised. The ACEMAN system automatically handles arrays of up to 12 sensors in real-time operation during which data are acquired, analysed, stored on the computer disk for future analysis and displayed on the terminal if required. (author)

  7. Quantitative comparison and evaluation of two commercially available, two-dimensional electrophoresis image analysis software packages, Z3 and Melanie.

    Science.gov (United States)

    Raman, Babu; Cheung, Agnes; Marten, Mark R

    2002-07-01

    While a variety of software packages are available for analyzing two-dimensional electrophoresis (2-DE) gel images, no comparisons between these packages have been published, making it difficult for end users to determine which package would best meet their needs. The goal here was to develop a set of tests to quantitatively evaluate and then compare two software packages, Melanie 3.0 and Z3, in three of the fundamental steps involved in 2-DE image analysis: (i) spot detection, (ii) gel matching, and (iii) spot quantitation. To test spot detection capability, automatically detected protein spots were compared to manually counted, "real" protein spots. Spot matching efficiency was determined by comparing distorted (both geometrically and nongeometrically) gel images with undistorted original images, and quantitation tests were performed on artificial gels with spots of varying Gaussian volumes. In spot detection tests, Z3 performed better than Melanie 3.0 and required minimal user intervention to detect approximately 89% of the actual protein spots and relatively few extraneous spots. Results from gel matching tests depended on the type of image distortion used. For geometric distortions, Z3 performed better than Melanie 3.0, matching 99% of the spots, even for extreme distortions. For nongeometrical distortions, both Z3 and Melanie 3.0 required user intervention and performed comparably, matching 95% of the spots. In spot quantitation tests, both Z3 and Melanie 3.0 predicted spot volumes relatively well for spot ratios less than 1:6. For higher ratios, Melanie 3.0 did much better. In summary, results suggest Z3 requires less user intervention than Melanie 3.0, thus simplifying differential comparison of 2-DE gel images. Melanie 3.0, however, offers many more optional tools for image editing, spot detection, data reporting and statistical analysis than Z3. All image files used for these tests and updated information on the software are available on the internet

  8. Certification testing of the MOX Fresh Fuel Package (MFFP)

    International Nuclear Information System (INIS)

    Nichols, J.C. III; Yapuncich, F.L.

    2004-01-01

    Packaging Technology, Inc. (PacTec) is designing the MFFP as part of the Duke, COGEMA, Stone and Webster (DCS) consortium. DCS is tasked with providing the Department of Energy (DOE) with domestic MOX fuel fabrication and reactor irradiation services for the purpose of disposing of surplus weapons usable plutonium. This paper will discuss the development of the MFFP certification test program. The MFFP was subjected to a total of eleven free and puncture drops of the course of the certification testing. Because of the plutonium content, the design must be a Type BF, which among other things requires a containment boundary with a tested leakage rate of 1 x 10 -7 cm 3 /s air at 1 atm absolute and 25 C, or less. Both economics (desire for maximized payload) and operational (conveyance mode restricts size and weight) constraints lead to a highly optimized design. The optimized package design led to a significant test program which needed to address the containment boundary stability, puncture resistance of the package and lid end impact limiter, structural performance of the light weight lid structure, and stability of the internal structures. The test program efficiently balanced the test objectives while minimizing the number of costly hardware items used during this destructive testing. This balance achieved by strategic replacement of mock and prototypic payloads, impact limiters, and by careful test order considerations. The paper will conclude with a selected summary of the testing and an assessment of the test programs thoroughness

  9. Sustainable packaging: from eco-efficiency to eco-effectiveness

    DEFF Research Database (Denmark)

    Niero, Monia; Boas, Simon H.; Olsen, Stig Irving

    2014-01-01

    According to Verghese et al (2012) sustainable packaging should be: effective in delivering its functional requirements, efficient in its use of materials, energy, and water throughout its life cycle, cyclic in its use of renewable materials and recoverability at end-of-life, and safe for people...... and the natural environment. Companies in the packaging sector have traditionally been using the Life Cycle Assessment (LCA) methodology to fulfill these requirements. However, being inspired by the eco-efficiency principle, LCA aims to reduce the negative environmental footprint of human activities by optimizing...... and emissions can be taken up as nutrients by other processes instead of reducing the amount of waste as eco-efficiency advocates. From a company point of view, LCA and C2C are complementary approaches to develop sustainable andinnovative solutions for packaging, see Figure 1. We will illustrate the challenges...

  10. Development of a fresh MOX fuel transport package for disposition of weapons plutonium

    International Nuclear Information System (INIS)

    Ludwig, S.B.; Pope, R.B.; Shappert, L.B.; Michelhaugh, R.D.; Chae, S.M.

    1998-01-01

    The US Department of Energy announced its Record of Decision on January 14, 1997, to embark on a dual-track approach for disposition of surplus weapons-usable plutonium using immobilization in glass or ceramics and burning plutonium as mixed-oxide (MOX) fuel in reactors. In support of the MOX fuel alternative, Oak Ridge National Laboratory initiated development of conceptual designs for a new package for transporting fresh (unirradiated) MOX fuel assemblies between the MOX fabrication facility and existing commercial light-water reactors in the US. This paper summarizes progress made in development of new MOX transport package conceptual designs. The development effort has included documentation of programmatic and technical requirements for the new package and development and analysis of conceptual designs that satisfy these requirements

  11. PyPedal, an open source software package for pedigree analysis

    Science.gov (United States)

    The open source software package PyPedal (http://pypedal.sourceforge.net/) was first released in 2002, and provided users with a set of simple tools for manipulating pedigrees. Its flexibility has been demonstrated by its used in a number of settings for large and small populations. After substantia...

  12. Design and fabrication of transport/storage packaging for spent fuels

    International Nuclear Information System (INIS)

    Nagahama, Hayao; Kakunai, Haruo

    1989-01-01

    Dry storage in containers is one of several methods for storing spent fuel dischaged from nuclear power plants. Kobe Steel and Transnucleaire (France) have jointly developed large-capacity, safe transport/storage packaging for use in this storage method. This paper outlines the packaging, the manufacturing of a prototype model, and an active storage demonstration test involving the prototype model. (author)

  13. Characterizing and packaging BN-350 spent fuel for long-term dry storage

    International Nuclear Information System (INIS)

    Lambert, J. D. B.; Bolshinsky, I.; Haues, S.L.; Allen, K.J.; Howden, E.A.; Hill, R.N.; Planchon, H.P.; Staples, P.; Karaulov, V.N.; Blynskij, A.P.; Yakovlev, I.K.; Maev, V.; Dumchev, I. A.

    2000-01-01

    The Republic of Kazakhstan is being assisted by the U.S. Department of Energy in preparing spent fuel from the BN-350 fast reactor for long term dry storage. Argonne National Laboratory was assigned responsibility for the physical and nuclear characterization of the spent fuel, for the design and safety analysis of 6-pac and 4-pac canisters used to contain spent fuel assemblies for storage, and for the design, testing and installation of a closure station at the reactor in which the canisters of fuel are dried, filled with inert gas and welded shut. This paper briefly describes the specialized components and equipment used, the process followed, and experience gained in packaging the spent fuel. Olsen et al and Schaefer separately discuss overall safety and criticality considerations of the packaging process in parallel papers to this conference

  14. MEASURE/ANOMTEST. Anomaly detection software package for the Dodewaard power plant facility. Supplement 1. Extension of measurement analysis part, addition of plot package

    International Nuclear Information System (INIS)

    Schoonewelle, H.

    1995-01-01

    The anomaly detection software package installed at the Dodewaard nuclear power plant has been revised with respect to the part of the measurement analysis. A plot package has been added to the package. Signals in which an anomaly has been detected are automatically plotted including the uncertainty margins of the signals. This report gives a description of the revised measurement analysis part and the plot package. Each new routine of the plot package is described briefly and the new input and output files are given. (orig.)

  15. Software package evaluation for the TJ-II Data Acquisition System

    International Nuclear Information System (INIS)

    Cremy, C.; Sanchez, E.; Portas, A.; Vega, J.

    1996-01-01

    The TJ-II Data Acquisition System (DAS) has to provide a user interface which will allow setup for sampling channels, discharge signal visualization and reduce data processing, all in run time. On the other hand, the DAS will provide a high level software capability for signal analysis, processing and data visualization either in run time or off line. A set of software packages including Builder Xcessory, X-designer, llog Builder, Toolmaster, AVS 5, AVS/Express, PV-WAVE and Iris Explorer, have been evaluated by the Data Acquisition Group of the Fusion Division. the software evaluation, resumed in this paper, has resulted in a global solution being found which meets all of the DAS requirements. (Author)

  16. Information technologies and software packages for education of specialists in materials science [In Russian

    NARCIS (Netherlands)

    Krzhizhanovskaya, V.; Ryaboshuk, S.

    2009-01-01

    This paper presents methodological materials, interactive text-books and software packages developed and extensively used for education of specialists in materials science. These virtual laboratories for education and research are equipped with tutorials and software environment for modeling complex

  17. Fuel element database: developer handbook

    International Nuclear Information System (INIS)

    Dragicevic, M.

    2004-09-01

    The fuel elements database which was developed for Atomic Institute of the Austrian Universities is described. The software uses standards like HTML, PHP and SQL. For the standard installation freely available software packages such as MySQL database or the PHP interpreter from Apache Software Foundation and Java Script were used. (nevyjel)

  18. Software Platform Evaluation - Verifiable Fuel Cycle Simulation (VISION) Model

    International Nuclear Information System (INIS)

    J. J. Jacobson; D. E. Shropshire; W. B. West

    2005-01-01

    The purpose of this Software Platform Evaluation (SPE) is to document the top-level evaluation of potential software platforms on which to construct a simulation model that satisfies the requirements for a Verifiable Fuel Cycle Simulation Model (VISION) of the Advanced Fuel Cycle (AFC). See the Software Requirements Specification for Verifiable Fuel Cycle Simulation (VISION) Model (INEEL/EXT-05-02643, Rev. 0) for a discussion of the objective and scope of the VISION model. VISION is intended to serve as a broad systems analysis and study tool applicable to work conducted as part of the AFCI (including costs estimates) and Generation IV reactor development studies. This document will serve as a guide for selecting the most appropriate software platform for VISION. This is a ''living document'' that will be modified over the course of the execution of this work

  19. Nuclear criticality safety assessment of ORR, NBS, and HFBR fuel element shipping package

    International Nuclear Information System (INIS)

    Thomas, J.T.

    1979-01-01

    A fuel element shipping package employing a borated-phenolic foam as a thermal insulating material is designed to transport as many as seven fuel elements for use in the Oak Ridge Research Reactor, the Brookhaven Fast Beam Reactor, or the National Bureau of Standards Reactor. This report presents the criticality safety evaluation and demonstrates that the requirements for a Fissile Class I package are satisfied by the design

  20. pyLIMA: An Open-source Package for Microlensing Modeling. I. Presentation of the Software and Analysis of Single-lens Models

    Science.gov (United States)

    Bachelet, E.; Norbury, M.; Bozza, V.; Street, R.

    2017-11-01

    Microlensing is a unique tool, capable of detecting the “cold” planets between ˜1 and 10 au from their host stars and even unbound “free-floating” planets. This regime has been poorly sampled to date owing to the limitations of alternative planet-finding methods, but a watershed in discoveries is anticipated in the near future thanks to the planned microlensing surveys of WFIRST-AFTA and Euclid's Extended Mission. Of the many challenges inherent in these missions, the modeling of microlensing events will be of primary importance, yet it is often time-consuming, complex, and perceived as a daunting barrier to participation in the field. The large scale of future survey data products will require thorough but efficient modeling software, but, unlike other areas of exoplanet research, microlensing currently lacks a publicly available, well-documented package to conduct this type of analysis. We present version 1.0 of the python Lightcurve Identification and Microlensing Analysis (pyLIMA). This software is written in Python and uses existing packages as much as possible to make it widely accessible. In this paper, we describe the overall architecture of the software and the core modules for modeling single-lens events. To verify the performance of this software, we use it to model both real data sets from events published in the literature and generated test data produced using pyLIMA's simulation module. The results demonstrate that pyLIMA is an efficient tool for microlensing modeling. We will expand pyLIMA to consider more complex phenomena in the following papers.

  1. Chinshan living PRA model using NUPRA software package

    International Nuclear Information System (INIS)

    Cheng, S.-K.; Lin, T.-J.

    2004-01-01

    A living probabilistic risk assessment (PRA) model has been established for Chinshan Nuclear Power Station (BWR-4, MARK-I) using NUPRA software package. The core damage frequency due to internal events, seismic events and typhoons are evaluated in this model. The methodology and results considering the recent implementation of the 5th emergency diesel generator and automatic boron injection function are presented. The dominant sequences of this PRA model are discussed, and some possible applications of this living model are proposed. (author)

  2. The GeoSteiner software package for computing Steiner trees in the plane

    DEFF Research Database (Denmark)

    Juhl, Daniel; Warme, David M.; Winter, Pawel

    The GeoSteiner software package has for more than 10 years been the fastest (publicly available) program for computing exact solutions to Steiner tree problems in the plane. The computational study by Warme, Winter and Zachariasen, published in 2000, documented the performance of the GeoSteiner...... approach --- allowing the exact solution of Steiner tree problems with more than a thousand terminals. Since then, a number of algorithmic enhancements have improved the performance of the software package significantly. In this computational study we run the current code on the largest problem instances...... from the 2000-study, and on a number of larger problem instances. The computational study is performed using both the publicly available GeoSteiner 3.1 code base, and the commercial GeoSteiner 4.0 code base....

  3. Browndye: A software package for Brownian dynamics

    Science.gov (United States)

    Huber, Gary A.; McCammon, J. Andrew

    2010-11-01

    A new software package, Browndye, is presented for simulating the diffusional encounter of two large biological molecules. It can be used to estimate second-order rate constants and encounter probabilities, and to explore reaction trajectories. Browndye builds upon previous knowledge and algorithms from software packages such as UHBD, SDA, and Macrodox, while implementing algorithms that scale to larger systems. Program summaryProgram title: Browndye Catalogue identifier: AEGT_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEGT_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: MIT license, included in distribution No. of lines in distributed program, including test data, etc.: 143 618 No. of bytes in distributed program, including test data, etc.: 1 067 861 Distribution format: tar.gz Programming language: C++, OCaml ( http://caml.inria.fr/) Computer: PC, Workstation, Cluster Operating system: Linux Has the code been vectorised or parallelized?: Yes. Runs on multiple processors with shared memory using pthreads RAM: Depends linearly on size of physical system Classification: 3 External routines: uses the output of APBS [1] ( http://www.poissonboltzmann.org/apbs/) as input. APBS must be obtained and installed separately. Expat 2.0.1, CLAPACK, ocaml-expat, Mersenne Twister. These are included in the Browndye distribution. Nature of problem: Exploration and determination of rate constants of bimolecular interactions involving large biological molecules. Solution method: Brownian dynamics with electrostatic, excluded volume, van der Waals, and desolvation forces. Running time: Depends linearly on size of physical system and quadratically on precision of results. The included example executes in a few minutes.

  4. Classification of transportation packaging and dry spent fuel storage system components according to importance to safety

    International Nuclear Information System (INIS)

    McConnell, J.W., Jr; Ayers, A.L. Jr; Tyacke, M.J.

    1996-02-01

    This report provides a graded approach for classification of components used in transportation packaging and dry spent fuel storage systems. This approach provides a method for identifying, the classification of components according to importance to safety within transportation packagings and dry spent fuel storage systems. Record retention requirements are discussed to identify the documentation necessary to validate that the individual components were fabricated in accordance with their assigned classification. A review of the existing regulations pertaining to transportation packagings and dry storage systems was performed to identify current requirements The general types of transportation packagings and dry storage systems were identified. Discussions were held with suppliers and fabricators of packagings and storage systems to determine current practices. The methodology used in this report is based on Regulatory Guide 7.10, Establishing Quality Assurance Programs for Packaging Used in the Transport of Radioactive Material. This report also includes a list of generic components for each of the general types of transportation packagings and spent fuel storage systems. The safety importance of each component is discussed, and a classification category is assigned

  5. TensorPack: a Maple-based software package for the manipulation of algebraic expressions of tensors in general relativity

    International Nuclear Information System (INIS)

    Huf, P A; Carminati, J

    2015-01-01

    In this paper we: (1) introduce TensorPack, a software package for the algebraic manipulation of tensors in covariant index format in Maple; (2) briefly demonstrate the use of the package with an orthonormal tensor proof of the shearfree conjecture for dust. TensorPack is based on the Riemann and Canon tensor software packages and uses their functions to express tensors in an indexed covariant format. TensorPack uses a string representation as input and provides functions for output in index form. It extends the functionality to basic algebra of tensors, substitution, covariant differentiation, contraction, raising/lowering indices, symmetry functions and other accessory functions. The output can be merged with text in the Maple environment to create a full working document with embedded dynamic functionality. The package offers potential for manipulation of indexed algebraic tensor expressions in a flexible software environment. (paper)

  6. Three dimensional field computation software package DE3D and its applications

    International Nuclear Information System (INIS)

    Fan Mingwu; Zhang Tianjue; Yan Weili

    1992-07-01

    A software package, DE3D that can be run on PC for three dimensional electrostatic and magnetostatic field analysis has been developed in CIAE (China Institute of Atomic Energy). Two scalar potential method and special numerical techniques have made the code with high precision. It can be used for electrostatic and magnetostatic fields computations with complex boundary conditions. In the most cases, the result accuracy is better than 1% comparing with the measured. In some situations, the results are more acceptable than the other codes because some tricks are used for the current integral. Typical examples, design of a cyclotron magnet and magnetic elements on its beam transport line, given in the paper show how the program helps the designer to improve the design of the product. The software package could bring advantages to the producers and designers

  7. Classification of transportation packaging and dry spent fuel storage system components according to importance to safety

    International Nuclear Information System (INIS)

    Tyacke, M.J.; McConnell, J.W. Jr.; Ayers, A.L. Jr.; O'Connor, S.C.; Jankovich, J.P.

    1996-01-01

    The Idaho National Engineering Laboratory prepared a technical report for the Office of Nuclear Material Safety and Safeguards of the US Nuclear Regulatory Commission, entitled Classification of Transportation Packaging and Dry Spent Fuel Storage System Components According to Importance to Safety, NUREG/CR-6407. This paper provides the results of that report. It also presents the graded approach for classification of components used in transportation packagings and dry spent fuel storage systems. This approach provides a method for identifying the classification of components according to importance to safety within transportation packagings and dry spent fuel storage systems. Record retention requirements are discussed to identify the documentation necessary to validate that the individual components were fabricated in accordance with their assigned classification. A review of the existing regulations pertaining to transportation packagings and dry storage systems was performed to identify current requirements. The general types of transportation packagings and dry storage systems are identified. The methodology used in this paper is based on Regulatory Guide 7.10, Establishing Quality Assurance Programs for Packaging Used in the Transport of Radioactive Material. This paper also includes a list of generic components for each of the general types of transportation packagings and spent fuel storage systems, with a classification category assigned to each component. Several examples concerning the safety importance of components are presented

  8. Software Package for the Technical Support Centre

    International Nuclear Information System (INIS)

    Tomisa, T.; Skanata, D.; Sucic, B.

    2002-01-01

    The continued radiological surveillance system has been technically improved during the last two years by establishing 11 new automatic stations, so that there are currently 14 locations with installed gamma-monitors for air radiation monitoring on the Croatian national territory. Given that the original system had been designed primarily for gathering data for off-line treatment with the purpose of statistical analyses, the contemporary Radiological Early Warning System (SPRU) approach has demanded developing of a new software by the Technical Support Centre (TPC) in order to allow operators interactive work in the case of emergency situations. The outcome of this development is a software package called DORAP (Automatic Radiological Station Remote Reading), which brings together automatic functions of continual data gathering, daily production of the standard report, distribution of the report by fax, SMS (Short Message Service), SMT (Simple Mail Transfer) and FTP (File Transfer Protocol) as well as generation and distribution of alarms in the case of failure in the system or exceeding of the set radiation intensity values. (author)

  9. Recent developments on PLASMAKIN - a software package to model the kinetics in gas discharges

    International Nuclear Information System (INIS)

    Pinhao, N R

    2009-01-01

    PLASMAKIN is a user-friendly software package to handle physical and chemical data used in plasma physics modeling and to compute the production and destruction terms in fluid models equations. These terms account for the particle or energy production and loss rates due to gas-phase and gas-surface reactions. The package has been restructured and expanded to (a) allow the simulation of atomic emission spectra taking into account line broadening processes and radiation trapping; (b) include a library to compute the electron kinetics; (c) include a database of species properties and reactions and, (d) include a Python interface to allow access from scripts and integration with other scientific software tools.

  10. Reliability and accuracy of three imaging software packages used for 3D analysis of the upper airway on cone beam computed tomography images.

    Science.gov (United States)

    Chen, Hui; van Eijnatten, Maureen; Wolff, Jan; de Lange, Jan; van der Stelt, Paul F; Lobbezoo, Frank; Aarab, Ghizlane

    2017-08-01

    The aim of this study was to assess the reliability and accuracy of three different imaging software packages for three-dimensional analysis of the upper airway using CBCT images. To assess the reliability of the software packages, 15 NewTom 5G ® (QR Systems, Verona, Italy) CBCT data sets were randomly and retrospectively selected. Two observers measured the volume, minimum cross-sectional area and the length of the upper airway using Amira ® (Visage Imaging Inc., Carlsbad, CA), 3Diagnosys ® (3diemme, Cantu, Italy) and OnDemand3D ® (CyberMed, Seoul, Republic of Korea) software packages. The intra- and inter-observer reliability of the upper airway measurements were determined using intraclass correlation coefficients and Bland & Altman agreement tests. To assess the accuracy of the software packages, one NewTom 5G ® CBCT data set was used to print a three-dimensional anthropomorphic phantom with known dimensions to be used as the "gold standard". This phantom was subsequently scanned using a NewTom 5G ® scanner. Based on the CBCT data set of the phantom, one observer measured the volume, minimum cross-sectional area, and length of the upper airway using Amira ® , 3Diagnosys ® , and OnDemand3D ® , and compared these measurements with the gold standard. The intra- and inter-observer reliability of the measurements of the upper airway using the different software packages were excellent (intraclass correlation coefficient ≥0.75). There was excellent agreement between all three software packages in volume, minimum cross-sectional area and length measurements. All software packages underestimated the upper airway volume by -8.8% to -12.3%, the minimum cross-sectional area by -6.2% to -14.6%, and the length by -1.6% to -2.9%. All three software packages offered reliable volume, minimum cross-sectional area and length measurements of the upper airway. The length measurements of the upper airway were the most accurate results in all software packages. All

  11. Software package for the design and analysis of DNA origami structures

    DEFF Research Database (Denmark)

    Andersen, Ebbe Sloth; Nielsen, Morten Muhlig; Dong, Mingdong

    was observed on the mica surface with a fraction of the dolphin nanostructures showing extensive tail flexibility of approximately 90 degrees. The Java editor and tools are free software distributed under the GNU license. The open architecture of the editor makes it easy for the scientific community......A software package was developed for the semi-automated design of DNA origamis and further data analysis of Atomic Force Microscopy (AFM) images. As an example, we design the shape of a bottlenose dolphin and analyze it by means of high resolution AFM imaging. A high yield of DNA dolphins...... to contribute new tools and functionalities. Documentation, tutorials and software will be made available online....

  12. M4/12 package project - development of a package for transport of new MOX fuel in Europe

    Energy Technology Data Exchange (ETDEWEB)

    Kaye, B.R.; Porter, I.; Ashley, P. [BNFL, Warrington, Cheshire (United Kingdom)

    2004-07-01

    BNFL has a requirement to deliver new MOX fuel from the Sellafield MOX Plant (SMP) to its customers in mainland Europe. To satisfy this requirement, a transport system has been developed which complies with national and international regulations and conventions relating to the transport of Category 1 materials. Fundamental to this system is the transport package. BNFL has designed, developed, and is manufacturing a new transport package, the M4/12, This paper gives a brief overview of the overall transport system and then goes on to describe the development of the M4/12 package with particular emphasis on the novel features of the design.

  13. M4/12 package project - development of a package for transport of new MOX fuel in Europe

    International Nuclear Information System (INIS)

    Kaye, B.R.; Porter, I.; Ashley, P.

    2004-01-01

    BNFL has a requirement to deliver new MOX fuel from the Sellafield MOX Plant (SMP) to its customers in mainland Europe. To satisfy this requirement, a transport system has been developed which complies with national and international regulations and conventions relating to the transport of Category 1 materials. Fundamental to this system is the transport package. BNFL has designed, developed, and is manufacturing a new transport package, the M4/12, This paper gives a brief overview of the overall transport system and then goes on to describe the development of the M4/12 package with particular emphasis on the novel features of the design

  14. Investigating the effects of different factors on development of open source enterprise resources planning software packages

    Directory of Open Access Journals (Sweden)

    Mehdi Ghorbaninia

    2014-08-01

    Full Text Available This paper investigates the effects of different factors on development of open source enterprise resources planning software packages. The study designs a questionnaire in Likert scale and distributes it among 210 experts in the field of open source software package development. Cronbach alpha has been calculated as 0.93, which is well above the minimum acceptable level. Using Pearson correlation as well as stepwise regression analysis, the study determines three most important factors including fundamental issues, during and after implementation of open source software development. The study also determines a positive and strong relationship between fundamental factors and after implementation factors (r=0.9006, Sig. = 0.000.

  15. Design of a fuel-efficient guidance system for a STOL aircraft

    Science.gov (United States)

    Mclean, J. D.; Erzberger, H.

    1981-01-01

    In the predictive mode, the system synthesizes a horizontal path from an initial aircraft position and heading to a desired final position and heading and then synthesizes a fuel-efficient speed-altitude profile along the path. In the track mode, the synthesized trajectory is reconstructed and tracked automatically. An analytical basis for the design of the system is presented and a description of the airborne computer implementation is given. A detailed discussion of the software, which should be helpful to those who use the actual software developed for these tests, is also provided.

  16. Telescoping Solar Array Concept for Achieving High Packaging Efficiency

    Science.gov (United States)

    Mikulas, Martin; Pappa, Richard; Warren, Jay; Rose, Geoff

    2015-01-01

    Lightweight, high-efficiency solar arrays are required for future deep space missions using high-power Solar Electric Propulsion (SEP). Structural performance metrics for state-of-the art 30-50 kW flexible blanket arrays recently demonstrated in ground tests are approximately 40 kW/cu m packaging efficiency, 150 W/kg specific power, 0.1 Hz deployed stiffness, and 0.2 g deployed strength. Much larger arrays with up to a megawatt or more of power and improved packaging and specific power are of interest to mission planners for minimizing launch and life cycle costs of Mars exploration. A new concept referred to as the Compact Telescoping Array (CTA) with 60 kW/cu m packaging efficiency at 1 MW of power is described herein. Performance metrics as a function of array size and corresponding power level are derived analytically and validated by finite element analysis. Feasible CTA packaging and deployment approaches are also described. The CTA was developed, in part, to serve as a NASA reference solar array concept against which other proposed designs of 50-1000 kW arrays for future high-power SEP missions could be compared.

  17. ENERGY EFFICIENCY AS A CRITERION IN THE VEHICLE FLEET MANAGEMENT PROCESS

    Directory of Open Access Journals (Sweden)

    Davor Vujanović

    2010-01-01

    Full Text Available Transport represents an industry sector with intense energy consumption, the road transport sector within is the dominant subsector. The objective of the research presented in this paper is in defining the activities which applied within road freight transport companies contribute to enhancing vehicles' energy efficiency. Vehicle fleet operation management process effects on fuel consumption decrease have been looked into. Operation parameters that influence vehicle fuel consumption were analysed. In this sense, a survey has been realised in order to evaluate the vehicle load factor impact on the specific fuel consumption. Measures for enhancing vehicle's logistics efficiency have been defined. As a tool for those measures' implementation an algorithm for vehicle fleet operation management was developed which represented a basis for a dedicated software package development for vehicle dispatching process decision support. A set of measures has been recommended and their effects in fuel savings were evaluated.

  18. SEDA: A software package for the Statistical Earthquake Data Analysis

    Science.gov (United States)

    Lombardi, A. M.

    2017-03-01

    In this paper, the first version of the software SEDA (SEDAv1.0), designed to help seismologists statistically analyze earthquake data, is presented. The package consists of a user-friendly Matlab-based interface, which allows the user to easily interact with the application, and a computational core of Fortran codes, to guarantee the maximum speed. The primary factor driving the development of SEDA is to guarantee the research reproducibility, which is a growing movement among scientists and highly recommended by the most important scientific journals. SEDAv1.0 is mainly devoted to produce accurate and fast outputs. Less care has been taken for the graphic appeal, which will be improved in the future. The main part of SEDAv1.0 is devoted to the ETAS modeling. SEDAv1.0 contains a set of consistent tools on ETAS, allowing the estimation of parameters, the testing of model on data, the simulation of catalogs, the identification of sequences and forecasts calculation. The peculiarities of routines inside SEDAv1.0 are discussed in this paper. More specific details on the software are presented in the manual accompanying the program package.

  19. Evaluation of three state-of-the-art metabolite prediction software packages (Meteor, MetaSite, and StarDrop) through independent and synergistic use.

    Science.gov (United States)

    T'jollyn, H; Boussery, K; Mortishire-Smith, R J; Coe, K; De Boeck, B; Van Bocxlaer, J F; Mannens, G

    2011-11-01

    The aim of this study was to evaluate three different metabolite prediction software packages (Meteor, MetaSite, and StarDrop) with respect to their ability to predict loci of metabolism and suggest relative proportions of metabolites. A chemically diverse test set of 22 compounds, for which in vivo human mass balance studies and metabolic schemes were available, was used as basis for the evaluation. Each software package was provided with structures of the parent compounds, and predicted metabolites were compared with experimentally determined human metabolites. The evaluation consisted of two parts. First, different settings within each software package were investigated and the software was evaluated using those settings determined to give the best prediction. Second, the three different packages were combined using the optimized settings to see whether a synergistic effect concerning the overall metabolism prediction could be established. The performance of the software was scored for both sensitivity and precision, taking into account the capabilities/limitations of the particular software. Varying results were obtained for the individual packages. Meteor showed a general tendency toward overprediction, and this led to a relatively low precision (∼35%) but high sensitivity (∼70%). MetaSite and StarDrop both exhibited a sensitivity and precision of ∼50%. By combining predictions obtained with the different packages, we found that increased precision can be obtained. We conclude that the state-of-the-art individual metabolite prediction software has many advantageous features but needs refinement to obtain acceptable prediction profiles. Synergistic use of different software packages could prove useful.

  20. Software system for fuel management at Embalse nuclear power plant

    International Nuclear Information System (INIS)

    Grant, C.; Pomerantz, M.E.; Moreno, C.A.

    2002-01-01

    For accurate tracking of flux and power distribution in a CANDU reactor, the information needed is evaluated from a neutronic code calculation adjusted with experimental values, making use of in-core vanadium detectors at 102 locations together with auxiliary programs.The basic data that feed these programs come from the geometric and neutronic features and the actual instantaneous operating parameters. The system that provides all this information should be designed to meet with software quality assurance requirements. A software system was implemented at Embalse Nuclear Power Plant and it is in operation since 1998 after two year testing. This PC version replaced the former system introducing new concepts in its architecture. The neutronic code runs by procedures implemented in a language of macro instructions, so only new data are loaded for two consecutive instantaneous cases avoiding unnecessary data repetition. After each step, all results of neutronic calculation are stored in master files. Afterwards other auxiliary programs retrieve basic data for further evaluation and files are sorted in different thematic folders using a specific codification, for reevaluating further calculations over any specific case. The whole system can be installed in any PC. The package is provided with its general and particular support documentation and procedures for each program.The main purpose of the system is to track fuel and power distribution calculated after a certain period where fuelling operation were done in between. The main code, PUMA, evaluates in a 3-D, two-group scheme using finite difference diffusion theory. After neutronic calculation is performed, other programs allow to retrieve assorted information valid for fuel strategy and to build the fuelling operation list to be sent to the operation shifts. This program also permits to evaluate the accuracy of PUMA by doing comparisons with experimental values. Along with these features, some other system

  1. Software simulation: a tool for enhancing control system design

    International Nuclear Information System (INIS)

    Sze, B.; Ridgway, G.H.

    2008-01-01

    The creation, implementation and management of engineering design tools are important to the quality and efficiency of any large engineering project. Some of the most complicated tools to develop are system simulators. The development and implementation of system simulators to support replacement fuel handling control systems is of particular interest to the Canadian nuclear industry given the current age of installations and the risk of obsolescence to many utilities. The use of such simulator tools has been known to significantly improve successful deployment of new software packages and maintenance-related software changes while reducing the time required for their overall development. Moreover, these simulation systems can also serve as operator training stations and provide a virtual environment for site engineers to test operational changes before they are uploaded to the actual system. (author)

  2. Software packages for simulating groundwater flow and the spreading of soluble and insoluble admixtures in aquifers

    International Nuclear Information System (INIS)

    Roshal, A.A.; Klein, I.S.; Svishchov, A.M.

    1993-01-01

    Software programs are described designed for solving hydrogeological and environmental problems related to the analysis and prediction of groundwater flow and the spreading of solutes and insolubles in the saturated zones. The software package GWFS (Ground Water Flow Simulation) allows for simulating steady-state and unsteady-state flow in confined, unconfined, and confined-unconfined multi-layer and quasi-3D isotropic and anisotropic aquifer systems. Considered are intra-layer sources and sinks, infiltration, inter-layer leakages, the interrelationships with surface reservoirs and streams, interrelationships with the drains, aquifer discharge to surface sources. The MTS (Mass Transport Simulation) package is designed for solving solute transport problems. Taken into account is convective transport, hydrodynamic dispersion and diffusion, linear equilibrium sorption. The method of characteristics is being implemented here using the ''particles-in-cells'' scheme in which the transport is modeled with the help of tracers. The software package OWFS (Oil-Water Flow Simulation) is designed for the simulation of hydrocarbon (oil-water) migration in aquifers

  3. Certification test for safety of new fuel transportation package

    International Nuclear Information System (INIS)

    Aritomi, Masanori; Sugawa, Osami; Suga, Masao.

    1993-01-01

    The objective of this certification test is to prove the safety of new fuel transportation package against a fire of actual size caused by traffic accidents. After the fire test, the fuel assemblies were covered with coal-tar like material vaporized from anti-shock material used in the container. Surface color of BWR-type fuel assembly was dark grey that is supposed to be the color of oxide of Zircaloy. As for PWR-type fuel assembly, the condition encountered during fire test caused no change to the outlook of the rod element. Both the BWR and PWR type fuel rod elements showed no deformation and were completely sound. Therefore it may be concluded that the container protected the mimic fuel assemblies against fire of 30 minutes duration and caused no damage. This report is the result of the above experiments and examinations, and we appreciate the cooperation of those who are concerned. (J.P.N.)

  4. Design package for vacuum wand for fuel retrieval system

    International Nuclear Information System (INIS)

    ROACH, H.L.

    1999-01-01

    This is a design package that contains the details for the design, fabrication, and testing of a vacuum wand that will pick up sludge and corrosion products generated during fuel assembly handling operations at K-Basin. This document contains requirements, development design information, design calculations, tests, and test reports

  5. Hidden costs of antiretroviral treatment: the public health efficiency of drug packaging.

    Science.gov (United States)

    Andreu-Crespo, Àngels; Llibre, Josep M; Cardona-Peitx, Glòria; Sala-Piñol, Ferran; Clotet, Bonaventura; Bonafont-Pujol, Xavier

    2015-01-01

    While the overall percentage of unused antiretroviral medicines returned to the hospital pharmacy is low, their cost is quite high. Adverse events, treatment failure, pharmacokinetic interactions, pregnancy, or treatment simplification are common reasons for unplanned treatment changes. Socially inefficient antiretroviral packages prevent the reuse of drugs returned to the hospital pharmacy. We defined antiretroviral package categories based on the excellence of drug packaging and analyzed the number of pills and costs of drugs returned during a period of 1 year in a hospital-based HIV unit attending to 2,413 treated individuals. A total of 6,090 pills (34% of all returned antiretrovirals) - with a cost of 47,139.91 € - would be totally lost, mainly due to being packed up in the lowest efficiency packages. Newer treatments are packaged in low-excellence categories of packages, thus favoring the maintenance of these hidden costs in the near future. Therefore, costs of this low-efficiency drug packaging, where medication packages are started but not completed, in high-cost medications are substantial and should be properly addressed. Any improvement in the packaging by the manufacturer, and favoring the choice of drugs supplied through efficient packages (when efficacy, toxicity, and convenience are similar), should minimize the treatment expenditures paid by national health budgets.

  6. DISPL: a software package for one and two spatially dimensioned kinetics-diffusion problems. [FORTRAN for IBM computers

    Energy Technology Data Exchange (ETDEWEB)

    Leaf, G K; Minkoff, M; Byrne, G D; Sorensen, D; Bleakney, T; Saltzman, J

    1978-11-01

    DISPL is a software package for solving some second-order nonlinear systems of partial differential equations including parabolic, elliptic, hyperbolic, and some mixed types such as parabolic--elliptic equations. Fairly general nonlinear boundary conditions are allowed as well as interface conditions for problems in an inhomogeneous media. The spatial domain is one- or two-dimensional with Cartesian, cylindrical, or spherical (in one dimension only) geometry. The numerical method is based on the use of Galerkin's procedure combined with the use of B-splines in order to reduce the system of PDE's to a system of ODE's. The latter system is then solved with a sophisticated ODE software package. Software features include extensive dump/restart facilities, free format input, moderate printed output capability, dynamic storage allocation, and three graphics packages. 17 figures, 9 tables.

  7. In-core fuel management code package validation for BWRs

    International Nuclear Information System (INIS)

    1995-12-01

    The main goal of the present CRP (Coordinated Research Programme) was to develop benchmarks which are appropriate to check and improve the fuel management computer code packages and their procedures. Therefore, benchmark specifications were established which included a set of realistic data for running in-core fuel management codes. Secondly, the results of measurements and/or operating data were also provided to verify and compare with these parameters as calculated by the in-core fuel management codes or code packages. For the BWR it was established that the Mexican Laguna Verde 1 BWR would serve as the model for providing data on the benchmark specifications. It was decided to provide results for the first 2 cycles of Unit 1 of the Laguna Verde reactor. The analyses of the above benchmarks are performed in two stages. In the first stage, the lattice parameters are generated as a function of burnup at different voids and with and without control rod. These lattice parameters form the input for 3-dimensional diffusion theory codes for over-all reactor analysis. The lattice calculations were performed using different methods, such as, Monte Carlo, 2-D integral transport theory methods. Supercell Model and transport-diffusion model with proper correction for burnable absorber. Thus the variety of results should provide adequate information for any institute or organization to develop competence to analyze In-core fuel management codes. 15 refs, figs and tabs

  8. Pixelman: a multi-platform data acquisition and processing software package for Medipix2, Timepix and Medipix3 detectors

    International Nuclear Information System (INIS)

    Turecek, D; Holy, T; Jakubek, J; Pospisil, S; Vykydal, Z

    2011-01-01

    The semiconductor pixel detectors Medipix2, Timepix and Medipix3 (256x256 square pixels, 55x55 μm each) are superior imaging devices in terms of spatial resolution, linearity and dynamic range. This makes them suitable for various applications such as radiography, neutronography, micro-tomography and X-ray dynamic defectoscopy. In order to control and manage such complex measurements a multi-platform software package for acquisition and data processing with a Java graphical user interface has been developed. The functionality of the original version of Pixelman package has been upgraded and extended to include the new medipix devices. The software package can be run on Microsoft Windows, Linux and Mac OS X operating systems. The architecture is very flexible and the functionality can be extended by plugins in C++, Java or combinations of both. The software package may be used as a distributed acquisition system using computers with different operating systems over a local network or the Internet.

  9. Pixelman: a multi-platform data acquisition and processing software package for Medipix2, Timepix and Medipix3 detectors

    Energy Technology Data Exchange (ETDEWEB)

    Turecek, D; Holy, T; Jakubek, J; Pospisil, S; Vykydal, Z, E-mail: daniel.turecek@utef.cvut.cz [Institute of Experimental and Applied Physics, Czech Technical University in Prague, Horska 3a/22, 12800 Prague 2 (Czech Republic)

    2011-01-15

    The semiconductor pixel detectors Medipix2, Timepix and Medipix3 (256x256 square pixels, 55x55 {mu}m each) are superior imaging devices in terms of spatial resolution, linearity and dynamic range. This makes them suitable for various applications such as radiography, neutronography, micro-tomography and X-ray dynamic defectoscopy. In order to control and manage such complex measurements a multi-platform software package for acquisition and data processing with a Java graphical user interface has been developed. The functionality of the original version of Pixelman package has been upgraded and extended to include the new medipix devices. The software package can be run on Microsoft Windows, Linux and Mac OS X operating systems. The architecture is very flexible and the functionality can be extended by plugins in C++, Java or combinations of both. The software package may be used as a distributed acquisition system using computers with different operating systems over a local network or the Internet.

  10. Mirion--a software package for automatic processing of mass spectrometric images.

    Science.gov (United States)

    Paschke, C; Leisner, A; Hester, A; Maass, K; Guenther, S; Bouschen, W; Spengler, B

    2013-08-01

    Mass spectrometric imaging (MSI) techniques are of growing interest for the Life Sciences. In recent years, the development of new instruments employing ion sources that are tailored for spatial scanning allowed the acquisition of large data sets. A subsequent data processing, however, is still a bottleneck in the analytical process, as a manual data interpretation is impossible within a reasonable time frame. The transformation of mass spectrometric data into spatial distribution images of detected compounds turned out to be the most appropriate method to visualize the results of such scans, as humans are able to interpret images faster and easier than plain numbers. Image generation, thus, is a time-consuming and complex yet very efficient task. The free software package "Mirion," presented in this paper, allows the handling and analysis of data sets acquired by mass spectrometry imaging. Mirion can be used for image processing of MSI data obtained from many different sources, as it uses the HUPO-PSI-based standard data format imzML, which is implemented in the proprietary software of most of the mass spectrometer companies. Different graphical representations of the recorded data are available. Furthermore, automatic calculation and overlay of mass spectrometric images promotes direct comparison of different analytes for data evaluation. The program also includes tools for image processing and image analysis.

  11. Methodology and Software for Gross Defect Detection of Spent Nuclear Fuel at the Atucha-I Reactor

    Energy Technology Data Exchange (ETDEWEB)

    Sitaraman, Shivakumar; Ham, Young S.; Gharibyan, Narek [Lawrence Livermore National Laboratory, 7000 East Avenue, Livermore, CA 94550 (United States); Peixoto, Orpet J.M. [Brazilian-Argentine Agency for Accounting and Control of Nuclear Materials, Avenida Rio Branco, 123/Grupo 515- Centro, CEP: 20040-005, Rio de Janeiro (Brazil); Diaz, Gustavo [National Regulatory Authority - Argentina, Av. Del Libertador 8250, (1429) Buenos Aires (Argentina)

    2015-07-01

    At the Atucha-I pressurized heavy water reactor in Argentina, fuel assemblies in the spent fuel pools are stored by suspending them in two vertically stacked layers. This introduces the unique problem of verifying the presence of fuel in either layer without physically moving the fuel assemblies. Since much of the fuel is very old, Cerenkov viewing devices are often not very useful even for the top layer. Given that the facility uses both natural uranium and slightly enriched uranium at 0.85 w% {sup 235}U, and has been in operation since 1974, a wide range of burnups and cooling times can exist in any given pool. A spent fuel neutron counting tool consisting of a fission chamber, SFNC, has been used at the site to verify the presence of fuel up to burnups of 8000 MWd/t. At higher discharge burnups to levels up 11,000 MWd/t, the existing signal processing software of the tool was found to fail due to non-linearity of the source term with burnup. A new Graphical User Interface software package based on the LabVIEW platform was developed to predict expected neutron signals covering all ranges of burnups and cooling times and establish maps of expected signals at various pool locations. The algorithm employed in the software uses a set of transfer functions in a 47-energy group structure which are coupled with a 47-energy group neutron source spectrum based on various cooling times and burnups for each of the two enrichment levels. The database of the software consists of these transfer functions for the three different inter-assembly pitches that the fuel is stored in at the site. The transfer functions were developed for a 6 by 6 matrix of fuel assemblies with the detector placed at the center surrounded by four near neighbors, eight next nearest neighbors and so on for the 36 assemblies. These calculations were performed using Monte Carlo radiation transport methods. The basic methodology consisted of starting sources in each of the assemblies and tallying the

  12. Spent Fuel Handling and Packaging Program: a survey of hot cell facilities

    International Nuclear Information System (INIS)

    Menon, M.N.

    1978-07-01

    Hot cell facilities in the United States were surveyed to determine their capabilities for conducting integral fuel assembly and individual fuel rod examinations that are required in support of the Spent Fuel Handling and Packaging Program. The ability to receive, handle, disassemble and reconstitute full-length light water reactor spent fuel assemblies, and the ability to conduct nondestructive and destructive examinations on full-length fuel rods were of particular interest. Three DOE-supported facilities and three commercial facilities were included in the survey. This report provides a summary of the findings

  13. Current status and future direction of the MONK software package

    International Nuclear Information System (INIS)

    Smith, Nigel; Armishaw, Malcolm; Cooper, Andrew

    2003-01-01

    The current status of the MONK criticality software package is summarized in terms of recent and current developments and envisaged directions for the future. The areas of the discussion are physics modeling, geometry modeling, source modeling, nuclear data, validation, supporting tools and customer services. In future development plan, MONK continues to be focused on meeting the short and long-term needs of the code user community. (J.P.N.)

  14. Nonlinear analysis of reinforced concrete structures using software package abaqus

    OpenAIRE

    Marković Nemanja; Stojić Dragoslav; Cvetković Radovan

    2014-01-01

    Reinforced concrete (AB) is characterized by huge inhomogeneity resulting from the material characteristics of the concrete, then, quasi-brittle behavior during failure. These and other phenomena require the introduction of material nonlinearity in the modeling of reinforced concrete structures. This paper presents the modeling reinforced concrete in the software package ABAQUS. A brief theoretical overview is presented of methods such as: Concrete Damage Plasticity (CDP), Smeared Concrete Cr...

  15. A PC-based software package for modeling DOE mixed-waste management options

    International Nuclear Information System (INIS)

    Abashian, M.S.; Carney, C.; Schum, K.

    1995-02-01

    The U.S. Department of Energy (DOE) Headquarters and associated contractors have developed an IBM PC-based software package that estimates costs, schedules, and public and occupational health risks for a range of mixed-waste management options. A key application of the software package is the comparison of various waste-treatment options documented in the draft Site Treatment Plans prepared in accordance with the requirements of the Federal Facility Compliance Act of 1992. This automated Systems Analysis Methodology consists of a user interface for configuring complexwide or site-specific waste-management options; calculational algorithms for cost, schedule and risk; and user-selected graphical or tabular output of results. The mixed-waste management activities modeled in the automated Systems Analysis Methodology include waste storage, characterization, handling, transportation, treatment, and disposal. Analyses of treatment options identified in the draft Site Treatment Plans suggest potential cost and schedule savings from consolidation of proposed treatment facilities. This paper presents an overview of the automated Systems Analysis Methodology

  16. TENSOLVE: A software package for solving systems of nonlinear equations and nonlinear least squares problems using tensor methods

    Energy Technology Data Exchange (ETDEWEB)

    Bouaricha, A. [Argonne National Lab., IL (United States). Mathematics and Computer Science Div.; Schnabel, R.B. [Colorado Univ., Boulder, CO (United States). Dept. of Computer Science

    1996-12-31

    This paper describes a modular software package for solving systems of nonlinear equations and nonlinear least squares problems, using a new class of methods called tensor methods. It is intended for small to medium-sized problems, say with up to 100 equations and unknowns, in cases where it is reasonable to calculate the Jacobian matrix or approximate it by finite differences at each iteration. The software allows the user to select between a tensor method and a standard method based upon a linear model. The tensor method models F({ital x}) by a quadratic model, where the second-order term is chosen so that the model is hardly more expensive to form, store, or solve than the standard linear model. Moreover, the software provides two different global strategies, a line search and a two- dimensional trust region approach. Test results indicate that, in general, tensor methods are significantly more efficient and robust than standard methods on small and medium-sized problems in iterations and function evaluations.

  17. The quality and testing PH-SFT infrastructure for the external LHC software packages deployment

    CERN Multimedia

    CERN. Geneva; MENDEZ LORENZO, Patricia; MATO VILA, Pere

    2015-01-01

    The PH-SFT group is responsible for the build, test, and deployment of the set of external software packages used by the LHC experiments. This set includes ca. 170 packages including Grid packages and Montecarlo generators provided for different versions. A complete build structure has been established to guarantee the quality of the packages provided by the group. This structure includes an experimental build and three daily nightly builds, each of them dedicated to a specific ROOT version including v6.02, v6.04, and the master. While the former build is dedicated to the test of new packages, versions and dependencies (basically SFT internal used), the three latter ones are the responsible for the deployment to AFS of the set of stable and well tested packages requested by the LHC experiments so they can apply their own builds on top. In all cases, a c...

  18. K Basins Spent Nuclear Fuel (SNF) Project Safety Analysis Report for Packaging (SARP) approval plan

    International Nuclear Information System (INIS)

    1995-01-01

    This document delineates the plan for preparation, review, and approval of the K Basins Spent Nuclear Fuel (SNF) Packaging Design Criteria (PDC) document and the on-site Safety Analysis Report for Packaging (SARP). The packaging addressed in these documents is used to transport SNF in a Multi- canister Overpack (MCO) configuration

  19. Integrated risk assessment for spent fuel transportation using developed software

    International Nuclear Information System (INIS)

    Yun, Mi Rae; Christian, Robby; Kim, Bo Gyung; Almomani, Belal; Ham, Jae Hyun; Kang, Gook Hyun; Lee, Sang hoon

    2016-01-01

    As on-site spent fuel storage meets limitation of their capacity, spent fuel need to be transported to other place. In this research, risk of two ways of transportation method, maritime transportation and on-site transportation, and interim storage facility were analyzed. Easier and integrated risk assessment for spent fuel transportation will be possible by applying this software. Risk assessment for spent fuel transportation has not been researched and this work showed a case for analysis. By using this analysis method and developed software, regulators can get some insights for spent fuel transportation. For example, they can restrict specific region for preventing ocean accident and also they can arrange spend fuel in interim storage facility avoiding most risky region which have high risk from aircraft engine shaft. Finally, they can apply soft material on the floor for specific stage for on-site transportation. In this software, because we targeted Korea, we need to use Korean reference data. However, there were few Korean reference data. Especially, there was no food chain data for Korean ocean. In MARINRAD, they used steady state food chain model, but it is far from reality. Therefore, to get Korean realistic reference data, dynamic food chain model for Korean ocean need to be developed

  20. Integrated risk assessment for spent fuel transportation using developed software

    Energy Technology Data Exchange (ETDEWEB)

    Yun, Mi Rae; Christian, Robby; Kim, Bo Gyung; Almomani, Belal; Ham, Jae Hyun; Kang, Gook Hyun [KAIST, Daejeon (Korea, Republic of); Lee, Sang hoon [Keimyung University, Daegu (Korea, Republic of)

    2016-05-15

    As on-site spent fuel storage meets limitation of their capacity, spent fuel need to be transported to other place. In this research, risk of two ways of transportation method, maritime transportation and on-site transportation, and interim storage facility were analyzed. Easier and integrated risk assessment for spent fuel transportation will be possible by applying this software. Risk assessment for spent fuel transportation has not been researched and this work showed a case for analysis. By using this analysis method and developed software, regulators can get some insights for spent fuel transportation. For example, they can restrict specific region for preventing ocean accident and also they can arrange spend fuel in interim storage facility avoiding most risky region which have high risk from aircraft engine shaft. Finally, they can apply soft material on the floor for specific stage for on-site transportation. In this software, because we targeted Korea, we need to use Korean reference data. However, there were few Korean reference data. Especially, there was no food chain data for Korean ocean. In MARINRAD, they used steady state food chain model, but it is far from reality. Therefore, to get Korean realistic reference data, dynamic food chain model for Korean ocean need to be developed.

  1. InterFace: A software package for face image warping, averaging, and principal components analysis.

    Science.gov (United States)

    Kramer, Robin S S; Jenkins, Rob; Burton, A Mike

    2017-12-01

    We describe InterFace, a software package for research in face recognition. The package supports image warping, reshaping, averaging of multiple face images, and morphing between faces. It also supports principal components analysis (PCA) of face images, along with tools for exploring the "face space" produced by PCA. The package uses a simple graphical user interface, allowing users to perform these sophisticated image manipulations without any need for programming knowledge. The program is available for download in the form of an app, which requires that users also have access to the (freely available) MATLAB Runtime environment.

  2. Quantitation of magnetic resonance spectroscopy signals: the jMRUI software package

    Czech Academy of Sciences Publication Activity Database

    Stefan, D.; Di Cesare, F.; Andrasescu, A.; Popa, E.; Lazariev, A.; Vescovo, E.; Štrbák, Oliver; Williams, S.; Starčuk jr., Zenon; Cabanas, M.; van Ormondt, D.; Graveron-Demilly, D.

    2009-01-01

    Roč. 20, č. 10 (2009), 104035:1-9 ISSN 0957-0233 Grant - others:EC 6FP(XE) MRTN-CT-2006-035801 Source of funding: R - rámcový projekt EK Keywords : MR spectroscopy * MRS * MRSI * HRMAS-NMR * jMRUI software package * Java * plug-ins * quantitation Subject RIV: JA - Electronics ; Optoelectronics, Electrical Engineering Impact factor: 1.317, year: 2009

  3. Packaging, carriage and dispatching fuel and radioactive materials, IAEA regulations

    International Nuclear Information System (INIS)

    White, M.

    1981-01-01

    The need to bring fuel and other radioactive substances into a nuclear power plant and to send out irradiated or contaminated materials: spent fuel, activated equipment, used filters, resin and clothing, etc. gives rise to the question: How can these materials be transported safely and economically. The purpose of this paper is to answer that question by providing information on the regulatory requirements that have been developed for packaging, labelling and handling and on the containers which are being employed. (orig./RW)

  4. Evaluation of efficiency of axial profiling in WWER-440 fuel assemblies

    International Nuclear Information System (INIS)

    Ananjev, Yu. A.; Kurakin, K. Yu.; Artemov, V.G.; Ivanov, A.S.

    2005-01-01

    The present report deals with consideration of fuel enrichment axial profiling in WWER-440 assemblies. The study is performed on improving the effectiveness of fuel utilization using the example of implementing the axial profiling in the assemblies of the second generation. For simulation of fuel loadings the computer code package SAPFIR 9 5 and RC is used that allows for correct consideration of specific features of assemblies design changes. The methodical approach to assessment of effectiveness of implementing the axial profiling is considered with the use of capabilities of the mentioned code package. In conclusion the recommendations are given on using the fuel enrichment axial profiling in WWER-440 assemblies (Authors)

  5. Development of a real-time fuel cell stack modelling solution with integrated test rig interface for the generic fuel cell modelling environment (GenFC) software

    Energy Technology Data Exchange (ETDEWEB)

    Fraser, S.D.; Monsberger, M.; Hacker, V. [Graz Univ. of Technology, Graz (Austria). Christian Doppler Laboratory for Fuel Cell Systems; Gubner, A.; Reimer, U. [Forschungszentrum Julich, Julich (Germany)

    2007-07-01

    Since the late 1980s, numerous FC models have been developed by scientists and engineers worldwide to design, control and optimize fuel cells (FCs) and fuel cell (FC) power systems. However, state-of-the-art FC models have only a small range of applications within the versatile field of FC modelling. As fuel cell technology approaches commercialization, the scientific community is faced with the challenge of providing robust fuel cell models that are compatible with established processes in industrial product development. One such process, known as Hardware in the Loop (HiL), requires real-time modelling capability. HiL is used for developing and testing hardware components by adding the complexity of the related dynamic systems with mathematical representations. Sensors and actuators are used to interface simulated and actual hardware components. As such, real-time fuel cell models are among the key elements in the development of the Generic Fuel Cell Modelling Environment (GenFC) software. Six European partners are developing GenFC under the support of the Sixth European Framework Programme for Research and Technological Development (FP6). GenFC is meant to increase the use of fuel cell modelling for systems design and to enable cost- and time-efficient virtual experiments for optimizing operating parameters. This paper presented an overview of the GenFC software and the GenFC HiL functionality. It was concluded that GenFC is going to be an extendable software tool providing FC modelling techniques and solutions to a wide range of different FC modelling applications. By combining the flexibility of the GenFC software with this HiL-specific functionality, GenFC is going to promote the use of FC model-based HiL technology in FC system development. 9 figs.

  6. An approach for the design of closure bolts of spent fuel elements transportation packages

    International Nuclear Information System (INIS)

    Mattar Neto, Miguel; Miranda, Carlos A.J.; Fainer, Gerson

    2009-01-01

    The spent fuel elements transportation packages must be designed for severe conditions including significant fire and impact loads corresponding to hypothetical accident conditions. In general, these packages have large flat lids connected to cylindrical bodies by closure bolts that can be the weak link in the containment system. The bolted closure design depends on the geometrical characteristics of the flat lid and the cylindrical body, including their flanges, on the type of the gaskets and their dimensions, and on the number, strength, and tightness of the bolts. There are well established procedures for the closure bolts design used in pressure vessels and piping. They can not be used directly in the bolts design applied to transportation packages. Prior to the use of these procedures, it is necessary consider the differences in the main loads (pressure for the pressure vessels and piping and impact loads for the transportation packages) and in the geometry (large flat lids are not used in pressure vessels and piping). So, this paper presents an approach for the design of the closure bolts of spent fuel elements transportation packages considering the impact loads and the typical geometrical configuration of the transportation packages. (author)

  7. Lean Development with the Morpheus Simulation Software

    Science.gov (United States)

    Brogley, Aaron C.

    2013-01-01

    The Morpheus project is an autonomous robotic testbed currently in development at NASA's Johnson Space Center (JSC) with support from other centers. Its primary objectives are to test new 'green' fuel propulsion systems and to demonstrate the capability of the Autonomous Lander Hazard Avoidance Technology (ALHAT) sensor, provided by the Jet Propulsion Laboratory (JPL) on a lunar landing trajectory. If successful, these technologies and lessons learned from the Morpheus testing cycle may be incorporated into a landing descent vehicle used on the moon, an asteroid, or Mars. In an effort to reduce development costs and cycle time, the project employs lean development engineering practices in its development of flight and simulation software. The Morpheus simulation makes use of existing software packages where possible to reduce the development time. The development and testing of flight software occurs primarily through the frequent test operation of the vehicle and incrementally increasing the scope of the test. With rapid development cycles, risk of loss of the vehicle and loss of the mission are possible, but efficient progress in development would not be possible without that risk.

  8. Strategy and Software Application of Fresh Produce Package Design to Attain Optimal Modified Atmosphere

    Directory of Open Access Journals (Sweden)

    Dong Sun Lee

    2014-01-01

    Full Text Available Modified atmosphere packaging of fresh produce relies on the attainment of desired gas concentration inside the package resulting from product respiration and package’s gas transfer. Systematic package design method to achieve the target modified atmosphere was developed and constructed as software in terms of selecting the most appropriate film, microperforations, and/or CO2 scavenger. It incorporates modeling and/or database construction on the produce respiration, gas transfer across the plastic film and microperforation, and CO2 absorption by the scavenger. The optimization algorithm first selects the packaging film and/or microperforations to have the target O2 concentration in response to the respiration and then tunes the CO2 concentration by CO2 absorber when it goes above its tolerance limit. The optimization method tested for green pepper, strawberry, and king oyster mushroom packages was shown to be effective to design the package and the results obtained were consistent with literature work and experimental atmosphere.

  9. METEOR v1.0 - Design and structure of the software package

    International Nuclear Information System (INIS)

    Palomo, E.

    1994-01-01

    This script describes the structure and the separated modules of the software package METEOR for the statistical analysis of meteorological data series. It contains a systematic description of the subroutines of METEOR and, also, of the required shape for input and output files. The original version of METEOR have been developed by Ph.D. Elena Palomo, CIEMAT-IER, GIMASE. It is built by linking programs and routines written in FORTRAN 77 and it adds thc graphical capabilities of GNUPLOT. The shape of this toolbox was designed following the criteria of modularity, flexibility and agility criteria. All the input, output and analysis options are structured in three main menus: i) the first is aimed to evaluate the quality of the data set; ii) the second is aimed for pre-processing of the data; and iii) the third is aimed towards the statistical analyses and for creating the graphical outputs. Actually the information about METEOR is constituted by three documents written in spanish: 1) METEOR v1.0: User's guide; 2) METEOR v1.0: A usage example; 3) METEOR v 1.0: Design and structure of the software package. (Author)

  10. Scilab software package for the study of dynamical systems

    Science.gov (United States)

    Bordeianu, C. C.; Beşliu, C.; Jipa, Al.; Felea, D.; Grossu, I. V.

    2008-05-01

    This work presents a new software package for the study of chaotic flows and maps. The codes were written using Scilab, a software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. It was found that Scilab provides various functions for ordinary differential equation solving, Fast Fourier Transform, autocorrelation, and excellent 2D and 3D graphical capabilities. The chaotic behaviors of the nonlinear dynamics systems were analyzed using phase-space maps, autocorrelation functions, power spectra, Lyapunov exponents and Kolmogorov-Sinai entropy. Various well known examples are implemented, with the capability of the users inserting their own ODE. Program summaryProgram title: Chaos Catalogue identifier: AEAP_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEAP_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.: 885 No. of bytes in distributed program, including test data, etc.: 5925 Distribution format: tar.gz Programming language: Scilab 3.1.1 Computer: PC-compatible running Scilab on MS Windows or Linux Operating system: Windows XP, Linux RAM: below 100 Megabytes Classification: 6.2 Nature of problem: Any physical model containing linear or nonlinear ordinary differential equations (ODE). Solution method: Numerical solving of ordinary differential equations. The chaotic behavior of the nonlinear dynamical system is analyzed using Poincaré sections, phase-space maps, autocorrelation functions, power spectra, Lyapunov exponents and Kolmogorov-Sinai entropies. Restrictions: The package routines are normally able to handle ODE systems of high orders (up to order twelve and possibly higher), depending on the nature of the problem. Running time: 10 to 20 seconds for problems that do not

  11. The SAVI Vulnerability Analysis Software Package

    International Nuclear Information System (INIS)

    Mc Aniff, R.J.; Paulus, W.K.; Key, B.; Simpkins, B.

    1987-01-01

    SAVI (Systematic Analysis of Vulnerability to Intrusion) is a new PC-based software package for modeling Physical Protection Systems (PPS). SAVI utilizes a path analysis approach based on the Adversary Sequence Diagram (ASD) methodology. A highly interactive interface allows the user to accurately model complex facilities, maintain a library of these models on disk, and calculate the most vulnerable paths through any facility. Recommendations are provided to help the user choose facility upgrades which should reduce identified path vulnerabilities. Pop-up windows throughout SAVI are used for the input and display of information. A menu at the top of the screen presents all options to the user. These options are further explained on a message line directly below the menu. A diagram on the screen graphically represents the current protection system model. All input is checked for errors, and data are presented in a logical and clear manner. Print utilities provide the user with hard copies of all information and calculated results

  12. Fuel element database: developer handbook; Entwicklerhandbuch zur Brennelement-Datenbank

    Energy Technology Data Exchange (ETDEWEB)

    Dragicevic, M [Atominstitut der Oesterreichischen Universitaeten (Austria)

    2004-09-15

    The fuel elements database which was developed for Atomic Institute of the Austrian Universities is described. The software uses standards like HTML, PHP and SQL. For the standard installation freely available software packages such as MySQL database or the PHP interpreter from Apache Software Foundation and Java Script were used. (nevyjel)

  13. Method for Determining Optimal Residential Energy Efficiency Retrofit Packages

    Energy Technology Data Exchange (ETDEWEB)

    Polly, B.; Gestwick, M.; Bianchi, M.; Anderson, R.; Horowitz, S.; Christensen, C.; Judkoff, R.

    2011-04-01

    Businesses, government agencies, consumers, policy makers, and utilities currently have limited access to occupant-, building-, and location-specific recommendations for optimal energy retrofit packages, as defined by estimated costs and energy savings. This report describes an analysis method for determining optimal residential energy efficiency retrofit packages and, as an illustrative example, applies the analysis method to a 1960s-era home in eight U.S. cities covering a range of International Energy Conservation Code (IECC) climate regions. The method uses an optimization scheme that considers average energy use (determined from building energy simulations) and equivalent annual cost to recommend optimal retrofit packages specific to the building, occupants, and location. Energy savings and incremental costs are calculated relative to a minimum upgrade reference scenario, which accounts for efficiency upgrades that would occur in the absence of a retrofit because of equipment wear-out and replacement with current minimum standards.

  14. Improved heavy-duty vehicle fuel efficiency in India, benefits, costs and environmental impacts

    Energy Technology Data Exchange (ETDEWEB)

    Gopal, Anand R. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Karali, Nihan [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Sharpe, Ben [International Council on Clean Transportation (United States); Delgado, Oscar [International Council on Clean Transportation (United States); Bandivadekar, Anup [International Council on Clean Transportation (United States); Garg, Mehul [International Council on Clean Transportation (United States)

    2017-06-14

    The main objectives of this analysis are to examine the benefits and costs of fuel-saving technologies for new heavy-duty vehicles (HDVs) in India over the next 10 years and, to explore how various scenarios for the deployment of vehicles with these technologies will impact petroleum consumption and carbon dioxide (CO2) emissions over the next three decades. The study team developed simulation models for three representative HDV types—a 40-tonne tractor-trailer, 25-tonne rigid truck, and 16-tonne transit bus—based on top-selling vehicle models in the Indian market. The baseline technology profiles for all three vehicles were developed using India-specific engine data and vehicle specification information from manufacturer literature and input from industry experts. For each of the three vehicles we developed a comprehensive set of seven efficiency technology packages drawing from five major areas: engine, transmission and driveline, tires, aerodynamics, and weight reduction. Our analysis finds that India has substantial opportunity to improve HDV fuel efficiency levels using cost-effective technologies. Results from our simulation modeling of three representative HDV types—a tractor-trailer, rigid truck, and transit bus—reveal that per-vehicle fuel consumption reductions between roughly 20% and 35% are possible with technologies that provide a return on the initial capital investment within 1 to 2 years. Though most of these technologies are currently unavailable in India, experiences in other more advanced markets such as the US and EU suggest that with sufficient incentives and robust regulatory design, significant progress can be made in developing and deploying efficiency technologies that can provide real-world fuel savings for new commercial vehicles in India over the next 10 years. Bringing HDVs in India up to world-class technology levels will yield substantial petroleum and GHG reductions. By 2030, the fuel and CO2 reductions of the

  15. Evaluation of alternative spent fuel waste package concepts for a repository in Basalt

    International Nuclear Information System (INIS)

    Hall, G.V.B.; Nair, B.R.

    1986-01-01

    The United States government has established a program for the disposal of spent nuclear fuel and high-level radioactive waste. The Nuclear Waste Policy Act (NWPA) of 1982 requires the first nuclear waste repository to begin receiving high-level radioactive waste in 1998. One of the potentially acceptable sites currently being evaluated is the Hanford Site in the Pasco Basin in the state of Washington where the host rock is basalt. Under the direction of the United States Department of Energy (DOE), Rockwell International's Rockwell Hanford Operations (RHO) has initiated the Basalt Waste Isolation Project (BWIP). The BWIP must design waste packages for emplacement in the repository. As part of the BWIP waste package development program, several alternative designs were considered for the disposal of spent nuclear fuel. This paper describes the concepts that were evaluated, the criteria that was developed for judging their relative merits, and the methodology that was employed. The results of the evaluation show that a Pipe-In-Tunnel design, which uses a long carbon steel pipe for the containment barrier for multiple packages of consolidated spent fuel, has the highest rating. Other designs which had high ratings are also discussed

  16. The last developments of the airGR R-package, an open source software for rainfall-runoff modelling

    Science.gov (United States)

    Thirel, Guillaume; Delaigue, Olivier; Coron, Laurent; Perrin, Charles; Andréassian, Vazken

    2017-04-01

    Lumped hydrological models are useful and convenient tools for research, engineering and educational purposes. They propose catchment-scale representations of the precipitation-discharge relationship. Thanks to their limited data requirements, they can be easily implemented and run. With such models, it is possible to simulate a number of hydrological key processes over the catchment with limited structural and parametric complexity, typically evapotranspiration, runoff, underground losses, etc. The Hydrology Group at Irstea (Antony) has been developing a suite of rainfall-runoff models over the past 30 years with the main objectives of designing models as efficient as possible in terms of streamflow simulation, applicable to a wide range of catchments and having low data requirements. This resulted in a suite of models running at different time steps (from hourly to annual) applicable for various issues including water balance estimation, forecasting, simulation of impacts and scenario testing. Recently, Irstea has developed an easy-to-use R-package (R Core Team, 2016), called airGR (Coron et al., 2016, 2017), to make these models widely available. It includes: - the water balance annual GR1A model, - the monthly GR2M model, - three versions of the daily model, namely GR4J, GR5J and GR6J, - the hourly GR4H model, - a degree-day snow model CemaNeige. The airGR package has been designed to facilitate the use by non-expert users and allow the addition of evaluation criteria, models or calibration algorithm selected by the end-user. Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the efficiency criteria) are coded in R. The package is also used for educational purposes. It allows for convenient implementation of model inter-comparisons and large sample hydrology experiments. The airGR package undergoes continuous developments for improving the efficiency, computational time

  17. Greater Sudbury fuel efficient driving handbook

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2009-12-15

    Reducing the amount of fuel that people use for personal driving saves money, improves local air quality, and reduces personal contributions to climate change. This handbook was developed to be used as a tool for a fuel efficient driving pilot program in Greater Sudbury in 2009-2010. Specifically, the purpose of the handbook was to provide greater Sudbury drivers with information on how to drive and maintain their personal vehicles in order to maximize fuel efficiency. The handbook also provides tips for purchasing fuel efficient vehicles. It outlines the benefits of fuel maximization, with particular reference to reducing contributions to climate change; reducing emissions of air pollutants; safe driving; and money savings. Some tips for efficient driving are to avoid aggressive driving; use cruise control; plan trips; and remove excess weight. Tips for efficient winter driving are to avoid idling to warm up the engine; use a block heater; remove snow and ice; use snow tires; and check tire pressure. The importance of car maintenance and tire pressure was emphasized. The handbook also explains how fuel consumption ratings are developed by vehicle manufacturers. refs., figs.

  18. Transport experience of new ''TNF-XI'' powder package

    International Nuclear Information System (INIS)

    Nomura, I.; Fujiwara, T.; Naigeon, P.

    2004-01-01

    Since the Tokai criticality accident in 1999, there has been no specialized manufacturer conducting uranium re-conversion in Japan. For this reason, Nuclear Fuel Industries, Ltd. (NFI) imports from overseas almost all the uranium oxide powder used for manufacturing pellets for nuclear fuel assemblies. To date, an NT-IX package has been used for transporting the uranium oxide powder. However, due to the adoption of IAEA TS-R-1 into Japanese domestic regulations, we have begun to use a new TNF-XI powder package because the NT-IX package can suffer major deformation under the drop test III condition. The TNF-XI package was jointly developed by COGEMA LOGISTICS of France and NFI from 2000, and started to be used for actual transportation in 2003. This package has improved transport efficiency, handling operability and safety performance in comparison to its predecessor. This paper describes the characteristics of the new TNF-XI package and its actual transportation records and performance

  19. Perprof-py: A Python Package for Performance Profile of Mathematical Optimization Software

    Directory of Open Access Journals (Sweden)

    Abel Soares Siqueira

    2016-04-01

    Full Text Available A very important area of research in the field of Mathematical Optimization is the benchmarking of optimization packages to compare solvers. During benchmarking, one usually collects a large amount of information like CPU time, number of functions evaluations, number of iterations, and much more. This information, if presented as tables, can be difficult to analyze and compare due to large amount of data. Therefore tools to better process and understand optimization benchmark data have been developed. One of the most widespread tools is the Performance Profile graphics proposed by Dolan and Moré [2]. In this context, this paper describes perprof-py, a free/open source software that creates 'Performance Profile' graphics. This software produces graphics in PDF using LaTeX with PGF/TikZ [22] and PGFPLOTS [4] packages, in PNG using matplotlib [9], and in HTML using Bokeh [1]. Perprof-py can also be easily extended to be used with other plot libraries. It is implemented in Python 3 with support for internationalization, and is under the General Public License Version 3 (GPLv3.

  20. ATK-ForceField: a new generation molecular dynamics software package

    Science.gov (United States)

    Schneider, Julian; Hamaekers, Jan; Chill, Samuel T.; Smidstrup, Søren; Bulin, Johannes; Thesen, Ralph; Blom, Anders; Stokbro, Kurt

    2017-12-01

    ATK-ForceField is a software package for atomistic simulations using classical interatomic potentials. It is implemented as a part of the Atomistix ToolKit (ATK), which is a Python programming environment that makes it easy to create and analyze both standard and highly customized simulations. This paper will focus on the atomic interaction potentials, molecular dynamics, and geometry optimization features of the software, however, many more advanced modeling features are available. The implementation details of these algorithms and their computational performance will be shown. We present three illustrative examples of the types of calculations that are possible with ATK-ForceField: modeling thermal transport properties in a silicon germanium crystal, vapor deposition of selenium molecules on a selenium surface, and a simulation of creep in a copper polycrystal.

  1. Thermodynamic comparison and efficiency enhancement mechanism of coal to alternative fuel systems

    International Nuclear Information System (INIS)

    Ji, Xiaozhou; Li, Sheng; Gao, Lin; Jin, Hongguang

    2016-01-01

    Highlights: • Energy and exergy analysis are presented to three coal-to-alternative-fuels systems. • Internal reasons for performance differences for different systems are disclosed. • The temperature and heat release of synthesis reactions are key to plant efficiency. • The distillation unit and purge gas recovery are important to efficiency enhancement. - Abstract: Coal to alternative fuels is an important path to enforce energy security and to provide clean energy. In this paper, we use exergy analysis and energy utilization diagram (EUD) methods to disclose the internal reasons for performance differences in typical coal to alternative fuel processes. ASPEN plus software is used to simulate the coal-based energy systems, and the simulation results are verified with engineering data. Results show that coal to substitute natural gas (SNG) process has a higher exergy efficiency of 56.56%, while the exergy efficiency of traditional coal to methanol process is 48.65%. It is indicated that three key factors impact the performance enhancement of coal to alternative fuel process: (1) whether the fuel is distillated, (2) the synthesis temperature and the amount of heat release from reactions, and (3) whether the chemical purge gases from synthesis and distillation units are recovered. Distillation unit is not recommended and synthesis at high temperature and with large heat release is preferable for coal to alternative fuel systems. Gasification is identified as the main source of exergy destruction, and thereby how to decrease its destruction is the key direction of plant efficiency improvement in the future. Also, decreasing the power consumption in air separation unit by seeking for advanced technologies, i.e. membrane, or using another kind of oxidant is another direction to improve plant performance.

  2. Lenstronomy: Multi-purpose gravitational lens modeling software package

    Science.gov (United States)

    Birrer, Simon; Amara, Adam

    2018-04-01

    Lenstronomy is a multi-purpose open-source gravitational lens modeling python package. Lenstronomy reconstructs the lens mass and surface brightness distributions of strong lensing systems using forward modelling and supports a wide range of analytic lens and light models in arbitrary combination. The software is also able to reconstruct complex extended sources as well as point sources. Lenstronomy is flexible and numerically accurate, with a clear user interface that could be deployed across different platforms. Lenstronomy has been used to derive constraints on dark matter properties in strong lenses, measure the expansion history of the universe with time-delay cosmography, measure cosmic shear with Einstein rings, and decompose quasar and host galaxy light.

  3. Material efficiency improvement for European packaging in the period 2000-2020

    Energy Technology Data Exchange (ETDEWEB)

    Hekkert, M.; Joosten, L.; Worrell, E. [Department of Science, Technology and Society, Utrecht University, Utrecht (Netherlands)

    1999-07-01

    In this paper the current material consumption for packaging making in Europe is described. Per packaging type (food bottles, non-food bottles, boxes for primary packaging, flexible packaging, carrier bags, industrial boxes and pallets) options for improved material efficiency are described. The options are in the field of using thinner materials, using less material by changing the shape of the package, using recycled material and using refillable packages. This paper shows that many options are available to reduce the future material input for packaging and that a reduction of CO{sub 2} emissions by this sector with a factor 2 is possible. A substantial share of this reduction can be achieved without any changes in consumer behavior. 57 refs.

  4. Hidden costs of antiretroviral treatment: the public health efficiency of drug packaging

    Directory of Open Access Journals (Sweden)

    Andreu-Crespo À

    2015-08-01

    Full Text Available Àngels Andreu-Crespo,1,* Josep M Llibre,2,3,* Glòria Cardona-Peitx,1 Ferran Sala-Piñol,1 Bonaventura Clotet,2,4 Xavier Bonafont-Pujol1 1Pharmacy Department, 2HIV Unit and “Lluita contra la SIDA” Foundation, University Hospital Germans Trias i Pujol, Badalona, 3Universitat Autònoma de Barcelona, 4Universitat de Vic-Universitat Central de Catalunya (UVIC-UCC, Vic, Barcelona, Spain *These authors contributed equally to the work Abstract: While the overall percentage of unused antiretroviral medicines returned to the hospital pharmacy is low, their cost is quite high. Adverse events, treatment failure, pharmacokinetic interactions, pregnancy, or treatment simplification are common reasons for unplanned treatment changes. Socially inefficient antiretroviral packages prevent the reuse of drugs returned to the hospital pharmacy. We defined antiretroviral package categories based on the excellence of drug packaging and analyzed the number of pills and costs of drugs returned during a period of 1 year in a hospital-based HIV unit attending to 2,413 treated individuals. A total of 6,090 pills (34% of all returned antiretrovirals – with a cost of 47,139.91€ – would be totally lost, mainly due to being packed up in the lowest efficiency packages. Newer treatments are packaged in low-excellence categories of packages, thus favoring the maintenance of these hidden costs in the near future. Therefore, costs of this low-efficiency drug packaging, where medication packages are started but not completed, in high-cost medications are substantial and should be properly addressed. Any improvement in the packaging by the manufacturer, and favoring the choice of drugs supplied through efficient packages (when efficacy, toxicity, and convenience are similar, should minimize the treatment expenditures paid by national health budgets. Keywords: antiretroviral treatment, cost efficacy, drug packaging, treatment change

  5. DUPIC fuel irradiation test and performance evaluation; the performance analysis of pellet-cladding contact fuel

    Energy Technology Data Exchange (ETDEWEB)

    Ho, K. I.; Kim, H. M.; Yang, K. B.; Choi, S. J. [Suwon University, Whasung (Korea)

    2002-04-01

    Thermal and mechanical models were reviewed, and selected for the analysis of nuclear fuel performance in reactor. 2 dimensional FEM software was developed. Thermal models-gap conductances, thermal conductivity of pellets, fission gas release, temperature distribution-were set and packaged into a software. Both thermal and mechanical models were interrelated to each other, and the final results, fuel performance during irradiation is obtained by iteration calculation. Also, the contact phenomena between pellet and cladding was analysed by mechanical computer software which was developed during this work. dimensional FEM program was developed which estimate the mechanical behavior and the thermal behaviors of nuclear fuel during irradiation. Since there is a importance during the mechanical deformation analysis in describing pellet-cladding contact phenomena, simplified 2 dimensional calculation method is used after the contact. The estimation of thermal fuel behavior during irradiation was compared with the results of other. 8 refs., 17 figs. (Author)

  6. QUENCH: A software package for the determination of quenching curves in Liquid Scintillation counting.

    Science.gov (United States)

    Cassette, Philippe

    2016-03-01

    In Liquid Scintillation Counting (LSC), the scintillating source is part of the measurement system and its detection efficiency varies with the scintillator used, the vial and the volume and the chemistry of the sample. The detection efficiency is generally determined using a quenching curve, describing, for a specific radionuclide, the relationship between a quenching index given by the counter and the detection efficiency. A quenched set of LS standard sources are prepared by adding a quenching agent and the quenching index and detection efficiency are determined for each source. Then a simple formula is fitted to the experimental points to define the quenching curve function. The paper describes a software package specifically devoted to the determination of quenching curves with uncertainties. The experimental measurements are described by their quenching index and detection efficiency with uncertainties on both quantities. Random Gaussian fluctuations of these experimental measurements are sampled and a polynomial or logarithmic function is fitted on each fluctuation by χ(2) minimization. This Monte Carlo procedure is repeated many times and eventually the arithmetic mean and the experimental standard deviation of each parameter are calculated, together with the covariances between these parameters. Using these parameters, the detection efficiency, corresponding to an arbitrary quenching index within the measured range, can be calculated. The associated uncertainty is calculated with the law of propagation of variances, including the covariance terms. Copyright © 2015 Elsevier Ltd. All rights reserved.

  7. Package-based software development

    NARCIS (Netherlands)

    Jonge, de M.; Chroust, G.; Hofer, C.

    2003-01-01

    The main goal of component-based software engineering is to decrease development time and development costs of software systems, by reusing prefabricated building blocks. Here we focus on software reuse within the implementation of such component-based applications, and on the corresponding software

  8. Using packaged software for solving two differential equation problems that arise in plasma physics

    International Nuclear Information System (INIS)

    Gaffney, P.W.

    1980-01-01

    Experience in using packaged numerical software for solving two related problems that arise in Plasma physics is described. These problems are (i) the solution of the reduced resistive MHD equations and (ii) the solution of the Grad-Shafranov equation

  9. The Green Lab : Experimentation in Software Energy Efficiency

    NARCIS (Netherlands)

    Procaccianti, Giuseppe; Lago, Patricia; Vetrò, Antonio; Méndez Fernández, Daniel; Wieringa, Roel

    2015-01-01

    Software energy efficiency is a research topic where experimentation is widely adopted. Nevertheless, current studies and research approaches struggle to find generalizable findings that can be used to build a consistent knowledge base for energy-efficient software. To this end, we will discuss how

  10. ImagePy: an open-source, Python-based and platform-independent software package for boimage analysis.

    Science.gov (United States)

    Wang, Anliang; Yan, Xiaolong; Wei, Zhijun

    2018-04-27

    This note presents the design of a scalable software package named ImagePy for analysing biological images. Our contribution is concentrated on facilitating extensibility and interoperability of the software through decoupling the data model from the user interface. Especially with assistance from the Python ecosystem, this software framework makes modern computer algorithms easier to be applied in bioimage analysis. ImagePy is free and open source software, with documentation and code available at https://github.com/Image-Py/imagepy under the BSD license. It has been tested on the Windows, Mac and Linux operating systems. wzjdlut@dlut.edu.cn or yxdragon@imagepy.org.

  11. Modern software approaches applied to a Hydrological model: the GEOtop Open-Source Software Project

    Science.gov (United States)

    Cozzini, Stefano; Endrizzi, Stefano; Cordano, Emanuele; Bertoldi, Giacomo; Dall'Amico, Matteo

    2017-04-01

    and the suite of tests (easily manageable by means of ctest tools) greatly reduces the burden of the installation and allows us to enhance portability on different compilers and Operating system platforms. The package was also complemented by several software tools which provide web-based visualization of results based on R plugins, in particular "shiny" (Chang at al, 2016), "geotopbricks" and "geotopOptim2" (Cordano et al, 2016) packages, which allow rapid and efficient scientific validation of new examples and tests. The software re-engineering activities are still under development. However, our first results are promising enough to eventually reach a robust and stable software project that manages in a flexible way a complex state-of-the-art hydrological model like GEOtop and integrates it into wider workflows.

  12. Lean and Efficient Software: Whole-Program Optimization of Executables

    Science.gov (United States)

    2015-09-30

    Lean and Efficient Software: Whole-Program Optimization of Executables” Project Summary Report #5 (Report Period: 7/1/2015 to 9/30/2015...TYPE 3. DATES COVERED 00-00-2015 to 00-00-2015 4. TITLE AND SUBTITLE Lean and Efficient Software: Whole-Program Optimization of Executables 5a...unclassified c. THIS PAGE unclassified Standard Form 298 (Rev. 8-98) Prescribed by ANSI Std Z39-18 Lean and Efficient Software: Whole-Program

  13. German Approach for the Transport of Spent Fuel Packages after Interim Storage

    International Nuclear Information System (INIS)

    Wille, Frank; Wolff, Dietmar; Droste, Bernhard; Voelzke, Holger

    2014-01-01

    In Germany the concept of dry interim storage of spent nuclear fuel in dual purpose metal casks is implemented, currently for periods of up to 40 years. The casks being used have an approved package design in accordance with the international transport regulations. The license for dry storage is granted on the German Atomic Energy Act with respect to the recently (in 2012) revised 'Guidelines for dry cask storage of spent nuclear fuel and heat-generating waste' by the German Waste management Commission (ESK) which are very similar to the former RSK (reactor safety commission) guidelines. For transport on public routes between or after long term interim storage periods, it has to be ensured that the transport and storage casks fulfil the specifications of the transport approval or other sufficient properties which satisfy the proofs for the compliance of the safety objectives at that time. In recent years the validation period of transport approval certificates for manufactured, loaded and stored packages were discussed among authorities and applicants. A case dependent system of 3, 5 and 10 years was established. There are consequences for the safety cases in the Package Design Safety Report including evaluation of long term behavior of components and specific operating procedures of the package. Present research and knowledge concerning the long term behavior of transport and storage cask components have to be consulted as well as experiences from interim cask storage operations. Challenges in the safety assessment are e.g. the behavior of aged metal and elastomeric seals under IAEA test conditions to ensure that the results of drop tests can be transferred to the compliance of the safety objectives at the time of transport after the interim storage period (aged package). Assessment methods for the material compatibility, the behavior of fuel assemblies and the aging behavior of shielding parts are issues as well. This paper describes the state

  14. VIPEX (Vital-area Identification Package EXpert) Software Verification and Validation

    International Nuclear Information System (INIS)

    Jung, Woo Sik; Suh, Jae Seung

    2010-06-01

    The purposes of this report are (1) to perform a Verification and Validation (V and V) test for the VIPEX(Vital-area Identification Package EXpert) software and (2) to improve a software quality through the V and V test. The VIPEX was developed in Korea Atomic Energy Research Institute (KAERI) for the Vital Area Identification (VAI) of nuclear power plants. The version of the VIPEX which was distributed is 3.2.0.0. The VIPEX was revised based on the first V and V test and the second V and V test was performed. We have performed the following tasks for the V and V test on Windows XP and VISTA operating systems: Ο Testing basic functions including fault tree editing Ο Testing all kind of functions Ο Research for update from Visual BASIC 6.0 to Visual BASIC 2008

  15. NRF TRIGA packaging

    International Nuclear Information System (INIS)

    Clements, M.D.

    1995-11-01

    Training Reactor Isotopes, General Atomics (TRIGA reg-sign) Reactors are in use at four US Department of Energy (DOE) complex facilities and at least 23 university, commercial, or government facilities. The development of the Neutron Radiography Facility (NRF) TRIGA packaging system began in October 1993. The Hanford Site NRF is being shut down and requires an operationally user-friendly transportation and storage packaging system for removal of the TRIGA fuel elements. The NRF TRIGA packaging system is designed to remotely remove the fuel from the reactor and transport the fuel to interim storage (up to 50 years) on the Hanford Site. The packaging system consists of a cask and an overpack. The overpack is used only for transport and is not necessary for storage. Based upon the cask's small size and light weight, small TRIGA reactors will find it versatile for numerous refueling and fuel storage needs. The NRF TRIGA packaging design also provides the basis for developing a certifiable and economical packaging system for other TRIGA reactor facilities. The small size of the NRF TRIGA cask also accommodates placing the cask into a larger certified packaging for offsite transport. The Westinghouse Hanford Company NRF TRIGA packaging, as described herein can serve other DOE sites for their onsite use, and the design can be adapted to serve university reactor facilities, handling a variety of fuel payloads

  16. Is liver perfusion CT reproducible? A study on intra- and interobserver agreement of normal hepatic haemodynamic parameters obtained with two different software packages.

    Science.gov (United States)

    Bretas, Elisa Almeida Sathler; Torres, Ulysses S; Torres, Lucas Rios; Bekhor, Daniel; Saito Filho, Celso Fernando; Racy, Douglas Jorge; Faggioni, Lorenzo; D'Ippolito, Giuseppe

    2017-10-01

    To evaluate the agreement between the measurements of perfusion CT parameters in normal livers by using two different software packages. This retrospective study was based on 78 liver perfusion CT examinations acquired for detecting suspected liver metastasis. Patients with any morphological or functional hepatic abnormalities were excluded. The final analysis included 37 patients (59.7 ± 14.9 y). Two readers (1 and 2) independently measured perfusion parameters using different software packages from two major manufacturers (A and B). Arterial perfusion (AP) and portal perfusion (PP) were determined using the dual-input vascular one-compartmental model. Inter-reader agreement for each package and intrareader agreement between both packages were assessed with intraclass correlation coefficients (ICC) and Bland-Altman statistics. Inter-reader agreement was substantial for AP using software A (ICC = 0.82) and B (ICC = 0.85-0.86), fair for PP using software A (ICC = 0.44) and fair to moderate for PP using software B (ICC = 0.56-0.77). Intrareader agreement between software A and B ranged from slight to moderate (ICC = 0.32-0.62) for readers 1 and 2 considering the AP parameters, and from fair to moderate (ICC = 0.40-0.69) for readers 1 and 2 considering the PP parameters. At best there was only moderate agreement between both software packages, resulting in some uncertainty and suboptimal reproducibility. Advances in knowledge: Software-dependent factors may contribute to variance in perfusion measurements, demanding further technical improvements. AP measurements seem to be the most reproducible parameter to be adopted when evaluating liver perfusion CT.

  17. Improved fuel design economics - a new evaluation tool

    International Nuclear Information System (INIS)

    Aboudara, J.L.

    1987-01-01

    Advanced fuel design technology is now beginning to be implemented with new reload regions for large pressurized water reactors. Until recently there has not been an integrated computer modeling product that would allow easy assessment of the economics of various advanced fuel design alternatives now available to utilities. The Fuel Cycle Scoping System (FCSS) was designed to fill this need. The FCSS is a personnel computer (PC) software package that is used to evaluate alternative strategies for supplying and using nuclear fuel in nuclear power reactors. The FCSS is an extremely flexible package that permits evaluation of in-core and out-of-core fuel management strategy options. For each strategy option, unit and reactor operating assumptions and assumptions for uranium supply, conversion, enrichment, fabrication, and spent fuel disposal can be made

  18. Core fuel management using TVS-2M fuel assembly and economic analysis

    International Nuclear Information System (INIS)

    Xu Min; Wang Hongxia; Li Youyi

    2014-01-01

    To improve the economic efficiency, TVS-2M fuel assembly was considered to apply in Tianwan Nuclear Power Plant units 3, 4. Using KASKAD program package, a preliminary research and design was carried out for the Tianwan Nuclear Power Plant loading TVS-2M fuel assembly from the first cycle to equilibrium cycle. An improved fuel management program was obtained, and the economic analysis of the two fuel management programs with or without TVS-2M assembly was studied. The analysis results show that TVS-2M fuel assembly can improve the economic efficiency of the plant remarkably. (authors)

  19. EPILAB: a software package for studies on the prediction of epileptic seizures.

    Science.gov (United States)

    Teixeira, C A; Direito, B; Feldwisch-Drentrup, H; Valderrama, M; Costa, R P; Alvarado-Rojas, C; Nikolopoulos, S; Le Van Quyen, M; Timmer, J; Schelter, B; Dourado, A

    2011-09-15

    A Matlab®-based software package, EPILAB, was developed for supporting researchers in performing studies on the prediction of epileptic seizures. It provides an intuitive and convenient graphical user interface. Fundamental concepts that are crucial for epileptic seizure prediction studies were implemented. This includes, for example, the development and statistical validation of prediction methodologies in long-term continuous recordings. Seizure prediction is usually based on electroencephalography (EEG) and electrocardiography (ECG) signals. EPILAB is able to process both EEG and ECG data stored in different formats. More than 35 time and frequency domain measures (features) can be extracted based on univariate and multivariate data analysis. These features can be post-processed and used for prediction purposes. The predictions may be conducted based on optimized thresholds or by applying classifications methods such as artificial neural networks, cellular neuronal networks, and support vector machines. EPILAB proved to be an efficient tool for seizure prediction, and aims to be a way to communicate, evaluate, and compare results and data among the seizure prediction community. Copyright © 2011 Elsevier B.V. All rights reserved.

  20. MORTICIA, a statistical analysis software package for determining optical surveillance system effectiveness.

    Science.gov (United States)

    Ramkilowan, A.; Griffith, D. J.

    2017-10-01

    Surveillance modelling in terms of the standard Detect, Recognise and Identify (DRI) thresholds remains a key requirement for determining the effectiveness of surveillance sensors. With readily available computational resources it has become feasible to perform statistically representative evaluations of the effectiveness of these sensors. A new capability for performing this Monte-Carlo type analysis is demonstrated in the MORTICIA (Monte- Carlo Optical Rendering for Theatre Investigations of Capability under the Influence of the Atmosphere) software package developed at the Council for Scientific and Industrial Research (CSIR). This first generation, python-based open-source integrated software package, currently in the alpha stage of development aims to provide all the functionality required to perform statistical investigations of the effectiveness of optical surveillance systems in specific or generic deployment theatres. This includes modelling of the mathematical and physical processes that govern amongst other components of a surveillance system; a sensor's detector and optical components, a target and its background as well as the intervening atmospheric influences. In this paper we discuss integral aspects of the bespoke framework that are critical to the longevity of all subsequent modelling efforts. Additionally, some preliminary results are presented.

  1. Evaluation of Solid Rocket Motor Component Data Using a Commercially Available Statistical Software Package

    Science.gov (United States)

    Stefanski, Philip L.

    2015-01-01

    Commercially available software packages today allow users to quickly perform the routine evaluations of (1) descriptive statistics to numerically and graphically summarize both sample and population data, (2) inferential statistics that draws conclusions about a given population from samples taken of it, (3) probability determinations that can be used to generate estimates of reliability allowables, and finally (4) the setup of designed experiments and analysis of their data to identify significant material and process characteristics for application in both product manufacturing and performance enhancement. This paper presents examples of analysis and experimental design work that has been conducted using Statgraphics®(Registered Trademark) statistical software to obtain useful information with regard to solid rocket motor propellants and internal insulation material. Data were obtained from a number of programs (Shuttle, Constellation, and Space Launch System) and sources that include solid propellant burn rate strands, tensile specimens, sub-scale test motors, full-scale operational motors, rubber insulation specimens, and sub-scale rubber insulation analog samples. Besides facilitating the experimental design process to yield meaningful results, statistical software has demonstrated its ability to quickly perform complex data analyses and yield significant findings that might otherwise have gone unnoticed. One caveat to these successes is that useful results not only derive from the inherent power of the software package, but also from the skill and understanding of the data analyst.

  2. Effects of an oxidizing atmosphere in a spent fuel packaging facility

    International Nuclear Information System (INIS)

    Einziger, R.E.

    1991-09-01

    Sufficient oxidation of spent fuel can cause a cladding breach to propagate, resulting in dispersion of fuel particulates and gaseous radionuclides. The literature for spent fuel oxidation in storage and disposal programs was reviewed to evaluate the effect of an oxidizing atmosphere in a preclosure packaging facility on (1) physical condition of the fuel and (2) operations in the facility. Effects such as cladding breach propagation, cladding oxidation, rod dilation, fuel dispersal, 14 C and 85 Kr release, and crud release were evaluated. The impact of these effects, due to oxidation, upon a spent fuel handling facility is generally predicted to be less than the impact of similar effects due to fuel rod breached during handling in an inert-atmosphere facility. Preliminary temperature limits of 240 degree C and 227 degree C for a 2-week or 4-week handling period and 175 degree C for 2-year lag storage would prevent breach propagation and fuel dispersal. Additional data that are needed to support the assumptions in this analysis or complete the database were identified

  3. FRAMES Software System: Linking to the Statistical Package R

    Energy Technology Data Exchange (ETDEWEB)

    Castleton, Karl J.; Whelan, Gene; Hoopes, Bonnie L.

    2006-12-11

    This document provides requirements, design, data-file specifications, test plan, and Quality Assurance/Quality Control protocol for the linkage between the statistical package R and the Framework for Risk Analysis in Multimedia Environmental Systems (FRAMES) Versions 1.x and 2.0. The requirements identify the attributes of the system. The design describes how the system will be structured to meet those requirements. The specification presents the specific modifications to FRAMES to meet the requirements and design. The test plan confirms that the basic functionality listed in the requirements (black box testing) actually functions as designed, and QA/QC confirms that the software meets the client’s needs.

  4. 76 FR 64042 - Petition Requesting Non-See-Through Packaging for Torch Fuel and Lamp Oil

    Science.gov (United States)

    2011-10-17

    ... percent or more by weight of petroleum distillates and have a viscosity of less than 100 Saybolt universal... distillates, including torch fuel and lamp oil, as currently packaged, resemble juice. The petitioner notes..., packaging petroleum distillates in clear plastic bottles causes needless danger, as children may mistake it...

  5. ATLAS software configuration and build tool optimisation

    Science.gov (United States)

    Rybkin, Grigory; Atlas Collaboration

    2014-06-01

    ATLAS software code base is over 6 million lines organised in about 2000 packages. It makes use of some 100 external software packages, is developed by more than 400 developers and used by more than 2500 physicists from over 200 universities and laboratories in 6 continents. To meet the challenge of configuration and building of this software, the Configuration Management Tool (CMT) is used. CMT expects each package to describe its build targets, build and environment setup parameters, dependencies on other packages in a text file called requirements, and each project (group of packages) to describe its policies and dependencies on other projects in a text project file. Based on the effective set of configuration parameters read from the requirements files of dependent packages and project files, CMT commands build the packages, generate the environment for their use, or query the packages. The main focus was on build time performance that was optimised within several approaches: reduction of the number of reads of requirements files that are now read once per package by a CMT build command that generates cached requirements files for subsequent CMT build commands; introduction of more fine-grained build parallelism at package task level, i.e., dependent applications and libraries are compiled in parallel; code optimisation of CMT commands used for build; introduction of package level build parallelism, i. e., parallelise the build of independent packages. By default, CMT launches NUMBER-OF-PROCESSORS build commands in parallel. The other focus was on CMT commands optimisation in general that made them approximately 2 times faster. CMT can generate a cached requirements file for the environment setup command, which is especially useful for deployment on distributed file systems like AFS or CERN VMFS. The use of parallelism, caching and code optimisation significantly-by several times-reduced software build time, environment setup time, increased the efficiency of

  6. Commercial waste and spent fuel packaging program. Annual report

    International Nuclear Information System (INIS)

    Hakl, A.R.

    1981-10-01

    This document is a report of activities performed by Westinghouse Advanced Energy Systems Division - Nevada Operations in meeting subtask objectives described in the Nevada Nuclear Waste Storage Investigations (NNWSI) Project Plan and revised planning documentation for Fiscal Year (FY) 1981. Major activities included: completion of the first fuel exchange in the Spent Fuel Test - Climax program; plasma arc welder development; modification and qualification of a canister cutter; installation, and activation of a remote area monitor, constant air monitor and an alpha/beta/gamma counting system; qualification of grapples required to handle pressurized water reactor or boiling water reactor fuel and high level waste (HLW) logs; data acquisition from the 3 kilowatt soil temperature test, 2 kw fuel temperature test, and 2 kw drywell test; calorimetry of the fuel assembly used in the fuel temperature test; evaluation of moisture accumulation in the drywells and recommendations for proposed changes; revision of safety assessment document to include HLW log operations; preparation of quality assurance plan and procedures; development and qualification of all equipment and procedures to receive, handle and encapsulate both the HLW log and spent fuel for the basalt waste isolation program/near surface test facility program; preliminary studies of both the requirements to perform waste packaging for the test and evaluation facility and a cask storage program for the DOE Interim Spent Fuel Management program; and remote handling operations on radioactive source calibration in support of other contractors

  7. A Method for Determining Optimal Residential Energy Efficiency Packages

    Energy Technology Data Exchange (ETDEWEB)

    Polly, B. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Gestwick, M. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Bianchi, M. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Anderson, R. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Horowitz, S. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Christensen, C. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Judkoff, R. [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2011-04-01

    This report describes an analysis method for determining optimal residential energy efficiency retrofit packages and, as an illustrative example, applies the analysis method to a 1960s-era home in eight U.S. cities covering a range of International Energy Conservation Code (IECC) climate regions. The method uses an optimization scheme that considers average energy use (determined from building energy simulations) and equivalent annual cost to recommend optimal retrofit packages specific to the building, occupants, and location.

  8. Highly-optimized TWSM software package for seismic diffraction modeling adapted for GPU-cluster

    Science.gov (United States)

    Zyatkov, Nikolay; Ayzenberg, Alena; Aizenberg, Arkady

    2015-04-01

    Oil producing companies concern to increase resolution capability of seismic data for complex oil-and-gas bearing deposits connected with salt domes, basalt traps, reefs, lenses, etc. Known methods of seismic wave theory define shape of hydrocarbon accumulation with nonsufficient resolution, since they do not account for multiple diffractions explicitly. We elaborate alternative seismic wave theory in terms of operators of propagation in layers and reflection-transmission at curved interfaces. Approximation of this theory is realized in the seismic frequency range as the Tip-Wave Superposition Method (TWSM). TWSM based on the operator theory allows to evaluate of wavefield in bounded domains/layers with geometrical shadow zones (in nature it can be: salt domes, basalt traps, reefs, lenses, etc.) accounting for so-called cascade diffraction. Cascade diffraction includes edge waves from sharp edges, creeping waves near concave parts of interfaces, waves of the whispering galleries near convex parts of interfaces, etc. The basic algorithm of TWSM package is based on multiplication of large-size matrices (make hundreds of terabytes in size). We use advanced information technologies for effective realization of numerical procedures of the TWSM. In particular, we actively use NVIDIA CUDA technology and GPU accelerators allowing to significantly improve the performance of the TWSM software package, that is important in using it for direct and inverse problems. The accuracy, stability and efficiency of the algorithm are justified by numerical examples with curved interfaces. TWSM package and its separate components can be used in different modeling tasks such as planning of acquisition systems, physical interpretation of laboratory modeling, modeling of individual waves of different types and in some inverse tasks such as imaging in case of laterally inhomogeneous overburden, AVO inversion.

  9. Materials Approach to Fuel Efficient Tires

    Energy Technology Data Exchange (ETDEWEB)

    Votruba-Drzal, Peter [PPG Industries, Monroeville, PA (United States); Kornish, Brian [PPG Industries, Monroeville, PA (United States)

    2015-06-30

    The objective of this project was to design, develop, and demonstrate fuel efficient and safety regulation compliant tire filler and barrier coating technologies that will improve overall fuel efficiency by at least 2%. The program developed and validated two complementary approaches to improving fuel efficiency through tire improvements. The first technology was a modified silica-based product that is 15% lower in cost and/or enables a 10% improvement in tread wear while maintaining the already demonstrated minimum of 2% improvement in average fuel efficiency. The second technology was a barrier coating with reduced oxygen transmission rate compared to the state-of-the-art halobutyl rubber inner liners that will provide extended placarded tire pressure retention at significantly reduced material usage. A lower-permeance, thinner inner liner coating which retains tire pressure was expected to deliver the additional 2% reduction in fleet fuel consumption. From the 2006 Transportation Research Board Report1, a 10 percent reduction in rolling resistance can reduce consumer fuel expenditures by 1 to 2 percent for typical vehicles. This savings is equivalent to 6 to 12 gallons per year. A 1 psi drop in inflation pressure increases the tire's rolling resistance by about 1.4 percent.

  10. Transportation and packaging issues involving the disposition of surplus plutonium as MOX fuel in commercial LWRs

    International Nuclear Information System (INIS)

    Ludwig, S.B.; Welch, D.E.; Best, R.E.; Schmid, S.P.

    1997-08-01

    This report provides a view of anticipated transportation, packaging, and facility handling operations that are expected to occur at mixed-oxide (MOX) fuel fabrication and commercial reactor facilities. This information is intended for use by prospective contractors to the U.S. Department of Energy (DOE) who plan to submit proposals to DOE to manufacture and irradiate MOX fuel assemblies in domestic commercial light-water reactors. The report provides data to prospective consortia regarding packaging and pickup of MOX nuclear fuel assemblies at a MOX fuel manufacturing plant and transport and delivery of the MOX assemblies to nuclear power plants. The report also identifies areas where data are incomplete either because of the status of development or lack of sufficient information and specificity regarding the nuclear power plant(s) where deliveries will take place

  11. User’s Manual for the Simulation of Energy Consumption and Emissions from Rail Traffic Software Package

    DEFF Research Database (Denmark)

    Cordiero, Tiago M.; Lindgreen, Erik Bjørn Grønning; Sorenson, Spencer C

    2005-01-01

    The ARTEMIS rail emissions model was implemented in a Microsoft Excel software package that includes data from the GISCO database on railway traffic. This report is the user’s manual for the aforementioned software that includes information on how to run the program and an overview on how...... of Excel Macros (Visual Basic) and database sheets included in one Excel file...

  12. Radiative transfer modeling through terrestrial atmosphere and ocean accounting for inelastic processes: Software package SCIATRAN

    International Nuclear Information System (INIS)

    Rozanov, V.V.; Dinter, T.; Rozanov, A.V.; Wolanin, A.; Bracher, A.; Burrows, J.P.

    2017-01-01

    SCIATRAN is a comprehensive software package which is designed to model radiative transfer processes in the terrestrial atmosphere and ocean in the spectral range from the ultraviolet to the thermal infrared (0.18–40 μm). It accounts for multiple scattering processes, polarization, thermal emission and ocean–atmosphere coupling. The main goal of this paper is to present a recently developed version of SCIATRAN which takes into account accurately inelastic radiative processes in both the atmosphere and the ocean. In the scalar version of the coupled ocean–atmosphere radiative transfer solver presented by Rozanov et al. we have implemented the simulation of the rotational Raman scattering, vibrational Raman scattering, chlorophyll and colored dissolved organic matter fluorescence. In this paper we discuss and explain the numerical methods used in SCIATRAN to solve the scalar radiative transfer equation including trans-spectral processes, and demonstrate how some selected radiative transfer problems are solved using the SCIATRAN package. In addition we present selected comparisons of SCIATRAN simulations with those published benchmark results, independent radiative transfer models, and various measurements from satellite, ground-based, and ship-borne instruments. The extended SCIATRAN software package along with a detailed User's Guide is made available for scientists and students, who are undertaking their own research typically at universities, via the web page of the Institute of Environmental Physics (IUP), University of Bremen: (http://www.iup.physik.uni-bremen.de). - Highlights: • A new version of the software package SCIATRAN is presented. • Inelastic scattering in water and atmosphere is implemented in SCIATRAN. • Raman scattering and fluorescence can be included in radiative transfer calculations. • Comparisons to other radiative transfer models show excellent agreement. • Comparisons to observations show consistent results.

  13. Evaluating the loss of a LWR spent fuel or plutonium shipping package into the sea

    International Nuclear Information System (INIS)

    Heaberlin, S.W.; Baker, D.A.

    1976-06-01

    As the nations of the world turn to nuclear power for an energy source, commerce in nuclear fuel cycle materials will increase. Some of this commerce will be transported by sea. Such shipments give rise to the possibility of loss of these materials into the sea. This paper discusses the postulated accidental loss of two materials, light water reactor (LWR) spent fuel and plutonium, at sea. The losses considered are that of a single shipping package which is either undamaged or damaged by fire prior to the loss. The containment failure of the package in the sea,

  14. Determination of stress-strain state of the wooden church log walls with software package

    Directory of Open Access Journals (Sweden)

    Chulkova Anastasia

    2016-01-01

    Full Text Available The restoration of architectural monuments is going on all over the world today. The main aim of restoration is the renewal of stable functioning of building constructions in normal state. In this article, we have tried to figure out with special software the bearing capacity of log cabins of the Church of Transfiguration on Kizhi island. As shown in research results, determination of stress-strain stage with software package is necessary for the bearing capacity computation as well as field tests.

  15. Dose assessment for public at the hypothetical submergence of a fresh MOX fuel package

    International Nuclear Information System (INIS)

    Tsumune, Daisuke; Saegusa, Toshiari; Suzuki, Hiroshi; Maruyama, Koki

    2000-01-01

    For the structure and equipment of transport ships for fresh MOX fuels, there is a special safety standard called the INF Code of IMO (International Maritime Organization). For transport of radioactive materials, there is a safety standard stipulated in Regulations for the Safe Transport of Radioactive Material issued by IAEA (International Atomic Energy Agency). Under those code and standard, fresh MOX fuel is transported safety on the sea. To gain the public acceptance for this transport, a dose assessment has been made by assuming that a fresh MOX fuel package might be sunk into the sea by unknown reasons. In the both cases for a package sunk at the coastal region and for that sunk at the ocean, the evaluated result of the dose equivalent by radiation exposure to the public are far below the dose equivalent limit of the ICRP recommendation (1 mSv/year). (author)

  16. Experience of air transport of nuclear fuel material as type A package

    International Nuclear Information System (INIS)

    Kawasaki, Masashi; Kageyama, Tomio; Suzuki, Toru

    2004-01-01

    Special law on nuclear disaster countermeasures (hereafter called as to nuclear disaster countermeasures low) that is domestic law for dealing with measures for nuclear disaster, was enforced in June, 2000. Therefore, nuclear enterprise was obliged to report accidents as required by nuclear disaster countermeasures law, besides meeting the technical requirement of existent transport regulation. For overseas procurement of plutonium reference materials that are needed for material accountability, A Type package must be transported by air. Therefore, concept of air transport of nuclear fuel materials according to the nuclear disaster countermeasures law was discussed, and the manual including measures against accident in air transport was prepared for the oversea procurement. In this presentation, the concept of air transport of A Type package containing nuclear fuel materials according to the nuclear disaster countermeasures law, and the experience of a transportation of plutonium solution from France are shown. (author)

  17. Parallelization of an existing high energy physics event reconstruction software package

    International Nuclear Information System (INIS)

    Schiefer, R.; Francis, D.

    1996-01-01

    Software parallelization allows an efficient use of available computing power to increase the performance of applications. In a case study the authors have investigated the parallelization of high energy physics event reconstruction software in terms of costs (effort, computing resource requirements), benefits (performance increase) and the feasibility of a systematic parallelization approach. Guidelines facilitating a parallel implementation are proposed for future software development

  18. Performance and fuel conversion efficiency of a spark ignition engine fueled with iso-butanol

    International Nuclear Information System (INIS)

    Irimescu, Adrian

    2012-01-01

    Highlights: ► Iso-butanol use in a port injection spark ignition engine. ► Fuel conversion efficiency calculated based on chassis dynamometer measurements. ► Combined study of engine efficiency and air–fuel mixture temperature. ► Excellent running characteristics with minor fuel system modifications. ► Up to 11% relative drop in part load efficiency due to incomplete fuel vaporization. -- Abstract: Alcohols are increasingly used as fuels for spark ignition engines. While ethanol is most commonly used, long chain alcohols such as butanol feature several advantages like increased heating value and reduced corrosive action. This study investigated the effect of fueling a port injection engine with iso-butanol, as compared to gasoline operation. Performance levels were maintained within the same limits as with the fossil fuel without modifications to any engine component. An additional electronic module was used for increasing fuel flow by extending the injection time. Fuel conversion efficiency decreased when the engine was fueled with iso-butanol by up to 9% at full load and by up to 11% at part load, calculated as relative values. Incomplete fuel evaporation was identified as the factor most likely to cause the drop in engine efficiency.

  19. An Improved Supplier Driven Packaging Design and Development Method for Supply Chain Efficiency

    DEFF Research Database (Denmark)

    Sohrabpour, Vahid; Oghazi, Pejvak; Olsson, Annika

    2016-01-01

    and satisfaction in interaction with the product and packaging system. It also proposes a supply chain focused packaging design and development method to better satisfy supply chain needs placed on packaging. An extensive literature review was conducted, and a Tetra Pak derived case study was developed......Packaging and the role it plays in supply chain efficiency are overlooked in most design and development research. An opportunity exists to meet the needs of supply chains to increase efficiency. This research presents three propositions on how to reduce the gap between supply chain needs....... The propositions were formulated and became the basis for improving Tetra Pak's existing packaging design and development method by better integrating supply chain needs. This was accomplished by using an expanded operational life cycle perspective that includes the entire supply chain. The resulting supply chain...

  20. The EQ3/6 software package for geochemical modeling: Current status

    International Nuclear Information System (INIS)

    Worlery, T.J.; Jackson, K.J.; Bourcier, W.L.; Bruton, C.J.; Viani, B.E.; Knauss, K.G.; Delany, J.M.

    1988-07-01

    EQ3/6 is a software package for modeling chemical and mineralogic interactions in aqueous geochemical systems. The major components of the package are EQ3NR (a speciation-solubility code), EQ6 (a reaction path code), EQLIB (a supporting library), and a supporting thermodynamic data base. EQ3NR calculates aqueous speciation and saturation indices from analytical data. It can also be used to calculate compositions of buffer solutions for use in laboratory experiments. EQ6 computes reaction path models of both equilibrium step processes and kinetic reaction processes. These models can be computed for closed systems and relatively simple open systems. EQ3/6 is useful in making purely theoretical calculations, in designing, interpreting, and extrapolating laboratory experiments, and in testing and developing submodels and supporting data used in these codes. The thermodynamic data base supports calculations over the range 0-300 degree C. 60 refs., 2 figs

  1. The EQ3/6 software package for geochemical modeling: Current status

    Energy Technology Data Exchange (ETDEWEB)

    Wolery, T.J.; Jackson, K.J.; Bourcier, W.L.; Bruton, C.J.; Viani, B.E.; Knauss, K.G.; Delany, J.M.

    1988-07-01

    EQ3/6 is a software package for modeling chemical and mineralogic interactions in aqueous geochemical systems. The major components of the package are EQ3NR (a speciation-solubility code), EQ6 (a reaction path code), EQLIB (a supporting library), and a supporting thermodynamic data base. EQ3NR calculates aqueous speciation and saturation indices from analytical data. It can also be used to calculate compositions of buffer solutions for use in laboratory experiments. EQ6 computes reaction path models of both equilibrium step processes and kinetic reaction processes. These models can be computed for closed systems and relatively simple open systems. EQ3/6 is useful in making purely theoretical calculations, in designing, interpreting, and extrapolating laboratory experiments, and in testing and developing submodels and supporting data used in these codes. The thermodynamic data base supports calculations over the range 0-300{degree}C. 60 refs., 2 figs.

  2. Industrial feasibility study of a spent nuclear fuel package for direct deep disposal

    International Nuclear Information System (INIS)

    Le Lous, K.; Loubrieu, J.; Chupeau, J.; Serpantie, J.P.; Becle, D.; Aubry, S.

    2001-01-01

    EDF has undertaken to study the industrial feasibility of a spent nuclear fuel package meeting direct disposal requirements. In this context, a disposal concept has been defined in which packages are cooled in place until the module is finally sealed. Indeed, one of the objectives of that disposal concept is to reduce the underground area occupied by the repository. A functional analysis has been performed within the framework of that ventilated disposal concept, taking into account the phases of the package lifetime from its conditioning until the disposal post-closure phase. An industrial feasibility study is in progress, which takes into account the functional specifications and some preliminary studies. (author)

  3. ldr: An R Software Package for Likelihood-Based Su?cient Dimension Reduction

    Directory of Open Access Journals (Sweden)

    Kofi Placid Adragni

    2014-11-01

    Full Text Available In regression settings, a su?cient dimension reduction (SDR method seeks the core information in a p-vector predictor that completely captures its relationship with a response. The reduced predictor may reside in a lower dimension d < p, improving ability to visualize data and predict future observations, and mitigating dimensionality issues when carrying out further analysis. We introduce ldr, a new R software package that implements three recently proposed likelihood-based methods for SDR: covariance reduction, likelihood acquired directions, and principal fitted components. All three methods reduce the dimensionality of the data by pro jection into lower dimensional subspaces. The package also implements a variable screening method built upon principal ?tted components which makes use of ?exible basis functions to capture the dependencies between the predictors and the response. Examples are given to demonstrate likelihood-based SDR analyses using ldr, including estimation of the dimension of reduction subspaces and selection of basis functions. The ldr package provides a framework that we hope to grow into a comprehensive library of likelihood-based SDR methodologies.

  4. EXTENDCHAIN: a package of computer programs for calculating the buildup of heavy metals, fission products, and activation products in reactor fuel elements

    International Nuclear Information System (INIS)

    Robertson, M.W.

    1977-01-01

    Design of HTGR recycle and refabrication facilities requires a detailed knowledge of the concentrations of around 400 nuclides which are segregated into four different fuel particle types. The EXTENDCHAIN package of computer programs and the supporting input data files were created to provide an efficient method for calculating the 1600 different concentrations required. The EXTENDCHAIN code performs zero-dimensional nuclide burnup, decay, and activation calculations in nine energy groups for up to 108 nuclides per run. Preparation and handling of the input and output for the sixteen EXTENDCHAIN runs required to produce the desired data are the most time consuming tasks in the computation of the spent fuel element composition. The EXTENDCHAIN package of computer programs contains four codes to aid in the preparation and handling of these data. Most of the input data such as cross sections, decay constants, and the nuclide interconnection scheme will not change when calculating new cases. These data were developed for the life cycle of a typical HTGR and stored on archive tapes for future use. The fuel element composition for this typical HTGR life has been calculated and the results for an equilibrium recycle reload are presented. 12 figures, 7 tables

  5. QUENCH: A software package for the determination of quenching curves in Liquid Scintillation counting

    International Nuclear Information System (INIS)

    Cassette, Philippe

    2016-01-01

    In Liquid Scintillation Counting (LSC), the scintillating source is part of the measurement system and its detection efficiency varies with the scintillator used, the vial and the volume and the chemistry of the sample. The detection efficiency is generally determined using a quenching curve, describing, for a specific radionuclide, the relationship between a quenching index given by the counter and the detection efficiency. A quenched set of LS standard sources are prepared by adding a quenching agent and the quenching index and detection efficiency are determined for each source. Then a simple formula is fitted to the experimental points to define the quenching curve function. The paper describes a software package specifically devoted to the determination of quenching curves with uncertainties. The experimental measurements are described by their quenching index and detection efficiency with uncertainties on both quantities. Random Gaussian fluctuations of these experimental measurements are sampled and a polynomial or logarithmic function is fitted on each fluctuation by χ"2 minimization. This Monte Carlo procedure is repeated many times and eventually the arithmetic mean and the experimental standard deviation of each parameter are calculated, together with the covariances between these parameters. Using these parameters, the detection efficiency, corresponding to an arbitrary quenching index within the measured range, can be calculated. The associated uncertainty is calculated with the law of propagation of variances, including the covariance terms. - Highlights: • The program “QUENCH” is devoted to the interpolation of quenching curves in LSC. • Functions are fitted to experimental data with uncertainties in both quenching and efficiency. • The parameters of the fitting function and the associated covariance matrix are evaluated. • The detection efficiency and uncertainty corresponding to a given quenching index is calculated.

  6. Code package to analyse behavior of the WWER fuel rods in normal operation: TOPRA's code

    International Nuclear Information System (INIS)

    Scheglov, A.; Proselkov, V.

    2001-01-01

    This paper briefly describes the code package intended for analysis of WWER fuel rod characteristics. The package includes two computer codes: TOPRA-1 and TOPRA-2 for full-scale fuel rod analyses; MRZ and MKK codes for analyzing the separate sections of fuel rods in r-z and r-j geometry. The TOPRA's codes are developed on the base of PIN-mod2 version and verified against experimental results obtained in MR, MIR and Halden research reactors (in the framework of SOFIT, FGR-2 and FUMEX experimental programs). Comparative analysis of calculation results and results from post-reactor examination of the WWER-440 and WWER-1000 fuel rod are also made as additional verification of these codes. To avoid the enlarging of uncertainties in fuel behavior prediction as a result of simplifying of the fuel geometry, MKK and MRZ codes are developed on the basis of the finite element method with use of the three nodal finite elements. Results obtained in the course of the code verification indicate the possibility for application of the method and TOPRA's code for simplified engineering calculations of WWER fuel rods thermal-physical parameters. An analysis of maximum relative errors for predicting of the fuel rod characteristics in the range of the accepted parameter values is also presented in the paper

  7. Light and Heavy Tactical Wheeled Vehicle Fuel Consumption Evaluations Using Fuel Efficient Gear Oils (FEGO)

    Science.gov (United States)

    2016-05-01

    UNCLASSIFIED LIGHT AND HEAVY TACTICAL WHEELED VEHICLE FUEL CONSUMPTION EVALUATIONS USING FUEL EFFICIENT GEAR OILS (FEGO) FINAL... HEAVY TACTICAL WHEELED VEHICLE FUEL CONSUMPTION EVALUATIONS USING FUEL EFFICIENT GEAR OILS (FEGO) FINAL REPORT TFLRF No. 477 by Adam C...August 2014 – March 2016 4. TITLE AND SUBTITLE LIGHT AND HEAVY TACTICAL WHEELED VEHICLE FUEL CONSUMPTION EVALUATIONS USING FEUL EFFICIENT GEAR OILS

  8. GENES - a software package for analysis in experimental statistics and quantitative genetics

    Directory of Open Access Journals (Sweden)

    Cosme Damião Cruz

    2013-06-01

    Full Text Available GENES is a software package used for data analysis and processing with different biometricmodels and is essential in genetic studies applied to plant and animal breeding. It allows parameterestimation to analyze biologicalphenomena and is fundamental for the decision-making process andpredictions of success and viability of selection strategies. The program can be downloaded from theInternet (http://www.ufv.br/dbg/genes/genes.htm orhttp://www.ufv.br/dbg/biodata.htm and is available inPortuguese, English and Spanish. Specific literature (http://www.livraria.ufv.br/ and a set of sample filesare also provided, making GENES easy to use. The software is integrated into the programs MS Word, MSExcel and Paint, ensuring simplicity and effectiveness indata import and export ofresults, figures and data.It is also compatible with the free software R and Matlab, through the supply of useful scripts available forcomplementary analyses in different areas, including genome wide selection, prediction of breeding valuesand use of neural networks in genetic improvement.

  9. SeDA: A software package for the statistical analysis of the instrument drift

    International Nuclear Information System (INIS)

    Lee, H. J.; Jang, S. C.; Lim, T. J.

    2006-01-01

    The setpoints for safety-related equipment are affected by many sources of an uncertainty. ANSI/ISA-S67.04.01-2000 [1] and ISA-RP6 7.04.02-2000 [2] suggested the statistical approaches for ensuring that the safety-related instrument setpoints were established and maintained within the technical specification limits [3]. However, Jang et al. [4] indicated that the preceding methodologies for a setpoint drift analysis might be insufficient to manage a setpoint drift on an instrumentation device and proposed new statistical analysis procedures for the management of a setpoint drift, based on the plant specific as-found/as-left data. Although IHPA (Instrument History Performance Analysis) is a widely known commercial software package to analyze an instrument setpoint drift, several steps in the new procedure cannot be performed by using it because it is based on the statistical approaches suggested in the ANSI/ISA-S67.04.01 -2000 [1] and ISA-RP67.04.02-2000 [2], In this paper we present a software package (SeDA: Setpoint Drift Analysis) that implements new methodologies, and which is easy to use, as it is accompanied by powerful graphical tools. (authors)

  10. EQ3/6, a software package for geochemical modeling of aqueous systems: Package overview and installation guide (Version 7.0)

    International Nuclear Information System (INIS)

    Wolery, T.J.

    1992-01-01

    EQ3/6 is a software package for geochemical modeling of aqueous systems. This report describes version 7.0. The major components of the package include: EQ3NR, a speciation-solubility code; EQ6, a reaction path code which models water/rock interaction or fluid mixing in either a pure reaction progress mode or a time mode; EQPT, a data file preprocessor, EQLIB, a supporting software library; and five supporting thermodynamic data files. The software deals with the concepts of thermodynamic equilibrium, thermodynamic disequilibrium, and reaction kinetics. The five supporting data files contain both standard state and activity coefficient-related data. Three support the use of the Davies or B equations for the activity coefficients; the other two support the use of Pitzer's equations. The temperature range of the thermodynamic data on the data files varies from 25 degree C only to 0--300 degree C. EQPT takes a formatted data file (a data0 file) and writes an unformatted near-equivalent called a datal file, which is actually the form read by EQ3NR and EQ6. EQ3NR is useful for analyzing groundwater chemistry data, calculating solubility limits, and determining whether certain reactions are in states of partial equilibrium or disequilibrium. It is also required to initialize an EQ6 calculation. EQ6 models the consequences of reacting an aqueous solution with a set of reactants which react irreversibly. It can also model fluid mixing and the consequences of changes in temperature. This code operates both in a pure reaction progress frame and in a time frame

  11. Development of an engine system simulation software package - ESIM

    Energy Technology Data Exchange (ETDEWEB)

    Erlandsson, Olof

    2000-10-01

    A software package, ESIM is developed for simulating internal combustion engine systems, including models for engine, manifolds, turbocharger, charge-air cooler (inter cooler) and inlet air heater. This study focus on the thermodynamic treatment and methods used in the models. It also includes some examples of system simulations made with these models for validation purposes. The engine model can be classified as a zero-dimensional, single zone model. It includes calculation of the valve flow process, models for heat release and models for in-cylinder, exhaust port and manifold heat transfer. Models are developed for handling turbocharger performance and charge air cooler characteristics. The main purpose of the project related to this work is to use the ESIM software to study heat balance and performance of homogeneous charge compression ignition (HCCI) engine systems. A short description of the HCCI engine is therefore included, pointing out the difficulties, or challenges regarding the HCCI engine, from a system perspective. However, the relations given here, and the code itself, is quite general, making it possible to use these models to simulate spark ignited, as well as direct injected engines.

  12. Licensing experiences, risk assessment, demonstration test on nuclear fuel packages and design criteria for sea going vessel carrying spent fuel in Japan

    International Nuclear Information System (INIS)

    Aoki, S.; Ikeda, K.

    1978-01-01

    In Japan spent fuels from nuclear power plants shall be shipped to reprocessing plants by sea-going vessels. Atomic Energy Committee has initiated a board of experts to implement the assessment of environmental safety for sea transport. As a part of the assessment a study has been conducted by Central Research Institute of Electric Power Industry under sponsorship of Nuclear Safety Bureau, which is intended to guarantee the safety of sea transport. Nuclear Safety Bureau also has a program to carry out a long term demonstration test on spent fuel package using full scale package models. The test consists of drop, heat transfer, fire, collapse under high external pressure, immersion, shielding and subcritical test. The purpose of this test is to obtain the public acceptance and also to verify the adequacy of the safety analysis for nuclear fuel packages. In order to secure the safety of sea transport, the Ministry of Transportation has provided for the design criteria for sea-going vessel in the case of full load shipping, which aims to make minimum the probability of sinking at collision, grounding and other unforeseen accidents on the sea and also to retain the radiation exposure to crews as low as possible. The design criteria consists of the following items: (1) structural strength of vessel, (2) collision protective structure, (3) arrangement of holds, (4) stability after damage, (5) grounding protective structure, (6) cooling system, (7) tie-down equipment, (8) radiation inspection apparatus, (9) decontamination facilities, (10) emergency water flooding equipment for ship fire, (11) emergency electric sources, etc. Based on the design criteria a sea-going vessel names HINOURA-MARU has been reconstructed to transport spent fuel packages from nuclear power stations to the reprocessing plant

  13. A vapor feed methanol microfluidic fuel cell with high fuel and energy efficiency

    International Nuclear Information System (INIS)

    Wang, Yifei; Leung, Dennis Y.C.; Xuan, Jin; Wang, Huizhi

    2015-01-01

    Highlights: • A microfluidic fuel cell with a vapor feed anode is investigated. • Its advantages include simpler design, direct usage of methanol and better performance. • The prototype achieves a peak power density of 55.4 mW cm −2 under room temperature. • The energy efficiency of 9.4% is much higher than its liquid feed counterpart. - Abstract: In this paper, a prototype of methanol microfluidic fuel cell with vapor feed anode configuration is proposed to improve the fuel and energy efficiency of the conventional liquid feed methanol microfluidic fuel cells. Peak power density of 55.4 mW cm −2 can be achieved with this prototype under room temperature, which is 30% higher than its conventional liquid feed counterpart. Moreover, an energy efficiency of 9.4% is achieved, which is 27.5 times higher than its liquid feed counterpart. This superiority on both cell performance and energy efficiency is directly benefitted from its vapor feed anode configuration, which alleviates the fuel crossover, eliminates the fuel depletion boundary layer, and avoids the bulk anolyte wastage. The tradeoff between cell performance and fuel utilization for conventional liquid feed microfluidic fuel cells is also evaded

  14. Automotive fuel efficiency

    International Nuclear Information System (INIS)

    Abelson, P.H.

    1992-01-01

    For at least the remainder of this century, the United States faces a growing dependence on imported oil. Costs are substantial, and they will mount. In June 1992, net imports provided nearly 50% of supplies, and their cost was $4.3 billion. Cost of net imports of motor vehicles and parts amounted to $3.0 billion. The two items combined totaled more than the negative trade balance of $6.6 billion. The light-duty highway fleet alone accounted for 38.2% of U.S. oil consumption in 1988. Correspondingly, the fleet was a substantial emitter of air pollutants - NO x , CO, and nonmethane hydrocarbons. In addition, it was a major source of CO 2 . The twin problems of oil imports and pollution would be ameliorated if the fuel economy if cars and trucks could be improved and their emissions were also reduced. In principle, the mileage of US automobiles could be substantially improved. But on purchasing a car, U.S. buyers rank fuel efficiency eight when making their choice. They are attracted to options that lower mileage. Consumers also tend to prefer large cars over small ones for reasons of safety. Increasingly, buyers are purchasing light trucks and vans that have inferior fuel efficiency. As a result of the above trends, the average mileage of the US automotive fleet has been diminishing. As long as fuel is available at comparatively low prices and there is no federal requirement for better mileage, improvement is unlikely. Moreover, even if improvements were mandated, change would be slow

  15. Vault Nanoparticles Packaged with Enzymes as an Efficient Pollutant Biodegradation Technology.

    Science.gov (United States)

    Wang, Meng; Abad, Danny; Kickhoefer, Valerie A; Rome, Leonard H; Mahendra, Shaily

    2015-11-24

    Vault nanoparticles packaged with enzymes were synthesized as agents for efficiently degrading environmental contaminants. Enzymatic biodegradation is an attractive technology for in situ cleanup of contaminated environments because enzyme-catalyzed reactions are not constrained by nutrient requirements for microbial growth and often have higher biodegradation rates. However, the limited stability of extracellular enzymes remains a major challenge for practical applications. Encapsulation is a recognized method to enhance enzymatic stability, but it can increase substrate diffusion resistance, lower catalytic rates, and increase the apparent half-saturation constants. Here, we report an effective approach for boosting enzymatic stability by single-step packaging into vault nanoparticles. With hollow core structures, assembled vault nanoparticles can simultaneously contain multiple enzymes. Manganese peroxidase (MnP), which is widely used in biodegradation of organic contaminants, was chosen as a model enzyme in the present study. MnP was incorporated into vaults via fusion to a packaging domain called INT, which strongly interacts with vaults' interior surface. MnP fused to INT and vaults packaged with the MnP-INT fusion protein maintained peroxidase activity. Furthermore, MnP-INT packaged in vaults displayed stability significantly higher than that of free MnP-INT, with slightly increased Km value. Additionally, vault-packaged MnP-INT exhibited 3 times higher phenol biodegradation in 24 h than did unpackaged MnP-INT. These results indicate that the packaging of MnP enzymes in vault nanoparticles extends their stability without compromising catalytic activity. This research will serve as the foundation for the development of efficient and sustainable vault-based bioremediation approaches for removing multiple contaminants from drinking water and groundwater.

  16. Validation of a Video Analysis Software Package for Quantifying Movement Velocity in Resistance Exercises.

    Science.gov (United States)

    Sañudo, Borja; Rueda, David; Pozo-Cruz, Borja Del; de Hoyo, Moisés; Carrasco, Luis

    2016-10-01

    Sañudo, B, Rueda, D, del Pozo-Cruz, B, de Hoyo, M, and Carrasco, L. Validation of a video analysis software package for quantifying movement velocity in resistance exercises. J Strength Cond Res 30(10): 2934-2941, 2016-The aim of this study was to establish the validity of a video analysis software package in measuring mean propulsive velocity (MPV) and the maximal velocity during bench press. Twenty-one healthy males (21 ± 1 year) with weight training experience were recruited, and the MPV and the maximal velocity of the concentric phase (Vmax) were compared with a linear position transducer system during a standard bench press exercise. Participants performed a 1 repetition maximum test using the supine bench press exercise. The testing procedures involved the simultaneous assessment of bench press propulsive velocity using 2 kinematic (linear position transducer and semi-automated tracking software) systems. High Pearson's correlation coefficients for MPV and Vmax between both devices (r = 0.473 to 0.993) were observed. The intraclass correlation coefficients for barbell velocity data and the kinematic data obtained from video analysis were high (>0.79). In addition, the low coefficients of variation indicate that measurements had low variability. Finally, Bland-Altman plots with the limits of agreement of the MPV and Vmax with different loads showed a negative trend, which indicated that the video analysis had higher values than the linear transducer. In conclusion, this study has demonstrated that the software used for the video analysis was an easy to use and cost-effective tool with a very high degree of concurrent validity. This software can be used to evaluate changes in velocity of training load in resistance training, which may be important for the prescription and monitoring of training programmes.

  17. Waste Package Lifting Calculation

    International Nuclear Information System (INIS)

    H. Marr

    2000-01-01

    The objective of this calculation is to evaluate the structural response of the waste package during the horizontal and vertical lifting operations in order to support the waste package lifting feature design. The scope of this calculation includes the evaluation of the 21 PWR UCF (pressurized water reactor uncanistered fuel) waste package, naval waste package, 5 DHLW/DOE SNF (defense high-level waste/Department of Energy spent nuclear fuel)--short waste package, and 44 BWR (boiling water reactor) UCF waste package. Procedure AP-3.12Q, Revision 0, ICN 0, calculations, is used to develop and document this calculation

  18. Study on transport safety of refresh MOX fuel. Radiation dose from package hypothetically submerged into sea

    International Nuclear Information System (INIS)

    Tsumune, Daisuke; Suzuki; Hiroshi; Saegusa, Toshiari; Maruyama, Koki; Ito, Chihiro; Watabe, Naoto

    1999-01-01

    The sea transport of fresh MOX fuel from Europe to Japan is under planning. For the structure and equipment of transport ships for fresh MOX fuels, there is a special safety standard called the INF Code of IMO (International Maritime Organization). For transport of radioactive materials, there is a safety standard stipulated in Regulations for the Safe Transport of Radioactive Material issued by IAEA (International Atomic Energy Agency). Under those code and standard, fresh MOX fuel will be transported safely on the sea. However, a dose assessment has been made by assuming that a fresh MOX fuel package might be sunk into the sea by unexpected reasons. In the both cases for a package sunk at the coastal region and for that sunk at the ocean, the evaluated result of the dose equivalent by radiation exposure to the public are far below the dose equivalent limit of the ICRP recommendation (1 mSv/year). (author)

  19. Fuel-Efficient Road Vehicle Non-Engine Components

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2007-07-01

    The need to address global energy issues, i.e. energy security and climate change, is more urgent than ever. Road vehicles dominate global oil consumption and are one of the fastest growing energy end-uses. This paper studies policies and measures to improve on-road fuel efficiency of vehicles by focusing on energy efficiency of automobile components not generally considered in official fuel efficiency test, namely tyres, cooling technologies and lightings. In this paper, current policies and industry activities on these components are reviewed, fuel saving potential by the components analysed and possible policies to realise the potential recommended.

  20. LipiDex: An Integrated Software Package for High-Confidence Lipid Identification.

    Science.gov (United States)

    Hutchins, Paul D; Russell, Jason D; Coon, Joshua J

    2018-04-17

    State-of-the-art proteomics software routinely quantifies thousands of peptides per experiment with minimal need for manual validation or processing of data. For the emerging field of discovery lipidomics via liquid chromatography-tandem mass spectrometry (LC-MS/MS), comparably mature informatics tools do not exist. Here, we introduce LipiDex, a freely available software suite that unifies and automates all stages of lipid identification, reducing hands-on processing time from hours to minutes for even the most expansive datasets. LipiDex utilizes flexible in silico fragmentation templates and lipid-optimized MS/MS spectral matching routines to confidently identify and track hundreds of lipid species and unknown compounds from diverse sample matrices. Unique spectral and chromatographic peak purity algorithms accurately quantify co-isolation and co-elution of isobaric lipids, generating identifications that match the structural resolution afforded by the LC-MS/MS experiment. During final data filtering, ionization artifacts are removed to significantly reduce dataset redundancy. LipiDex interfaces with several LC-MS/MS software packages, enabling robust lipid identification to be readily incorporated into pre-existing data workflows. Copyright © 2018 Elsevier Inc. All rights reserved.

  1. An integrated expert system for optimum in core fuel management

    International Nuclear Information System (INIS)

    Abd Elmoatty, Mona S.; Nagy, M.S.; Aly, Mohamed N.; Shaat, M.K.

    2011-01-01

    Highlights: → An integrated expert system constructed for optimum in core fuel management. → Brief discussion of the ESOIFM Package modules, inputs and outputs. → Package was applied on the DALAT Nuclear Research Reactor (0.5 MW). → The Package verification showed good agreement. - Abstract: An integrated expert system called Efficient and Safe Optimum In-core Fuel Management (ESOIFM Package) has been constructed to achieve an optimum in core fuel management and automate the process of data analysis. The Package combines the constructed mathematical models with the adopted artificial intelligence techniques. The paper gives a brief discussion of the ESOIFM Package modules, inputs and outputs. The Package was applied on the DALAT Nuclear Research Reactor (0.5 MW). Moreover, the data of DNRR have been used as a case study for testing and evaluation of ESOIFM Package. This paper shows the comparison between the ESOIFM Package burn-up results, the DNRR experimental burn-up data, and other DNRR Codes burn-up results. The results showed good agreement.

  2. Implementation of the INSPECT software package for statistical calculation in nuclear material accountability

    International Nuclear Information System (INIS)

    Marzo, M.A.S.

    1986-01-01

    The INSPECT software package was developed in the Pacific Northwest Laboratory for statistical calculations in nuclear material accountability. The programs apply the inspection and evaluation methodology described in Part of the Safeguards Technical Manual. In this paper the implementation of INSPECT at the Safeguards Division of CNEN, and the main characteristics of INSPECT are described. The potential applications of INSPECT to the nuclear material accountability is presented. (Author) [pt

  3. Dedicated software for diffractive optics design and simulation

    International Nuclear Information System (INIS)

    Firsov, A; Brzhezinskaya, M; Erko, A; Firsov, A; Svintsov, A

    2013-01-01

    An efficient software package for the structure design and simulation of imaging properties of diffraction optical elements has been developed. It operates with point source and consists of: the ZON software, to calculate the structure of an optical element in transmission and reflection; the KRGF software, to simulate the diffraction properties of an ideal optical element with point source; the DS software, to calculate the diffraction properties by taking into consideration material and shadowing effects. Optional software allows simulation with a real non-point source. Zone plate thickness profile, source shape as well as substrate curvature are considered in this calculation. This is especially important for the diffractive focusing elements and gratings at a total external reflection, given that the lateral size of the structure can be up to 1 m. The program package can be used in combination with the Nanomaker software to prepare data for ion and e-beam surface modifications and corrections.

  4. Calculation Software versus Illustration Software for Teaching Statistics

    DEFF Research Database (Denmark)

    Mortensen, Peter Stendahl; Boyle, Robin G.

    1999-01-01

    As personal computers have become more and more powerful, so have the software packages available to us for teaching statistics. This paper investigates what software packages are currently being used by progressive statistics instructors at university level, examines some of the deficiencies...... of such software, and indicates features that statistics instructors wish to have incorporated in software in the future. The basis of the paper is a survey of participants at ICOTS-5 (the Fifth International Conference on Teaching Statistics). These survey results, combined with the software based papers...

  5. A comparison of six software packages for evaluation of solid lung nodules using semi-automated volumetry: What is the minimum increase in size to detect growth in repeated CT examinations

    International Nuclear Information System (INIS)

    Hoop, Bartjan de; Gietema, Hester; Prokop, Mathias; Ginneken, Bram van; Zanen, Pieter; Groenewegen, Gerard

    2009-01-01

    We compared interexamination variability of CT lung nodule volumetry with six currently available semi-automated software packages to determine the minimum change needed to detect the growth of solid lung nodules. We had ethics committee approval. To simulate a follow-up examination with zero growth, we performed two low-dose unenhanced CT scans in 20 patients referred for pulmonary metastases. Between examinations, patients got off and on the table. Volumes of all pulmonary nodules were determined on both examinations using six nodule evaluation software packages. Variability (upper limit of the 95% confidence interval of the Bland-Altman plot) was calculated for nodules for which segmentation was visually rated as adequate. We evaluated 214 nodules (mean diameter 10.9 mm, range 3.3 mm-30.0 mm). Software packages provided adequate segmentation in 71% to 86% of nodules (p < 0.001). In case of adequate segmentation, variability in volumetry between scans ranged from 16.4% to 22.3% for the various software packages. Variability with five to six software packages was significantly less for nodules ≥8 mm in diameter (range 12.9%-17.1%) than for nodules <8 mm (range 18.5%-25.6%). Segmented volumes of each package were compared to each of the other packages. Systematic volume differences were detected in 11/15 comparisons. This hampers comparison of nodule volumes between software packages. (orig.)

  6. Packaging and transport case of test fuel assembly irradiated in the Creys-Malville reactor

    International Nuclear Information System (INIS)

    Geffroy, J.; Vivien, J.; Pouard, M.; Dujardin, G.N.; Veron, B.; Michoux, H.

    1986-06-01

    Some irradiated fuel assemblies from the fast neutron Creys Malville reactor will be sent to hot laboratories to follow fuel behavior. These test assemblies will be examined after a limited cooling time and transport is realized at high residual power (about 10kW) and cladding temperature should not rise over 500deg C. The fuel assemblies are not dismantled and transported into sodium. The assembly is placed into a case containing sodium plugged and put into a packaging. Dimensioning, thermal behavior, radiation protection and containment are examined [fr

  7. EQ3/6, a software package for geochemical modeling of aqueous systems: Package overview and installation guide (Version 7.0)

    Energy Technology Data Exchange (ETDEWEB)

    Wolery, T.J.

    1992-09-14

    EQ3/6 is a software package for geochemical modeling of aqueous systems. This report describes version 7.0. The major components of the package include: EQ3NR, a speciation-solubility code; EQ6, a reaction path code which models water/rock interaction or fluid mixing in either a pure reaction progress mode or a time mode; EQPT, a data file preprocessor, EQLIB, a supporting software library; and five supporting thermodynamic data files. The software deals with the concepts of thermodynamic equilibrium, thermodynamic disequilibrium, and reaction kinetics. The five supporting data files contain both standard state and activity coefficient-related data. Three support the use of the Davies or B-dot equations for the activity coefficients; the other two support the use of Pitzer`s equations. The temperature range of the thermodynamic data on the data files varies from 25{degree}C only to 0--300{degree}C. EQPT takes a formatted data file (a data0 file) and writes an unformatted near-equivalent called a datal file, which is actually the form read by EQ3NR and EQ6. EQ3NR is useful for analyzing groundwater chemistry data, calculating solubility limits, and determining whether certain reactions are in states of partial equilibrium or disequilibrium. It is also required to initialize an EQ6 calculation. EQ6 models the consequences of reacting an aqueous solution with a set of reactants which react irreversibly. It can also model fluid mixing and the consequences of changes in temperature. This code operates both in a pure reaction progress frame and in a time frame.

  8. PCG: A software package for the iterative solution of linear systems on scalar, vector and parallel computers

    Energy Technology Data Exchange (ETDEWEB)

    Joubert, W. [Los Alamos National Lab., NM (United States); Carey, G.F. [Univ. of Texas, Austin, TX (United States)

    1994-12-31

    A great need exists for high performance numerical software libraries transportable across parallel machines. This talk concerns the PCG package, which solves systems of linear equations by iterative methods on parallel computers. The features of the package are discussed, as well as techniques used to obtain high performance as well as transportability across architectures. Representative numerical results are presented for several machines including the Connection Machine CM-5, Intel Paragon and Cray T3D parallel computers.

  9. Advances in the development of the PIXEKLM-TPI software package

    International Nuclear Information System (INIS)

    Uzonyi, I.; Szabo, Gy.

    2005-01-01

    Complete text of publication follows. During the past decade great effort has been devoted to the developments of various local analytical methods which are capable to analyze small volumes of a sample (in the range of some μm 3 ) by high lateral and/or depth resolution. Among the Ion Beam Analytical (IBA) methods, Particle Induced X-Ray Fluorescence Emission (PIXE) analysis has been used for qualitative elemental imaging for a long time. Nevertheless, production of quantitative images is still a challenging and unresolved problem in general. Ryan and his co-workers were the first who developed a software package (GeoPIXE) for on-line quantitative mapping which is capable to analyze especially thick samples. Some years ago we also started to develop quantitative PIXE imaging software and suggested a different approach for the compensation of matrix effects and sample thickness. It is based on the rapid matrix transform method called Dynamic Analysis which directly converts the spectrum vector (S) into the concentration vector (C) in terms of the matrix Γ. We modified the earlier version of the PIXEKLM program in order to calculate the Γ matrix for materials of any thickness. Furthermore, we have developed a windows-based program (True PIXE Imaging, TPI) which calculates elemental distributions on a pixel by pixel basis and creates so called elemental images from them in bit map form using colour bars. The basic part of the new program package was published in 2005. During the past year much efforts has been devoted to develop various new options such as visualization of spectrum components in order to make the program more user-friendly and applicable. In the figure below the decomposed PIXE spectrum of an industrial material is visualized. (author)

  10. REIDAC. A software package for retrospective dose assessment in internal contamination with radionuclides

    International Nuclear Information System (INIS)

    Kurihara, Osamu; Kanai, Katsuta; Takada, Chie; Takasaki, Koji; Ito, Kimio; Momose, Takumaro; Hato, Shinji; Ikeda, Hiroshi; Oeda, Mikihiro; Kurosawa, Naohiro; Fukutsu, Kumiko; Yamada, Yuji; Akashi, Makoto

    2007-01-01

    For cases of internal contamination with radionuclides, it is necessary to perform an internal dose assessment to facilitate radiation protection. For this purpose, the ICRP has supplied the dose coefficients and the retention and excretion rates for various radionuclides. However, these dosimetric quantities are calculated under typical conditions and are not necessarily detailed enough for dose assessment situations in which specific information on the incident or/and individual biokinetic characteristics could or should be taken into account retrospectively. This paper describes a newly developed PC-based software package called Retrospective Internal Dose Assessment Code (REIDAC) that meets the needs of retrospective dose assessment. REIDAC is made up of a series of calculation programs and a package of software. The former calculates the dosimetric quantities for any radionuclide being assessed and the latter provides a user with the graphical user interface (GUI) for executing the programs, editing parameter values and displaying results. The accuracy of REIDAC was verified by comparisons with dosimetric quantities given in the ICRP publications. This paper presents the basic structure of REIDAC and its calculation methods. Sensitivity analysis of the aerosol size for 239 Pu compounds and provisional calculations for wound contamination with 241 Am were performed as examples of the practical application of REIDAC. (author)

  11. INSPECT: A graphical user interface software package for IDARC-2D

    Science.gov (United States)

    AlHamaydeh, Mohammad; Najib, Mohamad; Alawnah, Sameer

    Modern day Performance-Based Earthquake Engineering (PBEE) pivots about nonlinear analysis and its feasibility. IDARC-2D is a widely used and accepted software for nonlinear analysis; it possesses many attractive features and capabilities. However, it is operated from the command prompt in the DOS/Unix systems and requires elaborate text-based input files creation by the user. To complement and facilitate the use of IDARC-2D, a pre-processing GUI software package (INSPECT) is introduced herein. INSPECT is created in the C# environment and utilizes the .NET libraries and SQLite database. Extensive testing and verification demonstrated successful and high-fidelity re-creation of several existing IDARC-2D input files. Its design and built-in features aim at expediting, simplifying and assisting in the modeling process. Moreover, this practical aid enhances the reliability of the results and improves accuracy by reducing and/or eliminating many potential and common input mistakes. Such benefits would be appreciated by novice and veteran IDARC-2D users alike.

  12. Decon2LS: An open-source software package for automated processing and visualization of high resolution mass spectrometry data.

    Science.gov (United States)

    Jaitly, Navdeep; Mayampurath, Anoop; Littlefield, Kyle; Adkins, Joshua N; Anderson, Gordon A; Smith, Richard D

    2009-03-17

    biological sample. Decon2LS is an efficient software package for discovering and visualizing features in proteomics studies that require automated interpretation of mass spectra. Besides being easy to use, fast, and reliable, Decon2LS is also open-source, which allows developers in the proteomics and bioinformatics communities to reuse and refine the algorithms to meet individual needs.Decon2LS source code, installer, and tutorials may be downloaded free of charge at http://http:/ncrr.pnl.gov/software/.

  13. The BaBar Software Architecture and Infrastructure

    International Nuclear Information System (INIS)

    Cosmo, Gabriele

    2003-01-01

    The BaBar experiment has in place since 1995 a software release system (SRT Software Release Tools) based on CVS (Concurrent Version System) which is in common for all the software developed for the experiment, online or offline, simulation or reconstruction. A software release is a snapshot of all BaBar code (online, offline, utilities, scripts, makefiles, etc.). This set of code is tested to work together, and is indexed by a release number (e.g., 6.8.2) so a user can refer to a particular release and get reproducible results. A release will involve particular versions of packages. A package generally consists of a set of code for a particular task, together with a GNU makefile, scripts and documentation. All BaBar software is maintained in AFS (Andrew File System) directories, so the code is accessible worldwide within the Collaboration. The combination SRT, CVS, AFS, has demonstrated to be a valid, powerful and efficient way of organizing the software infrastructure of a modern HEP experiment with collaborating Institutes distributed worldwide, both in a development and production phase

  14. Safety demonstration analyses for severe accident of fresh nuclear fuel transport packages at JAERI

    International Nuclear Information System (INIS)

    Yamada, K.; Watanabe, K.; Nomura, Y.; Okuno, H.; Miyoshi, Y.

    2004-01-01

    It is expected in the near future that more and more fresh nuclear fuel will be transported in a variety of transport packages to cope with increasing demand from nuclear fuel cycle facilities. Accordingly, safety demonstration analyses of these methods are planned and conducted at JAERI under contract with the Ministry of Economy, Trade and Industry of Japan. These analyses are conducted part of a four year plan from 2001 to 2004 to verify integrity of packaging against leakage of radioactive material in the case of a severe accident envisioned to occur during transportation, for the purpose of gaining public acceptance of such nuclear fuel activities. In order to create the accident scenarios, actual transportation routes were surveyed, accident or incident records were tracked, international radioactive material transport regulations such as IAEA rules were investigated and, thus, accident conditions leading to mechanical damage and thermal failure were selected for inclusion in the scenario. As a result, the worst-case conditions of run-off-the-road accidents were incorporated, where there is impact against a concrete or asphalt surface. Fire accidents were assumed to occur after collision with a tank truck carrying lots of inflammable material or destruction by fire after collision inside a tunnel. The impact analyses were performed by using three-dimensional elements according to the general purpose impact analysis code LS-DYNA. Leak-tightness of the package was maintained even in the severe impact accident scenario. In addition, the thermal analyses were performed by using two-dimensional elements according to the general purpose finite element method computer code ABAQUS. As a result of these analyses, the integrity of the inside packaging component was found to be sufficient to maintain a leak-tight state, confirming its safety

  15. A roadmap to continuous integration for ATLAS software development

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00132984; The ATLAS collaboration; Elmsheuser, Johannes; Obreshkov, Emil; Krasznahorkay, Attila

    2017-01-01

    The ATLAS software infrastructure facilitates efforts of more than 1000 developers working on the code base of 2200 packages with 4 million C++ and 1.4 million python lines. The ATLAS offline code management system is the powerful, flexible framework for processing new package versions requests, probing code changes in the Nightly Build System, migration to new platforms and compilers, deployment of production releases for worldwide access and supporting physicists with tools and interfaces for efficient software use. It maintains multi-stream, parallel development environment with about 70 multi-platform branches of nightly releases and provides vast opportunities for testing new packages, for verifying patches to existing software and for migrating to new platforms and compilers. The system evolution is currently aimed on the adoption of modern continuous integration (CI) practices focused on building nightly releases early and often, with rigorous unit and integration testing. This paper describes the CI ...

  16. A Roadmap to Continuous Integration for ATLAS Software Development

    CERN Document Server

    Elmsheuser, Johannes; The ATLAS collaboration; Obreshkov, Emil; Undrus, Alexander

    2016-01-01

    The ATLAS software infrastructure facilitates efforts of more than 1000 developers working on the code base of 2200 packages with 4 million C++ and 1.4 million python lines. The ATLAS offline code management system is the powerful, flexible framework for processing new package versions requests, probing code changes in the Nightly Build System, migration to new platforms and compilers, deployment of production releases for worldwide access and supporting physicists with tools and interfaces for efficient software use. It maintains multi-stream, parallel development environment with about 70 multi-platform branches of nightly releases and provides vast opportunities for testing new packages, for verifying patches to existing software and for migrating to new platforms and compilers. The system evolution is currently aimed on the adoption of modern continuous integration (CI) practices focused on building nightly releases early and often, with rigorous unit and integration testing. This presentation describes t...

  17. Nonlinear analysis of reinforced concrete structures using software package abaqus

    Directory of Open Access Journals (Sweden)

    Marković Nemanja

    2014-01-01

    Full Text Available Reinforced concrete (AB is characterized by huge inhomogeneity resulting from the material characteristics of the concrete, then, quasi-brittle behavior during failure. These and other phenomena require the introduction of material nonlinearity in the modeling of reinforced concrete structures. This paper presents the modeling reinforced concrete in the software package ABAQUS. A brief theoretical overview is presented of methods such as: Concrete Damage Plasticity (CDP, Smeared Concrete Cracking (CSC, Cap Plasticity (CP and Drucker-Prager model (DPM. We performed a nonlinear analysis of two-storey reinforced concrete frame by applying CDP method for modeling material nonlinearity of concrete. We have analyzed damage zones, crack propagation and loading-deflection ratio.

  18. Software Cuts Homebuilding Costs, Increases Energy Efficiency

    Science.gov (United States)

    2015-01-01

    To sort out the best combinations of technologies for a crewed mission to Mars, NASA Headquarters awarded grants to MIT's Department of Aeronautics and Astronautics to develop an algorithm-based software tool that highlights the most reliable and cost-effective options. Utilizing the software, Professor Edward Crawley founded Cambridge, Massachussetts-based Ekotrope, which helps homebuilders choose cost- and energy-efficient floor plans and materials.

  19. The incorporation of boron in fissile transport packages for the transport and interim storage of irradiated light water reactor fuels

    International Nuclear Information System (INIS)

    Hunter, I.J.

    1998-01-01

    Boron is widely used in the nuclear industry for capturing neutrons and it is particularly useful in the criticality control of packages for the transport and interim storage of irradiated light water reactor fuels. Such fuels are typically located in an internal frame of stainless steel or aluminium, referred to as a basket, which locates the fuel assemblies in channels. Transnucleaire has designed and supplied more than 100 baskets of varying types during the past 30 years. Boron has been incorporated in many forms. Early designs of baskets used boron in specific zones to contribute to the control of criticality. Later developments in new materials dispersed boron throughout the basket and gave designers more options for the basic forms which make up the channels. New basket concepts have been developed by Transnucleaire to meet the changing market needs for transport and interim storage and boron continues to play an important role as an efficient thermal neutron absorber. (author)

  20. Comparative evaluations of the Monte Carlo-based light propagation simulation packages for optical imaging

    Directory of Open Access Journals (Sweden)

    Lin Wang

    2018-01-01

    Full Text Available Monte Carlo simulation of light propagation in turbid medium has been studied for years. A number of software packages have been developed to handle with such issue. However, it is hard to compare these simulation packages, especially for tissues with complex heterogeneous structures. Here, we first designed a group of mesh datasets generated by Iso2Mesh software, and used them to cross-validate the accuracy and to evaluate the performance of four Monte Carlo-based simulation packages, including Monte Carlo model of steady-state light transport in multi-layered tissues (MCML, tetrahedron-based inhomogeneous Monte Carlo optical simulator (TIMOS, Molecular Optical Simulation Environment (MOSE, and Mesh-based Monte Carlo (MMC. The performance of each package was evaluated based on the designed mesh datasets. The merits and demerits of each package were also discussed. Comparative results showed that the TIMOS package provided the best performance, which proved to be a reliable, efficient, and stable MC simulation package for users.

  1. Design and Implement a MapReduce Framework for Executing Standalone Software Packages in Hadoop-based Distributed Environments

    Directory of Open Access Journals (Sweden)

    Chao-Chun Chen

    2013-12-01

    Full Text Available The Hadoop MapReduce is the programming model of designing the auto scalable distributed computing applications. It provides developer an effective environment to attain automatic parallelization. However, most existing manufacturing systems are arduous and restrictive to migrate to MapReduce private cloud, due to the platform incompatible and tremendous complexity of system reconstruction. For increasing the efficiency of manufacturing systems with minimum modification of existing systems, we design a framework in this thesis, called MC-Framework: Multi-uses-based Cloudizing-Application Framework. It provides the simple interface to users for fairly executing requested tasks worked with traditional standalone software packages in MapReduce-based private cloud environments. Moreover, this thesis focuses on the multiuser workloads, but the default Hadoop scheduling scheme, i.e., FIFO, would increase delay under multiuser scenarios. Hence, we also propose a new scheduling mechanism, called Job-Sharing Scheduling, to explore and fairly share the jobs to machines in the MapReduce-based private cloud. Then, we prototype an experimental virtual-metrology module of a manufacturing system as a case study to verify and analysis the proposed MC-Framework. The results of our experiments indicate that our proposed framework enormously improved the time performance compared with the original package.

  2. SWISTRACK - AN OPEN SOURCE, SOFTWARE PACKAGE APPLICABLE TO TRACKING OF FISH LOCOMOTION AND BEHAVIOUR

    DEFF Research Database (Denmark)

    Steffensen, John Fleng

    2010-01-01

    including swimming speed, acceleration and directionality of movements as well as the examination of locomotory panems during swimming. SWiSlrdL:k, a [n: t; and downloadable software package (available from www.sourceforge.com) is widely used for tracking robots, humans and other animals. Accordingly......, Swistrack can be easily adopted for the tracking offish. Benefits associated with the free software include: • Contrast or marker based tracking enabling tracking of either the whole animal, or tagged marks placed upon the animal • The ability to track multiple tags placed upon an individual animal • Highly...... effective background subtraction algorithms and filters ensuring smooth tracking of fish • Application of tags of different colour enables the software to track multiple fish without the problem of track exchange between individuals • Low processing requirements enable tracking in real-time • Further...

  3. Graphical representation of ribosomal RNA probe accessibility data using ARB software package

    Directory of Open Access Journals (Sweden)

    Amann Rudolf

    2005-03-01

    Full Text Available Abstract Background Taxon specific hybridization probes in combination with a variety of commonly used hybridization formats nowadays are standard tools in microbial identification. A frequently applied technology, fluorescence in situ hybridization (FISH, besides single cell identification, allows the localization and functional studies of the microbial community composition. Careful in silico design and evaluation of potential oligonucleotide probe targets is therefore crucial for performing successful hybridization experiments. Results The PROBE Design tools of the ARB software package take into consideration several criteria such as number, position and quality of diagnostic sequence differences while designing oligonucleotide probes. Additionally, new visualization tools were developed to enable the user to easily examine further sequence associated criteria such as higher order structure, conservation, G+C content, transition-transversion profiles and in situ target accessibility patterns. The different types of sequence associated information (SAI can be visualized by user defined background colors within the ARB primary and secondary structure editors as well as in the PROBE Match tool. Conclusion Using this tool, in silico probe design and evaluation can be performed with respect to in situ probe accessibility data. The evaluation of proposed probe targets with respect to higher-order rRNA structure is of importance for successful design and performance of in situ hybridization experiments. The entire ARB software package along with the probe accessibility data is available from the ARB home page http://www.arb-home.de.

  4. A new vector radiative transfer model as a part of SCIATRAN 3.0 software package.

    Science.gov (United States)

    Rozanov, Alexei; Rozanov, Vladimir; Burrows, John P.

    The SCIATRAN 3.0 package is a result of further development of the SCIATRAN 2.x software family which, similar to previous versions, comprises a radiative transfer model and a retrieval block. A major improvement was achieved in comparison to previous software versions by adding the vector mode to the radiative transfer model. Thus, the well-established Discrete Ordinate solver can now be run in the vector mode to calculate the scattered solar radiation including polarization, i.e., to simulate all four components of the Stockes vector. Similar to the scalar version, the simulations can be performed for any viewing geometry typical for atmospheric observations in the UV-Vis-NIR spectral range (nadir, limb, off-axis, etc.) as well as for any observer position within or outside the Earth's atmosphere. Similar to the precursor version, the new model is freely available for non-commercial use via the web page of the University of Bremen. In this presentation a short description of the software package, especially of the new vector radiative transfer model will be given, including remarks on the availability for the scientific community. Furthermore, comparisons to other vector models will be shown and some example problems will be considered where the polarization of the observed radiation must be accounted for to obtain high quality results.

  5. Use of depleted uranium silicate glass to minimize release of radionuclides from spent nuclear fuel waste packages

    International Nuclear Information System (INIS)

    Forsberg, C.W.

    1996-01-01

    A Depleted Uranium Silicate Container Backfill System (DUSCOBS) is proposed that would use small, isotopically-depleted uranium silicate glass beads as a backfill material inside repository waste packages containing spent nuclear fuel (SNF). The uranium silicate glass beads would fill the void space inside the package including the coolant channels inside SNF assemblies. Based on preliminary analysis, the following benefits have been identified. DUSCOBS improves repository waste package performance by three mechanisms. First, it reduces the radionuclide releases from SNF when water enters the waste package by creating a local uranium silicate saturated groundwater environment that suppresses (a) the dissolution and/or transformation of uranium dioxide fuel pellets and, hence, (b) the release of radionuclides incorporated into the SNF pellets. Second, the potential for long-term nuclear criticality is reduced by isotopic exchange of enriched uranium in SNF with the depleted uranium (DU) in the glass. Third, the backfill reduces radiation interactions between SNF and the local environment (package and local geology) and thus reduces generation of hydrogen, acids, and other chemicals that degrade the waste package system. Finally, DUSCOBS provides a potential method to dispose of significant quantities of excess DU from uranium enrichment plants at potential economic savings. DUSCOBS is a new concept. Consequently, the concept has not been optimized or demonstrated in laboratory experiments

  6. Development of interactive software for fuel management analysis

    International Nuclear Information System (INIS)

    Graves, H.W. Jr.

    1986-01-01

    Electronic computation plays a central part in engineering analysis of all types. Utilization of microcomputers for calculations that were formerly carried out on large mainframe computers presents a unique opportunity to develop software that not only takes advantage of the lower cost of using these machines, but also increases the efficiency of the engineers performing these calculations. This paper reviews the use of electronic computers in engineering analysis, discusses the potential for microcomputer utilization in this area, and describes a series of steps to be followed in software development that can yield significant gains in engineering design efficiency

  7. 10 CFR 431.86 - Uniform test method for the measurement of energy efficiency of commercial packaged boilers.

    Science.gov (United States)

    2010-01-01

    ... efficiency of commercial packaged boilers. 431.86 Section 431.86 Energy DEPARTMENT OF ENERGY ENERGY... Boilers Test Procedures § 431.86 Uniform test method for the measurement of energy efficiency of... packaged boiler equipment classes. (B) On or after March 2, 2012, conduct the thermal efficiency test as...

  8. Quantitation of magnetic resonance spectroscopy signals: the jMRUI software package

    International Nuclear Information System (INIS)

    Stefan, D; Andrasescu, A; Cesare, F Di; Popa, E; Lazariev, A; Graveron-Demilly, D; Vescovo, E; Williams, S; Strbak, O; Starcuk, Z; Cabanas, M; Van Ormondt, D

    2009-01-01

    The software package jMRUI with Java-based graphical user interface enables user-friendly time-domain analysis of magnetic resonance spectroscopy (MRS) and spectroscopic imaging (MRSI) and HRMAS-NMR signals. Version 3.x has been distributed in more than 1200 groups or hospitals worldwide. The new version 4.x is a plug-in platform enabling the users to add their own algorithms. Moreover, it offers new functionalities compared to versions 3.x. The quantum-mechanical simulator based on NMR-SCOPE, the quantitation algorithm QUEST and the main MRSI functionalities are described. Quantitation results of signals obtained in vivo from a mouse and a human brain are given

  9. Lung nodule volumetry: segmentation algorithms within the same software package cannot be used interchangeably

    Energy Technology Data Exchange (ETDEWEB)

    Ashraf, H.; Bach, K.S.; Hansen, H. [Copenhagen University, Department of Radiology, Gentofte Hospital, Hellerup (Denmark); Hoop, B. de [University Medical Centre Utrecht, Department of Radiology, Utrecht (Netherlands); Shaker, S.B.; Dirksen, A. [Copenhagen University, Department of Respiratory Medicine, Gentofte Hospital, Hellerup (Denmark); Prokop, M. [University Medical Centre Utrecht, Department of Radiology, Utrecht (Netherlands); Radboud University Nijmegen, Department of Radiology, Nijmegen (Netherlands); Pedersen, J.H. [Copenhagen University, Department of Cardiothoracic Surgery RT, Rigshospitalet, Copenhagen (Denmark)

    2010-08-15

    We examined the reproducibility of lung nodule volumetry software that offers three different volumetry algorithms. In a lung cancer screening trial, 188 baseline nodules >5 mm were identified. Including follow-ups, these nodules formed a study-set of 545 nodules. Nodules were independently double read by two readers using commercially available volumetry software. The software offers readers three different analysing algorithms. We compared the inter-observer variability of nodule volumetry when the readers used the same and different algorithms. Both readers were able to correctly segment and measure 72% of nodules. In 80% of these cases, the readers chose the same algorithm. When readers used the same algorithm, exactly the same volume was measured in 50% of readings and a difference of >25% was observed in 4%. When the readers used different algorithms, 83% of measurements showed a difference of >25%. Modern volumetric software failed to correctly segment a high number of screen detected nodules. While choosing a different algorithm can yield better segmentation of a lung nodule, reproducibility of volumetric measurements deteriorates substantially when different algorithms were used. It is crucial even in the same software package to choose identical parameters for follow-up. (orig.)

  10. Lung nodule volumetry: segmentation algorithms within the same software package cannot be used interchangeably

    International Nuclear Information System (INIS)

    Ashraf, H.; Bach, K.S.; Hansen, H.; Hoop, B. de; Shaker, S.B.; Dirksen, A.; Prokop, M.; Pedersen, J.H.

    2010-01-01

    We examined the reproducibility of lung nodule volumetry software that offers three different volumetry algorithms. In a lung cancer screening trial, 188 baseline nodules >5 mm were identified. Including follow-ups, these nodules formed a study-set of 545 nodules. Nodules were independently double read by two readers using commercially available volumetry software. The software offers readers three different analysing algorithms. We compared the inter-observer variability of nodule volumetry when the readers used the same and different algorithms. Both readers were able to correctly segment and measure 72% of nodules. In 80% of these cases, the readers chose the same algorithm. When readers used the same algorithm, exactly the same volume was measured in 50% of readings and a difference of >25% was observed in 4%. When the readers used different algorithms, 83% of measurements showed a difference of >25%. Modern volumetric software failed to correctly segment a high number of screen detected nodules. While choosing a different algorithm can yield better segmentation of a lung nodule, reproducibility of volumetric measurements deteriorates substantially when different algorithms were used. It is crucial even in the same software package to choose identical parameters for follow-up. (orig.)

  11. Radiative transfer modeling through terrestrial atmosphere and ocean accounting for inelastic processes: Software package SCIATRAN

    Science.gov (United States)

    Rozanov, V. V.; Dinter, T.; Rozanov, A. V.; Wolanin, A.; Bracher, A.; Burrows, J. P.

    2017-06-01

    SCIATRAN is a comprehensive software package which is designed to model radiative transfer processes in the terrestrial atmosphere and ocean in the spectral range from the ultraviolet to the thermal infrared (0.18-40 μm). It accounts for multiple scattering processes, polarization, thermal emission and ocean-atmosphere coupling. The main goal of this paper is to present a recently developed version of SCIATRAN which takes into account accurately inelastic radiative processes in both the atmosphere and the ocean. In the scalar version of the coupled ocean-atmosphere radiative transfer solver presented by Rozanov et al. [61] we have implemented the simulation of the rotational Raman scattering, vibrational Raman scattering, chlorophyll and colored dissolved organic matter fluorescence. In this paper we discuss and explain the numerical methods used in SCIATRAN to solve the scalar radiative transfer equation including trans-spectral processes, and demonstrate how some selected radiative transfer problems are solved using the SCIATRAN package. In addition we present selected comparisons of SCIATRAN simulations with those published benchmark results, independent radiative transfer models, and various measurements from satellite, ground-based, and ship-borne instruments. The extended SCIATRAN software package along with a detailed User's Guide is made available for scientists and students, who are undertaking their own research typically at universities, via the web page of the Institute of Environmental Physics (IUP), University of Bremen: http://www.iup.physik.uni-bremen.de.

  12. An Object-Oriented Serial DSMC Simulation Package

    Science.gov (United States)

    Liu, Hongli; Cai, Chunpei

    2011-05-01

    A newly developed three-dimensional direct simulation Monte Carlo (DSMC) simulation package, named GRASP ("Generalized Rarefied gAs Simulation Package"), is reported in this paper. This package utilizes the concept of simulation engine, many C++ features and software design patterns. The package has an open architecture which can benefit further development and maintenance of the code. In order to reduce the engineering time for three-dimensional models, a hybrid grid scheme, combined with a flexible data structure compiled by C++ language, are implemented in this package. This scheme utilizes a local data structure based on the computational cell to achieve high performance on workstation processors. This data structure allows the DSMC algorithm to be very efficiently parallelized with domain decomposition and it provides much flexibility in terms of grid types. This package can utilize traditional structured, unstructured or hybrid grids within the framework of a single code to model arbitrarily complex geometries and to simulate rarefied gas flows. Benchmark test cases indicate that this package has satisfactory accuracy for complex rarefied gas flows.

  13. Spent nuclear fuel project design basis capacity study

    International Nuclear Information System (INIS)

    Cleveland, K.J.

    1998-01-01

    A parametric study of the Spent Nuclear Fuel Project system capacity is presented. The study was completed using a commercially available software package to develop a summary level model of the major project systems. A base case, reflecting the Fiscal Year 1998 process configuration, is evaluated. Parametric evaluations are also considered, investigating the impact of higher fuel retrieval system productivity and reduced shift operations at the canister storage building on total project duration

  14. Impact of inlet fogging and fuels on power and efficiency of gas turbine plants

    Directory of Open Access Journals (Sweden)

    Basha Mehaboob

    2013-01-01

    Full Text Available A computational study to assess the performance of different gas turbine power plant configurations is presented in this paper. The work includes the effect of humidity, ambient inlet air temperature and types of fuels on gas turbine plant configurations with and without fogger unit. Investigation also covers economic analysis and effect of fuels on emissions. GT frames of various sizes/ratings are being used in gas turbine power plants in Saudi Arabia. 20 MWe GE 5271RA, 40 MWe GE-6561B and 70 MWe GE-6101FA frames are selected for the present study. Fogger units with maximum mass flow rate of 2 kg/s are considered for the present analysis. Reverse Osmosis unit of capacity 4 kg/s supplies required water to the fogger units. GT PRO software has been used for carrying out the analysis including; net plant output and net efficiency, break even electricity price and break even fuel LHV price etc., for a given location of Saudi Arabia. The relative humidity and temperature have been varied from 30 to 45 % and from 80 to 100° F, respectively. Fuels considered in the study are natural gas, diesel and heavy bunker oil. Simulated gas turbine plant output from GT PRO has been validated against an existing gas turbine plant output. It has been observed that the simulated plant output is less than the existing gas turbine plant output by 5%. Results show that variation of humidity does not affect the gas turbine performance appreciably for all types of fuels. For a decrease of inlet air temperature by 10 °F, net plant output and efficiency have been found to increase by 5 and 2 %, respectively for all fuels, for GT only situation. However, for GT with Fogger scenario, for a decrease of inlet air temperature by 10 °F, net plant output and efficiency have been found to further increase by 3.2 and 1.2 %, respectively for all fuels. For all GT frames with fogger, the net plant output and efficiency are relatively higher as compared to GT only case for all

  15. A stable murine-based RD114 retroviral packaging line efficiently transduces human hematopoietic cells.

    Science.gov (United States)

    Ward, Maureen; Sattler, Rose; Grossman, I Robert; Bell, Anthony J; Skerrett, Donna; Baxi, Laxmi; Bank, Arthur

    2003-11-01

    Several barriers exist to high-efficiency transfer of therapeutic genes into human hematopoietic stem cells (HSCs) using complex oncoretroviral vectors. Human clinical trials to date have used Moloney leukemia virus-based amphotropic and gibbon ape leukemia virus-based envelopes in stable retroviral packaging lines. However, retroviruses pseudotyped with these envelopes have low titers due to the inability to concentrate viral supernatants efficiently by centrifugation without damaging the virus and low transduction efficiencies because of low-level expression of viral target receptors on human HSC. The RD114 envelope from the feline endogenous virus has been shown to transduce human CD34+ cells using transient packaging systems and to be concentrated to high titers by centrifugation. Stable packaging systems have potential advantages over transient systems because greater and more reproducible viral productions can be attained. We have, therefore, constructed and tested a stable RD114-expressing packaging line capable of high-level transduction of human CD34+ cells. Viral particles from this cell line were concentrated up to 100-fold (up to 10(7) viral particles/ml) by ultracentrifugation. Human hematopoietic progenitors from cord blood and sickle cell CD34+ cells were efficiently transduced with a Neo(R)-containing vector after a single exposure to concentrated RD114-pseudotyped virus produced from this cell line. Up to 78% of progenitors from transduced cord blood CD34+ cells and 51% of progenitors from sickle cell CD34+ cells expressed the NeoR gene. We also show transfer of a human beta-globin gene into progenitor cells from CD34+ cells from sickle cell patients with this new RD114 stable packaging system. The results indicate that this packaging line may eventually be useful in human clinical trials of globin gene therapy.

  16. Software Design Document for the AMP Nuclear Fuel Performance Code

    International Nuclear Information System (INIS)

    Philip, Bobby; Clarno, Kevin T.; Cochran, Bill

    2010-01-01

    The purpose of this document is to describe the design of the AMP nuclear fuel performance code. It provides an overview of the decomposition into separable components, an overview of what those components will do, and the strategic basis for the design. The primary components of a computational physics code include a user interface, physics packages, material properties, mathematics solvers, and computational infrastructure. Some capability from established off-the-shelf (OTS) packages will be leveraged in the development of AMP, but the primary physics components will be entirely new. The material properties required by these physics operators include many highly non-linear properties, which will be replicated from FRAPCON and LIFE where applicable, as well as some computationally-intensive operations, such as gap conductance, which depends upon the plenum pressure. Because there is extensive capability in off-the-shelf leadership class computational solvers, AMP will leverage the Trilinos, PETSc, and SUNDIALS packages. The computational infrastructure includes a build system, mesh database, and other building blocks of a computational physics package. The user interface will be developed through a collaborative effort with the Nuclear Energy Advanced Modeling and Simulation (NEAMS) Capability Transfer program element as much as possible and will be discussed in detail in a future document.

  17. Smile Analyzer: A Software Package for Analyzing the Characteristics of the Speech and Smile

    Directory of Open Access Journals (Sweden)

    Roozbeh Rashed

    2013-01-01

    Full Text Available Taking into account the factors related to lip-tooth relationships in orthodontic diagnosis and treatment planning is of prime importance. Manual quantitative analysis of facial parameters on photographs during smile and speech is a difficult and time-consuming job. Since there is no comprehensive and user-friendly software package, we developed a software program called "Smile Analyzer" in the Department of Orthodontics of Mashhad Faculty of Dentistry for measuring the parameters related to lip-tooth relationships and other facial landmarks on the photographs taken during various facial expressions. The software was designed using visual basic. NET and the ADO. NET was used for developing its Microsoft Access database. The program runs on Microsoft Windows. It is capable of analyzing many parameters or variables in many patients' photographs, although 19 more common variables are previously defined as a default list of variables. When all variables are measured or calculated, a report can be generated and saved in either PDF or MS Excel format. Data are readily transferable to statistical software like SPSS for Windows.  

  18. Smile Analyzer: A Software Package for Analyzing the Characteristics of the Speech and Smile

    Directory of Open Access Journals (Sweden)

    Farzin Heravi

    2012-09-01

    Full Text Available Taking into account the factors related to lip-tooth relationships in orthodontic diagnosis and treatment planning is of prime importance. Manual quantitative analysis of facial parameters on photographs during smile and speech is a difficult and time-consuming job. Since there is no comprehensive and user-friendly software package, we developed a software program called "Smile Analyzer" in the Department of Orthodontics of Mashhad Faculty of Dentistry for measuring the parameters related to lip-tooth relationships and other facial landmarks on the photographs taken during various facial expressions. The software was designed using visual basic. NET and the ADO. NET was used for developing its Microsoft Access database. The program runs on Microsoft Windows. It is capable of analyzing many parameters or variables in many patients' photographs, although 19 more common variables are previously defined as a default list of variables. When all variables are measured or calculated, a report can be generated and saved in either PDF or MS Excel format. Data are readily transferable to statistical software like SPSS for Windows.

  19. Lean and Efficient Software: Whole Program Optimization of Executables

    Science.gov (United States)

    2016-12-31

    19b. TELEPHONE NUMBER (Include area code) 12/31/2016 Final Technical Report (Phase I - Base Period) 30-06-2014 - 31-12-2016 Lean and Efficient...Software: Whole-Program Optimization of Executables Final Report Evan Driscoll Tom Johnson GrammaTech, Inc. 531 Esty Street Ithaca, NY 14850 Office of...hardening U U U UU 30 Tom Johnson (607) 273-7340 x.134 Page 1 of 30 “ Lean and Efficient Software: Whole-Program Optimization of Executables

  20. Modelling the effects of transport policy levers on fuel efficiency and national fuel consumption

    International Nuclear Information System (INIS)

    Kirby, H.R.; Hutton, B.; McQuaid, R.W.; Napier Univ., Edinburgh; Raeside, R.; Napier Univ., Edinburgh; Zhang, Xiayoan; Napier Univ., Edinburgh

    2000-01-01

    The paper provides an overview of the main features of a Vehicle Market Model (VMM) which estimates changes to vehicle stock/kilometrage, fuel consumed and CO 2 emitted. It is disaggregated into four basic vehicle types. The model includes: the trends in fuel consumption of new cars, including the role of fuel price: a sub-model to estimate the fuel consumption of vehicles on roads characterised by user-defined driving cycle regimes; procedures that reflect distribution of traffic across different area/road types; and the ability to vary the speed (or driving cycle) from one year to another, or as a result of traffic growth. The most significant variable influencing fuel consumption of vehicles was consumption in the previous year, followed by dummy variables related to engine size. the time trend (a proxy for technological improvements), and then fuel price. Indeed the effect of fuel price on car fuel efficiency was observed to be insignificant (at the 95% level) in two of the three versions of the model, and the size of fuel price term was also the smallest. This suggests that the effectiveness of using fuel prices as a direct policy tool to reduce fuel consumption may he limited. Fuel prices may have significant indirect impacts (such as influencing people to purchase more fuel efficient cars and vehicle manufacturers to invest in developing fuel efficient technology) as may other factors such as the threat of legislation. (Author)

  1. Nuclear Fuel Depletion Analysis Using Matlab Software

    Science.gov (United States)

    Faghihi, F.; Nematollahi, M. R.

    Coupled first order IVPs are frequently used in many parts of engineering and sciences. In this article, we presented a code including three computer programs which are joint with the Matlab software to solve and plot the solutions of the first order coupled stiff or non-stiff IVPs. Some engineering and scientific problems related to IVPs are given and fuel depletion (production of the 239Pu isotope) in a Pressurized Water Nuclear Reactor (PWR) are computed by the present code.

  2. A software package for evaluating the performance of a star sensor operation

    Science.gov (United States)

    Sarpotdar, Mayuresh; Mathew, Joice; Sreejith, A. G.; Nirmal, K.; Ambily, S.; Prakash, Ajin; Safonova, Margarita; Murthy, Jayant

    2017-02-01

    We have developed a low-cost off-the-shelf component star sensor ( StarSense) for use in minisatellites and CubeSats to determine the attitude of a satellite in orbit. StarSense is an imaging camera with a limiting magnitude of 6.5, which extracts information from star patterns it records in the images. The star sensor implements a centroiding algorithm to find centroids of the stars in the image, a Geometric Voting algorithm for star pattern identification, and a QUEST algorithm for attitude quaternion calculation. Here, we describe the software package to evaluate the performance of these algorithms as a star sensor single operating system. We simulate the ideal case where sky background and instrument errors are omitted, and a more realistic case where noise and camera parameters are added to the simulated images. We evaluate such performance parameters of the algorithms as attitude accuracy, calculation time, required memory, star catalog size, sky coverage, etc., and estimate the errors introduced by each algorithm. This software package is written for use in MATLAB. The testing is parametrized for different hardware parameters, such as the focal length of the imaging setup, the field of view (FOV) of the camera, angle measurement accuracy, distortion effects, etc., and therefore, can be applied to evaluate the performance of such algorithms in any star sensor. For its hardware implementation on our StarSense, we are currently porting the codes in form of functions written in C. This is done keeping in view its easy implementation on any star sensor electronics hardware.

  3. Empirical Evaluation of Two Best-Practices for Energy-Efficient Software Development

    NARCIS (Netherlands)

    Procaccianti, G.; Fernandez, H.J.; Lago, P.

    2016-01-01

    Background. Energy efficiency is an increasingly important property of software. A large number of empirical studies have been conducted on the topic. However, current state-of-the-Art does not provide empirically-validated guidelines for developing energy-efficient software. Aim. This study aims at

  4. SLDAssay: A software package and web tool for analyzing limiting dilution assays.

    Science.gov (United States)

    Trumble, Ilana M; Allmon, Andrew G; Archin, Nancie M; Rigdon, Joseph; Francis, Owen; Baldoni, Pedro L; Hudgens, Michael G

    2017-11-01

    Serial limiting dilution (SLD) assays are used in many areas of infectious disease related research. This paper presents SLDAssay, a free and publicly available R software package and web tool for analyzing data from SLD assays. SLDAssay computes the maximum likelihood estimate (MLE) for the concentration of target cells, with corresponding exact and asymptotic confidence intervals. Exact and asymptotic goodness of fit p-values, and a bias-corrected (BC) MLE are also provided. No other publicly available software currently implements the BC MLE or the exact methods. For validation of SLDAssay, results from Myers et al. (1994) are replicated. Simulations demonstrate the BC MLE is less biased than the MLE. Additionally, simulations demonstrate that exact methods tend to give better confidence interval coverage and goodness-of-fit tests with lower type I error than the asymptotic methods. Additional advantages of using exact methods are also discussed. Copyright © 2017 Elsevier B.V. All rights reserved.

  5. Consequences of postulated losses of LWR spent fuel and plutonium shipping packages at sea

    International Nuclear Information System (INIS)

    Heaberlin, S.W.; Baker, D.A.; Beyer, C.E.; Friley, J.R.; Mandel, S.; Peterson, P.L.; Sominen, F.A.

    1977-10-01

    The potential consequences of the loss of a large spent fuel cask and of a single 6M plutonium shipping package into the sea for two specific accident cases are estimated. The radiation dose to man through the marine food chain following the loss of undamaged and fire-damaged packages to the continental shelf and in the deep ocean are conservatively estimated. Two failure mechanisms that could lead to release of radioactive material after loss of packages into the ocean have been considered: corrosion and hydrostatic pressure. A third possible mechanism is thermal overpressurization following burial in marine sediments. It was determined that the seals or pressure relief devices on an undamaged spent fuel cask might fail from hydrostatic forces for losses on the continental shelf although some cask designs would retain their integrity at this depth. The population dose to man through the marine food chain following these scenarios has been estimated. The dose estimates are made relating the radioactive material released and the seafood productivity in the region of the release. Doses are based on a one-year consumption of contaminated seafood. The loss of a single plutonium package on the continental shelf is estimated to produce a population dose commitment of less than 250 man-rem for recycle plutonium. The dose commitment to the average individual is less than one millirem. Doses for losses of undamaged casks to the continental shelf and deep ocean and for loss of a fire-damaged cask to the deep ocean were determined to be several orders of magnitude smaller. 22 tables, 10 figures

  6. Criticality benchmark guide for light-water-reactor fuel in transportation and storage packages

    International Nuclear Information System (INIS)

    Lichtenwalter, J.J.; Bowman, S.M.; DeHart, M.D.; Hopper, C.M.

    1997-03-01

    This report is designed as a guide for performing criticality benchmark calculations for light-water-reactor (LWR) fuel applications. The guide provides documentation of 180 criticality experiments with geometries, materials, and neutron interaction characteristics representative of transportation packages containing LWR fuel or uranium oxide pellets or powder. These experiments should benefit the U.S. Nuclear Regulatory Commission (NRC) staff and licensees in validation of computational methods used in LWR fuel storage and transportation concerns. The experiments are classified by key parameters such as enrichment, water/fuel volume, hydrogen-to-fissile ratio (H/X), and lattice pitch. Groups of experiments with common features such as separator plates, shielding walls, and soluble boron are also identified. In addition, a sample validation using these experiments and a statistical analysis of the results are provided. Recommendations for selecting suitable experiments and determination of calculational bias and uncertainty are presented as part of this benchmark guide

  7. Development of the processing software package for RPV neutron fluence determination methodology

    International Nuclear Information System (INIS)

    Belousov, S.; Kirilova, K.; Ilieva, K.

    2001-01-01

    According to the INRNE methodology the neutron transport calculation is carried out by two steps. At the first step reactor core eigenvalue calculation is performed. This calculation is used for determination of the fixed source for the next step calculation of neutron transport from the reactor core to the RPV. Both calculation steps are performed by state of the art and tested codes. The interface software package DOSRC developed at INRNE is used as a link between these two calculations. The package transforms reactor core calculation results to neutron source input data in format appropriate for the neutron transport codes (DORT, TORT and ASYNT) based on the discrete ordinates method. These codes are applied for calculation of the RPV neutron flux and its responses - induced activity, radiation damage, neutron fluence etc. Fore more precise estimation of the neutron fluence, the INRNE methodology has been supplemented by the next improvements: - implementation of more advanced codes (PYTHIA/DERAB) for neutron-physics parameter calculations; - more detailed neutron source presentation; - verification of neutron fluence by statistically treated experimental data. (author)

  8. Decon2LS: An open-source software package for automated processing and visualization of high resolution mass spectrometry data

    Directory of Open Access Journals (Sweden)

    Anderson Gordon A

    2009-03-01

    identify and quantify peptides in the biological sample. Conclusion Decon2LS is an efficient software package for discovering and visualizing features in proteomics studies that require automated interpretation of mass spectra. Besides being easy to use, fast, and reliable, Decon2LS is also open-source, which allows developers in the proteomics and bioinformatics communities to reuse and refine the algorithms to meet individual needs. Decon2LS source code, installer, and tutorials may be downloaded free of charge at http://http:/ncrr.pnl.gov/software/.

  9. Development of Efficient Authoring Software for e-Learning Contents

    Science.gov (United States)

    Kozono, Kazutake; Teramoto, Akemi; Akiyama, Hidenori

    The contents creation in e-Learning system becomes an important problem. The contents of e-Learning should include figure and voice media for a high-level educational effect. However, the use of figure and voice complicates the operation of authoring software considerably. A new authoring software, which can build e-Learning contents efficiently, has been developed to solve this problem. This paper reports development results of the authoring software.

  10. PONDEROSA-C/S: client-server based software package for automated protein 3D structure determination.

    Science.gov (United States)

    Lee, Woonghee; Stark, Jaime L; Markley, John L

    2014-11-01

    Peak-picking Of Noe Data Enabled by Restriction Of Shift Assignments-Client Server (PONDEROSA-C/S) builds on the original PONDEROSA software (Lee et al. in Bioinformatics 27:1727-1728. doi: 10.1093/bioinformatics/btr200, 2011) and includes improved features for structure calculation and refinement. PONDEROSA-C/S consists of three programs: Ponderosa Server, Ponderosa Client, and Ponderosa Analyzer. PONDEROSA-C/S takes as input the protein sequence, a list of assigned chemical shifts, and nuclear Overhauser data sets ((13)C- and/or (15)N-NOESY). The output is a set of assigned NOEs and 3D structural models for the protein. Ponderosa Analyzer supports the visualization, validation, and refinement of the results from Ponderosa Server. These tools enable semi-automated NMR-based structure determination of proteins in a rapid and robust fashion. We present examples showing the use of PONDEROSA-C/S in solving structures of four proteins: two that enable comparison with the original PONDEROSA package, and two from the Critical Assessment of automated Structure Determination by NMR (Rosato et al. in Nat Methods 6:625-626. doi: 10.1038/nmeth0909-625 , 2009) competition. The software package can be downloaded freely in binary format from http://pine.nmrfam.wisc.edu/download_packages.html. Registered users of the National Magnetic Resonance Facility at Madison can submit jobs to the PONDEROSA-C/S server at http://ponderosa.nmrfam.wisc.edu, where instructions, tutorials, and instructions can be found. Structures are normally returned within 1-2 days.

  11. Preliminary conceptual designs for advanced packages for the geologic disposal of spent fuel

    Energy Technology Data Exchange (ETDEWEB)

    Westerman, R.E.

    1979-04-01

    The present study assumes that the spent fuel will be disposed of in mined repositories in continental geologic formations, and that the post-emplacement control of the radioactive species will be accomplished independently by both the natural barrier, i.e., the geosphere, and the engineered barrier system, i.e., the package components consisting of the stabilizer, the canister, and the overpack; and the barrier components external to the package consisting of the hole sleeve and the backfill medium. The present document provides an overview of the nature of the spent fuel waste; the general approach to waste containment, using the defense-in-depth philosophy; material options, both metallic and nonmetallic, for the components of the engineered barrier system; a set of strawman criteria to guide the development of package/engineered barrier systems; and four preliminary concepts representing differing approaches to the solution of the containment problem. These concepts use: a corrosion-resistant meta canister in a special backfill (2 barriers); a mild steel canister in a corrosion-resistant metallic or nonmetallic hole sleeve, surrounded by a special backfill (2 barriers); a corrosion-resistant canister and a corrosion-resistant overpack (or hole sleeve) in a special backfill (3 barriers); and a mild steel canister in a massive corrosion-resistant bore sleeve surrounded by a polymer layer and a special backfill (3 barriers). The lack of definitive performance requirements makes it impossible to evaluate these concepts on a functional basis at the present time.

  12. Fuel cell research: Towards efficient energy

    CSIR Research Space (South Africa)

    Rohwer, MB

    2008-11-01

    Full Text Available fuel cells by optimising the loading of catalyst (being expensive noble metals) and ionomer; 2) Improving conventional acidic direct alcohol fuel cells by developing more efficient catalysts and by investigating other fuels than methanol; 3... these components add significantly to the overall cost of a PEMFC. 1 We focused our research activities on: 1) The effect of the loading of catalytic ink on cell performance; 2) The effect of the ionomer content in the catalytic ink; 3) Testing...

  13. The CASA Software Package

    Science.gov (United States)

    Petry, Dirk

    2018-03-01

    CASA is the standard science data analysis package for ALMA and VLA but it can also be used for the analysis of data from other observatories. In this talk, I will give an overview of the structure and features of CASA, who develops it, and the present status and plans, and then show typical analysis workflows for ALMA data with special emphasis on the handling of single dish data and its combination with interferometric data.

  14. Development of an empirical dynamic model for a Nexa PEM fuel cell power module

    Energy Technology Data Exchange (ETDEWEB)

    Soltani, Mehdi; Mohammad Taghi Bathaee, S. [Power Systems Laboratory, Department of Electrical Engineering, K.N. Toosi University of Technology, 16317-14191 Tehran (Iran)

    2010-12-15

    The goal of this study is to develop a fuel cell model which is capable of characterizing fuel cell steady-state performance as well as dynamic behavior. In this paper a new dynamic model of a 1.2 kW Polymer Electrolyte Membrane Fuel Cell (PEMFC) is developed and validated through a series of experiments. The experimental results have been obtained from a Nexa trademark PEM fuel cell power module under different load conditions. Based on this model, a simulator software package has been developed using the MATLAB {sup registered} and Simulink {sup registered} software and simulation results have been carried out. The proposed model exhibits good agreement with experiment results in steady-state and dynamic performance. (author)

  15. Computing and software

    Directory of Open Access Journals (Sweden)

    White, G. C.

    2004-06-01

    Full Text Available The reality is that the statistical methods used for analysis of data depend upon the availability of software. Analysis of marked animal data is no different than the rest of the statistical field. The methods used for analysis are those that are available in reliable software packages. Thus, the critical importance of having reliable, up–to–date software available to biologists is obvious. Statisticians have continued to develop more robust models, ever expanding the suite of potential analysis methods available. But without software to implement these newer methods, they will languish in the abstract, and not be applied to the problems deserving them. In the Computers and Software Session, two new software packages are described, a comparison of implementation of methods for the estimation of nest survival is provided, and a more speculative paper about how the next generation of software might be structured is presented. Rotella et al. (2004 compare nest survival estimation with different software packages: SAS logistic regression, SAS non–linear mixed models, and Program MARK. Nests are assumed to be visited at various, possibly infrequent, intervals. All of the approaches described compute nest survival with the same likelihood, and require that the age of the nest is known to account for nests that eventually hatch. However, each approach offers advantages and disadvantages, explored by Rotella et al. (2004. Efford et al. (2004 present a new software package called DENSITY. The package computes population abundance and density from trapping arrays and other detection methods with a new and unique approach. DENSITY represents the first major addition to the analysis of trapping arrays in 20 years. Barker & White (2004 discuss how existing software such as Program MARK require that each new model’s likelihood must be programmed specifically for that model. They wishfully think that future software might allow the user to combine

  16. Exploring massive, genome scale datasets with the GenometriCorr package.

    Directory of Open Access Journals (Sweden)

    Alexander Favorov

    2012-05-01

    Full Text Available We have created a statistically grounded tool for determining the correlation of genomewide data with other datasets or known biological features, intended to guide biological exploration of high-dimensional datasets, rather than providing immediate answers. The software enables several biologically motivated approaches to these data and here we describe the rationale and implementation for each approach. Our models and statistics are implemented in an R package that efficiently calculates the spatial correlation between two sets of genomic intervals (data and/or annotated features, for use as a metric of functional interaction. The software handles any type of pointwise or interval data and instead of running analyses with predefined metrics, it computes the significance and direction of several types of spatial association; this is intended to suggest potentially relevant relationships between the datasets.The package, GenometriCorr, can be freely downloaded at http://genometricorr.sourceforge.net/. Installation guidelines and examples are available from the sourceforge repository. The package is pending submission to Bioconductor.

  17. The Supertree Toolkit 2: a new and improved software package with a Graphical User Interface for supertree construction

    Directory of Open Access Journals (Sweden)

    Jon Hill

    2014-03-01

    Full Text Available Building large supertrees involves the collection, storage, and processing of thousands of individual phylogenies to create large phylogenies with thousands to tens of thousands of taxa. Such large phylogenies are useful for macroevolutionary studies, comparative biology and in conservation and biodiversity. No easy to use and fully integrated software package currently exists to carry out this task. Here, we present a new Python-based software package that uses well defined XML schema to manage both data and metadata. It builds on previous versions by 1 including new processing steps, such as Safe Taxonomic Reduction, 2 using a user-friendly GUI that guides the user to complete at least the minimum information required and includes context-sensitive documentation, and 3 a revised storage format that integrates both tree- and meta-data into a single file. These data can then be manipulated according to a well-defined, but flexible, processing pipeline using either the GUI or a command-line based tool. Processing steps include standardising names, deleting or replacing taxa, ensuring adequate taxonomic overlap, ensuring data independence, and safe taxonomic reduction. This software has been successfully used to store and process data consisting of over 1000 trees ready for analyses using standard supertree methods. This software makes large supertree creation a much easier task and provides far greater flexibility for further work.

  18. The Supertree Toolkit 2: a new and improved software package with a Graphical User Interface for supertree construction.

    Science.gov (United States)

    Hill, Jon; Davis, Katie E

    2014-01-01

    Building large supertrees involves the collection, storage, and processing of thousands of individual phylogenies to create large phylogenies with thousands to tens of thousands of taxa. Such large phylogenies are useful for macroevolutionary studies, comparative biology and in conservation and biodiversity. No easy to use and fully integrated software package currently exists to carry out this task. Here, we present a new Python-based software package that uses well defined XML schema to manage both data and metadata. It builds on previous versions by 1) including new processing steps, such as Safe Taxonomic Reduction, 2) using a user-friendly GUI that guides the user to complete at least the minimum information required and includes context-sensitive documentation, and 3) a revised storage format that integrates both tree- and meta-data into a single file. These data can then be manipulated according to a well-defined, but flexible, processing pipeline using either the GUI or a command-line based tool. Processing steps include standardising names, deleting or replacing taxa, ensuring adequate taxonomic overlap, ensuring data independence, and safe taxonomic reduction. This software has been successfully used to store and process data consisting of over 1000 trees ready for analyses using standard supertree methods. This software makes large supertree creation a much easier task and provides far greater flexibility for further work.

  19. Analysing the Zenith Tropospheric Delay Estimates in On-line Precise Point Positioning (PPP) Services and PPP Software Packages.

    Science.gov (United States)

    Mendez Astudillo, Jorge; Lau, Lawrence; Tang, Yu-Ting; Moore, Terry

    2018-02-14

    As Global Navigation Satellite System (GNSS) signals travel through the troposphere, a tropospheric delay occurs due to a change in the refractive index of the medium. The Precise Point Positioning (PPP) technique can achieve centimeter/millimeter positioning accuracy with only one GNSS receiver. The Zenith Tropospheric Delay (ZTD) is estimated alongside with the position unknowns in PPP. Estimated ZTD can be very useful for meteorological applications, an example is the estimation of water vapor content in the atmosphere from the estimated ZTD. PPP is implemented with different algorithms and models in online services and software packages. In this study, a performance assessment with analysis of ZTD estimates from three PPP online services and three software packages is presented. The main contribution of this paper is to show the accuracy of ZTD estimation achievable in PPP. The analysis also provides the GNSS users and researchers the insight of the processing algorithm dependence and impact on PPP ZTD estimation. Observation data of eight whole days from a total of nine International GNSS Service (IGS) tracking stations spread in the northern hemisphere, the equatorial region and the southern hemisphere is used in this analysis. The PPP ZTD estimates are compared with the ZTD obtained from the IGS tropospheric product of the same days. The estimates of two of the three online PPP services show good agreement (<1 cm) with the IGS ZTD values at the northern and southern hemisphere stations. The results also show that the online PPP services perform better than the selected PPP software packages at all stations.

  20. Analysing the Zenith Tropospheric Delay Estimates in On-line Precise Point Positioning (PPP Services and PPP Software Packages

    Directory of Open Access Journals (Sweden)

    Jorge Mendez Astudillo

    2018-02-01

    Full Text Available As Global Navigation Satellite System (GNSS signals travel through the troposphere, a tropospheric delay occurs due to a change in the refractive index of the medium. The Precise Point Positioning (PPP technique can achieve centimeter/millimeter positioning accuracy with only one GNSS receiver. The Zenith Tropospheric Delay (ZTD is estimated alongside with the position unknowns in PPP. Estimated ZTD can be very useful for meteorological applications, an example is the estimation of water vapor content in the atmosphere from the estimated ZTD. PPP is implemented with different algorithms and models in online services and software packages. In this study, a performance assessment with analysis of ZTD estimates from three PPP online services and three software packages is presented. The main contribution of this paper is to show the accuracy of ZTD estimation achievable in PPP. The analysis also provides the GNSS users and researchers the insight of the processing algorithm dependence and impact on PPP ZTD estimation. Observation data of eight whole days from a total of nine International GNSS Service (IGS tracking stations spread in the northern hemisphere, the equatorial region and the southern hemisphere is used in this analysis. The PPP ZTD estimates are compared with the ZTD obtained from the IGS tropospheric product of the same days. The estimates of two of the three online PPP services show good agreement (<1 cm with the IGS ZTD values at the northern and southern hemisphere stations. The results also show that the online PPP services perform better than the selected PPP software packages at all stations.

  1. 76 FR 44506 - Petition Requesting Non-See-Through Packaging for Torch Fuel and Lamp Oil

    Science.gov (United States)

    2011-07-26

    ... weight of petroleum distillates and have a viscosity of less than 100 Saybolt universal seconds at 100... attractive'' to children. Petitioner asserts that certain petroleum distillates, including torch fuel and... taste of juice and are accustomed to drinking it regularly, packaging petroleum distillates in clear...

  2. A Review of Predictive Software for the Design of Community Microgrids

    Directory of Open Access Journals (Sweden)

    Mina Rahimian

    2018-01-01

    Full Text Available This paper discusses adding a spatial dimension to the design of community microgrid projects in the interest of expanding the existing discourse related to energy performance optimization measures. A multidimensional vision for designing community microgrids with higher energy performance is considered, leveraging urban form (superstructure to understand how it impacts the performance of the system’s distributed energy resources and loads (infrastructure. This vision engages the design sector in the technical conversation of developing community microgrids, leading to energy efficient designs of microgrid-connected communities well before their construction. A new generation of computational modeling and simulation tools that address this interaction are required. In order to position the research, this paper presents a survey of existing software packages, belonging to two distinct categories of modeling, simulation, and evaluation of community microgrids: the energy infrastructure modeling and the urban superstructure energy modeling. Results of this software survey identify a lack in software tools and simulation packages that simultaneously address the necessary interaction between the superstructure and infrastructure of community microgrids, given the importance of its study. Conclusions represent how a proposed experimental software prototype may fill an existing gap in current related software packages.

  3. Cross-Platform Learning Media Development of Software Installation on Computer Engineering and Networking Expertise Package

    Directory of Open Access Journals (Sweden)

    Afis Pratama

    2018-03-01

    Full Text Available Software Installation is one of the important lessons that must be mastered by student of computer and network engineering expertise package. But there is a problem about the lack of attention and concentration of students in following the teaching and learning process in the subject of installation of the software. The matter must immediately find a solution. This research refers to the technology development that is always increasing. The technology can be used as a tool to support learning activities. Currently, all grade 10 students in public vocational high school (SMK 8 Semarang Indonesia already have a gadget, either a smartphone or a laptop and the intensity of usage is high enough. Based on this phenomenon, this research aims to create a learning media software installation that is cross-platform. It is practical and can be carried easily in a smartphone and a laptop that has different operating system. So that, this media is expected to improve learning outcomes, understanding and enthusiasm of the students in the software installation lesson.

  4. Selection of software for mechanical engineering undergraduates

    International Nuclear Information System (INIS)

    Cheah, C. T.; Yin, C. S.; Halim, T.; Naser, J.; Blicblau, A. S.

    2016-01-01

    A major problem with the undergraduate mechanical course is the limited exposure of students to software packages coupled with the long learning curve on the existing software packages. This work proposes the use of appropriate software packages for the entire mechanical engineering curriculum to ensure students get sufficient exposure real life design problems. A variety of software packages are highlighted as being suitable for undergraduate work in mechanical engineering, e.g. simultaneous non-linear equations; uncertainty analysis; 3-D modeling software with the FEA; analysis tools for the solution of problems in thermodynamics, fluid mechanics, mechanical system design, and solid mechanics.

  5. Selection of software for mechanical engineering undergraduates

    Energy Technology Data Exchange (ETDEWEB)

    Cheah, C. T.; Yin, C. S.; Halim, T.; Naser, J.; Blicblau, A. S., E-mail: ablicblau@swin.edu.au [Swinburne University of Technology, Faculty of Science Engineering and Technology, PO Box 218 Hawthorn, Victoria, Australia, 3122 (Australia)

    2016-07-12

    A major problem with the undergraduate mechanical course is the limited exposure of students to software packages coupled with the long learning curve on the existing software packages. This work proposes the use of appropriate software packages for the entire mechanical engineering curriculum to ensure students get sufficient exposure real life design problems. A variety of software packages are highlighted as being suitable for undergraduate work in mechanical engineering, e.g. simultaneous non-linear equations; uncertainty analysis; 3-D modeling software with the FEA; analysis tools for the solution of problems in thermodynamics, fluid mechanics, mechanical system design, and solid mechanics.

  6. Modeling of hybrid vehicle fuel economy and fuel engine efficiency

    Science.gov (United States)

    Wu, Wei

    "Near-CV" (i.e., near-conventional vehicle) hybrid vehicles, with an internal combustion engine, and a supplementary storage with low-weight, low-energy but high-power capacity, are analyzed. This design avoids the shortcoming of the "near-EV" and the "dual-mode" hybrid vehicles that need a large energy storage system (in terms of energy capacity and weight). The small storage is used to optimize engine energy management and can provide power when needed. The energy advantage of the "near-CV" design is to reduce reliance on the engine at low power, to enable regenerative braking, and to provide good performance with a small engine. The fuel consumption of internal combustion engines, which might be applied to hybrid vehicles, is analyzed by building simple analytical models that reflect the engines' energy loss characteristics. Both diesel and gasoline engines are modeled. The simple analytical models describe engine fuel consumption at any speed and load point by describing the engine's indicated efficiency and friction. The engine's indicated efficiency and heat loss are described in terms of several easy-to-obtain engine parameters, e.g., compression ratio, displacement, bore and stroke. Engine friction is described in terms of parameters obtained by fitting available fuel measurements on several diesel and spark-ignition engines. The engine models developed are shown to conform closely to experimental fuel consumption and motored friction data. A model of the energy use of "near-CV" hybrid vehicles with different storage mechanism is created, based on simple algebraic description of the components. With powertrain downsizing and hybridization, a "near-CV" hybrid vehicle can obtain a factor of approximately two in overall fuel efficiency (mpg) improvement, without considering reductions in the vehicle load.

  7. Software engineering the mixed model for genome-wide association studies on large samples.

    Science.gov (United States)

    Zhang, Zhiwu; Buckler, Edward S; Casstevens, Terry M; Bradbury, Peter J

    2009-11-01

    Mixed models improve the ability to detect phenotype-genotype associations in the presence of population stratification and multiple levels of relatedness in genome-wide association studies (GWAS), but for large data sets the resource consumption becomes impractical. At the same time, the sample size and number of markers used for GWAS is increasing dramatically, resulting in greater statistical power to detect those associations. The use of mixed models with increasingly large data sets depends on the availability of software for analyzing those models. While multiple software packages implement the mixed model method, no single package provides the best combination of fast computation, ability to handle large samples, flexible modeling and ease of use. Key elements of association analysis with mixed models are reviewed, including modeling phenotype-genotype associations using mixed models, population stratification, kinship and its estimation, variance component estimation, use of best linear unbiased predictors or residuals in place of raw phenotype, improving efficiency and software-user interaction. The available software packages are evaluated, and suggestions made for future software development.

  8. The consequences of a new software package for the quantification of gated-SPECT myocardial perfusion studies

    International Nuclear Information System (INIS)

    Veen, Berlinda J. van der; Dibbets-Schneider, Petra; Stokkel, Marcel P.M.; Scholte, Arthur J.

    2010-01-01

    Semiquantitative analysis of myocardial perfusion scintigraphy (MPS) has reduced inter- and intraobserver variability, and enables researchers to compare parameters in the same patient over time, or between groups of patients. There are several software packages available that are designed to process MPS data and quantify parameters. In this study the performances of two systems, quantitative gated SPECT (QGS) and 4D-MSPECT, in the processing of clinical patient data and phantom data were compared. The clinical MPS data of 148 consecutive patients were analysed using QGS and 4D-MSPECT to determine the end-diastolic volume, end-systolic volume and left ventricular ejection fraction. Patients were divided into groups based on gender, body mass index, heart size, stressor type and defect type. The AGATE dynamic heart phantom was used to provide reference values for the left ventricular ejection fraction. Although the correlations were excellent (correlation coefficients 0.886 to 0.980) for all parameters, significant differences (p < 0.001) were found between the systems. Bland-Altman plots indicated that 4D-MSPECT provided overall higher values of all parameters than QGS. These differences between the systems were not significant in patients with a small heart (end-diastolic volume <70 ml). Other clinical factors had no direct influence on the relationship. Additionally, the phantom data indicated good linear responses of both systems. The discrepancies between these software packages were clinically relevant, and influenced by heart size. The possibility of such discrepancies should be taken into account when a new quantitative software system is introduced, or when multiple software systems are used in the same institution. (orig.)

  9. 75 FR 15893 - Tire Fuel Efficiency Consumer Information Program

    Science.gov (United States)

    2010-03-30

    ... how much the proposed consumer information program would affect consumer tire purchasing behavior and... 575 Tire Fuel Efficiency Consumer Information Program; Final Rule #0;#0;Federal Register / Vol. 75, No... 2127-AK45 Tire Fuel Efficiency Consumer Information Program AGENCY: National Highway Traffic Safety...

  10. Thermodynamic and kinetic modelling of fuel oxidation behaviour in operating defective fuel

    International Nuclear Information System (INIS)

    Lewis, B.J.; Thompson, W.T.; Akbari, F.; Thompson, D.M.; Thurgood, C.; Higgs, J.

    2004-01-01

    A theoretical treatment has been developed to predict the fuel oxidation behaviour in operating defective nuclear fuel elements. The equilibrium stoichiometry deviation in the hyper-stoichiometric fuel has been derived from thermodynamic considerations using a self-consistent set of thermodynamic properties for the U-O system, which emphasizes replication of solubilities and three-phase invariant conditions displayed in the U-O binary phase diagram. The kinetics model accounts for multi-phase transport including interstitial oxygen diffusion in the solid and gas-phase transport of hydrogen and steam in the fuel cracks. The fuel oxidation model is further coupled to a heat conduction model to account for the feedback effect of a reduced thermal conductivity in the hyper-stoichiometric fuel. A numerical solution has been developed using a finite-element technique with the FEMLAB software package. The model has been compared to available data from several in-reactor X-2 loop experiments with defective fuel conducted at the Chalk River Laboratories. The model has also been benchmarked against an O/U profile measurement for a spent defective fuel element discharged from a commercial reactor

  11. Spent nuclear fuel project design basis capacity study

    Energy Technology Data Exchange (ETDEWEB)

    Cleveland, K.J.

    1996-09-09

    A parametric study of the Spent Nuclear Fuel Project system capacity is presented. The study was completed using a commercially available software package to develop a summary level model of the major project systems. Alternative configurations, sub-system cycle times, and operating scenarios were tested to identify their impact on total project duration and equipment requirements.

  12. 41 CFR 109-40.303-3 - Most fuel efficient carrier/mode.

    Science.gov (United States)

    2010-07-01

    ... 41 Public Contracts and Property Management 3 2010-07-01 2010-07-01 false Most fuel efficient...-3 Most fuel efficient carrier/mode. When more than one mode, or more than one carrier within a mode... cost, the carrier/mode determined to be the most fuel efficient will be selected. In determining the...

  13. Depleted uranium oxides as spent-nuclear-fuel waste-package invert and backfill materials

    International Nuclear Information System (INIS)

    Forsberg, C.W.; Haire, M.J.

    1997-01-01

    A new technology has been proposed in which depleted uranium, in the form of oxides or silicates, is placed around the outside of the spent nuclear fuel waste packages in the geological repository. This concept may (1) reduce the potential for repository nuclear criticality events and (2) reduce long-term release of radionuclides from the repository. As a new concept, there are significant uncertainties

  14. Motofit - integrating neutron reflectometry acquisition, reduction and analysis into one, easy to use, package

    International Nuclear Information System (INIS)

    Nelson, Andrew

    2010-01-01

    The efficient use of complex neutron scattering instruments is often hindered by the complex nature of their operating software. This complexity exists at each experimental step: data acquisition, reduction and analysis, with each step being as important as the previous. For example, whilst command line interfaces are powerful at automated acquisition they often reduce accessibility by novice users and sometimes reduce the efficiency for advanced users. One solution to this is the development of a graphical user interface which allows the user to operate the instrument by a simple and intuitive 'push button' approach. This approach was taken by the Motofit software package for analysis of multiple contrast reflectometry data. Here we describe the extension of this package to cover the data acquisition and reduction steps for the Platypus time-of-flight neutron reflectometer. Consequently, the complete operation of an instrument is integrated into a single, easy to use, program, leading to efficient instrument usage.

  15. On the efficiency of an advanced automotive fuel cell system

    Energy Technology Data Exchange (ETDEWEB)

    Buechi, F.N.; Freunberger, S.A.; Reum, M.; Tsukada, A.; Dietrich, P. [Paul Scherrer Institut, Electrochemistry Laboratory, CH-5232 Villigen PSI (Switzerland); Paganelli, G.; Delfino, A. [Conception et Developpement Michelin, Route Andre-Piller 30, CH-1762 Givisiez (Switzerland)

    2007-04-15

    Efficiency is the key parameter for the application of fuel cells in automotive applications. The efficiency of a hydrogen/oxygen polymer electrolyte fuel cell system is analyzed and compared to hydrogen/air systems. The analysis is performed for the tank to electric power chain. Furthermore, the additional energy required for using pure oxygen as a second fuel is analyzed and included in the calculation. The results show that if hydrogen is produced from primary fossil energy carriers, such as natural gas and pure oxygen needs to be obtained by a conventional process; the fuel to electric current efficiency is comparable for hydrogen/oxygen and hydrogen/air systems. However, if hydrogen and oxygen are produced by the splitting of water, i.e., by electrolysis or by a thermochemical process, the fuel to electric current efficiency for the hydrogen/oxygen system is clearly superior. (Abstract Copyright [2007], Wiley Periodicals, Inc.)

  16. Exploring massive, genome scale datasets with the genometricorr package

    KAUST Repository

    Favorov, Alexander; Mularoni, Loris; Cope, Leslie M.; Medvedeva, Yulia; Mironov, Andrey A.; Makeev, Vsevolod J.; Wheelan, Sarah J.

    2012-01-01

    We have created a statistically grounded tool for determining the correlation of genomewide data with other datasets or known biological features, intended to guide biological exploration of high-dimensional datasets, rather than providing immediate answers. The software enables several biologically motivated approaches to these data and here we describe the rationale and implementation for each approach. Our models and statistics are implemented in an R package that efficiently calculates the spatial correlation between two sets of genomic intervals (data and/or annotated features), for use as a metric of functional interaction. The software handles any type of pointwise or interval data and instead of running analyses with predefined metrics, it computes the significance and direction of several types of spatial association; this is intended to suggest potentially relevant relationships between the datasets. Availability and implementation: The package, GenometriCorr, can be freely downloaded at http://genometricorr.sourceforge.net/. Installation guidelines and examples are available from the sourceforge repository. The package is pending submission to Bioconductor. © 2012 Favorov et al.

  17. Exploring massive, genome scale datasets with the genometricorr package

    KAUST Repository

    Favorov, Alexander

    2012-05-31

    We have created a statistically grounded tool for determining the correlation of genomewide data with other datasets or known biological features, intended to guide biological exploration of high-dimensional datasets, rather than providing immediate answers. The software enables several biologically motivated approaches to these data and here we describe the rationale and implementation for each approach. Our models and statistics are implemented in an R package that efficiently calculates the spatial correlation between two sets of genomic intervals (data and/or annotated features), for use as a metric of functional interaction. The software handles any type of pointwise or interval data and instead of running analyses with predefined metrics, it computes the significance and direction of several types of spatial association; this is intended to suggest potentially relevant relationships between the datasets. Availability and implementation: The package, GenometriCorr, can be freely downloaded at http://genometricorr.sourceforge.net/. Installation guidelines and examples are available from the sourceforge repository. The package is pending submission to Bioconductor. © 2012 Favorov et al.

  18. MOlecular MAterials Property Prediction Package (MOMAP) 1.0: a software package for predicting the luminescent properties and mobility of organic functional materials

    Science.gov (United States)

    Niu, Yingli; Li, Wenqiang; Peng, Qian; Geng, Hua; Yi, Yuanping; Wang, Linjun; Nan, Guangjun; Wang, Dong; Shuai, Zhigang

    2018-04-01

    MOlecular MAterials Property Prediction Package (MOMAP) is a software toolkit for molecular materials property prediction. It focuses on luminescent properties and charge mobility properties. This article contains a brief descriptive introduction of key features, theoretical models and algorithms of the software, together with examples that illustrate the performance. First, we present the theoretical models and algorithms for molecular luminescent properties calculation, which includes the excited-state radiative/non-radiative decay rate constant and the optical spectra. Then, a multi-scale simulation approach and its algorithm for the molecular charge mobility are described. This approach is based on hopping model and combines with Kinetic Monte Carlo and molecular dynamics simulations, and it is especially applicable for describing a large category of organic semiconductors, whose inter-molecular electronic coupling is much smaller than intra-molecular charge reorganisation energy.

  19. Hydrogen utilization efficiency in PEM fuel cells

    Energy Technology Data Exchange (ETDEWEB)

    Metkemeyer, R; Achard, P; Rouveyre, L; Picot, D [Ecole des Mines de Paris, Centre D' energrtique, Sophia Antipolis (France)

    1998-07-01

    In this paper, we present the work carried out within the framework of the FEVER project (Fuel cell Electric Vehicle for Efficiency and Range), an European project coordinated by Renault, joining Ecole des Mines de Paris, Ansaldo, De Nora, Air Liquide and Volvo. For the FEVER project, where an electrical air compressor is used for oxidant supply, there is no need for hydrogen spill over, meaning that the hydrogen stoichiometry has to be as close to one as possible. To determine the optimum hydrogen utilization efficiency for a 10 kW Proton Exchange Membrane Fuel Cell (PEMFC) fed with pure hydrogen, a 4 kW prototype fuel cell was tested with and without a hydrogen recirculator at the test facility of Ecole des Mines de Paris. Nitrogen cross over from the cathodic compartment to the anodic compartment limits the hydrogen utilization of the fuel cell without recirculator to 97.4 % whereas 100% is feasible when a recirculator is used. 5 refs.

  20. Waste package characterisation

    Energy Technology Data Exchange (ETDEWEB)

    Sannen, L.; Bruggeman, M.; Wannijn, J.P

    1998-09-01

    Radioactive wastes originating from the hot labs of the Belgian Nuclear Research Centre SCK-CEN contain a wide variety of radiotoxic substances. The accurate characterisation of the short- and long-term radiotoxic components is extremely difficult but required in view of geological disposal. This paper describes the methodology which was developed and adopted to characterise the high- and medium-level waste packages at the SCK-CEN hot laboratories. The proposed method is based on the estimation of the fuel inventory evacuated in a particular waste package; a calculation of the relative fission product contribution on the fuel fabrication and irradiation footing; a comparison of the calculated, as expected, dose rate and the real measured dose rate of the waste package. To cope with the daily practice an appropriate fuel inventory estimation route, a user friendly computer programme for fission product and corresponding dose rate calculation, and a simple dose rate measurement method have been developed and implemented.

  1. Waste package characterisation

    International Nuclear Information System (INIS)

    Sannen, L.; Bruggeman, M.; Wannijn, J.P.

    1998-09-01

    Radioactive wastes originating from the hot labs of the Belgian Nuclear Research Centre SCK-CEN contain a wide variety of radiotoxic substances. The accurate characterisation of the short- and long-term radiotoxic components is extremely difficult but required in view of geological disposal. This paper describes the methodology which was developed and adopted to characterise the high- and medium-level waste packages at the SCK-CEN hot laboratories. The proposed method is based on the estimation of the fuel inventory evacuated in a particular waste package; a calculation of the relative fission product contribution on the fuel fabrication and irradiation footing; a comparison of the calculated, as expected, dose rate and the real measured dose rate of the waste package. To cope with the daily practice an appropriate fuel inventory estimation route, a user friendly computer programme for fission product and corresponding dose rate calculation, and a simple dose rate measurement method have been developed and implemented

  2. CT and MR perfusion can discriminate severe cerebral hypoperfusion from perfusion absence: evaluation of different commercial software packages by using digital phantoms

    Energy Technology Data Exchange (ETDEWEB)

    Uwano, Ikuko; Kudo, Kohsuke; Sasaki, Makoto [Iwate Medical University, Advanced Medical Research Center, Morioka (Japan); Christensen, Soren [University of Melbourne, Royal Melbourne Hospital, Departments of Neurology and Radiology, Victoria (Australia); Oestergaard, Leif [Aarhus University Hospital, Department of Neuroradiology, Center for Functionally Integrative Neuroscience, DK, Aarhus C (Denmark); Ogasawara, Kuniaki; Ogawa, Akira [Iwate Medical University, Department of Neurosurgery, Morioka (Japan)

    2012-05-15

    Computed tomography perfusion (CTP) and magnetic resonance perfusion (MRP) are expected to be usable for ancillary tests of brain death by detection of complete absence of cerebral perfusion; however, the detection limit of hypoperfusion has not been determined. Hence, we examined whether commercial software can visualize very low cerebral blood flow (CBF) and cerebral blood volume (CBV) by creating and using digital phantoms. Digital phantoms simulating 0-4% of normal CBF (60 mL/100 g/min) and CBV (4 mL/100 g/min) were analyzed by ten software packages of CT and MRI manufacturers. Region-of-interest measurements were performed to determine whether there was a significant difference between areas of 0% and areas of 1-4% of normal flow. The CTP software detected hypoperfusion down to 2-3% in CBF and 2% in CBV, while the MRP software detected that of 1-3% in CBF and 1-4% in CBV, although the lower limits varied among software packages. CTP and MRP can detect the difference between profound hypoperfusion of <5% from that of 0% in digital phantoms, suggesting their potential efficacy for assessing brain death. (orig.)

  3. A software package to process an INIS magnetic tape on the VAX computer

    International Nuclear Information System (INIS)

    Omar, A.A.; Mohamed, F.A.

    1991-01-01

    This paper presents a software package whose function is to process the magnetic tapes distributed by the Atomic Energy Agency, on the VAX computers. These tapes contain abstracts of papers in the different branches of nuclear field and is supplied from the international Nuclear Information system (INIS). Two goals are aimed from this paper. First it gives a procedure to process any foreign magnetic tape on the VAX computers. Second, it solves the problem of reading the INIS tapes on a non IBM computer and thus allowing the specialists to gain from the large amount of information contained in these tapes. 11 fig

  4. DETERMINANTS OF MARKETING EFFICIENCY FOR PACKAGED WATER IN IMO STATE, NIGERIA: MAXIMIZING FIRMS ASSETS TO IMPROVE CONSUMER WELFARE

    OpenAIRE

    Ogbonnaya Ukeh OTEH; Etomchi Maria-stella, NJOKU

    2014-01-01

    Competition is necessary for enhanced customer welfare and efficiency. This study focused on marketing efficiency of packaged water in Imo state Nigeria. It specifically examined the socio-economic profile of the respondents; levels of marketing efficiency of packaged water and its determinants. The study employed purposive and multistage sampling technique in the selection of location and respondents respectively from whom information were elicited. Analytically, descriptive statistics, sche...

  5. Development of Automatic Quality Check Software in Mailbox Declaration For Nuclear Fuel Fabrication Plants

    International Nuclear Information System (INIS)

    Kim, Minsu; Shim, Hye Won; Jo, Seong Yeon; Lee, Kwang Yeol; Ban, Myoung Jin

    2014-01-01

    Short Notice Random Inspection (SNRI) is a new IAEA safeguards inspection regime for bulk handing facility, which utilities random inspection through a mailbox system. Its main objective is to verify 100% of the flow components of the safeguarded nuclear material at such a facility. To achieve the SNRI objective, it is required to provide daily mailbox declaration, by a facility's operator, to the IAEA with regard to information, such as the receipt and shipment of nuclear materials. Mailbox declarations are then later compared with accounting records so as to examine the accuracy and consistency of the facility operator's declaration at the time of the SNRI. The IAEA has emphasized the importance of accurate mailbox declarations and recommended that the ROK initiate its own independent quality control system in order to improve and maintain its mailbox declarations as a part of the SSAC activities. In an effort to improve the transparency of operational activities at fuel fabrication plants and to satisfy IAEA recommendation, an automatic quality check software application has been developed to improve mailbox declarations at fabrication plants in Korea. The ROK and the IAEA have recognized the importance of providing good quality mailbox declaration for an effective and efficient SNRI at fuel fabrication plants in Korea. The SRA developed an automatic quality check software program in order to provide an independent QC system of mailbox declaration, as well as to improve the quality of mailbox declaration. Once the automatic QC system is implemented, it will improve the quality of an operator's mailbox declaration by examining data before sending it to the IAEA. The QC system will be applied to fuel fabrication plants in the first half of 2014

  6. Increasing Fuel Efficiency of Direct Methanol Fuel Cell Systems with Feedforward Control of the Operating Concentration

    Directory of Open Access Journals (Sweden)

    Youngseung Na

    2015-09-01

    Full Text Available Most of the R&D on fuel cells for portable applications concentrates on increasing efficiencies and energy densities to compete with other energy storage devices, especially batteries. To improve the efficiency of direct methanol fuel cell (DMFC systems, several modifications to system layouts and operating strategies are considered in this paper, rather than modifications to the fuel cell itself. Two modified DMFC systems are presented, one with an additional inline mixer and a further modification of it with a separate tank to recover condensed water. The set point for methanol concentration control in the solution is determined by fuel efficiency and varies with the current and other process variables. Feedforward concentration control enables variable concentration for dynamic loads. Simulation results were validated experimentally with fuel cell systems.

  7. Criticality evaluation of BWR MOX fuel transport packages using average Pu content

    International Nuclear Information System (INIS)

    Mattera, C.; Martinotti, B.

    2004-01-01

    Currently in France, criticality studies in transport configurations for Boiling Water Reactor Mixed Oxide fuel assemblies are based on conservative hypothesis assuming that all rods (Mixed Oxide (Uranium and Plutonium), Uranium Oxide, Uranium and Gadolinium Oxide rods) are Mixed Oxide rods with the same Plutonium-content, corresponding to the maximum value. In that way, the real heterogeneous mapping of the assembly is masked and covered by a homogeneous Plutonium-content assembly, enriched at the maximum value. As this calculation hypothesis is extremely conservative, COGEMA LOGISTICS has studied a new calculation method based on the average Plutonium-content in the criticality studies. The use of the average Plutonium-content instead of the real Plutonium-content profiles provides a highest reactivity value that makes it globally conservative. This method can be applied for all Boiling Water Reactor Mixed Oxide complete fuel assemblies of type 8 x 8, 9 x 9 and 10 x 10 which Plutonium-content in mass weight does not exceed 15%; it provides advantages which are discussed in our approach. With this new method, for the same package reactivity, the Pu-content allowed in the package design approval can be higher. The COGEMA LOGISTICS' new method allows, at the design stage, to optimise the basket, materials or geometry for higher payload, keeping the same reactivity

  8. Investigation of charge dissipation in jet fuel in a dielectric fuel tank

    Science.gov (United States)

    Kitanin, E. L.; Kravtsov, P. A.; Trofimov, V. A.; Kitanina, E. E.; Bondarenko, D. A.

    2017-09-01

    The electrostatic charge dissipation process in jet fuel in a polypropylene tank was investigated experimentally. Groundable metallic terminals were installed in the tank walls to accelerate the dissipation process. Several sensors and an electrometer with a current measuring range from 10-11 to 10-3 A were specifically designed to study the dissipation rates. It was demonstrated that thanks to the sensors and the electrometer one can obtain reliable measurements of the dissipation rate and look at how it is influenced by the number and locations of the terminals. Conductivity of jet fuel and effective conductivity of the tank walls were investigated in addition. The experimental data agree well with the numerical simulation results obtained using COMSOL software package.

  9. Automated methods for real-time analysis of spent-fuel measurement data

    International Nuclear Information System (INIS)

    Bosler, G.E.; Rinard, P.M.; Klosterbuer, S.F.; Painter, J.

    1988-01-01

    Software has been developed for ''real-time'' analysis of neutron and gamma data from GRAND-1/fork measurements on spent-fuel assemblies. Three modules compose the software package. The modules are linked through a database system of files. The first module is part of a general data-base processing code. This module prepares input data files with inventory and correction-factor information for the second module. The second module, called OLAF, operates on a computer attached to the GRAND-1 electronics unit. In this second module, neutron and gamma data from spent-fuel assemblies are analyzed to verify consistency in the facility operator declarations for exposure (burnup) and cooling time. From the analysis, potential discrepancies in the measurement data are questioned while equipment is still installed at the facility and is available for additional measurements. During the measurements, data are written to an output file, called a results file, which can be processed by the third module of the software package. In the third module, printed reports summarizing the data and results are prepared, and neutron and gamma data are written to files that are process by the Deming curve-fitting code

  10. The importance of vehicle costs, fuel prices, and fuel efficiency to HEV market success.

    Energy Technology Data Exchange (ETDEWEB)

    Santini, D. J.; Patterson, P. D.; Vyas, A. D.

    1999-12-08

    Toyota's introduction of a hybrid electric vehicle (HEV) named ''Prius'' in Japan and Honda's proposed introduction of an HEV in the United States have generated considerable interest in the long-term viability of such fuel-efficient vehicles. A performance and cost projection model developed entirely at Argonne National Laboratory (ANL) is used here to estimate costs. ANL staff developed fuel economy estimates by extending conventional vehicle (CV) modeling done primarily under the National Cooperative Highway Research Program. Together, these estimates are employed to analyze dollar costs vs. benefits of two of many possible HEV technologies. We project incremental costs and fuel savings for a Prius-type low-performance hybrid (14.3 seconds zero to 60 mph acceleration, 260 time) and a higher-performance ''mild'' hybrid vehicle, or MHV (11 seconds 260 time). Each HEV is compared to a U.S. Toyota Corolla with automatic transmission (11 seconds 260 time). The base incremental retail price range, projected a decade hence, is $3,200-$3,750, before considering battery replacement cost. Historical data are analyzed to evaluate the effect of fuel price on consumer preferences for vehicle fuel economy, performance, and size. The relationship between fuel price, the level of change in fuel price, and consumer attitude toward higher fuel efficiency is also evaluated. A recent survey on the value of higher fuel efficiency is presented and U.S. commercial viability of the hybrids is evaluated using discount rates of 2090 and 870. Our analysis, with our current HEV cost estimates and current fuel savings estimates, implies that the U.S. market for such HEVS would be quite limited.

  11. Design and optimization of automotive thermoelectric generators for maximum fuel efficiency improvement

    International Nuclear Information System (INIS)

    Kempf, Nicholas; Zhang, Yanliang

    2016-01-01

    Highlights: • A three-dimensional automotive thermoelectric generator (TEG) model is developed. • Heat exchanger design and TEG configuration are optimized for maximum fuel efficiency increase. • Heat exchanger conductivity has a strong influence on maximum fuel efficiency increase. • TEG aspect ratio and fin height increase with heat exchanger thermal conductivity. • A 2.5% fuel efficiency increase is attainable with nanostructured half-Heusler modules. - Abstract: Automotive fuel efficiency can be increased by thermoelectric power generation using exhaust waste heat. A high-temperature thermoelectric generator (TEG) that converts engine exhaust waste heat into electricity is simulated based on a light-duty passenger vehicle with a 4-cylinder gasoline engine. Strategies to optimize TEG configuration and heat exchanger design for maximum fuel efficiency improvement are provided. Through comparison of stainless steel and silicon carbide heat exchangers, it is found that both the optimal TEG design and the maximum fuel efficiency increase are highly dependent on the thermal conductivity of the heat exchanger material. Significantly higher fuel efficiency increase can be obtained using silicon carbide heat exchangers at taller fins and a longer TEG along the exhaust flow direction when compared to stainless steel heat exchangers. Accounting for major parasitic losses, a maximum fuel efficiency increase of 2.5% is achievable using newly developed nanostructured bulk half-Heusler thermoelectric modules.

  12. Efficiency of poly-generating high temperature fuel cells

    Energy Technology Data Exchange (ETDEWEB)

    Margalef, Pere; Brown, Tim; Brouwer, Jacob; Samuelsen, Scott [National Fuel Cell Research Center (NFCRC), University of California, Irvine, CA 92697-3550 (United States)

    2011-02-15

    High temperature fuel cells can be designed and operated to poly-generate electricity, heat, and useful chemicals (e.g., hydrogen) in a variety of configurations. The highly integrated and synergistic nature of poly-generating high temperature fuel cells, however, precludes a simple definition of efficiency for analysis and comparison of performance to traditional methods. There is a need to develop and define a methodology to calculate each of the co-product efficiencies that is useful for comparative analyses. Methodologies for calculating poly-generation efficiencies are defined and discussed. The methodologies are applied to analysis of a Hydrogen Energy Station (H{sub 2}ES) showing that high conversion efficiency can be achieved for poly-generation of electricity and hydrogen. (author)

  13. A software tool integrated risk assessment of spent fuel transpotation and storage

    Energy Technology Data Exchange (ETDEWEB)

    Yun, Mi Rae; Almomani, Belal; Ham, Jae Hyun; Kang, Hyun Gook [Dept. of Nuclear and Quantum Engineering, Korea Advanced Institute of Science and Technology, Daejeon (Korea, Republic of); Christian, Robby [Dept. of Mechanical, Aerospace, and Nuclear Engineering, Rensselaer Polytechnic Institute, Troy (Korea, Republic of); Kim, Bo Gyung [Korea Institute of Nuclear Safety, Daejeon (Korea, Republic of); Lee, Sang Hoon [Dept. of Mechanical and Automotive Engineering, Keimyung University, Daegu (Korea, Republic of)

    2017-06-15

    When temporary spent fuel storage pools at nuclear power plants reach their capacity limit, the spent fuel must be moved to an alternative storage facility. However, radioactive materials must be handled and stored carefully to avoid severe consequences to the environment. In this study, the risks of three potential accident scenarios (i.e., maritime transportation, an aircraft crashing into an interim storage facility, and on-site transportation) associated with the spent fuel transportation process were analyzed using a probabilistic approach. For each scenario, the probabilities and the consequences were calculated separately to assess the risks: the probabilities were calculated using existing data and statistical models, and the consequences were calculated using computation models. Risk assessment software was developed to conveniently integrate the three scenarios. The risks were analyzed using the developed software according to the shipment route, building characteristics, and spent fuel handling environment. As a result of the risk analysis with varying accident conditions, transportation and storage strategies with relatively low risk were developed for regulators and licensees. The focus of this study was the risk assessment methodology; however, the applied model and input data have some uncertainties. Further research to reduce these uncertainties will improve the accuracy of this mode.

  14. A software tool integrated risk assessment of spent fuel transpotation and storage

    International Nuclear Information System (INIS)

    Yun, Mi Rae; Almomani, Belal; Ham, Jae Hyun; Kang, Hyun Gook; Christian, Robby; Kim, Bo Gyung; Lee, Sang Hoon

    2017-01-01

    When temporary spent fuel storage pools at nuclear power plants reach their capacity limit, the spent fuel must be moved to an alternative storage facility. However, radioactive materials must be handled and stored carefully to avoid severe consequences to the environment. In this study, the risks of three potential accident scenarios (i.e., maritime transportation, an aircraft crashing into an interim storage facility, and on-site transportation) associated with the spent fuel transportation process were analyzed using a probabilistic approach. For each scenario, the probabilities and the consequences were calculated separately to assess the risks: the probabilities were calculated using existing data and statistical models, and the consequences were calculated using computation models. Risk assessment software was developed to conveniently integrate the three scenarios. The risks were analyzed using the developed software according to the shipment route, building characteristics, and spent fuel handling environment. As a result of the risk analysis with varying accident conditions, transportation and storage strategies with relatively low risk were developed for regulators and licensees. The focus of this study was the risk assessment methodology; however, the applied model and input data have some uncertainties. Further research to reduce these uncertainties will improve the accuracy of this mode

  15. Ignominy: a tool for software dependency and metric analysis with examples from large HEP packages

    International Nuclear Information System (INIS)

    Tuura, L.A.; Taylor, L.

    2001-01-01

    Ignominy is a tool developed in the CMS IGUANA project to analyse the structure of software systems. Its primary component is a dependency scanner that distills information into human-usable forms. It also includes several tools to visualise the collected data in the form of graphical views and numerical metrics. Ignominy was designed to adapt to almost any reasonable structure, and it has been used to analyse several large projects. The original purpose of Ignominy was to help us better ensure the quality of our own software, and in particular warn us about possible structural problems early on. As a part of this activity it is now used as a standard part of our release procedure. The authors also use it to evaluate and study the quality of external packages they plan to make use of. The authors describe what Ignominy can find out, and how it can be used to visualise and assess a software structure. The authors also discuss the inherent problems of the analysis as well as the different approaches to modularity the tool makes quite evident. The focus is the illustration of these issues through the analysis results for several sizable HEP software projects

  16. SMOG 2: A Versatile Software Package for Generating Structure-Based Models.

    Science.gov (United States)

    Noel, Jeffrey K; Levi, Mariana; Raghunathan, Mohit; Lammert, Heiko; Hayes, Ryan L; Onuchic, José N; Whitford, Paul C

    2016-03-01

    Molecular dynamics simulations with coarse-grained or simplified Hamiltonians have proven to be an effective means of capturing the functionally important long-time and large-length scale motions of proteins and RNAs. Originally developed in the context of protein folding, structure-based models (SBMs) have since been extended to probe a diverse range of biomolecular processes, spanning from protein and RNA folding to functional transitions in molecular machines. The hallmark feature of a structure-based model is that part, or all, of the potential energy function is defined by a known structure. Within this general class of models, there exist many possible variations in resolution and energetic composition. SMOG 2 is a downloadable software package that reads user-designated structural information and user-defined energy definitions, in order to produce the files necessary to use SBMs with high performance molecular dynamics packages: GROMACS and NAMD. SMOG 2 is bundled with XML-formatted template files that define commonly used SBMs, and it can process template files that are altered according to the needs of each user. This computational infrastructure also allows for experimental or bioinformatics-derived restraints or novel structural features to be included, e.g. novel ligands, prosthetic groups and post-translational/transcriptional modifications. The code and user guide can be downloaded at http://smog-server.org/smog2.

  17. SMOG 2: A Versatile Software Package for Generating Structure-Based Models.

    Directory of Open Access Journals (Sweden)

    Jeffrey K Noel

    2016-03-01

    Full Text Available Molecular dynamics simulations with coarse-grained or simplified Hamiltonians have proven to be an effective means of capturing the functionally important long-time and large-length scale motions of proteins and RNAs. Originally developed in the context of protein folding, structure-based models (SBMs have since been extended to probe a diverse range of biomolecular processes, spanning from protein and RNA folding to functional transitions in molecular machines. The hallmark feature of a structure-based model is that part, or all, of the potential energy function is defined by a known structure. Within this general class of models, there exist many possible variations in resolution and energetic composition. SMOG 2 is a downloadable software package that reads user-designated structural information and user-defined energy definitions, in order to produce the files necessary to use SBMs with high performance molecular dynamics packages: GROMACS and NAMD. SMOG 2 is bundled with XML-formatted template files that define commonly used SBMs, and it can process template files that are altered according to the needs of each user. This computational infrastructure also allows for experimental or bioinformatics-derived restraints or novel structural features to be included, e.g. novel ligands, prosthetic groups and post-translational/transcriptional modifications. The code and user guide can be downloaded at http://smog-server.org/smog2.

  18. A comparison of software programs to determine curie content

    International Nuclear Information System (INIS)

    Hansen, C.J.; Miller C.C.

    1995-01-01

    Commercial nuclear power plants have used various methods to determine the curie content of radwaste packages to comply with shipping and disposal regulations. Several computer software packages are available which can determine the curie content of a package based on the geometry of the package and the dose rate of the package provided a given source spectrum. This paper will compare three of the more commonly used software packages. A brief review of the selection and use of software programs at Diablo Canyon Power Plant for radwaste and radioactive material shipments will be provided. These software packages are the PAKRAD program by Bechtel (which utilizes EPRI DOSCON data), RAMSHP by WMG and MICROSHIELD by Grove Engineering. A comparison of the software packages in the calculation of curie content for a box of dry active waste and a cartridge filter will be presented. A summary of program limitations will also be provided

  19. TargetSearch--a Bioconductor package for the efficient preprocessing of GC-MS metabolite profiling data.

    Science.gov (United States)

    Cuadros-Inostroza, Alvaro; Caldana, Camila; Redestig, Henning; Kusano, Miyako; Lisec, Jan; Peña-Cortés, Hugo; Willmitzer, Lothar; Hannah, Matthew A

    2009-12-16

    Metabolite profiling, the simultaneous quantification of multiple metabolites in an experiment, is becoming increasingly popular, particularly with the rise of systems-level biology. The workhorse in this field is gas-chromatography hyphenated with mass spectrometry (GC-MS). The high-throughput of this technology coupled with a demand for large experiments has led to data pre-processing, i.e. the quantification of metabolites across samples, becoming a major bottleneck. Existing software has several limitations, including restricted maximum sample size, systematic errors and low flexibility. However, the biggest limitation is that the resulting data usually require extensive hand-curation, which is subjective and can typically take several days to weeks. We introduce the TargetSearch package, an open source tool which is a flexible and accurate method for pre-processing even very large numbers of GC-MS samples within hours. We developed a novel strategy to iteratively correct and update retention time indices for searching and identifying metabolites. The package is written in the R programming language with computationally intensive functions written in C for speed and performance. The package includes a graphical user interface to allow easy use by those unfamiliar with R. TargetSearch allows fast and accurate data pre-processing for GC-MS experiments and overcomes the sample number limitations and manual curation requirements of existing software. We validate our method by carrying out an analysis against both a set of known chemical standard mixtures and of a biological experiment. In addition we demonstrate its capabilities and speed by comparing it with other GC-MS pre-processing tools. We believe this package will greatly ease current bottlenecks and facilitate the analysis of metabolic profiling data.

  20. Package materials, waste form

    International Nuclear Information System (INIS)

    Anon.

    1980-01-01

    The schedules for waste package development for the various host rocks were presented. The waste form subtask activities were reviewed, with the papers focusing on high-level waste, transuranic waste, and spent fuel. The following ten papers were presented: (1) Waste Package Development Approach; (2) Borosilicate Glass as a Matrix for Savannah River Plant Waste; (3) Development of Alternative High-Level Waste Forms; (4) Overview of the Transuranic Waste Management Program; (5) Assessment of the Impacts of Spent Fuel Disassembly - Alternatives on the Nuclear Waste Isolation System; (6) Reactions of Spent Fuel and Reprocessing Waste Forms with Water in the Presence of Basalt; (7) Spent Fuel Stabilizer Screening Studies; (8) Chemical Interactions of Shale Rock, Prototype Waste Forms, and Prototype Canister Metals in a Simulated Wet Repository Environment; (9) Impact of Fission Gas and Volatiles on Spent Fuel During Geologic Disposal; and (10) Spent Fuel Assembly Decay Heat Measurement and Analysis

  1. Green Packaging Development. : A way to efficient, effective and more environmental friendly packaging solutions.

    OpenAIRE

    Mian Muhammad, Masoud

    2011-01-01

    Growing pressure on the packaging design to enhance the environmental and logistics performance of a packaging system stresses the packaging designers to search new design strategies that not only fulfill logistics requirements in the supply chain, but also reduce the CO 2emissions during the packaging life cycle. This thesis focuses on the packaging design process and suggests some improvements by considering its logistics performance and CO 2emissions. A Green packaging development model wa...

  2. Los Alamos National Security, LLC Request for Information on how industry may partner with the Laboratory on KIVA software.

    Energy Technology Data Exchange (ETDEWEB)

    Mcdonald, Kathleen Herrera [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-02-29

    KIVA is a family of Fortran-based computational fluid dynamics software developed by LANL. The software predicts complex fuel and air flows as well as ignition, combustion, and pollutant-formation processes in engines. The KIVA models have been used to understand combustion chemistry processes, such as auto-ignition of fuels, and to optimize diesel engines for high efficiency and low emissions. Fuel economy is heavily dependent upon engine efficiency, which in turn depends to a large degree on how fuel is burned within the cylinders of the engine. Higher in-cylinder pressures and temperatures lead to increased fuel economy, but they also create more difficulty in controlling the combustion process. Poorly controlled and incomplete combustion can cause higher levels of emissions and lower engine efficiencies.

  3. Spent fuel transport in fuel cycle

    International Nuclear Information System (INIS)

    Labrousse, M.

    1977-01-01

    The transport of radioactive substances is a minor part of the fuel cycle because the quantities of matter involved are very small. However the length and complexity of the cycle, the weight of the packing, the respective distances between stations, enrichment plants and reprocessing plants are such that the problem is not negligible. In addition these transports have considerable psychological importance. The most interesting is spent fuel transport which requires exceptionally efficient packaging, especially where thermal and mechanical resistance are concerned. To meet the safety criteria necessary for the protection of both public and users it was decided to use the maximum capacity consistent with rail transport and to avoid coolant fluids under pressure. Since no single type of packing is suitable for all existing stations an effort has been made to standardise handling accessories, and future trands are towards maximum automation. A discussion on the various technical solutions available for the construction of these packing systems is followed by a description of those used for the two types of packaging ordered by COGEMA [fr

  4. Steam and partial oxidation reforming options for hydrogen production from fossil fuels for PEM fuel cells

    Directory of Open Access Journals (Sweden)

    Yousri M.A. Welaya

    2012-06-01

    Full Text Available Proton exchange membrane fuel cell (PEM generates electrical power from air and from hydrogen or hydrogen rich gas mixtures. Therefore, there is an increasing interest in converting current hydrocarbon based marine fuels such as natural gas, gasoline, and diesel into hydrogen rich gases acceptable to the PEM fuel cells on board ships. Using chemical flow sheeting software, the total system efficiency has been calculated. Natural gas appears to be the best fuel for hydrogen rich gas production due to its favorable composition of lower molecular weight compounds. This paper presents a study for a 250 kW net electrical power PEM fuel cell system utilizing a partial oxidation in one case study and steam reformers in the second. This study has shown that steam-reforming process is the most competitive fuel processing option in terms of fuel processing efficiency. Partial oxidation process has proved to posses the lowest fuel processing efficiency. Among the options studied, the highest fuel processing efficiency is achieved with natural gas steam reforming system.

  5. Technological growth of fuel efficiency in european automobile market 1975–2015

    International Nuclear Information System (INIS)

    Hu, Kejia; Chen, Yuche

    2016-01-01

    This paper looks at the technological growth of new car fleet fuel efficiency in the European Union between 1975 and 2015. According to the analysis results, from1975 to 2006 the fuel efficiency technology improvements were largely offset by vehicles' increased weight, engine size, and consumer amenities such as acceleration capacity. After 2006, downsizing in weight and engine capacity was observed in new car fleet, while fuel consumption decreased by 32% between 2006 and 2015. We adopt a statistical method and find that from 1975 to 2015, a 1% increase in weight would result in 0.3 to 0.5% increments in fuel consumption per 100 km, and a 1% reduction in 0–100 km/h acceleration time would increase fuel consumption by about 0.3%. Impacts of other attributes on fuel consumption are also assessed. To meet the European Union's 2021 fuel consumption target, downsizing of cars, as well as at least maintaining fuel efficiency technology growth trend observed between 2005 and 2015, are needed. Government policies on controlling improvement in acceleration performance or promoting alternative fuel vehicles are also important to achieve European Union 2021 target. - Highlights: • We evaluated fuel efficiency technological growth trends in European cars. • We quantified trade-offs between vehicle attributes and fuel consumption using statistical methods. • Technology development was offset by upsizing and upgrading of cars in 1975–2006. • Technology development and downsizing enabled large improvements in efficiency in 2006–2015. • Maintaining historical trend of efficiency improvement is not enough to achieve EU 2021 target.

  6. STRUCTURAL CALCULATIONS FOR THE CODISPOSAL OF TRIGA SPENT NUCLEAR FUEL IN A WASTE PACKAGE

    International Nuclear Information System (INIS)

    S. Mastilovic

    1999-01-01

    The purpose of this analysis is to determine the structural response of a TRIGA Department of Energy (DOE) spent nuclear fuel (SNF) codisposal canister placed in a 5-Defense High Level Waste (DHLW) waste package (WP) and subjected to a tipover design basis event (DBE) dynamic load; the results will be reported in terms of displacements and stress magnitudes. This activity is associated with the WP design

  7. Anticipated development in radioactive materials packaging and transport systems

    International Nuclear Information System (INIS)

    Williams, L.D.; Rhoads, R.E.; Hall, R.J.

    1976-07-01

    Closing the light water reactor fuel cycle and the use of mixed oxide fuels will produce materials such as solidified high level waste, cladding hulls and plutonium from Pu recycle fuel that have not been transported extensively in the past. Changes in allowable gaseous emissions from fuel cycle facilities may require the collection and transportation of radioactive noble gases and tritium. Although all of these materials could be transported in existing radioactive material packaging, economic considerations will make it desirable to develop new packaging specifically designed for each material. Conceptual package designs for these materials are reviewed. Special Nuclear Material transportation safeguards are expected to have a significant impact on future fuel cycle transportation. This subject is reviewed briefly. Other factors that could affect fuel cycle transportation are also discussed. Development of new packaging for radioactive materials is not believed to require the development of new technologies. New package designs will be primarily an adaptation of existing technology to fit the changing needs of a growing nuclear power industry. 23 references

  8. Packaging as source of efficient and sustainable advantages in supply chain management. An analysis of briks

    Directory of Open Access Journals (Sweden)

    Jesus García-Arca

    2014-01-01

    Full Text Available In higher competitive markets, the suitable supply chain management (particularly, in logistic processes and the adoptionof sustainability programs are strategic points in companies. In this context, no many companies have devoted special attentionto the impact of packaging design on logistic efficiency and sustainability.Thus, the integration of logistics and the packaging design has been conceptualized in the term «packaging logistics», par ticularly emphasizing its operational and organizational impact on supply chain performance. Going beyond, authors consider that a greater emphasis should be given to the important strategic connotations to do with packaging design,in many cases this being one of the supports of competitive advantages in the supply chain management from an overall perspective of efficiency and sustainability.To illustrate this statement, in this paper, not only the conceptual field of this concept is developed, but also in its application, analysing a case study in dairy sector, particularly, focused on brik products .

  9. TOPICAL REPORT ON ACTINIDE-ONLY BURNUP CREDIT FOR PWR SPENT NUCLEAR FUEL PACKAGES

    International Nuclear Information System (INIS)

    DOE

    1997-01-01

    A methodology for performing and applying nuclear criticality safety calculations, for PWR spent nuclear fuel (SNF) packages with actinide-only burnup credit, is described. The changes in the U-234, U-235, U-236, U-238, Pu-238, Pu-239, Pu-240, Pu-241, Pu-242, and Am-241 concentration with burnup are used in burnup credit criticality analyses. No credit for fission product neutron absorbers is taken. The methodology consists of five major steps. (1) Validate a computer code system to calculate isotopic concentrations of SNF created during burnup in the reactor core and subsequent decay. A set of chemical assay benchmarks is presented for this purpose as well as a method for assessing the calculational bias and uncertainty, and conservative correction factors for each isotope. (2) Validate a computer code system to predict the subcritical multiplication factor, k eff , of a spent nuclear fuel package. Fifty-seven UO 2 , UO 2 /Gd 2 O 3 , and UO 2 /PuO 2 critical experiments have been selected to cover anticipated conditions of SNF. The method uses an upper safety limit on k eff (which can be a function of the trending parameters) such that the biased k eff , when increased for the uncertainty is less than 0.95. (3) Establish bounding conditions for the isotopic concentration and criticality calculations. Three bounding axial profiles have been established to assure the ''end effect'' is accounted for conservatively. (4) Use the validated codes and bounding conditions to generate package loading criteria (burnup credit loading curves). Burnup credit loading curves show the minimum burnup required for a given initial enrichment. The utility burnup record is compared to this requirement after the utility accounts for the uncertainty in its record. Separate curves may be generated for each assembly design, various minimum cooling times and burnable absorber histories. (5) Verify that SNF assemblies meet the package loading criteria and confirm proper assembly selection

  10. Development and Evaluation of an Open-Source Software Package “CGITA” for Quantifying Tumor Heterogeneity with Molecular Images

    Directory of Open Access Journals (Sweden)

    Yu-Hua Dean Fang

    2014-01-01

    Full Text Available Background. The quantification of tumor heterogeneity with molecular images, by analyzing the local or global variation in the spatial arrangements of pixel intensity with texture analysis, possesses a great clinical potential for treatment planning and prognosis. To address the lack of available software for computing the tumor heterogeneity on the public domain, we develop a software package, namely, Chang-Gung Image Texture Analysis (CGITA toolbox, and provide it to the research community as a free, open-source project. Methods. With a user-friendly graphical interface, CGITA provides users with an easy way to compute more than seventy heterogeneity indices. To test and demonstrate the usefulness of CGITA, we used a small cohort of eighteen locally advanced oral cavity (ORC cancer patients treated with definitive radiotherapies. Results. In our case study of ORC data, we found that more than ten of the current implemented heterogeneity indices outperformed SUVmean for outcome prediction in the ROC analysis with a higher area under curve (AUC. Heterogeneity indices provide a better area under the curve up to 0.9 than the SUVmean and TLG (0.6 and 0.52, resp.. Conclusions. CGITA is a free and open-source software package to quantify tumor heterogeneity from molecular images. CGITA is available for free for academic use at http://code.google.com/p/cgita.

  11. A Roadmap to Continuous Integration for ATLAS Software Development

    Science.gov (United States)

    Elmsheuser, J.; Krasznahorkay, A.; Obreshkov, E.; Undrus, A.; ATLAS Collaboration

    2017-10-01

    The ATLAS software infrastructure facilitates efforts of more than 1000 developers working on the code base of 2200 packages with 4 million lines of C++ and 1.4 million lines of python code. The ATLAS offline code management system is the powerful, flexible framework for processing new package versions requests, probing code changes in the Nightly Build System, migration to new platforms and compilers, deployment of production releases for worldwide access and supporting physicists with tools and interfaces for efficient software use. It maintains multi-stream, parallel development environment with about 70 multi-platform branches of nightly releases and provides vast opportunities for testing new packages, for verifying patches to existing software and for migrating to new platforms and compilers. The system evolution is currently aimed on the adoption of modern continuous integration (CI) practices focused on building nightly releases early and often, with rigorous unit and integration testing. This paper describes the CI incorporation program for the ATLAS software infrastructure. It brings modern open source tools such as Jenkins and GitLab into the ATLAS Nightly System, rationalizes hardware resource allocation and administrative operations, provides improved feedback and means to fix broken builds promptly for developers. Once adopted, ATLAS CI practices will improve and accelerate innovation cycles and result in increased confidence in new software deployments. The paper reports the status of Jenkins integration with the ATLAS Nightly System as well as short and long term plans for the incorporation of CI practices.

  12. Fuel efficient stoves for the poorest two billion

    Science.gov (United States)

    Gadgil, Ashok

    2012-03-01

    About 2 billion people cook their daily meals on generally inefficient, polluting, biomass cookstoves. The fuels include twigs and leaves, agricultural waste, animal dung, firewood, and charcoal. Exposure to resulting smoke leads to acute respiratory illness, and cancers, particularly among women cooks, and their infant children near them. Resulting annual mortality estimate is almost 2 million deaths, higher than that from malaria or tuberculosis. There is a large diversity of cooking methods (baking, boiling, long simmers, brazing and roasting), and a diversity of pot shapes and sizes in which the cooking is undertaken. Fuel-efficiency and emissions depend on the tending of the fire (and thermal power), type of fuel, stove characteristics, and fit of the pot to the stove. Thus, no one perfect fuel-efficient low-emitting stove can suit all users. Affordability imposes a further severe constraint on the stove design. For various economic strata within the users, a variety of stove designs may be appropriate and affordable. In some regions, biomass is harvested non-renewably for cooking fuel. There is also increasing evidence that black carbon emitted from stoves is a significant contributor to atmospheric forcing. Thus improved biomass stoves can also help mitigate global climate change. The speaker will describe specific work undertaken to design, develop, test, and disseminate affordable fuel-efficient stoves for internally displaced persons (IDPs) of Darfur, Sudan, where the IDPs face hardship, humiliation, hunger, and risk of sexual assault owing to their dependence on local biomass for cooking their meals.

  13. The BG18, a B(U)F type package used for the transport of irradiated fuel rods - return of experience

    Energy Technology Data Exchange (ETDEWEB)

    Juergen, S.; Herman, S. [Transnubel, Dessel (Belgium)

    2004-07-01

    The purpose of this presentation is to share the return of experience of Transnubel after a period of nearly 3 years operation of the BG18 package in several nuclear power plants and hot cell facilities. This package has been used mainly for the shipment of full scale as well as samples of irradiated fuel rods - UOX or MOX, PWR or BWR.

  14. The BG18, a B(U)F type package used for the transport of irradiated fuel rods - return of experience

    International Nuclear Information System (INIS)

    Juergen, S.; Herman, S.

    2004-01-01

    The purpose of this presentation is to share the return of experience of Transnubel after a period of nearly 3 years operation of the BG18 package in several nuclear power plants and hot cell facilities. This package has been used mainly for the shipment of full scale as well as samples of irradiated fuel rods - UOX or MOX, PWR or BWR

  15. A conceptual model for the fuel oxidation of defective fuel

    International Nuclear Information System (INIS)

    Higgs, J.D.; Lewis, B.J.; Thompson, W.T.; He, Z.

    2007-01-01

    A mechanistic conceptual model has been developed to predict the fuel oxidation behaviour in operating defective fuel elements for water-cooled nuclear reactors. This theoretical work accounts for gas-phase transport and sheath reactions in the fuel-to-sheath gap to determine the local oxygen potential. An improved thermodynamic analysis has also been incorporated into the model to describe the equilibrium state of the oxidized fuel. The fuel oxidation kinetics treatment accounts for multi-phase transport including normal diffusion and thermodiffusion for interstitial oxygen migration in the solid, as well as gas-phase transport in the fuel pellet cracks. The fuel oxidation treatment is further coupled to a heat conduction equation. A numerical solution of the coupled transport equations is obtained by a finite-element technique with the FEMLAB 3.1 software package. The model is able to provide radial-axial profiles of the oxygen-to-uranium ratio and the fuel temperatures as a function of time in the defective element for a wide range of element powers and defect sizes. The model results are assessed against coulometric titration measurements of the oxygen-to-metal profile for pellet samples taken from ten spent defective elements discharged from the National Research Universal Reactor at the Chalk River Laboratories and commercial reactors

  16. Exploiting Software Tool Towards Easier Use And Higher Efficiency

    Science.gov (United States)

    Lin, G. H.; Su, J. T.; Deng, Y. Y.

    2006-08-01

    In developing countries, using data based on instrument made by themselves in maximum extent is very important. It is not only related to maximizing science returns upon prophase investment -- deep accumulations in every aspects but also science output. Based on the idea, we are exploiting a software (called THDP: Tool of Huairou Data Processing). It is used for processing a series of issues, which is met necessary in processing data. This paper discusses its designed purpose, functions, method and specialities. The primary vehicle for general data interpretation is through various techniques of data visualization, techniques of interactive. In the software, we employed Object Oriented approach. It is appropriate to the vehicle. it is imperative that the approach provide not only function, but do so in as convenient a fashion as possible. As result of the software exploiting, it is not only easier to learn data processing for beginner and more convenienter to need further improvement for senior but also increase greatly efficiency in every phrases include analyse, parameter adjusting, result display. Under frame of virtual observatory, for developing countries, we should study more and newer related technologies, which can advance ability and efficiency in science research, like the software we are developing

  17. Simulation of pellet-cladding interaction with the Pleiades fuel performance software environment

    International Nuclear Information System (INIS)

    Michel, B.; Nonon, C.; Sercombe, J.; Michel, F.; Marelle, V.

    2013-01-01

    This paper focuses on the PLEIADES fuel performance software environment and its application to the modeling of pellet-cladding interaction (PCI). The PLEIADES platform has been under development for 10 yr; a unified software environment, including the multidimensional finite element solver CAST3M, has been used to develop eight computation schemes now under operation. Among the latter, the ALCYONE application is devoted to pressurized water reactor fuel rod behavior. This application provides a three-dimensional (3-D) model for a detailed analysis of fuel element behavior and enables validation through comparing simulation and post-irradiation examination results (cladding residual diameter and ridges, dishing filling, pellet cracking, etc.). These last years the 3-D computation scheme of the ALCYONE application has been enriched with a complete set of physical models to take into account thermomechanical and chemical-physical behavior of the fuel element under irradiation. These models have been validated through the ALCYONE application on a large experimental database composed of approximately 400 study cases. The strong point of the ALCYONE application concerns the local approach of stress-corrosion-cracking rupture under PCI, which can be computed with the 3-D finite element solver. Further developments for PCI modeling in the PLEIADES platform are devoted to a new mesh refinement method for assessing stress-and-strain concentration (multigrid technique) and a new component for assessing fission product chemical recombination. (authors)

  18. Improving the Efficiency of Free Energy Calculations in the Amber Molecular Dynamics Package.

    Science.gov (United States)

    Kaus, Joseph W; Pierce, Levi T; Walker, Ross C; McCammont, J Andrew

    2013-09-10

    Alchemical transformations are widely used methods to calculate free energies. Amber has traditionally included support for alchemical transformations as part of the sander molecular dynamics (MD) engine. Here we describe the implementation of a more efficient approach to alchemical transformations in the Amber MD package. Specifically we have implemented this new approach within the more computational efficient and scalable pmemd MD engine that is included with the Amber MD package. The majority of the gain in efficiency comes from the improved design of the calculation, which includes better parallel scaling and reduction in the calculation of redundant terms. This new implementation is able to reproduce results from equivalent simulations run with the existing functionality, but at 2.5 times greater computational efficiency. This new implementation is also able to run softcore simulations at the λ end states making direct calculation of free energies more accurate, compared to the extrapolation required in the existing implementation. The updated alchemical transformation functionality will be included in the next major release of Amber (scheduled for release in Q1 2014) and will be available at http://ambermd.org, under the Amber license.

  19. Software needs engineering - a position paper

    OpenAIRE

    GRIMSON, JANE BARCLAY

    2000-01-01

    PUBLISHED When the general press refers to `software' in its headlines, then this is often not to relate a success story, but to expand on yet another `software-risk-turned-problem-story'. For many people, the term `software' evokes the image of an application package running either on a PC or some similar stand-alone usage. Over 70% of all software, however, are not developed in the traditional software houses as part of the creation of such packages. Much of this software comes in the fo...

  20. Petroleum software profiles

    International Nuclear Information System (INIS)

    Anon.

    1996-01-01

    A profile of twenty-two software packages designed for petroleum exploration and production was provided. Some focussed on the oil and gas engineering industry, and others on mapping systems containing well history files and well data summaries. Still other programs provided accounting systems designed to address the complexities of the oil and gas industry. The software packages reviewed were developed by some of the best-known groups involved in software development for the oil and gas industry, including among others, Geoquest, the Can Tek Group, Applied Terravision Systems Inc., Neotechnology Consultants Ltd., (12) OGCI Software Inc., Oracle Energy, Production Revenue Information Systems Management, Virtual Computing Services Ltd., and geoLogic Systems Ltd

  1. TargetSearch - a Bioconductor package for the efficient preprocessing of GC-MS metabolite profiling data

    Science.gov (United States)

    2009-01-01

    Background Metabolite profiling, the simultaneous quantification of multiple metabolites in an experiment, is becoming increasingly popular, particularly with the rise of systems-level biology. The workhorse in this field is gas-chromatography hyphenated with mass spectrometry (GC-MS). The high-throughput of this technology coupled with a demand for large experiments has led to data pre-processing, i.e. the quantification of metabolites across samples, becoming a major bottleneck. Existing software has several limitations, including restricted maximum sample size, systematic errors and low flexibility. However, the biggest limitation is that the resulting data usually require extensive hand-curation, which is subjective and can typically take several days to weeks. Results We introduce the TargetSearch package, an open source tool which is a flexible and accurate method for pre-processing even very large numbers of GC-MS samples within hours. We developed a novel strategy to iteratively correct and update retention time indices for searching and identifying metabolites. The package is written in the R programming language with computationally intensive functions written in C for speed and performance. The package includes a graphical user interface to allow easy use by those unfamiliar with R. Conclusions TargetSearch allows fast and accurate data pre-processing for GC-MS experiments and overcomes the sample number limitations and manual curation requirements of existing software. We validate our method by carrying out an analysis against both a set of known chemical standard mixtures and of a biological experiment. In addition we demonstrate its capabilities and speed by comparing it with other GC-MS pre-processing tools. We believe this package will greatly ease current bottlenecks and facilitate the analysis of metabolic profiling data. PMID:20015393

  2. TargetSearch - a Bioconductor package for the efficient preprocessing of GC-MS metabolite profiling data

    Directory of Open Access Journals (Sweden)

    Lisec Jan

    2009-12-01

    Full Text Available Abstract Background Metabolite profiling, the simultaneous quantification of multiple metabolites in an experiment, is becoming increasingly popular, particularly with the rise of systems-level biology. The workhorse in this field is gas-chromatography hyphenated with mass spectrometry (GC-MS. The high-throughput of this technology coupled with a demand for large experiments has led to data pre-processing, i.e. the quantification of metabolites across samples, becoming a major bottleneck. Existing software has several limitations, including restricted maximum sample size, systematic errors and low flexibility. However, the biggest limitation is that the resulting data usually require extensive hand-curation, which is subjective and can typically take several days to weeks. Results We introduce the TargetSearch package, an open source tool which is a flexible and accurate method for pre-processing even very large numbers of GC-MS samples within hours. We developed a novel strategy to iteratively correct and update retention time indices for searching and identifying metabolites. The package is written in the R programming language with computationally intensive functions written in C for speed and performance. The package includes a graphical user interface to allow easy use by those unfamiliar with R. Conclusions TargetSearch allows fast and accurate data pre-processing for GC-MS experiments and overcomes the sample number limitations and manual curation requirements of existing software. We validate our method by carrying out an analysis against both a set of known chemical standard mixtures and of a biological experiment. In addition we demonstrate its capabilities and speed by comparing it with other GC-MS pre-processing tools. We believe this package will greatly ease current bottlenecks and facilitate the analysis of metabolic profiling data.

  3. Software for Managing Personal Files.

    Science.gov (United States)

    Lundeen, Gerald

    1989-01-01

    Discusses the special characteristics of personal file management software and compares four microcomputer software packages: Notebook II with Bibliography and Convert, Pro-Cite with Biblio-Links, askSam, and Reference Manager. Each package is evaluated in terms of the user interface, file maintenance, retrieval capabilities, output, and…

  4. Packaging design criteria for the MCO cask

    International Nuclear Information System (INIS)

    Clements, M.D.

    1996-01-01

    Approximately 2,100 metric tons of unprocessed, irradiated nuclear fuel elements are presently stored in the K Basins. To permit cleanup of the K Basins and fuel conditioning, the fuel will be transported from the K Basins to a Canister Storage Building in the 200 East Area. The purpose of this packaging design criteria is to provide criteria for the design, fabrication, and use of a packaging system to transport the large quantities of irradiated nuclear fuel elements positioned within Multiple Canister Overpacks

  5. ROLE OF DATA MINING CLASSIFICATION TECHNIQUE IN SOFTWARE DEFECT PREDICTION

    OpenAIRE

    Dr.A.R.Pon Periyasamy; Mrs A.Misbahulhuda

    2017-01-01

    Software defect prediction is the process of locating defective modules in software. Software quality may be a field of study and apply that describes the fascinating attributes of software package product. The performance should be excellent with none defects. Software quality metrics are a set of software package metrics that target the standard aspects of the product, process, and project. The software package defect prediction model helps in early detection of defects and contributes to t...

  6. HIGH EFFICIENCY GENERATION OF HYDROGEN FUELS USING NUCLEAR POWER

    Energy Technology Data Exchange (ETDEWEB)

    BROWN,LC; BESENBRUCH,GE; LENTSCH,RD; SCHULTZ,KR; FUNK,JF; PICKARD,PS; MARSHALL,AC; SHOWALTER,SK

    2003-06-01

    OAK B202 HIGH EFFICIENCY GENERATION OF HYDROGEN FUELS USING NUCLEAR POWER. Combustion of fossil fuels, used to power transportation, generate electricity, heat homes and fuel industry provides 86% of the world's energy. Drawbacks to fossil fuel utilization include limited supply, pollution, and carbon dioxide emissions. Carbon dioxide emissions, thought to be responsible for global warming, are now the subject of international treaties. Together, these drawbacks argue for the replacement of fossil fuels with a less-polluting potentially renewable primary energy such as nuclear energy. Conventional nuclear plants readily generate electric power but fossil fuels are firmly entrenched in the transportation sector. Hydrogen is an environmentally attractive transportation fuel that has the potential to displace fossil fuels. Hydrogen will be particularly advantageous when coupled with fuel cells. Fuel cells have higher efficiency than conventional battery/internal combustion engine combinations and do not produce nitrogen oxides during low-temperature operation. Contemporary hydrogen production is primarily based on fossil fuels and most specifically on natural gas. When hydrogen is produced using energy derived from fossil fuels, there is little or no environmental advantage. There is currently no large scale, cost-effective, environmentally attractive hydrogen production process available for commercialization, nor has such a process been identified. The objective of this work is to find an economically feasible process for the production of hydrogen, by nuclear means, using an advanced high-temperature nuclear reactor as the primary energy source. Hydrogen production by thermochemical water-splitting (Appendix A), a chemical process that accomplishes the decomposition of water into hydrogen and oxygen using only heat or, in the case of a hybrid thermochemical process, by a combination of heat and electrolysis, could meet these goals. Hydrogen produced from

  7. Automatic program generation: future of software engineering

    Energy Technology Data Exchange (ETDEWEB)

    Robinson, J.H.

    1979-01-01

    At this moment software development is still more of an art than an engineering discipline. Each piece of software is lovingly engineered, nurtured, and presented to the world as a tribute to the writer's skill. When will this change. When will the craftsmanship be removed and the programs be turned out like so many automobiles from an assembly line. Sooner or later it will happen: economic necessities will demand it. With the advent of cheap microcomputers and ever more powerful supercomputers doubling capacity, much more software must be produced. The choices are to double the number of programers, double the efficiency of each programer, or find a way to produce the needed software automatically. Producing software automatically is the only logical choice. How will automatic programing come about. Some of the preliminary actions which need to be done and are being done are to encourage programer plagiarism of existing software through public library mechanisms, produce well understood packages such as compiler automatically, develop languages capable of producing software as output, and learn enough about the whole process of programing to be able to automate it. Clearly, the emphasis must not be on efficiency or size, since ever larger and faster hardware is coming.

  8. MAPPIX: A software package for off-line micro-pixe single particle aerosol analysis

    International Nuclear Information System (INIS)

    Ceccato, D.

    2009-01-01

    In the framework of a multiannual experiment performed at Baia Terra Nova, Antarctica, size-segregated aerosol samples were collected by using a 12-stage SDI impactor (Hillamo design). Approximately 2800 particles, belonging to the first four supermicrometric SDI stages - 8.39, 4.08, 2.68, 1.66 μm dynamic aerosol diameter cuts - were analyzed at the INFN-LNL micro-PIXE facility, a three lens Oxford Microprobe (OM) product, installed in the early nineties. Four regions on each of the 12 sub-samples were measured; 60 aerosol particles were detected on average in each of the analyzed regions. The off-line single aerosol particle (SAP) analysis of such big amount of data required software that is able to rapidly handle the acquired data, with a simple and fast area selection procedure; the subsequent automated PIXE spectra analysis with a specialized code was also needed. The MAPPIX 2.0 software was designed to make easier and faster the user jobs during the SAP analysis. The package is composed of two separate routines: the first one is devoted to data format conversion (OM-LMF file format to MAPPIX format), while the second one is devoted to micro-PIXE maps graphical presentation and aerosol particle selection procedure. The MAPPIX data format and software features will be discussed; a short report of the speed performances will be presented.

  9. The Caviar software package for the astrometric reduction of Cassini ISS images: description and examples

    Science.gov (United States)

    Cooper, N. J.; Lainey, V.; Meunier, L.-E.; Murray, C. D.; Zhang, Q.-F.; Baillie, K.; Evans, M. W.; Thuillot, W.; Vienne, A.

    2018-02-01

    Aims: Caviar is a software package designed for the astrometric measurement of natural satellite positions in images taken using the Imaging Science Subsystem (ISS) of the Cassini spacecraft. Aspects of the structure, functionality, and use of the software are described, and examples are provided. The integrity of the software is demonstrated by generating new measurements of the positions of selected major satellites of Saturn, 2013-2016, along with their observed minus computed (O-C) residuals relative to published ephemerides. Methods: Satellite positions were estimated by fitting a model to the imaged limbs of the target satellites. Corrections to the nominal spacecraft pointing were computed using background star positions based on the UCAC5 and Tycho2 star catalogues. UCAC5 is currently used in preference to Gaia-DR1 because of the availability of proper motion information in UCAC5. Results: The Caviar package is available for free download. A total of 256 new astrometric observations of the Saturnian moons Mimas (44), Tethys (58), Dione (55), Rhea (33), Iapetus (63), and Hyperion (3) have been made, in addition to opportunistic detections of Pandora (20), Enceladus (4), Janus (2), and Helene (5), giving an overall total of 287 new detections. Mean observed-minus-computed residuals for the main moons relative to the JPL SAT375 ephemeris were - 0.66 ± 1.30 pixels in the line direction and 0.05 ± 1.47 pixels in the sample direction. Mean residuals relative to the IMCCE NOE-6-2015-MAIN-coorb2 ephemeris were -0.34 ± 0.91 pixels in the line direction and 0.15 ± 1.65 pixels in the sample direction. The reduced astrometric data are provided in the form of satellite positions for each image. The reference star positions are included in order to allow reprocessing at some later date using improved star catalogues, such as later releases of Gaia, without the need to re-estimate the imaged star positions. The Caviar software is available for free download from: ftp://ftp://ftp.imcce.fr/pub/softwares

  10. Maintenance of the packagings used for the transport of spent fuel

    International Nuclear Information System (INIS)

    Lazarevitch, S.; Cooke, B.

    1987-01-01

    Regular maintenance of packagings used for the transport of spent fuel has been carried out in Europe for the past three years. The three companies involved in this kind of transport (Cogema, Nuclear Transport and Pacific Nuclear Transport) have agreed on a common policy for these operations and, in practice, perform the maintenance work at a special facility (AMEC) at the La Hague reprocessing plant in France. This facility was erected in 1983, and commissioned in January 1984. The paper deals with the typical maintenance operations at the AMEC facility, the principles of control applied during maintenance, maintenance experience and future development and prospects. (author)

  11. Solving Differential Equations in R: Package deSolve

    Directory of Open Access Journals (Sweden)

    Karline Soetaert

    2010-02-01

    Full Text Available In this paper we present the R package deSolve to solve initial value problems (IVP written as ordinary differential equations (ODE, differential algebraic equations (DAE of index 0 or 1 and partial differential equations (PDE, the latter solved using the method of lines approach. The differential equations can be represented in R code or as compiled code. In the latter case, R is used as a tool to trigger the integration and post-process the results, which facilitates model development and application, whilst the compiled code significantly increases simulation speed. The methods implemented are efficient, robust, and well documented public-domain Fortran routines. They include four integrators from the ODEPACK package (LSODE, LSODES, LSODA, LSODAR, DVODE and DASPK2.0. In addition, a suite of Runge-Kutta integrators and special-purpose solvers to efficiently integrate 1-, 2- and 3-dimensional partial differential equations are available. The routines solve both stiff and non-stiff systems, and include many options, e.g., to deal in an efficient way with the sparsity of the Jacobian matrix, or finding the root of equations. In this article, our objectives are threefold: (1 to demonstrate the potential of using R for dynamic modeling, (2 to highlight typical uses of the different methods implemented and (3 to compare the performance of models specified in R code and in compiled code for a number of test cases. These comparisons demonstrate that, if the use of loops is avoided, R code can efficiently integrate problems comprising several thousands of state variables. Nevertheless, the same problem may be solved from 2 to more than 50 times faster by using compiled code compared to an implementation using only R code. Still, amongst the benefits of R are a more flexible and interactive implementation, better readability of the code, and access to R’s high-level procedures. deSolve is the successor of package odesolve which will be deprecated in

  12. Probabilistic analysis of the efficiency of the damping devices against nuclear fuel container falling

    Science.gov (United States)

    Králik, Juraj

    2017-07-01

    The paper presents the probabilistic and sensitivity analysis of the efficiency of the damping devices cover of nuclear power plant under impact of the container of nuclear fuel of type TK C30 drop. The finite element idealization of nuclear power plant structure is used in space. The steel pipe damper system is proposed for dissipation of the kinetic energy of the container free fall. The experimental results of the shock-damper basic element behavior under impact loads are presented. The Newmark integration method is used for solution of the dynamic equations. The sensitivity and probabilistic analysis of damping devices was realized in the AntHILL and ANSYS software.

  13. A Re-Engineered Software Interface and Workflow for the Open-Source SimVascular Cardiovascular Modeling Package.

    Science.gov (United States)

    Lan, Hongzhi; Updegrove, Adam; Wilson, Nathan M; Maher, Gabriel D; Shadden, Shawn C; Marsden, Alison L

    2018-02-01

    Patient-specific simulation plays an important role in cardiovascular disease research, diagnosis, surgical planning and medical device design, as well as education in cardiovascular biomechanics. simvascular is an open-source software package encompassing an entire cardiovascular modeling and simulation pipeline from image segmentation, three-dimensional (3D) solid modeling, and mesh generation, to patient-specific simulation and analysis. SimVascular is widely used for cardiovascular basic science and clinical research as well as education, following increased adoption by users and development of a GATEWAY web portal to facilitate educational access. Initial efforts of the project focused on replacing commercial packages with open-source alternatives and adding increased functionality for multiscale modeling, fluid-structure interaction (FSI), and solid modeling operations. In this paper, we introduce a major SimVascular (SV) release that includes a new graphical user interface (GUI) designed to improve user experience. Additional improvements include enhanced data/project management, interactive tools to facilitate user interaction, new boundary condition (BC) functionality, plug-in mechanism to increase modularity, a new 3D segmentation tool, and new computer-aided design (CAD)-based solid modeling capabilities. Here, we focus on major changes to the software platform and outline features added in this new release. We also briefly describe our recent experiences using SimVascular in the classroom for bioengineering education.

  14. Reprocessing technology for present water reactor fuels

    International Nuclear Information System (INIS)

    McMurray, P.R.

    1977-01-01

    The basic Purex solvent extraction technology developed and applied in the U.S. in the 1950's provides a well-demonstrated and efficient process for recovering uranium and plutonium for fuel recycle and separating the wastes for further treatment and packaging. The technologies for confinement of radioactive effluents have been developed but have had limited utilization in the processing of commercial light water reactor fuels. Technologies for solidification and packaging of radioactive wastes have not yet been demonstrated but significant experience has been gained in laboratory and engineering scale experiments with simulated commercial reprocessing wastes and intermediate level wastes. Commercial scale experience with combined operations of all the required processes and equipment are needed to demonstrate reliable reprocessing centers

  15. Survey of waste package designs for disposal of high-level waste/spent fuel in selected foreign countries

    International Nuclear Information System (INIS)

    Schneider, K.J.; Lakey, L.T.; Silviera, D.J.

    1989-09-01

    This report presents the results of a survey of the waste package strategies for seven western countries with active nuclear power programs that are pursuing disposal of spent nuclear fuel or high-level wastes in deep geologic rock formations. Information, current as of January 1989, is given on the leading waste package concepts for Belgium, Canada, France, Federal Republic of Germany, Sweden, Switzerland, and the United Kingdom. All but two of the countries surveyed (France and the UK) have developed design concepts for their repositories, but none of the countries has developed its final waste repository or package concept. Waste package concepts are under study in all the countries surveyed, except the UK. Most of the countries have not yet developed a reference concept and are considering several concepts. Most of the information presented in this report is for the current reference or leading concepts. All canisters for the wastes are cylindrical, and are made of metal (stainless steel, mild steel, titanium, or copper). The canister concepts have relatively thin walls, except those for spent fuel in Sweden and Germany. Diagrams are presented for the reference or leading concepts for canisters for the countries surveyed. The expected lifetimes of the conceptual canisters in their respective disposal environment are typically 500 to 1,000 years, with Sweden's copper canister expected to last as long as one million years. Overpack containers that would contain the canisters are being considered in some of the countries. All of the countries surveyed, except one (Germany) are currently planning to utilize a buffer material (typically bentonite) surrounding the disposal package in the repository. Most of the countries surveyed plan to limit the maximum temperature in the buffer material to about 100 degree C. 52 refs., 9 figs

  16. 75 FR 27341 - Increasing Market and Planning Efficiency Through Improved Software; Notice of Technical...

    Science.gov (United States)

    2010-05-14

    ..., ramp rates, and network topology), flexible dispatch, settlement calculations, transmission switching... Market and Planning Efficiency Through Improved Software; Notice of Technical Conference To Discuss Increasing Market and Planning Efficiency Through Improved Software May 7, 2010. Take notice that Commission...

  17. Recent advances in hardware and software are to improve spent fuel measurements

    International Nuclear Information System (INIS)

    Staples, P.; Beddingfield, D.H.; Lestone, J.P.; Pelowitz, D.G.; Bytchkov, M.; Starovich, Z.; Harizanov, I.; Luna-Vellejo, J.; Lavender, C.

    2001-01-01

    Vast quantities of spent fuel are available for safeguard measurements, primarily in Commonwealth of Independent States (CIS) of the former Soviet Union. This spent fuel, much of which consists of long-cooling-time material, is going to become less unique in the world safeguards arena as reprocessing projects or permanent repositories continue to be delayed or postponed. The long cooling time of many of the spent fuel assemblies being prepared for intermediate term storage in the CIS countries promotes the possibility of increased accuracy in spent fuel assays. This improvement is made possible through the process of decay of the Curium isotopes and of fission products. An important point to consider for the future that could advance safeguards measurements for reverification and inspection would be to determine what safeguards requirements should be imposed upon this 'new' class of spent fuel, Improvements in measurement capability will obviously affect the safeguards requirements. What most significantly enables this progress in spent fuel measurements is the improvement in computer processing power and software enhancements leading to user-friendly Graphical User Interfaces (GUT's). The software used for these projects significantly reduces the IAEA inspector's time expenditure for both learning and operating computer and data acquisition systems, At the same time, by standardizing the spent fuel measurements, it is possible to increase reproducibility and reliability of the measurement data. Hardware systems will be described which take advantage of the increased computer control available to enable more complex measurement scenarios. A specific example of this is the active regulation of a spent fuel neutron coincident counter's 3 He tubes high voltage, and subsequent scaling of measurement results to maintain a calibration for direct assay of the plutonium content of Fast Breeder Reactor spent fuel. The plutonium content has been successfully determined for

  18. Maximizing Efficiency in Two-step Solar-thermochemical Fuel Production

    Energy Technology Data Exchange (ETDEWEB)

    Ermanoski, I. [Sandia National Laboratories (SNL-NM), Albuquerque, NM (United States)

    2015-05-01

    Widespread solar fuel production depends on its economic viability, largely driven by the solar-to-fuel conversion efficiency. In this paper, the material and energy requirements in two-step solar-thermochemical cycles are considered.The need for advanced redox active materials is demonstrated, by considering the oxide mass flow requirements at a large scale. Two approaches are also identified for maximizing the efficiency: optimizing reaction temperatures, and minimizing the pressure in the thermal reduction step by staged thermal reduction. The results show that each approach individually, and especially the two in conjunction, result in significant efficiency gains.

  19. Thin Film Packaging Solutions for High Efficiency OLED Lighting Products

    Energy Technology Data Exchange (ETDEWEB)

    None

    2008-06-30

    The objective of the 'Thin Film Packaging Solutions for High Efficiency OLED Lighting Products' project is to demonstrate thin film packaging solutions based on SiC hermetic coatings that, when applied to glass and plastic substrates, support OLED lighting devices by providing longer life with greater efficiency at lower cost than is currently available. Phase I Objective: Demonstrate thin film encapsulated working phosphorescent OLED devices on optical glass with lifetime of 1,000 hour life, CRI greater than 75, and 15 lm/W. Phase II Objective: Demonstrate thin film encapsulated working phosphorescent OLED devices on plastic or glass composite with 25 lm/W, 5,000 hours life, and CRI greater than 80. Phase III Objective: Demonstrate 2 x 2 ft{sup 2} thin film encapsulated working phosphorescent OLED with 40 lm/W, 10,000 hour life, and CRI greater than 85. This report details the efforts of Phase III (Budget Period Three), a fourteen month collaborative effort that focused on optimization of high-efficiency phosphorescent OLED devices and thin-film encapsulation of said devices. The report further details the conclusions and recommendations of the project team that have foundation in all three budget periods for the program. During the conduct of the Thin Film Packaging Solutions for High Efficiency OLED Lighting Products program, including budget period three, the project team completed and delivered the following achievements: (1) a three-year marketing effort that characterized the near-term and longer-term OLED market, identified customer and consumer lighting needs, and suggested prototype product concepts and niche OLED applications lighting that will give rise to broader market acceptance as a source for wide area illumination and energy conservation; (2) a thin film encapsulation technology with a lifetime of nearly 15,000 hours, tested by calcium coupons, while stored at 16 C and 40% relative humidity ('RH'). This encapsulation technology

  20. GENIE: a software package for gene-gene interaction analysis in genetic association studies using multiple GPU or CPU cores

    Directory of Open Access Journals (Sweden)

    Wang Kai

    2011-05-01

    Full Text Available Abstract Background Gene-gene interaction in genetic association studies is computationally intensive when a large number of SNPs are involved. Most of the latest Central Processing Units (CPUs have multiple cores, whereas Graphics Processing Units (GPUs also have hundreds of cores and have been recently used to implement faster scientific software. However, currently there are no genetic analysis software packages that allow users to fully utilize the computing power of these multi-core devices for genetic interaction analysis for binary traits. Findings Here we present a novel software package GENIE, which utilizes the power of multiple GPU or CPU processor cores to parallelize the interaction analysis. GENIE reads an entire genetic association study dataset into memory and partitions the dataset into fragments with non-overlapping sets of SNPs. For each fragment, GENIE analyzes: 1 the interaction of SNPs within it in parallel, and 2 the interaction between the SNPs of the current fragment and other fragments in parallel. We tested GENIE on a large-scale candidate gene study on high-density lipoprotein cholesterol. Using an NVIDIA Tesla C1060 graphics card, the GPU mode of GENIE achieves a speedup of 27 times over its single-core CPU mode run. Conclusions GENIE is open-source, economical, user-friendly, and scalable. Since the computing power and memory capacity of graphics cards are increasing rapidly while their cost is going down, we anticipate that GENIE will achieve greater speedups with faster GPU cards. Documentation, source code, and precompiled binaries can be downloaded from http://www.cceb.upenn.edu/~mli/software/GENIE/.

  1. Steam and partial oxidation reforming options for hydrogen production from fossil fuels for PEM fuel cells

    OpenAIRE

    Yousri M.A. Welaya; Mohamed M. El Gohary; Nader R. Ammar

    2012-01-01

    Proton exchange membrane fuel cell (PEM) generates electrical power from air and from hydrogen or hydrogen rich gas mixtures. Therefore, there is an increasing interest in converting current hydrocarbon based marine fuels such as natural gas, gasoline, and diesel into hydrogen rich gases acceptable to the PEM fuel cells on board ships. Using chemical flow sheeting software, the total system efficiency has been calculated. Natural gas appears to be the best fuel for hydrogen rich gas productio...

  2. ZTEK`s ultra-high efficiency fuel cell/gas turbine system for distributed generation

    Energy Technology Data Exchange (ETDEWEB)

    Hsu, M.; Nathanson, D. [Ztek Corp., Waltham, MA (United States); Bradshaw, D.T. [Tennessee Valley Authority, Chattanooga, TN (United States)] [and others

    1996-12-31

    Ztek`s Planar Solid Oxide Fuel Cell (SOFC) system has exceptional potential for utility electric power generation because of: simplicity of components construction, capability for low cost manufacturing, efficient recovery of very high quality by-product heat (up to 1000{degrees}C), and system integration simplicity. Utility applications of the Solid Oxide Fuel Cell are varied and include distributed generation units (sub-MW to 30MW capacity), repowering existing power plants (i.e. 30MW to 100MW), and multi-megawatt central power plants. A TVA/EPRI collaboration program involved functional testing of the advanced solid oxide fuel cell stacks and design scale-up for distributed power generation applications. The emphasis is on the engineering design of the utility modules which will be the building blocks for up to megawatt scale power plants. The program has two distinctive subprograms: Verification test on a 1 kW stack and 25kW module for utility demonstration. A 1 kW Planar SOFC stack was successfully operated for 15,000 hours as of December, 1995. Ztek began work on a 25kW SOFC Power System for TVA, which plans to install the 25kW SOFC at a host site for demonstration in 1997. The 25kW module is Ztek`s intended building block for the commercial use of the Planar SOFC. Systems of up to megawatt capacity can be obtained by packaging the modules in 2-dimensional or 3-dimensional arrays.

  3. Interdependencies between transport fuel demand, efficiency and quality: An application to Austria

    International Nuclear Information System (INIS)

    Goerlich, Roland; Wirl, Franz

    2012-01-01

    This paper focuses on the interdependencies between technical efficiencies and energy demand which are often either treated in isolation or do not get the sufficient attention in the literature. More precisely, this paper uses technical efficiencies as one crucial determinant of energy demand in order to integrate at least two issues that are usually investigated separately from each other: the rebound effect resulting from improved technical efficiencies and the asymmetry of energy demand. In this regard, our paper sets out a theoretical framework which has the following implications: higher efficiency increases service demand (first order rebound), low fuel prices and higher efficiency increases the demand for quality (second order) which in turn increases service demand further (third order); ceteris paribus, energy price shocks should increase scrapping rates; fuel prices direct the R and D expenditures of car producers; those on engine efficiency are irreversible, which has the consequence that energy price elasticities depend on the history of energy prices rather than being asymmetrical. Derived implications are subsequently tested on Austrian data. In particular, the purchasing decision diesel versus gasoline powered cars allows to refute the myth that consumers apply high implicit rates for discounting the future benefit from efficient cars. - Research Highlights: ►Dependencies between efficiency, fuel price, quality and fuel demand are modelled. ►Austrian data supports model implications for the defined rounds of rebounds. ►R and D efforts are directed by fuel prices surpassing a threshold on large markets. ►Consumers apply low implicit discount rates for future benefits from efficient cars. ►Effects of policy instruments (fuel efficiency standard, taxes, etc.) are discussed.

  4. Counting radon tracks in Makrofol detectors with the 'image reduction and analysis facility' (IRAF) software package

    International Nuclear Information System (INIS)

    Hernandez, F.; Gonzalez-Manrique, S.; Karlsson, L.; Hernandez-Armas, J.; Aparicio, A.

    2007-01-01

    Makrofol detectors are commonly used for long-term radon ( 222 Rn) measurements in houses, schools and workplaces. The use of this type of passive detectors for the determination of radon concentrations requires the counting of the nuclear tracks produced by alpha particles on the detecting material. The 'image reduction and analysis facility' (IRAF) software package is a piece of software commonly used in astronomical applications. It allows detailed counting and mapping of sky sections where stars are grouped very closely, even forming clusters. In order to count the nuclear tracks in our Makrofol radon detectors, we have developed an inter-disciplinary application that takes advantage of the similitude that exist between counting stars in a dark sky and tracks in a track-etch detector. Thus, a low cost semi-automatic system has been set up in our laboratory which utilises a commercially available desktop scanner and the IRAF software package. A detailed description of the proposed semi-automatic method and its performance, in comparison to ocular counting, is described in detail here. In addition, the calibration factor for this procedure, 2.97+/-0.07kBqm -3 htrack -1 cm 2 , has been calculated based on the results obtained from exposing 46 detectors to certified radon concentrations. Furthermore, the results of a preliminary radon survey carried out in 62 schools in Tenerife island (Spain), using Makrofol detectors, counted with the mentioned procedure, are briefly presented. The results reported here indicate that the developed procedure permits a fast, accurate and unbiased determination of the radon tracks in a large number of detectors. The measurements carried out in the schools showed that the radon concentrations in at least 12 schools were above 200Bqm -3 and, in two of them, above 400Bqm -3 . Further studies should be performed at those schools following the European Union recommendations about radon concentrations in buildings

  5. The portability of the "Electronics Workbench" simulation software to China

    NARCIS (Netherlands)

    Collis, Betty; Zhi-Cheng, Dong

    1993-01-01

    This article discusses the portability of the Canadian-made simulation software package, "Electronic Workbench" package (EWB) to China. As part of a larger project investigating the portability of various educational software packages, the EWB package was used in electronics instruction in China and

  6. Energy efficiency analysis: biomass-to-wheel efficiency related with biofuels production, fuel distribution, and powertrain systems.

    Directory of Open Access Journals (Sweden)

    Wei-Dong Huang

    Full Text Available BACKGROUND: Energy efficiency analysis for different biomass-utilization scenarios would help make more informed decisions for developing future biomass-based transportation systems. Diverse biofuels produced from biomass include cellulosic ethanol, butanol, fatty acid ethyl esters, methane, hydrogen, methanol, dimethyether, Fischer-Tropsch diesel, and bioelectricity; the respective powertrain systems include internal combustion engine (ICE vehicles, hybrid electric vehicles based on gasoline or diesel ICEs, hydrogen fuel cell vehicles, sugar fuel cell vehicles (SFCV, and battery electric vehicles (BEV. METHODOLOGY/PRINCIPAL FINDINGS: We conducted a simple, straightforward, and transparent biomass-to-wheel (BTW analysis including three separate conversion elements--biomass-to-fuel conversion, fuel transport and distribution, and respective powertrain systems. BTW efficiency is a ratio of the kinetic energy of an automobile's wheels to the chemical energy of delivered biomass just before entering biorefineries. Up to 13 scenarios were analyzed and compared to a base line case--corn ethanol/ICE. This analysis suggests that BEV, whose electricity is generated from stationary fuel cells, and SFCV, based on a hydrogen fuel cell vehicle with an on-board sugar-to-hydrogen bioreformer, would have the highest BTW efficiencies, nearly four times that of ethanol-ICE. SIGNIFICANCE: In the long term, a small fraction of the annual US biomass (e.g., 7.1%, or 700 million tons of biomass would be sufficient to meet 100% of light-duty passenger vehicle fuel needs (i.e., 150 billion gallons of gasoline/ethanol per year, through up to four-fold enhanced BTW efficiencies by using SFCV or BEV. SFCV would have several advantages over BEV: much higher energy storage densities, faster refilling rates, better safety, and less environmental burdens.

  7. Energy Efficiency Analysis: Biomass-to-Wheel Efficiency Related with Biofuels Production, Fuel Distribution, and Powertrain Systems

    Science.gov (United States)

    Huang, Wei-Dong; Zhang, Y-H Percival

    2011-01-01

    Background Energy efficiency analysis for different biomass-utilization scenarios would help make more informed decisions for developing future biomass-based transportation systems. Diverse biofuels produced from biomass include cellulosic ethanol, butanol, fatty acid ethyl esters, methane, hydrogen, methanol, dimethyether, Fischer-Tropsch diesel, and bioelectricity; the respective powertrain systems include internal combustion engine (ICE) vehicles, hybrid electric vehicles based on gasoline or diesel ICEs, hydrogen fuel cell vehicles, sugar fuel cell vehicles (SFCV), and battery electric vehicles (BEV). Methodology/Principal Findings We conducted a simple, straightforward, and transparent biomass-to-wheel (BTW) analysis including three separate conversion elements -- biomass-to-fuel conversion, fuel transport and distribution, and respective powertrain systems. BTW efficiency is a ratio of the kinetic energy of an automobile's wheels to the chemical energy of delivered biomass just before entering biorefineries. Up to 13 scenarios were analyzed and compared to a base line case – corn ethanol/ICE. This analysis suggests that BEV, whose electricity is generated from stationary fuel cells, and SFCV, based on a hydrogen fuel cell vehicle with an on-board sugar-to-hydrogen bioreformer, would have the highest BTW efficiencies, nearly four times that of ethanol-ICE. Significance In the long term, a small fraction of the annual US biomass (e.g., 7.1%, or 700 million tons of biomass) would be sufficient to meet 100% of light-duty passenger vehicle fuel needs (i.e., 150 billion gallons of gasoline/ethanol per year), through up to four-fold enhanced BTW efficiencies by using SFCV or BEV. SFCV would have several advantages over BEV: much higher energy storage densities, faster refilling rates, better safety, and less environmental burdens. PMID:21765941

  8. Energy efficiency analysis: biomass-to-wheel efficiency related with biofuels production, fuel distribution, and powertrain systems.

    Science.gov (United States)

    Huang, Wei-Dong; Zhang, Y-H Percival

    2011-01-01

    Energy efficiency analysis for different biomass-utilization scenarios would help make more informed decisions for developing future biomass-based transportation systems. Diverse biofuels produced from biomass include cellulosic ethanol, butanol, fatty acid ethyl esters, methane, hydrogen, methanol, dimethyether, Fischer-Tropsch diesel, and bioelectricity; the respective powertrain systems include internal combustion engine (ICE) vehicles, hybrid electric vehicles based on gasoline or diesel ICEs, hydrogen fuel cell vehicles, sugar fuel cell vehicles (SFCV), and battery electric vehicles (BEV). We conducted a simple, straightforward, and transparent biomass-to-wheel (BTW) analysis including three separate conversion elements--biomass-to-fuel conversion, fuel transport and distribution, and respective powertrain systems. BTW efficiency is a ratio of the kinetic energy of an automobile's wheels to the chemical energy of delivered biomass just before entering biorefineries. Up to 13 scenarios were analyzed and compared to a base line case--corn ethanol/ICE. This analysis suggests that BEV, whose electricity is generated from stationary fuel cells, and SFCV, based on a hydrogen fuel cell vehicle with an on-board sugar-to-hydrogen bioreformer, would have the highest BTW efficiencies, nearly four times that of ethanol-ICE. In the long term, a small fraction of the annual US biomass (e.g., 7.1%, or 700 million tons of biomass) would be sufficient to meet 100% of light-duty passenger vehicle fuel needs (i.e., 150 billion gallons of gasoline/ethanol per year), through up to four-fold enhanced BTW efficiencies by using SFCV or BEV. SFCV would have several advantages over BEV: much higher energy storage densities, faster refilling rates, better safety, and less environmental burdens.

  9. Nuclear criticality safety analysis of a spent fuel waste package in a tuff repository

    International Nuclear Information System (INIS)

    Weren, B.H.; Capo, M.A.; O'Neal, W.C.

    1983-12-01

    An assessment has been performed of the criticality potential associated with the disposal of spent fuel in a tuff geology above the water table. Eleven potential configurations were defined which cover a vast range of geometries and conditions from the nominal configuration at emplacement to a hypothetical configuration thousands of years after emplacement in which the structure is gone, the fuel pellets disintegrated and the borehole flooded. Of these eleven configurations, four have been evaluated at this time. The results of this evaluation indicate that even with very conservative assumptions (4.5 w/o fresh fuel), criticality is not a problem for the nominal configuration either dry or fully flooded. In the cases where the condition of the waste package is assumed to have severely deteriorated, over long times, calculations were performed with less conservative assumptions (depleted fuel). An assessment of these calculations indicates that criticality safety could be demonstrated if the depletion of the fissile inventory during fuel irradiation is taken into account. A detailed discussion of the calculations performed is presented in this report. Also included are a description of the configurations which were considered, the analytical methods and models used, and a discussion of additional related work which should be performed. 15 references, 11 figures, 8 tables

  10. Modeling efficiency and water balance in PEM fuel cell systems with liquid fuel processing and hydrogen membranes

    Science.gov (United States)

    Pearlman, Joshua B.; Bhargav, Atul; Shields, Eric B.; Jackson, Gregory S.; Hearn, Patrick L.

    Integrating PEM fuel cells effectively with liquid hydrocarbon reforming requires careful system analysis to assess trade-offs associated with H 2 production, purification, and overall water balance. To this end, a model of a PEM fuel cell system integrated with an autothermal reformer for liquid hydrocarbon fuels (modeled as C 12H 23) and with H 2 purification in a water-gas-shift/membrane reactor is developed to do iterative calculations for mass, species, and energy balances at a component and system level. The model evaluates system efficiency with parasitic loads (from compressors, pumps, and cooling fans), system water balance, and component operating temperatures/pressures. Model results for a 5-kW fuel cell generator show that with state-of-the-art PEM fuel cell polarization curves, thermal efficiencies >30% can be achieved when power densities are low enough for operating voltages >0.72 V per cell. Efficiency can be increased by operating the reformer at steam-to-carbon ratios as high as constraints related to stable reactor temperatures allow. Decreasing ambient temperature improves system water balance and increases efficiency through parasitic load reduction. The baseline configuration studied herein sustained water balance for ambient temperatures ≤35 °C at full power and ≤44 °C at half power with efficiencies approaching ∼27 and ∼30%, respectively.

  11. IN-PACKAGE CHEMISTRY ABSTRACTION

    Energy Technology Data Exchange (ETDEWEB)

    E. Thomas

    2005-07-14

    This report was developed in accordance with the requirements in ''Technical Work Plan for Postclosure Waste Form Modeling'' (BSC 2005 [DIRS 173246]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as a function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model, which uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model, which is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials, and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed (CDSP) waste packages containing high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor diffusing into the waste package, and (2) seepage water entering the waste package as a liquid from the drift. (1) Vapor-Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H{sub 2}O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Liquid-Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package.

  12. IN-PACKAGE CHEMISTRY ABSTRACTION

    International Nuclear Information System (INIS)

    E. Thomas

    2005-01-01

    This report was developed in accordance with the requirements in ''Technical Work Plan for Postclosure Waste Form Modeling'' (BSC 2005 [DIRS 173246]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as a function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model, which uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model, which is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials, and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed (CDSP) waste packages containing high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor diffusing into the waste package, and (2) seepage water entering the waste package as a liquid from the drift. (1) Vapor-Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H 2 O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Liquid-Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package

  13. 77 FR 19280 - Increasing Market and Planning Efficiency Through Improved Software; Notice of Technical...

    Science.gov (United States)

    2012-03-30

    ... concerns that current system data quality might not allow for an AC optimal power flow model to be properly... Market and Planning Efficiency Through Improved Software; Notice of Technical Conference: Increasing Real-Time and Day- Ahead Market Efficiency Through Improved Software Take notice that Commission staff will...

  14. Efficient Development and Verification of Safe Railway Control Software

    DEFF Research Database (Denmark)

    Haxthausen, Anne Elisabeth; Peleska, Jan

    2013-01-01

    the monitoring process; hydraulic absorbers as dampers to dissipate the energy of oscillations in railway electric equipment; development of train fare calculation and adjustment systems using VDM++; efficient development and verification of safe railway control software; and evolution of the connectivity...

  15. Gamma-Ray Spectrum Analysis Software GDA

    International Nuclear Information System (INIS)

    Wanabongse, P.

    1998-01-01

    The developmental work on computer software for gamma-ray spectrum analysis has been completed as a software package version 1.02 named GDA, which is an acronym for Gamma-spectrum Deconvolution and Analysis. The software package consists of three 3.5-inch diskettes for setup and a user's manual. GDA software can be installed for using on a personal computer with Windows 95 or Windows NT 4.0 operating system. A computer maybe the type of 80486 CPU with 8 megabytes of memory

  16. Interim storage of radioactive waste packages

    International Nuclear Information System (INIS)

    1998-01-01

    This report covers all the principal aspects of production and interim storage of radioactive waste packages. The latest design solutions of waste storage facilities and the operational experiences of developed countries are described and evaluated in order to assist developing Member States in decision making and design and construction of their own storage facilities. This report is applicable to any category of radioactive waste package prepared for interim storage, including conditioned spent fuel, high level waste and sealed radiation sources. This report addresses the following issues: safety principles and requirements for storage of waste packages; treatment and conditioning methods for the main categories of radioactive waste; examples of existing interim storage facilities for LILW, spent fuel and high level waste; operational experience of Member States in waste storage operations including control of storage conditions, surveillance of waste packages and observation of the behaviour of waste packages during storage; retrieval of waste packages from storage facilities; technical and administrative measures that will ensure optimal performance of waste packages subject to various periods of interim storage

  17. A menu-driven software package of Bayesian nonparametric (and parametric) mixed models for regression analysis and density estimation.

    Science.gov (United States)

    Karabatsos, George

    2017-02-01

    Most of applied statistics involves regression analysis of data. In practice, it is important to specify a regression model that has minimal assumptions which are not violated by data, to ensure that statistical inferences from the model are informative and not misleading. This paper presents a stand-alone and menu-driven software package, Bayesian Regression: Nonparametric and Parametric Models, constructed from MATLAB Compiler. Currently, this package gives the user a choice from 83 Bayesian models for data analysis. They include 47 Bayesian nonparametric (BNP) infinite-mixture regression models; 5 BNP infinite-mixture models for density estimation; and 31 normal random effects models (HLMs), including normal linear models. Each of the 78 regression models handles either a continuous, binary, or ordinal dependent variable, and can handle multi-level (grouped) data. All 83 Bayesian models can handle the analysis of weighted observations (e.g., for meta-analysis), and the analysis of left-censored, right-censored, and/or interval-censored data. Each BNP infinite-mixture model has a mixture distribution assigned one of various BNP prior distributions, including priors defined by either the Dirichlet process, Pitman-Yor process (including the normalized stable process), beta (two-parameter) process, normalized inverse-Gaussian process, geometric weights prior, dependent Dirichlet process, or the dependent infinite-probits prior. The software user can mouse-click to select a Bayesian model and perform data analysis via Markov chain Monte Carlo (MCMC) sampling. After the sampling completes, the software automatically opens text output that reports MCMC-based estimates of the model's posterior distribution and model predictive fit to the data. Additional text and/or graphical output can be generated by mouse-clicking other menu options. This includes output of MCMC convergence analyses, and estimates of the model's posterior predictive distribution, for selected

  18. PIV/HPIV Film Analysis Software Package

    Science.gov (United States)

    Blackshire, James L.

    1997-01-01

    A PIV/HPIV film analysis software system was developed that calculates the 2-dimensional spatial autocorrelations of subregions of Particle Image Velocimetry (PIV) or Holographic Particle Image Velocimetry (HPIV) film recordings. The software controls three hardware subsystems including (1) a Kodak Megaplus 1.4 camera and EPIX 4MEG framegrabber subsystem, (2) an IEEE/Unidex 11 precision motion control subsystem, and (3) an Alacron I860 array processor subsystem. The software runs on an IBM PC/AT host computer running either the Microsoft Windows 3.1 or Windows 95 operating system. It is capable of processing five PIV or HPIV displacement vectors per second, and is completely automated with the exception of user input to a configuration file prior to analysis execution for update of various system parameters.

  19. Software for the Integration of Multiomics Experiments in Bioconductor.

    Science.gov (United States)

    Ramos, Marcel; Schiffer, Lucas; Re, Angela; Azhar, Rimsha; Basunia, Azfar; Rodriguez, Carmen; Chan, Tiffany; Chapman, Phil; Davis, Sean R; Gomez-Cabrero, David; Culhane, Aedin C; Haibe-Kains, Benjamin; Hansen, Kasper D; Kodali, Hanish; Louis, Marie S; Mer, Arvind S; Riester, Markus; Morgan, Martin; Carey, Vince; Waldron, Levi

    2017-11-01

    Multiomics experiments are increasingly commonplace in biomedical research and add layers of complexity to experimental design, data integration, and analysis. R and Bioconductor provide a generic framework for statistical analysis and visualization, as well as specialized data classes for a variety of high-throughput data types, but methods are lacking for integrative analysis of multiomics experiments. The MultiAssayExperiment software package, implemented in R and leveraging Bioconductor software and design principles, provides for the coordinated representation of, storage of, and operation on multiple diverse genomics data. We provide the unrestricted multiple 'omics data for each cancer tissue in The Cancer Genome Atlas as ready-to-analyze MultiAssayExperiment objects and demonstrate in these and other datasets how the software simplifies data representation, statistical analysis, and visualization. The MultiAssayExperiment Bioconductor package reduces major obstacles to efficient, scalable, and reproducible statistical analysis of multiomics data and enhances data science applications of multiple omics datasets. Cancer Res; 77(21); e39-42. ©2017 AACR . ©2017 American Association for Cancer Research.

  20. High Efficiency Advanced Lightweight Fuel Cell (HEAL-FC), Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Infinity's High Efficiency Advanced Lightweight Fuel Cell (HEAL FC) is an improved version of its current fuel cell technology developed for space applications. The...

  1. Dose - a software package for the calculation of integrated exposure resulting from an accident in a nuclear power plant

    International Nuclear Information System (INIS)

    Doron, E.; Ohaion, H.; Asculai, E.

    1985-05-01

    A software package intended for the assessments of risks resulting from accidental release of radioactive materials from a nuclear power plant is presented. The models and the various programs based on them, are described. The work includes detailed operating instructions for the various programs, as well as instructions for the preparation of the necessary input data. Various options are described for additions and changes to the programs with the aim of extending their usefulness to more general cases from the aspects of meteorology and pollution sources. finally, a sample calculation that enables the user to test the proper functioning of the whole package, as well as his own proficiency in its use, is given. (author)

  2. Energy efficiency and potentials of cassava fuel ethanol in Guangxi region of China

    International Nuclear Information System (INIS)

    Dai Du; Hu Zhiyuan; Pu Gengqiang; Li He; Wang Chengtao

    2006-01-01

    The Guangxi Zhuang autonomous region has plentiful cassava resources, which is an ideal feedstock for fuel ethanol production. The Guangxi government intends to promote cassava fuel ethanol as a substitute for gasoline. The purpose of this study was to quantify the energy efficiency and potentials of a cassava fuel ethanol project in the Guangxi region based on a 100 thousand ton fuel ethanol demonstration plant at Qinzhou of Guangxi. The net energy value (NEV) and net renewable energy value (NREV) are presented to assess the energy and renewable energy efficiency of the cassava fuel ethanol system during its life cycle. The cassava fuel ethanol system was divided into five subsystems including the cassava plantation/treatment, ethanol conversion, denaturing, refueling and transportation. All the energy and energy related materials inputs to each subsystem were estimated at the primary energy level. The total energy inputs were allocated between the fuel ethanol and its coproducts with market value and replacement value methods. Available lands for a cassava plantation were investigated and estimated. The results showed that the cassava fuel ethanol system was energy and renewable energy efficient as indicated by positive NEV and NREV values that were 7.475 MJ/L and 7.881 MJ/L, respectively. Cassava fuel ethanol production helps to convert the non-liquid fuel into fuel ethanol that can be used for transportation. Through fuel ethanol production, one Joule of petroleum fuel, plus other forms of energy inputs such as coal, can produce 9.8 J of fuel ethanol. Cassava fuel ethanol can substitute for gasoline and reduce oil imports. With the cassava output in 2003, it can substitute for 166.107 million liters of gasoline. With the cassava output potential, it can substitute for 618.162 million liters of gasoline. Cassava fuel ethanol is more energy efficient than gasoline, diesel fuel and corn fuel ethanol but less efficient than biodiesel

  3. The Packaging Handbook -- A guide to package design

    International Nuclear Information System (INIS)

    Shappert, L.B.

    1995-01-01

    The Packaging Handbook is a compilation of 14 technical chapters and five appendices that address the life cycle of a packaging which is intended to transport radioactive material by any transport mode in normal commerce. Although many topics are discussed in depth, this document focuses on the design aspects of a packaging. The Handbook, which is being prepared under the direction of the US Department of Energy, is intended to provide a wealth of technical guidance that will give designers a better understanding of the regulatory approval process, preferences of regulators in specific aspects of packaging design, and the types of analyses that should be seriously considered when developing the packaging design. Even though the Handbook is concerned with all packagings, most of the emphasis is placed on large packagings that are capable of transporting large radioactive sources that are also fissile (e.g., spent fuel). These are the types of packagings that must address the widest range of technical topics in order to meet domestic and international regulations. Most of the chapters in the Handbook have been drafted and submitted to the Oak Ridge National Laboratory for editing; the majority of these have been edited. This report summarizes the contents

  4. DETERMINANTS OF MARKETING EFFICIENCY FOR PACKAGED WATER IN IMO STATE, NIGERIA: MAXIMIZING FIRMS ASSETS TO IMPROVE CONSUMER WELFARE

    Directory of Open Access Journals (Sweden)

    Ogbonnaya Ukeh OTEH

    2014-10-01

    Full Text Available Competition is necessary for enhanced customer welfare and efficiency. This study focused on marketing efficiency of packaged water in Imo state Nigeria. It specifically examined the socio-economic profile of the respondents; levels of marketing efficiency of packaged water and its determinants. The study employed purposive and multistage sampling technique in the selection of location and respondents respectively from whom information were elicited. Analytically, descriptive statistics, schematic diagram and OLS multiple regression models were used. Results showed that the respondents were predominantly married male adults, with average household size of 7 persons. They were fairly educated and experienced in the business. The study further revealed that age, education, household size and income were the major determinants of marketing efficiency of packaged water marketing in the area. The result also showed that net income, marketing cost, and marketing margin were higher in urban area, which implies that marketer in semi-urban areas were operating below optimum efficiency levels. This study therefore suggested the need to incorporate integrated logistics management and marketing strategies as a measure to reduce unnecessary marketing costs; capacity enhancement programmes for marketers and improvement in infrastructural development as a means of addressing marketing efficiency and customer welfare.

  5. SIMSAS - a window based software package for simulation and analysis of multiple small-angle scattering data

    International Nuclear Information System (INIS)

    Jayaswal, B.; Mazumder, S.

    1998-09-01

    Small-angle scattering data from strong scattering systems, e.g. porous materials, cannot be analysed invoking single scattering approximation as specimen needed to replicate the bulk matrix in essential properties are too thick to validate the approximation. The presence of multiple scattering is indicated by invalidity of the functional invariance property of the observed scattering profile with variation of sample thickness and/or wave length of the probing radiation. This article delineates how non accounting of multiple scattering affects the results of analysis and then how to correct the data for its effect. It deals with an algorithm to extract single scattering profile from small-angle scattering data affected by multiple scattering. The algorithm can process the scattering data and deduce single scattering profile in absolute scale. A software package, SIMSAS, is introduced for executing this inversion step. This package is useful both to simulate and to analyse multiple small-angle scattering data. (author)

  6. New package systems for EDF recycling policy

    International Nuclear Information System (INIS)

    Leboucher, I.; Michels, L.; Hugon, F.C.; Penoty, C.; Froment, A.

    2004-01-01

    Since the beginning of the nineties, EDF (Electricite France) has been carrying out a policy towards increasing burn-up. As a consequence and to keep energetic performances of the MOX (Mixed OXide uranium and plutonium) fresh fuel assemblies at parity with UO2 fuel, the concentration in plutonium increased up to 7.1%, soon up to 8.65% and even more. To take into account the increased dose rate and the increased thermal power of these MOX fresh fuels in the transportation system, COGEMA LOGISTICS designed, manufactured and licensed the MX8 package to replace the previous packaging. Simultaneously new high-secured transport system was developed. Due to the capacity of the reactor pool, the spent fuel assemblies must be evacuated with a short cooling time and high residual power. Because of the neutron source of these future MOX spent fuel assemblies, the TN 12/2 packaging, which has been in operation since 1980's to transport UO2 or MOX spent fuel to COGEMA La Hague, from EDF, other European and Japanese NPP lacks flexibility. COGEMA LOGISTICS is designing a new cask (TN trademark 112) to transport the future EDF MOX spent fuel assemblies. The TN trademark 112 has to comply with the 1996 edition of the IAEA transport regulations and with the transport and handling equipment presently used for the transport of spent fuel in France. It can be loaded with 12 assemblies, either MOX or UO2. This paper gives a description of two packages belonging to the new generation: - one for fresh MOX fuel assemblies transportation, used on EDF's power plants for MOX reloads, - one for spent MOX fuel assemblies transportation, presently under development with a first transport planned for mid-2007

  7. New package systems for EDF recycling policy

    Energy Technology Data Exchange (ETDEWEB)

    Leboucher, I.; Michels, L.; Hugon, F.C. [COGEMA Logistics (AREVA Group) (France); Penoty, C. [EDF - Electricite de France (France); Froment, A. [COGEMA (AREVA Group) (France)

    2004-07-01

    Since the beginning of the nineties, EDF (Electricite France) has been carrying out a policy towards increasing burn-up. As a consequence and to keep energetic performances of the MOX (Mixed OXide uranium and plutonium) fresh fuel assemblies at parity with UO2 fuel, the concentration in plutonium increased up to 7.1%, soon up to 8.65% and even more. To take into account the increased dose rate and the increased thermal power of these MOX fresh fuels in the transportation system, COGEMA LOGISTICS designed, manufactured and licensed the MX8 package to replace the previous packaging. Simultaneously new high-secured transport system was developed. Due to the capacity of the reactor pool, the spent fuel assemblies must be evacuated with a short cooling time and high residual power. Because of the neutron source of these future MOX spent fuel assemblies, the TNa12/2 packaging, which has been in operation since 1980's to transport UO2 or MOX spent fuel to COGEMA La Hague, from EDF, other European and Japanese NPP lacks flexibility. COGEMA LOGISTICS is designing a new cask (TN trademark 112) to transport the future EDF MOX spent fuel assemblies. The TN trademark 112 has to comply with the 1996 edition of the IAEA transport regulations and with the transport and handling equipment presently used for the transport of spent fuel in France. It can be loaded with 12 assemblies, either MOX or UO2. This paper gives a description of two packages belonging to the new generation: - one for fresh MOX fuel assemblies transportation, used on EDF's power plants for MOX reloads, - one for spent MOX fuel assemblies transportation, presently under development with a first transport planned for mid-2007.

  8. Energy and packaging

    Energy Technology Data Exchange (ETDEWEB)

    Boustead, I; Hancock, G F

    1981-01-01

    Information is given on the energy and raw materials required in the production and use of containers used to package beer, cider, and carbonated soft drinks in the United Kingdom. Topics covered include: methodology of energy analysis, primary and secondary fuels, transport, packaging materials, including glass, aluminum, iron, steel, and tinplate, container production, including plastic bottles, distribution of empty containers, filling and packing, distribution, and disposal. (LEW)

  9. A software program for exchanging MR data

    DEFF Research Database (Denmark)

    Ring, P B; Jensen, J A; Henriksen, O

    1993-01-01

    of digital MR images of the human brain. Because there was no common data format, software package was developed for data exchange. This article describes the basic features of the developed software. The software package was written in the language of C and was successfully tested on an IBM-6150 UNIX...... workstation. The software is currently being tested on the following series of UNIX workstations: SUN SPARC, IBM RS6000, and HP 9000/700....

  10. Numerical simulations of waste forms from the reprocessing of nuclear fuel

    International Nuclear Information System (INIS)

    Schneider, Stephan

    2014-01-01

    The usage of fissile material for nuclear fuel causes that alongside radioactive wastes are produced. These waste materials are created during all handling or usage operations within the nuclear fuel cycle. The main source of radiotoxicity is produced during the usage of nuclear fuel within the reactor. Energy is released by neutron induced fission reactions in heavy isotopes. Parts of the created fission products have large radiotoxicities. Due to neutron capture within the nuclear fuel the radiotoxicity is furthermore increased. These waste streams from the nuclear fuel cycle must be stored in a safe way to prevent any contamination of the biosphere and any harm to the civilization or the environment. The waste packages must be treated and conditioned for the final disposal. These created packages are subject to an independent product control to ensure there acceptability for transport, interim and final storage. The independent product control is a significant component of an effective waste management system. The aim of this work is the development of a software system used for the assessment of radioactive waste packages. The software shall permit the auditor to perform scenario analysis to forecast the product properties of a certain waste stream and therefore optimize the needed inspection scope in preparation of a new campaign. The software is designed as a modular library this permits the most flexible use of the software components and a high reusability of written analysis software. The software system is used for coupling of established and well-known simulation programs used for nuclear systems. The results of Monte-Carlo simulations and burn-up calculations are automatically imported and prepared for user interaction. The usage of simulation programs cause different challenges to the computing infrastructure. The scenario analyses need a large number of parameter variations which are bound to the computing time. For this reason additional to the

  11. In-Package Chemistry Abstraction

    Energy Technology Data Exchange (ETDEWEB)

    P.S. Domski

    2003-07-21

    The work associated with the development of this model report was performed in accordance with the requirements established in ''Technical Work Plan for Waste Form Degradation Modeling, Testing, and Analyses in Support of SR and LA'' (BSC 2002a). The in-package chemistry model and in-package chemistry model abstraction are developed to predict the bulk chemistry inside of a failed waste package and to provide simplified expressions of that chemistry. The purpose of this work is to provide the abstraction model to the Performance Assessment Project and the Waste Form Department for development of geochemical models of the waste package interior. The scope of this model report is to describe the development and validation of the in-package chemistry model and in-package chemistry model abstraction. The in-package chemistry model will consider chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) and codisposed high-level waste glass (HLWG) and N Reactor spent fuel (CDNR). The in-package chemistry model includes two sub-models, the first a water vapor condensation (WVC) model, where water enters a waste package as vapor and forms a film on the waste package components with subsequent film reactions with the waste package materials and waste form--this is a no-flow model, the reacted fluids do not exit the waste package via advection. The second sub-model of the in-package chemistry model is the seepage dripping model (SDM), where water, water that may have seeped into the repository from the surrounding rock, enters a failed waste package and reacts with the waste package components and waste form, and then exits the waste package with no accumulation of reacted water in the waste package. Both of the submodels of the in-package chemistry model are film models in contrast to past in-package chemistry models where all of the waste package pore space was filled with water. The

  12. In-Package Chemistry Abstraction

    International Nuclear Information System (INIS)

    P.S. Domski

    2003-01-01

    The work associated with the development of this model report was performed in accordance with the requirements established in ''Technical Work Plan for Waste Form Degradation Modeling, Testing, and Analyses in Support of SR and LA'' (BSC 2002a). The in-package chemistry model and in-package chemistry model abstraction are developed to predict the bulk chemistry inside of a failed waste package and to provide simplified expressions of that chemistry. The purpose of this work is to provide the abstraction model to the Performance Assessment Project and the Waste Form Department for development of geochemical models of the waste package interior. The scope of this model report is to describe the development and validation of the in-package chemistry model and in-package chemistry model abstraction. The in-package chemistry model will consider chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) and codisposed high-level waste glass (HLWG) and N Reactor spent fuel (CDNR). The in-package chemistry model includes two sub-models, the first a water vapor condensation (WVC) model, where water enters a waste package as vapor and forms a film on the waste package components with subsequent film reactions with the waste package materials and waste form--this is a no-flow model, the reacted fluids do not exit the waste package via advection. The second sub-model of the in-package chemistry model is the seepage dripping model (SDM), where water, water that may have seeped into the repository from the surrounding rock, enters a failed waste package and reacts with the waste package components and waste form, and then exits the waste package with no accumulation of reacted water in the waste package. Both of the submodels of the in-package chemistry model are film models in contrast to past in-package chemistry models where all of the waste package pore space was filled with water. The current in-package

  13. Guidelines for the verification and validation of expert system software and conventional software: Rationale and description of V ampersand V guideline packages and procedures. Volume 5

    International Nuclear Information System (INIS)

    Mirsky, S.M.; Hayes, J.E.; Miller, L.A.

    1995-03-01

    This report is the fifth volume in a series of reports describing the results of the Expert System Verification C, and Validation (V ampersand V) project which is jointly funded by the U.S. Nuclear Regulatory Commission and the Electric Power Research Institute toward the objective of formulating Guidelines for the V ampersand V of expert systems for use in nuclear power applications. This report provides the rationale for and description of those guidelines. The actual guidelines themselves are presented in Volume 7, open-quotes User's Manual.close quotes Three factors determine what V ampersand V is needed: (1) the stage of the development life cycle (requirements, design, or implementation); (2) whether the overall system or a specialized component needs to be tested (knowledge base component, inference engine or other highly reusable element, or a component involving conventional software); and (3) the stringency of V ampersand V that is needed (as judged from an assessment of the system's complexity and the requirement for its integrity to form three Classes). A V ampersand V Guideline package is provided for each of the combinations of these three variables. The package specifies the V ampersand V methods recommended and the order in which they should be administered, the assurances each method provides, the qualifications needed by the V ampersand V team to employ each particular method, the degree to which the methods should be applied, the performance measures that should be taken, and the decision criteria for accepting, conditionally accepting, or rejecting an evaluated system. In addition to the Guideline packages, highly detailed step-by-step procedures are provided for 11 of the more important methods, to ensure that they can be implemented correctly. The Guidelines can apply to conventional procedural software systems as well as all kinds of Al systems

  14. A Fuel-Efficient Conflict Resolution Maneuver for Separation Assurance

    Science.gov (United States)

    Bowe, Aisha Ruth; Santiago, Confesor

    2012-01-01

    Automated separation assurance algorithms are envisioned to play an integral role in accommodating the forecasted increase in demand of the National Airspace System. Developing a robust, reliable, air traffic management system involves safely increasing efficiency and throughput while considering the potential impact on users. This experiment seeks to evaluate the benefit of augmenting a conflict detection and resolution algorithm to consider a fuel efficient, Zero-Delay Direct-To maneuver, when resolving a given conflict based on either minimum fuel burn or minimum delay. A total of twelve conditions were tested in a fast-time simulation conducted in three airspace regions with mixed aircraft types and light weather. Results show that inclusion of this maneuver has no appreciable effect on the ability of the algorithm to safely detect and resolve conflicts. The results further suggest that enabling the Zero-Delay Direct-To maneuver significantly increases the cumulative fuel burn savings when choosing resolution based on minimum fuel burn while marginally increasing the average delay per resolution.

  15. Improvements to the APBS biomolecular solvation software suite: Improvements to the APBS Software Suite

    Energy Technology Data Exchange (ETDEWEB)

    Jurrus, Elizabeth [Pacific Northwest National Laboratory, Richland Washington; Engel, Dave [Pacific Northwest National Laboratory, Richland Washington; Star, Keith [Pacific Northwest National Laboratory, Richland Washington; Monson, Kyle [Pacific Northwest National Laboratory, Richland Washington; Brandi, Juan [Pacific Northwest National Laboratory, Richland Washington; Felberg, Lisa E. [University of California, Berkeley California; Brookes, David H. [University of California, Berkeley California; Wilson, Leighton [University of Michigan, Ann Arbor Michigan; Chen, Jiahui [Southern Methodist University, Dallas Texas; Liles, Karina [Pacific Northwest National Laboratory, Richland Washington; Chun, Minju [Pacific Northwest National Laboratory, Richland Washington; Li, Peter [Pacific Northwest National Laboratory, Richland Washington; Gohara, David W. [St. Louis University, St. Louis Missouri; Dolinsky, Todd [FoodLogiQ, Durham North Carolina; Konecny, Robert [University of California San Diego, San Diego California; Koes, David R. [University of Pittsburgh, Pittsburgh Pennsylvania; Nielsen, Jens Erik [Protein Engineering, Novozymes A/S, Copenhagen Denmark; Head-Gordon, Teresa [University of California, Berkeley California; Geng, Weihua [Southern Methodist University, Dallas Texas; Krasny, Robert [University of Michigan, Ann Arbor Michigan; Wei, Guo-Wei [Michigan State University, East Lansing Michigan; Holst, Michael J. [University of California San Diego, San Diego California; McCammon, J. Andrew [University of California San Diego, San Diego California; Baker, Nathan A. [Pacific Northwest National Laboratory, Richland Washington; Brown University, Providence Rhode Island

    2017-10-24

    The Adaptive Poisson-Boltzmann Solver (APBS) software was developed to solve the equations of continuum electrostatics for large biomolecular assemblages that has provided impact in the study of a broad range of chemical, biological, and biomedical applications. APBS addresses three key technology challenges for understanding solvation and electrostatics in biomedical applications: accurate and efficient models for biomolecular solvation and electrostatics, robust and scalable software for applying those theories to biomolecular systems, and mechanisms for sharing and analyzing biomolecular electrostatics data in the scientific community. To address new research applications and advancing computational capabilities, we have continually updated APBS and its suite of accompanying software since its release in 2001. In this manuscript, we discuss the models and capabilities that have recently been implemented within the APBS software package including: a Poisson-Boltzmann analytical and a semi-analytical solver, an optimized boundary element solver, a geometry-based geometric flow solvation model, a graph theory based algorithm for determining pKa values, and an improved web-based visualization tool for viewing electrostatics.

  16. Package performance evaluation: our latest 30-year experience

    International Nuclear Information System (INIS)

    Malesys, Pierre; Gagner, Laurent

    2006-01-01

    Packages for the transport of radioactive material have to comply with national and / or international regulations. These regulations are widely based on the requirements set forth by the International Atomic Energy Agency (IAEA) in the 'Regulations for the Safe Transport of Radioactive Material'. The packages designed to transport the most demanding contents are submitted to tests for demonstrating their ability to withstand accident conditions of transport. These tests are typically: - a nine-meter drop onto a flat and unyielding surface, - a one-meter drop onto a punch, - a 800 deg. C / 30 minutes fire, and an immersion under a head of water of either 0.9 m, or 15 m or 200 m (depending of the criteria to be considered). During the last 20 years, on several of its package designs, COGEMA LOGISTICS has performed tests and analyses to simulate extremely severe accidents. These tests and analysis include: 1. long duration fire test and deep immersion test on a package designed to transport plutonium oxide powder; - 2. deep immersion tests on scale model of packages designed to transport spent fuel, high level vitrified waste and fresh MOX (uranium and plutonium mixed oxide) fuel; - 3. burial in a soft ground of packages designed to transport spent fuel; - 4. numerical study of the thermal behaviour of packages designed to transport spent fuel and high level vitrified waste; - 5. aircraft crash test on scale models of dual-purpose packages for the transport and storage of spent fuel. The paper will: - review the tests and analysis which were performed; - show that our designs are able to withstand extremely severe conditions; - demonstrate that there is no cliff effect: should a failure occurs, it appears gradually and there is no sudden collapse of the package; - explain how compliance with all the regulatory requirements lead to high performances regarding each of them (for instance, in many cases, the need to meet radiation exposure criteria induces a mechanical

  17. Integration of direct carbon and hydrogen fuel cells for highly efficient power generation from hydrocarbon fuels

    Energy Technology Data Exchange (ETDEWEB)

    Muradov, Nazim; Choi, Pyoungho; Smith, Franklyn; Bokerman, Gary [Florida Solar Energy Center, University of Central Florida, 1679 Clearlake Road, Cocoa, FL 32922-5703 (United States)

    2010-02-15

    In view of impending depletion of hydrocarbon fuel resources and their negative environmental impact, it is imperative to significantly increase the energy conversion efficiency of hydrocarbon-based power generation systems. The combination of a hydrocarbon decomposition reactor with a direct carbon and hydrogen fuel cells (FC) as a means for a significant increase in chemical-to-electrical energy conversion efficiency is discussed in this paper. The data on development and operation of a thermocatalytic hydrocarbon decomposition reactor and its coupling with a proton exchange membrane FC are presented. The analysis of the integrated power generating system including a hydrocarbon decomposition reactor, direct carbon and hydrogen FC using natural gas and propane as fuels is conducted. It was estimated that overall chemical-to-electrical energy conversion efficiency of the integrated system varied in the range of 49.4-82.5%, depending on the type of fuel and FC used, and CO{sub 2} emission per kW{sub el}h produced is less than half of that from conventional power generation sources. (author)

  18. METEOR v1.0 - Design and structure of the software package; METEOR v1.0 - Estructura y modulos informaticos

    Energy Technology Data Exchange (ETDEWEB)

    Palomo, E.

    1994-07-01

    This script describes the structure and the separated modules of the software package METEOR for the statistical analysis of meteorological data series. It contains a systematic description of the subroutines of METEOR and, also, of the required shape for input and output files. The original version of METEOR have been developed by Ph.D. Elena Palomo, CIEMAT-IER, GIMASE. It is built by linking programs and routines written in FORTRAN 77 and it adds thc graphical capabilities of GNUPLOT. The shape of this toolbox was designed following the criteria of modularity, flexibility and agility criteria. All the input, output and analysis options are structured in three main menus: i) the first is aimed to evaluate the quality of the data set; ii) the second is aimed for pre-processing of the data; and iii) the third is aimed towards the statistical analyses and for creating the graphical outputs. Actually the information about METEOR is constituted by three documents written in spanish: 1) METEOR v1.0: User's guide; 2) METEOR v1.0: A usage example; 3) METEOR v 1.0: Design and structure of the software package. (Author)

  19. Numerically predicting horizontally oriented spent fuel rod surface temperatures

    International Nuclear Information System (INIS)

    Wix, S.D.; Koski, J.A.

    1993-01-01

    A comparison between numerical calculations with use of commercial thermal analysis software packages and experimental data simulating a horizontally oriented spent fuel rod array was performed. Twelve cases were analyzed using air and helium for the fill gas, with three different heat dissipation levels. The numerically predicted temperatures are higher than the experimental data for all levels of heat dissipation with air as the fill gas. The temperature differences are 4 degrees C and 23 degrees C for the low heat dissipation and high dissipation, respectively. The temperature predictions using helium as a fill gas are lower than the experimental data for the low and medium heat dissipation levels. The temperature predictions are 1 degrees C and 6 degrees C lower than the experimental data for the low and medium heat dissipation, respectively. For the high heat dissipation level, the temperature predictions are 16 degrees C higher than the experimental data. Differences between the predicted and experimental temperatures can be attributed to several factors. These factors include a experimental uncertainity in the temperature and heat dissipation measurements, actual convection effects not included in the model, and axial heat flow in the experimental data. This works demonstrates that horizontally oriented spent fuel rod surface temperature predictions can be made using existing commercial software packages. This work also shows that end effects, such as axial heat transfer through the spent fuel rods, will be increasingly important as the amount of dissipated heat increases

  20. Numerically predicting horizontally oriented spent fuel rod surface temperatures

    International Nuclear Information System (INIS)

    Wix, S.D.; Koski, J.A.

    1992-01-01

    A comparison between numerical calculations with use of commercial thermal analysis software packages and experimental data simulating a horizontally oriented spent fuel rod array was performed. Twelve cases were analyzed using air and helium for the fill gas, with three different heat dissipation levels. The numerically predicted temperatures are higher than the experimental data for all levels of heat dissipation with air as the fill gas. The temperature differences are 4 degree C and 23 degree C for the low heat dissipation and high heat dissipation, respectively. The temperature predictions using helium as a fill gas are lower than the experimental data for the low and medium heat dissipation levels. The temperature predictions are 1 degree C and 6 degree C lower than the experimental data for the low and medium heat dissipation, respectively. For the high heat dissipation level, the temperature predictions are 16 degree C higher than the experimental data. Differences between the predicted and experimental temperatures can be attributed to several factors. These factors include experimental uncertainty in the temperature and heat dissipation measurements, actual convection effects not included in the model, and axial heat flow in the experimental data. This work demonstrates that horizontally oriented spent fuel rod surface temperature predictions can be made using existing commercial software packages. This work also shows that end effects, such as axial heat transfer through the spent fuel rods, will be increasingly important as the amount of dissipated heat increases

  1. Emf, maximum power and efficiency of fuel cells

    International Nuclear Information System (INIS)

    Gaggioli, R.A.; Dunbar, W.R.

    1990-01-01

    This paper discusses the ideal voltage of steady-flow fuel cells usually expressed by Emf = -ΔG/nF where ΔG is the Gibbs free energy of reaction for the oxidation of the fuel at the supposed temperature of operation of the cell. Furthermore, the ideal power of the cell is expressed as the product of the fuel flow rate with this emf, and the efficiency of a real fuel cell, sometimes called the Gibbs efficiency, is defined as the ratio of the actual power output to this ideal power. Such viewpoints are flawed in several respects. While it is true that if a cell operates isothermally the maximum conceivable work output is equal to the difference between the Gibbs free energy of the incoming reactants and that of the leaving products, nevertheless, even if the cell operates isothermally, the use of the conventional ΔG of reaction assumes that the products of reaction leave separately from one another (and from any unused fuel), and when ΔS of reaction is positive it assumes that a free heat source exists at the operating temperature, whereas if ΔS is negative it neglects the potential power which theoretically could be obtained form the heat released during oxidation. Moreover, the usual cell does not operate isothermally but (virtually) adiabatically

  2. Fuel Services

    International Nuclear Information System (INIS)

    Silberstein, A.

    1982-09-01

    FRAGEMA has developed most types of inspection equipments to work on irradiated fuel assemblies and on single fuel rods during reactor outages with an efficiency compatible with the utilities operating priorities. In order to illustrate this statement, two specific examples of inspection equipments are shortly described: the on-site removable fuel rod assembly examination stand, and the fuel assembly multiple examination device. FRAGEMA has developed techniques for the identifiction of the leaking fuel rods in the fuel assembly and the tooling necessary to perform the replacement of the faulted element. These examples of methods, techniques and equipments described and the experience accumulated through their use allow FRAGEMA to qualify for offering the supply of the corresponding software, hardware or both whenever an accurate understanding of the fuel behaviour is necessary and whenever direct intervention on the assembly and associated components is necessary due to safety, operating or economical reasons

  3. Fort Lewis natural gas and fuel oil energy baseline and efficiency resource assessment

    International Nuclear Information System (INIS)

    Brodrick, J.R.; Daellenbach, K.K.; Parker, G.B.; Richman, E.E.; Secrest, T.J.; Shankle, S.A.

    1993-02-01

    The mission of the US Department of Energy (DOE) Federal Energy Management Program (FEMP) is to lead the improvement of energy efficiency and fuel flexibility within the federal sector. Through the Pacific Northwest Laboratory (PNL), FEMP is developing a fuel-neutral approach for identifying, evaluating, and acquiring all cost-effective energy projects at federal installations; this procedure is entitled the Federal Energy Decision Screening (FEDS) system. Through a cooperative program between FEMP and the Army Forces Command (FORSCOM) for providing technical assistance to FORSCOM installations, PNL has been working with the Fort Lewis Army installation to develop the FEDS procedure. The natural gas and fuel oil assessment contained in this report was preceded with an assessment of electric energy usage that was used to implement a cofunded program between Fort Lewis and Tacoma Public Utilities to improve the efficiency of the Fort's electric-energy-using systems. This report extends the assessment procedure to the systems using natural gas and fuel oil to provide a baseline of consumption and an estimate of the energy-efficiency potential that exists for these two fuel types at Fort Lewis. The baseline is essential to segment the end uses that are targets for broad-based efficiency improvement programs. The estimated fossil-fuel efficiency resources are estimates of the available quantities of conservation for natural gas, fuel oils number-sign 2 and number-sign 6, and fuel-switching opportunities by level of cost-effectiveness. The intent of the baseline and efficiency resource estimates is to identify the major efficiency resource opportunities and not to identify all possible opportunities; however, areas of additional opportunity are noted to encourage further effort

  4. Novel software for quantitative evaluation and graphical representation of masticatory efficiency.

    Science.gov (United States)

    Halazonetis, D J; Schimmel, M; Antonarakis, G S; Christou, P

    2013-05-01

    Blending of chewing gums of different colours is used in the clinical setting, as a simple and reliable means for the assessment of chewing efficiency. However, the available software is difficult to use in an everyday clinical setting, and there is no possibility of automated classification of the patient's chewing ability in a graph, to facilitate visualisation of the results and to evaluate potential chewing difficulties. The aims of this study were to test the validity of ViewGum - a novel image analysis software for the evaluation of boli derived from a two-colour mixing ability test - and to establish a baseline graph for the representation of the masticatory efficiency in a healthy population. Image analysis demonstrated significant hue variation decrease as the number of chewing cycles increased, indicating a higher degree of colour mixture. Standard deviation of hue (SDHue) was significantly different between all chewing cycles. Regression of the log-transformed values of the medians of SDHue on the number of chewing cycles showed a high statistically significant correlation (r² = 0.94, P test methods by the simplicity of its application. The newly developed ViewGum software provides speed, ease of use and immediate extraction of clinically useful conclusions to the already established method of chewing efficiency evaluation and is a valid adjunct for the evaluation of masticatory efficiency with two-colour chewing gum. © 2013 Blackwell Publishing Ltd.

  5. Sustainable Transportation: Accelerating Widespread Adoption of Energy Efficient Vehicles & Fuels (Brochure)

    Energy Technology Data Exchange (ETDEWEB)

    2014-12-01

    While energy efficient transportation strategies have the potential to simultaneously slash oil consumption and reduce greenhouse gas (GHG) emissions, a truly sustainable solution will require more than just putting drivers behind the wheels of new fuel-efficient cars. As the only national laboratory dedicated 100% to renewable energy and energy efficiency, the National Renewable Energy Laboratory (NREL) accelerates widespread adoption of high-performance, low-emission, energy-efficient passenger and freight vehicles, as well as alternative fuels and related infrastructure. Researchers collaborate closely with industry, government, and research partners, using a whole-systems approach to design better batteries, drivetrains, and engines, as well as thermal management, energy storage, power electronic, climate control, alternative fuel, combustion, and emission systems. NREL's sustainable transportation research, development, and deployment (RD&D) efforts are not limited to vehicles, roads, and fueling stations. The lab also explores ways to save energy and reduce GHGs by integrating transportation technology advancements with renewable energy generation, power grids and building systems, urban planning and policy, and fleet operations.

  6. A NEW EXHAUST VENTILATION SYSTEM DESIGN SOFTWARE

    Directory of Open Access Journals (Sweden)

    H. Asilian Mahabady

    2007-09-01

    Full Text Available A Microsoft Windows based ventilation software package is developed to reduce time-consuming and boring procedure of exhaust ventilation system design. This program Assure accurate and reliable air pollution control related calculations. Herein, package is tentatively named Exhaust Ventilation Design Software which is developed in VB6 programming environment. Most important features of Exhaust Ventilation Design Software that are ignored in formerly developed packages are Collector design and fan dimension data calculations. Automatic system balance is another feature of this package. Exhaust Ventilation Design Software algorithm for design is based on two methods: Balance by design (Static pressure balance and design by Blast gate. The most important section of software is a spreadsheet that is designed based on American Conference of Governmental Industrial Hygienists calculation sheets. Exhaust Ventilation Design Software is developed so that engineers familiar with American Conference of Governmental Industrial Hygienists datasheet can easily employ it for ventilation systems design. Other sections include Collector design section (settling chamber, cyclone, and packed tower, fan geometry and dimension data section, a unit converter section (that helps engineers to deal with units, a hood design section and a Persian HTML help. Psychometric correction is also considered in Exhaust Ventilation Design Software. In Exhaust Ventilation Design Software design process, efforts are focused on improving GUI (graphical user interface and use of programming standards in software design. Reliability of software has been evaluated and results show acceptable accuracy.

  7. Direct FuelCell/Turbine Power Plant

    Energy Technology Data Exchange (ETDEWEB)

    Hossein Ghezel-Ayagh

    2008-09-30

    to the system, was demonstrated. System analyses of 40 MW DFC/T hybrid systems, approaching 75% efficiency on natural gas, were carried out using CHEMCAD simulation software. The analyses included systems for near-term and long-term deployment. A new concept was developed that was based on clusters of one-MW fuel cell modules as the building blocks. The preliminary design of a 40 MW power plant, including the key equipment layout and the site plan, was completed. The process information and operational data from the proof-of-concept tests were used in the design of 40 MW high efficiency DFC/T power plants. A preliminary cost estimate for the 40 MW DFC/T plant was also prepared. Pilot-scale tests of the cascaded fuel cell concept for achieving high fuel utilizations were conducted. The tests demonstrated that the concept has the potential to offer higher power plant efficiency. Alternate stack flow geometries for increased power output and fuel utilization capabilities were also evaluated. Detailed design of the packaged sub-MW DFC/T Alpha Unit was completed, including equipment and piping layouts, instrumentation, electrical, and structural drawings. The lessons learned from the proof-of-concept tests were incorporated in the design of the Alpha Unit. The sub-MW packaged unit was fabricated, including integration of the Direct FuelCell{reg_sign} (DFC{reg_sign}) stack module with the mechanical balance-of-plant and electrical balance-of-plant. Factory acceptance tests of the Alpha DFC/T power plant were conducted at Danbury, CT. The Alpha Unit achieved an unsurpassed electrical efficiency of 58% (LHV natural gas) during the factory tests. The resulting high efficiency in conversion of chemical energy to electricity far exceeded any sub-MW class power generation equipment presently in the market. After successful completion of the factory tests, the unit was shipped to the Billings Clinic in Billings, MT, for field demonstration tests. The DFC/T unit accomplished a

  8. CheMentor Software System by H. A. Peoples

    Science.gov (United States)

    Reid, Brian P.

    1997-09-01

    CheMentor Software System H. A. Peoples. Computerized Learning Enhancements: http://www.ecis.com/~clehap; email: clehap@ecis.com; 1996 - 1997. CheMentor is a series of software packages for introductory-level chemistry, which includes Practice Items (I), Stoichiometry (I), Calculating Chemical Formulae, and the CheMentor Toolkit. The first three packages provide practice problems for students and various types of help to solve them; the Toolkit includes "calculators" for determining chemical quantities as well as the Practice Items (I) set of problems. The set of software packages is designed so that each individual product acts as a module of a common CheMentor program. As the name CheMentor implies, the software is designed as a "mentor" for students learning introductory chemistry concepts and problems. The typical use of the software would be by individual students (or perhaps small groups) as an adjunct to lectures. CheMentor is a HyperCard application and the modules are HyperCard stacks. The requirements to run the packages include a Macintosh computer with at least 1 MB of RAM, a hard drive with several MB of available space depending upon the packages selected (10 MB were required for all the packages reviewed here), and the Mac operating system 6.0.5 or later.

  9. Assembly Line Efficiency Improvement by Using WITNESS Simulation Software

    Science.gov (United States)

    Yasir, A. S. H. M.; Mohamed, N. M. Z. N.

    2018-03-01

    In the nowadays-competitive world, efficiencies and the productivity of the assembly line are essential in manufacturing company. This paper demonstrates the study of the existing production line performance. The actual cycle time observed and recorded during the working process. The current layout was designed and analysed using Witness simulation software. The productivity and effectiveness for every single operator are measured to determine the operator idle time and busy time. Two new alternatives layout were proposed and analysed by using Witness simulation software to improve the performance of production activities. This research provided valuable and better understanding of production effectiveness by adjusting the line balancing. After analysing the data, simulation result from the current layout and the proposed plan later been tabulated to compare the improved efficiency and productivity. The proposed design plan has shown an increase in yield and productivity compared to the current arrangement. This research has been carried out in company XYZ, which is one of the automotive premises in Pahang, Malaysia.

  10. Comparison of computed tomography dose reporting software

    International Nuclear Information System (INIS)

    Abdullah, A.; Sun, Z.; Pongnapang, N.; Ng, K. H.

    2008-01-01

    Computed tomography (CT) dose reporting software facilitates the estimation of doses to patients undergoing CT examinations. In this study, comparison of three software packages, i.e. CT-Expo (version 1.5, Medizinische Hochschule, Hannover (Germany)), ImPACT CT Patients Dosimetry Calculator (version 0.99x, Imaging Performance Assessment on Computed Tomography, www.impactscan.org) and WinDose (version 2.1a, Wellhofer Dosimetry, Schwarzenbruck (Germany)), has been made in terms of their calculation algorithm and the results of calculated doses. Estimations were performed for head, chest, abdominal and pelvic examinations based on the protocols recommended by European guidelines using single-slice CT (SSCT) (Siemens Somatom Plus 4, Erlangen (Germany)) and multi-slice CT (MSCT) (Siemens Sensation 16, Erlangen (Germany)) for software-based female and male phantoms. The results showed that there are some differences in final dose reporting provided by these software packages. There are deviations of effective doses produced by these software packages. Percentages of coefficient of variance range from 3.3 to 23.4 % in SSCT and from 10.6 to 43.8 % in MSCT. It is important that researchers state the name of the software that is used to estimate the various CT dose quantities. Users must also understand the equivalent terminologies between the information obtained from the CT console and the software packages in order to use the software correctly. (authors)

  11. Large Scale Software Building with CMake in ATLAS

    Science.gov (United States)

    Elmsheuser, J.; Krasznahorkay, A.; Obreshkov, E.; Undrus, A.; ATLAS Collaboration

    2017-10-01

    The offline software of the ATLAS experiment at the Large Hadron Collider (LHC) serves as the platform for detector data reconstruction, simulation and analysis. It is also used in the detector’s trigger system to select LHC collision events during data taking. The ATLAS offline software consists of several million lines of C++ and Python code organized in a modular design of more than 2000 specialized packages. Because of different workflows, many stable numbered releases are in parallel production use. To accommodate specific workflow requests, software patches with modified libraries are distributed on top of existing software releases on a daily basis. The different ATLAS software applications also require a flexible build system that strongly supports unit and integration tests. Within the last year this build system was migrated to CMake. A CMake configuration has been developed that allows one to easily set up and build the above mentioned software packages. This also makes it possible to develop and test new and modified packages on top of existing releases. The system also allows one to detect and execute partial rebuilds of the release based on single package changes. The build system makes use of CPack for building RPM packages out of the software releases, and CTest for running unit and integration tests. We report on the migration and integration of the ATLAS software to CMake and show working examples of this large scale project in production.

  12. Topical report on actinide-only burnup credit for PWR spent nuclear fuel packages. Revision 1

    Energy Technology Data Exchange (ETDEWEB)

    None, None

    1997-04-01

    A methodology for performing and applying nuclear criticality safety calculations, for PWR spent nuclear fuel (SNF) packages with actinide-only burnup credit, is described. The changes in the U-234, U-235, U-236, U-238, Pu-238, Pu-239, Pu-240, Pu-241, Pu-242, and Am-241 concentration with burnup are used in burnup credit criticality analyses. No credit for fission product neutron absorbers is taken. The methodology consists of five major steps. (1) Validate a computer code system to calculate isotopic concentrations of SNF created during burnup in the reactor core and subsequent decay. A set of chemical assay benchmarks is presented for this purpose as well as a method for assessing the calculational bias and uncertainty, and conservative correction factors for each isotope. (2) Validate a computer code system to predict the subcritical multiplication factor, k{sub eff}, of a spent nuclear fuel package. Fifty-seven UO{sub 2}, UO{sub 2}/Gd{sub 2}O{sub 3}, and UO{sub 2}/PuO{sub 2} critical experiments have been selected to cover anticipated conditions of SNF. The method uses an upper safety limit on k{sub eff} (which can be a function of the trending parameters) such that the biased k{sub eff}, when increased for the uncertainty is less than 0.95. (3) Establish bounding conditions for the isotopic concentration and criticality calculations. Three bounding axial profiles have been established to assure the ''end effect'' is accounted for conservatively. (4) Use the validated codes and bounding conditions to generate package loading criteria (burnup credit loading curves). Burnup credit loading curves show the minimum burnup required for a given initial enrichment. The utility burnup record is compared to this requirement after the utility accounts for the uncertainty in its record. Separate curves may be generated for each assembly design, various minimum cooling times and burnable absorber histories. (5) Verify that SNF assemblies meet the package

  13. Cold homes, fuel poverty and energy efficiency improvements: A longitudinal focus group approach.

    Science.gov (United States)

    Grey, Charlotte N B; Schmieder-Gaite, Tina; Jiang, Shiyu; Nascimento, Christina; Poortinga, Wouter

    2017-08-01

    Cold homes and fuel poverty have been identified as factors in health and social inequalities that could be alleviated through energy efficiency interventions. Research on fuel poverty and the health impacts of affordable warmth initiatives have to date primarily been conducted using quantitative and statistical methods, limiting the way how fuel poverty is understood. This study took a longitudinal focus group approach that allowed exploration of lived experiences of fuel poverty before and after an energy efficiency intervention. Focus group discussions were held with residents from three low-income communities before (n = 28) and after (n = 22) they received energy efficiency measures funded through a government-led scheme. The results show that improving the energy efficiency of homes at risk of fuel poverty has a profound impact on wellbeing and quality of life, financial stress, thermal comfort, social interactions and indoor space use. However, the process of receiving the intervention was experienced by some as stressful. There is a need for better community engagement and communication to improve the benefits delivered by fuel poverty programmes, as well as further qualitative exploration to better understand the wider impacts of fuel poverty and policy-led intervention schemes.

  14. The STARLINK software collection

    Science.gov (United States)

    Penny, A. J.; Wallace, P. T.; Sherman, J. C.; Terret, D. L.

    1993-12-01

    A demonstration will be given of some recent Starlink software. STARLINK is: a network of computers used by UK astronomers; a collection of programs for the calibration and analysis of astronomical data; a team of people giving hardware, software and administrative support. The Starlink Project has been in operation since 1980 to provide UK astronomers with interactive image processing and data reduction facilities. There are now Starlink computer systems at 25 UK locations, serving about 1500 registered users. The Starlink software collection now has about 25 major packages covering a wide range of astronomical data reduction and analysis techniques, as well as many smaller programs and utilities. At the core of most of the packages is a common `software environment', which provides many of the functions which applications need and offers standardized methods of structuring and accessing data. The software environment simplifies programming and support, and makes it easy to use different packages for different stages of the data reduction. Users see a consistent style, and can mix applications without hitting problems of differing data formats. The Project group coordinates the writing and distribution of this software collection, which is Unix based. Outside the UK, Starlink is used at a large number of places, which range from installations at major UK telescopes, which are Starlink-compatible and managed like Starlink sites, to individuals who run only small parts of the Starlink software collection.

  15. Evaluation of a software package for automated quality assessment of contrast detail images-comparison with subjective visual assessment

    International Nuclear Information System (INIS)

    Pascoal, A; Lawinski, C P; Honey, I; Blake, P

    2005-01-01

    Contrast detail analysis is commonly used to assess image quality (IQ) associated with diagnostic imaging systems. Applications include routine assessment of equipment performance and optimization studies. Most frequently, the evaluation of contrast detail images involves human observers visually detecting the threshold contrast detail combinations in the image. However, the subjective nature of human perception and the variations in the decision threshold pose limits to the minimum image quality variations detectable with reliability. Objective methods of assessment of image quality such as automated scoring have the potential to overcome the above limitations. A software package (CDRAD analyser) developed for automated scoring of images produced with the CDRAD test object was evaluated. Its performance to assess absolute and relative IQ was compared with that of an average observer. Results show that the software does not mimic the absolute performance of the average observer. The software proved more sensitive and was able to detect smaller low-contrast variations. The observer's performance was superior to the software's in the detection of smaller details. Both scoring methods showed frequent agreement in the detection of image quality variations resulting from changes in kVp and KERMA detector , which indicates the potential to use the software CDRAD analyser for assessment of relative IQ

  16. A software for parameter optimization with Differential Evolution Entirely Parallel method

    Directory of Open Access Journals (Sweden)

    Konstantin Kozlov

    2016-08-01

    Full Text Available Summary. Differential Evolution Entirely Parallel (DEEP package is a software for finding unknown real and integer parameters in dynamical models of biological processes by minimizing one or even several objective functions that measure the deviation of model solution from data. Numerical solutions provided by the most efficient global optimization methods are often problem-specific and cannot be easily adapted to other tasks. In contrast, DEEP allows a user to describe both mathematical model and objective function in any programming language, such as R, Octave or Python and others. Being implemented in C, DEEP demonstrates as good performance as the top three methods from CEC-2014 (Competition on evolutionary computation benchmark and was successfully applied to several biological problems. Availability. DEEP method is an open source and free software distributed under the terms of GPL licence version 3. The sources are available at http://deepmethod.sourceforge.net/ and binary packages for Fedora GNU/Linux are provided for RPM package manager at https://build.opensuse.org/project/repositories/home:mackoel:compbio.

  17. Software refactoring at the package level using clustering techniques

    KAUST Repository

    Alkhalid, A.; Alshayeb, M.; Mahmoud, S. A.

    2011-01-01

    Enhancing, modifying or adapting the software to new requirements increases the internal software complexity. Software with high level of internal complexity is difficult to maintain. Software refactoring reduces software complexity and hence

  18. Fuel Flexible Combustion Systems for High-Efficiency Utilization of Opportunity Fuels in Gas Turbines

    Energy Technology Data Exchange (ETDEWEB)

    Venkatesan, Krishna

    2011-11-30

    The purpose of this program was to develop low-emissions, efficient fuel-flexible combustion technology which enables operation of a given gas turbine on a wider range of opportunity fuels that lie outside of current natural gas-centered fuel specifications. The program encompasses a selection of important, representative fuels of opportunity for gas turbines with widely varying fundamental properties of combustion. The research program covers conceptual and detailed combustor design, fabrication, and testing of retrofitable and/or novel fuel-flexible gas turbine combustor hardware, specifically advanced fuel nozzle technology, at full-scale gas turbine combustor conditions. This project was performed over the period of October 2008 through September 2011 under Cooperative Agreement DE-FC26-08NT05868 for the U.S. Department of Energy/National Energy Technology Laboratory (USDOE/NETL) entitled "Fuel Flexible Combustion Systems for High-Efficiency Utilization of Opportunity Fuels in Gas Turbines". The overall objective of this program was met with great success. GE was able to successfully demonstrate the operability of two fuel-flexible combustion nozzles over a wide range of opportunity fuels at heavy-duty gas turbine conditions while meeting emissions goals. The GE MS6000B ("6B") gas turbine engine was chosen as the target platform for new fuel-flexible premixer development. Comprehensive conceptual design and analysis of new fuel-flexible premixing nozzles were undertaken. Gas turbine cycle models and detailed flow network models of the combustor provide the premixer conditions (temperature, pressure, pressure drops, velocities, and air flow splits) and illustrate the impact of widely varying fuel flow rates on the combustor. Detailed chemical kinetic mechanisms were employed to compare some fundamental combustion characteristics of the target fuels, including flame speeds and lean blow-out behavior. Perfectly premixed combustion experiments were conducted to

  19. MVPACK: a package for the computer-aided design of multivariable control systems

    International Nuclear Information System (INIS)

    Mensah, S.

    1984-01-01

    The design and analysis of high performing controllers for large complex plants require a collection of interactive, powerful computer software. MVPACK, an open-ended package for the computer aided design of control systems has been developed in the Reactor Control Branch of the Chalk River Nuclear Laboratories. The package is fully interactive, and includes a comprehensive state-of-the-art mathematical library to support development of complex multivariable control algorithms. Coded in RATFOR, MVPACK operates with a flexible data structure which makes efficient use of minicomputer resources and provides a standard framework for program generation. The existence of a help mechanism enhances the simplicity of package utilization. This report provides the technical description of the package. It reviews the specifications used in the design and implementation of the package. The database structure, the supporting libraries and the design and analysis modules of MVPACK are described. The report includes several application examples to illustrate the capability of the package. Experience with MVPACK shows that the package provides a synergistic environment for control and regulation systems design, and that it is a unique tool in training of control system engineers

  20. Alternative Practices to Improve Surface Fleet Fuel Efficiency

    Science.gov (United States)

    2014-09-01

    through changes in procedures and operational modifications. iENCON uses BBLs/hr (barrels per hour) to evaluate the change in fuel efficiency (Pehlivan...policies and procedures that can be changed to continue the Navy’s efforts in the reduction of fuel consumption. Chapter III addresses drift...and four main engines. In a “full power” lineup all four engines are online. In a “split plant” lineup two engines remain online, one per shaft

  1. Techniques and tools for measuring energy efficiency of scientific software applications

    International Nuclear Information System (INIS)

    Abdurachmanov, David; Elmer, Peter; Eulisse, Giulio; Knight, Robert; Niemi, Tapio; Pestana, Gonçalo; Khan, Kashif; Nurminen, Jukka K; Nyback, Filip; Ou, Zhonghong

    2015-01-01

    The scale of scientific High Performance Computing (HPC) and High Throughput Computing (HTC) has increased significantly in recent years, and is becoming sensitive to total energy use and cost. Energy-efficiency has thus become an important concern in scientific fields such as High Energy Physics (HEP). There has been a growing interest in utilizing alternate architectures, such as low power ARM processors, to replace traditional Intel x86 architectures. Nevertheless, even though such solutions have been successfully used in mobile applications with low I/O and memory demands, it is unclear if they are suitable and more energy-efficient in the scientific computing environment. Furthermore, there is a lack of tools and experience to derive and compare power consumption between the architectures for various workloads, and eventually to support software optimizations for energy efficiency. To that end, we have performed several physical and software-based measurements of workloads from HEP applications running on ARM and Intel architectures, and compare their power consumption and performance. We leverage several profiling tools (both in hardware and software) to extract different characteristics of the power use. We report the results of these measurements and the experience gained in developing a set of measurement techniques and profiling tools to accurately assess the power consumption for scientific workloads. (paper)

  2. The impact of interface bonding efficiency on high-burnup spent nuclear fuel dynamic performance

    Energy Technology Data Exchange (ETDEWEB)

    Jiang, Hao, E-mail: jiangh@ornl.gov; Wang, Jy-An John; Wang, Hong

    2016-12-01

    Highlights: • To investigate the impact of interfacial bonding efficiency at pellet-pellet and pellet-clad interfaces of high-burnup (HBU) spent nuclear fuel (SNF) on its dynamic performance. • Flexural rigidity, EI = M/κ, estimated from FEA results were benchmarked with SNF dynamic experimental results, and used to evaluate interface bonding efficiency. • Interface bonding efficiency can significantly dictate the SNF system rigidity and the associated dynamic performance. • With consideration of interface bonding efficiency and fuel cracking, HBU SNF fuel property was estimated with SNF static and dynamic experimental data. - Abstract: Finite element analysis (FEA) was used to investigate the impact of interfacial bonding efficiency at pellet-pellet and pellet-clad interfaces of high-burnup (HBU) spent nuclear fuel (SNF) on system dynamic performance. Bending moments M were applied to FEA model to evaluate the system responses. From bending curvature, κ, flexural rigidity EI can be estimated as EI = M/κ. The FEA simulation results were benchmarked with experimental results from cyclic integrated reversal bending fatigue test (CIRFT) of HBR fuel rods. The consequence of interface debonding between fuel pellets and cladding is a redistribution of the loads carried by the fuel pellets to the clad, which results in a reduction in composite rod system flexural rigidity. Therefore, the interface bonding efficiency at the pellet-pellet and pellet-clad interfaces can significantly dictate the SNF system dynamic performance. With the consideration of interface bonding efficiency, the HBU SNF fuel property was estimated with CIRFT test data.

  3. Packaging design criteria for the MCO cask

    International Nuclear Information System (INIS)

    Edwards, W.S.

    1996-01-01

    Approximately 2,100 metric tons of unprocessed, irradiated nuclear fuel elements are presently stored in the K Basins (including possibly 700 additional elements from PUREX, N Reactor, and 327 Laboratory). The basin water, particularly in the K East Basin, contains significant quantities of dissolved nuclear isotopes and radioactive fuel corrosion particles. To permit cleanup of the K Basins and fuel conditioning, the fuel will be transported from the 100 K Area to a Canister Storage Building (CSB) in the 200 East area. In order to initiate K Basin cleanup on schedule, the two-year fuel-shipping campaign must begin by December 1997. The purpose of this packaging design criteria is to provide criteria for the design, fabrication, and use of a packaging system to transport the large quantities of irradiated nuclear fuel elements positioned within Multiple Canister Overpacks

  4. A new version of Scilab software package for the study of dynamical systems

    Science.gov (United States)

    Bordeianu, C. C.; Felea, D.; Beşliu, C.; Jipa, Al.; Grossu, I. V.

    2009-11-01

    This work presents a new version of a software package for the study of chaotic flows, maps and fractals [1]. The codes were written using Scilab, a software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. It was found that Scilab provides various functions for ordinary differential equation solving, Fast Fourier Transform, autocorrelation, and excellent 2D and 3D graphical capabilities. The chaotic behaviors of the nonlinear dynamics systems were analyzed using phase-space maps, autocorrelation functions, power spectra, Lyapunov exponents and Kolmogorov-Sinai entropy. Various well-known examples are implemented, with the capability of the users inserting their own ODE or iterative equations. New version program summaryProgram title: Chaos v2.0 Catalogue identifier: AEAP_v2_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEAP_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.: 1275 No. of bytes in distributed program, including test data, etc.: 7135 Distribution format: tar.gz Programming language: Scilab 5.1.1. Scilab 5.1.1 should be installed before running the program. Information about the installation can be found at scilab.org/howto/install/windows" xlink:type="simple">http://wiki.scilab.org/howto/install/windows. Computer: PC-compatible running Scilab on MS Windows or Linux Operating system: Windows XP, Linux RAM: below 150 Megabytes Classification: 6.2 Catalogue identifier of previous version: AEAP_v1_0 Journal reference of previous version: Comput. Phys. Comm. 178 (2008) 788 Does the new version supersede the previous version?: Yes Nature of problem: Any physical model containing linear or nonlinear ordinary differential equations (ODE). Solution method: Numerical solving of

  5. Effective and efficient software development method for real time safety systems for nuclear power plants

    International Nuclear Information System (INIS)

    Manoj, P.; Parimalam, P.; Shanmugam, A.; Murali, N.

    2013-01-01

    The objective of this paper is to present the effective and efficient methods for developing application software for Distributed Real Time Systems for Prototype Fast Breeder Reactor. It discusses the effective ways to reduce the language and syntax errors while capturing the requirements. This paper suggests an efficient way of requirements capture and coding application software for I and C systems so that the quality factors of the software such as reliability, maintainability and testability are improved. (author)

  6. Development of test algorithm for semiconductor package with defects by using probabilistic neural network

    International Nuclear Information System (INIS)

    Kim, Jae Yeol; Sim, Jae Gi; Ko, Myoung Soo; Kim, Chang Hyun; Kim, Hun Cho

    2001-01-01

    In this study, researchers developing the estimative algorithm for artificial defects in semiconductor packages and performing it by pattern recognition technology. For this purpose, the estimative algorithm was included that researchers made software with MATLAB. The software consists of some procedures including ultrasonic image acquisition, equalization filtering, Self-Organizing Map and Probabilistic Neural Network. Self-Organizing Map and Probabilistic Neural Network are belong to methods of Neural Networks. And the pattern recognition technology has applied to classify three kinds of detective patterns in semiconductor packages. This study presumes probability density function from a sample of learning and present which is automatically determine method. PNN can distinguish flaws very difficult distinction as well as. This can do parallel process to stand in a row we confirm that is very efficiently classifier if we applied many data real the process.

  7. Fuel demand and fuel efficiency in the US commercial-airline industry and the trucking industry: an analysis of trends and implications. Final report

    Energy Technology Data Exchange (ETDEWEB)

    1982-03-31

    A study of trends in fuel use and efficiency in the US commercial airlines industry is extended back to 1967 in order to compare the relative contributions of the factors influencing efficiency during a period of stable fuel prices (1967 to 1972) versus a period of fuel price growth (1973 to 1980). A similar analysis disaggregates the components of truck efficiency and evaluates their relative impact on fuel consumption in the trucking industry. (LEW)

  8. Gammasphere software development

    International Nuclear Information System (INIS)

    Piercey, R.B.

    1994-01-01

    This report describes the activities of the nuclear physics group at Mississippi State University which were performed during 1993. Significant progress has been made in the focus areas: chairing the Gammasphere Software Working Group (SWG); assisting with the porting and enhancement of the ORNL UPAK histogramming software package; and developing standard formats for Gammasphere data products. In addition, they have established a new public ftp archive to distribute software and software development tools and information

  9. Data processing software for purex plant process control laboratory

    International Nuclear Information System (INIS)

    Kansara, V.P.; Achuthan, P.V.; Sridhar, S.; Ramanujam, A.; Dhumwad, R.K.

    1990-01-01

    A software has been developed at the Fuel Reprocessing Division, Trombay to meet the data processing needs of the Control Laboratory of a reprocessing plant. During the normal plant operations contents of over one hundred process tanks have to be sampled and analysed for regular monitoring. In order to speed up the computation and the reporting of results as well as to obtain the process performance data over a period of time a software has been developed. The package has been sucessfully demonstrated and implemented at the Plutonium Plant, Trombay. This has been in continuous use since May 1987 with highly satisfactory performance. The software is a totally menu-driven package which can be used by the laboratory analysts with a few hours of training. The features include data validation involving source tank identification, the nature of the sample, the range of expected results, any duplication in sample numbering etc. Audio indication of deviations from the expected input or output values are given with an option to override in case of abnormal samples. The progress of analysis can be obtained for a given sample at any given time. Incorporated in the software is the help menu for quick reference of analytical protocol to be followed for a given tank/method. The computations for the determinations are carried out after obtaining input values on a screen-form. Th e results can be displayed on the monitor or obtained in the form of a hard copy i n any desired format. (author). 17 figs., 2 refs

  10. New developments and prospects on COSI, the simulation software for fuel cycle analysis

    Energy Technology Data Exchange (ETDEWEB)

    Eschbach, R.; Meyer, M.; Coquelet-Pascal, C.; Tiphine, M.; Krivtchik, G.; Cany, C. [Atomic Energy and Alternative Energies Commission - CEA, CEA-Cadarache, DEN, DER, SPRC, F-13108 Saint-Paul-lez-Durance (France)

    2013-07-01

    COSI, software developed by the Nuclear Energy Direction of the CEA, is a code simulating a pool of nuclear power plants with its associated fuel cycle facilities. This code has been designed to study various short, medium and long term options for the introduction of various types of nuclear reactors and for the use of associated nuclear materials. In the frame of the French Act for waste management, scenario studies are carried out with COSI, to compare different options of evolution of the French reactor fleet and options of partitioning and transmutation of plutonium and minor actinides. Those studies aim in particular at evaluating the sustainability of Sodium cooled Fast Reactors (SFR) deployment and the possibility to transmute minor actinides. The COSI6 version is a completely renewed software released in 2006. COSI6 is now coupled with the last version of CESAR (CESAR5.3 based on JEFF3.1.1 nuclear data) allowing the calculations on irradiated fuel with 200 fission products and 100 heavy nuclides. A new release is planned in 2013, including in particular the coupling with a recommended database of reactors. An exercise of validation of COSI6, carried out on the French PWR historic nuclear fleet, has been performed. During this exercise quantities like cumulative natural uranium consumption, or cumulative depleted uranium, or UOX/MOX spent fuel storage, or stocks of reprocessed uranium, or plutonium content in fresh MOX fuel, or the annual production of high level waste, have been computed by COSI6 and compared to industrial data. The results have allowed us to validate the essential phases of the fuel cycle computation, and reinforces the credibility of the results provided by the code.

  11. Software package to automate the design and production of translucent building structures made of pvc

    Directory of Open Access Journals (Sweden)

    Petrova Irina Yur’evna

    2016-08-01

    Full Text Available The article describes the features of the design and production of translucent building structures made of PVC. The analysis of the automation systems of this process currently existing on the market is carried out, their advantages and disadvantages are identified. Basing on this analysis, a set of requirements for automation systems for the design and production of translucent building structures made of PVC is formulated; the basic entities are involved in those business processes. The necessary functions for the main application and for dealers’ application are specified. The main application is based on technological platform 1C: Enterprise 8.2. The dealers’ module is .NET application and is developed with the use of Microsoft Visual Studio and Microsoft SQL Server because these software products have client versions free for end users (.NET Framework 4.0 Client Profile and Microsoft SQL Server 2008 Express. The features of the developed software complex implementation are described; the relevant charts are given. The scheme of system deployment and protocols of data exchange between 1C server, 1C client and dealer is presented. Also the functions supported by 1C module and .NET module are described. The article describes the content of class library developed for .NET module. The specification of integration of the two applications in a single software package is given. The features of the GUI organization are described; the corresponding screenshots are given. The possible ways of further development of the described software complex are presented and a conclusion about its competitiveness and expediency of new researches is made.

  12. Application of the thermal efficiency analysis software 'EgWin' at existing power plants

    International Nuclear Information System (INIS)

    Koda, E.; Takahashi, T.; Nakao, Y.

    2008-01-01

    'EgWin' is the general purpose software to analyze a thermal efficiency of power system developed in CRIEPI. This software has been used to analyze the existing power generation unit of 30 or more, and the effectiveness has been confirmed. In thermal power plants, it was used for the clarification of the thermal efficiency decrease factor and the quantitative estimation of the influence that each factor gave to the thermal efficiency of the plant. Also it was used for the quantitative estimation of the effect by the operating condition change and the facility remodeling in thermal power, atomic energy, and geothermal power plants. (author)

  13. Characterization of fission gas bubbles in irradiated U-10Mo fuel

    Energy Technology Data Exchange (ETDEWEB)

    Casella, Andrew M.; Burkes, Douglas E.; MacFarlan, Paul J.; Buck, Edgar C.

    2017-09-01

    Irradiated U-10Mo fuel samples were prepared with traditional mechanical potting and polishing methods with in a hot cell. They were then removed and imaged with an SEM located outside of a hot cell. The images were then processed with basic imaging techniques from 3 separate software packages. The results were compared and a baseline method for characterization of fission gas bubbles in the samples is proposed. It is hoped that through adoption of or comparison to this baseline method that sample characterization can be somewhat standardized across the field of post irradiated examination of metal fuels.

  14. PmagPy: Software Package for Paleomagnetic Data Analysis and Gateway to the Magnetics Information Consortium (MagIC) Database

    Science.gov (United States)

    Jonestrask, L.; Tauxe, L.; Shaar, R.; Jarboe, N.; Minnett, R.; Koppers, A. A. P.

    2014-12-01

    There are many data types and methods of analysis in rock and paleomagnetic investigations. The MagIC database (http://earthref.org/MAGIC) was designed to accommodate the vast majority of data used in such investigations. Yet getting data from the laboratory into the database, and visualizing and re-analyzing data downloaded from the database, makes special demands on data formatting. There are several recently published programming packages that deal with single types of data: demagnetization experiments (e.g., Lurcock et al., 2012), paleointensity experiments (e.g., Leonhardt et al., 2004), and FORC diagrams (e.g., Harrison et al., 2008). However, there is a need for a unified set of open source, cross-platform software that deals with the great variety of data types in a consistent way and facilitates importing data into the MagIC format, analyzing them and uploading them into the MagIC database. The PmagPy software package (http://earthref.org/PmagPy/cookbook/) comprises a such a comprehensive set of tools. It facilitates conversion of many laboratory formats into the common MagIC format and allows interpretation of demagnetization and Thellier-type experimental data. With some 175 programs and over 250 functions, it can be used to create a wide variety of plots and allows manipulation of downloaded data sets as well as preparation of new contributions for uploading to the MagIC database.

  15. [Development of analysis software package for the two kinds of Japanese fluoro-d-glucose-positron emission tomography guideline].

    Science.gov (United States)

    Matsumoto, Keiichi; Endo, Keigo

    2013-06-01

    Two kinds of Japanese guidelines for the data acquisition protocol of oncology fluoro-D-glucose-positron emission tomography (FDG-PET)/computed tomography (CT) scans were created by the joint task force of the Japanese Society of Nuclear Medicine Technology (JSNMT) and the Japanese Society of Nuclear Medicine (JSNM), and published in Kakuigaku-Gijutsu 27(5): 425-456, 2007 and 29(2): 195-235, 2009. These guidelines aim to standardize PET image quality among facilities and different PET/CT scanner models. The objective of this study was to develop a personal computer-based performance measurement and image quality processor for the two kinds of Japanese guidelines for oncology (18)F-FDG PET/CT scans. We call this software package the "PET quality control tool" (PETquact). Microsoft Corporation's Windows(™) is used as the operating system for PETquact, which requires 1070×720 image resolution and includes 12 different applications. The accuracy was examined for numerous applications of PETquact. For example, in the sensitivity application, the system sensitivity measurement results were equivalent when comparing two PET sinograms obtained from the PETquact and the report. PETquact is suited for analysis of the two kinds of Japanese guideline, and it shows excellent spec to performance measurements and image quality analysis. PETquact can be used at any facility if the software package is installed on a laptop computer.

  16. Review of International Policies for Vehicle Fuel Efficiency

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2008-07-01

    This paper reviews past and current voluntary and regulatory fuel efficiency programs and then assesses the effectiveness of these policies from the viewpoints of enforcement, standard design, standard stringency and standard related policies.

  17. Practical experience with the fuel monitoring at Dukovany NPP

    International Nuclear Information System (INIS)

    Kment, J.; Svoboda, R.; Valach, M.

    1994-01-01

    A brief description of the following activities of Dukovany NPP is given: fuel state monitoring during cycles; fuel state inspection during outages; fuel damage predictions and reality; prevention against fuel damage caused by PCI. The fuel state monitoring during cycles is conducted by on-line gamma spectrometer located under the by-pass pipelines of the water cleaning system. The system enables to carry out determination of the equilibrium activities of practically all significant gaseous fission products for energies from 80 KeV to 2 MeV. On-line activity measurements give reliable indication of a defect origin with the 133 Xe activity level of the order of tens k Bk/l. The gamma spectroscopy data are processed by KGO and PEPA software packages installed into the chemistry information system. KGO estimates the number of the damaged fuel elements and the extent of their damage. The activities of 133 Xe, 135 Xe, 137 Xe, 138 Xe, 87 Kr, 88 Kr and 89 Kr are used for evaluation of the number of 'leakers'. PEPA code predicts radiation set-up development, i.e. the activity levels of cca 20 radiologically significant nuclides in the primary coolant for the assumed reactor power mode. The fuel damage predictions during cycles are illustrated on two examples from the operational history of the Dukovany NPP. The utilization of the KGO-PEPA software contributes to a more high exploitation culture of the core from the point of view of fuel integrity maintenance. 3 refs

  18. Design requirements for SRB production control system. Volume 3: Package evaluation, modification and hardware

    Science.gov (United States)

    1981-01-01

    The software package evaluation was designed to analyze commercially available, field-proven, production control or manufacturing resource planning management technology and software package. The analysis was conducted by comparing SRB production control software requirements and conceptual system design to software package capabilities. The methodology of evaluation and the findings at each stage of evaluation are described. Topics covered include: vendor listing; request for information (RFI) document; RFI response rate and quality; RFI evaluation process; and capabilities versus requirements.

  19. Efficient Software HEVC to AVS2 Transcoding

    Directory of Open Access Journals (Sweden)

    Yucong Chen

    2016-09-01

    Full Text Available The second generation of Audio and Video coding Standard (AVS is developed by the IEEE 1857 Working Group under project 1857.4 and was standardized in 2016 by the AVS Working Group of China as the new broadcasting standard AVS2. High Efficient Video Coding (HEVC is the newest global video coding standard announced in 2013. More and more codings are migrating from H.264/AVC to HEVC because of its higher compression performance. In this paper, we propose an efficient HEVC to AVS2 transcoding algorithm, which applies a multi-stage decoding information utilization framework to maximize the usage of the decoding information in the transcoding process. The proposed algorithm achieves 11×–17× speed gains over the AVS2 reference software RD 14.0 with a modest BD-rate loss of 9.6%–16.6%.

  20. Techniques and tools for measuring energy efficiency of scientific software applications

    CERN Document Server

    Abdurachmanov, David; Eulisse, Giulio; Knight, Robert; Niemi, Tapio; Nurminen, Jukka K.; Nyback, Filip; Pestana, Goncalo; Ou, Zhonghong; Khan, Kashif

    2014-01-01

    The scale of scientific High Performance Computing (HPC) and High Throughput Computing (HTC) has increased significantly in recent years, and is becoming sensitive to total energy use and cost. Energy-efficiency has thus become an important concern in scientific fields such as High Energy Physics (HEP). There has been a growing interest in utilizing alternate architectures, such as low power ARM processors, to replace traditional Intel x86 architectures. Nevertheless, even though such solutions have been successfully used in mobile applications with low I/O and memory demands, it is unclear if they are suitable and more energy-efficient in the scientific computing environment. Furthermore, there is a lack of tools and experience to derive and compare power consumption between the architectures for various workloads, and eventually to support software optimizations for energy efficiency. To that end, we have performed several physical and software-based measurements of workloads from HEP applications running o...

  1. GPS Software Packages Deliver Positioning Solutions

    Science.gov (United States)

    2010-01-01

    "To determine a spacecraft s position, the Jet Propulsion Laboratory (JPL) developed an innovative software program called the GPS (global positioning system)-Inferred Positioning System and Orbit Analysis Simulation Software, abbreviated as GIPSY-OASIS, and also developed Real-Time GIPSY (RTG) for certain time-critical applications. First featured in Spinoff 1999, JPL has released hundreds of licenses for GIPSY and RTG, including to Longmont, Colorado-based DigitalGlobe. Using the technology, DigitalGlobe produces satellite imagery with highly precise latitude and longitude coordinates and then supplies it for uses within defense and intelligence, civil agencies, mapping and analysis, environmental monitoring, oil and gas exploration, infrastructure management, Internet portals, and navigation technology."

  2. Simulation software of 3-D two-neutron energy groups for ship reactor with hexagonal fuel subassembly

    International Nuclear Information System (INIS)

    Zhang Fan; Cai Zhangsheng; Yu Lei; Gui Xuewen

    2005-01-01

    Core simulation software for 3-D two-neutron energy groups is developed. This software is used to simulate the ship reactor with hexagonal fuel subassembly after 10, 150 and 200 burnup days, considering the hydraulic and thermal feedback. It accurately simulates the characteristics of the fast and thermal neutrons and the detailed power distribution in a reactor under normal and abnormal operation condition. (authors)

  3. US Army Radiological Bioassay and Dosimetry: The RBD software package

    International Nuclear Information System (INIS)

    Eckerman, K.F.; Ward, R.C.; Maddox, L.B.

    1993-01-01

    The RBD (Radiological Bioassay and Dosimetry) software package was developed for the U. S. Army Material Command, Arlington, Virginia, to demonstrate compliance with the radiation protection guidance 10 CFR Part 20 (ref. 1). Designed to be run interactively on an IBM-compatible personal computer, RBD consists of a data base module to manage bioassay data and a computational module that incorporates algorithms for estimating radionuclide intake from either acute or chronic exposures based on measurement of the worker's rate of excretion of the radionuclide or the retained activity in the body. In estimating the intake,RBD uses a separate file for each radionuclide containing parametric representations of the retention and excretion functions. These files also contain dose-per-unit-intake coefficients used to compute the committed dose equivalent. For a given nuclide, if measurements exist for more than one type of assay, an auxiliary module, REPORT, estimates the intake by applying weights assigned in the nuclide file for each assay. Bioassay data and computed results (estimates of intake and committed dose equivalent) are stored in separate data bases, and the bioassay measurements used to compute a given result can be identified. The REPORT module creates a file containing committed effective dose equivalent for each individual that can be combined with the individual's external exposure

  4. Spent fuel storage and isolation

    International Nuclear Information System (INIS)

    Bensky, M.S.; Kurzeka, W.J.; Bauer, A.A.; Carr, J.A.; Matthews, S.C.

    1979-02-01

    The principal spent fuel activities conducted within the commercial waste and spent fuel within the Commercial Waste and Spent Fuel Packaging Program are: simulated near-surface (drywell) storage demonstrations at Hanford and the Nevada Test Site; surface (sealed storage cask) and drywell demonstrations at the Nevada Test Site; and spent fuel receiving and packaging facility conceptual design. These investigations are described

  5. Documentation package for the RFID temperature monitoring system (Model 9977 packages at NTS)

    International Nuclear Information System (INIS)

    Chen, K.; Tsai, H.

    2009-01-01

    The technical basis for extending the Model 9977 shipping package periodic maintenance beyond the one-year interval to a maximum of five years is based on the performance of the O-ring seals and the environmental conditions. The DOE Packaging Certification Program (PCP) has tasked Argonne National Laboratory to develop a Radio-Frequency Identification (RFID) temperature monitoring system for use by the facility personnel at DAF/NTS. The RFID temperature monitoring system, depicted in the figure below, consists of the Mk-1 RFId tags, a reader, and a control computer mounted on a mobile platform that can operate as a stand-alone system, or it can be connected to the local IT network. As part of the Conditions of Approval of the CoC, the user must complete the prescribed training to become qualified and be certified for operation of the RFID temperature monitoring system. The training course will be administered by Argonne National Laboratory on behalf of the Headquarters Certifying Official. This is a complete documentation package for the RFID temperature monitoring system of the Model 9977 packagings at NTS. The documentation package will be used for training and certification. The table of contents are: Acceptance Testing Procedure of MK-1 RFID Tags for DOE/EM Nuclear Materials Management Applications; Acceptance Testing Result of MK-1 RFID Tags for DOE/EM Nuclear Materials Management Applications; Performance Test of the Single Bolt Seal Sensor for the Model 9977 Packaging; Calibration of Built-in Thermistors in RFID Tags for Nevada Test Site; Results of Calibration of Built-in Thermistors in RFID Tags; Results of Thermal Calibration of Second Batch of MK-I RFID Tags; Procedure for Installing and Removing MK-1 RFID Tag on Model 9977 Drum; User Guide for RFID Reader and Software for Temperature Monitoring of Model 9977 Drums at NTS; Software Quality Assurance Plan (SQAP) for the ARG-US System; Quality Category for the RFID Temperature Monitoring System; The

  6. Fuel Efficiency in AWD-system

    OpenAIRE

    Fredriksson, Robert; Trkulja, Milovan

    2008-01-01

    This degree project has been made in cooperation with engineers working for GM Engineering/Saab Automobile AB in Trollhättan. The given name by Saab for the project is “Fuel efficiency improvements in All Wheel Drive(AWD)-system”. The main tasks of this thesis work were to investigate the size of the power losses in different parts on the propeller shaft, to design a computer program that calculates coordinates and angles on a propeller shaft and to investigate the possibilities to put togeth...

  7. Guidelines for the verification and validation of expert system software and conventional software: Volume 5, Rationale and description of verification and validation guideline packages and procedures. Final report

    International Nuclear Information System (INIS)

    Miller, L.A.; Hayes, J.E.; Mirsky, S.M.

    1995-05-01

    This report is the fifth volume in a series of reports describing the results of the Expert System Verification and Validation (V ampersand V) project which is jointly funded by US NRC and EPRI toward formulating guidelines for V ampersand V of expert systems for use in nuclear power applications. This report provides the rationale for and description of those guidelines. The actual guidelines themselves (and the accompanying 11 step by step Procedures) are presented in Volume 7, User's Manual. Three factors determine what V ampersand V is needed: (1) the stage, of the development life cycle (requirements, design, or implementation), (2) whether the overall system or a specialized component needs be tested (knowledge base component, inference engine or other highly reusable element, or a component involving conventional software), and (3) the stringency of V ampersand V that is needed (as judged from an assessment of the system's complexity and the requirement for its integrity to form three Classes). A V ampersand V guideline package is provided for each of the combinations of these three variables. The package specifies the V ampersand V methods recommended and the order in which they should be administered, the assurances each method provides, the qualifications needed by the V ampersand V team to employ each Particular method, the degree to which the methods should be applied, the performance measures that should be taken, and the decision criteria for accepting, conditionally accepting, or rejecting an evaluated system. In addition to the guideline packages, highly detailed step-by-step procedures are provided for 11 of the more important methods, to ensure that they Can be implemented correctly. The guidelines can apply to conventional procedural software systems as well as all kinds of AI systems

  8. Waste package performance analysis

    International Nuclear Information System (INIS)

    Lester, D.H.; Stula, R.T.; Kirstein, B.E.

    1982-01-01

    A performance assessment model for multiple barrier packages containing unreprocessed spent fuel has been applied to several package designs. The resulting preliminary assessments were intended for use in making decisions about package development programs. A computer model called BARIER estimates the package life and subsequent rate of release of selected nuclides. The model accounts for temperature, pressure (and resulting stresses), bulk and localized corrosion, and nuclide retardation by the backfill after water intrusion into the waste form. The assessment model assumes a post-closure, flooded, geologic repository. Calculations indicated that, within the bounds of model assumptions, packages could last for several hundred years. Intact backfills of appropriate design may be capable of nuclide release delay times on the order of 10 7 yr for uranium, plutonium, and americium. 8 references, 6 figures, 9 tables

  9. Possibility to Increase Biofuels Energy Efficiency used for Compression Ignition Engines Fueling

    Directory of Open Access Journals (Sweden)

    Calin D. Iclodean

    2014-02-01

    Full Text Available The paper presents the possibilities of optimizing the use of biofuels in terms of energy efficiency in compression ignition (CI engines fueling. Based on the experimental results was determinate the law of variation of the rate of heat released by the combustion process for diesel fuel and different blends of biodiesel. Using this law, were changed parameters of the engine management system (fuel injection law and was obtain increased engine performance (in terms of energy efficiency for use of different biofuel blends.

  10. Report of AAPM Task Group 162: Software for planar image quality metrology.

    Science.gov (United States)

    Samei, Ehsan; Ikejimba, Lynda C; Harrawood, Brian P; Rong, John; Cunningham, Ian A; Flynn, Michael J

    2018-02-01

    The AAPM Task Group 162 aimed to provide a standardized approach for the assessment of image quality in planar imaging systems. This report offers a description of the approach as well as the details of the resultant software bundle to measure detective quantum efficiency (DQE) as well as its basis components and derivatives. The methodology and the associated software include the characterization of the noise power spectrum (NPS) from planar images acquired under specific acquisition conditions, modulation transfer function (MTF) using an edge test object, the DQE, and effective DQE (eDQE). First, a methodological framework is provided to highlight the theoretical basis of the work. Then, a step-by-step guide is included to assist in proper execution of each component of the code. Lastly, an evaluation of the method is included to validate its accuracy against model-based and experimental data. The code was built using a Macintosh OSX operating system. The software package contains all the source codes to permit an experienced user to build the suite on a Linux or other *nix type system. The package further includes manuals and sample images and scripts to demonstrate use of the software for new users. The results of the code are in close alignment with theoretical expectations and published results of experimental data. The methodology and the software package offered in AAPM TG162 can be used as baseline for characterization of inherent image quality attributes of planar imaging systems. © 2017 American Association of Physicists in Medicine.

  11. How to implement the circular economy in the beer packaging sector through eco-efficiency- and eco-effectiveness- based solutions

    DEFF Research Database (Denmark)

    Niero, Monia; Boas, Simon H.; Hauschild, Michael Zwicky

    2015-01-01

    According to Verghese et al (2012) sustainable packaging should be: effective in delivering its functional requirements, efficient in its use of materials, energy, and water throughout its life cycle, cyclic in its use of renewable materials and recoverability at end-of-life, and safe for people...... and the natural environment. Companies in the packaging sector have traditionally been using the Life Cycle Assessment (LCA) methodology to fulfill these requirements. However, being inspired by the eco-efficiency principle, LCA aims to reduce the negative environmental footprint of human activities by optimizing...... and innovative solutions for packaging. We will illustrate the challenges and opportunities emerging from the case study of Carlsberg Circular Community, a cooperation platform where Carlsberg and some global partners are joining forces to reduce the reliance on raw materials, and support the circular economy...

  12. Packaging Design Criteria for the MCO Cask

    International Nuclear Information System (INIS)

    FLANAGAN, B.D.

    2000-01-01

    Approximately 2,100 metric tons of unprocessed, irradiated, nuclear fuel elements are presently stored in the K Basins (including approximately 700 additional elements from the Plutonium-Uranium Extraction Plant, N Reactor, and 327 Laboratory). To permit cleanup of the K Basins and fuel conditioning, the fuel will be transported from the 100 K Area to a Canister Storage Building (CSB) in the 200 East Area. The purpose of this packaging design criteria is to provide criteria for the design, fabrication, and use of a packaging system to transport the large quantities of irradiated nuclear fuel elements positioned within Multi-canister Overpacks. Concurrent with the K Basin cleanup, 72 Shippingport Pressurized Water Reactor Core 2 fuel assemblies will be transported from T Plant to the CSB to provide space at T Plant for K Basin sludge canisters

  13. PAINeT: An object-oriented software package for simulations of flow-field, transport coefficients and flux terms in non-equilibrium gas mixture flows

    Science.gov (United States)

    Istomin, V. A.

    2018-05-01

    The software package Planet Atmosphere Investigator of Non-equilibrium Thermodynamics (PAINeT) has been devel-oped for studying the non-equilibrium effects associated with electronic excitation, chemical reactions and ionization. These studies are necessary for modeling process in shock tubes, in high enthalpy flows, in nozzles or jet engines, in combustion and explosion processes, in modern plasma-chemical and laser technologies. The advantages and possibilities of the package implementation are stated. Within the framework of the package implementation, based on kinetic theory approximations (one-temperature and state-to-state approaches), calculations are carried out, and the limits of applicability of a simplified description of shock-heated air flows and any other mixtures chosen by the user are given. Using kinetic theory algorithms, a numerical calculation of the heat fluxes and relaxation terms can be performed, which is necessary for further comparison of engineering simulation with experi-mental data. The influence of state-to-state distributions over electronic energy levels on the coefficients of thermal conductivity, diffusion, heat fluxes and diffusion velocities of the components of various gas mixtures behind shock waves is studied. Using the software package the accuracy of different approximations of the kinetic theory of gases is estimated. As an example state-resolved atomic ionized mixture of N/N+/O/O+/e- is considered. It is shown that state-resolved diffusion coefficients of neutral and ionized species vary from level to level. Comparing results of engineering applications with those given by PAINeT, recommendations for adequate models selection are proposed.

  14. Evolution of repository and waste package designs for Yucca Mountain disposal system for spent nuclear fuel and high-level radioactive waste

    International Nuclear Information System (INIS)

    Rechard, Rob P.; Voegele, Michael D.

    2014-01-01

    This paper summarizes the evolution of the engineered barrier design for the proposed Yucca Mountain disposal system. Initially, the underground facility used a fairly standard panel and drift layout excavated mostly by drilling and blasting. By 1993, the layout of the underground facility was changed to accommodate construction by a tunnel boring machine. Placement of the repository in unsaturated zone permitted an extended period without backfilling; placement of the waste package in an open drift permitted use of much larger, and thus hotter packages. Hence in 1994, the underground facility design switched from floor emplacement of waste in small, single walled stainless steel or nickel alloy containers to in-drift emplacement of waste in large, double-walled containers. By 2000, the outer layer was a high nickel alloy for corrosion resistance and the inner layer was stainless steel for structural strength. Use of large packages facilitated receipt and disposal of high volumes of spent nuclear fuel. In addition, in-drift package placement saved excavation costs. Options considered for in-drift emplacement included different heat loads and use of backfill. To avoid dripping on the package during the thermal period and the possibility of localized corrosion, titanium drip shields were added for the disposal drifts by 2000. In addition, a handling canister, sealed at the reactor to eliminate further handling of bare fuel assemblies, was evaluated and eventually adopted in 2006. Finally, staged development of the underground layout was adopted to more readily adjust to changes in waste forms and Congressional funding. - Highlights: • Progression of events associated with repository design to accommodate tunnel boring machine and in-drift waste package emplacement are discussed. • Change in container design from small, single-layered stainless steel vessel to large, two-layered nickel alloy vessel is discussed. • The addition of drip shield to limit the

  15. Modeling closed nuclear fuel cycles processes

    Energy Technology Data Exchange (ETDEWEB)

    Shmidt, O.V. [A.A. Bochvar All-Russian Scientific Research Institute for Inorganic Materials, Rogova, 5a street, Moscow, 123098 (Russian Federation); Makeeva, I.R. [Zababakhin All-Russian Scientific Research Institute of Technical Physics, Vasiliev street 13, Snezhinsk, Chelyabinsk region, 456770 (Russian Federation); Liventsov, S.N. [Tomsk Polytechnic University, Tomsk, Lenin Avenue, 30, 634050 (Russian Federation)

    2016-07-01

    Computer models of processes are necessary for determination of optimal operating conditions for closed nuclear fuel cycle (NFC) processes. Computer models can be quickly changed in accordance with new and fresh data from experimental research. 3 kinds of process simulation are necessary. First, the VIZART software package is a balance model development used for calculating the material flow in technological processes. VIZART involves taking into account of equipment capacity, transport lines and storage volumes. Secondly, it is necessary to simulate the physico-chemical processes that are involved in the closure of NFC. The third kind of simulation is the development of software that allows the optimization, diagnostics and control of the processes which implies real-time simulation of product flows on the whole plant or on separate lines of the plant. (A.C.)

  16. Hi-Corrector: a fast, scalable and memory-efficient package for normalizing large-scale Hi-C data.

    Science.gov (United States)

    Li, Wenyuan; Gong, Ke; Li, Qingjiao; Alber, Frank; Zhou, Xianghong Jasmine

    2015-03-15

    Genome-wide proximity ligation assays, e.g. Hi-C and its variant TCC, have recently become important tools to study spatial genome organization. Removing biases from chromatin contact matrices generated by such techniques is a critical preprocessing step of subsequent analyses. The continuing decline of sequencing costs has led to an ever-improving resolution of the Hi-C data, resulting in very large matrices of chromatin contacts. Such large-size matrices, however, pose a great challenge on the memory usage and speed of its normalization. Therefore, there is an urgent need for fast and memory-efficient methods for normalization of Hi-C data. We developed Hi-Corrector, an easy-to-use, open source implementation of the Hi-C data normalization algorithm. Its salient features are (i) scalability-the software is capable of normalizing Hi-C data of any size in reasonable times; (ii) memory efficiency-the sequential version can run on any single computer with very limited memory, no matter how little; (iii) fast speed-the parallel version can run very fast on multiple computing nodes with limited local memory. The sequential version is implemented in ANSI C and can be easily compiled on any system; the parallel version is implemented in ANSI C with the MPI library (a standardized and portable parallel environment designed for solving large-scale scientific problems). The package is freely available at http://zhoulab.usc.edu/Hi-Corrector/. © The Author 2014. Published by Oxford University Press.

  17. Free, cross-platform gRaphical software

    DEFF Research Database (Denmark)

    Dethlefsen, Claus

    2006-01-01

    -recursive graphical models, and models defined using the BUGS language. Today, there exists a wide range of packages to support the analysis of data using graphical models. Here, we focus on Open Source software, making it possible to extend the functionality by integrating these packages into more general tools. We...... will attempt to give an overview of the available Open Source software, with focus on the gR project. This project was launched in 2002 to make facilities in R for graphical modelling. Several R packages have been developed within the gR project both for display and analysis of graphical models...

  18. AN ADA LINEAR ALGEBRA PACKAGE MODELED AFTER HAL/S

    Science.gov (United States)

    Klumpp, A. R.

    1994-01-01

    This package extends the Ada programming language to include linear algebra capabilities similar to those of the HAL/S programming language. The package is designed for avionics applications such as Space Station flight software. In addition to the HAL/S built-in functions, the package incorporates the quaternion functions used in the Shuttle and Galileo projects, and routines from LINPAK that solve systems of equations involving general square matrices. Language conventions in this package follow those of HAL/S to the maximum extent practical and minimize the effort required for writing new avionics software and translating existent software into Ada. Valid numeric types in this package include scalar, vector, matrix, and quaternion declarations. (Quaternions are fourcomponent vectors used in representing motion between two coordinate frames). Single precision and double precision floating point arithmetic is available in addition to the standard double precision integer manipulation. Infix operators are used instead of function calls to define dot products, cross products, quaternion products, and mixed scalar-vector, scalar-matrix, and vector-matrix products. The package contains two generic programs: one for floating point, and one for integer. The actual component type is passed as a formal parameter to the generic linear algebra package. The procedures for solving systems of linear equations defined by general matrices include GEFA, GECO, GESL, and GIDI. The HAL/S functions include ABVAL, UNIT, TRACE, DET, INVERSE, TRANSPOSE, GET, PUT, FETCH, PLACE, and IDENTITY. This package is written in Ada (Version 1.2) for batch execution and is machine independent. The linear algebra software depends on nothing outside the Ada language except for a call to a square root function for floating point scalars (such as SQRT in the DEC VAX MATHLIB library). This program was developed in 1989, and is a copyrighted work with all copyright vested in NASA.

  19. The Use of Utility Accounting Software at Miami University.

    Science.gov (United States)

    Wenner, Paul

    1999-01-01

    Describes how Miami University successfully developed an accounting software package that tracked and recorded their utility usage, including examples of its graphics and reporting components. Background information examining the decision to pursue an energy management software package is included. (GR)

  20. schoRsch: An R package for analyzing and reporting factorial experiments

    OpenAIRE

    Pfister, Roland; Janczyk, Markus

    2016-01-01

    The schoRsch package aims at improving the usability of the open-source software R for researchers in psychology and related disciplines. It provides easy-to-use functions to format the results of typical tests used in psychology and related fields according to the current style guidelines of the American Psychological Association (APA). These and several other convenience functions, allow for efficient data analysis and aim at expediting the workflow when reporting test results in scientific...