WorldWideScience

Sample records for high efficiency file

  1. Extending DIRAC File Management with Erasure-Coding for efficient storage

    CERN Document Server

    Skipsey, Samuel Cadellin; Britton, David; Crooks, David; Roy, Gareth

    2015-01-01

    The state of the art in Grid style data management is to achieve increased resilience of data via multiple complete replicas of data files across multiple storage endpoints. While this is effective, it is not the most space-efficient approach to resilience, especially when the reliability of individual storage endpoints is sufficiently high that only a few will be inactive at any point in time. We report on work performed as part of GridPP\\cite{GridPP}, extending the Dirac File Catalogue and file management interface to allow the placement of erasure-coded files: each file distributed as N identically-sized chunks of data striped across a vector of storage endpoints, encoded such that any M chunks can be lost and the original file can be reconstructed. The tools developed are transparent to the user, and, as well as allowing up and downloading of data to Grid storage, also provide the possibility of parallelising access across all of the distributed chunks at once, improving data transfer and IO performance. ...

  2. Extending DIRAC File Management with Erasure-Coding for efficient storage.

    Science.gov (United States)

    Cadellin Skipsey, Samuel; Todev, Paulin; Britton, David; Crooks, David; Roy, Gareth

    2015-12-01

    The state of the art in Grid style data management is to achieve increased resilience of data via multiple complete replicas of data files across multiple storage endpoints. While this is effective, it is not the most space-efficient approach to resilience, especially when the reliability of individual storage endpoints is sufficiently high that only a few will be inactive at any point in time. We report on work performed as part of GridPP[1], extending the Dirac File Catalogue and file management interface to allow the placement of erasure-coded files: each file distributed as N identically-sized chunks of data striped across a vector of storage endpoints, encoded such that any M chunks can be lost and the original file can be reconstructed. The tools developed are transparent to the user, and, as well as allowing up and downloading of data to Grid storage, also provide the possibility of parallelising access across all of the distributed chunks at once, improving data transfer and IO performance. We expect this approach to be of most interest to smaller VOs, who have tighter bounds on the storage available to them, but larger (WLCG) VOs may be interested as their total data increases during Run 2. We provide an analysis of the costs and benefits of the approach, along with future development and implementation plans in this area. In general, overheads for multiple file transfers provide the largest issue for competitiveness of this approach at present.

  3. EFFICIENCY ANALYSIS OF HASHING METHODS FOR FILE SYSTEMS IN USER MODE

    Directory of Open Access Journals (Sweden)

    E. Y. Ivanov

    2013-05-01

    Full Text Available The article deals with characteristics and performance of interaction protocols between virtual file system and file system, their influence on processing power of microkernel operating systems. User mode implementation of ext2 file system for MINIX 3 OS is used to show that in microkernel operating systems file object identification time might increase up to 26 times in comparison with monolithic systems. Therefore, we present efficiency analysis of various hashing methods for file systems, running in user mode. Studies have shown that using hashing methods recommended in this paper it is possible to achieve competitive performance of the considered component of I/O stacks in microkernel and monolithic operating systems.

  4. Zebra: A striped network file system

    Science.gov (United States)

    Hartman, John H.; Ousterhout, John K.

    1992-01-01

    The design of Zebra, a striped network file system, is presented. Zebra applies ideas from log-structured file system (LFS) and RAID research to network file systems, resulting in a network file system that has scalable performance, uses its servers efficiently even when its applications are using small files, and provides high availability. Zebra stripes file data across multiple servers, so that the file transfer rate is not limited by the performance of a single server. High availability is achieved by maintaining parity information for the file system. If a server fails its contents can be reconstructed using the contents of the remaining servers and the parity information. Zebra differs from existing striped file systems in the way it stripes file data: Zebra does not stripe on a per-file basis; instead it stripes the stream of bytes written by each client. Clients write to the servers in units called stripe fragments, which are analogous to segments in an LFS. Stripe fragments contain file blocks that were written recently, without regard to which file they belong. This method of striping has numerous advantages over per-file striping, including increased server efficiency, efficient parity computation, and elimination of parity update.

  5. Efficient analysis and extraction of MS/MS result data from Mascot™ result files

    Directory of Open Access Journals (Sweden)

    Sickmann Albert

    2005-12-01

    Full Text Available Abstract Background Mascot™ is a commonly used protein identification program for MS as well as for tandem MS data. When analyzing huge shotgun proteomics datasets with Mascot™'s native tools, limits of computing resources are easily reached. Up to now no application has been available as open source that is capable of converting the full content of Mascot™ result files from the original MIME format into a database-compatible tabular format, allowing direct import into database management systems and efficient handling of huge datasets analyzed by Mascot™. Results A program called mres2x is presented, which reads Mascot™ result files, analyzes them and extracts either selected or all information in order to store it in a single file or multiple files in formats which are easier to handle downstream of Mascot™. It generates different output formats. The output of mres2x in tab format is especially designed for direct high-performance import into relational database management systems using native tools of these systems. Having the data available in database management systems allows complex queries and extensive analysis. In addition, the original peak lists can be extracted in DTA format suitable for protein identification using the Sequest™ program, and the Mascot™ files can be split, preserving the original data format. During conversion, several consistency checks are performed. mres2x is designed to provide high throughput processing combined with the possibility to be driven by other computer programs. The source code including supplement material and precompiled binaries is available via http://www.protein-ms.de and http://sourceforge.net/projects/protms/. Conclusion The database upload allows regrouping of the MS/MS results using a database management system and complex analyzing queries using SQL without the need to run new Mascot™ searches when changing grouping parameters.

  6. Identification of high-efficiency 3′GG gRNA motifs in indexed FASTA files with ngg2

    Directory of Open Access Journals (Sweden)

    Elisha D. Roberson

    2015-11-01

    Full Text Available CRISPR/Cas9 is emerging as one of the most-used methods of genome modification in organisms ranging from bacteria to human cells. However, the efficiency of editing varies tremendously site-to-site. A recent report identified a novel motif, called the 3′GG motif, which substantially increases the efficiency of editing at all sites tested in C. elegans. Furthermore, they highlighted that previously published gRNAs with high editing efficiency also had this motif. I designed a Python command-line tool, ngg2, to identify 3′GG gRNA sites from indexed FASTA files. As a proof-of-concept, I screened for these motifs in six model genomes: Saccharomyces cerevisiae, Caenorhabditis elegans, Drosophila melanogaster, Danio rerio, Mus musculus, and Homo sapiens. I also scanned the genomes of pig (Sus scrofa and African elephant (Loxodonta africana to demonstrate the utility in non-model organisms. I identified more than 60 million single match 3′GG motifs in these genomes. Greater than 61% of all protein coding genes in the reference genomes had at least one unique 3′GG gRNA site overlapping an exon. In particular, more than 96% of mouse and 93% of human protein coding genes have at least one unique, overlapping 3′GG gRNA. These identified sites can be used as a starting point in gRNA selection, and the ngg2 tool provides an important ability to identify 3′GG editing sites in any species with an available genome sequence.

  7. Data vaults: a database welcome to scientific file repositories

    NARCIS (Netherlands)

    Ivanova, M.; Kargın, Y.; Kersten, M.; Manegold, S.; Zhang, Y.; Datcu, M.; Espinoza Molina, D.

    2013-01-01

    Efficient management and exploration of high-volume scientific file repositories have become pivotal for advancement in science. We propose to demonstrate the Data Vault, an extension of the database system architecture that transparently opens scientific file repositories for efficient in-database

  8. RAMA: A file system for massively parallel computers

    Science.gov (United States)

    Miller, Ethan L.; Katz, Randy H.

    1993-01-01

    This paper describes a file system design for massively parallel computers which makes very efficient use of a few disks per processor. This overcomes the traditional I/O bottleneck of massively parallel machines by storing the data on disks within the high-speed interconnection network. In addition, the file system, called RAMA, requires little inter-node synchronization, removing another common bottleneck in parallel processor file systems. Support for a large tertiary storage system can easily be integrated in lo the file system; in fact, RAMA runs most efficiently when tertiary storage is used.

  9. Data Vaults: a Database Welcome to Scientific File Repositories

    NARCIS (Netherlands)

    M.G. Ivanova (Milena); Y. Kargin (Yagiz); M.L. Kersten (Martin); S. Manegold (Stefan); Y. Zhang (Ying); M. Datcu (Mihai); D. Espinoza Molina

    2013-01-01

    textabstractEfficient management and exploration of high-volume scientific file repositories have become pivotal for advancement in science. We propose to demonstrate the Data Vault, an extension of the database system architecture that transparently opens scientific file repositories for efficient

  10. High School and Beyond: Twins and Siblings' File Users' Manual, User's Manual for Teacher Comment File, Friends File Users' Manual.

    Science.gov (United States)

    National Center for Education Statistics (ED), Washington, DC.

    These three users' manuals are for specific files of the High School and Beyond Study, a national longitudinal study of high school sophomores and seniors in 1980. The three files are computerized databases that are available on magnetic tape. As one component of base year data collection, information identifying twins, triplets, and some non-twin…

  11. An Efficient Format for Nearly Constant-Time Access to Arbitrary Time Intervals in Large Trace Files

    Directory of Open Access Journals (Sweden)

    Anthony Chan

    2008-01-01

    Full Text Available A powerful method to aid in understanding the performance of parallel applications uses log or trace files containing time-stamped events and states (pairs of events. These trace files can be very large, often hundreds or even thousands of megabytes. Because of the cost of accessing and displaying such files, other methods are often used that reduce the size of the tracefiles at the cost of sacrificing detail or other information. This paper describes a hierarchical trace file format that provides for display of an arbitrary time window in a time independent of the total size of the file and roughly proportional to the number of events within the time window. This format eliminates the need to sacrifice data to achieve a smaller trace file size (since storage is inexpensive, it is necessary only to make efficient use of bandwidth to that storage. The format can be used to organize a trace file or to create a separate file of annotations that may be used with conventional trace files. We present an analysis of the time to access all of the events relevant to an interval of time and we describe experiments demonstrating the performance of this file format.

  12. Athos: Efficient Authentication of Outsourced File Systems

    DEFF Research Database (Denmark)

    Triandopoulos, Nikolaos; Goodrich, Michael T.; Papamanthou, Charalampos

    2008-01-01

    We study the problem of authenticated storage, where we wish to construct protocols that allow to outsource any complex file system to an untrusted server and yet ensure the file-system's integrity. We introduce Athos, a new, platform-independent and user-transparent architecture for authenticated...

  13. The Galley Parallel File System

    Science.gov (United States)

    Nieuwejaar, Nils; Kotz, David

    1996-01-01

    Most current multiprocessor file systems are designed to use multiple disks in parallel, using the high aggregate bandwidth to meet the growing I/0 requirements of parallel scientific applications. Many multiprocessor file systems provide applications with a conventional Unix-like interface, allowing the application to access multiple disks transparently. This interface conceals the parallelism within the file system, increasing the ease of programmability, but making it difficult or impossible for sophisticated programmers and libraries to use knowledge about their I/O needs to exploit that parallelism. In addition to providing an insufficient interface, most current multiprocessor file systems are optimized for a different workload than they are being asked to support. We introduce Galley, a new parallel file system that is intended to efficiently support realistic scientific multiprocessor workloads. We discuss Galley's file structure and application interface, as well as the performance advantages offered by that interface.

  14. Strategy on review method for JENDL High Energy File

    Energy Technology Data Exchange (ETDEWEB)

    Yamano, Naoki [Sumitomo Atomic Energy Industries Ltd., Tokyo (Japan)

    1998-11-01

    Status on review method and problems for a High Energy File of Japanese Evaluated Nuclear Data Library (JENDL-HE File) has been described. Measurements on differential and integral data relevant to the review work for the JENDL-HE File have been examined from a viewpoint of data quality and applicability. In order to achieve the work effectively, strategy on development of standard review method has been discussed as well as necessity of tools to be used in the review scheme. (author)

  15. MMTF-An efficient file format for the transmission, visualization, and analysis of macromolecular structures.

    Directory of Open Access Journals (Sweden)

    Anthony R Bradley

    2017-06-01

    Full Text Available Recent advances in experimental techniques have led to a rapid growth in complexity, size, and number of macromolecular structures that are made available through the Protein Data Bank. This creates a challenge for macromolecular visualization and analysis. Macromolecular structure files, such as PDB or PDBx/mmCIF files can be slow to transfer, parse, and hard to incorporate into third-party software tools. Here, we present a new binary and compressed data representation, the MacroMolecular Transmission Format, MMTF, as well as software implementations in several languages that have been developed around it, which address these issues. We describe the new format and its APIs and demonstrate that it is several times faster to parse, and about a quarter of the file size of the current standard format, PDBx/mmCIF. As a consequence of the new data representation, it is now possible to visualize structures with millions of atoms in a web browser, keep the whole PDB archive in memory or parse it within few minutes on average computers, which opens up a new way of thinking how to design and implement efficient algorithms in structural bioinformatics. The PDB archive is available in MMTF file format through web services and data that are updated on a weekly basis.

  16. Adding Data Management Services to Parallel File Systems

    Energy Technology Data Exchange (ETDEWEB)

    Brandt, Scott [Univ. of California, Santa Cruz, CA (United States)

    2015-03-04

    The objective of this project, called DAMASC for “Data Management in Scientific Computing”, is to coalesce data management with parallel file system management to present a declarative interface to scientists for managing, querying, and analyzing extremely large data sets efficiently and predictably. Managing extremely large data sets is a key challenge of exascale computing. The overhead, energy, and cost of moving massive volumes of data demand designs where computation is close to storage. In current architectures, compute/analysis clusters access data in a physically separate parallel file system and largely leave it scientist to reduce data movement. Over the past decades the high-end computing community has adopted middleware with multiple layers of abstractions and specialized file formats such as NetCDF-4 and HDF5. These abstractions provide a limited set of high-level data processing functions, but have inherent functionality and performance limitations: middleware that provides access to the highly structured contents of scientific data files stored in the (unstructured) file systems can only optimize to the extent that file system interfaces permit; the highly structured formats of these files often impedes native file system performance optimizations. We are developing Damasc, an enhanced high-performance file system with native rich data management services. Damasc will enable efficient queries and updates over files stored in their native byte-stream format while retaining the inherent performance of file system data storage via declarative queries and updates over views of underlying files. Damasc has four key benefits for the development of data-intensive scientific code: (1) applications can use important data-management services, such as declarative queries, views, and provenance tracking, that are currently available only within database systems; (2) the use of these services becomes easier, as they are provided within a familiar file

  17. High-Performance, Multi-Node File Copies and Checksums for Clustered File Systems

    Science.gov (United States)

    Kolano, Paul Z.; Ciotti, Robert B.

    2012-01-01

    Modern parallel file systems achieve high performance using a variety of techniques, such as striping files across multiple disks to increase aggregate I/O bandwidth and spreading disks across multiple servers to increase aggregate interconnect bandwidth. To achieve peak performance from such systems, it is typically necessary to utilize multiple concurrent readers/writers from multiple systems to overcome various singlesystem limitations, such as number of processors and network bandwidth. The standard cp and md5sum tools of GNU coreutils found on every modern Unix/Linux system, however, utilize a single execution thread on a single CPU core of a single system, and hence cannot take full advantage of the increased performance of clustered file systems. Mcp and msum are drop-in replacements for the standard cp and md5sum programs that utilize multiple types of parallelism and other optimizations to achieve maximum copy and checksum performance on clustered file systems. Multi-threading is used to ensure that nodes are kept as busy as possible. Read/write parallelism allows individual operations of a single copy to be overlapped using asynchronous I/O. Multinode cooperation allows different nodes to take part in the same copy/checksum. Split-file processing allows multiple threads to operate concurrently on the same file. Finally, hash trees allow inherently serial checksums to be performed in parallel. Mcp and msum provide significant performance improvements over standard cp and md5sum using multiple types of parallelism and other optimizations. The total speed-ups from all improvements are significant. Mcp improves cp performance over 27x, msum improves md5sum performance almost 19x, and the combination of mcp and msum improves verified copies via cp and md5sum by almost 22x. These improvements come in the form of drop-in replacements for cp and md5sum, so are easily used and are available for download as open source software at http://mutil.sourceforge.net.

  18. Non-POSIX File System for LHCb Online Event Handling

    CERN Document Server

    Garnier, J C; Cherukuwada, S S

    2011-01-01

    LHCb aims to use its O(20000) CPU cores in the high level trigger (HLT) and its 120 TB Online storage system for data reprocessing during LHC shutdown periods. These periods can last a few days for technical maintenance or only a few hours during beam interfill gaps. These jobs run on files which are staged in from tape storage to the local storage buffer. The result are again one or more files. Efficient file writing and reading is essential for the performance of the system. Rather than using a traditional shared file-system such as NFS or CIFS we have implemented a custom, light-weight, non-Posix network file-system for the handling of these files. Streaming this file-system for the data-access allows to obtain high performance, while at the same time keep the resource consumption low and add nice features not found in NFS such as high-availability, transparent fail-over of the read and write service. The writing part of this streaming service is in successful use for the Online, real-time writing of the d...

  19. Storage of sparse files using parallel log-structured file system

    Science.gov (United States)

    Bent, John M.; Faibish, Sorin; Grider, Gary; Torres, Aaron

    2017-11-07

    A sparse file is stored without holes by storing a data portion of the sparse file using a parallel log-structured file system; and generating an index entry for the data portion, the index entry comprising a logical offset, physical offset and length of the data portion. The holes can be restored to the sparse file upon a reading of the sparse file. The data portion can be stored at a logical end of the sparse file. Additional storage efficiency can optionally be achieved by (i) detecting a write pattern for a plurality of the data portions and generating a single patterned index entry for the plurality of the patterned data portions; and/or (ii) storing the patterned index entries for a plurality of the sparse files in a single directory, wherein each entry in the single directory comprises an identifier of a corresponding sparse file.

  20. Performance of the Galley Parallel File System

    Science.gov (United States)

    Nieuwejaar, Nils; Kotz, David

    1996-01-01

    As the input/output (I/O) needs of parallel scientific applications increase, file systems for multiprocessors are being designed to provide applications with parallel access to multiple disks. Many parallel file systems present applications with a conventional Unix-like interface that allows the application to access multiple disks transparently. This interface conceals the parallism within the file system, which increases the ease of programmability, but makes it difficult or impossible for sophisticated programmers and libraries to use knowledge about their I/O needs to exploit that parallelism. Furthermore, most current parallel file systems are optimized for a different workload than they are being asked to support. We introduce Galley, a new parallel file system that is intended to efficiently support realistic parallel workloads. Initial experiments, reported in this paper, indicate that Galley is capable of providing high-performance 1/O to applications the applications that rely on them. In Section 3 we describe that access data in patterns that have been observed to be common.

  1. LHCB: Non-POSIX File System for the LHCB Online Event Handling

    CERN Multimedia

    Garnier, J-C; Cherukuwada, S S

    2010-01-01

    LHCb aims to use its O(20000) CPU cores in the High Level Trigger (HLT) and its 120 TB Online storage system for data reprocessing during LHC shutdown periods. These periods can last between a few days and several weeks during the winter shutdown or even only a few hours during beam interfill gaps. These jobs run on files which are staged in from tape storage to the local storage buffer. The result are again one or more files. Efficient file writing and reading is essential for the performance of the system. Rather than using a traditional shared filesystem such as NFS or CIFS we have implemented a custom, light-weight, non-Posix file-system for the handling of these files. Streaming this filesystem for the data-access allows to obtain high performance, while at the same time keep the resource consumption low and add nice features not found in NFS such as high-availability, transparent failover of the read and write service. The writing part of this file-system is in successful use for the Online, real-time w...

  2. Algorithms and file structures for computational geometry

    International Nuclear Information System (INIS)

    Hinrichs, K.; Nievergelt, J.

    1983-01-01

    Algorithms for solving geometric problems and file structures for storing large amounts of geometric data are of increasing importance in computer graphics and computer-aided design. As examples of recent progress in computational geometry, we explain plane-sweep algorithms, which solve various topological and geometric problems efficiently; and we present the grid file, an adaptable, symmetric multi-key file structure that provides efficient access to multi-dimensional data along any space dimension. (orig.)

  3. High School and Beyond Transcripts Survey (1982). Data File User's Manual. Contractor Report.

    Science.gov (United States)

    Jones, Calvin; And Others

    This data file user's manual documents the procedures used to collect and process high school transcripts for a large sample of the younger cohort (1980 sophomores) in the High School and Beyond survey. The manual provides the user with the technical assistance needed to use the computer file and also discusses the following: (1) sample design for…

  4. Status of JENDL High Energy File. Evaluation method, tools, specification, release procedure, etc

    Energy Technology Data Exchange (ETDEWEB)

    Fukahori, Tokio [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    1998-11-01

    The ENDF-6 format file should be kept as a standard distribution file and it is not difficult to convert into some other form for code`s libraries. From this point of view, status of JENDL High Energy File is introduced in this report as well as evaluation strategy, recommended specification, stored nuclides and quantities, a format structure, evaluation methods and tools, and release plan. (author)

  5. Inter-comparison of High Energy Files (neutron-induced, from 20 to 150 MeV)

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Young-Ouk; Fukahori, Tokio [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    1998-11-01

    Recent new applications using accelerator-driven system require well-tested nuclear data when modeling the interaction of neutrons above 20 MeV. This work is aimed to review evaluation methods applied in currently available neutron high energy files above 20 to 150 MeV, to inter-compare their evaluated cross sections on some important isotopes, and to analyze resulting discrepancies. Through out these, integrities and consistencies of the high energy files are checked, applicability of physics models and evaluation methodologies are assessed, and some directions are derived to improve and expand current JENDL High Energy File. (author)

  6. Efficiency of the Self Adjusting File, WaveOne, Reciproc, ProTaper and hand files in root canal debridement.

    Science.gov (United States)

    Topcu, K Meltem; Karatas, Ertugrul; Ozsu, Damla; Ersoy, Ibrahim

    2014-07-01

    The aim of this study was to compare the canal debridement capabilities of three single file systems, ProTaper, and K-files in oval-shaped canals. Seventy-five extracted human mandibular central incisors with oval-shaped root canals were selected. A radiopaque contrast medium (Metapex; Meta Biomed Co. Ltd., Chungcheongbuk-do, Korea) was introduced into the canal systems and the self-adjusting file (SAF), WaveOne, Reciproc, ProTaper, and K-files were used for the instrumentation of the canals. The percentage of removed contrast medium was calculated using pre- and post-operative radiographs. An overall comparison between the groups revealed that the hand file (HF) and SAF groups presented the lowest percentage of removed contrast medium, whereas the WaveOne group showed the highest percentage (P ProTaper group removed more contrast medium than the SAF and HF groups (P < 0.05). None of the instruments was able to remove the contrast medium completely. WaveOne performed significantly better than other groups.

  7. Catching errors with patient-specific pretreatment machine log file analysis.

    Science.gov (United States)

    Rangaraj, Dharanipathy; Zhu, Mingyao; Yang, Deshan; Palaniswaamy, Geethpriya; Yaddanapudi, Sridhar; Wooten, Omar H; Brame, Scott; Mutic, Sasa

    2013-01-01

    A robust, efficient, and reliable quality assurance (QA) process is highly desired for modern external beam radiation therapy treatments. Here, we report the results of a semiautomatic, pretreatment, patient-specific QA process based on dynamic machine log file analysis clinically implemented for intensity modulated radiation therapy (IMRT) treatments delivered by high energy linear accelerators (Varian 2100/2300 EX, Trilogy, iX-D, Varian Medical Systems Inc, Palo Alto, CA). The multileaf collimator machine (MLC) log files are called Dynalog by Varian. Using an in-house developed computer program called "Dynalog QA," we automatically compare the beam delivery parameters in the log files that are generated during pretreatment point dose verification measurements, with the treatment plan to determine any discrepancies in IMRT deliveries. Fluence maps are constructed and compared between the delivered and planned beams. Since clinical introduction in June 2009, 912 machine log file analyses QA were performed by the end of 2010. Among these, 14 errors causing dosimetric deviation were detected and required further investigation and intervention. These errors were the result of human operating mistakes, flawed treatment planning, and data modification during plan file transfer. Minor errors were also reported in 174 other log file analyses, some of which stemmed from false positives and unreliable results; the origins of these are discussed herein. It has been demonstrated that the machine log file analysis is a robust, efficient, and reliable QA process capable of detecting errors originating from human mistakes, flawed planning, and data transfer problems. The possibility of detecting these errors is low using point and planar dosimetric measurements. Copyright © 2013 American Society for Radiation Oncology. Published by Elsevier Inc. All rights reserved.

  8. K-file vs ProFiles in cleaning capacity and instrumentation time in primary molar root canals: An in vitro study

    Directory of Open Access Journals (Sweden)

    N Madan

    2011-01-01

    Full Text Available Objectives: This study compares the efficiency of manual K-files and rotary ProFiles in cleaning capacity and instrumentation time in primary molar root canals. Materials and Methods: Seventy-five maxillary and mandibular primary molar root canals were instrumented with ProFiles and K-files in the step-back manner from size #10 to #40. The teeth were decalcified, dehydrated and cleared, and analyzed for the presence of dye remaining on the root canal walls, which served as an evidence of cleaning capacity of both the techniques. Results: The results showed a significant difference in the cleaning capacity of the root canals with ProFiles and K-files, in apical and coronal thirds of the root canal. ProFiles have been found to be more efficient in cleaning the coronal thirds and K-files in cleaning apical thirds of the root canals. Both the techniques were almost equally effective in cleaning the middle thirds of the canals. The time taken during the cleaning of the root canals appeared to be statistically shorter with K-files than profiles.

  9. An improved algorithm to convert CAD model to MCNP geometry model based on STEP file

    International Nuclear Information System (INIS)

    Zhou, Qingguo; Yang, Jiaming; Wu, Jiong; Tian, Yanshan; Wang, Junqiong; Jiang, Hai; Li, Kuan-Ching

    2015-01-01

    Highlights: • Fully exploits common features of cells, making the processing efficient. • Accurately provide the cell position. • Flexible to add new parameters in the structure. • Application of novel structure in INP file processing, conveniently evaluate cell location. - Abstract: MCNP (Monte Carlo N-Particle Transport Code) is a general-purpose Monte Carlo N-Particle code that can be used for neutron, photon, electron, or coupled neutron/photon/electron transport. Its input file, the INP file, has the characteristics of complicated form and is error-prone when describing geometric models. Due to this, a conversion algorithm that can solve the problem by converting general geometric model to MCNP model during MCNP aided modeling is highly needed. In this paper, we revised and incorporated a number of improvements over our previous work (Yang et al., 2013), which was proposed and targeted after STEP file and INP file were analyzed. Results of experiments show that the revised algorithm is more applicable and efficient than previous work, with the optimized extraction of geometry and topology information of the STEP file, as well as the production efficiency of output INP file. This proposed research is promising, and serves as valuable reference for the majority of researchers involved with MCNP-related researches

  10. Experimental Analysis of File Transfer Rates over Wide-Area Dedicated Connections

    Energy Technology Data Exchange (ETDEWEB)

    Rao, Nageswara S. [ORNL; Liu, Qiang [ORNL; Sen, Satyabrata [ORNL; Hinkel, Gregory Carl [ORNL; Imam, Neena [ORNL; Foster, Ian [University of Chicago; Kettimuthu, R. [Argonne National Laboratory (ANL); Settlemyer, Bradley [Los Alamos National Laboratory (LANL); Wu, Qishi [University of Memphis; Yun, Daqing [Harrisburg University

    2016-12-01

    File transfers over dedicated connections, supported by large parallel file systems, have become increasingly important in high-performance computing and big data workflows. It remains a challenge to achieve peak rates for such transfers due to the complexities of file I/O, host, and network transport subsystems, and equally importantly, their interactions. We present extensive measurements of disk-to-disk file transfers using Lustre and XFS file systems mounted on multi-core servers over a suite of 10 Gbps emulated connections with 0-366 ms round trip times. Our results indicate that large buffer sizes and many parallel flows do not always guarantee high transfer rates. Furthermore, large variations in the measured rates necessitate repeated measurements to ensure confidence in inferences based on them. We propose a new method to efficiently identify the optimal joint file I/O and network transport parameters using a small number of measurements. We show that for XFS and Lustre with direct I/O, this method identifies configurations achieving 97% of the peak transfer rate while probing only 12% of the parameter space.

  11. Image Steganography of Multiple File Types with Encryption and Compression Algorithms

    Directory of Open Access Journals (Sweden)

    Ernest Andreigh C. Centina

    2017-05-01

    Full Text Available The goals of this study were to develop a system intended for securing files through the technique of image steganography integrated with cryptography by utilizing ZLIB Algorithm for compressing and decompressing secret files, DES Algorithm for encryption and decryption, and Least Significant Bit Algorithm for file embedding and extraction to avoid compromise on highly confidential files from exploits of unauthorized persons. Ensuing to this, the system is in acc ordance with ISO 9126 international quality standards. Every quality criteria of the system was evaluated by 10 Information Technology professionals, and the arithmetic Mean and Standard Deviation of the survey were computed. The result exhibits that m ost of them strongly agreed that the system is excellently effective based on Functionality, Reliability, Usability, Efficiency, Maintainability and Portability conformance to ISO 9126 standards. The system was found to be a useful tool for both governmen t agencies and private institutions for it could keep not only the message secret but also the existence of that particular message or file et maintaining the privacy of highly confidential and sensitive files from unauthorized access.

  12. File access prediction using neural networks.

    Science.gov (United States)

    Patra, Prashanta Kumar; Sahu, Muktikanta; Mohapatra, Subasish; Samantray, Ronak Kumar

    2010-06-01

    One of the most vexing issues in design of a high-speed computer is the wide gap of access times between the memory and the disk. To solve this problem, static file access predictors have been used. In this paper, we propose dynamic file access predictors using neural networks to significantly improve upon the accuracy, success-per-reference, and effective-success-rate-per-reference by using neural-network-based file access predictor with proper tuning. In particular, we verified that the incorrect prediction has been reduced from 53.11% to 43.63% for the proposed neural network prediction method with a standard configuration than the recent popularity (RP) method. With manual tuning for each trace, we are able to improve upon the misprediction rate and effective-success-rate-per-reference using a standard configuration. Simulations on distributed file system (DFS) traces reveal that exact fit radial basis function (RBF) gives better prediction in high end system whereas multilayer perceptron (MLP) trained with Levenberg-Marquardt (LM) backpropagation outperforms in system having good computational capability. Probabilistic and competitive predictors are the most suitable for work stations having limited resources to deal with and the former predictor is more efficient than the latter for servers having maximum system calls. Finally, we conclude that MLP with LM backpropagation algorithm has better success rate of file prediction than those of simple perceptron, last successor, stable successor, and best k out of m predictors.

  13. Verification of SIGACE code for generating ACE format cross-section files with continuous energy at high temperature

    International Nuclear Information System (INIS)

    Li Zhifeng; Yu Tao; Xie Jinsen; Qin Mian

    2012-01-01

    Based on the recently released ENDF/B-VII. 1 library, high temperature neutron cross-section files are generated through SIGACE code using low temperature ACE format files. To verify the processed ACE file of SIGACE, benchmark calculations are performed in this paper. The calculated results of selected ICT, standard CANDU assembly, LWR Doppler coefficient and SEFOR benchmarks are well conformed with reference value, which indicates that high temperature ACE files processed by SIGACE can be used in related neutronics calculations. (authors)

  14. Efficient stereoscopic contents file format on the basis of ISO base media file format

    Science.gov (United States)

    Kim, Kyuheon; Lee, Jangwon; Suh, Doug Young; Park, Gwang Hoon

    2009-02-01

    A lot of 3D contents haven been widely used for multimedia services, however, real 3D video contents have been adopted for a limited applications such as a specially designed 3D cinema. This is because of the difficulty of capturing real 3D video contents and the limitation of display devices available in a market. However, diverse types of display devices for stereoscopic video contents for real 3D video contents have been recently released in a market. Especially, a mobile phone with a stereoscopic camera has been released in a market, which provides a user as a consumer to have more realistic experiences without glasses, and also, as a content creator to take stereoscopic images or record the stereoscopic video contents. However, a user can only store and display these acquired stereoscopic contents with his/her own devices due to the non-existence of a common file format for these contents. This limitation causes a user not share his/her contents with any other users, which makes it difficult the relevant market to stereoscopic contents is getting expanded. Therefore, this paper proposes the common file format on the basis of ISO base media file format for stereoscopic contents, which enables users to store and exchange pure stereoscopic contents. This technology is also currently under development for an international standard of MPEG as being called as a stereoscopic video application format.

  15. Prototype of a file-based high-level trigger in CMS

    International Nuclear Information System (INIS)

    Bauer, G; Darlea, G-L; Gomez-Ceballos, G; Bawej, T; Chaze, O; Coarasa, J A; Deldicque, C; Dobson, M; Dupont, A; Gigi, D; Glege, F; Gomez-Reino, R; Hartl, C; Hegeman, J; Masetti, L; Behrens, U; Branson, J; Cittolin, S; Holzner, A; Erhan, S

    2014-01-01

    The DAQ system of the CMS experiment at the LHC is upgraded during the accelerator shutdown in 2013/14. To reduce the interdependency of the DAQ system and the high-level trigger (HLT), we investigate the feasibility of using a file-system-based HLT. Events of ∼1 MB size are built at the level-1 trigger rate of 100 kHz. The events are assembled by ∼50 builder units (BUs). Each BU writes the raw events at ∼2GB/s to a local file system shared with Q(10) filter-unit machines (FUs) running the HLT code. The FUs read the raw data from the file system, select Q(1%) of the events, and write the selected events together with monitoring meta-data back to a disk. This data is then aggregated over several steps and made available for offline reconstruction and online monitoring. We present the challenges, technical choices, and performance figures from the prototyping phase. In addition, the steps to the final system implementation will be discussed.

  16. Deceit: A flexible distributed file system

    Science.gov (United States)

    Siegel, Alex; Birman, Kenneth; Marzullo, Keith

    1989-01-01

    Deceit, a distributed file system (DFS) being developed at Cornell, focuses on flexible file semantics in relation to efficiency, scalability, and reliability. Deceit servers are interchangeable and collectively provide the illusion of a single, large server machine to any clients of the Deceit service. Non-volatile replicas of each file are stored on a subset of the file servers. The user is able to set parameters on a file to achieve different levels of availability, performance, and one-copy serializability. Deceit also supports a file version control mechanism. In contrast with many recent DFS efforts, Deceit can behave like a plain Sun Network File System (NFS) server and can be used by any NFS client without modifying any client software. The current Deceit prototype uses the ISIS Distributed Programming Environment for all communication and process group management, an approach that reduces system complexity and increases system robustness.

  17. A lightweight high availability strategy for Atlas LCG File Catalogs

    International Nuclear Information System (INIS)

    Martelli, Barbara; Salvo, Alessandro de; Anzellotti, Daniela; Rinaldi, Lorenzo; Cavalli, Alessandro; Pra, Stefano dal; Dell'Agnello, Luca; Gregori, Daniele; Prosperini, Andrea; Ricci, Pier Paolo; Sapunenko, Vladimir

    2010-01-01

    The LCG File Catalog is a key component of the LHC Computing Grid middleware [1], as it contains the mapping between Logical File Names and Physical File Names on the Grid. The Atlas computing model foresees multiple local LFC housed in each Tier-1 and Tier-0, containing all information about files stored in the regional cloud. As the local LFC contents are presently not replicated anywhere, this turns out in a dangerous single point of failure for all of the Atlas regional clouds. In order to solve this problem we propose a novel solution for high availability (HA) of Oracle based Grid services, obtained by composing an Oracle Data Guard deployment and a series of application level scripts. This approach has the advantage of being very easy to deploy and maintain, and represents a good candidate solution for all Tier-2s which are usually little centres with little manpower dedicated to service operations. We also present the results of a wide range of functionality and performance tests run on a test-bed having characteristics similar to the ones required for production. The test-bed consists of a failover deployment between the Italian LHC Tier-1 (INFN - CNAF) and an Atlas Tier-2 located at INFN - Roma1. Moreover, we explain how the proposed strategy can be deployed on the present Grid infrastructure, without requiring any change to the middleware and in a way that is totally transparent to end users and applications.

  18. WinSCP for Windows File Transfers | High-Performance Computing | NREL

    Science.gov (United States)

    WinSCP for Windows File Transfers WinSCP for Windows File Transfers WinSCP for can used to securely transfer files between your local computer running Microsoft Windows and a remote computer running Linux

  19. PC Graphic file programing

    International Nuclear Information System (INIS)

    Yang, Jin Seok

    1993-04-01

    This book gives description of basic of graphic knowledge and understanding and realization of graphic file form. The first part deals with graphic with graphic data, store of graphic data and compress of data, programing language such as assembling, stack, compile and link of program and practice and debugging. The next part mentions graphic file form such as Mac paint file, GEM/IMG file, PCX file, GIF file, and TIFF file, consideration of hardware like mono screen driver and color screen driver in high speed, basic conception of dithering and conversion of formality.

  20. Overview of Ecological Agriculture with High Efficiency

    OpenAIRE

    Huang, Guo-qin; Zhao, Qi-guo; Gong, Shao-lin; Shi, Qing-hua

    2012-01-01

    From the presentation, connotation, characteristics, principles, pattern, and technologies of ecological agriculture with high efficiency, we conduct comprehensive and systematic analysis and discussion of the theoretical and practical progress of ecological agriculture with high efficiency. (i) Ecological agriculture with high efficiency was first advanced in China in 1991. (ii) Ecological agriculture with high efficiency highlights "high efficiency", "ecology", and "combination". (iii) Ecol...

  1. Hierarchical remote data possession checking method based on massive cloud files

    Directory of Open Access Journals (Sweden)

    Ma Haifeng

    2017-06-01

    Full Text Available Cloud storage service enables users to migrate their data and applications to the cloud, which saves the local data maintenance and brings great convenience to the users. But in cloud storage, the storage servers may not be fully trustworthy. How to verify the integrity of cloud data with lower overhead for users has become an increasingly concerned problem. Many remote data integrity protection methods have been proposed, but these methods authenticated cloud files one by one when verifying multiple files. Therefore, the computation and communication overhead are still high. Aiming at this problem, a hierarchical remote data possession checking (hierarchical-remote data possession checking (H-RDPC method is proposed, which can provide efficient and secure remote data integrity protection and can support dynamic data operations. This paper gives the algorithm descriptions, security, and false negative rate analysis of H-RDPC. The security analysis and experimental performance evaluation results show that the proposed H-RDPC is efficient and reliable in verifying massive cloud files, and it has 32–81% improvement in performance compared with RDPC.

  2. DJFS: Providing Highly Reliable and High‐Performance File System with Small‐Sized

    Directory of Open Access Journals (Sweden)

    Junghoon Kim

    2017-11-01

    Full Text Available File systems and applications try to implement their own update protocols to guarantee data consistency, which is one of the most crucial aspects of computing systems. However, we found that the storage devices are substantially under‐utilized when preserving data consistency because they generate massive storage write traffic with many disk cache flush operations and force‐unit‐access (FUA commands. In this paper, we present DJFS (Delta‐Journaling File System that provides both a high level of performance and data consistency for different applications. We made three technical contributions to achieve our goal. First, to remove all storage accesses with disk cache flush operations and FUA commands, DJFS uses small‐sized NVRAM for a file system journal. Second, to reduce the access latency and space requirements of NVRAM, DJFS attempts to journal compress the differences in the modified blocks. Finally, to relieve explicit checkpointing overhead, DJFS aggressively reflects the checkpoint transactions to file system area in the unit of the specified region. Our evaluation on TPC‐C SQLite benchmark shows that, using our novel optimization schemes, DJFS outperforms Ext4 by up to 64.2 times with only 128 MB of NVRAM.

  3. Files synchronization from a large number of insertions and deletions

    Science.gov (United States)

    Ellappan, Vijayan; Kumari, Savera

    2017-11-01

    Synchronization between different versions of files is becoming a major issue that most of the applications are facing. To make the applications more efficient a economical algorithm is developed from the previously used algorithm of “File Loading Algorithm”. I am extending this algorithm in three ways: First, dealing with non-binary files, Second backup is generated for uploaded files and lastly each files are synchronized with insertions and deletions. User can reconstruct file from the former file with minimizing the error and also provides interactive communication by eliminating the frequency without any disturbance. The drawback of previous system is overcome by using synchronization, in which multiple copies of each file/record is created and stored in backup database and is efficiently restored in case of any unwanted deletion or loss of data. That is, to introduce a protocol that user B may use to reconstruct file X from file Y with suitably low probability of error. Synchronization algorithms find numerous areas of use, including data storage, file sharing, source code control systems, and cloud applications. For example, cloud storage services such as Drop box synchronize between local copies and cloud backups each time users make changes to local versions. Similarly, synchronization tools are necessary in mobile devices. Specialized synchronization algorithms are used for video and sound editing. Synchronization tools are also capable of performing data duplication.

  4. Continuous energy cross section library for MCNP/MCNPX based on JENDL high energy file 2007. FXJH7

    International Nuclear Information System (INIS)

    Sasa, Toshinobu; Sugawara, Takanori; Fukahori, Tokio; Kosako, Kazuaki

    2008-11-01

    The latest JENDL High Energy File (JENDL/HE) was released in 2007 to respond the requirements of reaction data in high energy range up to several GeV to design accelerator facilities such as accelerator-driven systems and research complex like J-PARC. To apply the JENDL/HE-2007 file to the design study, the cross section library of FXJH7 series was constructed from the JENDL/HE file for the calculation using MCNP and MCNPX codes which are widely used in the field of nuclear reactors, fusion reactors, accelerator facilities, medical applications, and so on. In this report, the outline of the JENDL/HE-2007 file, modification of nuclear data processing code NJOY99, construction of FXJH7 library and test calculations for shielding and eigenvalue analyses are summarized. (author)

  5. Experiences on File Systems: Which is the best file system for you?

    CERN Document Server

    Blomer, J

    2015-01-01

    The distributed file system landscape is scattered. Besides a plethora of research file systems, there is also a large number of production grade file systems with various strengths and weaknesses. The file system, as an abstraction of permanent storage, is appealing because it provides application portability and integration with legacy and third-party applications, including UNIX utilities. On the other hand, the general and simple file system interface makes it notoriously difficult for a distributed file system to perform well under a variety of different workloads. This contribution provides a taxonomy of commonly used distributed file systems and points out areas of research and development that are particularly important for high-energy physics.

  6. JENDL special purpose file

    International Nuclear Information System (INIS)

    Nakagawa, Tsuneo

    1995-01-01

    In JENDL-3,2, the data on all the reactions having significant cross section over the neutron energy from 0.01 meV to 20 MeV are given for 340 nuclides. The object range of application extends widely, such as the neutron engineering, shield and others of fast reactors, thermal neutron reactors and nuclear fusion reactors. This is a general purpose data file. On the contrary to this, the file in which only the data required for a specific application field are collected is called special purpose file. The file for dosimetry is a typical special purpose file. The Nuclear Data Center, Japan Atomic Energy Research Institute, is making ten kinds of JENDL special purpose files. The files, of which the working groups of Sigma Committee are in charge, are listed. As to the format of the files, ENDF format is used similarly to JENDL-3,2. Dosimetry file, activation cross section file, (α, n) reaction data file, fusion file, actinoid file, high energy data file, photonuclear data file, PKA/KERMA file, gas production cross section file and decay data file are described on their contents, the course of development and their verification. Dosimetry file and gas production cross section file have been completed already. As for the others, the expected time of completion is shown. When these files are completed, they are opened to the public. (K.I.)

  7. Development of EDFSRS: evaluated data files storage and retrieval system

    International Nuclear Information System (INIS)

    Hasegawa, Akira

    1985-07-01

    EDFSRS: Evaluated Data Files Storage and Retrieval System has been developed, which is a complete service system for the evaluated nuclear data files compiled in the major three formats: ENDF/B, UKNDL and KEDAK. This system intends to give efficient loading and maintenance of evaluated nuclear data files to the data base administrators and efficient retrievals to their users not only with the easiness but with the best confidence. It can give users all of the information available in these major three formats. The system consists of more than fifteen independent programs and some 150 Mega byte data files and index files (data-base) of the loaded data. In addition it is designed to be operated in the on-line TSS (Time Sharing System) mode, so that users can get any information from their desk top terminals. This report is prepared as a reference manual of the EDFSRS. (author)

  8. Progress of OLED devices with high efficiency at high luminance

    Science.gov (United States)

    Nguyen, Carmen; Ingram, Grayson; Lu, Zhenghong

    2014-03-01

    Organic light emitting diodes (OLEDs) have progressed significantly over the last two decades. For years, OLEDs have been promoted as the next generation technology for flat panel displays and solid-state lighting due to their potential for high energy efficiency and dynamic range of colors. Although high efficiency can readily be obtained at low brightness levels, a significant decline at high brightness is commonly observed. In this report, we will review various strategies for achieving highly efficient phosphorescent OLED devices at high luminance. Specifically, we will provide details regarding the performance and general working principles behind each strategy. We will conclude by looking at how some of these strategies can be combined to produce high efficiency white OLEDs at high brightness.

  9. High-power, high-efficiency FELs

    International Nuclear Information System (INIS)

    Sessler, A.M.

    1989-04-01

    High power, high efficiency FELs require tapering, as the particles loose energy, so as to maintain resonance between the electromagnetic wave and the particles. They also require focusing of the particles (usually done with curved pole faces) and focusing of the electromagnetic wave (i.e. optical guiding). In addition, one must avoid transverse beam instabilities (primarily resistive wall) and longitudinal instabilities (i.e sidebands). 18 refs., 7 figs., 3 tabs

  10. Odysseus/DFS: Integration of DBMS and Distributed File System for Transaction Processing of Big Data

    OpenAIRE

    Kim, Jun-Sung; Whang, Kyu-Young; Kwon, Hyuk-Yoon; Song, Il-Yeol

    2014-01-01

    The relational DBMS (RDBMS) has been widely used since it supports various high-level functionalities such as SQL, schemas, indexes, and transactions that do not exist in the O/S file system. But, a recent advent of big data technology facilitates development of new systems that sacrifice the DBMS functionality in order to efficiently manage large-scale data. Those so-called NoSQL systems use a distributed file system, which support scalability and reliability. They support scalability of the...

  11. Design of housing file box of fire academy based on RFID

    Science.gov (United States)

    Li, Huaiyi

    2018-04-01

    This paper presents a design scheme of intelligent file box based on RFID. The advantages of RFID file box and traditional file box are compared and analyzed, and the feasibility of RFID file box design is analyzed based on the actual situation of our university. After introducing the shape and structure design of the intelligent file box, the paper discusses the working process of the file box, and explains in detail the internal communication principle of the RFID file box and the realization of the control system. The application of the RFID based file box will greatly improve the efficiency of our school's archives management.

  12. Huygens file service and storage architecture

    NARCIS (Netherlands)

    Bosch, H.G.P.; Mullender, Sape J.; Stabell-Kulo, Tage; Stabell-Kulo, Tage

    1993-01-01

    The Huygens file server is a high-performance file server which is able to deliver multi-media data in a timely manner while also providing clients with ordinary “Unix” like file I/O. The file server integrates client machines, file servers and tertiary storage servers in the same storage

  13. Huygens File Service and Storage Architecture

    NARCIS (Netherlands)

    Bosch, H.G.P.; Mullender, Sape J.; Stabell-Kulo, Tage; Stabell-Kulo, Tage

    1993-01-01

    The Huygens file server is a high-performance file server which is able to deliver multi-media data in a timely manner while also providing clients with ordinary “Unix” like file I/O. The file server integrates client machines, file servers and tertiary storage servers in the same storage

  14. PHOBINS: an index file of photon production cross section data and its utility code system

    International Nuclear Information System (INIS)

    Hasegawa, Akira; Koyama, Kinji; Ido, Masaru; Hotta, Masakazu; Miyasaka, Shun-ichi

    1978-08-01

    The code System PHOBINS developed for reference of photon production cross sections is described in detail. The system is intended to grasp the present status of photon production data and present the information of available data. It consists of four utility routines, CREA, UP-DT, REF and BACK, and data files. These utility routines are used for making an index file of the photon production cross sections, updating the index file, searching the index file and producing a back-up file of the index file. In the index file of the photon production cross sections, a data base system is employed for efficient data management in economical storage, ease of updating and efficient reference. The present report is a reference manual of PHOBINS. (author)

  15. Secure-Network-Coding-Based File Sharing via Device-to-Device Communication

    Directory of Open Access Journals (Sweden)

    Lei Wang

    2017-01-01

    Full Text Available In order to increase the efficiency and security of file sharing in the next-generation networks, this paper proposes a large scale file sharing scheme based on secure network coding via device-to-device (D2D communication. In our scheme, when a user needs to share data with others in the same area, the source node and all the intermediate nodes need to perform secure network coding operation before forwarding the received data. This process continues until all the mobile devices in the networks successfully recover the original file. The experimental results show that secure network coding is very feasible and suitable for such file sharing. Moreover, the sharing efficiency and security outperform traditional replication-based sharing scheme.

  16. High-efficiency airfoil rudders applied to submarines

    Directory of Open Access Journals (Sweden)

    ZHOU Yimei

    2017-03-01

    Full Text Available Modern submarine design puts forward higher and higher requirements for control surfaces, and this creates a requirement for designers to constantly innovate new types of rudder so as to improve the efficiency of control surfaces. Adopting the high-efficiency airfoil rudder is one of the most effective measures for improving the efficiency of control surfaces. In this paper, we put forward an optimization method for a high-efficiency airfoil rudder on the basis of a comparative analysis of the various strengths and weaknesses of the airfoil, and the numerical calculation method is adopted to analyze the influence rule of the hydrodynamic characteristics and wake field by using the high-efficiency airfoil rudder and the conventional NACA rudder comparatively; at the same time, a model load test in a towing tank was carried out, and the test results and simulation calculation obtained good consistency:the error between them was less than 10%. The experimental results show that the steerage of a high-efficiency airfoil rudder is increased by more than 40% when compared with the conventional rudder, but the total resistance is close:the error is no more than 4%. Adopting a high-efficiency airfoil rudder brings much greater lifting efficiency than the total resistance of the boat. The results show that high-efficiency airfoil rudder has obvious advantages for improving the efficiency of control, giving it good application prospects.

  17. A Comparative Study of the Use of Collocation in Iranian High School Textbooks and American English File Books

    Directory of Open Access Journals (Sweden)

    Mohsen Shahrokhi

    2014-05-01

    Full Text Available The present study investigates the extent to which lexical and grammatical collocations are used in Iranian high school English textbooks, compared with the American English File books. To achieve the purposes of this study, this study had to be carried out in two phases. In the first phase, the content of the instructional textbooks, that is, American English File book series, Book 2 and Iranian high school English Book 3, were analyzed to find the frequencies and proportions of the collocations used in the textbooks. Since the instructional textbooks used in the two teaching environments (i.e., Iranian high schools and language institutes were not equal with regard to the density of texts, from each textbook just the first 6000 words, content words as well as function words, were considered. Then, the frequencies of the collocations among the first 6000 words in high school English Book 3 and American English File Book 2 were determined.The results of the statistical analyses revealed that the two text book series differ marginally in terms of frequency and type of collocations. Major difference existed between them when it came to lexical collocations in American English File book 2.

  18. [Characteristics of phosphorus uptake and use efficiency of rice with high yield and high phosphorus use efficiency].

    Science.gov (United States)

    Li, Li; Zhang, Xi-Zhou; Li, Tinx-Xuan; Yu, Hai-Ying; Ji, Lin; Chen, Guang-Deng

    2014-07-01

    A total of twenty seven middle maturing rice varieties as parent materials were divided into four types based on P use efficiency for grain yield in 2011 by field experiment with normal phosphorus (P) application. The rice variety with high yield and high P efficiency was identified by pot experiment with normal and low P applications, and the contribution rates of various P efficiencies to yield were investigated in 2012. There were significant genotype differences in yield and P efficiency of the test materials. GRLu17/AiTTP//Lu17_2 (QR20) was identified as a variety with high yield and high P efficiency, and its yields at the low and normal rates of P application were 1.96 and 1.92 times of that of Yuxiang B, respectively. The contribution rate of P accumulation to yield was greater than that of P grain production efficiency and P harvest index across field and pot experiments. The contribution rates of P accumulation and P grain production efficiency to yield were not significantly different under the normal P condition, whereas obvious differences were observed under the low P condition (66.5% and 26.6%). The minimal contribution to yield was P harvest index (11.8%). Under the normal P condition, the contribution rates of P accumulation to yield and P harvest index were the highest at the jointing-heading stage, which were 93.4% and 85.7%, respectively. In addition, the contribution rate of P accumulation to grain production efficiency was 41.8%. Under the low P condition, the maximal contribution rates of P accumulation to yield and grain production efficiency were observed at the tillering-jointing stage, which were 56.9% and 20.1% respectively. Furthermore, the contribution rate of P accumulation to P harvest index was 16.0%. The yield, P accumulation, and P harvest index of QR20 significantly increased under the normal P condition by 20.6%, 18.1% and 18.2% respectively compared with that in the low P condition. The rank of the contribution rates of P

  19. High-Temperature High-Efficiency Solar Thermoelectric Generators

    Energy Technology Data Exchange (ETDEWEB)

    Baranowski, LL; Warren, EL; Toberer, ES

    2014-03-01

    Inspired by recent high-efficiency thermoelectric modules, we consider thermoelectrics for terrestrial applications in concentrated solar thermoelectric generators (STEGs). The STEG is modeled as two subsystems: a TEG, and a solar absorber that efficiently captures the concentrated sunlight and limits radiative losses from the system. The TEG subsystem is modeled using thermoelectric compatibility theory; this model does not constrain the material properties to be constant with temperature. Considering a three-stage TEG based on current record modules, this model suggests that 18% efficiency could be experimentally expected with a temperature gradient of 1000A degrees C to 100A degrees C. Achieving 15% overall STEG efficiency thus requires an absorber efficiency above 85%, and we consider two methods to achieve this: solar-selective absorbers and thermally insulating cavities. When the TEG and absorber subsystem models are combined, we expect that the STEG modeled here could achieve 15% efficiency with optical concentration between 250 and 300 suns.

  20. Efficient proof of ownership for cloud storage systems

    Science.gov (United States)

    Zhong, Weiwei; Liu, Zhusong

    2017-08-01

    Cloud storage system through the deduplication technology to save disk space and bandwidth, but the use of this technology has appeared targeted security attacks: the attacker can deceive the server to obtain ownership of the file by get the hash value of original file. In order to solve the above security problems and the different security requirements of the files in the cloud storage system, an efficient and information-theoretical secure proof of ownership sceme is proposed to support the file rating. Through the K-means algorithm to implement file rating, and use random seed technology and pre-calculation method to achieve safe and efficient proof of ownership scheme. Finally, the scheme is information-theoretical secure, and achieve better performance in the most sensitive areas of client-side I/O and computation.

  1. Series-Tuned High Efficiency RF-Power Amplifiers

    DEFF Research Database (Denmark)

    Vidkjær, Jens

    2008-01-01

    An approach to high efficiency RF-power amplifier design is presented. It addresses simultaneously efficiency optimization and peak voltage limitations when transistors are pushed towards their power limits.......An approach to high efficiency RF-power amplifier design is presented. It addresses simultaneously efficiency optimization and peak voltage limitations when transistors are pushed towards their power limits....

  2. High efficiency, long life terrestrial solar panel

    Science.gov (United States)

    Chao, T.; Khemthong, S.; Ling, R.; Olah, S.

    1977-01-01

    The design of a high efficiency, long life terrestrial module was completed. It utilized 256 rectangular, high efficiency solar cells to achieve high packing density and electrical output. Tooling for the fabrication of solar cells was in house and evaluation of the cell performance was begun. Based on the power output analysis, the goal of a 13% efficiency module was achievable.

  3. Building a parallel file system simulator

    International Nuclear Information System (INIS)

    Molina-Estolano, E; Maltzahn, C; Brandt, S A; Bent, J

    2009-01-01

    Parallel file systems are gaining in popularity in high-end computing centers as well as commercial data centers. High-end computing systems are expected to scale exponentially and to pose new challenges to their storage scalability in terms of cost and power. To address these challenges scientists and file system designers will need a thorough understanding of the design space of parallel file systems. Yet there exist few systematic studies of parallel file system behavior at petabyte- and exabyte scale. An important reason is the significant cost of getting access to large-scale hardware to test parallel file systems. To contribute to this understanding we are building a parallel file system simulator that can simulate parallel file systems at very large scale. Our goal is to simulate petabyte-scale parallel file systems on a small cluster or even a single machine in reasonable time and fidelity. With this simulator, file system experts will be able to tune existing file systems for specific workloads, scientists and file system deployment engineers will be able to better communicate workload requirements, file system designers and researchers will be able to try out design alternatives and innovations at scale, and instructors will be able to study very large-scale parallel file system behavior in the class room. In this paper we describe our approach and provide preliminary results that are encouraging both in terms of fidelity and simulation scalability.

  4. Comparison of cyclic fatigue life of nickel-titanium files: an examination using high-speed camera

    Directory of Open Access Journals (Sweden)

    Taha Özyürek

    2017-08-01

    Full Text Available Objectives To determine the actual revolutions per minute (rpm values and compare the cyclic fatigue life of Reciproc (RPC, VDW GmbH, WaveOne (WO, Dentsply Maillefer, and TF Adaptive (TFA, Axis/SybronEndo nickel-titanium (NiTi file systems using high-speed camera. Materials and Methods Twenty RPC R25 (25/0.08, 20 WO Primary (25/0.08, and 20 TFA ML 1 (25/0.08 files were employed in the present study. The cyclic fatigue tests were performed using a dynamic cyclic fatigue testing device, which has an artificial stainless steel canal with a 60° angle of curvature and a 5-mm radius of curvature. The files were divided into 3 groups (group 1, RPC R25 [RPC]; group 2, WO Primary [WO]; group 3, TF Adaptive ML 1 [TFA]. All the instruments were rotated until fracture during the cyclic fatigue test and slow-motion videos were captured using high-speed camera. The number of cycles to failure (NCF was calculated. The data were analyzed statistically using one-way analysis of variance (ANOVA, p < 0.05. Results The slow-motion videos were indicated that rpm values of the RPC, WO, and TFA groups were 180, 210, and 425, respectively. RPC (3,464.45 ± 487.58 and WO (3,257.63 ± 556.39 groups had significantly longer cyclic fatigue life compared with TFA (1,634.46 ± 300.03 group (p < 0.05. There was no significant difference in the mean length of the fractured fragments. Conclusions Within the limitation of the present study, RPC and WO NiTi files showed significantly longer cyclic fatigue life than TFA NiTi file.

  5. Automated quality control in a file-based broadcasting workflow

    Science.gov (United States)

    Zhang, Lina

    2014-04-01

    Benefit from the development of information and internet technologies, television broadcasting is transforming from inefficient tape-based production and distribution to integrated file-based workflows. However, no matter how many changes have took place, successful broadcasting still depends on the ability to deliver a consistent high quality signal to the audiences. After the transition from tape to file, traditional methods of manual quality control (QC) become inadequate, subjective, and inefficient. Based on China Central Television's full file-based workflow in the new site, this paper introduces an automated quality control test system for accurate detection of hidden troubles in media contents. It discusses the system framework and workflow control when the automated QC is added. It puts forward a QC criterion and brings forth a QC software followed this criterion. It also does some experiments on QC speed by adopting parallel processing and distributed computing. The performance of the test system shows that the adoption of automated QC can make the production effective and efficient, and help the station to achieve a competitive advantage in the media market.

  6. New highly efficient piezoceramic materials

    International Nuclear Information System (INIS)

    Dantsiger, A.Ya.; Razumovskaya, O.N.; Reznichenko, L.A.; Grineva, L.D.; Devlikanova, R.U.; Dudkina, S.I.; Gavrilyachenko, S.V.; Dergunova, N.V.

    1993-01-01

    New high efficient piezoceramic materials with various combination of parameters inclusing high Curie point for high-temperature transducers using in atomic power engineering are worked. They can be used in systems for heated matters nondestructive testing, controllers for varied industrial power plants and other high-temperature equipment

  7. Efficient Journaling for the Spider Storage System

    Energy Technology Data Exchange (ETDEWEB)

    Oral, H Sarp [ORNL; Wang, Feiyi [ORNL; Shipman, Galen M [ORNL; Dillow, David A [ORNL; Miller, Ross G [ORNL; Drokin, Oleg [ORNL

    2003-01-01

    Journaling is a widely used technique to increase file system robustness against meta data and/or data corruptions. While the overhead of journaling can be negligible for small-scale file systems, we found that two aspects of local back-end file system journaling significantly lower the overall performance of a large-scale parallel file system such as Lustre: extra head seeks and serialization of incoming client requests. Journal transactions reside on a separate area of the disk that the file data, and each commit of the journal requires a head seek. Incoming client requests become serialized and take a latency hit by waiting for a commit to occur before the reply is sent. In this paper we present two different approaches to increase the local back-end file system journaling efficiency, thus increasing the overall aggregate parallel file system efficiency. First, we present a hardware-based solution where a solid-state device is used as an external journaling device to minimize the disk head seek. Second, we introduce a software-based optimization to allow asynchronously commit multiple journal transactions on the local back-end file system to minimize the penalty of serialization. Both our solutions are experimentally tested on Oak Ridge National Laboratory's large-scale Spider storage system and our tests show that both methods nearly double the overall parallel write performance.

  8. High-efficiency cavity-dumped micro-chip Yb:YAG laser

    Science.gov (United States)

    Nishio, M.; Maruko, A.; Inoue, M.; Takama, M.; Matsubara, S.; Okunishi, H.; Kato, K.; Kyomoto, K.; Yoshida, T.; Shimabayashi, K.; Morioka, M.; Inayoshi, S.; Yamagata, S.; Kawato, S.

    2014-09-01

    High-efficiency cavity-dumped ytterbium-doped yttrium aluminum garnet (Yb:YAG) laser was developed. Although the high quantum efficiency of ytterbium-doped laser materials is appropriate for high-efficiency laser oscillation, the efficiency is decreased by their quasi-three/four laser natures. High gain operation by high intensity pumping is suitable for high efficiency oscillation on the quasi-three/four lasers without extremely low temperature cooling. In our group, highest efficiency oscillations for continuous wave, nanosecond to picosecond pulse lasers were achieved at room temperature by the high gain operation in which pump intensities were beyond 100 kW/cm2.

  9. Highly efficient high temperature electrolysis

    DEFF Research Database (Denmark)

    Hauch, Anne; Ebbesen, Sune; Jensen, Søren Højgaard

    2008-01-01

    High temperature electrolysis of water and steam may provide an efficient, cost effective and environmentally friendly production of H-2 Using electricity produced from sustainable, non-fossil energy sources. To achieve cost competitive electrolysis cells that are both high performing i.e. minimum...... internal resistance of the cell, and long-term stable, it is critical to develop electrode materials that are optimal for steam electrolysis. In this article electrolysis cells for electrolysis of water or steam at temperatures above 200 degrees C for production of H-2 are reviewed. High temperature...... electrolysis is favourable from a thermodynamic point of view, because a part of the required energy can be supplied as thermal heat, and the activation barrier is lowered increasing the H-2 production rate. Only two types of cells operating at high temperature (above 200 degrees C) have been described...

  10. Comparison of data file and storage configurations for efficient temporal access of satellite image data

    CSIR Research Space (South Africa)

    Bachoo, A

    2009-01-01

    Full Text Available . Traditional storage formats store such a series of images as a sequence of individual files, with each file internally storing the pixels in their spatial order. Consequently, the construction of a time series profile of a single pixel requires reading from...

  11. High Efficiency Power Converter for Low Voltage High Power Applications

    DEFF Research Database (Denmark)

    Nymand, Morten

    The topic of this thesis is the design of high efficiency power electronic dc-to-dc converters for high-power, low-input-voltage to high-output-voltage applications. These converters are increasingly required for emerging sustainable energy systems such as fuel cell, battery or photo voltaic based......, and remote power generation for light towers, camper vans, boats, beacons, and buoys etc. A review of current state-of-the-art is presented. The best performing converters achieve moderately high peak efficiencies at high input voltage and medium power level. However, system dimensioning and cost are often...

  12. Hadoop Tutorial - Efficient data ingestion

    CERN Multimedia

    CERN. Geneva; Baranowski, Zbigniew

    2016-01-01

    The Hadoop ecosystem is the leading opensource platform for distributed storage and processing of "big data". The Hadoop platform is available at CERN as a central service provided by the IT department. Real-time data ingestion to Hadoop ecosystem due to the system specificity is non-trivial process and requires some efforts (which is often underestimated) in order to make it efficient (low latency, optimize data placement, footprint on the cluster). In this tutorial attendees will learn about: The important aspects of storing the data in Hadoop Distributed File System (HDFS).  Data ingestion techniques and engines that are capable of shipping data to Hadoop in an efficient way. Setting up a full data ingestion flow into a Hadoop Distributed Files System from various sources (streaming, log files, databases) using the best practices and components available around the ecosystem (including Sqoop, Kite, Flume, Kafka...

  13. Development of an integrated filing system for endoscopic images.

    Science.gov (United States)

    Fujino, M A; Ikeda, M; Yamamoto, Y; Kinose, T; Tachikawa, H; Morozumi, A; Sano, S; Kojima, Y; Nakamura, T; Kawai, T

    1991-01-01

    A new integrated filing system for endoscopic images has been developed, comprising a main image filing system and subsystems located at different stations. A hybrid filing system made up of both digital and analog filing devices was introduced to construct this system that combines the merits of the two filing methods. Each subsystem provided with a video processor, is equipped with a digital filing device, and routine images were recorded in the analog image filing device of the main system. The use of a multi-input adapter enabled simultaneous input of analog images from up to 8 video processors. Recorded magneto-optical disks make it possible to recall the digital images at any station in the hospital; the disks are copied without image degradation and also utilised for image processing. This system promises reliable storage and integrated, efficient management of endoscopic information. It also costs less to install than the so-called PACS (picture archiving and communication system), which connects all the stations of the hospital using optical fiber cables.

  14. High Efficiency Room Air Conditioner

    Energy Technology Data Exchange (ETDEWEB)

    Bansal, Pradeep [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States)

    2015-01-01

    This project was undertaken as a CRADA project between UT-Battelle and Geberal Electric Company and was funded by Department of Energy to design and develop of a high efficiency room air conditioner. A number of novel elements were investigated to improve the energy efficiency of a state-of-the-art WAC with base capacity of 10,000 BTU/h. One of the major modifications was made by downgrading its capacity from 10,000 BTU/hr to 8,000 BTU/hr by replacing the original compressor with a lower capacity (8,000 BTU/hr) but high efficiency compressor having an EER of 9.7 as compared with 9.3 of the original compressor. However, all heat exchangers from the original unit were retained to provide higher EER. The other subsequent major modifications included- (i) the AC fan motor was replaced by a brushless high efficiency ECM motor along with its fan housing, (ii) the capillary tube was replaced with a needle valve to better control the refrigerant flow and refrigerant set points, and (iii) the unit was tested with a drop-in environmentally friendly binary mixture of R32 (90% molar concentration)/R125 (10% molar concentration). The WAC was tested in the environmental chambers at ORNL as per the design rating conditions of AHAM/ASHRAE (Outdoor- 95F and 40%RH, Indoor- 80F, 51.5%RH). All these modifications resulted in enhancing the EER of the WAC by up to 25%.

  15. Fast probabilistic file fingerprinting for big data.

    Science.gov (United States)

    Tretyakov, Konstantin; Laur, Sven; Smant, Geert; Vilo, Jaak; Prins, Pjotr

    2013-01-01

    Biological data acquisition is raising new challenges, both in data analysis and handling. Not only is it proving hard to analyze the data at the rate it is generated today, but simply reading and transferring data files can be prohibitively slow due to their size. This primarily concerns logistics within and between data centers, but is also important for workstation users in the analysis phase. Common usage patterns, such as comparing and transferring files, are proving computationally expensive and are tying down shared resources. We present an efficient method for calculating file uniqueness for large scientific data files, that takes less computational effort than existing techniques. This method, called Probabilistic Fast File Fingerprinting (PFFF), exploits the variation present in biological data and computes file fingerprints by sampling randomly from the file instead of reading it in full. Consequently, it has a flat performance characteristic, correlated with data variation rather than file size. We demonstrate that probabilistic fingerprinting can be as reliable as existing hashing techniques, with provably negligible risk of collisions. We measure the performance of the algorithm on a number of data storage and access technologies, identifying its strengths as well as limitations. Probabilistic fingerprinting may significantly reduce the use of computational resources when comparing very large files. Utilisation of probabilistic fingerprinting techniques can increase the speed of common file-related workflows, both in the data center and for workbench analysis. The implementation of the algorithm is available as an open-source tool named pfff, as a command-line tool as well as a C library. The tool can be downloaded from http://biit.cs.ut.ee/pfff.

  16. Topographic Features of Five K-file Brands in Iranian Market: A Scanning Electron Microscopic Study.

    Science.gov (United States)

    Shahravan, Arash; Gorjestani, Hedayat; Izadi, Arash; Mortazavi, Nazanin

    2018-01-01

    Endodontic files which are used to clean and shape the root canal space differ from each other regarding technical specifications. Recently, K-type files are repeatedly studied on their cutting efficiency. This study aims to evaluate the tip design and cutting efficiency of 5 brands of K-files, available in Iran dental market (naming Dentsply, Thomas, Mani, Perfect and Larmrose). In this descriptive study, topographic features of file tips were investigated by the scanning electron microscope (SEM). Those features included tip symmetry, tip design, tip angle, and the distance from the tip to the lowest flute. SEM images (×250 magnification) of files were prepared. Statistical tests (Fisher's exact test, Chi -square, ANOVA, and t test) were used and P brands. No significant differences were found with respect to distance from the file tip to the lowermost flute between different file brands of this study ( P =0.2, One way ANOVA). Dentsply and Mani files possessed the most symmetrical tips and greatest tip angles. With respect to tip length, all 5 brands were satisfactory. However, neither of 5 brands evaluated topographically were outstanding in every aspect.

  17. 40 CFR 761.71 - High efficiency boilers.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 30 2010-07-01 2010-07-01 false High efficiency boilers. 761.71... PROHIBITIONS Storage and Disposal § 761.71 High efficiency boilers. (a) To burn mineral oil dielectric fluid containing a PCB concentration of ≥50 ppm, but boiler shall comply with the following...

  18. Unconventional, High-Efficiency Propulsors

    DEFF Research Database (Denmark)

    Andersen, Poul

    1996-01-01

    The development of ship propellers has generally been characterized by search for propellers with as high efficiency as possible and at the same time low noise and vibration levels and little or no cavitation. This search has lead to unconventional propulsors, like vane-wheel propulsors, contra-r...

  19. Silvabase: A flexible data file management system

    Science.gov (United States)

    Lambing, Steven J.; Reynolds, Sandra J.

    1991-01-01

    The need for a more flexible and efficient data file management system for mission planning in the Mission Operations Laboratory (EO) at MSFC has spawned the development of Silvabase. Silvabase is a new data file structure based on a B+ tree data structure. This data organization allows for efficient forward and backward sequential reads, random searches, and appends to existing data. It also provides random insertions and deletions with reasonable efficiency, utilization of storage space well but not at the expense of speed, and performance of these functions on a large volume of data. Mission planners required that some data be keyed and manipulated in ways not found in a commercial product. Mission planning software is currently being converted to use Silvabase in the Spacelab and Space Station Mission Planning Systems. Silvabase runs on a Digital Equipment Corporation's popular VAX/VMS computers in VAX Fortran. Silvabase has unique features involving time histories and intervals such as in operations research. Because of its flexibility and unique capabilities, Silvabase could be used in almost any government or commercial application that requires efficient reads, searches, and appends in medium to large amounts of almost any kind of data.

  20. Study and development of a document file system with selective access

    International Nuclear Information System (INIS)

    Mathieu, Jean-Claude

    1974-01-01

    The objective of this research thesis was to design and to develop a set of software aimed at an efficient management of a document file system by using methods of selective access to information. Thus, the three main aspects of file processing (creation, modification, reorganisation) have been addressed. The author first presents the main problems related to the development of a comprehensive automatic documentation system, and their conventional solutions. Some future aspects, notably dealing with the development of peripheral computer technology, are also evoked. He presents the characteristics of INIS bibliographic records provided by the IAEA which have been used to create the files. In the second part, he briefly describes the file system general organisation. This system is based on the use of two main files: an inverse file which contains for each descriptor a list of of numbers of files indexed by this descriptor, and a dictionary of descriptor or input file which gives access to the inverse file. The organisation of these both files is then describes in a detailed way. Other related or associated files are created, and the overall architecture and mechanisms integrated into the file data input software are described, as well as various processing applied to these different files. Performance and possible development are finally discussed

  1. Decay data file based on the ENSDF file

    Energy Technology Data Exchange (ETDEWEB)

    Katakura, J. [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    1997-03-01

    A decay data file with the JENDL (Japanese Evaluated Nuclear Data Library) format based on the ENSDF (Evaluated Nuclear Structure Data File) file was produced as a tentative one of special purpose files of JENDL. The problem using the ENSDF file as primary source data of the JENDL decay data file is presented. (author)

  2. Research & Implementation of AC - DC Converter with High Power Factor & High Efficiency

    Directory of Open Access Journals (Sweden)

    Hsiou-Hsian Nien

    2014-05-01

    Full Text Available In this paper, we design and develop a high power factor, high efficiency two-stage AC - DC power converter. This paper proposes a two-stage AC - DC power converter. The first stage is boost active power factor correction circuit. The latter stage is near constant frequency LLC resonant converter. In addition to traditional LLC high efficiency advantages, light-load conversion efficiency of this power converter can be improved. And it possesses high power factor and near constant frequency operating characteristics, can significantly reduce the electromagnetic interference. This paper first discusses the main structure and control manner of power factor correction circuit. And then by the LLC resonant converter equivalent model proceed to circuit analysis to determine the important parameters of the converter circuit elements. Then design a variable frequency resonant tank. The resonant frequency can change automatically on the basis of the load to reach near constant frequency operation and a purpose of high efficiency. Finally, actually design and produce an AC – DC power converter with output of 190W to verify the characteristics and feasibility of this converter. The experimental results show that in a very light load (9.5 W the efficiency is as high as 81%, the highest efficiency of 88% (90 W. Full load efficiency is 87%. At 19 W ~ 190 W power changes, the operating frequency change is only 0.4 kHz (AC 110 V and 0.3 kHz (AC 220 V.

  3. 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)

  4. High efficiency, variable geometry, centrifugal cryogenic pump

    International Nuclear Information System (INIS)

    Forsha, M.D.; Nichols, K.E.; Beale, C.A.

    1994-01-01

    A centrifugal cryogenic pump has been developed which has a basic design that is rugged and reliable with variable speed and variable geometry features that achieve high pump efficiency over a wide range of head-flow conditions. The pump uses a sealless design and rolling element bearings to achieve high reliability and the ruggedness to withstand liquid-vapor slugging. The pump can meet a wide range of variable head, off-design flow requirements and maintain design point efficiency by adjusting the pump speed. The pump also has features that allow the impeller and diffuser blade heights to be adjusted. The adjustable height blades were intended to enhance the pump efficiency when it is operating at constant head, off-design flow rates. For small pumps, the adjustable height blades are not recommended. For larger pumps, they could provide off-design efficiency improvements. This pump was developed for supercritical helium service, but the design is well suited to any cryogenic application where high efficiency is required over a wide range of head-flow conditions

  5. HIGH EFFICIENCY TURBINE

    OpenAIRE

    VARMA, VIJAYA KRUSHNA

    2012-01-01

    Varma designed ultra modern and high efficiency turbines which can use gas, steam or fuels as feed to produce electricity or mechanical work for wide range of usages and applications in industries or at work sites. Varma turbine engines can be used in all types of vehicles. These turbines can also be used in aircraft, ships, battle tanks, dredgers, mining equipment, earth moving machines etc, Salient features of Varma Turbines. 1. Varma turbines are simple in design, easy to manufac...

  6. Utilizing HDF4 File Content Maps for the Cloud

    Science.gov (United States)

    Lee, Hyokyung Joe

    2016-01-01

    We demonstrate a prototype study that HDF4 file content map can be used for efficiently organizing data in cloud object storage system to facilitate cloud computing. This approach can be extended to any binary data formats and to any existing big data analytics solution powered by cloud computing because HDF4 file content map project started as long term preservation of NASA data that doesn't require HDF4 APIs to access data.

  7. Gamma-ray spectrometer system with high efficiency and high resolution

    International Nuclear Information System (INIS)

    Moss, C.E.; Bernard, W.; Dowdy, E.J.; Garcia, C.; Lucas, M.C.; Pratt, J.C.

    1983-01-01

    Our gamma-ray spectrometer system, designed for field use, offers high efficiency and high resolution for safeguards applications. The system consists of three 40% high-purity germanium detectors and a LeCroy 3500 data acquisition system that calculates a composite spectrum for the three detectors. The LeCroy 3500 mainframe can be operated remotely from the detector array with control exercised through modems and the telephone system. System performance with a mixed source of 125 Sb, 154 Eu, and 155 Eu confirms the expected efficiency of 120% with the overall resolution showing little degradation over that of the worst detector

  8. High voltage generator circuit with low power and high efficiency applied in EEPROM

    International Nuclear Information System (INIS)

    Liu Yan; Zhang Shilin; Zhao Yiqiang

    2012-01-01

    This paper presents a low power and high efficiency high voltage generator circuit embedded in electrically erasable programmable read-only memory (EEPROM). The low power is minimized by a capacitance divider circuit and a regulator circuit using the controlling clock switch technique. The high efficiency is dependent on the zero threshold voltage (V th ) MOSFET and the charge transfer switch (CTS) charge pump. The proposed high voltage generator circuit has been implemented in a 0.35 μm EEPROM CMOS process. Measured results show that the proposed high voltage generator circuit has a low power consumption of about 150.48 μW and a higher pumping efficiency (83.3%) than previously reported circuits. This high voltage generator circuit can also be widely used in low-power flash devices due to its high efficiency and low power dissipation. (semiconductor integrated circuits)

  9. 77 FR 33206 - Combined Notice of Filings #2

    Science.gov (United States)

    2012-06-05

    ... tariff filing per 35: High Trail Wind Farm First Revised MBR to be effective 5/26/2012. Filed Date: 5/25... per 35: Old Trail Wind Farm First Revised MBR to be effective 5/26/2012. Filed Date: 5/25/12... First Revised MBR to be effective 6/1/2012. Filed Date: 5/25/12. Accession Number: 20120525-5088...

  10. Development and characterization of high-efficiency, high-specific impulse xenon Hall thrusters

    Science.gov (United States)

    Hofer, Richard Robert

    This dissertation presents research aimed at extending the efficient operation of 1600 s specific impulse Hall thruster technology to the 2000--3000 s range. While recent studies of commercially developed Hall thrusters demonstrated greater than 4000 s specific impulse, maximum efficiency occurred at less than 3000 s. It was hypothesized that the efficiency maximum resulted as a consequence of modern magnetic field designs, optimized for 1600 s, which were unsuitable at high-specific impulse. Motivated by the industry efforts and mission studies, the aim of this research was to develop and characterize xenon Hall thrusters capable of both high-specific impulse and high-efficiency operation. The research divided into development and characterization phases. During the development phase, the laboratory-model NASA-173M Hall thrusters were designed with plasma lens magnetic field topographies and their performance and plasma characteristics were evaluated. Experiments with the NASA-173M version 1 (v1) validated the plasma lens design by showing how changing the magnetic field topography at high-specific impulse improved efficiency. Experiments with the NASA-173M version 2 (v2) showed there was a minimum current density and optimum magnetic field topography at which efficiency monotonically increased with voltage. Between 300--1000 V, total specific impulse and total efficiency of the NASA-173Mv2 operating at 10 mg/s ranged from 1600--3400 s and 51--61%, respectively. Comparison of the thrusters showed that efficiency can be optimized for specific impulse by varying the plasma lens design. During the characterization phase, additional plasma properties of the NASA-173Mv2 were measured and a performance model was derived accounting for a multiply-charged, partially-ionized plasma. Results from the model based on experimental data showed how efficient operation at high-specific impulse was enabled through regulation of the electron current with the magnetic field. The

  11. HAlign-II: efficient ultra-large multiple sequence alignment and phylogenetic tree reconstruction with distributed and parallel computing.

    Science.gov (United States)

    Wan, Shixiang; Zou, Quan

    2017-01-01

    Multiple sequence alignment (MSA) plays a key role in biological sequence analyses, especially in phylogenetic tree construction. Extreme increase in next-generation sequencing results in shortage of efficient ultra-large biological sequence alignment approaches for coping with different sequence types. Distributed and parallel computing represents a crucial technique for accelerating ultra-large (e.g. files more than 1 GB) sequence analyses. Based on HAlign and Spark distributed computing system, we implement a highly cost-efficient and time-efficient HAlign-II tool to address ultra-large multiple biological sequence alignment and phylogenetic tree construction. The experiments in the DNA and protein large scale data sets, which are more than 1GB files, showed that HAlign II could save time and space. It outperformed the current software tools. HAlign-II can efficiently carry out MSA and construct phylogenetic trees with ultra-large numbers of biological sequences. HAlign-II shows extremely high memory efficiency and scales well with increases in computing resource. THAlign-II provides a user-friendly web server based on our distributed computing infrastructure. HAlign-II with open-source codes and datasets was established at http://lab.malab.cn/soft/halign.

  12. High-efficiency white OLEDs based on small molecules

    Science.gov (United States)

    Hatwar, Tukaram K.; Spindler, Jeffrey P.; Ricks, M. L.; Young, Ralph H.; Hamada, Yuuhiko; Saito, N.; Mameno, Kazunobu; Nishikawa, Ryuji; Takahashi, Hisakazu; Rajeswaran, G.

    2004-02-01

    Eastman Kodak Company and SANYO Electric Co., Ltd. recently demonstrated a 15" full-color, organic light-emitting diode display (OLED) using a high-efficiency white emitter combined with a color-filter array. Although useful for display applications, white emission from organic structures is also under consideration for other applications, such as solid-state lighting, where high efficiency and good color rendition are important. By incorporating adjacent blue and orange emitting layers in a multi-layer structure, highly efficient, stable white emission has been attained. With suitable host and dopant combinations, a luminance yield of 20 cd/A and efficiency of 8 lm/W have been achieved at a drive voltage of less than 8 volts and luminance level of 1000 cd/m2. The estimated external efficiency of this device is 6.3% and a high level of operational stability is observed. To our knowledge, this is the highest performance reported so far for white organic electroluminescent devices. We will review white OLED technology and discuss the fabrication and operating characteristics of these devices.

  13. Approaches to achieve high grain yield and high resource use efficiency in rice

    Directory of Open Access Journals (Sweden)

    Jianchang YANG

    2015-06-01

    Full Text Available This article discusses approaches to simultaneously increase grain yield and resource use efficiency in rice. Breeding nitrogen efficient cultivars without sacrificing rice yield potential, improving grain fill in later-flowering inferior spikelets and enhancing harvest index are three important approaches to achieving the dual goal of high grain yield and high resource use efficiency. Deeper root distribution and higher leaf photosynthetic N use efficiency at lower N rates could be used as selection criteria to develop N-efficient cultivars. Enhancing sink activity through increasing sugar-spikelet ratio at the heading time and enhancing the conversion efficiency from sucrose to starch though increasing the ratio of abscisic acid to ethylene in grains during grain fill could effectively improve grain fill in inferior spikelets. Several practices, such as post-anthesis controlled soil drying, an alternate wetting and moderate soil drying regime during the whole growing season, and non-flooded straw mulching cultivation, could substantially increase grain yield and water use efficiency, mainly via enhanced remobilization of stored carbon from vegetative tissues to grains and improved harvest index. Further research is needed to understand synergistic interaction between water and N on crop and soil and the mechanism underlying high resource use efficiency in high-yielding rice.

  14. elPrep: High-Performance Preparation of Sequence Alignment/Map Files for Variant Calling.

    Directory of Open Access Journals (Sweden)

    Charlotte Herzeel

    Full Text Available elPrep is a high-performance tool for preparing sequence alignment/map files for variant calling in sequencing pipelines. It can be used as a replacement for SAMtools and Picard for preparation steps such as filtering, sorting, marking duplicates, reordering contigs, and so on, while producing identical results. What sets elPrep apart is its software architecture that allows executing preparation pipelines by making only a single pass through the data, no matter how many preparation steps are used in the pipeline. elPrep is designed as a multithreaded application that runs entirely in memory, avoids repeated file I/O, and merges the computation of several preparation steps to significantly speed up the execution time. For example, for a preparation pipeline of five steps on a whole-exome BAM file (NA12878, we reduce the execution time from about 1:40 hours, when using a combination of SAMtools and Picard, to about 15 minutes when using elPrep, while utilising the same server resources, here 48 threads and 23GB of RAM. For the same pipeline on whole-genome data (NA12878, elPrep reduces the runtime from 24 hours to less than 5 hours. As a typical clinical study may contain sequencing data for hundreds of patients, elPrep can remove several hundreds of hours of computing time, and thus substantially reduce analysis time and cost.

  15. Efficiency and Loading Evaluation of High Efficiency Mist Eliminators (HEME) - 12003

    Energy Technology Data Exchange (ETDEWEB)

    Giffin, Paxton K.; Parsons, Michael S.; Waggoner, Charles A. [Institute for Clean Energy Technology, Mississippi State University, 205 Research Blvd Starkville, MS 39759 (United States)

    2012-07-01

    High efficiency mist eliminators (HEME) are filters primarily used to remove moisture and/or liquid aerosols from an air stream. HEME elements are designed to reduce aerosol and particulate load on primary High Efficiency Particulate Air (HEPA) filters and to have a liquid particle removal efficiency of approximately 99.5% for aerosols down to sub-micron size particulates. The investigation presented here evaluates the loading capacity of the element in the absence of a water spray cleaning system. The theory is that without the cleaning system, the HEME element will suffer rapid buildup of solid aerosols, greatly reducing the particle loading capacity. Evaluation consists of challenging the element with a waste surrogate dry aerosol and di-octyl phthalate (DOP) at varying intervals of differential pressure to examine the filtering efficiency of three different element designs at three different media velocities. Also, the elements are challenged with a liquid waste surrogate using Laskin nozzles and large dispersion nozzles. These tests allow the loading capacity of the unit to be determined and the effectiveness of washing down the interior of the elements to be evaluated. (authors)

  16. Accessing files in an Internet: The Jade file system

    Science.gov (United States)

    Peterson, Larry L.; Rao, Herman C.

    1991-01-01

    Jade is a new distribution file system that provides a uniform way to name and access files in an internet environment. It makes two important contributions. First, Jade is a logical system that integrates a heterogeneous collection of existing file systems, where heterogeneous means that the underlying file systems support different file access protocols. Jade is designed under the restriction that the underlying file system may not be modified. Second, rather than providing a global name space, Jade permits each user to define a private name space. These private name spaces support two novel features: they allow multiple file systems to be mounted under one directory, and they allow one logical name space to mount other logical name spaces. A prototype of the Jade File System was implemented on Sun Workstations running Unix. It consists of interfaces to the Unix file system, the Sun Network File System, the Andrew File System, and FTP. This paper motivates Jade's design, highlights several aspects of its implementation, and illustrates applications that can take advantage of its features.

  17. Accessing files in an internet - The Jade file system

    Science.gov (United States)

    Rao, Herman C.; Peterson, Larry L.

    1993-01-01

    Jade is a new distribution file system that provides a uniform way to name and access files in an internet environment. It makes two important contributions. First, Jade is a logical system that integrates a heterogeneous collection of existing file systems, where heterogeneous means that the underlying file systems support different file access protocols. Jade is designed under the restriction that the underlying file system may not be modified. Second, rather than providing a global name space, Jade permits each user to define a private name space. These private name spaces support two novel features: they allow multiple file systems to be mounted under one directory, and they allow one logical name space to mount other logical name spaces. A prototype of the Jade File System was implemented on Sun Workstations running Unix. It consists of interfaces to the Unix file system, the Sun Network File System, the Andrew File System, and FTP. This paper motivates Jade's design, highlights several aspects of its implementation, and illustrates applications that can take advantage of its features.

  18. Critical study of high efficiency deep grinding

    OpenAIRE

    Johnstone, lain

    2002-01-01

    The recent years, the aerospace industry in particular has embraced and actively pursued the development of stronger high performance materials, namely nickel based superalloys and hardwearing steels. This has resulted in a need for a more efficient method of machining, and this need was answered with the advent of High Efficiency Deep Grinding (HEDG). This relatively new process using Cubic Boron Nitride (CBN) electroplated grinding wheels has been investigated through experim...

  19. DOVIS 2.0: an efficient and easy to use parallel virtual screening tool based on AutoDock 4.0.

    Science.gov (United States)

    Jiang, Xiaohui; Kumar, Kamal; Hu, Xin; Wallqvist, Anders; Reifman, Jaques

    2008-09-08

    Small-molecule docking is an important tool in studying receptor-ligand interactions and in identifying potential drug candidates. Previously, we developed a software tool (DOVIS) to perform large-scale virtual screening of small molecules in parallel on Linux clusters, using AutoDock 3.05 as the docking engine. DOVIS enables the seamless screening of millions of compounds on high-performance computing platforms. In this paper, we report significant advances in the software implementation of DOVIS 2.0, including enhanced screening capability, improved file system efficiency, and extended usability. To keep DOVIS up-to-date, we upgraded the software's docking engine to the more accurate AutoDock 4.0 code. We developed a new parallelization scheme to improve runtime efficiency and modified the AutoDock code to reduce excessive file operations during large-scale virtual screening jobs. We also implemented an algorithm to output docked ligands in an industry standard format, sd-file format, which can be easily interfaced with other modeling programs. Finally, we constructed a wrapper-script interface to enable automatic rescoring of docked ligands by arbitrarily selected third-party scoring programs. The significance of the new DOVIS 2.0 software compared with the previous version lies in its improved performance and usability. The new version makes the computation highly efficient by automating load balancing, significantly reducing excessive file operations by more than 95%, providing outputs that conform to industry standard sd-file format, and providing a general wrapper-script interface for rescoring of docked ligands. The new DOVIS 2.0 package is freely available to the public under the GNU General Public License.

  20. DOVIS 2.0: an efficient and easy to use parallel virtual screening tool based on AutoDock 4.0

    Directory of Open Access Journals (Sweden)

    Wallqvist Anders

    2008-09-01

    Full Text Available Abstract Background Small-molecule docking is an important tool in studying receptor-ligand interactions and in identifying potential drug candidates. Previously, we developed a software tool (DOVIS to perform large-scale virtual screening of small molecules in parallel on Linux clusters, using AutoDock 3.05 as the docking engine. DOVIS enables the seamless screening of millions of compounds on high-performance computing platforms. In this paper, we report significant advances in the software implementation of DOVIS 2.0, including enhanced screening capability, improved file system efficiency, and extended usability. Implementation To keep DOVIS up-to-date, we upgraded the software's docking engine to the more accurate AutoDock 4.0 code. We developed a new parallelization scheme to improve runtime efficiency and modified the AutoDock code to reduce excessive file operations during large-scale virtual screening jobs. We also implemented an algorithm to output docked ligands in an industry standard format, sd-file format, which can be easily interfaced with other modeling programs. Finally, we constructed a wrapper-script interface to enable automatic rescoring of docked ligands by arbitrarily selected third-party scoring programs. Conclusion The significance of the new DOVIS 2.0 software compared with the previous version lies in its improved performance and usability. The new version makes the computation highly efficient by automating load balancing, significantly reducing excessive file operations by more than 95%, providing outputs that conform to industry standard sd-file format, and providing a general wrapper-script interface for rescoring of docked ligands. The new DOVIS 2.0 package is freely available to the public under the GNU General Public License.

  1. Combustion phasing for maximum efficiency for conventional and high efficiency engines

    International Nuclear Information System (INIS)

    Caton, Jerald A.

    2014-01-01

    Highlights: • Combustion phasing for max efficiency is a function of engine parameters. • Combustion phasing is most affected by heat transfer, compression ratio, burn duration. • Combustion phasing is less affected by speed, load, equivalence ratio and EGR. • Combustion phasing for a high efficiency engine was more advanced. • Exergy destruction during combustion as functions of combustion phasing is reported. - Abstract: The importance of the phasing of the combustion event for internal-combustion engines is well appreciated, but quantitative details are sparse. The objective of the current work was to examine the optimum combustion phasing (based on maximum bmep) as functions of engine design and operating variables. A thermodynamic, engine cycle simulation was used to complete this assessment. As metrics for the combustion phasing, both the crank angle for 50% fuel mass burned (CA 50 ) and the crank angle for peak pressure (CA pp ) are reported as functions of the engine variables. In contrast to common statements in the literature, the optimum CA 50 and CA pp vary depending on the design and operating variables. Optimum, as used in this paper, refers to the combustion timing that provides the maximum bmep and brake thermal efficiency (MBT timing). For this work, the variables with the greatest influence on the optimum CA 50 and CA pp were the heat transfer level, the burn duration and the compression ratio. Other variables such as equivalence ratio, EGR level, engine speed and engine load had a much smaller impact on the optimum CA 50 and CA pp . For the conventional engine, for the conditions examined, the optimum CA 50 varied between about 5 and 11°aTDC, and the optimum CA pp varied between about 9 and 16°aTDC. For a high efficiency engine (high dilution, high compression ratio), the optimum CA 50 was 2.5°aTDC, and the optimum CA pp was 7.8°aTDC. These more advanced values for the optimum CA 50 and CA pp for the high efficiency engine were

  2. Secure File Allocation and Caching in Large-scale Distributed Systems

    DEFF Research Database (Denmark)

    Di Mauro, Alessio; Mei, Alessandro; Jajodia, Sushil

    2012-01-01

    In this paper, we present a file allocation and caching scheme that guarantees high assurance, availability, and load balancing in a large-scale distributed file system that can support dynamic updates of authorization policies. The scheme uses fragmentation and replication to store files with hi......-balancing, and reducing delay of read operations. The system offers a trade-off-between performance and security that is dynamically tunable according to the current level of threat. We validate our mechanisms with extensive simulations in an Internet-like network.......In this paper, we present a file allocation and caching scheme that guarantees high assurance, availability, and load balancing in a large-scale distributed file system that can support dynamic updates of authorization policies. The scheme uses fragmentation and replication to store files with high...... security requirements in a system composed of a majority of low-security servers. We develop mechanisms to fragment files, to allocate them into multiple servers, and to cache them as close as possible to their readers while preserving the security requirement of the files, providing load...

  3. Highly efficient red electrophosphorescent devices at high current densities

    International Nuclear Information System (INIS)

    Wu Youzhi; Zhu Wenqing; Zheng Xinyou; Sun, Runguang; Jiang Xueyin; Zhang Zhilin; Xu Shaohong

    2007-01-01

    Efficiency decrease at high current densities in red electrophosphorescent devices is drastically restrained compared with that from conventional electrophosphorescent devices by using bis(2-methyl-8-quinolinato)4-phenylphenolate aluminum (BAlq) as a hole and exciton blocker. Ir complex, bis(2-(2'-benzo[4,5-α]thienyl) pyridinato-N,C 3' ) iridium (acetyl-acetonate) is used as an emitter, maximum external quantum efficiency (QE) of 7.0% and luminance of 10000cd/m 2 are obtained. The QE is still as high as 4.1% at higher current density J=100mA/cm 2 . CIE-1931 co-ordinates are 0.672, 0.321. A carrier trapping mechanism is revealed to dominate in the process of electroluminescence

  4. A brief overview of the European Fusion File (EFF) project

    International Nuclear Information System (INIS)

    Kellett, M.A.; Forrest, R.A.; Batistoni, P.

    2003-01-01

    The European Fusion File (EFF) Project is a collaborative project with work funded by the European Fusion Development Agreement (EFDA). The emphasis is on the pooling of resources and removal of duplication of effort, leading to the efficient development of two types of nuclear data libraries for use in fusion power plant design and operation studies. The two branches consist of, on the one hand, a transport file for modelling and design capabilities and, secondly, an activation file for the calculation and simulation of dose rates and energy release during operation of a future power plant. The OECD Nuclear Energy Agency's Data Bank acts as the central repository for the files and all information discussed during twice yearly meetings. It offers its services at no charge to the Project. (author)

  5. A brief overview of the European Fusion File (EFF) project

    International Nuclear Information System (INIS)

    Kellett, M.A.

    2002-01-01

    The European Fusion File (EFF) Project is a collaborative project with work funded by the European Fusion Development Agreement (EFDA). The emphasis is on the pooling of resources and removal of duplication of effort, leading to the efficient development of two types of nuclear data libraries for use in fusion reactor design and operation work. The two branches consist of, on the one hand, a transport file for modelling and design capabilities and, secondly, an activation file for the calculation and simulation of dose rates and energy release during operation of a future reactor. The OECD Nuclear Energy Agency's Data Bank acts as the central repository for the files and all information discussed during twice yearly meetings, which it holds, offering its services at no charge to the Project. (author)

  6. High Efficiency, Low Emission Refrigeration System

    Energy Technology Data Exchange (ETDEWEB)

    Fricke, Brian A [ORNL; Sharma, Vishaldeep [ORNL

    2016-08-01

    Supermarket refrigeration systems account for approximately 50% of supermarket energy use, placing this class of equipment among the highest energy consumers in the commercial building domain. In addition, the commonly used refrigeration system in supermarket applications is the multiplex direct expansion (DX) system, which is prone to refrigerant leaks due to its long lengths of refrigerant piping. This leakage reduces the efficiency of the system and increases the impact of the system on the environment. The high Global Warming Potential (GWP) of the hydrofluorocarbon (HFC) refrigerants commonly used in these systems, coupled with the large refrigerant charge and the high refrigerant leakage rates leads to significant direct emissions of greenhouse gases into the atmosphere. Methods for reducing refrigerant leakage and energy consumption are available, but underutilized. Further work needs to be done to reduce costs of advanced system designs to improve market utilization. In addition, refrigeration system retrofits that result in reduced energy consumption are needed since the majority of applications address retrofits rather than new stores. The retrofit market is also of most concern since it involves large-volume refrigerant systems with high leak rates. Finally, alternative refrigerants for new and retrofit applications are needed to reduce emissions and reduce the impact on the environment. The objective of this Collaborative Research and Development Agreement (CRADA) between the Oak Ridge National Laboratory and Hill Phoenix is to develop a supermarket refrigeration system that reduces greenhouse gas emissions and has 25 to 30 percent lower energy consumption than existing systems. The outcomes of this project will include the design of a low emission, high efficiency commercial refrigeration system suitable for use in current U.S. supermarkets. In addition, a prototype low emission, high efficiency supermarket refrigeration system will be produced for

  7. High quality ceramic coatings sprayed by high efficiency hypersonic plasma spraying gun

    International Nuclear Information System (INIS)

    Zhu Sheng; Xu Binshi; Yao JiuKun

    2005-01-01

    This paper introduced the structure of the high efficiency hypersonic plasma spraying gun and the effects of hypersonic plasma jet on the sprayed particles. The optimised spraying process parameters for several ceramic powders such as Al 2 O 3 , Cr 2 O 3 , ZrO 2 , Cr 3 C 2 and Co-WC were listed. The properties and microstructure of the sprayed ceramic coatings were investigated. Nano Al 2 O 3 -TiO 2 ceramic coating sprayed by using the high efficiency hypersonic plasma spraying was also studied. Compared with the conventional air plasma spraying, high efficiency hypersonic plasma spraying improves greatly the ceramic coatings quality but at low cost. (orig.)

  8. Simple Motor Control Concept Results High Efficiency at High Velocities

    Science.gov (United States)

    Starin, Scott; Engel, Chris

    2013-09-01

    The need for high velocity motors in space applications for reaction wheels and detectors has stressed the limits of Brushless Permanent Magnet Motors (BPMM). Due to inherent hysteresis core losses, conventional BPMMs try to balance the need for torque verses hysteresis losses. Cong-less motors have significantly less hysteresis losses but suffer from lower efficiencies. Additionally, the inherent low inductance in cog-less motors result in high ripple currents or high switching frequencies, which lowers overall efficiency and increases performance demands on the control electronics.However, using a somewhat forgotten but fully qualified technology of Isotropic Magnet Motors (IMM), extremely high velocities may be achieved at low power input using conventional drive electronics. This paper will discuss the trade study efforts and empirical test data on a 34,000 RPM IMM.

  9. High efficiency nebulization for helium inductively coupled plasma mass spectrometry

    International Nuclear Information System (INIS)

    Jorabchi, Kaveh; McCormick, Ryan; Levine, Jonathan A.; Liu Huiying; Nam, S.-H.; Montaser, Akbar

    2006-01-01

    A pneumatically-driven, high efficiency nebulizer is explored for helium inductively coupled plasma mass spectrometry. The aerosol characteristics and analyte transport efficiencies of the high efficiency nebulizer for nebulization with helium are measured and compared to the results obtained with argon. Analytical performance indices of the helium inductively coupled plasma mass spectrometry are evaluated in terms of detection limits and precision. The helium inductively coupled plasma mass spectrometry detection limits obtained with the high efficiency nebulizer at 200 μL/min are higher than those achieved with the ultrasonic nebulizer consuming 2 mL/min solution, however, precision is generally better with high efficiency nebulizer (1-4% vs. 3-8% with ultrasonic nebulizer). Detection limits with the high efficiency nebulizer at 200 μL/min solution uptake rate approach those using ultrasonic nebulizer upon efficient desolvation with a heated spray chamber followed by a Peltier-cooled multipass condenser

  10. DataNet: A flexible metadata overlay over file resources

    CERN Multimedia

    CERN. Geneva

    2014-01-01

    Managing and sharing data stored in files results in a challenge due to data amounts produced by various scientific experiments [1]. While solutions such as Globus Online [2] focus on file transfer and synchronization, in this work we propose an additional layer of metadata over file resources which helps to categorize and structure the data, as well as to make it efficient in integration with web-based research gateways. A basic concept of the proposed solution [3] is a data model consisting of entities built from primitive types such as numbers, texts and also from files and relationships among different entities. This allows for building complex data structure definitions and mix metadata and file data into a single model tailored for a given scientific field. A data model becomes actionable after being deployed as a data repository which is done automatically by the proposed framework by using one of the available PaaS (platform-as-a-service) platforms and is exposed to the world as a REST service, which...

  11. High Efficiency Power Converter for Low Voltage High Power Applications

    DEFF Research Database (Denmark)

    Nymand, Morten

    The topic of this thesis is the design of high efficiency power electronic dc-to-dc converters for high-power, low-input-voltage to high-output-voltage applications. These converters are increasingly required for emerging sustainable energy systems such as fuel cell, battery or photo voltaic based...

  12. Sonochemical and high-speed optical characterization of cavitation generated by an ultrasonically oscillating dental file in root canal models.

    Science.gov (United States)

    Macedo, R G; Verhaagen, B; Fernandez Rivas, D; Gardeniers, J G E; van der Sluis, L W M; Wesselink, P R; Versluis, M

    2014-01-01

    Ultrasonically Activated Irrigation makes use of an ultrasonically oscillating file in order to improve the cleaning of the root canal during a root canal treatment. Cavitation has been associated with these oscillating files, but the nature and characteristics of the cavitating bubbles were not yet fully elucidated. Using sensitive equipment, the sonoluminescence (SL) and sonochemiluminescence (SCL) around these files have been measured in this study, showing that cavitation occurs even at very low power settings. Luminol photography and high-speed visualizations provided information on the spatial and temporal distribution of the cavitation bubbles. A large bubble cloud was observed at the tip of the files, but this was found not to contribute to SCL. Rather, smaller, individual bubbles observed at antinodes of the oscillating file with a smaller amplitude were leading to SCL. Confinements of the size of bovine and human root canals increased the amount of SL and SCL. The root canal models also showed the occurrence of air entrainment, resulting in the generation of stable bubbles, and of droplets, near the air-liquid interface and leading eventually to a loss of the liquid. Copyright © 2013 Elsevier B.V. All rights reserved.

  13. High Current Planar Transformer for Very High Efficiency Isolated Boost DC-DC Converters

    DEFF Research Database (Denmark)

    Pittini, Riccardo; Zhang, Zhe; Andersen, Michael A. E.

    2014-01-01

    This paper presents a design and optimization of a high current planar transformer for very high efficiency dc-dc isolated boost converters. The analysis considers different winding arrangements, including very high copper thickness windings. The analysis is focused on the winding ac-resistance a......This paper presents a design and optimization of a high current planar transformer for very high efficiency dc-dc isolated boost converters. The analysis considers different winding arrangements, including very high copper thickness windings. The analysis is focused on the winding ac......-resistance and transformer leakage inductance. Design and optimization procedures are validated based on an experimental prototype of a 6 kW dcdc isolated full bridge boost converter developed on fully planar magnetics. The prototype is rated at 30-80 V 0-80 A on the low voltage side and 700-800 V on the high voltage side...... with a peak efficiency of 97.8% at 80 V 3.5 kW. Results highlights that thick copper windings can provide good performance at low switching frequencies due to the high transformer filling factor. PCB windings can also provide very high efficiency if stacked in parallel utilizing the transformer winding window...

  14. High-efficiency silicon solar cells for low-illumination applications

    OpenAIRE

    Glunz, S.W.; Dicker, J.; Esterle, M.; Hermle, M.; Isenberg, J.; Kamerewerd, F.; Knobloch, J.; Kray, D.; Leimenstoll, A.; Lutz, F.; Oßwald, D.; Preu, R.; Rein, S.; Schäffer, E.; Schetter, C.

    2002-01-01

    At Fraunhofer ISE the fabrication of high-efficiency solar cells was extended from a laboratory scale to a small pilot-line production. Primarily, the fabricated cells are used in small high-efficiency modules integrated in prototypes of solar-powered portable electronic devices such as cellular phones, handheld computers etc. Compared to other applications of high-efficiency cells such as solar cars and planes, the illumination densities found in these mainly indoor applications are signific...

  15. Managing Variant Calling Files the Big Data Way: Using HDFS and Apache Parquet

    NARCIS (Netherlands)

    Boufea, Aikaterini; Finkers, H.J.; Kaauwen, van M.P.W.; Kramer, M.R.; Athanasiadis, I.N.

    2017-01-01

    Big Data has been seen as a remedy for the efficient management of the ever-increasing genomic data. In this paper, we investigate the use of Apache Spark to store and process Variant Calling Files (VCF) on a Hadoop cluster. We demonstrate Tomatula, a software tool for converting VCF files to Apache

  16. 77 FR 31609 - Combined Notice of Filings #2

    Science.gov (United States)

    2012-05-29

    ...-001. Applicants: High Majestic Wind Energy Center, LLC. Description: High Majestic Wind Energy Center... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission Combined Notice of Filings 2 Take notice that the Commission received the following exempt wholesale generator filings: Docket Numbers: EG12-68...

  17. The design and development of GRASS file reservation system

    International Nuclear Information System (INIS)

    Huang Qiulan; Zhu Suijiang; Cheng Yaodong; Chen Gang

    2010-01-01

    GFRS (GRASS File Reservation System) is designed to improve the file access performance of GRASS (Grid-enabled Advanced Storage System) which is a Hierarchical Storage Management (HSM) system developed at Computing Center, Institute of High Energy Physics. GRASS can provide massive storage management and data migration, but the data migration policy is simply based factors such as pool water level, the intervals for migration and so on, so it is short of precise control over files. As for that, we design GFRS to implement user-based file reservation which is to reserve and keep the required files on disks for High Energy physicists. CFRS can improve file access speed for users by avoiding migrating frequently accessed files to tapes. In this paper we first give a brief introduction of GRASS system and then detailed architecture and implementation of GFRS. Experiments results from GFRS have shown good performance and a simple analysis is made based on it. (authors)

  18. High Efficiency Colloidal Quantum Dot Phosphors

    Energy Technology Data Exchange (ETDEWEB)

    Kahen, Keith

    2013-12-31

    The project showed that non-Cd containing, InP-based nanocrystals (semiconductor materials with dimensions of ~6 nm) have high potential for enabling next-generation, nanocrystal-based, on chip phosphors for solid state lighting. Typical nanocrystals fall short of the requirements for on chip phosphors due to their loss of quantum efficiency under the operating conditions of LEDs, such as, high temperature (up to 150 °C) and high optical flux (up to 200 W/cm2). The InP-based nanocrystals invented during this project maintain high quantum efficiency (>80%) in polymer-based films under these operating conditions for emission wavelengths ranging from ~530 to 620 nm. These nanocrystals also show other desirable attributes, such as, lack of blinking (a common problem with nanocrystals which limits their performance) and no increase in the emission spectral width from room to 150 °C (emitters with narrower spectral widths enable higher efficiency LEDs). Prior to these nanocrystals, no nanocrystal system (regardless of nanocrystal type) showed this collection of properties; in fact, other nanocrystal systems are typically limited to showing only one desirable trait (such as high temperature stability) but being deficient in other properties (such as high flux stability). The project showed that one can reproducibly obtain these properties by generating a novel compositional structure inside of the nanomaterials; in addition, the project formulated an initial theoretical framework linking the compositional structure to the list of high performance optical properties. Over the course of the project, the synthetic methodology for producing the novel composition was evolved to enable the synthesis of these nanomaterials at a cost approximately equal to that required for forming typical conventional nanocrystals. Given the above results, the last major remaining step prior to scale up of the nanomaterials is to limit the oxidation of these materials during the tens of

  19. High School and Beyond. 1980 Senior Coort. Third-Follow-Up (1986). Data File User's Manual. Volume II: Survey Instruments. Contractor Report.

    Science.gov (United States)

    Sebring, Penny; And Others

    Survey instruments used in the collection of data for the High School and Beyond base year (1980) through the third follow-up surveys (1986) are provided as Volume II of a user's manual for the senior cohort data file. The complete user's manual is designed to provide the extensive documentation necessary for using the cohort data files. Copies of…

  20. 75 FR 18827 - Combined Notice of Filings #1

    Science.gov (United States)

    2010-04-13

    ...-Certification of Exempt Wholesale Generator Status of Butler Ridge Wind Energy Center, LLC. Filed Date: 04/06...-Certification of Exempt Wholesale Generator Status of High Majestic Wind Energy Center, LLC. Filed Date: 04/06...-Certification of Exempt Wholesale Generator Status of Wessington Wind Energy Center, LLC. Filed Date: 04/06/2010...

  1. Final Report for File System Support for Burst Buffers on HPC Systems

    Energy Technology Data Exchange (ETDEWEB)

    Yu, W. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Mohror, K. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2017-11-27

    Distributed burst buffers are a promising storage architecture for handling I/O workloads for exascale computing. As they are being deployed on more supercomputers, a file system that efficiently manages these burst buffers for fast I/O operations carries great consequence. Over the past year, FSU team has undertaken several efforts to design, prototype and evaluate distributed file systems for burst buffers on HPC systems. These include MetaKV: a Key-Value Store for Metadata Management of Distributed Burst Buffers, a user-level file system with multiple backends, and a specialized file system for large datasets of deep neural networks. Our progress for these respective efforts are elaborated further in this report.

  2. Highly efficient fully transparent inverted OLEDs

    Science.gov (United States)

    Meyer, J.; Winkler, T.; Hamwi, S.; Schmale, S.; Kröger, M.; Görrn, P.; Johannes, H.-H.; Riedl, T.; Lang, E.; Becker, D.; Dobbertin, T.; Kowalsky, W.

    2007-09-01

    One of the unique selling propositions of OLEDs is their potential to realize highly transparent devices over the visible spectrum. This is because organic semiconductors provide a large Stokes-Shift and low intrinsic absorption losses. Hence, new areas of applications for displays and ambient lighting become accessible, for instance, the integration of OLEDs into the windshield or the ceiling of automobiles. The main challenge in the realization of fully transparent devices is the deposition of the top electrode. ITO is commonly used as transparent bottom anode in a conventional OLED. To obtain uniform light emission over the entire viewing angle and a low series resistance, a TCO such as ITO is desirable as top contact as well. However, sputter deposition of ITO on top of organic layers causes damage induced by high energetic particles and UV radiation. We have found an efficient process to protect the organic layers against the ITO rf magnetron deposition process of ITO for an inverted OLED (IOLED). The inverted structure allows the integration of OLEDs in more powerful n-channel transistors used in active matrix backplanes. Employing the green electrophosphorescent material Ir(ppy) 3 lead to IOLED with a current efficiency of 50 cd/A and power efficiency of 24 lm/W at 100 cd/m2. The average transmittance exceeds 80 % in the visible region. The on-set voltage for light emission is lower than 3 V. In addition, by vertical stacking we achieved a very high current efficiency of more than 70 cd/A for transparent IOLED.

  3. High efficiency lithium-thionyl chloride cell

    Science.gov (United States)

    Doddapaneni, N.

    1982-08-01

    The polarization characteristics and the specific cathode capacity of Teflon bonded carbon electrodes in the Li/SOCl2 system have been evaluated. Doping of electrocatalysts such as cobalt and iron phthalocyanine complexes improved both cell voltage and cell rate capability. High efficiency Li/SOCl2 cells were thus achieved with catalyzed cathodes. The electrochemical reduction of SOCl2 seems to undergo modification at catalyzed cathode. For example, the reduction of SOCl2 at FePc catalyzed cathode involves 2-1/2 e-/mole of SOCl2. Furthermore, the reduction mechanism is simplified and unwanted chemical species are eliminated by the catalyst. Thus a potentially safer high efficiency Li/SOCl2 can be anticipated.

  4. Long term file migration. Part I: file reference patterns

    International Nuclear Information System (INIS)

    Smith, A.J.

    1978-08-01

    In most large computer installations, files are moved between on-line disk and mass storage (tape, integrated mass storage device) either automatically by the system or specifically at the direction of the user. This is the first of two papers which study the selection of algorithms for the automatic migration of files between mass storage and disk. The use of the text editor data sets at the Stanford Linear Accelerator Center (SLAC) computer installation is examined through the analysis of thirteen months of file reference data. Most files are used very few times. Of those that are used sufficiently frequently that their reference patterns may be examined, about a third show declining rates of reference during their lifetime; of the remainder, very few (about 5%) show correlated interreference intervals, and interreference intervals (in days) appear to be more skewed than would occur with the Bernoulli process. Thus, about two-thirds of all sufficiently active files appear to be referenced as a renewal process with a skewed interreference distribution. A large number of other file reference statistics (file lifetimes, interference distributions, moments, means, number of uses/file, file sizes, file rates of reference, etc.) are computed and presented. The results are applied in the following paper to the development and comparative evaluation of file migration algorithms. 17 figures, 13 tables

  5. Measure Guideline. High Efficiency Natural Gas Furnaces

    Energy Technology Data Exchange (ETDEWEB)

    Brand, L. [Partnership for Advanced Residential Retrofit (PARR), Des Plaines, IL (United States); Rose, W. [Partnership for Advanced Residential Retrofit (PARR), Des Plaines, IL (United States)

    2012-10-01

    This measure guideline covers installation of high-efficiency gas furnaces, including: when to install a high-efficiency gas furnace as a retrofit measure; how to identify and address risks; and the steps to be used in the selection and installation process. The guideline is written for Building America practitioners and HVAC contractors and installers. It includes a compilation of information provided by manufacturers, researchers, and the Department of Energy as well as recent research results from the Partnership for Advanced Residential Retrofit (PARR) Building America team.

  6. Highly Efficient Estimators of Multivariate Location with High Breakdown Point

    NARCIS (Netherlands)

    Lopuhaa, H.P.

    1991-01-01

    We propose an affine equivariant estimator of multivariate location that combines a high breakdown point and a bounded influence function with high asymptotic efficiency. This proposal is basically a location $M$-estimator based on the observations obtained after scaling with an affine equivariant

  7. Virtual file system for PSDS

    Science.gov (United States)

    Runnels, Tyson D.

    1993-01-01

    This is a case study. It deals with the use of a 'virtual file system' (VFS) for Boeing's UNIX-based Product Standards Data System (PSDS). One of the objectives of PSDS is to store digital standards documents. The file-storage requirements are that the files must be rapidly accessible, stored for long periods of time - as though they were paper, protected from disaster, and accumulative to about 80 billion characters (80 gigabytes). This volume of data will be approached in the first two years of the project's operation. The approach chosen is to install a hierarchical file migration system using optical disk cartridges. Files are migrated from high-performance media to lower performance optical media based on a least-frequency-used algorithm. The optical media are less expensive per character stored and are removable. Vital statistics about the removable optical disk cartridges are maintained in a database. The assembly of hardware and software acts as a single virtual file system transparent to the PSDS user. The files are copied to 'backup-and-recover' media whose vital statistics are also stored in the database. Seventeen months into operation, PSDS is storing 49 gigabytes. A number of operational and performance problems were overcome. Costs are under control. New and/or alternative uses for the VFS are being considered.

  8. Globus File Transfer Services | High-Performance Computing | NREL

    Science.gov (United States)

    installed on the systems at both ends of the data transfer. The NREL endpoint is nrel#globus. Click Login on the Globus web site. On the login page select "Globus ID" as the login method and click Login to the Globus website. From the Manage Data drop down menu, select Transfer Files. Then click Get

  9. Prediction and design of efficient exciplex emitters for high-efficiency, thermally activated delayed-fluorescence organic light-emitting diodes.

    Science.gov (United States)

    Liu, Xiao-Ke; Chen, Zhan; Zheng, Cai-Jun; Liu, Chuan-Lin; Lee, Chun-Sing; Li, Fan; Ou, Xue-Mei; Zhang, Xiao-Hong

    2015-04-08

    High-efficiency, thermally activated delayed-fluorescence organic light-emitting diodes based on exciplex emitters are demonstrated. The best device, based on a TAPC:DPTPCz emitter, shows a high external quantum efficiency of 15.4%. Strategies for predicting and designing efficient exciplex emitters are also provided. This approach allow prediction and design of efficient exciplex emitters for achieving high-efficiency organic light-emitting diodes, for future use in displays and lighting applications. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  10. SU-E-T-473: A Patient-Specific QC Paradigm Based On Trajectory Log Files and DICOM Plan Files

    International Nuclear Information System (INIS)

    DeMarco, J; McCloskey, S; Low, D; Moran, J

    2014-01-01

    Purpose: To evaluate a remote QC tool for monitoring treatment machine parameters and treatment workflow. Methods: The Varian TrueBeamTM linear accelerator is a digital machine that records machine axis parameters and MLC leaf positions as a function of delivered monitor unit or control point. This information is saved to a binary trajectory log file for every treatment or imaging field in the patient treatment session. A MATLAB analysis routine was developed to parse the trajectory log files for a given patient, compare the expected versus actual machine and MLC positions as well as perform a cross-comparison with the DICOM-RT plan file exported from the treatment planning system. The parsing routine sorts the trajectory log files based on the time and date stamp and generates a sequential report file listing treatment parameters and provides a match relative to the DICOM-RT plan file. Results: The trajectory log parsing-routine was compared against a standard record and verify listing for patients undergoing initial IMRT dosimetry verification and weekly and final chart QC. The complete treatment course was independently verified for 10 patients of varying treatment site and a total of 1267 treatment fields were evaluated including pre-treatment imaging fields where applicable. In the context of IMRT plan verification, eight prostate SBRT plans with 4-arcs per plan were evaluated based on expected versus actual machine axis parameters. The average value for the maximum RMS MLC error was 0.067±0.001mm and 0.066±0.002mm for leaf bank A and B respectively. Conclusion: A real-time QC analysis program was tested using trajectory log files and DICOM-RT plan files. The parsing routine is efficient and able to evaluate all relevant machine axis parameters during a patient treatment course including MLC leaf positions and table positions at time of image acquisition and during treatment

  11. Optimized distributed systems achieve significant performance improvement on sorted merging of massive VCF files.

    Science.gov (United States)

    Sun, Xiaobo; Gao, Jingjing; Jin, Peng; Eng, Celeste; Burchard, Esteban G; Beaty, Terri H; Ruczinski, Ingo; Mathias, Rasika A; Barnes, Kathleen; Wang, Fusheng; Qin, Zhaohui S

    2018-06-01

    Sorted merging of genomic data is a common data operation necessary in many sequencing-based studies. It involves sorting and merging genomic data from different subjects by their genomic locations. In particular, merging a large number of variant call format (VCF) files is frequently required in large-scale whole-genome sequencing or whole-exome sequencing projects. Traditional single-machine based methods become increasingly inefficient when processing large numbers of files due to the excessive computation time and Input/Output bottleneck. Distributed systems and more recent cloud-based systems offer an attractive solution. However, carefully designed and optimized workflow patterns and execution plans (schemas) are required to take full advantage of the increased computing power while overcoming bottlenecks to achieve high performance. In this study, we custom-design optimized schemas for three Apache big data platforms, Hadoop (MapReduce), HBase, and Spark, to perform sorted merging of a large number of VCF files. These schemas all adopt the divide-and-conquer strategy to split the merging job into sequential phases/stages consisting of subtasks that are conquered in an ordered, parallel, and bottleneck-free way. In two illustrating examples, we test the performance of our schemas on merging multiple VCF files into either a single TPED or a single VCF file, which are benchmarked with the traditional single/parallel multiway-merge methods, message passing interface (MPI)-based high-performance computing (HPC) implementation, and the popular VCFTools. Our experiments suggest all three schemas either deliver a significant improvement in efficiency or render much better strong and weak scalabilities over traditional methods. Our findings provide generalized scalable schemas for performing sorted merging on genetics and genomics data using these Apache distributed systems.

  12. Simple Retrofit High-Efficiency Natural Gas Water Heater Field Test

    Energy Technology Data Exchange (ETDEWEB)

    Schoenbauer, Ben [NorthernSTAR, St. Paul, MN (United States)

    2017-03-01

    High-performance water heaters are typically more time consuming and costly to install in retrofit applications, making high performance water heaters difficult to justify economically. However, recent advancements in high performance water heaters have targeted the retrofit market, simplifying installations and reducing costs. Four high efficiency natural gas water heaters designed specifically for retrofit applications were installed in single-family homes along with detailed monitoring systems to characterize their savings potential, their installed efficiencies, and their ability to meet household demands. The water heaters tested for this project were designed to improve the cost-effectiveness and increase market penetration of high efficiency water heaters in the residential retrofit market. The retrofit high efficiency water heaters achieved their goal of reducing costs, maintaining savings potential and installed efficiency of other high efficiency water heaters, and meeting the necessary capacity in order to improve cost-effectiveness. However, the improvements were not sufficient to achieve simple paybacks of less than ten years for the incremental cost compared to a minimum efficiency heater. Significant changes would be necessary to reduce the simple payback to six years or less. Annual energy savings in the range of $200 would also reduce paybacks to less than six years. These energy savings would require either significantly higher fuel costs (greater than $1.50 per therm) or very high usage (around 120 gallons per day). For current incremental costs, the water heater efficiency would need to be similar to that of a heat pump water heater to deliver a six year payback.

  13. Simple Retrofit High-Efficiency Natural Gas Water Heater Field Test

    Energy Technology Data Exchange (ETDEWEB)

    Schoenbauer, Ben [NorthernSTAR, St. Paul, MN (United States)

    2017-03-28

    High performance water heaters are typically more time consuming and costly to install in retrofit applications, making high performance water heaters difficult to justify economically. However, recent advancements in high performance water heaters have targeted the retrofit market, simplifying installations and reducing costs. Four high efficiency natural gas water heaters designed specifically for retrofit applications were installed in single-family homes along with detailed monitoring systems to characterize their savings potential, their installed efficiencies, and their ability to meet household demands. The water heaters tested for this project were designed to improve the cost-effectiveness and increase market penetration of high efficiency water heaters in the residential retrofit market. The retrofit high efficiency water heaters achieved their goal of reducing costs, maintaining savings potential and installed efficiency of other high efficiency water heaters, and meeting the necessary capacity in order to improve cost-effectiveness. However, the improvements were not sufficient to achieve simple paybacks of less than ten years for the incremental cost compared to a minimum efficiency heater. Significant changes would be necessary to reduce the simple payback to six years or less. Annual energy savings in the range of $200 would also reduce paybacks to less than six years. These energy savings would require either significantly higher fuel costs (greater than $1.50 per therm) or very high usage (around 120 gallons per day). For current incremental costs, the water heater efficiency would need to be similar to that of a heat pump water heater to deliver a six year payback.

  14. Work orders management based on XML file in printing

    Directory of Open Access Journals (Sweden)

    Ran Peipei

    2018-01-01

    Full Text Available The Extensible Markup Language (XML technology is increasingly used in various field, if it’s used to express the information of work orders will improve efficiency for management and production. According to the features, we introduce the technology of management for work orders and get a XML file through the Document Object Model (DOM technology in the paper. When we need the information to conduct production, parsing the XML file and save the information in database, this is beneficial to the preserve and modify for information.

  15. High efficiency carbon nanotube thread antennas

    Science.gov (United States)

    Amram Bengio, E.; Senic, Damir; Taylor, Lauren W.; Tsentalovich, Dmitri E.; Chen, Peiyu; Holloway, Christopher L.; Babakhani, Aydin; Long, Christian J.; Novotny, David R.; Booth, James C.; Orloff, Nathan D.; Pasquali, Matteo

    2017-10-01

    Although previous research has explored the underlying theory of high-frequency behavior of carbon nanotubes (CNTs) and CNT bundles for antennas, there is a gap in the literature for direct experimental measurements of radiation efficiency. These measurements are crucial for any practical application of CNT materials in wireless communication. In this letter, we report a measurement technique to accurately characterize the radiation efficiency of λ/4 monopole antennas made from the CNT thread. We measure the highest absolute values of radiation efficiency for CNT antennas of any type, matching that of copper wire. To capture the weight savings, we propose a specific radiation efficiency metric and show that these CNT antennas exceed copper's performance by over an order of magnitude at 1 GHz and 2.4 GHz. We also report direct experimental observation that, contrary to metals, the radiation efficiency of the CNT thread improves significantly at higher frequencies. These results pave the way for practical applications of CNT thread antennas, particularly in the aerospace and wearable electronics industries where weight saving is a priority.

  16. Doping efficiency analysis of highly phosphorous doped epitaxial/amorphous silicon emitters grown by PECVD for high efficiency silicon solar cells

    Energy Technology Data Exchange (ETDEWEB)

    El-Gohary, H.G.; Sivoththaman, S. [Waterloo Univ., ON (Canada). Dept. of Electrical and Computer Engineering

    2008-08-15

    The efficient doping of hydrogenated amorphous and crystalline silicon thin films is a key factor in the fabrication of silicon solar cells. The most popular method for developing those films is plasma enhanced chemical vapor deposition (PECVD) because it minimizes defect density and improves doping efficiency. This paper discussed the preparation of different structure phosphorous doped silicon emitters ranging from epitaxial to amorphous films at low temperature. Phosphine (PH{sub 3}) was employed as the doping gas source with the same gas concentration for both epitaxial and amorphous silicon emitters. The paper presented an analysis of dopant activation by applying a very short rapid thermal annealing process (RTP). A spreading resistance profile (SRP) and SIMS analysis were used to detect both the active dopant and the dopant concentrations, respectively. The paper also provided the results of a structural analysis for both bulk and cross-section at the interface using high-resolution transmission electron microscopy and Raman spectroscopy, for epitaxial and amorphous films. It was concluded that a unity doping efficiency could be achieved in epitaxial layers by applying an optimized temperature profile using short time processing rapid thermal processing technique. The high quality, one step epitaxial layers, led to both high conductive and high doping efficiency layers.

  17. Measure Guideline: High Efficiency Natural Gas Furnaces

    Energy Technology Data Exchange (ETDEWEB)

    Brand, L.; Rose, W.

    2012-10-01

    This Measure Guideline covers installation of high-efficiency gas furnaces. Topics covered include when to install a high-efficiency gas furnace as a retrofit measure, how to identify and address risks, and the steps to be used in the selection and installation process. The guideline is written for Building America practitioners and HVAC contractors and installers. It includes a compilation of information provided by manufacturers, researchers, and the Department of Energy as well as recent research results from the Partnership for Advanced Residential Retrofit (PARR) Building America team.

  18. Innovative-Simplified Nuclear Power Plant Efficiency Evaluation with High-Efficiency Steam Injector System

    International Nuclear Information System (INIS)

    Shoji, Goto; Shuichi, Ohmori; Michitsugu, Mori

    2006-01-01

    It is possible to establish simplified system with reduced space and total equipment weight using high-efficiency Steam Injectors (SI) instead of low-pressure feedwater heaters in Nuclear Power Plant (NPP). The SI works as a heat exchanger through direct contact between feedwater from condensers and extracted steam from turbines. It can get higher pressure than supplied steam pressure. The maintenance and reliability are still higher than the feedwater ones because SI has no movable parts. This paper describes the analysis of the heat balance, plant efficiency and the operation of this Innovative-Simplified NPP with high-efficiency SI. The plant efficiency and operation are compared with the electric power of 1100 MWe-class BWR system and the Innovative-Simplified BWR system with SI. The SI model is adapted into the heat balance simulator with a simplified model. The results show that plant efficiencies of the Innovated-Simplified BWR system are almost equal to original BWR ones. The present research is one of the projects that are carried out by Tokyo Electric Power Company, Toshiba Corporation, and six Universities in Japan, funded from the Institute of Applied Energy (IAE) of Japan as the national public research-funded program. (authors)

  19. Energy efficiency indicators for high electric-load buildings

    Energy Technology Data Exchange (ETDEWEB)

    Aebischer, Bernard; Balmer, Markus A.; Kinney, Satkartar; Le Strat, Pascale; Shibata, Yoshiaki; Varone, Frederic

    2003-06-01

    Energy per unit of floor area is not an adequate indicator for energy efficiency in high electric-load buildings. For two activities, restaurants and computer centres, alternative indicators for energy efficiency are discussed.

  20. A brief overview of the European Fusion File (EFF) Project

    International Nuclear Information System (INIS)

    Kellett, M.A.; Forrest, R.A.; Batistoni, P.

    2004-01-01

    The European Fusion File (EFF) Project is a collaborative project with work funded by the European Fusion Development Agreement (EFDA). The emphasis is on the pooling of resources and removal of duplication of effort, leading to the efficient development of two types of nuclear data libraries for use in fusion power plant design and operation studies. The two branches consist of, on the one hand, a general purpose file for modelling and design capabilities and, second, an activation file for the calculation and simulation of dose rates and energy release during operation of a future power plant. Efforts are directed towards a continued improvement of the quality of the nuclear data needed for these analyses. The OECD Nuclear Energy Agency's Data Bank acts as the central repository for the files and all information discussed during twice yearly meetings. It offers its services at no charge to the Project. (author)

  1. High Efficiency Centrifugal Compressor for Rotorcraft Applications

    Science.gov (United States)

    Medic, Gorazd; Sharma, Om P.; Jongwook, Joo; Hardin, Larry W.; McCormick, Duane C.; Cousins, William T.; Lurie, Elizabeth A.; Shabbir, Aamir; Holley, Brian M.; Van Slooten, Paul R.

    2017-01-01

    A centrifugal compressor research effort conducted by United Technologies Research Center under NASA Research Announcement NNC08CB03C is documented. The objectives were to identify key technical barriers to advancing the aerodynamic performance of high-efficiency, high work factor, compact centrifugal compressor aft-stages for turboshaft engines; to acquire measurements needed to overcome the technical barriers and inform future designs; to design, fabricate, and test a new research compressor in which to acquire the requisite flow field data. A new High-Efficiency Centrifugal Compressor stage -- splittered impeller, splittered diffuser, 90 degree bend, and exit guide vanes -- with aerodynamically aggressive performance and configuration (compactness) goals were designed, fabricated, and subquently tested at the NASA Glenn Research Center.

  2. Quasi-kinoform type multilayer zone plate with high diffraction efficiency for high-energy X-rays

    International Nuclear Information System (INIS)

    Tamura, S; Yasumoto, M; Kamijo, N; Uesugi, K; Takeuchi, A; Terada, Y; Suzuki, Y

    2009-01-01

    Fresnel zone plate (FZP) with high diffraction efficiency leads to high performance X-ray microscopy with the reduction of the radiation damage to biological specimens. In order to attain high diffraction efficiency in high energy X-ray region, we have developed multilevel-type (6-step) multilayer FZPs with the diameter of 70 micron. The efficiencies of two FZPs were evaluated at the BL20XU beamline of SPring-8. For one FZP, the peak efficiency for the 1st-order diffraction of 51% has been obtained at 70 keV. The efficiencies higher than 40% have been achieved in the wide energy range of 70-90 keV. That for the 2nd-order diffraction of 46% has been obtained at 37.5 keV.

  3. High-speed test of SFQ-shift register files using PTL wiring

    International Nuclear Information System (INIS)

    Fujiwara, K.; Yamashiro, Y.; Yoshikawa, N.; Hashimoto, Y.; Yorozu, S.; Terai, H.; Fujimaki, A.

    2004-01-01

    We have been developing an SFQ shift register memory, which is one candidate to realize high-throughput and high-density superconductive memories. We have modified our memory architecture in order to adapt it to our SFQ microprocessor, CORE1. The new version of the shift register memory is composed of shift registers with non-destructive readout operation, which have an internal feedback. We have also studied the availability of passive transmission line (PTL) wiring in the memory system at high speed. The tested circuit is a 4-byte shift register file, where four kinds of wiring circuits are used between a decoder and shift registers. We have measured the dependences of the DC bias margin on the operating frequency for all wiring methods, and obtained almost the same dependences, which shows the availability of the PTL wiring in the memory system. We have used the NEC 2.5 kA/cm 2 Nb standard process and the CONNECT cell library

  4. High-efficiency organic glass scintillators

    Science.gov (United States)

    Feng, Patrick L.; Carlson, Joseph S.

    2017-12-19

    A new family of neutron/gamma discriminating scintillators is disclosed that comprises stable organic glasses that may be melt-cast into transparent monoliths. These materials have been shown to provide light yields greater than solution-grown trans-stilbene crystals and efficient PSD capabilities when combined with 0.01 to 0.05% by weight of the total composition of a wavelength-shifting fluorophore. Photoluminescence measurements reveal fluorescence quantum yields that are 2 to 5 times greater than conventional plastic or liquid scintillator matrices, which accounts for the superior light yield of these glasses. The unique combination of high scintillation light-yields, efficient neutron/gamma PSD, and straightforward scale-up via melt-casting distinguishes the developed organic glasses from existing scintillators.

  5. Distributed PACS using distributed file system with hierarchical meta data servers.

    Science.gov (United States)

    Hiroyasu, Tomoyuki; Minamitani, Yoshiyuki; Miki, Mitsunori; Yokouchi, Hisatake; Yoshimi, Masato

    2012-01-01

    In this research, we propose a new distributed PACS (Picture Archiving and Communication Systems) which is available to integrate several PACSs that exist in each medical institution. The conventional PACS controls DICOM file into one data-base. On the other hand, in the proposed system, DICOM file is separated into meta data and image data and those are stored individually. Using this mechanism, since file is not always accessed the entire data, some operations such as finding files, changing titles, and so on can be performed in high-speed. At the same time, as distributed file system is utilized, accessing image files can also achieve high-speed access and high fault tolerant. The introduced system has a more significant point. That is the simplicity to integrate several PACSs. In the proposed system, only the meta data servers are integrated and integrated system can be constructed. This system also has the scalability of file access with along to the number of file numbers and file sizes. On the other hand, because meta-data server is integrated, the meta data server is the weakness of this system. To solve this defect, hieratical meta data servers are introduced. Because of this mechanism, not only fault--tolerant ability is increased but scalability of file access is also increased. To discuss the proposed system, the prototype system using Gfarm was implemented. For evaluating the implemented system, file search operating time of Gfarm and NFS were compared.

  6. The thermodynamic characteristics of high efficiency, internal-combustion engines

    International Nuclear Information System (INIS)

    Caton, Jerald A.

    2012-01-01

    Highlights: ► The thermodynamics of an automotive engine are determined using a cycle simulation. ► The net indicated thermal efficiency increased from 37.0% to 53.9%. ► High compression ratio, lean mixtures and high EGR were the important features. ► Efficiency increased due to lower heat losses, and increased work conversion. ► The nitric oxides were essentially zero due to the low combustion temperatures. - Abstract: Recent advancements have demonstrated new combustion modes for internal combustion engines that exhibit low nitric oxide emissions and high thermal efficiencies. These new combustion modes involve various combinations of stratification, lean mixtures, high levels of EGR, multiple injections, variable valve timings, two fuels, and other such features. Although the exact combination of these features that provides the best design is not yet clear, the results (low emissions with high efficiencies) are of major interest. The current work is directed at determining some of the fundamental thermodynamic reasons for the relatively high efficiencies and to quantify these factors. Both the first and second laws are used in this assessment. An automotive engine (5.7 l) which included some of the features mentioned above (e.g., high compression ratios, lean mixtures, and high EGR) was evaluated using a thermodynamic cycle simulation. These features were examined for a moderate load (bmep = 900 kPa), moderate speed (2000 rpm) condition. By the use of lean operation, high EGR levels, high compression ratio and other features, the net indicated thermal efficiency increased from 37.0% to 53.9%. These increases are explained in a step-by-step fashion. The major reasons for these improvements include the higher compression ratio and the dilute charge (lean mixture, high EGR). The dilute charge resulted in lower temperatures which in turn resulted in lower heat loss. In addition, the lower temperatures resulted in higher ratios of the specific heats which

  7. Experiments on high efficiency aerosol filtration

    International Nuclear Information System (INIS)

    Mazzini, M.; Cuccuru, A.; Kunz, P.

    1977-01-01

    Research on high efficiency aerosol filtration by the Nuclear Engineering Institute of Pisa University and by CAMEN in collaboration with CNEN is outlined. HEPA filter efficiency was studied as a function of the type and size of the test aerosol, and as a function of flowrate (+-50% of the nominal value), air temperature (up to 70 0 C), relative humidity (up to 100%), and durability in a corrosive atmosphere (up to 140 hours in NaCl mist). In the selected experimental conditions these influences were appreciable but are not sufficient to be significant in industrial HEPA filter applications. Planned future research is outlined: measurement of the efficiency of two HEPA filters in series using a fixed particle size; dependence of the efficiency on air, temperatures up to 300-500 0 C; performance when subject to smoke from burning organic materials (natural rubber, neoprene, miscellaneous plastics). Such studies are relevant to possible accidental fires in a plutonium laboratory

  8. Performance of a high efficiency high power UHF klystron

    International Nuclear Information System (INIS)

    Konrad, G.T.

    1977-03-01

    A 500 kW c-w klystron was designed for the PEP storage ring at SLAC. The tube operates at 353.2 MHz, 62 kV, a microperveance of 0.75, and a gain of approximately 50 dB. Stable operation is required for a VSWR as high as 2 : 1 at any phase angle. The design efficiency is 70%. To obtain this value of efficiency, a second harmonic cavity is used in order to produce a very tightly bunched beam in the output gap. At the present time it is planned to install 12 such klystrons in PEP. A tube with a reduced size collector was operated at 4% duty at 500 kW. An efficiency of 63% was observed. The same tube was operated up to 200 kW c-w for PEP accelerator cavity tests. A full-scale c-w tube reached 500 kW at 65 kV with an efficiency of 55%. In addition to power and phase measurements into a matched load, some data at various load mismatches are presented

  9. 11 CFR 100.19 - File, filed or filing (2 U.S.C. 434(a)).

    Science.gov (United States)

    2010-01-01

    ... a facsimile machine or by electronic mail if the reporting entity is not required to file..., including electronic reporting entities, may use the Commission's website's on-line program to file 48-hour... the reporting entity is not required to file electronically in accordance with 11 CFR 104.18. [67 FR...

  10. Process development for high-efficiency silicon solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Gee, J.M.; Basore, P.A.; Buck, M.E.; Ruby, D.S.; Schubert, W.K.; Silva, B.L.; Tingley, J.W.

    1991-12-31

    Fabrication of high-efficiency silicon solar cells in an industrial environment requires a different optimization than in a laboratory environment. Strategies are presented for process development of high-efficiency silicon solar cells, with a goal of simplifying technology transfer into an industrial setting. The strategies emphasize the use of statistical experimental design for process optimization, and the use of baseline processes and cells for process monitoring and quality control. 8 refs.

  11. File Type Identification of File Fragments using Longest Common Subsequence (LCS)

    Science.gov (United States)

    Rahmat, R. F.; Nicholas, F.; Purnamawati, S.; Sitompul, O. S.

    2017-01-01

    Computer forensic analyst is a person in charge of investigation and evidence tracking. In certain cases, the file needed to be presented as digital evidence was deleted. It is difficult to reconstruct the file, because it often lost its header and cannot be identified while being restored. Therefore, a method is required for identifying the file type of file fragments. In this research, we propose Longest Common Subsequences that consists of three steps, namely training, testing and validation, to identify the file type from file fragments. From all testing results we can conlude that our proposed method works well and achieves 92.91% of accuracy to identify the file type of file fragment for three data types.

  12. 49 CFR 564.5 - Information filing; agency processing of filings.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 6 2010-10-01 2010-10-01 false Information filing; agency processing of filings... HIGHWAY TRAFFIC SAFETY ADMINISTRATION, DEPARTMENT OF TRANSPORTATION REPLACEABLE LIGHT SOURCE INFORMATION (Eff. until 12-01-12) § 564.5 Information filing; agency processing of filings. (a) Each manufacturer...

  13. High efficiency confinement mode by electron cyclotron heating

    International Nuclear Information System (INIS)

    Funahashi, Akimasa

    1987-01-01

    In the medium size nuclear fusion experiment facility JFT-2M in the Japan Atomic Energy Research Institute, the research on the high efficiency plasma confinement mode has been advanced, and in the experiment in June, 1987, the formation of a high efficiency confinement mode was successfully controlled by electron cyclotron heating, for the first time in the world. This result further advanced the control of the formation of a high efficiency plasma confinement mode and the elucidation of the physical mechanism of that mode, and promoted the research and development of the plasma heating by electron cyclotron heating. In this paper, the recent results of the research on a high efficiency confinement mode at the JFT-2M are reported, and the role of the JFT-2M and the experiment on the improvement of core plasma performance are outlined. Now the plasma temperature exceeding 100 million deg C has been attained in large tokamaks, and in medium size facilities, the various measures for improving confinement performance are to be brought forth and their scientific basis is elucidated to assist large facilities. The JFT-2M started the operation in April, 1983, and has accumulated the results smoothly since then. (Kako, I.)

  14. Cut-and-Paste file-systems: integrating simulators and file systems

    NARCIS (Netherlands)

    Bosch, H.G.P.; Mullender, Sape J.

    1995-01-01

    We have implemented an integrated and configurable file system called the Pegasus filesystem (PFS) and a trace-driven file-system simulator called Patsy. Patsy is used for off-line analysis of file-systemalgorithms, PFS is used for on-line file-systemdata storage. Algorithms are first analyzed in

  15. Dynamic Non-Hierarchical File Systems for Exascale Storage

    Energy Technology Data Exchange (ETDEWEB)

    Long, Darrell E. [Univ. of California, Santa Cruz, CA (United States); Miller, Ethan L [Univ. of California, Santa Cruz, CA (United States)

    2015-02-24

    This constitutes the final report for “Dynamic Non-Hierarchical File Systems for Exascale Storage”. The ultimate goal of this project was to improve data management in scientific computing and high-end computing (HEC) applications, and to achieve this goal we proposed: to develop the first, HEC-targeted, file system featuring rich metadata and provenance collection, extreme scalability, and future storage hardware integration as core design goals, and to evaluate and develop a flexible non-hierarchical file system interface suitable for providing more powerful and intuitive data management interfaces to HEC and scientific computing users. Data management is swiftly becoming a serious problem in the scientific community – while copious amounts of data are good for obtaining results, finding the right data is often daunting and sometimes impossible. Scientists participating in a Department of Energy workshop noted that most of their time was spent “...finding, processing, organizing, and moving data and it’s going to get much worse”. Scientists should not be forced to become data mining experts in order to retrieve the data they want, nor should they be expected to remember the naming convention they used several years ago for a set of experiments they now wish to revisit. Ideally, locating the data you need would be as easy as browsing the web. Unfortunately, existing data management approaches are usually based on hierarchical naming, a 40 year-old technology designed to manage thousands of files, not exabytes of data. Today’s systems do not take advantage of the rich array of metadata that current high-end computing (HEC) file systems can gather, including content-based metadata and provenance1 information. As a result, current metadata search approaches are typically ad hoc and often work by providing a parallel management system to the “main” file system, as is done in Linux (the locate utility), personal computers, and enterprise search

  16. Flexibility and Performance of Parallel File Systems

    Science.gov (United States)

    Kotz, David; Nieuwejaar, Nils

    1996-01-01

    As we gain experience with parallel file systems, it becomes increasingly clear that a single solution does not suit all applications. For example, it appears to be impossible to find a single appropriate interface, caching policy, file structure, or disk-management strategy. Furthermore, the proliferation of file-system interfaces and abstractions make applications difficult to port. We propose that the traditional functionality of parallel file systems be separated into two components: a fixed core that is standard on all platforms, encapsulating only primitive abstractions and interfaces, and a set of high-level libraries to provide a variety of abstractions and application-programmer interfaces (API's). We present our current and next-generation file systems as examples of this structure. Their features, such as a three-dimensional file structure, strided read and write interfaces, and I/O-node programs, are specifically designed with the flexibility and performance necessary to support a wide range of applications.

  17. An efficient and extensible approach for compressing phylogenetic trees.

    Science.gov (United States)

    Matthews, Suzanne J; Williams, Tiffani L

    2011-10-18

    Biologists require new algorithms to efficiently compress and store their large collections of phylogenetic trees. Our previous work showed that TreeZip is a promising approach for compressing phylogenetic trees. In this paper, we extend our TreeZip algorithm by handling trees with weighted branches. Furthermore, by using the compressed TreeZip file as input, we have designed an extensible decompressor that can extract subcollections of trees, compute majority and strict consensus trees, and merge tree collections using set operations such as union, intersection, and set difference. On unweighted phylogenetic trees, TreeZip is able to compress Newick files in excess of 98%. On weighted phylogenetic trees, TreeZip is able to compress a Newick file by at least 73%. TreeZip can be combined with 7zip with little overhead, allowing space savings in excess of 99% (unweighted) and 92%(weighted). Unlike TreeZip, 7zip is not immune to branch rotations, and performs worse as the level of variability in the Newick string representation increases. Finally, since the TreeZip compressed text (TRZ) file contains all the semantic information in a collection of trees, we can easily filter and decompress a subset of trees of interest (such as the set of unique trees), or build the resulting consensus tree in a matter of seconds. We also show the ease of which set operations can be performed on TRZ files, at speeds quicker than those performed on Newick or 7zip compressed Newick files, and without loss of space savings. TreeZip is an efficient approach for compressing large collections of phylogenetic trees. The semantic and compact nature of the TRZ file allow it to be operated upon directly and quickly, without a need to decompress the original Newick file. We believe that TreeZip will be vital for compressing and archiving trees in the biological community.

  18. High-Order Dielectric Metasurfaces for High-Efficiency Polarization Beam Splitters and Optical Vortex Generators

    Science.gov (United States)

    Guo, Zhongyi; Zhu, Lie; Guo, Kai; Shen, Fei; Yin, Zhiping

    2017-08-01

    In this paper, a high-order dielectric metasurface based on silicon nanobrick array is proposed and investigated. By controlling the length and width of the nanobricks, the metasurfaces could supply two different incremental transmission phases for the X-linear-polarized (XLP) and Y-linear-polarized (YLP) light with extremely high efficiency over 88%. Based on the designed metasurface, two polarization beam splitters working in high-order diffraction modes have been designed successfully, which demonstrated a high transmitted efficiency. In addition, we have also designed two vortex-beam generators working in high-order diffraction modes to create vortex beams with the topological charges of 2 and 3. The employment of dielectric metasurfaces operating in high-order diffraction modes could pave the way for a variety of new ultra-efficient optical devices.

  19. 77 FR 64112 - Office of Energy Efficiency and Renewable Energy

    Science.gov (United States)

    2012-10-18

    ... DEPARTMENT OF ENERGY Office of Energy Efficiency and Renewable Energy Nationwide Categorical Waivers of the American Recovery and Reinvestment Act AGENCY: Office of Energy Efficiency and Renewable... Efficiency and Renewable Energy, U.S. Department of Energy. [FR Doc. 2012-25636 Filed 10-17-12; 8:45 am...

  20. All passive architecture for high efficiency cascaded Raman conversion

    Science.gov (United States)

    Balaswamy, V.; Arun, S.; Chayran, G.; Supradeepa, V. R.

    2018-02-01

    Cascaded Raman fiber lasers have offered a convenient method to obtain scalable, high-power sources at various wavelength regions inaccessible with rare-earth doped fiber lasers. A limitation previously was the reduced efficiency of these lasers. Recently, new architectures have been proposed to enhance efficiency, but this came at the cost of enhanced complexity, requiring an additional low-power, cascaded Raman laser. In this work, we overcome this with a new, all-passive architecture for high-efficiency cascaded Raman conversion. We demonstrate our architecture with a fifth-order cascaded Raman converter from 1117nm to 1480nm with output power of ~64W and efficiency of 60%.

  1. High-efficiency photovoltaic cells

    Science.gov (United States)

    Yang, H.T.; Zehr, S.W.

    1982-06-21

    High efficiency solar converters comprised of a two cell, non-lattice matched, monolithic stacked semiconductor configuration using optimum pairs of cells having bandgaps in the range 1.6 to 1.7 eV and 0.95 to 1.1 eV, and a method of fabrication thereof, are disclosed. The high band gap subcells are fabricated using metal organic chemical vapor deposition (MOCVD), liquid phase epitaxy (LPE) or molecular beam epitaxy (MBE) to produce the required AlGaAs layers of optimized composition, thickness and doping to produce high performance, heteroface homojunction devices. The low bandgap subcells are similarly fabricated from AlGa(As)Sb compositions by LPE, MBE or MOCVD. These subcells are then coupled to form a monolithic structure by an appropriate bonding technique which also forms the required transparent intercell ohmic contact (IOC) between the two subcells. Improved ohmic contacts to the high bandgap semiconductor structure can be formed by vacuum evaporating to suitable metal or semiconductor materials which react during laser annealing to form a low bandgap semiconductor which provides a low contact resistance structure.

  2. Efficient Dynamic Searchable Encryption with Forward Privacy

    Directory of Open Access Journals (Sweden)

    Etemad Mohammad

    2018-01-01

    Full Text Available Searchable symmetric encryption (SSE enables a client to perform searches over its outsourced encrypted files while preserving privacy of the files and queries. Dynamic schemes, where files can be added or removed, leak more information than static schemes. For dynamic schemes, forward privacy requires that a newly added file cannot be linked to previous searches. We present a new dynamic SSE scheme that achieves forward privacy by replacing the keys revealed to the server on each search. Our scheme is efficient and parallelizable and outperforms the best previous schemes providing forward privacy, and achieves competitive performance with dynamic schemes without forward privacy. We provide a full security proof in the random oracle model. In our experiments on the Wikipedia archive of about four million pages, the server takes one second to perform a search with 100,000 results.

  3. Ultra-high Efficiency DC-DC Converter using GaN Devices

    DEFF Research Database (Denmark)

    Ramachandran, Rakesh

    2016-01-01

    properties of GaN devices can be utilized in power converters to make them more compact and highly efficient. This thesis entitled “Ultra-high Efficiency DC-DC Converter using GaN devices” focuses on achieving ultra-high conversion efficiency in an isolated dc-dc converter by the optimal utilization of Ga...... for many decades. However, the rate of improvement slowed as the silicon power materials asymptotically approached its theoretical bounds. Compared to Si, wideband gap materials such as Silicon Carbide (SiC) and Gallium Nitride (GaN) are promising semiconductors for power devices due to their superior...... in this thesis. Efficiency measurements from the hardware prototype of both the topologies are also presented in this thesis. Finally, the bidirectional operation of an optimized isolated dc-dc converter is presented. The optimized converter has achieved an ultra-high efficiency of 98.8% in both directions...

  4. Saving energy via high-efficiency fans.

    Science.gov (United States)

    Heine, Thomas

    2016-08-01

    Thomas Heine, sales and market manager for EC Upgrades, the retrofit arm of global provider of air movement solutions, ebm-papst A&NZ, discusses the retrofitting of high-efficiency fans to existing HVAC equipment to 'drastically reduce energy consumption'.

  5. Bioblendstocks that Enable High Efficiency Engine Designs

    Energy Technology Data Exchange (ETDEWEB)

    McCormick, Robert L.; Fioroni, Gina M.; Ratcliff, Matthew A.; Zigler, Bradley T.; Farrell, John

    2016-11-03

    The past decade has seen a high level of innovation in production of biofuels from sugar, lipid, and lignocellulose feedstocks. As discussed in several talks at this workshop, ethanol blends in the E25 to E50 range could enable more highly efficient spark-ignited (SI) engines. This is because of their knock resistance properties that include not only high research octane number (RON), but also charge cooling from high heat of vaporization, and high flame speed. Emerging alcohol fuels such as isobutanol or mixed alcohols have desirable properties such as reduced gasoline blend vapor pressure, but also have lower RON than ethanol. These fuels may be able to achieve the same knock resistance benefits, but likely will require higher blend levels or higher RON hydrocarbon blendstocks. A group of very high RON (>150) oxygenates such as dimethyl furan, methyl anisole, and related compounds are also produced from biomass. While providing no increase in charge cooling, their very high octane numbers may provide adequate knock resistance for future highly efficient SI engines. Given this range of options for highly knock resistant fuels there appears to be a critical need for a fuel knock resistance metric that includes effects of octane number, heat of vaporization, and potentially flame speed. Emerging diesel fuels include highly branched long-chain alkanes from hydroprocessing of fats and oils, as well as sugar-derived terpenoids. These have relatively high cetane number (CN), which may have some benefits in designing more efficient CI engines. Fast pyrolysis of biomass can produce diesel boiling range streams that are high in aromatic, oxygen and acid contents. Hydroprocessing can be applied to remove oxygen and consequently reduce acidity, however there are strong economic incentives to leave up to 2 wt% oxygen in the product. This oxygen will primarily be present as low CN alkyl phenols and aryl ethers. While these have high heating value, their presence in diesel fuel

  6. ChemEngine: harvesting 3D chemical structures of supplementary data from PDF files.

    Science.gov (United States)

    Karthikeyan, Muthukumarasamy; Vyas, Renu

    2016-01-01

    Digital access to chemical journals resulted in a vast array of molecular information that is now available in the supplementary material files in PDF format. However, extracting this molecular information, generally from a PDF document format is a daunting task. Here we present an approach to harvest 3D molecular data from the supporting information of scientific research articles that are normally available from publisher's resources. In order to demonstrate the feasibility of extracting truly computable molecules from PDF file formats in a fast and efficient manner, we have developed a Java based application, namely ChemEngine. This program recognizes textual patterns from the supplementary data and generates standard molecular structure data (bond matrix, atomic coordinates) that can be subjected to a multitude of computational processes automatically. The methodology has been demonstrated via several case studies on different formats of coordinates data stored in supplementary information files, wherein ChemEngine selectively harvested the atomic coordinates and interpreted them as molecules with high accuracy. The reusability of extracted molecular coordinate data was demonstrated by computing Single Point Energies that were in close agreement with the original computed data provided with the articles. It is envisaged that the methodology will enable large scale conversion of molecular information from supplementary files available in the PDF format into a collection of ready- to- compute molecular data to create an automated workflow for advanced computational processes. Software along with source codes and instructions available at https://sourceforge.net/projects/chemengine/files/?source=navbar.Graphical abstract.

  7. Cut-and-Paste file-systems : integrating simulators and file systems

    NARCIS (Netherlands)

    Bosch, H.G.P.; Mullender, Sape J.

    1996-01-01

    We have implemented an integrated and configurable file system called the PFS and a trace-driven file-system simulator called Patsy. Patsy is used for off-line analysis of file-system algorithms, PFS is used for on-line file-system data storage. Algorithms are first analyzed in Patsy and when we are

  8. Stabilization void-fill encapsulation high-efficiency particulate filters

    International Nuclear Information System (INIS)

    Alexander, R.G.; Stewart, W.E.; Phillips, S.J.; Serkowski, M.M.; England, J.L.; Boynton, H.C.

    1994-05-01

    This report discusses high-efficiency particulate air (HEPA) filter systems that which are contaminated with radionuclides are part of the nuclear fuel processing systems conducted by the US Department of Energy (DOE) and require replacement and safe and efficient disposal for plant safety. Two K-3 HEPA filters were removed from service, placed burial boxes, buried, and safely and efficiently stabilized remotely which reduced radiation exposure to personnel and the environment

  9. SeqKit: A Cross-Platform and Ultrafast Toolkit for FASTA/Q File Manipulation.

    Directory of Open Access Journals (Sweden)

    Wei Shen

    Full Text Available FASTA and FASTQ are basic and ubiquitous formats for storing nucleotide and protein sequences. Common manipulations of FASTA/Q file include converting, searching, filtering, deduplication, splitting, shuffling, and sampling. Existing tools only implement some of these manipulations, and not particularly efficiently, and some are only available for certain operating systems. Furthermore, the complicated installation process of required packages and running environments can render these programs less user friendly. This paper describes a cross-platform ultrafast comprehensive toolkit for FASTA/Q processing. SeqKit provides executable binary files for all major operating systems, including Windows, Linux, and Mac OSX, and can be directly used without any dependencies or pre-configurations. SeqKit demonstrates competitive performance in execution time and memory usage compared to similar tools. The efficiency and usability of SeqKit enable researchers to rapidly accomplish common FASTA/Q file manipulations. SeqKit is open source and available on Github at https://github.com/shenwei356/seqkit.

  10. High-efficient electron linacs

    International Nuclear Information System (INIS)

    Glavatskikh, K.V.; Zverev, B.V.; Kalyuzhnyj, V.E.; Morozov, V.L.; Nikolaev, S.V.; Plotnikov, S.N.; Sobenin, N.P.; Vovna, V.A.; Gryzlov, A.V.

    1993-01-01

    Comparison analysis of ELA on running and still waves designed for 10 MeV energy and with high efficiency is carried out. It is shown, that from the point of view of dimensions ELA with a still wave or that of a combined type is more preferable. From the point of view of impedance characteristics in any variant with application of magnetron as HF-generator it is necessary to implement special requirements to the accelerating structure if no ferrite isolation is provided in HF-channel. 3 refs., 4 figs., 1 tab

  11. Storage Manager and File Transfer Web Services

    International Nuclear Information System (INIS)

    William A Watson III; Ying Chen; Jie Chen; Walt Akers

    2002-01-01

    Web services are emerging as an interesting mechanism for a wide range of grid services, particularly those focused upon information services and control. When coupled with efficient data transfer services, they provide a powerful mechanism for building a flexible, open, extensible data grid for science applications. In this paper we present our prototype work on a Java Storage Resource Manager (JSRM) web service and a Java Reliable File Transfer (JRFT) web service. A java client (Grid File Manager) on top of JSRM and is developed to demonstrate the capabilities of these web services. The purpose of this work is to show the extent to which SOAP based web services are an appropriate direction for building a grid-wide data management system, and eventually grid-based portals

  12. Segmentation of low‐cost high efficiency oxide‐based thermoelectric materials

    DEFF Research Database (Denmark)

    Le, Thanh Hung; Van Nong, Ngo; Linderoth, Søren

    2015-01-01

    Thermoelectric (TE) oxide materials have attracted great interest in advanced renewable energy research owing to the fact that they consist of abundant elements, can be manufactured by low-cost processing, sustain high temperatures, be robust and provide long lifetime. However, the low conversion...... efficiency of TE oxides has been a major drawback limiting these materials to broaden applications. In this work, theoretical calculations are used to predict how segmentation of oxide and semimetal materials, utilizing the benefits of both types of materials, can provide high efficiency, high temperature...... oxide-based segmented legs. The materials for segmentation are selected by their compatibility factors and their conversion efficiency versus material cost, i.e., “efficiency ratio”. Numerical modelling results showed that conversion efficiency could reach values of more than 10% for unicouples using...

  13. High-efficiency CARM

    Energy Technology Data Exchange (ETDEWEB)

    Bratman, V.L.; Kol`chugin, B.D.; Samsonov, S.V.; Volkov, A.B. [Institute of Applied Physics, Nizhny Novgorod (Russian Federation)

    1995-12-31

    The Cyclotron Autoresonance Maser (CARM) is a well-known variety of FEMs. Unlike the ubitron in which electrons move in a periodical undulator field, in the CARM the particles move along helical trajectories in a uniform magnetic field. Since it is much simpler to generate strong homogeneous magnetic fields than periodical ones for a relatively low electron energy ({Brit_pounds}{le}1-3 MeV) the period of particles` trajectories in the CARM can be sufficiently smaller than in the undulator in which, moreover, the field decreases rapidly in the transverse direction. In spite of this evident advantage, the number of papers on CARM is an order less than on ubitron, which is apparently caused by the low (not more than 10 %) CARM efficiency in experiments. At the same time, ubitrons operating in two rather complicated regimes-trapping and adiabatic deceleration of particles and combined undulator and reversed guiding fields - yielded efficiencies of 34 % and 27 %, respectively. The aim of this work is to demonstrate that high efficiency can be reached even for a simplest version of the CARM. In order to reduce sensitivity to an axial velocity spread of particles, a short interaction length where electrons underwent only 4-5 cyclotron oscillations was used in this work. Like experiments, a narrow anode outlet of a field-emission electron gun cut out the {open_quotes}most rectilinear{close_quotes} near-axis part of the electron beam. Additionally, magnetic field of a small correcting coil compensated spurious electron oscillations pumped by the anode aperture. A kicker in the form of a sloping to the axis frame with current provided a control value of rotary velocity at a small additional velocity spread. A simple cavity consisting of a cylindrical waveguide section restricted by a cut-off waveguide on the cathode side and by a Bragg reflector on the collector side was used as the CARM-oscillator microwave system.

  14. New III-V cell design approaches for very high efficiency

    Energy Technology Data Exchange (ETDEWEB)

    Lundstrom, M.S.; Melloch, M.R.; Lush, G.B.; Patkar, M.P.; Young, M.P. (Purdue Univ., Lafayette, IN (United States))

    1993-04-01

    This report describes to examine new solar cell desip approaches for achieving very high conversion efficiencies. The program consists of two elements. The first centers on exploring new thin-film approaches specifically designed for M-III semiconductors. Substantial efficiency gains may be possible by employing light trapping techniques to confine the incident photons, as well as the photons emitted by radiative recombination. The thin-film approach is a promising route for achieving substantial performance improvements in the already high-efficiency, single-junction, III-V cell. The second element of the research involves exploring desip approaches for achieving high conversion efficiencies without requiring extremely high-quality material. This work has applications to multiple-junction cells, for which the selection of a component cell often involves a compromise between optimum band pp and optimum material quality. It could also be a benefit manufacturing environment by making the cell's efficiency less dependent on materialquality.

  15. Charge transport in highly efficient iridium cored electrophosphorescent dendrimers

    Science.gov (United States)

    Markham, Jonathan P. J.; Samuel, Ifor D. W.; Lo, Shih-Chun; Burn, Paul L.; Weiter, Martin; Bässler, Heinz

    2004-01-01

    Electrophosphorescent dendrimers are promising materials for highly efficient light-emitting diodes. They consist of a phosphorescent core onto which dendritic groups are attached. Here, we present an investigation into the optical and electronic properties of highly efficient phosphorescent dendrimers. The effect of dendrimer structure on charge transport and optical properties is studied using temperature-dependent charge-generation-layer time-of-flight measurements and current voltage (I-V) analysis. A model is used to explain trends seen in the I-V characteristics. We demonstrate that fine tuning the mobility by chemical structure is possible in these dendrimers and show that this can lead to highly efficient bilayer dendrimer light-emitting diodes with neat emissive layers. Power efficiencies of 20 lm/W were measured for devices containing a second-generation (G2) Ir(ppy)3 dendrimer with a 1,3,5-tris(2-N-phenylbenzimidazolyl)benzene electron transport layer.

  16. Effectiveness of Iron Filings in Arsenate and Arsenite Removal from Drinking Water

    Directory of Open Access Journals (Sweden)

    AliReza Asgari

    2009-09-01

    Full Text Available Groundwater contamination with arsenic (As has been recognized as a serious problem and there are various reports from different regions, especially from Kurdistan Providence, indicating the presence of As in the from of arsenate and arsenite in water recourses. Removal of these compounds can be accomplished by various methods but they are all expensive. In this study, three concentrations (0.5, 1, and 1 mg/L of iron filings (0.25, 0.5, 1 and 1.5 grams were used as a cheap and available material for adsorption of As and the effects of contact time and pH as well as chloride and sulfate ion concentrations on removal efficiency were determined. Description of adsorption isotherms (Ferundlich and Langmuir was accomplished. Finally, the data obtained were analyzed using the Excel softwere. The results indicate that iron filings show a high capability in adsorbing both arsenate and arsenic compounds from polluted water samples at pH 7 over a short contact time of 30 minutes. In fact, this cheap adsorbent shows good treatment when used at doses as low as 1g/L with no considerable interference by interfering anions (SO42- and Cl-. It appears that the absorbability of both arsenate and arsenite by iron filings can be expressed by Ferundlich isotherm with R2>0.96, whereas arsenate adsorption (with a R2 value of more than 0.96 can be better described by Langmuir isotherm than arsenite (with R2 value of more than 0.91. Results also indicate that the amount of iron added to water is much more than the standard value of 0.3mg/L set for dinking water. Nevertheless, this method has far greater advantages in terms of costs and availability than similar methods. Besides, as removal by this method is efficient without pH modification, iron filing treatment of drinking water may, therefore, be recomnended as a convenient solution to the problem of water resources polluted with As in Iran.

  17. Design of High Efficiency Illumination for LED Lighting

    OpenAIRE

    Chang, Yong-Nong; Cheng, Hung-Liang; Kuo, Chih-Ming

    2013-01-01

    A high efficiency illumination for LED street lighting is proposed. For energy saving, this paper uses Class-E resonant inverter as main electric circuit to improve efficiency. In addition, single dimming control has the best efficiency, simplest control scheme and lowest circuit cost among other types of dimming techniques. Multiple serial-connected transformers used to drive the LED strings as they can provide galvanic isolation and have the advantage of good current distribution against de...

  18. File sharing

    NARCIS (Netherlands)

    van Eijk, N.

    2011-01-01

    File sharing’ has become generally accepted on the Internet. Users share files for downloading music, films, games, software etc. In this note, we have a closer look at the definition of file sharing, the legal and policy-based context as well as enforcement issues. The economic and cultural

  19. High Quantum Efficiency OLED Lighting Systems

    Energy Technology Data Exchange (ETDEWEB)

    Shiang, Joseph [General Electric (GE) Global Research, Fairfield, CT (United States)

    2011-09-30

    The overall goal of the program was to apply improvements in light outcoupling technology to a practical large area plastic luminaire, and thus enable the product vision of an extremely thin form factor high efficiency large area light source. The target substrate was plastic and the baseline device was operating at 35 LPW at the start of the program. The target LPW of the program was a >2x improvement in the LPW efficacy and the overall amount of light to be delivered was relatively high 900 lumens. Despite the extremely difficult challenges associated with scaling up a wet solution process on plastic substrates, the program was able to make substantial progress. A small molecule wet solution process was successfully implemented on plastic substrates with almost no loss in efficiency in transitioning from the laboratory scale glass to large area plastic substrates. By transitioning to a small molecule based process, the LPW entitlement increased from 35 LPW to 60 LPW. A further 10% improvement in outcoupling efficiency was demonstrated via the use of a highly reflecting cathode, which reduced absorptive loss in the OLED device. The calculated potential improvement in some cases is even larger, ~30%, and thus there is considerable room for optimism in improving the net light coupling efficacy, provided absorptive loss mechanisms are eliminated. Further improvements are possible if scattering schemes such as the silver nanowire based hard coat structure are fully developed. The wet coating processes were successfully scaled to large area plastic substrate and resulted in the construction of a 900 lumens luminaire device.

  20. Panorama 98. 16 thematic files

    International Nuclear Information System (INIS)

    Anon.

    1998-01-01

    Under the 'Panorama 98' title, the Institut Francais du Petrole (IFP) has organized an international colloquium on the most recent events and the foreseeable perspectives in the domain of hydrocarbons. 16 technical and economical documentation files were given to the participants. This paper presents a synthesis of the content of these files: the oil offer and demand, the worldwide petroleum activity, the recent oil and gas discoveries, the stakes of the oil and gas perspectives in the North Sea, the US renewal in the Gulf of Mexico, the exploitation of heavy and extra-heavy crudes in Venezuela, the Asian oil rise, the limits of oil recovery efficiency, the oil markets, the international overview of the natural gas industry, the perspectives of the LNG market, the recent evolution and the perspectives of the European refining activities, the oil companies in 1997, the future of marketing, the trends of European automotive industry, and the scientific certitudes and uncertainties about urban pollution. (J.S.)

  1. SNPFile - A software library and file format for large scale association mapping and population genetics studies

    DEFF Research Database (Denmark)

    Nielsen, Jesper; Mailund, Thomas

    2008-01-01

    Background High-throughput genotyping technology has enabled cost effective typing of thousands of individuals in hundred of thousands of markers for use in genome wide studies. This vast improvement in data acquisition technology makes it an informatics challenge to efficiently store and manipul......Background High-throughput genotyping technology has enabled cost effective typing of thousands of individuals in hundred of thousands of markers for use in genome wide studies. This vast improvement in data acquisition technology makes it an informatics challenge to efficiently store...... together with any kind of additional data, using a flexible serialisation mechanism. The format is designed to be IO efficient for the access patterns of most multi-locus analysis methods. Conclusion The new file format has been very useful for our own studies where it has significantly reduced...... by a scripting interfaces that makes it easy to write converters to and from the format....

  2. Secure-Network-Coding-Based File Sharing via Device-to-Device Communication

    OpenAIRE

    Wang, Lei; Wang, Qing

    2017-01-01

    In order to increase the efficiency and security of file sharing in the next-generation networks, this paper proposes a large scale file sharing scheme based on secure network coding via device-to-device (D2D) communication. In our scheme, when a user needs to share data with others in the same area, the source node and all the intermediate nodes need to perform secure network coding operation before forwarding the received data. This process continues until all the mobile devices in the netw...

  3. High efficiency and broadband acoustic diodes

    Science.gov (United States)

    Fu, Congyi; Wang, Bohan; Zhao, Tianfei; Chen, C. Q.

    2018-01-01

    Energy transmission efficiency and working bandwidth are the two major factors limiting the application of current acoustic diodes (ADs). This letter presents a design of high efficiency and broadband acoustic diodes composed of a nonlinear frequency converter and a linear wave filter. The converter consists of two masses connected by a bilinear spring with asymmetric tension and compression stiffness. The wave filter is a linear mass-spring lattice (sonic crystal). Both numerical simulation and experiment show that the energy transmission efficiency of the acoustic diode can be improved by as much as two orders of magnitude, reaching about 61%. Moreover, the primary working band width of the AD is about two times of the cut-off frequency of the sonic crystal filter. The cut-off frequency dependent working band of the AD implies that the developed AD can be scaled up or down from macro-scale to micro- and nano-scale.

  4. High-precision efficiency calibration of a high-purity co-axial germanium detector

    Energy Technology Data Exchange (ETDEWEB)

    Blank, B., E-mail: blank@cenbg.in2p3.fr [Centre d' Etudes Nucléaires de Bordeaux Gradignan, UMR 5797, CNRS/IN2P3, Université de Bordeaux, Chemin du Solarium, BP 120, 33175 Gradignan Cedex (France); Souin, J.; Ascher, P.; Audirac, L.; Canchel, G.; Gerbaux, M.; Grévy, S.; Giovinazzo, J.; Guérin, H.; Nieto, T. Kurtukian; Matea, I. [Centre d' Etudes Nucléaires de Bordeaux Gradignan, UMR 5797, CNRS/IN2P3, Université de Bordeaux, Chemin du Solarium, BP 120, 33175 Gradignan Cedex (France); Bouzomita, H.; Delahaye, P.; Grinyer, G.F.; Thomas, J.C. [Grand Accélérateur National d' Ions Lourds, CEA/DSM, CNRS/IN2P3, Bvd Henri Becquerel, BP 55027, F-14076 CAEN Cedex 5 (France)

    2015-03-11

    A high-purity co-axial germanium detector has been calibrated in efficiency to a precision of about 0.15% over a wide energy range. High-precision scans of the detector crystal and γ-ray source measurements have been compared to Monte-Carlo simulations to adjust the dimensions of a detector model. For this purpose, standard calibration sources and short-lived online sources have been used. The resulting efficiency calibration reaches the precision needed e.g. for branching ratio measurements of super-allowed β decays for tests of the weak-interaction standard model.

  5. Incidence of Apical Crack Initiation during Canal Preparation using Hand Stainless Steel (K-File) and Hand NiTi (Protaper) Files.

    Science.gov (United States)

    Soni, Dileep; Raisingani, Deepak; Mathur, Rachit; Madan, Nidha; Visnoi, Suchita

    2016-01-01

    To evaluate the incidence of apical crack initiation during canal preparation with stainless steel K-files and hand protaper files (in vitro study). Sixty extracted mandibular premo-lar teeth are randomly selected and embedded in an acrylic tube filled with autopolymerizing resin. A baseline image of the apical surface of each specimen was recorded under a digital microscope (80×). The cervical and middle thirds of all samples were flared with #2 and #1 Gates-Glidden (GG) drills, and a second image was recorded. The teeth were randomly divided into four groups of 15 teeth each according to the file type (hand K-file and hand-protaper) and working length (WL) (instrumented at WL and 1 mm less than WL). Final image after dye penetration and photomicrograph of the apical root surface were digitally recorded. Maximum numbers of cracks were observed with hand protaper files compared with hand K-file at the WL and 1 mm short of WL. Chi-square testing revealed a highly significant effect of WL on crack formation at WL and 1 mm short of WL (p = 0.000). Minimum numbers of cracks at WL and 1 mm short of WL were observed with hand K-file and maximum with hand protaper files. Soni D, Raisingani D, Mathur R, Madan N, Visnoi S. Incidence of Apical Crack Initiation during Canal Preparation using Hand Stainless Steel (K-File) and Hand NiTi (Protaper) Files. Int J Clin Pediatr Dent 2016;9(4):303-307.

  6. High-efficiency ballistic electrostatic generator using microdroplets

    Science.gov (United States)

    Xie, Yanbo; Bos, Diederik; de Vreede, Lennart J.; de Boer, Hans L.; van der Meulen, Mark-Jan; Versluis, Michel; Sprenkels, Ad J.; van den Berg, Albert; Eijkel, Jan C. T.

    2014-04-01

    The strong demand for renewable energy promotes research on novel methods and technologies for energy conversion. Microfluidic systems for energy conversion by streaming current are less known to the public, and the relatively low efficiencies previously obtained seemed to limit the further applications of such systems. Here we report a microdroplet-based electrostatic generator operating by an acceleration-deceleration cycle (‘ballistic’ conversion), and show that this principle enables both high efficiency and compact simple design. Water is accelerated by pumping it through a micropore to form a microjet breaking up into fast-moving charged droplets. Droplet kinetic energy is converted to electrical energy when the charged droplets decelerate in the electrical field that forms between membrane and target. We demonstrate conversion efficiencies of up to 48%, a power density of 160 kW m-2 and both high- (20 kV) and low- (500 V) voltage operation. Besides offering striking new insights, the device potentially opens up new perspectives for low-cost and robust renewable energy conversion.

  7. High-Efficient Low-Cost Photovoltaics Recent Developments

    CERN Document Server

    Petrova-Koch, Vesselinka; Goetzberger, Adolf

    2009-01-01

    A bird's-eye view of the development and problems of recent photovoltaic cells and systems and prospects for Si feedstock is presented. High-efficient low-cost PV modules, making use of novel efficient solar cells (based on c-Si or III-V materials), and low cost solar concentrators are in the focus of this book. Recent developments of organic photovoltaics, which is expected to overcome its difficulties and to enter the market soon, are also included.

  8. pcircle - A Suite of Scalable Parallel File System Tools

    Energy Technology Data Exchange (ETDEWEB)

    2015-10-01

    Most of the software related to file system are written for conventional local file system, they are serialized and can't take advantage of the benefit of a large scale parallel file system. "pcircle" software builds on top of ubiquitous MPI in cluster computing environment and "work-stealing" pattern to provide a scalable, high-performance suite of file system tools. In particular - it implemented parallel data copy and parallel data checksumming, with advanced features such as async progress report, checkpoint and restart, as well as integrity checking.

  9. Renewal-anomalous-heterogeneous files

    International Nuclear Information System (INIS)

    Flomenbom, Ophir

    2010-01-01

    Renewal-anomalous-heterogeneous files are solved. A simple file is made of Brownian hard spheres that diffuse stochastically in an effective 1D channel. Generally, Brownian files are heterogeneous: the spheres' diffusion coefficients are distributed and the initial spheres' density is non-uniform. In renewal-anomalous files, the distribution of waiting times for individual jumps is not exponential as in Brownian files, yet obeys: ψ α (t)∼t -1-α , 0 2 >, obeys, 2 >∼ 2 > nrml α , where 2 > nrml is the MSD in the corresponding Brownian file. This scaling is an outcome of an exact relation (derived here) connecting probability density functions of Brownian files and renewal-anomalous files. It is also shown that non-renewal-anomalous files are slower than the corresponding renewal ones.

  10. Development of high-efficiency solar cells on silicon web

    Science.gov (United States)

    Meier, D. L.; Greggi, J.; Okeeffe, T. W.; Rai-Choudhury, P.

    1986-01-01

    Work was performed to improve web base material with a goal of obtaining solar cell efficiencies in excess of 18% (AM1). Efforts in this program are directed toward identifying carrier loss mechanisms in web silicon, eliminating or reducing these mechanisms, designing a high efficiency cell structure with the aid of numerical models, and fabricating high efficiency web solar cells. Fabrication techniques must preserve or enhance carrier lifetime in the bulk of the cell and minimize recombination of carriers at the external surfaces. Three completed cells were viewed by cross-sectional transmission electron microscopy (TEM) in order to investigate further the relation between structural defects and electrical performance of web cells. Consistent with past TEM examinations, the cell with the highest efficiency (15.0%) had no dislocations but did have 11 twin planes.

  11. Complexity-aware high efficiency video coding

    CERN Document Server

    Correa, Guilherme; Agostini, Luciano; Cruz, Luis A da Silva

    2016-01-01

    This book discusses computational complexity of High Efficiency Video Coding (HEVC) encoders with coverage extending from the analysis of HEVC compression efficiency and computational complexity to the reduction and scaling of its encoding complexity. After an introduction to the topic and a review of the state-of-the-art research in the field, the authors provide a detailed analysis of the HEVC encoding tools compression efficiency and computational complexity.  Readers will benefit from a set of algorithms for scaling the computational complexity of HEVC encoders, all of which take advantage from the flexibility of the frame partitioning structures allowed by the standard.  The authors also provide a set of early termination methods based on data mining and machine learning techniques, which are able to reduce the computational complexity required to find the best frame partitioning structures. The applicability of the proposed methods is finally exemplified with an encoding time control system that emplo...

  12. High bandgap III-V alloys for high efficiency optoelectronics

    Energy Technology Data Exchange (ETDEWEB)

    Alberi, Kirstin; Mascarenhas, Angelo; Wanlass, Mark

    2017-01-10

    High bandgap alloys for high efficiency optoelectronics are disclosed. An exemplary optoelectronic device may include a substrate, at least one Al.sub.1-xIn.sub.xP layer, and a step-grade buffer between the substrate and at least one Al.sub.1-xIn.sub.xP layer. The buffer may begin with a layer that is substantially lattice matched to GaAs, and may then incrementally increase the lattice constant in each sequential layer until a predetermined lattice constant of Al.sub.1-xIn.sub.xP is reached.

  13. An efficient and extensible approach for compressing phylogenetic trees

    KAUST Repository

    Matthews, Suzanne J

    2011-01-01

    Background: Biologists require new algorithms to efficiently compress and store their large collections of phylogenetic trees. Our previous work showed that TreeZip is a promising approach for compressing phylogenetic trees. In this paper, we extend our TreeZip algorithm by handling trees with weighted branches. Furthermore, by using the compressed TreeZip file as input, we have designed an extensible decompressor that can extract subcollections of trees, compute majority and strict consensus trees, and merge tree collections using set operations such as union, intersection, and set difference.Results: On unweighted phylogenetic trees, TreeZip is able to compress Newick files in excess of 98%. On weighted phylogenetic trees, TreeZip is able to compress a Newick file by at least 73%. TreeZip can be combined with 7zip with little overhead, allowing space savings in excess of 99% (unweighted) and 92%(weighted). Unlike TreeZip, 7zip is not immune to branch rotations, and performs worse as the level of variability in the Newick string representation increases. Finally, since the TreeZip compressed text (TRZ) file contains all the semantic information in a collection of trees, we can easily filter and decompress a subset of trees of interest (such as the set of unique trees), or build the resulting consensus tree in a matter of seconds. We also show the ease of which set operations can be performed on TRZ files, at speeds quicker than those performed on Newick or 7zip compressed Newick files, and without loss of space savings.Conclusions: TreeZip is an efficient approach for compressing large collections of phylogenetic trees. The semantic and compact nature of the TRZ file allow it to be operated upon directly and quickly, without a need to decompress the original Newick file. We believe that TreeZip will be vital for compressing and archiving trees in the biological community. © 2011 Matthews and Williams; licensee BioMed Central Ltd.

  14. Storing files in a parallel computing system using list-based index to identify replica files

    Science.gov (United States)

    Faibish, Sorin; Bent, John M.; Tzelnic, Percy; Zhang, Zhenhua; Grider, Gary

    2015-07-21

    Improved techniques are provided for storing files in a parallel computing system using a list-based index to identify file replicas. A file and at least one replica of the file are stored in one or more storage nodes of the parallel computing system. An index for the file comprises at least one list comprising a pointer to a storage location of the file and a storage location of the at least one replica of the file. The file comprises one or more of a complete file and one or more sub-files. The index may also comprise a checksum value for one or more of the file and the replica(s) of the file. The checksum value can be evaluated to validate the file and/or the file replica(s). A query can be processed using the list.

  15. The photonic nanowire: A highly efficient single-photon source

    DEFF Research Database (Denmark)

    Gregersen, Niels

    2014-01-01

    The photonic nanowire represents an attractive platform for a quantum light emitter. However, careful optical engineering using the modal method, which elegantly allows access to all relevant physical parameters, is crucial to ensure high efficiency.......The photonic nanowire represents an attractive platform for a quantum light emitter. However, careful optical engineering using the modal method, which elegantly allows access to all relevant physical parameters, is crucial to ensure high efficiency....

  16. Highly efficient procedure for the transesterification of vegetable oil

    Energy Technology Data Exchange (ETDEWEB)

    Liang, Xuezheng; Gao, Shan; He, Mingyuan [Shanghai Key Laboratory of Green Chemistry and Chemical Process, Department of Chemistry, East China Normal University, Shanghai 200062 (China); Yang, Jianguo [Shanghai Key Laboratory of Green Chemistry and Chemical Process, Department of Chemistry, East China Normal University, Shanghai 200062 (China); Energy Institute, Department of Materials Science and Engineering, Pennsylvania State University, University Park, PA 16802 (United States)

    2009-10-15

    The highly efficient procedure has been developed for the synthesis of biodiesel from vegetable oil and methanol. The KF/MgO has been selected as the most efficient catalyst for the reactions with the yield of 99.3%. Operational simplicity, without need of the purification of raw vegetable oil, low cost of the catalyst used, high activities, no saponification and reusability are the key features of this methodology. (author)

  17. Highly Flexible and Efficient Solar Steam Generation Device.

    Science.gov (United States)

    Chen, Chaoji; Li, Yiju; Song, Jianwei; Yang, Zhi; Kuang, Yudi; Hitz, Emily; Jia, Chao; Gong, Amy; Jiang, Feng; Zhu, J Y; Yang, Bao; Xie, Jia; Hu, Liangbing

    2017-08-01

    Solar steam generation with subsequent steam recondensation has been regarded as one of the most promising techniques to utilize the abundant solar energy and sea water or other unpurified water through water purification, desalination, and distillation. Although tremendous efforts have been dedicated to developing high-efficiency solar steam generation devices, challenges remain in terms of the relatively low efficiency, complicated fabrications, high cost, and inability to scale up. Here, inspired by the water transpiration behavior of trees, the use of carbon nanotube (CNT)-modified flexible wood membrane (F-Wood/CNTs) is demonstrated as a flexible, portable, recyclable, and efficient solar steam generation device for low-cost and scalable solar steam generation applications. Benefitting from the unique structural merits of the F-Wood/CNTs membrane-a black CNT-coated hair-like surface with excellent light absorbability, wood matrix with low thermal conductivity, hierarchical micro- and nanochannels for water pumping and escaping, solar steam generation device based on the F-Wood/CNTs membrane demonstrates a high efficiency of 81% at 10 kW cm -2 , representing one of the highest values ever-reported. The nature-inspired design concept in this study is straightforward and easily scalable, representing one of the most promising solutions for renewable and portable solar energy generation and other related phase-change applications. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  18. High Efficiency S-Band 20 Watt Amplifier

    Data.gov (United States)

    National Aeronautics and Space Administration — This project includes the design and build of a prototype 20 W, high efficiency, S-Band amplifier.   The design will incorporate the latest semiconductor technology,...

  19. Barriers and opportunities for labels for highly energy-efficient houses

    International Nuclear Information System (INIS)

    Mlecnik, Erwin; Visscher, Henk; Van Hal, Anke

    2010-01-01

    Promoting energy efficiency in the building sector is essential if the agreements of the Kyoto Protocol are to be honoured. Different initiatives for energy labelling of highly energy-efficient residential buildings have emerged throughout Europe as an essential method to stimulate market demand, to control grants or to ensure the quality of demonstration projects with excellent energy performance. The paper identifies the barriers and opportunities for the further diffusion of labels for highly energy-efficient houses. A model based on the theory of the diffusion of innovation is developed to analyse perceived attributes of existing European labels. The paper investigates the innovation characteristics of existing labels in Europe, with a focus on advanced countries. The question of compatibility with the development of the European Energy Performance of Buildings Directive (EPBD) is examined in detail. We found that the diffusion of emerging and already existing voluntary European labels for highly energy-efficient houses is needed. Their complexity can be lowered and relative advantage, trialability, observability, and compatibility can be increased. EPBD calculation procedures should be able to receive highly energy-efficient houses. In the framework of the recast of the EPBD, official recognition of existing voluntary labels is recommended. (author)

  20. High Efficiency Heat Exchanger for High Temperature and High Pressure Applications

    Energy Technology Data Exchange (ETDEWEB)

    Sienicki, James J. [Argonne National Lab. (ANL), Argonne, IL (United States). Nuclear Engineering Division; Lv, Qiuping [Argonne National Lab. (ANL), Argonne, IL (United States). Nuclear Engineering Division; Moisseytsev, Anton [Argonne National Lab. (ANL), Argonne, IL (United States). Nuclear Engineering Division

    2017-09-29

    CompRex, LLC (CompRex) specializes in the design and manufacture of compact heat exchangers and heat exchange reactors for high temperature and high pressure applications. CompRex’s proprietary compact technology not only increases heat exchange efficiency by at least 25 % but also reduces footprint by at least a factor of ten compared to traditional shell-and-tube solutions of the same capacity and by 15 to 20 % compared to other currently available Printed Circuit Heat Exchanger (PCHE) solutions. As a result, CompRex’s solution is especially suitable for Brayton cycle supercritical carbon dioxide (sCO2) systems given its high efficiency and significantly lower capital and operating expenses. CompRex has already successfully demonstrated its technology and ability to deliver with a pilot-scale compact heat exchanger that was under contract by the Naval Nuclear Laboratory for sCO2 power cycle development. The performance tested unit met or exceeded the thermal and hydraulic specifications with measured heat transfer between 95 to 98 % of maximum heat transfer and temperature and pressure drop values all consistent with the modeled values. CompRex’s vision is to commercialize its compact technology and become the leading provider for compact heat exchangers and heat exchange reactors for various applications including Brayton cycle sCO2 systems. One of the limitations of the sCO2 Brayton power cycle is the design and manufacturing of efficient heat exchangers at extreme operating conditions. Current diffusion-bonded heat exchangers have limitations on the channel size through which the fluid travels, resulting in excessive solid material per heat exchanger volume. CompRex’s design allows for more open area and shorter fluid proximity for increased heat transfer efficiency while sustaining the structural integrity needed for the application. CompRex is developing a novel improvement to its current heat exchanger design where fluids are directed to alternating

  1. High efficiency novel window air conditioner

    International Nuclear Information System (INIS)

    Bansal, Pradeep

    2015-01-01

    Highlights: • Use of novel refrigerant mixture of R32/R125 (85/15% molar conc.) to reduce global warming and improve energy efficiency. • Use of novel features such as electronically commuted motor (ECM) fan motor, slinger and sub-merged sub-cooler. • Energy savings of up to 0.1 Quads per year in USA and much more in Asia/Middle East where WACs are used in large numbers. • Payback period of only 1.4 years of the novel efficient WAC. - Abstract: This paper presents the results of an experimental and analytical evaluation of measures to raise the efficiency of window air conditioners (WAC). In order to achieve a higher energy efficiency ratio (EER), the original capacity of a baseline R410A unit was reduced by replacing the original compressor with a lower capacity but higher EER compressor, while all heat exchangers and the chassis from the original unit were retained. Subsequent major modifications included – replacing the alternating current fan motor with a brushless high efficiency electronically commutated motor (ECM) motor, replacing the capillary tube with a needle valve to better control the refrigerant flow and refrigerant set points, and replacing R410A with a ‘drop-in’ lower global warming potential (GWP) binary mixture of R32/R125 (85/15% molar concentration). All these modifications resulted in significant enhancement in the EER of the baseline WAC. Further, an economic analysis of the new WAC revealed an encouraging payback period

  2. Compact high efficiency, light weight 200-800 MHz high power RF source

    International Nuclear Information System (INIS)

    Shrader, M.B.; Preist, D.H.

    1985-01-01

    There has long been a need for a new more efficient less bulky high power RF power source to drive accelerators in the 200 to 800 MHz region. Results on a recent 5-year EIMAC sponsored R and D program which have lead to the introduction of the Klystrode for UHF television and troposcatter applications indicate that at power levels of 1MW or more efficiencies in excess of 75% can be obtained at 450 MHz. Efficiencies of this order coupled with potential size and weight parameters which are a fraction of those of existing high power UHF generators open up new applications which heretofore would have been impractical if not impossible. Measurements at 470 MHz on existing Klystrodes are given. Projected operating conditions for a 1MW 450 MHz Klystrode having an overall length of 60 inches and a total tube, circuit, and magnet weight of 250 pounds is presented

  3. Review of status developments of high-efficiency crystalline silicon solar cells

    Science.gov (United States)

    Liu, Jingjing; Yao, Yao; Xiao, Shaoqing; Gu, Xiaofeng

    2018-03-01

    In order to further improve cell efficiency and reduce cost in achieving grid parity, a large number of PV manufacturing companies, universities and research institutes have been devoted to a variety of low-cost and high-efficiency crystalline Si solar cells. In this article, the cell structures, characteristics and efficiency progresses of several types of high-efficiency crystalline Si solar cells that have been in small scale production or are promising in mass production are presented, including passivated emitter rear cell, tunnel oxide passivated contact solar cell, interdigitated back contact cell, heterojunction with intrinsic thin-layer cell, and heterojunction solar cells with interdigitated back contacts. Both the industrialization status and future development trend of high-efficiency crystalline silicon solar cells are also pinpointed.

  4. Efficient Radiation Shielding Through Direct Metal Laser Sintering

    Data.gov (United States)

    National Aeronautics and Space Administration — We have developed a method for efficient component-level radiation shielding that can be printed by direct metal laser sintering (DMLS) from files generated by the...

  5. Blanket options for high-efficiency fusion power

    International Nuclear Information System (INIS)

    Usher, J.L.; Lazareth, O.W.; Fillo, J.A.; Horn, F.L.; Powell, J.R.

    1980-01-01

    The efficiencies of blankets for fusion reactors are usually in the range of 30 to 40%, limited by the operating temperatures (500 0 C) of conventional structural materials such as stainless steels. In this project two-zone blankets are proposed; these blankets consist of a low-temperature shell surrounding a high-temperature interior zone. A survey of nucleonics and thermal hydraulic parameters has led to a reference blanket design consisting of a water-cooled stainless steel shell around a BeO, ZrO 2 interior (cooled by argon) utilizing Li 2 O for tritium breeding. In this design, approximately 60% of the fusion energy is deposited in the high-temperature interior. The maximum argon temperature is 2230 0 C leading to an overall efficiency estimate of 55 to 60% for this reference case

  6. Fusion blankets for high-efficiency power cycles

    International Nuclear Information System (INIS)

    Usher, J.L.; Lazareth, O.W.; Fillo, J.A.; Horn, F.L.; Powell, J.R.

    1980-01-01

    The efficiencies of blankets for fusion reactors are usually in the range of 30 to 40%, limited by the operating temperatures (500 0 C) of conventional structural materials such as stainless steels. In this project two-zone blankets are proposed; these blankets consist of a low-temperature shell surrounding a high-temperature interior zone. A survey of nucleonics and thermal hydraulic parameters has led to a reference blanket design consisting of a water-cooled stainless steel shell around a BeO, ZrO 2 interior (cooled by argon) utilizing Li 2 O for tritium breeding. In this design, approximately 60% of the fusion energy is deposited in the high-temperature interior. The maximum argon temperature is 2230 0 C leading to an overall efficiency estimate of 55 to 60% for this reference case

  7. Fusion blanket for high-efficiency power cycles

    International Nuclear Information System (INIS)

    Usher, J.L.; Powell, J.R.; Fillo, J.A.; Horn, F.L.; Lazareth, O.W.; Taussig, R.

    1980-01-01

    The efficiencies of blankets for fusion reactors are usually in the range of 30 to 40%, limited by the operating temperature (500 0 C) of conventional structural materials such as stainless steels. In this project two-zone blankets are proposed; these blankets consist of a low-temperature shell surrounding a high-temperature interior zone. A survey of nucleonics and thermal hydraulic parameters has led to a reference blanket design consisting of a water-cooled stainless steel shell around a BeO, ZrO 2 interior (cooled by Ar) utilizing Li 2 O for tritium breeding. In this design, approx. 60% of the fusion energy is deposited in the high-temperature interior. The maximum Ar temperature is 2230 0 C leading to an overall efficiency estimate of 55 to 60% for this reference case

  8. Fusion blankets for high-efficiency power cycles

    International Nuclear Information System (INIS)

    Usher, J.L.; Lazareth, O.W.; Fillo, J.A.; Horn, F.L.; Powell, J.R.

    1981-01-01

    The efficiencies of blankets for fusion reactors are usually in the range of 30 to 40%, limited by the operating temperatures (500 deg C) of conventional structural materials such as stainless steels. In this project 'two-zone' blankets are proposed; these blankets consist of a low-temperature shell surrounding a high-temperature interior zone. A survey of nucleonics and thermal hydraulic parameters has led to a reference blanket design consisting of a water-cooled stainless steel shell around a BeO, ZrO 2 interior (cooled by argon) utilizing Li 2 O for tritium breeding. In this design, approximately 60% of the fusion energy is deposited in the high-temperature interior. The maximum argon temperature is 2230 deg C leading to an overall efficiency estimate of 55 to 60% for this reference case. (author)

  9. PCF File Format.

    Energy Technology Data Exchange (ETDEWEB)

    Thoreson, Gregory G [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-08-01

    PCF files are binary files designed to contain gamma spectra and neutron count rates from radiation sensors. It is the native format for the GAmma Detector Response and Analysis Software (GADRAS) package [1]. It can contain multiple spectra and information about each spectrum such as energy calibration. This document outlines the format of the file that would allow one to write a computer program to parse and write such files.

  10. Design of a Control System for Quality Maintenance on Cutting Edges of Files Production

    Directory of Open Access Journals (Sweden)

    E. Seabra

    2000-01-01

    Full Text Available The file cutting edges are the most important parameter that influence the performance of the filing operation. The practice shows that the most efficient way of generating these cutting edges is by penetration, by blow, of a cutting tool, which creates a plastic deformation on the file body. The penetration depth is probably the most important factor of the final quality of a file. In the existing machines of files manufacturing, this depth is manually adjusted by the operator, using specific mechanism. This means that files are manufactured on an empirical basis, relying on subjective factors, that do not allow to keep constant quality level of the production. In a research work, being developed in the University of Minho, it is intended to eliminate the subjectivity factors by the means of the evolution of the present “all-mechanical” system to a “mechatronic” one. In this paper, which is related with that research work, it presented a study of a round files production machine, regarding the identification, as well as the categorisation, of the operating parameters that affect the cutting edges production. They are, as well, defined and quantified those factors that influence the final quality of a round file.

  11. Handling high data rate detectors at Diamond Light Source

    Science.gov (United States)

    Pedersen, U. K.; Rees, N.; Basham, M.; Ferner, F. J. K.

    2013-03-01

    An increasing number of area detectors, in use at Diamond Light Source, produce high rates of data. In order to capture, store and process this data High Performance Computing (HPC) systems have been implemented. This paper will present the architecture and usage for handling high rate data: detector data capture, large volume storage and parallel processing. The EPICS area Detector frame work has been adopted to abstract the detectors for common tasks including live processing, file format and storage. The chosen data format is HDF5 which provides multidimensional data storage and NeXuS compatibility. The storage system and related computing infrastructure include: a centralised Lustre based parallel file system, a dedicated network and a HPC cluster. A well defined roadmap is in place for the evolution of this to meet demand as the requirements and technology advances. For processing the science data the HPC cluster allow efficient parallel computing, on a mixture of ×86 and GPU processing units. The nature of the Lustre storage system in combination with the parallel HDF5 library allow efficient disk I/O during computation jobs. Software developments, which include utilising optimised parallel file reading for a variety of post processing techniques, are being developed in collaboration as part of the Pan-Data EU Project (www.pan-data.eu). These are particularly applicable to tomographic reconstruction and processing of non crystalline diffraction data.

  12. Highly Efficient Spontaneous Emission from Self-Assembled Quantum Dots

    DEFF Research Database (Denmark)

    Johansen, Jeppe; Lund-Hansen, Toke; Hvam, Jørn Märcher

    2006-01-01

    We present time resolved measurements of spontaneous emission (SE) from InAs/GaAs quantum dots (QDs). The measurements are interpreted using Fermi's Golden Rule and from this analysis we establish the parameters for high quantum efficiency.......We present time resolved measurements of spontaneous emission (SE) from InAs/GaAs quantum dots (QDs). The measurements are interpreted using Fermi's Golden Rule and from this analysis we establish the parameters for high quantum efficiency....

  13. High efficiency inverter and ballast circuits

    International Nuclear Information System (INIS)

    Nilssen, O.K.

    1984-01-01

    A high efficiency push-pull inverter circuit employing a pair of relatively high power switching transistors is described. The switching on and off of the transistors is precisely controlled to minimize power losses due to common-mode conduction or due to transient conditions that occur in the process of turning a transistor on or off. Two current feed-back transformers are employed in the transistor base drives; one being saturable for providing a positive feedback, and the other being non-saturable for providing a subtractive feedback

  14. Highly efficient light management for perovskite solar cells.

    Science.gov (United States)

    Wang, Dong-Lin; Cui, Hui-Juan; Hou, Guo-Jiao; Zhu, Zhen-Gang; Yan, Qing-Bo; Su, Gang

    2016-01-06

    Organic-inorganic halide perovskite solar cells have enormous potential to impact the existing photovoltaic industry. As realizing a higher conversion efficiency of the solar cell is still the most crucial task, a great number of schemes were proposed to minimize the carrier loss by optimizing the electrical properties of the perovskite solar cells. Here, we focus on another significant aspect that is to minimize the light loss by optimizing the light management to gain a high efficiency for perovskite solar cells. In our scheme, the slotted and inverted prism structured SiO2 layers are adopted to trap more light into the solar cells, and a better transparent conducting oxide layer is employed to reduce the parasitic absorption. For such an implementation, the efficiency and the serviceable angle of the perovskite solar cell can be promoted impressively. This proposal would shed new light on developing the high-performance perovskite solar cells.

  15. Streptavidin-functionalized capillary immune microreactor for highly efficient chemiluminescent immunoassay

    Energy Technology Data Exchange (ETDEWEB)

    Yang Zhanjun [State Key Laboratory of Analytical Chemistry for Life Science, Department of Chemistry, Nanjing University, Nanjing 210093 (China); College of Chemistry and Engineering, Yangzhou University, 88 South University Avenue, Yangzhou 225002 (China); Zong Chen [State Key Laboratory of Analytical Chemistry for Life Science, Department of Chemistry, Nanjing University, Nanjing 210093 (China); Ju Huangxian, E-mail: hxju@nju.edu.cn [State Key Laboratory of Analytical Chemistry for Life Science, Department of Chemistry, Nanjing University, Nanjing 210093 (China); Yan Feng, E-mail: yanfeng2007@sohu.com [Jiangsu Institute of Cancer Prevention and Cure, Nanjing 210009 (China)

    2011-11-07

    Highlights: {yields} A novel capillary immune microreactor was proposed for highly efficient flow-through chemiluminescent immunoassay. {yields} The microreactor was prepared by functionalizing capillary inner wall with streptavidin for capture of biotinylated antibody. {yields} The proposed immunoassay method showed wide dynamic range, good reproducibility, stability and practicality. {yields} The microreactor was low-cost and disposable, and possessed several advantages over the conventional immunoreactors. - Abstract: A streptavidin functionalized capillary immune microreactor was designed for highly efficient flow-through chemiluminescent (CL) immunoassay. The functionalized capillary could be used as both a support for highly efficient immobilization of antibody and a flow cell for flow-through immunoassay. The functionalized inner wall and the capture process were characterized using scanning electron microscopy. Compared to conventional packed tube or thin-layer cell immunoreactor, the proposed microreactor showed remarkable properties such as lower cost, simpler fabrication, better practicality and wider dynamic range for fast CL immunoassay with good reproducibility and stability. Using {alpha}-fetoprotein as model analyte, the highly efficient CL flow-through immunoassay system showed a linear range of 3 orders of magnitude from 0.5 to 200 ng mL{sup -1} and a low detection limit of 0.1 ng mL{sup -1}. The capillary immune microreactor could make up the shortcoming of conventional CL immunoreactors and provided a promising alternative for highly efficient flow-injection immunoassay.

  16. High efficiency, monolithic fiber chirped pulse amplification system for high energy femtosecond pulse generation.

    Science.gov (United States)

    Peng, Xiang; Kim, Kyungbum; Mielke, Michael; Jennings, Stephen; Masor, Gordon; Stohl, Dave; Chavez-Pirson, Arturo; Nguyen, Dan T; Rhonehouse, Dan; Zong, Jie; Churin, Dmitriy; Peyghambarian, N

    2013-10-21

    A novel monolithic fiber-optic chirped pulse amplification (CPA) system for high energy, femtosecond pulse generation is proposed and experimentally demonstrated. By employing a high gain amplifier comprising merely 20 cm of high efficiency media (HEM) gain fiber, an optimal balance of output pulse energy, optical efficiency, and B-integral is achieved. The HEM amplifier is fabricated from erbium-doped phosphate glass fiber and yields gain of 1.443 dB/cm with slope efficiency >45%. We experimentally demonstrate near diffraction-limited beam quality and near transform-limited femtosecond pulse quality at 1.55 µm wavelength. With pulse energy >100 µJ and pulse duration of 636 fs (FWHM), the peak power is estimated to be ~160 MW. NAVAIR Public Release Distribution Statement A-"Approved for Public release; distribution is unlimited".

  17. Metallic metasurfaces for high efficient polarization conversion control in transmission mode.

    Science.gov (United States)

    Li, Tong; Hu, Xiaobin; Chen, Huamin; Zhao, Chen; Xu, Yun; Wei, Xin; Song, Guofeng

    2017-10-02

    A high efficient broadband polarization converter is an important component in integrated miniaturized optical systems, but its performances is often restricted by the material structures, metallic metasurfaces for polarization control in transmission mode never achieved efficiency above 0.5. Herein, we theoretically demonstrate that metallic metasurfaces constructed by thick cross-shaped particles can realize a high efficient polarization transformation over a broadband. We investigated the resonant properties of designed matesurfaces and found that the interaction between double FP cavity resonances and double bulk magnetic resonances is the main reason to generate a high transmissivity over a broadband. In addition, through using four resonances effect and tuning the anisotropic optical response, we realized a high efficient (> 0.85) quarter-wave plate at the wavelength range from 1175nm to 1310nm and a high efficient (> 0.9) half-wave plate at the wavelength range from 1130nm to 1230nm. The proposed polarization converters may have many potential applications in integrated polarization conversion devices and optical data storage systems.

  18. Investigation on the Potential of High Efficiency for Internal Combustion Engines

    Directory of Open Access Journals (Sweden)

    Haifeng Liu

    2018-02-01

    Full Text Available The current brake thermal efficiency of advanced internal combustion engines is limited to 50%, and how to further improve the efficiency is a challenge. In this study, a theoretical investigation on engine thermal efficiency was carried out using one-dimension simulations based on the first law of thermodynamics. The energy balance was evaluated by varying parameters such as compression ratio (CR; heat transfer coefficient; intake charge properties; and combustion phasing etc.—their influences on the efficiency limits were demonstrated. Results show that for a given heat transfer coefficient, an optimal CR exists to obtain the peak efficiency. The optimal CR decreases with the increase of heat transfer coefficient, and high CR with a low heat-transfer coefficient can achieve a significantly high efficiency. A higher density and specific heat ratio of intake charge, as well as a shorter combustion duration with a proper CA50 (crank angle at 50% of total heat release, can increase efficiency significantly. Methanol shows an excellent ability in decreasing the peak in-cylinder temperature; and the peak indicated efficiency is relatively higher than other tested fuels. The displacement has few effects on the indicated efficiency, while it shows a strong effect on the energy distribution between heat transfer and exhaust energy. All these strategies with high CR result in high in-cylinder pressure and temperature; which means a breakthrough of material is needed in the future.

  19. High-concentration planar microtracking photovoltaic system exceeding 30% efficiency

    Science.gov (United States)

    Price, Jared S.; Grede, Alex J.; Wang, Baomin; Lipski, Michael V.; Fisher, Brent; Lee, Kyu-Tae; He, Junwen; Brulo, Gregory S.; Ma, Xiaokun; Burroughs, Scott; Rahn, Christopher D.; Nuzzo, Ralph G.; Rogers, John A.; Giebink, Noel C.

    2017-08-01

    Prospects for concentrating photovoltaic (CPV) power are growing as the market increasingly values high power conversion efficiency to leverage now-dominant balance of system and soft costs. This trend is particularly acute for rooftop photovoltaic power, where delivering the high efficiency of traditional CPV in the form factor of a standard rooftop photovoltaic panel could be transformative. Here, we demonstrate a fully automated planar microtracking CPV system 660× concentration ratio over a 140∘ full field of view. In outdoor testing over the course of two sunny days, the system operates automatically from sunrise to sunset, outperforming a 17%-efficient commercial silicon solar cell by generating >50% more energy per unit area per day in a direct head-to-head competition. These results support the technical feasibility of planar microtracking CPV to deliver a step change in the efficiency of rooftop solar panels at a commercially relevant concentration ratio.

  20. High Efficiency Reversible Fuel Cell Power Converter

    DEFF Research Database (Denmark)

    Pittini, Riccardo

    as well as different dc-ac and dc-dc converter topologies are presented and analyzed. A new ac-dc topology for high efficiency data center applications is proposed and an efficiency characterization based on the fuel cell stack I-V characteristic curve is presented. The second part discusses the main...... converter components. Wide bandgap power semiconductors are introduced due to their superior performance in comparison to traditional silicon power devices. The analysis presents a study based on switching loss measurements performed on Si IGBTs, SiC JFETs, SiC MOSFETs and their respective gate drivers...

  1. High efficiency USC power plant - present status and future potential

    Energy Technology Data Exchange (ETDEWEB)

    Blum, R [Faelleskemikerne I/S Fynsvaerket (Denmark); Hald, J [Elsam/Elkraft/TU Denmark (Denmark)

    1999-12-31

    Increasing demand for energy production with low impact on the environment and minimised fuel consumption can be met with high efficient coal fired power plants with advanced steam parameters. An important key to this improvement is the development of high temperature materials with optimised mechanical strength. Based on the results of more than ten years of development a coal fired power plant with an efficiency above 50 % can now be realised. Future developments focus on materials which enable an efficiency of 52-55 %. (orig.) 25 refs.

  2. High efficiency USC power plant - present status and future potential

    Energy Technology Data Exchange (ETDEWEB)

    Blum, R. [Faelleskemikerne I/S Fynsvaerket (Denmark); Hald, J. [Elsam/Elkraft/TU Denmark (Denmark)

    1998-12-31

    Increasing demand for energy production with low impact on the environment and minimised fuel consumption can be met with high efficient coal fired power plants with advanced steam parameters. An important key to this improvement is the development of high temperature materials with optimised mechanical strength. Based on the results of more than ten years of development a coal fired power plant with an efficiency above 50 % can now be realised. Future developments focus on materials which enable an efficiency of 52-55 %. (orig.) 25 refs.

  3. A comparative evaluation of gutta percha removal and extrusion of apical debris by rotary and hand files.

    Science.gov (United States)

    Chandrasekar; Ebenezar, A V Rajesh; Kumar, Mohan; Sivakumar, A

    2014-11-01

    The aim of this study was to evaluate the efficacy of Protaper retreatment files in comparison with RaCe, K3 and H-files for removal of gutta-percha and apically extruded debris using volumetric analysis. Forty extracted single rooted maxillary incisor teeth with straight canals and mature apices were selected for the study. After access cavity preparation, apical patency was confirmed with a size 10 K-file extending 1mm beyond the point at which it was first visible at the apical end. Working lengths were determined with the use of size 15 K-file. The canals were prepared in a step-back technique and the master apical file was size 30 for all teeth. 3% sodium hypochlorite was used as an irrigant after each instrumentation. Before final rinse, size 20 K-file was passed 1mm beyond the apex to remove any dentinal shaving plugs and maintain the apical patency. Then the canals were dried with paper points. The root canal was filled using standard gutta-percha points and zinc oxide eugenol sealer under lateral condensation technique. The teeth were then randomly divided into four groups of ten teeth each based on the instrument used for gutta percha removal. All the rotary instruments used in this study were rotated at 300rpm. The instruments used were: Group 1 - RaCe Files, Group 2 - ProTaper retreatment Files, Group 3 - K3 Files and Group 4 - H Files. The volume of the obturating material was calculated before and after removal using volumetric analysis with spiral CT. The removal efficacy with each instrument was calculated and statistically analysed. The results of the study show that the ProTaper retreatment files (Group 2) (97.4%) showed the highest efficiency in the removal of obturating material, which was followed by RaCe (95.74%), K3 (92.86%) and H files (90.14%) with the efficiency in the decreasing order. Similarly the mean apical extrusion in H files (0.000 ± 0.002) was significantly lower than all the rotary instruments. However, the difference among the

  4. Petaminer: Using ROOT for efficient data storage in MySQL database

    Science.gov (United States)

    Cranshaw, J.; Malon, D.; Vaniachine, A.; Fine, V.; Lauret, J.; Hamill, P.

    2010-04-01

    High Energy and Nuclear Physics (HENP) experiments store Petabytes of event data and Terabytes of calibration data in ROOT files. The Petaminer project is developing a custom MySQL storage engine to enable the MySQL query processor to directly access experimental data stored in ROOT files. Our project is addressing the problem of efficient navigation to PetaBytes of HENP experimental data described with event-level TAG metadata, which is required by data intensive physics communities such as the LHC and RHIC experiments. Physicists need to be able to compose a metadata query and rapidly retrieve the set of matching events, where improved efficiency will facilitate the discovery process by permitting rapid iterations of data evaluation and retrieval. Our custom MySQL storage engine enables the MySQL query processor to directly access TAG data stored in ROOT TTrees. As ROOT TTrees are column-oriented, reading them directly provides improved performance over traditional row-oriented TAG databases. Leveraging the flexible and powerful SQL query language to access data stored in ROOT TTrees, the Petaminer approach enables rich MySQL index-building capabilities for further performance optimization.

  5. Petaminer: Using ROOT for efficient data storage in MySQL database

    International Nuclear Information System (INIS)

    Cranshaw, J; Malon, D; Vaniachine, A; Fine, V; Lauret, J; Hamill, P

    2010-01-01

    High Energy and Nuclear Physics (HENP) experiments store Petabytes of event data and Terabytes of calibration data in ROOT files. The Petaminer project is developing a custom MySQL storage engine to enable the MySQL query processor to directly access experimental data stored in ROOT files. Our project is addressing the problem of efficient navigation to PetaBytes of HENP experimental data described with event-level TAG metadata, which is required by data intensive physics communities such as the LHC and RHIC experiments. Physicists need to be able to compose a metadata query and rapidly retrieve the set of matching events, where improved efficiency will facilitate the discovery process by permitting rapid iterations of data evaluation and retrieval. Our custom MySQL storage engine enables the MySQL query processor to directly access TAG data stored in ROOT TTrees. As ROOT TTrees are column-oriented, reading them directly provides improved performance over traditional row-oriented TAG databases. Leveraging the flexible and powerful SQL query language to access data stored in ROOT TTrees, the Petaminer approach enables rich MySQL index-building capabilities for further performance optimization.

  6. 78 FR 76608 - Combined Notice of Filings #1

    Science.gov (United States)

    2013-12-18

    ... Windpower LLC. Description: Second Revised MBR to be effective 12/7/2013. Filed Date: 12/6/13. Accession... Canyon Windpower II LLC. Description: Second Revised MBR Tariff to be effective 12/7/2013. Filed Date: 12...-000. Applicants: High Trail Wind Farm, LLC. Description: Second Revised MBR Tariff to be effective 12...

  7. 78 FR 21927 - Combined Notice of Filings #1

    Science.gov (United States)

    2013-04-12

    ... Creek Limited. Description: First Revised MBR Tariff to be effective 4/4/2013. Filed Date: 4/3/13...: Double ``C'' Limited. Description: First Revised MBR Tariff to be effective 4/4/2013. Filed Date: 4/3/13...-000. Applicants: High Sierra Limited. Description: First Revised MBR Tariff to be effective 4/4/2013...

  8. Provider of Services File

    Data.gov (United States)

    U.S. Department of Health & Human Services — The POS file consists of two data files, one for CLIA labs and one for 18 other provider types. The file names are CLIA and OTHER. If downloading the file, note it...

  9. The analysis of energy efficiency in water electrolysis under high temperature and high pressure

    Science.gov (United States)

    Hourng, L. W.; Tsai, T. T.; Lin, M. Y.

    2017-11-01

    This paper aims to analyze the energy efficiency of water electrolysis under high pressure and high temperature conditions. The effects of temperature and pressure on four different kinds of reaction mechanisms, namely, reversible voltage, activation polarization, ohmic polarization, and concentration polarization, are investigated in details. Results show that the ohmic and concentration over-potentials are increased as temperature is increased, however, the reversible and activation over-potentials are decreased as temperature is increased. Therefore, the net efficiency is enhanced as temperature is increased. The efficiency of water electrolysis at 350°C/100 bars is increased about 17%, compared with that at 80°C/1bar.

  10. Evaluating performance of high efficiency mist eliminators

    Energy Technology Data Exchange (ETDEWEB)

    Waggoner, Charles A.; Parsons, Michael S.; Giffin, Paxton K. [Mississippi State University, Institute for Clean Energy Technology, 205 Research Blvd, Starkville, MS (United States)

    2013-07-01

    Processing liquid wastes frequently generates off gas streams with high humidity and liquid aerosols. Droplet laden air streams can be produced from tank mixing or sparging and processes such as reforming or evaporative volume reduction. Unfortunately these wet air streams represent a genuine threat to HEPA filters. High efficiency mist eliminators (HEME) are one option for removal of liquid aerosols with high dissolved or suspended solids content. HEMEs have been used extensively in industrial applications, however they have not seen widespread use in the nuclear industry. Filtering efficiency data along with loading curves are not readily available for these units and data that exist are not easily translated to operational parameters in liquid waste treatment plants. A specialized test stand has been developed to evaluate the performance of HEME elements under use conditions of a US DOE facility. HEME elements were tested at three volumetric flow rates using aerosols produced from an iron-rich waste surrogate. The challenge aerosol included submicron particles produced from Laskin nozzles and super micron particles produced from a hollow cone spray nozzle. Test conditions included ambient temperature and relative humidities greater than 95%. Data collected during testing HEME elements from three different manufacturers included volumetric flow rate, differential temperature across the filter housing, downstream relative humidity, and differential pressure (dP) across the filter element. Filter challenge was discontinued at three intermediate dPs and the filter to allow determining filter efficiency using dioctyl phthalate and then with dry surrogate aerosols. Filtering efficiencies of the clean HEME, the clean HEME loaded with water, and the HEME at maximum dP were also collected using the two test aerosols. Results of the testing included differential pressure vs. time loading curves for the nine elements tested along with the mass of moisture and solid

  11. Numerical assessment of efficiency and control stability of an HTS synchronous motor

    Energy Technology Data Exchange (ETDEWEB)

    Xian Wei; Yuan Weijia; Coombs, T A, E-mail: wx210@cam.ac.u [Electronic, Power and Energy Conversion Group, Engineering Department, Cambridge University, 9 JJ Thomson Avenue, Cambridge CB3 0FA (United Kingdom)

    2010-06-01

    A high temperature superconducting (HTS) permanent magnet synchronous motor (PMSM) is designed and developed in Cambridge University. It is expected to become cost competitive with the conventional PMSM owing to its high efficiency, high power density, high torque density, etc. The structure and parameters of HTS PMSM are detailed. Both AC losses by transport current and applied filed in stator armature winding of HTS PMSM are also analyzed. Computed and simulated results of the characteristics of the HTS PMSM and conventional PMSM are compared. The improvement on stability of direct torque control (DTC) on the HTS PMSM is estimated, and proved by simulation on Matlab/Simulink.

  12. Federating LHCb datasets using the DIRAC File catalog

    CERN Document Server

    Haen, Christophe; Frank, Markus; Tsaregorodtsev, Andrei

    2015-01-01

    In the distributed computing model of LHCb the File Catalog (FC) is a central component that keeps track of each file and replica stored on the Grid. It is federating the LHCb data files in a logical namespace used by all LHCb applications. As a replica catalog, it is used for brokering jobs to sites where their input data is meant to be present, but also by jobs for finding alternative replicas if necessary. The LCG File Catalog (LFC) used originally by LHCb and other experiments is now being retired and needs to be replaced. The DIRAC File Catalog (DFC) was developed within the framework of the DIRAC Project and presented during CHEP 2012. From the technical point of view, the code powering the DFC follows an Aspect oriented programming (AOP): each type of entity that is manipulated by the DFC (Users, Files, Replicas, etc) is treated as a separate 'concern' in the AOP terminology. Hence, the database schema can also be adapted to the needs of a Virtual Organization. LHCb opted for a highly tuned MySQL datab...

  13. Design of High Efficiency Illumination for LED Lighting

    Directory of Open Access Journals (Sweden)

    Yong-Nong Chang

    2013-01-01

    Full Text Available A high efficiency illumination for LED street lighting is proposed. For energy saving, this paper uses Class-E resonant inverter as main electric circuit to improve efficiency. In addition, single dimming control has the best efficiency, simplest control scheme and lowest circuit cost among other types of dimming techniques. Multiple serial-connected transformers used to drive the LED strings as they can provide galvanic isolation and have the advantage of good current distribution against device difference. Finally, a prototype circuit for driving 112 W LEDs in total was built and tested to verify the theoretical analysis.

  14. The Energy Efficiency of High Intensity Proton Driver Concepts

    Energy Technology Data Exchange (ETDEWEB)

    Yakovlev, Vyacheslav [Fermilab; Grillenberger, Joachim [PSI, Villigen; Kim, Sang-Ho [ORNL, Oak Ridge (main); Seidel, Mike [PSI, Villigen; Yoshii, Masahito [JAEA, Ibaraki

    2017-05-01

    For MW class proton driver accelerators the energy efficiency is an important aspect; the talk reviews the efficiency of different accelerator concepts including s.c./n.c. linac, rapid cycling synchrotron, cyclotron; the potential of these concepts for very high beam power is discussed.

  15. High-Tech Means High-Efficiency: The Business Case for EnergyManagement in High-Tech Industries

    Energy Technology Data Exchange (ETDEWEB)

    Shanshoian, Gary; Blazek, Michele; Naughton, Phil; Seese, RobertS.; Mills, Evan; Tschudi, William

    2005-11-15

    In the race to apply new technologies in ''high-tech'' facilities such as data centers, laboratories, and clean rooms, much emphasis has been placed on improving service, building capacity, and increasing speed. These facilities are socially and economically important, as part of the critical infrastructure for pharmaceuticals,electronics, communications, and many other sectors. With a singular focus on throughput, some important design issues can be overlooked, such as the energy efficiency of individual equipment (e.g., lasers, routers and switches) as well as the integration of high-tech equipment into the power distribution system and the building envelope. Among technology-based businesses, improving energy efficiency presents an often untapped opportunity to increase profits, enhance process control,maximize asset value, improve the work place environment, and manage a variety of business risks. Oddly enough, the adoption of energy efficiency improvements in this sector lags behind many others. As a result, millions of dollars are left on the table with each year ofoperation.

  16. A high efficiency hybrid stirling-pulse tube cryocooler

    Directory of Open Access Journals (Sweden)

    Xiaotao Wang

    2015-03-01

    Full Text Available This article presented a hybrid cryocooler which combines the room temperature displacers and the pulse tube in one system. Compared with a traditional pulse tube cryocooler, the system uses the rod-less ambient displacer to recover the expansion work from the pulse tube cold end to improve the efficiency while still keeps the advantage of the pulse tube cryocooler with no moving parts at the cold region. In the meantime, dual-opposed configurations for both the compression pistons and displacers reduce the cooler vibration to a very low level. In the experiments, a lowest no-load temperature of 38.5 K has been obtained and the cooling power at 80K was 26.4 W with an input electric power of 290 W. This leads to an efficiency of 24.2% of Carnot, marginally higher than that of an ordinary pulse tube cryocooler. The hybrid configuration herein provides a very competitive option when a high efficiency, high-reliability and robust cryocooler is desired.

  17. Text File Comparator

    Science.gov (United States)

    Kotler, R. S.

    1983-01-01

    File Comparator program IFCOMP, is text file comparator for IBM OS/VScompatable systems. IFCOMP accepts as input two text files and produces listing of differences in pseudo-update form. IFCOMP is very useful in monitoring changes made to software at the source code level.

  18. Extracting the Data From the LCM vk4 Formatted Output File

    Energy Technology Data Exchange (ETDEWEB)

    Wendelberger, James G. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2018-01-29

    These are slides about extracting the data from the LCM vk4 formatted output file. The following is covered: vk4 file produced by Keyence VK Software, custom analysis, no off the shelf way to read the file, reading the binary data in a vk4 file, various offsets in decimal lines, finding the height image data, directly in MATLAB, binary output beginning of height image data, color image information, color image binary data, color image decimal and binary data, MATLAB code to read vk4 file (choose a file, read the file, compute offsets, read optical image, laser optical image, read and compute laser intensity image, read height image, timing, display height image, display laser intensity image, display RGB laser optical images, display RGB optical images, display beginning data and save images to workspace, gamma correction subroutine), reading intensity form the vk4 file, linear in the low range, linear in the high range, gamma correction for vk4 files, computing the gamma intensity correction, observations.

  19. Lightweight High Efficiency Electric Motors for Space Applications

    Science.gov (United States)

    Robertson, Glen A.; Tyler, Tony R.; Piper, P. J.

    2011-01-01

    Lightweight high efficiency electric motors are needed across a wide range of space applications from - thrust vector actuator control for launch and flight applications to - general vehicle, base camp habitat and experiment control for various mechanisms to - robotics for various stationary and mobile space exploration missions. QM Power?s Parallel Path Magnetic Technology Motors have slowly proven themselves to be a leading motor technology in this area; winning a NASA Phase II for "Lightweight High Efficiency Electric Motors and Actuators for Low Temperature Mobility and Robotics Applications" a US Army Phase II SBIR for "Improved Robot Actuator Motors for Medical Applications", an NSF Phase II SBIR for "Novel Low-Cost Electric Motors for Variable Speed Applications" and a DOE SBIR Phase I for "High Efficiency Commercial Refrigeration Motors" Parallel Path Magnetic Technology obtains the benefits of using permanent magnets while minimizing the historical trade-offs/limitations found in conventional permanent magnet designs. The resulting devices are smaller, lower weight, lower cost and have higher efficiency than competitive permanent magnet and non-permanent magnet designs. QM Power?s motors have been extensively tested and successfully validated by multiple commercial and aerospace customers and partners as Boeing Research and Technology. Prototypes have been made between 0.1 and 10 HP. They are also in the process of scaling motors to over 100kW with their development partners. In this paper, Parallel Path Magnetic Technology Motors will be discussed; specifically addressing their higher efficiency, higher power density, lighter weight, smaller physical size, higher low end torque, wider power zone, cooler temperatures, and greater reliability with lower cost and significant environment benefit for the same peak output power compared to typically motors. A further discussion on the inherent redundancy of these motors for space applications will be provided.

  20. Status and evaluation methods of JENDL fusion file and JENDL PKA/KERMA file

    International Nuclear Information System (INIS)

    Chiba, S.; Fukahori, T.; Shibata, K.; Yu Baosheng; Kosako, K.

    1997-01-01

    The status of evaluated nuclear data in the JENDL fusion file and PKA/KERMA file is presented. The JENDL fusion file was prepared in order to improve the quality of the JENDL-3.1 data especially on the double-differential cross sections (DDXs) of secondary neutrons and gamma-ray production cross sections, and to provide DDXs of secondary charged particles (p, d, t, 3 He and α-particle) for the calculation of PKA and KERMA factors. The JENDL fusion file contains evaluated data of 26 elements ranging from Li to Bi. The data in JENDL fusion file reproduce the measured data on neutron and charged-particle DDXs and also on gamma-ray production cross sections. Recoil spectra in PKA/KERMA file were calculated from secondary neutron and charged-particle DDXs contained in the fusion file with two-body reaction kinematics. The data in the JENDL fusion file and PKA/KERMA file were compiled in ENDF-6 format with an MF=6 option to store the DDX data. (orig.)

  1. Summary of efficiency testing of standard and high-capacity high-efficiency particulate air filters subjected to simulated tornado depressurization and explosive shock waves

    International Nuclear Information System (INIS)

    Smith, P.R.; Gregory, W.S.

    1985-04-01

    Pressure transients in nuclear facility air cleaning systems can originate from natural phenomena such as tornadoes or from accident-induced explosive blast waves. This study was concerned with the effective efficiency of high-efficiency particulate air (HEPA) filters during pressure surges resulting from simulated tornado and explosion transients. The primary objective of the study was to examine filter efficiencies at pressure levels below the point of structural failure. Both standard and high-capacity 0.61-m by 0.61-m HEPA filters were evaluated, as were several 0.2-m by 0.2-m HEPA filters. For a particular manufacturer, the material release when subjected to tornado transients is the same (per unit area) for both the 0.2-m by 0.2-m and the 0.61-m by 0.61-m filters. For tornado transients, the material release was on the order of micrograms per square meter. When subjecting clean HEPA filters to simulated tornado transients with aerosol entrained in the pressure pulse, all filters tested showed a degradation of filter efficiency. For explosive transients, the material release from preloaded high-capacity filters was as much as 340 g. When preloaded high-capacity filters were subjected to shock waves approximately 50% of the structural limit level, 1 to 2 mg of particulate was released

  2. Challenging Ubiquitous Inverted Files

    NARCIS (Netherlands)

    de Vries, A.P.

    2000-01-01

    Stand-alone ranking systems based on highly optimized inverted file structures are generally considered ‘the’ solution for building search engines. Observing various developments in software and hardware, we argue however that IR research faces a complex engineering problem in the quest for more

  3. High-efficiency single-photon source: The photonic wire geometry

    DEFF Research Database (Denmark)

    Claudon, J.; Bazin, Maela; Malik, Nitin S.

    2009-01-01

    We present a single-photon-source design based on the emission of a quantum dot embedded in a semiconductor (GaAs) nanowire. The nanowire ends are engineered (efficient metallic mirror and tip taper) to reach a predicted record-high collection efficiency of 90% with a realistic design. Preliminar...

  4. High-efficiency FEL with Bragg resonator driven by linear induction accelerator

    Energy Technology Data Exchange (ETDEWEB)

    Ginzburg, N S; Kaminskij, A A; Kaminskij, A K; Peskov, N Yu; Sedykh, S N; Sergeev, A P; Sergeev, A S [Russian Academy of Sciences, Nizhny Novgorod (Russian Federation). Inst. of Applied Physics

    1997-12-31

    A narrow-band high-efficiency FEL-oscillator with a Bragg resonator was constructed based on a linear induction accelerator which formed a 1 MeV, 200 A, 200 ns electron beam. At the frequency of 31 GHz, radiation with a power of 31 MW and efficiency of 25% was measured. A high efficiency and a narrow width of the spectrum were achieved owing to the selective properties of the Bragg resonator in combination with the high quality of the helical electron beam formed in the reversed guide field regime. (author). 3 figs., 3 refs.

  5. Exploiting Efficient Transpacking for One-Sided Communication and MPI-IO

    Science.gov (United States)

    Mir, Faisal Ghias; Träff, Jesper Larsson

    Based on a construction of socalled input-output datatypes that define a mapping between non-consecutive input and output buffers, we outline an efficient method for copying of structured data. We term this operation transpacking, and show how transpacking can be applied for the MPI implementation of one-sided communication and MPI-IO. For one-sided communication via shared-memory, we demonstrate the expected performance improvements by up to a factor of two. For individual MPI-IO, the time to read or write from file dominates the overall time, but even here efficient transpacking can in some scenarios reduce file I/O time considerably. The reported results have been achieved on a single NEC SX-8 vector node.

  6. 78 FR 57146 - Combined Notice of Filings #1

    Science.gov (United States)

    2013-09-17

    ... Management, LLC, GenOn Mid-Atlantic, LLC, Green Mountain Energy Company, High Plains Ranch II, LLC, Huntley... Revised Service Agreement No. 3452; Queue No. Y1-020 to be effective 8/8/2013. Filed Date: 9/9/13... Agreement No. 3639--Queue Position W4-038 to be effective 8/8/2013. Filed Date: 9/9/13. Accession Number...

  7. Evaluation of Contact Friction in Fracture of Rotationally Bent Nitinol Endodontic Files

    Science.gov (United States)

    Haimed, Tariq Abu

    2011-12-01

    The high flexibility of rotary Nitinol (Ni-Ti) files has helped clinicians perform root canal treatments with fewer technical errors than seen with stainless steel files. However, intracanal file fracture can occur, compromising the outcome of the treatment. Ni-Ti file fracture incidence is roughly around 4% amongst specialists and higher amongst general practitioners. Therefore, eliminating or reducing this problem should improve patient care. The aim of this project was to isolate and examine the role of friction between files and the canal walls of the glass tube model, and bending-related maximum strain amplitudes, on Ni-Ti file lifetimes-tofracture in the presence of different irrigant solutions and file coatings. A specifically designed device was used to test over 300 electropolished EndoSequenceRTM Ni-Ti files for number of cycles to failure (NCF) in smooth, bent glass tube models at 45 and 60 degrees during dry, coated and liquid-lubricated rotation at 600rpm. Fractured files were examined under Scanning Electron Microscopy (SEM) afterwards. Four different file sizes 25.04, 25.06, 35.04, 35.06 (diameter in mm/taper %) and six surface modification conditions were used independently. These conditions included, three solutions; (1) a surfactant-based solution, Surface-Active-Displacement-Solution (SADS), (2) a mouth wash proven to remove biofilms, Delmopinol 1%(DEL), and (3) Bleach 6% (vol.%), the most common antibacterial endodontic irrigant solution. The conditions also included two low-friction silane-based coating groups, 3-Hepta-fluoroisopropyl-propoxymethyl-dichlorosilane (3-HEPT) and Octadecyltrichlorosilane (ODS), in addition to an as-received file control group (Dry). The coefficient of friction (CF) between the file and the canal walls for each condition was measured as well as the surface tension of the irrigant solutions and the critical surface tension of the coated and uncoated files by contact angle measurements. The radius of curvature and

  8. A metamaterial electromagnetic energy rectifying surface with high harvesting efficiency

    Science.gov (United States)

    Duan, Xin; Chen, Xing; Zhou, Lin

    2016-12-01

    A novel metamaterial rectifying surface (MRS) for electromagnetic energy capture and rectification with high harvesting efficiency is presented. It is fabricated on a three-layer printed circuit board, which comprises an array of periodic metamaterial particles in the shape of mirrored split rings, a metal ground, and integrated rectifiers employing Schottky diodes. Perfect impedance matching is engineered at two interfaces, i.e. one between free space and the surface, and the other between the metamaterial particles and the rectifiers, which are connected through optimally positioned vias. Therefore, the incident electromagnetic power is captured with almost no reflection by the metamaterial particles, then channeled maximally to the rectifiers, and finally converted to direct current efficiently. Moreover, the rectifiers are behind the metal ground, avoiding the disturbance of high power incident electromagnetic waves. Such a MRS working at 2.45 GHz is designed, manufactured and measured, achieving a harvesting efficiency up to 66.9% under an incident power density of 5 mW/cm2, compared with a simulated efficiency of 72.9%. This high harvesting efficiency makes the proposed MRS an effective receiving device in practical microwave power transmission applications.

  9. A metamaterial electromagnetic energy rectifying surface with high harvesting efficiency

    Directory of Open Access Journals (Sweden)

    Xin Duan

    2016-12-01

    Full Text Available A novel metamaterial rectifying surface (MRS for electromagnetic energy capture and rectification with high harvesting efficiency is presented. It is fabricated on a three-layer printed circuit board, which comprises an array of periodic metamaterial particles in the shape of mirrored split rings, a metal ground, and integrated rectifiers employing Schottky diodes. Perfect impedance matching is engineered at two interfaces, i.e. one between free space and the surface, and the other between the metamaterial particles and the rectifiers, which are connected through optimally positioned vias. Therefore, the incident electromagnetic power is captured with almost no reflection by the metamaterial particles, then channeled maximally to the rectifiers, and finally converted to direct current efficiently. Moreover, the rectifiers are behind the metal ground, avoiding the disturbance of high power incident electromagnetic waves. Such a MRS working at 2.45 GHz is designed, manufactured and measured, achieving a harvesting efficiency up to 66.9% under an incident power density of 5 mW/cm2, compared with a simulated efficiency of 72.9%. This high harvesting efficiency makes the proposed MRS an effective receiving device in practical microwave power transmission applications.

  10. Efficient Unsteady Flow Visualization with High-Order Access Dependencies

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Jiang; Guo, Hanqi; Yuan, Xiaoru

    2016-04-19

    We present a novel high-order access dependencies based model for efficient pathline computation in unsteady flow visualization. By taking longer access sequences into account to model more sophisticated data access patterns in particle tracing, our method greatly improves the accuracy and reliability in data access prediction. In our work, high-order access dependencies are calculated by tracing uniformly-seeded pathlines in both forward and backward directions in a preprocessing stage. The effectiveness of our proposed approach is demonstrated through a parallel particle tracing framework with high-order data prefetching. Results show that our method achieves higher data locality and hence improves the efficiency of pathline computation.

  11. Noise-free high-efficiency photon-number-resolving detectors

    International Nuclear Information System (INIS)

    Rosenberg, Danna; Lita, Adriana E.; Miller, Aaron J.; Nam, Sae Woo

    2005-01-01

    High-efficiency optical detectors that can determine the number of photons in a pulse of monochromatic light have applications in a variety of physics studies, including post-selection-based entanglement protocols for linear optics quantum computing and experiments that simultaneously close the detection and communication loopholes of Bell's inequalities. Here we report on our demonstration of fiber-coupled, noise-free, photon-number-resolving transition-edge sensors with 88% efficiency at 1550 nm. The efficiency of these sensors could be made even higher at any wavelength in the visible and near-infrared spectrum without resulting in a higher dark-count rate or degraded photon-number resolution

  12. Photon-HDF5: An Open File Format for Timestamp-Based Single-Molecule Fluorescence Experiments

    OpenAIRE

    Ingargiola, Antonino; Laurence, Ted; Boutelle, Robert; Weiss, Shimon; Michalet, Xavier

    2016-01-01

    We introduce Photon-HDF5, an open and efficient file format to simplify exchange and long-term accessibility of data from single-molecule fluorescence experiments based on photon-counting detectors such as single-photon avalanche diode, photomultiplier tube, or arrays of such detectors. The format is based on HDF5, a widely used platform- and language-independent hierarchical file format for which user-friendly viewers are available. Photon-HDF5 can store raw photon data (timestamp, channel n...

  13. Efficient storage, retrieval and analysis of poker hands: An adaptive data framework

    Directory of Open Access Journals (Sweden)

    Gorawski Marcin

    2017-12-01

    Full Text Available In online gambling, poker hands are one of the most popular and fundamental units of the game state and can be considered objects comprising all the events that pertain to the single hand played. In a situation where tens of millions of poker hands are produced daily and need to be stored and analysed quickly, the use of relational databases no longer provides high scalability and performance stability. The purpose of this paper is to present an efficient way of storing and retrieving poker hands in a big data environment. We propose a new, read-optimised storage model that offers significant data access improvements over traditional database systems as well as the existing Hadoop file formats such as ORC, RCFile or SequenceFile. Through index-oriented partition elimination, our file format allows reducing the number of file splits that needs to be accessed, and improves query response time up to three orders of magnitude in comparison with other approaches. In addition, our file format supports a range of new indexing structures to facilitate fast row retrieval at a split level. Both index types operate independently of the Hive execution context and allow other big data computational frameworks such as MapReduce or Spark to benefit from the optimized data access path to the hand information. Moreover, we present a detailed analysis of our storage model and its supporting index structures, and how they are organised in the overall data framework. We also describe in detail how predicate based expression trees are used to build effective file-level execution plans. Our experimental tests conducted on a production cluster, holding nearly 40 billion hands which span over 4000 partitions, show that multi-way partition pruning outperforms other existing file formats, resulting in faster query execution times and better cluster utilisation.

  14. Preparation of reflective CsI photocathodes with reproducible high quantum efficiency

    Science.gov (United States)

    Maier-Komor, P.; Bauer, B. B.; Friese, J.; Gernhäuser, R.; Kienle, P.; Körner, H. J.; Montermann, G.; Zeitelhack, K.

    1995-02-01

    CsI as a solid UV-photocathode material has many promising applications in fast gaseous photon detectors. They are proposed in large area Ring Imaging CHerenkov (RICH) devices in forthcoming experiments at various high-energy particle accelerators. A high photon-to-electron conversion efficiency is a basic requirement for the successful operation of these devices. High reproducible quantum efficiencies could be achieved with CsI layers prepared by electron beam evaporation from a water-cooled copper crucible. CsI films were deposited in the thickness range of 30 to 500 μg/cm 2. Absorption coefficients and quantum efficiencies were measured in the wavelength region of 150 nm to 250 nm. The influence of various evaporation parameters on the quantum efficiency were investigated.

  15. Preparation of reflective CsI photocathodes with reproducible high quantum efficiency

    Energy Technology Data Exchange (ETDEWEB)

    Maier-Komor, P. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Bauer, B.B. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Friese, J. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Gernhaeuser, R. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Kienle, P. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Koerner, H.J. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Montermann, G. [Technische Univ. Muenchen, Garching (Germany). Physik-Department; Zeitelhack, K. [Technische Univ. Muenchen, Garching (Germany). Physik-Department

    1995-08-01

    CsI as a solid UV-photocathode material has many promising applications in fast gaseous photon detectors. They are proposed in large area Ring Imaging CHerenkov (RICH) devices in forthcoming experiments at various high-energy particle accelerators. A high photon-to-electron conversion efficiency is a basic requirement for the successful operation of these devices. High reproducible quantum efficiencies could be achieved with CsI layers prepared by electron beam evaporation from a water-cooled copper crucible. CsI films were deposited in the thickness range of 30 to 500 {mu}g/cm{sup 2}. Absorption coefficients and quantum efficiencies were measured in the wavelength region of 150 nm to 250 nm. The influence of various evaporation parameters on the quantum efficiency were investigated. (orig.).

  16. Irradiation effects on high efficiency Si solar cells

    International Nuclear Information System (INIS)

    Nguyen Duy, T.; Amingual, D.; Colardelle, P.; Bernard, J.

    1974-01-01

    By optimizing the diffusion parameters, high efficiency cells are obtained with 2ohmsxcm (13.5% AMO) and 10ohmsxcm (12.5% AMO) silicon material. These new cells have been submitted to radiation tests under 1MeV, 2MeV electrons and 2.5MeV protons. Their behavior under irradiation is found to be dependent only on the bulk material. By using the same resistivity silicon, the rate of degradation is exactly the same than those of conventional cells. The power increase, due to a better superficial response of the cell, is maintained after irradiation. These results show that new high efficiency cells offer an E.O.L. power higher than conventional cells [fr

  17. Design Strategies for Ultra-high Efficiency Photovoltaics

    Science.gov (United States)

    Warmann, Emily Cathryn

    While concentrator photovoltaic cells have shown significant improvements in efficiency in the past ten years, once these cells are integrated into concentrating optics, connected to a power conditioning system and deployed in the field, the overall module efficiency drops to only 34 to 36%. This efficiency is impressive compared to conventional flat plate modules, but it is far short of the theoretical limits for solar energy conversion. Designing a system capable of achieving ultra high efficiency of 50% or greater cannot be achieved by refinement and iteration of current design approaches. This thesis takes a systems approach to designing a photovoltaic system capable of 50% efficient performance using conventional diode-based solar cells. The effort began with an exploration of the limiting efficiency of spectrum splitting ensembles with 2 to 20 sub cells in different electrical configurations. Incorporating realistic non-ideal performance with the computationally simple detailed balance approach resulted in practical limits that are useful to identify specific cell performance requirements. This effort quantified the relative benefit of additional cells and concentration for system efficiency, which will help in designing practical optical systems. Efforts to improve the quality of the solar cells themselves focused on the development of tunable lattice constant epitaxial templates. Initially intended to enable lattice matched multijunction solar cells, these templates would enable increased flexibility in band gap selection for spectrum splitting ensembles and enhanced radiative quality relative to metamorphic growth. The III-V material family is commonly used for multijunction solar cells both for its high radiative quality and for the ease of integrating multiple band gaps into one monolithic growth. The band gap flexibility is limited by the lattice constant of available growth templates. The virtual substrate consists of a thin III-V film with the desired

  18. High efficiency targets for high gain inertial confinement fusion

    International Nuclear Information System (INIS)

    Gardner, J.H.; Bodner, S.E.

    1986-01-01

    Rocket efficiencies as high as 15% are possible using short wavelength lasers and moderately high aspect ratio pellet designs. These designs are made possible by two recent breakthroughs in physics constraints. First is the development of the Induced Spatial Incoherence (ISI) technique which allows uniform illumination of the pellet and relaxes the constraint of thermal smoothing, permitting the use of short wavelength laser light. Second is the discovery that the Rayleigh-Taylor growth rate is considerably reduced at the short laser wavelengths. By taking advantage of the reduced constraints imposed by nonuniform laser illumination and Rayleigh-Taylor instability, pellets using 1/4 micron laser light and initial aspect ratios of about 10 (with in flight aspect ratios of about 150 to 200) may produce energy gains as high as 200 to 250

  19. High-efficiency targets for high-gain inertial confinement fusion

    International Nuclear Information System (INIS)

    Gardner, J.H.; Bodner, S.E.

    1986-01-01

    Rocket efficiencies as high as 15% are possible using short wavelength lasers and moderately high aspect ratio pellet designs. These designs are made possible by two recent breakthroughs in physics constraints. First is the development of the induced spatial incoherence (ISI) technique, which allows uniform illumination of the pellet and relaxes the constraint of thermal smoothing, permitting the use of short wavelength laser light. Second is the discovery that the Rayleigh--Taylor growth rate is considerably reduced at short laser wavelengths. By taking advantage of the reduced constraints imposed by nonuniform laser illumination and Rayleigh--Taylor instability, pellets using (1)/(4) μm laser light and initial aspect ratios of about 10 (with in flight aspect ratios of about 150--200) may produce energy gains as high as 200--250

  20. High power klystrons for efficient reliable high power amplifiers

    Science.gov (United States)

    Levin, M.

    1980-11-01

    This report covers the design of reliable high efficiency, high power klystrons which may be used in both existing and proposed troposcatter radio systems. High Power (10 kW) klystron designs were generated in C-band (4.4 GHz to 5.0 GHz), S-band (2.5 GHz to 2.7 GHz), and L-band or UHF frequencies (755 MHz to 985 MHz). The tubes were designed for power supply compatibility and use with a vapor/liquid phase heat exchanger. Four (4) S-band tubes were developed in the course of this program along with two (2) matching focusing solenoids and two (2) heat exchangers. These tubes use five (5) tuners with counters which are attached to the focusing solenoids. A reliability mathematical model of the tube and heat exchanger system was also generated.

  1. High-efficiency concentrator silicon solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Sinton, R.A.; Cuevas, A.; King, R.R.; Swanson, R.M. (Stanford Univ., CA (USA). Solid-State Electronics Lab.)

    1990-11-01

    This report presents results from extensive process development in high-efficiency Si solar cells. An advanced design for a 1.56-cm{sup 2} cell with front grids achieved 26% efficiency at 90 suns. This is especially significant since this cell does not require a prismatic cover glass. New designs for simplified backside-contact solar cells were advanced from a status of near-nonfunctionality to demonstrated 21--22% for one-sun cells in sizes up to 37.5 cm{sup 2}. An efficiency of 26% was achieved for similar 0.64-cm{sup 2} concentrator cells at 150 suns. More fundamental work on dopant-diffused regions is also presented here. The recombination vs. various process and physical parameters was studied in detail for boron and phosphorous diffusions. Emitter-design studies based solidly upon these new data indicate the performance vs design parameters for a variety of the cases of most interest to solar cell designers. Extractions of p-type bandgap narrowing and the surface recombination for p- and n-type regions from these studies have a generality that extends beyond solar cells into basic device modeling. 68 refs., 50 figs.

  2. Efficient estimation for high similarities using odd sketches

    DEFF Research Database (Denmark)

    Mitzenmacher, Michael; Pagh, Rasmus; Pham, Ninh Dang

    2014-01-01

    . This means that Odd Sketches provide a highly space-efficient estimator for sets of high similarity, which is relevant in applications such as web duplicate detection, collaborative filtering, and association rule learning. The method extends to weighted Jaccard similarity, relevant e.g. for TF-IDF vector...... and web duplicate detection tasks....

  3. 3rd symposium on high-efficiency boiler technology: potential, performance, shortcomings of natural gas fuelled high-efficiency boilers

    International Nuclear Information System (INIS)

    1993-01-01

    The brochure contains abstracts of the papers presented at the symposium. The potential, performance and marketing problems of natural gas high-efficiency boiler systems are outlined, and new ideas are presented for gas utilities, producers of appliances, fitters, and chimneysweeps. 13 papers are available as separate regards in this database. (HW) [de

  4. High efficiency inductive output tubes with intense annular electron beams

    Science.gov (United States)

    Appanam Karakkad, J.; Matthew, D.; Ray, R.; Beaudoin, B. L.; Narayan, A.; Nusinovich, G. S.; Ting, A.; Antonsen, T. M.

    2017-10-01

    For mobile ionospheric heaters, it is necessary to develop highly efficient RF sources capable of delivering radiation in the frequency range from 3 to 10 MHz with an average power at a megawatt level. A promising source, which is capable of offering these parameters, is a grid-less version of the inductive output tube (IOT), also known as a klystrode. In this paper, studies analyzing the efficiency of grid-less IOTs are described. The basic trade-offs needed to reach high efficiency are investigated. In particular, the trade-off between the peak current and the duration of the current micro-pulse is analyzed. A particle in the cell code is used to self-consistently calculate the distribution in axial and transverse momentum and in total electron energy from the cathode to the collector. The efficiency of IOTs with collectors of various configurations is examined. It is shown that the efficiency of IOTs can be in the 90% range even without using depressed collectors.

  5. Development and validation of gui based input file generation code for relap

    International Nuclear Information System (INIS)

    Anwar, M.M.; Khan, A.A.; Chughati, I.R.; Chaudri, K.S.; Inyat, M.H.; Hayat, T.

    2009-01-01

    Reactor Excursion and Leak Analysis Program (RELAP) is a widely acceptable computer code for thermal hydraulics modeling of Nuclear Power Plants. It calculates thermal- hydraulic transients in water-cooled nuclear reactors by solving approximations to the one-dimensional, two-phase equations of hydraulics in an arbitrarily connected system of nodes. However, the preparation of input file and subsequent analysis of results in this code is a tedious task. The development of a Graphical User Interface (GUI) for preparation of the input file for RELAP-5 is done with the validation of GUI generated Input File. The GUI is developed in Microsoft Visual Studio using Visual C Sharp (C) as programming language. The Nodalization diagram is drawn graphically and the program contains various component forms along with the starting data form, which are launched for properties assignment to generate Input File Cards serving as GUI for the user. The GUI is provided with Open / Save function to store and recall the Nodalization diagram along with Components' properties. The GUI generated Input File is validated for several case studies and individual component cards are compared with the originally required format. The generated Input File of RELAP is found consistent with the requirement of RELAP. The GUI provided a useful platform for simulating complex hydrodynamic problems efficiently with RELAP. (author)

  6. Ultra-high efficiency photovoltaic cells for large scale solar power generation.

    Science.gov (United States)

    Nakano, Yoshiaki

    2012-01-01

    The primary targets of our project are to drastically improve the photovoltaic conversion efficiency and to develop new energy storage and delivery technologies. Our approach to obtain an efficiency over 40% starts from the improvement of III-V multi-junction solar cells by introducing a novel material for each cell realizing an ideal combination of bandgaps and lattice-matching. Further improvement incorporates quantum structures such as stacked quantum wells and quantum dots, which allow higher degree of freedom in the design of the bandgap and the lattice strain. Highly controlled arrangement of either quantum dots or quantum wells permits the coupling of the wavefunctions, and thus forms intermediate bands in the bandgap of a host material, which allows multiple photon absorption theoretically leading to a conversion efficiency exceeding 50%. In addition to such improvements, microfabrication technology for the integrated high-efficiency cells and the development of novel material systems that realizes high efficiency and low cost at the same time are investigated.

  7. High-efficiency water-loaded microwave antenna in ultra-high-frequency band

    Science.gov (United States)

    Gong, Zilun; Bartone, Chris; Yang, Fuyi; Yao, Jie

    2018-03-01

    High-index dielectrics are widely used in microwave antennas to control the radiation characteristics. Liquid water, with a high dielectric index at microwave frequency, is an interesting material to achieving tunable functionalities. Here, we demonstrate a water-loaded microwave antenna system that has high loss-tolerance and wideband tunability enabled by fluidity. Our simulation and experimental results show that the resonance frequency can be effectively tuned by the size of loading water. Furthermore, the antenna systems with water loading can achieve high radiation efficiency (>90%) in the ultra-high-frequency (0.3-3 GHz) band. This work brings about opportunities in realistic tunable microwave antenna designs enabled by liquid.

  8. Configuration Management File Manager Developed for Numerical Propulsion System Simulation

    Science.gov (United States)

    Follen, Gregory J.

    1997-01-01

    One of the objectives of the High Performance Computing and Communication Project's (HPCCP) Numerical Propulsion System Simulation (NPSS) is to provide a common and consistent way to manage applications, data, and engine simulations. The NPSS Configuration Management (CM) File Manager integrated with the Common Desktop Environment (CDE) window management system provides a common look and feel for the configuration management of data, applications, and engine simulations for U.S. engine companies. In addition, CM File Manager provides tools to manage a simulation. Features include managing input files, output files, textual notes, and any other material normally associated with simulation. The CM File Manager includes a generic configuration management Application Program Interface (API) that can be adapted for the configuration management repositories of any U.S. engine company.

  9. Securing the AliEn File Catalogue - Enforcing authorization with accountable file operations

    International Nuclear Information System (INIS)

    Schreiner, Steffen; Banerjee, Subho Sankar; Betev, Latchezar; Carminati, Federico; Vladimirovna Datskova, Olga; Furano, Fabrizio; Grigoras, Alina; Grigoras, Costin; Mendez Lorenzo, Patricia; Peters, Andreas Joachim; Saiz, Pablo; Bagnasco, Stefano; Zhu Jianlin

    2011-01-01

    The AliEn Grid Services, as operated by the ALICE Collaboration in its global physics analysis grid framework, is based on a central File Catalogue together with a distributed set of storage systems and the possibility to register links to external data resources. This paper describes several identified vulnerabilities in the AliEn File Catalogue access protocol regarding fraud and unauthorized file alteration and presents a more secure and revised design: a new mechanism, called LFN Booking Table, is introduced in order to keep track of access authorization in the transient state of files entering or leaving the File Catalogue. Due to a simplification of the original Access Envelope mechanism for xrootd-protocol-based storage systems, fundamental computational improvements of the mechanism were achieved as well as an up to 50% reduction of the credential's size. By extending the access protocol with signed status messages from the underlying storage system, the File Catalogue receives trusted information about a file's size and checksum and the protocol is no longer dependent on client trust. Altogether, the revised design complies with atomic and consistent transactions and allows for accountable, authentic, and traceable file operations. This paper describes these changes as part and beyond the development of AliEn version 2.19.

  10. Highly Efficient Coherent Optical Memory Based on Electromagnetically Induced Transparency

    Science.gov (United States)

    Hsiao, Ya-Fen; Tsai, Pin-Ju; Chen, Hung-Shiue; Lin, Sheng-Xiang; Hung, Chih-Chiao; Lee, Chih-Hsi; Chen, Yi-Hsin; Chen, Yong-Fan; Yu, Ite A.; Chen, Ying-Cheng

    2018-05-01

    Quantum memory is an important component in the long-distance quantum communication based on the quantum repeater protocol. To outperform the direct transmission of photons with quantum repeaters, it is crucial to develop quantum memories with high fidelity, high efficiency and a long storage time. Here, we achieve a storage efficiency of 92.0 (1.5)% for a coherent optical memory based on the electromagnetically induced transparency scheme in optically dense cold atomic media. We also obtain a useful time-bandwidth product of 1200, considering only storage where the retrieval efficiency remains above 50%. Both are the best record to date in all kinds of schemes for the realization of optical memory. Our work significantly advances the pursuit of a high-performance optical memory and should have important applications in quantum information science.

  11. Ultra-bright and highly efficient inorganic based perovskite light-emitting diodes

    Science.gov (United States)

    Zhang, Liuqi; Yang, Xiaolei; Jiang, Qi; Wang, Pengyang; Yin, Zhigang; Zhang, Xingwang; Tan, Hairen; Yang, Yang (Michael); Wei, Mingyang; Sutherland, Brandon R.; Sargent, Edward H.; You, Jingbi

    2017-06-01

    Inorganic perovskites such as CsPbX3 (X=Cl, Br, I) have attracted attention due to their excellent thermal stability and high photoluminescence quantum efficiency. However, the electroluminescence quantum efficiency of their light-emitting diodes was CsPbBr3 lattice and by depositing a hydrophilic and insulating polyvinyl pyrrolidine polymer atop the ZnO electron-injection layer to overcome these issues. As a result, we obtained light-emitting diodes exhibiting a high brightness of 91,000 cd m-2 and a high external quantum efficiency of 10.4% using a mixed-cation perovskite Cs0.87MA0.13PbBr3 as the emitting layer. To the best of our knowledge, this is the brightest and most-efficient green perovskite light-emitting diodes reported to date.

  12. High Efficiency of Two Efficient QSDC with Authentication Is at the Cost of Their Security

    International Nuclear Information System (INIS)

    Su-Juan, Qin; Qiao-Yan, Wen; Luo-Ming, Meng; Fu-Chen, Zhu

    2009-01-01

    Two efficient protocols of quantum secure direct communication with authentication [Chin. Phys. Lett. 25 (2008) 2354] were recently proposed by Liu et al. to improve the efficiency of two protocols presented in [Phys. Rev. A 75 (2007) 026301] by four Pauli operations. We show that the high efficiency of the two protocols is at the expense of their security. The authenticator Trent can reach half the secret by a particular attack strategy in the first protocol. In the second protocol, not only Trent but also an eavesdropper outside can elicit half-information about the secret from the public declaration

  13. Developing a File System Structure to Solve Healthy Big Data Storage and Archiving Problems Using a Distributed File System

    Directory of Open Access Journals (Sweden)

    Atilla Ergüzen

    2018-06-01

    Full Text Available Recently, the use of internet has become widespread, increasing the use of mobile phones, tablets, computers, Internet of Things (IoT devices and other digital sources. In the health sector with the help of new generation digital medical equipment, this digital world also has tended to grow in an unpredictable way in that it has nearly 10% of the global wide data itself and continues to keep grow beyond what the other sectors have. This progress has greatly enlarged the amount of produced data which cannot be resolved with conventional methods. In this work, an efficient model for the storage of medical images using a distributed file system structure has been developed. With this work, a robust, available, scalable, and serverless solution structure has been produced, especially for storing large amounts of data in the medical field. Furthermore, the security level of the system is extreme by use of static Internet protocol (IP, user credentials, and synchronously encrypted file contents. One of the most important key features of the system is high performance and easy scalability. In this way, the system can work with fewer hardware elements and be more robust than others that use name node architecture. According to the test results, it is seen that the performance of the designed system is better than 97% from a Not Only Structured Query Language (NoSQL system, 80% from a relational database management system (RDBMS, and 74% from an operating system (OS.

  14. A Metadata-Rich File System

    Energy Technology Data Exchange (ETDEWEB)

    Ames, S; Gokhale, M B; Maltzahn, C

    2009-01-07

    Despite continual improvements in the performance and reliability of large scale file systems, the management of file system metadata has changed little in the past decade. The mismatch between the size and complexity of large scale data stores and their ability to organize and query their metadata has led to a de facto standard in which raw data is stored in traditional file systems, while related, application-specific metadata is stored in relational databases. This separation of data and metadata requires considerable effort to maintain consistency and can result in complex, slow, and inflexible system operation. To address these problems, we have developed the Quasar File System (QFS), a metadata-rich file system in which files, metadata, and file relationships are all first class objects. In contrast to hierarchical file systems and relational databases, QFS defines a graph data model composed of files and their relationships. QFS includes Quasar, an XPATH-extended query language for searching the file system. Results from our QFS prototype show the effectiveness of this approach. Compared to the defacto standard, the QFS prototype shows superior ingest performance and comparable query performance on user metadata-intensive operations and superior performance on normal file metadata operations.

  15. Deep-blue efficient OLED based on NPB with little efficiency roll-off under high current density

    Science.gov (United States)

    Liu, Jian

    2017-03-01

    NPB usually is used as a hole-transport layer in OLED. In fact, it is a standard pure blue-emission material. However, its light-emitting efficiency in OLED is low due to emissive nature of organic material. Herein, a deep-blue OLDE based on NPB was fabricated. The light-emitting efficiency of the device demonstrates a moderate value, and efficiency roll-off is little under high current density. The device demonstrates that the electroplex's emission decreases with increasing electric field intensity.

  16. Ultra-high efficiency, fast graphene micro-heater on silicon

    DEFF Research Database (Denmark)

    Yan, Siqi; Zhu, Xiaolong; Frandsen, Lars Hagedorn

    2017-01-01

    We demonstrate an ultra-high efficiency and fast graphene microheater on silicon photonic crystal waveguide. By taking advantage of slow-light effect, a tuning efficiency of 1.07 nm/mW and power consumption per free spectral range of 3.99 mW. A fast rise and decay times (10% to 90%) of only 750 ns...

  17. Grid collector: An event catalog with automated file management

    International Nuclear Information System (INIS)

    Wu, Kesheng; Zhang, Wei-Ming; Sim, Alexander; Gu, Junmin; Shoshani, Arie

    2003-01-01

    High Energy Nuclear Physics (HENP) experiments such as STAR at BNL and ATLAS at CERN produce large amounts of data that are stored as files on mass storage systems in computer centers. In these files, the basic unit of data is an event. Analysis is typically performed on a selected set of events. The files containing these events have to be located, copied from mass storage systems to disks before analysis, and removed when no longer needed. These file management tasks are tedious and time consuming. Typically, all events contained in the files are read into memory before a selection is made. Since the time to read the events dominate the overall execution time, reading the unwanted event needlessly increases the analysis time. The Grid Collector is a set of software modules that works together to address these two issues. It automates the file management tasks and provides ''direct'' access to the selected events for analyses. It is currently integrated with the STAR analysis framework. The users can select events based on tags, such as, ''production date between March 10 and 20, and the number of charged tracks > 100.'' The Grid Collector locates the files containing relevant events, transfers the files across the Grid if necessary, and delivers the events to the analysis code through the familiar iterators. There has been some research efforts to address the file management issues, the Grid Collector is unique in that it addresses the event access issue together with the file management issues. This makes it more useful to a large variety of users

  18. HUD GIS Boundary Files

    Data.gov (United States)

    Department of Housing and Urban Development — The HUD GIS Boundary Files are intended to supplement boundary files available from the U.S. Census Bureau. The files are for community planners interested in...

  19. Highly efficient greenish-blue platinum-based phosphorescent organic light-emitting diodes on a high triplet energy platform

    Energy Technology Data Exchange (ETDEWEB)

    Chang, Y. L., E-mail: yilu.chang@mail.utoronto.ca; Gong, S., E-mail: sgong@chem.utoronto.ca; White, R.; Lu, Z. H., E-mail: zhenghong.lu@utoronto.ca [Department of Materials Science and Engineering, University of Toronto, 184 College St., Toronto, Ontario M5S 3E4 (Canada); Wang, X.; Wang, S., E-mail: wangs@chem.queensu.ca [Department of Chemistry, Queen' s University, 90 Bader Lane, Kingston, Ontario K7L 3N6 (Canada); Yang, C. [Department of Chemistry, Wuhan University, Wuhan 430072 (China)

    2014-04-28

    We have demonstrated high-efficiency greenish-blue phosphorescent organic light-emitting diodes (PHOLEDs) based on a dimesitylboryl-functionalized C^N chelate Pt(II) phosphor, Pt(m-Bptrz)(t-Bu-pytrz-Me). Using a high triplet energy platform and optimized double emissive zone device architecture results in greenish-blue PHOLEDs that exhibit an external quantum efficiency of 24.0% and a power efficiency of 55.8 lm/W. This record high performance is comparable with that of the state-of-the-art Ir-based sky-blue organic light-emitting diodes.

  20. Zerodur polishing process for high surface quality and high efficiency

    International Nuclear Information System (INIS)

    Tesar, A.; Fuchs, B.

    1992-08-01

    Zerodur is a glass-ceramic composite importance in applications where temperature instabilities influence optical and mechanical performance, such as in earthbound and spaceborne telescope mirror substrates. Polished Zerodur surfaces of high quality have been required for laser gyro mirrors. Polished surface quality of substrates affects performance of high reflection coatings. Thus, the interest in improving Zerodur polished surface quality has become more general. Beyond eliminating subsurface damage, high quality surfaces are produced by reducing the amount of hydrated material redeposited on the surface during polishing. With the proper control of polishing parameters, such surfaces exhibit roughnesses of < l Angstrom rms. Zerodur polishing was studied to recommend a high surface quality polishing process which could be easily adapted to standard planetary continuous polishing machines and spindles. This summary contains information on a polishing process developed at LLNL which reproducibly provides high quality polished Zerodur surfaces at very high polishing efficiencies

  1. Grid collector an event catalog with automated file management

    CERN Document Server

    Ke Sheng Wu; Sim, A; Jun Min Gu; Shoshani, A

    2004-01-01

    High Energy Nuclear Physics (HENP) experiments such as STAR at BNL and ATLAS at CERN produce large amounts of data that are stored as files on mass storage systems in computer centers. In these files, the basic unit of data is an event. Analysis is typically performed on a selected set of events. The files containing these events have to be located, copied from mass storage systems to disks before analysis, and removed when no longer needed. These file management tasks are tedious and time consuming. Typically, all events contained in the files are read into memory before a selection is made. Since the time to read the events dominate the overall execution time, reading the unwanted event needlessly increases the analysis time. The Grid Collector is a set of software modules that works together to address these two issues. It automates the file management tasks and provides "direct" access to the selected events for analyses. It is currently integrated with the STAR analysis framework. The users can select ev...

  2. High-efficiency Gaussian key reconciliation in continuous variable quantum key distribution

    Science.gov (United States)

    Bai, ZengLiang; Wang, XuYang; Yang, ShenShen; Li, YongMin

    2016-01-01

    Efficient reconciliation is a crucial step in continuous variable quantum key distribution. The progressive-edge-growth (PEG) algorithm is an efficient method to construct relatively short block length low-density parity-check (LDPC) codes. The qua-sicyclic construction method can extend short block length codes and further eliminate the shortest cycle. In this paper, by combining the PEG algorithm and qua-si-cyclic construction method, we design long block length irregular LDPC codes with high error-correcting capacity. Based on these LDPC codes, we achieve high-efficiency Gaussian key reconciliation with slice recon-ciliation based on multilevel coding/multistage decoding with an efficiency of 93.7%.

  3. High-efficiency white organic light-emitting diodes using thermally activated delayed fluorescence

    International Nuclear Information System (INIS)

    Nishide, Jun-ichi; Hiraga, Yasuhide; Nakanotani, Hajime; Adachi, Chihaya

    2014-01-01

    White organic light-emitting diodes (WOLEDs) have attracted much attention recently, aimed for next-generation lighting sources because of their high potential to realize high electroluminescence efficiency, flexibility, and low-cost manufacture. Here, we demonstrate high-efficiency WOLED using red, green, and blue thermally activated delayed fluorescence materials as emissive dopants to generate white electroluminescence. The WOLED has a maximum external quantum efficiency of over 17% with Commission Internationale de l'Eclairage coordinates of (0.30, 0.38).

  4. The structure and extent of data files for research management and planning

    International Nuclear Information System (INIS)

    Jankowski, L.

    1981-01-01

    The paper is concerned with the structure and extent of the data files which are necessary for the efficient planning and management of a research institute. An analysis is made of the interrelations between decision-making and the amount of information, its content and structure, including consequences to be drawn for planning an in-house data bank for an institute. Special emphasis is placed on the type and structure of data files. The interrelations of the individual data with each other, the frequency of access and the necessity of involving individual agencies and services providing research guidance. (author)

  5. A Gossip-Based Optimistic Replication for Efficient Delay-Sensitive Streaming Using an Interactive Middleware Support System

    Science.gov (United States)

    Mavromoustakis, Constandinos X.; Karatza, Helen D.

    2010-06-01

    While sharing resources the efficiency is substantially degraded as a result of the scarceness of availability of the requested resources in a multiclient support manner. These resources are often aggravated by many factors like the temporal constraints for availability or node flooding by the requested replicated file chunks. Thus replicated file chunks should be efficiently disseminated in order to enable resource availability on-demand by the mobile users. This work considers a cross layered middleware support system for efficient delay-sensitive streaming by using each device's connectivity and social interactions in a cross layered manner. The collaborative streaming is achieved through the epidemically replicated file chunk policy which uses a transition-based approach of a chained model of an infectious disease with susceptible, infected, recovered and death states. The Gossip-based stateful model enforces the mobile nodes whether to host a file chunk or not or, when no longer a chunk is needed, to purge it. The proposed model is thoroughly evaluated through experimental simulation taking measures for the effective throughput Eff as a function of the packet loss parameter in contrast with the effectiveness of the replication Gossip-based policy.

  6. Highly efficient solar-pumped Nd:YAG laser.

    Science.gov (United States)

    Liang, Dawei; Almeida, Joana

    2011-12-19

    The recent progress in solar-pumped laser with Fresnel lens and Cr:Nd:YAG ceramic medium has revitalized solar laser researches, revealing a promising future for renewable reduction of magnesium from magnesium oxide. Here we show a big advance in solar laser collection efficiency by utilizing an economical Fresnel lens and a most widely used Nd:YAG single-crystal rod. The incoming solar radiation from the sun is focused by a 0.9 m diameter Fresnel lens. A dielectric totally internally reflecting secondary concentrator is employed to couple the concentrated solar radiation from the focal zone to a 4 mm diameter Nd:YAG rod within a conical pumping cavity. 12.3 W cw laser power is produced, corresponding to 19.3 W/m(2) collection efficiency, which is 2.9 times larger than the previous results with Nd:YAG single-crystal medium. Record-high slope efficiency of 3.9% is also registered. Laser beam quality is considerably improved by pumping a 3 mm diameter Nd:YAG rod.

  7. High Power High Efficiency Diode Laser Stack for Processing

    Science.gov (United States)

    Gu, Yuanyuan; Lu, Hui; Fu, Yueming; Cui, Yan

    2018-03-01

    High-power diode lasers based on GaAs semiconductor bars are well established as reliable and highly efficient laser sources. As diode laser is simple in structure, small size, longer life expectancy with the advantages of low prices, it is widely used in the industry processing, such as heat treating, welding, hardening, cladding and so on. Respectively, diode laser could make it possible to establish the practical application because of rectangular beam patterns which are suitable to make fine bead with less power. At this power level, it can have many important applications, such as surgery, welding of polymers, soldering, coatings and surface treatment of metals. But there are some applications, which require much higher power and brightness, e.g. hardening, key hole welding, cutting and metal welding. In addition, High power diode lasers in the military field also have important applications. So all developed countries have attached great importance to high-power diode laser system and its applications. This is mainly due their low performance. In this paper we will introduce the structure and the principle of the high power diode stack.

  8. High efficiency heat transport and power conversion system for cascade

    International Nuclear Information System (INIS)

    Maya, I.; Bourque, R.F.; Creedon, R.L.; Schultz, K.R.

    1985-02-01

    The Cascade ICF reactor features a flowing blanket of solid BeO and LiAlO 2 granules with very high temperature capability (up to approx. 2300 K). The authors present here the design of a high temperature granule transport and heat exchange system, and two options for high efficiency power conversion. The centrifugal-throw transport system uses the peripheral speed imparted to the granules by the rotating chamber to effect granule transport and requires no additional equipment. The heat exchanger design is a vacuum heat transfer concept utilizing gravity-induced flow of the granules over ceramic heat exchange surfaces. A reference Brayton power cycle is presented which achieves 55% net efficiency with 1300 K peak helium temperature. A modified Field steam cycle (a hybrid Rankine/Brayton cycle) is presented as an alternate which achieves 56% net efficiency

  9. High-Efficiency Klystron Design for the CLIC Project

    CERN Document Server

    Mollard, Antoine; Peauger, Franck; Plouin, Juliette; Beunas, Armel; Marchesin, Rodolphe

    2017-01-01

    The CLIC project requests new type of RF sources for the high power conditioning of the accelerating cavities. We are working on the development of a new kind of high-efficiency klystron to fulfill this need. This work is performed under the EuCARD-2 European program and involves theoretical and experimental study of a brand new klystron concept.

  10. 33 CFR 148.246 - When is a document considered filed and where should I file it?

    Science.gov (United States)

    2010-07-01

    ... filed and where should I file it? 148.246 Section 148.246 Navigation and Navigable Waters COAST GUARD... Formal Hearings § 148.246 When is a document considered filed and where should I file it? (a) If a document to be filed is submitted by mail, it is considered filed on the date it is postmarked. If a...

  11. Low-cost, high-performance and efficiency computational photometer design

    Science.gov (United States)

    Siewert, Sam B.; Shihadeh, Jeries; Myers, Randall; Khandhar, Jay; Ivanov, Vitaly

    2014-05-01

    Researchers at the University of Alaska Anchorage and University of Colorado Boulder have built a low cost high performance and efficiency drop-in-place Computational Photometer (CP) to test in field applications ranging from port security and safety monitoring to environmental compliance monitoring and surveying. The CP integrates off-the-shelf visible spectrum cameras with near to long wavelength infrared detectors and high resolution digital snapshots in a single device. The proof of concept combines three or more detectors into a single multichannel imaging system that can time correlate read-out, capture, and image process all of the channels concurrently with high performance and energy efficiency. The dual-channel continuous read-out is combined with a third high definition digital snapshot capability and has been designed using an FPGA (Field Programmable Gate Array) to capture, decimate, down-convert, re-encode, and transform images from two standard definition CCD (Charge Coupled Device) cameras at 30Hz. The continuous stereo vision can be time correlated to megapixel high definition snapshots. This proof of concept has been fabricated as a fourlayer PCB (Printed Circuit Board) suitable for use in education and research for low cost high efficiency field monitoring applications that need multispectral and three dimensional imaging capabilities. Initial testing is in progress and includes field testing in ports, potential test flights in un-manned aerial systems, and future planned missions to image harsh environments in the arctic including volcanic plumes, ice formation, and arctic marine life.

  12. High Efficient Bidirectional Battery Converter for residential PV Systems

    DEFF Research Database (Denmark)

    Pham, Cam; Kerekes, Tamas; Teodorescu, Remus

    2012-01-01

    Photovoltaic (PV) installation is suited for the residential environment and the generation pattern follows the distribution of residential power consumption in daylight hours. In the cases of unbalance between generation and demand, the Smart PV with its battery storage can absorb or inject...... the power to balance it. High efficient bidirectional converter for the battery storage is required due high system cost and because the power is processed twice. A 1.5kW prototype is designed and built with CoolMOS and SiC diodes, >;95% efficiency has been obtained with 200 kHz hard switching....

  13. Global climate change: Mitigation opportunities high efficiency large chiller technology

    Energy Technology Data Exchange (ETDEWEB)

    Stanga, M.V.

    1997-12-31

    This paper, comprised of presentation viewgraphs, examines the impact of high efficiency large chiller technology on world electricity consumption and carbon dioxide emissions. Background data are summarized, and sample calculations are presented. Calculations show that presently available high energy efficiency chiller technology has the ability to substantially reduce energy consumption from large chillers. If this technology is widely implemented on a global basis, it could reduce carbon dioxide emissions by 65 million tons by 2010.

  14. The emerging High Efficiency Video Coding standard (HEVC)

    International Nuclear Information System (INIS)

    Raja, Gulistan; Khan, Awais

    2013-01-01

    High definition video (HDV) is becoming popular day by day. This paper describes the performance analysis of latest upcoming video standard known as High Efficiency Video Coding (HEVC). HEVC is designed to fulfil all the requirements for future high definition videos. In this paper, three configurations (intra only, low delay and random access) of HEVC are analyzed using various 480p, 720p and 1080p high definition test video sequences. Simulation results show the superior objective and subjective quality of HEVC

  15. Benefits of high aerodynamic efficiency to orbital transfer vehicles

    Science.gov (United States)

    Andrews, D. G.; Norris, R. B.; Paris, S. W.

    1984-01-01

    The benefits and costs of high aerodynamic efficiency on aeroassisted orbital transfer vehicles (AOTV) are analyzed. Results show that a high lift to drag (L/D) AOTV can achieve significant velocity savings relative to low L/D aerobraked OTV's when traveling round trip between low Earth orbits (LEO) and alternate orbits as high as geosynchronous Earth orbit (GEO). Trajectory analysis is used to show the impact of thermal protection system technology and the importance of lift loading coefficient on vehicle performance. The possible improvements in AOTV subsystem technologies are assessed and their impact on vehicle inert weight and performance noted. Finally, the performance of high L/D AOTV concepts is compared with the performances of low L/D aeroassisted and all propulsive OTV concepts to assess the benefits of aerodynamic efficiency on this class of vehicle.

  16. Highly efficient multifunctional metasurface for high-gain lens antenna application

    Science.gov (United States)

    Hou, Haisheng; Wang, Guangming; Li, Haipeng; Guo, Wenlong; Li, Tangjing

    2017-07-01

    In this paper, a novel multifunctional metasurface combining linear-to-circular polarization conversion and electromagnetic waves focusing has been proposed and applied to design a high-gain lens antenna working at Ku band. The multifunctional metasurface consists of 15 × 15 unit cells. Each unit cell is composed of four identical metallic layers and three intermediate dielectric layers. Due to well optimization, the multifunctional metasurface can convert the linearly polarized waves generated by the source to circularly polarized waves and focus the waves. By placing a patch antenna operating at 15 GHz at the focal point of the metasurface and setting the focal distance to diameter ratio ( F/ D) to 0.34, we obtain a multifunctional lens antenna. Simulated and measured results coincide well, indicating that the metasurface can convert linearly polarized waves to right-handed circularly polarized waves at 15 GHz with excellent performances in terms of the 3 dB axial ratio bandwidth of 5.3%, realized gain of 16.9 dB and aperture efficiency of 41.2%. Because of the advantages of high gain, competitive efficiency and easy fabrication, the proposed lens antenna has a great potential application in wireless and satellite communication.

  17. Protecting your files on the DFS file system

    CERN Multimedia

    Computer Security Team

    2011-01-01

    The Windows Distributed File System (DFS) hosts user directories for all NICE users plus many more data.    Files can be accessed from anywhere, via a dedicated web portal (http://cern.ch/dfs). Due to the ease of access to DFS with in CERN it is of utmost importance to properly protect access to sensitive data. As the use of DFS access control mechanisms is not obvious to all users, passwords, certificates or sensitive files might get exposed. At least this happened in past to the Andrews File System (AFS) - the Linux equivalent to DFS) - and led to bad publicity due to a journalist accessing supposedly "private" AFS folders (SonntagsZeitung 2009/11/08). This problem does not only affect the individual user but also has a bad impact on CERN's reputation when it comes to IT security. Therefore, all departments and LHC experiments agreed recently to apply more stringent protections to all DFS user folders. The goal of this data protection policy is to assist users in pro...

  18. Protecting your files on the AFS file system

    CERN Multimedia

    2011-01-01

    The Andrew File System is a world-wide distributed file system linking hundreds of universities and organizations, including CERN. Files can be accessed from anywhere, via dedicated AFS client programs or via web interfaces that export the file contents on the web. Due to the ease of access to AFS it is of utmost importance to properly protect access to sensitive data in AFS. As the use of AFS access control mechanisms is not obvious to all users, passwords, private SSH keys or certificates have been exposed in the past. In one specific instance, this also led to bad publicity due to a journalist accessing supposedly "private" AFS folders (SonntagsZeitung 2009/11/08). This problem does not only affect the individual user but also has a bad impact on CERN's reputation when it comes to IT security. Therefore, all departments and LHC experiments agreed in April 2010 to apply more stringent folder protections to all AFS user folders. The goal of this data protection policy is to assist users in...

  19. The Design of High Efficiency Crossflow Hydro Turbines: A Review and Extension

    Directory of Open Access Journals (Sweden)

    Ram Adhikari

    2018-01-01

    Full Text Available Efficiency is a critical consideration in the design of hydro turbines. The crossflow turbine is the cheapest and easiest hydro turbine to manufacture and so is commonly used in remote power systems for developing countries. A longstanding problem for practical crossflow turbines is their lower maximum efficiency compared to their more advanced counterparts, such as Pelton and Francis turbines. This paper reviews the experimental and computational studies relevant to the design of high efficiency crossflow turbines. We concentrate on the studies that have contributed to designs with efficiencies in the range of 88–90%. Many recent studies have been conducted on turbines of low maximum efficiency, which we believe is due to misunderstanding of design principles for achieving high efficiencies. We synthesize the key results of experimental and computational fluid dynamics studies to highlight the key fundamental design principles for achieving efficiencies of about 90%, as well as future research and development areas to further improve the maximum efficiency. The main finding of this review is that the total conversion of head into kinetic energy in the nozzle and the matching of nozzle and runner designs are the two main design requirements for the design of high efficiency turbines.

  20. Sliver Solar Cells: High-Efficiency, Low-Cost PV Technology

    Directory of Open Access Journals (Sweden)

    Evan Franklin

    2007-01-01

    Full Text Available Sliver cells are thin, single-crystal silicon solar cells fabricated using standard fabrication technology. Sliver modules, composed of several thousand individual Sliver cells, can be efficient, low-cost, bifacial, transparent, flexible, shadow tolerant, and lightweight. Compared with current PV technology, mature Sliver technology will need 10% of the pure silicon and fewer than 5% of the wafer starts per MW of factory output. This paper deals with two distinct challenges related to Sliver cell and Sliver module production: providing a mature and robust Sliver cell fabrication method which produces a high yield of highly efficient Sliver cells, and which is suitable for transfer to industry; and, handling, electrically interconnecting, and encapsulating billions of sliver cells at low cost. Sliver cells with efficiencies of 20% have been fabricated at ANU using a reliable, optimised processing sequence, while low-cost encapsulation methods have been demonstrated using a submodule technique.

  1. High efficiency steel filters for nuclear air cleaning

    International Nuclear Information System (INIS)

    Bergman, W.; Conner, J.; Larsen, G.; Lopez, R.; Turner, C.; Vahla, G.; Violet, C.; Williams, K.

    1991-01-01

    The authors have, in cooperation with industry, developed high-efficiency filters made from sintered stainless-steel fibers for use in several air-cleaning applications in the nuclear industry. These filters were developed to overcome the failure modes in present high-efficiently particulate air (HEPA) filters. HEPA filters are made from glass paper and glue, and they may fail when they get hot or wet and when they are overpressured. In developing steel filters, they first evaluated the commercially available stainless-steel filter media made from sintered powder and sintered fiber. The sintered-fiber media performed much better than sintered-powder media, and the best media had the smallest fiber diameter. Using the best media, prototype filters were then built for venting compressed gases and evaluated in their automated filter tester

  2. A cloud-based multimodality case file for mobile devices.

    Science.gov (United States)

    Balkman, Jason D; Loehfelm, Thomas W

    2014-01-01

    Recent improvements in Web and mobile technology, along with the widespread use of handheld devices in radiology education, provide unique opportunities for creating scalable, universally accessible, portable image-rich radiology case files. A cloud database and a Web-based application for radiologic images were developed to create a mobile case file with reasonable usability, download performance, and image quality for teaching purposes. A total of 75 radiology cases related to breast, thoracic, gastrointestinal, musculoskeletal, and neuroimaging subspecialties were included in the database. Breast imaging cases are the focus of this article, as they best demonstrate handheld display capabilities across a wide variety of modalities. This case subset also illustrates methods for adapting radiologic content to cloud platforms and mobile devices. Readers will gain practical knowledge about storage and retrieval of cloud-based imaging data, an awareness of techniques used to adapt scrollable and high-resolution imaging content for the Web, and an appreciation for optimizing images for handheld devices. The evaluation of this software demonstrates the feasibility of adapting images from most imaging modalities to mobile devices, even in cases of full-field digital mammograms, where high resolution is required to represent subtle pathologic features. The cloud platform allows cases to be added and modified in real time by using only a standard Web browser with no application-specific software. Challenges remain in developing efficient ways to generate, modify, and upload radiologic and supplementary teaching content to this cloud-based platform. Online supplemental material is available for this article. ©RSNA, 2014.

  3. Virtual file system on NoSQL for processing high volumes of HL7 messages.

    Science.gov (United States)

    Kimura, Eizen; Ishihara, Ken

    2015-01-01

    The Standardized Structured Medical Information Exchange (SS-MIX) is intended to be the standard repository for HL7 messages that depend on a local file system. However, its scalability is limited. We implemented a virtual file system using NoSQL to incorporate modern computing technology into SS-MIX and allow the system to integrate local patient IDs from different healthcare systems into a universal system. We discuss its implementation using the database MongoDB and describe its performance in a case study.

  4. Study on highly efficient seismic data acquisition and processing methods based on sparsity constraint

    Science.gov (United States)

    Wang, H.; Chen, S.; Tao, C.; Qiu, L.

    2017-12-01

    High-density, high-fold and wide-azimuth seismic data acquisition methods are widely used to overcome the increasingly sophisticated exploration targets. The acquisition period is longer and longer and the acquisition cost is higher and higher. We carry out the study of highly efficient seismic data acquisition and processing methods based on sparse representation theory (or compressed sensing theory), and achieve some innovative results. The theoretical principles of highly efficient acquisition and processing is studied. We firstly reveal sparse representation theory based on wave equation. Then we study the highly efficient seismic sampling methods and present an optimized piecewise-random sampling method based on sparsity prior information. At last, a reconstruction strategy with the sparsity constraint is developed; A two-step recovery approach by combining sparsity-promoting method and hyperbolic Radon transform is also put forward. The above three aspects constitute the enhanced theory of highly efficient seismic data acquisition. The specific implementation strategies of highly efficient acquisition and processing are studied according to the highly efficient acquisition theory expounded in paragraph 2. Firstly, we propose the highly efficient acquisition network designing method by the help of optimized piecewise-random sampling method. Secondly, we propose two types of highly efficient seismic data acquisition methods based on (1) single sources and (2) blended (or simultaneous) sources. Thirdly, the reconstruction procedures corresponding to the above two types of highly efficient seismic data acquisition methods are proposed to obtain the seismic data on the regular acquisition network. A discussion of the impact on the imaging result of blended shooting is discussed. In the end, we implement the numerical tests based on Marmousi model. The achieved results show: (1) the theoretical framework of highly efficient seismic data acquisition and processing

  5. The version control service for the ATLAS data acquisition configuration files

    International Nuclear Information System (INIS)

    Soloviev, Igor

    2012-01-01

    The ATLAS experiment at the LHC in Geneva uses a complex and highly distributed Trigger and Data Acquisition system, involving a very large number of computing nodes and custom modules. The configuration of the system is specified by schema and data in more than 1000 XML files, with various experts responsible for updating the files associated with their components. Maintaining an error free and consistent set of XML files proved a major challenge. Therefore a special service was implemented; to validate any modifications; to check the authorization of anyone trying to modify a file; to record who had made changes, plus when and why; and to provide tools to compare different versions of files and to go back to earlier versions if required. This paper provides details of the implementation and exploitation experience, that may be interesting for other applications using many human-readable files maintained by different people, where consistency of the files and traceability of modifications are key requirements.

  6. High efficiency motors; Motores de alta eficiencia

    Energy Technology Data Exchange (ETDEWEB)

    Uranga Favela, Ivan Jaime [Energia Controlada de Mexico, S. A. de C. V., Mexico, D. F. (Mexico)

    1993-12-31

    This paper is a technical-financial study of the high efficiency and super-premium motors. As it is widely known, more than 60% of the electrical energy generated in the country is used for the operation of motors, in industry as well as in commerce. Therefore the importance that the motors have in the efficient energy use. [Espanol] El presente trabajo es un estudio tecnico-financiero de los motores de alta eficiencia y los motores super premium. Como es ampliamente conocido, mas del 60% de la energia electrica generada en el pais, es utilizada para accionar motores, dentro de la industria y el comercio. De alli la importancia que los motores tienen en el uso eficiente de la energia.

  7. High efficiency motors; Motores de alta eficiencia

    Energy Technology Data Exchange (ETDEWEB)

    Uranga Favela, Ivan Jaime [Energia Controlada de Mexico, S. A. de C. V., Mexico, D. F. (Mexico)

    1992-12-31

    This paper is a technical-financial study of the high efficiency and super-premium motors. As it is widely known, more than 60% of the electrical energy generated in the country is used for the operation of motors, in industry as well as in commerce. Therefore the importance that the motors have in the efficient energy use. [Espanol] El presente trabajo es un estudio tecnico-financiero de los motores de alta eficiencia y los motores super premium. Como es ampliamente conocido, mas del 60% de la energia electrica generada en el pais, es utilizada para accionar motores, dentro de la industria y el comercio. De alli la importancia que los motores tienen en el uso eficiente de la energia.

  8. PDB Editor: a user-friendly Java-based Protein Data Bank file editor with a GUI.

    Science.gov (United States)

    Lee, Jonas; Kim, Sung Hou

    2009-04-01

    The Protein Data Bank file format is the format most widely used by protein crystallographers and biologists to disseminate and manipulate protein structures. Despite this, there are few user-friendly software packages available to efficiently edit and extract raw information from PDB files. This limitation often leads to many protein crystallographers wasting significant time manually editing PDB files. PDB Editor, written in Java Swing GUI, allows the user to selectively search, select, extract and edit information in parallel. Furthermore, the program is a stand-alone application written in Java which frees users from the hassles associated with platform/operating system-dependent installation and usage. PDB Editor can be downloaded from http://sourceforge.net/projects/pdbeditorjl/.

  9. CMOS analog integrated circuits high-speed and power-efficient design

    CERN Document Server

    Ndjountche, Tertulien

    2011-01-01

    High-speed, power-efficient analog integrated circuits can be used as standalone devices or to interface modern digital signal processors and micro-controllers in various applications, including multimedia, communication, instrumentation, and control systems. New architectures and low device geometry of complementary metaloxidesemiconductor (CMOS) technologies have accelerated the movement toward system on a chip design, which merges analog circuits with digital, and radio-frequency components. CMOS: Analog Integrated Circuits: High-Speed and Power-Efficient Design describes the important tren

  10. A Spatiotemporal Indexing Approach for Efficient Processing of Big Array-Based Climate Data with MapReduce

    Science.gov (United States)

    Li, Zhenlong; Hu, Fei; Schnase, John L.; Duffy, Daniel Q.; Lee, Tsengdar; Bowen, Michael K.; Yang, Chaowei

    2016-01-01

    Climate observations and model simulations are producing vast amounts of array-based spatiotemporal data. Efficient processing of these data is essential for assessing global challenges such as climate change, natural disasters, and diseases. This is challenging not only because of the large data volume, but also because of the intrinsic high-dimensional nature of geoscience data. To tackle this challenge, we propose a spatiotemporal indexing approach to efficiently manage and process big climate data with MapReduce in a highly scalable environment. Using this approach, big climate data are directly stored in a Hadoop Distributed File System in its original, native file format. A spatiotemporal index is built to bridge the logical array-based data model and the physical data layout, which enables fast data retrieval when performing spatiotemporal queries. Based on the index, a data-partitioning algorithm is applied to enable MapReduce to achieve high data locality, as well as balancing the workload. The proposed indexing approach is evaluated using the National Aeronautics and Space Administration (NASA) Modern-Era Retrospective Analysis for Research and Applications (MERRA) climate reanalysis dataset. The experimental results show that the index can significantly accelerate querying and processing (10 speedup compared to the baseline test using the same computing cluster), while keeping the index-to-data ratio small (0.0328). The applicability of the indexing approach is demonstrated by a climate anomaly detection deployed on a NASA Hadoop cluster. This approach is also able to support efficient processing of general array-based spatiotemporal data in various geoscience domains without special configuration on a Hadoop cluster.

  11. High efficiency double sided solar cells

    International Nuclear Information System (INIS)

    Seddik, M.M.

    1990-06-01

    Silicon technology state of the art for single crystalline was given to be limited to less than 20% efficiency. A proposed new form of photovoltaic solar cell of high current high efficiency with double sided structures has been given. The new forms could be n ++ pn ++ or p ++ np ++ double side junctions. The idea of double sided devices could be understood as two solar cells connected back-to-back in parallel electrical connection, in which the current is doubled if the cell is illuminated from both sides by a V-shaped reflector. The cell is mounted to the reflector such that each face is inclined at an angle of 45 deg. C to each side of the reflector. The advantages of the new structure are: a) High power devices. b) Easy to fabricate. c) The cells are used vertically instead of horizontal use of regular solar cell which require large area to install. This is very important in power stations and especially for satellite installation. If the proposal is made real and proved to be experimentally feasible, it would be a new era for photovoltaic solar cells since the proposal has already been extended to even higher currents. The suggested structures could be stated as: n ++ pn ++ Vp ++ np ++ ;n ++ pn ++ Vn ++ pn ++ ORp ++ np ++ Vp ++ np ++ . These types of structures are formed in wedged shape to employ indirect illumination by either parabolic; conic or V-shaped reflectors. The advantages of these new forms are low cost; high power; less in size and space; self concentrating; ... etc. These proposals if it happens to find their ways to be achieved experimentally, I think they will offer a short path to commercial market and would have an incredible impact on solar cell technology and applications. (author). 12 refs, 5 figs

  12. High-energy high-efficiency Nd:YLF laser end-pump by 808 nm diode

    Science.gov (United States)

    Ma, Qinglei; Mo, Haiding; Zhao, Jay

    2018-04-01

    A model is developed to calculate the optimal pump position for end-pump configuration. The 808 nm wing pump is employed to spread the absorption inside the crystal. By the optimal laser cavity design, a high-energy high-efficiency Nd:YLF laser operating at 1053 nm is presented. In cw operation, a 13.6 W power is obtained with a slope efficiency of 51% with respect to 30 W incident pump power. The beam quality is near diffraction limited with M2 ∼ 1.02. In Q-switch operation, a pulse energy of 5 mJ is achieved with a peak power of 125 kW at 1 kHz repetition rate.

  13. Grid collector: An event catalog with automated file management

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Kesheng; Zhang, Wei-Ming; Sim, Alexander; Gu, Junmin; Shoshani, Arie

    2003-10-17

    High Energy Nuclear Physics (HENP) experiments such as STAR at BNL and ATLAS at CERN produce large amounts of data that are stored as files on mass storage systems in computer centers. In these files, the basic unit of data is an event. Analysis is typically performed on a selected set of events. The files containing these events have to be located, copied from mass storage systems to disks before analysis, and removed when no longer needed. These file management tasks are tedious and time consuming. Typically, all events contained in the files are read into memory before a selection is made. Since the time to read the events dominate the overall execution time, reading the unwanted event needlessly increases the analysis time. The Grid Collector is a set of software modules that works together to address these two issues. It automates the file management tasks and provides ''direct'' access to the selected events for analyses. It is currently integrated with the STAR analysis framework. The users can select events based on tags, such as, ''production date between March 10 and 20, and the number of charged tracks > 100.'' The Grid Collector locates the files containing relevant events, transfers the files across the Grid if necessary, and delivers the events to the analysis code through the familiar iterators. There has been some research efforts to address the file management issues, the Grid Collector is unique in that it addresses the event access issue together with the file management issues. This makes it more useful to a large variety of users.

  14. BurstMem: A High-Performance Burst Buffer System for Scientific Applications

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Teng [Auburn University, Auburn, Alabama; Oral, H Sarp [ORNL; Wang, Yandong [Auburn University, Auburn, Alabama; Settlemyer, Bradley W [ORNL; Atchley, Scott [ORNL; Yu, Weikuan [Auburn University, Auburn, Alabama

    2014-01-01

    The growth of computing power on large-scale sys- tems requires commensurate high-bandwidth I/O system. Many parallel file systems are designed to provide fast sustainable I/O in response to applications soaring requirements. To meet this need, a novel system is imperative to temporarily buffer the bursty I/O and gradually flush datasets to long-term parallel file systems. In this paper, we introduce the design of BurstMem, a high- performance burst buffer system. BurstMem provides a storage framework with efficient storage and communication manage- ment strategies. Our experiments demonstrate that BurstMem is able to speed up the I/O performance of scientific applications by up to 8.5 on leadership computer systems.

  15. Shaping ability of 4 different single-file systems in simulated S-shaped canals.

    Science.gov (United States)

    Saleh, Abdulrahman Mohammed; Vakili Gilani, Pouyan; Tavanafar, Saeid; Schäfer, Edgar

    2015-04-01

    The aim of this study was to compare the shaping ability of 4 different single-file systems in simulated S-shaped canals. Sixty-four S-shaped canals in resin blocks were prepared to an apical size of 25 using Reciproc (VDW, Munich, Germany), WaveOne (Dentsply Maillefer, Ballaigues, Switzerland), OneShape (Micro Méga, Besançon, France), and F360 (Komet Brasseler, Lemgo, Germany) (n = 16 canals/group) systems. Composite images were made from the superimposition of pre- and postinstrumentation images. The amount of resin removed by each system was measured by using a digital template and image analysis software. Canal aberrations and the preparation time were also recorded. The data were statistically analyzed by using analysis of variance, Tukey, and chi-square tests. Canals prepared with the F360 and OneShape systems were better centered compared with the Reciproc and WaveOne systems. Reciproc and WaveOne files removed significantly greater amounts of resin from the inner side of both curvatures (P files was significantly faster compared with WaveOne and F360 files (P file instruments were safe to use and were able to prepare the canals efficiently. However, single-file systems that are less tapered seem to be more favorable when preparing S-shaped canals. Copyright © 2015 American Association of Endodontists. Published by Elsevier Inc. All rights reserved.

  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. JENDL Dosimetry File

    International Nuclear Information System (INIS)

    Nakazawa, Masaharu; Iguchi, Tetsuo; Kobayashi, Katsuhei; Iwasaki, Shin; Sakurai, Kiyoshi; Ikeda, Yujiro; Nakagawa, Tsuneo.

    1992-03-01

    The JENDL Dosimetry File based on JENDL-3 was compiled and integral tests of cross section data were performed by the Dosimetry Integral Test Working Group of the Japanese Nuclear Data Committee. Data stored in the JENDL Dosimetry File are the cross sections and their covariance data for 61 reactions. The cross sections were mainly taken from JENDL-3 and the covariances from IRDF-85. For some reactions, data were adopted from other evaluated data files. The data are given in the neutron energy region below 20 MeV in both of point-wise and group-wise files in the ENDF-5 format. In order to confirm reliability of the data, several integral tests were carried out; comparison with the data in IRDF-85 and average cross sections measured in fission neutron fields, fast reactor spectra, DT neutron fields and Li(d, n) neutron fields. As a result, it has been found that the JENDL Dosimetry File gives better results than IRDF-85 but there are some problems to be improved in future. The contents of the JENDL Dosimetry File and the results of the integral tests are described in this report. All of the dosimetry cross sections are shown in a graphical form. (author) 76 refs

  18. JENDL Dosimetry File

    Energy Technology Data Exchange (ETDEWEB)

    Nakazawa, Masaharu; Iguchi, Tetsuo [Tokyo Univ. (Japan). Faculty of Engineering; Kobayashi, Katsuhei [Kyoto Univ., Kumatori, Osaka (Japan). Research Reactor Inst.; Iwasaki, Shin [Tohoku Univ., Sendai (Japan). Faculty of Engineering; Sakurai, Kiyoshi; Ikeda, Yujior; Nakagawa, Tsuneo [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    1992-03-15

    The JENDL Dosimetry File based on JENDL-3 was compiled and integral tests of cross section data were performed by the Dosimetry Integral Test Working Group of the Japanese Nuclear Data Committee. Data stored in the JENDL Dosimetry File are the cross sections and their covariance data for 61 reactions. The cross sections were mainly taken from JENDL-3 and the covariances from IRDF-85. For some reactions, data were adopted from other evaluated data files. The data are given in the neutron energy region below 20 MeV in both of point-wise and group-wise files in the ENDF-5 format. In order to confirm reliability of the data, several integral tests were carried out; comparison with the data in IRDF-85 and average cross sections measured in fission neutron fields, fast reactor spectra, DT neutron fields and Li(d,n) neutron fields. As a result, it has been found that the JENDL Dosimetry File gives better results than IRDF-85 but there are some problems to be improved in future. The contents of the JENDL Dosimetry File and the results of the integral tests are described in this report. All of the dosimetry cross sections are shown in a graphical form.

  19. Impedance Matching Antenna-Integrated High-Efficiency Energy Harvesting Circuit

    Science.gov (United States)

    Shinki, Yuharu; Shibata, Kyohei; Mansour, Mohamed

    2017-01-01

    This paper describes the design of a high-efficiency energy harvesting circuit with an integrated antenna. The circuit is composed of series resonance and boost rectifier circuits for converting radio frequency power into boosted direct current (DC) voltage. The measured output DC voltage is 5.67 V for an input of 100 mV at 900 MHz. Antenna input impedance matching is optimized for greater efficiency and miniaturization. The measured efficiency of this antenna-integrated energy harvester is 60% for −4.85 dBm input power and a load resistance equal to 20 kΩ at 905 MHz. PMID:28763043

  20. Impedance Matching Antenna-Integrated High-Efficiency Energy Harvesting Circuit

    Directory of Open Access Journals (Sweden)

    Yuharu Shinki

    2017-08-01

    Full Text Available This paper describes the design of a high-efficiency energy harvesting circuit with an integrated antenna. The circuit is composed of series resonance and boost rectifier circuits for converting radio frequency power into boosted direct current (DC voltage. The measured output DC voltage is 5.67 V for an input of 100 mV at 900 MHz. Antenna input impedance matching is optimized for greater efficiency and miniaturization. The measured efficiency of this antenna-integrated energy harvester is 60% for −4.85 dBm input power and a load resistance equal to 20 kΩ at 905 MHz.

  1. Impedance Matching Antenna-Integrated High-Efficiency Energy Harvesting Circuit.

    Science.gov (United States)

    Shinki, Yuharu; Shibata, Kyohei; Mansour, Mohamed; Kanaya, Haruichi

    2017-08-01

    This paper describes the design of a high-efficiency energy harvesting circuit with an integrated antenna. The circuit is composed of series resonance and boost rectifier circuits for converting radio frequency power into boosted direct current (DC) voltage. The measured output DC voltage is 5.67 V for an input of 100 mV at 900 MHz. Antenna input impedance matching is optimized for greater efficiency and miniaturization. The measured efficiency of this antenna-integrated energy harvester is 60% for -4.85 dBm input power and a load resistance equal to 20 kΩ at 905 MHz.

  2. File and metadata management for BESIII distributed computing

    International Nuclear Information System (INIS)

    Nicholson, C; Zheng, Y H; Lin, L; Deng, Z Y; Li, W D; Zhang, X M

    2012-01-01

    The BESIII experiment at the Institute of High Energy Physics (IHEP), Beijing, uses the high-luminosity BEPCII e + e − collider to study physics in the π-charm energy region around 3.7 GeV; BEPCII has produced the worlds largest samples of J/φ and φ’ events to date. An order of magnitude increase in the data sample size over the 2011-2012 data-taking period demanded a move from a very centralized to a distributed computing environment, as well as the development of an efficient file and metadata management system. While BESIII is on a smaller scale than some other HEP experiments, this poses particular challenges for its distributed computing and data management system. These constraints include limited resources and manpower, and low quality of network connections to IHEP. Drawing on the rich experience of the HEP community, a system has been developed which meets these constraints. The design and development of the BESIII distributed data management system, including its integration with other BESIII distributed computing components, such as job management, are presented here.

  3. Highly Efficient Thermoresponsive Nanocomposite for Controlled Release Applications

    KAUST Repository

    Yassine, Omar; Zaher, Amir; Li, Erqiang; Alfadhel, Ahmed; Perez, Jose E.; Kavaldzhiev, Mincho; Contreras, Maria F.; Thoroddsen, Sigurdur T; Khashab, Niveen M.; Kosel, Jü rgen

    2016-01-01

    Highly efficient magnetic release from nanocomposite microparticles is shown, which are made of Poly (N-isopropylacrylamide) hydrogel with embedded iron nanowires. A simple microfluidic technique was adopted to fabricate the microparticles with a high control of the nanowire concentration and in a relatively short time compared to chemical synthesis methods. The thermoresponsive microparticles were used for the remotely triggered release of Rhodamine (B). With a magnetic field of only 1 mT and 20 kHz a drug release of 6.5% and 70% was achieved in the continuous and pulsatile modes, respectively. Those release values are similar to the ones commonly obtained using superparamagnetic beads but accomplished with a magnetic field of five orders of magnitude lower power. The high efficiency is a result of the high remanent magnetization of the nanowires, which produce a large torque when exposed to a magnetic field. This causes the nanowires to vibrate, resulting in friction losses and heating. For comparison, microparticles with superparamagnetic beads were also fabricated and tested; while those worked at 73 mT and 600 kHz, no release was observed at the low field conditions. Cytotoxicity assays showed similar and high cell viability for microparticles with nanowires and beads.

  4. Highly Efficient Thermoresponsive Nanocomposite for Controlled Release Applications

    KAUST Repository

    Yassine, Omar

    2016-06-23

    Highly efficient magnetic release from nanocomposite microparticles is shown, which are made of Poly (N-isopropylacrylamide) hydrogel with embedded iron nanowires. A simple microfluidic technique was adopted to fabricate the microparticles with a high control of the nanowire concentration and in a relatively short time compared to chemical synthesis methods. The thermoresponsive microparticles were used for the remotely triggered release of Rhodamine (B). With a magnetic field of only 1 mT and 20 kHz a drug release of 6.5% and 70% was achieved in the continuous and pulsatile modes, respectively. Those release values are similar to the ones commonly obtained using superparamagnetic beads but accomplished with a magnetic field of five orders of magnitude lower power. The high efficiency is a result of the high remanent magnetization of the nanowires, which produce a large torque when exposed to a magnetic field. This causes the nanowires to vibrate, resulting in friction losses and heating. For comparison, microparticles with superparamagnetic beads were also fabricated and tested; while those worked at 73 mT and 600 kHz, no release was observed at the low field conditions. Cytotoxicity assays showed similar and high cell viability for microparticles with nanowires and beads.

  5. Rigid-beam model of a high-efficiency magnicon

    International Nuclear Information System (INIS)

    Rees, D.E.; Tallerico, P.J.; Humphries, S.J. Jr.

    1993-01-01

    The magnicon is a new type of high-efficiency deflection-modulated amplifier developed at the Institute of Nuclear Physics in Novosibirsk, Russia. The prototype pulsed magnicon achieved an output power of 2.4 MW and an efficiency of 73% at 915 MHz. This paper presents the results of a rigid-beam model for a 700-MHz, 2.5-MW 82%-efficient magnicon. The rigid-beam model allows for characterization of the beam dynamics by tracking only a single electron. The magnicon design presented consists of a drive cavity; passive cavities; a pi-mode, coupled-deflection cavity; and an output cavity. It represents an optimized design. The model is fully self-consistent, and this paper presents the details of the model and calculated performance of a 2.5-MW magnicon

  6. High efficiency particulate removal with sintered metal filters

    International Nuclear Information System (INIS)

    Kirstein, B.E.; Paplawsky, W.J.; Pence, D.T.; Hedahl, T.G.

    1981-01-01

    Because of their particle removal efficiencies and durability, sintered metal filters have been chosen for high efficiency particulate air (HEPA) filter protection in the off-gas treatment system for the proposed Idaho National Engineering Laboratory Transuranic Waste Treatment Facility. Process evaluation of sintered metal filters indicated a lack of sufficient process design data to ensure trouble-free operation. Subsequence pilot scale testing was performed with flyash as the test particulate. The test results showed that the sintered metal filters can have an efficiency greater than 0.9999999 for the specific test conditions used. Stable pressure drop characteristics were observed in pulsed and reversed flow blowback modes of operation. Over 4900 hours of operation were obtained with operating conditions ranging up to approximately 90 0 C and 24 vol % water vapor in the gas stream

  7. Low Li+ Insertion Barrier Carbon for High Energy Efficient Lithium-Ion Capacitor.

    Science.gov (United States)

    Lee, Wee Siang Vincent; Huang, Xiaolei; Tan, Teck Leong; Xue, Jun Min

    2018-01-17

    Lithium-ion capacitor (LIC) is an attractive energy-storage device (ESD) that promises high energy density at moderate power density. However, the key challenge in its design is the low energy efficient negative electrode, which barred the realization of such research system in fulfilling the current ESD technological inadequacy due to its poor overall energy efficiency. Large voltage hysteresis is the main issue behind high energy density alloying/conversion-type materials, which reduces the electrode energy efficiency. Insertion-type material though averted in most research due to the low capacity remains to be highly favorable in commercial application due to its lower voltage hysteresis. To further reduce voltage hysteresis and increase capacity, amorphous carbon with wider interlayer spacing has been demonstrated in the simulation result to significantly reduce Li + insertion barrier. Hence, by employing such amorphous carbon, together with disordered carbon positive electrode, a high energy efficient LIC with round-trip energy efficiency of 84.3% with a maximum energy density of 133 Wh kg -1 at low power density of 210 W kg -1 can be achieved.

  8. High Efficiency Nanostructured III-V Photovoltaics for Solar Concentrator Application

    Energy Technology Data Exchange (ETDEWEB)

    Hubbard, Seth

    2012-09-12

    The High Efficiency Nanostructured III-V Photovoltaics for Solar Concentrators project seeks to provide new photovoltaic cells for Concentrator Photovoltaics (CPV) Systems with higher cell efficiency, more favorable temperature coefficients and less sensitivity to changes in spectral distribution. The main objective of this project is to provide high efficiency III-V solar cells that will reduce the overall cost per Watt for power generation using CPV systems.This work is focused both on a potential near term application, namely the use of indium arsenide (InAs) QDs to spectrally "tune" the middle (GaAs) cell of a SOA triple junction device to a more favorable effective bandgap, as well as the long term goal of demonstrating intermediate band solar cell effects. The QDs are confined within a high electric field i-region of a standard GaAs solar cell. The extended absorption spectrum (and thus enhanced short circuit current) of the QD solar cell results from the increase in the sub GaAs bandgap spectral response that is achievable as quantum dot layers are introduced into the i-region. We have grown InAs quantum dots by OMVPE technique and optimized the QD growth conditions. Arrays of up to 40 layers of strain balanced quantum dots have been experimentally demonstrated with good material quality, low residual stain and high PL intensity. Quantum dot enhanced solar cells were grown and tested under simulated one sun AM1.5 conditions. Concentrator solar cells have been grown and fabricated with 5-40 layers of QDs. Testing of these devices show the QD cells have improved efficiency compared to baseline devices without QDs. Device modeling and measurement of thermal properties were performed using Crosslight APSYS. Improvements in a triple junction solar cell with the insertion of QDs into the middle current limiting junction was shown to be as high as 29% under one sun illumination for a 10 layer stack QD enhanced triple junction solar cell. QD devices have strong

  9. Efficient estimation for ergodic diffusions sampled at high frequency

    DEFF Research Database (Denmark)

    Sørensen, Michael

    A general theory of efficient estimation for ergodic diffusions sampled at high fre- quency is presented. High frequency sampling is now possible in many applications, in particular in finance. The theory is formulated in term of approximate martingale estimating functions and covers a large class...

  10. High-efficient solar cells with porous silicon

    International Nuclear Information System (INIS)

    Migunova, A.A.

    2002-01-01

    It has been shown that the porous silicon is multifunctional high-efficient coating on silicon solar cells, modifies its surface and combines in it self antireflection and passivation properties., The different optoelectronic effects in solar cells with porous silicon were considered. The comparative parameters of uncovered photodetectors also solar cells with porous silicon and other coatings were resulted. (author)

  11. Reliable file sharing in distributed operating system using web RTC

    Science.gov (United States)

    Dukiya, Rajesh

    2017-12-01

    Since, the evolution of distributed operating system, distributed file system is come out to be important part in operating system. P2P is a reliable way in Distributed Operating System for file sharing. It was introduced in 1999, later it became a high research interest topic. Peer to Peer network is a type of network, where peers share network workload and other load related tasks. A P2P network can be a period of time connection, where a bunch of computers connected by a USB (Universal Serial Bus) port to transfer or enable disk sharing i.e. file sharing. Currently P2P requires special network that should be designed in P2P way. Nowadays, there is a big influence of browsers in our life. In this project we are going to study of file sharing mechanism in distributed operating system in web browsers, where we will try to find performance bottlenecks which our research will going to be an improvement in file sharing by performance and scalability in distributed file systems. Additionally, we will discuss the scope of Web Torrent file sharing and free-riding in peer to peer networks.

  12. A File Archival System

    Science.gov (United States)

    Fanselow, J. L.; Vavrus, J. L.

    1984-01-01

    ARCH, file archival system for DEC VAX, provides for easy offline storage and retrieval of arbitrary files on DEC VAX system. System designed to eliminate situations that tie up disk space and lead to confusion when different programers develop different versions of same programs and associated files.

  13. Advances in High-Efficiency III-V Multijunction Solar Cells

    Directory of Open Access Journals (Sweden)

    Richard R. King

    2007-01-01

    Full Text Available The high efficiency of multijunction concentrator cells has the potential to revolutionize the cost structure of photovoltaic electricity generation. Advances in the design of metamorphic subcells to reduce carrier recombination and increase voltage, wide-band-gap tunnel junctions capable of operating at high concentration, metamorphic buffers to transition from the substrate lattice constant to that of the epitaxial subcells, concentrator cell AR coating and grid design, and integration into 3-junction cells with current-matched subcells under the terrestrial spectrum have resulted in new heights in solar cell performance. A metamorphic Ga0.44In0.56P/Ga0.92In0.08As/ Ge 3-junction solar cell from this research has reached a record 40.7% efficiency at 240 suns, under the standard reporting spectrum for terrestrial concentrator cells (AM1.5 direct, low-AOD, 24.0 W/cm2, 25∘C, and experimental lattice-matched 3-junction cells have now also achieved over 40% efficiency, with 40.1% measured at 135 suns. This metamorphic 3-junction device is the first solar cell to reach over 40% in efficiency, and has the highest solar conversion efficiency for any type of photovoltaic cell developed to date. Solar cells with more junctions offer the potential for still higher efficiencies to be reached. Four-junction cells limited by radiative recombination can reach over 58% in principle, and practical 4-junction cell efficiencies over 46% are possible with the right combination of band gaps, taking into account series resistance and gridline shadowing. Many of the optimum band gaps for maximum energy conversion can be accessed with metamorphic semiconductor materials. The lower current in cells with 4 or more junctions, resulting in lower I2R resistive power loss, is a particularly significant advantage in concentrator PV systems. Prototype 4-junction terrestrial concentrator cells have been grown by metal-organic vapor-phase epitaxy, with preliminary measured

  14. High-Efficiency Photovoltaic System Using Partially-Connected DC-DC Converter

    Science.gov (United States)

    Uno, Masatoshi; Kukita, Akio; Tanaka, Koji

    Power conversion electronics for photovoltaic (PV) systems are desired to operate as efficiently as possible to exploit the power generated by PV modules. This paper proposes a novel PV system in which a dc-dc converter is partially connected to series-connected PV modules. The proposed system achieves high power-conversion efficiency by reducing the passing power and input/output voltages of the converter. The theoretical operating principle was experimentally validated. Resultant efficiency performances of the proposed and conventional systems demonstrated that the proposed system was more efficient in terms of power conversion though the identical converter was used for the both systems.

  15. Nuclear structure data file. A manual for preparation of data sets

    International Nuclear Information System (INIS)

    Ewbank, W.B.; Schmorak, M.R.; Bertrand, F.E.; Feliciano, M.; Horen, D.J.

    1975-06-01

    The Nuclear Data Project at ORNL is building a computer-based file of nuclear structure data, which is intended for use by both basic and applied users. For every nucleus, the Nuclear Structure Data File contains evaluated nuclear structure information. This manual describes a standard input format for nuclear structure data. The format is sufficiently structured that bulk data can be entered efficiently. At the same time, the structure is open-ended and can accommodate most measured or deduced quantities that yield nuclear structure information. Computer programs have been developed at the Data Project to perform consistency checking and routine calculations. Programs are also used for preparing level scheme drawings. (U.S.)

  16. MSiReader: an open-source interface to view and analyze high resolving power MS imaging files on Matlab platform.

    Science.gov (United States)

    Robichaud, Guillaume; Garrard, Kenneth P; Barry, Jeremy A; Muddiman, David C

    2013-05-01

    During the past decade, the field of mass spectrometry imaging (MSI) has greatly evolved, to a point where it has now been fully integrated by most vendors as an optional or dedicated platform that can be purchased with their instruments. However, the technology is not mature and multiple research groups in both academia and industry are still very actively studying the fundamentals of imaging techniques, adapting the technology to new ionization sources, and developing new applications. As a result, there important varieties of data file formats used to store mass spectrometry imaging data and, concurrent to the development of MSi, collaborative efforts have been undertaken to introduce common imaging data file formats. However, few free software packages to read and analyze files of these different formats are readily available. We introduce here MSiReader, a free open source application to read and analyze high resolution MSI data from the most common MSi data formats. The application is built on the Matlab platform (Mathworks, Natick, MA, USA) and includes a large selection of data analysis tools and features. People who are unfamiliar with the Matlab language will have little difficult navigating the user-friendly interface, and users with Matlab programming experience can adapt and customize MSiReader for their own needs.

  17. Comparison of quality of obturation and instrumentation time using hand files and two rotary file systems in primary molars: A single-blinded randomized controlled trial.

    Science.gov (United States)

    Govindaraju, Lavanya; Jeevanandan, Ganesh; Subramanian, E M G

    2017-01-01

    In permanent dentition, different rotary systems are used for canal cleaning and shaping. Rotary instrumentation in pediatric dentistry is an emerging concept. A very few studies have compared the efficiency of rotary instrumentation for canal preparation in primary teeth. Hence, this study was performed to compare the obturation quality and instrumentation time of two rotary files systems - Protaper, Mtwo with hand files in primary molars. Forty-five primary mandibular molars were randomly allotted to one of the three groups. Instrumentation was done using K-files in Group 1; Protaper in Group 2; and Mtwo in Group 3. Instrumentation time was recorded. The canal filling quality was assessed as underfill, optimal fill, and overfill. Statistical analysis was done using Chi-square, ANOVA, and post hoc Tukey test. No significant difference was observed in the quality of obturation among three groups. Intergroup comparison of the instrumentation time showed a statistically significant difference between the three groups. The use of rotary instrumentation in primary teeth results in marked reduction in the instrumentation time and improves the quality of obturation.

  18. Taming Log Files from Game/Simulation-Based Assessments: Data Models and Data Analysis Tools. Research Report. ETS RR-16-10

    Science.gov (United States)

    Hao, Jiangang; Smith, Lawrence; Mislevy, Robert; von Davier, Alina; Bauer, Malcolm

    2016-01-01

    Extracting information efficiently from game/simulation-based assessment (G/SBA) logs requires two things: a well-structured log file and a set of analysis methods. In this report, we propose a generic data model specified as an extensible markup language (XML) schema for the log files of G/SBAs. We also propose a set of analysis methods for…

  19. Anti-Solvent Crystallization Strategies for Highly Efficient Perovskite Solar Cells

    Directory of Open Access Journals (Sweden)

    Maria Konstantakou

    2017-09-01

    Full Text Available Solution-processed organic-inorganic halide perovskites are currently established as the hottest area of interest in the world of photovoltaics, ensuring low manufacturing cost and high conversion efficiencies. Even though various fabrication/deposition approaches and device architectures have been tested, researchers quickly realized that the key for the excellent solar cell operation was the quality of the crystallization of the perovskite film, employed to assure efficient photogeneration of carriers, charge separation and transport of the separated carriers at the contacts. One of the most typical methods in chemistry to crystallize a material is anti-solvent precipitation. Indeed, this classical precipitation method worked really well for the growth of single crystals of perovskite. Fortunately, the method was also effective for the preparation of perovskite films by adopting an anti-solvent dripping technique during spin-coating the perovskite precursor solution on the substrate. With this, polycrystalline perovskite films with pure and stable crystal phases accompanied with excellent surface coverage were prepared, leading to highly reproducible efficiencies close to 22%. In this review, we discuss recent results on highly efficient solar cells, obtained by the anti-solvent dripping method, always in the presence of Lewis base adducts of lead(II iodide. We present all the anti-solvents that can be used and what is the impact of them on device efficiencies. Finally, we analyze the critical challenges that currently limit the efficacy/reproducibility of this crystallization method and propose prospects for future directions.

  20. 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

  1. Photon-HDF5: An Open File Format for Timestamp-Based Single-Molecule Fluorescence Experiments.

    Science.gov (United States)

    Ingargiola, Antonino; Laurence, Ted; Boutelle, Robert; Weiss, Shimon; Michalet, Xavier

    2016-01-05

    We introduce Photon-HDF5, an open and efficient file format to simplify exchange and long-term accessibility of data from single-molecule fluorescence experiments based on photon-counting detectors such as single-photon avalanche diode, photomultiplier tube, or arrays of such detectors. The format is based on HDF5, a widely used platform- and language-independent hierarchical file format for which user-friendly viewers are available. Photon-HDF5 can store raw photon data (timestamp, channel number, etc.) from any acquisition hardware, but also setup and sample description, information on provenance, authorship and other metadata, and is flexible enough to include any kind of custom data. The format specifications are hosted on a public website, which is open to contributions by the biophysics community. As an initial resource, the website provides code examples to read Photon-HDF5 files in several programming languages and a reference Python library (phconvert), to create new Photon-HDF5 files and convert several existing file formats into Photon-HDF5. To encourage adoption by the academic and commercial communities, all software is released under the MIT open source license. Copyright © 2016 Biophysical Society. Published by Elsevier Inc. All rights reserved.

  2. Comparative evaluation of debris extruded apically by using, Protaper retreatment file, K3 file and H-file with solvent in endodontic retreatment

    Directory of Open Access Journals (Sweden)

    Chetna Arora

    2012-01-01

    Full Text Available Aim: The aim of this study was to evaluate the apical extrusion of debris comparing 2 engine driven systems and hand instrumentation technique during root canal retreatment. Materials and Methods: Forty five human permanent mandibular premolars were prepared using the step-back technique, obturated with gutta-percha/zinc oxide eugenol sealer and cold lateral condensation technique. The teeth were divided into three groups: Group A: Protaper retreatment file, Group B: K3, file Group C: H-file with tetrachloroethylene. All the canals were irrigated with 20ml distilled water during instrumentation. Debris extruded along with the irrigating solution during retreatment procedure was carefully collected in preweighed Eppendorf tubes. The tubes were stored in an incubator for 5 days, placed in a desiccator and then re-weighed. Weight of dry debris was calculated by subtracting the weight of the tube before instrumentation and from the weight of the tube after instrumentation. Data was analyzed using Two Way ANOVA and Post Hoc test. Results : There was statistically significant difference in the apical extrusion of debris between hand instrumentation and protaper retreatment file and K3 file. The amount of extruded debris caused by protaper retreatment file and K3 file instrumentation technique was not statistically significant. All the three instrumentation techniques produced apically extruded debris and irrigant. Conclusion: The best way to minimize the extrusion of debris is by adapting crown down technique therefore the use of rotary technique (Protaper retreatment file, K3 file is recommended.

  3. The global unified parallel file system (GUPFS) project: FY 2003 activities and results

    Energy Technology Data Exchange (ETDEWEB)

    Butler, Gregory F.; Baird William P.; Lee, Rei C.; Tull, Craig E.; Welcome, Michael L.; Whitney Cary L.

    2004-04-30

    The Global Unified Parallel File System (GUPFS) project is a multiple-phase project at the National Energy Research Scientific Computing (NERSC) Center whose goal is to provide a scalable, high-performance, high-bandwidth, shared file system for all of the NERSC production computing and support systems. The primary purpose of the GUPFS project is to make the scientific users more productive as they conduct advanced scientific research at NERSC by simplifying the scientists' data management tasks and maximizing storage and data availability. This is to be accomplished through the use of a shared file system providing a unified file namespace, operating on consolidated shared storage that is accessible by all the NERSC production computing and support systems. In order to successfully deploy a scalable high-performance shared file system with consolidated disk storage, three major emerging technologies must be brought together: (1) shared/cluster file systems software, (2) cost-effective, high-performance storage area network (SAN) fabrics, and (3) high-performance storage devices. Although they are evolving rapidly, these emerging technologies individually are not targeted towards the needs of scientific high-performance computing (HPC). The GUPFS project is in the process of assessing these emerging technologies to determine the best combination of solutions for a center-wide shared file system, to encourage the development of these technologies in directions needed for HPC, particularly at NERSC, and to then put them into service. With the development of an evaluation methodology and benchmark suites, and with the updating of the GUPFS testbed system, the project did a substantial number of investigations and evaluations during FY 2003. The investigations and evaluations involved many vendors and products. From our evaluation of these products, we have found that most vendors and many of the products are more focused on the commercial market. Most vendors

  4. A nuclear standard high-efficiency adsorber for iodine

    International Nuclear Information System (INIS)

    Wang Jianmin; Qian Yinge

    1988-08-01

    The structure of a nuclear standard high-efficiency adsorber, adsorbent and its performance are introduced. The performance and structure were compared with the same kind product of other firms. The results show that the leakage rate is less than 0.005%

  5. Comprehensive Assessment of the Potential for Efficient District Heating and Cooling and for High-Efficient Cogeneration in Austria

    Directory of Open Access Journals (Sweden)

    Richard Büchele

    2016-12-01

    Full Text Available In accordance with the EU Energy Efficiency Directive all Member States have to develop a comprehensive assessment of the potential for high-efficient CHP and efficient district heating and cooling by the end of 2015. This paper describes the approach and methodology used to determine the district heating potentials for Austria. In a first step actual and future heating and cooling demand in the building sector is evaluated using the techno-economic bottom-up model Invert/EE-Lab. Relevant infrastructure probably existing in 2025 is investigated and included into the analysis. Technical potentials for efficient technologies are calculated. After a classification of relevant regions into main and secondary regions a country-level cost-benefit-analysis is performed. The results indicate that there is a reasonable additional potential for district heating by the year 2025 under our central scenario assumptions and within sensitivity scenarios. Only in scenarios with high CO2-price or low gas price, CHP is an economically efficient solution to supply district heat.

  6. Computer Forensics Method in Analysis of Files Timestamps in Microsoft Windows Operating System and NTFS File System

    Directory of Open Access Journals (Sweden)

    Vesta Sergeevna Matveeva

    2013-02-01

    Full Text Available All existing file browsers displays 3 timestamps for every file in file system NTFS. Nowadays there are a lot of utilities that can manipulate temporal attributes to conceal the traces of file using. However every file in NTFS has 8 timestamps that are stored in file record and used in detecting the fact of attributes substitution. The authors suggest a method of revealing original timestamps after replacement and automated variant of it in case of a set of files.

  7. A technique for integrating remote minicomputers into a general computer's file system

    CERN Document Server

    Russell, R D

    1976-01-01

    This paper describes a simple technique for interfacing remote minicomputers used for real-time data acquisition into the file system of a central computer. Developed as part of the ORION system at CERN, this 'File Manager' subsystem enables a program in the minicomputer to access and manipulate files of any type as if they resided on a storage device attached to the minicomputer. Yet, completely transparent to the program, the files are accessed from disks on the central system via high-speed data links, with response times comparable to local storage devices. (6 refs).

  8. Dimethylurea/citric acid as a highly efficient deep eutectic solvent

    Indian Academy of Sciences (India)

    Dimethylurea/citric acid deep eutectic solvent was used as a dual catalyst and a green reaction medium for the efficient synthesis of bis(indolyl)methanes, quinolines and aryl-4, 5-diphenyl-1H-imidazoles. Ease of recovery and reusability of DES with high activity makes this method efficient and eco-friendly.

  9. Efficient Smoothed Concomitant Lasso Estimation for High Dimensional Regression

    Science.gov (United States)

    Ndiaye, Eugene; Fercoq, Olivier; Gramfort, Alexandre; Leclère, Vincent; Salmon, Joseph

    2017-10-01

    In high dimensional settings, sparse structures are crucial for efficiency, both in term of memory, computation and performance. It is customary to consider ℓ 1 penalty to enforce sparsity in such scenarios. Sparsity enforcing methods, the Lasso being a canonical example, are popular candidates to address high dimension. For efficiency, they rely on tuning a parameter trading data fitting versus sparsity. For the Lasso theory to hold this tuning parameter should be proportional to the noise level, yet the latter is often unknown in practice. A possible remedy is to jointly optimize over the regression parameter as well as over the noise level. This has been considered under several names in the literature: Scaled-Lasso, Square-root Lasso, Concomitant Lasso estimation for instance, and could be of interest for uncertainty quantification. In this work, after illustrating numerical difficulties for the Concomitant Lasso formulation, we propose a modification we coined Smoothed Concomitant Lasso, aimed at increasing numerical stability. We propose an efficient and accurate solver leading to a computational cost no more expensive than the one for the Lasso. We leverage on standard ingredients behind the success of fast Lasso solvers: a coordinate descent algorithm, combined with safe screening rules to achieve speed efficiency, by eliminating early irrelevant features.

  10. 76 FR 43679 - Filing via the Internet; Notice of Additional File Formats for efiling

    Science.gov (United States)

    2011-07-21

    ... list of acceptable file formats the four-character file extensions for Microsoft Office 2007/2010... files from Office 2007 or Office 2010 in an Office 2003 format prior to submission. Dated: July 15, 2011...

  11. Technology Roadmap: High-Efficiency, Low-Emissions Coal-Fired Power Generation

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2012-07-01

    Coal is the largest source of power globally and, given its wide availability and relatively low cost, it is likely to remain so for the foreseeable future. The High-Efficiency, Low-Emissions Coal-Fired Power Generation Roadmap describes the steps necessary to adopt and further develop technologies to improve the efficiency of the global fleet of coal. To generate the same amount of electricity, a more efficient coal-fired unit will burn less fuel, emit less carbon, release less local air pollutants, consume less water and have a smaller footprint. High-efficiency, low emissions (HELE) technologies in operation already reach a thermal efficiency of 45%, and technologies in development promise even higher values. This compares with a global average efficiency for today’s fleet of coal-fired plants of 33%, where three-quarters of operating units use less efficient technologies and more than half is over 25 years old. A successful outcome to ongoing RD&D could see units with efficiencies approaching 50% or even higher demonstrated within the next decade. Generation from older, less efficient technology must gradually be phased out. Technologies exist to make coal-fired power generation much more effective and cleaner burning. Of course, while increased efficiency has a major role to play in reducing emissions, particularly over the next 10 years, carbon capture and storage (CCS) will be essential in the longer term to make the deep cuts in carbon emissions required for a low-carbon future. Combined with CCS, HELE technologies can cut CO2 emissions from coal-fired power generation plants by as much as 90%, to less than 100 grams per kilowatt-hour. HELE technologies will be an influential factor in the deployment of CCS. For the same power output, a higher efficiency coal plant will require less CO2 to be captured; this means a smaller, less costly capture plant; lower operating costs; and less CO2 to be transported and stored.

  12. UPIN Group File

    Data.gov (United States)

    U.S. Department of Health & Human Services — The Group Unique Physician Identifier Number (UPIN) File is the business entity file that contains the group practice UPIN and descriptive information. It does NOT...

  13. Interoperability format translation and transformation between IFC architectural design file and simulation file formats

    Science.gov (United States)

    Chao, Tian-Jy; Kim, Younghun

    2015-01-06

    Automatically translating a building architecture file format (Industry Foundation Class) to a simulation file, in one aspect, may extract data and metadata used by a target simulation tool from a building architecture file. Interoperability data objects may be created and the extracted data is stored in the interoperability data objects. A model translation procedure may be prepared to identify a mapping from a Model View Definition to a translation and transformation function. The extracted data may be transformed using the data stored in the interoperability data objects, an input Model View Definition template, and the translation and transformation function to convert the extracted data to correct geometric values needed for a target simulation file format used by the target simulation tool. The simulation file in the target simulation file format may be generated.

  14. Use of DBMS-10 for storage and retrieval of evaluated nuclear data files

    International Nuclear Information System (INIS)

    Dunford, C.L.

    1977-01-01

    The use of a data base management system (DBMS) for storage of, and retrieval from, the many scientific data bases maintained by the National Nuclear Data Center is currently being investigated. It would appear that a commercially available DBMS package would save the Center considerable money and manpower when adding new data files to the library and in the long-term maintenance of current data files. Current DBMS technology and experience with an internal DBMS system suggests an inherent inefficiency in processing large data networks where significant portions are accessed in a sequential manner. Such a file is the Evaluated Nuclear Data File (ENDF/B), which contains many large data tables, each one normally accessed in a sequential manner. After gaining some experience and success in small applications of the commercially available DBMS package, DBMS-10, on the Center's DECsystem-10 computer, it was decided to select a large data base as a test case before making a final decision on the implementation of DBMS-10 for all data bases. The obvious approach is to utilize the DBMS to index a random-access file. In this way one is able to increase the storage and retrieval efficiency at the one-time cost of additional programing effort. 2 figures

  15. Use of DBMS-10 for storage and retrieval of evaluated nuclear data files

    International Nuclear Information System (INIS)

    Dunford, C.L.

    1978-01-01

    The use of a data base management system (DBMS) for storage of, and retrieval from, the many scientific data bases maintained by the National Nuclear Data Center is currently being investigated. It would appear that a commercially available DBMS package would save the Center considerable money and manpower when adding new data files to our library and in the long-term maintenance of our current data files. Current DBMS technology and experience with our internal DBMS system suggests an inherent inefficiency in processing large data networks where significant portions are accessed in a sequential manner. Such a file is the Evaluated Nuclear Data File (ENDF/B) which contains many large data tables, each one normally accessed in a sequential manner. After gaining some experience and success in small applications of the commercially available DBMS package, DBMS-10, on the Center's DECsystem-10 computer, it was decided to select one of our large data bases as a test case before making a final decision on the implementation of DBMS-10 for all our data bases. The obvious approach is to utilize the DBMS to index a random access file. In this way one is able to increase the storage and retrieval efficiency at the one-time cost of additional programming effort

  16. Radiation hardened high efficiency silicon space solar cell

    International Nuclear Information System (INIS)

    Garboushian, V.; Yoon, S.; Turner, J.

    1993-01-01

    A silicon solar cell with AMO 19% Beginning of Life (BOL) efficiency is reported. The cell has demonstrated equal or better radiation resistance when compared to conventional silicon space solar cells. Conventional silicon space solar cell performance is generally ∼ 14% at BOL. The Radiation Hardened High Efficiency Silicon (RHHES) cell is thinned for high specific power (watts/kilogram). The RHHES space cell provides compatibility with automatic surface mounting technology. The cells can be easily combined to provide desired power levels and voltages. The RHHES space cell is more resistant to mechanical damage due to micrometeorites. Micro-meteorites which impinge upon conventional cells can crack the cell which, in turn, may cause string failure. The RHHES, operating in the same environment, can continue to function with a similar crack. The RHHES cell allows for very efficient thermal management which is essential for space cells generating higher specific power levels. The cell eliminates the need for electrical insulation layers which would otherwise increase the thermal resistance for conventional space panels. The RHHES cell can be applied to a space concentrator panel system without abandoning any of the attributes discussed. The power handling capability of the RHHES cell is approximately five times more than conventional space concentrator solar cells

  17. Space Efficient Data Structures for N-gram Retrieval

    Directory of Open Access Journals (Sweden)

    Fotios Kounelis

    2017-10-01

    Full Text Available A significant problem in computer science is the management of large data strings and a great number of works dealing with the specific problem has been published in the scientific literature. In this article, we use a technique to store efficiently biological sequences, making use of data structures like suffix trees and inverted files and also employing techniques like n-grams, in order to improve previous constructions. In our attempt, we drastically reduce the space needed to store the inverted indexes, by representing the substrings that appear more frequently in a more compact inverted index. Our technique is based on n-gram indexing, providing us the extra advantage of indexing sequences that cannot be separated in words. Moreover, our technique combines classical one level with two-level n-gram inverted file indexing. Our results suggest that the new proposed algorithm can compress the data more efficiently than previous attempts.

  18. Simple processing of high efficiency silicon solar cells

    International Nuclear Information System (INIS)

    Hamammu, I.M.; Ibrahim, K.

    2006-01-01

    Cost effective photovoltaic devices have been an area research since the development of the first solar cells, as cost is the major factor in their usage. Silicon solar cells have the biggest share in the photovoltaic market, though silicon os not the optimal material for solar cells. This work introduces a simplified approach for high efficiency silicon solar cell processing, by minimizing the processing steps and thereby reducing cost. The suggested procedure might also allow for the usage of lower quality materials compared to the one used today. The main features of the present work fall into: simplifying the diffusion process, edge shunt isolation and using acidic texturing instead of the standard alkaline processing. Solar cells of 17% efficiency have been produced using this procedure. Investigations on the possibility of improving the efficiency and using less quality material are still underway

  19. 12 CFR 5.4 - Filing required.

    Science.gov (United States)

    2010-01-01

    ... CORPORATE ACTIVITIES Rules of General Applicability § 5.4 Filing required. (a) Filing. A depository institution shall file an application or notice with the OCC to engage in corporate activities and... advise an applicant through a pre-filing communication to send the filing or submission directly to the...

  20. Simulation of a high efficiency multi-bed adsorption heat pump

    International Nuclear Information System (INIS)

    TeGrotenhuis, W.E.; Humble, P.H.; Sweeney, J.B.

    2012-01-01

    Attaining high energy efficiency with adsorption heat pumps is challenging due to thermodynamic losses that occur when the sorbent beds are thermally cycled without effective heat recuperation. The multi-bed concept described here enables high efficiency by effectively transferring heat from beds being cooled to beds being heated. A simplified lumped-parameter model and detailed finite element analysis are used to simulate a sorption compressor, which is used to project the overall heat pump coefficient of performance. Results are presented for ammonia refrigerant and a nano-structured monolithic carbon sorbent specifically modified for the application. The effects of bed geometry and number of beds on system performance are explored, and the majority of the performance benefit is obtained with four beds. Results indicate that a COP of 1.24 based on heat input is feasible at AHRI standard test conditions for residential HVAC equipment. When compared on a basis of primary energy input, performance equivalent to SEER 13 or 14 are theoretically attainable with this system. - Highlights: ► A multi-bed concept for adsorption heat pumps is capable of high efficiency. ► Modeling is used to simulate sorption compressor and overall heat pump performance. ► Results are presented for ammonia refrigerant and a nano-structured monolithic carbon sorbent. ► The majority of the efficiency benefit is obtained with four beds. ► Predicted COP as high as 1.24 for cooling is comparable to SEER 13 or 14 for electric heat pumps.

  1. A Low VSWR and High Efficiency Waveguide Feed Antenna Array

    Directory of Open Access Journals (Sweden)

    Zhao Xiao-Fang

    2018-01-01

    Full Text Available A low VSWR and high efficiency antenna array operating in the Ku band for satellite communications is presented in this paper. To achieve high radiation efficiency and broad enough bandwidth, all-metal radiation elements and full-corporate waveguide feeding network are employed. As the general milling method is used in the multilayer antenna array fabrication, the E-plane waveguide feeding network is adopted here to suppress the wave leakage caused by the imperfect connectivity between adjacent layers. A 4 × 8 elements array prototype was fabricated and tested for verification. The measured results of proposed antenna array show bandwidth of 6.9% (13.9–14.8 GHz for VSWR < 1.5. Furthermore, antenna gain and efficiency of higher than 22.2 dBi and 80% are also exhibited, respectively.

  2. Fused Methoxynaphthyl Phenanthrimidazole Semiconductors as Functional Layer in High Efficient OLEDs.

    Science.gov (United States)

    Jayabharathi, Jayaraman; Ramanathan, Periyasamy; Karunakaran, Chockalingam; Thanikachalam, Venugopal

    2016-01-01

    Efficient hole transport materials based on novel fused methoxynaphthyl phenanthrimidazole core structure were synthesised and characterized. Their device performances in phosphorescent organic light emitting diodes were investigated. The high thermal stability in combination with the reversible oxidation process made promising candidates as hole-transporting materials for organic light-emitting devices. Highly efficient Alq3-based organic light emitting devices have been developed using phenanthrimidazoles as functional layers between NPB [4,4-bis(N-(1-naphthyl)-N-phenylamino)biphenyl] and Alq3 [tris(8-hydroxyquinoline)aluminium] layers. Using the device of ITO/NPB/4/Alq3/LiF/Al, a maximum luminous efficiency of 5.99 cd A(-1) was obtained with a maximum brightness of 40,623 cd m(-2) and a power efficiency of 5.25 lm W(-1).

  3. High-efficiency diode-pumped femtosecond Yb:YAG ceramic laser

    DEFF Research Database (Denmark)

    Zhou, Binbin; Wei, Z.Y.; Zou, Y.W.

    2010-01-01

    A highly efficient diode-end-pumped femtosecond Yb:yttrium aluminum garnet (YAG) ceramic laser was demonstrated. Pumped by a 968 nm fiber-coupled diode laser, 1.9 W mode-locked output power at a repetition rate of 64.27 MHz was obtained with 3.5 W absorbed pump power, corresponding to a slope...... efficiency of 76%. Our measurement showed that the pulse duration was 418 fs with the central wavelength of 1048 nm....

  4. Highly Efficient, Durable Regenerative Solid Oxide Stack, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Precision Combustion, Inc. (PCI) proposes to develop a highly efficient regenerative solid oxide stack design. Novel structural elements allow direct internal...

  5. High efficiency beam splitting for H- accelerators

    International Nuclear Information System (INIS)

    Kramer, S.L.; Stipp, V.; Krieger, C.; Madsen, J.

    1985-01-01

    Beam splitting for high energy accelerators has typically involved a significant loss of beam and radiation. This paper reports on a new method of splitting beams for H - accelerators. This technique uses a high intensity flash of light to strip a fraction of the H - beam to H 0 which are then easily separated by a small bending magnet. A system using a 900-watt (average electrical power) flashlamp and a highly efficient collector will provide 10 -3 to 10 -2 splitting of a 50 MeV H - beam. Results on the operation and comparisons with stripping cross sections are presented. Also discussed is the possibility for developing this system to yield a higher stripping fraction

  6. Volume Bragg grating narrowed high-power and highly efficient cladding-pumped Raman fiber laser.

    Science.gov (United States)

    Liu, Jun; Yao, Weichao; Zhao, Chujun; Shen, Deyuan; Fan, Dianyuan

    2014-12-10

    High-power and highly efficient operation of a single-mode cladding-pumped Raman fiber laser with narrow lasing bandwidth is demonstrated. The spectral narrowing was realized by an external cavity containing a volume Bragg grating with a center wavelength of 1658 nm. A maximum output power of 10.4 W at 1658.3 nm with a spectral linewidth (FWHM) of ∼0.1  nm was obtained for the launched pump power of 18.4 W, corresponding to a slope efficiency of 109% with respect to the launched pump power. Lasing characteristics of free-running operation are also evaluated and discussed.

  7. Approaches in highly parameterized inversion-PESTCommander, a graphical user interface for file and run management across networks

    Science.gov (United States)

    Karanovic, Marinko; Muffels, Christopher T.; Tonkin, Matthew J.; Hunt, Randall J.

    2012-01-01

    Models of environmental systems have become increasingly complex, incorporating increasingly large numbers of parameters in an effort to represent physical processes on a scale approaching that at which they occur in nature. Consequently, the inverse problem of parameter estimation (specifically, model calibration) and subsequent uncertainty analysis have become increasingly computation-intensive endeavors. Fortunately, advances in computing have made computational power equivalent to that of dozens to hundreds of desktop computers accessible through a variety of alternate means: modelers have various possibilities, ranging from traditional Local Area Networks (LANs) to cloud computing. Commonly used parameter estimation software is well suited to take advantage of the availability of such increased computing power. Unfortunately, logistical issues become increasingly important as an increasing number and variety of computers are brought to bear on the inverse problem. To facilitate efficient access to disparate computer resources, the PESTCommander program documented herein has been developed to provide a Graphical User Interface (GUI) that facilitates the management of model files ("file management") and remote launching and termination of "slave" computers across a distributed network of computers ("run management"). In version 1.0 described here, PESTCommander can access and ascertain resources across traditional Windows LANs: however, the architecture of PESTCommander has been developed with the intent that future releases will be able to access computing resources (1) via trusted domains established in Wide Area Networks (WANs) in multiple remote locations and (2) via heterogeneous networks of Windows- and Unix-based operating systems. The design of PESTCommander also makes it suitable for extension to other computational resources, such as those that are available via cloud computing. Version 1.0 of PESTCommander was developed primarily to work with the

  8. Apically extruded dentin debris by reciprocating single-file and multi-file rotary system.

    Science.gov (United States)

    De-Deus, Gustavo; Neves, Aline; Silva, Emmanuel João; Mendonça, Thais Accorsi; Lourenço, Caroline; Calixto, Camila; Lima, Edson Jorge Moreira

    2015-03-01

    This study aims to evaluate the apical extrusion of debris by the two reciprocating single-file systems: WaveOne and Reciproc. Conventional multi-file rotary system was used as a reference for comparison. The hypotheses tested were (i) the reciprocating single-file systems extrude more than conventional multi-file rotary system and (ii) the reciprocating single-file systems extrude similar amounts of dentin debris. After solid selection criteria, 80 mesial roots of lower molars were included in the present study. The use of four different instrumentation techniques resulted in four groups (n = 20): G1 (hand-file technique), G2 (ProTaper), G3 (WaveOne), and G4 (Reciproc). The apparatus used to evaluate the collection of apically extruded debris was typical double-chamber collector. Statistical analysis was performed for multiple comparisons. No significant difference was found in the amount of the debris extruded between the two reciprocating systems. In contrast, conventional multi-file rotary system group extruded significantly more debris than both reciprocating groups. Hand instrumentation group extruded significantly more debris than all other groups. The present results yielded favorable input for both reciprocation single-file systems, inasmuch as they showed an improved control of apically extruded debris. Apical extrusion of debris has been studied extensively because of its clinical relevance, particularly since it may cause flare-ups, originated by the introduction of bacteria, pulpal tissue, and irrigating solutions into the periapical tissues.

  9. 76 FR 52323 - Combined Notice of Filings; Filings Instituting Proceedings

    Science.gov (United States)

    2011-08-22

    .... Applicants: Young Gas Storage Company, Ltd. Description: Young Gas Storage Company, Ltd. submits tariff..., but intervention is necessary to become a party to the proceeding. The filings are accessible in the.... More detailed information relating to filing requirements, interventions, protests, and service can be...

  10. An efficiency study of a high resolution gamma-ray spectrometer

    International Nuclear Information System (INIS)

    Marti Climent, J.M.

    1987-01-01

    A review of the different curves for the efficiency fit of a high resolution gamma-ray spectrometer was made. These curves are used to fit the efficiency of our detector system. In order to study the goodness of the different fits various standards were used, and the ICRP GAM-83 exercise results were employed. (author)

  11. Highly Efficient Compression Algorithms for Multichannel EEG.

    Science.gov (United States)

    Shaw, Laxmi; Rahman, Daleef; Routray, Aurobinda

    2018-05-01

    The difficulty associated with processing and understanding the high dimensionality of electroencephalogram (EEG) data requires developing efficient and robust compression algorithms. In this paper, different lossless compression techniques of single and multichannel EEG data, including Huffman coding, arithmetic coding, Markov predictor, linear predictor, context-based error modeling, multivariate autoregression (MVAR), and a low complexity bivariate model have been examined and their performances have been compared. Furthermore, a high compression algorithm named general MVAR and a modified context-based error modeling for multichannel EEG have been proposed. The resulting compression algorithm produces a higher relative compression ratio of 70.64% on average compared with the existing methods, and in some cases, it goes up to 83.06%. The proposed methods are designed to compress a large amount of multichannel EEG data efficiently so that the data storage and transmission bandwidth can be effectively used. These methods have been validated using several experimental multichannel EEG recordings of different subjects and publicly available standard databases. The satisfactory parametric measures of these methods, namely percent-root-mean square distortion, peak signal-to-noise ratio, root-mean-square error, and cross correlation, show their superiority over the state-of-the-art compression methods.

  12. SU-F-T-233: Evaluation of Treatment Delivery Parameters Using High Resolution ELEKTA Log Files

    Energy Technology Data Exchange (ETDEWEB)

    Kabat, C; Defoor, D; Alexandrian, A; Papanikolaou, N; Stathakis, S [University of Texas HSC SA, San Antonio, TX (United States)

    2016-06-15

    Purpose: As modern linacs have become more technologically advanced with the implementation of IGRT and IMRT with HDMLCs, a requirement for more elaborate tracking techniques to monitor components’ integrity is paramount. ElektaLog files are generated every 40 milliseconds, which can be analyzed to track subtle changes and provide another aspect of quality assurance. This allows for constant monitoring of fraction consistency in addition to machine reliability. With this in mind, it was the aim of the study to evaluate if ElektaLog files can be utilized for linac consistency QA. Methods: ElektaLogs were reviewed for 16 IMRT patient plans with >16 fractions. Logs were analyzed by creating fluence maps from recorded values of MLC locations, jaw locations, and dose per unit time. Fluence maps were then utilized to calculate a 2D gamma index with a 2%–2mm criteria for each fraction. ElektaLogs were also used to analyze positional errors for MLC leaves and jaws, which were used to compute an overall error for the MLC banks, Y-jaws, and X-jaws by taking the root-meansquare value of the individual recorded errors during treatment. Additionally, beam on time was calculated using the number of ElektaLog file entries within the file. Results: The average 2D gamma for all 16 patient plans was found to be 98.0±2.0%. Recorded gamma index values showed an acceptable correlation between fractions. Average RMS values for MLC leaves and the jaws resulted in a leaf variation of roughly 0.3±0.08 mm and jaw variation of about 0.15±0.04 mm, both of which fall within clinical tolerances. Conclusion: The use of ElektaLog files for day-to-day evaluation of linac integrity and patient QA can be utilized to allow for reliable analysis of system accuracy and performance.

  13. SU-F-T-233: Evaluation of Treatment Delivery Parameters Using High Resolution ELEKTA Log Files

    International Nuclear Information System (INIS)

    Kabat, C; Defoor, D; Alexandrian, A; Papanikolaou, N; Stathakis, S

    2016-01-01

    Purpose: As modern linacs have become more technologically advanced with the implementation of IGRT and IMRT with HDMLCs, a requirement for more elaborate tracking techniques to monitor components’ integrity is paramount. ElektaLog files are generated every 40 milliseconds, which can be analyzed to track subtle changes and provide another aspect of quality assurance. This allows for constant monitoring of fraction consistency in addition to machine reliability. With this in mind, it was the aim of the study to evaluate if ElektaLog files can be utilized for linac consistency QA. Methods: ElektaLogs were reviewed for 16 IMRT patient plans with >16 fractions. Logs were analyzed by creating fluence maps from recorded values of MLC locations, jaw locations, and dose per unit time. Fluence maps were then utilized to calculate a 2D gamma index with a 2%–2mm criteria for each fraction. ElektaLogs were also used to analyze positional errors for MLC leaves and jaws, which were used to compute an overall error for the MLC banks, Y-jaws, and X-jaws by taking the root-meansquare value of the individual recorded errors during treatment. Additionally, beam on time was calculated using the number of ElektaLog file entries within the file. Results: The average 2D gamma for all 16 patient plans was found to be 98.0±2.0%. Recorded gamma index values showed an acceptable correlation between fractions. Average RMS values for MLC leaves and the jaws resulted in a leaf variation of roughly 0.3±0.08 mm and jaw variation of about 0.15±0.04 mm, both of which fall within clinical tolerances. Conclusion: The use of ElektaLog files for day-to-day evaluation of linac integrity and patient QA can be utilized to allow for reliable analysis of system accuracy and performance.

  14. A Short Progress Report on High-Efficiency Perovskite Solar Cells.

    Science.gov (United States)

    Tang, He; He, Shengsheng; Peng, Chuangwei

    2017-12-01

    Faced with the increasingly serious energy and environmental crisis in the world nowadays, the development of renewable energy has attracted increasingly more attention of all countries. Solar energy as an abundant and cheap energy is one of the most promising renewable energy sources. While high-performance solar cells have been well developed in the last couple of decades, the high module cost largely hinders wide deployment of photovoltaic devices. In the last 10 years, this urgent demand for cost-effective solar cells greatly facilitates the research of solar cells. This paper reviews the recent development of cost-effective and high-efficient solar cell technologies. This report paper covers low-cost and high-efficiency perovskite solar cells. The development and the state-of-the-art results of perovskite solar cell technologies are also introduced.

  15. Optimization of a high efficiency FEL amplifier

    International Nuclear Information System (INIS)

    Schneidmiller, E.A.; Yurkov, M.V.

    2014-10-01

    The problem of an efficiency increase of an FEL amplifier is now of great practical importance. Technique of undulator tapering in the post-saturation regime is used at the existing X-ray FELs LCLS and SACLA, and is planned for use at the European XFEL, Swiss FEL, and PAL XFEL. There are also discussions on the future of high peak and average power FELs for scientific and industrial applications. In this paper we perform detailed analysis of the tapering strategies for high power seeded FEL amplifiers. Application of similarity techniques allows us to derive universal law of the undulator tapering.

  16. High Efficiency, High Temperature Foam Core Heat Exchanger for Fission Surface Power Systems, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — Fission-based power systems with power levels of 30 to ≥100 kWe will be needed for planetary surface bases. Development of high temperature, high efficiency heat...

  17. 77 FR 64970 - Historic Harrisville, Inc.; Notice of Application Accepted for Filing With the Commission, Intent...

    Science.gov (United States)

    2012-10-24

    ... Commission strongly encourages electronic filing, documents may also be paper-filed. To paper-file, mail an... would consist of: (1) The existing 94-foot-long, 29-foot-high quarried-stone Cheshire Mills Dam with a...

  18. 78 FR 8512 - West Street Hydro, Inc.; Notice of Preliminary Permit Application Accepted for Filing and...

    Science.gov (United States)

    2013-02-06

    .... The proposed project would consist of: (1) The existing 160-foot- long, 16-foot-high, stone-masonry... filing, documents may also be paper-filed. To paper-file, mail an original and seven copies to: Kimberly...

  19. High-efficiency pumps drastically reduce energy consumption

    Energy Technology Data Exchange (ETDEWEB)

    Anon

    2002-05-01

    Wilo's Stratos pumps for air conditioning and other domestic heating applications combine the advantages of wet runner technology with an innovative electronic commutator motor. The energy consumption of these high-efficiency pumps is halved compared with similar wet runner designs. With vast numbers of pumps used in buildings across Europe alone, the adoption of this technology potentially offers significant energy sayings. (Author)

  20. High-efficiency condenser of steam from a steam-gas mixture

    Science.gov (United States)

    Milman, O. O.; Krylov, V. S.; Ptakhin, A. V.; Kondratev, A. V.; Yankov, G. G.

    2017-12-01

    The design of a module for a high-efficiency condenser of steam with a high content (up to 15%) of noncondensable gases (NCGs) with a nearly constant steam-gas mixture (SGM) velocity during the condensation of steam has been developed. This module provides the possibility to estimate the operational efficiency of six condenser zones during the motion of steam from the inlet to the SGM suction point. Some results of the experimental tests of the pilot high-efficiency condenser module are presented. The dependence of the average heat transfer coefficient k¯ on the volumetric NCG concentration v¯ has been derived. It is shown that the high-efficiency condenser module can provide a moderate decrease in k¯ from 4400-4600 to 2600-2800 W/(m2 K) at v¯ ≈ 0.5-9.0%. The heat transfer coefficient distribution over different module zones at a heat duty close to its nominal value has been obtained. From this distribution, it can be seen that the average heat transfer coefficient decreases to 2600 W/(m2 K) at an NCG concentration v¯ = 7.5%, but the first condenser sections ( 1- 3) retain high values of k¯ at a level of no lower than 3200 W/(m2 K), and the last sections operate less well, having k¯ at a level of 1700 W/(m2 K). The dependence of the average heat transfer coefficient on the water velocity in condenser tubes has been obtained at a nearly nominal duty such that the extrapolation of this dependence to the water velocity of 2 m/s may be expected to give k¯ = 5000 W/(m2 K) for relatively pure steam, but an increase in k¯ at v¯ = 8% will be smaller. The effect of the gas removal device characteristic on the operation of the high-efficiency condenser module is described. The design developed for the steam condenser of a gas-turbine plant with a power of 25 MW, a steam flow rate of 40.2 t/h, and a CO2 concentration of up to 12% with consideration for the results of performed studies is presented.

  1. 76 FR 67181 - Windsor Machinery Co., Inc.; Notice of Preliminary Permit Application Accepted for Filing and...

    Science.gov (United States)

    2011-10-31

    ... and consist of: (1) An existing 130-foot-long, 18-foot-high cut stone with a concrete cap dam creating... strongly encourages electronic filing, documents may also be paper-filed. To paper-file, mail an original...

  2. The Global Experience of Deployment of Energy-Efficient Technologies in High-Rise Construction

    Science.gov (United States)

    Potienko, Natalia D.; Kuznetsova, Anna A.; Solyakova, Darya N.; Klyueva, Yulia E.

    2018-03-01

    The objective of this research is to examine issues related to the increasing importance of energy-efficient technologies in high-rise construction. The aim of the paper is to investigate modern approaches to building design that involve implementation of various energy-saving technologies in diverse climates and at different structural levels, including the levels of urban development, functionality, planning, construction and engineering. The research methodology is based on the comprehensive analysis of the advanced global expertise in the design and construction of energy-efficient high-rise buildings, with the examination of their positive and negative features. The research also defines the basic principles of energy-efficient architecture. Besides, it draws parallels between the climate characteristics of countries that lead in the field of energy-efficient high-rise construction, on the one hand, and the climate in Russia, on the other, which makes it possible to use the vast experience of many countries, wholly or partially. The paper also gives an analytical review of the results arrived at by implementing energy efficiency principles into high-rise architecture. The study findings determine the impact of energy-efficient technologies on high-rise architecture and planning solutions. In conclusion, the research states that, apart from aesthetic and compositional interpretation of architectural forms, an architect nowadays has to address the task of finding a synthesis between technological and architectural solutions, which requires knowledge of advanced technologies. The study findings reveal that the implementation of modern energy-efficient technologies into high-rise construction is of immediate interest and is sure to bring long-term benefits.

  3. Evaluated neutronic file for indium

    International Nuclear Information System (INIS)

    Smith, A.B.; Chiba, S.; Smith, D.L.; Meadows, J.W.; Guenther, P.T.; Lawson, R.D.; Howerton, R.J.

    1990-01-01

    A comprehensive evaluated neutronic data file for elemental indium is documented. This file, extending from 10 -5 eV to 20 MeV, is presented in the ENDF/B-VI format, and contains all neutron-induced processes necessary for the vast majority of neutronic applications. In addition, an evaluation of the 115 In(n,n') 116m In dosimetry reaction is presented as a separate file. Attention is given in quantitative values, with corresponding uncertainty information. These files have been submitted for consideration as a part of the ENDF/B-VI national evaluated-file system. 144 refs., 10 figs., 4 tabs

  4. High efficiency video coding coding tools and specification

    CERN Document Server

    Wien, Mathias

    2015-01-01

    The video coding standard High Efficiency Video Coding (HEVC) targets at improved compression performance for video resolutions of HD and beyond, providing Ultra HD video at similar compressed bit rates as for HD video encoded with the well-established video coding standard H.264 | AVC. Based on known concepts, new coding structures and improved coding tools have been developed and specified in HEVC. The standard is expected to be taken up easily by established industry as well as new endeavors, answering the needs of todays connected and ever-evolving online world. This book presents the High Efficiency Video Coding standard and explains it in a clear and coherent language. It provides a comprehensive and consistently written description, all of a piece. The book targets at both, newbies to video coding as well as experts in the field. While providing sections with introductory text for the beginner, it suits as a well-arranged reference book for the expert. The book provides a comprehensive reference for th...

  5. FHEO Filed Cases

    Data.gov (United States)

    Department of Housing and Urban Development — The dataset is a list of all the Title VIII fair housing cases filed by FHEO from 1/1/2007 - 12/31/2012 including the case number, case name, filing date, state and...

  6. High Efficiency, Illumination Quality OLEDs for Lighting

    Energy Technology Data Exchange (ETDEWEB)

    Joseph Shiang; James Cella; Kelly Chichak; Anil Duggal; Kevin Janora; Chris Heller; Gautam Parthasarathy; Jeffery Youmans; Joseph Shiang

    2008-03-31

    The goal of the program was to demonstrate a 45 lumen per watt white light device based upon the use of multiple emission colors through the use of solution processing. This performance level is a dramatic extension of the team's previous 15 LPW large area illumination device. The fundamental material system was based upon commercial polymer materials. The team was largely able to achieve these goals, and was able to deliver to DOE a 90 lumen illumination source that had an average performance of 34 LPW a 1000 cd/m{sup 2} with peak performances near 40LPW. The average color temperature is 3200K and the calculated CRI 85. The device operated at a brightness of approximately 1000cd/m{sup 2}. The use of multiple emission colors particularly red and blue, provided additional degrees of design flexibility in achieving white light, but also required the use of a multilayered structure to separate the different recombination zones and prevent interconversion of blue emission to red emission. The use of commercial materials had the advantage that improvements by the chemical manufacturers in charge transport efficiency, operating life and material purity could be rapidly incorporated without the expenditure of additional effort. The program was designed to take maximum advantage of the known characteristics of these material and proceeded in seven steps. (1) Identify the most promising materials, (2) assemble them into multi-layer structures to control excitation and transport within the OLED, (3) identify materials development needs that would optimize performance within multilayer structures, (4) build a prototype that demonstrates the potential entitlement of the novel multilayer OLED architecture (5) integrate all of the developments to find the single best materials set to implement the novel multilayer architecture, (6) further optimize the best materials set, (7) make a large area high illumination quality white OLED. A photo of the final deliverable is shown

  7. Metasurface integrated high energy efficient and high linearly polarized InGaN/GaN light emitting diode.

    Science.gov (United States)

    Wang, Miao; Xu, Fuyang; Lin, Yu; Cao, Bing; Chen, Linghua; Wang, Chinhua; Wang, Jianfeng; Xu, Ke

    2017-07-06

    We proposed and demonstrated an integrated high energy efficient and high linearly polarized InGaN/GaN green LED grown on (0001) oriented sapphire with combined metasurface polarizing converter and polarizer system. It is different from those conventional polarized light emissions generated with plasmonic metallic grating in which at least 50% high energy loss occurs inherently due to high reflection of the transverse electric (TE) component of an electric field. A reflecting metasurface, with a two dimensional elliptic metal cylinder array (EMCA) that functions as a half-wave plate, was integrated at the bottom of a LED such that the back-reflected TE component, that is otherwise lost by a dielectric/metal bi-layered wire grids (DMBiWG) polarizer on the top emitting surface of the LED, can be converted to desired transverse magnetic (TM) polarized emission after reflecting from the metasurface. This significantly enhances the polarized light emission efficiency. Experimental results show that extraction efficiency of the polarized emission can be increased by 40% on average in a wide angle of ±60° compared to that with the naked bottom of sapphire substrate, or 20% compared to reflecting Al film on the bottom of a sapphire substrate. An extinction ratio (ER) of average value 20 dB within an angle of ±60° can be simultaneously obtained directly from an InGaN/GaN LED. Our results show the possibility of simultaneously achieving a high degree of polarization and high polarization extraction efficiency at the integrated device level. This advances the field of GaN LED toward energy efficiency, multi-functional applications in illumination, display, medicine, and light manipulation.

  8. Selectively Modulating Triplet Exciton Formation in Host Materials for Highly Efficient Blue Electrophosphorescence.

    Science.gov (United States)

    Li, Huanhuan; Bi, Ran; Chen, Ting; Yuan, Kai; Chen, Runfeng; Tao, Ye; Zhang, Hongmei; Zheng, Chao; Huang, Wei

    2016-03-23

    The concept of limiting the triplet exciton formation to fundamentally alleviate triplet-involved quenching effects is introduced to construct host materials for highly efficient and stable blue phosphorescent organic light-emitting diodes (PhOLEDs). The low triplet exciton formation is realized by small triplet exciton formation fraction and rate with high binding energy and high reorganization energy of triplet exciton. Demonstrated in two analogue molecules in conventional donor-acceptor molecule structure for bipolar charge injection and transport with nearly the same frontier orbital energy levels and triplet excited energies, the new concept host material shows significantly suppressed triplet exciton formation in the host to avoid quenching effects, leading to much improved device efficiencies and stabilities. The low-voltage-driving blue PhOLED devices exhibit maximum efficiencies of 43.7 cd A(-1) for current efficiency, 32.7 lm W(-1) for power efficiency, and 20.7% for external quantum efficiency with low roll-off and remarkable relative quenching effect reduction ratio up to 41%. Our fundamental solution for preventing quenching effects of long-lived triplet excitons provides exciting opportunities for fabricating high-performance devices using the advanced host materials with intrinsically small triplet exciton formation cross section.

  9. High-efficiency transmision neutron polarizer for high-resolution double crystal diffractometer

    International Nuclear Information System (INIS)

    Ioffe, A.; Krist, T.; Mezei, F.; Gordeev, G.; Ibrayev, B.

    1997-01-01

    An efficient transmission geometry neutron polarizer for the high-resolution double crystal diffractometer at HMI (λ=4.8 A) is described. A polarization of about 94% was achieved and the polarized neutron beam intensity amounts to 40% of the nonpolarized beam intensity. This opens up wide possibilities for the study of magnetic small-angle scattering for extremely small momentum transfer (Q∝10 -5 A -1 ). (orig.)

  10. Highly efficient single-layer dendrimer light-emitting diodes with balanced charge transport

    Science.gov (United States)

    Anthopoulos, Thomas D.; Markham, Jonathan P. J.; Namdas, Ebinazar B.; Samuel, Ifor D. W.; Lo, Shih-Chun; Burn, Paul L.

    2003-06-01

    High-efficiency single-layer-solution-processed green light-emitting diodes based on a phosphorescent dendrimer are demonstrated. A peak external quantum efficiency of 10.4% (35 cd/A) was measured for a first generation fac-tris(2-phenylpyridine) iridium cored dendrimer when blended with 4,4'-bis(N-carbazolyl)biphenyl and electron transporting 1,3,5-tris(2-N-phenylbenzimidazolyl)benzene at 8.1 V. A maximum power efficiency of 12.8 lm/W was measured also at 8.1 V and 550 cd/m2. These results indicate that, by simple blending of bipolar and electron-transporting molecules, highly efficient light-emitting diodes can be made employing a very simple device structure.

  11. High-Throughput Proteomics Using High Efficiency Multiple-Capillary Liquid Chromatography With On-Line High-Performance ESI FTICR Mass Spectrometry

    Energy Technology Data Exchange (ETDEWEB)

    Shen, Yufeng (BATTELLE (PACIFIC NW LAB)); Tolic, Nikola (BATTELLE (PACIFIC NW LAB)); Zhao, Rui (ASSOC WESTERN UNIVERSITY); Pasa Tolic, Ljiljana (BATTELLE (PACIFIC NW LAB)); Li, Lingjun (Illinois Univ Of-Urbana/Champa); Berger, Scott J.(ASSOC WESTERN UNIVERSITY); Harkewicz, Richard (BATTELLE (PACIFIC NW LAB)); Anderson, Gordon A.(BATTELLE (PACIFIC NW LAB)); Belov, Mikhail E.(BATTELLE (PACIFIC NW LAB)); Smith, Richard D.(BATTELLE (PACIFIC NW LAB))

    2000-12-01

    We report on the design and application of a high-efficiency multiple-capillary liquid chromatography (LC) system for high-throughput proteome analysis. The multiple-capillary LC system was operated at the pressure of 10,000 psi using commercial LC pumps to deliver the mobile phase and newly developed passive feedback valves to switch the mobile phase flow and introduce samples. The multiple-capillary LC system was composed of several serially connected dual-capillary column devices. The dual-capillary column approach was designed to eliminate the time delay for regeneration (or equilibrium) of the capillary column after its use under the mobile phase gradient condition (i.e. one capillary column was used in separation and the other was washed using mobile phase A). The serially connected dual-capillary columns and ESI sources were operated independently, and could be used for either''backup'' operation or with other mass spectrometer(s). This high-efficiency multiple-capillary LC system uses switching valves for all operations and is highly amenable to automation. The separations efficiency of dual-capillary column device, optimal capillary dimensions (column length and packed particle size), suitable mobile phases for electrospray, and the capillary re-generation were investigated. A high magnetic field (11.5 tesla) Fourier transform ion cyclotron resonance (FTICR) mass spectrometer was coupled on-line with this high-efficiency multiple-capillary LC system through an electrospray ionization source. The capillary LC provided a peak capacity of {approx}600, and the 2-D capillary LC-FTICR provided a combined resolving power of > 6 x 10 7 polypeptide isotopic distributions. For yeast cellular tryptic digests, > 100,000 polypeptides were typically detected, and {approx}1,000 proteins can be characterized in a single run.

  12. Amorphizing of Cu Nanoparticles toward Highly Efficient and Robust Electrocatalyst for CO2 Reduction to Liquid Fuels with High Faradaic Efficiencies.

    Science.gov (United States)

    Duan, Yan-Xin; Meng, Fan-Lu; Liu, Kai-Hua; Yi, Sha-Sha; Li, Si-Jia; Yan, Jun-Min; Jiang, Qing

    2018-04-01

    Conversion of carbon dioxide (CO 2 ) into valuable chemicals, especially liquid fuels, through electrochemical reduction driven by sustainable energy sources, is a promising way to get rid of dependence on fossil fuels, wherein developing of highly efficient catalyst is still of paramount importance. In this study, as a proof-of-concept experiment, first a facile while very effective protocol is proposed to synthesize amorphous Cu NPs. Unexpectedly, superior electrochemical performances, including high catalytic activity and selectivity of CO 2 reduction to liquid fuels are achieved, that is, a total Faradaic efficiency of liquid fuels can sum up to the maximum value of 59% at -1.4 V, with formic acid (HCOOH) and ethanol (C 2 H 6 O) account for 37% and 22%, respectively, as well as a desirable long-term stability even up to 12 h. More importantly, this work opens a new avenue for improved electroreduction of CO 2 based on amorphous metal catalysts. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  13. Detecting Android Malwares with High-Efficient Hybrid Analyzing Methods

    Directory of Open Access Journals (Sweden)

    Yu Liu

    2018-01-01

    Full Text Available In order to tackle the security issues caused by malwares of Android OS, we proposed a high-efficient hybrid-detecting scheme for Android malwares. Our scheme employed different analyzing methods (static and dynamic methods to construct a flexible detecting scheme. In this paper, we proposed some detecting techniques such as Com+ feature based on traditional Permission and API call features to improve the performance of static detection. The collapsing issue of traditional function call graph-based malware detection was also avoided, as we adopted feature selection and clustering method to unify function call graph features of various dimensions into same dimension. In order to verify the performance of our scheme, we built an open-access malware dataset in our experiments. The experimental results showed that the suggested scheme achieved high malware-detecting accuracy, and the scheme could be used to establish Android malware-detecting cloud services, which can automatically adopt high-efficiency analyzing methods according to the properties of the Android applications.

  14. High efficiency electrophosphorescence from bilayer organic light emitting diodes

    Energy Technology Data Exchange (ETDEWEB)

    Li Minghang; Lin, Ming-Te; Shepherd, Nigel D [Department of Material Science and Engineering, University of North Texas, Denton, TX (United States); Chen, Wei-Hsuan; Oswald, Iain; Omary, Mohammad [Department of Chemeistry, University of North Texas, Denton, TX (United States)

    2011-09-14

    An electron mobility of 2.7 x 10{sup -5} cm{sup 2} V{sup -1} s{sup -1} was measured for the phosphorescent emitter bis[3,5-bis(2-pyridyl)-1,2,4-triazolato]platinum(II)(Pt(ptp)2), which prompted its evaluation as both the emissive layer and electron transport layer in organic light emitting diodes with a simple bilayer structure. Power and external quantum efficiencies of 54.0 {+-} 0.2 lm W{sup -1} and 15.9% were obtained, which as far as we could ascertain are amongst the highest reported values for bilayer devices. We ascribe the high device efficiency to the combination of the high electron mobility, short excited-state lifetime (117 ns) and high luminescence quantum yield (60%) of the bis[3,5-bis(2-pyridyl)-1,2,4-triazolato]platinum(II). The colour temperature of the devices was 2855 K at 5 V, which places the emission in the 'warm' light spectral region.

  15. Study and development of a document file system with selective access; Etude et realisation d'un systeme de fichiers documentaires a acces selectif

    Energy Technology Data Exchange (ETDEWEB)

    Mathieu, Jean-Claude

    1974-06-21

    The objective of this research thesis was to design and to develop a set of software aimed at an efficient management of a document file system by using methods of selective access to information. Thus, the three main aspects of file processing (creation, modification, reorganisation) have been addressed. The author first presents the main problems related to the development of a comprehensive automatic documentation system, and their conventional solutions. Some future aspects, notably dealing with the development of peripheral computer technology, are also evoked. He presents the characteristics of INIS bibliographic records provided by the IAEA which have been used to create the files. In the second part, he briefly describes the file system general organisation. This system is based on the use of two main files: an inverse file which contains for each descriptor a list of of numbers of files indexed by this descriptor, and a dictionary of descriptor or input file which gives access to the inverse file. The organisation of these both files is then describes in a detailed way. Other related or associated files are created, and the overall architecture and mechanisms integrated into the file data input software are described, as well as various processing applied to these different files. Performance and possible development are finally discussed.

  16. Technological development for super-high efficiency solar cells. Technological development for super-high efficiency singlecrystalline silicon solar cells (super-high efficiency singlecrystalline Si solar cells); Chokokoritsu taiyo denchi no gijutsu kaihatsu. Chokokoritsu tankessho silicon taiyo denchi no gijutsu kaihatsu (chokokoritsu tankessho silicon taiyo denchi cell no gijutsu kaihatsu)

    Energy Technology Data Exchange (ETDEWEB)

    Tatsuta, M [New Energy and Industrial Technology Development Organization, Tokyo (Japan)

    1994-12-01

    This paper reports the study results on technological development of super-high efficiency singlecrystalline silicon solar cells in fiscal 1994. (1) On development of high-performance light receiving layer, the fine electrode for receiving surfaces was designed to reduce serial resistance, and the high-quality oxide passivation film was studied to reduce surface recombination velocity. (2) On development of forming technology of back heterojunction, the high-quality cell with B-doped fine crystalline Si film on its back was studied by heat treatment of the fine crystalline Si film, and the cell structure with high back reflectance of light was also studied. (3) On analysis for high-efficiency cells, the relation between the back recombination velocity at the interface between p-type substrate and back passivation film, and the internal collection efficiency as probe light was injected from the back, was calculated by numerical simulation. As a result, the cell back recombination velocity could be evaluated by measuring the spectral internal collection efficiency to back injection. 15 figs., 6 tabs.

  17. Data File Standard for Flow Cytometry, version FCS 3.1.

    Science.gov (United States)

    Spidlen, Josef; Moore, Wayne; Parks, David; Goldberg, Michael; Bray, Chris; Bierre, Pierre; Gorombey, Peter; Hyun, Bill; Hubbard, Mark; Lange, Simon; Lefebvre, Ray; Leif, Robert; Novo, David; Ostruszka, Leo; Treister, Adam; Wood, James; Murphy, Robert F; Roederer, Mario; Sudar, Damir; Zigon, Robert; Brinkman, Ryan R

    2010-01-01

    The flow cytometry data file standard provides the specifications needed to completely describe flow cytometry data sets within the confines of the file containing the experimental data. In 1984, the first Flow Cytometry Standard format for data files was adopted as FCS 1.0. This standard was modified in 1990 as FCS 2.0 and again in 1997 as FCS 3.0. We report here on the next generation flow cytometry standard data file format. FCS 3.1 is a minor revision based on suggested improvements from the community. The unchanged goal of the standard is to provide a uniform file format that allows files created by one type of acquisition hardware and software to be analyzed by any other type.The FCS 3.1 standard retains the basic FCS file structure and most features of previous versions of the standard. Changes included in FCS 3.1 address potential ambiguities in the previous versions and provide a more robust standard. The major changes include simplified support for international characters and improved support for storing compensation. The major additions are support for preferred display scale, a standardized way of capturing the sample volume, information about originality of the data file, and support for plate and well identification in high throughput, plate based experiments. Please see the normative version of the FCS 3.1 specification in Supporting Information for this manuscript (or at http://www.isac-net.org/ in the Current standards section) for a complete list of changes.

  18. A broadband high-efficiency Doherty power amplifier using symmetrical devices

    Science.gov (United States)

    Cheng, Zhiqun; Zhang, Ming; Li, Jiangzhou; Liu, Guohua

    2018-04-01

    This paper proposes a method for broadband and high-efficiency amplification of Doherty power amplifier (DPA) using symmetric devices. In order to achieve the perfect load modulation, the carrier amplifier output circuit total power length is designed to odd multiple of 90°, and the peak amplifier output total power length is designed to even multiple of 180°. The proposed method is demonstrated by designing a broadband high-efficiency DPA using identical 10-W packaged GaN HEMT devices. Measurement results show that over 51% drain efficiency is achieved at 6-dB back-off power, over the frequency band of 1.9–2.4 GHz. Project supported by the National Natural Science Foundation of China (No. 60123456), the Zhejiang Provincial Natural Science Foundation of China (No. LZ16F010001), and the Zhejiang Provincial Public Technology Research Project (No. 2016C31070).

  19. High-Efficiency Dielectric Metasurfaces for Polarization-Dependent Terahertz Wavefront Manipulation

    KAUST Repository

    Zhang, Huifang

    2017-11-30

    Recently, metasurfaces made up of dielectric structures have drawn enormous attentions in the optical and infrared regimes due to their high efficiency and designing freedom in manipulating light propagation. Such advantages can also be introduced to terahertz frequencies where efficient functional devices are still lacking. Here, polarization-dependent all-silicon terahertz dielectric metasurfaces are proposed and experimentally demonstrated. The metasurfaces are composed of anisotropic rectangular-shaped silicon pillars on silicon substrate. Each metasurface holds dual different functions depending on the incident polarizations. Furthermore, to suppress the reflection loss and multireflection effect in practical applications, a high-performance polarization-independent antireflection silicon pillar array is also proposed, which can be patterned at the other side of the silicon substrate. Such all-silicon dielectric metasurfaces are easy to fabricate and can be very promising in developing next-generation efficient, compact, and low-cost terahertz functional devices.

  20. Sponges with covalently tethered amines for high-efficiency carbon capture

    KAUST Repository

    Qi, Genggeng

    2014-12-12

    © 2014 Macmillan Publishers Limited. All rights reserved. Adsorption using solid amine sorbents is an attractive emerging technology for energy-efficient carbon capture. Current syntheses for solid amine sorbents mainly based on physical impregnation or grafting-to methods (for example, aminosilane-grafting) lead to limited sorbent performance in terms of stability and working capacity, respectively. Here we report a family of solid amine sorbents using a grafting-from synthesis approach and synthesized by cationic polymerization of oxazolines on mesoporous silica. The sorbent with high amount of covalently tethered amines shows fast adsorption rate, high amine efficiency and sorbent capacity well exceeding the highest value reported to date for lowerature carbon dioxide sorbents under simulated flue gas conditions. The demonstrated efficiency of the new amine-immobilization chemistry may open up new avenues in the development of advanced carbon dioxide sorbents, as well as other nitrogen-functionalized systems.

  1. 76 FR 62092 - Filing Procedures

    Science.gov (United States)

    2011-10-06

    ... INTERNATIONAL TRADE COMMISSION Filing Procedures AGENCY: International Trade Commission. ACTION: Notice of issuance of Handbook on Filing Procedures. SUMMARY: The United States International Trade Commission (``Commission'') is issuing a Handbook on Filing Procedures to replace its Handbook on Electronic...

  2. A novel highly efficient grating coupler with large filling factor used for optoelectronic integration

    International Nuclear Information System (INIS)

    Zhou Liang; Li Zhi-Yong; Zhu Yu; Li Yun-Tao; Yu Yu-De; Yu Jin-Zhong; Fan Zhong-Cao; Han Wei-Hua

    2010-01-01

    A novel highly efficient grating coupler with large filling factor and deep etching is proposed in silicon-on-insulator for near vertical coupling between the rib waveguide and optical fibre. The deep slots acting as high efficient scattering centres are analysed and optimized. As high as 60% coupling efficiency at telecom wavelength of 1550-nm and 3-dB bandwidth of 61 nm are predicted by simulation. A peak coupling efficiency of 42.1% at wavelength 1546-nm and 3-dB bandwidth of 37.6 nm are obtained experimentally. (classical areas of phenomenology)

  3. High efficiency grating couplers based on shared process with CMOS MOSFETs

    International Nuclear Information System (INIS)

    Qiu Chao; Sheng Zhen; Wu Ai-Min; Wang Xi; Zou Shi-Chang; Gan Fu-Wan; Li Le; Albert Pang

    2013-01-01

    Grating couplers are widely investigated as coupling interfaces between silicon-on-insulator waveguides and optical fibers. In this work, a high-efficiency and complementary metal—oxide—semiconductor (CMOS) process compatible grating coupler is proposed. The poly-Si layer used as a gate in the CMOS metal—oxide—semiconductor field effect transistor (MOSFET) is combined with a normal fully etched grating coupler, which greatly enhances its coupling efficiency. With optimal structure parameters, a coupling efficiency can reach as high as ∼ 70% at a wavelength of 1550 nm as indicated by simulation. From the angle of fabrication, all masks and etching steps are shared between MOSFETs and grating couplers, thereby making the high performance grating couplers easily integrated with CMOS circuits. Fabrication errors such as alignment shift are also simulated, showing that the device is quite tolerant in fabrication. (electromagnetism, optics, acoustics, heat transfer, classical mechanics, and fluid dynamics)

  4. 12 CFR 1780.9 - Filing of papers.

    Science.gov (United States)

    2010-01-01

    ... 12 Banks and Banking 7 2010-01-01 2010-01-01 false Filing of papers. 1780.9 Section 1780.9 Banks... papers. (a) Filing. Any papers required to be filed shall be addressed to the presiding officer and filed... Director or the presiding officer. All papers filed by electronic media shall also concurrently be filed in...

  5. High precision efficiency calibration of a HPGe detector

    International Nuclear Information System (INIS)

    Nica, N.; Hardy, J.C.; Iacob, V.E.; Helmer, R.G.

    2003-01-01

    Many experiments involving measurements of γ rays require a very precise efficiency calibration. Since γ-ray detection and identification also requires good energy resolution, the most commonly used detectors are of the coaxial HPGe type. We have calibrated our 70% HPGe to ∼ 0.2% precision, motivated by the measurement of precise branching ratios (BR) in superallowed 0 + → 0 + β decays. These BRs are essential ingredients in extracting ft-values needed to test the Standard Model via the unitarity of the Cabibbo-Kobayashi-Maskawa matrix, a test that it currently fails by more than two standard deviations. To achieve the required high precision in our efficiency calibration, we measured 17 radioactive sources at a source-detector distance of 15 cm. Some of these were commercial 'standard' sources but we achieved the highest relative precision with 'home-made' sources selected because they have simple decay schemes with negligible side feeding, thus providing exactly matched γ-ray intensities. These latter sources were produced by us at Texas A and M by n-activation or by nuclear reactions. Another critical source among the 17 was a 60 Co source produced by Physikalisch-Technische Bundesanstalt, Braunschweig, Germany: its absolute activity was quoted to better than 0.06%. We used it to establish our absolute efficiency, while all the other sources were used to determine relative efficiencies, extending our calibration over a large energy range (40-3500 keV). Efficiencies were also determined with Monte Carlo calculations performed with the CYLTRAN code. The physical parameters of the Ge crystal were independently determined and only two (unmeasurable) dead-layers were adjusted, within physically reasonable limits, to achieve precise absolute agreement with our measured efficiencies. The combination of measured efficiencies at more than 60 individual energies and Monte Carlo calculations to interpolate between them allows us to quote the efficiency of our

  6. Design of super-efficient mixer based on induced charge electroosmotic

    Directory of Open Access Journals (Sweden)

    Zhang Kai

    2012-01-01

    Full Text Available The super-efficient sample mixing induced by the induced-charge electrokinetic flow around conducting/Janus cylinder was numerically studied in a confined |U-shaped microchannel with suddenly applied DC weak electric filed. It’s found that there are four large circulations around the conducting cylinder and two smaller circulations around the Janus cylinder. The results show that samples can still be well mixed with high flux due to the induced electroosmosis. It is demonstrated that the local flow circulations provide effective means to enhance the flow mixing between different solutions. The dependence of the degree of mixing enhancement on the electric field is also predicted.

  7. The high efficiency steel filters for nuclear air cleaning

    International Nuclear Information System (INIS)

    Bergman, W.; Larsen, G.; Lopez, R.; Williams, K.; Violet, C.

    1990-08-01

    We have, in cooperation with industry, developed high-efficiency filters made from sintered stainless-steel fibers for use in several air-cleaning applications in the nuclear industry. These filters were developed to overcome the failure modes in present high-efficiency particulate air (HEPA) filters. HEPA filters are made from glass paper and glue, and they may fail when they get hot or wet and when they are overpressured. In developing our steel filters, we first evaluated the commercially available stainless-steel filter media made from sintered powder and sintered fiber. The sintered-fiber media performed much better than sintered-powder media, and the best media had the smallest fiber diameter. Using the best media, we then built prototype filters for venting compressed gases and evaluated them in our automated filter tester. 12 refs., 20 figs

  8. Highly Efficient Red and White Organic Light-Emitting Diodes with External Quantum Efficiency beyond 20% by Employing Pyridylimidazole-Based Metallophosphors.

    Science.gov (United States)

    Miao, Yanqin; Tao, Peng; Wang, Kexiang; Li, Hongxin; Zhao, Bo; Gao, Long; Wang, Hua; Xu, Bingshe; Zhao, Qiang

    2017-11-01

    Two highly efficient red neutral iridium(III) complexes, Ir1 and Ir2, were rationally designed and synthesized by selecting two pyridylimidazole derivatives as the ancillary ligands. Both Ir1 and Ir2 show nearly the same photoluminescence emission with the maximum peak at 595 nm (shoulder band at about 638 nm) and achieve high solution quantum yields of up to 0.47 for Ir1 and 0.57 for Ir2. Employing Ir1 and Ir2 as emitters, the fabricated red organic light-emitting diodes (OLEDs) show outstanding performance with the maximum external quantum efficiency (EQE), current efficiency (CE), and power efficiency (PE) of 20.98%, 33.04 cd/A, and 33.08 lm/W for the Ir1-based device and 22.15%, 36.89 cd/A, and 35.85 lm/W for the Ir2-based device, respectively. Furthermore, using Ir2 as red emitter, a trichromatic hybrid white OLED, showing good warm white emission with low correlated color temperature of white device also realizes excellent device efficiencies with the maximum EQE, CE, and PE reaching 22.74%, 44.77 cd/A, and 46.89 lm/W, respectively. Such high electroluminescence performance for red and white OLEDs indicates that Ir1 and Ir2 as efficient red phosphors have great potential for future OLED displays and lightings applications.

  9. The Jade File System. Ph.D. Thesis

    Science.gov (United States)

    Rao, Herman Chung-Hwa

    1991-01-01

    File systems have long been the most important and most widely used form of shared permanent storage. File systems in traditional time-sharing systems, such as Unix, support a coherent sharing model for multiple users. Distributed file systems implement this sharing model in local area networks. However, most distributed file systems fail to scale from local area networks to an internet. Four characteristics of scalability were recognized: size, wide area, autonomy, and heterogeneity. Owing to size and wide area, techniques such as broadcasting, central control, and central resources, which are widely adopted by local area network file systems, are not adequate for an internet file system. An internet file system must also support the notion of autonomy because an internet is made up by a collection of independent organizations. Finally, heterogeneity is the nature of an internet file system, not only because of its size, but also because of the autonomy of the organizations in an internet. The Jade File System, which provides a uniform way to name and access files in the internet environment, is presented. Jade is a logical system that integrates a heterogeneous collection of existing file systems, where heterogeneous means that the underlying file systems support different file access protocols. Because of autonomy, Jade is designed under the restriction that the underlying file systems may not be modified. In order to avoid the complexity of maintaining an internet-wide, global name space, Jade permits each user to define a private name space. In Jade's design, we pay careful attention to avoiding unnecessary network messages between clients and file servers in order to achieve acceptable performance. Jade's name space supports two novel features: (1) it allows multiple file systems to be mounted under one direction; and (2) it permits one logical name space to mount other logical name spaces. A prototype of Jade was implemented to examine and validate its

  10. Research on High-efficient Remanufacturing Technologies and Application of Electric Motor

    Science.gov (United States)

    Liu, Ren; Zhao, Yuejin; Yang, Xu; Wang, Gen

    2017-09-01

    The energy conservation of electric motor system is the key of industrial energy conservation. With the implementation and acceleration of electric motor energy efficiency improvement plan, more and more electric motors are knocked out. High-efficient remanufacturing of electric motor refers to improving the efficiency of electric motor and recycling the resources by replacing the winding, iron core and other components of electric motor on the basis of the low-efficient/outdated electric motors, which conforms to China’s policy of circular economy and resource recovery. The remanufacturing of electric motor not only maximizes the use of resources, but also reduces the energy consumption generated by reprocessing of cast iron, silicon steel sheet and other materials in dismantling of electric motor. However, structures and iron core materials used in design and manufacture of electric motors are different, and the degrees of wear of electric motors are also different under different operating conditions, which further result in diversified design schemes, increased remanufacturing cost and reduced remanufacturing efficiency. This paper analyzes the key process technologies for remanufacturing of electric motors are researched by analyzing the remanufacturing technologies of electric motors, and presents the feasibility to replace the cast-aluminum rotor with cast-copper rotor in high-efficient remanufacturing process of electric motor.

  11. Environmentally Printing Efficient Organic Tandem Solar Cells with High Fill Factors: A Guideline Towards 20% Power Conversion Efficiency

    DEFF Research Database (Denmark)

    Li, Ning; Baran, Derya; Spyropoulos, George D.

    2014-01-01

    presents a major challenge. The reported high PCE values from lab-scale spin-coated devices are, of course, representative, but not helpful for commercialization. Here, organic tandem solar cells with exceptionally high fill factors and PCE values of 7.66% (on glass) and 5.56% (on flexible substrate...... to enhance the power conversion efficiency (PCE). However, due to the undeveloped deposition techniques, the challenges in ink formulation as well as the lack of commercially available high performance active materials, roll-to-roll fabrication of highly efficient organic tandem solar cells currently......), which are the highest values for the solution-processed tandem solar cells fabricated by a mass-production compatible coating technique under ambient conditions, are demonstrated. To predict the highest possible performance of tandem solar cells, optical simulation based on experimentally feasible...

  12. Photosynthesis in Chromera velia represents a simple system with high efficiency.

    Directory of Open Access Journals (Sweden)

    Antonietta Quigg

    Full Text Available Chromera velia (Alveolata is a close relative to apicomplexan parasites with a functional photosynthetic plastid. Even though C. velia has a primitive complement of pigments (lacks chlorophyll c and uses an ancient type II form of RuBISCO, we found that its photosynthesis is very efficient with the ability to acclimate to a wide range of irradiances. C. velia maintain similar maximal photosynthetic rates when grown under continual light-limited (low light or light-saturated (high light conditions. This flexible acclimation to continuous light is provided by an increase of the chlorophyll content and photosystem II connectivity under light limited conditions and by an increase in the content of protective carotenoids together with stimulation of effective non-photochemical quenching under high light. C. velia is able to significantly increase photosynthetic rates when grown under a light-dark cycle with sinusoidal changes in light intensity. Photosynthetic activities were nonlinearly related to light intensity, with maximum performance measured at mid-morning. C. velia efficiently acclimates to changing irradiance by stimulation of photorespiration and non-photochemical quenching, thus avoiding any measurable photoinhibition. We suggest that the very high CO(2 assimilation rates under sinusoidal light regime are allowed by activation of the oxygen consuming process (possibly chlororespiration that maintains high efficiency of RuBISCO (type II. Despite the overall simplicity of the C. velia photosynthetic system, it operates with great efficiency.

  13. Metamaterial Receivers for High Efficiency Concentrated Solar Energy Conversion

    Energy Technology Data Exchange (ETDEWEB)

    Yellowhair, Julius E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Concentrating Solar Technologies Dept.; Kwon, Hoyeong [Univ. of Texas, Austin, TX (United States). Dept. of Electrical and Computer Engineering; Alu, Andrea [Univ. of Texas, Austin, TX (United States). Dept. of Electrical and Computer Engineering; Jarecki, Robert L. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Concentrating Solar Technologies Dept.; Shinde, Subhash L. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Concentrating Solar Technologies Dept.

    2016-09-01

    Operation of concentrated solar power receivers at higher temperatures (>700°C) would enable supercritical carbon dioxide (sCO2) power cycles for improved power cycle efficiencies (>50%) and cost-effective solar thermal power. Unfortunately, radiative losses at higher temperatures in conventional receivers can negatively impact the system efficiency gains. One approach to improve receiver thermal efficiency is to utilize selective coatings that enhance absorption across the visible solar spectrum while minimizing emission in the infrared to reduce radiative losses. Existing coatings, however, tend to degrade rapidly at elevated temperatures. In this report, we report on the initial designs and fabrication of spectrally selective metamaterial-based absorbers for high-temperature, high-thermal flux environments important for solarized sCO2 power cycles. Metamaterials are structured media whose optical properties are determined by sub-wavelength structural features instead of bulk material properties, providing unique solutions by decoupling the optical absorption spectrum from thermal stability requirements. The key enabling innovative concept proposed is the use of structured surfaces with spectral responses that can be tailored to optimize the absorption and retention of solar energy for a given temperature range. In this initial study through the Academic Alliance partnership with University of Texas at Austin, we use Tungsten for its stability in expected harsh environments, compatibility with microfabrication techniques, and required optical performance. Our goal is to tailor the optical properties for high (near unity) absorptivity across the majority of the solar spectrum and over a broad range of incidence angles, and at the same time achieve negligible absorptivity in the near infrared to optimize the energy absorbed and retained. To this goal, we apply the recently developed concept of plasmonic Brewster angle to suitably designed

  14. Trial of accelerator cells machining with high precision and high efficiency at Okayama region

    International Nuclear Information System (INIS)

    Yoshikawa, Mitsuo; Yoden, Hiroyuki; Yokomizo, Seiichi; Sumida, Tsuneto; Kunishida, Jun; Oshita, Isao

    2005-01-01

    In the framework of the project 'Promotion of Science and Technology in Regional Areas' by the Ministry of Education, Culture, Sports, Science and Technology, we have prepared a special apparatus for machining accelerator cells with a high precision and a high efficiency for the future linear collider. A machining with as small an error as 2 micrometers has been realized. Necessary time to finish one accelerator cell is reduced from 128 minutes to 34 minutes due to the suppression of the heating of the object at the machining. If newly developed one chuck method was employed, the precision and efficiency would be further improved. By cutting at both sides of the spindle, the necessary time for machining would be reduced by half. (author)

  15. 76 FR 72202 - The City of East Providence; Notice of Preliminary Permit Application Accepted for Filing and...

    Science.gov (United States)

    2011-11-22

    ...-long, 10-foot- high curved stone masonry spillway; (2) an existing 32 acre impoundment with 140 acre... electronic filing, documents may also be paper-filed. To paper-file, mail an original and seven copies to...

  16. High-Efficiency, Multijunction Solar Cells for Large-Scale Solar Electricity Generation

    Science.gov (United States)

    Kurtz, Sarah

    2006-03-01

    A solar cell with an infinite number of materials (matched to the solar spectrum) has a theoretical efficiency limit of 68%. If sunlight is concentrated, this limit increases to about 87%. These theoretical limits are calculated using basic physics and are independent of the details of the materials. In practice, the challenge of achieving high efficiency depends on identifying materials that can effectively use the solar spectrum. Impressive progress has been made with the current efficiency record being 39%. Today's solar market is also showing impressive progress, but is still hindered by high prices. One strategy for reducing cost is to use lenses or mirrors to focus the light on small solar cells. In this case, the system cost is dominated by the cost of the relatively inexpensive optics. The value of the optics increases with the efficiency of the solar cell. Thus, a concentrator system made with 35%- 40%-efficient solar cells is expected to deliver 50% more power at a similar cost when compare with a system using 25%-efficient cells. Today's markets are showing an opportunity for large concentrator systems that didn't exist 5-10 years ago. Efficiencies may soon pass 40% and ultimately may reach 50%, providing a pathway to improved performance and decreased cost. Many companies are currently investigating this technology for large-scale electricity generation. The presentation will cover the basic physics and more practical considerations to achieving high efficiency as well as describing the current status of the concentrator industry. This work has been authored by an employee of the Midwest Research Institute under Contract No. DE- AC36-99GO10337 with the U.S. Department of Energy. The United States Government retains and the publisher, by accepting the article for publication, acknowledges that the United States Government retains a non-exclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or allow

  17. High-efficiency integrated piezoelectric energy harvesting systems

    Science.gov (United States)

    Hande, Abhiman; Shah, Pradeep

    2010-04-01

    This paper describes hierarchically architectured development of an energy harvesting (EH) system that consists of micro and/or macro-scale harvesters matched to multiple components of remote wireless sensor and communication nodes. The micro-scale harvesters consist of thin-film MEMS piezoelectric cantilever arrays and power generation modules in IC-like form to allow efficient EH from vibrations. The design uses new high conversion efficiency thin-film processes combined with novel cantilever structures tuned to multiple resonant frequencies as broadband arrays. The macro-scale harvesters are used to power the collector nodes that have higher power specifications. These bulk harvesters can be integrated with efficient adaptive power management circuits that match transducer impedance and maximize power harvested from multiple scavenging sources with very low intrinsic power consumption. Texas MicroPower, Inc. is developing process based on a composition that has the highest reported energy density as compared to other commercially available bulk PZT-based sensor/actuator ceramic materials and extending it to thin-film materials and miniature conversion transducer structures. The multiform factor harvesters can be deployed for several military and commercial applications such as underground unattended sensors, sensors in oil rigs, structural health monitoring, supply chain management, and battlefield applications such as sensors on soldier apparel, equipment, and wearable electronics.

  18. Test Program for High Efficiency Gas Turbine Exhaust Diffuser

    Energy Technology Data Exchange (ETDEWEB)

    Norris, Thomas R.

    2009-12-31

    This research relates to improving the efficiency of flow in a turbine exhaust, and thus, that of the turbine and power plant. The Phase I SBIR project demonstrated the technical viability of “strutlets” to control stalls on a model diffuser strut. Strutlets are a novel flow-improving vane concept intended to improve the efficiency of flow in turbine exhausts. Strutlets can help reduce turbine back pressure, and incrementally improve turbine efficiency, increase power, and reduce greenhouse gas emmission. The long-term goal is a 0.5 percent improvement of each item, averaged over the US gas turbine fleet. The strutlets were tested in a physical scale model of a gas turbine exhaust diffuser. The test flow passage is a straight, annular diffuser with three sets of struts. At the end of Phase 1, the ability of strutlets to keep flow attached to struts was demonstrated, but the strutlet drag was too high for a net efficiency advantage. An independently sponsored followup project did develop a highly-modified low-drag strutlet. In combination with other flow improving vanes, complicance to the stated goals was demonstrated for for simple cycle power plants, and to most of the goals for combined cycle power plants using this particular exhaust geometry. Importantly, low frequency diffuser noise was reduced by 5 dB or more, compared to the baseline. Appolicability to other diffuser geometries is yet to be demonstrated.

  19. Thermodynamic analysis of the efficiency of high-temperature steam electrolysis system for hydrogen production

    Science.gov (United States)

    Mingyi, Liu; Bo, Yu; Jingming, Xu; Jing, Chen

    High-temperature steam electrolysis (HTSE), a reversible process of solid oxide fuel cell (SOFC) in principle, is a promising method for highly efficient large-scale hydrogen production. In our study, the overall efficiency of the HTSE system was calculated through electrochemical and thermodynamic analysis. A thermodynamic model in regards to the efficiency of the HTSE system was established and the quantitative effects of three key parameters, electrical efficiency (η el), electrolysis efficiency (η es), and thermal efficiency (η th) on the overall efficiency (η overall) of the HTSE system were investigated. Results showed that the contribution of η el, η es, η th to the overall efficiency were about 70%, 22%, and 8%, respectively. As temperatures increased from 500 °C to 1000 °C, the effect of η el on η overall decreased gradually and the η es effect remained almost constant, while the η th effect increased gradually. The overall efficiency of the high-temperature gas-cooled reactor (HTGR) coupled with the HTSE system under different conditions was also calculated. With the increase of electrical, electrolysis, and thermal efficiency, the overall efficiencies were anticipated to increase from 33% to a maximum of 59% at 1000 °C, which is over two times higher than that of the conventional alkaline water electrolysis.

  20. Broadband and high-efficiency vortex beam generator based on a hybrid helix array.

    Science.gov (United States)

    Fang, Chaoqun; Wu, Chao; Gong, Zhijie; Zhao, Song; Sun, Anqi; Wei, Zeyong; Li, Hongqiang

    2018-04-01

    The vortex beam which carries the orbital angular momentum has versatile applications, such as high-resolution imaging, optical communications, and particle manipulation. Generating vortex beams with the Pancharatnam-Berry (PB) phase has drawn considerable attention for its unique spin-to-orbital conversion features. Despite the PB phase being frequency independent, an optical element with broadband high-efficiency circular polarization conversion feature is still needed for the broadband high-efficiency vortex beam generation. In this work, a broadband and high-efficiency vortex beam generator based on the PB phase is built with a hybrid helix array. Such devices can generate vortex beams with arbitrary topological charge. Moreover, vortex beams with opposite topological charge can be generated with an opposite handedness incident beam that propagates backward. The measured efficiency of our device is above 65% for a wide frequency range, with the relative bandwidth of 46.5%.

  1. Efficient Wide Range Converters (EWiRaC): A new family of high efficient AC-DC Converters

    DEFF Research Database (Denmark)

    Petersen, Lars; Andersen, Michael Andreas E.

    2006-01-01

    The performance in terms of efficiency of the existing power supplies used for PFC is very dependent on the input voltage range. The boost converter is the most commonly used PFC converter because of its simplicity and high efficiency. But, the boost converter as well as other known converters...... suffers a major penalty in efficiency when used at the low end of the voltage range (90VAC) in a universal voltage range application (90-270VAC). This paper addresses this problem by suggesting a new family of converters that effectively reduces the apparent voltage range with a factor of 2 by changing...... the converter topology according to the input voltage. This new converter type has been named: efficient wide range converter (EWiRaC). The performance of the EWiRaC is experimental verified in a universal input range (90-270VAC) application with an output voltage of 185VDC capable of 500W output power. The EWi...

  2. Potential high efficiency solar cells: Applications from space photovoltaic research

    Science.gov (United States)

    Flood, D. J.

    1986-01-01

    NASA involvement in photovoltaic energy conversion research development and applications spans over two decades of continuous progress. Solar cell research and development programs conducted by the Lewis Research Center's Photovoltaic Branch have produced a sound technology base not only for the space program, but for terrestrial applications as well. The fundamental goals which have guided the NASA photovoltaic program are to improve the efficiency and lifetime, and to reduce the mass and cost of photovoltaic energy conversion devices and arrays for use in space. The major efforts in the current Lewis program are on high efficiency, single crystal GaAs planar and concentrator cells, radiation hard InP cells, and superlattice solar cells. A brief historical perspective of accomplishments in high efficiency space solar cells will be given, and current work in all of the above categories will be described. The applicability of space cell research and technology to terrestrial photovoltaics will be discussed.

  3. Highly efficient deep-blue organic light emitting diode with a carbazole based fluorescent emitter

    Science.gov (United States)

    Sahoo, Snehasis; Dubey, Deepak Kumar; Singh, Meenu; Joseph, Vellaichamy; Thomas, K. R. Justin; Jou, Jwo-Huei

    2018-04-01

    High efficiency deep-blue emission is essential to realize energy-saving, high-quality display and lighting applications. We demonstrate here a deep-blue organic light emitting diode using a novel carbazole based fluorescent emitter 7-[4-(diphenylamino)phenyl]-9-(2-ethylhexyl)-9H-carbazole-2-carbonitrile (JV234). The solution processed resultant device shows a maximum luminance above 1,750 cd m-2 and CIE coordinates (0.15,0.06) with a 1.3 lm W-1 power efficiency, 2.0 cd A-1 current efficiency, and 4.1% external quantum efficiency at 100 cd m-2. The resulting deep-blue emission enables a greater than 100% color saturation. The high efficiency may be attributed to the effective host-to-guest energy transfer, suitable device architecture facilitating balanced carrier injection and low doping concentration preventing efficiency roll-off caused by concentration quenching.

  4. A digital imaging teaching file by using the internet, HTML and personal computers

    International Nuclear Information System (INIS)

    Chun, Tong Jin; Jeon, Eun Ju; Baek, Ho Gil; Kang, Eun Joo; Baik, Seung Kug; Choi, Han Yong; Kim, Bong Ki

    1996-01-01

    A film-based teaching file takes up space and the need to search through such a file places limits on the extent to which it is likely to be used. Furthermore it is not easy for doctors in a medium-sized hospital to experience a variety of cases, and so for these reasons we created an easy-to-use digital imaging teaching file with HTML(Hypertext Markup Language) and downloaded images via World Wide Web(WWW) services on the Internet. This was suitable for use by computer novices. We used WWW internet services as a resource for various images and three different IMB-PC compatible computers(386DX, 486DX-II, and Pentium) in downloading the images and in developing a digitalized teaching file. These computers were connected with the Internet through a high speed dial-up modem(28.8Kbps) and to navigate the Internet. Twinsock and Netscape were used. 3.0, Korean word processing software, was used to create HTML(Hypertext Markup Language) files and the downloaded images were linked to the HTML files. In this way, a digital imaging teaching file program was created. Access to a Web service via the Internet required a high speed computer(at least 486DX II with 8MB RAM) for comfortabel use; this also ensured that the quality of downloaded images was not degraded during downloading and that these were good enough to use as a teaching file. The time needed to retrieve the text and related images depends on the size of the file, the speed of the network, and the network traffic at the time of connection. For computer novices, a digital image teaching file using HTML is easy to use. Our method of creating a digital imaging teaching file by using Internet and HTML would be easy to create and radiologists with little computer experience who want to study various digital radiologic imaging cases would find it easy to use

  5. Efficient, High-Power Mid-Infrared Laser for National Securityand Scientific Applications

    Energy Technology Data Exchange (ETDEWEB)

    Kiani, Leily S. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2017-11-02

    The LLNL fiber laser group developed a unique short-wave-infrared, high-pulse energy, highaverage- power fiber based laser. This unique laser source has been used in combination with a nonlinear frequency converter to generate wavelengths, useful for remote sensing and other applications in the mid-wave infrared (MWIR). Sources with high average power and high efficiency in this MWIR wavelength region are not yet available with the size, weight, and power requirements or energy efficiency necessary for future deployment. The LLNL developed Fiber Laser Pulsed Source (FiLPS) design was adapted to Erbium doped silica fibers for 1.55 μm pumping of Cadmium Silicon Phosphide (CSP). We have demonstrated, for the first time optical parametric amplification of 2.4 μm light via difference frequency generation using CSP with an Erbium doped fiber source. In addition, for efficiency comparison purposes, we also demonstrated direct optical parametric generation (OPG) as well as optical parametric oscillation (OPO).

  6. High-efficiency target-ion sources for RIB generation

    International Nuclear Information System (INIS)

    Alton, G.D.

    1993-01-01

    A brief review is given of high-efficiency ion sources which have been developed or are under development at ISOL facilities which show particular promise for use at existing, future, or radioactive ion beam (RIB) facilities now under construction. Emphasis will be placed on those sources which have demonstrated high ionization efficiency, species versatility, and operational reliability and which have been carefully designed for safe handling in the high level radioactivity radiation fields incumbent at such facilities. Brief discussions will also be made of the fundamental processes which affect the realizable beam intensities in target-ion sources. Among the sources which will be reviewed will be selected examples of state-of-the-art electron-beam plasma-type ion sources, thermal-ionization, surface-ionization, ECR, and selectively chosen ion source concepts which show promise for radioactive ion beam generation. A few advanced, chemically selective target-ion sources will be described, such as sources based on the use of laser-resonance ionization, which, in principle, offer a more satisfactory solution to isobaric contamination problems than conventional electromagnetic techniques. Particular attention will be given to the sources which have been selected for initial or future use at the Holifield Radioactive Ion Beam Facility now under construction at the Oak Ridge National Laboratory

  7. Iodine laser of high efficiency and fast repetition rate

    Energy Technology Data Exchange (ETDEWEB)

    Hohla, K; Witte, K J

    1976-07-01

    The scaling laws of an iodine laser of high efficiency and fast repetition rate are reported. The laser is pumped with a new kind of low pressure Hg-UV-lamps which convert 32% of the electrical input in UV-light in the absorption band of the iodine laser and which can be fired up to 100 Hz. Details of a 10 kJ/1 nsec system as dimensions, energy density, repetition rate, flow velocity, gas composition and gas pressure and the overall efficiency are given which is expected to be about 2%.

  8. The global unified parallel file system (GUPFS) project: FY 2002 activities and results

    Energy Technology Data Exchange (ETDEWEB)

    Butler, Gregory F.; Lee, Rei Chi; Welcome, Michael L.

    2003-04-07

    The Global Unified Parallel File System (GUPFS) project is a multiple-phase, five-year project at the National Energy Research Scientific Computing (NERSC) Center to provide a scalable, high performance, high bandwidth, shared file system for all the NERSC production computing and support systems. The primary purpose of the GUPFS project is to make it easier to conduct advanced scientific research using the NERSC systems. This is to be accomplished through the use of a shared file system providing a unified file namespace, operating on consolidated shared storage that is directly accessed by all the NERSC production computing and support systems. During its first year, FY 2002, the GUPFS project focused on identifying, testing, and evaluating existing and emerging shared/cluster file system, SAN fabric, and storage technologies; identifying NERSC user input/output (I/O) requirements, methods, and mechanisms; and developing appropriate benchmarking methodologies and benchmark codes for a parallel environment. This report presents the activities and progress of the GUPFS project during its first year, the results of the evaluations conducted, and plans for near-term and longer-term investigations.

  9. Efficiency criteria for high reliability measured system structures

    International Nuclear Information System (INIS)

    Sal'nikov, N.L.

    2012-01-01

    The procedures of structural redundancy are usually used to develop high reliability measured systems. To estimate efficiency of such structures the criteria to compare different systems has been developed. So it is possible to develop more exact system by inspection of redundant system data unit stochastic characteristics in accordance with the developed criteria [ru

  10. HIGH JET EFFICIENCY AND SIMULATIONS OF BLACK HOLE MAGNETOSPHERES

    International Nuclear Information System (INIS)

    Punsly, Brian

    2011-01-01

    This Letter reports on a growing body of observational evidence that many powerful lobe-dominated (FR II) radio sources likely have jets with high efficiency. This study extends the maximum efficiency line (jet power ∼25 times the thermal luminosity) defined in Fernandes et al. so as to span four decades of jet power. The fact that this line extends over the full span of FR II radio power is a strong indication that this is a fundamental property of jet production that is independent of accretion power. This is a valuable constraint for theorists. For example, the currently popular 'no-net-flux' numerical models of black hole accretion produce jets that are two to three orders of magnitude too weak to be consistent with sources near maximum efficiency.

  11. Energy-Efficient Office Buildings at High Latitudes

    Energy Technology Data Exchange (ETDEWEB)

    Lerum, V.

    1996-12-31

    This doctoral thesis describes a method for energy efficient office building design at high latitudes and cold climates. The method combines daylighting, passive solar heating, solar protection, and ventilative cooling. The thesis focuses on optimal design of an equatorial-facing fenestration system. A spreadsheet framework linking existing simplified methods is used. The daylight analysis uses location specific data on frequency distribution of diffuse daylight on vertical surfaces to estimate energy savings from optimal window and room configurations in combination with a daylight-responsive electric lighting system. The passive solar heating analysis is a generalization of a solar load ratio method adapted to cold climates by combining it with the Norwegian standard NS3031 for winter months when the solar savings fraction is negative. The emphasis is on very high computational efficiency to permit rapid and comprehensive examination of a large number of options early in design. The procedure is illustrated for a location in Trondheim, Norway, testing the relative significance of various design improvement options relative to a base case. The method is also tested for two other locations in Norway, at latitudes 58 and 70 degrees North. The band of latitudes between these limits covers cities in Alaska, Canada, Greenland, Iceland, Scandinavia, Finland, Russia, and Northern Japan. A comprehensive study of the ``whole building approach`` shows the impact of integrated daylighting and low-energy design strategies. In general, consumption of lighting electricity may be reduced by 50-80%, even at extremely high latitudes. The reduced internal heat from electric lights is replaced by passive solar heating. 113 refs., 85 figs., 25 tabs.

  12. 78 FR 21930 - Aquenergy Systems, Inc.; Notice of Intent To File License Application, Filing of Pre-Application...

    Science.gov (United States)

    2013-04-12

    ... Systems, Inc.; Notice of Intent To File License Application, Filing of Pre-Application Document, and Approving Use of the Traditional Licensing Process a. Type of Filing: Notice of Intent to File License...: November 11, 2012. d. Submitted by: Aquenergy Systems, Inc., a fully owned subsidiaries of Enel Green Power...

  13. 12 CFR 16.33 - Filing fees.

    Science.gov (United States)

    2010-01-01

    ... Banking COMPTROLLER OF THE CURRENCY, DEPARTMENT OF THE TREASURY SECURITIES OFFERING DISCLOSURE RULES § 16.33 Filing fees. (a) Filing fees must accompany certain filings made under the provisions of this part... Comptroller of the Currency Fees published pursuant to § 8.8 of this chapter. (b) Filing fees must be paid by...

  14. 75 FR 4689 - Electronic Tariff Filings

    Science.gov (United States)

    2010-01-29

    ... elements ``are required to properly identify the nature of the tariff filing, organize the tariff database... (or other pleading) and the Type of Filing code chosen will be resolved in favor of the Type of Filing...'s wish expressed in its transmittal letter or in other pleadings, the Commission may not review a...

  15. Large-area high-efficiency flexible PHOLED lighting panels

    Science.gov (United States)

    Pang, Huiqing; Mandlik, Prashant; Levermore, Peter A.; Silvernail, Jeff; Ma, Ruiqing; Brown, Julie J.

    2012-09-01

    Organic Light Emitting Diodes (OLEDs) provide various attractive features for next generation illumination systems, including high efficiency, low power, thin and flexible form factor. In this work, we incorporated phosphorescent emitters and demonstrated highly efficient white phosphorescent OLED (PHOLED) devices on flexible plastic substrates. The 0.94 cm2 small-area device has total thickness of approximately 0.25 mm and achieved 63 lm/W at 1,000 cd/m2 with CRI = 85 and CCT = 2920 K. We further designed and fabricated a 15 cm x 15 cm large-area flexible white OLED lighting panels, finished with a hybrid single-layer ultra-low permeability single layer barrier (SLB) encapsulation film. The flexible panel has an active area of 116.4 cm2, and achieved a power efficacy of 47 lm/W at 1,000 cd/m2 with CRI = 83 and CCT = 3470 K. The efficacy of the panel at 3,000 cd/m2 is 43 lm/W. The large-area flexible PHOLED lighting panel is to bring out enormous possibilities to the future general lighting applications.

  16. From files to SAF: 3D endodontic treatment is possible at last.

    Science.gov (United States)

    Metzger, Zvi

    2011-01-01

    3D cleaning, shaping and obturation of root canals has always been the desired goal of endodontic treatment which in many cases is difficult to attain. The introduction of NiTi rotary files made a major change in endodontic practice, making treatment easier, safer and faster. Nevertheless, after 16 years of intensive development, most of these instruments still share several drawbacks, the major one being the inability to three-dimensionally clean and shape oval root canals. The Self-Adjusting File (SAF) System was designed to overcome many of the current drawbacks of rotary file systems. It is based on a hollow, highly compressible file that adapts itself three-dimensionally to the shape of a given root canal, including its cross section. The file is operated with vibratory in-and-out motion, with continuous irrigation delivered by a peristaltic pump through the hollow file. A uniform layer of dentin is removed from the whole circumference of the root canal, thus achieving the main goals of root canal treatment while preserving the remaining root dentin. The 3D scrubbing effect of the file, combined with the always fresh irrigant, result in unprecedentedly clean canals which facilitate in turn better obturation. More effective disinfection of flat-oval root canals is another goal which is simultaneously attained. The safety of the root-canal treatment is also greatly enhanced by the high mechanical stability of the SAF and by using a new concept of no-pressure irrigation. The SAF System gets the operator much closer to the long-desired goal of 3D root-canal treatment.

  17. High resolution PET breast imager with improved detection efficiency

    Science.gov (United States)

    Majewski, Stanislaw

    2010-06-08

    A highly efficient PET breast imager for detecting lesions in the entire breast including those located close to the patient's chest wall. The breast imager includes a ring of imaging modules surrounding the imaged breast. Each imaging module includes a slant imaging light guide inserted between a gamma radiation sensor and a photodetector. The slant light guide permits the gamma radiation sensors to be placed in close proximity to the skin of the chest wall thereby extending the sensitive region of the imager to the base of the breast. Several types of photodetectors are proposed for use in the detector modules, with compact silicon photomultipliers as the preferred choice, due to its high compactness. The geometry of the detector heads and the arrangement of the detector ring significantly reduce dead regions thereby improving detection efficiency for lesions located close to the chest wall.

  18. A high-efficiency solution-deposited thin-film photovoltaic device

    Energy Technology Data Exchange (ETDEWEB)

    Mitzi, David B; Yuan, Min; Liu, Wei; Chey, S Jay; Schrott, Alex G [IBM T. J. Watson Research Center, Yorktown Heights, NY (United States); Kellock, Andrew J; Deline, Vaughn [IBM Almaden Research Center, San Jose, CA (United States)

    2008-10-02

    High-quality Cu(In,Ga)Se{sub 2} (CIGS) films are deposited from hydrazine-based solutions and are employed as absorber layers in thin-film photovoltaic devices. The CIGS films exhibit tunable stoichiometry and well-formed grain structure without requiring post-deposition high-temperature selenium treatment. Devices based on these films offer power conversion efficiencies of 10% (AM1.5 illumination). (Abstract Copyright [2008], Wiley Periodicals, Inc.)

  19. 78 FR 75554 - Combined Notice of Filings

    Science.gov (United States)

    2013-12-12

    ...-000. Applicants: Young Gas Storage Company, Ltd. Description: Young Fuel Reimbursement Filing to be.... Protests may be considered, but intervention is necessary to become a party to the proceeding. eFiling is... qualifying facilities filings can be found at: http://www.ferc.gov/docs-filing/efiling/filing-req.pdf . For...

  20. Highly Efficient Visible Colloidal Lead-Halide Perovskite Nanocrystal Light-Emitting Diodes

    Science.gov (United States)

    Yan, Fei; Xing, Jun; Xing, Guichuan; Quan, Lina; Tan, Swee Tiam; Zhao, Jiaxin; Su, Rui; Zhang, Lulu; Chen, Shi; Zhao, Yawen; Huan, Alfred; Sargent, Edward H.; Xiong, Qihua; Demir, Hilmi Volkan

    2018-05-01

    Lead-halide perovskites have been attracting attention for potential use in solid-state lighting. Following the footsteps of solar cells, the field of perovskite light-emitting diodes (PeLEDs) has been growing rapidly. Their application prospects in lighting, however, remain still uncertain due to a variety of shortcomings in device performance including their limited levels of luminous efficiency achievable thus far. Here we show high-efficiency PeLEDs based on colloidal perovskite nanocrystals (PeNCs) synthesized at room temperature possessing dominant first-order excitonic radiation (enabling a photoluminescence quantum yield of 71% in solid film), unlike in the case of bulk perovskites with slow electron-hole bimolecular radiative recombination (a second-order process). In these PeLEDs, by reaching charge balance in the recombination zone, we find that the Auger nonradiative recombination, with its significant role in emission quenching, is effectively suppressed in low driving current density range. In consequence, these devices reach a record high maximum external quantum efficiency of 12.9% reported to date and an unprecedentedly high power efficiency of 30.3 lm W-1 at luminance levels above 1000 cd m-2 as required for various applications. These findings suggest that, with feasible levels of device performance, the PeNCs hold great promise for their use in LED lighting and displays.

  1. Highly efficient electroluminescence from a solution-processable thermally activated delayed fluorescence emitter

    Energy Technology Data Exchange (ETDEWEB)

    Wada, Yoshimasa; Kubo, Shosei; Suzuki, Katsuaki; Kaji, Hironori, E-mail: kaji@scl.kyoto-u.ac.jp [Institute for Chemical Research, Kyoto University, Uji, Kyoto 611-0011 (Japan); Shizu, Katsuyuki [Institute for Chemical Research, Kyoto University, Uji, Kyoto 611-0011 (Japan); Center for Organic Photonics and Electronics Research (OPERA), Kyushu University, 744 Motooka, Nishi, Fukuoka 819-0395 (Japan); Tanaka, Hiroyuki [Center for Organic Photonics and Electronics Research (OPERA), Kyushu University, 744 Motooka, Nishi, Fukuoka 819-0395 (Japan); Adachi, Chihaya [Center for Organic Photonics and Electronics Research (OPERA), Kyushu University, 744 Motooka, Nishi, Fukuoka 819-0395 (Japan); Japan Science and Technology Agency (JST), ERATO, Adachi Molecular Exciton Engineering Project, 744 Motooka, Nishi, Fukuoka 819-0395 (Japan)

    2015-11-02

    We developed a thermally activated delayed fluorescence (TADF) emitter, 2,4,6-tris(4-(9,9-dimethylacridan-10-yl)phenyl)-1,3,5-triazine (3ACR-TRZ), suitable for use in solution-processed organic light-emitting diodes (OLEDs). When doped into 4,4′-bis(carbazol-9-yl)biphenyl (CBP) host at 16 wt. %, 3ACR-TRZ showed a high photoluminescence quantum yield of 98%. Transient photoluminescence decay measurements of the 16 wt. % 3ACR-TRZ:CBP film confirmed that 3ACR-TRZ exhibits efficient TADF with a triplet-to-light conversion efficiency of 96%. This high conversion efficiency makes 3ACR-TRZ attractive as an emitting dopant in OLEDs. Using 3ACR-TRZ as an emitter, we fabricated a solution-processed OLED exhibiting a maximum external quantum efficiency of 18.6%.

  2. High-efficiency electric motors: An analysis of a feasible tariff policy for Brazil

    International Nuclear Information System (INIS)

    Paiva Delgado, M.A. de; Tolmasquim, M.T.

    1997-01-01

    The main objective is to calculate an average value for an electricity tariff which will facilitate the introduction of high-efficiency electric motors in the production sector. Two computational models will be developed for technical-economic evaluation to assess economic attractiveness by calculating feasible average electricity tariffs in order to create a market for substitution of standard motors by new high-efficiency models (Purchase Decision Model) as well as to determine if retrofitting of standard installed motors by others with high-efficiency characteristics is viable, and, if so, to specify the optimum timing for such substitution (Substitution Decision Model). It should be noted that the Purchase Decision Model takes into account power factor adjustment and the Substitution Decision Model incorporates considerations as to reduction in the electromechanical performance of operating motors. Results indicate that even where average electricity tariffs are low, as in Brazil, high-efficiency motors are economically attractive compared to standard motors. There is an obvious need for complementary instruments to assist massive market penetration

  3. Orion, a high efficiency 4π neutron detector

    International Nuclear Information System (INIS)

    Crema, E.; Piasecki, E.; Wang, X.M.; Doubre, H.; Galin, J.; Guerreau, D.; Pouthas, J.; Saint-Laurent, F.

    1990-01-01

    In intermediate energy heavy ion collisions the multiplicity of emitted neutrons is strongly connected to energy dissipation and to impact parameter. We present the 4π detector ORION, a high efficiency liquid scintillator detector which permits to get information on the multiplicity of neutrons measured event-wise and on the spatial distribution of these neutrons [fr

  4. Perovskite Solar Cells for High-Efficiency Tandems

    Energy Technology Data Exchange (ETDEWEB)

    McGehee, Michael [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States); Buonassisi, Tonio [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States)

    2017-09-30

    The first monolithic perovskite/silicon tandem was made with a diffused silicon p-n junction, a tunnel junction made of n++ hydrogenated amorphous silicon, a titania electron transport layer, a methylammonium lead iodide absorber, and a Spiro-OMeTAD hole transport layer (HTL). The power conversion efficiency (PCE) was only 13.7% due to excessive parasitic absorption of light in the HTL, limiting the matched current density to 11.5 mA/cm2. Werner et al.15 raised the PCE to a record 21.2% by switching to a silicon heterojunction bottom cell and carefully tuning layer thicknesses to achieve lower optical loss and a higher current density of 15.9 mA/cm2. It is clear from these reports that minimizing parasitic absorption in the window layers is crucial to achieving higher current densities and efficiencies in monolithic tandems. To this end, the window layers through which light first passes before entering the perovskite and silicon absorber materials must be highly transparent. The front electrode must also be conductive to carry current laterally across the top of the device. Indium tin oxide (ITO) is widely utilized as a transparent electrode in optoelectronic devices such as flat-panel displays, smart windows, organic light-emitting diodes, and solar cells due to its high conductivity and broadband transparency. ITO is typically deposited through magnetron sputtering; however, the high kinetic energy of sputtered particles can damage underlying layers. In perovskite solar cells, a sputter buffer layer is required to protect the perovskite and organic carrier extraction layers from damage during sputter deposition. The ideal buffer layer should also be energetically well aligned so as to act as a carrier-selective contact, have a wide bandgap to enable high optical transmission, and have no reaction with the halides in the perovskite. Additionally, this buffer layer should act as a diffusion barrier layer to prevent both

  5. Application of forensic luminol for blood detection in endodontic files

    Directory of Open Access Journals (Sweden)

    Rodrigo ARRUDA-VASCONCELOS

    Full Text Available Abstract Introduction Blood is a biological material with high potential of infectious transmission in dental environments, including herpes simplex, hepatitis and AIDS. Aim To investigate the efficacy of luminol in detecting blood in endodontic files before and after the sterilization process. Material and method Luminol was used to investigate the presence or absence of traces of blood tissue in 50 endodontic files, visible to naked eye or not, after performing endodontic treatment and after the cleaning/sterilization process. The results obtained were tabulated and statistically analyzed by using the Friedman’s test at a significance level of 5% (p<0.05. Result By naked eye, it was found that 31/50 files showed no trace of blood, 8/50 showed a slight presence of blood and 11/50 showed a considerable presence of blood after endodontic treatment. After the use of luminol, however, 16/50 endodontic files showed no trace of blood, 19/50 showed a slight presence of blood and 15/50 showed a considerable presence of blood. After the cleaning and sterilization process, no blood was detected in the files. Conclusion It was concluded that the luminol solution is effective in detecting blood tissue in endodontic files as well as in validating the cleaning/sterilization process.

  6. Small file aggregation in a parallel computing system

    Science.gov (United States)

    Faibish, Sorin; Bent, John M.; Tzelnic, Percy; Grider, Gary; Zhang, Jingwang

    2014-09-02

    Techniques are provided for small file aggregation in a parallel computing system. An exemplary method for storing a plurality of files generated by a plurality of processes in a parallel computing system comprises aggregating the plurality of files into a single aggregated file; and generating metadata for the single aggregated file. The metadata comprises an offset and a length of each of the plurality of files in the single aggregated file. The metadata can be used to unpack one or more of the files from the single aggregated file.

  7. 5 CFR 1203.13 - Filing pleadings.

    Science.gov (United States)

    2010-01-01

    ... delivery, by facsimile, or by e-filing in accordance with § 1201.14 of this chapter. If the document was... submitted by e-filing, it is considered to have been filed on the date of electronic submission. (e... 5 Administrative Personnel 3 2010-01-01 2010-01-01 false Filing pleadings. 1203.13 Section 1203.13...

  8. A study of existing experimental data and validation process for evaluated high energy nuclear data. Report of task force on integral test for JENDL High Energy File in Japanese Nuclear Data Committee

    International Nuclear Information System (INIS)

    Oyama, Yukio; Baba, Mamoru; Watanabe, Yukinobu

    1998-11-01

    JENDL High Energy File (JENDL-HE) is being produced by Japanese Nuclear Data Committee (JNDC) to provide common fundamental nuclear data in the intermediate energy region for many applications concerning a basic research, an accelerator-driven nuclear waste transmutation, a fusion material study, and medical applications like the radiation therapy. The first version of JENDL-HE, which contains the evaluated nuclear data up to 50 MeV, is planned to release in 1998. However, a method of integral test with which we can validate the high-energy nuclear data file has not been established. The validation of evaluated nuclear data through the integral tests is necessary to promote utilization of JENDL-HE. JNDC set up a task force in 1997 to discuss the problems concerning the integral tests of JENDL-HE. The task force members have surveyed and studied the current status of the problems for a year to obtain a guideline for development of the high-energy nuclear database. This report summarizes the results of the survey and study done by the task force for JNDC. (author)

  9. A High Efficiency Li-Ion Battery LDO-Based Charger for Portable Application

    Directory of Open Access Journals (Sweden)

    Youssef Ziadi

    2015-01-01

    Full Text Available This paper presents a high efficiency Li-ion battery LDO-based charger IC which adopted a three-mode control: trickle constant current, fast constant current, and constant voltage modes. The criteria of the proposed Li-ion battery charger, including high accuracy, high efficiency, and low size area, are of high importance. The simulation results provide the trickle current of 116 mA, maximum charging current of 448 mA, and charging voltage of 4.21 V at the power supply of 4.8–5 V, using 0.18 μm CMOS technology.

  10. PFS: a distributed and customizable file system

    NARCIS (Netherlands)

    Bosch, H.G.P.; Mullender, Sape J.

    1996-01-01

    In this paper we present our ongoing work on the Pegasus File System (PFS), a distributed and customizable file system that can be used for off-line file system experiments and on-line file system storage. PFS is best described as an object-oriented component library from which either a true file

  11. High thermal efficiency, radiation-based advanced fusion reactors. Final report

    International Nuclear Information System (INIS)

    Taussig, R.T.

    1977-04-01

    A new energy conversion scheme is explored in this study which has the potential of achieving thermal cycle efficiencies high enough (e.g., 60 to 70 percent) to make advanced fuel fusion reactors attractive net power producers. In this scheme, a radiation boiler admits a large fraction of the x-ray energy from the fusion plasma through a low-Z first wall into a high-Z working fluid where the energy is absorbed at temperatures of 2000 0 K to 3000 0 K. The hot working fluid expands in an energy exchanger against a cooler, light gas, transferring most of the work of expansion from one gas to the other. By operating the radiation/boiler/energy exchanger as a combined cycle, full advantage of the high temperatures can be taken to achieve high thermal efficiency. The existence of a mature combined cycle technology from the development of space power plants gives the advanced fuel fusion reactor application a firm engineering base from which it can grow rapidly, if need be. What is more important, the energy exchanger essentially removes the peak temperature limitations previously set by heat engine inlet conditions, so that much higher combined cycle efficiencies can be reached. This scheme is applied to the case of an advanced fuel proton-boron 11 fusion reactor using a single reheat topping and bottoming cycle. A wide variety of possible working fluid combinations are considered and particular cycle calculations for the thermal efficiency are presented. The operation of the radiation boiler and energy exchanger are both described. Material compatibility, x-ray absorption, thermal hydraulics, structural integrity, and other technical features of these components are analyzed to make a preliminary assessment of the feasibility of this concept

  12. 76 FR 61351 - Combined Notice of Filings #1

    Science.gov (United States)

    2011-10-04

    ... MBR Baseline Tariff Filing to be effective 9/22/2011. Filed Date: 09/22/2011. Accession Number... submits tariff filing per 35.1: ECNY MBR Re-File to be effective 9/22/2011. Filed Date: 09/22/2011... Industrial Energy Buyers, LLC submits tariff filing per 35.1: NYIEB MBR Re-File to be effective 9/22/2011...

  13. Indocyanine green loaded graphene oxide for high-efficient photoacoustic tumor therapy

    Directory of Open Access Journals (Sweden)

    Baoyun Yan

    2016-07-01

    Full Text Available Photoacoustic therapy, using the photoacoustic effect of agents for selectively killing tumor cells, has shown promising for treating tumor. Utilization of high optical absorption probes can help to effectively improve the photoacoustic therapy efficiency. Herein, we report a novel high-absorption photoacoustic probe that is composed of indocyanine green (ICG and graphene oxide (GO, entitled GO-ICG, for photoacoustic therapy. The attached ICG with narrow absorption spectral profile has strong optical absorption in the infrared region. The absorption spectrum of the GO-ICG solution reveals that the GO-ICG particles exhibited a 10-fold higher absorbance at 780nm (its peak absorbance as compared with GO. Importantly, ICG’s fluorescence is quenched by GO via fluorescence resonance energy transfer. As a result, GO-ICG can high-efficiently convert the absorbed light energy to acoustic wave under pulsed laser irradiation. We further demonstrate that GO-ICG can produce stronger photoacoustic wave than the GO and ICG alone. Moreover, we conjugate this contrast agent with integrin αvβ3 mono-clonal antibody to molecularly target the U87-MG human glioblastoma cells for selective tumor cell killing. Finally, our results testify that the photoacoustic therapy efficiency of GO-ICG is higher than the existing photoacoustic therapy agent. Our work demonstrates that GO-ICG is a high-efficiency photoacoustic therapy agent. This novel photoacoustic probe is likely to be an available candidate for tumor therapy.

  14. Multiscale approaches to high efficiency photovoltaics

    Directory of Open Access Journals (Sweden)

    Connolly James Patrick

    2016-01-01

    Full Text Available While renewable energies are achieving parity around the globe, efforts to reach higher solar cell efficiencies becomes ever more difficult as they approach the limiting efficiency. The so-called third generation concepts attempt to break this limit through a combination of novel physical processes and new materials and concepts in organic and inorganic systems. Some examples of semi-empirical modelling in the field are reviewed, in particular for multispectral solar cells on silicon (French ANR project MultiSolSi. Their achievements are outlined, and the limits of these approaches shown. This introduces the main topic of this contribution, which is the use of multiscale experimental and theoretical techniques to go beyond the semi-empirical understanding of these systems. This approach has already led to great advances at modelling which have led to modelling software, which is widely known. Yet, a survey of the topic reveals a fragmentation of efforts across disciplines, firstly, such as organic and inorganic fields, but also between the high efficiency concepts such as hot carrier cells and intermediate band concepts. We show how this obstacle to the resolution of practical research obstacles may be lifted by inter-disciplinary cooperation across length scales, and across experimental and theoretical fields, and finally across materials systems. We present a European COST Action “MultiscaleSolar” kicking off in early 2015, which brings together experimental and theoretical partners in order to develop multiscale research in organic and inorganic materials. The goal of this defragmentation and interdisciplinary collaboration is to develop understanding across length scales, which will enable the full potential of third generation concepts to be evaluated in practise, for societal and industrial applications.

  15. Progress in target materials for high-efficiency X-ray backlight

    International Nuclear Information System (INIS)

    Du Ai; Zhou Bin; Li Longxiang; Zhu Xiurong; Li Yu'nong; Shen Jun; Gao Guohua; Zhang Zhihua; Wu Guangming

    2012-01-01

    The composition, microstructure and density of the target materials are the key parameters to determinate the photon energy and intensity of the laser-induced X-ray backlight. Thus the classification of backlight targets, the preparation of target materials and the interaction between targets and high power laser were introduced in this paper. Underdense targets were more competitive than traditional dense targets among the backlight targets. Nano-structured foam targets, which could be classified into nanofiber targets and aerogel targets, were regarded as novel high-efficiency underdense targets. Nanofiber, which was commonly prepared via electro spinning and thermal treatment, exhibited good formability and high concentration of emission atoms; while aerogel, which was prepared via sol-gel processes and supercritical fluid drying, possesses the advantages of homogeneous microstructure and theoretically high conversion efficiency, but accompanied with the disadvantages of complex synthetic processes and low concentration of emission atoms. To prepare monolithic aerogels with low density and high concentration of emission atoms via combined sol-gel theories may be the better design for the development of the laser-induced X-ray backlight. (authors)

  16. High efficiency graphene coated copper based thermocells connected in series

    Science.gov (United States)

    Sindhuja, Mani; Indubala, Emayavaramban; Sudha, Venkatachalam; Harinipriya, Seshadri

    2018-04-01

    Conversion of low-grade waste heat into electricity had been studied employing single thermocell or flowcells so far. Graphene coated copper electrodes based thermocells connected in series displayed relatively high efficiency of thermal energy harvesting. The maximum power output of 49.2W/m2 for normalized cross sectional electrode area is obtained at 60ºC of inter electrode temperature difference. The relative carnot efficiency of 20.2% is obtained from the device. The importance of reducing the mass transfer and ion transfer resistance to improve the efficiency of the device is demonstrated. Degradation studies confirmed mild oxidation of copper foil due to corrosion caused by the electrolyte.

  17. ROBUSTNESS OF THE SECRET MESSAGE IN STEGO FILE AGAINST FLIP AND ROTATION ATTACK

    Directory of Open Access Journals (Sweden)

    Stanimir Zhelezov

    2017-06-01

    Full Text Available This paper provides an algorithm to achieve robustness with the extraction of the secret message from a Stego file after an applied attack from the fl ip, rotate type, or any random combination thereof. The LSB method is at the base of the algorithm, which is applied with a column modification when reading the matrix of pixels. Ratios are used, such as PSNR and embedding efficiency. To assess the results histogram and steganalytic analyses are applied as well. It is experimentally proved that the proposed method can be successfully applied to extract the secret message with these attacks, even if an LSB Inversion attack is attached to the file as well.

  18. 10 CFR 110.89 - Filing and service.

    Science.gov (United States)

    2010-01-01

    ...: Rulemakings and Adjudications Staff or via the E-Filing system, following the procedure set forth in 10 CFR 2.302. Filing by mail is complete upon deposit in the mail. Filing via the E-Filing system is completed... residence with some occupant of suitable age and discretion; (2) Following the requirements for E-Filing in...

  19. 49 CFR 1104.6 - Timely filing required.

    Science.gov (United States)

    2010-10-01

    ... offers next day delivery to Washington, DC. If the e-filing option is chosen (for those pleadings and documents that are appropriate for e-filing, as determined by reference to the information on the Board's Web site), then the e-filed pleading or document is timely filed if the e-filing process is completed...

  20. High-efficiency THz modulator based on phthalocyanine-compound organic films

    International Nuclear Information System (INIS)

    He, Ting; Zhang, Bo; Shen, Jingling; Zang, Mengdi; Chen, Tianji; Hu, Yufeng; Hou, Yanbing

    2015-01-01

    We report a high efficiency, broadband terahertz (THz) modulator following a study of phthalocyanine-compound organic films irradiated with an external excitation laser. Both transmission and reflection modulations of each organic/silicon bilayers were measured using THz time-domain and continuous-wave systems. For very low intensities, the experimental results show that AlClPc/Si can achieve a high modulation factor for transmission and reflection, indicating that AlClPc/Si has a superior modulation efficiency compared with the other films (CuPc and SnCl 2 Pc). In contrast, the strong attenuation of the transmitted and reflected THz waves revealed that a nonlinear absorption process takes place at the organic/silicon interface

  1. DICOM supported sofware configuration by XML files

    International Nuclear Information System (INIS)

    LucenaG, Bioing Fabian M; Valdez D, Andres E; Gomez, Maria E; Nasisi, Oscar H

    2007-01-01

    A method for the configuration of informatics systems that provide support to DICOM standards using XML files is proposed. The difference with other proposals is base on that this system does not code the information of a DICOM objects file, but codes the standard itself in an XML file. The development itself is the format for the XML files mentioned, in order that they can support what DICOM normalizes for multiple languages. In this way, the same configuration file (or files) can be use in different systems. Jointly the XML configuration file generated, we wrote also a set of CSS and XSL files. So the same file can be visualized in a standard browser, as a query system of DICOM standard, emerging use, that did not was a main objective but brings a great utility and versatility. We exposed also some uses examples of the configuration file mainly in relation with the load of DICOM information objects. Finally, at the conclusions we show the utility that the system has already provided when the edition of DICOM standard changes from 2006 to 2007

  2. High efficiency spectro graphs for the EUV and soft x-rays

    International Nuclear Information System (INIS)

    Cash, W.

    1983-01-01

    A basic need of modern UV and x-ray astronomy is the capability to perform high resolution spectroscopy of faint stars. The use of modern grazing incidence optics can be coupled to high blaze angle reflection gratings used in the conical diffraction mount to offer a versatile, efficient approach to the design problem. The authors discuss two designs of interest: an echelle spectrograph for use longward of 100 A, and an Objective Reflection Grating Spectrograph for use in the soft x-rays. General design considerations and measurements of grating efficiencies are also presented

  3. 2 W high efficiency PbS mid-infrared surface emitting laser

    Science.gov (United States)

    Ishida, A.; Sugiyama, Y.; Isaji, Y.; Kodama, K.; Takano, Y.; Sakata, H.; Rahim, M.; Khiar, A.; Fill, M.; Felder, F.; Zogg, H.

    2011-09-01

    High efficiency laser operation with output power exceeding 2 W was obtained for vertical external-cavity PbS based IV-VI compound surface emitting quantum-well structures. The laser showed external quantum efficiency as high as 16%. Generally, mid-infrared III-V or II-VI semiconductor laser operation utilizing interband electron transitions are restricted by Auger recombination and free carrier absorption. Auger recombination is much lower in the IV-VI semiconductors, and the free-carrier absorption is significantly reduced by an optically pumped laser structure including multi-step optical excitation layers.

  4. Design of high efficiency and energy saving aeration device for aquaculture

    Science.gov (United States)

    Liu, Sibo

    2017-03-01

    Energy efficient aeration device for aquaculture, in line with "by more than a generation, dynamic aeration" train of thought for technical design and improvement. Removable aeration terminal as the core, multi-level water to improve the method, the mobile fading pore aeration, intelligent mobile and open and close as the main function, aimed at solving the existing pond aeration efficiency, low energy consumption is high, the function of a single problem. From energy saving, efficiency, biological bacteria on the three directions, the aquaculture industry of energy conservation and emissions reduction. Device of the main advantages are: 1, original mobile fading aerator on the one hand, to expand the scope of work, playing a micro porous aeration of dissolved oxygen with high efficiency and to achieve "by more than a generation", on the other hand, through the sports equipment, stir the mixture of water, the water surface of photosynthesis of plants rich in dissolved oxygen input parts of the tank, compared to the stillness of the aerator can be more fully dissolved oxygen.2, through the opening of the pressure sensor indirect control device, can make the equipment timely and stop operation, convenient in use at the same time avoid the waste of energy.3, the biofilm suspension in aeration terminal, can be accomplished by nitration of microbial multi-level water improvement, still can make biofilm increase rate of netting in the movement process, the biological and mechanical aerobic promote each other, improve the efficiency of both. In addition, the device has small power consumption, low cost of characteristics. And have a certain degree of technical barriers, have their own intellectual property rights, and high degree of product market demand, easily accepted by customers, has a very high popularization value.

  5. Machine-readable files developed for the High Plains Regional Aquifer-System analysis in parts of Colorado, Kansas, Nebraska, New Mexico, Oklahoma, South Dakota, Texas, and Wyoming

    Science.gov (United States)

    Ferrigno, C.F.

    1986-01-01

    Machine-readable files were developed for the High Plains Regional Aquifer-System Analysis project are stored on two magnetic tapes available from the U.S. Geological Survey. The first tape contains computer programs that were used to prepare, store, retrieve, organize, and preserve the areal interpretive data collected by the project staff. The second tape contains 134 data files that can be divided into five general classes: (1) Aquifer geometry data, (2) aquifer and water characteristics , (3) water levels, (4) climatological data, and (5) land use and water use data. (Author 's abstract)

  6. Maximum Efficiency of Thermoelectric Heat Conversion in High-Temperature Power Devices

    Directory of Open Access Journals (Sweden)

    V. I. Khvesyuk

    2016-01-01

    Full Text Available Modern trends in development of aircraft engineering go with development of vehicles of the fifth generation. The features of aircrafts of the fifth generation are motivation to use new high-performance systems of onboard power supply. The operating temperature of the outer walls of engines is of 800–1000 K. This corresponds to radiation heat flux of 10 kW/m2 . The thermal energy including radiation of the engine wall may potentially be converted into electricity. The main objective of this paper is to analyze if it is possible to use a high efficiency thermoelectric conversion of heat into electricity. The paper considers issues such as working processes, choice of materials, and optimization of thermoelectric conversion. It presents the analysis results of operating conditions of thermoelectric generator (TEG used in advanced hightemperature power devices. A high-temperature heat source is a favorable factor for the thermoelectric conversion of heat. It is shown that for existing thermoelectric materials a theoretical conversion efficiency can reach the level of 15–20% at temperatures up to 1500 K and available values of Ioffe parameter being ZT = 2–3 (Z is figure of merit, T is temperature. To ensure temperature regime and high efficiency thermoelectric conversion simultaneously it is necessary to have a certain match between TEG power, temperature of hot and cold surfaces, and heat transfer coefficient of the cooling system. The paper discusses a concept of radiation absorber on the TEG hot surface. The analysis has demonstrated a number of potentialities for highly efficient conversion through using the TEG in high-temperature power devices. This work has been implemented under support of the Ministry of Education and Science of the Russian Federation; project No. 1145 (the programme “Organization of Research Engineering Activities”.

  7. Efficiency Optimization Methods in Low-Power High-Frequency Digitally Controlled SMPS

    Directory of Open Access Journals (Sweden)

    Aleksandar Prodić

    2010-06-01

    Full Text Available This paper gives a review of several power efficiency optimization techniques that are utilizing advantages of emerging digital control in high frequency switch-mode power supplies (SMPS, processing power from a fraction of watt to several hundreds of watts. Loss mechanisms in semiconductor components are briefly reviewed and the related principles of online efficiency optimization through power stage segmentation and gate voltage variation presented. Practical implementations of such methods utilizing load prediction or data extraction from a digital control loop are shown. The benefits of the presented efficiency methods are verified through experimental results, showing efficiency improvements, ranging from 2% to 30%,depending on the load conditions.

  8. 12 CFR 908.25 - Filing of papers.

    Science.gov (United States)

    2010-01-01

    ... 12 Banks and Banking 7 2010-01-01 2010-01-01 false Filing of papers. 908.25 Section 908.25 Banks... RULES OF PRACTICE AND PROCEDURE IN HEARINGS ON THE RECORD General Rules § 908.25 Filing of papers. (a) Filing. Any papers required to be filed shall be addressed to the presiding officer and filed with the...

  9. Nanooptics for high efficient photon managment

    Science.gov (United States)

    Wyrowski, Frank; Schimmel, Hagen

    2005-09-01

    Optical systems for photon management, that is the generation of tailored electromagnetic fields, constitute one of the keys for innovation through photonics. An important subfield of photon management deals with the transformation of an incident light field into a field of specified intensity distribution. In this paper we consider some basic aspects of the nature of systems for those light transformations. It turns out, that the transversal redistribution of energy (TRE) is of central concern to achieve systems with high transformation efficiency. Besides established techniques nanostructured optical elements (NOE) are demanded to implement transversal energy redistribution. That builds a bridge between the needs of photon management, optical engineering, and nanooptics.

  10. Highly Efficient Spectrally Stable Red Perovskite Light-Emitting Diodes.

    Science.gov (United States)

    Tian, Yu; Zhou, Chenkun; Worku, Michael; Wang, Xi; Ling, Yichuan; Gao, Hanwei; Zhou, Yan; Miao, Yu; Guan, Jingjiao; Ma, Biwu

    2018-05-01

    Perovskite light-emitting diodes (LEDs) have recently attracted great research interest for their narrow emissions and solution processability. Remarkable progress has been achieved in green perovskite LEDs in recent years, but not blue or red ones. Here, highly efficient and spectrally stable red perovskite LEDs with quasi-2D perovskite/poly(ethylene oxide) (PEO) composite thin films as the light-emitting layer are reported. By controlling the molar ratios of organic salt (benzylammonium iodide) to inorganic salts (cesium iodide and lead iodide), luminescent quasi-2D perovskite thin films are obtained with tunable emission colors from red to deep red. The perovskite/polymer composite approach enables quasi-2D perovskite/PEO composite thin films to possess much higher photoluminescence quantum efficiencies and smoothness than their neat quasi-2D perovskite counterparts. Electrically driven LEDs with emissions peaked at 638, 664, 680, and 690 nm have been fabricated to exhibit high brightness and external quantum efficiencies (EQEs). For instance, the perovskite LED with an emission peaked at 680 nm exhibits a brightness of 1392 cd m -2 and an EQE of 6.23%. Moreover, exceptional electroluminescence spectral stability under continuous device operation has been achieved for these red perovskite LEDs. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. High-efficiency frequency doubling of continuous-wave laser light.

    Science.gov (United States)

    Ast, Stefan; Nia, Ramon Moghadas; Schönbeck, Axel; Lastzka, Nico; Steinlechner, Jessica; Eberle, Tobias; Mehmet, Moritz; Steinlechner, Sebastian; Schnabel, Roman

    2011-09-01

    We report on the observation of high-efficiency frequency doubling of 1550 nm continuous-wave laser light in a nonlinear cavity containing a periodically poled potassium titanyl phosphate crystal (PPKTP). The fundamental field had a power of 1.10 W and was converted into 1.05 W at 775 nm, yielding a total external conversion efficiency of 95±1%. The latter value is based on the measured depletion of the fundamental field being consistent with the absolute values derived from numerical simulations. According to our model, the conversion efficiency achieved was limited by the nonperfect mode matching into the nonlinear cavity and by the nonperfect impedance matching for the maximum input power available. Our result shows that cavity-assisted frequency conversion based on PPKTP is well suited for low-decoherence frequency conversion of quantum states of light.

  12. PFS: a distributed and customizable file system

    OpenAIRE

    Bosch, H.G.P.; Mullender, Sape J.

    1996-01-01

    In this paper we present our ongoing work on the Pegasus File System (PFS), a distributed and customizable file system that can be used for off-line file system experiments and on-line file system storage. PFS is best described as an object-oriented component library from which either a true file system or a file-system simulator can be constructed. Each of the components in the library is easily replaced by another implementation to accommodate a wide range of applications.

  13. Combined microfluidization and ultrasonication: a synergistic protocol for high-efficient processing of SWCNT dispersions with high quality

    Energy Technology Data Exchange (ETDEWEB)

    Luo, Sida, E-mail: s.luo@buaa.edu.cn [Beihang University, School of Mechanical Engineering and Automation (China); Liu, Tao, E-mail: tliu@fsu.edu [Florida State University, High-Performance Materials Institute (United States); Wang, Yong; Li, Liuhe [Beihang University, School of Mechanical Engineering and Automation (China); Wang, Guantao; Luo, Yun [China University of Geosciences, Center of Safety Research, School of Engineering and Technology (China)

    2016-08-15

    High-efficient and large-scale production of high-quality CNT dispersions is necessary for meeting the future needs to develop various CNT-based electronic devices. Herein, we have designed novel processing protocols by combining conventional ultrasonication process with a new microfluidization technique to produce high-quality SWCNT dispersions with improved processing efficiency. To judge the quality of SWCNT dispersions, one critical factor is the degree of exfoliation, which could be quantified by both geometrical dimension of the exfoliated nanotubes and percentage of individual tubes in a given dispersion. In this paper, the synergistic effect of the combined protocols was systematically investigated through evaluating SWCNT dispersions with newly developed characterization techniques, namely preparative ultracentrifuge method (PUM) and simultaneous Raman scattering and photoluminescence spectroscopy (SRSPL). The results of both techniques draw similar conclusions that as compared with either of the processes operated separately, a low-pass microfluidization followed by a reasonable duration of ultrasonication could substantially improve the processing efficiency to produce high-quality SWCNT dispersions with averaged particle length and diameter as small as ~600 and ~2 nm, respectively.Graphical abstract.

  14. Detecting Malicious Code by Binary File Checking

    Directory of Open Access Journals (Sweden)

    Marius POPA

    2014-01-01

    Full Text Available The object, library and executable code is stored in binary files. Functionality of a binary file is altered when its content or program source code is changed, causing undesired effects. A direct content change is possible when the intruder knows the structural information of the binary file. The paper describes the structural properties of the binary object files, how the content can be controlled by a possible intruder and what the ways to identify malicious code in such kind of files. Because the object files are inputs in linking processes, early detection of the malicious content is crucial to avoid infection of the binary executable files.

  15. How high are option values in energy-efficiency investments?

    International Nuclear Information System (INIS)

    Sanstad, A.H.; Blumstein, C.; Stoft, S.E.; California Univ., Berkeley, CA,

    1995-01-01

    High implicit discount rates in consumers' energy-efficiency investments have long been a source of controversy. In several recent papers, Hassett and Metcalf argue that the uncertainty and irreversibility attendant to such investments, and the resulting option value, account for this anomalously high implicit discounting. Using their model and data, we show that, to the contrary, their analysis falls well short of providing an explanation of this pattern. (author)

  16. Formalizing a hierarchical file system

    NARCIS (Netherlands)

    Hesselink, Wim H.; Lali, Muhammad Ikram

    An abstract file system is defined here as a partial function from (absolute) paths to data. Such a file system determines the set of valid paths. It allows the file system to be read and written at a valid path, and it allows the system to be modified by the Unix operations for creation, removal,

  17. Medical image compression and its application to TDIS-FILE equipment

    International Nuclear Information System (INIS)

    Tsubura, Shin-ichi; Nishihara, Eitaro; Iwai, Shunsuke

    1990-01-01

    In order to compress medical images for filing and communication, we have developed a compression algorithm which compresses images with remarkable quality using a high-pass filtering method. Hardware for this compression algorithm was also developed and applied to TDIS (total digital imaging system)-FILE equipment. In the future, hardware based on this algorithm will be developed for various types of diagnostic equipment and PACS. This technique has the following characteristics: (1) significant reduction of artifacts; (2) acceptable quality for clinical evaluation at 15:1 to 20:1 compression ratio; and (3) high-speed processing and compact hardware. (author)

  18. High efficiency hydrodynamic DNA fragmentation in a bubbling system

    NARCIS (Netherlands)

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

    2017-01-01

    DNA fragmentation down to a precise fragment size is important for biomedical applications, disease determination, gene therapy and shotgun sequencing. In this work, a cheap, easy to operate and high efficiency DNA fragmentation method is demonstrated based on hydrodynamic shearing in a bubbling

  19. Analysis of Web Server Log Files: Website of Information Management Department of Hacettepe University

    Directory of Open Access Journals (Sweden)

    Mandana Mir Moftakhari

    2015-09-01

    Full Text Available Over the last decade, the importance of analysing information management systems logs has grown, because it has proved that results of the analysing log data can help developing in information system design, interface and architecture of websites. Log file analysis is one of the best ways in order to understand information-searching process of online searchers, users’ needs, interests, knowledge, and prejudices. The utilization of data collected in transaction logs of web search engines helps designers, researchers and web site managers to find complex interactions of users’ goals and behaviours to increase efficiency and effectiveness of websites. Before starting any analysis it should be observed that the log file of the web site contain enough information, otherwise analyser wouldn’t be able to create complete report. In this study we evaluate the website of Information Management Department of Hacettepe University by analysing the server log files. Results show that there is not adequate amount of information in log files which are provided by web site server. The reports which we have created have some information about users’ behaviour and need but they are not sufficient for taking ideal decisions about contents & hyperlink structure of website. It also provides that creating an extended log file is essential for the website. Finally we believe that results can be helpful to improve, redesign and create better website.

  20. Atomic layer deposition for high-efficiency crystalline silicon solar cells

    NARCIS (Netherlands)

    Macco, B.; van de Loo, B.W.H.; Kessels, W.M.M.; Bachmann, J.

    2017-01-01

    This chapter illustrates that Atomic Layer Deposition (ALD) is in fact an enabler of novel high-efficiency Si solar cells, owing to its merits such as a high material quality, precise thickness control, and the ability to prepare film stacks in a well-controlled way. It gives an overview of the

  1. Efficient and robust cell detection: A structured regression approach.

    Science.gov (United States)

    Xie, Yuanpu; Xing, Fuyong; Shi, Xiaoshuang; Kong, Xiangfei; Su, Hai; Yang, Lin

    2018-02-01

    Efficient and robust cell detection serves as a critical prerequisite for many subsequent biomedical image analysis methods and computer-aided diagnosis (CAD). It remains a challenging task due to touching cells, inhomogeneous background noise, and large variations in cell sizes and shapes. In addition, the ever-increasing amount of available datasets and the high resolution of whole-slice scanned images pose a further demand for efficient processing algorithms. In this paper, we present a novel structured regression model based on a proposed fully residual convolutional neural network for efficient cell detection. For each testing image, our model learns to produce a dense proximity map that exhibits higher responses at locations near cell centers. Our method only requires a few training images with weak annotations (just one dot indicating the cell centroids). We have extensively evaluated our method using four different datasets, covering different microscopy staining methods (e.g., H & E or Ki-67 staining) or image acquisition techniques (e.g., bright-filed image or phase contrast). Experimental results demonstrate the superiority of our method over existing state of the art methods in terms of both detection accuracy and running time. Copyright © 2017. Published by Elsevier B.V.

  2. High-Efficiency, Radiation-Hard, Lightweight IMM Solar Cells, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Future NASA exploration missions require high specific power (>500 W/kg) solar arrays. To increase cell efficiency while reducing weight and maintaining...

  3. Tuning charge balance in PHOLEDs with ambipolar host materials to achieve high efficiency

    International Nuclear Information System (INIS)

    Padmaperuma, Asanga B.; Koech, Phillip K.; Cosimbescu, Lelia; Polikarpov, Evgueni; Swensen, James S.; Chopra, Neetu; So, Franky; Sapochak, Linda S.; Gaspar, Daniel J.

    2009-01-01

    The efficiency and stability of blue organic light emitting devices (OLEDs) continue to be a primary roadblock to developing organic solid state white lighting. For OLEDs to meet the high power conversion efficiency goal, they will require both close to 100% internal quantum efficiency and low operating voltage in a white light emitting device. It is generally accepted that such high quantum efficiency, can only be achieved with the use of organometallic phosphor doped OLEDs. Blue OLEDs are particularly important for solid state lighting. The simplest (and therefore likely the lowest cost) method of generating white light is to down convert part of the emission from a blue light source with a system of external phosphors. A second method of generating white light requires the superposition of the light from red, green and blue OLEDs in the correct ratio. Either of these two methods (and indeed any method of generating white light with a high color rendering index) critically depends on a high efficiency blue light component. A simple OLED generally consists of a hole-injecting anode, a preferentially hole transporting organic layer (HTL), an emissive layer that contains the recombination zone and ideally transports both holes and electrons, a preferentially electron-transporting layer (ETL) and an electron-injecting cathode. Color in state-of-the-art OLEDs is generated by an organometallic phosphor incorporated by co-sublimation into the emissive layer (EML). New materials functioning as hosts, emitters, charge transporting, and charge blocking layers have been developed along with device architectures leading to electrophosphorescent based OLEDs with high quantum efficiencies near the theoretical limit. However, the layers added to the device architecture to enable high quantum efficiencies lead to higher operating voltages and correspondingly lower power efficiencies. Achievement of target luminance power efficiencies will require new strategies for lowering

  4. Efficient high-peak-power and high-repetition-rate eye-safe laser using an intracavity KTP OPO

    International Nuclear Information System (INIS)

    Guo, J; Jiao, Z X; Wang, B; He, G Y

    2015-01-01

    An efficient high-peak-power and high-repetition-rate intracavity KTP optical parametric oscillator pumped by a Q-switched Nd:YVO 4 laser is demonstrated. We achieved 1.5 W output power of 1.5 μm at 10 kHz repetition rate with the pulse duration of 6 ns. The maximum peak power of 25 kW and the maximum pulse energy of 150 μJ have been obtained. The maximum conversion efficiency of 9.5% is achieved with respect to a laser diode power of 10.5 W. (paper)

  5. Scalable Light Module for Low-Cost, High-Efficiency Light- Emitting Diode Luminaires

    Energy Technology Data Exchange (ETDEWEB)

    Tarsa, Eric [Cree, Inc., Goleta, CA (United States)

    2015-08-31

    During this two-year program Cree developed a scalable, modular optical architecture for low-cost, high-efficacy light emitting diode (LED) luminaires. Stated simply, the goal of this architecture was to efficiently and cost-effectively convey light from LEDs (point sources) to broad luminaire surfaces (area sources). By simultaneously developing warm-white LED components and low-cost, scalable optical elements, a high system optical efficiency resulted. To meet program goals, Cree evaluated novel approaches to improve LED component efficacy at high color quality while not sacrificing LED optical efficiency relative to conventional packages. Meanwhile, efficiently coupling light from LEDs into modular optical elements, followed by optimally distributing and extracting this light, were challenges that were addressed via novel optical design coupled with frequent experimental evaluations. Minimizing luminaire bill of materials and assembly costs were two guiding principles for all design work, in the effort to achieve luminaires with significantly lower normalized cost ($/klm) than existing LED fixtures. Chief project accomplishments included the achievement of >150 lm/W warm-white LEDs having primary optics compatible with low-cost modular optical elements. In addition, a prototype Light Module optical efficiency of over 90% was measured, demonstrating the potential of this scalable architecture for ultra-high-efficacy LED luminaires. Since the project ended, Cree has continued to evaluate optical element fabrication and assembly methods in an effort to rapidly transfer this scalable, cost-effective technology to Cree production development groups. The Light Module concept is likely to make a strong contribution to the development of new cost-effective, high-efficacy luminaries, thereby accelerating widespread adoption of energy-saving SSL in the U.S.

  6. 77 FR 74839 - Combined Notice of Filings

    Science.gov (United States)

    2012-12-18

    ..., LP. Description: National Grid LNG, LP submits tariff filing per 154.203: Adoption of NAESB Version 2... with Order to Amend NAESB Version 2.0 Filing to be effective 12/1/2012. Filed Date: 12/11/12. Accession...: Refile to comply with Order on NAESB Version 2.0 Filing to be effective 12/1/2012. Filed Date: 12/11/12...

  7. High-speed high-efficiency 500-W cw CO2 laser hermetization of metal frames of microelectronics devices

    Science.gov (United States)

    Levin, Andrey V.

    1996-04-01

    High-speed, efficient method of laser surface treatment has been developed using (500 W) cw CO2 laser. The principal advantages of CO2 laser surface treatment in comparison with solid state lasers are the basis of the method. It has been affirmed that high efficiency of welding was a consequence of the fundamental properties of metal-IR-radiation (10,6 mkm) interaction. CO2 laser hermetization of metal frames of microelectronic devices is described as an example of the proposed method application.

  8. Formalizing a Hierarchical File System

    NARCIS (Netherlands)

    Hesselink, Wim H.; Lali, M.I.

    2009-01-01

    In this note, we define an abstract file system as a partial function from (absolute) paths to data. Such a file system determines the set of valid paths. It allows the file system to be read and written at a valid path, and it allows the system to be modified by the Unix operations for removal

  9. 78 FR 38708 - Combined Notice of Filings #2

    Science.gov (United States)

    2013-06-27

    ...: Midcontinent Independent System Operator, Inc. submits 2013-06-17 Name Change Filing to be effective 6/1/2013.... Applicants: Gray County Wind Energy, LLC. Description: Gray County Wind Energy, LLC submits Gray County Wind... Wind Energy Center, LLC. Description: High Majestic Wind Energy Center, LLC submits High Majestic Wind...

  10. Light-induced lattice expansion leads to high-efficiency perovskite solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Tsai, Hsinhan; Asadpour, Reza; Blancon, Jean-Christophe; Stoumpos, Constantinos C.; Durand, Olivier; Strzalka, Joseph W.; Chen, Bo; Verduzco, Rafael; Ajayan, Pulickel M.; Tretiak, Sergei; Even, Jacky; Alam, Muhammad Ashraf; Kanatzidis, Mercouri G.; Nie, Wanyi; Mohite, Aditya D.

    2018-04-05

    Hybrid-perovskite based high-performance optoelectronic devices and clues from their operation has led to the realization that light-induced structural dynamics play a vital role on their physical properties, device performance and stability. Here, we report that continuous light illumination leads to a uniform lattice expansion in hybrid perovskite thin-films, which is critical for obtaining high-efficiency photovoltaic devices. Correlated, in-situ structural and device characterizations reveal that light-induced lattice expansion significantly benefits the performances of a mixed-cation pure-halide planar device, boosting the power conversion efficiency from 18.5% to 20.5%. This is a direct consequence of the relaxation of local lattice strains during lattice expansion, which results in the reduction of the energetic barriers at the perovskite/contact interfaces in devices, thus improving the open circuit voltage and fill factor. The light-induced lattice expansion stabilizes these high-efficiency photovoltaic devices under continuous operation of full-spectrum 1-Sun illumination for over 1500 hours. One Sentence Summary: Light-induced lattice expansion improves crystallinity, relaxes lattice strain, which enhances photovoltaic performance in hybrid perovskite device.

  11. Highly Efficient Intracellular Protein Delivery by Cationic Polyethyleneimine-Modified Gelatin Nanoparticles

    Directory of Open Access Journals (Sweden)

    Ming-Ju Chou

    2018-02-01

    Full Text Available Intracellular protein delivery may provide a safe and non-genome integrated strategy for targeting abnormal or specific cells for applications in cell reprogramming therapy. Thus, highly efficient intracellular functional protein delivery would be beneficial for protein drug discovery. In this study, we generated a cationic polyethyleneimine (PEI-modified gelatin nanoparticle and evaluated its intracellular protein delivery ability in vitro and in vivo. The experimental results showed that the PEI-modified gelatin nanoparticle had a zeta potential of approximately +60 mV and the particle size was approximately 135 nm. The particle was stable at different biological pH values and temperatures and high protein loading efficiency was observed. The fluorescent image results revealed that large numbers of particles were taken up into the mammalian cells and escaped from the endosomes into the cytoplasm. In a mouse C26 cell-xenograft cancer model, particles accumulated in cancer cells. In conclusion, the PEI-modified gelatin particle may provide a biodegradable and highly efficient protein delivery system for use in regenerative medicine and cancer therapy.

  12. High efficiency and high-energy intra-cavity beam shaping laser

    International Nuclear Information System (INIS)

    Yang, Hailong; Meng, Junqing; Chen, Weibiao

    2015-01-01

    We present a technology of intra-cavity laser beam shaping with theory and experiment to obtain a flat-top-like beam with high-pulse energy. A radial birefringent element (RBE) was used in a crossed Porro prism polarization output coupling resonator to modulate the phase delay radially. The reflectively of a polarizer used as an output mirror was variable radially. A flat-top-like beam with 72.5 mJ, 11 ns at 20 Hz was achieved by a side-pumped Nd:YAG zigzag slab laser, and the optical-to-optical conversion efficiency was 17.3%. (paper)

  13. High efficiency and high-energy intra-cavity beam shaping laser

    Science.gov (United States)

    Yang, Hailong; Meng, Junqing; Chen, Weibiao

    2015-09-01

    We present a technology of intra-cavity laser beam shaping with theory and experiment to obtain a flat-top-like beam with high-pulse energy. A radial birefringent element (RBE) was used in a crossed Porro prism polarization output coupling resonator to modulate the phase delay radially. The reflectively of a polarizer used as an output mirror was variable radially. A flat-top-like beam with 72.5 mJ, 11 ns at 20 Hz was achieved by a side-pumped Nd:YAG zigzag slab laser, and the optical-to-optical conversion efficiency was 17.3%.

  14. A High-Efficiency Wind Energy Harvester for Autonomous Embedded Systems.

    Science.gov (United States)

    Brunelli, Davide

    2016-03-04

    Energy harvesting is currently a hot research topic, mainly as a consequence of the increasing attractiveness of computing and sensing solutions based on small, low-power distributed embedded systems. Harvesting may enable systems to operate in a deploy-and-forget mode, particularly when power grid is absent and the use of rechargeable batteries is unattractive due to their limited lifetime and maintenance requirements. This paper focuses on wind flow as an energy source feasible to meet the energy needs of a small autonomous embedded system. In particular the contribution is on the electrical converter and system integration. We characterize the micro-wind turbine, we define a detailed model of its behaviour, and then we focused on a highly efficient circuit to convert wind energy into electrical energy. The optimized design features an overall volume smaller than 64 cm³. The core of the harvester is a high efficiency buck-boost converter which performs an optimal power point tracking. Experimental results show that the wind generator boosts efficiency over a wide range of operating conditions.

  15. A High-Efficiency Wind Energy Harvester for Autonomous Embedded Systems

    Science.gov (United States)

    Brunelli, Davide

    2016-01-01

    Energy harvesting is currently a hot research topic, mainly as a consequence of the increasing attractiveness of computing and sensing solutions based on small, low-power distributed embedded systems. Harvesting may enable systems to operate in a deploy-and-forget mode, particularly when power grid is absent and the use of rechargeable batteries is unattractive due to their limited lifetime and maintenance requirements. This paper focuses on wind flow as an energy source feasible to meet the energy needs of a small autonomous embedded system. In particular the contribution is on the electrical converter and system integration. We characterize the micro-wind turbine, we define a detailed model of its behaviour, and then we focused on a highly efficient circuit to convert wind energy into electrical energy. The optimized design features an overall volume smaller than 64 cm3. The core of the harvester is a high efficiency buck-boost converter which performs an optimal power point tracking. Experimental results show that the wind generator boosts efficiency over a wide range of operating conditions. PMID:26959018

  16. A High-Efficiency Wind Energy Harvester for Autonomous Embedded Systems

    Directory of Open Access Journals (Sweden)

    Davide Brunelli

    2016-03-01

    Full Text Available Energy harvesting is currently a hot research topic, mainly as a consequence of the increasing attractiveness of computing and sensing solutions based on small, low-power distributed embedded systems. Harvesting may enable systems to operate in a deploy-and-forget mode, particularly when power grid is absent and the use of rechargeable batteries is unattractive due to their limited lifetime and maintenance requirements. This paper focuses on wind flow as an energy source feasible to meet the energy needs of a small autonomous embedded system. In particular the contribution is on the electrical converter and system integration. We characterize the micro-wind turbine, we define a detailed model of its behaviour, and then we focused on a highly efficient circuit to convert wind energy into electrical energy. The optimized design features an overall volume smaller than 64 cm3. The core of the harvester is a high efficiency buck-boost converter which performs an optimal power point tracking. Experimental results show that the wind generator boosts efficiency over a wide range of operating conditions.

  17. Very high efficiency phosphorescent organic light-emitting devices by using rough indium tin oxide

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Yingjie; Aziz, Hany, E-mail: h2aziz@uwaterloo.ca [Department of Electrical and Computer Engineering and Waterloo Institute for Nanotechnology, University of Waterloo, 200 University Avenue West, Waterloo, Ontario N2L 3G1 (Canada)

    2014-07-07

    The efficiency of organic light-emitting devices (OLEDs) is shown to significantly depend on the roughness of the indium tin oxide (ITO) anode. By using rougher ITO, light trapped in the ITO/organic wave-guided mode can be efficiently extracted, and a light outcoupling enhancement as high as 40% is achieved. Moreover, contrary to expectations, the lifetime of OLEDs is not affected by ITO roughness. Finally, an OLED employing rough ITO anode that exhibits a current efficiency of 56 cd/A at the remarkably high brightness of 10{sup 5} cd/m{sup 2} is obtained. This represents the highest current efficiency at such high brightness to date for an OLED utilizing an ITO anode, without any external light outcoupling techniques. The results demonstrate the significant efficiency benefits of using ITO with higher roughness in OLEDs.

  18. Very high efficiency phosphorescent organic light-emitting devices by using rough indium tin oxide

    International Nuclear Information System (INIS)

    Zhang, Yingjie; Aziz, Hany

    2014-01-01

    The efficiency of organic light-emitting devices (OLEDs) is shown to significantly depend on the roughness of the indium tin oxide (ITO) anode. By using rougher ITO, light trapped in the ITO/organic wave-guided mode can be efficiently extracted, and a light outcoupling enhancement as high as 40% is achieved. Moreover, contrary to expectations, the lifetime of OLEDs is not affected by ITO roughness. Finally, an OLED employing rough ITO anode that exhibits a current efficiency of 56 cd/A at the remarkably high brightness of 10 5  cd/m 2 is obtained. This represents the highest current efficiency at such high brightness to date for an OLED utilizing an ITO anode, without any external light outcoupling techniques. The results demonstrate the significant efficiency benefits of using ITO with higher roughness in OLEDs.

  19. Optimization of high-efficiency components; Optimieren auf hohem Niveau

    Energy Technology Data Exchange (ETDEWEB)

    Neumann, Eva

    2009-07-01

    High efficiency is a common feature of modern current inverters and is not a unique selling proposition. Other factors that influence the buyer's decision are cost reduction, reliability and service, optimum grid integration, and the challenges of the competitive thin film technology. (orig.)

  20. 77 FR 35371 - Combined Notice of Filings #1

    Science.gov (United States)

    2012-06-13

    .... Applicants: Duke Energy Miami Fort, LLC. Description: MBR Filing to be effective 10/1/2012. Filed Date: 6/5...-000. Applicants: Duke Energy Piketon, LLC. Description: MBR Filing to be effective 10/1/2012. Filed...-1959-000. Applicants: Duke Energy Stuart, LLC. Description: MBR Filing to be effective 10/1/2012. Filed...