WorldWideScience

Sample records for fortran static source

  1. Development of the static analyzer ANALYSIS/EX for FORTRAN programs

    International Nuclear Information System (INIS)

    Osanai, Seiji; Yokokawa, Mitsuo

    1993-08-01

    The static analyzer 'ANALYSIS' is the software tool for analyzing tree structure and COMMON regions of a FORTRAN program statically. With the installation of the new FORTRAN compiler, FORTRAN77EX(V12), to the computer system at JAERI, a new version of ANALYSIS, 'ANALYSIS/EX', has been developed to enhance its analyzing functions. In addition to the conventional functions of ANALYSIS, the ANALYSIS/EX is capable of analyzing of FORTRAN programs written in the FORTRAN77EX(V12) language grammar such as large-scale nuclear codes. The analyzing function of COMMON regions are also improved so as to obtain the relation between variables in COMMON regions in more detail. In this report, results of improvement and enhanced functions of the static analyzer ANALYSIS/EX are presented. (author)

  2. FPP: A Fortran preprocessor

    International Nuclear Information System (INIS)

    Boyarski, A.

    1992-11-01

    FPP is a preprocessor which aids in porting Fortran source code across differing platforms. It provides conditional compilation features to enable or disable sections of code, and can modify file names in INCLUDE statements to a syntax suitable for a target platform. FPP is written Fortran 77, and runs on VM/CMS, VAX/VMS, UNIX, and PC/DOS SYSTEMS

  3. Domain-Specific Acceleration and Auto-Parallelization of Legacy Scientific Code in FORTRAN 77 using Source-to-Source Compilation

    OpenAIRE

    Vanderbauwhede, Wim; Davidson, Gavin

    2017-01-01

    Massively parallel accelerators such as GPGPUs, manycores and FPGAs represent a powerful and affordable tool for scientists who look to speed up simulations of complex systems. However, porting code to such devices requires a detailed understanding of heterogeneous programming tools and effective strategies for parallelization. In this paper we present a source to source compilation approach with whole-program analysis to automatically transform single-threaded FORTRAN 77 legacy code into Ope...

  4. A Note on Compiling Fortran

    Energy Technology Data Exchange (ETDEWEB)

    Busby, L. E. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2017-09-01

    Fortran modules tend to serialize compilation of large Fortran projects, by introducing dependencies among the source files. If file A depends on file B, (A uses a module defined by B), you must finish compiling B before you can begin compiling A. Some Fortran compilers (Intel ifort, GNU gfortran and IBM xlf, at least) offer an option to ‘‘verify syntax’’, with the side effect of also producing any associated Fortran module files. As it happens, this option usually runs much faster than the object code generation and optimization phases. For some projects on some machines, it can be advantageous to compile in two passes: The first pass generates the module files, quickly; the second pass produces the object files, in parallel. We achieve a 3.8× speedup in the case study below.

  5. Standard Fortran

    International Nuclear Information System (INIS)

    Marshall, N.H.

    1981-01-01

    Because of its vast software investment in Fortran programs, the nuclear community has an inherent interest in the evolution of Fortran. This paper reviews the impact of the new Fortran 77 standard and discusses the projected changes which can be expected in the future

  6. Fortran

    CERN Document Server

    Marateck, Samuel L

    1977-01-01

    FORTRAN is written for students who have no prior knowledge of computers or programming. The book aims to teach students how to program using the FORTRAN language.The publication first elaborates on an introduction to computers and programming, introduction to FORTRAN, and calculations and the READ statement. Discussions focus on flow charts, rounding numbers, strings, executing the program, the WRITE and FORMAT statements, performing an addition, input and output devices, and algorithms. The text then takes a look at functions and the IF statement and the DO Loop, the IF-THEN-ELSE and the WHI

  7. Application of Modern Fortran to Spacecraft Trajectory Design and Optimization

    Science.gov (United States)

    Williams, Jacob; Falck, Robert D.; Beekman, Izaak B.

    2018-01-01

    In this paper, applications of the modern Fortran programming language to the field of spacecraft trajectory optimization and design are examined. Modern object-oriented Fortran has many advantages for scientific programming, although many legacy Fortran aerospace codes have not been upgraded to use the newer standards (or have been rewritten in other languages perceived to be more modern). NASA's Copernicus spacecraft trajectory optimization program, originally a combination of Fortran 77 and Fortran 95, has attempted to keep up with modern standards and makes significant use of the new language features. Various algorithms and methods are presented from trajectory tools such as Copernicus, as well as modern Fortran open source libraries and other projects.

  8. Programming in Fortran M

    Energy Technology Data Exchange (ETDEWEB)

    Foster, I.; Olson, R.; Tuecke, S.

    1993-08-01

    Fortran M is a small set of extensions to Fortran that supports a modular approach to the construction of sequential and parallel programs. Fortran M programs use channels to plug together processes which may be written in Fortran M or Fortran 77. Processes communicate by sending and receiving messages on channels. Channels and processes can be created dynamically, but programs remain deterministic unless specialized nondeterministic constructs are used. Fortran M programs can execute on a range of sequential, parallel, and networked computers. This report incorporates both a tutorial introduction to Fortran M and a users guide for the Fortran M compiler developed at Argonne National Laboratory. The Fortran M compiler, supporting software, and documentation are made available free of charge by Argonne National Laboratory, but are protected by a copyright which places certain restrictions on how they may be redistributed. See the software for details. The latest version of both the compiler and this manual can be obtained by anonymous ftp from Argonne National Laboratory in the directory pub/fortran-m at info.mcs.anl.gov.

  9. JLAPACK – Compiling LAPACK FORTRAN to Java

    Directory of Open Access Journals (Sweden)

    David M. Doolin

    1999-01-01

    Full Text Available The JLAPACK project provides the LAPACK numerical subroutines translated from their subset Fortran 77 source into class files, executable by the Java Virtual Machine (JVM and suitable for use by Java programmers. This makes it possible for Java applications or applets, distributed on the World Wide Web (WWW to use established legacy numerical code that was originally written in Fortran. The translation is accomplished using a special purpose Fortran‐to‐Java (source‐to‐source compiler. The LAPACK API will be considerably simplified to take advantage of Java’s object‐oriented design. This report describes the research issues involved in the JLAPACK project, and its current implementation and status.

  10. STATIC{sub T}EMP: a useful computer code for calculating static formation temperatures in geothermal wells

    Energy Technology Data Exchange (ETDEWEB)

    Santoyo, E. [Universidad Nacional Autonoma de Mexico, Centro de Investigacion en Energia, Temixco (Mexico); Garcia, A.; Santoyo, S. [Unidad Geotermia, Inst. de Investigaciones Electricas, Temixco (Mexico); Espinosa, G. [Universidad Autonoma Metropolitana, Co. Vicentina (Mexico); Hernandez, I. [ITESM, Centro de Sistemas de Manufactura, Monterrey (Mexico)

    2000-07-01

    The development and application of the computer code STATIC{sub T}EMP, a useful tool for calculating static formation temperatures from actual bottomhole temperature data logged in geothermal wells is described. STATIC{sub T}EMP is based on five analytical methods which are the most frequently used in the geothermal industry. Conductive and convective heat flow models (radial, spherical/radial and cylindrical/radial) were selected. The computer code is a useful tool that can be reliably used in situ to determine static formation temperatures before or during the completion stages of geothermal wells (drilling and cementing). Shut-in time and bottomhole temperature measurements logged during well completion activities are required as input data. Output results can include up to seven computations of the static formation temperature by each wellbore temperature data set analysed. STATIC{sub T}EMP was written in Fortran-77 Microsoft language for MS-DOS environment using structured programming techniques. It runs on most IBM compatible personal computers. The source code and its computational architecture as well as the input and output files are described in detail. Validation and application examples on the use of this computer code with wellbore temperature data (obtained from specialised literature) and with actual bottomhole temperature data (taken from completion operations of some geothermal wells) are also presented. (Author)

  11. Implementation of Neutronics Analysis Code using the Features of Object Oriented Programming via Fortran90/95

    Energy Technology Data Exchange (ETDEWEB)

    Han, Tae Young; Cho, Beom Jin [KEPCO Nuclear Fuel, Daejeon (Korea, Republic of)

    2011-05-15

    The object-oriented programming (OOP) concept was radically established after 1990s and successfully involved in Fortran 90/95. The features of OOP are such as the information hiding, encapsulation, modularity and inheritance, which lead to producing code that satisfy three R's: reusability, reliability and readability. The major OOP concepts, however, except Module are not mainly used in neutronics analysis codes even though the code was written by Fortran 90/95. In this work, we show that the OOP concept can be employed to develop the neutronics analysis code, ASTRA1D (Advanced Static and Transient Reactor Analyzer for 1-Dimension), via Fortran90/95 and those can be more efficient and reasonable programming methods

  12. Cloudy's Journey from FORTRAN to C, Why and How

    Science.gov (United States)

    Ferland, G. J.

    Cloudy is a large-scale plasma simulation code that is widely used across the astronomical community as an aid in the interpretation of spectroscopic data. The cover of the ADAS VI book featured predictions of the code. The FORTRAN 77 source code has always been freely available on the Internet, contributing to its widespread use. The coming of PCs and Linux has fundamentally changed the computing environment. Modern Fortran compilers (F90 and F95) are not freely available. A common-use code must be written in either FORTRAN 77 or C to be Open Source/GNU/Linux friendly. F77 has serious drawbacks - modern language constructs cannot be used, students do not have skills in this language, and it does not contribute to their future employability. It became clear that the code would have to be ported to C to have a viable future. I describe the approach I used to convert Cloudy from FORTRAN 77 with MILSPEC extensions to ANSI/ISO 89 C. Cloudy is now openly available as a C code, and will evolve to C++ as gcc and standard C++ mature. Cloudy looks to a bright future with a modern language.

  13. Fortran 90 for scientists and engineers

    CERN Document Server

    Hahn, Brian

    1994-01-01

    The introduction of the Fortran 90 standard is the first significant change in the Fortran language in over 20 years. this book is designed for anyone wanting to learn Fortran for the first time or or a programmer who needs to upgrade from Fortran 77 to Fortran 90.Employing a practical, problem-based approach this book provides a comprehensive introduction to the language. More experienced programmers will find it a useful update to the new standard and will benefit from the emphasis on science and engineering applications.

  14. A Linear Algebra Framework for Static High Performance Fortran Code Distribution

    Directory of Open Access Journals (Sweden)

    Corinne Ancourt

    1997-01-01

    Full Text Available High Performance Fortran (HPF was developed to support data parallel programming for single-instruction multiple-data (SIMD and multiple-instruction multiple-data (MIMD machines with distributed memory. The programmer is provided a familiar uniform logical address space and specifies the data distribution by directives. The compiler then exploits these directives to allocate arrays in the local memories, to assign computations to elementary processors, and to migrate data between processors when required. We show here that linear algebra is a powerful framework to encode HPF directives and to synthesize distributed code with space-efficient array allocation, tight loop bounds, and vectorized communications for INDEPENDENT loops. The generated code includes traditional optimizations such as guard elimination, message vectorization and aggregation, and overlap analysis. The systematic use of an affine framework makes it possible to prove the compilation scheme correct.

  15. Modern Fortran in practice

    NARCIS (Netherlands)

    Markus, A.

    2012-01-01

    From its earliest days, the Fortran programming language has been designed with computing efficiency in mind. The latest standard, Fortran 2008, incorporates a host of modern features, including object-orientation, array operations, user-defined types, and provisions for parallel computing. This

  16. Strategies and Experiences Using High Performance Fortran

    National Research Council Canada - National Science Library

    Shires, Dale

    2001-01-01

    .... High performance Fortran (HPF) is a relative new addition to the Fortran dialect It is an attempt to provide an efficient high-level Fortran parallel programming language for the latest generation of been debatable...

  17. Scientific Programming in Fortran

    Directory of Open Access Journals (Sweden)

    W. Van Snyder

    2007-01-01

    Full Text Available The Fortran programming language was designed by John Backus and his colleagues at IBM to reduce the cost of programming scientific applications. IBM delivered the first compiler for its model 704 in 1957. IBM's competitors soon offered incompatible versions. ANSI (ASA at the time developed a standard, largely based on IBM's Fortran IV in 1966. Revisions of the standard were produced in 1977, 1990, 1995 and 2003. Development of a revision, scheduled for 2008, is under way. Unlike most other programming languages, Fortran is periodically revised to keep pace with developments in language and processor design, while revisions largely preserve compatibility with previous versions. Throughout, the focus on scientific programming, and especially on efficient generated programs, has been maintained.

  18. TOOLPACK1, Tools for Development and Maintenance of FORTRAN 77 Program

    International Nuclear Information System (INIS)

    Cowell, Wayne R.

    1993-01-01

    1 - Description of program or function: TOOLPACK1 consists of the following categories of software; (1) an integrated collection of tools intended to support the development and maintenance of FORTRAN 77 programs, in particular moderate-sized collections of mathematical software; (2) several user/Toolpack interfaces, one of which is selected for use at any particular installation; (3) three implementations of the tool/system interface, called TIE (Tool Interface to the Environment). The tools are written in FORTRAN 77 and are portable among TIE installations. The source contains symbolic constants as macro names and must be expanded with a suitable macro expander before being compiled and loaded. A portable macro expander is supplied in TOOLPACK1. The tools may be divided into three functional areas: general, documentation, and processing. One tool, the macro processor, Can be used in any of these categories. ISTDC: data comparison tool is designed mainly for comparing files of numeric values, and files with embedded text. ISTET Expands tabs. ISTFI: finds all the include files that a file needs. ISTGP Searches multiple files for occurrences of a regular expression. ISTHP: will provide limited help information about tools. ISTMP: The macro processor may be used to pre-process a file. The processor provides macro replacement, inclusion, conditional replacement, and processing capabilities for complex file processing. ISTSP: TIE-conforming version of the SPLIT utility to split up the concatenated files used on the tape. ISTSV: save/restore utility to save and restore sub-trees of the Portable File Store (PFS). ISTTD: text comparison tool. ISTVC: simple text file version controller. ISTAL: aids is a preprocessor that can be used to generate specific information from intermediate files created by other tools. The information that can be generated includes call-graphs, cross reference listings, segment execution frequencies, and symbol information. ISTAL can also strip

  19. Localization from near-source quasi-static electromagnetic fields

    Energy Technology Data Exchange (ETDEWEB)

    Mosher, John Compton [Univ. of Southern California, Los Angeles, CA (United States)

    1993-09-01

    A wide range of research has been published on the problem of estimating the parameters of electromagnetic and acoustical sources from measurements of signals measured at an array of sensors. In the quasi-static electromagnetic cases examined here, the signal variation from a point source is relatively slow with respect to the signal propagation and the spacing of the array of sensors. As such, the location of the point sources can only be determined from the spatial diversity of the received signal across the array. The inverse source localization problem is complicated by unknown model order and strong local minima. The nonlinear optimization problem is posed for solving for the parameters of the quasi-static source model. The transient nature of the sources can be exploited to allow subspace approaches to separate out the signal portion of the spatial correlation matrix. Decomposition techniques are examined for improved processing, and an adaptation of MUtiple SIgnal Characterization (MUSIC) is presented for solving the source localization problem. Recent results on calculating the Cramer-Rao error lower bounds are extended to the multidimensional problem here. This thesis focuses on the problem of source localization in magnetoencephalography (MEG), with a secondary application to thunderstorm source localization. Comparisons are also made between MEG and its electrical equivalent, electroencephalography (EEG). The error lower bounds are examined in detail for several MEG and EEG configurations, as well as localizing thunderstorm cells over Cape Canaveral and Kennedy Space Center. Time-eigenspectrum is introduced as a parsing technique for improving the performance of the optimization problem.

  20. VFC: The Vienna Fortran Compiler

    Directory of Open Access Journals (Sweden)

    Siegfried Benkner

    1999-01-01

    Full Text Available High Performance Fortran (HPF offers an attractive high‐level language interface for programming scalable parallel architectures providing the user with directives for the specification of data distribution and delegating to the compiler the task of generating an explicitly parallel program. Available HPF compilers can handle regular codes quite efficiently, but dramatic performance losses may be encountered for applications which are based on highly irregular, dynamically changing data structures and access patterns. In this paper we introduce the Vienna Fortran Compiler (VFC, a new source‐to‐source parallelization system for HPF+, an optimized version of HPF, which addresses the requirements of irregular applications. In addition to extended data distribution and work distribution mechanisms, HPF+ provides the user with language features for specifying certain information that decisively influence a program’s performance. This comprises data locality assertions, non‐local access specifications and the possibility of reusing runtime‐generated communication schedules of irregular loops. Performance measurements of kernels from advanced applications demonstrate that with a high‐level data parallel language such as HPF+ a performance close to hand‐written message‐passing programs can be achieved even for highly irregular codes.

  1. FORTRAN programs for transient eddy current calculations using a perturbation-polynomial expansion technique

    International Nuclear Information System (INIS)

    Carpenter, K.H.

    1976-11-01

    A description is given of FORTRAN programs for transient eddy current calculations in thin, non-magnetic conductors using a perturbation-polynomial expansion technique. Basic equations are presented as well as flow charts for the programs implementing them. The implementation is in two steps--a batch program to produce an intermediate data file and interactive programs to produce graphical output. FORTRAN source listings are included for all program elements, and sample inputs and outputs are given for the major programs

  2. Boson-mediated interactions between static sources

    International Nuclear Information System (INIS)

    Bolsterli, M.

    1983-01-01

    The techniques are now available for doing accurate computations of static potentials arising from the exchange of virtual mesons. Such computations must take account of the fact that different approximation methods must be used in the regions where R is large and where R is small. In the asymptotic region, the distorted-field approximation provides an appropriate starting-point, but it must be improved before trustworthy results are obtained for all but the largest values of R. In the region of small R, accurate strong-coupling methods are based on the use of states with coherent meson pairs. For small R, it is also important to take account of the possibility of meson emission or near-emission. Current work is aimed at applying the techniques described to the case of static sources interacting via pion field. In particular, it will be interesting to see how sensitive the potential is to the value of the cutoff Λ. Other areas of application are the study of the effects of nonlinearity and models of quark-quark and quark-antiquark potentials. 17 references

  3. MPI to Coarray Fortran: Experiences with a CFD Solver for Unstructured Meshes

    Directory of Open Access Journals (Sweden)

    Anuj Sharma

    2017-01-01

    Full Text Available High-resolution numerical methods and unstructured meshes are required in many applications of Computational Fluid Dynamics (CFD. These methods are quite computationally expensive and hence benefit from being parallelized. Message Passing Interface (MPI has been utilized traditionally as a parallelization strategy. However, the inherent complexity of MPI contributes further to the existing complexity of the CFD scientific codes. The Partitioned Global Address Space (PGAS parallelization paradigm was introduced in an attempt to improve the clarity of the parallel implementation. We present our experiences of converting an unstructured high-resolution compressible Navier-Stokes CFD solver from MPI to PGAS Coarray Fortran. We present the challenges, methodology, and performance measurements of our approach using Coarray Fortran. With the Cray compiler, we observe Coarray Fortran as a viable alternative to MPI. We are hopeful that Intel and open-source implementations could be utilized in the future.

  4. High Performance Object-Oriented Scientific Programming in Fortran 90

    Science.gov (United States)

    Norton, Charles D.; Decyk, Viktor K.; Szymanski, Boleslaw K.

    1997-01-01

    We illustrate how Fortran 90 supports object-oriented concepts by example of plasma particle computations on the IBM SP. Our experience shows that Fortran 90 and object-oriented methodology give high performance while providing a bridge from Fortran 77 legacy codes to modern programming principles. All of our object-oriented Fortran 90 codes execute more quickly thatn the equeivalent C++ versions, yet the abstraction modelling capabilities used for scentific programming are comparably powereful.

  5. An Introduction to High Performance Fortran

    Directory of Open Access Journals (Sweden)

    John Merlin

    1995-01-01

    Full Text Available High Performance Fortran (HPF is an informal standard for extensions to Fortran 90 to assist its implementation on parallel architectures, particularly for data-parallel computation. Among other things, it includes directives for specifying data distribution across multiple memories, and concurrent execution features. This article provides a tutorial introduction to the main features of HPF.

  6. Static axially symmetric gravitational fields with shell sources

    International Nuclear Information System (INIS)

    McCrea, J.D.

    1976-01-01

    Israel's (Israel, W., 1966, Nuovo Cim., vol.44, 1-14) method for treating surface layers in general relativity is applied to construct shell sources for exterior static axially symmetric gravitational fields. Consideration is restricted to cases in which the 3-cylinder representing the history of the shell is an equipotential surface of the exterior field and consequently the space-time inside this 3-cylinder is flat. (author)

  7. Exploiting first-class arrays in Fortran for accelerator programming

    International Nuclear Information System (INIS)

    Rasmussen, Craig E.; Weseloh, Wayne N.; Robey, Robert W.; Sottile, Matthew J.; Quinlan, Daniel; Overbey, Jeffrey

    2010-01-01

    Emerging architectures for high performance computing often are well suited to a data parallel programming model. This paper presents a simple programming methodology based on existing languages and compiler tools that allows programmers to take advantage of these systems. We will work with the array features of Fortran 90 to show how this infrequently exploited, standardized language feature is easily transformed to lower level accelerator code. Our transformations are based on a mapping from Fortran 90 to C++ code with OpenCL extensions. The sheer complexity of programming for clusters of many or multi-core processors with tens of millions threads of execution make the simplicity of the data parallel model attractive. Furthermore, the increasing complexity of todays applications (especially when convolved with the increasing complexity of the hardware) and the need for portability across hardware architectures make a higher-level and simpler programming model like data parallel attractive. The goal of this work has been to exploit source-to-source transformations that allow programmers to develop and maintain programs at a high-level of abstraction, without coding to a specific hardware architecture. Furthermore these transformations allow multiple hardware architectures to be targeted without changing the high-level source. It also removes the necessity for application programmers to understand details of the accelerator architecture or to know OpenCL.

  8. Object-Oriented Scientific Programming with Fortran 90

    Science.gov (United States)

    Norton, C.

    1998-01-01

    Fortran 90 is a modern language that introduces many important new features beneficial for scientific programming. We discuss our experiences in plasma particle simulation and unstructured adaptive mesh refinement on supercomputers, illustrating the features of Fortran 90 that support the object-oriented methodology.

  9. Fortran interface layer of the framework for developing particle simulator FDPS

    Science.gov (United States)

    Namekata, Daisuke; Iwasawa, Masaki; Nitadori, Keigo; Tanikawa, Ataru; Muranushi, Takayuki; Wang, Long; Hosono, Natsuki; Nomura, Kentaro; Makino, Junichiro

    2018-06-01

    Numerical simulations based on particle methods have been widely used in various fields including astrophysics. To date, various versions of simulation software have been developed by individual researchers or research groups in each field, through a huge amount of time and effort, even though the numerical algorithms used are very similar. To improve the situation, we have developed a framework, called FDPS (Framework for Developing Particle Simulators), which enables researchers to develop massively parallel particle simulation codes for arbitrary particle methods easily. Until version 3.0, FDPS provided an API (application programming interface) for the C++ programming language only. This limitation comes from the fact that FDPS is developed using the template feature in C++, which is essential to support arbitrary data types of particle. However, there are many researchers who use Fortran to develop their codes. Thus, the previous versions of FDPS require such people to invest much time to learn C++. This is inefficient. To cope with this problem, we developed a Fortran interface layer in FDPS, which provides API for Fortran. In order to support arbitrary data types of particle in Fortran, we design the Fortran interface layer as follows. Based on a given derived data type in Fortran representing particle, a PYTHON script provided by us automatically generates a library that manipulates the C++ core part of FDPS. This library is seen as a Fortran module providing an API of FDPS from the Fortran side and uses C programs internally to interoperate Fortran with C++. In this way, we have overcome several technical issues when emulating a `template' in Fortran. Using the Fortran interface, users can develop all parts of their codes in Fortran. We show that the overhead of the Fortran interface part is sufficiently small and a code written in Fortran shows a performance practically identical to the one written in C++.

  10. The Fortran-P Translator: Towards Automatic Translation of Fortran 77 Programs for Massively Parallel Processors

    Directory of Open Access Journals (Sweden)

    Matthew O'keefe

    1995-01-01

    Full Text Available Massively parallel processors (MPPs hold the promise of extremely high performance that, if realized, could be used to study problems of unprecedented size and complexity. One of the primary stumbling blocks to this promise has been the lack of tools to translate application codes to MPP form. In this article we show how applications codes written in a subset of Fortran 77, called Fortran-P, can be translated to achieve good performance on several massively parallel machines. This subset can express codes that are self-similar, where the algorithm applied to the global data domain is also applied to each subdomain. We have found many codes that match the Fortran-P programming style and have converted them using our tools. We believe a self-similar coding style will accomplish what a vectorizable style has accomplished for vector machines by allowing the construction of robust, user-friendly, automatic translation systems that increase programmer productivity and generate fast, efficient code for MPPs.

  11. Programação orientada a objetos em FORTRAN

    OpenAIRE

    Beck, André Teófilo; Bazán, Felipe Alexander Vargas

    2011-01-01

    Este artigo apresenta conceitos fundamentais de programação orientada a objetos (OO) em FORTRAN. Em geral, os usuários de FORTRAN não estão familiarizados com estes conceitos, pois os compiladores desta linguagem não possuíam suporte para programação OO até o recente lançamento da versão 11.1 do compilador Intel Visual FORTRAN. Este compilador suporta a maioria das características de orientação a objetos do padrão FORTRAN 2003, permitindo a atualização de práticas de programaçã...

  12. Aspects of FORTRAN in large-scale programming

    International Nuclear Information System (INIS)

    Metcalf, M.

    1983-01-01

    In these two lectures I examine the following three questions: i) Why did high-energy physicists begin to use FORTRAN. ii) Why do high-energy physicists continue to use FORTRAN. iii) Will high-energy physicists always use FORTRAN. In order to find answers to these questions, it is necessary to look at the history of the language, its present position, and its likely future, and also to consider its manner of use, the topic of portability, and the competition from other languages. Here we think especially of early competition from ALGOL, the more recent spread in the use of PASCAL, and the appearance of a completely new and ambitious language, ADA. (orig.)

  13. Aspects of FORTRAN in large-scale programming

    CERN Document Server

    Metcalf, M

    1983-01-01

    In these two lectures I shall try to examine the following three questions: i) Why did high-energy physicists begin to use FORTRAN? ii) Why do high-energy physicists continue to use FORTRAN? iii) Will high-energy physicists always use FORTRAN? In order to find answers to these questions, it is necessary to look at the history of the language, its present position, and its likely future, and also to consider its manner of use, the topic of portability, and the competition from other languages. Here we think especially of early competition from ALGOL, the more recent spread in the use of PASCAL, and the appearance of a completely new and ambitious language, ADA.

  14. Comparison of and conversion between different implementations of the FORTRAN programming language

    Science.gov (United States)

    Treinish, L.

    1980-01-01

    A guideline for computer programmers who may need to exchange FORTRAN programs between several computers is presented. The characteristics of the FORTRAN language available on three different types of computers are outlined, and procedures and other considerations for the transfer of programs from one type of FORTRAN to another are discussed. In addition, the variance of these different FORTRAN's from the FORTRAN 77 standard are discussed.

  15. Status and future plans for open source QuickPIC

    Science.gov (United States)

    An, Weiming; Decyk, Viktor; Mori, Warren

    2017-10-01

    QuickPIC is a three dimensional (3D) quasi-static particle-in-cell (PIC) code developed based on the UPIC framework. It can be used for efficiently modeling plasma based accelerator (PBA) problems. With quasi-static approximation, QuickPIC can use different time scales for calculating the beam (or laser) evolution and the plasma response, and a 3D plasma wake field can be simulated using a two-dimensional (2D) PIC code where the time variable is ξ = ct - z and z is the beam propagation direction. QuickPIC can be thousand times faster than the normal PIC code when simulating the PBA. It uses an MPI/OpenMP hybrid parallel algorithm, which can be run on either a laptop or the largest supercomputer. The open source QuickPIC is an object-oriented program with high level classes written in Fortran 2003. It can be found at https://github.com/UCLA-Plasma-Simulation-Group/QuickPIC-OpenSource.git

  16. LFK, FORTRAN Application Performance Test

    International Nuclear Information System (INIS)

    McMahon, F.H.

    1991-01-01

    1 - Description of program or function: LFK, the Livermore FORTRAN Kernels, is a computer performance test that measures a realistic floating-point performance range for FORTRAN applications. Informally known as the Livermore Loops test, the LFK test may be used as a computer performance test, as a test of compiler accuracy (via checksums) and efficiency, or as a hardware endurance test. The LFK test, which focuses on FORTRAN as used in computational physics, measures the joint performance of the computer CPU, the compiler, and the computational structures in units of Mega-flops/sec or Mflops. A C language version of subroutine KERNEL is also included which executes 24 samples of C numerical computation. The 24 kernels are a hydrodynamics code fragment, a fragment from an incomplete Cholesky conjugate gradient code, the standard inner product function of linear algebra, a fragment from a banded linear equations routine, a segment of a tridiagonal elimination routine, an example of a general linear recurrence equation, an equation of state fragment, part of an alternating direction implicit integration code, an integrate predictor code, a difference predictor code, a first sum, a first difference, a fragment from a two-dimensional particle-in-cell code, a part of a one-dimensional particle-in-cell code, an example of how casually FORTRAN can be written, a Monte Carlo search loop, an example of an implicit conditional computation, a fragment of a two-dimensional explicit hydrodynamics code, a general linear recurrence equation, part of a discrete ordinates transport program, a simple matrix calculation, a segment of a Planck distribution procedure, a two-dimensional implicit hydrodynamics fragment, and determination of the location of the first minimum in an array. 2 - Method of solution: CPU performance rates depend strongly on the maturity of FORTRAN compiler machine code optimization. The LFK test-bed executes the set of 24 kernels three times, resetting the DO

  17. Replacing Fortran Namelists with JSON

    Science.gov (United States)

    Robinson, T. E., Jr.

    2017-12-01

    Maintaining a log of input parameters for a climate model is very important to understanding potential causes for answer changes during the development stages. Additionally, since modern Fortran is now interoperable with C, a more modern approach to software infrastructure to include code written in C is necessary. Merging these two separate facets of climate modeling requires a quality control for monitoring changes to input parameters and model defaults that can work with both Fortran and C. JSON will soon replace namelists as the preferred key/value pair input in the GFDL model. By adding a JSON parser written in C into the model, the input can be used by all functions and subroutines in the model, errors can be handled by the model instead of by the internal namelist parser, and the values can be output into a single file that is easily parsable by readily available tools. Input JSON files can handle all of the functionality of a namelist while being portable between C and Fortran. Fortran wrappers using unlimited polymorphism are crucial to allow for simple and compact code which avoids the need for many subroutines contained in an interface. Errors can be handled with more detail by providing information about location of syntax errors or typos. The output JSON provides a ground truth for values that the model actually uses by providing not only the values loaded through the input JSON, but also any default values that were not included. This kind of quality control on model input is crucial for maintaining reproducibility and understanding any answer changes resulting from changes in the input.

  18. READDATA: a FORTRAN 77 codeword input package

    International Nuclear Information System (INIS)

    Lander, P.A.

    1983-07-01

    A new codeword input package has been produced as a result of the incompatibility between different dialects of FORTRAN, especially when character variables are passed as parameters. This report is for those who wish to use a codeword input package with FORTRAN 77. The package, called ''Readdata'', attempts to combine the best features of its predecessors such as BINPUT and pseudo-BINPUT. (author)

  19. Weyl curvature tensor in static spherical sources

    International Nuclear Information System (INIS)

    Ponce de Leon, J.

    1988-01-01

    The role of the Weyl curvature tensor in static sources of the Schwarzschild field is studied. It is shown that in general the contribution from the Weyl curvature tensor (the ''purely gravitational field energy'') to the mass-energy inside the body may be positive, negative, or zero. It is proved that a positive (negative) contribution from the Weyl tensor tends to increase (decrease) the effective gravitational mass, the red-shift (from a point in the sphere to infinity), as well as the gravitational force which acts on a constituent matter element of a body. It is also proved that the contribution from the Weyl tensor always is negative in sources with surface gravitational potential larger than (4/9. It is pointed out that large negative contributions from the Weyl tensor could give rise to the phenomenon of gravitational repulsion. A simple example which illustrates the results is discussed

  20. FASTPLOT, Interface Routines to MS FORTRAN Graphics Library

    International Nuclear Information System (INIS)

    1999-01-01

    1 - Description of program or function: FASTPLOT is a library of routines that can be used to interface with the Microsoft FORTRAN Graphics library (GRAPHICS.LIB). The FASTPLOT routines simplify the development of graphics applications and add capabilities such as histograms, Splines, symbols, and error bars. FASTPLOT also includes routines that can be used to create menus. 2 - Methods: FASTPLOT is a library of routines which must be linked with a user's FORTRAN programs that call any FASTPLOT routines. In addition, the user must link with the Microsoft FORTRAN Graphics library (GRAPHICS.LIB). 3 - Restrictions on the complexity of the problem: None noted

  1. PNP2 calculus programme for interpretation of the experimental data by pulsed source neutrons methods. (Pt. 1). [Fortran IV for ICT 1900

    Energy Technology Data Exchange (ETDEWEB)

    Fratiloiu, C; Cristea, Gh

    1975-01-01

    PNP2 is a calculation programme destined to the interpretation of the experimental data by the pulsed source neutrons method on multiplyer environments into critic or subcritic state, populated with thermal neutrons. The programme is elaborate in the FORTRAN IV language of the ICT 1900 computer. The variation form in time of the thermal neutrons population for the multiplyer environments as a result of this whipping to the moments t=KT, with pockets of neutrons, appearing in the simplified theory of the pulsed source neutrons method. By this process are determinated the quantities Nsub(..cap alpha..), ..cap alpha.., Nsub(r) and B as well as empiric variants which affect these magnitudes. With these quantities is calculated the reactivity in relative units.

  2. Static Analysis of Steel Fiber Concrete Beam With Heterosis Finite Elements

    Directory of Open Access Journals (Sweden)

    James H. Haido

    2014-08-01

    Full Text Available Steel fiber is considered as the most commonly used constructional fibers in concrete structures. The formulation of new nonlinearities to predict the static performance of steel fiber concrete composite structures is considered essential. Present study is devoted to investigate the efficiency of utilizing heterosis finite elements analysis in static analysis of steel fibrous beams. New and simple material nonlinearities are proposed and used in the formulation of these elements. A computer program coded in FORTRAN was developed to perform current finite element static analysis with considering four cases of elements stiffness matrix determination. The results are compared with the experimental data available in literature in terms of central deflections, strains, and failure form, good agreement was found. Suitable outcomes have been observed in present static analysis with using of tangential stiffness matrix and stiffness matrix in second iteration of the load increment.

  3. C Versus Fortran-77 for Scientific Programming

    Directory of Open Access Journals (Sweden)

    Tom MacDonald

    1992-01-01

    Full Text Available The predominant programming language for numeric and scientific applications is Fortran-77 and supercomputers are primarily used to run large-scale numeric and scientific applications. Standard C* is not widely used for numerical and scientific programming, yet Standard C provides many desirable linguistic features not present in Fortran-77. Furthermore, the existence of a standard library and preprocessor eliminates the worst portability problems. A comparison of Standard C and Fortran-77 shows several key deficiencies in C that reduce its ability to adequately solve some numerical problems. Some of these problems have already been addressed by the C standard but others remain. Standard C with a few extensions and modifications could be suitable for all numerical applications and could become more popular in supercomputing environments.

  4. Alternatives to FORTRAN in control systems

    International Nuclear Information System (INIS)

    Howell, J.A.; Wright, R.M.

    1985-01-01

    Control system software has traditionally been written in assembly language, FORTRAN, or Basic. Today there exist several high-level languages with features that make them convenient and effective in control systems. These features include bit manipulation, user-defined data types, character manipulation, and high-level logical operations. Some of theses languages are quite different from FORTRAN and yet are easy to read and use. We discuss several languages, their features that make them convenient for control systems, and give examples of their use. We focus particular attention on the language C, developed by Bell Laboratories

  5. Classical Fortran programming for engineering and scientific applications

    CERN Document Server

    Kupferschmid, Michael

    2009-01-01

    IntroductionWhy Study Programming?The Evolution of FORTRANWhy Study FORTRAN?Classical FORTRANAbout This BookAdvice to InstructorsAbout the AuthorAcknowledgmentsDisclaimersHello, World!Case Study: A First FORTRAN ProgramCompiling the ProgramRunning a Program in UNIXOmissionsExpressions and Assignment StatementsConstantsVariables and Variable NamesArithmetic OperatorsFunction ReferencesExpressionsA

  6. IRRIGOGRAPHY AFTER PREPARATIONS OF PATIENTS WITH FORTRANS

    Directory of Open Access Journals (Sweden)

    Irena Jankovic

    2006-01-01

    Full Text Available Fortrans® is a laxative in the form of the powder which is used for making solution for oral application. Laxative effects are achieved over long linear polymer (polyethylene-glikol - PEG 4000 which binds water molecules, increasing thus the volume of fluids in the intestinal tract.Material of study comprises 150 irrigographies made at the Institute of Radiology of the Clinical Center in Nis in the period from January 2004 to Jun 2005.The preparation in these cases was done by Fortrans®. The contrast medium used was barium sulfate.The results of study are presented in illustrations and irrigograms.In conclusion,we can say that Fortrans® provides reliable, effective and simple preparation of patients for irrigography as well as for fast, comfortable and efficient endographic examination (irrigography. The obtained irrigograms are of satisfactory quality, showing sharp contrasts.

  7. MORTRAN-2, FORTRAN Language Extension with User-Supplied Macros

    International Nuclear Information System (INIS)

    Cook, A. James; Shustek, L.J.

    1980-01-01

    1 - Description of problem or function: MORTRAN2 is a FORTRAN language extension that permits a relatively easy transition from FORTRAN to a more convenient and structured language. Its features include free-field format; alphanumeric statement labels; flexible comment convention; nested block structure; for-by-to, do, while, until, loop, if-then-else, if-else, exit, and next statements; multiple assignment statements; conditional compilation; and automatic listing indentation. The language is implemented by a macro-based pre-processor and is further extensible by user-defined macros. 2 - Method of solution: The MORTRAN2 pre-processor may be regarded as a compiler whose object code is ANSI Standard FORTRAN. The MORTRAN2 language is dynamically defined by macros which are input at each use of the pre-processor. 3 - Restrictions on the complexity of the problem: The pre-processor output must be accepted by a FORTRAN compiler

  8. Reformulation RELAP5-3D in FORTRAN 95 and Results

    International Nuclear Information System (INIS)

    Mesina, George L.

    2010-01-01

    RELAP5-3D is a nuclear power plant code used worldwide for safety analysis, design, and operator training. In keeping with ongoing developments in the computing industry, we have re-architected the code in the FORTRAN 95 language, the current, fully-available, FORTRAN language. These changes include a complete reworking of the database and conversion of the source code to take advantage of new constructs. The improvements and impacts to the code are manifold. It is a completely machine-independent code that produces machine independent fluid property and plot files and expands to the exact size needed to accommodate the user's input. Runtime is generally better for larger input models. Other impacts of code conversion are improved code readability, reduced maintenance and development time, increased adaptability to new computing platforms, and increased code longevity. The conversion methodology, code improvements and testing upgrades are presented in a manner that will be useful to future conversion projects for other such large codes. Comparison between the pre- and post-conversion code are made on the basis of code metrics and code performance.

  9. GRESS, FORTRAN Pre-compiler with Differentiation Enhancement

    International Nuclear Information System (INIS)

    1999-01-01

    1 - Description of program or function: The GRESS FORTRAN pre-compiler (SYMG) and run-time library are used to enhance conventional FORTRAN-77 programs with analytic differentiation of arithmetic statements for automatic differentiation in either forward or reverse mode. GRESS 3.0 is functionally equivalent to GRESS 2.1. GRESS 2.1 is an improved and updated version of the previous released GRESS 1.1. Improvements in the implementation of a the CHAIN option have resulted in a 70 to 85% reduction in execution time and up to a 50% reduction in memory required for forward chaining applications. 2 - Method of solution: GRESS uses a pre-compiler to analyze FORTRAN statements and determine the mathematical operations embodied in them. As each arithmetic assignment statement in a program is analyzed, SYMG generates the partial derivatives of the term on the left with respect to each floating-point variable on the right. The result of the pre-compilation step is a new FORTRAN program that can produce derivatives for any REAL (i.e., single or double precision) variable calculated by the model. Consequently, GRESS enhances FORTRAN programs or subprograms by adding the calculation of derivatives along with the original output. Derivatives from a GRESS enhanced model can be used internally (e.g., iteration acceleration) or externally (e.g., sensitivity studies). By calling GRESS run-time routines, derivatives can be propagated through the code via the chain rule (referred to as the CHAIN option) or accumulated to create an adjoint matrix (referred to as the ADGEN option). A third option, GENSUB, makes it possible to process a subset of a program (i.e., a do loop, subroutine, function, a sequence of subroutines, or a whole program) for calculating derivatives of dependent variables with respect to independent variables. A code enhanced with the GENSUB option can use forward mode, reverse mode, or a hybrid of the two modes. 3 - Restrictions on the complexity of the problem: GRESS

  10. SVM Support in the Vienna Fortran Compilation System

    OpenAIRE

    Brezany, Peter; Gerndt, Michael; Sipkova, Viera

    1994-01-01

    Vienna Fortran, a machine-independent language extension to Fortran which allows the user to write programs for distributed-memory systems using global addresses, provides the forall-loop construct for specifying irregular computations that do not cause inter-iteration dependences. Compilers for distributed-memory systems generate code that is based on runtime analysis techniques and is only efficient if, in addition, aggressive compile-time optimizations are applied. Since these optimization...

  11. Basic linear algebra subprograms for FORTRAN usage

    Science.gov (United States)

    Lawson, C. L.; Hanson, R. J.; Kincaid, D. R.; Krogh, F. T.

    1977-01-01

    A package of 38 low level subprograms for many of the basic operations of numerical linear algebra is presented. The package is intended to be used with FORTRAN. The operations in the package are dot products, elementary vector operations, Givens transformations, vector copy and swap, vector norms, vector scaling, and the indices of components of largest magnitude. The subprograms and a test driver are available in portable FORTRAN. Versions of the subprograms are also provided in assembly language for the IBM 360/67, the CDC 6600 and CDC 7600, and the Univac 1108.

  12. MULTITASKER, Multitasking Kernel for C and FORTRAN Under UNIX

    International Nuclear Information System (INIS)

    Brooks, E.D. III

    1988-01-01

    1 - Description of program or function: MULTITASKER implements a multitasking kernel for the C and FORTRAN programming languages that runs under UNIX. The kernel provides a multitasking environment which serves two purposes. The first is to provide an efficient portable environment for the development, debugging, and execution of production multiprocessor programs. The second is to provide a means of evaluating the performance of a multitasking program on model multiprocessor hardware. The performance evaluation features require no changes in the application program source and are implemented as a set of compile- and run-time options in the kernel. 2 - Method of solution: The FORTRAN interface to the kernel is identical in function to the CRI multitasking package provided for the Cray XMP. This provides a migration path to high speed (but small N) multiprocessors once the application has been coded and debugged. With use of the UNIX m4 macro preprocessor, source compatibility can be achieved between the UNIX code development system and the target Cray multiprocessor. The kernel also provides a means of evaluating a program's performance on model multiprocessors. Execution traces may be obtained which allow the user to determine kernel overhead, memory conflicts between various tasks, and the average concurrency being exploited. The kernel may also be made to switch tasks every cpu instruction with a random execution ordering. This allows the user to look for unprotected critical regions in the program. These features, implemented as a set of compile- and run-time options, cause extra execution overhead which is not present in the standard production version of the kernel

  13. ARBUS: A FORTRAN tool for generating tree structure diagrams

    International Nuclear Information System (INIS)

    Ferrero, C.; Zanger, M.

    1992-02-01

    The FORTRAN77 stand-alone code ARBUS has been designed to aid the user by providing a tree structure diagram generating utility for computer programs written in FORTRAN language. This report is intended to describe the main purpose and features of ARBUS and to highlight some additional applications of the code by means of practical test cases. (orig.) [de

  14. Static Behaviour of Natural Gas and its Flow in Pipes

    OpenAIRE

    Ohirhian, Peter

    2010-01-01

    1. 2. A general differential equation that governs static behavior of any fluid and its flow in horizontal, uphill and downhill pipes has been developed. classical fourth order Runge-Kutta numerical method is programmed in Fortran 77, to test the equation and results are accurate. The program shows that a length ncrement as large as 10,000 ft can be used in the Runge-Kutta method of solution to differential equation during uphill gas flow and up to 5700ft for downhill gas flow The Runge-Kutta...

  15. High Performance Fortran for Aerospace Applications

    National Research Council Canada - National Science Library

    Mehrotra, Piyush

    2000-01-01

    .... HPF is a set of Fortran extensions designed to provide users with a high-level interface for programming data parallel scientific applications while delegating to the compiler/runtime system the task...

  16. Extracting UML Class Diagrams from Object-Oriented Fortran: ForUML

    Directory of Open Access Journals (Sweden)

    Aziz Nanthaamornphong

    2015-01-01

    Full Text Available Many scientists who implement computational science and engineering software have adopted the object-oriented (OO Fortran paradigm. One of the challenges faced by OO Fortran developers is the inability to obtain high level software design descriptions of existing applications. Knowledge of the overall software design is not only valuable in the absence of documentation, it can also serve to assist developers with accomplishing different tasks during the software development process, especially maintenance and refactoring. The software engineering community commonly uses reverse engineering techniques to deal with this challenge. A number of reverse engineering-based tools have been proposed, but few of them can be applied to OO Fortran applications. In this paper, we propose a software tool to extract unified modeling language (UML class diagrams from Fortran code. The UML class diagram facilitates the developers' ability to examine the entities and their relationships in the software system. The extracted diagrams enhance software maintenance and evolution. The experiments carried out to evaluate the proposed tool show its accuracy and a few of the limitations.

  17. Comparison of PASCAL and FORTRAN for solving problems in the physical sciences

    Science.gov (United States)

    Watson, V. R.

    1981-01-01

    The paper compares PASCAL and FORTRAN for problem solving in the physical sciences, due to requests NASA has received to make PASCAL available on the Numerical Aerodynamic Simulator (scheduled to be operational in 1986). PASCAL disadvantages include the lack of scientific utility procedures equivalent to the IBM scientific subroutine package or the IMSL package which are available in FORTRAN. Advantages include a well-organized, easy to read and maintain writing code, range checking to prevent errors, and a broad selection of data types. It is concluded that FORTRAN may be the better language, although ADA (patterned after PASCAL) may surpass FORTRAN due to its ability to add complex and vector math, and the specify the precision and range of variables.

  18. A FORTRAN realization of the block adjustment of CCD frames

    Science.gov (United States)

    Yu, Yong; Tang, Zhenghong; Li, Jinling; Zhao, Ming

    A FORTRAN version realization of the block adjustment (BA) of overlapping CCD frames is developed. The flowchart is introduced including (a) data collection, (b) preprocessing, and (c) BA and object positioning. The subroutines and their functions are also demonstrated. The program package is tested by simulated data with/without the application of white noises. It is also preliminarily applied to the reduction of optical positions of four extragalactic radio sources. The results show that because of the increase in the sky coverage and number of reference stars, the precision of deducted positions is improved compared with single plate adjustment.

  19. IFF, Full-Screen Input Menu Generator for FORTRAN Program

    International Nuclear Information System (INIS)

    Seidl, Albert

    1991-01-01

    1 - Description of program or function: The IFF-package contains input modules for use within FORTRAN programs. This package enables the programmer to easily include interactive menu-directed data input (module VTMEN1) and command-word processing (module INPCOM) into a FORTRAN program. 2 - Method of solution: No mathematical operations are performed. 3 - Restrictions on the complexity of the problem: Certain restrictions of use may arise from the dimensioning of arrays. Field lengths are defined via PARAMETER-statements

  20. Fortran Testing and Refactoring Infrastructure, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — Tech-X proposes to develop a comprehensive Fortran testing and refactoring infrastructure that allows developers and scientists to leverage the benefits of...

  1. Emulating Multiple Inheritance in Fortran 2003/2008

    Directory of Open Access Journals (Sweden)

    Karla Morris

    2015-01-01

    in Fortran 2003. The design unleashes the power of the associated class relationships for modeling complicated data structures yet avoids the ambiguities that plague some multiple inheritance scenarios.

  2. FORTRAN data files transference from VAX/VMS to ALPHA/UNIX; Traspaso de ficheros FORTRAN de datos de VAX/VMS a ALPHA/UNIX

    Energy Technology Data Exchange (ETDEWEB)

    Sanchez, E.; Milligen, B. Ph van [CIEMAT (Spain)

    1997-09-01

    Several tools have been developed to access the TJ-IU databases, which currently reside in VAX/VMS servers, from the TJ-II Data Acquisition System DEC ALPHA 8400 server. The TJ-I/TJ-IU databases are not homogeneous and contain several types of data files, namely, SADE, CAMAC and FORTRAN unformatted files. The tools presented in this report allow one to transfer CAMAC and those FORTRAN unformatted files defined herein, from a VAX/VMS server, for data manipulation on the ALPHA/Digital UNIX server. (Author)

  3. Fortran Testing and Refactoring Infrastructure, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Tech-X proposes to develop a comprehensive Fortran testing and refactoring infrastructure that allows developers and scientists to leverage the benefits of a...

  4. How to Interface Fortran with Matlab

    OpenAIRE

    Sagastizábal , Claudia; Vige , Guillaume

    1995-01-01

    Projet PROMATH; We describe the general procedure for interfacing Fortran routines with Matlab. We explain how to write a mex-file and the associated gateway function. In particular, each different type of argument is considered in detail. We finish with an illustrative example

  5. The Static Ladder Problem with Two Sources of Friction

    Science.gov (United States)

    Bennett, Jonathan; Mauney, Alex

    2011-01-01

    The problem of a ladder leaning against a wall in static equilibrium is a classic example encountered in introductory mechanics texts. Most discussions of this problem assume that the static frictional force between the ladder and wall can be ignored. A few authors consider the case where the static friction coefficients between ladder/wall…

  6. A FORTRAN version implementation of block adjustment of CCD frames and its preliminary application

    Science.gov (United States)

    Yu, Y.; Tang, Z.-H.; Li, J.-L.; Zhao, M.

    2005-09-01

    A FORTRAN version implementation of the block adjustment (BA) of overlapping CCD frames is developed and its flowchart is shown. The program is preliminarily applied to obtain the optical positions of four extragalactic radio sources. The results show that because of the increase in the number and sky coverage of reference stars the precision of optical positions with BA is improved compared with the single CCD frame adjustment.

  7. Introduction to modern Fortran for the Earth system sciences

    CERN Document Server

    Chirila, Dragos B

    2014-01-01

    This work provides a short "getting started" guide to Fortran 90/95. The main target audience consists of newcomers to the field of numerical computation within Earth system sciences (students, researchers or scientific programmers). Furthermore, readers accustomed to other programming languages may also benefit from this work, by discovering how some programming techniques they are familiar with map to Fortran 95. The main goal is to enable readers to quickly start using Fortran 95 for writing useful programs. It also introduces a gradual discussion of Input/Output facilities relevant for Earth system sciences, from the simplest ones to the more advanced netCDF library (which has become a de facto standard for handling the massive datasets used within Earth system sciences). While related works already treat these disciplines separately (each often providing much more information than needed by the beginning practitioner), the reader finds in this book a shorter guide which links them. Compared to other book...

  8. Automatic generation of Fortran programs for algebraic simulation models

    International Nuclear Information System (INIS)

    Schopf, W.; Rexer, G.; Ruehle, R.

    1978-04-01

    This report documents a generator program by which econometric simulation models formulated in an application-orientated language can be transformed automatically in a Fortran program. Thus the model designer is able to build up, test and modify models without the need of a Fortran programmer. The development of a computer model is therefore simplified and shortened appreciably; in chapter 1-3 of this report all rules are presented for the application of the generator to the model design. Algebraic models including exogeneous and endogeneous time series variables, lead and lag function can be generated. In addition, to these language elements, Fortran sequences can be applied to the formulation of models in the case of complex model interrelations. Automatically the generated model is a module of the program system RSYST III and is therefore able to exchange input and output data with the central data bank of the system and in connection with the method library modules can be used to handle planning problems. (orig.) [de

  9. Formula Translation in Blitz++, NumPy and Modern Fortran: A Case Study of the Language Choice Tradeoffs

    Directory of Open Access Journals (Sweden)

    Sylwester Arabas

    2014-01-01

    Full Text Available Three object-oriented implementations of a prototype solver of the advection equation are introduced. The presented programs are based on Blitz++ (C++, NumPy (Python and Fortran's built-in array containers. The solvers constitute implementations of the Multidimensional Positive-Definite Advective Transport Algorithm (MPDATA. The introduced codes serve as examples for how the application of object-oriented programming (OOP techniques and new language constructs from C++11 and Fortran 2008 allow to reproduce the mathematical notation used in the literature within the program code. A discussion on the tradeoffs of the programming language choice is presented. The main angles of comparison are code brevity and syntax clarity (and hence maintainability and auditability as well as performance. All performance tests are carried out using free and open-source compilers. In the case of Python, a significant performance gain is observed when switching from the standard interpreter (CPython to the PyPy implementation of Python. Entire source code of all three implementations is embedded in the text and is licensed under the terms of the GNU GPL license.

  10. The inverse of winnowing: a FORTRAN subroutine and discussion of unwinnowing discrete data

    Science.gov (United States)

    Bracken, Robert E.

    2004-01-01

    This report describes an unwinnowing algorithm that utilizes a discrete Fourier transform, and a resulting Fortran subroutine that winnows or unwinnows a 1-dimensional stream of discrete data; the source code is included. The unwinnowing algorithm effectively increases (by integral factors) the number of available data points while maintaining the original frequency spectrum of a data stream. This has utility when an increased data density is required together with an availability of higher order derivatives that honor the original data.

  11. DTK C/Fortran Interface Development for NEAMS FSI Simulations

    Energy Technology Data Exchange (ETDEWEB)

    Slattery, Stuart R. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Lebrun-Grandie, Damien T. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States)

    2016-09-19

    This report documents the development of DataTransferKit (DTK) C and Fortran interfaces for fluid-structure-interaction (FSI) simulations in NEAMS. In these simulations, the codes Nek5000 and Diablo are being coupled within the SHARP framework to study flow-induced vibration (FIV) in reactor steam generators. We will review the current Nek5000/Diablo coupling algorithm in SHARP and the current state of the solution transfer scheme used in this implementation. We will then present existing DTK algorithms which may be used instead to provide an improvement in both flexibility and scalability of the current SHARP implementation. We will show how these can be used within the current FSI scheme using a new set of interfaces to the algorithms developed by this work. These new interfaces currently expose the mesh-free solution transfer algorithms in DTK, a C++ library, and are written in C and Fortran to enable coupling of both Nek5000 and Diablo in their native Fortran language. They have been compiled and tested on Cooley, the test-bed machine for Mira at ALCF.

  12. Types: A data abstraction package in FORTRAN

    International Nuclear Information System (INIS)

    Youssef, S.

    1990-01-01

    TYPES is a collection of Fortran programs which allow the creation and manipulation of abstract ''data objects'' without the need for a preprocessor. Each data object is assigned a ''type'' as it is created which implies participation in a set of characteristic operations. Available types include scalars, logicals, ordered sets, stacks, queues, sequences, trees, arrays, character strings, block text, histograms, virtual and allocatable memories. A data object may contain integers, reals, or other data objects in any combination. In addition to the type specific operations, a set of universal utilities allows for copying input/output to disk, naming, editing, displaying, user input, interactive creation, tests for equality of contents or structure, machine to machine translation or source code creation for and data object. TYPES is available on VAX/VMS, SUN 3, SPARC, DEC/Ultrix, Silicon Graphics 4D and Cray/Unicos machines. The capabilities of the package are discussed together with characteristic applications and experience in writing the GVerify package

  13. OpenMP-accelerated SWAT simulation using Intel C and FORTRAN compilers: Development and benchmark

    Science.gov (United States)

    Ki, Seo Jin; Sugimura, Tak; Kim, Albert S.

    2015-02-01

    We developed a practical method to accelerate execution of Soil and Water Assessment Tool (SWAT) using open (free) computational resources. The SWAT source code (rev 622) was recompiled using a non-commercial Intel FORTRAN compiler in Ubuntu 12.04 LTS Linux platform, and newly named iOMP-SWAT in this study. GNU utilities of make, gprof, and diff were used to develop the iOMP-SWAT package, profile memory usage, and check identicalness of parallel and serial simulations. Among 302 SWAT subroutines, the slowest routines were identified using GNU gprof, and later modified using Open Multiple Processing (OpenMP) library in an 8-core shared memory system. In addition, a C wrapping function was used to rapidly set large arrays to zero by cross compiling with the original SWAT FORTRAN package. A universal speedup ratio of 2.3 was achieved using input data sets of a large number of hydrological response units. As we specifically focus on acceleration of a single SWAT run, the use of iOMP-SWAT for parameter calibrations will significantly improve the performance of SWAT optimization.

  14. WADOSE, Radiation Source in Vitrification Waste Storage Apparatus

    International Nuclear Information System (INIS)

    Morita, Jun-ichi; Tashiro, Shingo; Kikkawa, Shizuo; Tsuboi, Takashi

    2007-01-01

    1 - Description of program or function: This is a radiation shielding program which analyzes unknown dose rates using known radiation sources. It can also evaluate radiation sources from measured dose rates. For instance, dose rates measured at several points in the hot cell of WASTEF are introduced into WADOS, and as a result, Ci of radiation sources and their positions are estimated with structural arrangement data of the WASTEF cells. The later functional addition is very useful for actual operation of a hot cell and others. NEA-1142/02: The code was originally written in non standard Fortran dialect and has been fully translated into Fortran 90, Fortran 77 compatible. 2 - Method of solution: Point kernel ray tracing method (the same method as QAD code). 3 - Restrictions on the complexity of the problem: Modeling of source form for input is available for cylinder, plate, point and others which are simplified geometrically

  15. MAPLIB, Thermodynamics Materials Property Generator for FORTRAN Program

    International Nuclear Information System (INIS)

    Schumann, U.; Zimmerer, W. and others

    1978-01-01

    1 - Nature of physical problem solved: MAPLIB is a program system which is able to incorporate the values of the properties of any material in a form suitable for use in other computer programs. The data are implemented in FORTRAN functions. A utility program is provided to assist in library management. 2 - Method of solution: MAPLIB consists of the following parts: 1) Conventions for the data format. 2) Some integrated data. 3) A data access system (FORTRAN subroutine). 4) An utility program for updating and documentation of the actual library content. The central part is a set of FORTRAN functions, e.g. WL H2O v(t,p) (heat conduction of water vapor as a function of temperature and pressure), which compute the required data and which can be called by the user program. The data content of MAPLIB has been delivered by many persons. There was no systematic evaluation of the material. It is the responsibility of every user to check the data for physical accuracy. MAPLIB only serves as a library system for manipulation and storing of such data. 3 - Restrictions on the complexity of the problem: a) See responsibility as explained above. b) Up to 1000 data functions could be implemented. c) If too many data functions are included in MAPLIB, the storage requirements become excessive for application in users programs

  16. A Case Study of Some Issues in the Optimization of Fortran 90 Array Notation

    Directory of Open Access Journals (Sweden)

    John D. McCalpin

    1996-01-01

    Full Text Available Some issues in the relationship of coding style and compiler optimization are discussed with regard to Fortran 90 array notation. A review of several important Fortran 90 array constructs and their performance on vector and scalar hardware sets the stage for a more detailed example based on the kernel of a finite difference computational fluid dynamics model, specifically the nonlinear shallow water equations. Special attention is paid to the optimization of memory use and memory traffic. It is shown that the style of coding interacts with the rules of Fortran 90 and the current state of the art of Fortran 90 compilers to produce a fairly wide range of performance levels. Although performance degradations are typically small, a few cases of more serious loss of effciency are identified and discussed.

  17. FORTRAN data files transference from VAX/VMS to ALPHA/UNIX

    International Nuclear Information System (INIS)

    Sanchez, E.; Milligen, B.Ph. van

    1997-01-01

    Several tools have been developed to access the TJ-I and TJ-IU databases, which currently reside in VAX/VMS servers, from the TJ-II Data Acquisition System DEC ALPHA 8400 server. The TJ-I/TJ-IU databases are not homogeneous and contain several types of data files, namely, SADE. CAMAC and FORTRAN un formatted files. The tools presented in this report allow one to transfer CAMAC and those FORTRAN un formatted files defined herein. from a VAX/VMS server, for data manipulation on the ALPHA/Digital UNIX server. (Author) 5 refs

  18. Numerical methods of mathematical optimization with Algol and Fortran programs

    CERN Document Server

    Künzi, Hans P; Zehnder, C A; Rheinboldt, Werner

    1971-01-01

    Numerical Methods of Mathematical Optimization: With ALGOL and FORTRAN Programs reviews the theory and the practical application of the numerical methods of mathematical optimization. An ALGOL and a FORTRAN program was developed for each one of the algorithms described in the theoretical section. This should result in easy access to the application of the different optimization methods.Comprised of four chapters, this volume begins with a discussion on the theory of linear and nonlinear optimization, with the main stress on an easily understood, mathematically precise presentation. In addition

  19. OFF, Open source Finite volume Fluid dynamics code: A free, high-order solver based on parallel, modular, object-oriented Fortran API

    Science.gov (United States)

    Zaghi, S.

    2014-07-01

    OFF, an open source (free software) code for performing fluid dynamics simulations, is presented. The aim of OFF is to solve, numerically, the unsteady (and steady) compressible Navier-Stokes equations of fluid dynamics by means of finite volume techniques: the research background is mainly focused on high-order (WENO) schemes for multi-fluids, multi-phase flows over complex geometries. To this purpose a highly modular, object-oriented application program interface (API) has been developed. In particular, the concepts of data encapsulation and inheritance available within Fortran language (from standard 2003) have been stressed in order to represent each fluid dynamics "entity" (e.g. the conservative variables of a finite volume, its geometry, etc…) by a single object so that a large variety of computational libraries can be easily (and efficiently) developed upon these objects. The main features of OFF can be summarized as follows: Programming LanguageOFF is written in standard (compliant) Fortran 2003; its design is highly modular in order to enhance simplicity of use and maintenance without compromising the efficiency; Parallel Frameworks Supported the development of OFF has been also targeted to maximize the computational efficiency: the code is designed to run on shared-memory multi-cores workstations and distributed-memory clusters of shared-memory nodes (supercomputers); the code's parallelization is based on Open Multiprocessing (OpenMP) and Message Passing Interface (MPI) paradigms; Usability, Maintenance and Enhancement in order to improve the usability, maintenance and enhancement of the code also the documentation has been carefully taken into account; the documentation is built upon comprehensive comments placed directly into the source files (no external documentation files needed): these comments are parsed by means of doxygen free software producing high quality html and latex documentation pages; the distributed versioning system referred as git

  20. OpenMP GNU and Intel Fortran programs for solving the time-dependent Gross-Pitaevskii equation

    Science.gov (United States)

    Young-S., Luis E.; Muruganandam, Paulsamy; Adhikari, Sadhan K.; Lončar, Vladimir; Vudragović, Dušan; Balaž, Antun

    2017-11-01

    We present Open Multi-Processing (OpenMP) version of Fortran 90 programs for solving the Gross-Pitaevskii (GP) equation for a Bose-Einstein condensate in one, two, and three spatial dimensions, optimized for use with GNU and Intel compilers. We use the split-step Crank-Nicolson algorithm for imaginary- and real-time propagation, which enables efficient calculation of stationary and non-stationary solutions, respectively. The present OpenMP programs are designed for computers with multi-core processors and optimized for compiling with both commercially-licensed Intel Fortran and popular free open-source GNU Fortran compiler. The programs are easy to use and are elaborated with helpful comments for the users. All input parameters are listed at the beginning of each program. Different output files provide physical quantities such as energy, chemical potential, root-mean-square sizes, densities, etc. We also present speedup test results for new versions of the programs. Program files doi:http://dx.doi.org/10.17632/y8zk3jgn84.2 Licensing provisions: Apache License 2.0 Programming language: OpenMP GNU and Intel Fortran 90. Computer: Any multi-core personal computer or workstation with the appropriate OpenMP-capable Fortran compiler installed. Number of processors used: All available CPU cores on the executing computer. Journal reference of previous version: Comput. Phys. Commun. 180 (2009) 1888; ibid.204 (2016) 209. Does the new version supersede the previous version?: Not completely. It does supersede previous Fortran programs from both references above, but not OpenMP C programs from Comput. Phys. Commun. 204 (2016) 209. Nature of problem: The present Open Multi-Processing (OpenMP) Fortran programs, optimized for use with commercially-licensed Intel Fortran and free open-source GNU Fortran compilers, solve the time-dependent nonlinear partial differential (GP) equation for a trapped Bose-Einstein condensate in one (1d), two (2d), and three (3d) spatial dimensions for

  1. Using Coarrays to Parallelize Legacy Fortran Applications: Strategy and Case Study

    Directory of Open Access Journals (Sweden)

    Hari Radhakrishnan

    2015-01-01

    Full Text Available This paper summarizes a strategy for parallelizing a legacy Fortran 77 program using the object-oriented (OO and coarray features that entered Fortran in the 2003 and 2008 standards, respectively. OO programming (OOP facilitates the construction of an extensible suite of model-verification and performance tests that drive the development. Coarray parallel programming facilitates a rapid evolution from a serial application to a parallel application capable of running on multicore processors and many-core accelerators in shared and distributed memory. We delineate 17 code modernization steps used to refactor and parallelize the program and study the resulting performance. Our initial studies were done using the Intel Fortran compiler on a 32-core shared memory server. Scaling behavior was very poor, and profile analysis using TAU showed that the bottleneck in the performance was due to our implementation of a collective, sequential summation procedure. We were able to improve the scalability and achieve nearly linear speedup by replacing the sequential summation with a parallel, binary tree algorithm. We also tested the Cray compiler, which provides its own collective summation procedure. Intel provides no collective reductions. With Cray, the program shows linear speedup even in distributed-memory execution. We anticipate similar results with other compilers once they support the new collective procedures proposed for Fortran 2015.

  2. Pattern recognition in molecular dynamics. [FORTRAN

    Energy Technology Data Exchange (ETDEWEB)

    Zurek, W H; Schieve, W C [Texas Univ., Austin (USA)

    1977-07-01

    An algorithm for the recognition of the formation of bound molecular states in the computer simulation of a dilute gas is presented. Applications to various related problems in physics and chemistry are pointed out. Data structure and decision processes are described. Performance of the FORTRAN program based on the algorithm in cooperation with the molecular dynamics program is described and the results are presented.

  3. PGHPF – An Optimizing High Performance Fortran Compiler for Distributed Memory Machines

    Directory of Open Access Journals (Sweden)

    Zeki Bozkus

    1997-01-01

    Full Text Available High Performance Fortran (HPF is the first widely supported, efficient, and portable parallel programming language for shared and distributed memory systems. HPF is realized through a set of directive-based extensions to Fortran 90. It enables application developers and Fortran end-users to write compact, portable, and efficient software that will compile and execute on workstations, shared memory servers, clusters, traditional supercomputers, or massively parallel processors. This article describes a production-quality HPF compiler for a set of parallel machines. Compilation techniques such as data and computation distribution, communication generation, run-time support, and optimization issues are elaborated as the basis for an HPF compiler implementation on distributed memory machines. The performance of this compiler on benchmark programs demonstrates that high efficiency can be achieved executing HPF code on parallel architectures.

  4. 14 CFR 25.1325 - Static pressure systems.

    Science.gov (United States)

    2010-01-01

    ... installation of the static pressure system must be such that— (1) Positive drainage of moisture is provided..., the other is blocked off; and (2) Both sources cannot be blocked off simultaneously. (h) For... other static pressure source being open or blocked. [Doc. No. 5066, 29 FR 18291, Dec. 24, 1964, as...

  5. Bridging FORTRAN to object oriented paradigm for HEP data modeling task

    International Nuclear Information System (INIS)

    Huang, J.

    1993-12-01

    Object oriented (OO) technology appears to offer tangible benefits to the high energy physics (HEP) community. Yet many physicists view this newest software development used with much reservation and reluctance. Facing the reality of having to support the existing physics applications, which are written in FORTRAN, the software engineers in the Computer Engineering Group of the Physics Research Division at the Superconducting Super Collider Laboratory have accepted the challenge of mixing an old language with the new technology. This paper describes the experience and the techniques devised to fit FORTRAN into the OO paradigm (OOP)

  6. The Transition and Adoption to Modern Programming Concepts for Scientific Computing in Fortran

    Directory of Open Access Journals (Sweden)

    Charles D. Norton

    2007-01-01

    Full Text Available This paper describes our experiences in the early exploration of modern concepts introduced in Fortran90 for large-scale scientific programming. We review our early work in expressing object-oriented concepts based on the new Fortran90 constructs – foreign to most programmers at the time – our experimental work in applying them to various applications, the impact on the WG5/J3 standards committees to consider formalizing object-oriented constructs for later versions of Fortran, and work in exploring how other modern programming techniques such as Design Patterns can and have impacted our software development. Applications will be drawn from plasma particle simulation and finite element adaptive mesh refinement for solid earth crustal deformation modeling.

  7. Numerical integration subprogrammes in Fortran II-D

    Energy Technology Data Exchange (ETDEWEB)

    Fry, C. R.

    1966-12-15

    This note briefly describes some integration subprogrammes written in FORTRAN II-D for the IBM 1620-II at CARDE. These presented are two Newton-Cotes, Chebyshev polynomial summation, Filon's, Nordsieck's and optimum Runge-Kutta and predictor-corrector methods. A few miscellaneous numerical integration procedures are also mentioned covering statistical functions, oscillating integrands and functions occurring in electrical engineering.

  8. Static compensators (STATCOMs) in power systems

    CERN Document Server

    Shahnia, Farhad; Ghosh, Arindam

    2014-01-01

    A static compensator (STATCOM), also known as static synchronous compensator, is a member of the flexible alternating current transmission system (FACTS) devices. It is a power-electronics based regulating device which is composed of a voltage source converter (VSC) and is shunt-connected to alternating current electricity transmission and distribution networks. The voltage source is created from a DC capacitor and the STATCOM can exchange reactive power with the network. It can also supply some active power to the network, if a DC source of power is connected across the capacitor. A STATCOM

  9. Visualization of Distributed Data Structures for High Performance Fortran-Like Languages

    Directory of Open Access Journals (Sweden)

    Rainer Koppler

    1997-01-01

    Full Text Available This article motivates the usage of graphics and visualization for efficient utilization of High Performance Fortran's (HPF's data distribution facilities. It proposes a graphical toolkit consisting of exploratory and estimation tools which allow the programmer to navigate through complex distributions and to obtain graphical ratings with respect to load distribution and communication. The toolkit has been implemented in a mapping design and visualization tool which is coupled with a compilation system for the HPF predecessor Vienna Fortran. Since this language covers a superset of HPF's facilities, the tool may also be used for visualization of HPF data structures.

  10. Fortran code for generating random probability vectors, unitaries, and quantum states

    Directory of Open Access Journals (Sweden)

    Jonas eMaziero

    2016-03-01

    Full Text Available The usefulness of generating random configurations is recognized in many areas of knowledge. Fortran was born for scientific computing and has been one of the main programming languages in this area since then. And several ongoing projects targeting towards its betterment indicate that it will keep this status in the decades to come. In this article, we describe Fortran codes produced, or organized, for the generation of the following random objects: numbers, probability vectors, unitary matrices, and quantum state vectors and density matrices. Some matrix functions are also included and may be of independent interest.

  11. LIONS: a new set of Fortran90 codes for the SPIRAL project at GANIL

    International Nuclear Information System (INIS)

    Bertrand, P.

    1995-01-01

    In this paper a set of new computer programs developed at GANIL is presented. These codes are used to study different parts of the SPIRAL project, in particular the dynamics in the CIME cyclotron and the new extraction system of the ECR ion sources. Three important modules are described: CHA3D for the evaluation of 3D electric fields with or without space charge effects, LIONS for the motion of ions and EXTRACT for the ECRIS extraction. These modules are written in Fortran90 in a ''data parallel scheme''. They work either on UNIX workstations or parallel and vectorial computers. (orig.)

  12. Exact interior solutions for static spheres in the Einstein-Cartan theory with two sources of torsion

    CERN Document Server

    Gallakhmetov, A M

    2002-01-01

    In the framework of the problem of existence of exact interior solutions for static spherically symmetric configurations in the Einstein-Cartan theory (ECT), the distributions of perfect fluid and non-minimally coupled scalar field are considered. The exact solutions in the one-torsion ECT and two-torsion one are obtained. Some consequences of two sources of torsion are discussed.

  13. FORTRAN text correction with the CDC-1604-A console typewriter during reading a punched card program

    International Nuclear Information System (INIS)

    Kotorobaj, F.; Ruzhichka, Ya.; Stolyarskij, Yu.V.

    1977-01-01

    The paper describes FORTRAN text correction with the CDC 1604-A console typewriter during reading a punched card program. This method gives one more possibility of FORTRAN program correction during program's input to the CDC 1604-A computer. This essentially reduced the time necessary for punched card correction with other methods. Possibility of inputting desired number of punched cards one after another allows one writing small FORTRAN programs to computer core storage with simultaneous punching of the cards. The correction program has been written to the CDC 1604 COOP monitor

  14. User manual for two simple postscript output FORTRAN plotting routines

    Science.gov (United States)

    Nguyen, T. X.

    1991-01-01

    Graphics is one of the important tools in engineering analysis and design. However, plotting routines that generate output on high quality laser printers normally come in graphics packages, which tend to be expensive and system dependent. These factors become important for small computer systems or desktop computers, especially when only some form of a simple plotting routine is sufficient. With the Postscript language becoming popular, there are more and more Postscript laser printers now available. Simple, versatile, low cost plotting routines that can generate output on high quality laser printers are needed and standard FORTRAN language plotting routines using output in Postscript language seems logical. The purpose here is to explain two simple FORTRAN plotting routines that generate output in Postscript language.

  15. Multidimentional and Multi-Parameter Fortran-Based Curve Fitting ...

    African Journals Online (AJOL)

    This work briefly describes the mathematics behind the algorithm, and also elaborates how to implement it using FORTRAN 95 programming language. The advantage of this algorithm, when it is extended to surfaces and complex functions, is that it makes researchers to have a better trust during fitting. It also improves the ...

  16. An Introduction to Fortran Programming: An IPI Approach.

    Science.gov (United States)

    Fisher, D. D.; And Others

    This text is designed to give individually paced instruction in Fortran Programing. The text contains fifteen units. Unit titles include: Flowcharts, Input and Output, Loops, and Debugging. Also included is an extensive set of appendices. These were designed to contain a great deal of practical information necessary to the course. These appendices…

  17. The Perception of Dynamic and Static Facial Expressions of Happiness and Disgust Investigated by ERPs and fMRI Constrained Source Analysis

    Science.gov (United States)

    Trautmann-Lengsfeld, Sina Alexa; Domínguez-Borràs, Judith; Escera, Carles; Herrmann, Manfred; Fehr, Thorsten

    2013-01-01

    A recent functional magnetic resonance imaging (fMRI) study by our group demonstrated that dynamic emotional faces are more accurately recognized and evoked more widespread patterns of hemodynamic brain responses than static emotional faces. Based on this experimental design, the present study aimed at investigating the spatio-temporal processing of static and dynamic emotional facial expressions in 19 healthy women by means of multi-channel electroencephalography (EEG), event-related potentials (ERP) and fMRI-constrained regional source analyses. ERP analysis showed an increased amplitude of the LPP (late posterior positivity) over centro-parietal regions for static facial expressions of disgust compared to neutral faces. In addition, the LPP was more widespread and temporally prolonged for dynamic compared to static faces of disgust and happiness. fMRI constrained source analysis on static emotional face stimuli indicated the spatio-temporal modulation of predominantly posterior regional brain activation related to the visual processing stream for both emotional valences when compared to the neutral condition in the fusiform gyrus. The spatio-temporal processing of dynamic stimuli yielded enhanced source activity for emotional compared to neutral conditions in temporal (e.g., fusiform gyrus), and frontal regions (e.g., ventromedial prefrontal cortex, medial and inferior frontal cortex) in early and again in later time windows. The present data support the view that dynamic facial displays trigger more information reflected in complex neural networks, in particular because of their changing features potentially triggering sustained activation related to a continuing evaluation of those faces. A combined fMRI and EEG approach thus provides an advanced insight to the spatio-temporal characteristics of emotional face processing, by also revealing additional neural generators, not identifiable by the only use of an fMRI approach. PMID:23818974

  18. Static Transition Compression

    DEFF Research Database (Denmark)

    Danvy, Olivier; Damian, Daniel

    2001-01-01

    Starting from an operational specification of a translation from a structured to an unstructured imperative language, we point out how a compositional and context-insensitive translation gives rise to static chains of jumps. Taking an inspiration from the notion of continuation, we state a new...... compositional and context-sensitive specification that provably gives rise to no static chains of jumps, no redundant labels, and no unused labels. It is defined with one inference rule per syntactic construct and operates in linear time and space on the size of the source program (indeed it operates in one...

  19. Nonalgebraic symbol manipulators for use in scientific and engineering modeling: introducing the FORSE (FORtran Symobol Expander)

    International Nuclear Information System (INIS)

    Schultz, J.H.; Lettvin, J.D.

    1982-02-01

    A system of nonalgebraic symbol manipulators, called The FORSE (FORtran Symbol Expanders) has been developed to document and prepare input-output for Fortran programs. The use of documentation at the level of the individual equation is defended. The operation of The FORSE is described, along with user instructions and a worked example

  20. Existing Fortran interfaces to Trilinos in preparation for exascale ForTrilinos development

    Energy Technology Data Exchange (ETDEWEB)

    Evans, Katherine J. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Young, Mitchell T. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Collins, Benjamin S. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Johnson, Seth R. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Prokopenko, Andrey V. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Heroux, Michael A. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-03-01

    This report summarizes the current state of Fortran interfaces to the Trilinos library within several key applications of the Exascale Computing Program (ECP), with the aim of informing developers about strategies to develop ForTrilinos, an exascale-ready, Fortran interface software package within Trilinos. The two software projects assessed within are the DOE Office of Science's Accelerated Climate Model for Energy (ACME) atmosphere component, CAM, and the DOE Office of Nuclear Energy's core-simulator portion of VERA, a nuclear reactor simulation code. Trilinos is an object-oriented, C++ based software project, and spans a collection of algorithms and other enabling technologies such as uncertainty quantification and mesh generation. To date, Trilinos has enabled these codes to achieve large-scale simulation results, however the simulation needs of CAM and VERA-CS will approach exascale over the next five years. A Fortran interface to Trilinos that enables efficient use of programming models and more advanced algorithms is necessary. Where appropriate, the needs of the CAM and VERA-CS software to achieve their simulation goals are called out specifically. With this report, a design document and execution plan for ForTrilinos development can proceed.

  1. A FORTRAN program for a least-square fitting

    International Nuclear Information System (INIS)

    Yamazaki, Tetsuo

    1978-01-01

    A practical FORTRAN program for a least-squares fitting is presented. Although the method is quite usual, the program calculates not only the most satisfactory set of values of unknowns but also the plausible errors associated with them. As an example, a measured lateral absorbed-dose distribution in water for a narrow 25-MeV electron beam is fitted to a Gaussian distribution. (auth.)

  2. THE EXPERIENCE OF COMPARISON OF STATIC SECURITY CODE ANALYZERS

    Directory of Open Access Journals (Sweden)

    Alexey Markov

    2015-09-01

    Full Text Available This work presents a methodological approach to comparison of static security code analyzers. It substantiates the comparison of the static analyzers as to efficiency and functionality indicators, which are stipulated in the international regulatory documents. The test data for assessment of static analyzers efficiency is represented by synthetic sets of open-source software, which contain vulnerabilities. We substantiated certain criteria for quality assessment of the static security code analyzers subject to standards NIST SP 500-268 and SATEC. We carried out experiments that allowed us to assess a number of the Russian proprietary software tools and open-source tools. We came to the conclusion that it is of paramount importance to develop Russian regulatory framework for testing software security (firstly, for controlling undocumented features and evaluating the quality of static security code analyzers.

  3. LIONS: a new set of Fortran 90 codes for the SPIRAL project at GANIL

    International Nuclear Information System (INIS)

    Bertrand, P.

    1994-01-01

    A set of new computer programs developed at GANIL is presented; these codes are used to study different parts of the SPIRAL project (a new radioactive ion beam facility), and particularly the dynamics in the CIME cyclotron, its injection inflector, and the new extraction system of the ECR ion sources. Three important modules are described: CHA3D for the evaluation of 3D electric fields with or without space charge effects, LIONS for the motion of ions and EXTRACT for the ECRIS extraction. These modules are written in Fortran 90 in a ''data parallel scheme''. They work either on UNIX workstations or parallel and vectorial computers. (author). 5 figs., 5 refs

  4. The formal specification of abstract data types and their implementation in Fortran 90: implementation issues concerning the use of pointers

    Science.gov (United States)

    Maley, D.; Kilpatrick, P. L.; Schreiner, E. W.; Scott, N. S.; Diercksen, G. H. F.

    1996-10-01

    In this paper we continue our investigation into the development of computational-science software based on the identification and formal specification of Abstract Data Types (ADTs) and their implementation in Fortran 90. In particular, we consider the consequences of using pointers when implementing a formally specified ADT in Fortran 90. Our aim is to highlight the resulting conflict between the goal of information hiding, which is central to the ADT methodology, and the space efficiency of the implementation. We show that the issue of storage recovery cannot be avoided by the ADT user, and present a range of implementations of a simple ADT to illustrate various approaches towards satisfactory storage management. Finally, we propose a set of guidelines for implementing ADTs using pointers in Fortran 90. These guidelines offer a way gracefully to provide disposal operations in Fortran 90. Such an approach is desirable since Fortran 90 does not provide automatic garbage collection which is offered by many object-oriented languages including Eiffel, Java, Smalltalk, and Simula.

  5. MEDINA: MECCA Development in Accelerators – KPP Fortran to CUDA source-to-source Pre-processor

    Directory of Open Access Journals (Sweden)

    Michail Alvanos

    2017-04-01

    Full Text Available The global climate model ECHAM/MESSy Atmospheric Chemistry (EMAC is a modular global model that simulates climate change and air quality scenarios. The application includes different sub-models for the calculation of chemical species concentrations, their interaction with land and sea, and the human interaction. The paper presents a source-to-source parser that enables support for Graphics Processing Units (GPU by the Kinetic Pre-Processor (KPP general purpose open-source software tool. The requirements of the host system are also described. The source code of the source-to-source parser is available under the MIT License.

  6. Evaluation of Residue Based Power Oscillation Damping Control of Inter-area Oscillations for Static Power Sources

    DEFF Research Database (Denmark)

    Adamczyk, Andrzej Grzegorz; Teodorescu, Remus; Iov, Florin

    2012-01-01

    Low frequency inter-area oscillations are known stability issue of large interconnected electrical grids. It was demonstrated that additional control loop can be applied for static power sources, like FACTS, HVDC or modern Wind Power Plants, to modulate their power output and successfully attenuate......, it is proposed to give more attention to additional indices like transfer function zero location and interactions between mode of interest and other system dynamics. Consequently, additional rules are proposed for residue based damping control design....

  7. RODDRP - A FORTRAN program for use in control rod calibration by the rod drop method

    International Nuclear Information System (INIS)

    Wilson, W.E.

    1972-01-01

    The different methods to measure reactivity which are applicable to control rod calibration are discussed. They include: 1) the positive period method, 2) the rod drop method, 3) the source-jerk method, 4) the rod oscillation method, and 5) the pulsed neutron method. The instrument setup used at WSU for rod drop measurements is presented. To speed up the analysis of power fall-off trace, a FORTRAN IV program called RODDRP was written to simultaneously solve the in-hour equation and relative neutron flux. The procedure for calculating the worth of the rod that produced the power trace is given. The reactivity for each time relative flux point is obtained. Conclusions about the status of the equipment are made

  8. A Fortran Program for Deep Space Sensor Analysis.

    Science.gov (United States)

    1984-12-14

    used to help p maintain currency to the deep space satellite catelog? Research Question Can a Fortran program be designed to evaluate the effectiveness ...Range ( AFETR ) Range p Measurements Laboratory (RML) is located in Malibar, .- Florida. Like GEODSS, Malibar uses a 48 inch telescope with a...phased out. This mode will evaluate the effect of the loss of the 3 Baker-Nunn sites to mode 3 Mode 5 through Mode 8 Modes 5 through 8 are identical to

  9. An environment for parallel structuring of Fortran programs

    International Nuclear Information System (INIS)

    Sridharan, K.; McShea, M.; Denton, C.; Eventoff, B.; Browne, J.C.; Newton, P.; Ellis, M.; Grossbard, D.; Wise, T.; Clemmer, D.

    1990-01-01

    The paper describes and illustrates an environment for interactive support of the detection and implementation of macro-level parallelism in Fortran programs. The approach couples algorithms for dependence analysis with both innovative techniques for complexity management and capabilities for the measurement and analysis of the parallel computation structures generated through use of the environment. The resulting environment is complementary to the more common approach of seeking local parallelism by loop unrolling, either by an automatic compiler or manually. (orig.)

  10. DB90: A Fortran Callable Relational Database Routine for Scientific and Engineering Computer Programs

    Science.gov (United States)

    Wrenn, Gregory A.

    2005-01-01

    This report describes a database routine called DB90 which is intended for use with scientific and engineering computer programs. The software is written in the Fortran 90/95 programming language standard with file input and output routines written in the C programming language. These routines should be completely portable to any computing platform and operating system that has Fortran 90/95 and C compilers. DB90 allows a program to supply relation names and up to 5 integer key values to uniquely identify each record of each relation. This permits the user to select records or retrieve data in any desired order.

  11. A brief description and comparison of programming languages FORTRAN, ALGOL, COBOL, PL/1, and LISP 1.5 from a critical standpoint

    Science.gov (United States)

    Mathur, F. P.

    1972-01-01

    Several common higher level program languages are described. FORTRAN, ALGOL, COBOL, PL/1, and LISP 1.5 are summarized and compared. FORTRAN is the most widely used scientific programming language. ALGOL is a more powerful language for scientific programming. COBOL is used for most commercial programming applications. LISP 1.5 is primarily a list-processing language. PL/1 attempts to combine the desirable features of FORTRAN, ALGOL, and COBOL into a single language.

  12. IMAGEP - A FORTRAN ALGORITHM FOR DIGITAL IMAGE PROCESSING

    Science.gov (United States)

    Roth, D. J.

    1994-01-01

    IMAGEP is a FORTRAN computer algorithm containing various image processing, analysis, and enhancement functions. It is a keyboard-driven program organized into nine subroutines. Within the subroutines are other routines, also, selected via keyboard. Some of the functions performed by IMAGEP include digitization, storage and retrieval of images; image enhancement by contrast expansion, addition and subtraction, magnification, inversion, and bit shifting; display and movement of cursor; display of grey level histogram of image; and display of the variation of grey level intensity as a function of image position. This algorithm has possible scientific, industrial, and biomedical applications in material flaw studies, steel and ore analysis, and pathology, respectively. IMAGEP is written in VAX FORTRAN for DEC VAX series computers running VMS. The program requires the use of a Grinnell 274 image processor which can be obtained from Mark McCloud Associates, Campbell, CA. An object library of the required GMR series software is included on the distribution media. IMAGEP requires 1Mb of RAM for execution. The standard distribution medium for this program is a 1600 BPI 9track magnetic tape in VAX FILES-11 format. It is also available on a TK50 tape cartridge in VAX FILES-11 format. This program was developed in 1991. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation.

  13. Static Einstein--Maxwell field equations

    International Nuclear Information System (INIS)

    Das, A.

    1979-01-01

    The static Einstein--Maxwell field equations are investigated in the presence of both electric and magnetic fields. The sources or bodies are assumed to be of finite size and to not affect the connectivity of the associated space. Furthermore, electromagnetic and metric fields are assumed to have reasonable differentiabilities. It is then proved that the electric and magnetic field vectors are constant multiples of one another. Moreover, the static Einstein--Maxwell equations reduce to the static magnetovac case. If, furthermore, the variational derivation of the Einstein--Maxwell equations is assumed, then both the total electric and magnetic charge of each body must vanish. As a physical consequence it is pointed out that if a suspended magnet be electrically charged then it must experience a purely general relativistic torque

  14. Pseudo-BINPUT, a free formal input package for Fortran programmes

    International Nuclear Information System (INIS)

    Gubbins, M.E.

    1977-11-01

    Pseudo - BINPUT is an input package for reading free format data in codeword control in a FORTRAN programme. To a large degree it mimics in function the Winfrith Subroutine Library routine BINPUT. By using calls of the data input package DECIN to mimic the input routine BINPUT, Pseudo - BINPUT combines some of the advantages of both systems. (U.K.)

  15. Final Report, Center for Programming Models for Scalable Parallel Computing: Co-Array Fortran, Grant Number DE-FC02-01ER25505

    Energy Technology Data Exchange (ETDEWEB)

    Robert W. Numrich

    2008-04-22

    The major accomplishment of this project is the production of CafLib, an 'object-oriented' parallel numerical library written in Co-Array Fortran. CafLib contains distributed objects such as block vectors and block matrices along with procedures, attached to each object, that perform basic linear algebra operations such as matrix multiplication, matrix transpose and LU decomposition. It also contains constructors and destructors for each object that hide the details of data decomposition from the programmer, and it contains collective operations that allow the programmer to calculate global reductions, such as global sums, global minima and global maxima, as well as vector and matrix norms of several kinds. CafLib is designed to be extensible in such a way that programmers can define distributed grid and field objects, based on vector and matrix objects from the library, for finite difference algorithms to solve partial differential equations. A very important extra benefit that resulted from the project is the inclusion of the co-array programming model in the next Fortran standard called Fortran 2008. It is the first parallel programming model ever included as a standard part of the language. Co-arrays will be a supported feature in all Fortran compilers, and the portability provided by standardization will encourage a large number of programmers to adopt it for new parallel application development. The combination of object-oriented programming in Fortran 2003 with co-arrays in Fortran 2008 provides a very powerful programming model for high-performance scientific computing. Additional benefits from the project, beyond the original goal, include a programto provide access to the co-array model through access to the Cray compiler as a resource for teaching and research. Several academics, for the first time, included the co-array model as a topic in their courses on parallel computing. A separate collaborative project with LANL and PNNL showed how to

  16. Implementation of the Next Generation Attenuation (NGA) ground-motion prediction equations in Fortran and R

    Science.gov (United States)

    Kaklamanos, James; Boore, David M.; Thompson, Eric M.; Campbell, Kenneth W.

    2010-01-01

    This report presents two methods for implementing the earthquake ground-motion prediction equations released in 2008 as part of the Next Generation Attenuation of Ground Motions (NGA-West, or NGA) project coordinated by the Pacific Earthquake Engineering Research Center (PEER). These models were developed for predicting ground-motion parameters for shallow crustal earthquakes in active tectonic regions (such as California). Of the five ground-motion prediction equations (GMPEs) developed during the NGA project, four models are implemented: the GMPEs of Abrahamson and Silva (2008), Boore and Atkinson (2008), Campbell and Bozorgnia (2008), and Chiou and Youngs (2008a); these models are abbreviated as AS08, BA08, CB08, and CY08, respectively. Since site response is widely recognized as an important influence of ground motions, engineering applications typically require that such effects be modeled. The model of Idriss (2008) is not implemented in our programs because it does not explicitly include site response, whereas the other four models include site response and use the same variable to describe the site condition (VS30). We do not intend to discourage the use of the Idriss (2008) model, but we have chosen to implement the other four NGA models in our programs for those users who require ground-motion estimates for various site conditions. We have implemented the NGA models by using two separate programming languages: Fortran and R (R Development Core Team, 2010). Fortran, a compiled programming language, has been used in the scientific community for decades. R is an object-oriented language and environment for statistical computing that is gaining popularity in the statistical and scientific community. Derived from the S language and environment developed at Bell Laboratories, R is an open-source language that is freely available at http://www.r-project.org/ (last accessed 11 January 2011). In R, the functions for computing the NGA equations can be loaded as an

  17. Mass: Fortran program for calculating mass-absorption coefficients

    International Nuclear Information System (INIS)

    Nielsen, Aa.; Svane Petersen, T.

    1980-01-01

    Determinations of mass-absorption coefficients in the x-ray analysis of trace elements are an important and time consuming part of the arithmetic calculation. In the course of time different metods have been used. The program MASS calculates the mass-absorption coefficients from a given major element analysis at the x-ray wavelengths normally used in trace element determinations and lists the chemical analysis and the mass-absorption coefficients. The program is coded in FORTRAN IV, and is operational on the IBM 370/165 computer, on the UNIVAC 1110 and on PDP 11/05. (author)

  18. Open-Source Development of the Petascale Reactive Flow and Transport Code PFLOTRAN

    Science.gov (United States)

    Hammond, G. E.; Andre, B.; Bisht, G.; Johnson, T.; Karra, S.; Lichtner, P. C.; Mills, R. T.

    2013-12-01

    Open-source software development has become increasingly popular in recent years. Open-source encourages collaborative and transparent software development and promotes unlimited free redistribution of source code to the public. Open-source development is good for science as it reveals implementation details that are critical to scientific reproducibility, but generally excluded from journal publications. In addition, research funds that would have been spent on licensing fees can be redirected to code development that benefits more scientists. In 2006, the developers of PFLOTRAN open-sourced their code under the U.S. Department of Energy SciDAC-II program. Since that time, the code has gained popularity among code developers and users from around the world seeking to employ PFLOTRAN to simulate thermal, hydraulic, mechanical and biogeochemical processes in the Earth's surface/subsurface environment. PFLOTRAN is a massively-parallel subsurface reactive multiphase flow and transport simulator designed from the ground up to run efficiently on computing platforms ranging from the laptop to leadership-class supercomputers, all from a single code base. The code employs domain decomposition for parallelism and is founded upon the well-established and open-source parallel PETSc and HDF5 frameworks. PFLOTRAN leverages modern Fortran (i.e. Fortran 2003-2008) in its extensible object-oriented design. The use of this progressive, yet domain-friendly programming language has greatly facilitated collaboration in the code's software development. Over the past year, PFLOTRAN's top-level data structures were refactored as Fortran classes (i.e. extendible derived types) to improve the flexibility of the code, ease the addition of new process models, and enable coupling to external simulators. For instance, PFLOTRAN has been coupled to the parallel electrical resistivity tomography code E4D to enable hydrogeophysical inversion while the same code base can be used as a third

  19. SMMP v. 3.0—Simulating proteins and protein interactions in Python and Fortran

    Science.gov (United States)

    Meinke, Jan H.; Mohanty, Sandipan; Eisenmenger, Frank; Hansmann, Ulrich H. E.

    2008-03-01

    We describe a revised and updated version of the program package SMMP. SMMP is an open-source FORTRAN package for molecular simulation of proteins within the standard geometry model. It is designed as a simple and inexpensive tool for researchers and students to become familiar with protein simulation techniques. SMMP 3.0 sports a revised API increasing its flexibility, an implementation of the Lund force field, multi-molecule simulations, a parallel implementation of the energy function, Python bindings, and more. Program summaryTitle of program:SMMP Catalogue identifier:ADOJ_v3_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADOJ_v3_0.html Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Licensing provisions:Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html Programming language used:FORTRAN, Python No. of lines in distributed program, including test data, etc.:52 105 No. of bytes in distributed program, including test data, etc.:599 150 Distribution format:tar.gz Computer:Platform independent Operating system:OS independent RAM:2 Mbytes Classification:3 Does the new version supersede the previous version?:Yes Nature of problem:Molecular mechanics computations and Monte Carlo simulation of proteins. Solution method:Utilizes ECEPP2/3, FLEX, and Lund potentials. Includes Monte Carlo simulation algorithms for canonical, as well as for generalized ensembles. Reasons for new version:API changes and increased functionality. Summary of revisions:Added Lund potential; parameters used in subroutines are now passed as arguments; multi-molecule simulations; parallelized energy calculation for ECEPP; Python bindings. Restrictions:The consumed CPU time increases with the size of protein molecule. Running time:Depends on the size of the simulated molecule.

  20. Fortran code for SU(3) lattice gauge theory with and without MPI checkerboard parallelization

    Science.gov (United States)

    Berg, Bernd A.; Wu, Hao

    2012-10-01

    We document plain Fortran and Fortran MPI checkerboard code for Markov chain Monte Carlo simulations of pure SU(3) lattice gauge theory with the Wilson action in D dimensions. The Fortran code uses periodic boundary conditions and is suitable for pedagogical purposes and small scale simulations. For the Fortran MPI code two geometries are covered: the usual torus with periodic boundary conditions and the double-layered torus as defined in the paper. Parallel computing is performed on checkerboards of sublattices, which partition the full lattice in one, two, and so on, up to D directions (depending on the parameters set). For updating, the Cabibbo-Marinari heatbath algorithm is used. We present validations and test runs of the code. Performance is reported for a number of currently used Fortran compilers and, when applicable, MPI versions. For the parallelized code, performance is studied as a function of the number of processors. Program summary Program title: STMC2LSU3MPI Catalogue identifier: AEMJ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEMJ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 26666 No. of bytes in distributed program, including test data, etc.: 233126 Distribution format: tar.gz Programming language: Fortran 77 compatible with the use of Fortran 90/95 compilers, in part with MPI extensions. Computer: Any capable of compiling and executing Fortran 77 or Fortran 90/95, when needed with MPI extensions. Operating system: Red Hat Enterprise Linux Server 6.1 with OpenMPI + pgf77 11.8-0, Centos 5.3 with OpenMPI + gfortran 4.1.2, Cray XT4 with MPICH2 + pgf90 11.2-0. Has the code been vectorised or parallelized?: Yes, parallelized using MPI extensions. Number of processors used: 2 to 11664 RAM: 200 Mega bytes per process. Classification: 11

  1. DISPPAK SUBPAK, MS FORTRAN Extended Subroutine Library

    International Nuclear Information System (INIS)

    Langer, S.

    1991-01-01

    1 - Description of program or function: DISPPAK is a set of routines for use with Microsoft FORTRAN programs that allows the flexible display of information on the screen of an IBM PC in both text and graphics modes. The text mode routines allow the cursor to be placed at an arbitrary point on the screen and text to be displayed at the cursor location, making it possible to create menus and other structured displays. A routine to set the color of the characters that these routines display is also provided. A set of line drawing routines is included for use with IBM's Color Graphics Adapter or an equivalent board (such as the Enhanced Graphics Adapter in CGA emulation mode). These routines support both pixel coordinates and a user-specified set of real number coordinates. SUBPAK is a function library which allows Microsoft FORTRAN programs to calculate random numbers, issue calls to the operating system, read individual characters from the keyboard, perform Boolean and shift operations, and communicate with the I/O ports of the IBM PC. In addition, peek and poke routines, a routine that returns the address of any variable, and routines that can access the system time and date are included. 2 - Method of solution: For the DISPPAK line drawing routines, the user selects a fraction of the screen to use for plotting, chooses the coordinates that refer to the lower-left and upper-right corners, and decides whether the mapping should be linear or logarithmic. Lines are then drawn between endpoints defined in terms of the user coordinate system. Out-of-range coordinates are forced to the border of the window before the line is drawn. 3 - Restrictions on the complexity of the problem: No support is provided for filled areas or text

  2. Optimization of Grillages Using Genetic Algorithms for Integrating Matlab and Fortran Environments

    Directory of Open Access Journals (Sweden)

    Darius Mačiūnas

    2013-02-01

    Full Text Available The purpose of the paper is to present technology applied for the global optimization of grillage-type pile foundations (further grillages. The goal of optimization is to obtain the optimal layout of pile placement in the grillages. The problem can be categorized as a topology optimization problem. The objective function is comprised of maximum reactive force emerging in a pile. The reactive force is minimized during the procedure of optimization during which variables enclose the positions of piles beneath connecting beams. Reactive forces in all piles are computed utilizing an original algorithm implemented in the Fortran programming language. The algorithm is integrated into the MatLab environment where the optimization procedure is executed utilizing a genetic algorithm. The article also describes technology enabling the integration of MatLab and Fortran environments. The authors seek to evaluate the quality of a solution to the problem analyzing experimental results obtained applying the proposed technology.

  3. Optimization of Grillages Using Genetic Algorithms for Integrating Matlab and Fortran Environments

    Directory of Open Access Journals (Sweden)

    Darius Mačiūnas

    2012-12-01

    Full Text Available The purpose of the paper is to present technology applied for the global optimization of grillage-type pile foundations (further grillages. The goal of optimization is to obtain the optimal layout of pile placement in the grillages. The problem can be categorized as a topology optimization problem. The objective function is comprised of maximum reactive force emerging in a pile. The reactive force is minimized during the procedure of optimization during which variables enclose the positions of piles beneath connecting beams. Reactive forces in all piles are computed utilizing an original algorithm implemented in the Fortran programming language. The algorithm is integrated into the MatLab environment where the optimization procedure is executed utilizing a genetic algorithm. The article also describes technology enabling the integration of MatLab and Fortran environments. The authors seek to evaluate the quality of a solution to the problem analyzing experimental results obtained applying the proposed technology.

  4. FORTRAN subroutine for computing the optimal estimate of f(x)

    International Nuclear Information System (INIS)

    Gaffney, P.W.

    1980-10-01

    A FORTRAN subroutine called RANGE is presented that is designed to compute the optimal estimate of a function f given values of the function at n distinct points x 1 2 < ... < x/sub n/ and given a bound on one of the derivatives of f. We donate this estimate by Ω. It is optimal in the sense that the error abs value (f - Ω) has the smallest possible error bound

  5. Implementation of inter-unit analysis for C and C++ languages in a source-based static code analyzer

    Directory of Open Access Journals (Sweden)

    A. V. Sidorin

    2015-01-01

    Full Text Available The proliferation of automated testing capabilities arises a need for thorough testing of large software systems, including system inter-component interfaces. The objective of this research is to build a method for inter-procedural inter-unit analysis, which allows us to analyse large and complex software systems including multi-architecture projects (like Android OS as well as to support complex assembly systems of projects. Since the selected Clang Static Analyzer uses source code directly as input data, we need to develop a special technique to enable inter-unit analysis for such analyzer. This problem is of special nature because of C and C++ language features that assume and encourage the separate compilation of project files. We describe the build and analysis system that was implemented around Clang Static Analyzer to enable inter-unit analysis and consider problems related to support of complex projects. We also consider the task of merging abstract source trees of translation units and its related problems such as handling conflicting definitions, complex build systems and complex projects support, including support for multi-architecture projects, with examples. We consider both issues related to language design and human-related mistakes (that may be intentional. We describe some heuristics that were used for this work to make the merging process faster. The developed system was tested using Android OS as the input to show it is applicable even for such complicated projects. This system does not depend on the inter-procedural analysis method and allows the arbitrary change of its algorithm.

  6. Calculation of beam source geometry of electron accelerator for radiation technologies

    International Nuclear Information System (INIS)

    Balalykin, N.I.; Derendyaev, Yu.S.; Dolbilov, G.V.; Karlov, A.A.; Korenev, S.A.; Petrov, V.A.; Smolyakova, T.F.

    1994-01-01

    ELLIPT and GRAFOR programmes written in FORTRAN language were developed to calculate the geometry of an electron source. The programmes enable calculation of electromagnetic field of the source and electron trajectories in the source under preset boundary and initial conditions. The GRAFOR programme allows to display electric field curves and calculated trajectories of large particles. 4 refs., 1 fig

  7. On the tradeoffs of programming language choice for numerical modelling in geoscience. A case study comparing modern Fortran, C++/Blitz++ and Python/NumPy.

    Science.gov (United States)

    Jarecka, D.; Arabas, S.; Fijalkowski, M.; Gaynor, A.

    2012-04-01

    The language of choice for numerical modelling in geoscience has long been Fortran. A choice of a particular language and coding paradigm comes with different set of tradeoffs such as that between performance, ease of use (and ease of abuse), code clarity, maintainability and reusability, availability of open source compilers, debugging tools, adequate external libraries and parallelisation mechanisms. The availability of trained personnel and the scale and activeness of the developer community is of importance as well. We present a short comparison study aimed at identification and quantification of these tradeoffs for a particular example of an object oriented implementation of a parallel 2D-advection-equation solver in Python/NumPy, C++/Blitz++ and modern Fortran. The main angles of comparison will be complexity of implementation, performance of various compilers or interpreters and characterisation of the "added value" gained by a particular choice of the language. The choice of the numerical problem is dictated by the aim to make the comparison useful and meaningful to geoscientists. Python is chosen as a language that traditionally is associated with ease of use, elegant syntax but limited performance. C++ is chosen for its traditional association with high performance but even higher complexity and syntax obscurity. Fortran is included in the comparison for its widespread use in geoscience often attributed to its performance. We confront the validity of these traditional views. We point out how the usability of a particular language in geoscience depends on the characteristics of the language itself and the availability of pre-existing software libraries (e.g. NumPy, SciPy, PyNGL, PyNIO, MPI4Py for Python and Blitz++, Boost.Units, Boost.MPI for C++). Having in mind the limited complexity of the considered numerical problem, we present a tentative comparison of performance of the three implementations with different open source compilers including CPython and

  8. Analyzing the State of Static Analysis : A Large-Scale Evaluation in Open Source Software

    NARCIS (Netherlands)

    Beller, M.; Bholanath, R.; McIntosh, S.; Zaidman, A.E.

    2016-01-01

    The use of automatic static analysis has been a software engineering best practice for decades. However, we still do not know a lot about its use in real-world software projects: How prevalent is the use of Automated Static Analysis Tools (ASATs) such as FindBugs and JSHint? How do developers use

  9. Fortran programs for the time-dependent Gross-Pitaevskii equation in a fully anisotropic trap

    Science.gov (United States)

    Muruganandam, P.; Adhikari, S. K.

    2009-10-01

    Here we develop simple numerical algorithms for both stationary and non-stationary solutions of the time-dependent Gross-Pitaevskii (GP) equation describing the properties of Bose-Einstein condensates at ultra low temperatures. In particular, we consider algorithms involving real- and imaginary-time propagation based on a split-step Crank-Nicolson method. In a one-space-variable form of the GP equation we consider the one-dimensional, two-dimensional circularly-symmetric, and the three-dimensional spherically-symmetric harmonic-oscillator traps. In the two-space-variable form we consider the GP equation in two-dimensional anisotropic and three-dimensional axially-symmetric traps. The fully-anisotropic three-dimensional GP equation is also considered. Numerical results for the chemical potential and root-mean-square size of stationary states are reported using imaginary-time propagation programs for all the cases and compared with previously obtained results. Also presented are numerical results of non-stationary oscillation for different trap symmetries using real-time propagation programs. A set of convenient working codes developed in Fortran 77 are also provided for all these cases (twelve programs in all). In the case of two or three space variables, Fortran 90/95 versions provide some simplification over the Fortran 77 programs, and these programs are also included (six programs in all). Program summaryProgram title: (i) imagetime1d, (ii) imagetime2d, (iii) imagetime3d, (iv) imagetimecir, (v) imagetimesph, (vi) imagetimeaxial, (vii) realtime1d, (viii) realtime2d, (ix) realtime3d, (x) realtimecir, (xi) realtimesph, (xii) realtimeaxial Catalogue identifier: AEDU_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEDU_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data

  10. Real time interrupt handling using FORTRAN IV plus under RSX-11M

    International Nuclear Information System (INIS)

    Schultz, D.E.

    1981-01-01

    A real-time data acquisition application for a linear accelerator is described. The important programming features of this application are use of connect to interrupt, a shared library, map to I/O page, and a shared data area. How you can provide rapid interrupt handling using these tools from FORTRAN IV PLUS is explained

  11. DDT: A Research Tool for Automatic Data Distribution in High Performance Fortran

    Directory of Open Access Journals (Sweden)

    Eduard AyguadÉ

    1997-01-01

    Full Text Available This article describes the main features and implementation of our automatic data distribution research tool. The tool (DDT accepts programs written in Fortran 77 and generates High Performance Fortran (HPF directives to map arrays onto the memories of the processors and parallelize loops, and executable statements to remap these arrays. DDT works by identifying a set of computational phases (procedures and loops. The algorithm builds a search space of candidate solutions for these phases which is explored looking for the combination that minimizes the overall cost; this cost includes data movement cost and computation cost. The movement cost reflects the cost of accessing remote data during the execution of a phase and the remapping costs that have to be paid in order to execute the phase with the selected mapping. The computation cost includes the cost of executing a phase in parallel according to the selected mapping and the owner computes rule. The tool supports interprocedural analysis and uses control flow information to identify how phases are sequenced during the execution of the application.

  12. Extending and Enhancing SAS (Static Analysis Suite)

    CERN Document Server

    Ho, David

    2016-01-01

    The Static Analysis Suite (SAS) is an open-source software package used to perform static analysis on C and C++ code, helping to ensure safety, readability and maintainability. In this Summer Student project, SAS was enhanced to improve ease of use and user customisation. A straightforward method of integrating static analysis into a project at compilation time was provided using the automated build tool CMake. The process of adding checkers to the suite was streamlined and simplied by developing an automatic code generator. To make SAS more suitable for continuous integration, a reporting mechanism summarising results was added. This suitability has been demonstrated by inclusion of SAS in the Future Circular Collider Software nightly build system. Scalability of the improved package was demonstrated by using the tool to analyse the ROOT code base.

  13. Open source Matrix Product States: Opening ways to simulate entangled many-body quantum systems in one dimension

    Science.gov (United States)

    Jaschke, Daniel; Wall, Michael L.; Carr, Lincoln D.

    2018-04-01

    Numerical simulations are a powerful tool to study quantum systems beyond exactly solvable systems lacking an analytic expression. For one-dimensional entangled quantum systems, tensor network methods, amongst them Matrix Product States (MPSs), have attracted interest from different fields of quantum physics ranging from solid state systems to quantum simulators and quantum computing. Our open source MPS code provides the community with a toolset to analyze the statics and dynamics of one-dimensional quantum systems. Here, we present our open source library, Open Source Matrix Product States (OSMPS), of MPS methods implemented in Python and Fortran2003. The library includes tools for ground state calculation and excited states via the variational ansatz. We also support ground states for infinite systems with translational invariance. Dynamics are simulated with different algorithms, including three algorithms with support for long-range interactions. Convenient features include built-in support for fermionic systems and number conservation with rotational U(1) and discrete Z2 symmetries for finite systems, as well as data parallelism with MPI. We explain the principles and techniques used in this library along with examples of how to efficiently use the general interfaces to analyze the Ising and Bose-Hubbard models. This description includes the preparation of simulations as well as dispatching and post-processing of them.

  14. Application of Pfortran and Co-Array Fortran in the Parallelization of the GROMOS96 Molecular Dynamics Module

    Directory of Open Access Journals (Sweden)

    Piotr Bała

    2001-01-01

    Full Text Available After at least a decade of parallel tool development, parallelization of scientific applications remains a significant undertaking. Typically parallelization is a specialized activity supported only partially by the programming tool set, with the programmer involved with parallel issues in addition to sequential ones. The details of concern range from algorithm design down to low-level data movement details. The aim of parallel programming tools is to automate the latter without sacrificing performance and portability, allowing the programmer to focus on algorithm specification and development. We present our use of two similar parallelization tools, Pfortran and Cray's Co-Array Fortran, in the parallelization of the GROMOS96 molecular dynamics module. Our parallelization started from the GROMOS96 distribution's shared-memory implementation of the replicated algorithm, but used little of that existing parallel structure. Consequently, our parallelization was close to starting with the sequential version. We found the intuitive extensions to Pfortran and Co-Array Fortran helpful in the rapid parallelization of the project. We present performance figures for both the Pfortran and Co-Array Fortran parallelizations showing linear speedup within the range expected by these parallelization methods.

  15. Running the EGS4 Monte Carlo code with Fortran 90 on a pentium computer

    International Nuclear Information System (INIS)

    Caon, M.; Bibbo, G.; Pattison, J.

    1996-01-01

    The possibility to run the EGS4 Monte Carlo code radiation transport system for medical radiation modelling on a microcomputer is discussed. This has been done using a Fortran 77 compiler with a 32-bit memory addressing system running under a memory extender operating system. In addition a virtual memory manager such as QEMM386 was required. It has successfully run on a SUN Sparcstation2. In 1995 faster Pentium-based microcomputers became available as did the Windows 95 operating system which can handle 32-bit programs, multitasking and provides its own virtual memory management. The paper describe how with simple modification to the batch files it was possible to run EGS4 on a Pentium under Fortran 90 and Windows 95. This combination of software and hardware is cheaper and faster than running it on a SUN Sparcstation2. 8 refs., 1 tab

  16. Running the EGS4 Monte Carlo code with Fortran 90 on a pentium computer

    Energy Technology Data Exchange (ETDEWEB)

    Caon, M. [Flinders Univ. of South Australia, Bedford Park, SA (Australia)]|[Univercity of South Australia, SA (Australia); Bibbo, G. [Womens and Childrens hospital, SA (Australia); Pattison, J. [Univercity of South Australia, SA (Australia)

    1996-09-01

    The possibility to run the EGS4 Monte Carlo code radiation transport system for medical radiation modelling on a microcomputer is discussed. This has been done using a Fortran 77 compiler with a 32-bit memory addressing system running under a memory extender operating system. In addition a virtual memory manager such as QEMM386 was required. It has successfully run on a SUN Sparcstation2. In 1995 faster Pentium-based microcomputers became available as did the Windows 95 operating system which can handle 32-bit programs, multitasking and provides its own virtual memory management. The paper describe how with simple modification to the batch files it was possible to run EGS4 on a Pentium under Fortran 90 and Windows 95. This combination of software and hardware is cheaper and faster than running it on a SUN Sparcstation2. 8 refs., 1 tab.

  17. The FORTRAN NALAP code adapted to a microcomputer compiler

    International Nuclear Information System (INIS)

    Lobo, Paulo David de Castro; Borges, Eduardo Madeira; Braz Filho, Francisco Antonio; Guimaraes, Lamartine Nogueira Frutuoso

    2010-01-01

    The Nuclear Energy Division of the Institute for Advanced Studies (IEAv) is conducting the TERRA project (TEcnologia de Reatores Rapidos Avancados), Technology for Advanced Fast Reactors project, aimed at a space reactor application. In this work, to attend the TERRA project, the NALAP code adapted to a microcomputer compiler called Compaq Visual Fortran (Version 6.6) is presented. This code, adapted from the light water reactor transient code RELAP 3B, simulates thermal-hydraulic responses for sodium cooled fast reactors. The strategy to run the code in a PC was divided in some steps mainly to remove unnecessary routines, to eliminate old statements, to introduce new ones and also to include extension precision mode. The source program was able to solve three sample cases under conditions of protected transients suggested in literature: the normal reactor shutdown, with a delay of 200 ms to start the control rod movement and a delay of 500 ms to stop the pumps; reactor scram after transient of loss of flow; and transients protected from overpower. Comparisons were made with results from the time when the NALAP code was acquired by the IEAv, back in the 80's. All the responses for these three simulations reproduced the calculations performed with the CDC compiler in 1985. Further modifications will include the usage of gas as coolant for the nuclear reactor to allow a Closed Brayton Cycle Loop - CBCL - to be used as a heat/electric converter. (author)

  18. The FORTRAN NALAP code adapted to a microcomputer compiler

    Energy Technology Data Exchange (ETDEWEB)

    Lobo, Paulo David de Castro; Borges, Eduardo Madeira; Braz Filho, Francisco Antonio; Guimaraes, Lamartine Nogueira Frutuoso, E-mail: plobo.a@uol.com.b, E-mail: eduardo@ieav.cta.b, E-mail: fbraz@ieav.cta.b, E-mail: guimarae@ieav.cta.b [Instituto de Estudos Avancados (IEAv/CTA), Sao Jose dos Campos, SP (Brazil)

    2010-07-01

    The Nuclear Energy Division of the Institute for Advanced Studies (IEAv) is conducting the TERRA project (TEcnologia de Reatores Rapidos Avancados), Technology for Advanced Fast Reactors project, aimed at a space reactor application. In this work, to attend the TERRA project, the NALAP code adapted to a microcomputer compiler called Compaq Visual Fortran (Version 6.6) is presented. This code, adapted from the light water reactor transient code RELAP 3B, simulates thermal-hydraulic responses for sodium cooled fast reactors. The strategy to run the code in a PC was divided in some steps mainly to remove unnecessary routines, to eliminate old statements, to introduce new ones and also to include extension precision mode. The source program was able to solve three sample cases under conditions of protected transients suggested in literature: the normal reactor shutdown, with a delay of 200 ms to start the control rod movement and a delay of 500 ms to stop the pumps; reactor scram after transient of loss of flow; and transients protected from overpower. Comparisons were made with results from the time when the NALAP code was acquired by the IEAv, back in the 80's. All the responses for these three simulations reproduced the calculations performed with the CDC compiler in 1985. Further modifications will include the usage of gas as coolant for the nuclear reactor to allow a Closed Brayton Cycle Loop - CBCL - to be used as a heat/electric converter. (author)

  19. Observing the Forces Involved in Static Friction under Static Situations

    Science.gov (United States)

    Kaplan, Daniel

    2013-01-01

    Static friction is an important concept in introductory physics. Later in the year students apply their understanding of static friction under more complex conditions of static equilibrium. Traditional lab demonstrations in this case involve exceeding of the maximum level of static friction, resulting in the "onset of motion." (Contains…

  20. SLACINPT - a FORTRAN program that generates boundary data for the SLAC gun code

    International Nuclear Information System (INIS)

    Michel, W.L.; Hepburn, J.D.

    1982-03-01

    The FORTRAN program SLACINPT was written to simplify the preparation of boundary data for the SLAC gun code. In SLACINPT, the boundary is described by a sequence of straight line or arc segments. From these, the program generates the individual boundary mesh point data, required as input by the SLAC gun code

  1. Innovative Language-Based & Object-Oriented Structured AMR Using Fortran 90 and OpenMP

    Science.gov (United States)

    Norton, C.; Balsara, D.

    1999-01-01

    Parallel adaptive mesh refinement (AMR) is an important numerical technique that leads to the efficient solution of many physical and engineering problems. In this paper, we describe how AMR programing can be performed in an object-oreinted way using the modern aspects of Fortran 90 combined with the parallelization features of OpenMP.

  2. PEBBLES Simulation of Static Friction and New Static Friction Benchmark

    International Nuclear Information System (INIS)

    Cogliati, Joshua J.; Ougouag, Abderrafi M.

    2010-01-01

    Pebble bed reactors contain large numbers of spherical fuel elements arranged randomly. Determining the motion and location of these fuel elements is required for calculating certain parameters of pebble bed reactor operation. This paper documents the PEBBLES static friction model. This model uses a three dimensional differential static friction approximation extended from the two dimensional Cundall and Strack model. The derivation of determining the rotational transformation of pebble to pebble static friction force is provided. A new implementation for a differential rotation method for pebble to container static friction force has been created. Previous published methods are insufficient for pebble bed reactor geometries. A new analytical static friction benchmark is documented that can be used to verify key static friction simulation parameters. This benchmark is based on determining the exact pebble to pebble and pebble to container static friction coefficients required to maintain a stable five sphere pyramid.

  3. QEDMOD: Fortran program for calculating the model Lamb-shift operator

    Science.gov (United States)

    Shabaev, V. M.; Tupitsyn, I. I.; Yerokhin, V. A.

    2018-02-01

    We present Fortran package QEDMOD for computing the model QED operator hQED that can be used to account for the Lamb shift in accurate atomic-structure calculations. The package routines calculate the matrix elements of hQED with the user-specified one-electron wave functions. The operator can be used to calculate Lamb shift in many-electron atomic systems with a typical accuracy of few percent, either by evaluating the matrix element of hQED with the many-electron wave function, or by adding hQED to the Dirac-Coulomb-Breit Hamiltonian.

  4. Numerical computation of molecular integrals via optimized (vectorized) FORTRAN code

    International Nuclear Information System (INIS)

    Scott, T.C.; Grant, I.P.; Saunders, V.R.

    1997-01-01

    The calculation of molecular properties based on quantum mechanics is an area of fundamental research whose horizons have always been determined by the power of state-of-the-art computers. A computational bottleneck is the numerical calculation of the required molecular integrals to sufficient precision. Herein, we present a method for the rapid numerical evaluation of molecular integrals using optimized FORTRAN code generated by Maple. The method is based on the exploitation of common intermediates and the optimization can be adjusted to both serial and vectorized computations. (orig.)

  5. The FORTRAN-77 version of the Karlsruhe program system KAPROS

    International Nuclear Information System (INIS)

    Moritz, N.

    1985-02-01

    The FORTRAN-77 KAPROS-kernel includes some major changes compared with the version, which is described in the KfK-report 2254. The changes are documented in this report from the point of view of the system-programmer. This report is meant to be a supplement to the KfK-report 2254, assuming that the reader of this report is familiar with the KfK-report 2254. He also should be familiar with the IBM operating system MVS SP1.3.2 and the usual terms of data processing. (orig.) [de

  6. MATH77 - A LIBRARY OF MATHEMATICAL SUBPROGRAMS FOR FORTRAN 77, RELEASE 4.0

    Science.gov (United States)

    Lawson, C. L.

    1994-01-01

    OS, a Hewlett-Packard 720 computer running HP-UX, a Macintosh computer running MacOS, and an IBM PC compatible computer running MS-DOS. Accompanying the library is a set of 196 "demo" drivers that exercise all of the user-callable subprograms. The FORTRAN source code for MATH77 comprises 109K lines of code in 375 files with a total size of 4.5Mb. The demo drivers comprise 11K lines of code and 418K. Forty-four percent of the lines of the library code and 29% of those in the demo code are comment lines. The standard distribution medium for MATH77 is a .25 inch streaming magnetic tape cartridge in UNIX tar format. It is also available on a 9track 1600 BPI magnetic tape in VAX BACKUP format and a TK50 tape cartridge in VAX BACKUP format. An electronic copy of the documentation is included on the distribution media. Previous releases of MATH77 have been used over a number of years in a variety of JPL applications. MATH77 Release 4.0 was completed in 1992. MATH77 is a copyrighted work with all copyright vested in NASA.

  7. Generation of static solutions of self-consistent system of Einstein-Maxwell equations

    International Nuclear Information System (INIS)

    Anchikov, A.M.; Daishev, R.A.

    1988-01-01

    The theorem, according to which the static solution of the self-consistent system of the Einstein-Maxwell equations is assigned to energy static solution of the Einstein equations with the arbitrary energy-momentum tensor in the right part, is proved. As a consequence of this theorem, the way of the generation of the static solutions of the self-consistent system of the Einstein-Maxwell equations with charged dust as a source of the vacuum solutions of the Einstein equations is shown

  8. HYDROLOGY AND SEDIMENT MODELING USING THE BASINS NON-POINT SOURCE MODEL

    Science.gov (United States)

    The Non-Point Source Model (Hydrologic Simulation Program-Fortran, or HSPF) within the EPA Office of Water's BASINS watershed modeling system was used to simulate streamflow and total suspended solids within Contentnea Creek, North Carolina, which is a tributary of the Neuse Rive...

  9. A browser-based tool for conversion between Fortran NAMELIST and XML/HTML

    Science.gov (United States)

    Naito, O.

    A browser-based tool for conversion between Fortran NAMELIST and XML/HTML is presented. It runs on an HTML5 compliant browser and generates reusable XML files to aid interoperability. It also provides a graphical interface for editing and annotating variables in NAMELIST, hence serves as a primitive code documentation environment. Although the tool is not comprehensive, it could be viewed as a test bed for integrating legacy codes into modern systems.

  10. A browser-based tool for conversion between Fortran NAMELIST and XML/HTML

    Directory of Open Access Journals (Sweden)

    O. Naito

    2017-01-01

    Full Text Available A browser-based tool for conversion between Fortran NAMELIST and XML/HTML is presented. It runs on an HTML5 compliant browser and generates reusable XML files to aid interoperability. It also provides a graphical interface for editing and annotating variables in NAMELIST, hence serves as a primitive code documentation environment. Although the tool is not comprehensive, it could be viewed as a test bed for integrating legacy codes into modern systems.

  11. Far-field Lorenz-Mie scattering in an absorbing host medium: Theoretical formalism and FORTRAN program

    Science.gov (United States)

    Mishchenko, Michael I.; Yang, Ping

    2018-01-01

    In this paper we make practical use of the recently developed first-principles approach to electromagnetic scattering by particles immersed in an unbounded absorbing host medium. Specifically, we introduce an actual computational tool for the calculation of pertinent far-field optical observables in the context of the classical Lorenz-Mie theory. The paper summarizes the relevant theoretical formalism, explains various aspects of the corresponding numerical algorithm, specifies the input and output parameters of a FORTRAN program available at https://www.giss.nasa.gov/staff/mmishchenko/Lorenz-Mie.html, and tabulates benchmark results useful for testing purposes. This public-domain FORTRAN program enables one to solve the following two important problems: (i) simulate theoretically the reading of a remote well-collimated radiometer measuring electromagnetic scattering by an individual spherical particle or a small random group of spherical particles; and (ii) compute the single-scattering parameters that enter the vector radiative transfer equation derived directly from the Maxwell equations.

  12. Far-Field Lorenz-Mie Scattering in an Absorbing Host Medium: Theoretical Formalism and FORTRAN Program

    Science.gov (United States)

    Mishchenko, Michael I.; Yang, Ping

    2018-01-01

    In this paper we make practical use of the recently developed first-principles approach to electromagnetic scattering by particles immersed in an unbounded absorbing host medium. Specifically, we introduce an actual computational tool for the calculation of pertinent far-field optical observables in the context of the classical Lorenzâ€"Mie theory. The paper summarizes the relevant theoretical formalism, explains various aspects of the corresponding numerical algorithm, specifies the input and output parameters of a FORTRAN program available at https://www.giss.nasa.gov/staff/mmishchenko/Lorenz-Mie.html, and tabulates benchmark results useful for testing purposes. This public-domain FORTRAN program enables one to solve the following two important problems: (i) simulate theoretically the reading of a remote well-collimated radiometer measuring electromagnetic scattering by an individual spherical particle or a small random group of spherical particles; and (ii) compute the single-scattering parameters that enter the vector radiative transfer equation derived directly from the Maxwell equations.

  13. JTpack90: A parallel, object-based, Fortran 90 linear algebra package

    Energy Technology Data Exchange (ETDEWEB)

    Turner, J.A.; Kothe, D.B. [Los Alamos National Lab., NM (United States); Ferrell, R.C. [Cambridge Power Computing Associates, Ltd., Brookline, MA (United States)

    1997-03-01

    The authors have developed an object-based linear algebra package, currently with emphasis on sparse Krylov methods, driven primarily by needs of the Los Alamos National Laboratory parallel unstructured-mesh casting simulation tool Telluride. Support for a number of sparse storage formats, methods, and preconditioners have been implemented, driven primarily by application needs. They describe the object-based Fortran 90 approach, which enhances maintainability, performance, and extensibility, the parallelization approach using a new portable gather/scatter library (PGSLib), current capabilities and future plans, and present preliminary performance results on a variety of platforms.

  14. Theory of multisource crosstalk reduction by phase-encoded statics

    KAUST Repository

    Schuster, Gerard T.

    2011-03-01

    Formulas are derived that relate the strength of the crosstalk noise in supergather migration images to the variance of time, amplitude and polarity shifts in encoding functions. A supergather migration image is computed by migrating an encoded supergather, where the supergather is formed by stacking a large number of encoded shot gathers. Analysis reveals that for temporal source static shifts in each shot gather, the crosstalk noise is exponentially reduced with increasing variance of the static shift and the square of source frequency. This is not too surprising because larger time shifts lead to less correlation between traces in different shot gathers, and so should tend to reduce the crosstalk noise. Analysis also reveals that combining both polarity and time statics is a superior encoding strategy compared to using either polarity statics or time statics alone. Signal-to-noise (SNR) estimates show that for a standard migration image and for an image computed by migrating a phase-encoded supergather; here, G is the number of traces in a shot gather, I is the number of stacking iterations in the supergather and S is the number of encoded/blended shot gathers that comprise the supergather. If the supergather can be uniformly divided up into Q unique sub-supergathers, then the resulting SNR of the final image is, which means that we can enhance image quality but at the expense of Q times more cost. The importance of these formulas is that they provide a precise understanding between different phase encoding strategies and image quality. Finally, we show that iterative migration of phase-encoded supergathers is a special case of passive seismic interferometry. We suggest that the crosstalk noise formulas can be helpful in designing optimal strategies for passive seismic interferometry and efficient extraction of Green\\'s functions from simulated supergathers. © 2011 The Authors Geophysical Journal International © 2011 RAS.

  15. Autogenic Feedback Training (Body Fortran) with Biofeedback and the Computer for Self-Improvement and Change.

    Science.gov (United States)

    Cassel, Russell N.; Sumintardja, Elmira Nasrudin

    1983-01-01

    Describes autogenic feedback training, which provides the basis whereby an individual is able to improve on well being through use of a technique described as "body fortran," implying that you program self as one programs a computer. Necessary requisites are described including relaxation training and the management of stress. (JAC)

  16. Static and Dynamic Nonlinearity of A/D Converters

    Directory of Open Access Journals (Sweden)

    M. Villa

    2005-04-01

    Full Text Available The dynamic range of broadband digital system is mostly limited byharmonics and spurious arising from ADC nonlinearity. The nonlinearitymay be described in several ways. The distinction between static anddynamic contributions has strong theoretical motivations but it isdifficult to independently measure these contributions. A morepractical approach is based upon analysis of the complex spectrum,which is well defined, easily measured, and may be used to optimize theADC working point and to somehow characterize both static and dynamicnonlinearity. To minimize harmonics and spurious components we need asufficient level of input noise (dither, which destroys theperiodicity at multistage pipelined ADC, combined with a carefulanalysis of the different sources of nonlinearity.

  17. Static telescope aberration measurement using lucky imaging techniques

    Science.gov (United States)

    López-Marrero, Marcos; Rodríguez-Ramos, Luis Fernando; Marichal-Hernández, José Gil; Rodríguez-Ramos, José Manuel

    2012-07-01

    A procedure has been developed to compute static aberrations once the telescope PSF has been measured with the lucky imaging technique, using a nearby star close to the object of interest as the point source to probe the optical system. This PSF is iteratively turned into a phase map at the pupil using the Gerchberg-Saxton algorithm and then converted to the appropriate actuation information for a deformable mirror having low actuator number but large stroke capability. The main advantage of this procedure is related with the capability of correcting static aberration at the specific pointing direction and without the need of a wavefront sensor.

  18. Programs in Fortran language for reporting the results of the analyses by ICP emission spectroscopy

    International Nuclear Information System (INIS)

    Roca, M.

    1985-01-01

    Three programs, written in FORTRAN IV language, for reporting the results of the analyses by ICP emission spectroscopy from data stored in files on floppy disks have been developed. They are intended, respectively, for the analyses of: 1) waters, 2) granites and slates, and 3) different kinds of geological materials. (Author) 8 refs

  19. Supporting secure programming in web applications through interactive static analysis.

    Science.gov (United States)

    Zhu, Jun; Xie, Jing; Lipford, Heather Richter; Chu, Bill

    2014-07-01

    Many security incidents are caused by software developers' failure to adhere to secure programming practices. Static analysis tools have been used to detect software vulnerabilities. However, their wide usage by developers is limited by the special training required to write rules customized to application-specific logic. Our approach is interactive static analysis, to integrate static analysis into Integrated Development Environment (IDE) and provide in-situ secure programming support to help developers prevent vulnerabilities during code construction. No additional training is required nor are there any assumptions on ways programs are built. Our work is motivated in part by the observation that many vulnerabilities are introduced due to failure to practice secure programming by knowledgeable developers. We implemented a prototype interactive static analysis tool as a plug-in for Java in Eclipse. Our technical evaluation of our prototype detected multiple zero-day vulnerabilities in a large open source project. Our evaluations also suggest that false positives may be limited to a very small class of use cases.

  20. The development of GPU-based parallel PRNG for Monte Carlo applications in CUDA Fortran

    Directory of Open Access Journals (Sweden)

    Hamed Kargaran

    2016-04-01

    Full Text Available The implementation of Monte Carlo simulation on the CUDA Fortran requires a fast random number generation with good statistical properties on GPU. In this study, a GPU-based parallel pseudo random number generator (GPPRNG have been proposed to use in high performance computing systems. According to the type of GPU memory usage, GPU scheme is divided into two work modes including GLOBAL_MODE and SHARED_MODE. To generate parallel random numbers based on the independent sequence method, the combination of middle-square method and chaotic map along with the Xorshift PRNG have been employed. Implementation of our developed PPRNG on a single GPU showed a speedup of 150x and 470x (with respect to the speed of PRNG on a single CPU core for GLOBAL_MODE and SHARED_MODE, respectively. To evaluate the accuracy of our developed GPPRNG, its performance was compared to that of some other commercially available PPRNGs such as MATLAB, FORTRAN and Miller-Park algorithm through employing the specific standard tests. The results of this comparison showed that the developed GPPRNG in this study can be used as a fast and accurate tool for computational science applications.

  1. The development of GPU-based parallel PRNG for Monte Carlo applications in CUDA Fortran

    Energy Technology Data Exchange (ETDEWEB)

    Kargaran, Hamed, E-mail: h-kargaran@sbu.ac.ir; Minuchehr, Abdolhamid; Zolfaghari, Ahmad [Department of nuclear engineering, Shahid Behesti University, Tehran, 1983969411 (Iran, Islamic Republic of)

    2016-04-15

    The implementation of Monte Carlo simulation on the CUDA Fortran requires a fast random number generation with good statistical properties on GPU. In this study, a GPU-based parallel pseudo random number generator (GPPRNG) have been proposed to use in high performance computing systems. According to the type of GPU memory usage, GPU scheme is divided into two work modes including GLOBAL-MODE and SHARED-MODE. To generate parallel random numbers based on the independent sequence method, the combination of middle-square method and chaotic map along with the Xorshift PRNG have been employed. Implementation of our developed PPRNG on a single GPU showed a speedup of 150x and 470x (with respect to the speed of PRNG on a single CPU core) for GLOBAL-MODE and SHARED-MODE, respectively. To evaluate the accuracy of our developed GPPRNG, its performance was compared to that of some other commercially available PPRNGs such as MATLAB, FORTRAN and Miller-Park algorithm through employing the specific standard tests. The results of this comparison showed that the developed GPPRNG in this study can be used as a fast and accurate tool for computational science applications.

  2. Static characteristics and short channel effect in enhancement-mode AlN/GaN/AlN N-polar MISFET with self-aligned source/drain regions

    International Nuclear Information System (INIS)

    Li Bin; Wei Lan; Wen Cai

    2014-01-01

    This paper aims to simulate the I–V static characteristic of the enhancement-mode (E-mode) N-polar GaN metal—insulator—semiconductor field effect transistor (MISFET) with self-aligned source/drain regions. Firstly, with SILVACO TCAD device simulation, the drain—source current as a function of the gate—source voltage is calculated and the dependence of the drain—source current on the drain—source voltage in the case of different gate—source voltages for the device with a 0.62 μm gate length is investigated. Secondly, a comparison is made with the experimental report. Lastly, the transfer characteristic with different gate lengths and different buffer layers has been performed. The results show that the simulation is in accord with the experiment at the gate length of 0.62 μm and the short channel effect becomes pronounced as gate length decreases. The E-mode will not be held below a 100 nm gate length unless both transversal scaling and vertical scaling are being carried out simultaneously. (semiconductor devices)

  3. specsim: A Fortran-77 program for conditional spectral simulation in 3D

    Science.gov (United States)

    Yao, Tingting

    1998-12-01

    A Fortran 77 program, specsim, is presented for conditional spectral simulation in 3D domains. The traditional Fourier integral method allows generating random fields with a given covariance spectrum. Conditioning to local data is achieved by an iterative identification of the conditional phase information. A flowchart of the program is given to illustrate the implementation procedures of the program. A 3D case study is presented to demonstrate application of the program. A comparison with the traditional sequential Gaussian simulation algorithm emphasizes the advantages and drawbacks of the proposed algorithm.

  4. A static analysis tool set for assembler code verification

    International Nuclear Information System (INIS)

    Dhodapkar, S.D.; Bhattacharjee, A.K.; Sen, Gopa

    1991-01-01

    Software Verification and Validation (V and V) is an important step in assuring reliability and quality of the software. The verification of program source code forms an important part of the overall V and V activity. The static analysis tools described here are useful in verification of assembler code. The tool set consists of static analysers for Intel 8086 and Motorola 68000 assembly language programs. The analysers examine the program source code and generate information about control flow within the program modules, unreachable code, well-formation of modules, call dependency between modules etc. The analysis of loops detects unstructured loops and syntactically infinite loops. Software metrics relating to size and structural complexity are also computed. This report describes the salient features of the design, implementation and the user interface of the tool set. The outputs generated by the analyser are explained using examples taken from some projects analysed by this tool set. (author). 7 refs., 17 figs

  5. Static Progressive Orthoses for Elbow Contracture: A Systematic Review

    Directory of Open Access Journals (Sweden)

    Bin Chen

    2017-01-01

    Full Text Available Background. As one of the most common musculoskeletal complications following trauma, elbow contracture is a frequent source of disabled daily activities. Conventional interventions are inadequate to provide favorable outcome. The static progressive orthoses are getting popular in the treatment of this problem. Objective. The purpose of this review was to assess the effectiveness of static progressive orthoses for elbow contracture. Methods. Literatures when written in English published during 1 January 1997 and 31 January 2017 were searched in the following databases: Web of Science, Cochrane Library, PubMed, and EBSCOhost. Articles are quality-assessed by two assessors, each article was summarized in evidence tables, and a narrative synthesis was also performed. Results. Ten clinical trials were included. The study design and outcome measures used varied. Significant immediate improvement in the range of motion was reported by all studies, and those effects were still significant at follow-up. No significant difference was shown between static progressive and dynamic orthoses for elbow contracture in one randomized control trial. Conclusions. Current low-quality evidence suggested that static progressive orthoses provided assistance for elbow contracture through improving range of motion. Further research is recommended using high-quality randomized controlled trials.

  6. Supporting secure programming in web applications through interactive static analysis

    Science.gov (United States)

    Zhu, Jun; Xie, Jing; Lipford, Heather Richter; Chu, Bill

    2013-01-01

    Many security incidents are caused by software developers’ failure to adhere to secure programming practices. Static analysis tools have been used to detect software vulnerabilities. However, their wide usage by developers is limited by the special training required to write rules customized to application-specific logic. Our approach is interactive static analysis, to integrate static analysis into Integrated Development Environment (IDE) and provide in-situ secure programming support to help developers prevent vulnerabilities during code construction. No additional training is required nor are there any assumptions on ways programs are built. Our work is motivated in part by the observation that many vulnerabilities are introduced due to failure to practice secure programming by knowledgeable developers. We implemented a prototype interactive static analysis tool as a plug-in for Java in Eclipse. Our technical evaluation of our prototype detected multiple zero-day vulnerabilities in a large open source project. Our evaluations also suggest that false positives may be limited to a very small class of use cases. PMID:25685513

  7. Supporting secure programming in web applications through interactive static analysis

    Directory of Open Access Journals (Sweden)

    Jun Zhu

    2014-07-01

    Full Text Available Many security incidents are caused by software developers’ failure to adhere to secure programming practices. Static analysis tools have been used to detect software vulnerabilities. However, their wide usage by developers is limited by the special training required to write rules customized to application-specific logic. Our approach is interactive static analysis, to integrate static analysis into Integrated Development Environment (IDE and provide in-situ secure programming support to help developers prevent vulnerabilities during code construction. No additional training is required nor are there any assumptions on ways programs are built. Our work is motivated in part by the observation that many vulnerabilities are introduced due to failure to practice secure programming by knowledgeable developers. We implemented a prototype interactive static analysis tool as a plug-in for Java in Eclipse. Our technical evaluation of our prototype detected multiple zero-day vulnerabilities in a large open source project. Our evaluations also suggest that false positives may be limited to a very small class of use cases.

  8. Optical-coupling nuclear spin maser under highly stabilized low static field

    Energy Technology Data Exchange (ETDEWEB)

    Yoshimi, A., E-mail: yoshimi@ribf.riken.jp [RIKEN Nishina Center (Japan); Inoue, T.; Uchida, M.; Hatakeyama, N.; Asahi, K. [Tokyo Institute of Technology, Department of Physics (Japan)

    2008-01-15

    A nuclear spin maser of a new type, that employs a feedback scheme based on optical nuclear spin detection, has been fabricated. The spin maser is operated at a low static field of 30 mG by using the optical detection method. The frequency stability and precision of the spin maser have been improved by a highly stabilized current source for the static magnetic field. An experimental setup to search for an electric dipole moment (EDM) in {sup 129}Xe atom is being developed.

  9. Static Code Analysis with Gitlab-CI

    CERN Document Server

    Datko, Szymon Tomasz

    2016-01-01

    Static Code Analysis is a simple but efficient way to ensure that application’s source code is free from known flaws and security vulnerabilities. Although such analysis tools are often coming with more advanced code editors, there are a lot of people who prefer less complicated environments. The easiest solution would involve education – where to get and how to use the aforementioned tools. However, counting on the manual usage of such tools still does not guarantee their actual usage. On the other hand, reducing the required effort, according to the idea “setup once, use anytime without sweat” seems like a more promising approach. In this paper, the approach to automate code scanning, within the existing CERN’s Gitlab installation, is described. For realization of that project, the Gitlab-CI service (the “CI” stands for "Continuous Integration"), with Docker assistance, was employed to provide a variety of static code analysers for different programming languages. This document covers the gene...

  10. ASSIST - a package of Fortran routines for handling input under specified syntax rules and for management of data structures

    International Nuclear Information System (INIS)

    Sinclair, J.E.

    1991-02-01

    The ASSIST package (A Structured Storage and Input Syntax Tool) provides for Fortran programs a means for handling data structures more general than those provided by the Fortran language, and for obtaining input to the program from a file or terminal according to specified syntax rules. The syntax-controlled input can be interactive, with automatic generation of prompts, and dialogue to correct any input errors. The range of syntax rules possible is sufficient to handle lists of numbers and character strings, keywords, commands with optional clauses, and many kinds of variable-format constructions, such as algebraic expressions. ASSIST was developed for use in two large programs for the analysis of safety of radioactive waste disposal facilities, but it should prove useful for a wide variety of applications. (author)

  11. Portable parallel programming in a Fortran environment

    International Nuclear Information System (INIS)

    May, E.N.

    1989-01-01

    Experience using the Argonne-developed PARMACs macro package to implement a portable parallel programming environment is described. Fortran programs with intrinsic parallelism of coarse and medium granularity are easily converted to parallel programs which are portable among a number of commercially available parallel processors in the class of shared-memory bus-based and local-memory network based MIMD processors. The parallelism is implemented using standard UNIX (tm) tools and a small number of easily understood synchronization concepts (monitors and message-passing techniques) to construct and coordinate multiple cooperating processes on one or many processors. Benchmark results are presented for parallel computers such as the Alliant FX/8, the Encore MultiMax, the Sequent Balance, the Intel iPSC/2 Hypercube and a network of Sun 3 workstations. These parallel machines are typical MIMD types with from 8 to 30 processors, each rated at from 1 to 10 MIPS processing power. The demonstration code used for this work is a Monte Carlo simulation of the response to photons of a ''nearly realistic'' lead, iron and plastic electromagnetic and hadronic calorimeter, using the EGS4 code system. 6 refs., 2 figs., 2 tabs

  12. The fortran programme for the calculation of the absorption and double scattering corrections in cross-section measurements with fast neutrons using the monte Carlo method (1963); Programme fortran pour le calcul des corrections d'absorption et de double diffusion dans les mesures de sections efficaces pour les neutrons rapides par la methode de monte-carlo (1963)

    Energy Technology Data Exchange (ETDEWEB)

    Fernandez, B [Commissariat a l' Energie Atomique, Saclay (France). Centre d' Etudes Nucleaires

    1963-07-01

    A calculation for double scattering and absorption corrections in fast neutron scattering experiments using Monte-Carlo method is given. Application to cylindrical target is presented in FORTRAN symbolic language. (author) [French] Un calcul des corrections de double diffusion et d'absorption dans les experiences de diffusion de neutrons rapides par la methode de Monte-Carlo est presente. L'application au cas d'une cible cylindrique est traitee en langage symbolique FORTRAN. (auteur)

  13. A FORTRAN program for an IBM PC compatible computer for calculating kinematical electron diffraction patterns

    International Nuclear Information System (INIS)

    Skjerpe, P.

    1989-01-01

    This report describes a computer program which is useful in transmission electron microscopy. The program is written in FORTRAN and calculates kinematical electron diffraction patterns in any zone axis from a given crystal structure. Quite large unit cells, containing up to 2250 atoms, can be handled by the program. The program runs on both the Helcules graphic card and the standard IBM CGA card

  14. Programs in Fortran language for reporting the results of the analyses by ICP emission spectroscopy; Programas en lenguaje Fortran para la informacion de los resultados de los analisis efectuados mediante Espectroscopia Optica de emision con fuente de plasma

    Energy Technology Data Exchange (ETDEWEB)

    Roca, M

    1985-07-01

    Three programs, written in FORTRAN IV language, for reporting the results of the analyses by ICP emission spectroscopy from data stored in files on floppy disks have been developed. They are intended, respectively, for the analyses of: 1) waters, 2) granites and slates, and 3) different kinds of geological materials. (Author) 8 refs.

  15. Aviation Safety Modeling and Simulation (ASMM) Propulsion Fleet Modeling: A Tool for Semi-Automatic Construction of CORBA-based Applications from Legacy Fortran Programs

    Science.gov (United States)

    Sang, Janche

    2003-01-01

    Within NASA's Aviation Safety Program, NASA GRC participates in the Modeling and Simulation Project called ASMM. NASA GRC s focus is to characterize the propulsion systems performance from a fleet management and maintenance perspective by modeling and through simulation predict the characteristics of two classes of commercial engines (CFM56 and GE90). In prior years, the High Performance Computing and Communication (HPCC) program funded, NASA Glenn in developing a large scale, detailed simulations for the analysis and design of aircraft engines called the Numerical Propulsion System Simulation (NPSS). Three major aspects of this modeling included the integration of different engine components, coupling of multiple disciplines, and engine component zooming at appropriate level fidelity, require relatively tight coupling of different analysis codes. Most of these codes in aerodynamics and solid mechanics are written in Fortran. Refitting these legacy Fortran codes with distributed objects can increase these codes reusability. Aviation Safety s modeling and simulation use in characterizing fleet management has similar needs. The modeling and simulation of these propulsion systems use existing Fortran and C codes that are instrumental in determining the performance of the fleet. The research centers on building a CORBA-based development environment for programmers to easily wrap and couple legacy Fortran codes. This environment consists of a C++ wrapper library to hide the details of CORBA and an efficient remote variable scheme to facilitate data exchange between the client and the server model. Additionally, a Web Service model should also be constructed for evaluation of this technology s use over the next two- three years.

  16. From Static Output Feedback to Structured Robust Static Output Feedback: A Survey

    OpenAIRE

    Sadabadi , Mahdieh ,; Peaucelle , Dimitri

    2016-01-01

    This paper reviews the vast literature on static output feedback design for linear time-invariant systems including classical results and recent developments. In particular, we focus on static output feedback synthesis with performance specifications, structured static output feedback, and robustness. The paper provides a comprehensive review on existing design approaches including iterative linear matrix inequalities heuristics, linear matrix inequalities with rank constraints, methods with ...

  17. Bi-conformal symmetry and static Green functions in the Schwarzschild-Tangherlini spacetimes

    International Nuclear Information System (INIS)

    Frolov, Valeri P.; Zelnikov, Andrei

    2015-01-01

    We study a static massless minimally coupled scalar field created by a source in a static D-dimensional spacetime. We demonstrate that the corresponding equation for this field is invariant under a special transformation of the background metric. This transformation consists of the static conformal transformation of the spatial part of the metric accompanied by a properly chosen transformation of the red-shift factor. Both transformations are determined by one function Ω of the spatial coordinates. We show that in a case of higher dimensional spherically symmetric black holes one can find such a bi-conformal transformation that the symmetry of the D-dimensional metric is enhanced after its application. Namely, the metric becomes a direct sum of the metric on a unit sphere and the metric of 2D anti-de Sitter space. The method of the heat kernels is used to find the Green function in this new space, which allows one, after dimensional reduction, to obtain a static Green function in the original space of the static black hole. The general useful representation of static Green functions is obtained in the Schwarzschild-Tangherlini spacetimes of arbitrary dimension. The exact explicit expressions for the static Green functions are obtained in such metrics for D<6. It is shown that in the four dimensional case the corresponding Green function coincides with the Copson solution.

  18. Computer applications in physics with FORTRAN, BASIC and C

    CERN Document Server

    Chandra, Suresh

    2014-01-01

    Because of encouraging response for first two editions of the book and for taking into account valuable suggestion from teachers as well as students, the text for Interpolation, Differentiation, Integration, Roots of an Equation, Solution of Simultaneous Equations, Eigenvalues and Eigenvectors of Matrix, Solution of Differential Equations, Solution of Partial Differential Equations, Monte Carlo Method and Simulation, Computation of some Functions is improved throughout and presented in a more systematic manner by using simple language. These techniques have vast applications in Science, Engineering and Technology. The C language is becoming popular in universities, colleges and engineering institutions. Besides the C language, programs are written in FORTRAN and BASIC languages. Consequently, this book has rather wide scope for its use. Each of the topics are developed in a systematic manner; thus making this book useful for graduate, postgraduate and engineering students. KEY FEATURES: Each topic is self exp...

  19. FORTRAN program for calculating liquid-phase and gas-phase thermal diffusion column coefficients

    International Nuclear Information System (INIS)

    Rutherford, W.M.

    1980-01-01

    A computer program (COLCO) was developed for calculating thermal diffusion column coefficients from theory. The program, which is written in FORTRAN IV, can be used for both liquid-phase and gas-phase thermal diffusion columns. Column coefficients for the gas phase can be based on gas properties calculated from kinetic theory using tables of omega integrals or on tables of compiled physical properties as functions of temperature. Column coefficients for the liquid phase can be based on compiled physical property tables. Program listings, test data, sample output, and users manual are supplied for appendices

  20. Static electricity: A literature review

    Science.gov (United States)

    Crow, Rita M.

    1991-11-01

    The major concern with static electricity is its discharging in a flammable atmosphere which can explode and cause a fire. Textile materials can have their electrical resistivity decreased by the addition of antistatic finishes, imbedding conductive particles into the fibres or by adding metal fibers to the yarns. The test methods used in the studies of static electricity include measuring the static properties of materials, of clothed persons, and of the ignition energy of flammable gases. Surveys have shown that there is sparse evidence for fires definitively being caused by static electricity. However, the 'worst-case' philosophy has been adopted and a static electricity safety code is described, including correct grounding procedures and the wearing of anti-static clothing and footwear.

  1. Generation of static solutions of the self-consistent system of Einstein-Maxwell equations

    International Nuclear Information System (INIS)

    Anchikov, A.M.; Daishev, R.A.

    1988-01-01

    A theorem is proved, according to which to each solution of the Einstein equations with an arbitrary momentum-energy tensor in the right hand side there corresponds a static solution of the self-consistent system of Einstein-Maxwell equations. As a consequence of this theorem, a method is established of generating static solutions of the self-consistent system of Einstein-Maxwell equations with a charged grain as a source of vacuum solutions of the Einstein equations

  2. The 1911 M ~6.6 Calaveras earthquake: Source parameters and the role of static, viscoelastic, and dynamic coulomb stress changes imparted by the 1906 San Francisco earthquake

    Science.gov (United States)

    Doser, D.I.; Olsen, K.B.; Pollitz, F.F.; Stein, R.S.; Toda, S.

    2009-01-01

    The occurrence of a right-lateral strike-slip earthquake in 1911 is inconsistent with the calculated 0.2-2.5 bar static stress decrease imparted by the 1906 rupture at that location on the Calaveras fault, and 5 yr of calculated post-1906 viscoelastic rebound does little to reload the fault. We have used all available first-motion, body-wave, and surface-wave data to explore possible focal mechanisms for the 1911 earthquake. We find that the event was most likely a right-lateral strikeslip event on the Calaveras fault, larger than, but otherwise resembling, the 1984 Mw 6.1 Morgan Hill earthquake in roughly the same location. Unfortunately, we could recover no unambiguous surface fault offset or geodetic strain data to corroborate the seismic analysis despite an exhaustive archival search. We calculated the static and dynamic Coulomb stress changes for three 1906 source models to understand stress transfer to the 1911 site. In contrast to the static stress shadow, the peak dynamic Coulomb stress imparted by the 1906 rupture promoted failure at the site of the 1911 earthquake by 1.4-5.8 bar. Perhaps because the sample is small and the aftershocks are poorly located, we find no correlation of 1906 aftershock frequency or magnitude with the peak dynamic stress, although all aftershocks sustained a calculated dynamic stress of ???3 bar. Just 20 km to the south of the 1911 epicenter, we find that surface creep of the Calaveras fault at Hollister paused for ~17 yr after 1906, about the expected delay for the calculated static stress drop imparted by the 1906 earthquake when San Andreas fault postseismic creep and viscoelastic relaxation are included. Thus, the 1911 earthquake may have been promoted by the transient dynamic stresses, while Calaveras fault creep 20 km to the south appears to have been inhibited by the static stress changes.

  3. Android Application Protection against Static Reverse Engineering based on Multidexing

    Directory of Open Access Journals (Sweden)

    Nak Young Kim

    2016-11-01

    Full Text Available DEX files are executable files of Android applications. Since DEX files are in the format of Java bytecodes, their Java source codes can be easily obtained using static reverse engineering tools. This results in numerous Android application thefts. There are some tools (e.g. bangcle, ijiami, liapp that protect Android applications against static reverse engineering utilizing dynamic code loading. These tools usually encrypt classes.dex in an APK file. When the application is launched, the encrypted classes.dex file is decrypted and dynamically loaded. However, these tools fail to protect multidex APKs, which include more than one DEX files (classes2.dex, classes3.dex, ... to accommodate large-sized execution codes. In this paper, we propose a technique that protects multidex Android applications against static reverse engineering. The technique can encrypt/decrypt multiple DEX files in APK files and dynamically load them. The experimental results show that the proposed technique can effiectively protect multidex APKs.

  4. NLEdit: A generic graphical user interface for Fortran programs

    Science.gov (United States)

    Curlett, Brian P.

    1994-01-01

    NLEdit is a generic graphical user interface for the preprocessing of Fortran namelist input files. The interface consists of a menu system, a message window, a help system, and data entry forms. A form is generated for each namelist. The form has an input field for each namelist variable along with a one-line description of that variable. Detailed help information, default values, and minimum and maximum allowable values can all be displayed via menu picks. Inputs are processed through a scientific calculator program that allows complex equations to be used instead of simple numeric inputs. A custom user interface is generated simply by entering information about the namelist input variables into an ASCII file. There is no need to learn a new graphics system or programming language. NLEdit can be used as a stand-alone program or as part of a larger graphical user interface. Although NLEdit is intended for files using namelist format, it can be easily modified to handle other file formats.

  5. Same-source parallel implementation of the PSU/NCAR MM5

    Energy Technology Data Exchange (ETDEWEB)

    Michalakes, J.

    1997-12-31

    The Pennsylvania State/National Center for Atmospheric Research Mesoscale Model is a limited-area model of atmospheric systems, now in its fifth generation, MM5. Designed and maintained for vector and shared-memory parallel architectures, the official version of MM5 does not run on message-passing distributed memory (DM) parallel computers. The authors describe a same-source parallel implementation of the PSU/NCAR MM5 using FLIC, the Fortran Loop and Index Converter. The resulting source is nearly line-for-line identical with the original source code. The result is an efficient distributed memory parallel option to MM5 that can be seamlessly integrated into the official version.

  6. Static non-reciprocity in mechanical metamaterials.

    Science.gov (United States)

    Coulais, Corentin; Sounas, Dimitrios; Alù, Andrea

    2017-02-23

    Reciprocity is a general, fundamental principle governing various physical systems, which ensures that the transfer function-the transmission of a physical quantity, say light intensity-between any two points in space is identical, regardless of geometrical or material asymmetries. Breaking this transmission symmetry offers enhanced control over signal transport, isolation and source protection. So far, devices that break reciprocity (and therefore show non-reciprocity) have been mostly considered in dynamic systems involving electromagnetic, acoustic and mechanical wave propagation associated with fields varying in space and time. Here we show that it is possible to break reciprocity in static systems, realizing mechanical metamaterials that exhibit vastly different output displacements under excitation from different sides, as well as one-way displacement amplification. This is achieved by combining large nonlinearities with suitable geometrical asymmetries and/or topological features. In addition to extending non-reciprocity and isolation to statics, our work sheds light on energy propagation in nonlinear materials with asymmetric crystalline structures and topological properties. We anticipate that breaking reciprocity will open avenues for energy absorption, conversion and harvesting, soft robotics, prosthetics and optomechanics.

  7. Biomagnetic localization from transient quasi-static events

    Energy Technology Data Exchange (ETDEWEB)

    Mosher, J.C.; Leahy, R.M.; Lewis, P.S. [Los Alamos National Lab., NM (United States)]|[University of Southern California, Los Angeles, CA (United States). Signal and Image Processing Inst.

    1993-02-01

    Sensory stimuli, such as auditory, visual, or somatosensory, evoke neural responses in very localized regions of the brain. A SQUID biomagnetometer can measure the very weak fields that are generated outside of the head by this response. A simple source and head model of current dipoles inside a conducting sphere is typically used to interpret these magnetic field measurements or magnetoencephalogram (MEG). Locating dipole sources using data recorded from an array of biomagnetic sensors is distinguished from conventional array source localization techniques by the quasi-static transient nature of the data. Here, the basic MEG model is reviewed, then a localization example is given to motivate the need for partitioning the data to improve estimator performance. Tune-eigenspectrum analysis is introduced as a means of partitioning and interpreting spatio-temporal biomagnetic data. Examples using both simulated and somatosensory data are presented.

  8. Biomagnetic localization from transient quasi-static events

    Energy Technology Data Exchange (ETDEWEB)

    Mosher, J.C.; Leahy, R.M.; Lewis, P.S. (Los Alamos National Lab., NM (United States) University of Southern California, Los Angeles, CA (United States). Signal and Image Processing Inst.)

    1993-01-01

    Sensory stimuli, such as auditory, visual, or somatosensory, evoke neural responses in very localized regions of the brain. A SQUID biomagnetometer can measure the very weak fields that are generated outside of the head by this response. A simple source and head model of current dipoles inside a conducting sphere is typically used to interpret these magnetic field measurements or magnetoencephalogram (MEG). Locating dipole sources using data recorded from an array of biomagnetic sensors is distinguished from conventional array source localization techniques by the quasi-static transient nature of the data. Here, the basic MEG model is reviewed, then a localization example is given to motivate the need for partitioning the data to improve estimator performance. Tune-eigenspectrum analysis is introduced as a means of partitioning and interpreting spatio-temporal biomagnetic data. Examples using both simulated and somatosensory data are presented.

  9. Integrating multiple data sources for malware classification

    Science.gov (United States)

    Anderson, Blake Harrell; Storlie, Curtis B; Lane, Terran

    2015-04-28

    Disclosed herein are representative embodiments of tools and techniques for classifying programs. According to one exemplary technique, at least one graph representation of at least one dynamic data source of at least one program is generated. Also, at least one graph representation of at least one static data source of the at least one program is generated. Additionally, at least using the at least one graph representation of the at least one dynamic data source and the at least one graph representation of the at least one static data source, the at least one program is classified.

  10. BGSUB and BGFIX: FORTRAN programs to correct Ge(Li) gamma-ray spectra for photopeaks from radionuclides in background

    International Nuclear Information System (INIS)

    Cutshall, N.H.; Larsen, I.L.

    1980-03-01

    Two FORTRAN programs which provide correction and error analysis for background photopeak contributions to low-level gamma-ray spectra are discussed. A peak-by-peak background subtraction approach is used instead of channel-by-channel correction. The accuracy of corrected results near background levels is substantially improved over uncorrected values

  11. Self-contained anti-static adapter for compressed gas dust blowing devices

    International Nuclear Information System (INIS)

    Schwartz, L.H.; Miller, S.W.; Severud, C.N. Jr.

    1984-01-01

    An anti-static adapter which enhances the operation of compressed gas dust blowing devices by allowing the safe use of a radioactive source to ionize a gas stream. The adapter may be used and handled safely without special precautions on the part of the operator

  12. Utility of the Static-99 and Static-99R With Latino Sex Offenders.

    Science.gov (United States)

    Leguízamo, Alejandro; Lee, Seung C; Jeglic, Elizabeth L; Calkins, Cynthia

    2017-12-01

    The predictive validity of the Static-99 measures with ethnic minorities in the United States has only recently been assessed with mixed results. We assessed the predictive validity of the Static-99 and Static-99R with a sample of Latino sex offenders ( N = 483) as well as with two subsamples (U.S.-born, including Puerto Rico, and non-U.S.-born). The overall sexual recidivism rate was very low (1.9%). Both the Static-99 measures were able to predict sexual recidivism for offenders born in the United States and Puerto Rico, but neither was effective in doing so for other Latino immigrants. Calibration analyses ( N = 303) of the Static-99R were consistent with the literature and provided support for the potential use of the measure with Latinos born in the United States and Puerto Rico. These findings and their implications are discussed as they pertain to the assessment of Latino sex offenders.

  13. HAPS, a Handy Analog Programming System

    DEFF Research Database (Denmark)

    Højberg, Kristian Søe

    1975-01-01

    HAPS (Hybrid Analog Programming System) is an analog compiler that can be run on a minicomputer in an interactive mode. Essentially HAPS is written in FORTRAN. The equations to be programmed for an ana log computer are read in by using a FORTRAN-like notation. The input must contain maximum...... and emphasizes the limitations HAPS puts on equation structure, types of computing circuit, scaling, and static testing....

  14. SAMPO, A Fortran IV Program for Computer Analysis of Gamma Spectrafrom Ge(Li) Detectors, and for Other Spectra with Peaks

    Energy Technology Data Exchange (ETDEWEB)

    Routti, Jorma T.

    1969-10-20

    SAMPO is a Fortran IV program written to perform the data- reduction analysis described by J. T. Routti and S. G. Prussin in Photopeak Method for the Computer Analysis of Gamma-Ray Spectra from Semiconductor Detectors, Nuclear Instruments and Methods 72, 125-142 (1969). The code has also been used to analyze other spectra with peaks and continua. Program SAMPO can be used for an automatic off-line or an interactive on-line analysis. It includes algorithms for line-shape, energy, and efficiency calibrations, and peak-search and peak-fitting routines. Different options are available to make the code applicable to accurate nuclear spectroscopic work as well as to routine data reduction. The mathematical methods and their coding are briefly described. Instructions for using the program and for preparing input data are given and the optimal strategies for running the code are discussed. Instructions are given for using the LRL program library version of SAMPO and for obtaining source decks.

  15. Wormhole solutions sourced by fluids, II: three-fluid two-charged sources

    Energy Technology Data Exchange (ETDEWEB)

    Azreg-Ainou, Mustapha [Baskent University, Faculty of Engineering, Ankara (Turkey)

    2016-01-15

    Lack of a consistent metric for generating rotating wormholes motivates us to present a new one endowed with interesting physical and geometrical properties. When combined with the generalized method of superposition of fields, which consists in attaching a form of matter to each moving frame, it generates massive and charged (charge without charge) two-fluid-sourced, massive and two-charged three-fluid-sourced, rotating as well as new static wormholes which, otherwise, can hardly be derived by integration. If the lapse function of the static wormhole is bounded from above, no closed timelike curves occur in the rotating counterpart. For positive energy densities dying out faster than 1/r, the angular velocity includes in its expansion a correction term, to the leading one that corresponds to ordinary stars, proportional to ln r/r{sup 4}. Such a term is not present in the corresponding expansion for the Kerr-Newman black hole. Based on this observation and our previous work, the dragging effects of falling neutral objects may constitute a substitute for other known techniques used for testing the nature of the rotating black hole candidates that are harbored in the center of galaxies. We discuss the possibility of generating (n + 1)-fluid-sourced, n-charged, rotating as well as static wormholes. (orig.)

  16. Wormhole solutions sourced by fluids, II: three-fluid two-charged sources

    Energy Technology Data Exchange (ETDEWEB)

    Azreg-Aïnou, Mustapha, E-mail: azreg@baskent.edu.tr [Faculty of Engineering, Başkent University, Bağlıca Campus, 06810, Ankara (Turkey)

    2016-01-05

    Lack of a consistent metric for generating rotating wormholes motivates us to present a new one endowed with interesting physical and geometrical properties. When combined with the generalized method of superposition of fields, which consists in attaching a form of matter to each moving frame, it generates massive and charged (charge without charge) two-fluid-sourced, massive and two-charged three-fluid-sourced, rotating as well as new static wormholes which, otherwise, can hardly be derived by integration. If the lapse function of the static wormhole is bounded from above, no closed timelike curves occur in the rotating counterpart. For positive energy densities dying out faster than 1 / r, the angular velocity includes in its expansion a correction term, to the leading one that corresponds to ordinary stars, proportional to lnr/r{sup 4}. Such a term is not present in the corresponding expansion for the Kerr–Newman black hole. Based on this observation and our previous work, the dragging effects of falling neutral objects may constitute a substitute for other known techniques used for testing the nature of the rotating black hole candidates that are harbored in the center of galaxies. We discuss the possibility of generating (n+1)-fluid-sourced, n-charged, rotating as well as static wormholes.

  17. VIDEO-PC, SVGA Routines for FORTRAN on PC

    International Nuclear Information System (INIS)

    1994-01-01

    1 - Description of program or function: These primitives are the lowest level routines needed to perform super VGA graphics on a PC. A sample main program is included that exercises the primitives. Both Lahey and Microsoft FORTRAN's have graphics libraries. However, the libraries do not support 256 color graphics at resolutions greater than 320x200. The primitives bypass these libraries while still conforming to standard usage of BIOS. The supported graphics modes depend upon the PC graphics card and its memory. Super VGA resolutions of 640x480 and 800x600 have been tested on an ATI VGA Wonder card with 512 K memory and on several 80486 PC's (unknown manufacturers) at retail stores. 2 - Method of solution: Both Lahey and Microsoft primitives depend upon sending the correct parameters to the PC BIOS (basic input output system) as discussed in the references. 3 - Restrictions on the complexity of the problem: The primitives were developed for 256 color VGA applications. It is known, for instance, that some CGA and 16 color VGA video modes will not operate correctly using these primitives. Potential users should try the test program on their PC/video card combination to determine applicability

  18. Static electromagnetic frequency changers

    CERN Document Server

    Rozhanskii, L L

    1963-01-01

    Static Electromagnetic Frequency Changers is about the theory, design, construction, and applications of static electromagnetic frequency changers, devices that used for multiplication or division of alternating current frequency. It is originally published in the Russian language. This book is organized into five chapters. The first three chapters introduce the readers to the principles of operation, the construction, and the potential applications of static electromagnetic frequency changers and to the principles of their design. The two concluding chapters use some hitherto unpublished work

  19. Ionospheric quasi-static electric field anomalies during seismic activity in August–September 1981

    Directory of Open Access Journals (Sweden)

    M. Gousheva

    2009-01-01

    Full Text Available The paper proposes new results, analyses and information for the plate tectonic situation in the processing of INTERCOSMOS-BULGARIA-1300 satellite data about anomalies of the quasi-static electric field in the upper ionosphere over activated earthquake source regions at different latitudes. The earthquake catalogue is made on the basis of information from the United State Geological Survey (USGS website. The disturbances in ionospheric quasi-static electric fields are recorded by IESP-1 instrument aboard the INTERCOSMOS-BULGARIA-1300 satellite and they are compared with significant seismic events from the period 14 August–20 September 1981 in magnetically very quiet, quiet and medium quiet days. The main tectonic characteristics of the seismically activated territories are also taken in account. The main goal of the above research work is to enlarge the research of possible connections between anomalous vertical electric field penetrations into the ionosphere and the earthquake manifestations, also to propose tectonic arguments for the observed phenomena. The studies are represented in four main blocks: (i previous studies of similar problems, (ii selection of satellite, seismic and plate tectonic data, (iii data processing with new specialized software and observations of the quasi-static electric field and (iiii summary, comparison of new with previous results in our studies and conclusion. We establish the high informativity of the vertical component Ez of the quasi-static electric field in the upper ionosphere according observations by INTERCOSMOS-BULGARIA-1300 that are placed above considerably activated earthquake sources. This component shows an increase of about 2–10 mV/m above sources, situated on mobile structures of the plates. The paper discusses the observed effects. It is represented also a statistical study of ionospheric effects 5–15 days before and 5–15 days after the earthquakes with magnitude M 4.8–7.9.

  20. A Fortran program (RELAX3D) to solve the 3 dimensional Poisson (Laplace) equation

    International Nuclear Information System (INIS)

    Houtman, H.; Kost, C.J.

    1983-09-01

    RELAX3D is an efficient, user friendly, interactive FORTRAN program which solves the Poisson (Laplace) equation Λ 2 =p for a general 3 dimensional geometry consisting of Dirichlet and Neumann boundaries approximated to lie on a regular 3 dimensional mesh. The finite difference equations at these nodes are solved using a successive point-iterative over-relaxation method. A menu of commands, supplemented by HELP facility, controls the dynamic loading of the subroutine describing the problem case, the iterations to converge to a solution, and the contour plotting of any desired slices, etc

  1. FORTRAN computer programs to process Savannah River Laboratory hydrogeochemical and stream-sediment reconnaissance data

    International Nuclear Information System (INIS)

    Zinkl, R.J.; Shettel, D.L. Jr.; D'Andrea, R.F. Jr.

    1980-03-01

    FORTRAN computer programs have been written to read, edit, and reformat the hydrogeochemical and stream-sediment reconnaissance data produced by Savannah River Laboratory for the National Uranium Resource Evaluation program. The data are presorted by Savannah River Laboratory into stream sediment, ground water, and stream water for each 1 0 x 2 0 quadrangle. Extraneous information is eliminated, and missing analyses are assigned a specific value (-99999.0). Negative analyses are below the detection limit; the absolute value of a negative analysis is assumed to be the detection limit

  2. Software approach to automatic patching of analog computer

    Science.gov (United States)

    1973-01-01

    The Automatic Patching Verification program (APV) is described which provides the hybrid computer programmer with a convenient method of performing a static check of the analog portion of his study. The static check insures that the program is patched as specified, and that the computing components being used are operating correctly. The APV language the programmer uses to specify his conditions and interconnections is similar to the FORTRAN language in syntax. The APV control program reads APV source program statements from an assigned input device. Each source program statement is processed immediately after it is read. A statement may select an analog console, set an analog mode, set a potentiometer or DAC, or read from the analog console and perform a test. Statements are read and processed sequentially. If an error condition is detected, an output occurs on an assigned output device. When an end statement is read, the test is terminated.

  3. GKS-EZ programming manual for FORTRAN-77

    Energy Technology Data Exchange (ETDEWEB)

    Beach, R.C.

    1992-01-01

    A standard has now been adopted for subroutine packages that drive graphic devices. It is known as the Graphical Kernel system (GKS), and many commercial implementations of it are available. Unfortunately, it is a difficult system to learn, and certain functions that are important for scientific use are not provided. Although GKS can be used to achieve portability of graphic applications between graphic devices, computers, and operating systems, it can also be misused in this respect. In addition, it introduces the very real problem of portability between the various implementations of GKS. This document describes a set of FORTRAN-77 subroutines that may be used to control a wide variety of graphic devices and overcome most of these problems. Some of these subroutines are from GKS itself, while others are higher-level subroutines that call GKS subroutines. These subroutines are collectively known as GKS-EZ. The purpose is to supply someone who is not a specialist in computer graphics with a flexible, robust, and easy to learn graphics system. Users of GKS-EZ should not have much need for a full GKS manual; this document will supply all of the information to use GKS-EZ except for a few items. These missing items include the numeric identification of the supported graphic devices and the procedure for linking the GKS subroutines into a executable module.

  4. Motor starting a Brayton cycle power conversion system using a static inverter

    Science.gov (United States)

    Curreri, J. S.; Edkin, R. A.; Kruchowy, R.

    1973-01-01

    The power conversion module of a 2- to 15-kWe Brayton engine was motor started using a three-phase, 400-hertz static inverter as the power source. Motor-static tests were conducted for initial gas loop pressures of 10, 14, and 17 N/sq cm (15, 20, and 25 psia) over a range of initial turbine inlet temperatures from 366 to 550 K (200 to 530 F). The data are presented to show the effects of temperature and pressure on the motor-start characteristics of the rotating unit. Electrical characteristics during motoring are also discussed.

  5. Statics of deformable solids

    CERN Document Server

    Bisplinghoff, Raymond L; Pian, Theodore HH

    2014-01-01

    Profusely illustrated exposition of fundamentals of solid mechanics and principles of mechanics, statics, and simple statically indeterminate systems. Covers strain and stress in three-dimensional solids, elementary elasticity, energy principles in solid continuum, and more. 1965 edition.

  6. Implementation of the quasi-static method for neutron transport

    International Nuclear Information System (INIS)

    Alcaro, Fabio; Dulla, Sandra; Ravetto, Piero; Le Tellier, Romain; Suteau, Christophe

    2011-01-01

    The study of the dynamic behavior of next generation nuclear reactors is a fundamental aspect for safety and reliability assessments. Despite the growing performances of modern computers, the full solution of the neutron Boltzmann equation in the time domain is still an impracticable task, thus several approximate dynamic models have been proposed for the simulation of nuclear reactor transients; the quasi-static method represents the standard tool currently adopted for the space-time solution of neutron transport problems. All the practical applications of this method that have been proposed contain a major limit, consisting in the use of isotropic quantities, such as scalar fluxes and isotropic external neutron sources, being the only data structures available in most deterministic transport codes. The loss of the angular information produces both inaccuracies in the solution of the kinetic model and the inconsistency of the quasi-static method itself. The present paper is devoted to the implementation of a consistent quasi-static method. The computational platform developed by CEA in Cadarache has been used for the creation of a kinetic package to be coupled with the existing SNATCH solver, a discrete-ordinate multi-dimensional neutron transport solver, employed for the solution of the steady-state Boltzmann equation. The work aims at highlighting the effects of the angular treatment of the neutron flux on the transient analysis, comparing the results with those produced by the previous implementations of the quasi-static method. (author)

  7. In-Flight Pitot-Static Calibration

    Science.gov (United States)

    Foster, John V. (Inventor); Cunningham, Kevin (Inventor)

    2016-01-01

    A GPS-based pitot-static calibration system uses global output-error optimization. High data rate measurements of static and total pressure, ambient air conditions, and GPS-based ground speed measurements are used to compute pitot-static pressure errors over a range of airspeed. System identification methods rapidly compute optimal pressure error models with defined confidence intervals.

  8. Assessing Static Performance of the Dashengguan Yangtze Bridge by Monitoring the Correlation between Temperature Field and Its Static Strains

    Directory of Open Access Journals (Sweden)

    Gao-Xin Wang

    2015-01-01

    Full Text Available Taking advantage of the structural health monitoring system installed on the steel truss arch girder of Dashengguan Yangtze Bridge, the temperature field data and static strain data are collected and analyzed for the static performance assessment of the bridge. Through analysis, it is found that the static strain changes are mainly caused by temperature field (temperature and temperature difference and train. After the train-induced static strains are removed, the correlation between the remaining static strains and the temperature field shows apparent linear characteristics, which can be mathematically modeled for the description of static performance. Therefore, multivariate linear regression function combined with principal component analysis is introduced to mathematically model the correlation. Furthermore, the residual static strains of mathematical model are adopted as assessment indicator and three kinds of degradation regulations of static performance are obtained after simulation of the residual static strains. Finally, it is concluded that the static performance of Dashengguan Yangtze Bridge was in a good condition during that period.

  9. Rectifier cabinet static breaker

    International Nuclear Information System (INIS)

    Costantino, R.A. Jr; Gliebe, R.J.

    1992-01-01

    A rectifier cabinet static breaker replaces a blocking diode pair with an SCR and the installation of a power transistor in parallel with the latch contactor to commutate the SCR to the off state. The SCR serves as a static breaker with fast turnoff capability providing an alternative way of achieving reactor scram in addition to performing the function of the replaced blocking diodes. The control circuitry for the rectifier cabinet static breaker includes on-line test capability and an LED indicator light to denote successful test completion. Current limit circuitry provides high-speed protection in the event of overload. 7 figs

  10. Rectifier cabinet static breaker

    Science.gov (United States)

    Costantino, Jr, Roger A.; Gliebe, Ronald J.

    1992-09-01

    A rectifier cabinet static breaker replaces a blocking diode pair with an SCR and the installation of a power transistor in parallel with the latch contactor to commutate the SCR to the off state. The SCR serves as a static breaker with fast turnoff capability providing an alternative way of achieving reactor scram in addition to performing the function of the replaced blocking diodes. The control circuitry for the rectifier cabinet static breaker includes on-line test capability and an LED indicator light to denote successful test completion. Current limit circuitry provides high-speed protection in the event of overload.

  11. Algorithms and programs for solution of static and dynamic characteristics of counterflow heat exchangers with dissociating coolant

    International Nuclear Information System (INIS)

    Nitej, N.V.; Sharovarov, G.A.

    1982-01-01

    The method of estimation of counterflow heat exchanger characteristics is presented. Mathematical description of the processes is presented by the mass, energy and pulse conservation equations for both coolants and energy conservation equation for the wall which devides them. In the presence of chemical reactions the system is supplemented by equations, characterizing the kinetics of their progress. The methods of numerical solution of static and dynamic problems have been chosen, and the computer programs on the Fortran language have been developed. The schemes of solution of both problems are so constructed, that the conservation equations are placed in the main program, and such characteristics of the coolants as properties, heat transfer and friction coefficients, the mechanism of chemical reaction are concentrated in the subprogram unit. This allows to create the single method of solution with the flow of single-phase and two-phase coolants of abovecritical and supercritical paramters. The evaluation results of three heat exchangers are given: with heating of N 2 O 4 gas phase by heat of flue gas; with cooling of N 2 O 4 supercritical parameters by water; regenerator on N 2 O 4

  12. Multi-processing CTH: Porting legacy FORTRAN code to MP hardware

    Energy Technology Data Exchange (ETDEWEB)

    Bell, R.L.; Elrick, M.G.; Hertel, E.S. Jr.

    1996-12-31

    CTH is a family of codes developed at Sandia National Laboratories for use in modeling complex multi-dimensional, multi-material problems that are characterized by large deformations and/or strong shocks. A two-step, second-order accurate Eulerian solution algorithm is used to solve the mass, momentum, and energy conservation equations. CTH has historically been run on systems where the data are directly accessible to the cpu, such as workstations and vector supercomputers. Multiple cpus can be used if all data are accessible to all cpus. This is accomplished by placing compiler directives or subroutine calls within the source code. The CTH team has implemented this scheme for Cray shared memory machines under the Unicos operating system. This technique is effective, but difficult to port to other (similar) shared memory architectures because each vendor has a different format of directives or subroutine calls. A different model of high performance computing is one where many (> 1,000) cpus work on a portion of the entire problem and communicate by passing messages that contain boundary data. Most, if not all, codes that run effectively on parallel hardware were written with a parallel computing paradigm in mind. Modifying an existing code written for serial nodes poses a significantly different set of challenges that will be discussed. CTH, a legacy FORTRAN code, has been modified to allow for solutions on distributed memory parallel computers such as the IBM SP2, the Intel Paragon, Cray T3D, or a network of workstations. The message passing version of CTH will be discussed and example calculations will be presented along with performance data. Current timing studies indicate that CTH is 2--3 times faster than equivalent C++ code written specifically for parallel hardware. CTH on the Intel Paragon exhibits linear speed up with problems that are scaled (constant problem size per node) for the number of parallel nodes.

  13. Comparison of experimental measurements of power MOSFET SEBs in dynamic and static modes

    International Nuclear Information System (INIS)

    Calvel, P.; Peyrotte, C.; Baiget, A.; Stassinopoulos, E.G.

    1991-01-01

    In this paper a study to determine the Single Event Burnout (SEB) sensitivity for burnout of IRF-150 Power MOSFETs in both static and dynamic modes in terms of LET threshold and cross section is described. The dynamic tests were conducted with a power converter which was designed for actual space application. The results were compared with static measurements which were made during the exposure to the heavy ions. The data showed that the dynamic mode was less sensitive than the static by two orders of magnitude in cross section. It was also observed that ions with a range less than 30 microns did not produce destructive burnout in the dynamic mode even when their LET exceeded the threshold value. The extent of physical MOSFET damage in the destructive, dynamic tests appeared to correlate with the ion LET and source-drain voltage

  14. An Optimization Mechanism Intended for Static Power Reduction Using Dual-thTechnique

    Directory of Open Access Journals (Sweden)

    Rodolfo P. Santos

    2012-01-01

    Full Text Available Power consumption reduction is a challenge nowadays. Techniques for dynamic and static power minimization have been proposed, but most of them are very time consuming. This work proposes an algorithm for reducing static power, which can be perfectly inserted in the conventional design flow for integrated systems considering an open source environment (open access infrastructure. The proposed approach, based on a Dual-Threshold technique, replaces part of the cells of the circuit by cells with a higher threshold voltage without resulting in timing violations in the circuit. The decision to replace a cell is based on timing estimates of the circuit modeling with the cell replacement, before it is actually replaced. The fact that only some cells are replaced every iteration results in a reduction of the runtime of the algorithm. Additionally, results showed a reduction in static power up to 39.28%, when applying the proposed approach in the ISCAS85 benchmark circuits.

  15. Prediction of flyover jet noise spectra from static tests

    Science.gov (United States)

    Michel, U.; Michalke, A.

    A scaling law for predicting the overall flyover noise of a single stream shock-free circular jet from static experiments is outlined. It is valid for isothermal and hot jets. It assumes that the jet flow and turbulence field are axially stretched in flight. Effects of the boundary layer within the nozzle and along the engine nacelle are neglected. The scaling laws for the power spectral density and spectra with constant relative bandwidth can be derived. In order to compare static and inflight directivities, the far field point relative to the source position must be denoted by the emission angle and the wave normal distance. From the solution of the convective Lighthill equation in a coordinate system fixed to the jet nozzle (wind tunnel case), the power spectral density of sound pressure at a given frequency is found. Predictions for Aerotrain compare well with measured values.

  16. ptchg: A FORTRAN program for point-charge calculations of electric field gradients (EFGs)

    Science.gov (United States)

    Spearing, Dane R.

    1994-05-01

    ptchg, a FORTRAN program, has been developed to calculate electric field gradients (EFG) around an atomic site in crystalline solids using the point-charge direct-lattice summation method. It uses output from the crystal structure generation program Atoms as its input. As an application of ptchg, a point-charge calculation of the EFG quadrupolar parameters around the oxygen site in SiO 2 cristobalite is demonstrated. Although point-charge calculations of electric field gradients generally are limited to ionic compounds, the computed quadrupolar parameters around the oxygen site in SiO 2 cristobalite, a highly covalent material, are in good agreement with the experimentally determined values from nuclear magnetic resonance (NMR) spectroscopy.

  17. SLIB77, Source Library Data Compression and File Maintenance System

    International Nuclear Information System (INIS)

    Lunsford, A.

    1989-01-01

    Description of program or function: SLIB77 is a source librarian program designed to maintain FORTRAN source code in a compressed form on magnetic disk. The program was prepared to meet program maintenance requirements for ongoing program development and continual improvement of very large programs involving many programmers from a number of different organizations. SLIB77 automatically maintains in one file the source of the current program as well as all previous modifications. Although written originally for FORTRAN programs, SLIB77 is suitable for use with data files, text files, operating systems, and other programming languages, such as Ada, C and COBOL. It can handle libraries with records of up to 160-characters. Records are grouped into DECKS and assigned deck names by the user. SLIB77 assigns a number to each record in each DECK. Records can be deleted or restored singly or as a group within each deck. Modification records are grouped and assigned modification identification names by the user. The program assigns numbers to each new record within the deck. The program has two modes of execution, BATCH and EDIT. The BATCH mode is controlled by an input file and is used to make changes permanent and create new library files. The EDIT mode is controlled by interactive terminal input and a built-in line editor is used for modification of single decks. Transferring of a library from one computer system to another is accomplished using a Portable Library File created by SLIB77 in a BATCH run

  18. Kemari: A Portable High Performance Fortran System for Distributed Memory Parallel Processors

    Directory of Open Access Journals (Sweden)

    T. Kamachi

    1997-01-01

    Full Text Available We have developed a compilation system which extends High Performance Fortran (HPF in various aspects. We support the parallelization of well-structured problems with loop distribution and alignment directives similar to HPF's data distribution directives. Such directives give both additional control to the user and simplify the compilation process. For the support of unstructured problems, we provide directives for dynamic data distribution through user-defined mappings. The compiler also allows integration of message-passing interface (MPI primitives. The system is part of a complete programming environment which also comprises a parallel debugger and a performance monitor and analyzer. After an overview of the compiler, we describe the language extensions and related compilation mechanisms in detail. Performance measurements demonstrate the compiler's applicability to a variety of application classes.

  19. Perbandingan Bubble Sort dengan Insertion Sort pada Bahasa Pemrograman C dan Fortran

    Directory of Open Access Journals (Sweden)

    Reina Reina

    2013-12-01

    Full Text Available Sorting is a basic algorithm studied by students of computer science major. Sorting algorithm is the basis of other algorithms such as searching algorithm, pattern matching algorithm. Bubble sort is a popular basic sorting algorithm due to its easiness to be implemented. Besides bubble sort, there is insertion sort. It is lesspopular than bubble sort because it has more difficult algorithm. This paper discusses about process time between insertion sort and bubble sort with two kinds of data. First is randomized data, and the second is data of descending list. Comparison of process time has been done in two kinds of programming language that is C programming language and FORTRAN programming language. The result shows that bubble sort needs more time than insertion sort does.

  20. SPECFUN1, Portable Special FORTRAN Routines with Test Drivers

    International Nuclear Information System (INIS)

    Cody, W.J.

    1993-01-01

    1 - Description of program or function: SPECFUN is a collection of transportable FORTRAN subroutines and test drivers to evaluate certain special functions. The individual subroutines are - Name/Description: ALGAMA: Log gamma function, DAW: Dawson's integral, EI: Exponential integrals, ERF: Error function, ERFC: Complementary error function, GAMMA: Gamma function, I0: Bessel function I-sub-0, I1: Bessel function I-sub-1, J0Y0: Bessel functions J-sub-0 and Y-sub-0, J1Y1: Bessel functions J-sub-1 and Y-sub-1, K0: Bessel function K-sub-0, K1: Bessel function K-sub-1, PSI: Logarithmic derivative of the gamma function, REN: Random number generator, RIBESL: Bessel function I-sub-(N,ALPHA), RJBESL: Bessel function J-sub-(N,ALPHA), RKBESL: Bessel function K-sub-(N,ALPHA), RYBESL: Bessel function Y-sub-(N,ALPHA), MACHAR: Machine-dependent constants. 2 - Method of solution: SPECFUN generally uses rational mini-max approximations for functions of one variable and recurrence relations for functions of two or more variables. 3 - Restrictions on the complexity of the problem: Accuracy is targeted at between 18 and 20 significant decimal digits

  1. A comparison of medium voltage static transfer switches and medium voltage mechanical transfer switches

    Energy Technology Data Exchange (ETDEWEB)

    Risko, W. P.

    2002-07-01

    Medium voltage static transfer switches (MVSTS) and medium voltage mechanical transfer switches (MVATS) perform a common function, namely selecting between two independent power sources to provide uninterrupted power to the loads. Although the functions are the same the method of performing that function is different and this method impacts the sources and connected load. This article describes the two methods of transfer -- mechanical and static -- their advantages and disadvantages, and their preferred applications. The MVSTS can be incorporated into many applications; it can work in conjunction with backup sources such as generators; and can replace generators as a low cost solution. The reliability of the MVSTS is very high; it also outperforms the MVATS with regard to transfer speed, and can react to anomalies in the same sub-cycle time frame. Because the design of the MVSTS is modular, it can be engineered and designed to fit into existing and future systems and applications, and can be used with different switchgear variations and protection arrangements. For example, load isolation and protection breakers can be added to the switchgear to provide flexibility and isolation.

  2. Coordination of baseload power plant group control with static reactive power compensator control

    Directory of Open Access Journals (Sweden)

    Zbigniew Szczerba

    2012-06-01

    Full Text Available Reactive power sources in power system nodes: generators and static reactive power compensators, are controlled by control systems. Generators – by generator node group controllers, compensators – by voltage controllers. The paper presents issues of these control systems’ coordination and proposals for its implementation.

  3. Results of application of automatic computation of static corrections on data from the South Banat Terrain

    Science.gov (United States)

    Milojević, Slavka; Stojanovic, Vojislav

    2017-04-01

    Due to the continuous development of the seismic acquisition and processing method, the increase of the signal/fault ratio always represents a current target. The correct application of the latest software solutions improves the processing results and justifies their development. A correct computation and application of static corrections represents one of the most important tasks in pre-processing. This phase is of great importance for further processing steps. Static corrections are applied to seismic data in order to compensate the effects of irregular topography, the difference between the levels of source points and receipt in relation to the level of reduction, of close to the low-velocity surface layer (weathering correction), or any reasons that influence the spatial and temporal position of seismic routes. The refraction statics method is the most common method for computation of static corrections. It is successful in resolving of both the long-period statics problems and determining of the difference in the statics caused by abrupt lateral changes in velocity in close to the surface layer. XtremeGeo FlatironsTM is a program whose main purpose is computation of static correction through a refraction statics method and allows the application of the following procedures: picking of first arrivals, checking of geometry, multiple methods for analysis and modelling of statics, analysis of the refractor anisotropy and tomography (Eikonal Tomography). The exploration area is located on the southern edge of the Pannonian Plain, in the plain area with altitudes of 50 to 195 meters. The largest part of the exploration area covers Deliblato Sands, where the geological structure of the terrain and high difference in altitudes significantly affects the calculation of static correction. Software XtremeGeo FlatironsTM has powerful visualization and tools for statistical analysis which contributes to significantly more accurate assessment of geometry close to the surface

  4. Energy conversion statics

    CERN Document Server

    Messerle, H K; Declaris, Nicholas

    2013-01-01

    Energy Conversion Statics deals with equilibrium situations and processes linking equilibrium states. A development of the basic theory of energy conversion statics and its applications is presented. In the applications the emphasis is on processes involving electrical energy. The text commences by introducing the general concept of energy with a survey of primary and secondary energy forms, their availability, and use. The second chapter presents the basic laws of energy conversion. Four postulates defining the overall range of applicability of the general theory are set out, demonstrating th

  5. Interferometric methods for mapping static electric and magnetic fields

    DEFF Research Database (Denmark)

    Pozzi, Giulio; Beleggia, Marco; Kasama, Takeshi

    2014-01-01

    The mapping of static electric and magnetic fields using electron probes with a resolution and sensitivity that are sufficient to reveal nanoscale features in materials requires the use of phase-sensitive methods such as the shadow technique, coherent Foucault imaging and the Transport of Intensi......) the model-independent determination of the locations and magnitudes of field sources (electric charges and magnetic dipoles) directly from electron holographic data.......The mapping of static electric and magnetic fields using electron probes with a resolution and sensitivity that are sufficient to reveal nanoscale features in materials requires the use of phase-sensitive methods such as the shadow technique, coherent Foucault imaging and the Transport of Intensity...... on theoretical models that form the basis of the quantitative interpretation of electron holographic data. We review the application of electron holography to a variety of samples (including electric fields associated with p–n junctions in semiconductors, quantized magnetic flux in superconductors...

  6. Parallelization of MCNP4 code by using simple FORTRAN algorithms

    International Nuclear Information System (INIS)

    Yazid, P.I.; Takano, Makoto; Masukawa, Fumihiro; Naito, Yoshitaka.

    1993-12-01

    Simple FORTRAN algorithms, that rely only on open, close, read and write statements, together with disk files and some UNIX commands have been applied to parallelization of MCNP4. The code, named MCNPNFS, maintains almost all capabilities of MCNP4 in solving shielding problems. It is able to perform parallel computing on a set of any UNIX workstations connected by a network, regardless of the heterogeneity in hardware system, provided that all processors produce a binary file in the same format. Further, it is confirmed that MCNPNFS can be executed also on Monte-4 vector-parallel computer. MCNPNFS has been tested intensively by executing 5 photon-neutron benchmark problems, a spent fuel cask problem and 17 sample problems included in the original code package of MCNP4. Three different workstations, connected by a network, have been used to execute MCNPNFS in parallel. By measuring CPU time, the parallel efficiency is determined to be 58% to 99% and 86% in average. On Monte-4, MCNPNFS has been executed using 4 processors concurrently and has achieved the parallel efficiency of 79% in average. (author)

  7. MONTEC, an interactive fortran program to simulate radiation dose and dose-rate responses of populations

    International Nuclear Information System (INIS)

    Perry, K.A.; Szekely, J.G.

    1983-09-01

    The computer program MONTEC was written to simulate the distribution of responses in a population whose members are exposed to multiple radiation doses at variable dose rates. These doses and dose rates are randomly selected from lognormal distributions. The individual radiation responses are calculated from three equations, which include dose and dose-rate terms. Other response-dose/rate relationships or distributions can be incorporated by the user as the need arises. The purpose of this documentation is to provide a complete operating manual for the program. This version is written in FORTRAN-10 for the DEC system PDP-10

  8. A Pedagogical Model of Static Friction

    OpenAIRE

    Pickett, Galen T.

    2015-01-01

    While dry Coulombic friction is an elementary topic in any standard introductory course in mechanics, the critical distinction between the kinetic and static friction forces is something that is both hard to teach and to learn. In this paper, I describe a geometric model of static friction that may help introductory students to both understand and apply the Coulomb static friction approximation.

  9. HAUFES : a FORTRAN code for the calculation of compound nuclear cross-sections by Hauser-Feshbach theory

    International Nuclear Information System (INIS)

    Viyogi, Y.P.; Ganguly, N.K.

    1975-01-01

    The FORTRAN code described in the report has been developed for the BESM-6 computer with a view to calculate the cross-section of reactions proceeding via the formation of compound nucleus for all open two-body reaction channels using Hauser-Feshbach theory with Moldauer's correction for the fluctuation of level widths. The code can also be used to analyse data from 'crystal blocking' experiments to obtain nuclear level densities. The report describes the input-output specifications along with a short account of the algorithm of the program. (author)

  10. A new Fortran 90 program to compute regular and irregular associated Legendre functions (new version announcement)

    Science.gov (United States)

    Schneider, Barry I.; Segura, Javier; Gil, Amparo; Guan, Xiaoxu; Bartschat, Klaus

    2018-04-01

    This is a revised and updated version of a modern Fortran 90 code to compute the regular Plm (x) and irregular Qlm (x) associated Legendre functions for all x ∈(- 1 , + 1) (on the cut) and | x | > 1 and integer degree (l) and order (m). The necessity to revise the code comes as a consequence of some comments of Prof. James Bremer of the UC//Davis Mathematics Department, who discovered that there were errors in the code for large integer degree and order for the normalized regular Legendre functions on the cut.

  11. Statics of Historic Masonry Constructions

    CERN Document Server

    Como, Mario

    2013-01-01

    Masonry constructions are the great majority of the buildings in Europe’s historic centres and the most important monuments in its architectural heritage. Given the age of much of these constructions, the demand for safety assessments and restoration projects is pressing and constant. This book aims to help fill this demand presenting a comprehensive new statics of masonry constructions. The book, result of thirty years of research and professional experience, gives the fundamentals of statics of the masonry solid, then applied to the study of statics of arches, piers and vaults. Further, combining engineering and architecture and through an interdisciplinary approach, the book investigates the statical behaviour of many historic monuments, as the Pantheon, the Colosseum,  the domes of S. Maria del Fiore in Florence and of St. Peter in Rome, the Tower of Pisa, the Gothic Cathedrals and the Masonry Buildings under seismic actions.

  12. Application of static electricity radioisotope eliminators in oil-processing and petrochemical industry

    International Nuclear Information System (INIS)

    Zhuravlev, V.S.; Evmenov, A.K.; Bondarev, L.M.; Kharlamov, O.V.

    1977-01-01

    Examples are discussed of the use of radioisotope eliminators of the static electricity on the basis of the 239 Pu apha radiation sources in the technological processes of the production and processing synthetic caoutchoucs, rubbers and film materials. The efficiency of different types of eliminators is testified; prospects of their application in the industry are outlined

  13. Statics and Mechanics of Structures

    DEFF Research Database (Denmark)

    Krenk, Steen; Høgsberg, Jan Becker

    The statics and mechanics of structures form a core aspect of civil engineering. This book provides an introduction to the subject, starting from classic hand-calculation types of analysis and gradually advancing to a systematic form suitable for computer implementation. It starts with statically...

  14. The influence of different nitrogen and carbon sources on mycotoxin production in Alternaria alternata.

    Science.gov (United States)

    Brzonkalik, Katrin; Herrling, Tanja; Syldatk, Christoph; Neumann, Anke

    2011-05-27

    The aim of this study was to determine the influence of different carbon and nitrogen sources on the production of the mycotoxins alternariol (AOH), alternariol monomethyl ether (AME) and tenuazonic acid (TA) by Alternaria alternata at 28°C using a semi-synthetic medium (modified Czapek-Dox broth) supplemented with nitrogen and carbon sources. Additionally the effect of shaken and static cultivation on mycotoxin production was tested. Initial experiments showed a clear dependency between nitrogen depletion and mycotoxin production. To assess whether nitrogen limitation in general or the type of nitrogen source triggers the production, various nitrogen sources including several ammonium/nitrate salts and amino acids were tested. In static culture the production of AOH/AME can be enhanced greatly with phenylalanine whereas some nitrogen sources seem to inhibit the AOH/AME production completely. TA was not significantly affected by the choice of nitrogen source. In shaken culture the overall production of all mycotoxins was lower compared to static cultivation. Furthermore tests with a wide variety of carbon sources including monosaccharides, disaccharides, complex saccharides such as starch as well as glycerol and acetate were performed. In shaken culture AOH was produced when glucose, fructose, sucrose, acetate or mixtures of glucose/sucrose and glucose/acetate were used as carbon sources. AME production was not detected. The use of sodium acetate resulted in the highest AOH production. In static culture AOH production was also stimulated by acetate and the amount is comparable to shaken conditions. Under static conditions production of AOH was lower except when cultivated with acetate. In static cultivation 9 of 14 tested carbon sources induced mycotoxin production compared to 4 in shaken culture. This is the first study which analyses the influence of carbon and nitrogen sources in a semi-synthetic medium and assesses the effects of culture conditions on

  15. Learning about static electricity and magnetism in a fourth-grade classroom

    Science.gov (United States)

    Henry, David Roy

    Students begin to develop mental models to explain electrostatic and magnetic phenomena throughout childhood, middle childhood and high school, although these mental models are often incoherent and unscientific (Borges, Tenico, & Gilbert, 1998; Maloney, 1985). This is a case study of a classroom of grade four students and the mental models of magnetism and static electricity they used during a six-week science unit. The 22 students studied magnetism and static electricity using inquiry activities structured to create an environment where students would be likely to construct powerful scientific ideas (Goldberg & Bendall, 1995). Multiple data sources, including students' writing, student assessments, teacher interviews, student interviews, teacher journals, and classroom video and audio recordings were used to uncover how fourth grade students made sense of static electricity and magnetism before, during, and after instruction. The data were analyzed using a social constructivist framework to determine if students were able to develop target scientific ideas about static electricity and magnetism. In general, students were found to have three core mental models prior to instruction: (1) Static electricity and magnetism are the same "substance"; (2) This substance exists on the surface of a magnet or a charged object and can be rubbed off, and (3) Opposite substances attract. During the activities, students had many opportunities to observe evidence that contradicted these core mental models. Using evidence from direct observations, the students practiced differentiating between evidence and ideas. Through group and class discussions, they developed evidenced-based (scientific) ideas. Final assessments revealed that students were able to construct target ideas such as: (1) static electricity and magnetism are fundamentally different; (2) there are two kinds of static "charge;" (3) magnet-rubbed wires act like a magnet; and (4) opposite substances move toward each

  16. Statics and mechanics of structures

    CERN Document Server

    Krenk, Steen

    2013-01-01

    The statics and mechanics of structures form a core aspect of civil engineering. This book provides an introduction to the subject, starting from classic hand-calculation types of analysis and gradually advancing to a systematic form suitable for computer implementation. It starts with statically determinate structures in the form of trusses, beams and frames. Instability is discussed in the form of the column problem - both the ideal column and the imperfect column used in actual column design. The theory of statically indeterminate structures is then introduced, and the force and deformation methods are explained and illustrated. An important aspect of the book’s approach is the systematic development of the theory in a form suitable for computer implementation using finite elements. This development is supported by two small computer programs, MiniTruss and MiniFrame, which permit static analysis of trusses and frames, as well as linearized stability analysis. The book’s final section presents related ...

  17. Static Members of Classes in C#

    Directory of Open Access Journals (Sweden)

    Adrian LUPASC

    2017-12-01

    Full Text Available The C# language is object-oriented, which is why the declared member data must be part of a class. Thus, there is no possibility to declare certain variables that can be accessed from anywhere within the application, as it happens, for example, with global variables at the C language level. Making this work in C# is possible through static members of the class. Declaring a class implies defining some of its member data that later receive values when creating each object. A static member of the class can be interpreted as belonging only to the class, not to the objects subsequently created, which means that for the non-static data, there are as many children as there were objects created, while for the static ones there is only one copy, regardless of the number of created objects. In this regard, this paper presents the main aspects that characterize these abstract concepts of object oriented programming in general and C# language in particular, detailing how to develop an application that includes both static and non-static members. At the same time, particularities in the mirror for the two types of data, restrictions on use and potential limitations are presented.

  18. Rapid kinematic finite source inversion for Tsunamic Early Warning using high rate GNSS data

    Science.gov (United States)

    Chen, K.; Liu, Z.; Song, Y. T.

    2017-12-01

    Recently, Global Navigation Satellite System (GNSS) has been used for rapid earthquake source inversion towards tsunami early warning. In practice, two approaches, i.e., static finite source inversion based on permanent co-seismic offsets and kinematic finite source inversion using high-rate (>= 1 Hz) co-seismic displacement waveforms, are often employed to fulfill the task. The static inversion is relatively easy to be implemented and does not require additional constraints on rupture velocity, duration, and temporal variation. However, since most GNSS receivers are deployed onshore locating on one side of the subduction fault, there is very limited resolution on near-trench fault slip using GNSS in static finite source inversion. On the other hand, the high-rate GNSS displacement waveforms, which contain the timing information of earthquake rupture explicitly and static offsets implicitly, have the potential to improve near-trench resolution by reconciling with the depth-dependent megathrust rupture behaviors. In this contribution, we assess the performance of rapid kinematic finite source inversion using high-rate GNSS by three selected historical tsunamigenic cases: the 2010 Mentawai, 2011 Tohoku and 2015 Illapel events. With respect to the 2010 Mentawai case, it is a typical tsunami earthquake with most slip concentrating near the trench. The static inversion has little resolution there and incorrectly puts slip at greater depth (>10km). In contrast, the recorded GNSS displacement waveforms are deficit in high-frequency energy, the kinematic source inversion recovers a shallow slip patch (depth less than 6 km) and tsunami runups are predicted quite reasonably. For the other two events, slip from kinematic and static inversion show similar characteristics and comparable tsunami scenarios, which may be related to dense GNSS network and behavior of the rupture. Acknowledging the complexity of kinematic source inversion in real-time, we adopt the back

  19. CWF and TABLE - Two Fortran programmes for the calculation of Coulomb penetration and shift factors

    International Nuclear Information System (INIS)

    Norton, D.S.; James, M.F.

    1965-12-01

    CWF and TABLE are Fortran programmes, written for the IBM 7090 and English-Electric Leo Marconi KDF9 computers, that calculate the penetration and shift factors for a charged particle in a Coulomb field. The numerical methods used are those of Lutz and Karvelis. The two programmes are very similar. Input to TABLE is in the form of the centre-of-mass co-ordinates. CWF is intended for use in calculating cross-sections for neutron-induced reactions which result in charged particle emission, and the input is in the form of the neutron energy in the laboratory frame of reference, together with other necessary reaction data. (author)

  20. A PSP-based small-signal MOSFET model for both quasi-static and nonquasi-static operations

    NARCIS (Netherlands)

    Aarts, A.C.T.; Smit, G.D.J.; Scholten, A.J.; Klaassen, D.B.M.

    2008-01-01

    In this paper, a small-signal MOSFET model is described, which takes the local effects of both velocity saturation and transverse mobility reduction into account. The model is based on the PSP model and is valid for both quasi-static and nonquasi-static (NQS) operations. Recently, it has been found

  1. Martian Atmospheric Pressure Static Charge Elimination Tool

    Science.gov (United States)

    Johansen, Michael R.

    2014-01-01

    A Martian pressure static charge elimination tool is currently in development in the Electrostatics and Surface Physics Laboratory (ESPL) at NASA's Kennedy Space Center. In standard Earth atmosphere conditions, static charge can be neutralized from an insulating surface using air ionizers. These air ionizers generate ions through corona breakdown. The Martian atmosphere is 7 Torr of mostly carbon dioxide, which makes it inherently difficult to use similar methods as those used for standard atmosphere static elimination tools. An initial prototype has been developed to show feasibility of static charge elimination at low pressure, using corona discharge. A needle point and thin wire loop are used as the corona generating electrodes. A photo of the test apparatus is shown below. Positive and negative high voltage pulses are sent to the needle point. This creates positive and negative ions that can be used for static charge neutralization. In a preliminary test, a floating metal plate was charged to approximately 600 volts under Martian atmospheric conditions. The static elimination tool was enabled and the voltage on the metal plate dropped rapidly to -100 volts. This test data is displayed below. Optimization is necessary to improve the electrostatic balance of the static elimination tool.

  2. Static and time-dependent solutions of Einstein-Maxwell-Yukawa fields

    International Nuclear Information System (INIS)

    Lal, K.B.; Khan, M.Q.

    1977-01-01

    An exact solution of Einstein-Maxwell-Yukawa field equations has been obtained in a space-time with a static metric. A critical analysis reveals that the results previously obtained by Patel (Tensor New Sci.; 29:237 (1975)), Singh (Gen. Rel. Grav.; 6:657 (1974)), and Taub (Ann. Math.; 53:472 (1951)) are particular cases of the present solution. The singular behaviour of the solution is also discussed in this paper. Further, extending the technique developed by Janis et al (Phys. Rev.; 186:1729 (1969)), for static fields, to the case of nonstatic fields, an exact time-dependent axially symmetric solution of EMY fields has been obtained. The present solution in the nonstatic case is nonsingular in the sense of Bonnor (J. Math. Mech.; 6:203 (1957)) and presents a generalization of the results obtained by Misra (Proc. Cambridge Philos. Soc.; 58:711 (1962)) to the case when a zero-mass scalar field coexists with a source free electromagnetic field. (author)

  3. RELABEL2007, Labels FORTRAN Statements in ENDF Format Processing Programs

    International Nuclear Information System (INIS)

    2007-01-01

    1 - Description of program or function: RELABEL labels a ENDF/B pre-processing program so that statement labels are in increasing order in increments of 10 within each routine, and cards are identified in columns 73-80 by three alphanumeric characters in columns 73-75 and sequence numbers in columns 76-80 in increments of 10. IAEA1314/10: This version include the updates up to January 30, 2007. Changes in ENDF/B-VII Format and procedures, as well as the evaluations themselves, make it impossible for versions of the ENDF/B pre-processing codes earlier than PREPRO 2007 (2007 Version) to accurately process current ENDF/B-VII evaluations. The present code can handle all existing ENDF/B-VI evaluations through release 8, which will be the last release of ENDF/B-VI. Modifications from previous versions: Relabel VERS. 2007-1 (JAN. 2007): No change since March 2004 version 2 - Method of solution: 3 - Restrictions on the complexity of the problem: RELABEL is designed to maintain ENDF/B processing programs which use a restricted set of FORTRAN statements. As such, this program is not completely general

  4. On the relationship between ontogenetic and static allometry.

    Science.gov (United States)

    Pélabon, Christophe; Bolstad, Geir H; Egset, Camilla K; Cheverud, James M; Pavlicev, Mihaela; Rosenqvist, Gunilla

    2013-02-01

    Ontogenetic and static allometries describe how a character changes in size when the size of the organism changes during ontogeny and among individuals measured at the same developmental stage, respectively. Understanding the relationship between these two types of allometry is crucial to understanding the evolution of allometry and, more generally, the evolution of shape. However, the effects of ontogenetic allometry on static allometry remain largely unexplored. Here, we first show analytically how individual variation in ontogenetic allometry and body size affect static allometry. Using two longitudinal data sets on ontogenetic and static allometry, we then estimate variances and covariances for the different parameters of the ontogenetic allometry defined in our model and assess their relative contribution to the static allometric slope. The mean ontogenetic allometry is the main parameter that determines the static allometric slope, while the covariance between the ontogenetic allometric slope and body size generates most of the discrepancies between ontogenetic and static allometry. These results suggest that the apparent evolutionary stasis of the static allometric slope is not generated by internal (developmental) constraints but more likely results from external constraints imposed by selection.

  5. Installation of a new Fortran compiler and effective programming method on the vector supercomputer

    International Nuclear Information System (INIS)

    Nemoto, Toshiyuki; Suzuki, Koichiro; Watanabe, Kenji; Machida, Masahiko; Osanai, Seiji; Isobe, Nobuo; Harada, Hiroo; Yokokawa, Mitsuo

    1992-07-01

    The Fortran compiler, version 10 has been replaced with the new one, version 12 (V12) on the Fujitsu Computer system at JAERI since May, 1992. The benchmark test for the performance of the V12 compiler is carried out with 16 representative nuclear codes in advance of the installation of the compiler. The performance of the compiler is achieved by the factor of 1.13 in average. The effect of the enhanced functions of the compiler and the compatibility to the nuclear codes are also examined. The assistant tool for vectorization TOP10EX is developed. In this report, the results of the evaluation of the V12 compiler and the usage of the tools for vectorization are presented. (author)

  6. Algorithm 589. SICEDR: a FORTRAN subroutine for improving the accuracy of computed matrix eigenvalues

    International Nuclear Information System (INIS)

    Dongarra, J.J.

    1982-01-01

    SICEDR is a FORTRAN subroutine for improving the accuracy of a computed real eigenvalue and improving or computing the associated eigenvector. It is first used to generate information during the determination of the eigenvalues by the Schur decomposition technique. In particular, the Schur decomposition technique results in an orthogonal matrix Q and an upper quasi-triangular matrix T, such that A = QTQ/sup T/. Matrices A, Q, and T and the approximate eigenvalue, say lambda, are then used in the improvement phase. SICEDR uses an iterative method similar to iterative improvement for linear systems to improve the accuracy of lambda and improve or compute the eigenvector x in O(n 2 ) work, where n is the order of the matrix A

  7. Acceleration of a Static Observer Near the Event Horizon of a Static Isolated Black Hole.

    Science.gov (United States)

    Doughty, Noel A.

    1981-01-01

    Compares the magnitude of the proper acceleration of a static observer in a static, isolated, spherically symmetric space-time region with the Newtonian result including the situation in the interior of a perfect-fluid star. This provides a simple physical interpretation of surface gravity and illustrates the global nature of the event horizon.…

  8. Homotheties of cylindrically symmetric static spacetimes

    International Nuclear Information System (INIS)

    Qadir, A.; Ziad, M.; Sharif, M.

    1998-08-01

    In this note we consider the homotheties of cylindrically symmetric static spacetimes. We find that we can provide a complete list of all metrics that admit non-trivial homothetic motions and are cylindrically symmetric static. (author)

  9. Conversion of HSPF Legacy Model to a Platform-Independent, Open-Source Language

    Science.gov (United States)

    Heaphy, R. T.; Burke, M. P.; Love, J. T.

    2015-12-01

    Since its initial development over 30 years ago, the Hydrologic Simulation Program - FORTAN (HSPF) model has been used worldwide to support water quality planning and management. In the United States, HSPF receives widespread endorsement as a regulatory tool at all levels of government and is a core component of the EPA's Better Assessment Science Integrating Point and Nonpoint Sources (BASINS) system, which was developed to support nationwide Total Maximum Daily Load (TMDL) analysis. However, the model's legacy code and data management systems have limitations in their ability to integrate with modern software, hardware, and leverage parallel computing, which have left voids in optimization, pre-, and post-processing tools. Advances in technology and our scientific understanding of environmental processes that have occurred over the last 30 years mandate that upgrades be made to HSPF to allow it to evolve and continue to be a premiere tool for water resource planners. This work aims to mitigate the challenges currently facing HSPF through two primary tasks: (1) convert code to a modern widely accepted, open-source, high-performance computing (hpc) code; and (2) convert model input and output files to modern widely accepted, open-source, data model, library, and binary file format. Python was chosen as the new language for the code conversion. It is an interpreted, object-oriented, hpc code with dynamic semantics that has become one of the most popular open-source languages. While python code execution can be slow compared to compiled, statically typed programming languages, such as C and FORTRAN, the integration of Numba (a just-in-time specializing compiler) has allowed this challenge to be overcome. For the legacy model data management conversion, HDF5 was chosen to store the model input and output. The code conversion for HSPF's hydrologic and hydraulic modules has been completed. The converted code has been tested against HSPF's suite of "test" runs and shown

  10. EFFDOS - a FORTRAN-77-code for the calculation of the effective dose equivalent

    International Nuclear Information System (INIS)

    Baer, M.; Honcu, S.; Huebschmann, W.

    1984-01-01

    The FORTRAN-77-code EFFDOS calculates the effective dose equivalent according to ICRP 26 due to the longterm emission of radionuclides into the atmosphere for the following exposure pathways: inhalation, ingestion, γ-ground irradiation (γ-irradiation by radionuclides deposited on the ground) and β- or γ-submersion (irradiation by the passing radioactive cloud). For calculating the effective dose equivalent at a single spot it is necessary to put in the diffusion factor and - if need be - the washout factor; otherwise EFFDOS calculates the input data for the computer codes ISOLA III and WOLGA-1, which then are enabled to compute the atmospheric diffusion, ground deposition and local dose equivalent distribution for the requested exposure pathway. Atmospheric diffusion, deposition and radionuclide transfer are calculated according to the ''Allgemeine Berechnungsgrundlage ....'' recommended by the German Fed. Ministry of Interior. A sample calculated is added. (orig.) [de

  11. A Fortran program for the numerical integration of the one-dimensional Schroedinger equation using exponential and Bessel fitting methods

    International Nuclear Information System (INIS)

    Cash, J.R.; Raptis, A.D.; Simos, T.E.

    1990-01-01

    An efficient algorithm is described for the accurate numerical integration of the one-dimensional Schroedinger equation. This algorithm uses a high-order, variable step Runge-Kutta like method in the region where the potential term dominates, and an exponential or Bessel fitted method in the asymptotic region. This approach can be used to compute scattering phase shifts in an efficient and reliable manner. A Fortran program which implements this algorithm is provided and some test results are given. (orig.)

  12. Scientific Programming with High Performance Fortran: A Case Study Using the xHPF Compiler

    Directory of Open Access Journals (Sweden)

    Eric De Sturler

    1997-01-01

    Full Text Available Recently, the first commercial High Performance Fortran (HPF subset compilers have appeared. This article reports on our experiences with the xHPF compiler of Applied Parallel Research, version 1.2, for the Intel Paragon. At this stage, we do not expect very High Performance from our HPF programs, even though performance will eventually be of paramount importance for the acceptance of HPF. Instead, our primary objective is to study how to convert large Fortran 77 (F77 programs to HPF such that the compiler generates reasonably efficient parallel code. We report on a case study that identifies several problems when parallelizing code with HPF; most of these problems affect current HPF compiler technology in general, although some are specific for the xHPF compiler. We discuss our solutions from the perspective of the scientific programmer, and presenttiming results on the Intel Paragon. The case study comprises three programs of different complexity with respect to parallelization. We use the dense matrix-matrix product to show that the distribution of arrays and the order of nested loops significantly influence the performance of the parallel program. We use Gaussian elimination with partial pivoting to study the parallelization strategy of the compiler. There are various ways to structure this algorithm for a particular data distribution. This example shows how much effort may be demanded from the programmer to support the compiler in generating an efficient parallel implementation. Finally, we use a small application to show that the more complicated structure of a larger program may introduce problems for the parallelization, even though all subroutines of the application are easy to parallelize by themselves. The application consists of a finite volume discretization on a structured grid and a nested iterative solver. Our case study shows that it is possible to obtain reasonably efficient parallel programs with xHPF, although the compiler

  13. 'Static' octupole deformation

    International Nuclear Information System (INIS)

    Leander, G.A.

    1985-01-01

    Certain nuclei can be described as having intrinsic shapes with parity breaking static moments. The rationale for this description is discussed, spectroscopic models are outlined and their consequences are compared with experiment. (orig.)

  14. Static Analysis of Mobile Programs

    Science.gov (United States)

    2017-02-01

    and not allowed, to do. The second issue was that a fully static analysis was never a realistic possibility, because Java , the programming langauge...scale to large programs it had to handle essentially all of the features of Java and could also be used as a general-purpose analysis engine. The...static analysis of imperative languages. • A framework for adding specifications about the behavior of methods, including methods that were

  15. Static Decoupling in fault detection

    DEFF Research Database (Denmark)

    Niemann, Hans Henrik

    1998-01-01

    An algebraic approach is given for a design of a static residual weighting factor in connection with fault detection. A complete parameterization is given of the weighting factor which will minimize a given performance index......An algebraic approach is given for a design of a static residual weighting factor in connection with fault detection. A complete parameterization is given of the weighting factor which will minimize a given performance index...

  16. METHUSELAH II - A Fortran program and nuclear data library for the physics assessment of liquid-moderated reactors

    International Nuclear Information System (INIS)

    Brinkworth, M.J.; Griffiths, J.A.

    1966-03-01

    METHUSELAH II is a Fortran program with a nuclear data library, used to calculate cell reactivity and burn-up in liquid-moderated reactors. It has been developed from METHUSELAH I by revising the nuclear data library, and by introducing into the program improvements relating to nuclear data, improvements in efficiency and accuracy, and additional facilities which include a neutron balance edit, specialised outputs, fuel cycling, and fuel costing. These developments are described and information is given on the coding and usage of versions of METHUSELAH II for the IBM 7030 (STRETCH), IBM 7090, and KDF9 computers. (author)

  17. DATA-ENTRY-3: some observations and pragmatics of a structured design. [In FORTRAN for PDP-11/10

    Energy Technology Data Exchange (ETDEWEB)

    Sparks, D.

    1977-08-01

    The FORTRAN program DATA-ENTRY-3 was developed from the COBOL program DATA-ENTRY-1, which solves a large class of elementary data-capture, data-formating, and data-editing problems of managerial accounting. Most of the work involved finding methods to make DATA-ENTRY-3, which is written for a small-machine environment (PDP-11/10 under the RT-11 operating system), logically equivalent to DATA-ENTRY-1, which is written for a large-machine environment (CDC 6600 under a time-sharing operating system). This report explains how structured programing helped, and briefly describes the function of each subroutine.

  18. Comprehensive Performance Evaluation for Hydrological and Nutrients Simulation Using the Hydrological Simulation Program–Fortran in a Mesoscale Monsoon Watershed, China

    OpenAIRE

    Zhaofu Li; Chuan Luo; Kaixia Jiang; Rongrong Wan; Hengpeng Li

    2017-01-01

    The Hydrological Simulation Program–Fortran (HSPF) is a hydrological and water quality computer model that was developed by the United States Environmental Protection Agency. Comprehensive performance evaluations were carried out for hydrological and nutrient simulation using the HSPF model in the Xitiaoxi watershed in China. Streamflow simulation was calibrated from 1 January 2002 to 31 December 2007 and then validated from 1 January 2008 to 31 December 2010 using daily observed data, and nu...

  19. EDDY - a FORTRAN program to extract significant features from eddy-current test data - the basis of the CANSCAN system

    International Nuclear Information System (INIS)

    Jarvis, R.G.; Cranston, R.J.

    1982-09-01

    The FORTRAN program EDDY is designed to analyse data: from eddy-current scans of steam generator tubes. It is written in modular form, for future development, and it uses signal-recognition techniques that the authors developed in the profilometry of irradiated fuel elements. During a scan, significant signals are detected and extracted for immediate attention or more detailed analysis later. A version of the program was used in the CANSCAN system 'for automated eddy-current in-service inspection of nuclear steam generator tubing'

  20. Thermal effects in static friction: thermolubricity.

    Science.gov (United States)

    Franchini, A; Bortolani, V; Santoro, G; Brigazzi, M

    2008-10-01

    We present a molecular dynamics analysis of the static friction between two thick slabs. The upper block is formed by N2 molecules and the lower block by Pb atoms. We study the effects of the temperature as well as the effects produced by the structure of the surface of the lower block on the static friction. To put in evidence the temperature effects we will compare the results obtained with the lower block formed by still atoms with those obtained when the atoms are allowed to vibrate (e.g., with phonons). To investigate the importance of the geometry of the surface of the lower block we apply the external force in different directions, with respect to a chosen crystallographic direction of the substrate. We show that the interaction between the lattice dynamics of the two blocks is responsible for the strong dependence of the static friction on the temperature. The lattice dynamics interaction between the two blocks strongly reduces the static friction, with respect to the case of the rigid substrate. This is due to the large momentum transfer between atoms and the N2 molecules which disorders the molecules of the interface layer. A further disorder is introduced by the temperature. We perform calculations at T = 20K which is a temperature below the melting, which for our slab is at 50K . We found that because of the disorder the static friction becomes independent of the direction of the external applied force. The very low value of the static friction seems to indicate that we are in a regime of thermolubricity similar to that observed in dynamical friction.

  1. Literature review Quasi-static and Dynamic pile load tests : Primarily report on non-static pile load tests

    NARCIS (Netherlands)

    Huy, N.Q.

    2010-01-01

    Pile testing, which plays an importance role in the field of deep foundation design, is performed by static and non-static methods to provide information about the following issues: (Poulos, 1998) - The ultimate capacity of a single pile. - The load-displacement behavior of a pile. - The performance

  2. Static Analysis for JavaScript

    DEFF Research Database (Denmark)

    Jensen, Simon Holm

    . This dissertation describes the design and implementation of a static analysis for JavaScript that can assist programmers in finding bugs in code during development. We describe the design of a static analysis tool for JavaScript, built using the monotone framework. This analysis infers detailed type information......Web applications present unique challenges to designers of static analysis tools. One of these challenges is the language JavaScript used for client side scripting in the browser. JavaScript is a complex language with many pitfalls and poor tool support compared to other languages...... about programs. This information can be used to detect bugs such as null pointer dereferences and unintended type coercions. The analysis is sound, enabling it to prove the absence of certain program errors. JavaScript is usually run within the context of the browser and the DOM API. The major...

  3. Comparison of static model and dynamic model for the evaluation of station blackout sequences

    International Nuclear Information System (INIS)

    Lee, Kwang-Nam; Kang, Sun-Koo; Hong, Sung-Yull.

    1992-01-01

    Station blackout is one of major contributors to the core damage frequency (CDF) in many PSA studies. Since station blackout sequence exhibits dynamic features, accurate calculation of CDF for the station blackout sequence is not possible with event tree/fault tree (ET/FT) method. Although the integral method can determine accurate CDF, it is time consuming and is difficult to evaluate various alternative AC source configuration and sensitivities. In this study, a comparison is made between static model and dynamic model and a new methodology which combines static model and dynamic model is provided for the accurate quantification of CDF and evaluation of improvement alternatives. Results of several case studies show that accurate calculation of CDF is possible by introducing equivalent mission time. (author)

  4. MODLIB, library of Fortran modules for nuclear reaction codes

    International Nuclear Information System (INIS)

    Talou, Patrick

    2006-01-01

    1 - Description of program or function: ModLib is a library of Fortran (90-compatible) modules to be used in existing and future nuclear reaction codes. The development of the library is an international effort being undertaken under the auspices of the long-term Subgroup A of the OECD/NEA Working Party on Evaluation and Cooperation. The aim is to constitute a library of well-tested and well-documented pieces of codes that can be used with confidence in all our coding efforts. This effort will undoubtedly help avoid the duplication of work, and most certainly facilitate the very important inter-comparisons between existing codes. 2 - Methods: - Width f luctuations [Talou, Chadwick]: calculates width fluctuation correction factors (output) for a set of transmission coefficients (input). Three methods are available: HRTW, Moldauer, and Verbaarschot (also called GOE approach). So far, no distinction is made according to the type of the coefficients channels (particle emission, gamma-ray emission, fission). - Gamma s trength [Herman]: calculates gamma-ray transmission coefficients using a Giant Resonance formalism. - Level d ensity [Koning]: computes the Gilbert-Cameron-Ignatyuk formalism for the continuum nuclear level density. - CHECKR, FIZCON, INTER, PSYCHE, STANEF [Dunford]: these modules are used in the MODLIB project but are not included in this package. They are available from the NEA Data Bank Computer Program Service under Package Ids: CHECKR (USCD1208), FIZCON (USCD1209), INTER (USCD1212), PSYCHE (USCD1216), STANEF (USCD1218)

  5. Electron - A fortran programme for the coupled channel calculation of nuclear electromagnetic (e,e') form factors and cross sections in the self-consistent random-phase approximation

    International Nuclear Information System (INIS)

    Cavinato, M.; Marangoni, M.; Saruis, A.M.

    1984-01-01

    Description is given of the Electron programme for IBM 370/168 computer, written in Fortran 4. language. The programme calculates (e,e') cross-sections and longitudinal/transverse form factors for closed shell nuclei in the framework of a self-consistent RPA theory

  6. Modeling of static characteristics of switched reluctance motor

    International Nuclear Information System (INIS)

    Asgharmemon, A.; Hussain, I.; Daudpoto, J.

    2013-01-01

    To investigate the running characteristics of a switched reluctance motor, the static characteristics and related input data tables are required. The static characteristics comprise of flux linkage, co-energy and static torque characteristics. The co-energy and static torque are calculated once data of magnetization characteristics is available. The data of co-energy is required for the calculation of static torque characteristics. The simulation model includes the data of static characteristics for prediction of the instantaneous and steady state performance of the motor. In this research a computer based procedure of experiments is carried out for measurement of the magnetization characteristics. For every set of measurements, the removal of eddy current is carefully addressed. The experiments are carried out on an existing 8/6 pole rotary switched reluctance motor. Additionally, the instantaneous phase current, instantaneous torque and flux waveforms are produced by using linear, which is by default and spline data interpolation separately. The information obtained from theses simulation results will help in an improved simulation model for predicting the performance of the machine. (author)

  7. Performance Issues in High Performance Fortran Implementations of Sensor-Based Applications

    Directory of Open Access Journals (Sweden)

    David R. O'hallaron

    1997-01-01

    Full Text Available Applications that get their inputs from sensors are an important and often overlooked application domain for High Performance Fortran (HPF. Such sensor-based applications typically perform regular operations on dense arrays, and often have latency and through put requirements that can only be achieved with parallel machines. This article describes a study of sensor-based applications, including the fast Fourier transform, synthetic aperture radar imaging, narrowband tracking radar processing, multibaseline stereo imaging, and medical magnetic resonance imaging. The applications are written in a dialect of HPF developed at Carnegie Mellon, and are compiled by the Fx compiler for the Intel Paragon. The main results of the study are that (1 it is possible to realize good performance for realistic sensor-based applications written in HPF and (2 the performance of the applications is determined by the performance of three core operations: independent loops (i.e., loops with no dependences between iterations, reductions, and index permutations. The article discusses the implications for HPF implementations and introduces some simple tests that implementers and users can use to measure the efficiency of the loops, reductions, and index permutations generated by an HPF compiler.

  8. Radiation field of an optically finite homogeneous atmosphere with internal sources

    International Nuclear Information System (INIS)

    Viik, T.

    2010-01-01

    The equation of radiative transfer in an optically finite homogeneous atmosphere with different internal sources is solved using the method of kernel approximation the essence of which is to approximate the kernel in the equation for the Sobolev resolvent function by a Gauss-Legendre sum. This approximation allows to solve the equation exactly for the resolvent function while the solution is a weighted sum of exponents. Since the resolvent function is closely connected with the Green function of the integral radiative transfer equation, the radiation field for different internal sources can be found by simple integration. In order to simplify the obtained formulas we have defined the x and y functions as the generalization of the well-known Ambarzumian-Chandrasekhar X and Y functions. For some types of internal sources the package of codes in Fortran-77 can be found at (http://www.aai.ee/~viik/HOMOGEN.FOR).

  9. Program NICOLET to integrate energy loss in superconducting coils. [In FORTRAN for CDC-6600

    Energy Technology Data Exchange (ETDEWEB)

    Vogel, H.F.

    1978-08-01

    A voltage pickup coil, inductively coupled to the magnetic field of the superconducting coil under test, is connected so its output may be compared with the terminal voltage of the coil under test. The integrated voltage difference is indicative of the resistive volt-seconds. When multiplied with the main coil current, the volt-seconds yield the loss. In other words, a hysteresis loop is obtained if the integrated voltage difference phi = ..integral delta..Vdt is plotted as a function of the coil current, i. First, time functions of the two signals phi(t) and i(t) are recorded on a dual-trace digital oscilloscope, and these signals are then recorded on magnetic tape. On a CDC-6600, the recorded information is decoded and plotted, and the hysteresis loops are integrated by the set of FORTRAN programs NICOLET described in this report. 4 figures.

  10. Operations analysis (study 2.1). Program SEPSIM (solar electric propulsion stage simulation). [in FORTRAN: space tug

    Science.gov (United States)

    Lang, T. J.

    1974-01-01

    Program SEPSIM is a FORTRAN program which performs deployment, servicing, and retrieval missions to synchronous equatorial orbit using a space tug with a continuous low thrust upper stage known as a solar electric propulsion stage (SEPS). The SEPS ferries payloads back and forth between an intermediate orbit and synchronous orbit, and performs the necessary servicing maneuvers in synchronous orbit. The tug carries payloads between the orbiter and the intermediate orbit, deploys fully fueled SEPS vehicles, and retrieves exhausted SEPS vehicles when, and if, required. The program is presently contained in subroutine form in the Logistical On-orbit VEhicle Servicing (LOVES) Program, but can also be run independently with the addition of a simple driver program.

  11. Ionization dual-zone static detector having single radioactive source

    International Nuclear Information System (INIS)

    Ried, L. Jr.; Wade, A.L.

    1977-01-01

    This ionization detector or combustion product detector includes a single radioactive source located in an ionization chamber, and the ionization chamber includes portions comprising a reference zone and a signal zone. Electrical circuitry connected to the reference and signal zones provides an output signal directly related to changes in voltages across the signal zone in relation to the amount of particulates of combustion present in the ionization chamber

  12. Java/JNI/C/Fortran makefile project for a Java plug-in and related Android app in Eclipse ADT bundle : A side-by-side comparison

    NARCIS (Netherlands)

    De Beer, R.; Van Ormondt, D.

    2015-01-01

    We have developed a Java/Fortran based application, called MonteCarlo, that enables the users can carry out Monte Carlo studies in the field of in vivo MRS. The application is supposed to be used as a tool for the jMRUI platform, being the in vivo MRS software system of the TRANSACT European Union

  13. Open-Source Java for Teaching Computational Physics

    Science.gov (United States)

    Wolfgang, Christian; Gould, Harvey; Gould, Joshua; Tobochnik, Jan

    2001-11-01

    The switch from procedural to object-oriented (OO) programming has produced dramatic changes in professional software design. OO techniques have not, however, been widely adopted in computational physics. Although most physicists are familiar with procedural languages such as Fortran, few physicists have formal training in computer science and few therefore have made the switch to OO programming. The continued use of procedural languages in education is due, in part, to the lack of up-to-date curricular materials that combine current computational physics research topics with an OO framework. This talk describes an Open-Source curriculum development project to produce such material. Examples will be presented that show how OO techniques can be used to encapsulate the relevant Physics, the analysis, and the associated numerical methods.

  14. Statics of historic masonry constructions

    CERN Document Server

    Como, Mario

    2017-01-01

    Masonry constructions are the great majority of the buildings in Europe’s historic centres and the most important monuments of its architectural heritage. Given the age of these constructions, the demand for safety assessments and restoration projects is pressing and constant; still within the broad studies in the subject it is not yet recognised, in particular within the seismic area, a unitary approach to deal with Masonry structures. This successful book contributes to clarify the issues with a rigorous approach offering a comprehensive new Statics of Masonry Constructions. This third edition has been driven by some recent developments of the research in the field, and it gives the fundamentals of Statics with an original and rigorous mathematical formulation, further in-depth inquired in this new version. With many refinements and improvements, the book investigates the static behaviour of many historic monuments, such as the Gothic Cathedrals, the Mycenaean Tholoi, the Pantheon, the Colosseum, the dome...

  15. Non-local means filter for trim statics

    KAUST Repository

    Huang, Yunsong; Wang, Xin; Schuster, Gerard T.

    2014-01-01

    this problem, we propose a trim statics inspired by the non-local means algorithm originally developed for image denoising. This method differs from the conventional one in two fundamental respects. First, the trim statics are computed by comparing image

  16. Repairing business process models as retrieved from source code

    NARCIS (Netherlands)

    Fernández-Ropero, M.; Reijers, H.A.; Pérez-Castillo, R.; Piattini, M.; Nurcan, S.; Proper, H.A.; Soffer, P.; Krogstie, J.; Schmidt, R.; Halpin, T.; Bider, I.

    2013-01-01

    The static analysis of source code has become a feasible solution to obtain underlying business process models from existing information systems. Due to the fact that not all information can be automatically derived from source code (e.g., consider manual activities), such business process models

  17. Biological effects of electromagnetic fields and recently updated safety guidelines for strong static magnetic fields

    International Nuclear Information System (INIS)

    Yamaguchi-Sekino, Sachiko; Sekino, Masaki; Ueno, Shoogo

    2011-01-01

    Humans are exposed daily to artificial and naturally occurring magnetic fields that originate from many different sources. We review recent studies that examine the biological effects of and medical applications involving electromagnetic fields, review the properties of static and pulsed electromagnetic fields that affect biological systems, describe the use of a pulsed electromagnetic field in combination with an anticancer agent as an example of a medical application that incorporates an electromagnetic field, and discuss the recently updated safety guidelines for static electromagnetic fields. The most notable modifications to the 2009 International Commission on Non-Ionizing Radiation Protection guidelines are the increased exposure limits, especially for those who work with or near electromagnetic fields (occupational exposure limits). The recommended increases in exposure were determined using recent scientific evidence obtained from animal and human studies. Several studies since the 1994 publication of the guidelines have examined the effects on humans after exposure to high static electromagnetic fields (up to 9.4 tesla), but additional research is needed to ascertain further the safety of strong electromagnetic fields. (author)

  18. Conformal Collineations of the Ricci and Energy-Momentum Tensors in Static Plane Symmetric Space-Times

    Science.gov (United States)

    Akhtar, S. S.; Hussain, T.; Bokhari, A. H.; Khan, F.

    2018-04-01

    We provide a complete classification of static plane symmetric space-times according to conformal Ricci collineations (CRCs) and conformal matter collineations (CMCs) in both the degenerate and nondegenerate cases. In the case of a nondegenerate Ricci tensor, we find a general form of the vector field generating CRCs in terms of unknown functions of t and x subject to some integrability conditions. We then solve the integrability conditions in different cases depending upon the nature of the Ricci tensor and conclude that the static plane symmetric space-times have a 7-, 10- or 15-dimensional Lie algebra of CRCs. Moreover, we find that these space-times admit an infinite number of CRCs if the Ricci tensor is degenerate. We use a similar procedure to study CMCs in the case of a degenerate or nondegenerate matter tensor. We obtain the exact form of some static plane symmetric space-time metrics that admit nontrivial CRCs and CMCs. Finally, we present some physical applications of our obtained results by considering a perfect fluid as a source of the energy-momentum tensor.

  19. Failure mechanism and coupled static-dynamic loading theory in deep hard rock mining: A review

    Directory of Open Access Journals (Sweden)

    Xibing Li

    2017-08-01

    Full Text Available Rock failure phenomena, such as rockburst, slabbing (or spalling and zonal disintegration, related to deep underground excavation of hard rocks are frequently reported and pose a great threat to deep mining. Currently, the explanation for these failure phenomena using existing dynamic or static rock mechanics theory is not straightforward. In this study, new theory and testing method for deep underground rock mass under coupled static-dynamic loading are introduced. Two types of coupled loading modes, i.e. “critical static stress + slight disturbance” and “elastic static stress + impact disturbance”, are proposed, and associated test devices are developed. Rockburst phenomena of hard rocks under coupled static-dynamic loading are successfully reproduced in the laboratory, and the rockburst mechanism and related criteria are demonstrated. The results of true triaxial unloading compression tests on granite and red sandstone indicate that the unloading can induce slabbing when the confining pressure exceeds a certain threshold, and the slabbing failure strength is lower than the shear failure strength according to the conventional Mohr-Column criterion. Numerical results indicate that the rock unloading failure response under different in situ stresses and unloading rates can be characterized by an equivalent strain energy density. In addition, we present a new microseismic source location method without premeasuring the sound wave velocity in rock mass, which can efficiently and accurately locate the rock failure in hard rock mines. Also, a new idea for deep hard rock mining using a non-explosive continuous mining method is briefly introduced.

  20. Magma degassing triggered by static decompression at Kīlauea Volcano, Hawai‘i

    Science.gov (United States)

    Poland, Michael P.; Jeff, Sutton A.; Gerlach, Terrence M.

    2009-01-01

    During mid-June 2007, the summit of Kīlauea Volcano, Hawai‘i, deflated rapidly as magma drained from the subsurface to feed an east rift zone intrusion and eruption. Coincident with the deflation, summit SO2 emission rates rose by a factor of four before decaying to background levels over several weeks. We propose that SO2 release was triggered by static decompression caused by magma withdrawal from Kīlauea's shallow summit reservoir. Models of the deflation suggest a pressure drop of 0.5–3 MPa, which is sufficient to trigger exsolution of the observed excess SO2 from a relatively small volume of magma at the modeled source depth beneath Kīlauea's summit. Static decompression may also explain other episodes of deflation accompanied by heightened gas emission, including the precursory phases of Kīlauea's 2008 summit eruption. Hazards associated with unexpected volcanic gas emission argue for increased awareness of magma reservoir pressure fluctuations.

  1. Counterterms for static Lovelock solutions

    International Nuclear Information System (INIS)

    Mehdizadeh, M.R.; Dehghani, M.H.; Zangeneh, M.K.

    2015-01-01

    In this paper, we introduce the counterterms that remove the non-logarithmic divergences of the action in third order Lovelock gravity for static spacetimes. We do this by defining the cosmological constant in such a way that the asymptotic form of the metric have the same form in Lovelock and Einstein gravities. Thus, we employ the counterterms of Einstein gravity and show that the power law divergences of the action of Lovelock gravity for static spacetimes can be removed by suitable choice of coefficients. We find that the dependence of these coefficients on the dimension in Lovelock gravity is the same as in Einstein gravity. We also introduce the finite energy-momentum tensor and employ these counterterms to calculate the finite action and mass of static black hole solutions of third order Lovelock gravity. Next, we calculate the thermodynamic quantities and show that the entropy calculated through the use of Gibbs-Duhem relation is consistent with the obtained entropy by Wald's formula. Furthermore, we find that in contrast to Einstein gravity in which there exists no uncharged extreme black hole, third order Lovelock gravity can have these kind of black holes. Finally, we investigate the stability of static charged black holes of Lovelock gravity in canonical ensemble and find that small black holes show a phase transition between very small and small black holes, while the large ones are stable. (orig.)

  2. Counterterms for static Lovelock solutions

    Energy Technology Data Exchange (ETDEWEB)

    Mehdizadeh, M.R. [Shahid Bahonar University, Department of Physics, PO Box 76175, Kerman (Iran, Islamic Republic of); Dehghani, M.H. [Research Institute for Astrophysics and Astronomy of Maragha (RIAAM), Maragha (Iran, Islamic Republic of); Shiraz University, Physics Department and Biruni Observatory, College of Sciences, Shiraz (Iran, Islamic Republic of); Zangeneh, M.K. [Shiraz University, Physics Department and Biruni Observatory, College of Sciences, Shiraz (Iran, Islamic Republic of)

    2015-06-15

    In this paper, we introduce the counterterms that remove the non-logarithmic divergences of the action in third order Lovelock gravity for static spacetimes. We do this by defining the cosmological constant in such a way that the asymptotic form of the metric have the same form in Lovelock and Einstein gravities. Thus, we employ the counterterms of Einstein gravity and show that the power law divergences of the action of Lovelock gravity for static spacetimes can be removed by suitable choice of coefficients. We find that the dependence of these coefficients on the dimension in Lovelock gravity is the same as in Einstein gravity. We also introduce the finite energy-momentum tensor and employ these counterterms to calculate the finite action and mass of static black hole solutions of third order Lovelock gravity. Next, we calculate the thermodynamic quantities and show that the entropy calculated through the use of Gibbs-Duhem relation is consistent with the obtained entropy by Wald's formula. Furthermore, we find that in contrast to Einstein gravity in which there exists no uncharged extreme black hole, third order Lovelock gravity can have these kind of black holes. Finally, we investigate the stability of static charged black holes of Lovelock gravity in canonical ensemble and find that small black holes show a phase transition between very small and small black holes, while the large ones are stable. (orig.)

  3. Comparison of stochastic resonance in static and dynamical nonlinearities

    International Nuclear Information System (INIS)

    Ma, Yumei; Duan, Fabing

    2014-01-01

    We compare the stochastic resonance (SR) effects in parallel arrays of static and dynamical nonlinearities via the measure of output signal-to-noise ratio (SNR). For a received noisy periodic signal, parallel arrays of both static and dynamical nonlinearities can enhance the output SNR by optimizing the internal noise level. The static nonlinearity is easily implementable, while the dynamical nonlinearity has more parameters to be tuned, at the risk of not exploiting the beneficial role of internal noise components. It is of interest to note that, for an input signal buried in the external Laplacian noise, we show that the dynamical nonlinearity is superior to the static nonlinearity in obtaining a better output SNR. This characteristic is assumed to be closely associated with the kurtosis of noise distribution. - Highlights: • Comparison of SR effects in arrays of both static and dynamical nonlinearities. • Static nonlinearity is easily implementable for the SNR enhancement. • Dynamical nonlinearity yields a better output SNR for external Laplacian noise

  4. Static Transition Compression

    DEFF Research Database (Denmark)

    Danvy, Olivier; Damian, Daniel

    2001-01-01

    Starting from an operational specification of a translation from a structured to an unstructured imperative language, we point out how a compositional and context-insensitive translation gives rise to static chains of jumps. Taking an inspiration from the notion of continuation, we state a new co...

  5. In-flight and ground testing of single event upset sensitivity in static RAMs

    International Nuclear Information System (INIS)

    Johansson, K.; Dyreklev, P.; Granbom, B.; Calvet, C.; Fourtine, S.; Feuillatre, O.

    1998-01-01

    This paper presents the results from in-flight measurements of single event upsets (SEU) in static random access memories (SRAM) caused by the atmospheric radiation environment at aircraft altitudes. The memory devices were carried on commercial airlines at high altitude and mainly high latitudes. The SEUs were monitored by a Component Upset Test Equipment (CUTE), designed for this experiment. The in flight results are compared to ground based testing with neutrons from three different sources

  6. 14 CFR 25.173 - Static longitudinal stability.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Static longitudinal stability. 25.173... AIRCRAFT AIRWORTHINESS STANDARDS: TRANSPORT CATEGORY AIRPLANES Flight Stability § 25.173 Static... forces (including friction) must be as follows: (a) A pull must be required to obtain and maintain speeds...

  7. Planning for Micro-grid with Static Voltage Stability and Maximizing Renewable Energy Utilization

    Science.gov (United States)

    Zhou, Youfu; Zhang, Yuhong; Lv, Xuehai; Zhang, Wentai; Wei, Jun; Zhang, Changhua; Chen, Xin

    2017-05-01

    The access position and capacity of distribution generation (DG) affect the static voltage stability of micro-grid, thus affecting the renewable energy utilization. In the current reform of the energy supply side, a multi-objective optimization model is established, aiming at the abandoning wind and abandoning light problem. This model has three advantages, which are the largest renewable energy utilization, static voltage stability of micro-grid and the minimum cost of DG investment considering environmental benefits. It can effectively promote the use of wind power, photovoltaic power generation and other renewable energy sources. In this paper, the multi-objective optimization problem is transformed into a single objective programming problem by using the deviation method; the optimal solution of multi-objective function is solved by using particle swarm optimization algorithm, so as to establish the planning scheme of micro-grid. Simulation results prove the correctness and feasibility of the optimization method.

  8. A Minimum Leakage Quasi-Static RAM Bitcell

    Directory of Open Access Journals (Sweden)

    Adam Teman

    2011-05-01

    Full Text Available As SRAMs continue to grow and comprise larger percentages of the area and power consumption in advanced systems, the need to minimize static currents becomes essential. This brief presents a novel 9T Quasi-Static RAM Bitcell that provides aggressive leakage reduction and high write margins. The quasi-static operation method of this cell, based on internal feedback and leakage ratios, minimizes static power while maintaining sufficient, albeit depleted, noise margins. This paper presents the concept of the novel cell, and discusses the stability of the cell under hold, read and write operations. The cell was implemented in a low-power 40 nm TSMC process, showing as much as a 12× reduction in leakage current at typical conditions, as compared to a standard 6T or 8T bitcell at the same supply voltage. The implemented cell showed full functionality under global and local process variations at nominal and low voltages, as low as 300 mV.

  9. RAGBEEF: a FORTRAN IV implementation of a time-dependent model for radionuclide contamination of beef

    Energy Technology Data Exchange (ETDEWEB)

    Pleasant, J C; McDowell-Boyer, L M; Killough, G G

    1982-06-01

    RAGBEEF is a FORTRAN IV program that calculates radionuclide concentrations in beef as a result of ingestion of contaminated feeds, pasture, and pasture soil by beef cattle. The model implemented by RAGBEEF is dynamic in nature, allowing the user to consider age- and season-dependent aspects of beef cattle management in estimating concentrations in beef. It serves as an auxiliary code to RAGTIME, previously documented by the authors, which calculates radionuclide concentrations in agricultural crops in a dynamic manner, but evaluates concentrations in beef for steady-state conditions only. The time-dependent concentrations in feeds, pasture, and pasture soil generated by RAGTIME are used as input to the RAGBEEF code. RAGBEEF, as presently implemented, calculates radionuclide concentrations in the muscle of age-based cohorts in a beef cattle herd. Concentrations in the milk of lactating cows are also calculated, but are assumed age-dependent as in RAGTIME. Radionuclide concentrations in beef and milk are described in RAGBEEF by a system of ordinary linear differential equations in which the transfer rate of radioactivity between compartments is proportional to the inventory of radioactivity in the source compartment. This system is solved by use of the GEAR package for solution of systems of ordinary differential equations. The accuracy of this solution is monitored at various check points by comparison with explicit solutions of Bateman-type equations. This report describes the age- and season-dependent considerations making up the RAGBEEF model, as well as presenting the equations which describe the model and a documentation of the associated computer code. Listings of the RAGBEEF and updated RAGTIME codes are provided in appendices, as are the results of a sample run of RAGBEEF and a description of recent modifications to RAGTIME.

  10. RAGBEEF: a FORTRAN IV implementation of a time-dependent model for radionuclide contamination of beef

    International Nuclear Information System (INIS)

    Pleasant, J.C.; McDowell-Boyer, L.M; Killough, G.G.

    1982-06-01

    RAGBEEF is a FORTRAN IV program that calculates radionuclide concentrations in beef as a result of ingestion of contaminated feeds, pasture, and pasture soil by beef cattle. The model implemented by RAGBEEF is dynamic in nature, allowing the user to consider age- and season-dependent aspects of beef cattle management in estimating concentrations in beef. It serves as an auxiliary code to RAGTIME, previously documented by the authors, which calculates radionuclide concentrations in agricultural crops in a dynamic manner, but evaluates concentrations in beef for steady-state conditions only. The time-dependent concentrations in feeds, pasture, and pasture soil generated by RAGTIME are used as input to the RAGBEEF code. RAGBEEF, as presently implemented, calculates radionuclide concentrations in the muscle of age-based cohorts in a beef cattle herd. Concentrations in the milk of lactating cows are also calculated, but are assumed age-dependent as in RAGTIME. Radionuclide concentrations in beef and milk are described in RAGBEEF by a system of ordinary linear differential equations in which the transfer rate of radioactivity between compartments is proportional to the inventory of radioactivity in the source compartment. This system is solved by use of the GEAR package for solution of systems of ordinary differential equations. The accuracy of this solution is monitored at various check points by comparison with explicit solutions of Bateman-type equations. This report describes the age- and season-dependent considerations making up the RAGBEEF model, as well as presenting the equations which describe the model and a documentation of the associated computer code. Listings of the RAGBEEF and updated RAGTIME codes are provided in appendices, as are the results of a sample run of RAGBEEF and a description of recent modifications to RAGTIME

  11. TSPP - A Collection of FORTRAN Programs for Processing and Manipulating Time Series

    Science.gov (United States)

    Boore, David M.

    2008-01-01

    This report lists a number of FORTRAN programs that I have developed over the years for processing and manipulating strong-motion accelerograms. The collection is titled TSPP, which stands for Time Series Processing Programs. I have excluded 'strong-motion accelerograms' from the title, however, as the boundary between 'strong' and 'weak' motion has become blurred with the advent of broadband sensors and high-dynamic range dataloggers, and many of the programs can be used with any evenly spaced time series, not just acceleration time series. This version of the report is relatively brief, consisting primarily of an annotated list of the programs, with two examples of processing, and a few comments on usage. I do not include a parameter-by-parameter guide to the programs. Future versions might include more examples of processing, illustrating the various parameter choices in the programs. Although these programs have been used by the U.S. Geological Survey, no warranty, expressed or implied, is made by the USGS as to the accuracy or functioning of the programs and related program material, nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith. The programs are distributed on an 'as is' basis, with no warranty of support from me. These programs were written for my use and are being publically distributed in the hope that others might find them as useful as I have. I would, however, appreciate being informed about bugs, and I always welcome suggestions for improvements to the codes. Please note that I have made little effort to optimize the coding of the programs or to include a user-friendly interface (many of the programs in this collection have been included in the software usdp (Utility Software for Data Processing), being developed by Akkar et al. (personal communication, 2008); usdp includes a graphical user interface). Speed of execution has been sacrificed in favor of a code that

  12. Intracavitary dosimetry of a high-activity remote loading device with oscillating source

    International Nuclear Information System (INIS)

    Arcovito, G.; Piermattei, A.; D'Abramo, G.; Bassi, F.A.

    1984-01-01

    Dosimetric experiments have been carried out in water around a Fletcher applicator loaded by a Buchler system containing two 137 Cs 148 GBq (4 Ci) sources and one 192 Ir 740 GBq (20 Ci) source. The mechanical system which controls the movement of the 192 Ir source and the resulting motion of the source are described. The dose distribution around the sources was measured photographically and by a PWT Normal 0.22 cm 3 ionisation chamber. The absolute dose rate was measured along the lateral axes of the sources. The measurements of exposure in water near the sources were corrected for the effect due to the finite volume of the chamber. The ''quantisation method'' described by Cassell (1983) was utilised to calculate the variation of the dose rate along the lateral axes of the sources. The dose distribution around both 192 Ir and 137 Cs sources was found to be spherical for angles greater than 40 0 from the longitudinal axes of the sources. A simple algorithm fitting the data for the moving 192 Ir source is proposed. A program written in FORTRAN IV and run on a Univac 1100/80 computer has been used to plot dose distributions on anatomical data obtained from CT images. (author)

  13. Dynamic Memory De-allocation in Fortran 95/2003 Derived Type Calculus

    Directory of Open Access Journals (Sweden)

    Damian W.I. Rouson

    2005-01-01

    Full Text Available Abstract data types developed for computational science and engineering are frequently modeled after physical objects whose state variables must satisfy governing differential equations. Generalizing the associated algebraic and differential operators to operate on the abstract data types facilitates high-level program constructs that mimic standard mathematical notation. For non-trivial expressions, multiple object instantiations must occur to hold intermediate results during the expression's evaluation. When the dimension of each object's state space is not specified at compile-time, the programmer becomes responsible for dynamically allocating and de-allocating memory for each instantiation. With the advent of allocatable components in Fortran 2003 derived types, the potential exists for these intermediate results to occupy a substantial fraction of a program's footprint in memory. This issue becomes particularly acute at the highest levels of abstraction where coarse-grained data structures predominate. This paper proposes a set of rules for de-allocating memory that has been dynamically allocated for intermediate results in derived type calculus, while distinguishing that memory from more persistent objects. The new rules are applied to the design of a polymorphic time integrator for integrating evolution equations governing dynamical systems. Associated issues of efficiency and design robustness are discussed.

  14. SREM - WRS system module number 3348 for calculating the removal flux due to point, line or disc sources

    International Nuclear Information System (INIS)

    Grimstone, M.J.

    1978-06-01

    The WRS Modular Programming System has been developed as a means by which programmes may be more efficiently constructed, maintained and modified. In this system a module is a self-contained unit typically composed of one or more Fortran routines, and a programme is constructed from a number of such modules. This report describes one WRS module, the function of which is to calculate the uncollided flux and first-collision source from a disc source in a slab geometry system, a line source at the centre of a cylindrical system or a point source at the centre of a spherical system. The information given in this manual is of use both to the programmer wishing to incorporate the module in a programme, and to the user of such a programme. (author)

  15. Integrated dynamic and static tactile sensor: focus on static force sensing

    Science.gov (United States)

    Wettels, Nicholas; Pletner, Baruch

    2012-04-01

    Object grasping by robotic hands in unstructured environments demands a sensor that is durable, compliant, and responsive to static and dynamic force conditions. In order for a tactile sensor to be useful for grasp control in these, it should have the following properties: tri-axial force sensing (two shear plus normal component), dynamic event sensing across slip frequencies, compliant surface for grip, wide dynamic range (depending on application), insensitivity to environmental conditions, ability to withstand abuse and good sensing behavior (e.g. low hysteresis, high repeatability). These features can be combined in a novel multimodal tactile sensor. This sensor combines commercial-off-the-shelf MEMS technology with two proprietary force sensors: a high bandwidth device based on PZT technology and low bandwidth device based on elastomers and optics. In this study, we focus on the latter transduction mechanism and the proposed architecture of the completed device. In this study, an embedded LED was utilized to produce a constant light source throughout a layer of silicon rubber which covered a plastic mandrel containing a set of sensitive phototransistors. Features about the contacted object such as center of pressure and force vectors can be extracted from the information in the changing patterns of light. The voltage versus force relationship obtained with this molded humanlike finger had a wide dynamic range that coincided with forces relevant for most human grip tasks.

  16. The usefulness of cardiofocal collimator in static renal imaging

    International Nuclear Information System (INIS)

    Evren, I.; Durak, H.; Degirmenci, B.; Derebek, E.; Oezbilek, E.; Capa, G.

    2001-01-01

    Static renal imaging is best performed using pinhole collimator. But this technique takes too much time and generally parallel hole collimators are preferred for static renal imaging in nuclear medicine departments. The purpose of this study was to investigate the usefulness of the cardio-focal collimator used for myocardial perfusion imaging in static renal scintigraphy

  17. 14 CFR 23.173 - Static longitudinal stability.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Static longitudinal stability. 23.173... Stability § 23.173 Static longitudinal stability. Under the conditions specified in § 23.175 and with the airplane trimmed as indicated, the characteristics of the elevator control forces and the friction within...

  18. Development of three-dimensional neoclassical transport simulation code with high performance Fortran on a vector-parallel computer

    International Nuclear Information System (INIS)

    Satake, Shinsuke; Okamoto, Masao; Nakajima, Noriyoshi; Takamaru, Hisanori

    2005-11-01

    A neoclassical transport simulation code (FORTEC-3D) applicable to three-dimensional configurations has been developed using High Performance Fortran (HPF). Adoption of computing techniques for parallelization and a hybrid simulation model to the δf Monte-Carlo method transport simulation, including non-local transport effects in three-dimensional configurations, makes it possible to simulate the dynamism of global, non-local transport phenomena with a self-consistent radial electric field within a reasonable computation time. In this paper, development of the transport code using HPF is reported. Optimization techniques in order to achieve both high vectorization and parallelization efficiency, adoption of a parallel random number generator, and also benchmark results, are shown. (author)

  19. CADS: a FORTRAN subroutine package to aid symbolic dataflow in FORTRAN programs

    International Nuclear Information System (INIS)

    Richards, L.R.P.; Butland, A.T.D.; Symonds, A.G.

    1982-07-01

    The Core Allocation and Dataflow System, CADS, consists of two parts, VARY and VARYIO. VARY provides a means of organising the use of data store in a program by allowing the programmer to reference and manipulate areas of data store by names of the programmer's subprogram, and therefore the complete program, to be independent of its data sources or the destination of its results. CADS therefore provides a system of symbolic dataflow. (author)

  20. Static potential for a string with a topological term

    International Nuclear Information System (INIS)

    Zaikov, R.P.; Zlatev, S.I.

    1991-01-01

    We study the static potential for a string in (2+1)-dimensional space-time with action including a topological term. An appropriate static solution is found and the corresponding potential is obtained. Such a solution does not exist beyond a critical distance between the ends of the string. The one-loop corrections to the static potential are calculated. (orig.)

  1. Acoustic emission non-destructive testing of structures using source location techniques.

    Energy Technology Data Exchange (ETDEWEB)

    Beattie, Alan G.

    2013-09-01

    The technology of acoustic emission (AE) testing has been advanced and used at Sandia for the past 40 years. AE has been used on structures including pressure vessels, fire bottles, wind turbines, gas wells, nuclear weapons, and solar collectors. This monograph begins with background topics in acoustics and instrumentation and then focuses on current acoustic emission technology. It covers the overall design and system setups for a test, with a wind turbine blade as the object. Test analysis is discussed with an emphasis on source location. Three test examples are presented, two on experimental wind turbine blades and one on aircraft fire extinguisher bottles. Finally, the code for a FORTRAN source location program is given as an example of a working analysis program. Throughout the document, the stress is on actual testing of real structures, not on laboratory experiments.

  2. A FORTRAN program for numerical solution of the Altarelli-Parisi equations by the Laguerre method

    International Nuclear Information System (INIS)

    Kumano, S.; Londergan, J.T.

    1992-01-01

    We review the Laguerre method for solving the Altarelli-Parisi equations. The Laguerre method allows one to expand quark/parton distributions and splitting functions in orthonormal polynomials. The desired quark distributions are themselves expanded in terms of evolution operators, and we derive the integrodifferential equations satisfied by the evolution operators. We give relevant equations for both flavor nonsinglet and singlet distributions, for both spin-independent and spin-dependent distributions. We discuss stability and accuracy of the results using this method. For intermediate values of Bjorken x (0.03< x<0.7), one can obtain accurate results with a modest number of Laguerre polynomials (N≅20); we discuss requirements for convergence also for the regions of large or small x. A FORTRAN program is provided which implements the Laguerre method; test results are given for both the spin-independent and spin-dependent cases. (orig.)

  3. Photonic jet μ-etching: from static to dynamic process

    Science.gov (United States)

    Abdurrochman, A.; Lecler, S.; Zelgowski, J.; Mermet, F.; Fontaine, J.; Tumbelaka, B. Y.

    2017-05-01

    Photonic jet etching is a direct-laser etching method applying photonic jet phenomenon to concentrate the laser beam onto the proceeded material. We call photonic jet the phenomenon of the localized sub-wavelength propagative beam generated at the shadow-side surfaces of micro-scale dielectric cylinders or spheres, when they are illuminated by an electromagnetic plane-wave or laser beam. This concentration has made possible the laser to yield sub-μ etching marks, despite the laser was a near-infrared with nano-second pulses sources. We will present these achievements from the beginning when some spherical glasses were used for static etching to dynamic etching using an optical fiber with a semi-elliptical tip.

  4. Secure communication of static information by electronic means

    Science.gov (United States)

    Gritton, Dale G.

    1994-01-01

    A method and apparatus (10) for the secure transmission of static data (16) from a tag (11) to a remote reader (12). Each time the static data (16) is to be transmitted to the reader (12), the 10 bits of static data (16) are combined with 54 bits of binary data (21), which constantly change from one transmission to the next, into a 64-bit number (22). This number is then encrypted and transmitted to the remote reader (12) where it is decrypted (26) to produce the same 64 bit number that was encrypted in the tag (11). With a continual change in the value of the 64 bit number (22) in the tag, the encrypted numbers transmitted to the reader (12) will appear to be dynamic in character rather than being static.

  5. Pre-exposure to moving form enhances static form sensitivity.

    Directory of Open Access Journals (Sweden)

    Thomas S A Wallis

    Full Text Available BACKGROUND: Motion-defined form can seem to persist briefly after motion ceases, before seeming to gradually disappear into the background. Here we investigate if this subjective persistence reflects a signal capable of improving objective measures of sensitivity to static form. METHODOLOGY/PRINCIPAL FINDINGS: We presented a sinusoidal modulation of luminance, masked by a background noise pattern. The sinusoidal luminance modulation was usually subjectively invisible when static, but visible when moving. We found that drifting then stopping the waveform resulted in a transient subjective persistence of the waveform in the static display. Observers' objective sensitivity to the position of the static waveform was also improved after viewing moving waveforms, compared to viewing static waveforms for a matched duration. This facilitation did not occur simply because movement provided more perspectives of the waveform, since performance following pre-exposure to scrambled animations did not match that following pre-exposure to smooth motion. Observers did not simply remember waveform positions at motion offset, since removing the waveform before testing reduced performance. CONCLUSIONS/SIGNIFICANCE: Motion processing therefore interacts with subsequent static visual inputs in a way that can improve performance in objective sensitivity measures. We suggest that the brief subjective persistence of motion-defined forms that can occur after motion offsets is a consequence of the decay of a static form signal that has been transiently enhanced by motion processing.

  6. On the geometric phenomenology of static friction.

    Science.gov (United States)

    Ghosh, Shankar; Merin, A P; Nitsure, Nitin

    2017-09-06

    In this note we introduce a hierarchy of phase spaces for static friction, which give a graphical way to systematically quantify the directional dependence in static friction via subregions of the phase spaces. We experimentally plot these subregions to obtain phenomenological descriptions for static friction in various examples where the macroscopic shape of the object affects the frictional response. The phase spaces have the universal property that for any experiment in which a given object is put on a substrate fashioned from a chosen material with a specified nature of contact, the frictional behaviour can be read off from a uniquely determined classifying map on the control space of the experiment which takes values in the appropriate phase space.

  7. Pheromone Static Routing Strategy for Complex Networks

    Science.gov (United States)

    Hu, Mao-Bin; Henry, Y. K. Lau; Ling, Xiang; Jiang, Rui

    2012-12-01

    We adopt the concept of using pheromones to generate a set of static paths that can reach the performance of global dynamic routing strategy [Phys. Rev. E 81 (2010) 016113]. The path generation method consists of two stages. In the first stage, a pheromone is dropped to the nodes by packets forwarded according to the global dynamic routing strategy. In the second stage, pheromone static paths are generated according to the pheromone density. The output paths can greatly improve traffic systems' overall capacity on different network structures, including scale-free networks, small-world networks and random graphs. Because the paths are static, the system needs much less computational resources than the global dynamic routing strategy.

  8. Sawja: Static Analysis Workshop for Java

    Science.gov (United States)

    Hubert, Laurent; Barré, Nicolas; Besson, Frédéric; Demange, Delphine; Jensen, Thomas; Monfort, Vincent; Pichardie, David; Turpin, Tiphaine

    Static analysis is a powerful technique for automatic verification of programs but raises major engineering challenges when developing a full-fledged analyzer for a realistic language such as Java. Efficiency and precision of such a tool rely partly on low level components which only depend on the syntactic structure of the language and therefore should not be redesigned for each implementation of a new static analysis. This paper describes the Sawja library: a static analysis workshop fully compliant with Java 6 which provides OCaml modules for efficiently manipulating Java bytecode programs. We present the main features of the library, including i) efficient functional data-structures for representing a program with implicit sharing and lazy parsing, ii) an intermediate stack-less representation, and iii) fast computation and manipulation of complete programs. We provide experimental evaluations of the different features with respect to time, memory and precision.

  9. Matching tomographic IMRT fields with static photon fields

    International Nuclear Information System (INIS)

    Sethi, A.; Leybovich, L.; Dogan, N.; Emami, B.

    2001-01-01

    The matching of abutting radiation fields presents a challenging problem in radiation therapy. Due to sharp penumbra of linear accelerator beams, small (1-2 mm) errors in field positioning can lead to large (>30%) hot or cold spots in the abutment region. With head and neck immobilization devices (thermoplastic mask/aquaplast) an average setup error of 3 mm has been reported. Therefore hot or cold spots approaching 50% of the prescription dose may occur along the matchline. Although abutting radiation fields have been investigated for static fields, there is no reported study regarding matching of tomographic IMRT and static fields. Compared to static fields, the matching of tomographic IMRT fields with static fields is more complicated. Since IMRT and static fields are planned on separate treatment planning computers, the dose in the abutment region is not specified. In addition, commonly used techniques for matching fields, such as feathering of junctions, are not practical. We have developed a method that substantially reduces dose inhomogeneity in the abutment region. In this method, a 'buffer zone' around the matchline was created and was included as part of the target for both IMRT and static field plans. In both fields, a small dose gradient (≤3%/mm) in the buffer zone was created. In the IMRT plan, the buffer zone was divided into three sections with dose varying from 83% to 25% of prescription dose. The static field dose profile was modified using either a specially designed physical (hard) or a dynamic (soft) wedge. When these modified fields were matched, the combined dose in the abutment region varied by ≤10% in the presence of setup errors spanning 4 mm (±2 mm) when the hard wedge was used and 10 mm (±5 mm) with the soft wedge

  10. Static friction between silicon nanowires and elastomeric substrates.

    Science.gov (United States)

    Qin, Qingquan; Zhu, Yong

    2011-09-27

    This paper reports the first direct measurements of static friction force and interfacial shear strength between silicon (Si) nanowires (NWs) and poly(dimethylsiloxane) (PDMS). A micromanipulator is used to manipulate and deform the NWs under a high-magnification optical microscope in real time. The static friction force is measured based on "the most-bent state" of the NWs. The static friction and interface shear strength are found to depend on the ultraviolet/ozone (UVO) treatment of PDMS. The shear strength starts at 0.30 MPa without UVO treatment, increases rapidly up to 10.57 MPa at 60 min of treatment and decreases for longer treatment. Water contact angle measurements suggest that the UVO-induced hydrophobic-to-hydrophilic conversion of PDMS surface is responsible for the increase in the static friction, while the hydrophobic recovery effect contributes to the decrease. The static friction between NWs and PDMS is of critical relevance to many device applications of NWs including NW-based flexible/stretchable electronics, NW assembly and nanocomposites (e.g., supercapacitors). Our results will enable quantitative interface design and control for such applications. © 2011 American Chemical Society

  11. Relating stick-slip friction experiments to earthquake source parameters

    Science.gov (United States)

    McGarr, Arthur F.

    2012-01-01

    Analytical results for parameters, such as static stress drop, for stick-slip friction experiments, with arbitrary input parameters, can be determined by solving an energy-balance equation. These results can then be related to a given earthquake based on its seismic moment and the maximum slip within its rupture zone, assuming that the rupture process entails the same physics as stick-slip friction. This analysis yields overshoots and ratios of apparent stress to static stress drop of about 0.25. The inferred earthquake source parameters static stress drop, apparent stress, slip rate, and radiated energy are robust inasmuch as they are largely independent of the experimental parameters used in their estimation. Instead, these earthquake parameters depend on C, the ratio of maximum slip to the cube root of the seismic moment. C is controlled by the normal stress applied to the rupture plane and the difference between the static and dynamic coefficients of friction. Estimating yield stress and seismic efficiency using the same procedure is only possible when the actual static and dynamic coefficients of friction are known within the earthquake rupture zone.

  12. Investigation of two pitot-static tubes at supersonic speeds

    Science.gov (United States)

    Hasel, Lowell E; Coletti, Donald E

    1948-01-01

    The results of tests at a Mach number of 1.94 of an ogives-nose cylindrical pitot-static tube and similar tests at Mach numbers of 1.93 and 1.62 of a service pitot-static tube to determine body static pressures and indicated Mach numbers are presented and discussed. The radial pressure distribution on the cylindrical bodies is compared with that calculated by an approximate theory.

  13. Quasi-static Design of Electrically Small Ultra-Wideband Antennas

    Science.gov (United States)

    2017-02-01

    Equations. The ACD uses a constant line charge distribution and image line charge distribution (both on the -axis) to generate equipotential surfaces ...Each equipotential surface represents an ACD antenna design with a different height. In the Quasi-static Antenna Design Algorithm [2, 3, 4, 5, 6...quasi- static approximation used in the algorithm. A static charge distribution is used to generate equipotential surfaces . The equipotential surfaces

  14. Two-fluid static spherical configurations with linear mass function in the Einstein-Cartan theory

    International Nuclear Information System (INIS)

    Gallakhmetov, A.M.

    2002-01-01

    In the framework of the Einstein-Cartan theory, two-fluid static spherical configurations with linear mass function are considered. One of these modelling anisotropic matter distributions within star and the other fluid is a perfect fluid representing a source of torsion. It is shown that the solutions of the Einstein equations for anisotropic relativistic spheres in General Relativity may generate the solutions in the Einstein-Cartan theory. Some exact solutions are obtained

  15. Static quarks with improved statistical precision

    International Nuclear Information System (INIS)

    Della Morte, M.; Duerr, S.; Molke, H.; Heitger, J.

    2003-09-01

    We present a numerical study for different discretisations of the static action, concerning cut-off effects and the growth of statistical errors with Euclidean time. An error reduction by an order of magnitude can be obtained with respect to the Eichten-Hill action, for time separations up to 2 fm, keeping discretization errors small. The best actions lead to a big improvement on the precision of the quark mass M b and F B s in the static approximation. (orig.)

  16. BADGER v1.0: A Fortran equation of state library

    Science.gov (United States)

    Heltemes, T. A.; Moses, G. A.

    2012-12-01

    The BADGER equation of state library was developed to enable inertial confinement fusion plasma codes to more accurately model plasmas in the high-density, low-temperature regime. The code had the capability to calculate 1- and 2-T plasmas using the Thomas-Fermi model and an individual electron accounting model. Ion equation of state data can be calculated using an ideal gas model or via a quotidian equation of state with scaled binding energies. Electron equation of state data can be calculated via the ideal gas model or with an adaptation of the screened hydrogenic model with ℓ-splitting. The ionization and equation of state calculations can be done in local thermodynamic equilibrium or in a non-LTE mode using a variant of the Busquet equivalent temperature method. The code was written as a stand-alone Fortran library for ease of implementation by external codes. EOS results for aluminum are presented that show good agreement with the SESAME library and ionization calculations show good agreement with the FLYCHK code. Program summaryProgram title: BADGERLIB v1.0 Catalogue identifier: AEND_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEND_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 41 480 No. of bytes in distributed program, including test data, etc.: 2 904 451 Distribution format: tar.gz Programming language: Fortran 90. Computer: 32- or 64-bit PC, or Mac. Operating system: Windows, Linux, MacOS X. RAM: 249.496 kB plus 195.630 kB per isotope record in memory Classification: 19.1, 19.7. Nature of problem: Equation of State (EOS) calculations are necessary for the accurate simulation of high energy density plasmas. Historically, most EOS codes used in these simulations have relied on an ideal gas model. This model is inadequate for low

  17. Tools and Workflows for Collaborating on Static Website Projects

    Directory of Open Access Journals (Sweden)

    Kaitlin Newson

    2017-10-01

    Full Text Available Static website generators have seen a significant increase in popularity in recent years, offering many advantages over their dynamic counterparts. While these generators were typically used for blogs, they have grown in usage for other web-based projects, including documentation, conference websites, and image collections. However, because of their technical complexity, these tools can be inaccessible to content creators depending on their level of technical skill and comfort with web development technologies. Drawing from experience with a collaborative static website project, this article will provide an overview of static website generators, review different tools available for managing content, and explore workflows and best practices for collaborating with teams on static website projects.

  18. An easily implemented static condensation method for structural sensitivity analysis

    Science.gov (United States)

    Gangadharan, S. N.; Haftka, R. T.; Nikolaidis, E.

    1990-01-01

    A black-box approach to static condensation for sensitivity analysis is presented with illustrative examples of a cube and a car structure. The sensitivity of the structural response with respect to joint stiffness parameter is calculated using the direct method, forward-difference, and central-difference schemes. The efficiency of the various methods for identifying joint stiffness parameters from measured static deflections of these structures is compared. The results indicate that the use of static condensation can reduce computation times significantly and the black-box approach is only slightly less efficient than the standard implementation of static condensation. The ease of implementation of the black-box approach recommends it for use with general-purpose finite element codes that do not have a built-in facility for static condensation.

  19. de Sitter relativity in static charts

    Energy Technology Data Exchange (ETDEWEB)

    Cotaescu, Ion I. [West University of Timisoara, Timisoara (Romania)

    2018-02-15

    The relative geodesic motion in static (and spherically symmetric) local charts on the (1 + 3)-dimensional de Sitter spacetimes is studied in terms of conserved quantities. The Lorentzian isometries are derived, relating the coordinates of the local chart of a fixed observer with the coordinates of a mobile chart considered as the rest frame of a massive particle freely moving on a timelike geodesic. The time dilation and Lorentz contraction are discussed pointing out some notable features of the de Sitter relativity in static charts. (orig.)

  20. Survey of approaches for handling static analysis alarms

    NARCIS (Netherlands)

    Muske, T.; Serebrenik, A.

    2016-01-01

    Static analysis tools have showcased their importance and usefulness in automated detection of code anomalies and defects. However, the large number of alarms reported and cost incurred in their manual inspections have been the major concerns with the usage of static analysis tools. Existing studies

  1. Multiple histogram method and static Monte Carlo sampling

    NARCIS (Netherlands)

    Inda, M.A.; Frenkel, D.

    2004-01-01

    We describe an approach to use multiple-histogram methods in combination with static, biased Monte Carlo simulations. To illustrate this, we computed the force-extension curve of an athermal polymer from multiple histograms constructed in a series of static Rosenbluth Monte Carlo simulations. From

  2. LEAK: A source term generator for evaluating release rates from leaking vessels

    International Nuclear Information System (INIS)

    Clinton, J.H.

    1994-01-01

    An interactive computer code for estimating the rate of release of any one of several materials from a leaking tank or broken pipe leading from a tank is presented. It is generally assumed that the material in the tank is liquid. Materials included in the data base are acetonitrile, ammonia, carbon tetrachloride, chlorine, chlorine trifluoride, fluorine, hydrogen fluoride, nitric acid, nitrogen tetroxide, sodium hydroxide, sulfur hexafluoride, sulfuric acid, and uranium hexafluoride. Materials that exist only as liquid and/or vapor over expected ranges of temperature and pressure can easily be added to the data base file. The Fortran source code for LEAK and the data file are included with this report

  3. A fortran program for elastic scattering of deuterons with an optical model containing tensorial potentials; Programme fortran pour la diffusion elastique de deutons avec un modele optique contenant des termes tensoriels

    Energy Technology Data Exchange (ETDEWEB)

    Raynal, J [Commissariat a l' Energie Atomique, Saclay (France). Centre d' Etudes Nucleaires

    1963-07-01

    The optical model has been applied with success to the elastic scattering of particles of spin 0 and 1/2 and to a lesser degree to that of deuterons. For particles of spin l/2, an LS coupling term is ordinarily used; this term is necessary to obtain a polarization; for deuterons, this coupling has been already introduced, but the possible forms of potentials are more numerous (in this case, scalar products of a second rank spin tensor with a tensor of the same rank in space or momentum can occur). These terms which may be necessary are primarily important for the tensor polarization. This problem is of particular interest at Saclay since a beam of polarized deuterons has become available. The FORTRAN program SPM 037 permits the study of the effect of tensorial potentials constructed from the distance of the deuteron from the target and its angular momentum with respect to it. This report should make possible the use and even the modification of the program. It consists of: a description of the problem and of the notation employed, a presentation of the methods adopted, an indication of the necessary data and how they should be introduced, and finally tables of symbols which are in equivalence or common statements: these tables must be considered when making any modification. (author) [French] Le modele optique a ete applique avec succes a la diffusion elastique des particules de spin nul et 1/2 et dans une moindre mesure a celle des deutons. Pour les particules de spin 1/2, on utilise habituellement un couplage LS, necessaire pour calculer la polarisation; pour les deutons, ce couplage a deja ete introduit, mais les formes de potentiel possibles sont plus nombreuses (intervention de produits scalaires d'un tenseur d'ordre 2 de spin avec un tenseur du meme ordre d'espace ou d'impulsion) et celles qui peuvent etre eventuellement necessaires ont une importance capitale pour la polarisation tensorielle. Ce probleme revet a Saclay un interet particulier depuis la mise

  4. A fortran program for elastic scattering of deuterons with an optical model containing tensorial potentials; Programme fortran pour la diffusion elastique de deutons avec un modele optique contenant des termes tensoriels

    Energy Technology Data Exchange (ETDEWEB)

    Raynal, J. [Commissariat a l' Energie Atomique, Saclay (France). Centre d' Etudes Nucleaires

    1963-07-01

    The optical model has been applied with success to the elastic scattering of particles of spin 0 and 1/2 and to a lesser degree to that of deuterons. For particles of spin l/2, an LS coupling term is ordinarily used; this term is necessary to obtain a polarization; for deuterons, this coupling has been already introduced, but the possible forms of potentials are more numerous (in this case, scalar products of a second rank spin tensor with a tensor of the same rank in space or momentum can occur). These terms which may be necessary are primarily important for the tensor polarization. This problem is of particular interest at Saclay since a beam of polarized deuterons has become available. The FORTRAN program SPM 037 permits the study of the effect of tensorial potentials constructed from the distance of the deuteron from the target and its angular momentum with respect to it. This report should make possible the use and even the modification of the program. It consists of: a description of the problem and of the notation employed, a presentation of the methods adopted, an indication of the necessary data and how they should be introduced, and finally tables of symbols which are in equivalence or common statements: these tables must be considered when making any modification. (author) [French] Le modele optique a ete applique avec succes a la diffusion elastique des particules de spin nul et 1/2 et dans une moindre mesure a celle des deutons. Pour les particules de spin 1/2, on utilise habituellement un couplage LS, necessaire pour calculer la polarisation; pour les deutons, ce couplage a deja ete introduit, mais les formes de potentiel possibles sont plus nombreuses (intervention de produits scalaires d'un tenseur d'ordre 2 de spin avec un tenseur du meme ordre d'espace ou d'impulsion) et celles qui peuvent etre eventuellement necessaires ont une importance capitale pour la polarisation tensorielle. Ce probleme revet a Saclay un interet

  5. Fast static field CIPT mapping of unpatterned MRAM film stacks

    DEFF Research Database (Denmark)

    Kjær, Daniel; Hansen, Ole; Henrichsen, Henrik Hartmann

    2015-01-01

    Current In-Plane Tunneling (CIPT) method measures both RA and TMR, but the usefulness for uniformity mapping, e.g. for tool optimization, is limited by excessive measurement time. Thus, we develop and demonstrate a fast complementary static magnetic field method focused only on measurement of RA. We...... compare the static field method to the standard CIPT method and find perfect agreement between the extracted RA values and measurement repeatability while the static field method is several times faster. The static field CIPT method is demonstrated for 200 mm wafer mapping showing radial as well...

  6. From Flow Logic to static type systems for coordination languages

    DEFF Research Database (Denmark)

    De Nicola, Rocco; Gorla, Daniele; Hansen, Rene Rydhof

    2010-01-01

    checks; therefore, the correctness properties cannot be statically enforced. By contrast, static analysis approaches based on Flow Logic usually guarantee properties statically. In this paper, we show how the insights from the Flow Logic approach can be used to construct a type system for statically......Coordination languages are often used to describe open-ended systems. This makes it challenging to develop tools for guaranteeing the security of the coordinated systems and the correctness of their interaction. Successful approaches to this problem have been based on type systems with dynamic...

  7. From Flow Logic to Static Type Systems in Coordination Languages

    DEFF Research Database (Denmark)

    De Nicola, Rocco; Gorla, Daniele; Hansen, René Rydhof

    2008-01-01

    ; therefore, the correctness properties cannot be statically enforced. By contrast, static analysis approaches based on Flow Logic usually guarantee properties statically. In this paper we show how to combine these two approaches to obtain a static type system for describing secure access to tuple spaces......Coordination languages are often used to describe open ended systems. This makes it challenging to develop tools for guaranteeing security of the coordinated systems and correctness of their interaction. Successful approaches to this problem have been based on type systems with dynamic checks...

  8. Miniature Flow-Direction/Pitot-Static Pressure Probes

    Science.gov (United States)

    Ashby, George C., Jr.; Coombs, David S.; Eves, John W.; Price, Howard E.; Vasquez, Peter

    1989-01-01

    Precision flow-direction/pitot-static pressure probes, ranging from 0.035 to 0.090 inch (0.89 to 2.29 mm) in outside diameter, successfully fabricated and calibrated for use in Langley 20-inch Mach 6 Tunnel. Probes simultaneously measure flow direction and static and pitot pressures in flow fields about configurations in hypersonic flow at temperatures up to 500 degree F (260 degree C).

  9. Water cooled static pressure probe

    Science.gov (United States)

    Lagen, Nicholas T. (Inventor); Eves, John W. (Inventor); Reece, Garland D. (Inventor); Geissinger, Steve L. (Inventor)

    1991-01-01

    An improved static pressure probe containing a water cooling mechanism is disclosed. This probe has a hollow interior containing a central coolant tube and multiple individual pressure measurement tubes connected to holes placed on the exterior. Coolant from the central tube symmetrically immerses the interior of the probe, allowing it to sustain high temperature (in the region of 2500 F) supersonic jet flow indefinitely, while still recording accurate pressure data. The coolant exits the probe body by way of a reservoir attached to the aft of the probe. The pressure measurement tubes are joined to a single, larger manifold in the reservoir. This manifold is attached to a pressure transducer that records the average static pressure.

  10. Non-static vacuum strings: exterior and interior solutions

    International Nuclear Information System (INIS)

    Stein-Schabes, J.A.

    1986-01-01

    New non-static cylindrically symmetric solutions of Einsteins's equations are presented. Some of these solutions represent string-like objects. An exterior vacuum solution is matched to a non-vacuum interior solution for different forms of the energy-momentum tensor. They generalize the standard static string. 12 refs

  11. Passive elimination of static electricity in oil industry

    Directory of Open Access Journals (Sweden)

    Gaćanović Mićo

    2014-01-01

    Full Text Available This study explains the existing and real conditions of a possible passive elimination of static electricity when loading oil and oil derivatives. We are considering the formation and survival of gas bubbles both in the volume of oil in its depth, but also at the surface of oil and oil derivatives of the partly filled reservoir, and formation of both volume and surface electric charge in oil and oil derivatives. The study presents the research of formation and survival of static electricity in both reservoirs and tank trucks of different geometric shapes partly filled with oil and oil derivatives. We are proposing a new original possibility of passive elimination of static electricity when loading oil and oil derivatives in reservoirs and tank trucks. The proposed passive device for elimination of static electricity is protected at the international level in the domain of intellectual property (with a patent, model and distinctive mark.

  12. A Static Burst Test for Composite Flywheel Rotors

    Science.gov (United States)

    Hartl, Stefan; Schulz, Alexander; Sima, Harald; Koch, Thomas; Kaltenbacher, Manfred

    2016-06-01

    High efficient and safe flywheels are an interesting technology for decentralized energy storage. To ensure all safety aspects, a static test method for a controlled initiation of a burst event for composite flywheel rotors is presented with nearly the same stress distribution as in the dynamic case, rotating with maximum speed. In addition to failure prediction using different maximum stress criteria and a safety factor, a set of tensile and compressive tests is carried out to identify the parameters of the used carbon fiber reinforced plastics (CFRP) material. The static finite element (FE) simulation results of the flywheel static burst test (FSBT) compare well to the quasistatic FE-simulation results of the flywheel rotor using inertia loads. Furthermore, it is demonstrated that the presented method is a very good controllable and observable possibility to test a high speed flywheel energy storage system (FESS) rotor in a static way. Thereby, a much more expensive and dangerous dynamic spin up test with possible uncertainties can be substituted.

  13. Einstein's conversion from his static to an expanding universe

    Science.gov (United States)

    Nussbaumer, Harry

    2014-02-01

    In 1917 Einstein initiated modern cosmology by postulating, based on general relativity, a homogenous, static, spatially curved universe. To counteract gravitational contraction he introduced the cosmological constant. In 1922 Alexander Friedman showed that Albert Einstein's fundamental equations also allow dynamical worlds, and in 1927 Georges Lemaître, backed by observational evidence, concluded that our universe was expanding. Einstein impetuously rejected Friedman's as well as Lemaître's findings. However, in 1931 he retracted his former static model in favour of a dynamic solution. This investigation follows Einstein on his hesitating path from a static to the expanding universe. Contrary to an often advocated belief the primary motive for his switch was not observational evidence, but the realisation that his static model was unstable.

  14. Comparison of pressure perception of static and dynamic two point ...

    African Journals Online (AJOL)

    ... the right and left index finger (p<0.05). Conclusion: Age and gender did not affect the perception of static and dynamic two point discrimination while the limb side (left or right) affected the perception of static and dynamic two point discrimination. The index finger is also more sensitive to moving rather static sensations.

  15. Enhancement of sedimentation and coagulation with static magnetic field

    Science.gov (United States)

    Zieliński, Marcin; Dębowski, Marcin; Hajduk, Anna; Rusanowska, Paulina

    2017-11-01

    The static magnetic field can be an alternative method for wastewater treatment. It has been proved that this physical factor, accelerates the biochemical processes, catalyzes advanced oxidation, intensifies anaerobic and aerobic processes or reduces swelling of activated sludge. There are also reports proving the positive impact of the static magnetic field on the coagulation and sedimentation, as well as the conditioning and dewatering of sludge. In order to be applied in larger scale the published results should be verified and confirmed. In the studies, the enhancement of sedimentation by the static magnetic field was observed. The best sedimentation was noted in the experiment, where magnetizers were placed on activated sludge bioreactor and secondary settling tank. No effect of the static magnetic field on coagulation with the utilization of PIX 113 was observed. However, the static magnetic field enhanced coagulation with the utilization of PAX-XL9. The results suggest that increased sedimentation of colloids and activated sludge, can in practice mean a reduction in the size of the necessary equipment for sedimentation with an unchanged efficiency of the process.

  16. Investigation of a precise static leach test for the testing of simulated nuclear waste materials

    International Nuclear Information System (INIS)

    Kingston, H.M.; Cronin, D.J.; Epstein, M.S.

    1984-01-01

    The precision of the nuclear waste static leach test was evaluated using controlled experimental conditions and homogeneous glass materials. The majority of the leachate components were subjected to simultaneous multielement DCP analysis. The overall precision of the static leach test is determined by the summation of random effects caused by: variance in the experimental conditions of the leaching procedure; inhomogeneity of the material to be leached; and variance of the analytical techniques used to determine elemental concentrations in the leachate. In this study, strict control of key experimental parameters was employed to reduce the first source of variance. In addition, special attention to the preparation of glass samples to be tested assured a high degree of homogeneity. Described here are the details of the reduction of these two sources of variance to a point where the overall test precision is limited by that of the analysis step. Of the elements determined - B, Ba, Ca, Cs, Mo, Na, Si, Sr, and Zn - only Ca and Zn exhibited replicate imprecision significantly greater than that observed in the analysis of the leachate solutions. The imprecision in the Zn was partially attributed to the non-reproducible adsorption onto the leach vessel walls during the 28 day test period. None of the other elements exhibited this behavior

  17. Hydrogen generation through static-feed water electrolysis

    Science.gov (United States)

    Jensen, F. C.; Schubert, F. H.

    1975-01-01

    A static-feed water electrolysis system (SFWES), developed under NASA sponsorship, is presented for potential applicability to terrestrial hydrogen production. The SFWES concept uses (1) an alkaline electrolyte to minimize power requirements and materials-compatibility problems, (2) a method where the electrolyte is retained in a thin porous matrix eliminating bulk electrolyte, and (3) a static water-feed mechanism to prevent electrode and electrolyte contamination and to promote system simplicity.

  18. Static flow instability in subcooled flow boiling in parallel channels

    International Nuclear Information System (INIS)

    Siman-Tov, M.; Felde, D.K.; McDuffee, J.L.; Yoder, G.L. Jr.

    1995-01-01

    A series of tests for static flow instability or flow excursion (FE) at conditions applicable to the proposed Advanced Neutron Source reactor was completed in parallel rectangular channels configuration with light water flowing vertically upward at very high velocities. True critical heat flux experiments under similar conditions were also conducted. The FE data reported in this study considerably extend the velocity range of data presently available worldwide. Out of the three correlations compared, the Saha and Zuber correlation had the best fit with the data. However, a modification was necessary to take into account the demonstrated dependence of the Stanton (St) and Nusselt (Nu) numbers on subcooling levels, especially in the low subcooling regime

  19. Static and Dynamic Handgrip Strength Endurance: Test-Retest Reproducibility.

    Science.gov (United States)

    Gerodimos, Vassilis; Karatrantou, Konstantina; Psychou, Dimitra; Vasilopoulou, Theodora; Zafeiridis, Andreas

    2017-03-01

    This study investigated the reliability of static and dynamic handgrip strength endurance using different protocols and indicators for the assessment of strength endurance. Forty young, healthy men and women (age, 18-22 years) performed 2 handgrip strength endurance protocols: a static protocol (sustained submaximal contraction at 50% of maximal voluntary contraction) and a dynamic one (8, 10, and 12 maximal repetitions). The participants executed each protocol twice to assess the test-retest reproducibility. Total work and total time were used as indicators of strength endurance in the static protocol; the strength recorded at each maximal repetition, the percentage change, and fatigue index were used as indicators of strength endurance in the dynamic protocol. The static protocol showed high reliability irrespective of sex and hand for total time and work. The 12-repetition dynamic protocol exhibited moderate-high reliability for repeated maximal repetitions and percentage change; the 8- and 10-repetition protocols demonstrated lower reliability irrespective of sex and hand. The fatigue index was not a reliable indicator for the assessment of dynamic handgrip endurance. Static handgrip endurance can be measured reliably using the total time and total work as indicators of strength endurance. For the evaluation of dynamic handgrip endurance, the 12-repetition protocol is recommended, using the repeated maximal repetitions and percentage change as indicators of strength endurance. Practitioners should consider the static (50% maximal voluntary contraction) and dynamic (12 repeated maximal repetitions) protocols as reliable for the assessment of handgrip strength endurance. The evaluation of static endurance in conjunction with dynamic endurance would provide more complete information about hand function. Copyright © 2017 American Society for Surgery of the Hand. Published by Elsevier Inc. All rights reserved.

  20. Static and Dynamic Path Planning Using Incremental Heuristic Search

    OpenAIRE

    Khattab, Asem

    2018-01-01

    Path planning is an important component in any highly automated vehicle system. In this report, the general problem of path planning is considered first in partially known static environments where only static obstacles are present but the layout of the environment is changing as the agent acquires new information. Attention is then given to the problem of path planning in dynamic environments where there are moving obstacles in addition to the static ones. Specifically, a 2D car-like agent t...

  1. Cardiovascular responses to static exercise in distance runners and weight lifters

    Science.gov (United States)

    Longhurst, J. C.; Kelly, A. R.; Gonyea, W. J.; Mitchell, J. H.

    1980-01-01

    Three groups of athletes including long-distance runners, competitive and amateur weight lifters, and age- and sex-matched control subjects have been studied by hemodynamic and echocardiographic methods in order to determine the effect of the training programs on the cardiovascular response to static exercise. Blood pressure, heart rate, and double product data at rest and at fatigue suggest that competitive endurance (dynamic exercise) training alters the cardiovascular response to static exercise. In contrast to endurance exercise, weight lifting (static exercise) training does not alter the cardiovascular response to static exercise: weight lifters responded to static exercise in a manner very similar to that of the control subjects.

  2. Static Friction Phenomena in Granular Materials: Coulomb Law vs. Particle Geometry

    OpenAIRE

    Poeschel, T.; Buchholtz, V.

    1993-01-01

    The static as well as the dynamic behaviour of granular material are determined by dynamic {\\it and} static friction. There are well known methods to include static friction in molecular dynamics simulations using scarcely understood forces. We propose an Ansatz based on the geometrical shape of nonspherical particles which does not involve an explicit expression for static friction. It is shown that the simulations based on this model are close to experimental results.

  3. Explosions and static electricity

    DEFF Research Database (Denmark)

    Jonassen, Niels M

    1995-01-01

    The paper deals with the problem of electrostatic discharges as causes of ignition of vapor/gas and dust/gas mixtures. A series of examples of static-caused explosions will be discussed. The concepts of explosion limits, the incendiveness of various discharge types and safe voltages are explained...

  4. Determinacy in Static Analysis of jQuery

    DEFF Research Database (Denmark)

    Andreasen, Esben; Møller, Anders

    2014-01-01

    Static analysis for JavaScript can potentially help programmers find errors early during development. Although much progress has been made on analysis techniques, a major obstacle is the prevalence of libraries, in particular jQuery, which apply programming patterns that have detrimental conseque......Static analysis for JavaScript can potentially help programmers find errors early during development. Although much progress has been made on analysis techniques, a major obstacle is the prevalence of libraries, in particular jQuery, which apply programming patterns that have detrimental...... present a static dataflow analysis for JavaScript that infers and exploits determinacy information on-the-fly, to enable analysis of some of the most complex parts of jQuery. The techniques are implemented in the TAJS analysis tool and evaluated on a collection of small programs that use jQuery. Our...

  5. Non-local means filter for trim statics

    KAUST Repository

    Huang, Yunsong

    2014-08-05

    Structures will be mispositioned across prestack migration gathers in the presence of inaccuracies in the velocity model. Stacking these misaligned gathers runs the risk of destroying important structures in the stacked migration image. To mitigate this problem, we propose a trim statics inspired by the non-local means algorithm originally developed for image denoising. This method differs from the conventional one in two fundamental respects. First, the trim statics are computed by comparing image patches instead of individual image traces. Second, no global pilot trace is needed because only two migration images at a time participate in trim statics and are stacked into one image. A multitude of migration images are stacked recursively in this two-to-one fashion. Tests with a Gulf of Mexico dataset show a noticeable improvement in the feature coherency of the stacked migration image.

  6. Quasi-Static Electric Field Generator

    Science.gov (United States)

    Generazio, Edward R. (Inventor)

    2017-01-01

    A generator for producing an electric field for with an inspection technology system is provided. The generator provides the required variable magnitude quasi-static electric fields for the "illumination" of objects, areas and volumes to be inspected by the system, and produces human-safe electric fields that are only visible to the system. The generator includes a casing, a driven, non-conducting and triboelectrically neutral rotation shaft mounted therein, an ungrounded electrostatic dipole element which works in the quasi-static range, and a non-conducting support for mounting the dipole element to the shaft. The dipole element has a wireless motor system and a charging system which are wholly contained within the dipole element and the support that uses an electrostatic approach to charge the dipole element.

  7. Effects of a static electric field on nonsequential double ionization

    International Nuclear Information System (INIS)

    Li Hongyun; Wang Bingbing; Li Xiaofeng; Fu Panming; Chen Jing; Liu Jie; Jiang Hongbing; Gong Qihuang; Yan Zongchao

    2007-01-01

    Using a three-dimensional semiclassical method, we perform a systematic analysis of the effects of an additional static electric field on nonsequential double ionization (NSDI) of a helium atom in an intense, linearly polarized laser field. It is found that the static electric field influences not only the ionization rate, but also the kinetic energy of the ionized electron returning to the parent ion, in such a way that, if the rate is increased, then the kinetic energy of the first returning electron is decreased, and vice versa. These two effects compete in NSDI. Since the effect of the static electric field on the ionization of the first electron plays a more crucial role in the competition, the symmetric double-peak structure of the He 2+ momentum distribution parallel to the polarization of the laser field is destroyed. Furthermore, the contribution of the trajectories with multiple recollisions to the NSDI is also changed dramatically by the static electric field. As the static electric field increases, the trajectories with two recollisions, which start at the time when the laser and the static electric field are in the same direction, become increasingly important for the NSDI

  8. Static measurements at PUSPATI TRIGA Reactor

    Energy Technology Data Exchange (ETDEWEB)

    Syed Nahar Bin Syed Hussin Shabuddin; Sharifuldin Bin Salleh, Mohd Amin; Harasawa, Susumu

    1985-06-01

    Static measurements at the PUSPATI TRIGA Reactor (RTP) were made to study the variation of its fuel temperature with reactor power. Some constants that relate power to fuel temperature behaviour were also determined. These constants are reflective of the coolling characteristics in the reactor core. Comparison was also made between the negative temperature coefficient of reactivity obtained from these measurements to those published in the Safety Analysis Report, SAR. The differences between these values are attributable to a delayed effect found in static measurements but not included in the SAR calculation which consider the prompt effect only.

  9. Integration of piezo-capacitive and piezo-electric nanoweb based pressure sensors for imaging of static and dynamic pressure distribution.

    Science.gov (United States)

    Jeong, Y J; Oh, T I; Woo, E J; Kim, K J

    2017-07-01

    Recently, highly flexible and soft pressure distribution imaging sensor is in great demand for tactile sensing, gait analysis, ubiquitous life-care based on activity recognition, and therapeutics. In this study, we integrate the piezo-capacitive and piezo-electric nanowebs with the conductive fabric sheets for detecting static and dynamic pressure distributions on a large sensing area. Electrical impedance tomography (EIT) and electric source imaging are applied for reconstructing pressure distribution images from measured current-voltage data on the boundary of the hybrid fabric sensor. We evaluated the piezo-capacitive nanoweb sensor, piezo-electric nanoweb sensor, and hybrid fabric sensor. The results show the feasibility of static and dynamic pressure distribution imaging from the boundary measurements of the fabric sensors.

  10. Running the source term code package in Elebra MX-850

    International Nuclear Information System (INIS)

    Guimaraes, A.C.F.; Goes, A.G.A.

    1988-01-01

    The source term package (STCP) is one of the main tools applied in calculations of behavior of fission products from nuclear power plants. It is a set of computer codes to assist the calculations of the radioactive materials leaving from the metallic containment of power reactors to the environment during a severe reactor accident. The original version of STCP runs in SDC computer systems, but as it has been written in FORTRAN 77, is possible run it in others systems such as IBM, Burroughs, Elebra, etc. The Elebra MX-8500 version of STCP contains 5 codes:March 3, Trapmelt, Tcca, Vanessa and Nava. The example presented in this report has taken into consideration a small LOCA accident into a PWR type reactor. (M.I.)

  11. Multiaxial pedicle screw designs: static and dynamic mechanical testing.

    Science.gov (United States)

    Stanford, Ralph Edward; Loefler, Andreas Herman; Stanford, Philip Mark; Walsh, William R

    2004-02-15

    Randomized investigation of multiaxial pedicle screw mechanical properties. Measure static yield and ultimate strengths, yield stiffness, and fatigue resistance according to an established model. Compare these measured properties with expected loads in vivo. Multiaxial pedicle screws provide surgical versatility, but the complexity of their design may reduce their strength and fatigue resistance. There is no published data on the mechanical properties of such screws. Screws were assembled according to a vertebrectomy model for destructive mechanical testing. Groups of five assemblies were tested in static tension and compression and subject to three cyclical loads. Modes of failure, yield, and ultimate strength, yield stiffness, and cycles to failure were determined for six designs of screw. Static compression yield loads ranged from 217.1 to 388.0 N and yield stiffness from 23.7 to 38.0 N/mm. Cycles to failure ranged from 42 x 10(3) to 4,719 x 10(3) at 75% of static ultimate load. There were significant differences between designs in all modes of testing. Failure occurred at the multiaxial link in static and cyclical compression. Bending yield strengths just exceeded loads expected in vivo. Multiaxial designs had lower static bending yield strength than fixed screw designs. Five out of six multiaxial screw designs achieved one million cycles at 200 N in compression bending. "Ball-in-cup" multiaxial locking mechanisms were vulnerable to fatigue failure. Smooth surfaces and thicker material appeared to be protective against fatigue failure.

  12. Demonstration of biased membrane static figure mapping by optical beam subpixel centroid shift

    Energy Technology Data Exchange (ETDEWEB)

    Pinto, Fabrizio, E-mail: fpinto@jazanu.edu.sa [Laboratory for Quantum Vacuum Applications, Department of Physics, Faculty of Science, Jazan University, P.O. Box 114, Gizan 45142 (Saudi Arabia)

    2016-06-10

    The measurement of Casimir forces by means of condenser microphones has been shown to be quite promising since its early introduction almost half-a-century ago. However, unlike the remarkable progress achieved in characterizing the vibrating membrane in the dynamical case, the accurate determination of the membrane static figure under electrostatic bias remains a challenge. In this paper, we discuss our first data obtained by measuring the centroid shift of an optical beam with subpixel accuracy by charge coupled device (CCD) and by an extensive analysis of noise sources present in the experimental setup.

  13. Gun power source for electron gun of 3 MeV DC accelerator

    International Nuclear Information System (INIS)

    Dewangan, S.; Sharma, D.K.; Nanu, K.

    2011-01-01

    In DC electron beam accelerator electron gun is situated at high voltage terminal which requires constant power irrespective of beam energy. Floating power source is required for gun. This paper describes the scheme of static gun power source derived from parallel coupled voltage multiplier column. (author)

  14. Statics formulas and problems : engineering mechanics 1

    CERN Document Server

    Gross, Dietmar; Wriggers, Peter; Schröder, Jörg; Müller, Ralf

    2017-01-01

    This book contains the most important formulas and more than 160 completely solved problems from Statics. It provides engineering students material to improve their skills and helps to gain experience in solving engineering problems. Particular emphasis is placed on finding the solution path and formulating the basic equations. Topics include: - Equilibrium - Center of Gravity, Center of Mass, Centroids - Support Reactions - Trusses - Beams, Frames, Arches - Cables - Work and Potential Energy - Static and Kinetic Friction - Moments of Inertia.

  15. Full-Scale Turbofan Engine Noise-Source Separation Using a Four-Signal Method

    Science.gov (United States)

    Hultgren, Lennart S.; Arechiga, Rene O.

    2016-01-01

    Contributions from the combustor to the overall propulsion noise of civilian transport aircraft are starting to become important due to turbofan design trends and expected advances in mitigation of other noise sources. During on-ground, static-engine acoustic tests, combustor noise is generally sub-dominant to other engine noise sources because of the absence of in-flight effects. Consequently, noise-source separation techniques are needed to extract combustor-noise information from the total noise signature in order to further progress. A novel four-signal source-separation method is applied to data from a static, full-scale engine test and compared to previous methods. The new method is, in a sense, a combination of two- and three-signal techniques and represents an attempt to alleviate some of the weaknesses of each of those approaches. This work is supported by the NASA Advanced Air Vehicles Program, Advanced Air Transport Technology Project, Aircraft Noise Reduction Subproject and the NASA Glenn Faculty Fellowship Program.

  16. Statics and rotational dynamics of composite beams

    CERN Document Server

    Ghorashi, Mehrdaad

    2016-01-01

    This book presents a comprehensive study of the nonlinear statics and dynamics of composite beams and consists of solutions with and without active elements embedded in the beams. The static solution provides the initial conditions for the dynamic analysis. The dynamic problems considered include the analyses of clamped (hingeless) and articulated (hinged) accelerating rotating beams. Two independent numerical solutions for the steady state and the transient responses are presented. The author illustrates that the transient solution of the nonlinear formulation of accelerating rotating beam converges to the steady state solution obtained by the shooting method. Other key areas considered include calculation of the effect of perturbing the steady state solution, coupled nonlinear flap-lag dynamics of a rotating articulated beam with hinge offset and aerodynamic damping, and static and dynamic responses of nonlinear composite beams with embedded anisotropic piezo-composite actuators. The book is intended as a t...

  17. An Extensible Open-Source Compiler Infrastructure for Testing

    Energy Technology Data Exchange (ETDEWEB)

    Quinlan, D; Ur, S; Vuduc, R

    2005-12-09

    Testing forms a critical part of the development process for large-scale software, and there is growing need for automated tools that can read, represent, analyze, and transform the application's source code to help carry out testing tasks. However, the support required to compile applications written in common general purpose languages is generally inaccessible to the testing research community. In this paper, we report on an extensible, open-source compiler infrastructure called ROSE, which is currently in development at Lawrence Livermore National Laboratory. ROSE specifically targets developers who wish to build source-based tools that implement customized analyses and optimizations for large-scale C, C++, and Fortran90 scientific computing applications (on the order of a million lines of code or more). However, much of this infrastructure can also be used to address problems in testing, and ROSE is by design broadly accessible to those without a formal compiler background. This paper details the interactions between testing of applications and the ways in which compiler technology can aid in the understanding of those applications. We emphasize the particular aspects of ROSE, such as support for the general analysis of whole programs, that are particularly well-suited to the testing research community and the scale of the problems that community solves.

  18. Navigating on handheld displays: Dynamic versus Static Keyhole Navigation

    NARCIS (Netherlands)

    Mehra, S.; Werkhoven, P.; Worring, M.

    2006-01-01

    Handheld displays leave little space for the visualization and navigation of spatial layouts representing rich information spaces. The most common navigation method for handheld displays is static peephole navigation: The peephole is static and we move the spatial layout behind it (scrolling). A

  19. A Transformational Approach to Parametric Accumulated-Cost Static Profiling

    DEFF Research Database (Denmark)

    Haemmerlé, Rémy; López García, Pedro; Liqat, Umer

    2016-01-01

    Traditional static resource analyses estimate the total resource usage of a program, without executing it. In this paper we present a novel resource analysis whose aim is instead the static profiling of accumulated cost, i.e., to discover, for selected parts of the program, an estimate or bound...... of the resource usage accumulated in each of those parts. Traditional resource analyses are parametric in the sense that the results can be functions on input data sizes. Our static profiling is also parametric, i.e., our accumulated cost estimates are also parameterized by input data sizes. Our proposal is based...... on the concept of cost centers and a program transformation that allows the static inference of functions that return bounds on these accumulated costs depending on input data sizes, for each cost center of interest. Such information is much more useful to the software developer than the traditional resource...

  20. Static Deadlock Detection in MPI Synchronization Communication

    OpenAIRE

    Ming-Xue, Liao; Xiao-Xin, He; Zhi-Hua, Fan

    2007-01-01

    It is very common to use dynamic methods to detect deadlocks in MPI programs for the reason that static methods have some restrictions. To guarantee high reliability of some important MPI-based application software, a model of MPI synchronization communication is abstracted and a type of static method is devised to examine deadlocks in such modes. The model has three forms with different complexity: sequential model, single-loop model and nested-loop model. Sequential model is a base for all ...

  1. A High-Resolution Demodulation Algorithm for FBG-FP Static-Strain Sensors Based on the Hilbert Transform and Cross Third-Order Cumulant

    Directory of Open Access Journals (Sweden)

    Wenzhu Huang

    2015-04-01

    Full Text Available Static strain can be detected by measuring a cross-correlation of reflection spectra from two fiber Bragg gratings (FBGs. However, the static-strain measurement resolution is limited by the dominant Gaussian noise source when using this traditional method. This paper presents a novel static-strain demodulation algorithm for FBG-based Fabry-Perot interferometers (FBG-FPs. The Hilbert transform is proposed for changing the Gaussian distribution of the two FBG-FPs’ reflection spectra, and a cross third-order cumulant is used to use the results of the Hilbert transform and get a group of noise-vanished signals which can be used to accurately calculate the wavelength difference of the two FBG-FPs. The benefit by these processes is that Gaussian noise in the spectra can be suppressed completely in theory and a higher resolution can be reached. In order to verify the precision and flexibility of this algorithm, a detailed theory model and a simulation analysis are given, and an experiment is implemented. As a result, a static-strain resolution of 0.9 nε under laboratory environment condition is achieved, showing a higher resolution than the traditional cross-correlation method.

  2. Finding a source inside a sphere

    International Nuclear Information System (INIS)

    Tsitsas, N L; Martin, P A

    2012-01-01

    A sphere excited by an interior point source or a point dipole gives a simplified yet realistic model for studying a variety of applications in medical imaging. We suppose that there is an exterior field (transmission problem) and that the total field on the sphere is known. We give analytical inversion algorithms for determining the interior physical characteristics of the sphere as well as the location, strength and orientation of the source/dipole. We start with static problems (Laplace’s equation) and then proceed to acoustic problems (Helmholtz equation). (paper)

  3. Testing earthquake source inversion methodologies

    KAUST Repository

    Page, Morgan T.

    2011-01-01

    Source Inversion Validation Workshop; Palm Springs, California, 11-12 September 2010; Nowadays earthquake source inversions are routinely performed after large earthquakes and represent a key connection between recorded seismic and geodetic data and the complex rupture process at depth. The resulting earthquake source models quantify the spatiotemporal evolution of ruptures. They are also used to provide a rapid assessment of the severity of an earthquake and to estimate losses. However, because of uncertainties in the data, assumed fault geometry and velocity structure, and chosen rupture parameterization, it is not clear which features of these source models are robust. Improved understanding of the uncertainty and reliability of earthquake source inversions will allow the scientific community to use the robust features of kinematic inversions to more thoroughly investigate the complexity of the rupture process and to better constrain other earthquakerelated computations, such as ground motion simulations and static stress change calculations.

  4. 14 CFR 27.610 - Lightning and static electricity protection.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Lightning and static electricity protection....610 Lightning and static electricity protection. (a) The rotorcraft must be protected against catastrophic effects from lightning. (b) For metallic components, compliance with paragraph (a) of this section...

  5. Static friction of stainless steel wire rope–rubber contacts.

    NARCIS (Netherlands)

    Loeve, A.J.; Krijger, T.; Mugge, W.; Breedveld, P.; Dodou, D.; Dankelman, J.

    2014-01-01

    Little is known about static friction of stainless-steel wire ropes ('cables') in contact with soft rubbers, an interface of potential importance for rigidifiable medical instruments. Although friction theories imply that the size and profile of the cables affect static friction, there are no

  6. From static to rotating to conformal static solutions: rotating imperfect fluid wormholes with(out) electric or magnetic field

    Energy Technology Data Exchange (ETDEWEB)

    Azreg-Ainou, Mustapha [Baskent University, Department of Mathematics, Ankara (Turkey)

    2014-05-15

    We derive a shortcut stationary metric formula for generating imperfect fluid rotating solutions, in Boyer-Lindquist coordinates, from spherically symmetric static ones. We explore the properties of the curvature scalar and stress-energy tensor for all types of rotating regular solutions we can generate without restricting ourselves to specific examples of regular solutions (regular black holes or wormholes). We show through examples how it is generally possible to generate an imperfect fluid regular rotating solution via radial coordinate transformations. We derive rotating wormholes that are modeled as imperfect fluids and discuss their physical properties. These are independent on the way the stress-energy tensor is interpreted. A solution modeling an imperfect fluid rotating loop black hole is briefly discussed. We then specialize to the recently discussed stable exotic dust Ellis wormhole as emerged in a source-free radial electric or magnetic field, and we generate its, conjecturally stable, rotating counterpart. This turns out to be an exotic imperfect fluid wormhole, and we determine the stress-energy tensor of both the imperfect fluid and the electric or magnetic field. (orig.)

  7. From static to rotating to conformal static solutions: rotating imperfect fluid wormholes with(out) electric or magnetic field

    International Nuclear Information System (INIS)

    Azreg-Ainou, Mustapha

    2014-01-01

    We derive a shortcut stationary metric formula for generating imperfect fluid rotating solutions, in Boyer-Lindquist coordinates, from spherically symmetric static ones. We explore the properties of the curvature scalar and stress-energy tensor for all types of rotating regular solutions we can generate without restricting ourselves to specific examples of regular solutions (regular black holes or wormholes). We show through examples how it is generally possible to generate an imperfect fluid regular rotating solution via radial coordinate transformations. We derive rotating wormholes that are modeled as imperfect fluids and discuss their physical properties. These are independent on the way the stress-energy tensor is interpreted. A solution modeling an imperfect fluid rotating loop black hole is briefly discussed. We then specialize to the recently discussed stable exotic dust Ellis wormhole as emerged in a source-free radial electric or magnetic field, and we generate its, conjecturally stable, rotating counterpart. This turns out to be an exotic imperfect fluid wormhole, and we determine the stress-energy tensor of both the imperfect fluid and the electric or magnetic field. (orig.)

  8. Relationship between Static Stiffness and Modal Stiffness of Structures

    Directory of Open Access Journals (Sweden)

    Tianjian Ji Tianjian Ji

    2010-02-01

    Full Text Available This paper derives the relationship between the static stiffness and modal stiffness of a structure. The static stiffness and modal stiffness are two important concepts in both structural statics and dynamics. Although both stiffnesses indicate the capacity of the structure to resist deformation, they are obtained using different methods. The former is calculated by solving the equations of equilibrium and the latter can be obtained by solving an eigenvalue problem. A mathematical relationship between the two stiffnesses was derived based on the definitions of two stiffnesses. This relationship was applicable to a linear system and the derivation of relationships does not reveal any other limitations. Verification of the relationship was given by using several examples. The relationship between the two stiffnesses demonstrated that the modal stiffness of the fundamental mode was always larger than the static stiffness of a structure if the critical point and the maximum mode value are at the same node, i.e. for simply supported beam and seven storeys building are 1.5% and 15% respectively. The relationship could be applied into real structures, where the greater the number of modes being considered, the smaller the difference between the modal stiffness and the static stiffness of a structure.

  9. Confusion-limited extragalactic source survey at 4.755 GHz. I. Source list and areal distributions

    International Nuclear Information System (INIS)

    Ledden, J.E.; Broderick, J.J.; Condon, J.J.; Brown, R.L.

    1980-01-01

    A confusion-limited 4.755-GHz survey covering 0.00 956 sr between right ascensions 07/sup h/05/sup m/ and 18/sup h/ near declination +35 0 has been made with the NRAO 91-m telescope. The survey found 237 sources and is complete above 15 mJy. Source counts between 15 and 100 mJy were obtained directly. The P(D) distribution was used to determine the number counts between 0.5 and 13.2 mJy, to search for anisotropy in the density of faint extragalactic sources, and to set a 99%-confidence upper limit of 1.83 mK to the rms temperature fluctuation of the 2.7-K cosmic microwave background on angular scales smaller than 7.3 arcmin. The discrete-source density, normalized to the static Euclidean slope, falls off sufficiently rapidly below 100 mJy that no new population of faint flat-spectrum sources is required to explain the 4.755-GHz source counts

  10. Quasi-static structural optimization under the seismic loads

    International Nuclear Information System (INIS)

    Choi, W. S.; Lee, K. M.; Kim, T. W.

    2001-01-01

    For preliminaries to optimization of SMART under the seismic loads, a quasi-static structural optimization for elastic structures under dynamic loads is presented. An equivalent static load (ESL) set is defined as a static load set, which generates the same displacement field as that from a dynamic load at a certain time. Multiple ESL sets calculated at all the time intervals are employed to represent the various states of the structure under the dynamic load. They can cover all the critical states that might happen at arbitrary times. The continuous characteristics of a dynamic load are considered by multiple static load sets. The calculated sets of ESLs are utilized as a multiple loading condition in the optimization process. A design cycle is defined as a circulated process between an analysis domain and a design domain. The analysis domain gives the loading condition needed in the design domain. The design domain gives a new updated design to be verified by the analysis domain in the next design cycle. The design cycles are iterated until the design converges. Structural optimization with dynamic loads is tangible by the proposed method. Standard example problems are solved to verify the validity of the method

  11. Relationship between static foot posture and foot mobility

    Directory of Open Access Journals (Sweden)

    McPoil Thomas G

    2011-01-01

    Full Text Available Abstract Background It is not uncommon for a person's foot posture and/or mobility to be assessed during a clinical examination. The exact relationship, however, between static posture and mobility is not known. Objective The purpose of this study was to determine the degree of association between static foot posture and mobility. Method The static foot posture and foot mobility of 203 healthy individuals was assessed and then analyzed to determine if low arched or "pronated" feet are more mobile than high arched or "supinated" feet. Results The study demonstrated that those individuals with a lower standing dorsal arch height and/or a wider standing midfoot width had greater mobility in their foot. In addition, those individuals with higher Foot Posture Index (FPI values demonstrated greater mobility and those with lower FPI values demonstrated less mobility. Finally, the amount of foot mobility that an individual has can be predicted reasonably well using either a 3 or 4 variable linear regression model. Conclusions Because of the relationship between static foot posture and mobility, it is recommended that both be assessed as part of a comprehensive evaluation of a individual with foot problems.

  12. Developmental model of static allometry in holometabolous insects.

    Science.gov (United States)

    Shingleton, Alexander W; Mirth, Christen K; Bates, Peter W

    2008-08-22

    The regulation of static allometry is a fundamental developmental process, yet little is understood of the mechanisms that ensure organs scale correctly across a range of body sizes. Recent studies have revealed the physiological and genetic mechanisms that control nutritional variation in the final body and organ size in holometabolous insects. The implications these mechanisms have for the regulation of static allometry is, however, unknown. Here, we formulate a mathematical description of the nutritional control of body and organ size in Drosophila melanogaster and use it to explore how the developmental regulators of size influence static allometry. The model suggests that the slope of nutritional static allometries, the 'allometric coefficient', is controlled by the relative sensitivity of an organ's growth rate to changes in nutrition, and the relative duration of development when nutrition affects an organ's final size. The model also predicts that, in order to maintain correct scaling, sensitivity to changes in nutrition varies among organs, and within organs through time. We present experimental data that support these predictions. By revealing how specific physiological and genetic regulators of size influence allometry, the model serves to identify developmental processes upon which evolution may act to alter scaling relationships.

  13. Quantification and Analysis of Suspended Sediments Concentration Using Mobile and Static Acoustic Doppler Current Profiler Instruments

    Directory of Open Access Journals (Sweden)

    Angga Dwinovantyo

    2017-01-01

    Full Text Available The application of Acoustic Doppler Current Profiler (ADCP can be used not only for measuring ocean currents, but also for quantifying suspended sediment concentrations (SSC from acoustic backscatter strength based on sonar principle. Suspended sediment has long been recognized as the largest sources of sea contaminant and must be considered as one of the important parameters in water quality of seawater. This research was to determine SSC from measured acoustic backscattered intensity of static and mobile ADCP. In this study, vertically mounted 400 kHz and 750 kHz static ADCP were deployed in Lembeh Strait, North Sulawesi. A mobile ADCP 307.2 kHz was also mounted on the boat and moved to the predefined cross-section, accordingly. The linear regression analysis of echo intensity measured by ADCP and by direct measurement methods showed that ADCP is a reliable method to measure SSC with correlation coefficient (r 0.92. Higher SSC was observed in low water compared to that in high water and near port area compared to those in observed areas. All of this analysis showed that the combination of static and mobile ADCP methods produces reasonably good spatial and temporal data of SSC.

  14. Variability of dynamic source parameters inferred from kinematic models of past earthquakes

    KAUST Repository

    Causse, M.

    2013-12-24

    We analyse the scaling and distribution of average dynamic source properties (fracture energy, static, dynamic and apparent stress drops) using 31 kinematic inversion models from 21 crustal earthquakes. Shear-stress histories are computed by solving the elastodynamic equations while imposing the slip velocity of a kinematic source model as a boundary condition on the fault plane. This is achieved using a 3-D finite difference method in which the rupture kinematics are modelled with the staggered-grid-split-node fault representation method of Dalguer & Day. Dynamic parameters are then estimated from the calculated stress-slip curves and averaged over the fault plane. Our results indicate that fracture energy, static, dynamic and apparent stress drops tend to increase with magnitude. The epistemic uncertainty due to uncertainties in kinematic inversions remains small (ϕ ∼ 0.1 in log10 units), showing that kinematic source models provide robust information to analyse the distribution of average dynamic source parameters. The proposed scaling relations may be useful to constrain friction law parameters in spontaneous dynamic rupture calculations for earthquake source studies, and physics-based near-source ground-motion prediction for seismic hazard and risk mitigation.

  15. 14 CFR 29.610 - Lightning and static electricity protection.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Lightning and static electricity protection... § 29.610 Lightning and static electricity protection. (a) The rotorcraft structure must be protected against catastrophic effects from lightning. (b) For metallic components, compliance with paragraph (a) of...

  16. 40 CFR 53.64 - Test procedure: Static fractionator test.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 5 2010-07-01 2010-07-01 false Test procedure: Static fractionator test. 53.64 Section 53.64 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR... Performance Characteristics of Class II Equivalent Methods for PM2.5 § 53.64 Test procedure: Static...

  17. Static multiplicities in heterogeneous azeotropic distillation sequences

    DEFF Research Database (Denmark)

    Esbjerg, Klavs; Andersen, Torben Ravn; Jørgensen, Sten Bay

    1998-01-01

    In this paper the results of a bifurcation analysis on heterogeneous azeotropic distillation sequences are given. Two sequences suitable for ethanol dehydration are compared: The 'direct' and the 'indirect' sequence. It is shown, that the two sequences, despite their similarities, exhibit very...... different static behavior. The method of Petlyuk and Avet'yan (1971), Bekiaris et al. (1993), which assumes infinite reflux and infinite number of stages, is extended to and applied on heterogeneous azeotropic distillation sequences. The predictions are substantiated through simulations. The static sequence...

  18. Interaction mechanisms and biological effects of static magnetic fields

    Energy Technology Data Exchange (ETDEWEB)

    Tenforde, T.S.

    1994-06-01

    Mechanisms through which static magnetic fields interact with living systems are described and illustrated by selected experimental observations. These mechanisms include electrodynamic interactions with moving, ionic charges (blood flow and nerve impulse conduction), magnetomechanical interactions (orientation and translation of molecules structures and magnetic particles), and interactions with electronic spin states in charge transfer reactions (photo-induced electron transfer in photosynthesis). A general summary is also presented of the biological effects of static magnetic fields. There is convincing experimental evidence for magnetoreception mechanisms in several classes of lower organisms, including bacteria and marine organisms. However, in more highly evolved species of animals, there is no evidence that the interactions of static magnetic fields with flux densities up to 2 Tesla (1 Tesla [T] = 10{sup 4} Gauss) produce either behavioral or physiolocical alterations. These results, based on controlled studies with laboratory animals, are consistent with the outcome of recent epidemiological surveys on human populations exposed occupationally to static magnetic fields.

  19. Static and kinematic formulation of planar reciprocal assemblies

    DEFF Research Database (Denmark)

    Parigi, Dario; Sassone, Mario; Kirkegaard, Poul Henning

    2014-01-01

    Planar reciprocal frames are two dimensional structures formed by elements joined together according to the principle of structural reciprocity. In this paper a rigorous formulation of the static and kinematic problem is proposed and developed extending the theory of pin-jointed assemblies....... This formulation is used to evaluate the static and kinematic determinacy of reciprocal assemblies from the properties of their equilibrium and kinematic matrices...

  20. Static Behaviour of Bucket Foundations

    DEFF Research Database (Denmark)

    Larsen, Kim André

    One new foundation concept in relation to offshore wind turbines is bucket foundations. The concept is known from the oil and gas industry, though the load conditions here are significantly different. The bucket foundation can be used as monopod or e.g. tripod foundations for offshore wind turbines....... The monopod concept is investigated in this thesis, regarding the static behaviour from loads relevant to offshore wind turbines. The main issue in this concept is the rotational stiffness of the foundation and the combined capacity dominated by moments. The vertical bearing capacity of bucket foundations...... theory is proposed. The proposed expression applies to plane strain as well as axis-symmetric stress conditions for foundations with smooth or rough bases. A thorough experimental investigation of the static behaviour of bucket foundations subjected to combined loading is carried out. Laboratory tests...

  1. Rigidity of generalized Bach-flat vacuum static spaces

    Science.gov (United States)

    Yun, Gabjin; Hwang, Seungsu

    2017-11-01

    In this paper, we study the structure of generalized Bach-flat vacuum static spaces. Generalized Bach-flat metrics are considered as extensions of both Einstein and Bach-flat metrics. First, we prove that a compact Riemannian n-manifold with n ≥ 4 which is a generalized Bach-flat vacuum static space is Einstein. A generalized Bach-flat vacuum static space with the potential function f having compact level sets is either Ricci-flat or a warped product with zero scalar curvature when n ≥ 5, and when n = 4, it is Einstein if f has its minimum. Secondly, we consider critical metrics for another quadratic curvature functional involving the Ricci tensor, and prove similar results. Lastly, by applying the technique developed above, we prove Besse conjecture when the manifold is generalized Bach-flat.

  2. A quasi-static polynomial nodal method for nuclear reactor analysis

    International Nuclear Information System (INIS)

    Gehin, J.C.

    1992-09-01

    Modern nodal methods are currently available which can accurately and efficiently solve the static and transient neutron diffusion equations. Most of the methods, however, are limited to two energy groups for practical application. The objective of this research is the development of a static and transient, multidimensional nodal method which allows more than two energy groups and uses a non-linear iterative method for efficient solution of the nodal equations. For both the static and transient methods, finite-difference equations which are corrected by the use of discontinuity factors are derived. The discontinuity factors are computed from a polynomial nodal method using a non-linear iteration technique. The polynomial nodal method is based upon a quartic approximation and utilizes a quadratic transverse-leakage approximation. The solution of the time-dependent equations is performed by the use of a quasi-static method in which the node-averaged fluxes are factored into shape and amplitude functions. The application of the quasi-static polynomial method to several benchmark problems demonstrates that the accuracy is consistent with that of other nodal methods. The use of the quasi-static method is shown to substantially reduce the computation time over the traditional fully-implicit time-integration method. Problems involving thermal-hydraulic feedback are accurately, and efficiently, solved by performing several reactivity/thermal-hydraulic updates per shape calculation

  3. A quasi-static polynomial nodal method for nuclear reactor analysis

    Energy Technology Data Exchange (ETDEWEB)

    Gehin, Jess C. [Massachusetts Inst. of Tech., Cambridge, MA (United States)

    1992-09-01

    Modern nodal methods are currently available which can accurately and efficiently solve the static and transient neutron diffusion equations. Most of the methods, however, are limited to two energy groups for practical application. The objective of this research is the development of a static and transient, multidimensional nodal method which allows more than two energy groups and uses a non-linear iterative method for efficient solution of the nodal equations. For both the static and transient methods, finite-difference equations which are corrected by the use of discontinuity factors are derived. The discontinuity factors are computed from a polynomial nodal method using a non-linear iteration technique. The polynomial nodal method is based upon a quartic approximation and utilizes a quadratic transverse-leakage approximation. The solution of the time-dependent equations is performed by the use of a quasi-static method in which the node-averaged fluxes are factored into shape and amplitude functions. The application of the quasi-static polynomial method to several benchmark problems demonstrates that the accuracy is consistent with that of other nodal methods. The use of the quasi-static method is shown to substantially reduce the computation time over the traditional fully-implicit time-integration method. Problems involving thermal-hydraulic feedback are accurately, and efficiently, solved by performing several reactivity/thermal-hydraulic updates per shape calculation.

  4. Static stretching does not alter pre and post-landing muscle activation

    Directory of Open Access Journals (Sweden)

    Moss Wesley R

    2011-05-01

    Full Text Available Abstract Background Static stretching may result in various strength and power deficiencies. Prior research has not determined, however, if static stretching causes a change in muscle activation during a functional task requiring dynamic stability. The purpose of this study was to determine if static stretching has an effect on mean pre and postlanding muscle (vastus medialis VM, vastus lateralis VL, medial hamstring MH, and biceps femoris BF activity. Methods 26 healthy, physically active subjects were recruited, from which 13 completed a 14-day static stretching regimen for the quadriceps and hamstrings. Using the data from the force plate and EMG readings, a mean of EMG amplitude was calculated for 150 msec before and after landing. Each trial was normalized to an isometric reference position. Means were calculated for the VM, VL, MH, and BF from 5 trials in each session. Measures were collected pre, immediately following the 1st stretching session, and following 2 weeks of stretching. Results A 14-day static stretching regimen resulted in no significant differences in pre or postlanding mean EMG amplitude during a drop landing either acutely or over a 14-day period. Conclusions Static stretching, done acutely or over a 14-day period does not result in measurable differences of mean EMG amplitude during a drop landing. Static stretching may not impede dynamic stability of joints about which stretched muscles cross.

  5. Contagion processes on the static and activity driven coupling networks

    OpenAIRE

    Lei, Yanjun; Jiang, Xin; Guo, Quantong; Ma, Yifang; Li, Meng; Zheng, Zhiming

    2015-01-01

    The evolution of network structure and the spreading of epidemic are common coexistent dynamical processes. In most cases, network structure is treated either static or time-varying, supposing the whole network is observed in a same time window. In this paper, we consider the epidemic spreading on a network consisting of both static and time-varying structures. At meanwhile, the time-varying part and the epidemic spreading are supposed to be of the same time scale. We introduce a static and a...

  6. Effects of Static Stretching and Playing Soccer on Knee Laxity.

    Science.gov (United States)

    Baumgart, Christian; Gokeler, Alli; Donath, Lars; Hoppe, Matthias W; Freiwald, Jürgen

    2015-11-01

    This study investigated exercise-induced effects of static stretching and playing soccer on anterior tibial translation (ATT) of the knee joint. Randomized controlled trial. University biomechanics laboratory. Thirty-one athletes were randomly assigned into a stretching (26.9 ± 6.2 years, 1.77 ± 0.09 m, 67.9 ± 10.7 kg) and a control group (27.9 ± 7.4 years, 1.75 ± 0.08 m, 72.0 ± 14.9 kg). Thirty-one amateur soccer players in an additional soccer group (25.1 ± 5.6 years, 1.74 ± 0.10 m, 71.8 ± 14.8 kg). All participants had no history of knee injury requiring surgery and any previous knee ligament or cartilage injury. The stretching group performed 4 different static stretching exercises with a duration of 2 × 20 seconds interspersed with breaks of 10 seconds. The soccer group completed a 90-minute soccer-specific training program. The control group did not perform any physical activity for approximately 30 minutes. Anterior tibial translation was measured with the KT-1000 knee arthrometer at forces of 67 N, 89 N, and maximal manual force (Max) before and after the intervention. There was a significant increase in ATT after static stretching and playing soccer at all applied forces. Maximal manual testing revealed a mean increase of ATT after static stretching of 2.1 ± 1.6 mm (P soccer of 1.0 ± 1.5 mm (P = 0.001). The ATT increase after static stretching at 67 and 89 N is significantly higher than in controls. At maximum manual testing, significant differences were evident between all groups. Static stretching and playing soccer increase ATT and may consequently influence mechanical factors of the anterior cruciate ligament. The ATT increase after static stretching was greater than after playing soccer. The observed increase in ATT after static stretching and playing soccer may be associated with changes in kinesthetic perception and sensorimotor control, activation of muscles, joint stability, overall performance, and higher injury risk.

  7. HTCAP: a FORTRAN IV program for calculating coated-particle operating temperatures in HFIR target irradiation experiments

    International Nuclear Information System (INIS)

    Kania, M.J.

    1976-05-01

    A description is presented of HTCAP, a computer code that calculates in-reactor operating temperatures of loose coated ThO 2 particles in the HFIR target series of irradiation tests. Three computational models are employed to determine the following: (1) fission heat generation rates, (2) capsule heat transfer analysis, and (3) maximum particle surface temperature within the design of an HT capsule. Maximum particle operating temperatures are calculated at daily intervals during each irradiation cycle. The application of HTCAP to sleeve CP-62 of HT-15 is discussed, and the results are compared with those obtained in an earlier thermal analysis on the same capsule. Agreement is generally within +-5 percent, while decreasing the computational time by more than an order of magnitude. A complete FORTRAN listing and summary of required input data are presented in appendices. Included is a listing of the input data and a tabular output from the thermal analysis of sleeve CP-62 of HT-15

  8. MEMS linear and nonlinear statics and dynamics

    CERN Document Server

    Younis, Mohammad I

    2011-01-01

    MEMS Linear and Nonlinear Statics and Dynamics presents the necessary analytical and computational tools for MEMS designers to model and simulate most known MEMS devices, structures, and phenomena. This book also provides an in-depth analysis and treatment of the most common static and dynamic phenomena in MEMS that are encountered by engineers. Coverage also includes nonlinear modeling approaches to modeling various MEMS phenomena of a nonlinear nature, such as those due to electrostatic forces, squeeze-film damping, and large deflection of structures. The book also: Includes examples of nume

  9. A combined static-dynamic single-dose imaging protocol to compare quantitative dynamic SPECT with static conventional SPECT.

    Science.gov (United States)

    Sciammarella, Maria; Shrestha, Uttam M; Seo, Youngho; Gullberg, Grant T; Botvinick, Elias H

    2017-08-03

    SPECT myocardial perfusion imaging (MPI) is a clinical mainstay that is typically performed with static imaging protocols and visually or semi-quantitatively assessed for perfusion defects based upon the relative intensity of myocardial regions. Dynamic cardiac SPECT presents a new imaging technique based on time-varying information of radiotracer distribution, which permits the evaluation of regional myocardial blood flow (MBF) and coronary flow reserve (CFR). In this work, a preliminary feasibility study was conducted in a small patient sample designed to implement a unique combined static-dynamic single-dose one-day visit imaging protocol to compare quantitative dynamic SPECT with static conventional SPECT for improving the diagnosis of coronary artery disease (CAD). Fifteen patients (11 males, four females, mean age 71 ± 9 years) were enrolled for a combined dynamic and static SPECT (Infinia Hawkeye 4, GE Healthcare) imaging protocol with a single dose of 99m Tc-tetrofosmin administered at rest and a single dose administered at stress in a one-day visit. Out of 15 patients, eleven had selective coronary angiography (SCA), 8 within 6 months and the rest within 24 months of SPECT imaging, without intervening symptoms or interventions. The extent and severity of perfusion defects in each myocardial region was graded visually. Dynamically acquired data were also used to estimate the MBF and CFR. Both visually graded images and estimated CFR were tested against SCA as a reference to evaluate the validity of the methods. Overall, conventional static SPECT was normal in ten patients and abnormal in five patients, dynamic SPECT was normal in 12 patients and abnormal in three patients, and CFR from dynamic SPECT was normal in nine patients and abnormal in six patients. Among those 11 patients with SCA, conventional SPECT was normal in 5, 3 with documented CAD on SCA with an overall accuracy of 64%, sensitivity of 40% and specificity of 83%. Dynamic SPECT image

  10. Computer Program NIKE

    DEFF Research Database (Denmark)

    Spanget-Larsen, Jens

    2014-01-01

    FORTRAN source code for program NIKE (PC version of QCPE 343). Sample input and output for two model chemical reactions are appended: I. Three consecutive monomolecular reactions, II. A simple chain mechanism......FORTRAN source code for program NIKE (PC version of QCPE 343). Sample input and output for two model chemical reactions are appended: I. Three consecutive monomolecular reactions, II. A simple chain mechanism...

  11. Stability of the Einstein static universe in open cosmological models

    International Nuclear Information System (INIS)

    Canonico, Rosangela; Parisi, Luca

    2010-01-01

    The stability properties of the Einstein static solution of general relativity are altered when corrective terms arising from modification of the underlying gravitational theory appear in the cosmological equations. In this paper the existence and stability of static solutions are considered in the framework of two recently proposed quantum gravity models. The previously known analysis of the Einstein static solutions in the semiclassical regime of loop quantum cosmology with modifications to the gravitational sector is extended to open cosmological models where a static neutrally stable solution is found. A similar analysis is also performed in the framework of Horava-Lifshitz gravity under detailed balance and projectability conditions. In the case of open cosmological models the two solutions found can be either unstable or neutrally stable according to the admitted values of the parameters.

  12. Glycerol and microwave preservation of annual statice (Limonium sinuatum Mill.)

    International Nuclear Information System (INIS)

    Paparozzi, E.T.; McCallister, D.E.

    1988-01-01

    Stems of annual statice (Limonium sinuatum Mill.) were harvested from the field in 1982 and soaked in varying concentrations of glycerol: water solutions for 24 and 48 h and then microwaved for 0, 1, 3 or 5 min. Half of the branch stems were measured for flexibility, with the remainder being assessed 1 year later. Stems harvested in 1983 were wet- and dry-stored at 3°C for varying lengths of time and then preserved. Preservation was best when statice was preserved immediately. Cold storage decreased preserved statice flexibility, but was better than air-drying. Fresh cut statice stems, up to 34 cm long, should be preserved by soaking in a 1:2 or 1:3 glycerol: water solution for 48 h followed by microwaving for 1 min at medium-high (34°C)

  13. Extending Graphic Statics for User-Controlled Structural Morphogenesis

    OpenAIRE

    Fivet, Corentin; Zastavni, Denis; Cap, Jean-François; Structural Morphology Group International Seminar 2011

    2011-01-01

    The first geometrical definitions of any structure are of primary importance when considering pertinence and efficiency in structural design processes. Engineering history has taught us how graphic statics can be a very powerful tool since it allows the designer to take shapes and forces into account simultaneously. However, current and past graphic statics methods are more suitable for analysis than structural morphogenesis. This contribution introduces new graphical methods that can supp...

  14. The frozen face effect: why static photographs may not do you justice.

    Science.gov (United States)

    Post, Robert B; Haberman, Jason; Iwaki, Lica; Whitney, David

    2012-01-01

    When a video of someone speaking is paused, the stationary image of the speaker typically appears less flattering than the video, which contained motion. We call this the frozen face effect (FFE). Here we report six experiments intended to quantify this effect and determine its cause. In Experiment 1, video clips of people speaking in naturalistic settings as well as all of the static frames that composed each video were presented, and subjects rated how flattering each stimulus was. The videos were rated to be significantly more flattering than the static images, confirming the FFE. In Experiment 2, videos and static images were inverted, and the videos were again rated as more flattering than the static images. In Experiment 3, a discrimination task measured recognition of the static images that composed each video. Recognition did not correlate with flattery ratings, suggesting that the FFE is not due to better memory for particularly distinct images. In Experiment 4, flattery ratings for groups of static images were compared with those for videos and static images. Ratings for the video stimuli were higher than those for either the group or individual static stimuli, suggesting that the amount of information available is not what produces the FFE. In Experiment 5, videos were presented under four conditions: forward motion, inverted forward motion, reversed motion, and scrambled frame sequence. Flattery ratings for the scrambled videos were significantly lower than those for the other three conditions. In Experiment 6, as in Experiment 2, inverted videos and static images were compared with upright ones, and the response measure was changed to perceived attractiveness. Videos were rated as more attractive than the static images for both upright and inverted stimuli. Overall, the results suggest that the FFE requires continuous, natural motion of faces, is not sensitive to inversion, and is not due to a memory effect.

  15. The Frozen Face Effect: Why static photographs may not do you justice.

    Directory of Open Access Journals (Sweden)

    Robert ePost

    2012-02-01

    Full Text Available When a video of someone speaking is paused, the stationary image of the speaker typically appears less flattering than the video, which contained motion. We call this the Frozen Face Effect (FFE. Here we report six experiments intended to quantify this effect and determine its cause. In Experiment 1, video clips of people speaking in naturalistic settings as well as all of the static frames that composed each video were presented, and subjects rated how flattering each stimulus was. The videos were rated to be significantly more flattering than the static images, confirming the FFE. In Experiment 2, videos and static images were inverted, and the videos were again rated as more flattering than the static images. In Experiment 3, a discrimination task measured recognition of the static images that composed each video. Recognition did not correlate with flattery ratings, suggesting that the FFE is not due to better memory for particularly distinct images. In Experiment 4, flattery ratings for groups of static images were compared with those for videos and static images. Ratings for the video stimuli were higher than those for either the group or individual static stimuli, suggesting that the amount of information available is not what produces the FFE. In Experiment 5, videos were presented under four conditions: forward motion, inverted forward motion, reversed motion, and scrambled frame sequence. Flattery ratings for the scrambled videos were significantly lower than those for the other three conditions. In Experiment 6, as in Experiment 2, inverted videos and static images were compared with upright ones, and the response measure was changed to perceived attractiveness. Videos were rated as more attractive than the static images for both upright and inverted stimuli. Overall, the results suggest that the FFE requires continuous, natural motion of faces, is not sensitive to inversion, and is not due to a memory effect.

  16. Novel Friction Law for the Static Friction Force based on Local Precursor Slipping

    OpenAIRE

    Katano, Yu; Nakano, Ken; Otsuki, Michio; Matsukawa, Hiroshi

    2014-01-01

    The sliding of a solid object on a solid substrate requires a shear force that is larger than the maximum static friction force. It is commonly believed that the maximum static friction force is proportional to the loading force and does not depend on the apparent contact area. The ratio of the maximum static friction force to the loading force is called the static friction coefficient µ M, which is considered to be a constant. Here, we conduct experiments demonstrating that the static fricti...

  17. FORTRAN routines for calculating water thermodynamic properties for use in transient thermal-hydraulics codes

    International Nuclear Information System (INIS)

    Green, C.

    1979-12-01

    A set of FORTRAN subroutines is described for calculating water thermodynamic properties. These were written for use in a transient thermal-hydraulics program, where speed of execution is paramount. The choice of which subroutines to optimise depends on the primary variables in the thermal-hydraulics code. In this particular case the subroutine which has been optimised is the one which calculates pressure and specific enthalpy given the specific volume and the specific internal energy. Another two subroutines are described which complete a self-consistent set. These calculate the specific volume and the temperature given the pressure and the specific enthalpy, and the specific enthalpy and the specific volume given the pressure and the temperature (or the quality). The accuracy is high near the saturation lines, typically less than 1% relative error, and decreases as the fluid becomes more subcooled in the liquid region or more superheated in the steam region. This behaviour is inherent in the method which uses quantities defined on the saturation lines and assumes that certain derivatives are constant for excursions away from these saturation lines. The accuracy and speed of the subroutines are discussed in detail in this report. (author)

  18. Users manual for an expert system (HSPEXP) for calibration of the hydrological simulation program; Fortran

    Science.gov (United States)

    Lumb, A.M.; McCammon, R.B.; Kittle, J.L.

    1994-01-01

    Expert system software was developed to assist less experienced modelers with calibration of a watershed model and to facilitate the interaction between the modeler and the modeling process not provided by mathematical optimization. A prototype was developed with artificial intelligence software tools, a knowledge engineer, and two domain experts. The manual procedures used by the domain experts were identified and the prototype was then coded by the knowledge engineer. The expert system consists of a set of hierarchical rules designed to guide the calibration of the model through a systematic evaluation of model parameters. When the prototype was completed and tested, it was rewritten for portability and operational use and was named HSPEXP. The watershed model Hydrological Simulation Program--Fortran (HSPF) is used in the expert system. This report is the users manual for HSPEXP and contains a discussion of the concepts and detailed steps and examples for using the software. The system has been tested on watersheds in the States of Washington and Maryland, and the system correctly identified the model parameters to be adjusted and the adjustments led to improved calibration.

  19. Hanging an Airplane: A Case Study in Static Equilibrium

    Science.gov (United States)

    Katz, Debora M.

    2009-01-01

    Our classrooms are filled with engineering majors who take a semester-long course in static equilibrium. Many students find this class too challenging and drop their engineering major. In our introductory physics class, we often breeze through static equilibrium; to physicists equilibrium is just a special case of Newton's second law. While it is…

  20. Static Verification for Code Contracts

    Science.gov (United States)

    Fähndrich, Manuel

    The Code Contracts project [3] at Microsoft Research enables programmers on the .NET platform to author specifications in existing languages such as C# and VisualBasic. To take advantage of these specifications, we provide tools for documentation generation, runtime contract checking, and static contract verification.

  1. Static Analysis for Dynamic XML

    DEFF Research Database (Denmark)

    Christensen, Aske Simon; Møller, Anders; Schwartzbach, Michael Ignatieff

    2002-01-01

    We describe the summary graph lattice for dataflow analysis of programs that dynamically construct XML documents. Summary graphs have successfully been used to provide static guarantees in the JWIG language for programming interactive Web services. In particular, the JWIG compiler is able to check...

  2. Problems in the neutron dynamics of source-driven systems

    International Nuclear Information System (INIS)

    Ravetto, P.

    2001-01-01

    The present paper presents some neutronic features of source-driven neutron multiplying systems, with special regards to dynamics, discussing the validity and limitations of classical methods, developed for systems in the vicinity of criticality. Specific characteristics, such as source dominance and the role of delayed neutron emissions are illustrated. Some dynamic peculiarities of innovative concepts proposed for accelerator-driven systems, such as fluid-fuel, are also discussed. The second portion of the work formulates the quasi-static methods for source-driven systems, evidencing its novel features and presenting some numerical results. (author)

  3. Elastic-plastic code in the static regime for two-dimensional structures

    International Nuclear Information System (INIS)

    Giuliani, S.

    1976-07-01

    The finite-element computer code STEP-2D, which was conceived as a numerical tool for basic research in fracture mechanics presently under way in the Materials Division of JRC Ispra is described. The code employs 8-node isoparametric elements for calculating elastic-plastic stress and strain distributions in 2-D geometries. The von Mises yield criterion is used. Material strain hardening is described by means of either the isotropic or the so-called 'overlay' model. An incremental solution is employed in the plastic range. The program has been written in Fortran IV and compiled on an IBM 370-165

  4. Application of the error propagation theory in estimates of static formation temperatures in geothermal and petroleum boreholes

    International Nuclear Information System (INIS)

    Verma, Surendra P.; Andaverde, Jorge; Santoyo, E.

    2006-01-01

    We used the error propagation theory to calculate uncertainties in static formation temperature estimates in geothermal and petroleum wells from three widely used methods (line-source or Horner method; spherical and radial heat flow method; and cylindrical heat source method). Although these methods commonly use an ordinary least-squares linear regression model considered in this study, we also evaluated two variants of a weighted least-squares linear regression model for the actual relationship between the bottom-hole temperature and the corresponding time functions. Equations based on the error propagation theory were derived for estimating uncertainties in the time function of each analytical method. These uncertainties in conjunction with those on bottom-hole temperatures were used to estimate individual weighting factors required for applying the two variants of the weighted least-squares regression model. Standard deviations and 95% confidence limits of intercept were calculated for both types of linear regressions. Applications showed that static formation temperatures computed with the spherical and radial heat flow method were generally greater (at the 95% confidence level) than those from the other two methods under study. When typical measurement errors of 0.25 h in time and 5 deg. C in bottom-hole temperature were assumed for the weighted least-squares model, the uncertainties in the estimated static formation temperatures were greater than those for the ordinary least-squares model. However, if these errors were smaller (about 1% in time and 0.5% in temperature measurements), the weighted least-squares linear regression model would generally provide smaller uncertainties for the estimated temperatures than the ordinary least-squares linear regression model. Therefore, the weighted model would be statistically correct and more appropriate for such applications. We also suggest that at least 30 precise and accurate BHT and time measurements along with

  5. Slipping and Tipping: Measuring Static Friction with a Straightedge

    Science.gov (United States)

    Dietz, Eric; Aguilar, Isaac

    2012-01-01

    Following a discussion of forces, torques, and the conditions for static equilibrium, I tell my introductory mechanics class that I will show them how to measure the coefficient of static friction, us, between the surfaces of a block and the front bench using "nothing but a straightedge". After a few seconds of hushed anticipation, I nudge the…

  6. Euler-Lagrangian Model of Particle Motion and Deposition Effects in Electro-Static Fields based on OpenFoam

    Directory of Open Access Journals (Sweden)

    G Boiger

    2016-06-01

    Full Text Available In order to study the powder coating process of metal substrates, a comprehensive, numerical 3D Eulerian-LaGrangian model, featuring two particle sub-models, has been developed. The model considers the effects of electro-static, fluid-dynamic and gravity forces. The code has been implemented in C++ within the open source CFD platform OpenFoam®, is transient in nature with respect to the applied LaGrangian particle implementation and the electro-static field calculation and is stationary regarding fluid-dynamic phenomena. Qualitative validation of the developed solver has already been achieved by comparison to simple coating experiments and will hereby be presented alongside a thorough description of the model itself. Upon combining knowledge of the relevant dimensionless groups and the numerical model, a dimensionless chart, representing all possible states of coating, was populated with comprehensive, exemplary cases, which are shown here as well.

  7. Static Analysis of Functional Programs

    NARCIS (Netherlands)

    van den Berg, Klaas; van den Broek, P.M.

    1994-01-01

    In this paper, the static analysis of programs in the functional programming language Miranda is described based on two graph models. A new control-flow graph model of Miranda definitions is presented, and a model with four classes of caligraphs. Standard software metrics are applicable to these

  8. Static Recrystallization Behavior of Z12CN13 Martensite Stainless Steel

    Science.gov (United States)

    Luo, Min; Zhou, Bing; Li, Rong-bin; Xu, Chun; Guo, Yan-hui

    2017-09-01

    In order to increase the hot workability and provide proper hot forming parameters of forging Z12CN13 martensite stainless steel for the simulation and production, the static recrystallization behavior has been studied by double-pass hot compression tests. The effects of deformation temperature, strain rate and inter-pass time on the static recrystallization fraction by the 2% offset method are extensively studied. The results indicate that increasing the inter-pass time and the deformation temperature as well as strain rate appropriately can increase the fraction of static recrystallization. At the temperature of 1050-1150 °C, inter-pass time of 30-100 s and strain rate of 0.1-5 s-1, the static recrystallization behavior is obvious. In addition, the kinetics of static recrystallization behavior of Z12CN13 steel has been established and the activation energy of static recrystallization is 173.030 kJ/mol. The substructure and precipitates have been studied by TEM. The results reveal that the nucleation mode is bulging at grain boundary. Undissolved precipitates such as MoNi3 and Fe3C have a retarding effect on the recrystallization kinetics. The effect is weaker than the accelerating effect of deformation temperature.

  9. AERODYNAMIC STUDIES IN THE STATIC COMPONENTS OF A CENTRIFUGAL COMPRESSOR STAGE

    Directory of Open Access Journals (Sweden)

    K. Srinivasa Reddy

    2011-12-01

    Full Text Available Aerodynamic studies in the static components of a centrifugal compressor stage were conducted using the computational fluid dynamics solver FLUENT. For the simulation study, a typical centrifugal compressor stage geometry with a flow coefficient of 0.053 was chosen, The study is confined to the static components of the centrifugal compressor stage, i.e., the crossover bend (180° U-bend, a radial cascade of return channel vanes, and the exit ducting (90° L-turn. The aerodynamic performance is reported in terms of total pressure loss coefficient, static pressure recovery coefficient, return channel vane surface static pressure distribution, and stage exit swirl angle distribution. The simulated flow through the static components covered five different operating conditions of the actual centrifugal compressor stage: the design point with 100% flow rate, and the off-design operating conditions with 70%, 80%, 110%, and 120% flow rates. The standard k-ε model was used with standard wall functions to predict the turbulence. A minimum total pressure loss coefficient was observed near 80% flow rate when the average flow angle at the U-bend inlet was 24°. Better static pressure recovery was observed with 70%, 80%, and 100% flow rates. The swirl angle distribution at the stage exit was recognized as satisfactory.

  10. A cumulant functional for static and dynamic correlation

    International Nuclear Information System (INIS)

    Hollett, Joshua W.; Hosseini, Hessam; Menzies, Cameron

    2016-01-01

    A functional for the cumulant energy is introduced. The functional is composed of a pair-correction and static and dynamic correlation energy components. The pair-correction and static correlation energies are functionals of the natural orbitals and the occupancy transferred between near-degenerate orbital pairs, rather than the orbital occupancies themselves. The dynamic correlation energy is a functional of the statically correlated on-top two-electron density. The on-top density functional used in this study is the well-known Colle-Salvetti functional. Using the cc-pVTZ basis set, the functional effectively models the bond dissociation of H 2 , LiH, and N 2 with equilibrium bond lengths and dissociation energies comparable to those provided by multireference second-order perturbation theory. The performance of the cumulant functional is less impressive for HF and F 2 , mainly due to an underestimation of the dynamic correlation energy by the Colle-Salvetti functional.

  11. Size scaling of static friction.

    Science.gov (United States)

    Braun, O M; Manini, Nicola; Tosatti, Erio

    2013-02-22

    Sliding friction across a thin soft lubricant film typically occurs by stick slip, the lubricant fully solidifying at stick, yielding and flowing at slip. The static friction force per unit area preceding slip is known from molecular dynamics (MD) simulations to decrease with increasing contact area. That makes the large-size fate of stick slip unclear and unknown; its possible vanishing is important as it would herald smooth sliding with a dramatic drop of kinetic friction at large size. Here we formulate a scaling law of the static friction force, which for a soft lubricant is predicted to decrease as f(m)+Δf/A(γ) for increasing contact area A, with γ>0. Our main finding is that the value of f(m), controlling the survival of stick slip at large size, can be evaluated by simulations of comparably small size. MD simulations of soft lubricant sliding are presented, which verify this theory.

  12. Statics of historic masonry constructions

    CERN Document Server

    Como, Mario

    2016-01-01

    This successful book, which is now appearing in its second edition, presents a comprehensive new Statics of Masonry Constructions. Masonry constructions are the great majority of the buildings in Europe’s historic centres and the most important monuments in its architectural heritage. Given the age of these constructions, the demand for safety assessments and restoration projects is pressing and constant. The book you hold in hands contributes to fill this demand. The second edition integrates the original text of the first edition with new developments, widening and revisions, due to recent research studies achievements. The result is a book that gives a complete picture of the behaviour of the Masonry Constructions. First of all, it gives the fundamentals of its Statics, based on the no-tension assumption, and then it develops the Limit Analysis for the Masonry Constructions. In this framework, through an interdisciplinary approach combining Engineering and Architecture, the book also investigates the sta...

  13. Hubble expansion in static spacetime

    International Nuclear Information System (INIS)

    Rossler, Otto E.; Froehlich, Dieter; Movassagh, Ramis; Moore, Anthony

    2007-01-01

    A recently proposed mechanism for light-path expansion in a static spacetime is based on the moving-lenses paradigm. Since the latter is valid independently of whether space expands or not, a static universe can be used to better see the implications. The moving-lenses paradigm is related to the paradigm of dynamical friction. If this is correct, a Hubble-like law is implicit. It is described quantitatively. A bent in the Hubble-like line is predictably implied. The main underlying assumption is Price's Principle (PI 3 ). If the theory is sound, the greatest remaining problem in cosmology becomes the origin of hydrogen. Since Blandford's jet production mechanism for quasars is too weak, a generalized Hawking radiation hidden in the walls of cosmic voids is invoked. A second prediction is empirical: slow pattern changes in the cosmic microwave background. A third is ultra-high redshifts for Giacconi quasars. Bruno's eternal universe in the spirit of Augustine becomes a bit less outlandish

  14. Vrancea slab earthquakes triggered by static stress transfer

    Directory of Open Access Journals (Sweden)

    A. Ganas

    2010-12-01

    Full Text Available The purpose of this paper is to study the interaction of the Vrancea seismic activity (Romania in space as result of Coulomb, static stress transfer during M=7+ events. In this area, three large events occurred in 1977, 1986 and 1990 at mid-lower, lithospheric depths and with similar focal mechanisms. Assuming elastic rheology for the deforming rocks it is suggested that frictional sliding on pre-existing fault produced the 1986 M=7.1 event (depth 131 km, that was possibly triggered by the 1977 M=7.4 event (depth 94 km. We calculated a static stress transfer of 0.52–0.78 bar to the hypocentre of the 1986 event. On the contrary, the occurrence of the 1990 event is uncertain: it is located inside the relaxed (shadow zone of the combined 1977 and 1986 static stress field considering an azimuth for maximum compression of N307° E. It follows that, the 1990 earthquake most likely represents an unbroken patch (asperity of the 1977 rupture plane that failed due to loading. However, if a different compression azimuth is assumed (N323° E then the 1990 event was also possibly triggered by static stress transfer of the 1977 and 1986 events (combined. Our modeling is a first-order approximation of the kind of earthquake interaction we might expect at intermediate lithospheric depths (80–90 to 130–140 km. It is also suggested that static stress transfer may explain the clustering of Vrancea earthquakes in space by the rupturing of two (possibly three NW-dipping major zones of weakness (faults which accommodate the extension (vertical elongation of the slab.

  15. An eight-legged tactile sensor to estimate coefficient of static friction.

    Science.gov (United States)

    Wei Chen; Rodpongpun, Sura; Luo, William; Isaacson, Nathan; Kark, Lauren; Khamis, Heba; Redmond, Stephen J

    2015-08-01

    It is well known that a tangential force larger than the maximum static friction force is required to initiate the sliding motion between two objects, which is governed by a material constant called the coefficient of static friction. Therefore, knowing the coefficient of static friction is of great importance for robot grippers which wish to maintain a stable and precise grip on an object during various manipulation tasks. Importantly, it is most useful if grippers can estimate the coefficient of static friction without having to explicitly explore the object first, such as lifting the object and reducing the grip force until it slips. A novel eight-legged sensor, based on simplified theoretical principles of friction is presented here to estimate the coefficient of static friction between a planar surface and the prototype sensor. Each of the sensor's eight legs are straight and rigid, and oriented at a specified angle with respect to the vertical, allowing it to estimate one of five ranges (5 = 8/2 + 1) that the coefficient of static friction can occupy. The coefficient of friction can be estimated by determining whether the legs have slipped or not when pressed against a surface. The coefficients of static friction between the sensor and five different materials were estimated and compared to a measurement from traditional methods. A least-squares linear fit of the sensor estimated coefficient showed good correlation with the reference coefficient with a gradient close to one and an r(2) value greater than 0.9.

  16. Static Analysis for Systems Biology

    DEFF Research Database (Denmark)

    Nielson, Flemming; Nielson, Hanne Riis; Rosa, D. Schuch da

    2004-01-01

    This paper shows how static analysis techniques can help understanding biological systems. Based on a simple example we illustrate the outcome of performing three different analyses extracting information of increasing precision. We conclude by reporting on the potential impact and exploitation o...... of these techniques in systems biology....

  17. Effects of a static electric field on two-color photoassociation between different atoms

    International Nuclear Information System (INIS)

    Chakraborty, Debashree; Deb, Bimalendu

    2014-01-01

    We study non-perturbative effects of a static electric field on two-color photoassociation of different atoms. A static electric field induces anisotropy in scattering between two different atoms and hybridizes field-free rotational states of heteronuclear dimers or polar molecules. In a previous paper [D. Chakraborty et al., J. Phys. B 44, 095201 (2011)], the effects of a static electric field on one-color photoassociation between different atoms has been described through field-modified ground-state scattering states, neglecting electric field effects on heteronuclear diatomic bound states. To study the effects of a static electric field on heteronuclear bound states, and the resulting influence on Raman-type two-color photoassociation between different atoms in the presence of a static electric field, we develop a non-perturbative numerical method to calculate static electric field-dressed heteronuclear bound states. We show that the static electric field induced scattering anisotropy as well as hybridization of rotational states strongly influence two-color photoassociation spectra, leading to significant enhancement in PA rate and large shift. In particular, for static electric field strengths of a few hundred kV/cm, two-color PA rate involving high-lying bound states in electronic ground-state increases by several orders of magnitude even in the weak photoassociative coupling regime

  18. Towards a formal definition of static and dynamic electronic correlations.

    Science.gov (United States)

    Benavides-Riveros, Carlos L; Lathiotakis, Nektarios N; Marques, Miguel A L

    2017-05-24

    Some of the most spectacular failures of density-functional and Hartree-Fock theories are related to an incorrect description of the so-called static electron correlation. Motivated by recent progress in the N-representability problem of the one-body density matrix for pure states, we propose a method to quantify the static contribution to the electronic correlation. By studying several molecular systems we show that our proposal correlates well with our intuition of static and dynamic electron correlation. Our results bring out the paramount importance of the occupancy of the highest occupied natural spin-orbital in such quantification.

  19. Contagion processes on the static and activity-driven coupling networks

    Science.gov (United States)

    Lei, Yanjun; Jiang, Xin; Guo, Quantong; Ma, Yifang; Li, Meng; Zheng, Zhiming

    2016-03-01

    The evolution of network structure and the spreading of epidemic are common coexistent dynamical processes. In most cases, network structure is treated as either static or time-varying, supposing the whole network is observed in the same time window. In this paper, we consider the epidemics spreading on a network which has both static and time-varying structures. Meanwhile, the time-varying part and the epidemic spreading are supposed to be of the same time scale. We introduce a static and activity-driven coupling (SADC) network model to characterize the coupling between the static ("strong") structure and the dynamic ("weak") structure. Epidemic thresholds of the SIS and SIR models are studied using the SADC model both analytically and numerically under various coupling strategies, where the strong structure is of homogeneous or heterogeneous degree distribution. Theoretical thresholds obtained from the SADC model can both recover and generalize the classical results in static and time-varying networks. It is demonstrated that a weak structure might make the epidemic threshold low in homogeneous networks but high in heterogeneous cases. Furthermore, we show that the weak structure has a substantive effect on the outbreak of the epidemics. This result might be useful in designing some efficient control strategies for epidemics spreading in networks.

  20. Java bytecode verification via static single assignment form

    DEFF Research Database (Denmark)

    Gal, Andreas; Probst, Christian W.; Franz, Michael

    2008-01-01

    Java Virtual Machines (JVMs) traditionally perform bytecode verification by way of an iterative data-flow analysis. Bytecode verification is necessary to ensure type safety because temporary variables in the JVM are not statically typed. We present an alternative verification mechanism that trans......Java Virtual Machines (JVMs) traditionally perform bytecode verification by way of an iterative data-flow analysis. Bytecode verification is necessary to ensure type safety because temporary variables in the JVM are not statically typed. We present an alternative verification mechanism...

  1. Comparison of Static and Dynamic Elastic Modules of Different Strength Concretes

    Science.gov (United States)

    Uyanık, Osman; Sabbaǧ, Nevbahar

    2016-04-01

    In this study, the static and dynamic elastic (Young) modules of concrete with different strength was intended to compare. For this purpose 150mm dimensions 9 for each design cubic samples prepared and they were subjected to water cure during 28 days. After Seismic Ultrasonic P and S wave travel time measurements of samples, P and S wave velocities and taking advantage of elasticity theory the dynamic elastic modules were calculated. Concrete strength was obtained from the uniaxial compression tests in order to calculate the static elastic modules of the samples. The static elastic modulus is calculated by using the empirical relationships used in international standards. The obtained static and dynamic elastic modules have been associated. A curve was obtained from this association result that approximately similar to the stress-strain curve of obtaining at failure criterion of the sample. This study was supported with OYP05277-DR-14 Project No. by SDU and State Hydraulic Works 13th Regional/2012-01 Project No. Keywords: Concrete Strength, P and S wave Velocities, Static, Dynamic, Young Modules

  2. Three-way flexible cantilever probes for static contact

    International Nuclear Information System (INIS)

    Wang, Fei; Petersen, Dirch H; Hansen, Christian; Mortensen, Dennis; Friis, Lars; Hansen, Ole; Jensen, Helle V

    2011-01-01

    In micro four-point probe measurements, three-way flexible L-shaped cantilever probes show significant advantages over conventional straight cantilever probes. The L-shaped cantilever allows static contact to the sample surface which reduces the frictional wear of the cantilever tips. We analyze the geometrical design space that must be fulfilled for the cantilevers to obtain static contact with the test sample. The design space relates the spring constant tensor of the cantilevers to the minimal value of the static tip-to-sample friction coefficient. Using an approximate model, we provide the analytical calculation of the compliance matrix of the L-shaped cantilever. Compared to results derived from finite element model simulations, the theoretical model provides a good qualitative analysis while deviations for the absolute values are seen. From a statistical analysis, the deviation is small for cantilevers with low effective spring constants, while the deviation is significant for large spring constants where the quasi one-dimensional approximation is no longer valid

  3. Mono-static GPR without transmitting anything for pavement damage inspection: interferometry by auto-correlation applied to mobile phone signals

    Science.gov (United States)

    Feld, R.; Slob, E. C.; Thorbecke, J.

    2015-12-01

    Creating virtual sources at locations where physical receivers have measured a response is known as seismic interferometry. A much appreciated benefit of interferometry is its independence of the actual source locations. The use of ambient noise as actual source is therefore not uncommon in this field. Ambient noise can be commercial noise, like for example mobile phone signals. For GPR this can be useful in cases where it is not possible to place a source, for instance when it is prohibited by laws and regulations. A mono-static GPR antenna can measure ambient noise. Interferometry by auto-correlation (AC) places a virtual source on this antenna's position, without actually transmitting anything. This can be used for pavement damage inspection. Earlier work showed very promising results with 2D numerical models of damaged pavement. 1D and 2D heterogeneities were compared, both modelled in a 2D pavement world. In a 1D heterogeneous model energy leaks away to the sides, whereas in a 2D heterogeneous model rays can reflect and therefore still add to the signal reconstruction (see illustration). In the first case the amount of stationary points is strictly limited, while in the other case the amount of stationary points is very large. We extend these models to a 3D world and optimise an experimental configuration. The illustration originates from the journal article under submission 'Non-destructive pavement damage inspection by mono-static GPR without transmitting anything' by R. Feld, E.C. Slob, and J.W. Thorbecke. (a) 2D heterogeneous pavement model with three irregular-shaped misalignments between the base and subbase layer (marked by arrows). Mono-antenna B-scan positions are shown schematically. (b) Ideal output: a real source at the receiver's position. The difference w.r.t. the trace found in the middle is shown. (c) AC output: a virtual source at the receiver's position. There is a clear overlap with the ideal output.

  4. Variability of dynamic source parameters inferred from kinematic models of past earthquakes

    KAUST Repository

    Causse, M.; Dalguer, L. A.; Mai, Paul Martin

    2013-01-01

    We analyse the scaling and distribution of average dynamic source properties (fracture energy, static, dynamic and apparent stress drops) using 31 kinematic inversion models from 21 crustal earthquakes. Shear-stress histories are computed by solving

  5. Static and dynamical properties of light hadrons in QCD

    International Nuclear Information System (INIS)

    Ioffe, B.L.

    1984-01-01

    The review of QCD determination of static and dynamical properties of hadrons is given. Hadron masses, their transition constants into quark currents, meson formfactors at intermediate momentum transfers, mesonic partial widths and structure functions at small x are considered. A special attention is paid to calculation of static paramaters of hadrons in external fields (nucleon and hyperon magnetic moments, interaction constants with axial currents)

  6. CONTINUOUS PRODUCTION OF HYDROXYPROPYL STARCH IN A STATIC MIXER REACTOR

    NARCIS (Netherlands)

    LAMMERS, G; STAMHUIS, EJ; BEENACKERS, AACM

    A novel type of reactor for the chemical derivatization of starch pastes is presented. The design is based on the application of static mixers. The reactor shows excellent plug flow behaviour with a Peclet number of about 100. The viscosity behaviour of concentrated starch pastes in the static mixer

  7. Static harmonization of dynamically harmonized Fourier transform ion cyclotron resonance cell.

    Science.gov (United States)

    Zhdanova, Ekaterina; Kostyukevich, Yury; Nikolaev, Eugene

    2017-08-01

    Static harmonization in the Fourier transform ion cyclotron resonance cell improves the resolving power of the cell and prevents dephasing of the ion cloud in the case of any trajectory of the charged particle, not necessarily axisymmetric cyclotron (as opposed to dynamic harmonization). We reveal that the Fourier transform ion cyclotron resonance cell with dynamic harmonization (paracell) is proved to be statically harmonized. The volume of the statically harmonized potential distribution increases with an increase in the number of trap segments.

  8. Patellofemoral Pressure Changes After Static and Dynamic Medial Patellofemoral Ligament Reconstructions.

    Science.gov (United States)

    Rood, Akkie; Hannink, Gerjon; Lenting, Anke; Groenen, Karlijn; Koëter, Sander; Verdonschot, Nico; van Kampen, Albert

    2015-10-01

    Reconstructing the medial patellofemoral ligament (MPFL) has become a key procedure for stabilizing the patella. Different techniques to reconstruct the MPFL have been described: static techniques in which the graft is fixed rigidly to the bone or dynamic techniques with soft tissue fixation. Static MPFL reconstruction is most commonly used. However, dynamic reconstruction deforms more easily and presumably functions more like the native MPFL. The aim of the study was to evaluate the effect of the different MPFL fixation techniques on patellofemoral pressures compared with the native situation. The hypothesis was that dynamic reconstruction would result in patellofemoral pressures closer to those generated in an intact knee. Controlled laboratory study. Seven fresh-frozen knee specimens were tested in an in vitro knee joint loading apparatus. Tekscan pressure-sensitive films fixed to the retropatellar cartilage measured mean patellofemoral and peak pressures, contact area, and location of the center of force (COF) at fixed flexion angles from 0° to 110°. Four different conditions were tested: intact, dynamic, partial dynamic, and static MPFL reconstruction. Data were analyzed using linear mixed models. Static MPFL reconstruction resulted in higher peak and mean pressures from 60° to 110° of flexion (P .05). The COF in the static reconstruction group moved more medially on the patella from 50° to 110° of flexion compared with the other conditions. The contact area showed no significant differences between the test conditions. After static MPFL reconstruction, the patellofemoral pressures in flexion angles from 60° to 110° were 3 to 5 times higher than those in the intact situation. The pressures after dynamic MPFL reconstruction were similar as compared with those in the intact situation, and therefore, dynamic MPFL reconstruction could be a safer option than static reconstruction for stabilizing the patella. This study showed that static MPFL reconstruction

  9. Performance characterization of VGCF/epoxy nanocomposite sensors under static load cycles and in static structural health monitoring

    International Nuclear Information System (INIS)

    Hu, Bin; Hu, Ning; Cai, Yindi; Furukawa, Manabu; Matsushita, Makoto; Yuan, Weifeng; Cai, Yong; Yan, Cheng

    2013-01-01

    Compared to conventional metal-foil strain gauges, nanocomposite piezoresistive strain sensors have demonstrated high strain sensitivity and have been attracting increasing attention in recent years. To fulfil their ultimate success, the performance of vapor growth carbon fiber (VGCF)/epoxy nanocomposite strain sensors subjected to static cyclic loads was evaluated in this work. A strain-equivalent quantity (resistance change ratio) in cantilever beams with intentionally induced notches in bending was evaluated using the conventional metal-foil strain gauges and the VGCF/epoxy nanocomposite sensors. Compared to the metal-foil strain gauges, the nanocomposite sensors are much more sensitive to even slight structural damage. Therefore, it was confirmed that the signal stability, reproducibility, and durability of these nanocomposite sensors are very promising, leading to the present endeavor to apply them for static structural health monitoring. (paper)

  10. Method to eliminate flux linkage DC component in load transformer for static transfer switch.

    Science.gov (United States)

    He, Yu; Mao, Chengxiong; Lu, Jiming; Wang, Dan; Tian, Bing

    2014-01-01

    Many industrial and commercial sensitive loads are subject to the voltage sags and interruptions. The static transfer switch (STS) based on the thyristors is applied to improve the power quality and reliability. However, the transfer will result in severe inrush current in the load transformer, because of the DC component in the magnetic flux generated in the transfer process. The inrush current which is always 2 ~ 30 p.u. can cause the disoperation of relay protective devices and bring potential damage to the transformer. The way to eliminate the DC component is to transfer the related phases when the residual flux linkage of the load transformer and the prospective flux linkage of the alternate source are equal. This paper analyzes how the flux linkage of each winding in the load transformer changes in the transfer process. Based on the residual flux linkage when the preferred source is completely disconnected, the method to calculate the proper time point to close each phase of the alternate source is developed. Simulation and laboratory experiments results are presented to show the effectiveness of the transfer method.

  11. Novel friction law for the static friction force based on local precursor slipping.

    Science.gov (United States)

    Katano, Yu; Nakano, Ken; Otsuki, Michio; Matsukawa, Hiroshi

    2014-09-10

    The sliding of a solid object on a solid substrate requires a shear force that is larger than the maximum static friction force. It is commonly believed that the maximum static friction force is proportional to the loading force and does not depend on the apparent contact area. The ratio of the maximum static friction force to the loading force is called the static friction coefficient µM, which is considered to be a constant. Here, we conduct experiments demonstrating that the static friction force of a slider on a substrate follows a novel friction law under certain conditions. The magnitude of µM decreases as the loading force increases or as the apparent contact area decreases. This behavior is caused by the slip of local precursors before the onset of bulk sliding and is consistent with recent theory. The results of this study will develop novel methods for static friction control.

  12. Pilot Study: Foam Wedge Chin Support Static Tolerance Testing

    Science.gov (United States)

    2017-10-24

    AFRL-SA-WP-SR-2017-0026 Pilot Study: Foam Wedge Chin Support Static Tolerance Testing Austin M. Fischer, BS1; William W...COVERED (From – To) April – October 2017 4. TITLE AND SUBTITLE Pilot Study: Foam Wedge Chin Support Static Tolerance Testing 5a. CONTRACT NUMBER...PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) USAF School of Aerospace

  13. Simulations of the Static Friction Due to Adsorbed Molecules

    OpenAIRE

    He, Gang; Robbins, Mark O.

    2001-01-01

    The static friction between crystalline surfaces separated by a molecularly thin layer of adsorbed molecules is calculated using molecular dynamics simulations. These molecules naturally lead to a finite static friction that is consistent with macroscopic friction laws. Crystalline alignment, sliding direction, and the number of adsorbed molecules are not controlled in most experiments and are shown to have little effect on the friction. Temperature, molecular geometry and interaction potenti...

  14. Static devices with new permanent magnets

    International Nuclear Information System (INIS)

    Chavanne, J.; Laforest, J.; Pauthenet, R.

    1987-01-01

    The high remanence and coercivity of the new permanent magnet materials are of special interest in the static applications. High ordering temperature and are uniaxial anisotropy at the origin of their good permanent magnet properties are obtained in rare earth-transition metal compounds. Binary SmCo/sub 5/ and Sm/sub 2/Co/sub 17/ and ternary Nd/sub 2/Fe/sub 14/B compounds are the basis materials of the best permanent magnets. new concepts of calculations of static devices with these magnets can be applied: the magnetization can be considered as ridig, the density of the surface Amperian current is constant, the relative permeability is approximately 1 and the induction calculations are linear. Examples of hexapoles with Sm-Co and NdFeB magnets are described and the performances are compared. The problems of temperature behavior and corrosion resistance are underlined

  15. Piling up technology of goods irradiated by single plate source

    International Nuclear Information System (INIS)

    Xia Hezhou; Chen Yuxia; Cao Hongyun; Lin Yong; Zhou guoquan

    1999-01-01

    In the irradiation process of piling up goods in static state, four irradiation working sites and single plate source was adopted. The results showed that piling up in this way remarkably raised the irradiation quality of goods. The utilization rate of radioactive ray reached 22.27%

  16. The effects of different source arrangement on the irradiation efficacy

    International Nuclear Information System (INIS)

    Liu Hongyue; Shi Peixin; Lin Yin

    1999-01-01

    The effects of 8 different arrangements with 16 pencil sources on irradiation productivity were studied by using a self-designed computer program. The results showed that the fashion of decentralized arrangement had a higher irradiation productivity than that of centralized in a static and uniform field

  17. GAMSOURCE - WRS system module number 38474 for calculating gamma-ray sources produced by neutron capture

    International Nuclear Information System (INIS)

    Grimstone, M.J.

    1978-06-01

    The WRS Modular Programming System has been developed as a means by which programmes may be more efficiently constructed, maintained and modified. In this system a module is a self-contained unit typically composed of one or more Fortran routines, and a programme is constructed from a number of such modules. This report describes one WRS module, the function of which is to calculate the source strength of gamma-rays arising from neutron capture in a system represented in one-dimensional geometry. The information given in this manual is of use both to the programmer wishing to incorporate the module in a programme, and to the user of such a programme. (author)

  18. Simple and Reliable Method to Estimate the Fingertip Static Coefficient of Friction in Precision Grip.

    Science.gov (United States)

    Barrea, Allan; Bulens, David Cordova; Lefevre, Philippe; Thonnard, Jean-Louis

    2016-01-01

    The static coefficient of friction (µ static ) plays an important role in dexterous object manipulation. Minimal normal force (i.e., grip force) needed to avoid dropping an object is determined by the tangential force at the fingertip-object contact and the frictional properties of the skin-object contact. Although frequently assumed to be constant for all levels of normal force (NF, the force normal to the contact), µ static actually varies nonlinearly with NF and increases at low NF levels. No method is currently available to measure the relationship between µ static and NF easily. Therefore, we propose a new method allowing the simple and reliable measurement of the fingertip µ static at different NF levels, as well as an algorithm for determining µ static from measured forces and torques. Our method is based on active, back-and-forth movements of a subject's finger on the surface of a fixed six-axis force and torque sensor. µ static is computed as the ratio of the tangential to the normal force at slip onset. A negative power law captures the relationship between µ static and NF. Our method allows the continuous estimation of µ static as a function of NF during dexterous manipulation, based on the relationship between µ static and NF measured before manipulation.

  19. Robot-Crawler: Statically Balanced Gaits

    Directory of Open Access Journals (Sweden)

    S. Parasuraman

    2012-12-01

    Full Text Available This paper presents a new statically balanced walking technique for a robot-crawler. The gait design and the control of the robot crawler aim to achieve stability while walking. This statically balanced gait has to be designed in a different fashion to a wheeled robot, as there are discrete changes in the support of the robot when its legs are lifted or placed on the ground. The stability of the robot depends on how the legs are positioned relative to the body and also on the sequence and timing with which the legs are lifted and placed. In order to reduce the risk of stability loss while walking, a measure for the robot stability (so-called stability margin is typically used in the gait and motion planning. In this paper different biological behaviours of four-legged animals are studied and mapped on a quad-legrobot-crawler. Experiments were carried out on the forward walking gaits of lizards and horses. Based on these results, the stability margins of different gaits are discussed and compared.

  20. Two Types of Long-duration Quasi-static Evolution of Solar Filaments

    Science.gov (United States)

    Xing, C.; Li, H. C.; Jiang, B.; Cheng, X.; Ding, M. D.

    2018-04-01

    In this Letter, we investigate the long-duration quasi-static evolution of 12 pre-eruptive filaments (four active region (AR) and eight quiescent filaments), mainly focusing on the evolution of the filament height in 3D and the decay index of the background magnetic field. The filament height in 3D is derived through two-perspective observations of Solar Dynamics Observatory (SDO) and Solar TErrestrial RElations Observatory (STEREO). The coronal magnetic field is reconstructed using the potential field source surface model. A new finding is that the filaments we studied show two types of long-duration evolution: one type comprises a long-duration static phase and a short, slow rise phase with a duration of less than 12 hr and a speed of 0.1–0.7 km s‑1, while the other one only presents a slow rise phase but with an extremely long duration of more than 60 hr and a smaller speed of 0.01–0.2 km s‑1. At the moment approaching the eruption, the decay index of the background magnetic field at the filament height is similar for both AR and quiescent filaments. The average value and upper limit are ∼0.9 and ∼1.4, close to the critical index of torus instability. Moreover, the filament height and background magnetic field strength are also found to be linearly and exponentially related with the filament length, respectively.

  1. Distinct Nature of Static and Dynamic Magnetic Stripes in Cuprate Superconductors

    Science.gov (United States)

    Jacobsen, H.; Holm, S. L.; Lǎcǎtuşu, M.-E.; Rømer, A. T.; Bertelsen, M.; Boehm, M.; Toft-Petersen, R.; Grivel, J.-C.; Emery, S. B.; Udby, L.; Wells, B. O.; Lefmann, K.

    2018-01-01

    We present detailed neutron scattering studies of the static and dynamic stripes in an optimally doped high-temperature superconductor, La2 CuO4 +y . We observe that the dynamic stripes do not disperse towards the static stripes in the limit of vanishing energy transfer. Therefore, the dynamic stripes observed in neutron scattering experiments are not the Goldstone modes associated with the broken symmetry of the simultaneously observed static stripes, and the signals originate from different domains in the sample. These observations support real-space electronic phase separation in the crystal, where the static stripes in one phase are pinned versions of the dynamic stripes in the other, having slightly different periods. Our results explain earlier observations of unusual dispersions in underdoped La2 -xSrx CuO4 (x =0.07 ) and La2 -xBax CuO4 (x =0.095 ).

  2. Estimation of static parameters based on dynamical and physical properties in limestone rocks

    Science.gov (United States)

    Ghafoori, Mohammad; Rastegarnia, Ahmad; Lashkaripour, Gholam Reza

    2018-01-01

    Due to the importance of uniaxial compressive strength (UCS), static Young's modulus (ES) and shear wave velocity, it is always worth to predict these parameters from empirical relations that suggested for other formations with same lithology. This paper studies the physical, mechanical and dynamical properties of limestone rocks using the results of laboratory tests which carried out on 60 the Jahrum and the Asmari formations core specimens. The core specimens were obtained from the Bazoft dam site, hydroelectric supply and double-curvature arch dam in Iran. The Dynamic Young's modulus (Ed) and dynamic Poisson ratio were calculated using the existing relations. Some empirical relations were presented to estimate uniaxial compressive strength, as well as static Young's modulus and shear wave velocity (Vs). Results showed the static parameters such as uniaxial compressive strength and static Young's modulus represented low correlation with water absorption. It is also found that the uniaxial compressive strength and static Young's modulus had high correlation with compressional wave velocity and dynamic Young's modulus, respectively. Dynamic Young's modulus was 5 times larger than static Young's modulus. Further, the dynamic Poisson ratio was 1.3 times larger than static Poisson ratio. The relationship between shear wave velocity (Vs) and compressional wave velocity (Vp) was power and positive with high correlation coefficient. Prediction of uniaxial compressive strength based on Vp was better than that based on Vs . Generally, both UCS and static Young's modulus (ES) had good correlation with Ed.

  3. Improved quasi-static nodal green's function method

    International Nuclear Information System (INIS)

    Li Junli; Jing Xingqing; Hu Dapu

    1997-01-01

    Improved Quasi-Static Green's Function Method (IQS/NGFM) is presented, as an new kinetic method. To solve the three-dimensional transient problem, improved Quasi-Static Method is adopted to deal with the temporal problem, which will increase the time step as long as possible so as to decrease the number of times of space calculation. The time step of IQS/NGFM can be increased to 5∼10 times longer than that of Full Implicit Differential Method. In spatial calculation, the NGFM is used to get the distribution of shape function, and it's spatial mesh can be nearly 20 times larger than that of Definite Differential Method. So the IQS/NGFM is considered as an efficient kinetic method

  4. A Micro Dynamically Tuned Gyroscope with Adjustable Static Capacitance

    Directory of Open Access Journals (Sweden)

    Lun Kong

    2013-02-01

    Full Text Available This paper presents a novel micro dynamically tuned gyroscope (MDTG with adjustable static capacitance. First, the principle of MDTG is theoretically analyzed. Next, some simulations under the optimized structure parameters are given as a reference for the mask design of the rotor wafer and electrode plates. As two key components, the process flows of the rotor wafer and electrode plates are described in detail. All the scanning electron microscopy (SEM photos show that the fabrication process is effective and optimized. Then, an assembly model is designed for the static capacitance adjustable MDTG, whose static capacitance can be changed by rotating the lower electrode plate support and substituting gasket rings of different thicknesses. Thus, the scale factor is easily changeable. Afterwards, the digitalized closed-loop measurement circuit is simulated. The discrete correction and decoupling modules are designed to make the closed-loop stable and cross-coupling effect small. The dual axis closed-loop system bandwidths can reach more than 60 Hz and the dual axis scale factors are completely symmetrical. All the simulation results demonstrate the proposed fabrication of the MDTG can meet the application requirements. Finally, the paper presents the test results of static and dynamic capacitance values which are consistent with the simulation values.

  5. On the equivalent static loads approach for dynamic response structural optimization

    DEFF Research Database (Denmark)

    Stolpe, Mathias

    2014-01-01

    The equivalent static loads algorithm is an increasingly popular approach to solve dynamic response structural optimization problems. The algorithm is based on solving a sequence of related static response structural optimization problems with the same objective and constraint functions...... as the original problem. The optimization theoretical foundation of the algorithm is mainly developed in Park and Kang (J Optim Theory Appl 118(1):191–200, 2003). In that article it is shown, for a certain class of problems, that if the equivalent static loads algorithm terminates then the KKT conditions...

  6. Pythran: enabling static optimization of scientific Python programs

    Science.gov (United States)

    Guelton, Serge; Brunet, Pierrick; Amini, Mehdi; Merlini, Adrien; Corbillon, Xavier; Raynaud, Alan

    2015-01-01

    Pythran is an open source static compiler that turns modules written in a subset of Python language into native ones. Assuming that scientific modules do not rely much on the dynamic features of the language, it trades them for powerful, possibly inter-procedural, optimizations. These optimizations include detection of pure functions, temporary allocation removal, constant folding, Numpy ufunc fusion and parallelization, explicit thread-level parallelism through OpenMP annotations, false variable polymorphism pruning, and automatic vector instruction generation such as AVX or SSE. In addition to these compilation steps, Pythran provides a C++ runtime library that leverages the C++ STL to provide generic containers, and the Numeric Template Toolbox for Numpy support. It takes advantage of modern C++11 features such as variadic templates, type inference, move semantics and perfect forwarding, as well as classical idioms such as expression templates. Unlike the Cython approach, Pythran input code remains compatible with the Python interpreter. Output code is generally as efficient as the annotated Cython equivalent, if not more, but without the backward compatibility loss.

  7. On perfect fluids and black holes in static equilibrium

    International Nuclear Information System (INIS)

    Carrasco, Alberto; Mars, Marc; Simon, Walter

    2007-01-01

    Proofs of spherical symmetry of static black holes and of spherical symmetry of static perfect fluids normally require, a priori, 'black holes only' or 'fluid only'. In a recent paper Shiromizu, Yamada and Yoshino admit a priori (and exclude) coexistence of fluids and holes. This work assumes connectedness of the fluid region and the same assumptions on the equation of state as earlier papers on the 'fluid only' case, and requires in addition an upper bound for the fluid mass in terms of the black holes masses. We discuss this paper. As a new result we show that there cannot exist static fluid shells (i.e. fluid regions of the topology of an annulus) even if one a priori admits, inside and outside the shell, any arrangement of black holes or additional matter which satisfies the energy condition

  8. Static dipole polarizabilities of Scn (n ≤ 15) clusters

    International Nuclear Information System (INIS)

    Xi-Bo, Li; Jiang-Shan, Luo; Wei-Dong, Wu; Yong-Jian, Tang; Hong-Yan, Wang; Yun-Dong, Guo

    2009-01-01

    The static dipole polarizabilities of scandium clusters with up to 15 atoms are determined by using the numerically finite field method in the framework of density functional theory. The electronic effects on the polarizabilities are investigated for the scandium clusters. We examine a large highest occupied molecular orbital — the lowest occupied molecular orbital (HOMO–LUMO) gap of a scandium cluster usually corresponds to a large dipole moment. The static polarizability per atom decreases slowly and exhibits local minimum with increasing cluster size. The polarizability anisotropy and the ratio of mean static polarizability to the HOMO–LUMO gap can also reflect the cluster stability. The polarizability of the scandium cluster is partially related to the HOMO–LUMO gap and is also dependent on geometrical characteristics. A strong correlation between the polarizability and ionization energy is observed. (atomic and molecular physics)

  9. Static Equilibrium Configurations of Charged Metallic Bodies

    African Journals Online (AJOL)

    Key words: Static equilibrium, charged metallic body, potential energy, projected gradient method. ... television, radio, internet, microwave ovens, mobile telephones, satellite communication systems, radar systems, electrical motors, electrical.

  10. Interaction between hopping and static spins in a discrete network

    Energy Technology Data Exchange (ETDEWEB)

    Ciccarello, Francesco, E-mail: francesco.ciccarello@sns.it [CNISM and Dipartimento di Fisica, Universita' degli Studi di Palermo, Viale delle Scienze, Edificio 18, I-90128 Palermo (Italy); NEST, Scuola Normale Superiore and Istituto Nanoscienze-CNR, Piazza dei Cavalieri 7, I-56126 Pisa (Italy)

    2011-06-27

    We consider a process where a spin hops across a discrete network and at certain sites couples to static spins. While this setting is implementable in various scenarios (e.g. quantum dots or coupled cavities) the physics of such processes is still basically unknown. Here, we take a first step along this line by scrutinizing a two-site and a three-site lattices, each with two static spins. Despite a generally complex dynamics occurs, we show a regime such that the spin dynamics is described by an effective three-spin chain. Tasks such as entanglement generation and quantum state transfer can be achieved accordingly. -- Highlights: → We study mobile spins hopping in a discrete network and coupled to static spins. → This setting can be implemented in various scenarios. → We address a two-site and a three-site lattice, each with two static spins. → We show a regime where the setup can be described by an effective three-spin chain. → Accordingly, it is prone to be exploited for some QIP applications.

  11. A scanning bi-static SODAR

    Energy Technology Data Exchange (ETDEWEB)

    Behrens, P; Bradley, S [Physics Department, Auckland University, 38 Princes Street, Auckland (New Zealand); Hunerbein, S von [Acoustics Department, Newton Building, University of Salford, Greater Manchester M5 4WT (United Kingdom)

    2008-05-01

    Field results are given from a bi-static SODAR which uses a single central vertical transmission and three distributed microphone array receivers. Fourier transform delay methods are applied to data sampled from each microphone to retrospectively scan in angle and follow the transmitted pulse. Advantages of sampling a narrow atmospheric column, rather than distributed volumes are discussed.

  12. A scanning bi-static SODAR

    International Nuclear Information System (INIS)

    Behrens, P; Bradley, S; Hunerbein, S von

    2008-01-01

    Field results are given from a bi-static SODAR which uses a single central vertical transmission and three distributed microphone array receivers. Fourier transform delay methods are applied to data sampled from each microphone to retrospectively scan in angle and follow the transmitted pulse. Advantages of sampling a narrow atmospheric column, rather than distributed volumes are discussed

  13. Development of High-Resolution Dynamic Dust Source Function - A Case Study with a Strong Dust Storm in a Regional Model

    Science.gov (United States)

    Kim, Dongchul; Chin, Mian; Kemp, Eric M.; Tao, Zhining; Peters-Lidard, Christa D.; Ginoux, Paul

    2017-01-01

    A high-resolution dynamic dust source has been developed in the NASA Unified-Weather Research and Forecasting (NU-WRF) model to improve the existing coarse static dust source. In the new dust source map, topographic depression is in 1-km resolution and surface bareness is derived using the Normalized Difference Vegetation Index (NDVI) data from Moderate Resolution Imaging Spectroradiometer (MODIS). The new dust source better resolves the complex topographic distribution over the Western United States where its magnitude is higher than the existing, coarser resolution static source. A case study is conducted with an extreme dust storm that occurred in Phoenix, Arizona in 0203 UTC July 6, 2011. The NU-WRF model with the new high-resolution dynamic dust source is able to successfully capture the dust storm, which was not achieved with the old source identification. However the case study also reveals several challenges in reproducing the time evolution of the short-lived, extreme dust storm events.

  14. Development of High-Resolution Dynamic Dust Source Function -A Case Study with a Strong Dust Storm in a Regional Model.

    Science.gov (United States)

    Kim, Dongchul; Chin, Mian; Kemp, Eric M; Tao, Zhining; Peters-Lidard, Christa D; Ginoux, Paul

    2017-06-01

    A high-resolution dynamic dust source has been developed in the NASA Unified-Weather Research and Forecasting (NU-WRF) model to improve the existing coarse static dust source. In the new dust source map, topographic depression is in 1-km resolution and surface bareness is derived using the Normalized Difference Vegetation Index (NDVI) data from Moderate Resolution Imaging Spectroradiometer (MODIS). The new dust source better resolves the complex topographic distribution over the Western United States where its magnitude is higher than the existing, coarser resolution static source. A case study is conducted with an extreme dust storm that occurred in Phoenix, Arizona in 02-03 UTC July 6, 2011. The NU-WRF model with the new high-resolution dynamic dust source is able to successfully capture the dust storm, which was not achieved with the old source identification. However the case study also reveals several challenges in reproducing the time evolution of the short-lived, extreme dust storm events.

  15. From Static to Interactive: Transforming Data Visualization to Improve Transparency.

    Directory of Open Access Journals (Sweden)

    Tracey L Weissgerber

    2016-06-01

    Full Text Available Data presentation for scientific publications in small sample size studies has not changed substantially in decades. It relies on static figures and tables that may not provide sufficient information for critical evaluation, particularly of the results from small sample size studies. Interactive graphics have the potential to transform scientific publications from static reports of experiments into interactive datasets. We designed an interactive line graph that demonstrates how dynamic alternatives to static graphics for small sample size studies allow for additional exploration of empirical datasets. This simple, free, web-based tool (http://statistika.mfub.bg.ac.rs/interactive-graph/ demonstrates the overall concept and may promote widespread use of interactive graphics.

  16. Impact of element-level static condensation on iterative solver performance

    KAUST Repository

    Pardo, D.

    2015-10-02

    This paper provides theoretical estimates that quantify and clarify the savings associated to the use of element-level static condensation as a first step of an iterative solver. These estimates are verified numerically. The numerical evidence shows that static condensation at the element level is beneficial for higher-order methods. For lower-order methods or when the number of iterations required for convergence is low, the setup cost of the elimination as well as its implementation may offset the benefits obtained during the iteration process. However, as the iteration count (e.g., above 50) or the polynomial order (e.g., above cubics) grows, the benefits of element-level static condensation are significant.

  17. Use and tolerability of a side pole static ankle foot orthosis in children with neurological disorders.

    Science.gov (United States)

    Delvert, Céline; Rippert, Pascal; Margirier, Françoise; Vadot, Jean-Pierre; Bérard, Carole; Poirot, Isabelle; Vuillerot, Carole

    2017-04-01

    Transverse-plane foot deformities are a frequently encountered issue in children with neurological disorders. They are the source of many symptoms, such as pain and walking difficulties, making their prevention very important. We aim to describe the use and tolerability of a side pole static ankle foot orthosis used to prevent transverse-plane foot deformities in children with neurologic disorders. Monocentric, retrospective, observational study. Medical data were collected from 103 children with transverse-plane foot deformities in one or both feet caused by a neurological impairment. All children were braced between 2001 and 2010. Unilateral orthosis was prescribed for 32 children and bilateral orthosis for 71. Transverse-plane foot deformities were varus in 66% of the cases and an equinus was associated in 59.2% of the cases. Mean age for the first prescription was 8.6 years. For the 23 patients present at the 4-year visit, 84.8% still wore the orthosis daily, and 64.7% wore the orthosis more than 6 h per day. The rate of permanent discontinuation of wearing the orthosis was 14.7%. The side pole static ankle foot orthosis is well tolerated with very few side effects, which promotes regular wearing and observance. Clinical relevance Side pole static ankle foot orthoses are well tolerated and can be safely used for children with foot abnormalities in the frontal plane that have a neurological pathology origin.

  18. Duration Dependent Effect of Static Stretching on Quadriceps and Hamstring Muscle Force

    Directory of Open Access Journals (Sweden)

    Leyla Alizadeh Ebadi

    2018-03-01

    Full Text Available The aim of this study was to determine the acute effect of static stretching on hamstring and quadriceps muscles’ isokinetic strength when applied for various durations to elite athletes, to investigate the effect of different static stretching durations on isokinetic strength, and finally to determine the optimal stretching duration. Fifteen elite male athletes from two different sport branches (10 football and five basketball participated in this study. Experimental protocol was designed as 17 repetitive static stretching exercises for hamstring and quadriceps muscle groups according to the indicated experimental protocols; ((A 5 min jogging; (B 5 min jogging followed by 15 s static stretching; (C 5 min jogging followed by 30 s static stretching; (D 5 min jogging, followed by static stretching for 45 s. Immediately after each protocol, an isokinetic strength test consisting of five repetitions at 60°/s speed and 20 repetitions at 180°/s speed was recorded for the right leg by the Isomed 2000 device. Friedman variance analysis test was employed for data analysis. According to the analyzes, it was observed that 5 min jogging and 15 s stretching exercises increased the isokinetic strength, whereas 30 and 45 s stretching exercises caused a decrease.

  19. Calculation of equivalent static loads and its application

    International Nuclear Information System (INIS)

    Choi, Woo-Seok; Park, K.B.; Park, G.J.

    2005-01-01

    All the forces in the real world act dynamically on structures. Since dynamic loads are extremely difficult to handle in analysis and design, static loads are usually utilized with dynamic factors. Generally, the dynamic factors are determined from design codes or experience. Therefore, static loads may not give accurate solutions in analysis and design and structural engineers often come up with unreliable solutions. Two different methods are proposed for the transformation of dynamic loads into equivalent static loads (ESLs). One is an analytical method for exact ESLs and the other is an approximation method. The exact ESLs are calculated to generate identical response fields such as displacement and stress with those from dynamic loads at a certain time. Some approximation methods are proposed in engineering applications, which generate similar response fields from dynamic loads. They are divided into the displacement-based approach and the stress-based approach. The process is derived and evaluated mathematically. Standard examples are selected and solved by the proposed method and error analyses are conducted. Applications of the method to structural optimization are discussed

  20. Precipitation-Static-Reduction Research

    Science.gov (United States)

    1943-03-31

    if» 85 z \\ PRECIPITATION-STATIC-REDUCTION RESEARCH study of the effects of flame length , flame spacing, and burner spacing on B shows that there...unod: Flame length *. The visual length of the flame from the burner tip to the flame tip when examined in a darkened room against a black background...Postlve and Negative Flames The use of the second flame-conduction coefficient, B, facilitates considerably the study of the effect of flame length , spacing

  1. The Static Quantum Multiverse

    OpenAIRE

    Nomura, Yasunori

    2012-01-01

    We consider the multiverse in the intrinsically quantum mechanical framework recently proposed in Refs. [1,2]. By requiring that the principles of quantum mechanics are universally valid and that physical predictions do not depend on the reference frame one chooses to describe the multiverse, we find that the multiverse state must be static---in particular, the multiverse does not have a beginning or end. We argue that, despite its naive appearance, this does not contradict observation, inclu...

  2. PARTITION: A program for defining the source term/consequence analysis interface in the NUREG--1150 probabilistic risk assessments

    International Nuclear Information System (INIS)

    Iman, R.L.; Helton, J.C.; Johnson, J.D.

    1990-05-01

    The individual plant analyses in the US Nuclear Regulatory Commission's reassessment of the risk from commercial nuclear power plants (NUREG-1150) consist of four parts: systems analysis, accident progression analysis, source term analysis, and consequence analysis. Careful definition of the interfaces between these parts is necessary for both information flow and computational efficiency. This document has been designed for users of the PARTITION computer program developed by the authors at Sandia National Laboratories for defining the interface between the source term analysis (performed with the XXSOR programs) and the consequence analysis (performed with the MACCS program). This report provides a tutorial that details how the interactive partitioning is performed, along with detailed information on the partitioning process. The PARTITION program was written in ANSI standard FORTRAN 77 to make the code as machine-independent (i.e., portable) as possible. 9 refs., 4 figs

  3. Static and Dynamic Friction Behavior of Candidate High Temperature Airframe Seal Materials

    Science.gov (United States)

    Dellacorte, C.; Lukaszewicz, V.; Morris, D. E.; Steinetz, B. M.

    1994-01-01

    The following report describes a series of research tests to evaluate candidate high temperature materials for static to moderately dynamic hypersonic airframe seals. Pin-on-disk reciprocating sliding tests were conducted from 25 to 843 C in air and hydrogen containing inert atmospheres. Friction, both dynamic and static, was monitored and serves as the primary test measurement. In general, soft coatings lead to excessive static friction and temperature affected friction in air environments only.

  4. Physiological Response to Static Muscle Contractions in Standing and Supine Positions

    DEFF Research Database (Denmark)

    Pedersen, Jens Meldgaard; Andersen, T. Bull

    2013-01-01

    The purpose of this study was to investigate the physiological responses to static muscle contractions in the standing position and the supine position. Eight subjects performed static contractions of the ankle extensors in both positions. Blood pressure (SBP and DBP), heart rate (HR...

  5. Ground noise measurements during static and flyby operations of the Cessna 02-T turbine powered airplane

    Science.gov (United States)

    Hilton, D. A.; Henderson, H. R.; Lawton, B. W.

    1975-01-01

    The field noise measurements on the Cessna 02-T turbine powered propeller aircraft are presented. The objective of the study was to obtain the basic noise characteristics of the aircraft during static ground runs and flyover tests, to identify the sources of the noise, and to correlate the noises with the aircraft operating conditions. The results are presented in the form of a overall noise levels, radiation patterns, and frequency spectra. The noise characteristics of the turbine powered aircraft are compared with those of the reciprocating engine powered aircraft.

  6. Static Extraction of Object-Oriented Runtime Architectures

    National Research Council Canada - National Science Library

    Abi-Antoun, Marwan; Aldrich, Jonathan

    2008-01-01

    .... But it is hard to statically extract runtime object graphs that provide architectural abstraction from an arbitrary program written in a general purpose language that follows common design idioms...

  7. Reliability of Coulomb stress changes inferred from correlated uncertainties of finite-fault source models

    KAUST Repository

    Woessner, J.; Jonsson, Sigurjon; Sudhaus, H.; Baumann, C.

    2012-01-01

    Static stress transfer is one physical mechanism to explain triggered seismicity. Coseismic stress-change calculations strongly depend on the parameterization of the causative finite-fault source model. These models are uncertain due

  8. On static and radiative space-times

    International Nuclear Information System (INIS)

    Friedrich, H.

    1988-01-01

    The conformal constraint equations on space-like hypersurfaces are discussed near points which represent either time-like or spatial infinity for an asymptotically flat solution of Einstein's vacuum field equations. In the case of time-like infinity a certain 'radiativity condition' is derived which must be satisfied by the data at that point. The case of space-like infinity is analysed in detail for static space-times with non-vanishing mass. It is shown that the conformal structure implied here on a slice of constant Killing time, which extends analytically through infinity, satisfies at spatial infinity the radiativity condition. Thus to any static solution exists a certain 'radiative solution' which has a smooth structure at past null infinity and is regular at past time-like infinity. A characterization of these solutions by their 'free data' is given and non-symmetry properties are discussed. (orig.)

  9. Differences in dynamic and static functional connectivity between young and elderly healthy adults

    Energy Technology Data Exchange (ETDEWEB)

    Park, Ji Eun; Jung, Seung Chai; Ryu, Kyeoung Hwa; Oh, Joo Young; Kim, Ho Sung; Choi, Choong-Gon; Kim, Sang Joon; Shim, Woo Hyun [University of Ulsan College of Medicine, Asan Medical Center, Department of Radiology and Research Institute of Radiology, Songpa-Gu, Seoul (Korea, Republic of)

    2017-08-15

    Brain connectivity is highly dynamic, but functional connectivity (FC) studies using resting-state functional magnetic resonance imaging (rs-fMRI) assume it to be static. This study assessed differences in dynamic FC between young healthy adults (YH) and elderly healthy adults (EH) compared to static FC. Using rs-fMRI data from 12 YH and 31 EH, FC was assessed in six functional regions (subcortical, auditory [AUD], sensorimotor [SM], visuospatial [VS], cognitive control [CC], and default mode network [DMN]). Static FC was calculated as Fisher's z-transformed correlation coefficient. The sliding time window correlation (window size 30 s, step size 3 s) was applied for dynamic FC, and the standard deviation across sliding windows was calculated. Differences in static and dynamic FC between EH and YH were calculated and compared by region. EH showed decreased static FC in the subcortical, CC, and DMN regions (FDR corrected p = 0.0013; 74 regions), with no regions showing static FC higher than that in YH. EH showed increased dynamic FC in the subcortical, CC, and DMN regions, whereas decreased dynamic FC in CC and DMN regions (p < 0.01). However, the regions showing differences between EH and YH did not overlap between static and dynamic FC. Dynamic FC exhibited differences from static FC in EH and YH, mainly in regions involved in cognitive control and the DMN. Altered dynamic FC demonstrated both qualitatively and quantitatively distinct patterns of transient brain activity and needs to be studied as an imaging biomarker in the aging process. (orig.)

  10. Human body capacitance: static or dynamic concept? [ESD

    DEFF Research Database (Denmark)

    Jonassen, Niels M

    1998-01-01

    A standing human body insulated from ground by footwear and/or floor covering is in principle an insulated conductor and has, as such, a capacitance, i.e. the ability to store a charge and possibly discharge the stored energy in a spark discharge. In the human body, the human body capacitance (HBC...... when a substantial part of the flux extends itself through badly defined stray fields. Since the concept of human body capacitance is normally used in a static (electric) context, it is suggested that the HBC be determined by a static method. No theoretical explanation of the observed differences...

  11. Technology advancement of the static feed water electrolysis process

    Science.gov (United States)

    Schubert, F. H.; Wynveen, R. A.

    1977-01-01

    A program to advance the technology of oxygen- and hydrogen-generating subsystems based on water electrolysis was studied. Major emphasis was placed on static feed water electrolysis, a concept characterized by low power consumption and high intrinsic reliability. The static feed based oxygen generation subsystem consists basically of three subassemblies: (1) a combined water electrolysis and product gas dehumidifier module; (2) a product gas pressure controller and; (3) a cyclically filled water feed tank. Development activities were completed at the subsystem as well as at the component level. An extensive test program including single cell, subsystem and integrated system testing was completed with the required test support accessories designed, fabricated, and assembled. Mini-product assurance activities were included throughout all phases of program activities. An extensive number of supporting technology studies were conducted to advance the technology base of the static feed water electrolysis process and to resolve problems.

  12. On perfect fluids and black holes in static equilibrium

    Energy Technology Data Exchange (ETDEWEB)

    Carrasco, Alberto; Mars, Marc; Simon, Walter [Facultad de Ciencias, Universidad de Salamanca, Plaza de la Merced s/n, 37008 Salamanca (Spain)

    2007-05-15

    Proofs of spherical symmetry of static black holes and of spherical symmetry of static perfect fluids normally require, a priori, 'black holes only' or 'fluid only'. In a recent paper Shiromizu, Yamada and Yoshino admit a priori (and exclude) coexistence of fluids and holes. This work assumes connectedness of the fluid region and the same assumptions on the equation of state as earlier papers on the 'fluid only' case, and requires in addition an upper bound for the fluid mass in terms of the black holes masses. We discuss this paper. As a new result we show that there cannot exist static fluid shells (i.e. fluid regions of the topology of an annulus) even if one a priori admits, inside and outside the shell, any arrangement of black holes or additional matter which satisfies the energy condition.

  13. Static potentials from an extended gauge symmetry

    International Nuclear Information System (INIS)

    Doria, R.M.; Helayel Neto, J.A.

    1985-01-01

    Static potentials derived from the inclusion of more than one vector field in a single simple group are calculated. A confinement mechanism including colourful unphysical particle is discussed. (Author) [pt

  14. A FORTRAN-compatible program package for the control of CAMAC-systems by a PDP-11 (CA11-A/DEC, Type 1533A/BORER)

    International Nuclear Information System (INIS)

    Lengauer, C.

    1975-01-01

    The described software serves for the control of CAMAC-systems by a PDP-11 Computer with one DEC CA11-A Branch-Driver, respectively up to ten BORER Type 1533A Single-Crate-Controllers under the Operating System DOS V08. The software consists of three parts: 1) a subroutine library for programming in FORTRAN, 2) a macro library for programming in Assembler (for time-critical problems), 3) a loadable CAMAC-Driver for controlling the system by input of single CAMAC-commands at the terminal. Programs which apply the first two parts can be written independently of the CAMAC-Controller used at runtime. (orig.) [de

  15. Effect of fractal disorder on static friction in the Tomlinson model.

    Science.gov (United States)

    Eriksen, Jon Alm; Biswas, Soumyajyoti; Chakrabarti, Bikas K

    2010-10-01

    We propose a modified version of the Tomlinson model for static friction between two chains of beads. We introduce disorder in terms of vacancies in the chain, and distribute the remaining beads in a scale invariant way. For this we utilize a generalized random Cantor set. We relate the static friction force to the overlap distribution of the chains, and discuss how the distribution of the static friction force depends on the distribution of the remaining beads. For the random Cantor set we find a scaled distribution which is independent on the generation of the set.

  16. Static softening following multistage hot deformation of 7150 aluminum alloy: Experiment and modeling

    International Nuclear Information System (INIS)

    Jiang, Fulin; Zurob, Hatem S.; Purdy, Gary R.; Zhang, Hui

    2015-01-01

    Previous studies have demonstrated that the static softening kinetics of 7150 aluminum alloy showed typical sigmoidal behavior at 400 °C and softening plateaus at 300 °C (F.L. Jiang, et al., Mater. Sci. Eng. A, vol. 552, 2012, pp. 269–275). In present work, the static softening mechanisms, the microstructural evolution during post-deformation holding was studied by optical microscopy, scanning electron microscope, electron back-scattered diffraction and transmission electron microscopy. It was demonstrated that recrystallization is essentially absent during post-deformation holding, and that static recovery was the main contribution to static softening. Strain induced precipitation and coarsening caused softening plateaus at 300 °C. In order to better understand the static softening mechanism, physically-based modeling, which integrated recovery and multicomponent particle coarsening modeling, was employed to rationalize the experimental results.

  17. Static and dynamic balance of children and adolescents with sensorineural hearing loss

    OpenAIRE

    Melo, Renato de Souza; Marinho, Sônia Elvira dos Santos; Freire, Maryelly Evelly Araújo; Souza, Robson Arruda; Damasceno, Hélio Anderson Melo; Raposo, Maria Cristina Falcão

    2017-01-01

    ABSTRACT Objective To assess the static and dynamic balance performance of students with normal hearing and with sensorineural hearing loss. Methods A cross-sectional study assessing 96 students, 48 with normal hearing and 48 with sensorineural hearing loss of both sexes, aged 7 and 18 years. To evaluate static balance, Romberg, Romberg-Barré and Fournier tests were used; and for the dynamic balance, we applied the Unterberger test. Results Hearing loss students showed more changes in static ...

  18. Analytical and experimental investigation of the static friction regime for rubber-rigid ball contact

    NARCIS (Netherlands)

    Deladi, E.L.; de Rooij, Matthias B.; de Vries, Erik G.; de Vries, Erik G.; Schipper, Dirk J.

    2006-01-01

    The static friction regime is of great importance for systems requiring accurate positioning. The parameters of the static friction regime in terms of static friction force and limiting displacement before gross sliding are investigated for a rubber ball/metal flat configuration. Single-asperity

  19. Static electromagnetic properties of giant resonances

    International Nuclear Information System (INIS)

    Koo, W.K.

    1986-03-01

    Static electric monopole and quadrupole matrix elements, which are related to the mean square radius and quadrupole moment respectively, are derived for giant resonances of arbitrary multipolarity. The results furnish information on the size and shape of the nucleus in the excited giant states. (author)

  20. Open-source digital technologies for low-cost monitoring of historical constructions

    OpenAIRE

    Basto, Camilo; Pelà, Luca; Chacón Flores, Rolando Antonio

    2017-01-01

    This paper shows new possibilities of using novel, open-source, low-cost platforms for the structural health monitoring of heritage structures. The objective of the study is to present an assessment of increasingly available open-source digital modeling and fabrication technologies in order to identify the suitable counterparts of the typical components of a continuous static monitoring system for a historical construction. The results of the research include a simple case-study, which is pre...

  1. Features static-and-dynamic performance in athletes of winter sports

    Directory of Open Access Journals (Sweden)

    Kotenko K.V.

    2014-12-01

    Full Text Available Objective: analysis of static-dynamic performance of the musculoskeletal system of athletes of winter sports. Materials and Methods. The evaluation of static-dynamic characteristics of the musculoskeletal system. Results. The highest percentage of load-balancing the body while maintaining a static position was observed in the group of athletes of speed and power of the sport and made up, the lowest — in athletes clearing difficult sport. Significant shift in the distribution of body load were detected in athletes clearing difficult sport in the speed and power sport, none of the athletes of the deviations were found. Conclusion. The survey revealed the features of the coordination ability and load balancing body in athletes of different sports: cycling, hard-house and speed-power.

  2. PUBG; purex solvent extraction process model. [IBM3033; CDC CYBER175; FORTRAN IV

    Energy Technology Data Exchange (ETDEWEB)

    Geldard, J.F.; Beyerlein, A.L.

    PUBG is a chemical model of the Purex solvent extraction system, by which plutonium and uranium are recovered from spent nuclear fuel rods. The system comprises a number of mixer-settler banks. This discrete stage structure is the basis of the algorithms used in PUBG. The stages are connected to provide for countercurrent flow of the aqueous and organic phases. PUBG uses the common convention that has the aqueous phase enter at the lowest numbered stage and exit at the highest one; the organic phase flows oppositely. The volumes of the mixers are smaller than those of the settlers. The mixers generate a fine dispersion of one phase in the other. The high interfacial area is intended to provide for rapid mass transfer of the plutonium and uranium from one phase to the other. The separation of this dispersion back into the two phases occurs in the settlers. The species considered by PUBG are Hydrogen (1+), Plutonium (4+), Uranyl Oxide (2+), Plutonium (3+), Nitrate Anion, and reductant in the aqueous phase and Hydrogen (1+), Uranyl Oxide (2+), Plutonium (4+), and TBP (tri-n-butylphosphate) in the organic phase. The reductant used in the Purex process is either Uranium (4+) or HAN (hydroxylamine nitrate).IBM3033;CDC CYBER175; FORTRAN IV; OS/MVS or OS/MVT (IBM3033), NOS 1.3 (CDC CYBER175); The IBM3033 version requires 150K bytes of memory for execution; 62,000 (octal) words are required by the CDC CYBER175 version..

  3. The static pinch

    Energy Technology Data Exchange (ETDEWEB)

    Longmire, Conrad L [University of California, Los Alamos Scientific Laboratory, Los Alamos, NM (United States)

    1958-07-01

    In a pinch, the outward diffusion of plasma due to collisions can be balanced by the inward drift resulting from ExB, where E is the applied electric field and B the magnetic field. From the equation expressing the balance of these two effects, together with the pressure balance equation, one obtains the perpendicular conductivity, which is about one-half of the classical parallel conductivity. This result has been applied to the problem of a static pinch under the assumptions: 1) there is an applied longitudinal (B{sub z}) magnetic field; 2) the plasma is isothermal; 3) the solution depends only on the radial coordinate.

  4. Can static regular black holes form from gravitational collapse?

    International Nuclear Information System (INIS)

    Zhang, Yiyang; Zhu, Yiwei; Modesto, Leonardo; Bambi, Cosimo

    2015-01-01

    Starting from the Oppenheimer-Snyder model, we know how in classical general relativity the gravitational collapse of matter forms a black hole with a central spacetime singularity. It is widely believed that the singularity must be removed by quantum-gravity effects. Some static quantum-inspired singularity-free black hole solutions have been proposed in the literature, but when one considers simple examples of gravitational collapse the classical singularity is replaced by a bounce, after which the collapsing matter expands for ever. We may expect three possible explanations: (i) the static regular black hole solutions are not physical, in the sense that they cannot be realized in Nature, (ii) the final product of the collapse is not unique, but it depends on the initial conditions, or (iii) boundary effects play an important role and our simple models miss important physics. In the latter case, after proper adjustment, the bouncing solution would approach the static one. We argue that the ''correct answer'' may be related to the appearance of a ghost state in de Sitter spacetimes with super Planckian mass. Our black holes have indeed a de Sitter core and the ghost would make these configurations unstable. Therefore we believe that these black hole static solutions represent the transient phase of a gravitational collapse but never survive as asymptotic states. (orig.)

  5. Stability of Einstein static state universe in the spatially flat branemodels

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Kaituo [Department of Physics, Anhui Normal University, Wuhu, Anhui 241000 (China); Wu, Puxun [Center for Nonlinear Science and Department of Physics, Ningbo University, Ningbo, Zhejiang 315211 (China); Synergetic Innovation Center for Quantum Effects and Applications, Hunan Normal University, Changsha, Hunan 410081 (China); Center for High Energy Physics, Peking University, Beijing 100080 (China); Yu, Hongwei, E-mail: hwyu@hunnu.edu.cn [Synergetic Innovation Center for Quantum Effects and Applications, Hunan Normal University, Changsha, Hunan 410081 (China); Center for Nonlinear Science and Department of Physics, Ningbo University, Ningbo, Zhejiang 315211 (China); Luo, Ling-Wei [Institute of Physics, Chiao Tung University, Hsinchu 300, Taiwan (China)

    2016-07-10

    With the assumption that a perfect fluid with a constant equation of state is the only energy component on the brane, we study the stability of Einstein static state solution under homogeneous and inhomogeneous scalar perturbations in both spatially flat Randall–Sundrum (RS) and Shtanov–Sahni (SS) braneworlds. We find that if the perfect fluid has a phantom-like property and the “Weyl fluid” originating from the projection of the bulk Weyl tensor onto the brane behaves like a radiation with positive energy density, the Einstein static state solution is stable in the SS braneworld, but unstable in the RS one. Furthermore, we demonstrate that the static state solution is also stable in the bulk with a timelike extra dimension. Thus, in the model where the extra dimension is timelike, our universe can stay at the Einstein static state past-eternally, which means that the big bang singularity might be resolved successfully by an emergent scenario.

  6. Bifurcation and stability in Yang-Mills theory with sources

    International Nuclear Information System (INIS)

    Jackiw, R.

    1979-06-01

    A lecture is presented in which some recent work on solutions to classical Yang-Mills theory is discussed. The investigations summarized include the field equations with static, external sources. A pattern allowing a comprehensive description of the solutions and stability in dynamical systems are covered. A list of open questions and problems for further research is given. 20 references

  7. Interplay of static and dynamic features in biomimetic smart ears.

    Science.gov (United States)

    Pannala, Mittu; Meymand, Sajjad Zeinoddini; Müller, Rolf

    2013-06-01

    Horseshoe bats (family Rhinolophidae) have sophisticated biosonar systems with outer ears (pinnae) that are characterized by static local shape features as well as dynamic non-rigid changes to their overall shapes. Here, biomimetic prototypes fabricated from elastic rubber sheets have been used to study the impact of these static and dynamic features on the acoustic device characteristics. The basic shape of the prototypes was an obliquely truncated horn augmented with three static local shape features: vertical ridge, pinna-rim incision and frontal flap (antitragus). The prototype shape was deformed dynamically using a one-point actuation mechanism to produce a biomimetic bending of the prototype's tip. In isolation, the local shape features had little impact on the device beampattern. However, strong interactions were observed between these features and the overall deformation. The further the prototype tip was bent down, the stronger the beampatterns associated with combinations of multiple features differed from the upright configuration in the prominence of sidelobes. This behavior was qualitatively similar to numerical predictions for horseshoe bats. Hence, the interplay between static and dynamic features could be a bioinspired principle for affecting large changes through the dynamic manipulations of interactions that are sensitive to small geometrical changes.

  8. The Exergetic, Environmental and Economic Effect of the Hydrostatic Design Static Pressure Level on the Pipe Dimensions of Low-Energy District Heating Networks

    DEFF Research Database (Denmark)

    Tol, Hakan İbrahim; Svendsen, Svend

    2013-01-01

    to be used in a low-energy DH network to carry the heat produced by renewable and/or low grade energy sources to low-energy Danish buildings. In this study, a comparison of various design considerations with different levels of maximum design static pressures was performed, and their results evaluated...... in terms of energetic, exergetic, economic, and environmental perspectives....

  9. Static timing analysis for nanometer designs

    CERN Document Server

    Bhasker, J

    2009-01-01

    Covers topics such as cell timing and power modeling; interconnect modeling and analysis, delay calculation, crosstalk, noise and the chip timing verification using static timing analysis. For each of these topics, this book provides a theoretical background as well as detailed examples to elaborate the concepts.

  10. Comparison of static MRI and pseudo-dynamic MRI in temporomandibular joint disorder patients

    International Nuclear Information System (INIS)

    Lee, Jin Ho; Yun, Kyoung In; Park, In Woo; Choi, Hang Moon; Park, Moon Soo

    2006-01-01

    The purpose of this study was to elevate comparison of static MRI and pseudo-dynamic (cine) MRI in temporomandibular joint (TMJ) disorder patients. In this investigation, 33 patients with TMJ disorders were examined using both conventional static MRI and pseudo-dynamic MRI. Multiple spoiled gradient recalled acquisition in the steady state (SPGR) images were obtained when mouth opened and closed. Proton density weighted images were obtained at the closed and open mouth position in static MRI. Two oral and maxillofacial radiologists evaluated location of the articular disk, movement of condyle and bony change respectively and the posterior boundary of articular disk was obtained. No statistically significant difference was found in the observation of articular disk position, mandibular condylar movement and posterior boundary of articular disk using static MRI and pseudo-dynamic MRI (P>0.05). Statistically significant difference was noted in bony changes of condyle using static MRI and pseudo-dynamic MRI (P<0.05). This study showed that pseudo-dynamic MRI didn't make a difference in diagnosing internal derangement of TMJ in comparison with static MRI. But it was considered as an additional method to be supplemented in observing bony change

  11. Comparison of static MRI and pseudo-dynamic MRI in temporomandibular joint disorder patients

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Jin Ho; Yun, Kyoung In [Eulji Univ. School of Medicine, Seoul (Korea, Republic of); Park, In Woo; Choi, Hang Moon; Park, Moon Soo [Kangnung National Univ. College of Dentistry, Kangnung (Korea, Republic of)

    2006-12-15

    The purpose of this study was to elevate comparison of static MRI and pseudo-dynamic (cine) MRI in temporomandibular joint (TMJ) disorder patients. In this investigation, 33 patients with TMJ disorders were examined using both conventional static MRI and pseudo-dynamic MRI. Multiple spoiled gradient recalled acquisition in the steady state (SPGR) images were obtained when mouth opened and closed. Proton density weighted images were obtained at the closed and open mouth position in static MRI. Two oral and maxillofacial radiologists evaluated location of the articular disk, movement of condyle and bony change respectively and the posterior boundary of articular disk was obtained. No statistically significant difference was found in the observation of articular disk position, mandibular condylar movement and posterior boundary of articular disk using static MRI and pseudo-dynamic MRI (P>0.05). Statistically significant difference was noted in bony changes of condyle using static MRI and pseudo-dynamic MRI (P<0.05). This study showed that pseudo-dynamic MRI didn't make a difference in diagnosing internal derangement of TMJ in comparison with static MRI. But it was considered as an additional method to be supplemented in observing bony change.

  12. Distinct Nature of Static and Dynamic Magnetic Stripes in Cuprate Superconductors

    DEFF Research Database (Denmark)

    Jacobsen, H.; Holm, S. L.; Lăcătuşu, M. E.

    2018-01-01

    We present detailed neutron scattering studies of the static and dynamic stripes in an optimally doped high-Temperature superconductor, La2CuO4+y. We observe that the dynamic stripes do not disperse towards the static stripes in the limit of vanishing energy transfer. Therefore, the dynamic stripes...

  13. The effects of static stretch duration on the flexibility of hamstring ...

    African Journals Online (AJOL)

    The effects of static stretch duration on the flexibility of hamstring muscles. NA Odunaiya, TK Hamzat, OF Ajayi. Abstract. The effects of duration of a static stretching protocol (Intervention) on hamstrings tightness were evaluated. Sixty purposively sampled subjects with unilateral hamstring tightness that had no history of low ...

  14. Static balancing of a spatial six-degree-of-freedom decoupling parallel mechanism

    International Nuclear Information System (INIS)

    Gao, Taoran Liu; Zhao, Xianchao; Qi, Chenkun

    2014-01-01

    The static balancing of a spatial 6-degree-of-freedom (6-DoF) decoupling parallel mechanism is discussed in this paper. Two traditional approaches (using counterweights and the springs) are used to statically balance the mechanism. Due to the existence of their shortcomings, a hybrid approach is proposed based on the static balancing of the mechanism. The main feature of this mechanism is that the 3-DoF rotating part can be static balancing itself, which means that its mass has no effect on the gravity balancing of the system, for any configuration of the mechanism, so the rotating part can be considered as a whole and the calculation is simplified. Finally, examples and dynamic analysis corresponding to the three balancing methods are given to illustrate the results.

  15. Two-dimensional simulation of the thermal stress effect on static and dynamic VDMOS characteristics

    International Nuclear Information System (INIS)

    Alwan, M.; Beydoun, B.; Ketata, K.; Zoaeter, M.

    2005-01-01

    Using a two-dimensional simulator, the effect of the thermal stress on static and dynamic vertical double-diffusion metal oxide semiconductor (VDMOS) characteristics have been investigated. The use of the device under certain thermal stress conditions can produce modifications of its physical and electrical properties. Based on physics and 2D simulations, this paper proposes an analysis of this stress effect observed on the electrical characteristics of the device. Parameters responsible of these modifications are determined. Approximate expressions of the ionization coefficients and breakdown voltage in terms of temperature are proposed. Non-punch-through junction theory is used to express the breakdown voltage and the space charge extension with respect to the impurity concentration and the temperature. The capacitances of the device have been also studied. The effect of the stress on C-V characteristics is observed and analyzed. We notice that the drain-gate, drain-source and gate-source capacitances are shifted due to the degradation of device physical properties versus thermal stress

  16. Hanging an Airplane: A Case Study in Static Equilibrium

    Science.gov (United States)

    Katz, Debora M.

    2009-11-01

    Our classrooms are filled with engineering majors who take a semester-long course in static equilibrium. Many students find this class too challenging and drop their engineering major. In our introductory physics class, we often breeze through static equilibrium; to physicists equilibrium is just a special case of Newton's second law. While it is difficult to find more time in the syllabus for any one topic, a hands-on case study may help students to develop their physical intuition about static equilibrium and may help them to succeed in their subsequent classes. This article describes a hands-on case study that you may wish to use in your classroom. (You may also wish to check a case study involving a boat published in this journal in the 1990s. ) The hands-on case study presented here can be easily modified to work at the high school or introductory college level. There are three major components: I) planning, II) doing, and III) calculating.

  17. Noise-Source Separation Using Internal and Far-Field Sensors for a Full-Scale Turbofan Engine

    Science.gov (United States)

    Hultgren, Lennart S.; Miles, Jeffrey H.

    2009-01-01

    Noise-source separation techniques for the extraction of the sub-dominant combustion noise from the total noise signatures obtained in static-engine tests are described. Three methods are applied to data from a static, full-scale engine test. Both 1/3-octave and narrow-band results are discussed. The results are used to assess the combustion-noise prediction capability of the Aircraft Noise Prediction Program (ANOPP). A new additional phase-angle-based discriminator for the three-signal method is also introduced.

  18. Vitamins and glucose metabolism: The role of static magnetic fields.

    Science.gov (United States)

    Lahbib, Aïda; Ghodbane, Soumaya; Sakly, Mohsen; Abdelmelek, Hafedh

    2014-12-01

    This review focuses on our own data and other data from the literature of static magnetic fields (SMF) bioeffects and vitamins and glucose metabolism. Three main areas of investigation have been covered: Static magnetic field and glucose metabolism, static magnetic field and vitamins and the role of vitamins on glucose metabolism. Considering these articles comprehensively, the conclusions are as follows: The primary cause of changes in cells after incubation in external SMF is disruption of free radical metabolism and elevation of their concentration. Such disruption causes oxidative stress leading to an unsteadiness of glucose level and insulin release. Moreover, based on available data, it was concluded that exposure to SMF alters plasma levels of vitamin A, C, D and E; these parameters can take part in disorder of glucose homeostasis and insulin release.

  19. Hard thermal loops, static response, and the composite effective action

    International Nuclear Information System (INIS)

    Jackiw, R.; Liu, Q.; Lucchesi, C.

    1994-01-01

    First, we investigate the static non-Abelian Kubo equation. We prove that it does not possess finite energy solutions; thereby we establish that gauge theories do not support hard thermal solitons. This general result is verified by a numerical solution of the equations. A similar argument shows that ''static'' instantons are absent. In addition, we note that the static equations reproduce the expected screening of the non-Abelian electric field by a gauge-invariant Debye mass m=gT √(N+N F /2)/3 . Second, we derive the non-Abelian Kubo equation from the composite effective action. This is achieved by showing that the requirement of stationarity of the composite effective action is equivalent, within a kinematical approximation scheme, to the condition of gauge invariance for the generating functional of hard thermal loops

  20. Exshall: A Turkel-Zwas explicit large time-step FORTRAN program for solving the shallow-water equations in spherical coordinates

    Science.gov (United States)

    Navon, I. M.; Yu, Jian

    A FORTRAN computer program is presented and documented applying the Turkel-Zwas explicit large time-step scheme to a hemispheric barotropic model with constraint restoration of integral invariants of the shallow-water equations. We then proceed to detail the algorithms embodied in the code EXSHALL in this paper, particularly algorithms related to the efficiency and stability of T-Z scheme and the quadratic constraint restoration method which is based on a variational approach. In particular we provide details about the high-latitude filtering, Shapiro filtering, and Robert filtering algorithms used in the code. We explain in detail the various subroutines in the EXSHALL code with emphasis on algorithms implemented in the code and present the flowcharts of some major subroutines. Finally, we provide a visual example illustrating a 4-day run using real initial data, along with a sample printout and graphic isoline contours of the height field and velocity fields.