Sample records for knapsack packing problem

  1. An iterative bidirectional heuristic placement algorithm for solving the two-dimensional knapsack packing problem

    NASA Astrophysics Data System (ADS)

    Shiangjen, Kanokwatt; Chaijaruwanich, Jeerayut; Srisujjalertwaja, Wijak; Unachak, Prakarn; Somhom, Samerkae

    2018-02-01

    This article presents an efficient heuristic placement algorithm, namely, a bidirectional heuristic placement, for solving the two-dimensional rectangular knapsack packing problem. The heuristic demonstrates ways to maximize space utilization by fitting the appropriate rectangle from both sides of the wall of the current residual space layer by layer. The iterative local search along with a shift strategy is developed and applied to the heuristic to balance the exploitation and exploration tasks in the solution space without the tuning of any parameters. The experimental results on many scales of packing problems show that this approach can produce high-quality solutions for most of the benchmark datasets, especially for large-scale problems, within a reasonable duration of computational time.

  2. A hybrid heuristic for the multiple choice multidimensional knapsack problem

    NASA Astrophysics Data System (ADS)

    Mansi, Raïd; Alves, Cláudio; Valério de Carvalho, J. M.; Hanafi, Saïd

    2013-08-01

    In this article, a new solution approach for the multiple choice multidimensional knapsack problem is described. The problem is a variant of the multidimensional knapsack problem where items are divided into classes, and exactly one item per class has to be chosen. Both problems are NP-hard. However, the multiple choice multidimensional knapsack problem appears to be more difficult to solve in part because of its choice constraints. Many real applications lead to very large scale multiple choice multidimensional knapsack problems that can hardly be addressed using exact algorithms. A new hybrid heuristic is proposed that embeds several new procedures for this problem. The approach is based on the resolution of linear programming relaxations of the problem and reduced problems that are obtained by fixing some variables of the problem. The solutions of these problems are used to update the global lower and upper bounds for the optimal solution value. A new strategy for defining the reduced problems is explored, together with a new family of cuts and a reformulation procedure that is used at each iteration to improve the performance of the heuristic. An extensive set of computational experiments is reported for benchmark instances from the literature and for a large set of hard instances generated randomly. The results show that the approach outperforms other state-of-the-art methods described so far, providing the best known solution for a significant number of benchmark instances.

  3. A Novel Harmony Search Algorithm Based on Teaching-Learning Strategies for 0-1 Knapsack Problems

    PubMed Central

    Tuo, Shouheng; Yong, Longquan; Deng, Fang'an

    2014-01-01

    To enhance the performance of harmony search (HS) algorithm on solving the discrete optimization problems, this paper proposes a novel harmony search algorithm based on teaching-learning (HSTL) strategies to solve 0-1 knapsack problems. In the HSTL algorithm, firstly, a method is presented to adjust dimension dynamically for selected harmony vector in optimization procedure. In addition, four strategies (harmony memory consideration, teaching-learning strategy, local pitch adjusting, and random mutation) are employed to improve the performance of HS algorithm. Another improvement in HSTL method is that the dynamic strategies are adopted to change the parameters, which maintains the proper balance effectively between global exploration power and local exploitation power. Finally, simulation experiments with 13 knapsack problems show that the HSTL algorithm can be an efficient alternative for solving 0-1 knapsack problems. PMID:24574905

  4. A novel harmony search algorithm based on teaching-learning strategies for 0-1 knapsack problems.

    PubMed

    Tuo, Shouheng; Yong, Longquan; Deng, Fang'an

    2014-01-01

    To enhance the performance of harmony search (HS) algorithm on solving the discrete optimization problems, this paper proposes a novel harmony search algorithm based on teaching-learning (HSTL) strategies to solve 0-1 knapsack problems. In the HSTL algorithm, firstly, a method is presented to adjust dimension dynamically for selected harmony vector in optimization procedure. In addition, four strategies (harmony memory consideration, teaching-learning strategy, local pitch adjusting, and random mutation) are employed to improve the performance of HS algorithm. Another improvement in HSTL method is that the dynamic strategies are adopted to change the parameters, which maintains the proper balance effectively between global exploration power and local exploitation power. Finally, simulation experiments with 13 knapsack problems show that the HSTL algorithm can be an efficient alternative for solving 0-1 knapsack problems.

  5. Genetic programming over context-free languages with linear constraints for the knapsack problem: first results.

    PubMed

    Bruhn, Peter; Geyer-Schulz, Andreas

    2002-01-01

    In this paper, we introduce genetic programming over context-free languages with linear constraints for combinatorial optimization, apply this method to several variants of the multidimensional knapsack problem, and discuss its performance relative to Michalewicz's genetic algorithm with penalty functions. With respect to Michalewicz's approach, we demonstrate that genetic programming over context-free languages with linear constraints improves convergence. A final result is that genetic programming over context-free languages with linear constraints is ideally suited to modeling complementarities between items in a knapsack problem: The more complementarities in the problem, the stronger the performance in comparison to its competitors.

  6. Approximating the 0-1 Multiple Knapsack Problem with Agent Decomposition and Market Negotiation

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Smolinski, B.

    The 0-1 multiple knapsack problem appears in many domains from financial portfolio management to cargo ship stowing. Methods for solving it range from approximate algorithms, such as greedy algorithms, to exact algorithms, such as branch and bound. Approximate algorithms have no bounds on how poorly they perform and exact algorithms can suffer from exponential time and space complexities with large data sets. This paper introduces a market model based on agent decomposition and market auctions for approximating the 0-1 multiple knapsack problem, and an algorithm that implements the model (M(x)). M(x) traverses the solution space rather than getting caught inmore » a local maximum, overcoming an inherent problem of many greedy algorithms. The use of agents ensures that infeasible solutions are not considered while traversing the solution space and that traversal of the solution space is not just random, but is also directed. M(x) is compared to a bound and bound algorithm (BB) and a simple greedy algorithm with a random shuffle (G(x)). The results suggest that M(x) is a good algorithm for approximating the 0-1 Multiple Knapsack problem. M(x) almost always found solutions that were close to optimal in a fraction of the time it took BB to run and with much less memory on large test data sets. M(x) usually performed better than G(x) on hard problems with correlated data.« less

  7. The generalized quadratic knapsack problem. A neuronal network approach.

    PubMed

    Talaván, Pedro M; Yáñez, Javier

    2006-05-01

    The solution of an optimization problem through the continuous Hopfield network (CHN) is based on some energy or Lyapunov function, which decreases as the system evolves until a local minimum value is attained. A new energy function is proposed in this paper so that any 0-1 linear constrains programming with quadratic objective function can be solved. This problem, denoted as the generalized quadratic knapsack problem (GQKP), includes as particular cases well-known problems such as the traveling salesman problem (TSP) and the quadratic assignment problem (QAP). This new energy function generalizes those proposed by other authors. Through this energy function, any GQKP can be solved with an appropriate parameter setting procedure, which is detailed in this paper. As a particular case, and in order to test this generalized energy function, some computational experiments solving the traveling salesman problem are also included.

  8. Automating the packing heuristic design process with genetic programming.

    PubMed

    Burke, Edmund K; Hyde, Matthew R; Kendall, Graham; Woodward, John

    2012-01-01

    The literature shows that one-, two-, and three-dimensional bin packing and knapsack packing are difficult problems in operational research. Many techniques, including exact, heuristic, and metaheuristic approaches, have been investigated to solve these problems and it is often not clear which method to use when presented with a new instance. This paper presents an approach which is motivated by the goal of building computer systems which can design heuristic methods. The overall aim is to explore the possibilities for automating the heuristic design process. We present a genetic programming system to automatically generate a good quality heuristic for each instance. It is not necessary to change the methodology depending on the problem type (one-, two-, or three-dimensional knapsack and bin packing problems), and it therefore has a level of generality unmatched by other systems in the literature. We carry out an extensive suite of experiments and compare with the best human designed heuristics in the literature. Note that our heuristic design methodology uses the same parameters for all the experiments. The contribution of this paper is to present a more general packing methodology than those currently available, and to show that, by using this methodology, it is possible for a computer system to design heuristics which are competitive with the human designed heuristics from the literature. This represents the first packing algorithm in the literature able to claim human competitive results in such a wide variety of packing domains.

  9. On local search for bi-objective knapsack problems.

    PubMed

    Liefooghe, Arnaud; Paquete, Luís; Figueira, José Rui

    2013-01-01

    In this article, a local search approach is proposed for three variants of the bi-objective binary knapsack problem, with the aim of maximizing the total profit and minimizing the total weight. First, an experimental study on a given structural property of connectedness of the efficient set is conducted. Based on this property, a local search algorithm is proposed and its performance is compared to exact algorithms in terms of runtime and quality metrics. The experimental results indicate that this simple local search algorithm is able to find a representative set of optimal solutions in most of the cases, and in much less time than exact algorithms.

  10. A set partitioning reformulation for the multiple-choice multidimensional knapsack problem

    NASA Astrophysics Data System (ADS)

    Voß, Stefan; Lalla-Ruiz, Eduardo

    2016-05-01

    The Multiple-choice Multidimensional Knapsack Problem (MMKP) is a well-known ?-hard combinatorial optimization problem that has received a lot of attention from the research community as it can be easily translated to several real-world problems arising in areas such as allocating resources, reliability engineering, cognitive radio networks, cloud computing, etc. In this regard, an exact model that is able to provide high-quality feasible solutions for solving it or being partially included in algorithmic schemes is desirable. The MMKP basically consists of finding a subset of objects that maximizes the total profit while observing some capacity restrictions. In this article a reformulation of the MMKP as a set partitioning problem is proposed to allow for new insights into modelling the MMKP. The computational experimentation provides new insights into the problem itself and shows that the new model is able to improve on the best of the known results for some of the most common benchmark instances.

  11. Multiple Choice Knapsack Problem: example of planning choice in transportation.

    PubMed

    Zhong, Tao; Young, Rhonda

    2010-05-01

    Transportation programming, a process of selecting projects for funding given budget and other constraints, is becoming more complex as a result of new federal laws, local planning regulations, and increased public involvement. This article describes the use of an integer programming tool, Multiple Choice Knapsack Problem (MCKP), to provide optimal solutions to transportation programming problems in cases where alternative versions of projects are under consideration. In this paper, optimization methods for use in the transportation programming process are compared and then the process of building and solving the optimization problems is discussed. The concepts about the use of MCKP are presented and a real-world transportation programming example at various budget levels is provided. This article illustrates how the use of MCKP addresses the modern complexities and provides timely solutions in transportation programming practice. While the article uses transportation programming as a case study, MCKP can be useful in other fields where a similar decision among a subset of the alternatives is required. Copyright 2009 Elsevier Ltd. All rights reserved.

  12. a Genetic Algorithm Based on Sexual Selection for the Multidimensional 0/1 Knapsack Problems

    NASA Astrophysics Data System (ADS)

    Varnamkhasti, Mohammad Jalali; Lee, Lai Soon

    In this study, a new technique is presented for choosing mate chromosomes during sexual selection in a genetic algorithm. The population is divided into groups of males and females. During the sexual selection, the female chromosome is selected by the tournament selection while the male chromosome is selected based on the hamming distance from the selected female chromosome, fitness value or active genes. Computational experiments are conducted on the proposed technique and the results are compared with some selection mechanisms commonly used for solving multidimensional 0/1 knapsack problems published in the literature.

  13. An Effective Hybrid Cuckoo Search Algorithm with Improved Shuffled Frog Leaping Algorithm for 0-1 Knapsack Problems

    PubMed Central

    Wang, Gai-Ge; Feng, Qingjiang; Zhao, Xiang-Jun

    2014-01-01

    An effective hybrid cuckoo search algorithm (CS) with improved shuffled frog-leaping algorithm (ISFLA) is put forward for solving 0-1 knapsack problem. First of all, with the framework of SFLA, an improved frog-leap operator is designed with the effect of the global optimal information on the frog leaping and information exchange between frog individuals combined with genetic mutation with a small probability. Subsequently, in order to improve the convergence speed and enhance the exploitation ability, a novel CS model is proposed with considering the specific advantages of Lévy flights and frog-leap operator. Furthermore, the greedy transform method is used to repair the infeasible solution and optimize the feasible solution. Finally, numerical simulations are carried out on six different types of 0-1 knapsack instances, and the comparative results have shown the effectiveness of the proposed algorithm and its ability to achieve good quality solutions, which outperforms the binary cuckoo search, the binary differential evolution, and the genetic algorithm. PMID:25404940

  14. Cooperative parallel adaptive neighbourhood search for the disjunctively constrained knapsack problem

    NASA Astrophysics Data System (ADS)

    Quan, Zhe; Wu, Lei

    2017-09-01

    This article investigates the use of parallel computing for solving the disjunctively constrained knapsack problem. The proposed parallel computing model can be viewed as a cooperative algorithm based on a multi-neighbourhood search. The cooperation system is composed of a team manager and a crowd of team members. The team members aim at applying their own search strategies to explore the solution space. The team manager collects the solutions from the members and shares the best one with them. The performance of the proposed method is evaluated on a group of benchmark data sets. The results obtained are compared to those reached by the best methods from the literature. The results show that the proposed method is able to provide the best solutions in most cases. In order to highlight the robustness of the proposed parallel computing model, a new set of large-scale instances is introduced. Encouraging results have been obtained.

  15. An Improved Hybrid Encoding Cuckoo Search Algorithm for 0-1 Knapsack Problems

    PubMed Central

    Feng, Yanhong; Jia, Ke; He, Yichao

    2014-01-01

    Cuckoo search (CS) is a new robust swarm intelligence method that is based on the brood parasitism of some cuckoo species. In this paper, an improved hybrid encoding cuckoo search algorithm (ICS) with greedy strategy is put forward for solving 0-1 knapsack problems. First of all, for solving binary optimization problem with ICS, based on the idea of individual hybrid encoding, the cuckoo search over a continuous space is transformed into the synchronous evolution search over discrete space. Subsequently, the concept of confidence interval (CI) is introduced; hence, the new position updating is designed and genetic mutation with a small probability is introduced. The former enables the population to move towards the global best solution rapidly in every generation, and the latter can effectively prevent the ICS from trapping into the local optimum. Furthermore, the greedy transform method is used to repair the infeasible solution and optimize the feasible solution. Experiments with a large number of KP instances show the effectiveness of the proposed algorithm and its ability to achieve good quality solutions. PMID:24527026

  16. Parallelization of combinatorial search when solving knapsack optimization problem on computing systems based on multicore processors

    NASA Astrophysics Data System (ADS)

    Rahman, P. A.

    2018-05-01

    This scientific paper deals with the model of the knapsack optimization problem and method of its solving based on directed combinatorial search in the boolean space. The offered by the author specialized mathematical model of decomposition of the search-zone to the separate search-spheres and the algorithm of distribution of the search-spheres to the different cores of the multi-core processor are also discussed. The paper also provides an example of decomposition of the search-zone to the several search-spheres and distribution of the search-spheres to the different cores of the quad-core processor. Finally, an offered by the author formula for estimation of the theoretical maximum of the computational acceleration, which can be achieved due to the parallelization of the search-zone to the search-spheres on the unlimited number of the processor cores, is also given.

  17. A tight upper bound for quadratic knapsack problems in grid-based wind farm layout optimization

    NASA Astrophysics Data System (ADS)

    Quan, Ning; Kim, Harrison M.

    2018-03-01

    The 0-1 quadratic knapsack problem (QKP) in wind farm layout optimization models possible turbine locations as nodes, and power loss due to wake effects between pairs of turbines as edges in a complete graph. The goal is to select up to a certain number of turbine locations such that the sum of selected node and edge coefficients is maximized. Finding the optimal solution to the QKP is difficult in general, but it is possible to obtain a tight upper bound on the QKP's optimal value which facilitates the use of heuristics to solve QKPs by giving a good estimate of the optimality gap of any feasible solution. This article applies an upper bound method that is especially well-suited to QKPs in wind farm layout optimization due to certain features of the formulation that reduce the computational complexity of calculating the upper bound. The usefulness of the upper bound was demonstrated by assessing the performance of the greedy algorithm for solving QKPs in wind farm layout optimization. The results show that the greedy algorithm produces good solutions within 4% of the optimal value for small to medium sized problems considered in this article.

  18. Learning automata-based solutions to the nonlinear fractional knapsack problem with applications to optimal resource allocation.

    PubMed

    Granmo, Ole-Christoffer; Oommen, B John; Myrer, Svein Arild; Olsen, Morten Goodwin

    2007-02-01

    This paper considers the nonlinear fractional knapsack problem and demonstrates how its solution can be effectively applied to two resource allocation problems dealing with the World Wide Web. The novel solution involves a "team" of deterministic learning automata (LA). The first real-life problem relates to resource allocation in web monitoring so as to "optimize" information discovery when the polling capacity is constrained. The disadvantages of the currently reported solutions are explained in this paper. The second problem concerns allocating limited sampling resources in a "real-time" manner with the purpose of estimating multiple binomial proportions. This is the scenario encountered when the user has to evaluate multiple web sites by accessing a limited number of web pages, and the proportions of interest are the fraction of each web site that is successfully validated by an HTML validator. Using the general LA paradigm to tackle both of the real-life problems, the proposed scheme improves a current solution in an online manner through a series of informed guesses that move toward the optimal solution. At the heart of the scheme, a team of deterministic LA performs a controlled random walk on a discretized solution space. Comprehensive experimental results demonstrate that the discretization resolution determines the precision of the scheme, and that for a given precision, the current solution (to both problems) is consistently improved until a nearly optimal solution is found--even for switching environments. Thus, the scheme, while being novel to the entire field of LA, also efficiently handles a class of resource allocation problems previously not addressed in the literature.

  19. A Case Study of Controlling Crossover in a Selection Hyper-heuristic Framework Using the Multidimensional Knapsack Problem.

    PubMed

    Drake, John H; Özcan, Ender; Burke, Edmund K

    2016-01-01

    Hyper-heuristics are high-level methodologies for solving complex problems that operate on a search space of heuristics. In a selection hyper-heuristic framework, a heuristic is chosen from an existing set of low-level heuristics and applied to the current solution to produce a new solution at each point in the search. The use of crossover low-level heuristics is possible in an increasing number of general-purpose hyper-heuristic tools such as HyFlex and Hyperion. However, little work has been undertaken to assess how best to utilise it. Since a single-point search hyper-heuristic operates on a single candidate solution, and two candidate solutions are required for crossover, a mechanism is required to control the choice of the other solution. The frameworks we propose maintain a list of potential solutions for use in crossover. We investigate the use of such lists at two conceptual levels. First, crossover is controlled at the hyper-heuristic level where no problem-specific information is required. Second, it is controlled at the problem domain level where problem-specific information is used to produce good-quality solutions to use in crossover. A number of selection hyper-heuristics are compared using these frameworks over three benchmark libraries with varying properties for an NP-hard optimisation problem: the multidimensional 0-1 knapsack problem. It is shown that allowing crossover to be managed at the domain level outperforms managing crossover at the hyper-heuristic level in this problem domain.

  20. The Portable Patient Problem Pack: A Problem-Based Learning Unit

    ERIC Educational Resources Information Center

    Barrows, Howard S.; Tamblyn, Robyn M.

    1977-01-01

    The Portable Patient Problem Pack (P4), a method of simulating a patient's problem in a card deck format, is designed to develop the student's problem-solving or diagnostic skills in a manner consistent with the skills of the practicing clinician. Its effectiveness at McMaster University is reported. (LBH)

  1. On the Hardness of Subset Sum Problem from Different Intervals

    NASA Astrophysics Data System (ADS)

    Kogure, Jun; Kunihiro, Noboru; Yamamoto, Hirosuke

    The subset sum problem, which is often called as the knapsack problem, is known as an NP-hard problem, and there are several cryptosystems based on the problem. Assuming an oracle for shortest vector problem of lattice, the low-density attack algorithm by Lagarias and Odlyzko and its variants solve the subset sum problem efficiently, when the “density” of the given problem is smaller than some threshold. When we define the density in the context of knapsack-type cryptosystems, weights are usually assumed to be chosen uniformly at random from the same interval. In this paper, we focus on general subset sum problems, where this assumption may not hold. We assume that weights are chosen from different intervals, and make analysis of the effect on the success probability of above algorithms both theoretically and experimentally. Possible application of our result in the context of knapsack cryptosystems is the security analysis when we reduce the data size of public keys.

  2. Problem Based Learning: Use of the Portable Patient Problem Pack (P4).

    ERIC Educational Resources Information Center

    Scheiman, Mitchell; Whittaker, Steve

    1991-01-01

    The format and production of the portable patient problem pack, a patient simulation method designed for problem-based learning, are described. Clinical and didactic applications and development of materials specifically for optometric education are discussed and additional information for designing optometry-related materials is appended.…

  3. Unpacking Teachers' Invisible Knapsacks: Social Identity and Privilege in Higher Education

    ERIC Educational Resources Information Center

    Barnett, Pamela E.

    2013-01-01

    Peggy McIntosh (1988) famously unpacked what she called an "invisible knapsack" of privileges socially conferred upon whites, men, and heterosexuals (1988). She argued that not only are women and minorities at a disadvantage, but those with social power enjoy benefits that are both unearned and unjustified. We often accept those…

  4. On solving three-dimensional open-dimension rectangular packing problems

    NASA Astrophysics Data System (ADS)

    Junqueira, Leonardo; Morabito, Reinaldo

    2017-05-01

    In this article, a recently proposed three-dimensional open-dimension rectangular packing problem is considered, in which the objective is to find a minimal volume rectangular container that packs a set of rectangular boxes. The literature has tackled small-sized instances of this problem by means of optimization solvers, position-free mixed-integer programming (MIP) formulations and piecewise linearization approaches. In this study, the problem is alternatively addressed by means of grid-based position MIP formulations, whereas still considering optimization solvers and the same piecewise linearization techniques. A comparison of the computational performance of both models is then presented, when tested with benchmark problem instances and with new instances, and it is shown that the grid-based position MIP formulation can be competitive, depending on the characteristics of the instances. The grid-based position MIP formulation is also embedded with real-world practical constraints, such as cargo stability, and results are additionally presented.

  5. Quantification of emissions from knapsack sprayers: 'the weight method

    NASA Astrophysics Data System (ADS)

    Garcia-Santos, Glenda; Binder, Claudia R.

    2010-05-01

    Misuse of pesticides kill or seriously sicken thousands of people every year and poison the natural environment. Investigations of occupational and environmental risk have received considerable interest over the last decades. And yet, lack of staff and analytical equipments as well the costs of chemical analyses make difficult, if not impossible, the control of the pesticide contamination and residues in humans, air, water, and soils in developing countries. To assess emissions of pesticides (transport and deposition) during spray application and the risk for the human health and the environment, tracers can be useful tools. Uranine was used to quantify drift airborne and later deposition on the neighbouring field and clothes of the applicator after spraying with a knapsack sprayer in one of the biggest areas of potato production in Colombia. Keeping the same setup the amount of wet drift was measured by difference in the weight of high absorbent papers used to collect the tracer. Surprisingly this weight method (Weight-HAP) was able to explain 71% of the drift variance measured with the tracer. Therefore the weight method is presented as a suitable rapid low cost screening tool, complementary to toxicological tests, to assess air pollution, occupational and environmental exposure generated by the emissions from knapsack sprayers during pesticide application. This technique might be important in places were there is lack of analytical instruments.

  6. Model and algorithm for container ship stowage planning based on bin-packing problem

    NASA Astrophysics Data System (ADS)

    Zhang, Wei-Ying; Lin, Yan; Ji, Zhuo-Shang

    2005-09-01

    In a general case, container ship serves many different ports on each voyage. A stowage planning for container ship made at one port must take account of the influence on subsequent ports. So the complexity of stowage planning problem increases due to its multi-ports nature. This problem is NP-hard problem. In order to reduce the computational complexity, the problem is decomposed into two sub-problems in this paper. First, container ship stowage problem (CSSP) is regarded as “packing problem”, ship-bays on the board of vessel are regarded as bins, the number of slots at each bay are taken as capacities of bins, and containers with different characteristics (homogeneous containers group) are treated as items packed. At this stage, there are two objective functions, one is to minimize the number of bays packed by containers and the other is to minimize the number of overstows. Secondly, containers assigned to each bays at first stage are allocate to special slot, the objective functions are to minimize the metacentric height, heel and overstows. The taboo search heuristics algorithm are used to solve the subproblem. The main focus of this paper is on the first subproblem. A case certifies the feasibility of the model and algorithm.

  7. Augmented neural networks and problem structure-based heuristics for the bin-packing problem

    NASA Astrophysics Data System (ADS)

    Kasap, Nihat; Agarwal, Anurag

    2012-08-01

    In this article, we report on a research project where we applied augmented-neural-networks (AugNNs) approach for solving the classical bin-packing problem (BPP). AugNN is a metaheuristic that combines a priority rule heuristic with the iterative search approach of neural networks to generate good solutions fast. This is the first time this approach has been applied to the BPP. We also propose a decomposition approach for solving harder BPP, in which subproblems are solved using a combination of AugNN approach and heuristics that exploit the problem structure. We discuss the characteristics of problems on which such problem structure-based heuristics could be applied. We empirically show the effectiveness of the AugNN and the decomposition approach on many benchmark problems in the literature. For the 1210 benchmark problems tested, 917 problems were solved to optimality and the average gap between the obtained solution and the upper bound for all the problems was reduced to under 0.66% and computation time averaged below 33 s per problem. We also discuss the computational complexity of our approach.

  8. File text security using Hybrid Cryptosystem with Playfair Cipher Algorithm and Knapsack Naccache-Stern Algorithm

    NASA Astrophysics Data System (ADS)

    Amalia; Budiman, M. A.; Sitepu, R.

    2018-03-01

    Cryptography is one of the best methods to keep the information safe from security attack by unauthorized people. At present, Many studies had been done by previous researchers to generate a more robust cryptographic algorithm to provide high security for data communication. To strengthen data security, one of the methods is hybrid cryptosystem method that combined symmetric and asymmetric algorithm. In this study, we observed a hybrid cryptosystem method contain Modification Playfair Cipher 16x16 algorithm as a symmetric algorithm and Knapsack Naccache-Stern as an asymmetric algorithm. We observe a running time of this hybrid algorithm with some of the various experiments. We tried different amount of characters to be tested which are 10, 100, 1000, 10000 and 100000 characters and we also examined the algorithm with various key’s length which are 10, 20, 30, 40 of key length. The result of our study shows that the processing time for encryption and decryption process each algorithm is linearly proportional, it means the longer messages character then, the more significant times needed to encrypt and decrypt the messages. The encryption running time of Knapsack Naccache-Stern algorithm takes a longer time than its decryption, while the encryption running time of modification Playfair Cipher 16x16 algorithm takes less time than its decryption.

  9. Pattern formations and optimal packing.

    PubMed

    Mityushev, Vladimir

    2016-04-01

    Patterns of different symmetries may arise after solution to reaction-diffusion equations. Hexagonal arrays, layers and their perturbations are observed in different models after numerical solution to the corresponding initial-boundary value problems. We demonstrate an intimate connection between pattern formations and optimal random packing on the plane. The main study is based on the following two points. First, the diffusive flux in reaction-diffusion systems is approximated by piecewise linear functions in the framework of structural approximations. This leads to a discrete network approximation of the considered continuous problem. Second, the discrete energy minimization yields optimal random packing of the domains (disks) in the representative cell. Therefore, the general problem of pattern formations based on the reaction-diffusion equations is reduced to the geometric problem of random packing. It is demonstrated that all random packings can be divided onto classes associated with classes of isomorphic graphs obtained from the Delaunay triangulation. The unique optimal solution is constructed in each class of the random packings. If the number of disks per representative cell is finite, the number of classes of isomorphic graphs, hence, the number of optimal packings is also finite. Copyright © 2016 Elsevier Inc. All rights reserved.

  10. Learning dominance relations in combinatorial search problems

    NASA Technical Reports Server (NTRS)

    Yu, Chee-Fen; Wah, Benjamin W.

    1988-01-01

    Dominance relations commonly are used to prune unnecessary nodes in search graphs, but they are problem-dependent and cannot be derived by a general procedure. The authors identify machine learning of dominance relations and the applicable learning mechanisms. A study of learning dominance relations using learning by experimentation is described. This system has been able to learn dominance relations for the 0/1-knapsack problem, an inventory problem, the reliability-by-replication problem, the two-machine flow shop problem, a number of single-machine scheduling problems, and a two-machine scheduling problem. It is considered that the same methodology can be extended to learn dominance relations in general.

  11. Microstructural characterization of random packings of cubic particles

    PubMed Central

    Malmir, Hessam; Sahimi, Muhammad; Tabar, M. Reza Rahimi

    2016-01-01

    Understanding the properties of random packings of solid objects is of critical importance to a wide variety of fundamental scientific and practical problems. The great majority of the previous works focused, however, on packings of spherical and sphere-like particles. We report the first detailed simulation and characterization of packings of non-overlapping cubic particles. Such packings arise in a variety of problems, ranging from biological materials, to colloids and fabrication of porous scaffolds using salt powders. In addition, packing of cubic salt crystals arise in various problems involving preservation of pavements, paintings, and historical monuments, mineral-fluid interactions, CO2 sequestration in rock, and intrusion of groundwater aquifers by saline water. Not much is known, however, about the structure and statistical descriptors of such packings. We have developed a version of the random sequential addition algorithm to generate such packings, and have computed a variety of microstructural descriptors, including the radial distribution function, two-point probability function, orientational correlation function, specific surface, and mean chord length, and have studied the effect of finite system size and porosity on such characteristics. The results indicate the existence of both spatial and orientational long-range order in the packing, which is more distinctive for higher packing densities. The maximum packing fraction is about 0.57. PMID:27725736

  12. Bin packing problem solution through a deterministic weighted finite automaton

    NASA Astrophysics Data System (ADS)

    Zavala-Díaz, J. C.; Pérez-Ortega, J.; Martínez-Rebollar, A.; Almanza-Ortega, N. N.; Hidalgo-Reyes, M.

    2016-06-01

    In this article the solution of Bin Packing problem of one dimension through a weighted finite automaton is presented. Construction of the automaton and its application to solve three different instances, one synthetic data and two benchmarks are presented: N1C1W1_A.BPP belonging to data set Set_1; and BPP13.BPP belonging to hard28. The optimal solution of synthetic data is obtained. In the first benchmark the solution obtained is one more container than the ideal number of containers and in the second benchmark the solution is two more containers than the ideal solution (approximately 2.5%). The runtime in all three cases was less than one second.

  13. Microstructural characterization of random packings of cubic particles

    DOE PAGES

    Malmir, Hessam; Sahimi, Muhammad; Tabar, M. Reza Rahimi

    2016-10-11

    Understanding the properties of random packings of solid objects is of critical importance to a wide variety of fundamental scientific and practical problems. The great majority of the previous works focused, however, on packings of spherical and sphere-like particles. We report the first detailed simulation and characterization of packings of non-overlapping cubic particles. Such packings arise in a variety of problems, ranging from biological materials, to colloids and fabrication of porous scaffolds using salt powders. In addition, packing of cubic salt crystals arise in various problems involving preservation of pavements, paintings, and historical monuments, mineral-fluid interactions, CO 2 sequestration inmore » rock, and intrusion of groundwater aquifers by saline water. Not much is known, however, about the structure and statistical descriptors of such packings. We have developed a version of the random sequential addition algorithm to generate such packings, and have computed a variety of microstructural descriptors, including the radial distribution function, two-point probability function, orientational correlation function, specific surface, and mean chord length, and have studied the effect of finite system size and porosity on such characteristics. Here, the results indicate the existence of both spatial and orientational long-range order in the packing, which is more distinctive for higher packing densities.« less

  14. Fully Dynamic Bin Packing

    NASA Astrophysics Data System (ADS)

    Ivković, Zoran; Lloyd, Errol L.

    Classic bin packing seeks to pack a given set of items of possibly varying sizes into a minimum number of identical sized bins. A number of approximation algorithms have been proposed for this NP-hard problem for both the on-line and off-line cases. In this chapter we discuss fully dynamic bin packing, where items may arrive (Insert) and depart (Delete) dynamically. In accordance with standard practice for fully dynamic algorithms, it is assumed that the packing may be arbitrarily rearranged to accommodate arriving and departing items. The goal is to maintain an approximately optimal solution of provably high quality in a total amount of time comparable to that used by an off-line algorithm delivering a solution of the same quality.

  15. Membrane Packing Problems: A short Review on computational Membrane Modeling Methods and Tools

    PubMed Central

    Sommer, Björn

    2013-01-01

    The use of model membranes is currently part of the daily workflow for many biochemical and biophysical disciplines. These membranes are used to analyze the behavior of small substances, to simulate transport processes, to study the structure of macromolecules or for illustrative purposes. But, how can these membrane structures be generated? This mini review discusses a number of ways to obtain these structures. First, the problem will be formulated as the Membrane Packing Problem. It will be shown that the theoretical problem of placing proteins and lipids onto a membrane area differ significantly. Thus, two sub-problems will be defined and discussed. Then, different – partly historical – membrane modeling methods will be introduced. And finally, membrane modeling tools will be evaluated which are able to semi-automatically generate these model membranes and thus, drastically accelerate and simplify the membrane generation process. The mini review concludes with advice about which tool is appropriate for which application case. PMID:24688707

  16. Bidispersed Sphere Packing on Spherical Surfaces

    NASA Astrophysics Data System (ADS)

    Atherton, Timothy; Mascioli, Andrew; Burke, Christopher

    Packing problems on spherical surfaces have a long history, originating in the classic Thompson problem of finding the ground state configuration of charges on a sphere. Such packings contain a minimal number of defects needed to accommodate the curvature; this is predictable using the Gauss-Bonnet theorem from knowledge of the topology of the surface and the local symmetry of the ordering. Famously, the packing of spherical particles on a sphere contains a 'scar' transition, where additional defects over those required by topology appear above a certain critical number of particles and self-organize into chains or scars. In this work, we study the packing of bidispersed packings on a sphere, and hence determine the interaction of bidispersity and curvature. The resultant configurations are nearly crystalline for low values of bidispersity and retain scar-like structures; these rapidly become disordered for intermediate values and approach a so-called Appollonian limit at the point where smaller particles can be entirely accommodated within the voids left by the larger particles. We connect our results with studies of bidispersed packings in the bulk and on flat surfaces from the literature on glassy systems and jamming. Supported by a Cottrell Award from the Research Corporation for Science Advancement.

  17. Random close packing of polydisperse jammed emulsions

    NASA Astrophysics Data System (ADS)

    Brujic, Jasna

    2010-03-01

    Packing problems are everywhere, ranging from oil extraction through porous rocks to grain storage in silos and the compaction of pharmaceutical powders into tablets. At a given density, particulate systems pack into a mechanically stable and amorphous jammed state. Theoretical frameworks have proposed a connection between this jammed state and the glass transition, a thermodynamics of jamming, as well as geometric modeling of random packings. Nevertheless, a simple underlying mechanism for the random assembly of athermal particles, analogous to crystalline ordering, remains unknown. Here we use 3D measurements of polydisperse packings of emulsion droplets to build a simple statistical model in which the complexity of the global packing is distilled into a local stochastic process. From the perspective of a single particle the packing problem is reduced to the random formation of nearest neighbors, followed by a choice of contacts among them. The two key parameters in the model, the available space around a particle and the ratio of contacts to neighbors, are directly obtained from experiments. Remarkably, we demonstrate that this ``granocentric'' view captures the properties of the polydisperse emulsion packing, ranging from the microscopic distributions of nearest neighbors and contacts to local density fluctuations and all the way to the global packing density. Further applications to monodisperse and bidisperse systems quantitatively agree with previously measured trends in global density. This model therefore reveals a general principle of organization for random packing and lays the foundations for a theory of jammed matter.

  18. Particle packing from an earth science viewpoint

    NASA Astrophysics Data System (ADS)

    Rogers, C. D. F.; Dijkstra, T. A.; Smalley, I. J.

    1994-04-01

    Particle packings are relevant to many aspects of the Earth sciences, and there is a long history of the study of packings from an Earth science viewpoint. Packings have also been studied in connection with other subjects and disciplines. Allen (1982) produced a major review which provides a solid base for Earth science related studies. This review complements Allen's work and in particular focuses on advances in the study of random packings over the last ten years. Transitions from packing to packing may be as important as the packings themselves, and possibly easier to model. This paper places emphasis on certain neglected works, in particular Morrow and Graves (1969) and the packing transition envelope, Kahn (1956) and the measurement of packing parameters, Griffiths (1962) on packings in one-dimension, and Getis and Boots (1978) on packings in two dimensions. Certain packing problems are relevant to current areas of study including structure collapse in loess (hydroconsolidation), flowslides in very sensitive soils, wind erosion, jewel quality in opals and the structure and functions of sand dunes. The region where interparticle forces become active (particles < 200 μm) is considered and the implications for packing are examined.

  19. Packing of flexible 2D materials in vesicles

    NASA Astrophysics Data System (ADS)

    Zou, Guijin; Yi, Xin; Zhu, Wenpeng; Gao, Huajian

    2018-06-01

    To understand the mechanics of cellular packing of two-dimensional (2D) materials, we perform systematic molecular dynamics simulations and theoretical analysis to investigate the packing of a flexible circular sheet in a spherical vesicle and the 2D packing problem of a strip in a cylindrical vesicle. Depending on the system dimensions and the bending rigidity ratio between the confined sheet and the vesicle membrane, a variety of packing morphologies are observed, including a conical shape, a shape of three-fold symmetry, a cylindrically curved shape, an axisymmetrically buckled shape, as well as the initial circular shape. A set of buckling analyses lead to phase diagrams of the packing morphologies of the encapsulated sheets. These results may have important implications on the mechanism of intracellular packing and toxicity of 2D materials.

  20. Consistency Check for the Bin Packing Constraint Revisited

    NASA Astrophysics Data System (ADS)

    Dupuis, Julien; Schaus, Pierre; Deville, Yves

    The bin packing problem (BP) consists in finding the minimum number of bins necessary to pack a set of items so that the total size of the items in each bin does not exceed the bin capacity C. The bin capacity is common for all the bins.

  1. Mapping the distribution of packing topologies within protein interiors shows predominant preference for specific packing motifs

    PubMed Central

    2011-01-01

    Background Mapping protein primary sequences to their three dimensional folds referred to as the 'second genetic code' remains an unsolved scientific problem. A crucial part of the problem concerns the geometrical specificity in side chain association leading to densely packed protein cores, a hallmark of correctly folded native structures. Thus, any model of packing within proteins should constitute an indispensable component of protein folding and design. Results In this study an attempt has been made to find, characterize and classify recurring patterns in the packing of side chain atoms within a protein which sustains its native fold. The interaction of side chain atoms within the protein core has been represented as a contact network based on the surface complementarity and overlap between associating side chain surfaces. Some network topologies definitely appear to be preferred and they have been termed 'packing motifs', analogous to super secondary structures in proteins. Study of the distribution of these motifs reveals the ubiquitous presence of typical smaller graphs, which appear to get linked or coalesce to give larger graphs, reminiscent of the nucleation-condensation model in protein folding. One such frequently occurring motif, also envisaged as the unit of clustering, the three residue clique was invariably found in regions of dense packing. Finally, topological measures based on surface contact networks appeared to be effective in discriminating sequences native to a specific fold amongst a set of decoys. Conclusions Out of innumerable topological possibilities, only a finite number of specific packing motifs are actually realized in proteins. This small number of motifs could serve as a basis set in the construction of larger networks. Of these, the triplet clique exhibits distinct preference both in terms of composition and geometry. PMID:21605466

  2. Packing loops into annular cavities.

    PubMed

    Sobral, T A; Gomes, M A F

    2017-02-01

    The continuous packing of a flexible rod in two-dimensional cavities yields a countable set of interacting domains that resembles nonequilibrium cellular systems and belongs to a new class of lightweight material. However, the link between the length of the rod and the number of domains requires investigation, especially in the case of non-simply connected cavities, where the number of avoided regions emulates an effective topological temperature. In the present article we report the results of an experiment of injection of a single flexible rod into annular cavities in order to find the total length needed to insert a given number of loops (domains of one vertex). Using an exponential model to describe the experimental data we quite minutely analyze the initial conditions, the intermediary behavior, and the tight packing limit. This method allows the observation of a new fluctuation phenomenon associated with instabilities in the dynamic evolution of the packing process. Furthermore, the fractal dimension of the global pattern enters the discussion under a novel point of view. A comparison with the classical problems of the random close packing of disks and jammed disk packings is made.

  3. Packing loops into annular cavities

    NASA Astrophysics Data System (ADS)

    Sobral, T. A.; Gomes, M. A. F.

    2017-02-01

    The continuous packing of a flexible rod in two-dimensional cavities yields a countable set of interacting domains that resembles nonequilibrium cellular systems and belongs to a new class of lightweight material. However, the link between the length of the rod and the number of domains requires investigation, especially in the case of non-simply connected cavities, where the number of avoided regions emulates an effective topological temperature. In the present article we report the results of an experiment of injection of a single flexible rod into annular cavities in order to find the total length needed to insert a given number of loops (domains of one vertex). Using an exponential model to describe the experimental data we quite minutely analyze the initial conditions, the intermediary behavior, and the tight packing limit. This method allows the observation of a new fluctuation phenomenon associated with instabilities in the dynamic evolution of the packing process. Furthermore, the fractal dimension of the global pattern enters the discussion under a novel point of view. A comparison with the classical problems of the random close packing of disks and jammed disk packings is made.

  4. The cost-constrained traveling salesman problem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sokkappa, P.R.

    1990-10-01

    The Cost-Constrained Traveling Salesman Problem (CCTSP) is a variant of the well-known Traveling Salesman Problem (TSP). In the TSP, the goal is to find a tour of a given set of cities such that the total cost of the tour is minimized. In the CCTSP, each city is given a value, and a fixed cost-constraint is specified. The objective is to find a subtour of the cities that achieves maximum value without exceeding the cost-constraint. Thus, unlike the TSP, the CCTSP requires both selection and sequencing. As a consequence, most results for the TSP cannot be extended to the CCTSP.more » We show that the CCTSP is NP-hard and that no K-approximation algorithm or fully polynomial approximation scheme exists, unless P = NP. We also show that several special cases are polynomially solvable. Algorithms for the CCTSP, which outperform previous methods, are developed in three areas: upper bounding methods, exact algorithms, and heuristics. We found that a bounding strategy based on the knapsack problem performs better, both in speed and in the quality of the bounds, than methods based on the assignment problem. Likewise, we found that a branch-and-bound approach using the knapsack bound was superior to a method based on a common branch-and-bound method for the TSP. In our study of heuristic algorithms, we found that, when selecting modes for inclusion in the subtour, it is important to consider the neighborhood'' of the nodes. A node with low value that brings the subtour near many other nodes may be more desirable than an isolated node of high value. We found two types of repetition to be desirable: repetitions based on randomization in the subtour buildings process, and repetitions encouraging the inclusion of different subsets of the nodes. By varying the number and type of repetitions, we can adjust the computation time required by our method to obtain algorithms that outperform previous methods.« less

  5. Packing of nonoverlapping cubic particles: Computational algorithms and microstructural characteristics

    NASA Astrophysics Data System (ADS)

    Malmir, Hessam; Sahimi, Muhammad; Tabar, M. Reza Rahimi

    2016-12-01

    Packing of cubic particles arises in a variety of problems, ranging from biological materials to colloids and the fabrication of new types of porous materials with controlled morphology. The properties of such packings may also be relevant to problems involving suspensions of cubic zeolites, precipitation of salt crystals during CO2 sequestration in rock, and intrusion of fresh water in aquifers by saline water. Not much is known, however, about the structure and statistical descriptors of such packings. We present a detailed simulation and microstructural characterization of packings of nonoverlapping monodisperse cubic particles, following up on our preliminary results [H. Malmir et al., Sci. Rep. 6, 35024 (2016), 10.1038/srep35024]. A modification of the random sequential addition (RSA) algorithm has been developed to generate such packings, and a variety of microstructural descriptors, including the radial distribution function, the face-normal correlation function, two-point probability and cluster functions, the lineal-path function, the pore-size distribution function, and surface-surface and surface-void correlation functions, have been computed, along with the specific surface and mean chord length of the packings. The results indicate the existence of both spatial and orientational long-range order as the the packing density increases. The maximum packing fraction achievable with the RSA method is about 0.57, which represents the limit for a structure similar to liquid crystals.

  6. Hard sphere packings within cylinders.

    PubMed

    Fu, Lin; Steinhardt, William; Zhao, Hao; Socolar, Joshua E S; Charbonneau, Patrick

    2016-03-07

    Arrangements of identical hard spheres confined to a cylinder with hard walls have been used to model experimental systems, such as fullerenes in nanotubes and colloidal wire assembly. Finding the densest configurations, called close packings, of hard spheres of diameter σ in a cylinder of diameter D is a purely geometric problem that grows increasingly complex as D/σ increases, and little is thus known about the regime for D > 2.873σ. In this work, we extend the identification of close packings up to D = 4.00σ by adapting Torquato-Jiao's adaptive-shrinking-cell formulation and sequential-linear-programming (SLP) technique. We identify 17 new structures, almost all of them chiral. Beyond D ≈ 2.85σ, most of the structures consist of an outer shell and an inner core that compete for being close packed. In some cases, the shell adopts its own maximum density configuration, and the stacking of core spheres within it is quasiperiodic. In other cases, an interplay between the two components is observed, which may result in simple periodic structures. In yet other cases, the very distinction between the core and shell vanishes, resulting in more exotic packing geometries, including some that are three-dimensional extensions of structures obtained from packing hard disks in a circle.

  7. Optimization of heterogeneous Bin packing using adaptive genetic algorithm

    NASA Astrophysics Data System (ADS)

    Sridhar, R.; Chandrasekaran, M.; Sriramya, C.; Page, Tom

    2017-03-01

    This research is concentrates on a very interesting work, the bin packing using hybrid genetic approach. The optimal and feasible packing of goods for transportation and distribution to various locations by satisfying the practical constraints are the key points in this project work. As the number of boxes for packing can not be predicted in advance and the boxes may not be of same category always. It also involves many practical constraints that are why the optimal packing makes much importance to the industries. This work presents a combinational of heuristic Genetic Algorithm (HGA) for solving Three Dimensional (3D) Single container arbitrary sized rectangular prismatic bin packing optimization problem by considering most of the practical constraints facing in logistic industries. This goal was achieved in this research by optimizing the empty volume inside the container using genetic approach. Feasible packing pattern was achieved by satisfying various practical constraints like box orientation, stack priority, container stability, weight constraint, overlapping constraint, shipment placement constraint. 3D bin packing problem consists of ‘n’ number of boxes being to be packed in to a container of standard dimension in such a way to maximize the volume utilization and in-turn profit. Furthermore, Boxes to be packed may be of arbitrary sizes. The user input data are the number of bins, its size, shape, weight, and constraints if any along with standard container dimension. This user input were stored in the database and encoded to string (chromosomes) format which were normally acceptable by GA. GA operators were allowed to act over these encoded strings for finding the best solution.

  8. Drift from the Use of Hand-Held Knapsack Pesticide Sprayers in Boyacá (Colombian Andes).

    PubMed

    García-Santos, Glenda; Feola, Giuseppe; Nuyttens, David; Diaz, Jaime

    2016-05-25

    Offsite pesticide losses in tropical mountainous regions have been little studied. One example is measuring pesticide drift soil deposition, which can support pesticide risk assessment for surface water, soil, bystanders, and off-target plants and fauna. This is considered a serious gap, given the evidence of pesticide-related poisoning in those regions. Empirical data of drift deposition of a pesticide surrogate, Uranine tracer, within one of the highest potato-producing regions in Colombia, characterized by small plots and mountain orography, is presented. High drift values encountered in this study reflect the actual spray conditions using hand-held knapsack sprayers. Comparison between measured and predicted drift values using three existing empirical equations showed important underestimation. However, after their optimization based on measured drift information, the equations showed a strong predictive power for this study area and the study conditions. The most suitable curve to assess mean relative drift was the IMAG calculator after optimization.

  9. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Brickell, E.F.; Simmons, G.J.

    In the period since 1976, when Diffie and Hellman published the first discussion of two-key cryptography to appear in the open literature, only a handful of two-key cryptoalgorithms have been proposed - two of which are based on the knapsack problem. Consequently there was enormous interest when Shamir announced in early 1982 a cryptanalytic technique that could break many Merkle-Hellman knapsacks. In a rapid sequence of developments, Simmons and Brickell, Adleman, and Lagarias all announced other attacks on knapsack-based cryptosystems that were either computationally much more efficient or else directed at other knapsack schemes such as the Graham-Shamir or iteratedmore » systems. This paper analyzes the common features of knapsack-based cryptosystems and presents all of the cryptanalytic attacks made in 1982 from a unified viewpoint.« less

  10. Effect of packing method on the randomness of disc packings

    NASA Astrophysics Data System (ADS)

    Zhang, Z. P.; Yu, A. B.; Oakeshott, R. B. S.

    1996-06-01

    The randomness of disc packings, generated by random sequential adsorption (RSA), random packing under gravity (RPG) and Mason packing (MP) which gives a packing density close to that of the RSA packing, has been analysed, based on the Delaunay tessellation, and is evaluated at two levels, i.e. the randomness at individual subunit level which relates to the construction of a triangle from a given edge length distribution and the randomness at network level which relates to the connection between triangles from a given triangle frequency distribution. The Delaunay tessellation itself is also analysed and its almost perfect randomness at the two levels is demonstrated, which verifies the proposed approach and provides a random reference system for the present analysis. It is found that (i) the construction of a triangle subunit is not random for the RSA, MP and RPG packings, with the degree of randomness decreasing from the RSA to MP and then to RPG packing; (ii) the connection of triangular subunits in the network is almost perfectly random for the RSA packing, acceptable for the MP packing and not good for the RPG packing. Packing method is an important factor governing the randomness of disc packings.

  11. Dense crystalline packings of ellipsoids

    NASA Astrophysics Data System (ADS)

    Jin, Weiwei; Jiao, Yang; Liu, Lufeng; Yuan, Ye; Li, Shuixiang

    2017-03-01

    An ellipsoid, the simplest nonspherical shape, has been extensively used as a model for elongated building blocks for a wide spectrum of molecular, colloidal, and granular systems. Yet the densest packing of congruent hard ellipsoids, which is intimately related to the high-density phase of many condensed matter systems, is still an open problem. We discover an unusual family of dense crystalline packings of self-dual ellipsoids (ratios of the semiaxes α : √{α }:1 ), containing 24 particles with a quasi-square-triangular (SQ-TR) tiling arrangement in the fundamental cell. The associated packing density ϕ exceeds that of the densest known SM2 crystal [ A. Donev et al., Phys. Rev. Lett. 92, 255506 (2004), 10.1103/PhysRevLett.92.255506] for aspect ratios α in (1.365, 1.5625), attaining a maximal ϕ ≈0.758 06 ... at α = 93 /64 . We show that the SQ-TR phase derived from these dense packings is thermodynamically stable at high densities over the aforementioned α range and report a phase diagram for self-dual ellipsoids. The discovery of the SQ-TR crystal suggests organizing principles for nonspherical particles and self-assembly of colloidal systems.

  12. Knapsack - TOPSIS Technique for Vertical Handover in Heterogeneous Wireless Network

    PubMed Central

    2015-01-01

    In a heterogeneous wireless network, handover techniques are designed to facilitate anywhere/anytime service continuity for mobile users. Consistent best-possible access to a network with widely varying network characteristics requires seamless mobility management techniques. Hence, the vertical handover process imposes important technical challenges. Handover decisions are triggered for continuous connectivity of mobile terminals. However, bad network selection and overload conditions in the chosen network can cause fallout in the form of handover failure. In order to maintain the required Quality of Service during the handover process, decision algorithms should incorporate intelligent techniques. In this paper, a new and efficient vertical handover mechanism is implemented using a dynamic programming method from the operation research discipline. This dynamic programming approach, which is integrated with the Technique to Order Preference by Similarity to Ideal Solution (TOPSIS) method, provides the mobile user with the best handover decisions. Moreover, in this proposed handover algorithm a deterministic approach which divides the network into zones is incorporated into the network server in order to derive an optimal solution. The study revealed that this method is found to achieve better performance and QoS support to users and greatly reduce the handover failures when compared to the traditional TOPSIS method. The decision arrived at the zone gateway using this operational research analytical method (known as the dynamic programming knapsack approach together with Technique to Order Preference by Similarity to Ideal Solution) yields remarkably better results in terms of the network performance measures such as throughput and delay. PMID:26237221

  13. Knapsack--TOPSIS Technique for Vertical Handover in Heterogeneous Wireless Network.

    PubMed

    Malathy, E M; Muthuswamy, Vijayalakshmi

    2015-01-01

    In a heterogeneous wireless network, handover techniques are designed to facilitate anywhere/anytime service continuity for mobile users. Consistent best-possible access to a network with widely varying network characteristics requires seamless mobility management techniques. Hence, the vertical handover process imposes important technical challenges. Handover decisions are triggered for continuous connectivity of mobile terminals. However, bad network selection and overload conditions in the chosen network can cause fallout in the form of handover failure. In order to maintain the required Quality of Service during the handover process, decision algorithms should incorporate intelligent techniques. In this paper, a new and efficient vertical handover mechanism is implemented using a dynamic programming method from the operation research discipline. This dynamic programming approach, which is integrated with the Technique to Order Preference by Similarity to Ideal Solution (TOPSIS) method, provides the mobile user with the best handover decisions. Moreover, in this proposed handover algorithm a deterministic approach which divides the network into zones is incorporated into the network server in order to derive an optimal solution. The study revealed that this method is found to achieve better performance and QoS support to users and greatly reduce the handover failures when compared to the traditional TOPSIS method. The decision arrived at the zone gateway using this operational research analytical method (known as the dynamic programming knapsack approach together with Technique to Order Preference by Similarity to Ideal Solution) yields remarkably better results in terms of the network performance measures such as throughput and delay.

  14. Systematization of the protein sequence diversity in enzymes related to secondary metabolic pathways in plants, in the context of big data biology inspired by the KNApSAcK motorcycle database.

    PubMed

    Ikeda, Shun; Abe, Takashi; Nakamura, Yukiko; Kibinge, Nelson; Hirai Morita, Aki; Nakatani, Atsushi; Ono, Naoaki; Ikemura, Toshimichi; Nakamura, Kensuke; Altaf-Ul-Amin, Md; Kanaya, Shigehiko

    2013-05-01

    Biology is increasingly becoming a data-intensive science with the recent progress of the omics fields, e.g. genomics, transcriptomics, proteomics and metabolomics. The species-metabolite relationship database, KNApSAcK Core, has been widely utilized and cited in metabolomics research, and chronological analysis of that research work has helped to reveal recent trends in metabolomics research. To meet the needs of these trends, the KNApSAcK database has been extended by incorporating a secondary metabolic pathway database called Motorcycle DB. We examined the enzyme sequence diversity related to secondary metabolism by means of batch-learning self-organizing maps (BL-SOMs). Initially, we constructed a map by using a big data matrix consisting of the frequencies of all possible dipeptides in the protein sequence segments of plants and bacteria. The enzyme sequence diversity of the secondary metabolic pathways was examined by identifying clusters of segments associated with certain enzyme groups in the resulting map. The extent of diversity of 15 secondary metabolic enzyme groups is discussed. Data-intensive approaches such as BL-SOM applied to big data matrices are needed for systematizing protein sequences. Handling big data has become an inevitable part of biology.

  15. Young adult smokers' perceptions of plain packs, numbered packs and pack inserts in Turkey: a focus group study.

    PubMed

    Mucan, Burcu; Moodie, Crawford

    2017-11-09

    The Turkish Government's 'National Tobacco Control Program 2015-2018' included plans to introduce plain packaging and also a ban on brand names on cigarette packs, allowing only assigned numbers on packs. We explored perceptions of these proposed measures, and also pack inserts with cessation messages, another novel way of using the packaging to communicate with consumers. Eight focus groups were conducted with 47 young adult smokers in Manisa and Kutahya (Turkey) in December 2016. Participants were shown three straight-edged plain cigarette packs, as required in Australia, and then three bevelled-edged plain packs, as permitted in the UK. They were then shown plain packs with numbers rather than brand names, and finally three pack inserts with messages encouraging quitting or offering tips on how to do so. Participants were asked about their perceptions of each. Plain packs were considered unappealing and off-putting, although the bevelled-edged packs were viewed more favourably than the straight-edged packs. Numbered packs were thought by some to diminish the appeal created by the brand name and potentially decrease interest among never smokers and newer smokers. Pack inserts were thought to have less of an impact than the on-pack warnings, but could potentially help discourage initiation and encourage cessation. That bevelled-edged plain packs were perceived more positively than straight-edged plain packs is relevant to countries planning to introduce plain packaging. The study provides a first insight into smokers' perceptions of a ban on brand names, which was perceived to reduce appeal among young people. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2017. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  16. SPH Modelling of Sea-ice Pack Dynamics

    NASA Astrophysics Data System (ADS)

    Staroszczyk, Ryszard

    2017-12-01

    The paper is concerned with the problem of sea-ice pack motion and deformation under the action of wind and water currents. Differential equations describing the dynamics of ice, with its very distinct mateFfigrial responses in converging and diverging flows, express the mass and linear momentum balances on the horizontal plane (the free surface of the ocean). These equations are solved by the fully Lagrangian method of smoothed particle hydrodynamics (SPH). Assuming that the ice behaviour can be approximated by a non-linearly viscous rheology, the proposed SPH model has been used to simulate the evolution of a sea-ice pack driven by wind drag stresses. The results of numerical simulations illustrate the evolution of an ice pack, including variations in ice thickness and ice area fraction in space and time. The effects of different initial ice pack configurations and of different conditions assumed at the coast-ice interface are examined. In particular, the SPH model is applied to a pack flow driven by a vortex wind to demonstrate how well the Lagrangian formulation can capture large deformations and displacements of sea ice.

  17. Simulation of passive thermal management system for lithium-ion battery packs

    NASA Astrophysics Data System (ADS)

    Mills, Andrew; Al-Hallaj, Said

    A passive thermal management system that uses a phase change material (PCM) is designed and simulated for a lithium-ion (Li-ion) laptop battery pack. The problem of low thermal conductivity of the PCM was significantly improved by impregnating an expanded graphite (EG) matrix with the PCM. The heat generation rate for a commercial 186502.2 Ah Li-ion battery was experimentally measured for various constant power discharges. Simulation of the battery pack, composed of six Li-ion batteries, shows that safe operation of the battery pack during the most extreme case requires the volume of the battery pack be almost doubled to fit sufficient PCM in the pack. Improving the properties of the PCM composite have the potential to significantly reduce the volume increase in comparison to the original battery pack volume.

  18. Numerical simulation of a shear-thinning fluid through packed spheres

    NASA Astrophysics Data System (ADS)

    Liu, Hai Long; Moon, Jong Sin; Hwang, Wook Ryol

    2012-12-01

    Flow behaviors of a non-Newtonian fluid in spherical microstructures have been studied by a direct numerical simulation. A shear-thinning (power-law) fluid through both regular and randomly packed spheres has been numerically investigated in a representative unit cell with the tri-periodic boundary condition, employing a rigorous three-dimensional finite-element scheme combined with fictitious-domain mortar-element methods. The present scheme has been validated for the classical spherical packing problems with literatures. The flow mobility of regular packing structures, including simple cubic (SC), body-centered cubic (BCC), face-centered cubic (FCC), as well as randomly packed spheres, has been investigated quantitatively by considering the amount of shear-thinning, the pressure gradient and the porosity as parameters. Furthermore, the mechanism leading to the main flow path in a highly shear-thinning fluid through randomly packed spheres has been discussed.

  19. Two-stage energy storage equalization system for lithium-ion battery pack

    NASA Astrophysics Data System (ADS)

    Chen, W.; Yang, Z. X.; Dong, G. Q.; Li, Y. B.; He, Q. Y.

    2017-11-01

    How to raise the efficiency of energy storage and maximize storage capacity is a core problem in current energy storage management. For that, two-stage energy storage equalization system which contains two-stage equalization topology and control strategy based on a symmetric multi-winding transformer and DC-DC (direct current-direct current) converter is proposed with bidirectional active equalization theory, in order to realize the objectives of consistent lithium-ion battery packs voltages and cells voltages inside packs by using a method of the Range. Modeling analysis demonstrates that the voltage dispersion of lithium-ion battery packs and cells inside packs can be kept within 2 percent during charging and discharging. Equalization time was 0.5 ms, which shortened equalization time of 33.3 percent compared with DC-DC converter. Therefore, the proposed two-stage lithium-ion battery equalization system can achieve maximum storage capacity between lithium-ion battery packs and cells inside packs, meanwhile efficiency of energy storage is significantly improved.

  20. Close packing in curved space by simulated annealing

    NASA Astrophysics Data System (ADS)

    Wille, L. T.

    1987-12-01

    The problem of packing spheres of a maximum radius on the surface of a four-dimensional hypersphere is considered. It is shown how near-optimal solutions can be obtained by packing soft spheres, modelled as classical particles interacting under an inverse power potential, followed by a subsequent hardening of the interaction. In order to avoid trapping in high-lying local minima, the simulated annealing method is used to optimise the soft-sphere packing. Several improvements over other work (based on local optimisation of random initial configurations of hard spheres) have been found. The freezing behaviour of this system is discussed as a function of particle number, softness of the potential and cooling rate. Apart from their geometric interest, these results are useful in the study of topological frustration, metallic glasses and quasicrystals.

  1. Dynamic bin packing problem

    NASA Technical Reports Server (NTRS)

    Dikshit, Piyush; Guimaraes, Katia; Ramamurthy, Maya; Agrawala, Ashok K.; Larsen, Ronald L.

    1989-01-01

    In a previous work we have defined a general architecture model for autonomous systems, which can be mapped easily to describe the functions of any automated system (SDAG-86-01). In this note, we use the model to describe the problem of thermal management in space stations. First we briefly review the architecture, then we present the environment of our application, and finally we detail the specific function for each functional block of the architecture for that environment.

  2. Liquid Fertilizer Spraying Performance Using A Knapsack Power Sprayer On Soybean Field

    NASA Astrophysics Data System (ADS)

    Gatot, P.; Anang, R.

    2018-05-01

    An effort for increasing soybean production can be conducted by applying liquid fertilizer on soybean cultivation field. The objective of this research was to determine liquid fertilizer spraying performance using knapsack power sprayer TASCO TF-900 on a soybean cultivation field. Performances test were conducted in the Laboratory of Spraying Test and on a soybean cultivation field to determine (1) effective spraying width, (2) droplets diameter, (3) droplets density, (4) effective spraying discharge rate, and (5) effective field capacity of spraying. The research was conducted using 2 methods: (1) one-nozzle spraying, and (2) four- nozzles spraying. Results of the research showed that at a constant pressure of 900 kPa effective spraying width using one-nozzle spraying and four-nozzles spraying were 0.62 m and 1.10 m. A bigger effective spraying width was resulted in a bigger average effective spraying discharge rate and average effective spraying field capacity of 4.52 l/min and 83.92 m2/min on forward walking speed range of 0.94 m/s up to 1.77 m/s. On the contrary, bigger effective spraying width was result in bigger droplets diameter of 502.73 μm and a smaller droplets density of 98.39 droplets/cm2, whereas smaller effective spraying width was resulted in a smaller droplets diameter of 367.09 μm and a bigger droplets density of 350.53 droplets/cm2. One-nozzle spraying method produced a better spraying quality than four-nozzles spraying method, although four-nozzles spraying was resulted in a bigger effective field capacity of spraying.

  3. Solving NP-Hard Problems with Physarum-Based Ant Colony System.

    PubMed

    Liu, Yuxin; Gao, Chao; Zhang, Zili; Lu, Yuxiao; Chen, Shi; Liang, Mingxin; Tao, Li

    2017-01-01

    NP-hard problems exist in many real world applications. Ant colony optimization (ACO) algorithms can provide approximate solutions for those NP-hard problems, but the performance of ACO algorithms is significantly reduced due to premature convergence and weak robustness, etc. With these observations in mind, this paper proposes a Physarum-based pheromone matrix optimization strategy in ant colony system (ACS) for solving NP-hard problems such as traveling salesman problem (TSP) and 0/1 knapsack problem (0/1 KP). In the Physarum-inspired mathematical model, one of the unique characteristics is that critical tubes can be reserved in the process of network evolution. The optimized updating strategy employs the unique feature and accelerates the positive feedback process in ACS, which contributes to the quick convergence of the optimal solution. Some experiments were conducted using both benchmark and real datasets. The experimental results show that the optimized ACS outperforms other meta-heuristic algorithms in accuracy and robustness for solving TSPs. Meanwhile, the convergence rate and robustness for solving 0/1 KPs are better than those of classical ACS.

  4. Indexing Volumetric Shapes with Matching and Packing

    PubMed Central

    Koes, David Ryan; Camacho, Carlos J.

    2014-01-01

    We describe a novel algorithm for bulk-loading an index with high-dimensional data and apply it to the problem of volumetric shape matching. Our matching and packing algorithm is a general approach for packing data according to a similarity metric. First an approximate k-nearest neighbor graph is constructed using vantage-point initialization, an improvement to previous work that decreases construction time while improving the quality of approximation. Then graph matching is iteratively performed to pack related items closely together. The end result is a dense index with good performance. We define a new query specification for shape matching that uses minimum and maximum shape constraints to explicitly specify the spatial requirements of the desired shape. This specification provides a natural language for performing volumetric shape matching and is readily supported by the geometry-based similarity search (GSS) tree, an indexing structure that maintains explicit representations of volumetric shape. We describe our implementation of a GSS tree for volumetric shape matching and provide a comprehensive evaluation of parameter sensitivity, performance, and scalability. Compared to previous bulk-loading algorithms, we find that matching and packing can construct a GSS-tree index in the same amount of time that is denser, flatter, and better performing, with an observed average performance improvement of 2X. PMID:26085707

  5. Trans-septal suturing following septoplasty: an alternative for nasal packing.

    PubMed

    Ghimire, A; Limbu, T R; Bhandari, R

    2012-09-01

    Septoplasty is one of the most common otorhinolaryngologic surgical procedure. It is customary to place a pack in the nose as a part of nasal surgery to stop bleeding, enhance apposition of mucosal flaps, and stabilize the operated septal cartilage and bones. But nasal packing is not an innocuous procedure. The most common problem encountered by the patients after septoplasty with nasal pack is the pain and discomfort in post operative period. The study has been performed to compare the complications and outcome of septoplasty with or without nasal packing. Forty four patients were randomly allocated into two groups, Group A (n = 21) and Group B (n = 23). In Group A trans-septal suture and in Group B intranasal pack was used following septoplasty. Both groups were compared for postoperative pain, postoperative complications and surgical outcome. Among 44 patients 31 patients were male and 13 patients were female. Most of the patients ie 79.5% were operated for nasal obstruction. Only one patient had postoperative nasal bleeding requiring nasal pack in Group A. Higher Postoperative pain score, longer hospital stay and more complications were observed in Group B patients. No difference was found in patients' satisfaction after the operation. Septoplasty can be safely performed without postoperative nasal packing and is preferred to avoid postoperative pain, discomfort and other complications.

  6. Jamming II: Edwards’ statistical mechanics of random packings of hard spheres

    NASA Astrophysics Data System (ADS)

    Wang, Ping; Song, Chaoming; Jin, Yuliang; Makse, Hernán A.

    2011-02-01

    The problem of finding the most efficient way to pack spheres has an illustrious history, dating back to the crystalline arrays conjectured by Kepler and the random geometries explored by Bernal in the 1960s. This problem finds applications spanning from the mathematician’s pencil, the processing of granular materials, the jamming and glass transitions, all the way to fruit packing in every grocery. There are presently numerous experiments showing that the loosest way to pack spheres gives a density of ∼55% (named random loose packing, RLP) while filling all the loose voids results in a maximum density of ∼63%-64% (named random close packing, RCP). While those values seem robustly true, to this date there is no well-accepted physical explanation or theoretical prediction for them. Here we develop a common framework for understanding the random packings of monodisperse hard spheres whose limits can be interpreted as the experimentally observed RLP and RCP. The reason for these limits arises from a statistical picture of jammed states in which the RCP can be interpreted as the ground state of the ensemble of jammed matter with zero compactivity, while the RLP arises in the infinite compactivity limit. We combine an extended statistical mechanics approach ‘a la Edwards’ (where the role traditionally played by the energy and temperature in thermal systems is substituted by the volume and compactivity) with a constraint on mechanical stability imposed by the isostatic condition. We show how such approaches can bring results that can be compared to experiments and allow for an exploitation of the statistical mechanics framework. The key result is the use of a relation between the local Voronoi volumes of the constituent grains (denoted the volume function) and the number of neighbors in contact that permits us to simply combine the two approaches to develop a theory of volume fluctuations in jammed matter. Ultimately, our results lead to a phase diagram that

  7. Comparing the efficacy of mature mud pack and hot pack treatments for knee osteoarthritis.

    PubMed

    Sarsan, Ayşe; Akkaya, Nuray; Ozgen, Merih; Yildiz, Necmettin; Atalay, Nilgun Simsir; Ardic, Fusun

    2012-01-01

    The objective of this study is to compare the efficacy of mature mud pack and hot pack therapies on patients with knee osteoarthritis. This study was designed as a prospective, randomized-controlled, and single-blinded clinical trial. Twenty-seven patients with clinical and radiologic evidence of knee osteoarthritis were randomly assigned into two groups and were treated with mature mud packs (n 15) or hot packs (n=12). Patients were evaluated for pain [based on the visual analog scale (VAS)], function (WOMAC, 6 min walking distance), quality of life [Short Form-36 (SF-36)], and serum levels of tumor necrosis factor-alpha (TNF-α), interleukin-6 (IL-6), and insulin-like growth factor-1 (IGF-1) at baseline, post-treatment, and 3 and 6~months after treatment. The mud pack group shows a significant improvement in VAS, pain, stifness, and physical function domains of WOMAC. The difference between groups of pain and physical activity domains is significant at post-treatment in favor of mud pack. For a 6 min walking distance, mud pack shows significant improvement, and the difference is significant between groups in favor of mud pack at post-treatment and 3 and 6 months after treatment. Mud pack shows significant improvement in the pain subscale of SF-36 at the third month continuing until the sixth month after the treatment. Significant improvements are found for the social function, vitality/energy, physical role disability, and general health subscales of SF-36 in favor of the mud pack compared with the hot pack group at post-treatment. A significant increase is detected for IGF-1 in the mud pack group 3 months after treatment compared with the baseline, and the difference is significant between groups 3 months after the treatment. Mud pack is a favorable option compared with hotpack for pain relief and for the improvement of functional conditions in treating patients with knee osteoarthritis.

  8. Column-to-column packing variation of disposable pre-packed columns for protein chromatography.

    PubMed

    Schweiger, Susanne; Hinterberger, Stephan; Jungbauer, Alois

    2017-12-08

    In the biopharmaceutical industry, pre-packed columns are the standard for process development, but they must be qualified before use in experimental studies to confirm the required performance of the packed bed. Column qualification is commonly done by pulse response experiments and depends highly on the experimental testing conditions. Additionally, the peak analysis method, the variation in the 3D packing structure of the bed, and the measurement precision of the workstation influence the outcome of qualification runs. While a full body of literature on these factors is available for HPLC columns, no comparable studies exist for preparative columns for protein chromatography. We quantified the influence of these parameters for commercially available pre-packed and self-packed columns of disposable and non-disposable design. Pulse response experiments were performed on 105 preparative chromatography columns with volumes of 0.2-20ml. The analyte acetone was studied at six different superficial velocities (30, 60, 100, 150, 250 and 500cm/h). The column-to-column packing variation between disposable pre-packed columns of different diameter-length combinations varied by 10-15%, which was acceptable for the intended use. The column-to-column variation cannot be explained by the packing density, but is interpreted as a difference in particle arrangement in the column. Since it was possible to determine differences in the column-to-column performance, we concluded that the columns were well-packed. The measurement precision of the chromatography workstation was independent of the column volume and was in a range of±0.01ml for the first peak moment and±0.007 ml 2 for the second moment. The measurement precision must be considered for small columns in the range of 2ml or less. The efficiency of disposable pre-packed columns was equal or better than that of self-packed columns. Copyright © 2017 The Author(s). Published by Elsevier B.V. All rights reserved.

  9. The Subset Sum game☆

    PubMed Central

    Darmann, Andreas; Nicosia, Gaia; Pferschy, Ulrich; Schauer, Joachim

    2014-01-01

    In this work we address a game theoretic variant of the Subset Sum problem, in which two decision makers (agents/players) compete for the usage of a common resource represented by a knapsack capacity. Each agent owns a set of integer weighted items and wants to maximize the total weight of its own items included in the knapsack. The solution is built as follows: Each agent, in turn, selects one of its items (not previously selected) and includes it in the knapsack if there is enough capacity. The process ends when the remaining capacity is too small for including any item left. We look at the problem from a single agent point of view and show that finding an optimal sequence of items to select is an NP-hard problem. Therefore we propose two natural heuristic strategies and analyze their worst-case performance when (1) the opponent is able to play optimally and (2) the opponent adopts a greedy strategy. From a centralized perspective we observe that some known results on the approximation of the classical Subset Sum can be effectively adapted to the multi-agent version of the problem. PMID:25844012

  10. The Subset Sum game.

    PubMed

    Darmann, Andreas; Nicosia, Gaia; Pferschy, Ulrich; Schauer, Joachim

    2014-03-16

    In this work we address a game theoretic variant of the Subset Sum problem, in which two decision makers (agents/players) compete for the usage of a common resource represented by a knapsack capacity. Each agent owns a set of integer weighted items and wants to maximize the total weight of its own items included in the knapsack. The solution is built as follows: Each agent, in turn, selects one of its items (not previously selected) and includes it in the knapsack if there is enough capacity. The process ends when the remaining capacity is too small for including any item left. We look at the problem from a single agent point of view and show that finding an optimal sequence of items to select is an [Formula: see text]-hard problem. Therefore we propose two natural heuristic strategies and analyze their worst-case performance when (1) the opponent is able to play optimally and (2) the opponent adopts a greedy strategy. From a centralized perspective we observe that some known results on the approximation of the classical Subset Sum can be effectively adapted to the multi-agent version of the problem.

  11. An automated system for reduction of the firm's employees under maximal overall efficiency

    NASA Astrophysics Data System (ADS)

    Yonchev, Yoncho; Nikolov, Simeon; Baeva, Silvia

    2012-11-01

    Achieving maximal overall efficiency is a priority in all companies. This problem is formulated as a knap-sack problem and afterwards as a linear assignment problem. An automated system is created for solving of this problem.

  12. Multi-Criteria Knapsack Problem for Disease Selection in an Observation Ward

    NASA Astrophysics Data System (ADS)

    Lurkittikul, N.; Kittithreerapronchai, O.

    2014-06-01

    The aging population and the introduction of Thailand universal healthcare have increased inpatients and outpatients to public hospitals, particularly to a hospital that provides special and comprehensive health services. Many inpatient wards have experienced large influx of inpatients as the hospitals have to admit all patients regardless their conditions. These overcrowding wards cause stress to medical staffs, block access between medical departments, hospital-acquired infections, and ineffective uses of resources. One way to manage such inundated inpatient is to select some patients whose conditions require less clinical attention or whose lengths of stay are predictable and short and, then, place them at an observation ward. This intermediate ward increases turnover of beds and reduces unnecessary paperwork as patients are considered to be outpatients. In this article, we studied inpatient data of a tertiary care hospital in which an observation ward was considered to alleviate the overcrowding problem at Internal Medicine Department. The analysis of data showed that the hospital can balance inpatient flow by managing a group of patients who is admitted because of treatments ordered by its special clinics. Having explored several alternatives, we suggested patient selection criteria and proposed a layout at an observation ward. The hospital should increase medical beds in a new building ward because the current observation ward can handle 27.3% of total short stay patients, while the observation ward is projected to handle 80% of total short stay patients.

  13. Packing in protein cores

    NASA Astrophysics Data System (ADS)

    Gaines, J. C.; Clark, A. H.; Regan, L.; O'Hern, C. S.

    2017-07-01

    Proteins are biological polymers that underlie all cellular functions. The first high-resolution protein structures were determined by x-ray crystallography in the 1960s. Since then, there has been continued interest in understanding and predicting protein structure and stability. It is well-established that a large contribution to protein stability originates from the sequestration from solvent of hydrophobic residues in the protein core. How are such hydrophobic residues arranged in the core; how can one best model the packing of these residues, and are residues loosely packed with multiple allowed side chain conformations or densely packed with a single allowed side chain conformation? Here we show that to properly model the packing of residues in protein cores it is essential that amino acids are represented by appropriately calibrated atom sizes, and that hydrogen atoms are explicitly included. We show that protein cores possess a packing fraction of φ ≈ 0.56 , which is significantly less than the typically quoted value of 0.74 obtained using the extended atom representation. We also compare the results for the packing of amino acids in protein cores to results obtained for jammed packings from discrete element simulations of spheres, elongated particles, and composite particles with bumpy surfaces. We show that amino acids in protein cores pack as densely as disordered jammed packings of particles with similar values for the aspect ratio and bumpiness as found for amino acids. Knowing the structural properties of protein cores is of both fundamental and practical importance. Practically, it enables the assessment of changes in the structure and stability of proteins arising from amino acid mutations (such as those identified as a result of the massive human genome sequencing efforts) and the design of new folded, stable proteins and protein-protein interactions with tunable specificity and affinity.

  14. Measured Black Carbon Deposition on the Sierra Nevada Snow Pack and Implication for Snow Pack Retreat

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hadley, O.L.; Corrigan, C.E.; Kirchstetter, T.W.

    2010-01-12

    Modeling studies show that the darkening of snow and ice by black carbon deposition is a major factor for the rapid disappearance of arctic sea ice, mountain glaciers and snow packs. This study provides one of the first direct measurements for the efficient removal of black carbon from the atmosphere by snow and its subsequent deposition to the snow packs of California. The early melting of the snow packs in the Sierras is one of the contributing factors to the severe water problems in California. BC concentrations in falling snow were measured at two mountain locations and in rain atmore » a coastal site. All three stations reveal large BC concentrations in precipitation, ranging from 1.7 ng/g to 12.9 ng/g. The BC concentrations in the air after the snow fall were negligible suggesting an extremely efficient removal of BC by snow. The data suggest that below cloud scavenging, rather than ice nuclei, was the dominant source of BC in the snow. A five-year comparison of BC, dust, and total fine aerosol mass concentrations at multiple sites reveals that the measurements made at the sampling sites were representative of large scale deposition in the Sierra Nevada. The relative concentration of iron and calcium in the mountain aerosol indicates that one-quarter to one-third of the BC may have been transported from Asia.« less

  15. 7 CFR 51.310 - Packing requirements.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... STANDARDS) United States Standards for Grades of Apples Packing Requirements § 51.310 Packing requirements. (a) Apples tray packed or cell packed in cartons shall be arranged according to approved and... that apples are of the proper size for molds or cell compartments in which they are packed, and that...

  16. 7 CFR 51.310 - Packing requirements.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... STANDARDS) United States Standards for Grades of Apples Packing Requirements § 51.310 Packing requirements. (a) Apples tray packed or cell packed in cartons shall be arranged according to approved and... that apples are of the proper size for molds or cell compartments in which they are packed, and that...

  17. A Cost Assessment of the Dayton Public Schools Vehicle Routing Problem

    DTIC Science & Technology

    2009-03-01

    known problems: the Traveling Salesman Problem (TSP) and the Bin Packing Problem ( BPP ) (Ralphs, 2003). The VRP has a plethora of real world...well known problems: the Traveling Salesman Problem (TSP) and the Bin Packing Problem ( BPP ) (Ralphs, 2003). The VRP has a plethora of real world

  18. American Spirit Pack Descriptors and Perceptions of Harm: A Crowdsourced Comparison of Modified Packs.

    PubMed

    Pearson, Jennifer L; Richardson, Amanda; Feirman, Shari P; Villanti, Andrea C; Cantrell, Jennifer; Cohn, Amy; Tacelosky, Michael; Kirchner, Thomas R

    2016-08-01

    In 2015, the Food and Drug Administration issued warnings to three tobacco manufacturers who label their cigarettes as "additive-free" and/or "natural" on the grounds that they make unauthorized reduced risk claims. The goal of this study was to examine US adults' perceptions of three American Spirit (AS) pack descriptors ("Made with Organic Tobacco," "100% Additive-Free," and "100% US Grown Tobacco") to assess if they communicate reduced risk. In September 2012, three cross-sectional surveys were posted on Amazon Mechanical Turk. Adult participants evaluated the relative harm of a Marlboro Red pack versus three different AS packs with the descriptors "Made with Organic Tobacco," "100% Additive-Free," or "100% US Grown Tobacco" (Survey 1; n = 461); a Marlboro Red pack versus these AS packs modified to exclude descriptors (Survey 2; n = 857); and unmodified versus modified AS pack images (Survey 3; n = 1001). The majority of Survey 1 participants rated the unmodified AS packs as less harmful than the Marlboro Red pack; 35.4%-58.8% of Survey 2 participants also rated the modified (no claims) packs as less harmful than Marlboro Red. In these surveys, prior use of AS cigarettes was associated with reduced perceptions of risk (adjusted odds ratio [AOR] 1.59-2.40). "Made with Organic Tobacco" and "100% Additive-Free" were associated with reduced perceptions of risk when comparing the modified versus the unmodified AS packs (Survey 3). Data suggest that these AS pack descriptors communicate reduced harm messages to consumers. Findings have implications for regulatory actions related to product labeling and packaging. These findings provide additional evidence that the "Made with Organic Tobacco," "100% Additive-Free," and "100% US Grown" descriptors, as well as other aspects of the AS pack design, communicate reduced harm to non-, current, and former smokers. Additionally, they provide support for the importance of FDA's 2015 warning to Santa Fe Natural Tobacco Company on

  19. PCR detection of psychrophilic Clostridium spp. causing 'blown pack' spoilage of vacuum-packed chilled meats.

    PubMed

    Broda, D M; Boerema, J A; Bell, R G

    2003-01-01

    To develop a practical molecular procedure that directly, without isolation, and specifically detects the presence of clostridia which cause 'blown pack' spoilage of vacuum-packed meat. Primer sets and PCR amplification procedures were developed that detect the presence of 16S rDNA gene and/or 16S-23S rDNA internal transcribed spacer fragments of 'blown pack' causing clostridia in meat. The specificity of the developed procedures was evaluated with DNA obtained from close phylogenetic neighbours of 'blown pack' causing clostridia, food clostridia and common meat spoilage microorganisms. The sensitivity of detection was assessed in non-enriched and low-temperature-enriched beef mince inoculated with serially diluted pure cultures of Clostridium estertheticum DSMZ 8809T and Cl. gasigenes DB1AT. The efficacy of detection procedures was evaluated for naturally contaminated vacuum-packed meat samples. Three primer sets, 16SE, 16SDB and EISR, produced amplicons of the expected size with DNA templates from target clostridia, but failed to yield PCR products with DNAs from any other microorganisms tested. With 16SE and 16SDB primers, minimum levels of detection were 104 CFU g(-1) for non-enriched, and 102 CFU g(-1) for enriched meat samples. Based on the established specificity of these primers, as well as DNA sequencing of amplicons, Cl. gasigenes was confirmed as the causative agent of 'blown pack' spoilage in two packs, and Cl. estertheticum as the causative agent in the third. The developed method can be used for rapid detection of 'blown pack' causing clostridia in commercial blown packs, or following low temperature enrichment, for detection of these microorganisms in meat containing as few as 100 clostridial cells per gram. The paper reports practical procedures that can be used for rapid confirmation of the causative agents of clostridial 'blown pack' spoilage in commercial spoiled packs, or for detection of psychrophilic clostridia in epidemiological trace back of

  20. Kinetics of pack aluminization of nickel

    NASA Technical Reports Server (NTRS)

    Seigle, L. L.; Gupta, B. K.; Shankar, R.; Sarkhel, A. K.

    1978-01-01

    The kinetics of pack aluminization of unalloyed nickel in packs of varying aluminum activity with various halide activators were studied. Surface compositions of the coatings as functions of time, temperature, and pack composition were obtained in order to establish the boundary conditions for diffusion in the system. The structure of the packs was also examined in order to clarify the mechanism of aluminum transport. The results indicate that the kinetics of pack aluminization are controlled jointly by gas diffusion in the pack and solid diffusion in the coating. Levine and Caves' model for gas diffusion was combined with calculations of rates of diffusion in the solid to formulate a more complete theory for the kinetics of pack aluminization.

  1. The Pack Method for Compressive Tests of Thin Specimens of Materials Used in Thin-Wall Structures

    NASA Technical Reports Server (NTRS)

    Aitchison, C S; Tuckerman, L B

    1939-01-01

    The strength of modern lightweight thin-wall structures is generally limited by the strength of the compression members. An adequate design of these members requires a knowledge of the compressive stress-strain graph of the thin-wall material. The "pack" method was developed at the National Bureau of Standards with the support of the National Advisory Committee for Aeronautics to make possible a determination of compressive stress-strain graphs for such material. In the pack test an odd number of specimens are assembled into a relatively stable pack, like a "pack of cards." Additional lateral stability is obtained from lateral supports between the external sheet faces of the pack and outside reactions. The tests seems adequate for many problems in structural research.

  2. Cavity method for force transmission in jammed disordered packings of hard particles.

    PubMed

    Bo, Lin; Mari, Romain; Song, Chaoming; Makse, Hernán A

    2014-10-07

    The force distribution of jammed disordered packings has always been considered a central object in the physics of granular materials. However, many of its features are poorly understood. In particular, analytic relations to other key macroscopic properties of jammed matter, such as the contact network and its coordination number, are still lacking. Here we develop a mean-field theory for this problem, based on the consideration of the contact network as a random graph where the force transmission becomes a constraint satisfaction problem. We can thus use the cavity method developed in the past few decades within the statistical physics of spin glasses and hard computer science problems. This method allows us to compute the force distribution P(f) for random packings of hard particles of any shape, with or without friction. We find a new signature of jamming in the small force behavior P(f) ∼ f(θ), whose exponent has attracted recent active interest: we find a finite value for P(f = 0), along with θ = 0. Furthermore, we relate the force distribution to a lower bound of the average coordination number z[combining macron](μ) of jammed packings of frictional spheres with coefficient μ. This bridges the gap between the two known isostatic limits z[combining macron]c (μ = 0) = 2D (in dimension D) and z[combining macron]c(μ → ∞) = D + 1 by extending the naive Maxwell's counting argument to frictional spheres. The theoretical framework describes different types of systems, such as non-spherical objects in arbitrary dimensions, providing a common mean-field scenario to investigate force transmission, contact networks and coordination numbers of jammed disordered packings.

  3. Career Action Pack.

    ERIC Educational Resources Information Center

    Blum, Robert E.; Raymond, Carolyn D.

    One of five McDonald's Action Packs, these instructional materials for ninth and tenth graders (and more able sixth and seventh graders) have incorporated ideas around three career development goals--subject relevance, career awareness, and self-awareness. The action pack contains six units--three units each in the subject areas of language arts…

  4. An Amino Acid Code to Define a Protein’s Tertiary Packing Surface

    PubMed Central

    Fraga, Keith J.; Joo, Hyun; Tsai, Jerry

    2015-01-01

    One difficult aspect of the protein-folding problem is characterizing the non-specific interactions that define packing in protein tertiary structure. To better understand tertiary structure, this work extends the knob-socket model by classifying the interactions of a single knob residue packed into a set of contiguous sockets, or a pocket made up of 4 or more residues. The knob-socket construct allows for a symbolic two-dimensional mapping of pockets. The two-dimensional mapping of pockets provides a simple method to investigate the variety of pocket shapes in order to understand the geometry of protein tertiary surfaces. The diversity of pocket geometries can be organized into groups of pockets that share a common core, which suggests that some interactions in pockets are ancillary to packing. Further analysis of pocket geometries displays a preferred configuration that is right-handed in α-helices and left-handed in β-sheets. The amino acid composition of pockets illustrates the importance of non-polar amino acids in packing as well as position specificity. As expected, all pocket shapes prefer to pack with hydrophobic knobs; however, knobs are not selective for the pockets they pack. Investigating side-chain rotamer preferences for certain pocket shapes uncovers no strong correlations. These findings allow a simple vocabulary based on knobs and sockets to describe protein tertiary packing that supports improved analysis, design and prediction of protein structure. PMID:26575337

  5. Sleeping distance in wild wolf packs

    USGS Publications Warehouse

    Knick, S.T.; Mech, L.D.

    1980-01-01

    Sleeping distances were observed among members of 13 wild wolf (Canis lupus) packs and 11 pairs in northeastern Minnesota to determine if the distances correlated with pack size and composition. The study utilized aerial radio-tracking and observation during winter. Pack size and number of adults per pack were inversely related to pack average sleeping distance and variability. No correlation between sleeping distance and microclimate was observed. Possible relationships between social bonding and our results are discussed.

  6. Electrocauterization and no packing may be comparable with nasal packing for postoperative hemorrhage after endoscopic sinus surgery.

    PubMed

    Kim, Dong-Kyu; Rhee, Chae Seo; Kim, Jeong-Whun

    2016-05-01

    Nasal packing is commonly performed after functional endoscopic sinus surgery (FESS). However, nasal packing is associated with higher cost (owing to the cost of packing materials), patient discomfort, delayed wound healing, and concern about toxic shock syndrome. Some surgeons have been performing FESS without packing, but there are few studies that show its safety. The purpose of this study was to evaluate the safety of electrocauterization and no packing. A total of 490 patients who underwent bilateral FESS for chronic rhinosinusitis were included in this retrospective study, 242 in the nasal packing group and 248 in the electrocauterization and no-packing group. Electrocauterization was performed by using a suction coagulator. Rates of immediate (first 24 hours after surgery) and delayed postoperative bleeding were compared. Patient characteristics, including concomitant disease and medication history, and Lund-Mackay computed tomography score were also assessed Results: There were no significant differences in age; sex; Lund-Mackay score; use of anticoagulant drugs; or prevalence of hypertension, diabetes, or asthma between the two groups. In the electrocauterization and no-packing group, there were fewer patients with allergic rhinitis and more smokers. Primary bleeding did not occur in the nasal packing group, but 11 patients (4.4%) had delayed bleeding. Primary bleeding occurred in four patients (1.7%) in the electrocauterization and no-packing group, and five patients (2.1%) had delayed bleeding. There were no significant differences in primary (p = 0.058) and secondary bleeding (p = 0.142) between the two groups. All bleeding was minor and easily controlled. Multivariate logistic regression analysis ruled out significant correlation between no packing and postoperative bleeding. This study provided evidence that, in terms of postoperative hemorrhage, the safety of the electrocauterization and no-packing technique after FESS was comparable with that of

  7. Dynamic Inertia Weight Binary Bat Algorithm with Neighborhood Search

    PubMed Central

    2017-01-01

    Binary bat algorithm (BBA) is a binary version of the bat algorithm (BA). It has been proven that BBA is competitive compared to other binary heuristic algorithms. Since the update processes of velocity in the algorithm are consistent with BA, in some cases, this algorithm also faces the premature convergence problem. This paper proposes an improved binary bat algorithm (IBBA) to solve this problem. To evaluate the performance of IBBA, standard benchmark functions and zero-one knapsack problems have been employed. The numeric results obtained by benchmark functions experiment prove that the proposed approach greatly outperforms the original BBA and binary particle swarm optimization (BPSO). Compared with several other heuristic algorithms on zero-one knapsack problems, it also verifies that the proposed algorithm is more able to avoid local minima. PMID:28634487

  8. Dynamic Inertia Weight Binary Bat Algorithm with Neighborhood Search.

    PubMed

    Huang, Xingwang; Zeng, Xuewen; Han, Rui

    2017-01-01

    Binary bat algorithm (BBA) is a binary version of the bat algorithm (BA). It has been proven that BBA is competitive compared to other binary heuristic algorithms. Since the update processes of velocity in the algorithm are consistent with BA, in some cases, this algorithm also faces the premature convergence problem. This paper proposes an improved binary bat algorithm (IBBA) to solve this problem. To evaluate the performance of IBBA, standard benchmark functions and zero-one knapsack problems have been employed. The numeric results obtained by benchmark functions experiment prove that the proposed approach greatly outperforms the original BBA and binary particle swarm optimization (BPSO). Compared with several other heuristic algorithms on zero-one knapsack problems, it also verifies that the proposed algorithm is more able to avoid local minima.

  9. 7 CFR 51.310 - Packing requirements.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... (INSPECTION, CERTIFICATION, AND STANDARDS) United States Standards for Grades of Apples Packing Requirements § 51.310 Packing requirements. (a) Apples tray packed or cell packed in cartons shall be arranged.... 3 2 “Fairly tight” means that apples are of the proper size for molds or cell compartments in which...

  10. 7 CFR 51.310 - Packing requirements.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... (INSPECTION, CERTIFICATION, AND STANDARDS) United States Standards for Grades of Apples Packing Requirements § 51.310 Packing requirements. (a) Apples tray packed or cell packed in cartons shall be arranged.... 3 2 “Fairly tight” means that apples are of the proper size for molds or cell compartments in which...

  11. 7 CFR 966.11 - Pack.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE TOMATOES GROWN IN FLORIDA Order Regulating Handling Definitions § 966.11 Pack. Pack means any of the packs of tomatoes as defined and set forth in the United States Standards for Fresh Tomatoes issued by the United States Department of Agriculture (§§ 51...

  12. Nasal packing and stenting

    PubMed Central

    Weber, Rainer K.

    2011-01-01

    Nasal packs are indispensable in ENT practice. This study reviews current indications, effectiveness and risks of nasal packs and stents. In endoscopic surgery, nasal packs should always have smooth surfaces to minimize mucosal damage, improve wound healing and increase patient comfort. Functional endoscopic endonasal sinus surgery allows the use of modern nasal packs, since pressure is no longer required. So called hemostatic/resorbable materials are a first step in this direction. However, they may lead to adhesions and foreign body reactions in mucosal membranes. Simple occlusion is an effective method for creating a moist milieu for improved wound healing and avoiding dryness. Stenting of the frontal sinus is recommended if surgery fails to produce a wide, physiologically shaped drainage path that is sufficiently covered by intact tissue. PMID:22073095

  13. TLC Pack Unpacked

    ERIC Educational Resources Information Center

    Oberhofer, Margret; Colpaert, Jozef

    2015-01-01

    TLC Pack stands for Teaching Languages to Caregivers and is a course designed to support migrants working or hoping to work in the caregiving sector. The TLC Pack resources range from A2 to B2 level of the Common European Framework of Reference for Languages (CEFR), and will be made available online in the six project languages: Dutch, English,…

  14. Adhesive loose packings of small dry particles.

    PubMed

    Liu, Wenwei; Li, Shuiqing; Baule, Adrian; Makse, Hernán A

    2015-08-28

    We explore adhesive loose packings of small dry spherical particles of micrometer size using 3D discrete-element simulations with adhesive contact mechanics and statistical ensemble theory. A dimensionless adhesion parameter (Ad) successfully combines the effects of particle velocities, sizes and the work of adhesion, identifying a universal regime of adhesive packings for Ad > 1. The structural properties of the packings in this regime are well described by an ensemble approach based on a coarse-grained volume function that includes the correlation between bulk and contact spheres. Our theoretical and numerical results predict: (i) an equation of state for adhesive loose packings that appear as a continuation from the frictionless random close packing (RCP) point in the jamming phase diagram and (ii) the existence of an asymptotic adhesive loose packing point at a coordination number Z = 2 and a packing fraction ϕ = 1/2(3). Our results highlight that adhesion leads to a universal packing regime at packing fractions much smaller than the random loose packing (RLP), which can be described within a statistical mechanical framework. We present a general phase diagram of jammed matter comprising frictionless, frictional, adhesive as well as non-spherical particles, providing a classification of packings in terms of their continuation from the spherical frictionless RCP.

  15. 5 Reasons to Pack Your Lunch

    MedlinePlus

    ... Staying Safe Videos for Educators Search English Español 5 Reasons to Pack Your Lunch KidsHealth / For Teens / 5 Reasons to Pack Your Lunch Print 5 Reasons to Pack Your Lunch Most schools are ...

  16. A real-time insulation detection method for battery packs used in electric vehicles

    NASA Astrophysics Data System (ADS)

    Tian, Jiaqiang; Wang, Yujie; Yang, Duo; Zhang, Xu; Chen, Zonghai

    2018-05-01

    Due to the energy crisis and environmental pollution, electric vehicles have become more and more popular. Compared to traditional fuel vehicles, the electric vehicles are integrated with more high-voltage components, which have potential security risks of insulation. The insulation resistance between the chassis and the direct current bus of the battery pack is easily affected by factors such as temperature, humidity and vibration. In order to ensure the safe and reliable operation of the electric vehicles, it is necessary to detect the insulation resistance of the battery pack. This paper proposes an insulation detection scheme based on low-frequency signal injection method. Considering the insulation detector which can be easily affected by noises, the algorithm based on Kalman filter is proposed. Moreover, the battery pack is always in the states of charging and discharging during driving, which will lead to frequent changes in the voltage of the battery pack and affect the estimation accuracy of insulation detector. Therefore the recursive least squares algorithm is adopted to solve the problem that the detection results of insulation detector mutate with the voltage of the battery pack. The performance of the proposed method is verified by dynamic and static experiments.

  17. Pack Density Limitations of Hybrid Parachutes

    NASA Technical Reports Server (NTRS)

    Zwicker, Matthew L.; Sinclair, Robert J.

    2013-01-01

    The development and testing of the Orion crew capsule parachute system has provided a unique opportunity to study dense parachute packing techniques and limits, in order to establish a new baseline for future programs. The density of parachute packs has a significant influence on vibration loads, retention system stresses, and parachute mortar performance. Material compositions and pack densities of existing designs for space capsule recovery were compared, using the pack density of the Apollo main parachutes as the current baseline. The composition of parachutes has changed since Apollo, incorporating new materials such as Kevlar , Vectran , Teflon and Spectra . These materials have different specific densities than Nylon, so the densities of hybrid parachute packs cannot be directly compared to Nylon parachutes for determination of feasibility or volume allocation. Six parachute packs were evaluated in terms of weighted average solid density in order to achieve a non-dimensional comparison of packing density. Means of mitigating damage due to packing pressure and mortar firing were examined in light of the Capsule Parachute Assembly System (CPAS) and Apollo experience. Parachute design improvements including incorporation of modern materials and manufacturing processes serves to make CPAS the new knowledge base on which future spacecraft parachute systems will be built.

  18. On the kinetics of pack aluminization

    NASA Technical Reports Server (NTRS)

    Gupta, B. K.; Sarkhel, A. K.; Seigle, L. L.

    1975-01-01

    A theory of pack aluminization has been formulated by combining gaseous and solid-state diffusion rates. This theory relates the surface composition of the coating and therefore, in principle, the phase morphology and the growth rate of the coating, to pack operating parameters such as pack aluminum density, type of activator, temperature and others. Experimental data on the aluminization of unalloyed nickel in pure aluminum packs obtained to date are in good agreement with the predictions of the theory.

  19. Deterioration of organic packing materials commonly used in air biofiltration: effect of VOC-packing interactions.

    PubMed

    Lebrero, Raquel; Estrada, José M; Muñoz, Raúl; Quijano, Guillermo

    2014-05-01

    The abiotic deterioration of three conventional organic packing materials used in biofiltration (compost, wood bark and Macadamia nutshells) caused by their interaction with toluene (used as a model volatile organic compound) was here studied. The deterioration of the materials was evaluated in terms of structural damage, release of co-substrates and increase of the packing biodegradability. After 21 days of exposure to toluene, all packing materials released co-substrates able to support microbial growth, which were not released by the control materials not exposed to toluene. Likewise, the exposure to toluene increased the packing material biodegradability by 26% in wood bark, 20% in compost and 17% in Macadamia nutshells. Finally, scanning electron microscopy analysis confirmed the deterioration in the structure of the packing materials evaluated due to the exposure to toluene, Macadamia nutshells being the material with the highest resistance to volatile organic compound attack. Copyright © 2014 Elsevier Ltd. All rights reserved.

  20. Confined disordered strictly jammed binary sphere packings

    NASA Astrophysics Data System (ADS)

    Chen, D.; Torquato, S.

    2015-12-01

    Disordered jammed packings under confinement have received considerably less attention than their bulk counterparts and yet arise in a variety of practical situations. In this work, we study binary sphere packings that are confined between two parallel hard planes and generalize the Torquato-Jiao (TJ) sequential linear programming algorithm [Phys. Rev. E 82, 061302 (2010), 10.1103/PhysRevE.82.061302] to obtain putative maximally random jammed (MRJ) packings that are exactly isostatic with high fidelity over a large range of plane separation distances H , small to large sphere radius ratio α , and small sphere relative concentration x . We find that packing characteristics can be substantially different from their bulk analogs, which is due to what we term "confinement frustration." Rattlers in confined packings are generally more prevalent than those in their bulk counterparts. We observe that packing fraction, rattler fraction, and degree of disorder of MRJ packings generally increase with H , though exceptions exist. Discontinuities in the packing characteristics as H varies in the vicinity of certain values of H are due to associated discontinuous transitions between different jammed states. When the plane separation distance is on the order of two large-sphere diameters or less, the packings exhibit salient two-dimensional features; when the plane separation distance exceeds about 30 large-sphere diameters, the packings approach three-dimensional bulk packings. As the size contrast increases (as α decreases), the rattler fraction dramatically increases due to what we call "size-disparity" frustration. We find that at intermediate α and when x is about 0.5 (50-50 mixture), the disorder of packings is maximized, as measured by an order metric ψ that is based on the number density fluctuations in the direction perpendicular to the hard walls. We also apply the local volume-fraction variance στ2(R ) to characterize confined packings and find that these

  1. Valve stem and packing assembly

    DOEpatents

    Wordin, John J.

    1991-01-01

    A valve stem and packing assembly is provided in which a rotatable valve stem includes a first tractrix surface for sliding contact with a stem packing and also includes a second tractrix surface for sliding contact with a bonnet. Force is applied by means of a spring, gland flange, and gland on the stem packing so the stem packing seals to the valve stem and bonnet. This configuration serves to create and maintain a reliable seal between the stem packing and the valve stem. The bonnet includes a second complementary tractrix surface for contacting the second sliding tractrix surface, the combination serving as a journal bearing for the entire valve stem and packing assembly. The journal bearing so configured is known as a Schiele's pivot. The Schiele's pivot also serves to maintain proper alignment of the valve stem with respect to the bonnet. Vertical wear between the surfaces of the Schiele's pivot is uniform at all points of contact between the second sliding tractrix surface and the second complementary tractrix surface of a bonnet. The valve stem is connected to a valve plug by means of a slip joint. The valve is opened and closed by rotating the valve stem. The slip joint compensates for wear on the Schiele's pivot and on the valve plug. A ledge is provided on the valve bonnet for the retaining nut to bear against. The ledge prevents overtightening of the retaining nut and the resulting excessive friction between stem and stem packing.

  2. Valve stem and packing assembly

    DOEpatents

    Wordin, J.J.

    1991-09-03

    A valve stem and packing assembly is provided in which a rotatable valve stem includes a first tractrix surface for sliding contact with a stem packing and also includes a second tractrix surface for sliding contact with a bonnet. Force is applied by means of a spring, gland flange, and gland on the stem packing so the stem packing seals to the valve stem and bonnet. This configuration serves to create and maintain a reliable seal between the stem packing and the valve stem. The bonnet includes a second complementary tractrix surface for contacting the second sliding tractrix surface, the combination serving as a journal bearing for the entire valve stem and packing assembly. The journal bearing so configured is known as a Schiele's pivot. The Schiele's pivot also serves to maintain proper alignment of the valve stem with respect to the bonnet. Vertical wear between the surfaces of the Schiele's pivot is uniform at all points of contact between the second sliding tractrix surface and the second complementary tractrix surface of a bonnet. The valve stem is connected to a valve plug by means of a slip joint. The valve is opened and closed by rotating the valve stem. The slip joint compensates for wear on the Schiele's pivot and on the valve plug. A ledge is provided on the valve bonnet for the retaining nut to bear against. The ledge prevents over tightening of the retaining nut and the resulting excessive friction between stem and stem packing. 2 figures.

  3. Bin Packing, Number Balancing, and Rescaling Linear Programs

    NASA Astrophysics Data System (ADS)

    Hoberg, Rebecca

    This thesis deals with several important algorithmic questions using techniques from diverse areas including discrepancy theory, machine learning and lattice theory. In Chapter 2, we construct an improved approximation algorithm for a classical NP-complete problem, the bin packing problem. In this problem, the goal is to pack items of sizes si ∈ [0,1] into as few bins as possible, where a set of items fits into a bin provided the sum of the item sizes is at most one. We give a polynomial-time rounding scheme for a standard linear programming relaxation of the problem, yielding a packing that uses at most OPT + O(log OPT) bins. This makes progress towards one of the "10 open problems in approximation algorithms" stated in the book of Shmoys and Williamson. In fact, based on related combinatorial lower bounds, Rothvoss conjectures that theta(logOPT) may be a tight bound on the additive integrality gap of this LP relaxation. In Chapter 3, we give a new polynomial-time algorithm for linear programming. Our algorithm is based on the multiplicative weights update (MWU) method, which is a general framework that is currently of great interest in theoretical computer science. An algorithm for linear programming based on MWU was known previously, but was not polynomial time--we remedy this by alternating between a MWU phase and a rescaling phase. The rescaling methods we introduce improve upon previous methods by reducing the number of iterations needed until one can rescale, and they can be used for any algorithm with a similar rescaling structure. Finally, we note that the MWU phase of the algorithm has a simple interpretation as gradient descent of a particular potential function, and we show we can speed up this phase by walking in a direction that decreases both the potential function and its gradient. In Chapter 4, we show that an approximate oracle for Minkowski's Theorem gives an approximate oracle for the number balancing problem, and conversely. Number balancing

  4. 7 CFR 51.310 - Packing requirements.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Packing requirements. 51.310 Section 51.310... MARKETING ACT OF 1946 FRESH FRUITS, VEGETABLES AND OTHER PRODUCTS 1,2 (INSPECTION, CERTIFICATION, AND.... (a) Apples tray packed or cell packed in cartons shall be arranged according to approved and...

  5. Characterisation of RPLC columns packed with porous sub-2 microm particles.

    PubMed

    Petersson, Patrik; Euerby, Melvin R

    2007-08-01

    Eight commercially available sub-2 microm octadecyl silane columns (C18 columns) have been characterised by the Tanaka protocol. The columns can be grouped into two groups that display large differences in selectivity and peak shape due to differences in hydrophobicity, degree of surface coverage and silanol activity. Measurements of particle size distributions were made using automated microscopy and electrical sensing zone measurements. Only a weak correlation could be found between efficiency and particle size. Large differences in column backpressure were observed. These differences are not related to particle size distribution. A more likely explanation is differences in packing density. In order to take full advantage of 100-150 mm columns packed with sub-2 microm particles, it is often necessary to employ not only an elevated pressure but also an elevated temperature. A comparison between columns packed with sub-2, 3 and 5 microm versions of the same packing indicates potential method transferability problems for several of the columns due to selectivity differences. Currently, the best alternative for fast high-resolution LC is the use of sub-2 microm particles in combination with elevated pressure and temperature. However, as shown in this study additional efforts are needed to improve transferability as well as column performance.

  6. Quasistatic packings of droplets in flat microfluidic channels

    NASA Astrophysics Data System (ADS)

    Kadivar, Erfan

    2016-02-01

    As observed in recent experiments, monodisperse droplets self-assemble spontaneously in different ordered packings. In this work, we present a numerical study of the droplet packings in the flat rectangular microfluidic channels. Employing the boundary element method, we numerically solve the Stokes equation in two-dimension and investigate the appearance of droplet packing and transition between one and two-row packings of monodisperse emulsion droplets. By calculating packing force applied on the droplet interface, we investigate the effect of flow rate, droplet size, and surface tension on the packing configurations of droplets and transition between different topological packings.

  7. Partitioning and packing mathematical simulation models for calculation on parallel computers

    NASA Technical Reports Server (NTRS)

    Arpasi, D. J.; Milner, E. J.

    1986-01-01

    The development of multiprocessor simulations from a serial set of ordinary differential equations describing a physical system is described. Degrees of parallelism (i.e., coupling between the equations) and their impact on parallel processing are discussed. The problem of identifying computational parallelism within sets of closely coupled equations that require the exchange of current values of variables is described. A technique is presented for identifying this parallelism and for partitioning the equations for parallel solution on a multiprocessor. An algorithm which packs the equations into a minimum number of processors is also described. The results of the packing algorithm when applied to a turbojet engine model are presented in terms of processor utilization.

  8. Paediatric oncology information pack for general practitioners

    PubMed Central

    James, J A; Harris, D J; Mott, M G; Oakhill, A

    1988-01-01

    An information pack covering important aspects of paediatric oncology has been developed for general practitioners. Sixty general practitioners who received the information pack found that it helped them in managing children with neoplastic disease and their families. The pack has also improved communications between the oncology unit and general practitioners. Similar packs could be produced by paediatricians working in other specialties. PMID:3122972

  9. Polyhedra and packings from hyperbolic honeycombs.

    PubMed

    Pedersen, Martin Cramer; Hyde, Stephen T

    2018-06-20

    We derive more than 80 embeddings of 2D hyperbolic honeycombs in Euclidean 3 space, forming 3-periodic infinite polyhedra with cubic symmetry. All embeddings are "minimally frustrated," formed by removing just enough isometries of the (regular, but unphysical) 2D hyperbolic honeycombs [Formula: see text], [Formula: see text], [Formula: see text], [Formula: see text], and [Formula: see text] to allow embeddings in Euclidean 3 space. Nearly all of these triangulated "simplicial polyhedra" have symmetrically identical vertices, and most are chiral. The most symmetric examples include 10 infinite "deltahedra," with equilateral triangular faces, 6 of which were previously unknown and some of which can be described as packings of Platonic deltahedra. We describe also related cubic crystalline packings of equal hyperbolic discs in 3 space that are frustrated analogues of optimally dense hyperbolic disc packings. The 10-coordinated packings are the least "loosened" Euclidean embeddings, although frustration swells all of the hyperbolic disc packings to give less dense arrays than the flat penny-packing even though their unfrustrated analogues in [Formula: see text] are denser.

  10. 7 CFR 51.1527 - Standard pack.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... peach boxes, lug boxes and small consumer packages. In layer-packed California peach boxes or lug boxes... package. The number of plums or prunes in California peach boxes or lug boxes shall not vary more than 4... container. (ii) Face and fill packs in cartons and lug boxes. In face and fill packs in cartons and lug...

  11. 7 CFR 51.1527 - Standard pack.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... peach boxes, lug boxes and small consumer packages. In layer-packed California peach boxes or lug boxes... package. The number of plums or prunes in California peach boxes or lug boxes shall not vary more than 4... container. (ii) Face and fill packs in cartons and lug boxes. In face and fill packs in cartons and lug...

  12. Modular vaccine packaging increases packing efficiency

    PubMed Central

    Norman, Bryan A.; Rajgopal, Jayant; Lim, Jung; Gorham, Katrin; Haidari, Leila; Brown, Shawn T.; Lee, Bruce Y.

    2015-01-01

    Background Within a typical vaccine supply chain, vaccines are packaged into individual cylindrical vials (each containing one or more doses) that are bundled together in rectangular “inner packs” for transport via even larger groupings such as cold boxes and vaccine carriers. The variability of vaccine inner pack and vial size may hinder efficient vaccine distribution because it constrains packing of cold boxes and vaccine carriers to quantities that are often inappropriate or suboptimal in the context of country-specific vaccination guidelines. Methods We developed in Microsoft Excel (Microsoft Corp., Redmond, WA) a spreadsheet model that evaluated the impact of different packing schemes for the Benin routine regimen plus the introduction of the Rotarix vaccine. Specifically, we used the model to compare the current packing scheme to that of a proposed modular packing scheme. Results Conventional packing of a Dometic RCW25 that aims to maximize fully-immunized children (FICs) results in 123 FICs and a packing efficiency of 81.93% compared to a maximum of 155 FICs and 94.1% efficiency for an alternative modular packaging system. Conclusions Our analysis suggests that modular packaging systems could offer significant advantages over conventional vaccine packaging systems with respect to space efficiency and potential FICs, when they are stored in standard vaccine carrying devices. This allows for more vaccines to be stored within the same volume while also simplifying the procedures used by field workers to pack storage devices. Ultimately, modular packaging systems could be a simple way to help increase vaccine coverage worldwide. PMID:25957666

  13. Cluster and constraint analysis in tetrahedron packings

    NASA Astrophysics Data System (ADS)

    Jin, Weiwei; Lu, Peng; Liu, Lufeng; Li, Shuixiang

    2015-04-01

    The disordered packings of tetrahedra often show no obvious macroscopic orientational or positional order for a wide range of packing densities, and it has been found that the local order in particle clusters is the main order form of tetrahedron packings. Therefore, a cluster analysis is carried out to investigate the local structures and properties of tetrahedron packings in this work. We obtain a cluster distribution of differently sized clusters, and peaks are observed at two special clusters, i.e., dimer and wagon wheel. We then calculate the amounts of dimers and wagon wheels, which are observed to have linear or approximate linear correlations with packing density. Following our previous work, the amount of particles participating in dimers is used as an order metric to evaluate the order degree of the hierarchical packing structure of tetrahedra, and an order map is consequently depicted. Furthermore, a constraint analysis is performed to determine the isostatic or hyperstatic region in the order map. We employ a Monte Carlo algorithm to test jamming and then suggest a new maximally random jammed packing of hard tetrahedra from the order map with a packing density of 0.6337.

  14. Physics based modeling of a series parallel battery pack for asymmetry analysis, predictive control and life extension

    NASA Astrophysics Data System (ADS)

    Ganesan, Nandhini; Basu, Suman; Hariharan, Krishnan S.; Kolake, Subramanya Mayya; Song, Taewon; Yeo, Taejung; Sohn, Dong Kee; Doo, Seokgwang

    2016-08-01

    Lithium-Ion batteries used for electric vehicle applications are subject to large currents and various operation conditions, making battery pack design and life extension a challenging problem. With increase in complexity, modeling and simulation can lead to insights that ensure optimal performance and life extension. In this manuscript, an electrochemical-thermal (ECT) coupled model for a 6 series × 5 parallel pack is developed for Li ion cells with NCA/C electrodes and validated against experimental data. Contribution of the cathode to overall degradation at various operating conditions is assessed. Pack asymmetry is analyzed from a design and an operational perspective. Design based asymmetry leads to a new approach of obtaining the individual cell responses of the pack from an average ECT output. Operational asymmetry is demonstrated in terms of effects of thermal gradients on cycle life, and an efficient model predictive control technique is developed. Concept of reconfigurable battery pack is studied using detailed simulations that can be used for effective monitoring and extension of battery pack life.

  15. Coalescence preference in densely packed microbubbles

    DOE PAGES

    Kim, Yeseul; Lim, Su Jin; Gim, Bopil; ...

    2015-01-13

    A bubble merged from two parent bubbles with different size tends to be placed closer to the larger parent. This phenomenon is known as the coalescence preference. Here we demonstrate that the coalescence preference can be blocked inside a densely packed cluster of bubbles. We utilized high-speed high-resolution X-ray microscopy to clearly visualize individual coalescence events inside densely packed microbubbles with a local packing fraction of ~40%. Thus, the surface energy release theory predicts an exponent of 5 in a relation between the relative coalescence position and the parent size ratio, whereas our observation for coalescence in densely packed microbubblesmore » shows a different exponent of 2. We believe that this result would be important to understand the reality of coalescence dynamics in a variety of packing situations of soft matter.« less

  16. Coalescence preference in densely packed microbubbles

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kim, Yeseul; Lim, Su Jin; Gim, Bopil

    A bubble merged from two parent bubbles with different size tends to be placed closer to the larger parent. This phenomenon is known as the coalescence preference. Here we demonstrate that the coalescence preference can be blocked inside a densely packed cluster of bubbles. We utilized high-speed high-resolution X-ray microscopy to clearly visualize individual coalescence events inside densely packed microbubbles with a local packing fraction of ~40%. Thus, the surface energy release theory predicts an exponent of 5 in a relation between the relative coalescence position and the parent size ratio, whereas our observation for coalescence in densely packed microbubblesmore » shows a different exponent of 2. We believe that this result would be important to understand the reality of coalescence dynamics in a variety of packing situations of soft matter.« less

  17. Eating less from bigger packs: Preventing the pack size effect with diet primes.

    PubMed

    Versluis, Iris; Papies, Esther K

    2016-05-01

    An increase in the package size of food has been shown to lead to an increase in energy intake from this food, the so-called pack size effect. Previous research has shown that providing diet-concerned individuals with a reminder, or prime, of their dieting goal can help them control their consumption. Here, we investigated if providing such a prime is also effective for reducing the magnitude of the pack size effect. We conducted two experiments in which the cover of a dieting magazine (Experiment 1) and diet-related commercials (Experiment 2) served as diet goal primes. Both experiments had a 2 (pack size: small vs. large) × 2 (prime: diet vs. control) × 2 (dietary restraint: high vs. low) between participants design. We measured expected consumption of four snack foods in Experiment 1 (N = 477), and actual consumption of M&M's in Experiment 2 (N = 224). Results showed that the diet prime reduced the pack size effect for both restrained and unrestrained eaters in Experiment 1 and for restrained eaters only in Experiment 2. Although effect sizes were small, these findings suggest that a diet prime motivates restrained eaters to limit their consumption, and as a result the pack size has less influence on the amount consumed. We discuss limitations of this research as well as potential avenues for further research and theoretical and practical implications. Copyright © 2016 Elsevier Ltd. All rights reserved.

  18. Respiratory complications from nasal packing: systematic review.

    PubMed

    Rotenberg, Brian; Tam, Samantha

    2010-10-01

    Patients with posterior nasal packing are thought to be at high risk for the development of respiratory complications. Controversy exists regarding the evidence in that regard; consequently, the level of vital sign monitoring required for these patients is unclear. The objective of this article is to systematically review the literature describing respiratory complications from nasal packing. Literature published before July 2009 on Medline and Embase was eligible for inclusion. Original research and review articles whose major topic was nasal packing for epistaxis were included. Nonhuman studies and studies not published in English were excluded. Studies were evaluated for quality using a modified Downs and Black scale. Data regarding respiratory complications of nasal packing were extracted and summarized. Of the 262 studies retrieved, 14 met inclusion criteria (7 case series, 3 cohort studies, and 4 reviews). Six studies discussed pulmonary mechanics, three discussed sleep apnea, two reviews described complications of nasal packing, and three articles focused on the treatment of posterior epistaxis. There was a lack of high-quality literature describing adverse respiratory events following posterior packing. The literature regarding development of respiratory complications from posterior packing is mostly based on expert opinion or case series. There is some suggestion that sleep apnea may develop after placement posterior nasal packing, but the severity appears to be mild. Evidence is lacking to support the contention that all patients with posterior packing are at risk for developing adverse respiratory events or require admission to a monitored setting.

  19. Entanglement Theories: Packing vs. Percolation

    NASA Astrophysics Data System (ADS)

    Wool, Richard

    2007-03-01

    There are two emergent theories of polymer entanglements, the Packing Model (Fetters, Lohse, Graessley, Milner, Whitten, ˜'98) and the Percolation Model (Wool ˜'93). The Packing model suggests that the entanglement molecular weight Me is determined by Me = K p^3, where the packing length parameter p = V/R^2 in which V is the volume of the chain (V=M/ρNa), R is the end-to end vector of the chain, and K 357 ρNa, is an empirical constant. The Percolation model states that an entanglement network develops when the number of chains per unit area σ, intersecting any load bearing plane, is equal to 3 times the number of chain segments (1/a cross-section), such that when 3aσ =1 at the percolation threshold, Me 31 MjC∞, in which Mj is the step molecular weight and C∞ is the characteristic ratio. There are no fitting parameters in the Percolation model. The Packing model predicts that Me decreases rapidly with chain stiffness, as Me˜1/C∞^3, while the Percolation model predicts that Me increases with C∞, as Me˜C∞. The Percolation model was found to be the correct model based on computer simulations (M. Bulacu et al) and a re-analysis of the Packing model experimental data. The Packing model can be derived from the Percolation model, but not visa versa, and reveals a surprising accidental relation between C∞ and Mj in the front factor K. This result significantly impacts the interpretation of the dynamics of rheology and fracture of entangled polymers.

  20. Tuning jammed frictionless disk packings from isostatic to hyperstatic.

    PubMed

    Schreck, Carl F; O'Hern, Corey S; Silbert, Leonardo E

    2011-07-01

    We perform extensive computational studies of two-dimensional static bidisperse disk packings using two distinct packing-generation protocols. The first involves thermally quenching equilibrated liquid configurations to zero temperature over a range of thermal quench rates r and initial packing fractions followed by compression and decompression in small steps to reach packing fractions φ(J) at jamming onset. For the second, we seed the system with initial configurations that promote micro- and macrophase-separated packings followed by compression and decompression to φ(J). Using these protocols, we generate more than 10(4) static packings over a wide range of packing fraction, contact number, and compositional and positional order. We find that disordered, isostatic packings exist over a finite range of packing fractions in the large-system limit. In agreement with previous calculations, the most dilute mechanically stable packings with φ min ≈ 0.84 are obtained for r > r*, where r* is the rate above which φ(J) is insensitive to rate. We further compare the structural and mechanical properties of isostatic versus hyperstatic packings. The structural characterizations include the contact number, several order parameters, and mixing ratios of the large and small particles. We find that the isostatic packings are positionally and compositionally disordered (with only small changes in a number of order parameters), whereas bond-orientational and compositional order increase strongly with contact number for hyperstatic packings. In addition, we calculate the static shear modulus and normal mode frequencies (in the harmonic approximation) of the static packings to understand the extent to which the mechanical properties of disordered, isostatic packings differ from partially ordered packings. We find that the mechanical properties of the packings change continuously as the contact number increases from isostatic to hyperstatic.

  1. Random sphere packing model of heterogeneous propellants

    NASA Astrophysics Data System (ADS)

    Kochevets, Sergei Victorovich

    It is well recognized that combustion of heterogeneous propellants is strongly dependent on the propellant morphology. Recent developments in computing systems make it possible to start three-dimensional modeling of heterogeneous propellant combustion. A key component of such large scale computations is a realistic model of industrial propellants which retains the true morphology---a goal never achieved before. The research presented develops the Random Sphere Packing Model of heterogeneous propellants and generates numerical samples of actual industrial propellants. This is done by developing a sphere packing algorithm which randomly packs a large number of spheres with a polydisperse size distribution within a rectangular domain. First, the packing code is developed, optimized for performance, and parallelized using the OpenMP shared memory architecture. Second, the morphology and packing fraction of two simple cases of unimodal and bimodal packs are investigated computationally and analytically. It is shown that both the Loose Random Packing and Dense Random Packing limits are not well defined and the growth rate of the spheres is identified as the key parameter controlling the efficiency of the packing. For a properly chosen growth rate, computational results are found to be in excellent agreement with experimental data. Third, two strategies are developed to define numerical samples of polydisperse heterogeneous propellants: the Deterministic Strategy and the Random Selection Strategy. Using these strategies, numerical samples of industrial propellants are generated. The packing fraction is investigated and it is shown that the experimental values of the packing fraction can be achieved computationally. It is strongly believed that this Random Sphere Packing Model of propellants is a major step forward in the realistic computational modeling of heterogeneous propellant of combustion. In addition, a method of analysis of the morphology of heterogeneous

  2. On the kinetics of the pack - Aluminization process

    NASA Technical Reports Server (NTRS)

    Sivakumar, R.; Seigle, L. L.

    1976-01-01

    An investigation has been made of the aluminization of unalloyed Ni in fluoride-activated packs of varying Al activity. In packs of low Al activity, in which the ratio of Al to Ni was less than 50 at. pct, the specimen surface quickly came to equilibrium with the pack and remained close to equilibrium for the duration of normal coating runs. In these packs the kinetics of aluminization was controlled by diffusion in the solid. In packs of higher Al activity the surface of the specimen did not come to equilibrium with the pack and the kinetics of the process was governed by a combination of solid and gas diffusion rates. Under most conditions however, the surface composition was time-invariant and a steady-state appeared to exist at the pack-coating interface. By combining Levine and Caves' model for gaseous diffusion in pure-Al packs with calculations of solid diffusion rates some success has been achieved in explaining the results.

  3. 7 CFR 982.11 - Pack.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... according to size, internal quality, and external appearance and condition of hazelnuts packed in accordance... 7 Agriculture 8 2010-01-01 2010-01-01 false Pack. 982.11 Section 982.11 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and...

  4. 7 CFR 51.2840 - Export packing requirements.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Export packing requirements. 51.2840 Section 51.2840 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards...) Export Packing Requirements § 51.2840 Export packing requirements. Onions specified as meeting Export...

  5. Method for packing chromatographic beds

    DOEpatents

    Freeman, David H.; Angeles, Rosalie M.; Keller, Suzanne

    1991-01-01

    Column chromatography beds are packed through the application of static force. A slurry of the chromatography bed material and a non-viscous liquid is filled into the column plugged at one end, and allowed to settle. The column is transferred to a centrifuge, and centrifuged for a brief period of time to achieve a predetermined packing level, at a range generally of 100-5,000 gravities. Thereafter, the plug is removed, other fixtures may be secured, and the liquid is allowed to flow out through the bed. This results in an evenly packed bed, with no channeling or preferential flow characteristics.

  6. Battery Pack Thermal Design

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pesaran, Ahmad

    This presentation describes the thermal design of battery packs at the National Renewable Energy Laboratory. A battery thermal management system essential for xEVs for both normal operation during daily driving (achieving life and performance) and off-normal operation during abuse conditions (achieving safety). The battery thermal management system needs to be optimized with the right tools for the lowest cost. Experimental tools such as NREL's isothermal battery calorimeter, thermal imaging, and heat transfer setups are needed. Thermal models and computer-aided engineering tools are useful for robust designs. During abuse conditions, designs should prevent cell-to-cell propagation in a module/pack (i.e., keep themore » fire small and manageable). NREL's battery ISC device can be used for evaluating the robustness of a module/pack to cell-to-cell propagation.« less

  7. A lifelong learning hyper-heuristic method for bin packing.

    PubMed

    Sim, Kevin; Hart, Emma; Paechter, Ben

    2015-01-01

    We describe a novel hyper-heuristic system that continuously learns over time to solve a combinatorial optimisation problem. The system continuously generates new heuristics and samples problems from its environment; and representative problems and heuristics are incorporated into a self-sustaining network of interacting entities inspired by methods in artificial immune systems. The network is plastic in both its structure and content, leading to the following properties: it exploits existing knowledge captured in the network to rapidly produce solutions; it can adapt to new problems with widely differing characteristics; and it is capable of generalising over the problem space. The system is tested on a large corpus of 3,968 new instances of 1D bin-packing problems as well as on 1,370 existing problems from the literature; it shows excellent performance in terms of the quality of solutions obtained across the datasets and in adapting to dynamically changing sets of problem instances compared to previous approaches. As the network self-adapts to sustain a minimal repertoire of both problems and heuristics that form a representative map of the problem space, the system is further shown to be computationally efficient and therefore scalable.

  8. 48 CFR 552.211-87 - Export packing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 4 2010-10-01 2010-10-01 false Export packing. 552.211-87... FORMS SOLICITATION PROVISIONS AND CONTRACT CLAUSES Text of Provisions and Clauses 552.211-87 Export packing. As prescribed in 511.204(b)(7), insert the following clause: Export Packing (JAN 2010) (a...

  9. A fresh look at the wolf-pack theory of companion-animal dog social behavior.

    PubMed

    van Kerkhove, Wendy

    2004-01-01

    A popular perspective on the social behavior of dogs in multiple-dog households sees the dogs' behavior as reflecting the sociobiological laws of the rigidly structured dominance hierarchy that has been described for wolf packs. This view suggests that aggression problems among dogs are natural expressions of conflict that arise whenever dominance status is in contention. One recommended solution has been for the owner to endorse and enforce a particular dominance hierarchy because, on the wolf pack model, aggression is minimized when the structure of the hierarchy is clear, strong, and stable. This article questions the validity of this perspective on 2 principal grounds. First, because it does not seem to occur in the wild, this article suggests the strong dominance hierarchy that has been described for wolves may be a by-product of captivity. If true, it implies that social behavior--even in wolves--may be a product more of environmental circumstances and contingencies than an instinctive directive. Second, because feral dogs do not exhibit the classic wolf-pack structure, the validity of the canid, social dominance hierarchy again comes into question. This article suggests that behavioral learning theory offers another perspective regarding the behavior of dogs and wolves in the wild or in captivity and offers an effective intervention for aggression problems.

  10. Avian photoreceptor patterns represent a disordered hyperuniform solution to a multiscale packing problem

    NASA Astrophysics Data System (ADS)

    Jiao, Yang; Lau, Timothy; Hatzikirou, Haralampos; Meyer-Hermann, Michael; Corbo, Joseph C.; Torquato, Salvatore

    2014-02-01

    Optimal spatial sampling of light rigorously requires that identical photoreceptors be arranged in perfectly regular arrays in two dimensions. Examples of such perfect arrays in nature include the compound eyes of insects and the nearly crystalline photoreceptor patterns of some fish and reptiles. Birds are highly visual animals with five different cone photoreceptor subtypes, yet their photoreceptor patterns are not perfectly regular. By analyzing the chicken cone photoreceptor system consisting of five different cell types using a variety of sensitive microstructural descriptors, we find that the disordered photoreceptor patterns are "hyperuniform" (exhibiting vanishing infinite-wavelength density fluctuations), a property that had heretofore been identified in a unique subset of physical systems, but had never been observed in any living organism. Remarkably, the patterns of both the total population and the individual cell types are simultaneously hyperuniform. We term such patterns "multihyperuniform" because multiple distinct subsets of the overall point pattern are themselves hyperuniform. We have devised a unique multiscale cell packing model in two dimensions that suggests that photoreceptor types interact with both short- and long-ranged repulsive forces and that the resultant competition between the types gives rise to the aforementioned singular spatial features characterizing the system, including multihyperuniformity. These findings suggest that a disordered hyperuniform pattern may represent the most uniform sampling arrangement attainable in the avian system, given intrinsic packing constraints within the photoreceptor epithelium. In addition, they show how fundamental physical constraints can change the course of a biological optimization process. Our results suggest that multihyperuniform disordered structures have implications for the design of materials with novel physical properties and therefore may represent a fruitful area for future

  11. Order - disorder transitions in granular sphere packings

    NASA Astrophysics Data System (ADS)

    Panaitescu, Andreea M.

    Granular materials are ubiquitous in many industrial and natural processes, yet their complex behaviors characterized by unusual static and dynamic properties are still poorly understood. In this dissertation we investigate both the geometrical structure and the dynamical properties (the response to shear deformations, disorder-order transition and crystallization) of packings of mono-sized spheres as a function of the packing volume fraction. Different average packing fractions were obtained by submitting a dense granular material to periodic shear deformations and by epitaxy. Using advanced imaging techniques including the refractive index matched imaging (RIM) and X-ray computed tomography (CT) enables us to determine the three dimensional particles position inside the packing. From positions we obtain the Voronoi tessellation corresponding to the particles in the bulk and calculate the radial distribution and the bond-order metric. These two parameters are widely used to quantify the structure of the spherical particle systems. A granular packing undergoing periodic shear deformations is observed to slowly evolve towards crystallization and the packing fraction is correspondingly observed to increase smoothly from loose packing fraction, 0.59, well above the random close packing fraction, 0.637. Tracking the particles over several shear cycles allows us to obtain the probability distributions of particle displacements and the mean-square displacements and to compute the components of the diffusion tensor. We find that in a shear flow, the initial self-diffusion of the particles is anisotropic with diffusion greater in the flow direction compared with the velocity gradient direction which in turn is greater than in the vorticity direction. We further find that the granular matter under cyclic shear shows reversible as well as irreversible or plastic response for small enough strain amplitude. The appearance and the propagation of the crystalline order were

  12. Packing Products: Polystyrene vs. Cornstarch

    ERIC Educational Resources Information Center

    Starr, Suzanne

    2009-01-01

    Packing materials such as polystyrene take thousands of years to decompose, whereas packing peanuts made from cornstarch, which some companies are now using, can serve the same purpose, but dissolve in water. The author illustrates this point to her class one rainy day using the sculptures students made from polystyrene and with the cornstarch…

  13. GlobiPack v. 1.0

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bartlett, Roscoe

    2010-03-31

    GlobiPack contains a small collection of optimization globalization algorithms. These algorithms are used by optimization and various nonlinear equation solver algorithms.Used as the line-search procedure with Newton and Quasi-Newton optimization and nonlinear equation solver methods. These are standard published 1-D line search algorithms such as are described in the book Nocedal and Wright Numerical Optimization: 2nd edition, 2006. One set of algorithms were copied and refactored from the existing open-source Trilinos package MOOCHO where the linear search code is used to globalize SQP methods. This software is generic to any mathematical optimization problem where smooth derivatives exist. There is nomore » specific connection or mention whatsoever to any specific application, period. You cannot find more general mathematical software.« less

  14. Automated packing systems: review of industrial implementations

    NASA Astrophysics Data System (ADS)

    Whelan, Paul F.; Batchelor, Bruce G.

    1993-08-01

    A rich theoretical background to the problems that occur in the automation of material handling can be found in operations research, production engineering, systems engineering and automation, more specifically machine vision, literature. This work has contributed towards the design of intelligent handling systems. This paper will review the application of these automated material handling and packing techniques to industrial problems. The discussion will also highlight the systems integration issues involved in these applications. An outline of one such industrial application, the automated placement of shape templates on to leather hides, is also discussed. The purpose of this system is to arrange shape templates on a leather hide in an efficient manner, so as to minimize the leather waste, before they are automatically cut from the hide. These pieces are used in the furniture and car manufacturing industries for the upholstery of high quality leather chairs and car seats. Currently this type of operation is semi-automated. The paper will outline the problems involved in the full automation of such a procedure.

  15. The effect of nanoparticle packing on capacitive electrode performance.

    PubMed

    Lee, Younghee; Noh, Seonmyeong; Kim, Min-Sik; Kong, Hye Jeong; Im, Kyungun; Kwon, Oh Seok; Kim, Sungmin; Yoon, Hyeonseok

    2016-06-09

    Nanoparticles pack together to form macro-scale electrodes in various types of devices, and thus, optimization of the nanoparticle packing is a prerequisite for the realization of a desirable device performance. In this work, we provide in-depth insight into the effect of nanoparticle packing on the performance of nanoparticle-based electrodes by combining experimental and computational findings. As a model system, polypyrrole nanospheres of three different diameters were used to construct pseudocapacitive electrodes, and the performance of the electrodes was examined at various nanosphere diameter ratios and mixed weight fractions. Two numerical algorithms are proposed to simulate the random packing of the nanospheres on the electrode. The binary nanospheres exhibited diverse, complicated packing behaviors compared with the monophasic packing of each nanosphere species. The packing of the two nanosphere species with lower diameter ratios at an optimized composition could lead to more dense packing of the nanospheres, which in turn could contribute to better device performance. The dense packing of the nanospheres would provide more efficient transport pathways for ions because of the reduced inter-nanosphere pore size and enlarged surface area for charge storage. Ultimately, it is anticipated that our approach can be widely used to define the concept of "the best nanoparticle packing" for desirable device performance.

  16. A MAP fixed-point, packing-unpacking routine for the IBM 7094 computer

    Treesearch

    Robert S. Helfman

    1966-01-01

    Two MAP (Macro Assembly Program) computer routines for packing and unpacking fixed point data are described. Use of these routines with Fortran IV Programs provides speedy access to quantities of data which far exceed the normal storage capacity of IBM 7000-series computers. Many problems that could not be attempted because of the slow access-speed of tape...

  17. Leadership in wolf, Canis lupus, packs

    USGS Publications Warehouse

    Mech, L. David

    2000-01-01

    I examine leadership in Wolf (Canis lupus) packs based on published observations and data gathered during summers from 1986 to 1998 studying a free-ranging pack of Wolves on Ellesmere Island that were habituated to my presence. The breeding male tended to initiate activities associated with foraging and travel, and the breeding female to initiate, and predominate in, pup care and protection. However, there was considerable overlap and interaction during these activities such that leadership could be considered a joint function. In packs with multiple breeders, quantitative information about leadership is needed.

  18. Physical reconstruction of packed beds and their morphological analysis: core-shell packings as an example.

    PubMed

    Bruns, Stefan; Tallarek, Ulrich

    2011-04-08

    We report a fast, nondestructive, and quantitative approach to characterize the morphology of packed beds of fine particles by their three-dimensional reconstruction from confocal laser scanning microscopy images, exemplarily shown for a 100μm i.d. fused-silica capillary packed with 2.6μm-sized core-shell particles. The presented method is generally applicable to silica-based capillary columns, monolithic or particulate, and comprises column pretreatment, image acquisition, image processing, and statistical analysis of the image data. It defines a unique platform for fundamental comparisons of particulate and monolithic supports using the statistical measures derived from their reconstructions. Received morphological data are column cross-sectional porosity profiles and chord length distributions from the interparticle macropore space, which are a descriptor of local density and can be characterized by a simplified k-gamma distribution. This distribution function provides a parameter of location and a parameter of dispersion which can be correlated to individual chromatographic band broadening processes (i.e., to transchannel and short-range interchannel contributions to eddy dispersion, respectively). Together with the transcolumn porosity profile the presented approach allows to analyze and quantify the packing microstructure from pore to column scale and therefore holds great promise in a comparative study of packing conditions and particle properties, particularly for characterizing and minimizing the packing process-specific heterogeneities in the final bed structure. Copyright © 2011 Elsevier B.V. All rights reserved.

  19. Nonuniversality of density and disorder in jammed sphere packings

    NASA Astrophysics Data System (ADS)

    Jiao, Yang; Stillinger, Frank H.; Torquato, Salvatore

    2011-01-01

    We show for the first time that collectively jammed disordered packings of three-dimensional monodisperse frictionless hard spheres can be produced and tuned using a novel numerical protocol with packing density ϕ as low as 0.6. This is well below the value of 0.64 associated with the maximally random jammed state and entirely unrelated to the ill-defined "random loose packing" state density. Specifically, collectively jammed packings are generated with a very narrow distribution centered at any density ϕ over a wide density range ϕ ɛ(0.6,0.740 48…) with variable disorder. Our results support the view that there is no universal jamming point that is distinguishable based on the packing density and frequency of occurrence. Our jammed packings are mapped onto a density-order-metric plane, which provides a broader characterization of packings than density alone. Other packing characteristics, such as the pair correlation function, average contact number, and fraction of rattlers are quantified and discussed.

  20. A Linear Kernel for Co-Path/Cycle Packing

    NASA Astrophysics Data System (ADS)

    Chen, Zhi-Zhong; Fellows, Michael; Fu, Bin; Jiang, Haitao; Liu, Yang; Wang, Lusheng; Zhu, Binhai

    Bounded-Degree Vertex Deletion is a fundamental problem in graph theory that has new applications in computational biology. In this paper, we address a special case of Bounded-Degree Vertex Deletion, the Co-Path/Cycle Packing problem, which asks to delete as few vertices as possible such that the graph of the remaining (residual) vertices is composed of disjoint paths and simple cycles. The problem falls into the well-known class of 'node-deletion problems with hereditary properties', is hence NP-complete and unlikely to admit a polynomial time approximation algorithm with approximation factor smaller than 2. In the framework of parameterized complexity, we present a kernelization algorithm that produces a kernel with at most 37k vertices, improving on the super-linear kernel of Fellows et al.'s general theorem for Bounded-Degree Vertex Deletion. Using this kernel,and the method of bounded search trees, we devise an FPT algorithm that runs in time O *(3.24 k ). On the negative side, we show that the problem is APX-hard and unlikely to have a kernel smaller than 2k by a reduction from Vertex Cover.

  1. An Amino Acid Code for β-sheet Packing Structure

    PubMed Central

    Joo, Hyun; Tsai, Jerry

    2014-01-01

    To understand the relationship between protein sequence and structure, this work extends the knob-socket model in an investigation of β-sheet packing. Over a comprehensive set of β-sheet folds, the contacts between residues were used to identify packing cliques: sets of residues that all contact each other. These packing cliques were then classified based on size and contact order. From this analysis, the 2 types of 4 residue packing cliques necessary to describe β-sheet packing were characterized. Both occur between 2 adjacent hydrogen bonded β-strands. First, defining the secondary structure packing within β-sheets, the combined socket or XY:HG pocket consists of 4 residues i,i+2 on one strand and j,j+2 on the other. Second, characterizing the tertiary packing between β-sheets, the knob-socket XY:H+B consists of a 3 residue XY:H socket (i,i+2 on one strand and j on the other) packed against a knob B residue (residue k distant in sequence). Depending on the packing depth of the knob B residue, 2 types of knob-sockets are found: side-chain and main-chain sockets. The amino acid composition of the pockets and knob-sockets reveal the sequence specificity of β-sheet packing. For β-sheet formation, the XY:HG pocket clearly shows sequence specificity of amino acids. For tertiary packing, the XY:H+B side-chain and main-chain sockets exhibit distinct amino acid preferences at each position. These relationships define an amino acid code for β-sheet structure and provide an intuitive topological mapping of β-sheet packing. PMID:24668690

  2. [Research progress on the management of no packing after septoplasty].

    PubMed

    Lu, Sheng; Zhang, Longcheng; Li, Jieen

    2016-01-01

    Packing the nose after septoplasty is common practice. The use of postoperative packing has been proposed to reduce the dead space between the subperichondrial flaps and minimize postoperative complications such as hemorrhage, septal hematoma, and formation of synechiae. Additionally, postoperative packing is thought to stabilize the remaining cartilaginous septum and minimize persistence or recurrence of septal deviation. Despite these theoretic advantages, evidence to support the use of postoperative packing is lacking. Additionally, nasal packing is not an innocuous procedure. The use of nasal packing actually cause these complications such as postop- erative pain, mucosal injury, bleeding, worsening of breathing due to sleep disorders, and postoperative infections. Routine use of anterior nasal packing after septoplasty should be challenged for not presenting proven benefit. As alternatives to traditional packing, septal suturing, septal stapler and fibrin glue have been used recently. The purpose of this article is to summarize the progress of traditional packing to no packing after septoplasty.

  3. 27 CFR 24.308 - Bottled or packed wine record.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Bottled or packed wine... BUREAU, DEPARTMENT OF THE TREASURY LIQUORS WINE Records and Reports § 24.308 Bottled or packed wine record. A proprietor who bottles, packs, or receives bottled or packed beverage wine in bond shall...

  4. Parallelization of Catalytic Packed-Bed Microchannels with Pressure-Drop Microstructures for Gas-Liquid Multiphase Reactions

    NASA Astrophysics Data System (ADS)

    Murakami, Sunao; Ohtaki, Kenichiro; Matsumoto, Sohei; Inoue, Tomoya

    2012-06-01

    High-throughput and stable treatments are required to achieve the practical production of chemicals with microreactors. However, the flow maldistribution to the paralleled microchannels has been a critical problem in achieving the productive use of multichannel microreactors for multiphase flow conditions. In this study, we newly designed and fabricated a glass four-channel catalytic packed-bed microreactor for the scale-up of gas-liquid multiphase chemical reactions. We embedded microstructures generating high pressure losses at the upstream side of each packed bed, and experimentally confirmed the efficacy of the microstructures in decreasing the maldistribution of the gas-liquid flow to the parallel microchannels.

  5. Hashish Body Packing: A Case Report

    PubMed Central

    Soriano-Perez, Manuel Jesus; Serrano-Carrillo, Jose Luis; Marin-Montin, Inmaculada; Cruz-Caballero, Alfonso

    2009-01-01

    A 42-year-old African male was brought by the police to the emergency department under suspicion of drug smuggling by body-packing. Plain abdominal radiograph showed multiple foreign bodies within the gastrointestinal tract. Contrast-enhanced abdominal CT confirmed the findings, and the patient admitted to have swallowed “balls” of hashish. Body-packing is a recognized method of smuggling drugs across international borders. Body packers may present to the emergency department because of drug toxicity, intestinal obstruction, or more commonly, requested by law-enforcement officers for medical confirmation or exclusion of suspected body packing. PMID:19724651

  6. 36 CFR 34.10 - Saddle and pack animals.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 36 Parks, Forests, and Public Property 1 2014-07-01 2014-07-01 false Saddle and pack animals. 34... INTERIOR EL PORTAL ADMINISTRATIVE SITE REGULATIONS § 34.10 Saddle and pack animals. The use of saddle and pack animals is prohibited without a permit from the Superintendent. ...

  7. 36 CFR 34.10 - Saddle and pack animals.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 36 Parks, Forests, and Public Property 1 2011-07-01 2011-07-01 false Saddle and pack animals. 34... INTERIOR EL PORTAL ADMINISTRATIVE SITE REGULATIONS § 34.10 Saddle and pack animals. The use of saddle and pack animals is prohibited without a permit from the Superintendent. ...

  8. 36 CFR 34.10 - Saddle and pack animals.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 36 Parks, Forests, and Public Property 1 2013-07-01 2013-07-01 false Saddle and pack animals. 34... INTERIOR EL PORTAL ADMINISTRATIVE SITE REGULATIONS § 34.10 Saddle and pack animals. The use of saddle and pack animals is prohibited without a permit from the Superintendent. ...

  9. 36 CFR 34.10 - Saddle and pack animals.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 36 Parks, Forests, and Public Property 1 2012-07-01 2012-07-01 false Saddle and pack animals. 34... INTERIOR EL PORTAL ADMINISTRATIVE SITE REGULATIONS § 34.10 Saddle and pack animals. The use of saddle and pack animals is prohibited without a permit from the Superintendent. ...

  10. 36 CFR 34.10 - Saddle and pack animals.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 36 Parks, Forests, and Public Property 1 2010-07-01 2010-07-01 false Saddle and pack animals. 34... INTERIOR EL PORTAL ADMINISTRATIVE SITE REGULATIONS § 34.10 Saddle and pack animals. The use of saddle and pack animals is prohibited without a permit from the Superintendent. ...

  11. 21 CFR 880.5760 - Chemical cold pack snakebite kit.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false Chemical cold pack snakebite kit. 880.5760 Section... Therapeutic Devices § 880.5760 Chemical cold pack snakebite kit. (a) Identification. A chemical cold pack snakebit kit is a device consisting of a chemical cold pack and tourniquet used for first-aid treatment of...

  12. 21 CFR 880.5760 - Chemical cold pack snakebite kit.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Chemical cold pack snakebite kit. 880.5760 Section... Therapeutic Devices § 880.5760 Chemical cold pack snakebite kit. (a) Identification. A chemical cold pack snakebit kit is a device consisting of a chemical cold pack and tourniquet used for first-aid treatment of...

  13. 21 CFR 880.5760 - Chemical cold pack snakebite kit.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 8 2012-04-01 2012-04-01 false Chemical cold pack snakebite kit. 880.5760 Section... Therapeutic Devices § 880.5760 Chemical cold pack snakebite kit. (a) Identification. A chemical cold pack snakebit kit is a device consisting of a chemical cold pack and tourniquet used for first-aid treatment of...

  14. 21 CFR 880.5760 - Chemical cold pack snakebite kit.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 8 2014-04-01 2014-04-01 false Chemical cold pack snakebite kit. 880.5760 Section... Therapeutic Devices § 880.5760 Chemical cold pack snakebite kit. (a) Identification. A chemical cold pack snakebit kit is a device consisting of a chemical cold pack and tourniquet used for first-aid treatment of...

  15. 21 CFR 880.5760 - Chemical cold pack snakebite kit.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 8 2013-04-01 2013-04-01 false Chemical cold pack snakebite kit. 880.5760 Section... Therapeutic Devices § 880.5760 Chemical cold pack snakebite kit. (a) Identification. A chemical cold pack snakebit kit is a device consisting of a chemical cold pack and tourniquet used for first-aid treatment of...

  16. Densest local sphere-packing diversity. II. Application to three dimensions

    NASA Astrophysics Data System (ADS)

    Hopkins, Adam B.; Stillinger, Frank H.; Torquato, Salvatore

    2011-01-01

    The densest local packings of N three-dimensional identical nonoverlapping spheres within a radius Rmin(N) of a fixed central sphere of the same size are obtained for selected values of N up to N=1054. In the predecessor to this paper [A. B. Hopkins, F. H. Stillinger, and S. Torquato, Phys. Rev. EPLEEE81063-651X10.1103/PhysRevE.81.041305 81, 041305 (2010)], we described our method for finding the putative densest packings of N spheres in d-dimensional Euclidean space Rd and presented those packings in R2 for values of N up to N=348. Here we analyze the properties and characteristics of the densest local packings in R3 and employ knowledge of the Rmin(N), using methods applicable in any d, to construct both a realizability condition for pair correlation functions of sphere packings and an upper bound on the maximal density of infinite sphere packings. In R3, we find wide variability in the densest local packings, including a multitude of packing symmetries such as perfect tetrahedral and imperfect icosahedral symmetry. We compare the densest local packings of N spheres near a central sphere to minimal-energy configurations of N+1 points interacting with short-range repulsive and long-range attractive pair potentials, e.g., 12-6 Lennard-Jones, and find that they are in general completely different, a result that has possible implications for nucleation theory. We also compare the densest local packings to finite subsets of stacking variants of the densest infinite packings in R3 (the Barlow packings) and find that the densest local packings are almost always most similar as measured by a similarity metric, to the subsets of Barlow packings with the smallest number of coordination shells measured about a single central sphere, e.g., a subset of the fcc Barlow packing. Additionally, we observe that the densest local packings are dominated by the dense arrangement of spheres with centers at distance Rmin(N). In particular, we find two “maracas” packings at N=77 and

  17. Simulation of abuse tolerance of lithium-ion battery packs

    NASA Astrophysics Data System (ADS)

    Spotnitz, Robert M.; Weaver, James; Yeduvaka, Gowri; Doughty, D. H.; Roth, E. P.

    A simple approach for using accelerating rate calorimetry data to simulate the thermal abuse resistance of battery packs is described. The thermal abuse tolerance of battery packs is estimated based on the exothermic behavior of a single cell and an energy balance than accounts for radiative, conductive, and convective heat transfer modes of the pack. For the specific example of a notebook computer pack containing eight 18650-size cells, the effects of cell position, heat of reaction, and heat-transfer coefficient are explored. Thermal runaway of the pack is more likely to be induced by thermal runaway of a single cell when that cell is in good contact with other cells and is close to the pack wall.

  18. Geometrical families of mechanically stable granular packings

    NASA Astrophysics Data System (ADS)

    Gao, Guo-Jie; Blawzdziewicz, Jerzy; O'Hern, Corey S.

    2009-12-01

    We enumerate and classify nearly all of the possible mechanically stable (MS) packings of bidipserse mixtures of frictionless disks in small sheared systems. We find that MS packings form continuous geometrical families, where each family is defined by its particular network of particle contacts. We also monitor the dynamics of MS packings along geometrical families by applying quasistatic simple shear strain at zero pressure. For small numbers of particles (N<16) , we find that the dynamics is deterministic and highly contracting. That is, if the system is initialized in a MS packing at a given shear strain, it will quickly lock into a periodic orbit at subsequent shear strain, and therefore sample only a very small fraction of the possible MS packings in steady state. In studies with N>16 , we observe an increase in the period and random splittings of the trajectories caused by bifurcations in configuration space. We argue that the ratio of the splitting and contraction rates in large systems will determine the distribution of MS-packing geometrical families visited in steady state. This work is part of our long-term research program to develop a master-equation formalism to describe macroscopic slowly driven granular systems in terms of collections of small subsystems.

  19. Psychrotrophic Clostridium spp. associated with 'blown pack' spoilage of chilled vacuum-packed red meats and dog rolls in gas-impermeable plastic casings.

    PubMed

    Broda, D M; DeLacy, K M; Bell, R G; Braggins, T J; Cook, R L

    1996-04-01

    'Blown pack' spoilage of vacuum-packed chilled beef, lamb and venison, and of a cooked meat product, chilled dog rolls packed in an oxygen-impermeable plastic casing, was characterised by sensory, chemical and microbiological analysis. Investigation of the probable causative agents led to the isolation of eight strains of psychrotrophic clostridia. Three strains have been provisionally identified as C. difficile, C. beijerinckii and C. lituseburense; the other five remain unidentified. In inoculation studies only one isolate produced significant amount of gas on meat, causing pack 'blowing'. It is, therefore, possible that 'blown pack' spoilage involves a synergism with one or more other organisms.

  20. Immobilized polysaccharide derivatives: chiral packing materials for efficient HPLC resolution.

    PubMed

    Ikai, Tomoyuki; Yamamoto, Chiyo; Kamigaito, Masami; Okamoto, Yoshio

    2007-01-01

    Polysaccharide-based chiral packing materials (CPMs) for high-performance liquid chromatography have frequently been used not only to determine the enantiomeric excess of chiral compounds but also to preparatively resolve a wide range of racemates. However, these CPMs can be used with only a limited number of solvents as mobile phases because some organic solvents, such as tetrahydrofuran, chloroform, and so on, dissolve or swell the polysaccharide derivatives coated on a support, e.g., silica gel, and destroy their packed columns. The limitation of mobile phase selection is sometimes a serious problem for the efficient analytical and preparative resolution of enantiomers. This defect can be resolved by the immobilization of the polysaccharide derivatives onto silica gel. Efficient immobilizations have been attained through the radical copolymerization of the polysaccharide derivatives bearing small amounts of polymerizable residues and also through the polycondensation of the polysaccharide derivatives containing a few percent of 3-(triethoxysilyl)propyl residue. (c) 2007 The Japan Chemical Journal Forum and Wiley Periodicals, Inc.

  1. Structural characterization of the packings of granular regular polygons.

    PubMed

    Wang, Chuncheng; Dong, Kejun; Yu, Aibing

    2015-12-01

    By using a recently developed method for discrete modeling of nonspherical particles, we simulate the random packings of granular regular polygons with three to 11 edges under gravity. The effects of shape and friction on the packing structures are investigated by various structural parameters, including packing fraction, the radial distribution function, coordination number, Voronoi tessellation, and bond-orientational order. We find that packing fraction is generally higher for geometrically nonfrustrated regular polygons, and can be increased by the increase of edge number and decrease of friction. The changes of packing fraction are linked with those of the microstructures, such as the variations of the translational and orientational orders and local configurations. In particular, the free areas of Voronoi tessellations (which are related to local packing fractions) can be described by log-normal distributions for all polygons. The quantitative analyses establish a clearer picture for the packings of regular polygons.

  2. Prevention and suppression of metal packing fires.

    PubMed

    Roberts, Mark; Rogers, William J; Sam Mannan, M; Ostrowski, Scott W

    2003-11-14

    Structured packing has been widely used because of large surface area that makes possible columns with high capacity and efficiency. The large surface area also contributes to fire hazards because of hydrocarbon deposits that can easily combust and promote combustion of the thin metal packing materials. Materials of high surface area that can fuel fires include reactive metals, such as titanium, and materials that are not considered combustible, such as stainless steel. Column design and material selection for packing construction is discussed together with employee training and practices for safe column maintenance and operations. Presented also are methods and agents for suppression of metal fires. Guidance for prevention and suppression of metal fires is related to incidents involving packing fires in columns.

  3. Langevin Dynamics Simulations of Genome Packing in Bacteriophage

    PubMed Central

    Forrey, Christopher; Muthukumar, M.

    2006-01-01

    We use Langevin dynamics simulations to study the process by which a coarse-grained DNA chain is packaged within an icosahedral container. We focus our inquiry on three areas of interest in viral packing: the evolving structure of the packaged DNA condensate; the packing velocity; and the internal buildup of energy and resultant forces. Each of these areas has been studied experimentally, and we find that we can qualitatively reproduce experimental results. However, our findings also suggest that the phage genome packing process is fundamentally different than that suggested by the inverse spool model. We suggest that packing in general does not proceed in the deterministic fashion of the inverse-spool model, but rather is stochastic in character. As the chain configuration becomes compressed within the capsid, the structure, energy, and packing velocity all become dependent upon polymer dynamics. That many observed features of the packing process are rooted in condensed-phase polymer dynamics suggests that statistical mechanics, rather than mechanics, should serve as the proper theoretical basis for genome packing. Finally we suggest that, as a result of an internal protein unique to bacteriophage T7, the T7 genome may be significantly more ordered than is true for bacteriophage in general. PMID:16617089

  4. Langevin dynamics simulations of genome packing in bacteriophage.

    PubMed

    Forrey, Christopher; Muthukumar, M

    2006-07-01

    We use Langevin dynamics simulations to study the process by which a coarse-grained DNA chain is packaged within an icosahedral container. We focus our inquiry on three areas of interest in viral packing: the evolving structure of the packaged DNA condensate; the packing velocity; and the internal buildup of energy and resultant forces. Each of these areas has been studied experimentally, and we find that we can qualitatively reproduce experimental results. However, our findings also suggest that the phage genome packing process is fundamentally different than that suggested by the inverse spool model. We suggest that packing in general does not proceed in the deterministic fashion of the inverse-spool model, but rather is stochastic in character. As the chain configuration becomes compressed within the capsid, the structure, energy, and packing velocity all become dependent upon polymer dynamics. That many observed features of the packing process are rooted in condensed-phase polymer dynamics suggests that statistical mechanics, rather than mechanics, should serve as the proper theoretical basis for genome packing. Finally we suggest that, as a result of an internal protein unique to bacteriophage T7, the T7 genome may be significantly more ordered than is true for bacteriophage in general.

  5. 21 CFR 133.124 - Cold-pack cheese food.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 2 2011-04-01 2011-04-01 false Cold-pack cheese food. 133.124 Section 133.124... FOR HUMAN CONSUMPTION CHEESES AND RELATED CHEESE PRODUCTS Requirements for Specific Standardized Cheese and Related Products § 133.124 Cold-pack cheese food. (a)(1) Cold-pack cheese food is the food...

  6. Vacuum packing: a model system for laboratory-scale silage fermentations.

    PubMed

    Johnson, H E; Merry, R J; Davies, D R; Kell, D B; Theodorou, M K; Griffith, G W

    2005-01-01

    To determine the utility of vacuum-packed polythene bags as a convenient, flexible and cost-effective alternative to fixed volume glass vessels for lab-scale silage studies. Using perennial ryegrass or red clover forage, similar fermentations (as assessed by pH measurement) occurred in glass tube and vacuum-packed silos over a 35-day period. As vacuum-packing devices allow modification of initial packing density, the effect of four different settings (initial packing densities of 0.397, 0.435, 0.492 and 0.534 g cm(-3)) on the silage fermentation over 16 days was examined. Significant differences in pH decline and lactate accumulation were observed at different vacuum settings. Gas accumulation was apparent within all bags and changes in bag volume with time was observed to vary according to initial packing density. Vacuum-packed silos do provide a realistic model system for lab-scale silage fermentations. Use of vacuum-packed silos holds potential for lab-scale evaluations of silage fermentations, allowing higher throughput of samples, more consistent packing as well as the possibility of investigating the effects of different initial packing densities and use of different wrapping materials.

  7. 21 CFR 890.5700 - Cold pack.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 8 2012-04-01 2012-04-01 false Cold pack. 890.5700 Section 890.5700 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5700 Cold pack. (a) Identification. A...

  8. 21 CFR 890.5700 - Cold pack.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 8 2013-04-01 2013-04-01 false Cold pack. 890.5700 Section 890.5700 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5700 Cold pack. (a) Identification. A...

  9. 21 CFR 890.5700 - Cold pack.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Cold pack. 890.5700 Section 890.5700 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5700 Cold pack. (a) Identification. A...

  10. 21 CFR 890.5700 - Cold pack.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 8 2014-04-01 2014-04-01 false Cold pack. 890.5700 Section 890.5700 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5700 Cold pack. (a) Identification. A...

  11. 21 CFR 890.5700 - Cold pack.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false Cold pack. 890.5700 Section 890.5700 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5700 Cold pack. (a) Identification. A...

  12. Enabling Microliquid Chromatography by Microbead Packing of Microchannels

    NASA Technical Reports Server (NTRS)

    Balvin, Manuel; Zheng, Yun

    2013-01-01

    The microbead packing is the critical element required in the success of on-chip microfabrication of critical microfluidic components for in-situ analysis and detection of chiral amino acids. In order for microliquid chromatography to occur, there must be a stationary phase medium within the microchannel that interacts with the analytes present within flowing fluid. The stationary phase media are the microbeads packed by the process discussed in this work. The purpose of the microliquid chromatography is to provide a lightweight, low-volume, and low-power element to separate amino acids and their chiral partners efficiently to understand better the origin of life. In order to densely pack microbeads into the microchannels, a liquid slurry of microbeads was created. Microbeads were extracted from a commercially available high-performance liquid chromatography column. The silica beads extracted were 5 microns in diameter, and had surface coating of phenyl-hexyl. These microbeads were mixed with a 200- proof ethanol solution to create a microbead slurry with the right viscosity for packing. A microfilter is placed at the outlet via of the microchannel and the slurry is injected, then withdrawn across a filter using modified syringes. After each injection, the channel is flushed with ethanol to enhance packing. This cycle is repeated numerous times to allow for a tightly packed channel of microbeads. Typical microbead packing occurs in the macroscale into tubes or channels by using highly pressurized systems. Moreover, these channels are typically long and straight without any turns or curves. On the other hand, this method of microbead packing is completed within a microchannel 75 micrometers in diameter. Moreover, the microbead packing is completed into a serpentine type microchannel, such that it maximizes microchannel length within a microchip. Doing so enhances the interactions of the analytes with the microbeads to separate efficiently amino acids and amino acid

  13. Enabling Microliquid Chromatography by Microbead Packing of Microchannels

    NASA Technical Reports Server (NTRS)

    Balvin, Manuel; Zheng, Yun

    2014-01-01

    The microbead packing is the critical element required in the success of on-chip microfabrication of critical microfluidic components for in-situ analysis and detection of chiral amino acids. In order for microliquid chromatography to occur, there must be a stationary phase medium within the microchannel that interacts with the analytes present within flowing fluid. The stationary phase media are the microbeads packed by the process discussed in this work. The purpose of the microliquid chromatography is to provide a lightweight, low-volume, and low-power element to separate amino acids and their chiral partners efficiently to understand better the origin of life. In order to densely pack microbeads into the microchannels, a liquid slurry of microbeads was created. Microbeads were extracted from a commercially available high-performance liquid chromatography column. The silica beads extracted were 5 microns in diameter, and had surface coating of phenyl-hexyl. These microbeads were mixed with a 200- proof ethanol solution to create a microbead slurry with the right viscosity for packing. A microfilter is placed at the outlet via of the microchannel and the slurry is injected, then withdrawn across a filter using modified syringes. After each injection, the channel is flushed with ethanol to enhance packing. This cycle is repeated numerous times to allow for a tightly packed channel of microbeads. Typical microbead packing occurs in the macroscale into tubes or channels by using highly pressurized systems. Moreover, these channels are typically long and straight without any turns or curves. On the other hand, this method of microbead packing is completed within a microchannel 75 micrometers in diameter. Moreover, the microbead packing is completed into a serpentine type microchannel, such that it maximizes microchannel length within a microchip. Doing so enhances the interactions of the analytes with the microbeads to separate efficiently amino acids and amino acid

  14. 36 CFR 1002.16 - Horses and pack animals.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 36 Parks, Forests, and Public Property 3 2012-07-01 2012-07-01 false Horses and pack animals. 1002... AND RECREATION § 1002.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting equipment. (b) The use of...

  15. 36 CFR 2.16 - Horses and pack animals.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 36 Parks, Forests, and Public Property 1 2013-07-01 2013-07-01 false Horses and pack animals. 2.16... RESOURCE PROTECTION, PUBLIC USE AND RECREATION § 2.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting...

  16. 36 CFR 1002.16 - Horses and pack animals.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 36 Parks, Forests, and Public Property 3 2010-07-01 2010-07-01 false Horses and pack animals. 1002... AND RECREATION § 1002.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting equipment. (b) The use of...

  17. 36 CFR 2.16 - Horses and pack animals.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 36 Parks, Forests, and Public Property 1 2011-07-01 2011-07-01 false Horses and pack animals. 2.16... RESOURCE PROTECTION, PUBLIC USE AND RECREATION § 2.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting...

  18. 36 CFR 2.16 - Horses and pack animals.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 36 Parks, Forests, and Public Property 1 2014-07-01 2014-07-01 false Horses and pack animals. 2.16... RESOURCE PROTECTION, PUBLIC USE AND RECREATION § 2.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting...

  19. 36 CFR 2.16 - Horses and pack animals.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 36 Parks, Forests, and Public Property 1 2010-07-01 2010-07-01 false Horses and pack animals. 2.16... RESOURCE PROTECTION, PUBLIC USE AND RECREATION § 2.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting...

  20. 36 CFR 1002.16 - Horses and pack animals.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 36 Parks, Forests, and Public Property 3 2011-07-01 2011-07-01 false Horses and pack animals. 1002... AND RECREATION § 1002.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting equipment. (b) The use of...

  1. 36 CFR 2.16 - Horses and pack animals.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 36 Parks, Forests, and Public Property 1 2012-07-01 2012-07-01 false Horses and pack animals. 2.16... RESOURCE PROTECTION, PUBLIC USE AND RECREATION § 2.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting...

  2. 36 CFR 1002.16 - Horses and pack animals.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 36 Parks, Forests, and Public Property 3 2014-07-01 2014-07-01 false Horses and pack animals. 1002... AND RECREATION § 1002.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting equipment. (b) The use of...

  3. 7 CFR 51.1527 - Standard pack.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... size, 45 size, 50 size, 55 size, etc.). (i) California peach boxes, lug boxes and small consumer packages. In layer-packed California peach boxes or lug boxes, and in small layer packed consumer packages... California peach boxes or lug boxes shall not vary more than 4 from the number indicated on the package...

  4. 7 CFR 51.1527 - Standard pack.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... size, 45 size, 50 size, 55 size, etc.). (i) California peach boxes, lug boxes and small consumer packages. In layer-packed California peach boxes or lug boxes, and in small layer packed consumer packages... California peach boxes or lug boxes shall not vary more than 4 from the number indicated on the package...

  5. 21 CFR 133.124 - Cold-pack cheese food.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 2 2014-04-01 2014-04-01 false Cold-pack cheese food. 133.124 Section 133.124 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) FOOD... Cheese and Related Products § 133.124 Cold-pack cheese food. (a)(1) Cold-pack cheese food is the food...

  6. 21 CFR 133.124 - Cold-pack cheese food.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 2 2012-04-01 2012-04-01 false Cold-pack cheese food. 133.124 Section 133.124 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) FOOD... Cheese and Related Products § 133.124 Cold-pack cheese food. (a)(1) Cold-pack cheese food is the food...

  7. 21 CFR 133.124 - Cold-pack cheese food.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 2 2013-04-01 2013-04-01 false Cold-pack cheese food. 133.124 Section 133.124 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) FOOD... Cheese and Related Products § 133.124 Cold-pack cheese food. (a)(1) Cold-pack cheese food is the food...

  8. Packed bed carburization of tantalum and tantalum alloy

    DOEpatents

    Lopez, Peter C.; Rodriguez, Patrick J.; Pereyra, Ramiro A.

    1999-01-01

    Packed bed carburization of a tantalum or tantalum alloy object. A method for producing corrosion-resistant tantalum or tantalum alloy objects is described. The method includes the steps of placing the object in contact with a carburizing pack, heating the packed object in vacuum furnace to a temperature whereby carbon from the pack diffuses into the object forming grains with tantalum carbide along the grain boundaries, and etching the surface of the carburized object. This latter step removes tantalum carbides from the surface of the carburized tantalum object while leaving the tantalum carbide along the grain boundaries.

  9. Packed bed carburization of tantalum and tantalum alloy

    DOEpatents

    Lopez, P.C.; Rodriguez, P.J.; Pereyra, R.A.

    1999-06-29

    Packed bed carburization of a tantalum or tantalum alloy object is disclosed. A method for producing corrosion-resistant tantalum or tantalum alloy objects is described. The method includes the steps of placing the object in contact with a carburizing pack, heating the packed object in vacuum furnace to a temperature whereby carbon from the pack diffuses into the object forming grains with tantalum carbide along the grain boundaries, and etching the surface of the carburized object. This latter step removes tantalum carbides from the surface of the carburized tantalum object while leaving the tantalum carbide along the grain boundaries. 4 figs.

  10. 7 CFR 51.2338 - Standard pack.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... packed in containers with cell compartments, cardboard fillers or molded trays shall be of proper size for the cells, fillers, or molds in which they are packed, and conform to the marked count. (2) In... angles to a line from stem to blossom end. (f) In order to allow for variations incident to proper sizing...

  11. 7 CFR 51.2338 - Standard pack.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    .... (c) Boxes, flats, lugs, or cartons: (1) Fruit packed in containers with cell compartments, cardboard fillers or molded trays shall be of proper size for the cells, fillers, or molds in which they are packed...” means the greatest dimension measured at right angles to a line from stem to blossom end. (f) In order...

  12. 7 CFR 51.2338 - Standard pack.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    .... (c) Boxes, flats, lugs, or cartons: (1) Fruit packed in containers with cell compartments, cardboard fillers or molded trays shall be of proper size for the cells, fillers, or molds in which they are packed...” means the greatest dimension measured at right angles to a line from stem to blossom end. (f) In order...

  13. 7 CFR 51.2338 - Standard pack.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... packed in containers with cell compartments, cardboard fillers or molded trays shall be of proper size for the cells, fillers, or molds in which they are packed, and conform to the marked count. (2) In... angles to a line from stem to blossom end. (f) In order to allow for variations incident to proper sizing...

  14. 7 CFR 51.3152 - Standard pack.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ...) Nectarines packed in containers equipped with cell compartments, cardboard fillers or molded trays shall be of the proper size for the cells, fillers, or molds in which they are packed, and the number of... angles to a line from stem to blossom end of the fruit. (h) Tolerances. In order to allow for variations...

  15. 7 CFR 51.3152 - Standard pack.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ...) Nectarines packed in containers equipped with cell compartments, cardboard fillers or molded trays shall be of the proper size for the cells, fillers, or molds in which they are packed, and the number of... angles to a line from stem to blossom end of the fruit. (h) Tolerances. In order to allow for variations...

  16. 7 CFR 51.2338 - Standard pack.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... packed in containers with cell compartments, cardboard fillers or molded trays shall be of proper size for the cells, fillers, or molds in which they are packed, and conform to the marked count. (2) In... angles to a line from stem to blossom end. (f) In order to allow for variations incident to proper sizing...

  17. Packing and self-assembly of truncated triangular bipyramids

    NASA Astrophysics Data System (ADS)

    Haji-Akbari, Amir; Chen, Elizabeth R.; Engel, Michael; Glotzer, Sharon C.

    2013-07-01

    Motivated by breakthroughs in the synthesis of faceted nano- and colloidal particles, as well as theoretical and computational studies of their packings, we investigate a family of truncated triangular bipyramids. We report dense periodic packings with small unit cells that were obtained via numerical and analytical optimization. The maximal packing fraction ϕmax changes continuously with the truncation parameter t. Eight distinct packings are identified based on discontinuities in the first and second derivatives of ϕmax(t). These packings differ in the number of particles in the fundamental domain (unit cell) and the type of contacts between the particles. In particular, we report two packings with four particles in the unit cell for which both ϕmax(t) and ϕmax'(t) are continuous and the discontinuity occurs in the second derivative only. In the self-assembly simulations that we perform for larger boxes with 2048 particles, only one out of eight packings is found to assemble. In addition, the degenerate quasicrystal reported previously for triangular bipyramids without truncation [Haji-Akbari , Phys. Rev. Lett.PRLTAO0031-900710.1103/PhysRevLett.107.215702 107, 215702 (2011)] assembles for truncations as high as 0.45. The self-assembly propensities for the structures formed in the thermodynamic limit are explained using the isoperimetric quotient of the particles and the coordination number in the disordered fluid and in the assembled structure.

  18. Cigarette pack design and adolescent smoking susceptibility: a cross-sectional survey

    PubMed Central

    Ford, Allison; MacKintosh, Anne Marie; Moodie, Crawford; Richardson, Sol; Hastings, Gerard

    2013-01-01

    Objectives To compare adolescents’ responses to three different styles of cigarette packaging: novelty (branded packs designed with a distinctive shape, opening style or bright colour), regular (branded pack with no special design features) and plain (brown pack with a standard shape and opening and all branding removed, aside from brand name). Design Cross-sectional in-home survey. Setting UK. Participants Random location quota sample of 1025 never smokers aged 11–16 years. Main outcome measures Susceptibility to smoking and composite measures of pack appraisal and pack receptivity derived from 11 survey items. Results Mean responses to the three pack types were negative for all survey items. However, ‘novelty’ packs were rated significantly less negatively than the ‘regular’ pack on most items, and the novelty and regular packs were rated less negatively than the ‘plain’ pack. For the novelty packs, logistic regressions, controlling for factors known to influence youth smoking, showed that susceptibility was associated with positive appraisal and also receptivity. For example, those receptive to the innovative Silk Cut Superslims pack were more than four times as likely to be susceptible to smoking than those not receptive to this pack (AOR=4.42, 95% CI 2.50 to 7.81, p<0.001). For the regular pack, an association was found between positive appraisal and susceptibility but not with receptivity and susceptibility. There was no association with pack appraisal or receptivity for the plain pack. Conclusions Pack structure (shape and opening style) and colour are independently associated, not just with appreciation of and receptivity to the pack, but also with susceptibility to smoke. In other words, those who think most highly of novelty cigarette packaging are also the ones who indicate that they are most likely to go on to smoke. Plain packaging, in contrast, was found to directly reduce the appeal of smoking to adolescents. PMID:24056481

  19. Fast charge implications: Pack and cell analysis and comparison

    NASA Astrophysics Data System (ADS)

    Tanim, Tanvir R.; Shirk, Matthew G.; Bewley, Randy L.; Dufek, Eric J.; Liaw, Bor Yann

    2018-03-01

    This study investigates the effect of 50-kW (about 2C) direct current fast charging on a full-size battery electric vehicle's battery pack in comparison to a pack exclusively charged at 3.3 kW, which is the common alternating current Level 2 charging power level. Comparable scaled charging protocols are also independently applied to individual cells at three different temperatures, 20 °C, 30 °C, and 40 °C, to perform a comparative analysis with the packs. Dominant cell-level aging modes were identified through incremental capacity analysis and compared with full packs to gain a clear understanding of additional key factors that affect pack aging. While the cell-level study showed a minor impact on performance due to direct current fast charging, the packs showed a significantly higher rate of capacity fade under similar charging protocols. This indicates that pack-level aging cannot be directly extrapolated from cell evaluation. Delayed fast charging, completing shortly before discharge, was found to have less of an impact on battery degradation than conventional alternating current Level 2 charging.

  20. Reformulation of the covering and quantizer problems as ground states of interacting particles.

    PubMed

    Torquato, S

    2010-11-01

    It is known that the sphere-packing problem and the number-variance problem (closely related to an optimization problem in number theory) can be posed as energy minimizations associated with an infinite number of point particles in d-dimensional Euclidean space R(d) interacting via certain repulsive pair potentials. We reformulate the covering and quantizer problems as the determination of the ground states of interacting particles in R(d) that generally involve single-body, two-body, three-body, and higher-body interactions. This is done by linking the covering and quantizer problems to certain optimization problems involving the "void" nearest-neighbor functions that arise in the theory of random media and statistical mechanics. These reformulations, which again exemplify the deep interplay between geometry and physics, allow one now to employ theoretical and numerical optimization techniques to analyze and solve these energy minimization problems. The covering and quantizer problems have relevance in numerous applications, including wireless communication network layouts, the search of high-dimensional data parameter spaces, stereotactic radiation therapy, data compression, digital communications, meshing of space for numerical analysis, and coding and cryptography, among other examples. In the first three space dimensions, the best known solutions of the sphere-packing and number-variance problems (or their "dual" solutions) are directly related to those of the covering and quantizer problems, but such relationships may or may not exist for d≥4 , depending on the peculiarities of the dimensions involved. Our reformulation sheds light on the reasons for these similarities and differences. We also show that disordered saturated sphere packings provide relatively thin (economical) coverings and may yield thinner coverings than the best known lattice coverings in sufficiently large dimensions. In the case of the quantizer problem, we derive improved upper bounds

  1. Reformulation of the covering and quantizer problems as ground states of interacting particles

    NASA Astrophysics Data System (ADS)

    Torquato, S.

    2010-11-01

    It is known that the sphere-packing problem and the number-variance problem (closely related to an optimization problem in number theory) can be posed as energy minimizations associated with an infinite number of point particles in d -dimensional Euclidean space Rd interacting via certain repulsive pair potentials. We reformulate the covering and quantizer problems as the determination of the ground states of interacting particles in Rd that generally involve single-body, two-body, three-body, and higher-body interactions. This is done by linking the covering and quantizer problems to certain optimization problems involving the “void” nearest-neighbor functions that arise in the theory of random media and statistical mechanics. These reformulations, which again exemplify the deep interplay between geometry and physics, allow one now to employ theoretical and numerical optimization techniques to analyze and solve these energy minimization problems. The covering and quantizer problems have relevance in numerous applications, including wireless communication network layouts, the search of high-dimensional data parameter spaces, stereotactic radiation therapy, data compression, digital communications, meshing of space for numerical analysis, and coding and cryptography, among other examples. In the first three space dimensions, the best known solutions of the sphere-packing and number-variance problems (or their “dual” solutions) are directly related to those of the covering and quantizer problems, but such relationships may or may not exist for d≥4 , depending on the peculiarities of the dimensions involved. Our reformulation sheds light on the reasons for these similarities and differences. We also show that disordered saturated sphere packings provide relatively thin (economical) coverings and may yield thinner coverings than the best known lattice coverings in sufficiently large dimensions. In the case of the quantizer problem, we derive improved upper

  2. The P.E.A.C.E. Pack: A Computerized Online Assessment of School Bullying

    ERIC Educational Resources Information Center

    Slee, Phillip T.; Mohyla, Jury

    2014-01-01

    School bullying is an international problem with harmful outcomes for those involved. This study describes the design and field testing of an innovative computer-based social learning tool for assessing student perceptions of bullying developed for an Australian intervention program called the P.E.A.C.E. Pack. Students rate their peer group…

  3. 48 CFR 211.272 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ..., packaging, and packing. 211.272 Section 211.272 Federal Acquisition Regulations System DEFENSE ACQUISITION... Requirements Documents 211.272 Alternate preservation, packaging, and packing. Use the provision at 252.211-7004, Alternate Preservation, Packaging, and Packing, in solicitations which include military...

  4. Mechanical Characterization of Partially Crystallized Sphere Packings

    NASA Astrophysics Data System (ADS)

    Hanifpour, M.; Francois, N.; Vaez Allaei, S. M.; Senden, T.; Saadatfar, M.

    2014-10-01

    We study grain-scale mechanical and geometrical features of partially crystallized packings of frictional spheres, produced experimentally by a vibrational protocol. By combining x-ray computed tomography, 3D image analysis, and discrete element method simulations, we have access to the 3D structure of internal forces. We investigate how the network of mechanical contacts and intergranular forces change when the packing structure evolves from amorphous to near perfect crystalline arrangements. We compare the behavior of the geometrical neighbors (quasicontracts) of a grain to the evolution of the mechanical contacts. The mechanical coordination number Zm is a key parameter characterizing the crystallization onset. The high fluctuation level of Zm and of the force distribution in highly crystallized packings reveals that a geometrically ordered structure still possesses a highly random mechanical backbone similar to that of amorphous packings.

  5. Infective endocarditis of native valve after anterior nasal packing.

    PubMed

    Jayawardena, Suriya; Eisdorfer, Jacob; Indulkar, Shalaka; Zarkaria, Muhammad

    2006-01-01

    We present a case report of a patient who was previously treated for spontaneous epistaxis with a petroleum jelly gauze (0.5 in x 72 in) anterior nasal packing filled with an antibiotic ointment, along with prophylactic oral clindamycin. The patient presented with fever and hypotension 3 days after the nasal packing. Her blood cultures grew methicillin-resistant Staphylococcus aureus and the transesophageal echocardiography showed vegetation on the atrial surface of the posterior mitral valve leaflet, confirming the diagnosis of bacterial endocarditis attributable to nasal packing. Several case reports discuss toxic shock syndrome after nasal packing, but none describe endocarditis of the native heart valves subsequent to anterior nasal packing. Current guidelines on endocarditis prophylaxis produced by the American Heart Association, European Cardiac Society, and British Cardiac Society together with published evidence do not recommend endocarditis prophylaxis for patients with native heart valves undergoing anterior nasal packing.

  6. Effects of particle packing on the sintered microstructure

    NASA Astrophysics Data System (ADS)

    Barringer, E. A.; Bowen, H. K.

    1988-04-01

    The sintering process is shown to be critically dependent on particle-packing density and porosity uniformity. Sintering experiments were conducted on compacts consisting of monodisperse, spherical TiO2 particles. Densification kinetics and microstructure evolution for two initial packing densities, 55% and 69% of theoretical, were investigated. The lower-density compacts sintered rapidly to theoretical density, yet improved particle-packing density and uniformity significantly enhanced densification.

  7. Packing Regularities in Biological Structures Relate to Their Dynamics

    PubMed Central

    Jernigan, Robert L.; Kloczkowski, Andrzej

    2007-01-01

    The high packing density inside proteins leads to certain geometric regularities and also is one of the most important contributors to the high extent of cooperativity manifested by proteins in their cohesive domain motions. The orientations between neighboring non-bonded residues in proteins substantially follow the similar geometric regularities, regardless of whether the residues are on the surface or buried - a direct result of hydrophobicity forces. These orientations are relatively fixed and correspond closely to small deformations from those of the face-centered cubic lattice, which is the way in which identical spheres pack at the highest density. Packing density also is related to the extent of conservation of residues, and we show this relationship for residue packing densities by averaging over a large sample or residue packings. There are three regimes: 1) over a broad range of packing densities the relationship between sequence entropy and inverse packing density is nearly linear, 2) over a limited range of low packing densities the sequence entropy is nearly constant, and 3) at extremely low packing densities the sequence entropy is highly variable. These packing results provide important justification for the simple elastic network models that have been shown for a large number of proteins to represent protein dynamics so successfully, even when the models are extremely coarse-grained. Elastic network models for polymeric chains are simple and could be combined with these protein elastic networks to represent partially denatured parts of proteins. Finally, we show results of applications of the elastic network model to study the functional motions of the ribosome, based on its known structure. These results indicate expected correlations among its components for the step-wise processing steps in protein synthesis, and suggest ways to use these elastic network models to develop more detailed mechanisms - an important possibility, since most

  8. Three-Dimensional Modeling of the Brain's ECS by Minimum Configurational Energy Packing of Fluid Vesicles

    PubMed Central

    Nandigam, Ravi K.; Kroll, Daniel M.

    2007-01-01

    The extracellular space of the brain is the heterogeneous porous medium formed by the spaces between the brain cells. Diffusion in this interstitial space is the mechanism by which glucose and oxygen are delivered to the brain cells from the vascular system. It is also a medium for the transport of certain informational substances between the cells (called volume transmission), and for drug delivery. This work involves three-dimensional modeling of the extracellular space as void space in close-packed arrays of fluid membrane vesicles. These packings are generated by minimizing the configurational energy using a Monte Carlo procedure. Both regular and random packs of vesicles are considered. A random walk algorithm is then used to compute the geometric tortuosities, and the results are compared with published experimental data. For the random packings, it is found that although the absolute values for the tortuosities differ, the dependence of the tortuosity on pore volume fraction is very similar to that observed in experiment. The tortuosities we measure are larger than those computed in previous studies of packings of convex polytopes, and modeling improvements, which require higher resolution studies and an improved modeling of brain cell shapes and mechanical properties, could help resolve remaining discrepancies between model simulations and experiment. It is also shown that the specular reflection scheme is the appropriate technique for implementing zero-flux boundary conditions in random walk simulations commonly encountered in diffusion problems. PMID:17307830

  9. Three-dimensional modeling of the brain's ECS by minimum configurational energy packing of fluid vesicles.

    PubMed

    Nandigam, Ravi K; Kroll, Daniel M

    2007-05-15

    The extracellular space of the brain is the heterogeneous porous medium formed by the spaces between the brain cells. Diffusion in this interstitial space is the mechanism by which glucose and oxygen are delivered to the brain cells from the vascular system. It is also a medium for the transport of certain informational substances between the cells (called volume transmission), and for drug delivery. This work involves three-dimensional modeling of the extracellular space as void space in close-packed arrays of fluid membrane vesicles. These packings are generated by minimizing the configurational energy using a Monte Carlo procedure. Both regular and random packs of vesicles are considered. A random walk algorithm is then used to compute the geometric tortuosities, and the results are compared with published experimental data. For the random packings, it is found that although the absolute values for the tortuosities differ, the dependence of the tortuosity on pore volume fraction is very similar to that observed in experiment. The tortuosities we measure are larger than those computed in previous studies of packings of convex polytopes, and modeling improvements, which require higher resolution studies and an improved modeling of brain cell shapes and mechanical properties, could help resolve remaining discrepancies between model simulations and experiment. It is also shown that the specular reflection scheme is the appropriate technique for implementing zero-flux boundary conditions in random walk simulations commonly encountered in diffusion problems.

  10. Improved packing of protein side chains with parallel ant colonies.

    PubMed

    Quan, Lijun; Lü, Qiang; Li, Haiou; Xia, Xiaoyan; Wu, Hongjie

    2014-01-01

    The accurate packing of protein side chains is important for many computational biology problems, such as ab initio protein structure prediction, homology modelling, and protein design and ligand docking applications. Many of existing solutions are modelled as a computational optimisation problem. As well as the design of search algorithms, most solutions suffer from an inaccurate energy function for judging whether a prediction is good or bad. Even if the search has found the lowest energy, there is no certainty of obtaining the protein structures with correct side chains. We present a side-chain modelling method, pacoPacker, which uses a parallel ant colony optimisation strategy based on sharing a single pheromone matrix. This parallel approach combines different sources of energy functions and generates protein side-chain conformations with the lowest energies jointly determined by the various energy functions. We further optimised the selected rotamers to construct subrotamer by rotamer minimisation, which reasonably improved the discreteness of the rotamer library. We focused on improving the accuracy of side-chain conformation prediction. For a testing set of 442 proteins, 87.19% of X1 and 77.11% of X12 angles were predicted correctly within 40° of the X-ray positions. We compared the accuracy of pacoPacker with state-of-the-art methods, such as CIS-RR and SCWRL4. We analysed the results from different perspectives, in terms of protein chain and individual residues. In this comprehensive benchmark testing, 51.5% of proteins within a length of 400 amino acids predicted by pacoPacker were superior to the results of CIS-RR and SCWRL4 simultaneously. Finally, we also showed the advantage of using the subrotamers strategy. All results confirmed that our parallel approach is competitive to state-of-the-art solutions for packing side chains. This parallel approach combines various sources of searching intelligence and energy functions to pack protein side chains

  11. Improved packing of protein side chains with parallel ant colonies

    PubMed Central

    2014-01-01

    Introduction The accurate packing of protein side chains is important for many computational biology problems, such as ab initio protein structure prediction, homology modelling, and protein design and ligand docking applications. Many of existing solutions are modelled as a computational optimisation problem. As well as the design of search algorithms, most solutions suffer from an inaccurate energy function for judging whether a prediction is good or bad. Even if the search has found the lowest energy, there is no certainty of obtaining the protein structures with correct side chains. Methods We present a side-chain modelling method, pacoPacker, which uses a parallel ant colony optimisation strategy based on sharing a single pheromone matrix. This parallel approach combines different sources of energy functions and generates protein side-chain conformations with the lowest energies jointly determined by the various energy functions. We further optimised the selected rotamers to construct subrotamer by rotamer minimisation, which reasonably improved the discreteness of the rotamer library. Results We focused on improving the accuracy of side-chain conformation prediction. For a testing set of 442 proteins, 87.19% of X1 and 77.11% of X12 angles were predicted correctly within 40° of the X-ray positions. We compared the accuracy of pacoPacker with state-of-the-art methods, such as CIS-RR and SCWRL4. We analysed the results from different perspectives, in terms of protein chain and individual residues. In this comprehensive benchmark testing, 51.5% of proteins within a length of 400 amino acids predicted by pacoPacker were superior to the results of CIS-RR and SCWRL4 simultaneously. Finally, we also showed the advantage of using the subrotamers strategy. All results confirmed that our parallel approach is competitive to state-of-the-art solutions for packing side chains. Conclusions This parallel approach combines various sources of searching intelligence and energy

  12. Scandinavian consumer preference for beef steaks packed with or without oxygen.

    PubMed

    Aaslyng, M D; Tørngren, M A; Madsen, N T

    2010-07-01

    Beef steaks retail-packed with (80% O(2), 20% CO(2)) or without oxygen (either skin-packed or gas-packed (69.6% N(2), 30% CO(2), 0.04% CO or 70% N(2), 30% CO(2))) were compared by consumers in Denmark (n=382), Norway (n=316) and Sweden (n=374). Two pairs of two steaks - one steak packed in a high oxygen atmosphere and one packed without oxygen - were given to the consumers. They were instructed to prepare the steaks at home on two consecutive days, and two persons had to taste each steak. In Denmark, the oxygen-free packing was either gas packing with CO (69.6% N(2), 30% CO(2), 0.04% CO) or without CO (70% N(2), 30% CO(2)), in Norway it was either gas packing with CO (69.6% N(2), 30% CO(2), 0.04% CO) or skin packing, and in Sweden it was either skin packing or gas packing without CO (70% N(2), 30% CO(2)). The meat represented animals that were between 17 and 80 months old (Denmark) and young bulls (Norway and Sweden). Consumers in all three countries clearly preferred steaks packed without oxygen, in terms of overall liking, willingness to pay and their preferred choice of one steak. Furthermore, they preferred the oxygen-free steaks in terms of both overall liking and liking of tenderness, juiciness and flavour. In Sweden, many consumers would pay more than usual for the skin-packed steak, and it was more often chosen as the preferred steak out of the four compared with gas-packed without oxygen. No difference was seen between the two oxygen-free packing methods in Denmark and Norway. Copyright 2010 Elsevier Ltd. All rights reserved.

  13. Controlling Blown Pack Spoilage Using Anti-Microbial Packaging

    PubMed Central

    Reid, Rachael; Tyuftin, Andrey A.; Kerry, Joe P.; Whyte, Paul; Bolton, Declan

    2017-01-01

    Active (anti-microbial) packaging was prepared using three different formulations; Auranta FV; Inbac-MDA and sodium octanoate at two concentrations (2.5 and 3.5 times their minimum inhibitory concentration (MIC, the lowest concentration that will inhibit the visible growth of the organisms) against Clostridium estertheticum, DSMZ 8809). Inoculated beef samples were packaged using the active packaging and monitored for 100 days storage at 2 °C for blown pack spoilage. The time to the onset of blown pack spoilage was significantly (p < 0.01) increased using Auranta FV and sodium octanoate (caprylic acid sodium salt) at both concentrations. Moreover, sodium octanoate packs had significantly (p < 0.01) delayed blown pack spoilage as compared to Auranta FV. It was therefore concluded that Auranta FV or sodium octanoate, incorporated into the packaging materials used for vacuum packaged beef, would inhibit blown pack spoilage and in the case of the latter, well beyond the 42 days storage period currently required for beef primals. PMID:28805679

  14. Controlling Blown Pack Spoilage Using Anti-Microbial Packaging.

    PubMed

    Reid, Rachael; Bolton, Declan; Tiuftin, Andrey A; Kerry, Joe P; Fanning, Séamus; Whyte, Paul

    2017-08-12

    Active (anti-microbial) packaging was prepared using three different formulations; Auranta FV; Inbac-MDA and sodium octanoate at two concentrations (2.5 and 3.5 times their minimum inhibitory concentration (MIC, the lowest concentration that will inhibit the visible growth of the organisms) against Clostridium estertheticum , DSMZ 8809). Inoculated beef samples were packaged using the active packaging and monitored for 100 days storage at 2 °C for blown pack spoilage. The time to the onset of blown pack spoilage was significantly ( p < 0.01) increased using Auranta FV and sodium octanoate (caprylic acid sodium salt) at both concentrations. Moreover, sodium octanoate packs had significantly ( p < 0.01) delayed blown pack spoilage as compared to Auranta FV. It was therefore concluded that Auranta FV or sodium octanoate, incorporated into the packaging materials used for vacuum packaged beef, would inhibit blown pack spoilage and in the case of the latter, well beyond the 42 days storage period currently required for beef primals.

  15. Standardized Definitions for Code Verification Test Problems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Doebling, Scott William

    This document contains standardized definitions for several commonly used code verification test problems. These definitions are intended to contain sufficient information to set up the test problem in a computational physics code. These definitions are intended to be used in conjunction with exact solutions to these problems generated using Exact- Pack, www.github.com/lanl/exactpack.

  16. Is it more dangerous to perform inadequate packing?

    PubMed Central

    Aydin, Unal; Yazici, Pinar; Zeytunlu, Murat; Coker, Ahmet

    2008-01-01

    Peri-hepatic packing procedure, which is the basic damage control technique for the treatment of hepatic hemorrhage, is one of the cornerstones of the surgical strategy for abdominal trauma. The purpose of this study was to evaluate the efficacy of the perihepatic packing procedure by comparing the outcomes of appropriately and inappropriately performed interventions. Trauma patients with liver injury were retrospectively evaluated. The patients who had undergone adequate packing were classified as Group A, and the patients who had undergone inappropriate packing, as Group B. Over a five-year period, nineteen patients underwent perihepatic packing. Thirteen of these patients were referred by other hospitals. Of 13 patients, 9 with inappropriate packing procedure due to insertion of intraabdominal drainage catheter (n=4) and underpacking (n=5) were evaluated in Group B, and the others (n=10) with adequate packing were assessed in Group A. Mean 3 units of blood were transfused in Group A and unpacking procedure was performed in the 24th hour. Only 3 (30%) patients required segment resection with homeostasis, and the mortality rate was 20% (2/10 patients). In Group B, 4 patients required repacking in the first 6 hrs. Mean 8 units of blood were transfused until unpacking procedure. The mortality rate was 44% (4/9 patients). The length of intensive care unit stay and requirement of blood transfusion were statistically significantly lower in Group A (p < 0.05). The mortality rate of this group was also lower. However, the difference between the groups for mortality rates was not statistically significant. This study emphasizes that efficacy of the procedure is one of the determinants that affects the results, and inadequate or inappropriate packing may easily result in poor outcome. PMID:18194549

  17. Thermodynamics and kinetics of pack aluminide coating formation on IN-100

    NASA Technical Reports Server (NTRS)

    Levine, S. R.; Caves, R. M.

    1973-01-01

    An investigation of the effects of pack variables on the formation of aluminide coatings on nickel-base superalloy IN-100 was conducted. Also, the thermodynamics and kinetics of coating formation were analyzed. Observed coating weights were in good agreement with predictions made from the analysis. Pack temperature rather than pack aluminum activity controls the principal coating phase formed. In 1 weight percent aluminum packs, aluminum weight gains were related to the halide pack activator. Solid-state nickel diffusion controlled coating formation from sodium fluoride and chloride and ammonium fluoride activated packs. In other ammonium and sodium halide activated 1 weight percent aluminum packs, gaseous diffusion controlled coating formation.

  18. Random close packing in protein cores

    NASA Astrophysics Data System (ADS)

    Ohern, Corey

    Shortly after the determination of the first protein x-ray crystal structures, researchers analyzed their cores and reported packing fractions ϕ ~ 0 . 75 , a value that is similar to close packing equal-sized spheres. A limitation of these analyses was the use of `extended atom' models, rather than the more physically accurate `explicit hydrogen' model. The validity of using the explicit hydrogen model is proved by its ability to predict the side chain dihedral angle distributions observed in proteins. We employ the explicit hydrogen model to calculate the packing fraction of the cores of over 200 high resolution protein structures. We find that these protein cores have ϕ ~ 0 . 55 , which is comparable to random close-packing of non-spherical particles. This result provides a deeper understanding of the physical basis of protein structure that will enable predictions of the effects of amino acid mutations and design of new functional proteins. We gratefully acknowledge the support of the Raymond and Beverly Sackler Institute for Biological, Physical, and Engineering Sciences, National Library of Medicine training grant T15LM00705628 (J.C.G.), and National Science Foundation DMR-1307712 (L.R.).

  19. Comparison of a new air-assisted sprayer and two conventional sprayers in terms of deposition, loss to the soil and residue of azoxystrobin and tebuconazole applied to sunlit greenhouse tomato and field cucumber.

    PubMed

    Li, Yanjie; Li, Yifan; Pan, Xiang; Li, Qing X; Chen, Ronghua; Li, Xuesheng; Pan, Canping; Song, Jianli

    2018-02-01

    Plant protection products (PPPs) are applied in China and many other developing countries with knapsack sprayers at high volumes with coarse spray quality, resulting in a high percentage of pesticide losses. In this study, a new air-assisted electric knapsack sprayer and two conventional knapsack sprayers were evaluated in terms of pesticide deposition, residues and loss into the soil. Artificial targets fixed to the upper side and underside of the leaf surface in six zones (at two depths and three heights) were used to collect the deposition, which were analyzed by liquid chromatography triple-quadrupole mass spectrometry. The air-assisted electric knapsack sprayer produced more deposition and better penetrability and uniformity than the two traditional spraying methods. In particular, the air-assisted electric knapsack sprayer reduced pesticide losses to the soil by roughly 37% to 75% and deposited 1.18 and 1.24 times more pesticide than the manual air-pressure and battery-powered knapsack sprayers, respectively. The residues of azoxystrobin and tebuconazole in tomato and cucumber were below the maximum residue limits (MRLs). In general, use of the the air-assisted electric knapsack sprayer in tomato and cucumber crops could improve the effectiveness of PPPs, reduce the risk of contamination and protect food safety. © 2017 Society of Chemical Industry. © 2017 Society of Chemical Industry.

  20. Multilayer DNA origami packed on hexagonal and hybrid lattices.

    PubMed

    Ke, Yonggang; Voigt, Niels V; Gothelf, Kurt V; Shih, William M

    2012-01-25

    "Scaffolded DNA origami" has been proven to be a powerful and efficient approach to construct two-dimensional or three-dimensional objects with great complexity. Multilayer DNA origami has been demonstrated with helices packing along either honeycomb-lattice geometry or square-lattice geometry. Here we report successful folding of multilayer DNA origami with helices arranged on a close-packed hexagonal lattice. This arrangement yields a higher density of helical packing and therefore higher resolution of spatial addressing than has been shown previously. We also demonstrate hybrid multilayer DNA origami with honeycomb-lattice, square-lattice, and hexagonal-lattice packing of helices all in one design. The availability of hexagonal close-packing of helices extends our ability to build complex structures using DNA nanotechnology. © 2011 American Chemical Society

  1. Pack rats (Neotoma spp.): Keystone ecological engineers?

    USDA-ARS?s Scientific Manuscript database

    The potential role of two species of pack rats (Neotoma albigula and Neotoma micropus) as keystone ecological engineers was examined by estimating the species diversity of invertebrates living in the nest middens, and nitrogen mineralization rates in soils associated with the middens. Although pack-...

  2. Coalescence preference in dense packing of bubbles

    NASA Astrophysics Data System (ADS)

    Kim, Yeseul; Gim, Bopil; Gim, Bopil; Weon, Byung Mook

    2015-11-01

    Coalescence preference is the tendency that a merged bubble from the contact of two original bubbles (parent) tends to be near to the bigger parent. Here, we show that the coalescence preference can be blocked by densely packing of neighbor bubbles. We use high-speed high-resolution X-ray microscopy to clearly visualize individual coalescence phenomenon which occurs in micro scale seconds and inside dense packing of microbubbles with a local packing fraction of ~40%. Previous theory and experimental evidence predict a power of -5 between the relative coalescence position and the parent size. However, our new observation for coalescence preference in densely packed microbubbles shows a different power of -2. We believe that this result may be important to understand coalescence dynamics in dense packing of soft matter. This work (NRF-2013R1A22A04008115) was supported by Mid-career Researcher Program through NRF grant funded by the MEST and also was supported by Ministry of Science, ICT and Future Planning (2009-0082580) and by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry and Education, Science and Technology (NRF-2012R1A6A3A04039257).

  3. Relating protein conformational changes to packing efficiency and disorder

    PubMed Central

    Bhardwaj, Nitin; Gerstein, Mark

    2009-01-01

    Changes in protein conformation play key roles in facilitating various biochemical processes, ranging from signaling and phosphorylation to transport and catalysis. While various factors that drive these motions such as environmental changes and binding of small molecules are well understood, specific causative effects on the structural features of the protein due to these conformational changes have not been studied on a large scale. Here, we study protein conformational changes in relation to two key structural metrics: packing efficiency and disorder. Packing has been shown to be crucial for protein stability and function by many protein design and engineering studies. We study changes in packing efficiency during conformational changes, thus extending the analysis from a static context to a dynamic perspective and report some interesting observations. First, we study various proteins that adopt alternate conformations and find that tendencies to show motion and change in packing efficiency are correlated: residues that change their packing efficiency show larger motions. Second, our results suggest that residues that show higher changes in packing during motion are located on the changing interfaces which are formed during these conformational changes. These changing interfaces are slightly different from shear or static interfaces that have been analyzed in previous studies. Third, analysis of packing efficiency changes in the context of secondary structure shows that, as expected, residues buried in helices show the least change in packing efficiency, whereas those embedded in bends are most likely to change packing. Finally, by relating protein disorder to motions, we show that marginally disordered residues which are ordered enough to be crystallized but have sequence patterns indicative of disorder show higher dislocation and a higher change in packing than ordered ones and are located mostly on the changing interfaces. Overall, our results demonstrate

  4. Cylinder valve packing nut studies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Blue, S.C.

    1991-12-31

    The design, manufacture, and use of cylinder valve packing nuts have been studied to improve their resistance to failure from stress corrosion cracking. Stress frozen photoelastic models have been analyzed to measure the stress concentrations at observed points of failure. The load effects induced by assembly torque and thermal expansion of stem packing were observed by strain gaging nuts. The effects of finishing operations and heat treatment were studied by the strain gage hole boring and X-ray methods. Modifications of manufacturing and operation practices are reducing the frequency of stress corrosion failures.

  5. Multi-Node Thermal System Model for Lithium-Ion Battery Packs: Preprint

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shi, Ying; Smith, Kandler; Wood, Eric

    Temperature is one of the main factors that controls the degradation in lithium ion batteries. Accurate knowledge and control of cell temperatures in a pack helps the battery management system (BMS) to maximize cell utilization and ensure pack safety and service life. In a pack with arrays of cells, a cells temperature is not only affected by its own thermal characteristics but also by its neighbors, the cooling system and pack configuration, which increase the noise level and the complexity of cell temperatures prediction. This work proposes to model lithium ion packs thermal behavior using a multi-node thermal network model,more » which predicts the cell temperatures by zones. The model was parametrized and validated using commercial lithium-ion battery packs. neighbors, the cooling system and pack configuration, which increase the noise level and the complexity of cell temperatures prediction. This work proposes to model lithium ion packs thermal behavior using a multi-node thermal network model, which predicts the cell temperatures by zones. The model was parametrized and validated using commercial lithium-ion battery packs.« less

  6. Communication: From close-packed to topologically close-packed: Formation of Laves phases in moderately polydisperse hard-sphere mixtures

    NASA Astrophysics Data System (ADS)

    Lindquist, Beth A.; Jadrich, Ryan B.; Truskett, Thomas M.

    2018-05-01

    Particle size polydispersity can help to inhibit crystallization of the hard-sphere fluid into close-packed structures at high packing fractions and thus is often employed to create model glass-forming systems. Nonetheless, it is known that hard-sphere mixtures with modest polydispersity still have ordered ground states. Here, we demonstrate by computer simulation that hard-sphere mixtures with increased polydispersity fractionate on the basis of particle size and a bimodal subpopulation favors the formation of topologically close-packed C14 and C15 Laves phases in coexistence with a disordered phase. The generality of this result is supported by simulations of hard-sphere mixtures with particle-size distributions of four different forms.

  7. Marginal rigidity and history dependence in packings of attractive athermal emulsions

    NASA Astrophysics Data System (ADS)

    Bargteil, Dylan; Pontani, Lea-Laetitia; Brujic, Jasna

    2014-03-01

    The geometry and stress through particulate packings depends on the method of preparation and the interaction potential between the particles. Previously, we discovered that creaming frictionless, athermal emulsions with a short-range depletion attraction leads to an initial increase in the packing density above random close packing, followed by a monotonic decrease in density (Jorjadze et al, PNAS, 2011). This decrease is because the attractive force stabilizes loose voids, thus reducing the average coordination number, , of the packing. In order to understand the mechanism of packing creation, we investigate whether the final density is influenced by the polydispersity or the initial volume fraction of droplets, as it is in frictional packings. Finally, we compress the attractive packings by centrifugation to probe the scaling laws of pressure versus density and and compare them with those found in repulsive packings (Jorjadze et al, PRL, 2013).

  8. 21 CFR 133.123 - Cold-pack and club cheese.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 2 2011-04-01 2011-04-01 false Cold-pack and club cheese. 133.123 Section 133.123... FOR HUMAN CONSUMPTION CHEESES AND RELATED CHEESE PRODUCTS Requirements for Specific Standardized Cheese and Related Products § 133.123 Cold-pack and club cheese. (a)(1) Cold-pack cheese, club cheese, is...

  9. Diffusion in Jammed Particle Packs.

    PubMed

    Bolintineanu, Dan S; Grest, Gary S; Lechman, Jeremy B; Silbert, Leonardo E

    2015-08-21

    Using random walk simulations we explore diffusive transport through monodisperse sphere packings over a range of packing fractions ϕ in the vicinity of the jamming transition at ϕ(c). Various diffusion properties are computed over several orders of magnitude in both time and packing pressure. Two well-separated regimes of normal "Fickian" diffusion, where the mean squared displacement is linear in time, are observed. The first corresponds to diffusion inside individual spheres, while the latter is the long-time bulk diffusion. The intermediate anomalous diffusion regime and the long-time value of the diffusion coefficient are both shown to be controlled by particle contacts, which in turn depend on proximity to ϕ(c). The time required to recover normal diffusion t* scales as (ϕ-ϕ(c))(-0.5) and the long-time diffusivity D(∞)∼(ϕ-ϕ(c))0.5, or D(∞)∼1/t*. It is shown that the distribution of mean first passage times associated with the escape of random walkers between neighboring particles controls both t* and D(∞) in the limit ϕ→ϕ(c).

  10. 36 CFR § 1002.16 - Horses and pack animals.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 36 Parks, Forests, and Public Property 3 2013-07-01 2012-07-01 true Horses and pack animals. Â..., PUBLIC USE AND RECREATION § 1002.16 Horses and pack animals. The following are prohibited: (a) The use of animals other than those designated as “pack animals” for purposes of transporting equipment. (b) The use...

  11. Improved Taxation Rate for Bin Packing Games

    NASA Astrophysics Data System (ADS)

    Kern, Walter; Qiu, Xian

    A cooperative bin packing game is a N-person game, where the player set N consists of k bins of capacity 1 each and n items of sizes a 1, ⋯ ,a n . The value of a coalition of players is defined to be the maximum total size of items in the coalition that can be packed into the bins of the coalition. We present an alternative proof for the non-emptiness of the 1/3-core for all bin packing games and show how to improve this bound ɛ= 1/3 (slightly). We conjecture that the true best possible value is ɛ= 1/7.

  12. Maximally dense packings of two-dimensional convex and concave noncircular particles.

    PubMed

    Atkinson, Steven; Jiao, Yang; Torquato, Salvatore

    2012-09-01

    Dense packings of hard particles have important applications in many fields, including condensed matter physics, discrete geometry, and cell biology. In this paper, we employ a stochastic search implementation of the Torquato-Jiao adaptive-shrinking-cell (ASC) optimization scheme [Nature (London) 460, 876 (2009)] to find maximally dense particle packings in d-dimensional Euclidean space R(d). While the original implementation was designed to study spheres and convex polyhedra in d≥3, our implementation focuses on d=2 and extends the algorithm to include both concave polygons and certain complex convex or concave nonpolygonal particle shapes. We verify the robustness of this packing protocol by successfully reproducing the known putative optimal packings of congruent copies of regular pentagons and octagons, then employ it to suggest dense packing arrangements of congruent copies of certain families of concave crosses, convex and concave curved triangles (incorporating shapes resembling the Mercedes-Benz logo), and "moonlike" shapes. Analytical constructions are determined subsequently to obtain the densest known packings of these particle shapes. For the examples considered, we find that the densest packings of both convex and concave particles with central symmetry are achieved by their corresponding optimal Bravais lattice packings; for particles lacking central symmetry, the densest packings obtained are nonlattice periodic packings, which are consistent with recently-proposed general organizing principles for hard particles. Moreover, we find that the densest known packings of certain curved triangles are periodic with a four-particle basis, and we find that the densest known periodic packings of certain moonlike shapes possess no inherent symmetries. Our work adds to the growing evidence that particle shape can be used as a tuning parameter to achieve a diversity of packing structures.

  13. Maximally dense packings of two-dimensional convex and concave noncircular particles

    NASA Astrophysics Data System (ADS)

    Atkinson, Steven; Jiao, Yang; Torquato, Salvatore

    2012-09-01

    Dense packings of hard particles have important applications in many fields, including condensed matter physics, discrete geometry, and cell biology. In this paper, we employ a stochastic search implementation of the Torquato-Jiao adaptive-shrinking-cell (ASC) optimization scheme [Nature (London)NATUAS0028-083610.1038/nature08239 460, 876 (2009)] to find maximally dense particle packings in d-dimensional Euclidean space Rd. While the original implementation was designed to study spheres and convex polyhedra in d≥3, our implementation focuses on d=2 and extends the algorithm to include both concave polygons and certain complex convex or concave nonpolygonal particle shapes. We verify the robustness of this packing protocol by successfully reproducing the known putative optimal packings of congruent copies of regular pentagons and octagons, then employ it to suggest dense packing arrangements of congruent copies of certain families of concave crosses, convex and concave curved triangles (incorporating shapes resembling the Mercedes-Benz logo), and “moonlike” shapes. Analytical constructions are determined subsequently to obtain the densest known packings of these particle shapes. For the examples considered, we find that the densest packings of both convex and concave particles with central symmetry are achieved by their corresponding optimal Bravais lattice packings; for particles lacking central symmetry, the densest packings obtained are nonlattice periodic packings, which are consistent with recently-proposed general organizing principles for hard particles. Moreover, we find that the densest known packings of certain curved triangles are periodic with a four-particle basis, and we find that the densest known periodic packings of certain moonlike shapes possess no inherent symmetries. Our work adds to the growing evidence that particle shape can be used as a tuning parameter to achieve a diversity of packing structures.

  14. 21 CFR 890.5730 - Moist heat pack.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 8 2013-04-01 2013-04-01 false Moist heat pack. 890.5730 Section 890.5730 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5730 Moist heat pack. (a...

  15. 21 CFR 890.5730 - Moist heat pack.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Moist heat pack. 890.5730 Section 890.5730 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5730 Moist heat pack. (a...

  16. 21 CFR 890.5730 - Moist heat pack.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 8 2014-04-01 2014-04-01 false Moist heat pack. 890.5730 Section 890.5730 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5730 Moist heat pack. (a...

  17. 21 CFR 890.5730 - Moist heat pack.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false Moist heat pack. 890.5730 Section 890.5730 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5730 Moist heat pack. (a...

  18. 21 CFR 890.5730 - Moist heat pack.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 8 2012-04-01 2012-04-01 false Moist heat pack. 890.5730 Section 890.5730 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES PHYSICAL MEDICINE DEVICES Physical Medicine Therapeutic Devices § 890.5730 Moist heat pack. (a...

  19. Random close packing in protein cores

    NASA Astrophysics Data System (ADS)

    Gaines, Jennifer C.; Smith, W. Wendell; Regan, Lynne; O'Hern, Corey S.

    2016-03-01

    Shortly after the determination of the first protein x-ray crystal structures, researchers analyzed their cores and reported packing fractions ϕ ≈0.75 , a value that is similar to close packing of equal-sized spheres. A limitation of these analyses was the use of extended atom models, rather than the more physically accurate explicit hydrogen model. The validity of the explicit hydrogen model was proved in our previous studies by its ability to predict the side chain dihedral angle distributions observed in proteins. In contrast, the extended atom model is not able to recapitulate the side chain dihedral angle distributions, and gives rise to large atomic clashes at side chain dihedral angle combinations that are highly probable in protein crystal structures. Here, we employ the explicit hydrogen model to calculate the packing fraction of the cores of over 200 high-resolution protein structures. We find that these protein cores have ϕ ≈0.56 , which is similar to results obtained from simulations of random packings of individual amino acids. This result provides a deeper understanding of the physical basis of protein structure that will enable predictions of the effects of amino acid mutations to protein cores and interfaces of known structure.

  20. Random close packing in protein cores.

    PubMed

    Gaines, Jennifer C; Smith, W Wendell; Regan, Lynne; O'Hern, Corey S

    2016-03-01

    Shortly after the determination of the first protein x-ray crystal structures, researchers analyzed their cores and reported packing fractions ϕ ≈ 0.75, a value that is similar to close packing of equal-sized spheres. A limitation of these analyses was the use of extended atom models, rather than the more physically accurate explicit hydrogen model. The validity of the explicit hydrogen model was proved in our previous studies by its ability to predict the side chain dihedral angle distributions observed in proteins. In contrast, the extended atom model is not able to recapitulate the side chain dihedral angle distributions, and gives rise to large atomic clashes at side chain dihedral angle combinations that are highly probable in protein crystal structures. Here, we employ the explicit hydrogen model to calculate the packing fraction of the cores of over 200 high-resolution protein structures. We find that these protein cores have ϕ ≈ 0.56, which is similar to results obtained from simulations of random packings of individual amino acids. This result provides a deeper understanding of the physical basis of protein structure that will enable predictions of the effects of amino acid mutations to protein cores and interfaces of known structure.

  1. An Amino Acid Code for Irregular and Mixed Protein Packing

    PubMed Central

    Joo, Hyun; Chavan, Archana; Fraga, Keith; Tsai, Jerry

    2015-01-01

    To advance our understanding of protein tertiary structure, the development of the knob-socket model is completed in an analysis of the packing in irregular coil and turn secondary structure packing as well as between mixed secondary structure. The knob-socket model simplifies packing based on repeated patterns of 2 motifs: a 3 residue socket for packing within 2° structure and a 4 residue knob-socket for 3° packing. For coil and turn secondary structure, knob-sockets allow identification of a correlation between amino acid composition and tertiary arrangements in space. Coil contributes almost as much as α-helices to tertiary packing. Irregular secondary structure involves 3 residue cliques of consecutive contacting residues or XYZ sockets. In irregular sockets, Gly, Pro, Asp and Ser are favored, while Cys, His, Met and Trp are not. For irregular knobs, the preference order is Arg, Asp, Pro, Asn, Thr, Leu, and Gly, while Cys, His, Met and Trp are not. In mixed packing, the knob amino acid preferences are a function of the socket that they are packing into, whereas the amino acid composition of the sockets does not depend on the secondary structure of the knob. A unique motif of a coil knob with an XYZ β-sheet socket may potentially function to inhibit β-sheet extension. In addition, analysis of the preferred crossing angles for strands within a β-sheet and mixed α-helices/β-sheets identifies canonical packing patterns useful in protein design. Lastly, the knob-socket model abstracts the complexity of protein tertiary structure into an intuitive packing surface topology map. PMID:26370334

  2. Avoidance of Cigarette Pack Health Warnings among Regular Cigarette Smokers

    PubMed Central

    Maynard, Olivia M.; Attwood, Angela; O’Brien, Laura; Brooks, Sabrina; Hedge, Craig; Leonards, Ute; Munafò, Marcus R.

    2016-01-01

    Background Previous research with adults and adolescents indicates that plain cigarette packs increase visual attention to health warnings among non-smokers and non-regular smokers, but not among regular smokers. This may be because regular smokers: 1) are familiar with the health warnings, 2) preferentially attend to branding, or 3) actively avoid health warnings. We sought to distinguish between these explanations using eye-tracking technology. Method A convenience sample of 30 adult dependant smokers were recruited to participate in an eye-tracking study. Participants viewed branded, plain and blank packs of cigarettes with familiar and unfamiliar health warnings. The number of fixations to health warnings and branding on the different pack types were recorded. Results Analysis of variance indicated that regular smokers were biased towards fixating the branding location rather than the health warning location on all three pack types (p < 0.002). This bias was smaller, but still evident, for blank packs, where smokers preferentially attended the blank region over the health warnings. Time-course analysis showed that for branded and plain packs, attention was preferentially directed to the branding location for the entire 10 seconds of the stimulus presentation, while for blank packs this occurred for the last 8 seconds of the stimulus presentation. Familiarity with health warnings had no effect on eye gaze location. Conclusion Smokers actively avoid cigarette pack health warnings, and this remains the case even in the absence of salient branding information. Smokers may have learned to divert their attention away from cigarette pack health warnings. These findings have policy implications for the design of health warning on cigarette packs. PMID:24485554

  3. Economics Action Pack.

    ERIC Educational Resources Information Center

    McDonald's Corp., Oak Brook, IL.

    One of five McDonald's Action Packs, this learning package introduces intermediate grade students to basic economic concepts. The fourteen activities include the topics of consumption (4 activities), production (5), the market system (3), a pretest, and a posttest. Specific titles under consumption include The Wonderful Treasure Tree (introduction…

  4. On the packing measure of the Sierpinski gasket

    NASA Astrophysics Data System (ADS)

    Llorente, Marta; Mera, M. Eugenia; Morán, Manuel

    2018-06-01

    We show that the s-dimensional packing measure P s (S) of the Sierpinski gasket S, where is the similarity dimension of S, satisfies . The formula presented in theorem 6 enables the achievement of the above measure bounds for this non-totally disconnected set as it shows that the symmetries of the Sierpinski gasket can be exploited to simplify the density characterization of P s obtained in Morán (2005 Nonlinearity 18 559–70) for self-similar sets satisfying the so-called open set condition. Thanks to the reduction obtained in theorem 6 we are able to handle the problem of computability of P s (S) with a suitable algorithm.

  5. Reason behind wet pack after steam sterilization and its consequences: An overview from Central Sterile Supply Department of a cancer center in eastern India.

    PubMed

    Basu, Debabrata

    Wet pack after steam sterilization process that means there are surely obtain millions of microorganisms that can breed and multiply rapidly and objects are unsterile and can never be used for further procedure. There are many reasons behind the wet pack occurrences after autoclaving like poor quality of wrapping materials, faulty valves of rigid container, faulty loading and packaging technique, poor steam quality, sterilizer malfunction and may be design related problems in CSSD sterile storage area. Cause of wet pack after steam sterilization processes may occur severe problems because of wasted time and effort, increased work load, increased cost, potentially contaminated instruments, infection risk to the patient, poor patient outcomes and delayed or cancellation of procedures. But such wet pack scenario can be avoided by various methods by using good steam (water) quality, performing periodic maintenance of the Autoclaves, avoidance of sterilizer overloading, allowing adequate post sterilization time to cool down the materials to room temperature, using good quality wrapping materials, properly maintain temperature and humidity of sterile storage area etc. Copyright © 2016 King Saud Bin Abdulaziz University for Health Sciences. Published by Elsevier Ltd. All rights reserved.

  6. AxonPacking: An Open-Source Software to Simulate Arrangements of Axons in White Matter

    PubMed Central

    Mingasson, Tom; Duval, Tanguy; Stikov, Nikola; Cohen-Adad, Julien

    2017-01-01

    HIGHLIGHTS AxonPacking: Open-source software for simulating white matter microstructure.Validation on a theoretical disk packing problem.Reproducible and stable for various densities and diameter distributions.Can be used to study interplay between myelin/fiber density and restricted fraction. Quantitative Magnetic Resonance Imaging (MRI) can provide parameters that describe white matter microstructure, such as the fiber volume fraction (FVF), the myelin volume fraction (MVF) or the axon volume fraction (AVF) via the fraction of restricted water (fr). While already being used for clinical application, the complex interplay between these parameters requires thorough validation via simulations. These simulations required a realistic, controlled and adaptable model of the white matter axons with the surrounding myelin sheath. While there already exist useful algorithms to perform this task, none of them combine optimisation of axon packing, presence of myelin sheath and availability as free and open source software. Here, we introduce a novel disk packing algorithm that addresses these issues. The performance of the algorithm is tested in term of reproducibility over 50 runs, resulting density, and stability over iterations. This tool was then used to derive multiple values of FVF and to study the impact of this parameter on fr and MVF in light of the known microstructure based on histology sample. The standard deviation of the axon density over runs was lower than 10−3 and the expected hexagonal packing for monodisperse disks was obtained with a density close to the optimal density (obtained: 0.892, theoretical: 0.907). Using an FVF ranging within [0.58, 0.82] and a mean inter-axon gap ranging within [0.1, 1.1] μm, MVF ranged within [0.32, 0.44] and fr ranged within [0.39, 0.71], which is consistent with the histology. The proposed algorithm is implemented in the open-source software AxonPacking (https://github.com/neuropoly/axonpacking) and can be useful for

  7. DIY Fraction Pack.

    ERIC Educational Resources Information Center

    Graham, Alan; Graham, Louise

    2003-01-01

    Describes a very successful attempt to teach fractions to year 5 pupils based on pupils making their own fraction pack. Children decided for themselves how to make the fractional slices used in the activity using colored cardboard sheets and templates of a paper circle consisting of 24 equal slices. (Author/NB)

  8. Nutrition Action Pack.

    ERIC Educational Resources Information Center

    Sockut, Joanne; Stumpe, Stephanie

    One of five McDonald's Action Packs, these instructional materials integrate elementary school-level nutrition education into other disciplines--biology, sociology, physiology, mathematics, and art. Contents include four units consisting of twelve activities. Unit 1, Why You Need Food, is a self-examination of what is needed for growth, health,…

  9. Radiological and practical aspects of body packing

    PubMed Central

    Reginelli, A; Pinto, F; Sica, G; Scaglione, M; Berger, F H; Romano, L; Brunese, L

    2014-01-01

    Body packing represents the concealment of illegal substances in a person's body with the aim of smuggling. “Body packers” either swallow drug-filled packets or introduce drug-filled packets into their bodies rectally or vaginally with the purpose of concealing them. The three main smuggled drugs are cocaine, heroin and cannabis products. Body packing represents a serious risk of acute narcotic toxicity from drug exposure, intestinal obstruction owing to pellet impaction and bowel perforation with consequent abdominal sepsis. A suspected body packer is generally admitted to hospital to perform imaging investigations and confirm the presence of drugs in his/her body. Radiological imaging methods are essential to diagnose body packing and to detect potential complications. Increasing sophistication of traffickers and improvements in packaging add to the detection difficulty. Radiologists should be aware of the appearance of drug packets in a range of imaging modalities. This article informs physicians about the challenging aspects of body packing, its background and medicolegal issues, what imaging methods can be used and what criteria are necessary to perform a correct diagnosis. PMID:24472727

  10. Do ventilated packs reduce post-operative eustachian tube dysfunction?

    PubMed

    Morgan, N J; Soo, G; Frain, I; Nunez, D A

    1995-10-01

    Nasal packing is associated with post-operative Eustachian tube dysfunction in patients undergoing nasal surgical procedures. The effect of cannulated nasal packs which may improve nasopharyngeal ventilation was investigated in a prospective randomized controlled trial. Adult elective patients without tympanometric evidence of pre-operative Eustachian tube dysfunction were recruited. All subjects underwent single or combined intranasal surgical procedures and were randomized to receive either bilateral cannulated or non-cannulated Merocel nasal packs. Middle ear pressures (MEP) were recorded pre-operatively and post-operatively before nasal pack removal. Left and right ear results were amalgamated for analysis and 40 adults, 20 in each group were analysed. There was no difference in pre-operative MEP, -15 dPa (median value) in both groups. Post-operatively the MEP changed in both groups P < 0.0001. There was no significant inter group difference in the post-operative median MEP, -85 dPa in the cannulated and -70 dPa in the control groups, (95% c.i. for the difference in the medians -25-55 dPa). Nasal surgery with post-operative packing leads to an objective reduction in MEP which is not altered by venting the packs.

  11. Lightweight, Flexible, Thin, Integrated Solar-Power Packs

    NASA Technical Reports Server (NTRS)

    Hanson, Robert R.

    2004-01-01

    Lightweight, flexible, thin, one-piece, solar-power packs are undergoing development. Each power pack of this type is a complete, modular, integrated power-supply system comprising three power subsystems that, in conventional practice, have been constructed as separate units and connected to each other by wires. These power packs are amenable to a variety of uses: For example, they could be laminated to the tops of tents and other shelters to provide or augment power for portable electronic equipment in the field, and they could be used as power sources for such small portable electronic systems as radio transceivers (including data relays and cellular telephones), laptop computers, video camcorders, and Global Positioning System receivers.

  12. Safety considerations for fabricating lithium battery packs

    NASA Technical Reports Server (NTRS)

    Ciesla, J. J.

    1986-01-01

    Lithium cell safety is a major issue with both manufacturers and end users. Most manufacturers have taken great strides to develop the safest cells possible while still maintaining performance characteristics. The combining of lithium cells for higher voltages, currents, and capacities requires the fabricator of lithium battery packs to be knowledgable about the specific electrochemical system being used. Relatively high rate, spirally wound (large surface area) sulfur oxychloride cells systems, such as Li/Thionyl or Sulfuryl chloride are considered. Prior to the start of a design of a battery pack, a review of the characterization studies for the cells should be conducted. The approach for fabricating a battery pack might vary with cell size.

  13. Non-invasive measurement of proppant pack deformation

    DOE PAGES

    Walsh, Stuart D. C.; Smith, Megan; Carroll, Susan A.; ...

    2016-05-26

    In this study, we describe a method to non-invasively study the movement of proppant packs at the sub-fracture scale by applying three-dimensional digital image correlation techniques to X-ray tomography data. Proppant movement is tracked in a fractured core of Marcellus shale placed under a series of increasing confining pressures up to 10,000 psi. The analysis reveals the sudden failure of a region of the proppant pack, accompanied by the large-scale rearrangement of grains across the entire fracture surface. The failure of the pack coincides with the appearance of vortex-like grain motions similar to features observed in biaxial compression of twomore » dimensional granular assemblies.« less

  14. Ice pack heat sink subsystem - Phase 1, Volume 1

    NASA Technical Reports Server (NTRS)

    Roebelen, G. J., Jr.

    1973-01-01

    The design, development, fabrication, and test at one-g of a functional laboratory model (non-flight) ice pack heat sink subsystem to be used eventually for astronaut cooling during manned space missions are discussed. In normal use, excess heat in the liquid cooling garment (LCG) coolant is transferred to a reusable/regenerable ice pack heat sink. For emergency operation, or for extension of extravehicular activity mission time after all the ice has melted, water from the ice pack is boiled to vacuum, thereby continuing to remove heat from the LCG coolant. This subsystem incorporates a quick connect/disconnect thermal interface between the ice pack heat sink and the subsystem heat exchanger.

  15. Conical wave propagation and diffraction in two-dimensional hexagonally packed granular lattices

    DOE PAGES

    Chong, C.; Kevrekidis, P. G.; Ablowitz, M. J.; ...

    2016-01-25

    We explore linear and nonlinear mechanisms for conical wave propagation in two-dimensional lattices in the realm of phononic crystals. As a prototypical example, a statically compressed granular lattice of spherical particles arranged in a hexagonal packing configuration is analyzed. Upon identifying the dispersion relation of the underlying linear problem, the resulting diffraction properties are considered. Analysis both via a heuristic argument for the linear propagation of a wave packet and via asymptotic analysis leading to the derivation of a Dirac system suggests the occurrence of conical diffraction. This analysis is valid for strong precompression, i.e., near the linear regime. Formore » weak precompression, conical wave propagation is still possible, but the resulting expanding circular wave front is of a nonoscillatory nature, resulting from the complex interplay among the discreteness, nonlinearity, and geometry of the packing. Lastly, the transition between these two types of propagation is explored.« less

  16. Body packing and intra-vaginal body pushing of cocaine: A case report.

    PubMed

    Wankhade, Vishwajit Kishor; Chikhalkar, B G

    2018-03-01

    Drug trafficking is an international problem. The prevalence of drug trafficking and newer concealing methods has been ever increasing. Body packing is described as using the abdominal or pelvic cavity for concealing illegal drugs. Body pushers smuggle illicit drugs by inserting them into rectum or vagina. These cases are either presented to the emergency departments as Body Packer Syndrome or as asymptomatic cases for observation, detained for alleged possession of contraband substances. We report a unique case of an asymptomatic white female who was detained at Mumbai International Airport under suspicion and brought to hospital for observation. X ray and CT scan examination revealed 7 wrapped packets in gastrointestinal track and 1 large packet in vagina. A case of female body packer using multiple modalities of concealment especially in vagina is rare in India so it is becomes imperative to present this case in the light of body packing and body pushing of contraband substances. Copyright © 2017 Elsevier B.V. All rights reserved.

  17. Increase of hole-drilling speed by using packs of laser pulses

    NASA Astrophysics Data System (ADS)

    Gorny, Sergey G.; Grigoriev, A. M.; Lopota, Vitaliy A.; Turichin, Gleb A.

    1999-09-01

    For realization of the optimum mode of hole drilling the packs of laser pulses of high intensity were used, when average level of intensity of radiation is not too high, that reduces specific energy of destruction, and the peak intensity is reasonably great, that the pulse of pressure of effect at evaporation has completely deleted the liquid from the zone of processing. The high peak intensity of radiation permits in this case to place a target not in focus of a optical system, creating on its surface the image with the help of masks. It permits to receive in metal plates the holes of any section, to execute marking of surfaces and deep engraving of sample material with the help of laser. With the using of focused radiation the cutting of thin materials can be executed without a auxiliary gas. The condition of melt replacement is excess of power of recoil pressure above the power of viscous forces and forces of inertia. The decision of the hydrodynamic problem permits to evaluate the necessary parameters of laser radiation, frequency and longitude of packs of pulses which provide increases of process speed in several times. The conducted experiments confirm the indicated theoretical analysis of process of removing of the material under action of packs of pulses of laser radiation. The given process is realized in laser technological installations for holes drilling and marks of materials.

  18. Polyurethane Foam Pack Outdoor Storage Test

    DTIC Science & Technology

    1987-10-01

    formed between the polyurthane foam and the plywood. No nails "re used to secure the top. It was impossible to tell If the pack was completely filled...Ulm. rILE: toury AD-A 187 729 - N T. ;I[ POLYURIET!AN FOAM PACK OUTDOOR STORAGE TEST I OCTOBU 1987 DTIC &%ELECTEi NOV 3 0197 * 1’• Thomas M...U.S. ARMY TANK-AUTOMOTIVE COMMANDRESEARCH, DEVELOPMENT & ENGINEERING CENTERWarren, Michigan 48397-5000 REPRODUCTION QUALITY NOTICE This document is the

  19. Characteristics of illegal and legal cigarette packs sold in Guatemala.

    PubMed

    Arevalo, Rodrigo; Corral, Juan E; Monzon, Diego; Yoon, Mira; Barnoya, Joaquin

    2016-11-25

    Guatemala, as a party to the Framework Convention on Tobacco Control (FCTC), is required to regulate cigarette packaging and labeling and eliminate illicit tobacco trade. Current packaging and labeling characteristics (of legal and illegal cigarettes) and their compliance with the FCTC is unknown. We sought to analyze package and label characteristics of illegal and legal cigarettes sold in Guatemala. We visited the 22 largest traditional markets in the country to purchase illegal cigarettes. All brands registered on tobacco industry websites were purchased as legal cigarettes. Analysis compared labeling characteristics of illegal and legal packs. Most (95%) markets and street vendors sold illegal cigarettes; 104 packs were purchased (79 illegal and 25 legal). Ten percent of illegal and none of the legal packs had misleading terms. Half of the illegal packs had a warning label covering 26 to 50% of the pack surface. All legal packs had a label covering 25% of the surface. Illegal packs were more likely to have information on constituents and emissions (85% vs. 45%, p < 0.001) and were less expensive than legal ones (USD 0.70 ± 0.7 and 1.9 ± 1.8, p < 0.001). In Guatemala, neither illegal nor legal cigarette packs comply with FCTC labeling mandates. Urgent implementation and enforcement of the FCTC is necessary to halt the tobacco epidemic.

  20. Aneurysm permeability following coil embolization: packing density and coil distribution

    PubMed Central

    Chueh, Ju-Yu; Vedantham, Srinivasan; Wakhloo, Ajay K; Carniato, Sarena L; Puri, Ajit S; Bzura, Conrad; Coffin, Spencer; Bogdanov, Alexei A; Gounis, Matthew J

    2015-01-01

    Background Rates of durable aneurysm occlusion following coil embolization vary widely, and a better understanding of coil mass mechanics is desired. The goal of this study is to evaluate the impact of packing density and coil uniformity on aneurysm permeability. Methods Aneurysm models were coiled using either Guglielmi detachable coils or Target coils. The permeability was assessed by taking the ratio of microspheres passing through the coil mass to those in the working fluid. Aneurysms containing coil masses were sectioned for image analysis to determine surface area fraction and coil uniformity. Results All aneurysms were coiled to a packing density of at least 27%. Packing density, surface area fraction of the dome and neck, and uniformity of the dome were significantly correlated (p<0.05). Hence, multivariate principal components-based partial least squares regression models were used to predict permeability. Similar loading vectors were obtained for packing and uniformity measures. Coil mass permeability was modeled better with the inclusion of packing and uniformity measures of the dome (r2=0.73) than with packing density alone (r2=0.45). The analysis indicates the importance of including a uniformity measure for coil distribution in the dome along with packing measures. Conclusions A densely packed aneurysm with a high degree of coil mass uniformity will reduce permeability. PMID:25031179

  1. Constraints and vibrations in static packings of ellipsoidal particles.

    PubMed

    Schreck, Carl F; Mailman, Mitch; Chakraborty, Bulbul; O'Hern, Corey S

    2012-06-01

    We numerically investigate the mechanical properties of static packings of frictionless ellipsoidal particles in two and three dimensions over a range of aspect ratio and compression Δφ. While amorphous packings of spherical particles at jamming onset (Δφ=0) are isostatic and possess the minimum contact number z_{iso} required for them to be collectively jammed, amorphous packings of ellipsoidal particles generally possess fewer contacts than expected for collective jamming (zpackings of ellipsoidal particles into two important components: the stiffness H and stress S matrices. We find that the stiffness matrix possesses 2N(z_{iso}-z) eigenmodes e[over ̂]_{0} with zero eigenvalues even at finite compression, where N is the number of particles. In addition, these modes e[over ̂]_{0} are nearly eigenvectors of the dynamical matrix with eigenvalues that scale as Δφ, and thus finite compression stabilizes packings of ellipsoidal particles. At jamming onset, the harmonic response of static packings of ellipsoidal particles vanishes, and the total potential energy scales as δ^{4} for perturbations by amplitude δ along these "quartic" modes, e[over ̂]_{0}. These findings illustrate the significant differences between static packings of spherical and ellipsoidal particles.

  2. Epitaxial growth of ordered and disordered granular sphere packings

    NASA Astrophysics Data System (ADS)

    Panaitescu, Andreea; Kudrolli, Arshad

    2014-09-01

    We demonstrate that epitaxy can be used to obtain a wide range of ordered to disordered granular packings by simply changing the deposition flux. We show that a defect-free face-centered-cubic (fcc) monocrystal can be obtained by depositing athermal granular spheres randomly into a container with a templated surface in a gravitational field without direct manipulation. This packing corresponds to the maximum sphere packing fraction and is obtained when the substrate is templated corresponding to the (100) plane of a fcc crystal and the container side is an integer multiple of the sphere diameter. We find that the maximum sphere packing is obtained when the deposited grains come to rest, one at a time, without damaging the substrate. A transition to a disordered packing is observed when the flux is increased. Using micro x-ray computed tomography, we find that defects nucleate at the boundaries of the container in which the packing is grown as grains cooperatively come to rest above their local potential minimum. This leads to a transition from ordered to disordered loose packings that grow in the form of an inverted cone, with the apex located at the defect nucleation site. We capture the observed decrease in order using a minimal model in which a defect leads to growth of further defects in the neighboring sites in the layer above with a probability that increases with the deposition flux.

  3. Epitaxial growth of ordered and disordered granular sphere packings.

    PubMed

    Panaitescu, Andreea; Kudrolli, Arshad

    2014-09-01

    We demonstrate that epitaxy can be used to obtain a wide range of ordered to disordered granular packings by simply changing the deposition flux. We show that a defect-free face-centered-cubic (fcc) monocrystal can be obtained by depositing athermal granular spheres randomly into a container with a templated surface in a gravitational field without direct manipulation. This packing corresponds to the maximum sphere packing fraction and is obtained when the substrate is templated corresponding to the (100) plane of a fcc crystal and the container side is an integer multiple of the sphere diameter. We find that the maximum sphere packing is obtained when the deposited grains come to rest, one at a time, without damaging the substrate. A transition to a disordered packing is observed when the flux is increased. Using micro x-ray computed tomography, we find that defects nucleate at the boundaries of the container in which the packing is grown as grains cooperatively come to rest above their local potential minimum. This leads to a transition from ordered to disordered loose packings that grow in the form of an inverted cone, with the apex located at the defect nucleation site. We capture the observed decrease in order using a minimal model in which a defect leads to growth of further defects in the neighboring sites in the layer above with a probability that increases with the deposition flux.

  4. A study on parameter variation effects on battery packs for electric vehicles

    NASA Astrophysics Data System (ADS)

    Zhou, Long; Zheng, Yuejiu; Ouyang, Minggao; Lu, Languang

    2017-10-01

    As one single cell cannot meet power and driving range requirement in an electric vehicle, the battery packs with hundreds of single cells connected in parallel and series should be constructed. The most significant difference between a single cell and a battery pack is cell variation. Not only does cell variation affect pack energy density and power density, but also it causes early degradation of battery and potential safety issues. The cell variation effects on battery packs are studied, which are of great significant to battery pack screening and management scheme. In this study, the description for the consistency characteristics of battery packs was first proposed and a pack model with 96 cells connected in series was established. A set of parameters are introduced to study the cell variation and their impacts on battery packs are analyzed through the battery pack capacity loss simulation and experiments. Meanwhile, the capacity loss composition of the battery pack is obtained and verified by the temperature variation experiment. The results from this research can demonstrate that the temperature, self-discharge rate and coulombic efficiency are the major affecting parameters of cell variation and indicate the dissipative cell equalization is sufficient for the battery pack.

  5. Consideration of grain packing in granular iron treatability studies

    NASA Astrophysics Data System (ADS)

    Firdous, R.; Devlin, J. F.

    2014-08-01

    Commercial granular iron (GI) is light steel that is used in Permeable Reactive Barriers (PRBs). Investigations into the reactivity of GI have focused on its chemical nature and relatively little direct work has been done to account for the effects of grain shape and packing. Both of these factors are expected to influence available grain surface area, which is known to correlate to reactivity. Commercial granular iron grains are platy and therefore pack in preferential orientations that could affect solution access to the surface. Three packing variations were investigated using Connelly Iron and trichloroethylene (TCE). Experimental kinetic data showed reaction rates 2-4 times higher when grains were packed with long axes preferentially parallel to flow (VP) compared to packings with long axes preferentially perpendicular to flow (HP) or randomly arranged (RP). The variations were found to be explainable by variations in reactive sorption capacities, i.e., sorption to sites where chemical transformations took place. The possibility that the different reactive sorption capacities were related to physical pore-scale differences was assessed by conducting an image analysis of the pore structure of sectioned columns. The analyses suggested that pore-scale factors - in particular the grain surface availability, reflected in the sorption capacity terms of the kinetic model used - could only account for a fraction of the observed reactivity differences between packing types. It is concluded that packing does affect observable reaction rates but that micro-scale features on the grain surfaces, rather than the pore scale characteristics, account for most of the apparent reactivity differences. This result suggests that treatability tests should consider the packing of columns carefully if they are to mimic field performance of PRBs to the greatest extent possible.

  6. 7 CFR 906.340 - Container, pack, and container marking regulations.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Container, pack, and container marking regulations... AGRICULTURE ORANGES AND GRAPEFRUIT GROWN IN LOWER RIO GRANDE VALLEY IN TEXAS Container and Pack Requirements § 906.340 Container, pack, and container marking regulations. (a) No handler shall handle any variety of...

  7. Aneurysm permeability following coil embolization: packing density and coil distribution.

    PubMed

    Chueh, Ju-Yu; Vedantham, Srinivasan; Wakhloo, Ajay K; Carniato, Sarena L; Puri, Ajit S; Bzura, Conrad; Coffin, Spencer; Bogdanov, Alexei A; Gounis, Matthew J

    2015-09-01

    Rates of durable aneurysm occlusion following coil embolization vary widely, and a better understanding of coil mass mechanics is desired. The goal of this study is to evaluate the impact of packing density and coil uniformity on aneurysm permeability. Aneurysm models were coiled using either Guglielmi detachable coils or Target coils. The permeability was assessed by taking the ratio of microspheres passing through the coil mass to those in the working fluid. Aneurysms containing coil masses were sectioned for image analysis to determine surface area fraction and coil uniformity. All aneurysms were coiled to a packing density of at least 27%. Packing density, surface area fraction of the dome and neck, and uniformity of the dome were significantly correlated (p<0.05). Hence, multivariate principal components-based partial least squares regression models were used to predict permeability. Similar loading vectors were obtained for packing and uniformity measures. Coil mass permeability was modeled better with the inclusion of packing and uniformity measures of the dome (r(2)=0.73) than with packing density alone (r(2)=0.45). The analysis indicates the importance of including a uniformity measure for coil distribution in the dome along with packing measures. A densely packed aneurysm with a high degree of coil mass uniformity will reduce permeability. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  8. SimPackJ/S: a web-oriented toolkit for discrete event simulation

    NASA Astrophysics Data System (ADS)

    Park, Minho; Fishwick, Paul A.

    2002-07-01

    SimPackJ/S is the JavaScript and Java version of SimPack, which means SimPackJ/S is a collection of JavaScript and Java libraries and executable programs for computer simulations. The main purpose of creating SimPackJ/S is that we allow existing SimPack users to expand simulation areas and provide future users with a freeware simulation toolkit to simulate and model a system in web environments. One of the goals for this paper is to introduce SimPackJ/S. The other goal is to propose translation rules for converting C to JavaScript and Java. Most parts demonstrate the translation rules with examples. In addition, we discuss a 3D dynamic system model and overview an approach to 3D dynamic systems using SimPackJ/S. We explain an interface between SimPackJ/S and the 3D language--Virtual Reality Modeling Language (VRML). This paper documents how to translate C to JavaScript and Java and how to utilize SimPackJ/S within a 3D web environment.

  9. The pack size effect: Influence on consumer perceptions of portion sizes.

    PubMed

    Hieke, Sophie; Palascha, Aikaterini; Jola, Corinne; Wills, Josephine; Raats, Monique M

    2016-01-01

    Larger portions as well as larger packs can lead to larger prospective consumption estimates, larger servings and increased consumption, described as 'portion-size effects' and 'pack size effects'. Although related, the effects of pack sizes on portion estimates have received less attention. While it is not possible to generalize consumer behaviour across cultures, external cues taken from pack size may affect us all. We thus examined whether pack sizes influence portion size estimates across cultures, leading to a general 'pack size effect'. We compared portion size estimates based on digital presentations of different product pack sizes of solid and liquid products. The study with 13,177 participants across six European countries consisted of three parts. Parts 1 and 2 asked participants to indicate the number of portions present in a combined photographic and text-based description of different pack sizes. The estimated portion size was calculated as the quotient of the content weight or volume of the food presented and the number of stated portions. In Part 3, participants stated the number of food items that make up a portion when presented with packs of food containing either a small or a large number of items. The estimated portion size was calculated as the item weight times the item number. For all three parts and across all countries, we found that participants' portion estimates were based on larger portions for larger packs compared to smaller packs (Part 1 and 2) as well as more items to make up a portion (Part 3); hence, portions were stated to be larger in all cases. Considering that the larger estimated portions are likely to be consumed, there are implications for energy intake and weight status. Copyright © 2015 Elsevier Ltd. All rights reserved.

  10. 48 CFR 1846.672-6 - Packing list instructions.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 6 2010-10-01 2010-10-01 true Packing list instructions. 1846.672-6 Section 1846.672-6 Federal Acquisition Regulations System NATIONAL AERONAUTICS AND SPACE ADMINISTRATION CONTRACT MANAGEMENT QUALITY ASSURANCE Material Inspection and Receiving Reports 1846.672-6 Packing...

  11. Close packing of rods on spherical surfaces

    NASA Astrophysics Data System (ADS)

    Smallenburg, Frank; Löwen, Hartmut

    2016-04-01

    We study the optimal packing of short, hard spherocylinders confined to lie tangential to a spherical surface, using simulated annealing and molecular dynamics simulations. For clusters of up to twelve particles, we map out the changes in the geometry of the closest-packed configuration as a function of the aspect ratio L/D, where L is the cylinder length and D the diameter of the rods. We find a rich variety of cluster structures. For larger clusters, we find that the best-packed configurations up to around 100 particles are highly dependent on the exact number of particles and aspect ratio. For even larger clusters, we find largely disordered clusters for very short rods (L/D = 0.25), while slightly longer rods (L/D = 0.5 or 1) prefer a global baseball-like geometry of smectic-like domains, similar to the behavior of large-scale nematic shells. Intriguingly, we observe that when compared to their optimal flat-plane packing, short rods adapt to the spherical geometry more efficiently than both spheres and longer rods. Our results provide predictions for experimentally realizable systems of colloidal rods trapped at the interface of emulsion droplets.

  12. The Tobacco Pack Surveillance System: A Protocol for Assessing Health Warning Compliance, Design Features, and Appeals of Tobacco Packs Sold in Low- and Middle-Income Countries.

    PubMed

    Smith, Katherine; Washington, Carmen; Brown, Jennifer; Vadnais, Alison; Kroart, Laura; Ferguson, Jacqueline; Cohen, Joanna

    2015-01-01

    Tobacco remains the world's leading preventable cause of death, with the majority of tobacco-caused deaths occurring in low- and middle-income countries. The first global health treaty, the Framework Convention on Tobacco Control (FCTC), outlines a set of policy initiatives that have been demonstrated as effective in reducing tobacco use. Article 11 of the FCTC focuses on using the tobacco package to communicate tobacco-caused harms; it also seeks to restrict the delivery of misleading information about the product on the pack. The objective of this study was to establish a surveillance system for tobacco packs in the 14 low- and middle-income countries with the greatest number of smokers. The Tobacco Pack Surveillance System (TPackSS) monitors whether required health warnings on tobacco packages are being implemented as intended, and identifies pack designs and appeals that might violate or detract from the communication of harm-related information and undermine the impact of a country's tobacco packaging laws. The protocol outlined is intended to be applicable or adaptable for surveillance efforts in other countries. Tobacco packs were collected in 14 countries during 2013. The intention was, to the extent possible, to construct a census of "unique" pack presentations available for purchase in each country. The TPackSS team partnered with in-country field staff to implement a standardized protocol for acquiring packs from 36 diverse neighborhoods across three cities in each country. At the time of purchase, data on price and place of acquisition of each pack was recorded. The field staff, according to a standardized protocol, then photographed packs before they were shipped to the United States for coding and archiving. Each pack was coded for compliance with the country-specific health warning label laws, as well as for key design features of the pack and appeals of the branding elements. The coding protocols were developed based upon prior research, expert

  13. The Tobacco Pack Surveillance System: A Protocol for Assessing Health Warning Compliance, Design Features, and Appeals of Tobacco Packs Sold in Low- and Middle-Income Countries

    PubMed Central

    Washington, Carmen; Brown, Jennifer; Vadnais, Alison; Kroart, Laura; Ferguson, Jacqueline; Cohen, Joanna

    2015-01-01

    Background Tobacco remains the world’s leading preventable cause of death, with the majority of tobacco-caused deaths occurring in low- and middle-income countries. The first global health treaty, the Framework Convention on Tobacco Control (FCTC), outlines a set of policy initiatives that have been demonstrated as effective in reducing tobacco use. Article 11 of the FCTC focuses on using the tobacco package to communicate tobacco-caused harms; it also seeks to restrict the delivery of misleading information about the product on the pack. Objective The objective of this study was to establish a surveillance system for tobacco packs in the 14 low- and middle-income countries with the greatest number of smokers. The Tobacco Pack Surveillance System (TPackSS) monitors whether required health warnings on tobacco packages are being implemented as intended, and identifies pack designs and appeals that might violate or detract from the communication of harm-related information and undermine the impact of a country’s tobacco packaging laws. The protocol outlined is intended to be applicable or adaptable for surveillance efforts in other countries. Methods Tobacco packs were collected in 14 countries during 2013. The intention was, to the extent possible, to construct a census of “unique” pack presentations available for purchase in each country. The TPackSS team partnered with in-country field staff to implement a standardized protocol for acquiring packs from 36 diverse neighborhoods across three cities in each country. At the time of purchase, data on price and place of acquisition of each pack was recorded. The field staff, according to a standardized protocol, then photographed packs before they were shipped to the United States for coding and archiving. Results Each pack was coded for compliance with the country-specific health warning label laws, as well as for key design features of the pack and appeals of the branding elements. The coding protocols were

  14. Random close packing of disks and spheres in confined geometries

    NASA Astrophysics Data System (ADS)

    Desmond, Kenneth W.; Weeks, Eric R.

    2009-11-01

    Studies of random close packing of spheres have advanced our knowledge about the structure of systems such as liquids, glasses, emulsions, granular media, and amorphous solids. In confined geometries, the structural properties of random-packed systems will change. To understand these changes, we study random close packing in finite-sized confined systems, in both two and three dimensions. Each packing consists of a 50-50 binary mixture with particle size ratio of 1.4. The presence of confining walls significantly lowers the overall maximum area fraction (or volume fraction in three dimensions). A simple model is presented, which quantifies the reduction in packing due to wall-induced structure. This wall-induced structure decays rapidly away from the wall, with characteristic length scales comparable to the small particle diameter.

  15. Use of bauxite as packing material in steam injection wells

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Scoglio, J.; Joubert, G.; Gallardo, B.

    1995-12-31

    Cyclic steam injection, also known as steam soak, has proven to be the most efficient method for producing heavy crude oil and bitumen from unconsolidated sands. The application of steam injection may, however, generate sand production, causing, among other things, a decrease in production. The gravel pack technique is the most efficient way to prevent fines production from cold producing wells. But, once they are steam stimulated, a dissolution of quartz containing gravel material takes place reducing greatly the packing permeability and eventually sand production. Different types of packing material have been used to avoid sand production after cyclic steammore » injection, such as gravel, ceramics, bauxite, coated resin, and American sand. This paper presents the results of field test, using sinterized bauxite as a packing material, carried out in Venezuela`s heavy oil operations as a part of a comprehensive program aimed at increasing the packing durability and reducing sand production. This paper also verify the results of laboratory tests in which Bauxite was found to be less soluble than other packing material when steam injected.« less

  16. Packing Fraction of a Two-dimensional Eden Model with Random-Sized Particles

    NASA Astrophysics Data System (ADS)

    Kobayashi, Naoki; Yamazaki, Hiroshi

    2018-01-01

    We have performed a numerical simulation of a two-dimensional Eden model with random-size particles. In the present model, the particle radii are generated from a Gaussian distribution with mean μ and standard deviation σ. First, we have examined the bulk packing fraction for the Eden cluster and investigated the effects of the standard deviation and the total number of particles NT. We show that the bulk packing fraction depends on the number of particles and the standard deviation. In particular, for the dependence on the standard deviation, we have determined the asymptotic value of the bulk packing fraction in the limit of the dimensionless standard deviation. This value is larger than the packing fraction obtained in a previous study of the Eden model with uniform-size particles. Secondly, we have investigated the packing fraction of the entire Eden cluster including the effect of the interface fluctuation. We find that the entire packing fraction depends on the number of particles while it is independent of the standard deviation, in contrast to the bulk packing fraction. In a similar way to the bulk packing fraction, we have obtained the asymptotic value of the entire packing fraction in the limit NT → ∞. The obtained value of the entire packing fraction is smaller than that of the bulk value. This fact suggests that the interface fluctuation of the Eden cluster influences the packing fraction.

  17. Nutritional contents of lunch packs of primary school children in nnewi, Nigeria.

    PubMed

    Ugochukwu, Ef; Onubogu, Cu; Edokwe, Es; Okeke, Kn

    2014-07-01

    Lunch packs play a significant role in the nutritional status and academic performance of school children. Available data show a high prevalence of malnutrition among school-age children. The aim of this study is to document the nutritional contents of lunch packs of primary school children in Nnewi, Anambra state, Nigeria. A cross-sectional study was conducted among 1018 primary 1-6 pupils selected by stratified systematic random sampling from six primary schools, two each of private, - mission, - and government (public) - owned schools in Nnewi metropolis with the aid of the semi-structured questionnaire. Lunch packs of the pupils were examined. Majority of the pupils (77.8% [792/1018]) had lunch packs although about half of pupils in public schools had no lunch pack. Only 12.4% (98/792) and 19.2% (152/792) of pupils with lunch packs had balanced meals and fruits/vegetables in their lunch packs, respectively. The odds of not coming to school with packed lunch was about 13 and 12 times higher for mothers with no formal education or only primary education, respectively, compared with those with tertiary education. Type of school had a strong influence on possession and contents of lunch pack (χ(2) = 2.88, P < 0.001, phi coefficient = 0.72). Pupils in private (97.5% [198/203]) and mission (94.4% [388/411]) schools were more likely to have a lunch pack compared with public schools (51.0% [206/404]). However, pupils in private schools were most likely to have a balanced meal (32.5% [66/203] vs. 5.8% [24/411] in mission and 2.0% [8/404] in public schools) and fruits/vegetables (48.3% [98/203] vs. 10.2% [42/411] in mission and 3.0% [12/404] in public schools) in their lunch packs. Mothers' educational status and parents' occupation were significantly associated with lunch pack contents. Majority of the lunch packs of primary school pupils contain poor quality food especially in public schools. Mother's educational status and parent's occupation are important

  18. Comparison of the biological NH3 removal characteristics among four inorganic packing materials.

    PubMed

    Hirai, M; Kamamoto, M; Yani, M; Shoda, M

    2001-01-01

    Four inorganic packing materials were evaluated in terms of their availability as a packing material of a packed tower deodorization apparatus (biofilter) from the viewpoints of biological NH3 removal characteristics and some physical properties. Porous ceramics (A), calcinated cristobalite (B), calcinated and formed obsidian (C), granulated and calculated soil (D) were used. The superiority of these packing materials determined based on the values of non-biological removal per unit weight or unit volume of packing material, complete removal capacity of NH3 per unit weight of packing material per day or unit volume of packing material per day and pressure drop of the packed bed was in the order of A approximately = C > B > or = D. Packing materials A and C with high porosity, maximum water content, and suitable mean pore diameter showed excellent removal capacity.

  19. Evaluation of Type II Fast Packs for Electrostatic Discharge Properties.

    DTIC Science & Technology

    1983-08-01

    34 x 8" x 1 3/4") consisting of a reclosable cushioned carrier which mates into an outer fiberboard sleeve. A cushioning insert is used consisting of a... RECLOSABLE CUSHIONED CARRIER TEST LOAD FIGURE 1: Cancel Caddy Pack * CONVOLUTED 4* CUSHIONED I FIGURE 2: Type II Fast Pack (PPP-B-1672) TYPE II FAST PACK

  20. Special Section on InterPACK 2017—Part 1

    DOE PAGES

    Mysore, Kaushik; Narumanchi, Sreekant; Dede, Ercan; ...

    2018-03-02

    InterPACK is a premier international forum for exchange of state-of-the-art knowledge in research, development, manufacturing, and applications of micro-electronics packaging. It is the flagship conference of the ASME Electronic and Photonic Packaging Division (EPPD) founded in 1992 as an ASME-JSME joint biannual conference. Rapid changes in the semiconductor landscape together with findings from InterPACK Pathfinding workshop (IPW) in 2016 led to a significant reset of InterPACK conference priorities and focus to comprehensively address needs of the InterPACK community. As a result, starting in 2017, InterPACK has become an annual conference and the scope of the conference has increased significantly togethermore » with a systems-focus to include some of the most cutting-edge topics in electronics packaging, device integration, and reliability. These topics are organized across five different tracks: (1) heterogeneous integration: microsystems with diverse functionality, (2) servers of the future, (3) structural and physical health monitoring, (4) energy conversion and storage, and (5) transportation: autonomous and electric vehicles.« less

  1. Special Section on InterPACK 2017—Part 1

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mysore, Kaushik; Narumanchi, Sreekant; Dede, Ercan

    InterPACK is a premier international forum for exchange of state-of-the-art knowledge in research, development, manufacturing, and applications of micro-electronics packaging. It is the flagship conference of the ASME Electronic and Photonic Packaging Division (EPPD) founded in 1992 as an ASME-JSME joint biannual conference. Rapid changes in the semiconductor landscape together with findings from InterPACK Pathfinding workshop (IPW) in 2016 led to a significant reset of InterPACK conference priorities and focus to comprehensively address needs of the InterPACK community. As a result, starting in 2017, InterPACK has become an annual conference and the scope of the conference has increased significantly togethermore » with a systems-focus to include some of the most cutting-edge topics in electronics packaging, device integration, and reliability. These topics are organized across five different tracks: (1) heterogeneous integration: microsystems with diverse functionality, (2) servers of the future, (3) structural and physical health monitoring, (4) energy conversion and storage, and (5) transportation: autonomous and electric vehicles.« less

  2. A study on the consumer's perception of front-of-pack nutrition labeling

    PubMed Central

    Kim, Woo Kyoung

    2009-01-01

    The goal of this research is to investigate the present situation for front of pack labeling in Korea and the perception of consumers for the new system of labeling, front of pack labeling, based on the consumer survey. We investigated the number of processed foods with front of pack labeling in one retailer in Youngin-si. And we also surveyed 1,019 participants nationwide whose ages were from 20 to 49; the knowledge of nutrition labeling, the knowledge of 'front of pack labeling', and the opinion about the labeling system. The data were analyzed using SAS statistics program. The results were as follows: 13.4% of processed foods had front of pack labeling, and 16.8% of the consumers always checked the nutrition labeling, while 32.7% of the consumers seldom checked it. In addition, 44.3% of the consumers think that 'front of pack labeling' is necessary, and 58.3% of the consumers think it is important to show the percentage of daily value as a way of 'front of pack labeling'. However, 32% of the consumer think the possibility of 'front of pack labeling' is slim. Meanwhile, 58.3% of the consumers think that it is important to have the color difference according to contents. The number of favorite nutrients in the front of pack was four or five. It seems that the recognition of current nutrition labeling has the influence on the willingness of using the future 'front of pack labeling'. Along with our study, the policy for 'front of pack labeling' has to be updated and improved constantly since 'front of pack labeling' helps consumer understand nutrition facts. PMID:20098583

  3. Quasi-Dual-Packed-Kerneled Au49 (2,4-DMBT)27 Nanoclusters and the Influence of Kernel Packing on the Electrochemical Gap.

    PubMed

    Liao, Lingwen; Zhuang, Shengli; Wang, Pu; Xu, Yanan; Yan, Nan; Dong, Hongwei; Wang, Chengming; Zhao, Yan; Xia, Nan; Li, Jin; Deng, Haiteng; Pei, Yong; Tian, Shi-Kai; Wu, Zhikun

    2017-10-02

    Although face-centered cubic (fcc), body-centered cubic (bcc), hexagonal close-packed (hcp), and other structured gold nanoclusters have been reported, it was unclear whether gold nanoclusters with mix-packed (fcc and non-fcc) kernels exist, and the correlation between kernel packing and the properties of gold nanoclusters is unknown. A Au 49 (2,4-DMBT) 27 nanocluster with a shell electron count of 22 has now been been synthesized and structurally resolved by single-crystal X-ray crystallography, which revealed that Au 49 (2,4-DMBT) 27 contains a unique Au 34 kernel consisting of one quasi-fcc-structured Au 21 and one non-fcc-structured Au 13 unit (where 2,4-DMBTH=2,4-dimethylbenzenethiol). Further experiments revealed that the kernel packing greatly influences the electrochemical gap (EG) and the fcc structure has a larger EG than the investigated non-fcc structure. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  4. DEM simulation of dendritic grain random packing: application to metal alloy solidification

    NASA Astrophysics Data System (ADS)

    Olmedilla, Antonio; Založnik, Miha; Combeau, Hervé

    2017-06-01

    The random packing of equiaxed dendritic grains in metal-alloy solidification is numerically simulated and validated via an experimental model. This phenomenon is characterized by a driving force which is induced by the solid-liquid density difference. Thereby, the solid dendritic grains, nucleated in the melt, sediment and pack with a relatively low inertia-to-dissipation ratio, which is the so-called Stokes number. The characteristics of the particle packed porous structure such as solid packing fraction affect the final solidified product. A multi-sphere clumping Discrete Element Method (DEM) approach is employed to predict the solid packing fraction as function of the grain geometry under the solidification conditions. Five different monodisperse noncohesive frictionless particle collections are numerically packed by means of a vertical acceleration: a) three dendritic morphologies; b) spheres and c) one ellipsoidal geometry. In order to validate our numerical results with solidification conditions, the sedimentation and packing of two monodisperse collections (spherical and dendritic) is experimentally carried out in a viscous quiescent medium. The hydrodynamic similarity is respected between the actual phenomenon and the experimental model, that is a low Stokes number, o(10-3). In this way, the experimental average solid packing fraction is employed to validate the numerical model. Eventually, the average packing fraction is found to highly depend on the equiaxed dendritic grain sphericity, with looser packings for lower sphericity.

  5. Software For Nearly Optimal Packing Of Cargo

    NASA Technical Reports Server (NTRS)

    Fennel, Theron R.; Daughtrey, Rodney S.; Schwaab, Doug G.

    1994-01-01

    PACKMAN computer program used to find nearly optimal arrangements of cargo items in storage containers, subject to such multiple packing objectives as utilization of volumes of containers, utilization of containers up to limits on weights, and other considerations. Automatic packing algorithm employed attempts to find best positioning of cargo items in container, such that volume and weight capacity of container both utilized to maximum extent possible. Written in Common LISP.

  6. 27 CFR 24.255 - Bottling or packing wine.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... in the same tax class when that wine is removed from bond, without benefit of tolerance, when the... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Bottling or packing wine..., DEPARTMENT OF THE TREASURY LIQUORS WINE Storage, Treatment and Finishing of Wine Bottling, Packing, and...

  7. Menu-Driven Solver Of Linear-Programming Problems

    NASA Technical Reports Server (NTRS)

    Viterna, L. A.; Ferencz, D.

    1992-01-01

    Program assists inexperienced user in formulating linear-programming problems. A Linear Program Solver (ALPS) computer program is full-featured LP analysis program. Solves plain linear-programming problems as well as more-complicated mixed-integer and pure-integer programs. Also contains efficient technique for solution of purely binary linear-programming problems. Written entirely in IBM's APL2/PC software, Version 1.01. Packed program contains licensed material, property of IBM (copyright 1988, all rights reserved).

  8. Pushing the glass transition towards random close packing using self-propelled hard spheres

    NASA Astrophysics Data System (ADS)

    Ni, Ran; Stuart, Martien A. Cohen; Dijkstra, Marjolein

    2013-10-01

    Although the concept of random close packing with an almost universal packing fraction of approximately 0.64 for hard spheres was introduced more than half a century ago, there are still ongoing debates. The main difficulty in searching the densest packing is that states with packing fractions beyond the glass transition at approximately 0.58 are inherently non-equilibrium systems, where the dynamics slows down with a structural relaxation time diverging with density; hence, the random close packing is inaccessible. Here we perform simulations of self-propelled hard spheres, and we find that with increasing activity the relaxation dynamics can be sped up by orders of magnitude. The glass transition shifts to higher packing fractions upon increasing the activity, allowing the study of sphere packings with fluid-like dynamics at packing fractions close to RCP. Our study opens new possibilities of investigating dense packings and the glass transition in systems of hard particles.

  9. Statistical theory of correlations in random packings of hard particles.

    PubMed

    Jin, Yuliang; Puckett, James G; Makse, Hernán A

    2014-05-01

    A random packing of hard particles represents a fundamental model for granular matter. Despite its importance, analytical modeling of random packings remains difficult due to the existence of strong correlations which preclude the development of a simple theory. Here, we take inspiration from liquid theories for the n-particle angular correlation function to develop a formalism of random packings of hard particles from the bottom up. A progressive expansion into a shell of particles converges in the large layer limit under a Kirkwood-like approximation of higher-order correlations. We apply the formalism to hard disks and predict the density of two-dimensional random close packing (RCP), ϕ(rcp) = 0.85 ± 0.01, and random loose packing (RLP), ϕ(rlp) = 0.67 ± 0.01. Our theory also predicts a phase diagram and angular correlation functions that are in good agreement with experimental and numerical data.

  10. cellPACK: A Virtual Mesoscope to Model and Visualize Structural Systems Biology

    PubMed Central

    Johnson, Graham T.; Autin, Ludovic; Al-Alusi, Mostafa; Goodsell, David S.; Sanner, Michel F.; Olson, Arthur J.

    2014-01-01

    cellPACK assembles computational models of the biological mesoscale, an intermediate scale (10−7–10−8m) between molecular and cellular biology. cellPACK’s modular architecture unites existing and novel packing algorithms to generate, visualize and analyze comprehensive 3D models of complex biological environments that integrate data from multiple experimental systems biology and structural biology sources. cellPACK is currently available as open source code, with tools for validation of models and with recipes and models for five biological systems: blood plasma, cytoplasm, synaptic vesicles, HIV and a mycoplasma cell. We have applied cellPACK to model distributions of HIV envelope protein to test several hypotheses for consistency with experimental observations. Biologists, educators, and outreach specialists can interact with cellPACK models, develop new recipes and perform packing experiments through scripting and graphical user interfaces at http://cellPACK.org. PMID:25437435

  11. A Natural Component-Based Oxygen Indicator with In-Pack Activation for Intelligent Food Packaging.

    PubMed

    Won, Keehoon; Jang, Nan Young; Jeon, Junsu

    2016-12-28

    Intelligent food packaging can provide consumers with reliable and correct information on the quality and safety of packaged foods. One of the key constituents in intelligent packaging is a colorimetric oxygen indicator, which is widely used to detect oxygen gas involved in food spoilage by means of a color change. Traditional oxygen indicators consisting of redox dyes and strong reducing agents have two major problems: they must be manufactured and stored under anaerobic conditions because air depletes the reductant, and their components are synthetic and toxic. To address both of these serious problems, we have developed a natural component-based oxygen indicator characterized by in-pack activation. The conventional oxygen indicator composed of synthetic and artificial components was redesigned using naturally occurring compounds (laccase, guaiacol, and cysteine). These natural components were physically separated into two compartments by a fragile barrier. Only when the barrier was broken were all of the components mixed and the function as an oxygen indicator was begun (i.e., in-pack activation). Depending on the component concentrations, the natural component-based oxygen indicator exhibited different response times and color differences. The rate of the color change was proportional to the oxygen concentration. This novel colorimetric oxygen indicator will contribute greatly to intelligent packaging for healthier and safer foods.

  12. An Amino Acid Packing Code for α-helical Structure and Protein Design

    PubMed Central

    Joo, Hyun; Chavan, Archana G.; Phan, Jamie; Day, Ryan; Tsai, Jerry

    2012-01-01

    This work demonstrates that all packing in α-helices can be simplified to repetitive patterns of a single motif: the knob-socket. Using the precision of Voronoi Polyhedra/Deluaney Tessellations to identify contacts, the knob-socket is a 4 residue tetrahedral motif: a knob residue on one α-helix packs into the 3 residue socket on another α-helix. The principle of the knob-socket model relates the packing between levels of protein structure: the intra-helical packing arrangements within secondary structure that permit inter-helix tertiary packing interactions. Within an α-helix, the 3 residue sockets arrange residues into a uniform packing lattice. Inter-helix packing results from a definable pattern of interdigitated knob-socket motifs between 2 α-helices. Furthermore, the knob-socket model classifies 3 types of sockets: 1) free: favoring only intra-helical packing, 2) filled: favoring inter-helical interactions and 3) non: disfavoring α-helical structure. The amino acid propensities in these 3 socket classes essentially represent an amino acid code for structure in α-helical packing. Using this code, a novel yet straightforward approach for the design of α-helical structure was used to validate the knob-socket model. Unique sequences for 3 peptides were created to produce a predicted amount of α-helical structure: mostly helical, some helical, and no-helix. These 3 peptides were synthesized and helical content assessed using CD spectroscopy. The measured α-helicity of each peptide was consistent with the expected predictions. These results and analysis demonstrate that the knob-socket motif functions as the basic unit of packing and presents an intuitive tool to decipher the rules governing packing in protein structure. PMID:22426125

  13. Studies of Particle Packings in Mixtures of Pharmaceutical Excipients

    NASA Astrophysics Data System (ADS)

    Bentham, Craig; Dutt, Meenakshi; Hancock, Bruno; Elliott, James

    2005-03-01

    Pharmaceutical powder blends used to generate tablets are complex multicomponent mixtures of the drug powder and excipients which facilitate the delivery of the required drug. The individual constituents of these blends can be noncohesive and cohesive powders. We study the geometric and mechanical characteristics of idealized mixtures of excipient particle packings, for a small but representative number of dry noncohesive particles, generated via gravitational compaction followed by uniaxial compaction. We discuss particle packings in 2- and 3- component mixtures of microcrystalline cellulose (MCC) & lactose and MCC, starch & lactose, respectively. We have computed the evolution of the force and stress distributions in monodisperse and polydisperse mixtures comprised of equal parts of each excipient; comparisons are made with results for particles packings of pure blends of MCC and lactose. We also compute the stress-strain relations for these mixtures. In order to obtain insight into details of the particle packings, we calculate the coordination number, packing fraction, radial distribution functions and contact angle distributions for the various mixtures. The numerical experiments have been performed on spheroidal idealizations of the excipient grains using Discrete Element Method simulations (Dutt et al., 2004 to be published).

  14. Optimization analysis of thermal management system for electric vehicle battery pack

    NASA Astrophysics Data System (ADS)

    Gong, Huiqi; Zheng, Minxin; Jin, Peng; Feng, Dong

    2018-04-01

    Electric vehicle battery pack can increase the temperature to affect the power battery system cycle life, charge-ability, power, energy, security and reliability. The Computational Fluid Dynamics simulation and experiment of the charging and discharging process of the battery pack were carried out for the thermal management system of the battery pack under the continuous charging of the battery. The simulation result and the experimental data were used to verify the rationality of the Computational Fluid Dynamics calculation model. In view of the large temperature difference of the battery module in high temperature environment, three optimization methods of the existing thermal management system of the battery pack were put forward: adjusting the installation position of the fan, optimizing the arrangement of the battery pack and reducing the fan opening temperature threshold. The feasibility of the optimization method is proved by simulation and experiment of the thermal management system of the optimized battery pack.

  15. Mechanical stability of ordered droplet packings in microfluidic channels

    NASA Astrophysics Data System (ADS)

    Fleury, Jean-Baptiste; Claussen, Ohle; Herminghaus, Stephan; Brinkmann, Martin; Seemann, Ralf

    2011-12-01

    The mechanical response and stability of one and two-row packing of monodisperse emulsion droplets are studied in quasi 2d microchannels under longitudinal compression. Depending on the choice of parameter, a considered droplet arrangement is either transformed continuously into another packing under longitudinal compression or becomes mechanically unstable and segregates into domains of higher and lower packing fraction. Our experimental results are compared to analytical calculations for 2d-droplet arrangements with good quantitative agreement. This study also predicts important consequences for the stability of droplet arrangements in flowing systems.

  16. Response of jammed packings to thermal fluctuations

    NASA Astrophysics Data System (ADS)

    Wu, Qikai; Bertrand, Thibault; Shattuck, Mark D.; O'Hern, Corey S.

    2017-12-01

    We focus on the response of mechanically stable (MS) packings of frictionless, bidisperse disks to thermal fluctuations, with the aim of quantifying how nonlinearities affect system properties at finite temperature. In contrast, numerous prior studies characterized the structural and mechanical properties of MS packings of frictionless spherical particles at zero temperature. Packings of disks with purely repulsive contact interactions possess two main types of nonlinearities, one from the form of the interaction potential (e.g., either linear or Hertzian spring interactions) and one from the breaking (or forming) of interparticle contacts. To identify the temperature regime at which the contact-breaking nonlinearities begin to contribute, we first calculated the minimum temperatures Tc b required to break a single contact in the MS packing for both single- and multiple-eigenmode perturbations of the T =0 MS packing. We find that the temperature required to break a single contact for equal velocity-amplitude perturbations involving all eigenmodes approaches the minimum value obtained for a perturbation in the direction connecting disk pairs with the smallest overlap. We then studied deviations in the constant volume specific heat C¯V and deviations of the average disk positions Δ r from their T =0 values in the temperature regime TC ¯Vpacking. We find that the deviation in the specific heat per particle Δ C¯V0/C¯V0 relative to the zero-temperature value C¯V0 can grow rapidly above Tc b; however, the deviation Δ C¯V0/C¯V0 decreases as N-1 with increasing system size. To characterize the relative strength of contact-breaking versus form nonlinearities, we measured the ratio of the average position deviations Δ rs s/Δ rd s for single- and double-sided linear and nonlinear spring interactions. We find that Δ rs s/Δ rd s>100 for linear spring interactions is

  17. Packing Optimization of Sorbent Bed Containing Dissimilar and Irregular Shaped Media

    NASA Technical Reports Server (NTRS)

    Holland, Nathan; Guttromson, Jayleen; Piowaty, Hailey

    2011-01-01

    The Fire Cartridge is a packed bed air filter with two different and separate layers of media designed to provide respiratory protection from combustion products after a fire event on the International Space Station (ISS). The first layer of media is a carbon monoxide catalyst and the second layer of media is universal carbon. During development of Fire Cartridge prototypes, the two media beds were noticed to have shifted inside the cartridge. The movement of media within the cartridge can cause mixing of the bed layers, air voids, and channeling, which could cause preferential air flow and allow contaminants to pass through without removal. An optimally packed bed mitigates these risks and ensures effective removal of contaminants from the air. In order to optimally pack each layer, vertical, horizontal, and orbital agitations were investigated and a packed bulk density was calculated for each method. Packed bulk density must be calculated for each media type to accommodate variations in particle size, shape, and density. Additionally, the optimal vibration parameters must be re-evaluated for each batch of media due to variations in particle size distribution between batches. For this application it was determined that orbital vibrations achieve an optimal pack density and the two media layers can be packed by the same method. Another finding was media with a larger size distribution of particles achieve an optimal bed pack easier than media with a smaller size distribution of particles.

  18. Comparison of packing material in an animal model of middle ear trauma.

    PubMed

    Perez, Enrique; Hachem, Ralph Abi; Carlton, Daniel; Bueno, Isabel; Vernon, Stephen; Van De Water, Thomas R; Angeli, Simon I

    2016-01-01

    To compare the performance of absorbable gelatin sponge (AGS) with polyurethane foam (PUF) as middle ear packing material after mucosal trauma. Using a randomized, controlled and blinded study design fifteen guinea pigs underwent middle ear surgery with mucosal trauma performed on both ears. One ear was packed with either PUF or AGS while the contralateral ear remained untreated and used as non-packed paired controls. Auditory brainstem response (ABR) thresholds were measured pre-operatively and repeated at 1, 2, and 6weeks postoperatively. Histological analysis of middle ear mucosa was done in each group to evaluate the inflammatory reaction and wound healing. Another eighteen animals underwent middle ear wounding and packing in one ear while the contralateral ear was left undisturbed as control. Twelve guinea pigs were euthanized at 2weeks postoperatively, and six were euthanized at 3days post-operatively. Mucosal samples were collected for analysis of TGF-β1 levels by enzyme-linked immunosorbent assay. ABR recordings demonstrate that threshold level changes from baseline were minor in PUF packed and control ears. Threshold levels were higher in the AGS packed ears compared with both control and PUF packed ears for low frequency stimuli. Histological analysis showed persistence of packing material at 6weeks postoperatively, inflammation, granulation tissue formation, foreign body reaction and neo-osteogenesis in both AGS and PUF groups. TGF-β1 protein levels did not differ between groups. PUF and AGS packing cause inflammation and neo-osteogenesis in the middle ear following wounding of the mucosa and packing. Copyright © 2016 Elsevier Inc. All rights reserved.

  19. Packing microstructure and local density variations of experimental and computational pebble beds

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Auwerda, G. J.; Kloosterman, J. L.; Lathouwers, D.

    2012-07-01

    In pebble bed type nuclear reactors the fuel is contained in graphite pebbles, which form a randomly stacked bed with a non-uniform packing density. These variations can influence local coolant flow and power density and are a possible cause of hotspots. To analyse local density variations computational methods are needed that can generate randomly stacked pebble beds with a realistic packing structure on a pebble-to-pebble level. We first compare various properties of the local packing structure of a computed bed with those of an image made using computer aided X-ray tomography, looking at properties in the bulk of the bedmore » and near the wall separately. Especially for the bulk of the bed, properties of the computed bed show good comparison with the scanned bed and with literature, giving confidence our method generates beds with realistic packing microstructure. Results also show the packing structure is different near the wall than in the bulk of the bed, with pebbles near the wall forming ordered layers similar to hexagonal close packing. Next, variations in the local packing density are investigated by comparing probability density functions of the packing fraction of small clusters of pebbles throughout the bed. Especially near the wall large variations in local packing fractions exists, with a higher probability for both clusters of pebbles with low (<0.6) and high (>0.65) packing fraction, which could significantly affect flow rates and, together with higher power densities, could result in hotspots. (authors)« less

  20. Anisotropic Thermal Response of Packed Copper Wire

    DOE PAGES

    Wereszczak, Andrew A.; Emily Cousineau, J.; Bennion, Kevin; ...

    2017-04-19

    The apparent thermal conductivity of packed copper wire test specimens was measured parallel and perpendicular to the axis of the wire using laser flash, transient plane source, and transmittance test methods. Approximately 50% wire packing efficiency was produced in the specimens using either 670- or 925-μm-diameter copper wires that both had an insulation coating thickness of 37 μm. The interstices were filled with a conventional varnish material and also contained some remnant porosity. The apparent thermal conductivity perpendicular to the wire axis was about 0.5–1 W/mK, whereas it was over 200 W/mK in the parallel direction. The Kanzaki model andmore » an finite element analysis (FEA) model were found to reasonably predict the apparent thermal conductivity perpendicular to the wires but thermal conductivity percolation from nonideal wire-packing may result in their underestimation of it.« less

  1. 6-PACK programme to decrease fall injuries in acute hospitals: cluster randomised controlled trial

    PubMed Central

    Morello, Renata T; Wolfe, Rory; Brand, Caroline A; Haines, Terry P; Hill, Keith D; Brauer, Sandra G; Botti, Mari; Cumming, Robert G; Livingston, Patricia M; Sherrington, Catherine; Zavarsek, Silva; Lindley, Richard I; Kamar, Jeannette

    2016-01-01

    Objective To evaluate the effect of the 6-PACK programme on falls and fall injuries in acute wards. Design Cluster randomised controlled trial. Setting Six Australian hospitals. Participants All patients admitted to 24 acute wards during the trial period. Interventions Participating wards were randomly assigned to receive either the nurse led 6-PACK programme or usual care over 12 months. The 6-PACK programme included a fall risk tool and individualised use of one or more of six interventions: “falls alert” sign, supervision of patients in the bathroom, ensuring patients’ walking aids are within reach, a toileting regimen, use of a low-low bed, and use of a bed/chair alarm. Main outcome measures The co-primary outcomes were falls and fall injuries per 1000 occupied bed days. Results During the trial, 46 245 admissions to 16 medical and eight surgical wards occurred. As many people were admitted more than once, this represented 31 411 individual patients. Patients’ characteristics and length of stay were similar for intervention and control wards. Use of 6-PACK programme components was higher on intervention wards than on control wards (incidence rate ratio 3.05, 95% confidence interval 2.14 to 4.34; P<0.001). In all, 1831 falls and 613 fall injuries occurred, and the rates of falls (incidence rate ratio 1.04, 0.78 to 1.37; P=0.796) and fall injuries (0.96, 0.72 to 1.27; P=0.766) were similar in intervention and control wards. Conclusions Positive changes in falls prevention practice occurred following the introduction of the 6-PACK programme. However, no difference was seen in falls or fall injuries between groups. High quality evidence showing the effectiveness of falls prevention interventions in acute wards remains absent. Novel solutions to the problem of in-hospital falls are urgently needed. Trial registration Australian New Zealand Clinical Trials Registry ACTRN12611000332921. PMID:26813674

  2. Content-aware photo collage using circle packing.

    PubMed

    Yu, Zongqiao; Lu, Lin; Guo, Yanwen; Fan, Rongfei; Liu, Mingming; Wang, Wenping

    2014-02-01

    In this paper, we present a novel approach for automatically creating the photo collage that assembles the interest regions of a given group of images naturally. Previous methods on photo collage are generally built upon a well-defined optimization framework, which computes all the geometric parameters and layer indices for input photos on the given canvas by optimizing a unified objective function. The complex nonlinear form of optimization function limits their scalability and efficiency. From the geometric point of view, we recast the generation of collage as a region partition problem such that each image is displayed in its corresponding region partitioned from the canvas. The core of this is an efficient power-diagram-based circle packing algorithm that arranges a series of circles assigned to input photos compactly in the given canvas. To favor important photos, the circles are associated with image importances determined by an image ranking process. A heuristic search process is developed to ensure that salient information of each photo is displayed in the polygonal area resulting from circle packing. With our new formulation, each factor influencing the state of a photo is optimized in an independent stage, and computation of the optimal states for neighboring photos are completely decoupled. This improves the scalability of collage results and ensures their diversity. We also devise a saliency-based image fusion scheme to generate seamless compositive collage. Our approach can generate the collages on nonrectangular canvases and supports interactive collage that allows the user to refine collage results according to his/her personal preferences. We conduct extensive experiments and show the superiority of our algorithm by comparing against previous methods.

  3. An approach to defect inspection for packing presswork with virtual orientation points and threshold template image

    NASA Astrophysics Data System (ADS)

    Hao, Xiangyang; Liu, Songlin; Zhao, Fulai; Jiang, Lixing

    2015-05-01

    The packing presswork is an important factor of industrial product, especially for the luxury commodities such as cigarettes. In order to ensure the packing presswork to be qualified, the products should be inspected and unqualified one be picked out piece by piece with the vision-based inspection method, which has such advantages as no-touch inspection, high efficiency and automation. Vision-based inspection of packing presswork mainly consists of steps as image acquisition, image registration and defect inspection. The registration between inspected image and reference image is the foundation and premise of visual inspection. In order to realize rapid, reliable and accurate image registration, a registration method based on virtual orientation points is put forward. The precision of registration between inspected image and reference image can reach to sub pixels. Since defect is without fixed position, shape, size and color, three measures are taken to improve the inspection effect. Firstly, the concept of threshold template image is put forward to resolve the problem of variable threshold of intensity difference. Secondly, the color difference is calculated by comparing each pixel with the adjacent pixels of its correspondence on reference image to avoid false defect resulted from color registration error. Thirdly, the strategy of image pyramid is applied in the inspection algorithm to enhance the inspection efficiency. Experiments show that the related algorithm is effective to defect inspection and it takes 27.4 ms on average to inspect a piece of cigarette packing presswork.

  4. Packings of monodisperse emulsions in flat microfluidic channels

    NASA Astrophysics Data System (ADS)

    Claussen, Ohle; Herminghaus, Stephan; Brinkmann, Martin

    2012-06-01

    In the lateral confinement of a flat microfluidic channel, monodisperse emulsion droplets spontaneously self-organize in a variety of topologically different packings. The explicit construction of mechanically equilibrated arrangements of effectively two-dimensional congruent droplet shapes reveals the existence of multiple mechanical equilibria depending on channel width W, droplet area Ad, and volume fraction φ of the dispersed phase. The corresponding boundaries of local or global stability are summarized in a packing diagram for congruent droplet shapes in terms of the dimensionless channel width w=W/Ad and φ. In agreement with experimental results, an increasingly strong hysteresis of the transition between single-row and two-row packings is observed during changes of w above a threshold volume fraction of φ*≃0.813.

  5. 48 CFR 552.211-75 - Preservation, Packaging and Packing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 4 2010-10-01 2010-10-01 false Preservation, Packaging....211-75 Preservation, Packaging and Packing. As prescribed in 511.204(b)(2), insert the following clause: Preservation, Packaging, and Packing (FEB 1996) Unless otherwise specified, all items shall be...

  6. Fully packed capillary electrochromatographic microchip with self-assembly colloidal silica beads.

    PubMed

    Park, Jongman; Lee, Dami; Kim, Won; Horiike, Shigeyoshi; Nishimoto, Takahiro; Lee, Se Hwan; Ahn, Chong H

    2007-04-15

    A fully packed capillary electrochromatographic (CEC) microchip showing improved solution and chip handling was developed. Microchannels for the CEC microchip were patterned on a cyclic olefin copolymer substrate by injection molding and packed fully with 0.8-microm monodisperse colloidal silica beads utilizing a self-assembly packing technique. The silica packed chip substrate was covered and thermally press-bonded. After fabrication, the chip was filled with buffer solution by self-priming capillary action. The self-assembly packing at each channel served as a built-in nanofilter allowing quick loading of samples and running buffer solution without filtration. Because of a large surface area-to-volume ratio of the silica packing, reproducible control of electroosmotic flow was possible without leveling of the solutions in the reservoirs resulting 1.3% rsd in migration rate. The capillary electrophoretic separation characteristics of the chip were studied using fluorescein isothiocyanate (FITC)-derivatized amino acids as probe molecules. A mixture of FITC and four FITC-derivatized amino acids was successfully separated with 2-mm separation channel length.

  7. Wire-packed heat exchangers for dilution refrigerators.

    PubMed

    Polturak, E; Rappaport, M; Rosenbaum, R

    1978-03-01

    Very simple wire-packed step heat exchangers for dilution refrigerators are described. No sintering is used in fabrication. Flow impedances and thermal resistance between the liquid and the copper wires are low. A refrigerator with five wire-packed heat exchangers in addition to a countercurrent heat exchanger attains a temperature of 11.4 mK with a single mixing chamber and 6.1 mK with two mixing chambers. High cooling power is achieved at modest (3)He circulation rates.

  8. Ultratight crystal packing of a 10 kDa protein

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Trillo-Muyo, Sergio; Jasilionis, Andrius; Domagalski, Marcin J.

    2013-03-01

    The crystal structure of the C-terminal domain of a putative U32 peptidase from G. thermoleovorans is reported; it is one of the most tightly packed protein structures reported to date. While small organic molecules generally crystallize forming tightly packed lattices with little solvent content, proteins form air-sensitive high-solvent-content crystals. Here, the crystallization and full structure analysis of a novel recombinant 10 kDa protein corresponding to the C-terminal domain of a putative U32 peptidase are reported. The orthorhombic crystal contained only 24.5% solvent and is therefore among the most tightly packed protein lattices ever reported.

  9. Effects of kinesio taping and hot packs on premenstrual syndrome in females.

    PubMed

    Choi, Jung-Hyun

    2017-09-01

    [Purpose] This study aimed to evaluate the effects of taping and hot packs on premenstrual syndrome, in an attempt to generate basic data for physical therapy intervention for premenstrual syndrome. [Subjects and Methods] Thirty-two females in their 20s with premenstrual syndrome were randomly assigned to a taping group (n=10), hot pack group (n=11), and taping with hot pack group (n=11). Premenstrual syndrome was assessed using the Menstrual Distress Questionnaire in each participant prior to intervention and was re-assessed after applying kinesio taping and/or hot pack from 10 days before the estimated date of menstruation until the first day of menstruation. [Results] Data revealed that the taping and taping with hot pack groups showed significantly reduced premenstrual syndrome following intervention. In terms of the differences in the Menstrual Distress Questionnaire total score among the groups, the taping with hot pack and hot pack groups showed a significant difference. [Conclusion] These findings indicate that kinesio taping is an easy, non-drug intervention for female college students with premenstrual syndrome.

  10. Effects of kinesio taping and hot packs on premenstrual syndrome in females

    PubMed Central

    Choi, Jung-Hyun

    2017-01-01

    [Purpose] This study aimed to evaluate the effects of taping and hot packs on premenstrual syndrome, in an attempt to generate basic data for physical therapy intervention for premenstrual syndrome. [Subjects and Methods] Thirty-two females in their 20s with premenstrual syndrome were randomly assigned to a taping group (n=10), hot pack group (n=11), and taping with hot pack group (n=11). Premenstrual syndrome was assessed using the Menstrual Distress Questionnaire in each participant prior to intervention and was re-assessed after applying kinesio taping and/or hot pack from 10 days before the estimated date of menstruation until the first day of menstruation. [Results] Data revealed that the taping and taping with hot pack groups showed significantly reduced premenstrual syndrome following intervention. In terms of the differences in the Menstrual Distress Questionnaire total score among the groups, the taping with hot pack and hot pack groups showed a significant difference. [Conclusion] These findings indicate that kinesio taping is an easy, non-drug intervention for female college students with premenstrual syndrome. PMID:28931978

  11. Controlled irrigation of a structured packing as a method for increasing the efficiency of liquid mixture separation in the distillation column

    NASA Astrophysics Data System (ADS)

    Pavlenko, A. N.; Zhukov, V. E.; Pecherkin, N. I.; Nazarov, A. D.; Li, X.; Li, H.; Gao, X.; Sui, H.

    2017-09-01

    The use of modern structured packing in the distillation columns allows much more even distribution of the liquid film over the packing surface, but it does not completely solve the problem of uniform distribution of flow parameters over the entire height of the packing. Negative stratification of vapor along the packing height caused by different densities of vapor mixture components and higher temperature in the lower part of the column leads to formation of large-scale maldistributions of temperature and mixture composition over the column cross-section even under the conditions of uniform irrigation of packing with liquid. In these experiments, the idea of compensatory action of liquid distributor on the large-scale maldistribution of mixture composition over the column cross-section was implemented. The experiments were carried out in the distillation column with the diameter of 0.9 m on 10 layers of the Mellapak 350Y packing with the total height of 2.1 m. The mixture of R-21 and R-114 was used as the working mixture. To irrigate the packing, the liquid distributorr with 126 independently controlled solenoid valves overlapping the holes with the diameter of 5 mm, specially designed by the authors, was used. Response of the column to the action of liquid distributor was observed in real time according to the indications of 3 groups of thermometers mounted in 3 different cross-sections of the column. The experiments showed that the minimal correction of the drip point pattern in the controlled liquid distributor can significantly affect the pattern of flow parameter distribution over the cross-section and height of the mass transfer surface and increase separation efficiency of the column within 20%.

  12. Disk Density Tuning of a Maximal Random Packing

    PubMed Central

    Ebeida, Mohamed S.; Rushdi, Ahmad A.; Awad, Muhammad A.; Mahmoud, Ahmed H.; Yan, Dong-Ming; English, Shawn A.; Owens, John D.; Bajaj, Chandrajit L.; Mitchell, Scott A.

    2016-01-01

    We introduce an algorithmic framework for tuning the spatial density of disks in a maximal random packing, without changing the sizing function or radii of disks. Starting from any maximal random packing such as a Maximal Poisson-disk Sampling (MPS), we iteratively relocate, inject (add), or eject (remove) disks, using a set of three successively more-aggressive local operations. We may achieve a user-defined density, either more dense or more sparse, almost up to the theoretical structured limits. The tuned samples are conflict-free, retain coverage maximality, and, except in the extremes, retain the blue noise randomness properties of the input. We change the density of the packing one disk at a time, maintaining the minimum disk separation distance and the maximum domain coverage distance required of any maximal packing. These properties are local, and we can handle spatially-varying sizing functions. Using fewer points to satisfy a sizing function improves the efficiency of some applications. We apply the framework to improve the quality of meshes, removing non-obtuse angles; and to more accurately model fiber reinforced polymers for elastic and failure simulations. PMID:27563162

  13. Hydrodynamics of Packed Bed Reactor in Low Gravity

    NASA Technical Reports Server (NTRS)

    Motil, Brian J.; Nahra, Henry K.; Balakotaiah, Vemuri

    2005-01-01

    Packed bed reactors are well known for their vast and diverse applications in the chemical industry; from gas absorption, to stripping, to catalytic conversion. Use of this type of reactor in terrestrial applications has been rather extensive because of its simplicity and relative ease of operation. Developing similar reactors for use in microgravity is critical to many space-based advanced life support systems. However, the hydrodynamics of two-phase flow packed bed reactors in this new environment and the effects of one physiochemical process on another has not been adequately assessed. Surface tension or capillary forces play a much greater role which results in a shifting in flow regime transitions and pressure drop. Results from low gravity experiments related to flow regimes and two-phase pressure drop models are presented in this paper along with a description of plans for a flight experiment on the International Space Station (ISS). Understanding the packed bed hydrodynamics and its effects on mass transfer processes in microgravity is crucial for the design of packed bed chemical or biological reactors to be used for water reclamation and other life support processes involving water purification.

  14. Disk Density Tuning of a Maximal Random Packing.

    PubMed

    Ebeida, Mohamed S; Rushdi, Ahmad A; Awad, Muhammad A; Mahmoud, Ahmed H; Yan, Dong-Ming; English, Shawn A; Owens, John D; Bajaj, Chandrajit L; Mitchell, Scott A

    2016-08-01

    We introduce an algorithmic framework for tuning the spatial density of disks in a maximal random packing, without changing the sizing function or radii of disks. Starting from any maximal random packing such as a Maximal Poisson-disk Sampling (MPS), we iteratively relocate, inject (add), or eject (remove) disks, using a set of three successively more-aggressive local operations. We may achieve a user-defined density, either more dense or more sparse, almost up to the theoretical structured limits. The tuned samples are conflict-free, retain coverage maximality, and, except in the extremes, retain the blue noise randomness properties of the input. We change the density of the packing one disk at a time, maintaining the minimum disk separation distance and the maximum domain coverage distance required of any maximal packing. These properties are local, and we can handle spatially-varying sizing functions. Using fewer points to satisfy a sizing function improves the efficiency of some applications. We apply the framework to improve the quality of meshes, removing non-obtuse angles; and to more accurately model fiber reinforced polymers for elastic and failure simulations.

  15. 48 CFR 252.211-7004 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... package gross weight and dimensions; (x) Packing; and (xi) Packing gross weight and dimensions; and (4) Item characteristics, to include— (i) Material and finish; (ii) Net weight; (iii) Net dimensions; and...

  16. 48 CFR 252.211-7004 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... package gross weight and dimensions; (x) Packing; and (xi) Packing gross weight and dimensions; and (4) Item characteristics, to include— (i) Material and finish; (ii) Net weight; (iii) Net dimensions; and...

  17. 48 CFR 252.211-7004 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... package gross weight and dimensions; (x) Packing; and (xi) Packing gross weight and dimensions; and (4) Item characteristics, to include— (i) Material and finish; (ii) Net weight; (iii) Net dimensions; and...

  18. 48 CFR 252.211-7004 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... package gross weight and dimensions; (x) Packing; and (xi) Packing gross weight and dimensions; and (4) Item characteristics, to include— (i) Material and finish; (ii) Net weight; (iii) Net dimensions; and...

  19. 48 CFR 252.211-7004 - Alternate preservation, packaging, and packing.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... package gross weight and dimensions; (x) Packing; and (xi) Packing gross weight and dimensions; and (4) Item characteristics, to include— (i) Material and finish; (ii) Net weight; (iii) Net dimensions; and...

  20. Guest Editorial: Special Section on InterPACK 2017 - Part 2

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Narumanchi, Sreekant V; Mysore, Kaushik; Dede, Ercan

    InterPACK is a premier international forum for exchange of state-of-the-art knowledge in research, development, manufacturing, and applications of micro-electronics packaging. It is the flagship conference of the ASME Electronic and Photonic Packaging Division (EPPD) founded in 1992 as an ASME-JSME joint biannual conference. Rapid changes in the semiconductor landscape together with findings from InterPACK Pathfinding workshop (IPW) in 2016 led to a significant reset of InterPACK conference priorities and focus to comprehensively address needs of the InterPACK community. As a result, starting in 2017, InterPACK has become an annual conference and the scope of the conference has increased significantly togethermore » with a systems-focus to include some of the most cutting-edge topics in electronics packaging, device integration, and reliability. These topics are organized across five different tracks: (1) heterogeneous integration: microsystems with diverse functionality, (2) servers of the future, (3) structural and physical health monitoring, (4) energy conversion and storage, and (5) transportation: autonomous and electric vehicles.« less

  1. Comparison of the biological H2S removal characteristics among four inorganic packing materials.

    PubMed

    Hirai, M; Kamamoto, M; Yani, M; Shoda, M

    2001-01-01

    Four inorganic packing materials were evaluated in terms of their availability as packing materials of a packed tower deodorization apparatus (biofilter) from the viewpoints of biological H2S removal characteristics and some physical properties. Among porous ceramics (A), calcinated cristobalite (B), calcinated and formed obsidian (C), granulated and calcinated soil (D), the superiority of these packing materials determined based on the values of non-biological removal per unit weight or unit volume of packing material, complete removal capacity of H2S per unit weight of packing material per day or unit volume of packing material per day and pressure drop of the packed bed was in the order of A approximately equal to C > D approximately equal to B, which is correlated with the maximum water content, porosity, and mean pore diameter.

  2. Granular flow through an aperture: influence of the packing fraction.

    PubMed

    Aguirre, M A; De Schant, R; Géminard, J-C

    2014-07-01

    For the last 50 years, the flow of a granular material through an aperture has been intensely studied in gravity-driven vertical systems (e.g., silos and hoppers). Nevertheless, in many industrial applications, grains are horizontally transported at constant velocity, lying on conveyor belts or floating on the surface of flowing liquids. Unlike fluid flows, that are controlled by the pressure, granular flow is not sensitive to the local pressure but rather to the local velocity of the grains at the outlet. We can also expect the flow rate to depend on the local density of the grains. Indeed, vertical systems are packed in dense configurations by gravity, but, in contrast, in horizontal systems the density can take a large range of values, potentially very small, which may significantly alter the flow rate. In the present article, we study, for different initial packing fractions, the discharge through an orifice of monodisperse grains driven at constant velocity by a horizontal conveyor belt. We report how, during the discharge, the packing fraction is modified by the presence of the outlet, and we analyze how changes in the packing fraction induce variations in the flow rate. We observe that variations of packing fraction do not affect the velocity of the grains at the outlet, and, therefore, we establish that flow-rate variations are directly related to changes in the packing fraction.

  3. Granular flow through an aperture: Influence of the packing fraction

    NASA Astrophysics Data System (ADS)

    Aguirre, M. A.; De Schant, R.; Géminard, J.-C.

    2014-07-01

    For the last 50 years, the flow of a granular material through an aperture has been intensely studied in gravity-driven vertical systems (e.g., silos and hoppers). Nevertheless, in many industrial applications, grains are horizontally transported at constant velocity, lying on conveyor belts or floating on the surface of flowing liquids. Unlike fluid flows, that are controlled by the pressure, granular flow is not sensitive to the local pressure but rather to the local velocity of the grains at the outlet. We can also expect the flow rate to depend on the local density of the grains. Indeed, vertical systems are packed in dense configurations by gravity, but, in contrast, in horizontal systems the density can take a large range of values, potentially very small, which may significantly alter the flow rate. In the present article, we study, for different initial packing fractions, the discharge through an orifice of monodisperse grains driven at constant velocity by a horizontal conveyor belt. We report how, during the discharge, the packing fraction is modified by the presence of the outlet, and we analyze how changes in the packing fraction induce variations in the flow rate. We observe that variations of packing fraction do not affect the velocity of the grains at the outlet, and, therefore, we establish that flow-rate variations are directly related to changes in the packing fraction.

  4. 48 CFR 852.214-73 - Alternate packaging and packing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 5 2010-10-01 2010-10-01 false Alternate packaging and....214-73 Alternate packaging and packing. As prescribed in 814.201-6(b)(3), insert the following provision: Alternate Packaging and Packing (JAN 2008) The bidder's offer must clearly indicate the quantity...

  5. Improvising a Posterior Nasal Pack with Equipment in a Basic First Aid Kit.

    PubMed

    Royer, Allison K; Royer, Mark C

    2016-09-01

    Posterior epistaxis is a serious condition that can be difficult to treat in a wilderness setting. The initial standard of care involves packing the affected nostril with a 7 to 9 cm nasal pack to tamponade the bleed. These packs are often unavailable outside of the emergency or operating room. This study set out to determine whether a posterior nasal pack could be constructed from the supplies present in a basic first aid kit in order to control massive nasal hemorrhage in a wilderness setting. A basic first aid kit was utilized to construct a posterior nasal pack that was inserted into an anatomical model and visibly compared with the Rapid Rhino (Posterior, 7.5 cm; Smith & Nephew, Austin, TX) nasal packing. The shape, size, and anatomical areas of compression (ie, into nasopharynx and posterior aspect of inferior turbinate) of this pack was similar to the commercially available posterior nasal pack. Placement in an anatomical model appears to provide similar compression as the commercially available posterior pack. This technique may provide short-term hemorrhage control in cases of serious posterior nasal hemorrhage where standard treatment options are not available. Copyright © 2016 Wilderness Medical Society. Published by Elsevier Inc. All rights reserved.

  6. Hemato-biochemical responses to packing in donkeys administered ascorbic acid during the harmattan season.

    PubMed

    Olaifa, Folashade; Ayo, Joseph Olusegun; Ambali, Suleiman Folorunsho; Rekwot, Peter Ibrahim

    2015-02-01

    Experiments were performed to investigate the effect of ascorbic acid (AA) in reducing hemato-biochemical changes in pack donkeys during the cold-dry (harmattan) season. Six experimental donkeys administered orally AA (200 mg/kg) and six control donkeys not administered ascorbic acid were subjected to packing. Blood samples were collected from all donkeys for hematological and biochemical analyses. In the control donkeys, packed cell volume (PCV), erythrocyte count and hemoglobin concentration (Hb) decreased significantly (P<0.05) at the end of packing. In the experimental donkeys, there was no significant difference between the pre- and post-packing values of PCV, erythrocyte count and Hb. In the control donkeys, the neutrophil and neutrophil:lymphocyte ratio increased significantly (P<0.05) post packing, but in the experimental donkeys, the pre- and post-packing values were not significantly different. The eosinophil count increased significantly (P<0.05) in experimental and control donkeys post packing. In conclusion, packing exerted significant adverse effects on the hematological parameters ameliorated by AA administration. AA may modulate neutrophilia and induce a considerable alteration of erythroid markers in donkeys subjected to packing during the harmattan season.

  7. Hemato-biochemical responses to packing in donkeys administered ascorbic acid during the harmattan season

    PubMed Central

    OLAIFA, Folashade; AYO, Joseph Olusegun; AMBALI, Suleiman Folorunsho; REKWOT, Peter Ibrahim

    2012-01-01

    Experiments were performed to investigate the effect of ascorbic acid (AA) in reducing hemato-biochemical changes in pack donkeys during the cold-dry (harmattan) season. Six experimental donkeys administered orally AA (200 mg/kg) and six control donkeys not administered ascorbic acid were subjected to packing. Blood samples were collected from all donkeys for hematological and biochemical analyses. In the control donkeys, packed cell volume (PCV), erythrocyte count and hemoglobin concentration (Hb) decreased significantly (P<0.05) at the end of packing. In the experimental donkeys, there was no significant difference between the pre- and post-packing values of PCV, erythrocyte count and Hb. In the control donkeys, the neutrophil and neutrophil:lymphocyte ratio increased significantly (P<0.05) post packing, but in the experimental donkeys, the pre- and post-packing values were not significantly different. The eosinophil count increased significantly (P<0.05) in experimental and control donkeys post packing. In conclusion, packing exerted significant adverse effects on the hematological parameters ameliorated by AA administration. AA may modulate neutrophilia and induce a considerable alteration of erythroid markers in donkeys subjected to packing during the harmattan season. PMID:23154452

  8. Longitudinal dispersion coefficient depending on superficial velocity of hydrogen isotopes flowing in column packed with zeolite pellets at 77.4 K

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kotoh, K.; Graduate School of Engineering, Kyushu University, Nishi-ku, Fukuoka; Kubo, K.

    2015-03-15

    Authors have been developing a cryogenic pressure swing adsorption system for hydrogen isotope separation. In the problem of its design and operation, it is necessary to predict the concentration profiles developing in packed beds of adsorbent pellets. The profiling is affected by the longitudinal dispersion of gas flowing in packed beds, in addition to the mass transfer resistance in porous media of adsorbent pellets. In this work, an equation is derived for estimating the packed-bed dispersion coefficient of hydrogen isotopes, by analyzing the breakthrough curves of trace D{sub 2} or HD replacing H{sub 2} adsorbed in synthetic zeolite particles packedmore » columns at the liquefied nitrogen temperature 77.4 K. Since specialized for hydrogen isotopes, this equation can be considered to estimate the dispersion coefficients more reliable for the cryogenic hydrogen isotope adsorption process, than the existing equations. (authors)« less

  9. Territoriality and inter-pack aggression in gray wolves: shaping a social carnivore's life history

    USGS Publications Warehouse

    Cassidy, Kira A.; Smith, Douglas W.; Mech, L. David; MacNulty, Daniel R.; Stahler, Daniel R.; Metz, Matthew C.

    2016-01-01

    When Rudyard Kipling wrote The Jungle Book in 1894 and included the famous line "For the strength of the Wolf is the Pack, and the strength of the Pack is the Wolf," he would have had no idea that over a century later, scientific research would back up his poetic phrase. Recent studies in Yellowstone have found that both the individual wolf and the collective pack rely on each other and play important roles in territoriality. At a time when most fairy tales and fables were portraying wolves as demonic killers or, at best, slapstick gluttons, Kipling seemed to have a respect or even reverence for the wolf. Wolves in The Jungle Book raise and mentor the main character Mowgli, with the pack's leader eventually dying to save the "man-cub" from a pack of wolves. Kipling may have extended intra- pack benevolence to a human boy for literary sake, but he was clearly enthralled with how pack members treat each other. As wolf packs are almost always family units, most commonly comprised of a breeding pair and their offspring from several years, amiable behavior within the pack is unsurprising. By contrast, wolf packs are fiercely intolerant of their neighbors, their rivals. And this competition is proving to be an important facet in the life of a wolf and its pack.

  10. Evaluation of ceramic packed-rod regenerator matrices

    NASA Technical Reports Server (NTRS)

    Lawless, W. N.; Arenz, R. W.

    1981-01-01

    An extensive evaluation of a modified cryocooler with various regenerator matrices is reported. The matrices examined are 0.015 in. diam. Pb spheres and 0.008, 0.015, and 0.030 in. diam. rods of a 0.2% SnCl2 doped ceramic labelled LS-8A. Specific heat and thermal conductivity data on these rod materials are also reported. The chronic pulverization/dusting problem common to Pb spheres was investigated. During a 1000 hr life test with 0.0008 in. diam. rods there was no degradation of the refrigerator performance, and a subsequent examination of the rods themselves revealed no evidence of breakage or pulverization. The load temperature characteristics for the rod packed regenerators were inferior to that for the Pb spheres, the effect being to shift the Pb spheres load curve up in temperature. This temperature shift was 5.0, 7.4, and 11.6K for the 0.0008, 0.015, and 0.030 in. diam. rods, respectively.

  11. Do gray wolves (Canis lupus) support pack mates during aggressive inter-pack interactions?

    PubMed

    Cassidy, Kira A; McIntyre, Richard T

    2016-09-01

    For group-living mammals, social coordination increases success in everything from hunting and foraging (Crofoot and Wrangham in Mind the Gap, Springer, Berlin, 2010; Bailey et al. in Behav Ecol Sociobiol 67:1-17, 2013) to agonism (Mosser and Packer in Anim Behav 78:359-370, 2009; Wilson et al. in Anim Behav 83:277-291, 2012; Cassidy et al. in Behav Ecol 26:1352-1360, 2015). Cooperation is found in many species and, due to its low costs, likely is a determining factor in the evolution of living in social groups (Smith in Anim Behav 92:291-304, 2014). Beyond cooperation, many mammals perform costly behaviors for the benefit of group mates (e.g., parental care, food sharing, grooming). Altruism is considered the most extreme case of cooperation where the altruist increases the fitness of the recipient while decreasing its own fitness (Bell in Selection: the mechanism of evolution. Oxford University Press, Oxford 2008). Gray wolf life history requires intra-pack familiarity, communication, and cooperation in order to succeed in hunting (MacNulty et al. in Behav Ecol doi: 10.1093/beheco/arr159 2011) and protecting group resources (Stahler et al. in J Anim Ecol 82: 222-234, 2013; Cassidy et al. in Behav Ecol 26:1352-1360, 2015). Here, we report 121 territorial aggressive inter-pack interactions in Yellowstone National Park between 1 April 1995 and 1 April 2011 (>5300 days of observation) and examine each interaction where one wolf interferes when its pack mate is being attacked by a rival group. This behavior was recorded six times (17.6 % of interactions involving an attack) and often occurred between dyads of closely related individuals. We discuss this behavior as it relates to the evolution of cooperation, sociality, and altruism.

  12. 7 CFR 915.306 - Florida avocado grade, pack, and container marking regulation.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 8 2011-01-01 2011-01-01 false Florida avocado grade, pack, and container marking... AGRICULTURE AVOCADOS GROWN IN SOUTH FLORIDA Container and Pack Regulations § 915.306 Florida avocado grade, pack, and container marking regulation. (a) No handler shall handle any variety of avocados grown in...

  13. 7 CFR 915.306 - Florida avocado grade, pack, and container marking regulation.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Florida avocado grade, pack, and container marking... AGRICULTURE AVOCADOS GROWN IN SOUTH FLORIDA Container and Pack Regulations § 915.306 Florida avocado grade, pack, and container marking regulation. (a) No handler shall handle any variety of avocados grown in...

  14. 7 CFR 915.306 - Florida avocado grade, pack, and container marking regulation.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 8 2012-01-01 2012-01-01 false Florida avocado grade, pack, and container marking... AGRICULTURE AVOCADOS GROWN IN SOUTH FLORIDA Container and Pack Regulations § 915.306 Florida avocado grade, pack, and container marking regulation. (a) No handler shall handle any variety of avocados grown in...

  15. 7 CFR 915.306 - Florida avocado grade, pack, and container marking regulation.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 8 2014-01-01 2014-01-01 false Florida avocado grade, pack, and container marking... AGRICULTURE AVOCADOS GROWN IN SOUTH FLORIDA Container and Pack Regulations § 915.306 Florida avocado grade, pack, and container marking regulation. (a) No handler shall handle any variety of avocados grown in...

  16. Battery Pack Life Estimation through Cell Degradation Data and Pack Thermal Modeling for BAS+ Li-Ion Batteries. Cooperative Research and Development Final Report, CRADA Number CRD-12-489

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Smith, Kandler

    Battery Life estimation is one of the key inputs required for Hybrid applications for all GM Hybrid/EV/EREV/PHEV programs. For each Hybrid vehicle program, GM has instituted multi-parameter Design of Experiments generating test data at Cell level and also Pack level on a reduced basis. Based on experience, generating test data on a pack level is found to be very expensive, resource intensive and sometimes less reliable. The proposed collaborative project will focus on a methodology to estimate Battery life based on cell degradation data combined with pack thermal modeling. NREL has previously developed cell-level battery aging models and pack-level thermal/electricalmore » network models, though these models are currently not integrated. When coupled together, the models are expected to describe pack-level thermal and aging response of individual cells. GM and NREL will use data collected for GM's Bas+ battery system for evaluation of the proposed methodology and assess to what degree these models can replace pack-level aging experiments in the future.« less

  17. Spectral action models of gravity on packed swiss cheese cosmology

    NASA Astrophysics Data System (ADS)

    Ball, Adam; Marcolli, Matilde

    2016-06-01

    We present a model of (modified) gravity on spacetimes with fractal structure based on packing of spheres, which are (Euclidean) variants of the packed swiss cheese cosmology models. As the action functional for gravity we consider the spectral action of noncommutative geometry, and we compute its expansion on a space obtained as an Apollonian packing of three-dimensional spheres inside a four-dimensional ball. Using information from the zeta function of the Dirac operator of the spectral triple, we compute the leading terms in the asymptotic expansion of the spectral action. They consist of a zeta regularization of the divergent sum of the leading terms of the spectral actions of the individual spheres in the packing. This accounts for the contribution of points 1 and 3 in the dimension spectrum (as in the case of a 3-sphere). There is an additional term coming from the residue at the additional point in the real dimension spectrum that corresponds to the packing constant, as well as a series of fluctuations coming from log-periodic oscillations, created by the points of the dimension spectrum that are off the real line. These terms detect the fractality of the residue set of the sphere packing. We show that the presence of fractality influences the shape of the slow-roll potential for inflation, obtained from the spectral action. We also discuss the effect of truncating the fractal structure at a certain scale related to the energy scale in the spectral action.

  18. Cigarette pack design and perceptions of risk among UK adults and youth.

    PubMed

    Hammond, David; Dockrell, Martin; Arnott, Deborah; Lee, Alex; McNeill, Ann

    2009-12-01

    It is illegal in the EU for tobacco packaging to suggest that some cigarettes are safer than others. This study examined consumer perceptions of cigarette packs in the UK, including perceptions of 'plain packaging', in which colour and other design elements are removed, whilst retaining the brand name. 516 adult smokers and 806 youth aged 11-17 participated in an online survey. Participants were asked to compare pairs of cigarette packs on five measures: taste, tar delivery, health risk, attractiveness and either ease of quitting (adult smokers) or brand they would choose if trying smoking (youth). Adults and youth were significantly more likely to rate packs with the terms 'smooth', 'silver' and 'gold' as lower tar, lower health risk and either easier to quit smoking (adults) or their choice of pack if trying smoking (youth). For example, more than half of adults and youth reported that brands labelled as 'smooth' were less harmful compared with the 'regular' variety. The colour of packs was also associated with perceptions of risk and brand appeal: compared with Marlboro packs with a red logo, Marlboro packs with a gold logo were rated as lower health risk by 53% and easier to quit by 31% of adult smokers. Plain packs significantly reduced false beliefs about health risk and ease of quitting, and were rated as significantly less attractive and appealing to youth for trying smoking. Current regulations have failed to remove potentially misleading information from tobacco packaging. Removing colours from packs (plain packaging), as well as terms such as 'smooth' 'gold' and 'silver' would significantly reduce false beliefs and increase compliance with existing legislation.

  19. TI-59 helps predict IPRs for gravel-packed gas wells

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Capdevielle, W.C.

    The inflow performance relationship (IPR) is an important tool for reservoir and production engineers. It helps optimize completion, tubing, gas lift, and storm choke design. It facilitates accurate rate predictions that can be used to evaluate field development decisions. The IPR is the first step of the systems analysis that translates reservoir rock and fluid parameters into predictable flow rates. Use of gravel packing for sand control complicates the calculation that predicts a well's IPR curve, particularly in gas wells where high velocities in the formation and through gravel-filled perforation tunnels can cause turbulent flow. The program presented in thismore » article calculates the pressure drop and the flowing bottomhole pressures at varying flow rates for gravel-packed gas wells. The program was written for a Texas Instruments TI-59 programmable calculator with a PC-100 printer. Program features include: Calculations for in-casing gravel packs, open-hole gravel packs, or ungravel packed wells. Program prompts for the required data variables. Easy change of data values to run new cases. Calculates pressures for an unlimited number of flow rates. Results show the total pressure drop and the relative magnitude of its components.« less

  20. Helix-packing motifs in membrane proteins.

    PubMed

    Walters, R F S; DeGrado, W F

    2006-09-12

    The fold of a helical membrane protein is largely determined by interactions between membrane-imbedded helices. To elucidate recurring helix-helix interaction motifs, we dissected the crystallographic structures of membrane proteins into a library of interacting helical pairs. The pairs were clustered according to their three-dimensional similarity (rmsd packing. Thus, the universe of common transmembrane helix-pairing motifs is relatively simple. The largest cluster, which comprises 29% of the library members, consists of an antiparallel motif with left-handed packing angles, and it is frequently stabilized by packing of small side chains occurring every seven residues in the sequence. Right-handed parallel and antiparallel structures show a similar tendency to segregate small residues to the helix-helix interface but spaced at four-residue intervals. Position-specific sequence propensities were derived for the most populated motifs. These structural and sequential motifs should be quite useful for the design and structural prediction of membrane proteins.

  1. Effect of long-range repulsive Coulomb interactions on packing structure of adhesive particles.

    PubMed

    Chen, Sheng; Li, Shuiqing; Liu, Wenwei; Makse, Hernán A

    2016-02-14

    The packing of charged micron-sized particles is investigated using discrete element simulations based on adhesive contact dynamic model. The formation process and the final obtained structures of ballistic packings are studied to show the effect of interparticle Coulomb force. It is found that increasing the charge on particles causes a remarkable decrease of the packing volume fraction ϕ and the average coordination number 〈Z〉, indicating a looser and chainlike structure. Force-scaling analysis shows that the long-range Coulomb interaction changes packing structures through its influence on particle inertia before they are bonded into the force networks. Once contact networks are formed, the expansion effect caused by repulsive Coulomb forces are dominated by short-range adhesion. Based on abundant results from simulations, a dimensionless adhesion parameter Ad*, which combines the effects of the particle inertia, the short-range adhesion and the long-range Coulomb interaction, is proposed and successfully scales the packing results for micron-sized particles within the latest derived adhesive loose packing (ALP) regime. The structural properties of our packings follow well the recent theoretical prediction which is described by an ensemble approach based on a coarse-grained volume function, indicating some kind of universality in the low packing density regime of the phase diagram regardless of adhesion or particle charge. Based on the comprehensive consideration of the complicated inter-particle interactions, our findings provide insight into the roles of short-range adhesion and repulsive Coulomb force during packing formation and should be useful for further design of packings.

  2. Alpha status, dominance, leadership, and division of labor in wolf packs

    USGS Publications Warehouse

    Mech, L. David

    1999-01-01

    The prevailing view of a wolf (Canis lupus) pack is that of a group of individuals ever vying for dominance but held in check by the "alpha" pair, the alpha male and alpha female. Most research on the social dynamics of wolf packs, however, has been conducted on non-natural assortments of captive wolves. Here I describe the wolf-pack social order as it occurs in nature, discuss the alpha concept and social dominance and submission, and present data on the precise relationships among members in free-living packs, based on a literature review and 13 summers of observations of wolves on Ellesmere Island, Northwest Territories, Canada. I conclude that the typical wolf pack is a family, with the adult parents guiding the activities of the group in a division-of-labor system in which the female predominates primarily in such activities as pup care and defense and the male primarily during foraging and food-provisioning and the travels associated with them.

  3. Close-packed floating clusters: granular hydrodynamics beyond the freezing point?

    PubMed

    Meerson, Baruch; Pöschel, Thorsten; Bromberg, Yaron

    2003-07-11

    Monodisperse granular flows often develop regions with hexagonal close packing of particles. We investigate this effect in a system of inelastic hard spheres driven from below by a "thermal" plate. Molecular dynamics simulations show, in a wide range of parameters, a close-packed cluster supported by a low-density region. Surprisingly, the steady-state density profile, including the close-packed cluster part, is well described by a variant of Navier-Stokes granular hydrodynamics (NSGH). We suggest a simple explanation for the success of NSGH beyond the freezing point.

  4. Spherical shock-wave propagation in three-dimensional granular packings.

    PubMed

    Xue, Kun; Bai, Chun-Hua

    2011-02-01

    We investigate numerically the spherical shock-wave propagation in an open dense granular packing perturbed by the sudden expansion of a spherical intruder in the interior of the pack, focusing on the correlation between geometrical fabrics and propagating properties. The measurements of the temporal and spatial variations in a variety of propagating properties define a consistent serrated wave substructure with characteristic length on the orders of particle diameters. Further inspection of particle packing reveals a well-defined particle layering that persists several particle diameters away from the intruder, although its dominant effects are only within one to two diameters. This interface-induced layering not only exactly coincides with the serrated wave profile, but also highlights the competition between two energy transmission mechanisms involving distinct transport speeds. The alternating dominances between these two mechanisms contribute to the nonlinear wave propagation on the particle scale. Moreover, the proliferation of intricate three-dimensional contact force networks suggests the anisotropic stress transmission, which is found to also arise from the localized packing structure in the vicinity of the intruder.

  5. Destabilization of confined granular packings due to fluid flow

    NASA Astrophysics Data System (ADS)

    Monloubou, Martin; Sandnes, Bjørnar

    2016-04-01

    Fluid flow through granular materials can cause fluidization when fluid drag exceeds the frictional stress within the packing. Fluid driven failure of granular packings is observed in both natural and engineered settings, e.g. soil liquefaction and flowback of proppants during hydraulic fracturing operations. We study experimentally the destabilization and flow of an unconsolidated granular packing subjected to a point source fluid withdrawal using a model system consisting of a vertical Hele-Shaw cell containing a water-grain mixture. The fluid is withdrawn from the cell at a constant rate, and the emerging flow patterns are imaged in time-lapse mode. Using Particle Image Velocimetry (PIV), we show that the granular flow gets localized in a narrow channel down the center of the cell, and adopts a Gaussian velocity profile similar to those observed in dry grain flows in silos. We investigate the effects of the experimental parameters (flow rate, grain size, grain shape, fluid viscosity) on the packing destabilization, and identify the physical mechanisms responsible for the observed complex flow behaviour.

  6. Structure of marginally jammed polydisperse packings of frictionless spheres

    NASA Astrophysics Data System (ADS)

    Zhang, Chi; O'Donovan, Cathal B.; Corwin, Eric I.; Cardinaux, Frédéric; Mason, Thomas G.; Möbius, Matthias E.; Scheffold, Frank

    2015-03-01

    We model the packing structure of a marginally jammed bulk ensemble of polydisperse spheres. To this end we expand on the granocentric model [Clusel et al., Nature (London) 460, 611 (2009), 10.1038/nature08158], explicitly taking into account rattlers. This leads to a relationship between the characteristic parameters of the packing, such as the mean number of neighbors and the fraction of rattlers, and the radial distribution function g (r ) . We find excellent agreement between the model predictions for g (r ) and packing simulations, as well as experiments on jammed emulsion droplets. The observed quantitative agreement opens the path towards a full structural characterization of jammed particle systems for imaging and scattering experiments.

  7. 7 CFR 920.13 - Pack.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 8 2012-01-01 2012-01-01 false Pack. 920.13 Section 920.13 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE KIWIFRUIT GROWN IN CALIFORNIA Definitions...

  8. 7 CFR 920.13 - Pack.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 8 2014-01-01 2014-01-01 false Pack. 920.13 Section 920.13 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (MARKETING AGREEMENTS AND ORDERS; FRUITS, VEGETABLES, NUTS), DEPARTMENT OF AGRICULTURE KIWIFRUIT GROWN IN CALIFORNIA Definitions...

  9. 7 CFR 920.13 - Pack.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 8 2011-01-01 2011-01-01 false Pack. 920.13 Section 920.13 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE KIWIFRUIT GROWN IN CALIFORNIA Definitions...

  10. 7 CFR 920.13 - Pack.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Pack. 920.13 Section 920.13 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (MARKETING AGREEMENTS AND ORDERS; FRUITS, VEGETABLES, NUTS), DEPARTMENT OF AGRICULTURE KIWIFRUIT GROWN IN CALIFORNIA Definitions...

  11. 7 CFR 920.13 - Pack.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Pack. 920.13 Section 920.13 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE KIWIFRUIT GROWN IN CALIFORNIA Definitions...

  12. Interaction between Proppant Packing, Reservoir Depletion, and Fluid Flow in Pore Space

    NASA Astrophysics Data System (ADS)

    Fan, M.; McClure, J. E.; Han, Y.; Chen, C.

    2016-12-01

    In the oil and gas industry, the performance of proppant pack in hydraulically created fractures has a significant influence on fracture conductivity. A better understanding of proppant transport and deposition pattern in a hydraulic fracture is vital for effective and economical production within oil and gas reservoirs. In this research, a numerical modeling approach, combining Particle Flow Code (PFC) and GPU-enhanced lattice Boltzmann simulator (GELBS), is adopted to advance the understanding of the interaction between proppant particle packing, depletion of reservoir formation, and transport of reservoir flow through the pore space. In this numerical work flow, PFC is used to simulate effective stress increase and proppant particle movement and rearrangement under increasing mechanical loading. The pore structure of the proppant pack evolves subsequently and the geometrical data are output for lattice Boltzmann (LB) simulation of proppant pack permeability. Three different proppant packs with fixed particle concentration and 12/18, 16/30, and 20/40 mesh sizes are generated. These proppant packs are compressed with specified loading stress and their subsequent geometries are used for fluid flow simulations. The simulation results are in good agreement with experimental observations, e.g., the conductivity of proppant packs decreases with increasing effective stress. Three proppant packs with the same average diameter were generated using different coefficients of variation (COVs) for the proppant diameter (namely cov5%, cov20%, and cov30%). By using the coupled PFC-LBM work flow, the proppant pack permeability as functions of effective stress and porosity is investigated. The results show that the proppant pack with a higher proppant diameter COV has lower permeability and porosity under the same effective stress, because smaller particles fill in the pore space between bigger particles. The relationship between porosity and permeability is also consistent with

  13. Variation of cone photoreceptor packing density with retinal eccentricity and age.

    PubMed

    Song, Hongxin; Chui, Toco Yuen Ping; Zhong, Zhangyi; Elsner, Ann E; Burns, Stephen A

    2011-09-01

    To study the variation of cone photoreceptor packing density across the retina in healthy subjects of different ages. High-resolution adaptive optics scanning laser ophthalmoscope (AOSLO) systems were used to systematically image the retinas of two groups of subjects of different ages. Ten younger subjects (age range, 22-35 years) and 10 older subjects (age range, 50-65 years) were tested. Strips of cone photoreceptors, approximately 12° × 1.8° long were imaged for each of the four primary retinal meridians: superior, inferior, nasal, and temporal. Cone photoreceptors within the strips were counted, and cone photoreceptor packing density was calculated. Statistical analysis (three-way ANOVA) was used to calculate the interaction for cone photoreceptor packing density between age, meridian, and eccentricity. As expected, cone photoreceptor packing density was higher close to the fovea and decreased with increasing retinal eccentricity from 0.18 to 3.5 mm (∼0.6-12°). Older subjects had approximately 75% of the cone density at 0.18 mm (∼0.6°), and this difference decreased rapidly with eccentricity, with the two groups having similar cone photoreceptor packing densities beyond 0.5 mm retinal eccentricity on average. Cone packing density in the living human retina decreases as a function of age within the foveal center with the largest difference being found at our most central measurement site. At all ages, the retina showed meridional difference in cone densities, with cone photoreceptor packing density decreasing faster with increasing eccentricity in the vertical dimensions than in the horizontal dimensions.

  14. 7 CFR 51.1270 - Packing.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE REGULATIONS AND STANDARDS UNDER THE AGRICULTURAL MARKETING ACT OF 1946... representative in size and quality of the contents of the package. (b) Pears packed in any container shall be...

  15. 7 CFR 51.1270 - Packing.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE REGULATIONS AND STANDARDS UNDER THE AGRICULTURAL MARKETING ACT OF 1946... representative in size and quality of the contents of the package. (b) Pears packed in any container shall be...

  16. 7 CFR 51.1311 - Packing.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE REGULATIONS AND STANDARDS UNDER THE AGRICULTURAL MARKETING ACT OF 1946... size and quality of the contents of the package. (b) Pears packed in any container shall be tightly...

  17. 7 CFR 51.1311 - Packing.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE REGULATIONS AND STANDARDS UNDER THE AGRICULTURAL MARKETING ACT OF 1946... size and quality of the contents of the package. (b) Pears packed in any container shall be tightly...

  18. Microfabricated packed gas chromatographic column

    DOEpatents

    Kottenstette, Richard; Matzke, Carolyn M.; Frye-Mason, Gregory C.

    2003-12-16

    A new class of miniaturized gas chromatographic columns has been invented. These chromatographic columns are formed using conventional micromachining techniques, and allow packed columns having lengths on the order of a meter to be fabricated with a footprint on the order of a square centimeter.

  19. 3D molecular models of whole HIV-1 virions generated with cellPACK

    PubMed Central

    Goodsell, David S.; Autin, Ludovic; Forli, Stefano; Sanner, Michel F.; Olson, Arthur J.

    2014-01-01

    As knowledge of individual biological processes grows, it becomes increasingly useful to frame new findings within their larger biological contexts in order to generate new systems-scale hypotheses. This report highlights two major iterations of a whole virus model of HIV-1, generated with the cellPACK software. cellPACK integrates structural and systems biology data with packing algorithms to assemble comprehensive 3D models of cell-scale structures in molecular detail. This report describes the biological data, modeling parameters and cellPACK methods used to specify and construct editable models for HIV-1. Anticipating that cellPACK interfaces under development will enable researchers from diverse backgrounds to critique and improve the biological models, we discuss how cellPACK can be used as a framework to unify different types of data across all scales of biology. PMID:25253262

  20. Impact of Australia's introduction of tobacco plain packs on adult smokers’ pack-related perceptions and responses: results from a continuous tracking survey

    PubMed Central

    Dunlop, Sally M; Dobbins, Timothy; Young, Jane M; Perez, Donna; Currow, David C

    2014-01-01

    Objectives To investigate the impact of Australia's plain tobacco packaging policy on two stated purposes of the legislation—increasing the impact of health warnings and decreasing the promotional appeal of packaging—among adult smokers. Design Serial cross-sectional study with weekly telephone surveys (April 2006–May 2013). Interrupted time-series analyses using ARIMA modelling and linear regression models were used to investigate intervention effects. Participants 15 745 adult smokers (aged 18 years and above) in New South Wales (NSW), Australia. Random selection of participants involved recruiting households using random digit dialling and selecting the nth oldest smoker for interview. Intervention The introduction of the legislation on 1 October 2012. Outcomes Salience of tobacco pack health warnings, cognitive and emotional responses to warnings, avoidance of warnings, perceptions regarding one's cigarette pack. Results Adjusting for background trends, seasonality, antismoking advertising activity and cigarette costliness, results from ARIMA modelling showed that, 2–3 months after the introduction of the new packs, there was a significant increase in the absolute proportion of smokers having strong cognitive (9.8% increase, p=0.005), emotional (8.6% increase, p=0.01) and avoidant (9.8% increase, p=0.0005) responses to on-pack health warnings. Similarly, there was a significant increase in the proportion of smokers strongly disagreeing that the look of their cigarette pack is attractive (57.5% increase, p<0.0001), says something good about them (54.5% increase, p<0.0001), influences the brand they buy (40.6% increase, p<0.0001), makes their pack stand out (55.6% increase, p<0.0001), is fashionable (44.7% increase, p<0.0001) and matches their style (48.1% increase, p<0.0001). Changes in these outcomes were maintained 6 months postintervention. Conclusions The introductory effects of the plain packaging legislation among adult smokers are

  1. How changes in top water bother big turning packs of up-going wet air

    NASA Astrophysics Data System (ADS)

    Wood, K.

    2017-12-01

    Big turning packs of up-going wet air form near areas of warm water at the top of big bodies of water. After these turning packs form, they usually get stronger if the top water stays warm. If the top water becomes less warm, the turning packs usually get less strong. Other things can change how strong a turning pack gets, like how wet the air around it is and if that air moves faster higher up than lower down. When these turning packs hit land, their rain and winds can hurt people and the stuff they own, especially if the turning pack is really strong. But it's hard to know how much stronger or less strong it will become before it hits land. Warm top water gives a turning pack of up-going wet air a lot of power, but cool top water doesn't, so we need to know how warm the top water is. Because I can't go into every turning pack myself, flying computers in outer space tell me what the top water is doing. I look at the top water near turning packs that get strong and see how it's different from the top water near those that get less strong. Top water that changes from warm to cool in a small area bothers a turning pack of up-going wet air, which then gets less strong. If we see these top water changes ahead of time, that might help us know what a turning pack will do before it gets close to land.

  2. Consumer preferences for front-of-pack calories labelling.

    PubMed

    van Kleef, Ellen; van Trijp, Hans; Paeps, Frederic; Fernández-Celemín, Laura

    2008-02-01

    In light of the emerging obesity pandemic, front-of-pack calories labels may be an important tool to assist consumers in making informed healthier food choices. However, there is little prior research to guide key decisions on whether caloric content should be expressed in absolute terms or relative to recommended daily intake, whether it should be expressed in per serving or per 100 g and whether the information should be further brought alive for consumers in terms of what the extra calorie intake implies in relation to activity levels. The present study aimed at providing more insight into consumers' appreciation of front-of-pack labelling of caloric content of food products and their specific preferences for alternative execution formats for such information in Europe. For this purpose, eight executions of front-of-pack calorie flags were designed and their appeal and information value were extensively discussed with consumers through qualitative research in four different countries (Germany, The Netherlands, France and the UK). The results show that calories are well-understood and that participants were generally positive about front-of-pack flags, particularly when flags are uniform across products. The most liked flags are the simpler flags depicting only the number of calories per serving or per 100 g, while more complex flags including references to daily needs or exercise and the flag including a phrase referring to balanced lifestyle were least preferred. Some relevant differences between countries were observed. Although participants seem to be familiar with the notion of calories, they do not seem to fully understand how to apply them. From the results, managerial implications for the design and implementation of front-of-pack calorie labelling as well as important directions for future research are discussed.

  3. Consumer preferences for front-of-pack calories labelling

    PubMed Central

    van Kleef, Ellen; van Trijp, Hans; Paeps, Frederic; Fernández-Celemín, Laura

    2008-01-01

    Objective In light of the emerging obesity pandemic, front-of-pack calories labels may be an important tool to assist consumers in making informed healthier food choices. However, there is little prior research to guide key decisions on whether caloric content should be expressed in absolute terms or relative to recommended daily intake, whether it should be expressed in per serving or per 100 g and whether the information should be further brought alive for consumers in terms of what the extra calorie intake implies in relation to activity levels. The present study aimed at providing more insight into consumers’ appreciation of front-of-pack labelling of caloric content of food products and their specific preferences for alternative execution formats for such information in Europe. Design For this purpose, eight executions of front-of-pack calorie flags were designed and their appeal and information value were extensively discussed with consumers through qualitative research in four different countries (Germany, The Netherlands, France and the UK). Results The results show that calories are well-understood and that participants were generally positive about front-of-pack flags, particularly when flags are uniform across products. The most liked flags are the simpler flags depicting only the number of calories per serving or per 100 g, while more complex flags including references to daily needs or exercise and the flag including a phrase referring to balanced lifestyle were least preferred. Some relevant differences between countries were observed. Although participants seem to be familiar with the notion of calories, they do not seem to fully understand how to apply them. Conclusion From the results, managerial implications for the design and implementation of front-of-pack calorie labelling as well as important directions for future research are discussed. PMID:17601362

  4. Centrifugal sedimentation for selectively packing channels with silica microbeads in three-dimensional micro/nanofluidic devices.

    PubMed

    Gong, Maojun; Bohn, Paul W; Sweedler, Jonathan V

    2009-03-01

    Incorporation of nanofluidic elements into microfluidic channels is one approach for adding filtration and partition functionality to planar microfluidic devices, as well as providing enhanced biomolecular separations. Here we introduce a strategy to pack microfluidic channels with silica nanoparticles and microbeads, thereby indirectly producing functional nanostructures; the method allows selected channels to be packed, here demonstrated so that a separation channel is packed while keeping an injection channel unpacked. A nanocapillary array membrane is integrated between two patterned microfluidic channels that cross each other in vertically separated layers. The membrane serves both as a frit for bead packing and as a fluid communication conduit between microfluidic channels. Centrifugal force-assisted sedimentation is then used to selectively pack the microfluidic channels using an aqueous silica bead suspension loaded into the appropriate inlet reservoirs. This packing approach may be used to simultaneously pack multiple channels with silica microbeads having different sizes and surface properties. The chip design and packing method introduced here are suitable for packing silica particles in sizes ranging from nanometers to micrometers and allow rapid (approximately 10 min) packing with high quality. The liquid/analyte transport characteristics of these packed micro/nanofluidic devices have potential utility in a wide range of applications, including electroosmotic pumping, liquid chromatographic separations, and electrochromatography.

  5. Groundwater well with reactive filter pack

    DOEpatents

    Gilmore, Tyler J.; Holdren, Jr., George R.; Kaplan, Daniel I.

    1998-01-01

    A method and apparatus for the remediation of contaminated soil and ground water wherein a reactive pack material is added to the annular fill material utilized in standard well construction techniques.

  6. The effect of relatedness and pack size on territory overlap in African wild dogs.

    PubMed

    Jackson, Craig R; Groom, Rosemary J; Jordan, Neil R; McNutt, J Weldon

    2017-01-01

    Spacing patterns mediate competitive interactions between conspecifics, ultimately increasing fitness. The degree of territorial overlap between neighbouring African wild dog ( Lycaon pictus ) packs varies greatly, yet the role of factors potentially affecting the degree of overlap, such as relatedness and pack size, remain unclear. We used movement data from 21 wild dog packs to calculate the extent of territory overlap (20 dyads). On average, unrelated neighbouring packs had low levels of overlap restricted to the peripheral regions of their 95% utilisation kernels. Related neighbours had significantly greater levels of peripheral overlap. Only one unrelated dyad included overlap between 75%-75% kernels, but no 50%-50% kernels overlapped. However, eight of 12 related dyads overlapped between their respective 75% kernels and six between the frequented 50% kernels. Overlap between these more frequented kernels confers a heightened likelihood of encounter, as the mean utilisation intensity per unit area within the 50% kernels was 4.93 times greater than in the 95% kernels, and 2.34 times greater than in the 75% kernels. Related packs spent significantly more time in their 95% kernel overlap zones than did unrelated packs. Pack size appeared to have little effect on overlap between related dyads, yet among unrelated neighbours larger packs tended to overlap more onto smaller packs' territories. However, the true effect is unclear given that the model's confidence intervals overlapped zero. Evidence suggests that costly intraspecific aggression is greatly reduced between related packs. Consequently, the tendency for dispersing individuals to establish territories alongside relatives, where intensively utilised portions of ranges regularly overlap, may extend kin selection and inclusive fitness benefits from the intra-pack to inter-pack level. This natural spacing system can affect survival parameters and the carrying capacity of protected areas, having important

  7. Volatile compounds and odor preferences of ground beef added with garlic and red wine, and irradiated with charcoal pack

    NASA Astrophysics Data System (ADS)

    Lee, Kyung Haeng; Yun, Hyejeong; Lee, Ju Woon; Ahn, Dong Uk; Lee, Eun Joo; Jo, Cheorun

    2012-08-01

    Irradiation is the most efficient non-thermal technology for improving hygienic quality and extending the shelf-life of food products. One of the adverse effects of food irradiation, however, is off-flavor production, which significantly affects the sensory preferences for certain foods. In this study, garlic (5%, w/w) and red wine (1:1, w/w) were added to ground beef to increase the radiation sensitivity of pathogens and improve meat odor/flavor. Samples were irradiated at 0 or 5 kGy in the presence of charcoal pack. SPME-GC-MS analysis was performed to measure the changes in the volatile compounds and sensory characteristics of the samples. The amount of total volatile compounds produced from ground beef was greater when the sample was irradiated. When garlic and red wine were added to the ground beef, the amount of volatile compounds significantly increased, and the amount of volatile compounds increased even further after irradiation. However, when the samples were irradiated with charcoal pack, the amount of volatile compounds decreased significantly. Sensory evaluation indicated that charcoal pack significantly increased the odor preferences for both irradiated and non-irradiated ground beef added with garlic. These results indicated that addition of charcoal pack to ground beef could reduce off-odor problems induced by irradiation, and this effect was consistent even when certain additives such as garlic and red wine were added.

  8. Wire and Packing Tape Sandwiches

    ERIC Educational Resources Information Center

    Rabinowitz, Sandy

    2009-01-01

    In this article, the author describes how students can combine craft wire with clear packing tape to create a two-dimensional design that can be bent and twisted to create a three-dimensional form. Students sandwich wire designs between two layers of tape. (Contains 1 online resource.)

  9. A randomized trial of Rapid Rhino Riemann and Telfa nasal packs following endoscopic sinus surgery.

    PubMed

    Cruise, A S; Amonoo-Kuofi, K; Srouji, I; Kanagalingam, J; Georgalas, C; Patel, N N; Badia, L; Lund, V J

    2006-02-01

    To compare Telfa with the Rapid Rhino Riemann nasal pack for use following endoscopic sinus surgery. Prospective, randomized, double-blind, paired trial. Tertiary otolaryngology hospital. Forty-five adult patients undergoing bilateral endoscopic sinus surgery for either chronic rhinosinusitis or nasal polyps. A visual analogue scale was used to assess discomfort caused by the presence of the packs in the nose and by their removal. The amount of bleeding was noted with the packs in place and following their removal. Crusting and adhesions were assessed 2 and 6 weeks following surgery. Both packs performed well giving good haemostasis and causing little bleeding on removal. Both packs caused only mild discomfort while in the nose. On the visual analogue scale of 0-10 cm the mean visual analogue score for Rapid Rhino Riemann pack was 1.7 and for Telfa 2.0 (P = 0.371). The Rapid Rhino Riemann pack caused significantly less pain on removal compared with the Telfa pack with a mean visual analogue score of 2.0 in comparison with 3.7 for Telfa (P = 0.001). There were less adhesions with the Rapid Rhino Riemann than Telfa pack but this was not statistically significant (P = 0.102). Both Telfa and Rapid Rhino Riemann packs can be recommended as packs that control postoperative haemorrhage, do not cause bleeding on removal and cause little discomfort while in the nose. The Rapid Rhino Riemann pack has the advantage of causing significantly less pain on removal.

  10. Material selection and assembly method of battery pack for compact electric vehicle

    NASA Astrophysics Data System (ADS)

    Lewchalermwong, N.; Masomtob, M.; Lailuck, V.; Charoenphonphanich, C.

    2018-01-01

    Battery packs become the key component in electric vehicles (EVs). The main costs of which are battery cells and assembling processes. The battery cell is indeed priced from battery manufacturers while the assembling cost is dependent on battery pack designs. Battery pack designers need overall cost as cheap as possible, but it still requires high performance and more safety. Material selection and assembly method as well as component design are very important to determine the cost-effectiveness of battery modules and battery packs. Therefore, this work presents Decision Matrix, which can aid in the decision-making process of component materials and assembly methods for a battery module design and a battery pack design. The aim of this study is to take the advantage of incorporating Architecture Analysis method into decision matrix methods by capturing best practices for conducting design architecture analysis in full account of key design components critical to ensure efficient and effective development of the designs. The methodology also considers the impacts of choice-alternatives along multiple dimensions. Various alternatives for materials and assembly techniques of battery pack are evaluated, and some sample costs are presented. Due to many components in the battery pack, only seven components which are positive busbar and Z busbar are represented in this paper for using decision matrix methods.

  11. The Use of Sports Imagery and Terminology on Cigarette Packs from Fourteen Countries.

    PubMed

    Kleb, Cerise; Welding, Kevin; Cohen, Joanna E; Smith, Katherine C

    2018-04-16

    Tobacco companies have historically associated their products with sports through event sponsorship and sports-themed advertising campaigns. Such linkages serve to enhance brand image by connecting cigarette brands to ideals associated with sports such as strength, individual accomplishment, and a healthy body. Public health policy progress has created restrictions for tobacco sponsorship and restricted traditional advertising avenues for tobacco products. Nonetheless, the pack itself remains as a mechanism by which to link cigarettes to sports and sporting prowess. Thus, we analyze depictions of sport and references to sports terminology on cigarette packs. To describe the sports-related marketing appeals on cigarette packages purchased in 14 low and middle income countries. In 2013, we collected and coded cigarette packs from 14 low and middle income countries and we returned to four of these countries for further data collection in 2015. Packs from both years were assessed for sports-related appeals (text and imagery) and sports-related brand names to identify sports appeals on cigarette packs. The analysis yielded 36 brands with distinct depictions of sport or sporting terminology on the pack. Text-based appeals were found on 24 of the 36 distinct "sports appeal" packs (e.g., "Polo," "Olympic," "Win," "iScore"). Sporting imagery was present on 22 packs (e.g., soccer ball, race car, wrestling match, trophy). The pack is a powerful medium through which tobacco companies continue to associate their products with idealized concepts associated with sports. These are potentially problematic associations that could be restricted through plain and standardized packaging policy initiatives.

  12. Effects of grain size distribution on the packing fraction and shear strength of frictionless disk packings.

    PubMed

    Estrada, Nicolas

    2016-12-01

    Using discrete element methods, the effects of the grain size distribution on the density and the shear strength of frictionless disk packings are analyzed. Specifically, two recent findings on the relationship between the system's grain size distribution and its rheology are revisited, and their validity is tested across a broader range of distributions than what has been used in previous studies. First, the effects of the distribution on the solid fraction are explored. It is found that the distribution that produces the densest packing is not the uniform distribution by volume fractions as suggested in a recent publication. In fact, the maximal packing fraction is obtained when the grading curve follows a power law with an exponent close to 0.5 as suggested by Fuller and Thompson in 1907 and 1919 [Trans Am. Soc. Civ. Eng. 59, 1 (1907) and A Treatise on Concrete, Plain and Reinforced (1919), respectively] while studying mixtures of cement and stone aggregates. Second, the effects of the distribution on the shear strength are analyzed. It is confirmed that these systems exhibit a small shear strength, even if composed of frictionless particles as has been shown recently in several works. It is also found that this shear strength is independent of the grain size distribution. This counterintuitive result has previously been shown for the uniform distribution by volume fractions. In this paper, it is shown that this observation keeps true for different shapes of the grain size distribution.

  13. Stored grain pack factors for wheat: comparison of three methods to field measurements

    USDA-ARS?s Scientific Manuscript database

    Storing grain in bulk storage units results in grain packing from overbearing pressure, which increases grain bulk density and storage-unit capacity. This study compared pack factors of hard red winter (HRW) wheat in vertical storage bins using different methods: the existing packing model (WPACKING...

  14. Radiative-Transfer Modeling of Spectra of Densely Packed Particulate Media

    NASA Astrophysics Data System (ADS)

    Ito, G.; Mishchenko, M. I.; Glotch, T. D.

    2017-12-01

    Remote sensing measurements over a wide range of wavelengths from both ground- and space-based platforms have provided a wealth of data regarding the surfaces and atmospheres of various solar system bodies. With proper interpretations, important properties, such as composition and particle size, can be inferred. However, proper interpretation of such datasets can often be difficult, especially for densely packed particulate media with particle sizes on the order of wavelength of light being used for remote sensing. Radiative transfer theory has often been applied to the study of densely packed particulate media like planetary regoliths and snow, but with difficulty, and here we continue to investigate radiative transfer modeling of spectra of densely packed media. We use the superposition T-matrix method to compute scattering properties of clusters of particles and capture the near-field effects important for dense packing. Then, the scattering parameters from the T-matrix computations are modified with the static structure factor correction, accounting for the dense packing of the clusters themselves. Using these corrected scattering parameters, reflectance (or emissivity via Kirchhoff's Law) is computed with the method of invariance imbedding solution to the radiative transfer equation. For this work we modeled the emissivity spectrum of the 3.3 µm particle size fraction of enstatite, representing some common mineralogical and particle size components of regoliths, in the mid-infrared wavelengths (5 - 50 µm). The modeled spectrum from the T-matrix method with static structure factor correction using moderate packing densities (filling factors of 0.1 - 0.2) produced better fits to the laboratory measurement of corresponding spectrum than the spectrum modeled by the equivalent method without static structure factor correction. Future work will test the method of the superposition T-matrix and static structure factor correction combination for larger particles

  15. Random packing of regular polygons and star polygons on a flat two-dimensional surface.

    PubMed

    Cieśla, Michał; Barbasz, Jakub

    2014-08-01

    Random packing of unoriented regular polygons and star polygons on a two-dimensional flat continuous surface is studied numerically using random sequential adsorption algorithm. Obtained results are analyzed to determine the saturated random packing ratio as well as its density autocorrelation function. Additionally, the kinetics of packing growth and available surface function are measured. In general, stars give lower packing ratios than polygons, but when the number of vertexes is large enough, both shapes approach disks and, therefore, properties of their packing reproduce already known results for disks.

  16. Packing optimization for automated generation of complex system's initial configurations for molecular dynamics and docking.

    PubMed

    Martínez, José Mario; Martínez, Leandro

    2003-05-01

    Molecular Dynamics is a powerful methodology for the comprehension at molecular level of many chemical and biochemical systems. The theories and techniques developed for structural and thermodynamic analyses are well established, and many software packages are available. However, designing starting configurations for dynamics can be cumbersome. Easily generated regular lattices can be used when simple liquids or mixtures are studied. However, for complex mixtures, polymer solutions or solid adsorbed liquids (for example) this approach is inefficient, and it turns out to be very hard to obtain an adequate coordinate file. In this article, the problem of obtaining an adequate initial configuration is treated as a "packing" problem and solved by an optimization procedure. The initial configuration is chosen in such a way that the minimum distance between atoms of different molecules is greater than a fixed tolerance. The optimization uses a well-known algorithm for box-constrained minimization. Applications are given for biomolecule solvation, many-component mixtures, and interfaces. This approach can reduce the work of designing starting configurations from days or weeks to few minutes or hours, in an automated fashion. Packing optimization is also shown to be a powerful methodology for space search in docking of small ligands to proteins. This is demonstrated by docking of the thyroid hormone to its nuclear receptor. Copyright 2003 Wiley Periodicals, Inc. J Comput Chem 24: 819-825, 2003

  17. Variation of Cone Photoreceptor Packing Density with Retinal Eccentricity and Age

    PubMed Central

    Song, Hongxin; Chui, Toco Yuen Ping; Zhong, Zhangyi; Elsner, Ann E.

    2011-01-01

    Purpose. To study the variation of cone photoreceptor packing density across the retina in healthy subjects of different ages. Methods. High-resolution adaptive optics scanning laser ophthalmoscope (AOSLO) systems were used to systematically image the retinas of two groups of subjects of different ages. Ten younger subjects (age range, 22–35 years) and 10 older subjects (age range, 50–65 years) were tested. Strips of cone photoreceptors, approximately 12° × 1.8° long were imaged for each of the four primary retinal meridians: superior, inferior, nasal, and temporal. Cone photoreceptors within the strips were counted, and cone photoreceptor packing density was calculated. Statistical analysis (three-way ANOVA) was used to calculate the interaction for cone photoreceptor packing density between age, meridian, and eccentricity. Results. As expected, cone photoreceptor packing density was higher close to the fovea and decreased with increasing retinal eccentricity from 0.18 to 3.5 mm (∼0.6–12°). Older subjects had approximately 75% of the cone density at 0.18 mm (∼0.6°), and this difference decreased rapidly with eccentricity, with the two groups having similar cone photoreceptor packing densities beyond 0.5 mm retinal eccentricity on average. Conclusions. Cone packing density in the living human retina decreases as a function of age within the foveal center with the largest difference being found at our most central measurement site. At all ages, the retina showed meridional difference in cone densities, with cone photoreceptor packing density decreasing faster with increasing eccentricity in the vertical dimensions than in the horizontal dimensions. PMID:21724911

  18. SAR imagery of the Grand Banks (Newfoundland) pack ice pack and its relationship to surface features

    NASA Technical Reports Server (NTRS)

    Argus, S. D.; Carsey, F. D.

    1988-01-01

    Synthetic Aperture Radar (SAR) data and aerial photographs were obtained over pack ice off the East Coast of Canada in March 1987 as part of the Labrador Ice Margin Experiment (LIMEX) pilot project. Examination of this data shows that although the pack ice off the Canadian East Coast appears essentially homogeneous to visible light imagery, two clearly defined zones of ice are apparent on C-band SAR imagery. To identify factors that create the zones seen on the radar image, aerial photographs were compared to the SAR imagery. Floe size data from the aerial photographs was compared to digital number values taken from SAR imagery of the same ice. The SAR data of the inner zone acquired three days apart over the melt period was also examined. The studies indicate that the radar response is governed by floe size and meltwater distribution.

  19. Cryosurgery Planning Using Bubble Packing in 3D

    PubMed Central

    Tanaka, Daigo; Shimada, Kenji; Rossi, Michael R.; Rabin, Yoed

    2008-01-01

    As part of an ongoing project to develop automated tools for cryosurgery planning, the current study focuses on the development of a 3D bubble packing method. A proof-of-concept for the new method is demonstrated on five prostate models, reconstructed from ultrasound images. The new method is a modification of an established method in 2D. Ellipsoidal bubbles are packed in the volume of the prostate in the current study; such bubbles can be viewed as a first-order approximation of a frozen region around a single cryoprobe. When all cryoprobes are inserted to the same depth, optimum planning was found to occur at about 60% of the length of the prostate (measured from its apex), which leads to cooling of approximately 75% of the prostate volume below a specific temperature threshold of −22°C. Bubble packing has the potential to dramatically reduce the run time for automated planning. PMID:17963095

  20. Cryosurgery planning using bubble packing in 3D.

    PubMed

    Tanaka, Daigo; Shimada, Kenji; Rossi, Michael R; Rabin, Yoed

    2008-04-01

    As part of an ongoing project to develop automated tools for cryosurgery planning, the current study focuses on the development of a 3D bubble packing method. A proof-of-concept for the new method is demonstrated on five prostate models, reconstructed from ultrasound images. The new method is a modification of an established method in 2D. Ellipsoidal bubbles are packed in the volume of the prostate in the current study; such bubbles can be viewed as a first-order approximation of a frozen region around a single cryoprobe. When all cryoprobes are inserted to the same depth, optimum planning was found to occur at about 60% of the length of the prostate (measured from its apex), which leads to cooling of approximately 75% of the prostate volume below a specific temperature threshold of - 22 degrees C. Bubble packing has the potential to dramatically reduce the run time for automated planning.

  1. Application of close-packed structures in dental resin composites.

    PubMed

    Wang, Ruili; Habib, Eric; Zhu, X X

    2017-03-01

    The inorganic filler particles in dental resin composites serve to improve their mechanical properties and reduce polymerization shrinkage during their use. Efforts have been made in academia and industry to increase the filler particle content, but, few studies examine the theoretical basis for the maximum particle loading. This work evaluates the packing of spherical particles in a close-packed state for highly loaded composites. Calculations show that for low dispersity particles, the maximum amount of particles is 74.05vol%, regardless of the particle size. This can be further improved by using a mix of large and small particles or by the use of non-spherical particles. For representative spherical particles with a diameter of 1000nm, two types of secondary particles with respective sizes of 414nm (d I ) and 225nm (d II ) are selected. The results show that after embedding secondary particles I & II into primary spherical particles, the packing factor is increased to 81.19% for the close-packed structures, which shows an improvement of 9.64%, compared to the 74.05% obtained only with primary spherical particles. This packing factor is also higher than either structure with the embedded secondary particles I or II. Examples of these mixtures with different spherical particle sizes are shown as a theoretical estimation, serving as a guideline for the design and formulation of new dental resin composites with better properties and improved performance. Copyright © 2017 The Academy of Dental Materials. Published by Elsevier Ltd. All rights reserved.

  2. Packing Optimization of an Intentionally Stratified Sorbent Bed Containing Dissimilar Media Types

    NASA Technical Reports Server (NTRS)

    Kidd, Jessica; Guttromson, Jayleen; Holland, Nathan

    2010-01-01

    The Fire Cartridge is a packed bed air filter with two different and separate layers of media designed to provide respiratory protection from combustion products after a fire event on the International Space Station (ISS). The first layer of media is a carbon monoxide catalyst made from gold nanoparticles dispersed on iron oxide. The second layer of media is universal carbon, commonly used in commercial respirator filters. Each layer must be optimally packed to effectively remove contaminants from the air. Optimal packing is achieved by vibratory agitations. However, if post-packing movement of the media within the cartridge occurs, mixing of the bed layers, air voids, and channeling could cause preferential air flow and allow contaminants to pass. Several iterations of prototype fire cartridges were developed to reduce post-packing movement of the media within each layer (settling), and to prevent mixing of the two media types. Both types of movement of the media contribute to decreased fire cartridge performance. Each iteration of the fire cartridge design was tested to demonstrate mechanical loads required to cause detrimental movement within the bed, and resulting level of functionality of the media beds after movement was detected. In order to optimally pack each layer, vertical, horizontal, and orbital agitations were tested and a final packed bulk density was calculated for each method. Packed bulk density must be calculated for each lot of catalyst to accommodate variations in particle size, shape, and density. In addition, a physical divider sheet between each type of media was added within the fire cartridge design to further inhibit intermixing of the bed layers.

  3. 76 FR 251 - Country of Origin Labeling of Packed Honey

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-01-04

    ...-AC89 Country of Origin Labeling of Packed Honey AGENCY: Agricultural Marketing Service, USDA. ACTION... addressing country of origin labeling for packed honey bearing any official USDA mark or statement. Also, the... origin labeling requirements are not met for packages of honey containing official USDA grade marks or...

  4. Antiadhesive effect of polyurethane foam packing in the guinea pig middle ear.

    PubMed

    Choi, Cheol Hee; Jang, Chul Ho

    2015-02-01

    No significant subepithelial healing differences were found between Gelfoam and polyurethane foam (PUF). However, levels of hyperplasia of the mucosal lining and inflammation were lower with PUF packing. PUF packing is not feasible as a middle ear packing material for abraded mucosa. Further studies are required before clinical application. To date, there have been few reports on the antiadhesive effect of PUF as a middle ear packing. The purpose of this study was to investigate the antiadhesive effect of PUF soaked with saline in an animal model of mucosal trauma. Bioresorbable PUF soaked with saline was placed over abraded mucosa in the experimental group (n = 7), and compressed Gelfoam soaked with saline was placed in the control group (n = 7). After measurement of auditory brainstem responses (ABRs), the animals were sacrificed 3 weeks after packing placement for histological observation. The ABR results at postoperative week 3 showed no statistically significant difference between the preoperative and post-packing values. An adhesion pattern with subepithelial thickening was observed in the control group. Adhesion was not observed in the experimental group; however, subepithelial fibrous thickening was noted.

  5. Experimental Study of a Pack of Supercapacitors Used in Electric Vehicles.

    PubMed

    Mansour, Amari; Mohamed Hedi, Chabchoub; Faouzi, Bacha

    2017-01-01

    Electric vehicles have recently attracted research interest. An electric vehicle is composed of two energy sources, such as fuel cells and ultracapacitors, which are employed to provide, respectively, the steady-state and transient power demanded by the vehicle. A bidirectional DC-DC converter is needed to interface the ultracapacitor to a DC bus. The pack of ultracapacitor consists of many cells in series and possibly also in parallel. In this regard, this paper introduces a comparative study between two packs of supercapacitors. The first supercapacitor pack is composed of ten cells in series but the second supercapacitor pack is composed of five cells in series and two parallel circuits. Each cell is characterized by 2.5 V and 100 F. A number of practical tests are presented.

  6. Experimental Study of a Pack of Supercapacitors Used in Electric Vehicles

    PubMed Central

    Mohamed Hedi, Chabchoub

    2017-01-01

    Electric vehicles have recently attracted research interest. An electric vehicle is composed of two energy sources, such as fuel cells and ultracapacitors, which are employed to provide, respectively, the steady-state and transient power demanded by the vehicle. A bidirectional DC-DC converter is needed to interface the ultracapacitor to a DC bus. The pack of ultracapacitor consists of many cells in series and possibly also in parallel. In this regard, this paper introduces a comparative study between two packs of supercapacitors. The first supercapacitor pack is composed of ten cells in series but the second supercapacitor pack is composed of five cells in series and two parallel circuits. Each cell is characterized by 2.5 V and 100 F. A number of practical tests are presented. PMID:28894785

  7. Ice pack heat sink subsystem, phase 2. [astronaut life support cooling system

    NASA Technical Reports Server (NTRS)

    Roebelen, G. J., Jr.; Kellner, J. D.

    1975-01-01

    The report describes the design, development, fabrication, and test at one gravity of a prototype ice pack heat sink subsystem to be used eventually for astronaut cooling during manned space missions; the investigation of thermal storage material with the objective of uncovering materials with heats of fusion and/or solution in the range of 300 Btu/lb (700 kilojoules/kilogram); and the planned procedure for implementing an ice pack heat sink subsystem flight experiment. In normal use, excess heat in the liquid cooling garment (LCG) coolant is transferred to a reusable/regenerable ice pack heat sink. For emergency operation, or for extension of extravehicular activity mission time after all the ice has melted, water from the ice pack is boiled to vacuum, thereby continuing to remove heat from the LCG coolant. This subsystem incorporates a quick disconnect thermal interface between the ice pack heat sink and the subsystem heat exchanger.

  8. Assessing Attentional Prioritization of Front-of-Pack Nutrition Labels using Change Detection

    PubMed Central

    Becker, Mark W.; Sundar, Raghav Prashant; Bello, Nora; Alzahabi, Reem; Weatherspoon, Lorraine; Bix, Laura

    2015-01-01

    We used a change detection method to evaluate attentional prioritization of nutrition information that appears in the traditional “Nutrition Facts Panel” and in front-of-pack nutrition labels. Results provide compelling evidence that front-of-pack labels attract attention more readily than the Nutrition Facts Panel, even when participants are not specifically tasked with searching for nutrition information. Further, color-coding the relative nutritional value of key nutrients within the front-of-pack label resulted in increased attentional prioritization of nutrition information, but coding using facial icons did not significantly increase attention to the label. Finally, the general pattern of attentional prioritization across front-of-pack designs was consistent across a diverse sample of participants. Our results indicate that color-coded, front-of-pack nutrition labels increase attention to the nutrition information of packaged food, a finding that has implications for current policy discussions regarding labeling change. PMID:26851468

  9. Development and Mining of a Volatile Organic Compound Database

    PubMed Central

    Abdullah, Azian Azamimi; Ono, Naoaki; Sugiura, Tadao; Morita, Aki Hirai; Katsuragi, Tetsuo; Muto, Ai; Nishioka, Takaaki; Kanaya, Shigehiko

    2015-01-01

    Volatile organic compounds (VOCs) are small molecules that exhibit high vapor pressure under ambient conditions and have low boiling points. Although VOCs contribute only a small proportion of the total metabolites produced by living organisms, they play an important role in chemical ecology specifically in the biological interactions between organisms and ecosystems. VOCs are also important in the health care field as they are presently used as a biomarker to detect various human diseases. Information on VOCs is scattered in the literature until now; however, there is still no available database describing VOCs and their biological activities. To attain this purpose, we have developed KNApSAcK Metabolite Ecology Database, which contains the information on the relationships between VOCs and their emitting organisms. The KNApSAcK Metabolite Ecology is also linked with the KNApSAcK Core and KNApSAcK Metabolite Activity Database to provide further information on the metabolites and their biological activities. The VOC database can be accessed online. PMID:26495281

  10. An improved theoretical electrochemical-thermal modelling of lithium-ion battery packs in electric vehicles

    NASA Astrophysics Data System (ADS)

    Amiribavandpour, Parisa; Shen, Weixiang; Mu, Daobin; Kapoor, Ajay

    2015-06-01

    A theoretical electrochemical thermal model combined with a thermal resistive network is proposed to investigate thermal behaviours of a battery pack. The combined model is used to study heat generation and heat dissipation as well as their influences on the temperatures of the battery pack with and without a fan under constant current discharge and variable current discharge based on electric vehicle (EV) driving cycles. The comparison results indicate that the proposed model improves the accuracy in the temperature predication of the battery pack by 2.6 times. Furthermore, a large battery pack with four of the investigated battery packs in series is simulated in the presence of different ambient temperatures. The simulation results show that the temperature of the large battery pack at the end of EV driving cycles can reach to 50 °C or 60 °C in high ambient temperatures. Therefore, thermal management system in EVs is required to maintain the battery pack within the safe temperature range.

  11. Smaller Cigarette Pack as a Commitment to Smoke Less? Insights from Behavioral Economics

    PubMed Central

    Marti, Joachim; Sindelar, Jody

    2015-01-01

    Cigarettes are commonly sold in packs of 20 units and therefore little is known about the potential impact of pack size on consumption. Using insights from behavioral economics, we suggest that cigarette packs smaller than the standard size may help some smokers cut back and/or quit, consistent with their long-term goals. Results from an online hypothetical purchase experiment conducted in a sample of US smokers reveal that over a third of smokers are willing to pay a price premium to purchase in smaller quantities. Further, a desire to quit smoking and high self-control is associated with preference for a smaller pack. While we provide some preliminary evidence that smaller packs may be beneficial to certain types of smokers, further research should be conducted to assess whether the smaller pack size should be considered in the arsenal of tobacco control policies to help current smokers quit (JEL: I18; I12; D12) PMID:26356844

  12. [The immuno-endocrine system. A new endocrine theory: the problem of the packed transport].

    PubMed

    Csaba, György

    2011-05-15

    Since the eighties of the last century hormone content was justified in immune cells (lymphocytes, granulocytes, monocytes, macrophages and mast cells), which produce, store and secrete these hormones. Although the amount of these materials in immune cells is relatively small, the mass of the producers (immune cells) is so large, that the phenomenon must be considered from endocrinological point of view, underlying the important differences between the "classical" and immuno-endocrine systems. Cells of the classic (built-in) endocrine system are mono-producers, while immune cells can synthesize many types of hormones (polyproducers). In addition, these cells can transport the whole hormone-producing machinery to the site of need, producing a local effect. This can be observed, for example, in the case of endorphin producing immune cells during inflammation and during early pregnancy around the chorionic villi. Hormone producing immune cells also have receptors for many hormones, so that they are poly-receivers. Via hormone producing and receiving capacity there is a bidirectional connection between the neuro-endocrine and immuno-endocrine systems. In addition, there is a network inside the immuno-endocrine system. The packed transport theory attempts to explain the mechanism and importance of the immuno-endocrine system.

  13. Packing and deploying Soft Origami to and from cylindrical volumes with application to automotive airbags

    PubMed Central

    Nelson, Todd G.; Zimmerman, Trent K.; Fernelius, Janette D.; Magleby, Spencer P.; Howell, Larry L.

    2016-01-01

    Packing soft-sheet materials of approximately zero bending stiffness using Soft Origami (origami patterns applied to soft-sheet materials) into cylindrical volumes and their deployment via mechanisms or internal pressure (inflation) is of interest in fields including automobile airbags, deployable heart stents, inflatable space habitats, and dirigible and parachute packing. This paper explores twofold patterns, the ‘flasher’ and the ‘inverted-cone fold’, for packing soft-sheet materials into cylindrical volumes. Two initial packing methods and mechanisms are examined for each of the flasher and inverted-cone fold patterns. An application to driver’s side automobile airbags is performed, and deployment tests are completed to compare the influence of packing method and origami pattern on deployment performance. Following deployment tests, two additional packing methods for the inverted-cone fold pattern are explored and applied to automobile airbags. It is shown that modifying the packing method (using different methods to impose the same base pattern on the soft-sheet material) can lead to different deployment performance. In total, two origami patterns and six packing methods are examined, and the benefits of using Soft Origami patterns and packing methods are discussed. Soft Origami is presented as a viable method for efficiently packing soft-sheet materials into cylindrical volumes. PMID:27703707

  14. Packing and deploying Soft Origami to and from cylindrical volumes with application to automotive airbags

    NASA Astrophysics Data System (ADS)

    Bruton, Jared T.; Nelson, Todd G.; Zimmerman, Trent K.; Fernelius, Janette D.; Magleby, Spencer P.; Howell, Larry L.

    2016-09-01

    Packing soft-sheet materials of approximately zero bending stiffness using Soft Origami (origami patterns applied to soft-sheet materials) into cylindrical volumes and their deployment via mechanisms or internal pressure (inflation) is of interest in fields including automobile airbags, deployable heart stents, inflatable space habitats, and dirigible and parachute packing. This paper explores twofold patterns, the `flasher' and the `inverted-cone fold', for packing soft-sheet materials into cylindrical volumes. Two initial packing methods and mechanisms are examined for each of the flasher and inverted-cone fold patterns. An application to driver's side automobile airbags is performed, and deployment tests are completed to compare the influence of packing method and origami pattern on deployment performance. Following deployment tests, two additional packing methods for the inverted-cone fold pattern are explored and applied to automobile airbags. It is shown that modifying the packing method (using different methods to impose the same base pattern on the soft-sheet material) can lead to different deployment performance. In total, two origami patterns and six packing methods are examined, and the benefits of using Soft Origami patterns and packing methods are discussed. Soft Origami is presented as a viable method for efficiently packing soft-sheet materials into cylindrical volumes.

  15. Packing and deploying Soft Origami to and from cylindrical volumes with application to automotive airbags.

    PubMed

    Bruton, Jared T; Nelson, Todd G; Zimmerman, Trent K; Fernelius, Janette D; Magleby, Spencer P; Howell, Larry L

    2016-09-01

    Packing soft-sheet materials of approximately zero bending stiffness using Soft Origami (origami patterns applied to soft-sheet materials) into cylindrical volumes and their deployment via mechanisms or internal pressure (inflation) is of interest in fields including automobile airbags, deployable heart stents, inflatable space habitats, and dirigible and parachute packing. This paper explores twofold patterns, the 'flasher' and the 'inverted-cone fold', for packing soft-sheet materials into cylindrical volumes. Two initial packing methods and mechanisms are examined for each of the flasher and inverted-cone fold patterns. An application to driver's side automobile airbags is performed, and deployment tests are completed to compare the influence of packing method and origami pattern on deployment performance. Following deployment tests, two additional packing methods for the inverted-cone fold pattern are explored and applied to automobile airbags. It is shown that modifying the packing method (using different methods to impose the same base pattern on the soft-sheet material) can lead to different deployment performance. In total, two origami patterns and six packing methods are examined, and the benefits of using Soft Origami patterns and packing methods are discussed. Soft Origami is presented as a viable method for efficiently packing soft-sheet materials into cylindrical volumes.

  16. Groundwater well with reactive filter pack

    DOEpatents

    Gilmore, T.J.; Holdren, G.R. Jr.; Kaplan, D.I.

    1998-09-08

    A method and apparatus are disclosed for the remediation of contaminated soil and ground water wherein a reactive pack material is added to the annular fill material utilized in standard well construction techniques. 3 figs.

  17. Potential environmental effects of pack stock on meadow ecosystems of the Sierra Nevada, USA

    USGS Publications Warehouse

    Ostoja, Steven M.; Brooks, Matthew L.; Moore, Peggy E.; Berlow, Eric L.; Robert Blank,; Roche, Jim; Chase, Jennifer T.; Sylvia Haultain,

    2014-01-01

    Pack and saddle stock, including, but not limited to domesticated horses, mules, and burros, are used to support commercial, private and administrative activities in the Sierra Nevada. The use of pack stock has become a contentious and litigious issue for land management agencies in the region inter alia due to concerns over effects on the environment. The potential environmental effects of pack stock on Sierra Nevada meadow ecosystems are reviewed and it is concluded that the use of pack stock has the potential to influence the following: (1) water nutrient dynamics, sedimentation, temperature, and microbial pathogen content; (2) soil chemistry, nutrient cycling, soil compaction and hydrology; (3) plant individuals, populations and community dynamics, non-native invasive species, and encroachment of woody species; and (4) wildlife individuals, populations and communities. It is considered from currently available information that management objectives of pack stock should include the following: minimise bare ground, maximise plant cover, maintain species composition of native plants, minimise trampling, especially on wet soils and stream banks, and minimise direct urination and defecation by pack stock into water. However, incomplete documentation of patterns of pack stock use and limited past research limits current understanding of the effects of pack stock, especially their effects on water, soils and wildlife. To improve management of pack stock in this region, research is needed on linking measurable monitoring variables (e.g. plant cover) with environmental relevancy (e.g. soil erosion processes, wildlife habitat use), and identifying specific environmental thresholds of degradation along gradients of pack stock use in Sierra Nevada meadows.

  18. Packing of muscles in the rabbit shank influences three-dimensional architecture of M. soleus.

    PubMed

    Wick, Carolin; Böl, Markus; Müller, Florian; Blickhan, Reinhard; Siebert, Tobias

    2018-07-01

    Isolated and packed muscles (e.g. in the calf) exhibit different three-dimensional muscle shapes. In packed muscles, cross-sections are more angular compared to the more elliptical ones in isolated muscles. As far as we know, it has not been examined yet, whether the shape of the muscle in its packed condition influences its internal arrangement of muscle fascicles and accordingly the contraction behavior in comparison to the isolated condition. To evaluate the impact of muscle packing, we examined the three-dimensional muscle architecture of isolated and packed rabbit M. soleus for different ankle angles (65°, 75°, 85°, 90°, and 95°) using manual digitization (MicroScribe ® MLX). In general, significantly increased values of pennation angle and fascicle curvature were found in packed compared to isolated M. soleus (except for fascicle curvature at 90° ankle angle). On average, fascicle length of isolated muscles exceeded fascicle lengths of packed muscles by 2.6%. Reduction of pennation angle in the packed condition had only marginal influence on force generation (about 1% of maximum isometric force) in longitudinal direction (along the line of action) although an increase of transversal force component (perpendicular to the line of action) of about 26% is expected. Results of this study provide initial evidence that muscle packing limits maximum muscle performance observed in isolated M. soleus. Besides an enhanced understanding of the impact of muscle packing on architectural parameters, the outcomes of this study are essential for realistic three-dimensional muscle modeling and model validation. Copyright © 2018 Elsevier Ltd. All rights reserved.

  19. 7 CFR 906.340 - Container, pack, and container marking regulations.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... committee for testing in connection with a research project conducted by or in cooperation with the... requirements of standard sizing: Provided, That the packing tolerances in the U.S. Standards for Grades of... sizes in Table II: Provided, That the packing tolerances in the U.S. Standards for Grades of Grapefruit...

  20. 7 CFR 906.340 - Container, pack, and container marking regulations.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... committee for testing in connection with a research project conducted by or in cooperation with the... requirements of standard sizing: Provided, That the packing tolerances in the U.S. Standards for Grades of... sizes in Table II: Provided, That the packing tolerances in the U.S. Standards for Grades of Grapefruit...

  1. 7 CFR 906.340 - Container, pack, and container marking regulations.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... committee for testing in connection with a research project conducted by or in cooperation with the... requirements of standard sizing: Provided, That the packing tolerances in the U.S. Standards for Grades of... sizes in Table II: Provided, That the packing tolerances in the U.S. Standards for Grades of Grapefruit...

  2. 7 CFR 906.340 - Container, pack, and container marking regulations.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... committee for testing in connection with a research project conducted by or in cooperation with the... requirements of standard sizing: Provided, That the packing tolerances in the U.S. Standards for Grades of... sizes in Table II: Provided, That the packing tolerances in the U.S. Standards for Grades of Grapefruit...

  3. Packed bed reactor for photochemical .sup.196 Hg isotope separation

    DOEpatents

    Grossman, Mark W.; Speer, Richard

    1992-01-01

    Straight tubes and randomly oriented pieces of tubing having been employed in a photochemical mercury enrichment reactor and have been found to improve the enrichment factor (E) and utilization (U) compared to a non-packed reactor. One preferred embodiment of this system uses a moving bed (via gravity) for random packing.

  4. John Brown's Raid: Park VideoPack for Home and Classroom.

    ERIC Educational Resources Information Center

    National Park Service (Dept. of Interior), Washington, DC.

    This video pack is intended for parents, teachers, librarians, students, and travelers interested in learning about national parklands and how they relate to the nation's natural and cultural heritage. The video pack includes a VHS video cassette on Harpers Ferry National Historical Park, an illustrated handbook with historical information on…

  5. Using atomic layer deposited tungsten to increase thermal conductivity of a packed bed

    DOE PAGES

    Van Norman, Staci A.; Tringe, Joseph W.; Sain, John D.; ...

    2015-04-13

    This paper investigated the effective thermal conductivity (k eff) of packed-beds that contained porous particles with nanoscale tungsten (W) films of different thicknesses formed by atomic layer deposition (ALD). A continuous film on the particles is vital towards increasing k eff of the packed beds. For example, the keff of an alumina packed bed was increased by three times after an ~8-nm continuous W film with 20 cycles of W ALD, whereas k eff was decreased on a polymer packed bed with discontinuous, evenly dispersed W-islands due to nanoparticle scattering of phonons. For catalysts, understanding the thermal properties of thesemore » packed beds is essential for developing thermally conductive supports as alternatives to structured supports.« less

  6. Microbiological safety of retail vacuum-packed and modified-atmosphere-packed cooked meats at end of shelf life.

    PubMed

    Sagoo, S K; Little, C L; Allen, G; Williamson, K; Grant, K A

    2007-04-01

    A study of retail modified-atmosphere-packed and vacuum-packed cooked ready-to-eat meats was undertaken from September through mid-November 2003 to determine the microbiological quality at the end of shelf life and to establish any risk factors in the production, storage, and display of this product. Examination of 2,981 samples using Microbiological Guidelines criteria revealed that 66% were of satisfactory or acceptable microbiology quality, 33% were of unsatisfactory quality mainly due to high aerobic colony counts and Enterobacteriaceae concentrations, and 1% were of unacceptable quality due to the presence of Listeria monocytogenes at 100 CFU/g or higher (27 samples; range of 10(2) to 106 CFU/g) and Campylobacter jejuni (1 sample), indicating a risk to health. All samples at the end of the shelf life had satisfactory (<20 CFU/g) and/or acceptable (<102 CFU/g) levels of Staphylococcus aureus and Clostridium perfringens, four samples (<1%) had unsatisfactory levels of Escherichia coli (range of 102 to 106 CFU/g) and 5.5% of the samples contained L. monocytogenes at <20 CFU/g (4.8%) or between 20 and 100 CFU/g (0.7%). More samples of chicken (45%; 224 of 495 samples), beef (43%; 160 of 371 samples), and turkey (41%; 219 of 523 samples) were of unsatisfactory or unacceptable quality compared with ham (23%; 317 of 1,351 samples) or pork (32%; 67 of 206 samples). Twelve different L. monocytogenes typing characters (serotype-amplified fragment length polymorphism type-phage type) were evaluated for isolates recovered from samples of unacceptable quality, and the 1/2-IX-NT type was recovered from almost half (48%) of these samples. Salmonella was not detected in any samples examined. Risk factors identified for cooked meats that were microbiologically contaminated more frequently included vacuum packaging, packaging on retail premises, slicing, temperature not monitored in display units, and no hazard analysis system in place. Results from this study also suggest that

  7. Optimal reconfiguration strategy for a degradable multimodule computing system

    NASA Technical Reports Server (NTRS)

    Lee, Yann-Hang; Shin, Kang G.

    1987-01-01

    The present quantitative approach to the problem of reconfiguring a degradable multimode system assigns some modules to computation and arranges others for reliability. By using expected total reward as the optimal criterion, there emerges an active reconfiguration strategy based not only on the occurrence of failure but the progression of the given mission. This reconfiguration strategy requires specification of the times at which the system should undergo reconfiguration, and the configurations to which the system should change. The optimal reconfiguration problem is converted to integer nonlinear knapsack and fractional programming problems.

  8. A model for solving the prescribed burn planning problem.

    PubMed

    Rachmawati, Ramya; Ozlen, Melih; Reinke, Karin J; Hearne, John W

    2015-01-01

    The increasing frequency of destructive wildfires, with a consequent loss of life and property, has led to fire and land management agencies initiating extensive fuel management programs. This involves long-term planning of fuel reduction activities such as prescribed burning or mechanical clearing. In this paper, we propose a mixed integer programming (MIP) model that determines when and where fuel reduction activities should take place. The model takes into account multiple vegetation types in the landscape, their tolerance to frequency of fire events, and keeps track of the age of each vegetation class in each treatment unit. The objective is to minimise fuel load over the planning horizon. The complexity of scheduling fuel reduction activities has led to the introduction of sophisticated mathematical optimisation methods. While these approaches can provide optimum solutions, they can be computationally expensive, particularly for fuel management planning which extends across the landscape and spans long term planning horizons. This raises the question of how much better do exact modelling approaches compare to simpler heuristic approaches in their solutions. To answer this question, the proposed model is run using an exact MIP (using commercial MIP solver) and two heuristic approaches that decompose the problem into multiple single-period sub problems. The Knapsack Problem (KP), which is the first heuristic approach, solves the single period problems, using an exact MIP approach. The second heuristic approach solves the single period sub problem using a greedy heuristic approach. The three methods are compared in term of model tractability, computational time and the objective values. The model was tested using randomised data from 711 treatment units in the Barwon-Otway district of Victoria, Australia. Solutions for the exact MIP could be obtained for up to a 15-year planning only using a standard implementation of CPLEX. Both heuristic approaches can solve

  9. Percolation of disordered jammed sphere packings

    NASA Astrophysics Data System (ADS)

    Ziff, Robert M.; Torquato, Salvatore

    2017-02-01

    We determine the site and bond percolation thresholds for a system of disordered jammed sphere packings in the maximally random jammed state, generated by the Torquato-Jiao algorithm. For the site threshold, which gives the fraction of conducting versus non-conducting spheres necessary for percolation, we find {{p}\\text{c}}=0.3116(3) , consistent with the 1979 value of Powell 0.310(5) and identical within errors to the threshold for the simple-cubic lattice, 0.311 608, which shares the same average coordination number of 6. In terms of the volume fraction ϕ, the threshold corresponds to a critical value {φ\\text{c}}=0.199 . For the bond threshold, which apparently was not measured before, we find {{p}\\text{c}}=0.2424(3) . To find these thresholds, we considered two shape-dependent universal ratios involving the size of the largest cluster, fluctuations in that size, and the second moment of the size distribution; we confirmed the ratios’ universality by also studying the simple-cubic lattice with a similar cubic boundary. The results are applicable to many problems including conductivity in random mixtures, glass formation, and drug loading in pharmaceutical tablets.

  10. Cone Photoreceptor Packing Density and the Outer Nuclear Layer Thickness in Healthy Subjects

    PubMed Central

    Chui, Toco Y. P.; Song, Hongxin; Clark, Christopher A.; Papay, Joel A.; Burns, Stephen A.; Elsner, Ann E.

    2012-01-01

    Purpose. We evaluated the relationship between cone photoreceptor packing density and outer nuclear layer (ONL) thickness within the central 15 degrees. Methods. Individual differences for healthy subjects in cone packing density and ONL thickness were examined in 8 younger and 8 older subjects, mean age 27.2 versus 56.2 years. Cone packing density was obtained using an adaptive optics scanning laser ophthalmoscope (AOSLO). The ONL thickness measurements included the ONL and the Henle fiber layer (ONL + HFL), and were obtained using spectral domain optical coherence tomography (SDOCT) and custom segmentation software. Results. There were sizeable individual differences in cone packing density and ONL + HFL thickness. Older subjects had on average lower cone packing densities, but thicker ONL + HFL measurements. Cone packing density and ONL + HFL thickness decreased with increasing retinal eccentricity. The ratio of the cone packing density-to-ONL2 was larger for the younger subjects group, and decreased with retinal eccentricity. Conclusions. The individual differences in cone packing density and ONL + HFL thickness are consistent with aging changes, indicating that normative aging data are necessary for fine comparisons in the early stages of disease or response to treatment. Our finding of ONL + HFL thickness increasing with aging is inconsistent with the hypothesis that ONL measurements with SDOCT depend only on the number of functioning cones, since in our older group cones were fewer, but thickness was greater. PMID:22570340

  11. GENERAL VIEW OF SOUTH AND WEST FACADES OF PACKING AND ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    GENERAL VIEW OF SOUTH AND WEST FACADES OF PACKING AND JOB SHOP; BUILDING TO LEFT IS PRODUCTION FACILITY FOR ALCOA, SMALL BRICK BUILDING AT FAR RIGHT ON HIGHER GROUND IS THE FORMER ELECTRIC LIGHT PLANT FOR ALLEGHENY VALLEY LIGHT COMPANY - Alcoa-New Kensington Works, Packing & Job Shop, New Kensington, Westmoreland County, PA

  12. Hard convex lens-shaped particles: Densest-known packings and phase behavior

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cinacchi, Giorgio, E-mail: giorgio.cinacchi@uam.es; Torquato, Salvatore, E-mail: torquato@princeton.edu

    2015-12-14

    By using theoretical methods and Monte Carlo simulations, this work investigates dense ordered packings and equilibrium phase behavior (from the low-density isotropic fluid regime to the high-density crystalline solid regime) of monodisperse systems of hard convex lens-shaped particles as defined by the volume common to two intersecting congruent spheres. We show that, while the overall similarity of their shape to that of hard oblate ellipsoids is reflected in a qualitatively similar phase diagram, differences are more pronounced in the high-density crystal phase up to the densest-known packings determined here. In contrast to those non-(Bravais)-lattice two-particle basis crystals that are themore » densest-known packings of hard (oblate) ellipsoids, hard convex lens-shaped particles pack more densely in two types of degenerate crystalline structures: (i) non-(Bravais)-lattice two-particle basis body-centered-orthorhombic-like crystals and (ii) (Bravais) lattice monoclinic crystals. By stacking at will, regularly or irregularly, laminae of these two crystals, infinitely degenerate, generally non-periodic in the stacking direction, dense packings can be constructed that are consistent with recent organizing principles. While deferring the assessment of which of these dense ordered structures is thermodynamically stable in the high-density crystalline solid regime, the degeneracy of their densest-known packings strongly suggests that colloidal convex lens-shaped particles could be better glass formers than colloidal spheres because of the additional rotational degrees of freedom.« less

  13. Biodegradable Synthetic Polyurethane Foam Nasal Packing After Septoplasty.

    PubMed

    Shakeel, Muhammad; Karlsson, Therese R; Khan, Imran; Hariharadas, Bobbi; Mansoor, Rashid; Maini, Sangeeta K

    2015-06-01

    To determine the usefulness of biodegradable Synthetic Polyurethane Foam (SPF) nasal packing as an adjunct to day-case septoplasty. Comparative, observational case series. Aberdeen Royal Infirmary, University of Aberdeen, Scotland, UK, in the year 2011. One-hundred consecutive patients who underwent septoplasty and received SPF packing in 2010 were prospectively audited while one-hundred consecutive patients undergoing septoplasty in the year 2000 were studied retrospectively. Data collected include demographics, type of operation and duration of hospital stay. Excel and SPSS were used for data collection and analysis. In the year 2000, the average age of the patients was 40.6 years. There were 37 females and 63 males. One patient returned home the same day, 22 stayed one night, 69 spent two nights and 8 stayed more than two nights in hospital for their operation. The average length of stay was 1.84 nights. In 2010, the average age of patients was 37.86 years, with 31 patients being female and 69 male. All patients in this cohort received SPF packing postoperatively. Seventy-three patients went home the same day, 24 patients stayed one night and 3 patients spent two nights in hospital for their operation. Average length of hospital stay was 0.3 nights. Results were statistically significant (p < 0.001). SPF was a useful nasal packing option after septoplasty and inferior turbinate surgery, which enabled the surgeons to carry out this surgery safely as a day-case procedure.

  14. Simulation of lithium ion battery replacement in a battery pack for application in electric vehicles

    NASA Astrophysics Data System (ADS)

    Mathew, M.; Kong, Q. H.; McGrory, J.; Fowler, M.

    2017-05-01

    The design and optimization of the battery pack in an electric vehicle (EV) is essential for continued integration of EVs into the global market. Reconfigurable battery packs are of significant interest lately as they allow for damaged cells to be removed from the circuit, limiting their impact on the entire pack. This paper provides a simulation framework that models a battery pack and examines the effect of replacing damaged cells with new ones. The cells within the battery pack vary stochastically and the performance of the entire pack is evaluated under different conditions. The results show that by changing out cells in the battery pack, the state of health of the pack can be consistently maintained above a certain threshold value selected by the user. In situations where the cells are checked for replacement at discrete intervals, referred to as maintenance event intervals, it is found that the length of the interval is dependent on the mean time to failure of the individual cells. The simulation framework as well as the results from this paper can be utilized to better optimize lithium ion battery pack design in EVs and make long term deployment of EVs more economically feasible.

  15. Impact of Australia's introduction of tobacco plain packs on adult smokers' pack-related perceptions and responses: results from a continuous tracking survey.

    PubMed

    Dunlop, Sally M; Dobbins, Timothy; Young, Jane M; Perez, Donna; Currow, David C

    2014-12-18

    To investigate the impact of Australia's plain tobacco packaging policy on two stated purposes of the legislation--increasing the impact of health warnings and decreasing the promotional appeal of packaging--among adult smokers. Serial cross-sectional study with weekly telephone surveys (April 2006-May 2013). Interrupted time-series analyses using ARIMA modelling and linear regression models were used to investigate intervention effects. 15,745 adult smokers (aged 18 years and above) in New South Wales (NSW), Australia. Random selection of participants involved recruiting households using random digit dialling and selecting the nth oldest smoker for interview. The introduction of the legislation on 1 October 2012. Salience of tobacco pack health warnings, cognitive and emotional responses to warnings, avoidance of warnings, perceptions regarding one's cigarette pack. Adjusting for background trends, seasonality, antismoking advertising activity and cigarette costliness, results from ARIMA modelling showed that, 2-3 months after the introduction of the new packs, there was a significant increase in the absolute proportion of smokers having strong cognitive (9.8% increase, p=0.005), emotional (8.6% increase, p=0.01) and avoidant (9.8% increase, p=0.0005) responses to on-pack health warnings. Similarly, there was a significant increase in the proportion of smokers strongly disagreeing that the look of their cigarette pack is attractive (57.5% increase, p<0.0001), says something good about them (54.5% increase, p<0.0001), influences the brand they buy (40.6% increase, p<0.0001), makes their pack stand out (55.6% increase, p<0.0001), is fashionable (44.7% increase, p<0.0001) and matches their style (48.1% increase, p<0.0001). Changes in these outcomes were maintained 6 months postintervention. The introductory effects of the plain packaging legislation among adult smokers are consistent with the specific objectives of the legislation in regard to reducing

  16. 49 CFR 173.127 - Class 5, Division 5.1-Definition and assignment of packing groups.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ...) Packing Group II, any material which exhibits a mean pressure rise time less than or equal to the pressure... Packing Group I are not met. (iii) Packing Group III, any material which exhibits a mean pressure rise... packing groups. 173.127 Section 173.127 Transportation Other Regulations Relating to Transportation...

  17. 49 CFR 173.127 - Class 5, Division 5.1-Definition and assignment of packing groups.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ...) Packing Group II, any material which exhibits a mean pressure rise time less than or equal to the pressure... Packing Group I are not met. (iii) Packing Group III, any material which exhibits a mean pressure rise... packing groups. 173.127 Section 173.127 Transportation Other Regulations Relating to Transportation...

  18. Life Prediction of Large Lithium-Ion Battery Packs with Active and Passive Balancing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shi, Ying; Smith, Kandler A; Zane, Regan

    Lithium-ion battery packs take a major part of large-scale stationary energy storage systems. One challenge in reducing battery pack cost is to reduce pack size without compromising pack service performance and lifespan. Prognostic life model can be a powerful tool to handle the state of health (SOH) estimate and enable active life balancing strategy to reduce cell imbalance and extend pack life. This work proposed a life model using both empirical and physical-based approaches. The life model described the compounding effect of different degradations on the entire cell with an empirical model. Then its lower-level submodels considered the complex physicalmore » links between testing statistics (state of charge level, C-rate level, duty cycles, etc.) and the degradation reaction rates with respect to specific aging mechanisms. The hybrid approach made the life model generic, robust and stable regardless of battery chemistry and application usage. The model was validated with a custom pack with both passive and active balancing systems implemented, which created four different aging paths in the pack. The life model successfully captured the aging trajectories of all four paths. The life model prediction errors on capacity fade and resistance growth were within +/-3% and +/-5% of the experiment measurements.« less

  19. Using atomic layer deposited tungsten to increase thermal conductivity of a packed bed

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Van Norman, Staci A.; Falconer, John L.; Weimer, Alan W., E-mail: alan.weimer@colorado.edu

    2015-04-13

    This study investigated the effective thermal conductivity (k{sub eff}) of packed-beds that contained porous particles with nanoscale tungsten (W) films of different thicknesses formed by atomic layer deposition (ALD). A continuous film on the particles is vital towards increasing k{sub eff} of the packed beds. For example, the k{sub eff} of an alumina packed bed was increased by three times after an ∼8-nm continuous W film with 20 cycles of W ALD, whereas k{sub eff} was decreased on a polymer packed bed with discontinuous, evenly dispersed W-islands due to nanoparticle scattering of phonons. For catalysts, understanding the thermal properties ofmore » these packed beds is essential for developing thermally conductive supports as alternatives to structured supports.« less

  20. Social Interactions Sparked by Pictorial Warnings on Cigarette Packs

    PubMed Central

    Hall, Marissa G.; Peebles, Kathryn; Bach, Laura E.; Noar, Seth M.; Ribisl, Kurt M.; Brewer, Noel T.

    2015-01-01

    The Message Impact Framework suggests that social interactions may offer smokers the opportunity to process pictorial warnings on cigarette packs more deeply. We aimed to describe adult smokers’ social interactions about pictorial cigarette pack warnings in two longitudinal pilot studies. In Pilot Study 1, 30 smokers used cigarette packs with one of nine pictorial warnings for two weeks. In Pilot Study 2, 46 smokers used cigarette packs with one of five pictorial warnings for four weeks. Nearly all smokers (97%/96% in Pilot Study 1/2) talked about the warnings with other people, with the most common people being friends (67%/87%) and spouses/significant others (34%/42%). Pilot Study 2 found that 26% of smokers talked about the warnings with strangers. Discussions about the health effects of smoking and quitting smoking were more frequent during the first week of exposure to pictorial warnings than in the week prior to beginning the study (both p < 0.05). Pictorial warnings sparked social interactions about the warnings, the health effects of smoking, and quitting smoking, indicating that pictorial warnings may act as a social intervention reaching beyond the individual. Future research should examine social interactions as a potential mediator of the impact of pictorial warnings on smoking behavior. PMID:26506363

  1. In-column bonded phase polymerization for improved packing uniformity

    PubMed Central

    Huckabee, Alexis G.; Yerneni, Charu; Jacobson, Rachel E.; Alzate, Edwin J.; Chen, Tse-Hong; Wirth, Mary J.

    2017-01-01

    It is difficult to pack chromatographic particles having polymeric-bonded phases because solvents used for making a stable slurry cause the polymer layer to swell. Growth of the polymer inside the column (in situ) after packing was investigated and compared with conventional, ex situ polymer growth. The method of activators generated by electron transfer, along with atom-transfer radical polymerization, enabled polymerization under ambient conditions. Nonporous, 0.62 µm silica particles with silane initiators were used. Polyacrylamide films with a hydrated thickness of 23 nm in 75:25 water/isopropanol grew in 55 min for both in situ and ex situ preparations, and the same carbon coverage was observed. Higher chromatographic resolution and better column-to-column reproducibility were observed for in situ polymer growth, as evaluated by hydrophilic interaction liquid chromatography for the model glycoprotein, ribonuclease B. In situ polymer growth was also found to give lower eddy diffusion, as shown by a narrower peak width for injected acetonitrile in 50:50 acetonitrile/water. When columns were packed more loosely, bed collapse occurred quickly for ex situ, but not for in situ, polymer growth. The higher resolution and stability for in situ polymer growth is explained by packing with hard, rather than soft, contacts between particles. PMID:28387037

  2. Dynamic Simulation of Random Packing of Polydispersive Fine Particles

    NASA Astrophysics Data System (ADS)

    Ferraz, Carlos Handrey Araujo; Marques, Samuel Apolinário

    2018-02-01

    In this paper, we perform molecular dynamic (MD) simulations to study the two-dimensional packing process of both monosized and random size particles with radii ranging from 1.0 to 7.0 μm. The initial positions as well as the radii of five thousand fine particles were defined inside a rectangular box by using a random number generator. Both the translational and rotational movements of each particle were considered in the simulations. In order to deal with interacting fine particles, we take into account both the contact forces and the long-range dispersive forces. We account for normal and static/sliding tangential friction forces between particles and between particle and wall by means of a linear model approach, while the long-range dispersive forces are computed by using a Lennard-Jones-like potential. The packing processes were studied assuming different long-range interaction strengths. We carry out statistical calculations of the different quantities studied such as packing density, mean coordination number, kinetic energy, and radial distribution function as the system evolves over time. We find that the long-range dispersive forces can strongly influence the packing process dynamics as they might form large particle clusters, depending on the intensity of the long-range interaction strength.

  3. Solving a Class of Stochastic Mixed-Integer Programs With Branch and Price

    DTIC Science & Technology

    2006-01-01

    a two-dimensional knapsack problem, but for a given m, the objective value gi does not depend on the variance index v. This will be used in a final...optimization. Journal of Multicriteria Decision Analysis 11, 139–150 (2002) 29. Ford, L.R., Fulkerson, D.R.: A suggested computation for the maximal...for solution by a branch-and-price algorithm (B&P). We then survey a number of examples, and use a stochastic facility-location problem (SFLP) for a

  4. General advancing front packing algorithm for the discrete element method

    NASA Astrophysics Data System (ADS)

    Morfa, Carlos A. Recarey; Pérez Morales, Irvin Pablo; de Farias, Márcio Muniz; de Navarra, Eugenio Oñate Ibañez; Valera, Roberto Roselló; Casañas, Harold Díaz-Guzmán

    2018-01-01

    A generic formulation of a new method for packing particles is presented. It is based on a constructive advancing front method, and uses Monte Carlo techniques for the generation of particle dimensions. The method can be used to obtain virtual dense packings of particles with several geometrical shapes. It employs continuous, discrete, and empirical statistical distributions in order to generate the dimensions of particles. The packing algorithm is very flexible and allows alternatives for: 1—the direction of the advancing front (inwards or outwards), 2—the selection of the local advancing front, 3—the method for placing a mobile particle in contact with others, and 4—the overlap checks. The algorithm also allows obtaining highly porous media when it is slightly modified. The use of the algorithm to generate real particle packings from grain size distribution curves, in order to carry out engineering applications, is illustrated. Finally, basic applications of the algorithm, which prove its effectiveness in the generation of a large number of particles, are carried out.

  5. 21 CFR 133.125 - Cold-pack cheese food with fruits, vegetables, or meats.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 2 2012-04-01 2012-04-01 false Cold-pack cheese food with fruits, vegetables, or... for Specific Standardized Cheese and Related Products § 133.125 Cold-pack cheese food with fruits, vegetables, or meats. (a) Cold-pack cheese food with fruits, vegetables, or meats or mixtures of these is the...

  6. 21 CFR 133.125 - Cold-pack cheese food with fruits, vegetables, or meats.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 2 2014-04-01 2014-04-01 false Cold-pack cheese food with fruits, vegetables, or... for Specific Standardized Cheese and Related Products § 133.125 Cold-pack cheese food with fruits, vegetables, or meats. (a) Cold-pack cheese food with fruits, vegetables, or meats or mixtures of these is the...

  7. Hydrogen gettering packing material, and process for making same

    DOEpatents

    LeMay, James D.; Thompson, Lisa M.; Smith, Henry Michael; Schicker, James R.

    2001-01-01

    A hydrogen gettering system for a sealed container is disclosed comprising packing material for use within the sealed container, and a coating film containing hydrogen gettering material on at least a portion of the surface of such packing material. The coating film containing the hydrogen gettering material comprises a mixture of one or more organic materials capable of reacting with hydrogen and one or more catalysts capable of catalyzing the reaction of hydrogen with such one or more organic materials. The mixture of one or more organic materials capable of reacting with hydrogen and the one or more catalysts is dispersed in a suitable carrier which preferably is a curable film-forming material. In a preferred embodiment, the packing material comprises a foam material which is compatible with the coating film containing hydrogen gettering material thereon.

  8. Effect of packing material on methane activation in a dielectric barrier discharge reactor

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jo, Sungkwon; Hoon Lee, Dae; Seok Kang, Woo

    2013-12-15

    The conversion of methane is measured in a planar-type dielectric barrier discharge reactor using γ-Al{sub 2}O{sub 3} (sphere), α-Al{sub 2}O{sub 3} (sphere), and γ-Al{sub 2}O{sub 3} (16–20 mesh). Investigations on the surface properties and shape of the three packing materials clearly indicate that methane activation is considerably affected by the material used. Capacitances inside the discharge gap are estimated from charge–voltage plots, and a comparison of the generated and transferred charges for different packing conditions show that the difference in surface properties between γ- and α-phase Al{sub 2}O{sub 3} affects the discharge characteristics. Moreover, all packing conditions show different chargemore » characteristics that are related to the electron density. Finally, the packing material's shape affects the local electron temperature, which is strongly related to methane conversion. The combined results indicate that both microscale and macroscale variations in a packing material affect the discharge characteristics, and a packing material should be considered carefully for effective methane activation.« less

  9. Imaging of drug smuggling by body packing.

    PubMed

    Sica, Giacomo; Guida, Franco; Bocchini, Giorgio; Iaselli, Francesco; Iadevito, Isabella; Scaglione, Mariano

    2015-02-01

    Body packing, pushing, and stuffing are hazardous practices with complex medicolegal and social implications. A radiologist plays both a social and a medicolegal role in their assessment, and it should not be limited only to the identification of the packages but must also provide accurate information about their number and their exact location so as to prevent any package remains in the body packer. Radiologists must also be able to recognize the complications associated with these risky practices. Imaging assessment of body packing is performed essentially through plain abdominal X-ray and computed tomography scans. Ultrasound and magnetic resonance imaging, although with some advantages, actually have a limited use. Copyright © 2014 Elsevier Inc. All rights reserved.

  10. Packing interface energetics in different crystal forms of the λ Cro dimer.

    PubMed

    Ahlstrom, Logan S; Miyashita, Osamu

    2014-07-01

    Variation among crystal structures of the λ Cro dimer highlights conformational flexibility. The structures range from a wild type closed to a mutant fully open conformation, but it is unclear if each represents a stable solution state or if one may be the result of crystal packing. Here we use molecular dynamics (MD) simulation to investigate the energetics of crystal packing interfaces and the influence of site-directed mutagenesis on them in order to examine the effect of crystal packing on wild type and mutant Cro dimer conformation. Replica exchange MD of mutant Cro in solution shows that the observed conformational differences between the wild type and mutant protein are not the direct consequence of mutation. Instead, simulation of Cro in different crystal environments reveals that mutation affects the stability of crystal forms. Molecular Mechanics Poisson-Boltzmann Surface Area binding energy calculations reveal the detailed energetics of packing interfaces. Packing interfaces can have diverse properties in strength, energetic components, and some are stronger than the biological dimer interface. Further analysis shows that mutation can strengthen packing interfaces by as much as ∼5 kcal/mol in either crystal environment. Thus, in the case of Cro, mutation provides an additional energetic contribution during crystal formation that may stabilize a fully open higher energy state. Moreover, the effect of mutation in the lattice can extend to packing interfaces not involving mutation sites. Our results provide insight into possible models for the effect of crystallization on Cro conformational dynamics and emphasize careful consideration of protein crystal structures. © 2013 Wiley Periodicals, Inc.

  11. Packing Interface Energetics in Different Crystal Forms of the λ Cro Dimer

    PubMed Central

    Ahlstrom, Logan S.; Miyashita, Osamu

    2014-01-01

    Variation among crystal structures of the λ Cro dimer highlights conformational flexibility. The structures range from a wild type closed to a mutant fully open conformation, but it is unclear if each represents a stable solution state or if one may be the result of crystal packing. Here we use molecular dynamics (MD) simulation to investigate the energetics of crystal packing interfaces and the influence of site-directed mutagenesis on them, in order to examine the effect of crystal packing on wild type and mutant Cro dimer conformation. Replica exchange MD of mutant Cro in solution shows that the observed conformational differences between the wild type and mutant protein are not the direct consequence of mutation. Instead, simulation of Cro in different crystal environments reveals that mutation affects the stability of crystal forms. Molecular Mechanics Poisson-Boltzmann Surface Area binding energy calculations reveal the detailed energetics of packing interfaces. Packing interfaces can have diverse properties in strength, energetic components, and some are stronger than the biological dimer interface. Further analysis shows that mutation can strengthen packing interfaces by as much as ~5 kcal/mol in either crystal environment. Thus, in the case of Cro, mutation provides an additional energetic contribution during crystal formation that may stabilize a fully open higher energy state. Moreover, the effect of mutation in the lattice can extend to packing interfaces not involving mutation sites. Our results provide insight into possible models for the effect of crystallization on Cro conformational dynamics and emphasize careful consideration of protein crystal structures. PMID:24218107

  12. Alternate alloys for UF/sub 6/ cylinder valve packing nuts

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Blue, S.C.

    One-inch cylinder valve packing nuts made from aluminum bronze alloy C63600 are susceptible to stress corrosion cracking. The use of alloys which are more resistant to cracking should eliminate the occasional nut failures. It is proposed that packing nuts be produced from either aluminum bronze C61300 or Monel (NO4400). 2 refs., 4 tabs.

  13. Radar image interpretation techniques applied to sea ice geophysical problems

    NASA Technical Reports Server (NTRS)

    Carsey, F. D.

    1983-01-01

    The geophysical science problems in the sea ice area which at present concern understanding the ice budget, where ice is formed, how thick it grows and where it melts, and the processes which control the interaction of air-sea and ice at the ice margins is discussed. The science problems relate to basic questions of sea ice: how much is there, thickness, drift rate, production rate, determination of the morphology of the ice margin, storms feeling for the ice, storms and influence at the margin to alter the pack, and ocean response to a storm at the margin. Some of these questions are descriptive and some require complex modeling of interactions between the ice, the ocean, the atmosphere and the radiation fields. All involve measurements of the character of the ice pack, and SAR plays a significant role in the measurements.

  14. The theory of granular packings for coarse soils

    NASA Astrophysics Data System (ADS)

    Yanqui, Calixtro

    2013-06-01

    Coarse soils are substances made of grains of different shape, size and orientation. In this paper, new massive-measurable grain indexes are defined to develop a simple and systematic theory for the ideal packing of grains. First, a linear relationship between an assemblage of monodisperse spheres and an assemblage of polydisperse grains is deduced. Then, a general formula for the porosity of linearly ordered packings of spheres in contact is settled down by the appropriated choosing of eight neighboring spheres located at the vertices of the unit parallelepiped. The porosity of axisymmetric packings of grains, related to sand piles and axisymmetric compression tests, is proposed to be determined averaging the respective linear parameters. Since they can be tested experimentally, porosities of the densest state and the loosest state of a granular soil can be used to verify the accuracy of the present theory. Diagrams for these extreme quantities show a good agreement between the theoretical lines and the experimental data, no matter the dependency on the protocols and mineral composition.

  15. The structure of tropical forests and sphere packings

    PubMed Central

    Jahn, Markus Wilhelm; Dobner, Hans-Jürgen; Wiegand, Thorsten; Huth, Andreas

    2015-01-01

    The search for simple principles underlying the complex architecture of ecological communities such as forests still challenges ecological theorists. We use tree diameter distributions—fundamental for deriving other forest attributes—to describe the structure of tropical forests. Here we argue that tree diameter distributions of natural tropical forests can be explained by stochastic packing of tree crowns representing a forest crown packing system: a method usually used in physics or chemistry. We demonstrate that tree diameter distributions emerge accurately from a surprisingly simple set of principles that include site-specific tree allometries, random placement of trees, competition for space, and mortality. The simple static model also successfully predicted the canopy structure, revealing that most trees in our two studied forests grow up to 30–50 m in height and that the highest packing density of about 60% is reached between the 25- and 40-m height layer. Our approach is an important step toward identifying a minimal set of processes responsible for generating the spatial structure of tropical forests. PMID:26598678

  16. Estimating missed government tax revenue from foreign tobacco: survey of discarded cigarette packs.

    PubMed

    Wilson, N; Thomson, G; Edwards, R; Peace, J

    2009-10-01

    To clarify the extent of use of foreign (including duty free, foreign normal retail and smuggled) tobacco, and to estimate missed government tax revenue in a geographically isolated country. Discarded cigarette packs were collected on the streets of four cities and six New Zealand towns/rural locations between November 2008 and January 2009. Out of a total of 1310 packs collected, 42 foreign packs were identified (3.2%, 95% CI 2.4% to 4.3%). Overall, the distribution of packs by country and company was not suggestive of any clustering that might indicate smuggling. At 3.2% of packs being "foreign", the New Zealand government is losing around $36 million per year in tobacco-related tax relative to if all this tobacco was purchased in New Zealand. For various reasons (including that it was not possible to identify packs bought duty free within New Zealand, and other New Zealand survey data indicating duty free product use at 3.8% of packs), the figure reached is probably an underestimate of the true level. The New Zealand government is missing out on revenue that could be used for improving the funding of tobacco control, and smokers are being exposed to cheaper tobacco thus increasing their risk of continuing to smoke. This government and other governments can and should act at the international and national levels to end the sales of duty free tobacco.

  17. A comparative study based on physical characteristics of suitable packing materials in biofiltration.

    PubMed

    Dorado, A D; Lafuente, F J; Gabriel, D; Gamisans, X

    2010-02-01

    In the present work, 10 packing materials commonly used as support media in biofiltration are analysed and compared to evaluate their suitability according to physical characteristics. The nature of the packing material in biofilters is an important factor for the success in their construction and operation. Different packing materials have been used in biofiltration without a global agreement about which ones are the most adequate for biofiltration success. The materials studied were chosen according to previous works in the field of biofiltration including both organic and inorganic (or synthetic) materials. A set of nine different parameters were selected to cope with well-established factors, such as a material-specific surface area, pressure drop, nutrient supply, water retentivity, sorption capacity, and purchase cost. One ranking of packing materials was established for each parameter studied in order to define a relative suitability degree. Since biofiltration success generally depends on a combination of the ranked parameters, a procedure was defined to compare packing materials suitability under common situations in biofiltration. The selected scenarios, such as biofiltration of intermittent loads of pollutants and biofiltration of waste gases with low relative humidity, were investigated. The results indicate that, out of the packing materials studied, activated carbons were ranked top of several parameter rankings and were shown to be a significantly better packing material when parameters were combined to assess such selected scenarios.

  18. Comparison of Early-period Results of Nasal Splint and Merocel Nasal Packs in Septoplasty

    PubMed Central

    Bingöl, Fatih; Budak, Ali; Şimşek, Eda; Kılıç, Korhan; Bingöl, Buket Özel

    2017-01-01

    Objective Several types of nasal packs are used postoperatively in septoplasty. In this study, we compared two commonly used nasal packing materials, the intranasal septal splint with airway and Merocel tampon, in terms of pain, bleeding, nasal obstruction, eating difficulties, discomfort in sleep, and pain and bleeding during removal of packing in the early period. Methods The study group included 60 patients undergoing septoplasty. Patients were divided into two groups (n=30 in each group). An intranasal splint with airway was used for the patients in the first group after septoplasty, while Merocel nasal packing was used for the second group. Patients were investigated in terms of seven different factors - pain, bleeding while the tampon was in place, nasal obstruction, eating difficulties, night sleep, pain during removal of the nasal packing, and bleeding after removal of packing. Results There was no statistically significant difference between the groups in terms of pain 24 hours after operation (p=0.05), while visual analog scale (VAS) scores for nasal obstruction, night sleep, eating difficulties, and pain during packing removal were lower in the nasal splint group with a statistically significant difference (p<0.05). There was no statistically significant difference between the groups in terms of postoperative bleeding (p=0.23). Significantly less bleeding occurred during removal of the packing in the nasal splint group (p<0.05). Conclusion Our study indicates that the nasal splint was more comfortable and effective in terms of causing lesser bleeding and pain during removal of packing. PMID:29392071

  19. Evolutionary trajectory of Pack-MULEs is determined by their epigenetic status

    USDA-ARS?s Scientific Manuscript database

    Acquisition and rearrangement of host genes by transposable elements is one mechanism to increase gene diversity. The rice genome is replete in such sequences and while ~3,000 Pack- Mutator-like transposable elements containing gene sequences (Pack-MULEs) have been identified, their function remains...

  20. Ecology and Energy Action Pack.

    ERIC Educational Resources Information Center

    McDonald's Corp., Oak Brook, IL.

    One of five McDonald's Action Packs, these elementary school-level instructional materials are for use as an introduction to existing units of study, supplements to a textbook, or a source of special projects for environmental education. Contents include these six units: Make Your Own Ecology Mini-spinner, Let's Look at a Food Chain, Drip the…

  1. Advanced Cell-Level Control for Extending Electric Vehicle Battery Pack Lifetime

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Rehman, M. Muneeb Ur; Zhang, Fan; Evzelman, Michael

    A cell-level control approach for electric vehicle battery packs is presented that enhances traditional battery balancing goals to not only provide cell balancing but also achieve significant pack lifetime extension. These goals are achieved by applying a new life-prognostic based control algorithm that biases individual cells differently based on their state of charge, capacity and internal resistance. The proposed life control approach reduces growth in capacity mismatch typically seen in large battery packs over life while optimizing usable energy of the pack. The result is a longer lifetime of the overall pack and a more homogeneous distribution of cell capacitiesmore » at the end of the first life for vehicle applications. Active cell balancing circuits and associated algorithms are used to accomplish the cell-level life extension objectives. This paper presents details of the cell-level control approach, selection and design of the active balancing system, and low-complexity state-of-charge, capacity, and series-resistance estimation algorithms. A laboratory prototype is used to demonstrate the proposed control approach. The prototype consists of twenty-one 25 Ah Panasonic lithium-Ion NMC battery cells from a commercial electric vehicle and an integrated BMS/DC-DC system that provides 750 W to the vehicle low voltage auxiliary loads.« less

  2. Advanced Cell-Level Control for Extending Electric Vehicle Battery Pack Lifetime

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Rehman, M. Muneeb Ur; Zhang, Fan; Evzelman, Michael

    2017-02-16

    A cell-level control approach for electric vehicle battery packs is presented that enhances traditional battery balancing goals to not only provide cell balancing but also achieve significant pack lifetime extension. These goals are achieved by applying a new life-prognostic based control algorithm that biases individual cells differently based on their state of charge, capacity and internal resistance. The proposed life control approach reduces growth in capacity mismatch typically seen in large battery packs over life while optimizing usable energy of the pack. The result is a longer lifetime of the overall pack and a more homogeneous distribution of cell capacitiesmore » at the end of the first life for vehicle applications. Active cell balancing circuits and associated algorithms are used to accomplish the cell-level life extension objectives. This paper presents details of the cell-level control approach, selection and design of the active balancing system, and low-complexity state-of-charge, capacity, and series-resistance estimation algorithms. A laboratory prototype is used to demonstrate the proposed control approach. The prototype consists of twenty-one 25 Ah Panasonic lithium-Ion NMC battery cells from a commercial electric vehicle and an integrated BMS/DC-DC system that provides 750 W to the vehicle low voltage auxiliary loads.« less

  3. Enantioseparation of omeprazole--effect of different packing particle size on productivity.

    PubMed

    Enmark, Martin; Samuelsson, Jörgen; Forssén, Patrik; Fornstedt, Torgny

    2012-06-01

    Enantiomeric separation of omeprazole has been extensively studied regarding both product analysis and preparation using several different chiral stationary phases. In this study, the preparative chiral separation of omeprazole is optimized for productivity using three different columns packed with amylose tris (3,5-dimethyl phenyl carbamate) coated macroporous silica (5, 10 and 25 μm) with a maximum allowed pressure drop ranging from 50 to 400 bar. This pressure range both covers low pressure process systems (50-100 bar) and investigates the potential for allowing higher pressure limits in preparative applications in a future. The process optimization clearly show that the larger 25 μm packing material show higher productivity at low pressure drops whereas with increasing pressure drops the smaller packing materials have substantially higher productivity. Interestingly, at all pressure drops, the smaller packing material result in lower solvent consumption (L solvent/kg product); the higher the accepted pressure drop, the larger the gain in reduced solvent consumption. The experimental adsorption isotherms were not identical for the different packing material sizes; therefore all calculations were recalculated and reevaluated assuming identical adsorption isotherms (with the 10 μm isotherm as reference) which confirmed the trends regarding productivity and solvent consumption. Copyright © 2012 Elsevier B.V. All rights reserved.

  4. Lipid and colour stability of Milano-type sausages: effect of packing conditions.

    PubMed

    Zanardi, E; Dorigoni, V; Badiani, A; Chizzolini, R

    2002-05-01

    Lipid and colour oxidative changes in Milano-type fermented sausages were studied in relation to packing conditions and extended storage under fluorescent light. Matured sausages were sliced and packed under vacuum or in protective atmosphere (100% N(2)) and exposed in a display cabinet to mimic commercial conditions of light and temperature for 2 months. Lipid oxidation was measured by the determination of thiobarbituric acid reactive substances (TBARS) and cholesterol oxidation products (COP), whereas the oxidation of nitrosylmyoglobin was evaluated by a trained sensory panel. Lipid oxidation and discolouration were positively related in vacuum-packed sausages: TBARS and COP values increased significantly concurrently with increasing brown scores. Protective atmosphere came out to be more efficient than vacuum in controlling fatty acid oxidation and, to a lesser extent, cholesterol and pigment degradation: TBARS values remained constant during the whole storage period whereas cholesterol oxides and brown colour scores gradually increased but remained lower than those of vacuum-packed sausages. Higher residual oxygen in vacuum packing could be responsible for the observed differences in oxidative stability.

  5. Two-Dimensional Model of Scrolled Packings of Molecular Nanoribbons

    NASA Astrophysics Data System (ADS)

    Savin, A. V.; Mazo, M. A.

    2018-04-01

    A simplified model of the in-plane molecular chain, allowing the description of folded and scrolled packings of molecular nanoribbons of different structures, is proposed. Using this model, possible steady states of single-layer nanoribbons scrolls of graphene, graphane, fluorographene, and fluorographane (graphene hydrogenated on the one side and fluorinated on the other side) are obtained. Their stability is demonstrated and their energy is calculated as a function of the nanoribbon length. It is shown that the scrolled packing is the most energetically favorable nanoribbon conformation at long lengths. The existences of scrolled packings for fluorographene nanoribbons and the existence of two different scroll types corresponding to left- and right-hand Archimedean spirals for fluorographane nanoribbons in the chain model are shown for the first time. The simplicity of the proposed model makes it possible to consider the dynamics of scrolls of rather long molecular nanoribbons at long enough time intervals.

  6. Marginal stability in jammed packings: Quasicontacts and weak contacts

    NASA Astrophysics Data System (ADS)

    Kallus, Yoav; Torquato, Salvatore

    2014-08-01

    Maximally random jammed (MRJ) sphere packing is a prototypical example of a system naturally poised at the margin between underconstraint and overconstraint. This marginal stability has traditionally been understood in terms of isostaticity, the equality of the number of mechanical contacts and the number of degrees of freedom. Quasicontacts, pairs of spheres on the verge of coming in contact, are irrelevant for static stability, but they come into play when considering dynamic stability, as does the distribution of contact forces. We show that the effects of marginal dynamic stability, as manifested in the distributions of quasicontacts and weak contacts, are consequential and nontrivial. We study these ideas first in the context of MRJ packing of d-dimensional spheres, where we show that the abundance of quasicontacts grows at a faster rate than that of contacts. We reexamine a calculation of Jin et al. [Phys. Rev. E 82, 051126 (2010), 10.1103/PhysRevE.82.051126], where quasicontacts were originally neglected, and we explore the effect of their inclusion in the calculation. This analysis yields an estimate of the asymptotic behavior of the packing density in high dimensions. We argue that this estimate should be reinterpreted as a lower bound. The latter part of the paper is devoted to Bravais lattice packings that possess the minimum number of contacts to maintain mechanical stability. We show that quasicontacts play an even more important role in these packings. We also show that jammed lattices are a useful setting for studying the Edwards ensemble, which weights each mechanically stable configuration equally and does not account for dynamics. This ansatz fails to predict the power-law distribution of near-zero contact forces, P(f )˜fθ.

  7. Lower conjunctival fornix packing for mydriasis in premature infants: a randomized trial

    PubMed Central

    Thanathanee, Onsiri; Ratanapakorn, Tanapat; Morley, Michael G; Yospaiboon, Yosanan

    2012-01-01

    Objective To compare the mydriatic effect of lower conjunctival fornix packing to conventional instillation of eyedrops containing 2.5% phenylephrine and 1% tropicamide in premature infants undergoing examination for retinopathy of prematurity. Methods The patients were randomized to receive either conventional instillation of mydriatic drops or lower conjunctival fornix packing in one eye and the alternate method in the fellow eye. For the eyes receiving lower conjunctival fornix packing (study group), one small piece of the cotton wool soaked with one drop of 2.5% phenylephrine and one drop of 1% tropicamide was packed in the lower conjunctival fornix for 15 minutes. For the eyes receiving the conventional instillation (control group), 2.5% phenylephrine and 1% tropicamide were alternately instilled every 5 minutes for two doses each. Horizontal pupil diameter was measured with a ruler in millimeters 40 minutes later. Results The mean dilated pupil diameter in study group and control group were 5.76 ± 1.01 mm and 4.50 ± 1.08 mm, respectively. This difference was statistically significant (P < 0.05). Conclusion The dilated pupil diameter after receiving the lower conjunctival fornix packing was larger than conventional instillation with a statistically significant difference. We recommended the packing method to dilate the preterm infant pupil, especially if the pupil is difficult to dilate. PMID:22368443

  8. Photovoltaic dryer with dual packed beds for drying medical herb

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Abdel-Rehim, Z.S.; Fahmy, F.H.

    1998-03-01

    This work presents design and optimization of a cylindrical photovoltaic dryer with dual packed beds thermal energy storage for drying medical herb. The dryer is provided with electrical heater where the electrical energy is generated by using photovoltaic system. The electrical heater is designed and sized to realize continuous drying (day and night) to minimize the drying time. Two packed beds are used to fix the drying temperature in dryer during day and night. The main packed bed thermal energy storage is charged during the sunlight hours directly, to realize continued drying after sunset. An efficient PV dryer is devisedmore » to work under forced air created by air blower and heated by the electrical coils.« less

  9. Anaerobic digestion of olive mill wastewaters in biofilm reactors packed with granular activated carbon and "Manville" silica beads.

    PubMed

    Bertin, Lorenzo; Berselli, Sara; Fava, Fabio; Petrangeli-Papini, Marco; Marchetti, Leonardo

    2004-01-01

    Anaerobic digestion is one of the most promising technologies for disposing olive mill wastewaters (OMWs). The process is generally carried out in the conventional contact bioreactors, which however are often unable to efficiently remove OMW phenolic compounds, that therefore occur in the effluents. The possibility of mitigating this problem by employing an anaerobic OMW-digesting microbial consortium passively immobilized in column reactors packed with granular activated carbon (GAC) or "Manville" silica beads (SB) was here investigated. Under batch conditions, both GAC- and SB-packed-bed biofilm reactors exhibited OMW COD and phenolic compound removal efficiencies markedly higher (from 60% to 250%) than those attained in a parallel anaerobic dispersed growth reactor developed with the same inoculum; GAC-reactor exhibited COD and phenolic compound depletion yields higher by 62% and 78%, respectively, than those achieved with the identically configured SB-biofilm reactor. Both biofilm reactors also mediated an extensive OMW remediation under continuous conditions, where GAC-reactor was much more effective than the corresponding SB-one, and showed a tolerance to high and variable organic loads along with a volumetric productivity in terms of COD and phenolic compound removal significantly higher than those averagely displayed by most of the conventional and packed-bed laboratory-scale reactors previously proposed for the OMW digestion.

  10. Spatial correlations in polydisperse, frictionless, two-dimensional packings

    NASA Astrophysics Data System (ADS)

    O'Donovan, C. B.; Möbius, M. E.

    2011-08-01

    We investigate next-nearest-neighbor correlations of the contact number in simulations of polydisperse, frictionless packings in two dimensions. We find that disks with few contacting neighbors are predominantly in contact with disks that have many neighbors and vice versa at all packing fractions. This counterintuitive result can be explained by drawing a direct analogy to the Aboav-Weaire law in cellular structures. We find an empirical one parameter relation similar to the Aboav-Weaire law that satisfies an exact sum rule constraint. Surprisingly, there are no correlations in the radii between neighboring particles, despite correlations between contact number and radius.

  11. Length of perineal pain relief after ice pack application: A quasi-experimental study.

    PubMed

    de Souza Bosco Paiva, Caroline; Junqueira Vasconcellos de Oliveira, Sonia Maria; Amorim Francisco, Adriana; da Silva, Renata Luana; de Paula Batista Mendes, Edilaine; Steen, Mary

    2016-04-01

    Ice pack is effective for alleviating postpartum perineal pain in primiparous women while multiparous women's levels of perineal pain appear to be poorly explored. Ice pack is a low-cost non-invasive localised treatment that can be used with no impact on breastfeeding. However, how long perineal analgesia persists after applying an ice pack is still unknown. To evaluate if perineal analgesia is maintained up to 2h after applying an ice pack to the perineum for 20min. A quasi-experimental study, using a pre and post-test design, was undertaken with a sample size of 50 multiparous women in Brazil. Data was collected by structured interview. The intervention involved a single application of an ice pack applied for 20min to the perineal area of women who reported perineal pain ≥3 by use of a numeric rating scale (0-10), with intact perineum, 1st or 2nd degree lacerations or episiotomy, between 6 and 24h after spontaneous vaginal birth. Perineal pain was evaluated at three points of time: before, immediately after and 2h after applying an ice pack. Immediately after applying an ice pack to the perineal area, there was a significant reduction in the severity of perineal pain reported (5.4 vs. 1.0, p<0.0005), which continued for 1h 35min up to 2h after the local application. Ice pack application for 20min is effective for alleviating postpartum perineal pain and continues to be effective between 1h 35min for up to 2h. Copyright © 2015 Australian College of Midwives. Published by Elsevier Ltd. All rights reserved.

  12. Combination fracturing/gravel-packing completion technique on the Amberjack, Mississippi Canyon 109 field

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hannah, R.R.; Park, E.I.; Porter, D.A.

    1994-11-01

    This paper describes a one-step fracturing/gravel-pack (frac-and-pack) completion procedure conducted on the BP Exploration Amberjack platform beginning in early 1992. This platform is 35 miles southwest of Venice, LA. The first four completions on this platform had an average positive skin values of 21. The goal of the frac-and-pack procedure was to reduce these skins to nearly zero. In total, 24 frac-and-pack operations were performed. Details of the fracture design, prefracture testing, fracture design and execution, and production response and a continuing optimization program are discussed. The fractures were performed with the screens in place with the gravel pack aftermore » the fracturing operation. The treatments were designed for the tip screenout technique to create wide fractures and to provide proppant loadings exceeding 8 lbm/ft. This paper presents the trend of the declining skin values, along with a discussion of time-dependent skins. The changes in fluids, breakers, and proppants are also presented. The average skin on 14 frac-and-pack completions was 5.3. The average skin on the final eight completions was 0.2.« less

  13. Polydisperse sphere packing in high dimensions, a search for an upper critical dimension

    NASA Astrophysics Data System (ADS)

    Morse, Peter; Clusel, Maxime; Corwin, Eric

    2012-02-01

    The recently introduced granocentric model for polydisperse sphere packings has been shown to be in good agreement with experimental and simulational data in two and three dimensions. This model relies on two effective parameters that have to be estimated from experimental/simulational results. The non-trivial values obtained allow the model to take into account the essential effects of correlations in the packing. Once these parameters are set, the model provides a full statistical description of a sphere packing for a given polydispersity. We investigate the evolution of these effective parameters with the spatial dimension to see if, in analogy with the upper critical dimension in critical phenomena, there exists a dimension above which correlations become irrelevant and the model parameters can be fixed a priori as a function of polydispersity. This would turn the model into a proper theory of polydisperse sphere packings at that upper critical dimension. We perform infinite temperature quench simulations of frictionless polydisperse sphere packings in dimensions 2-8 using a parallel algorithm implemented on a GPGPU. We analyze the resulting packings by implementing an algorithm to calculate the additively weighted Voronoi diagram in arbitrary dimension.

  14. Secure hemostasis in transhiatal esophagectomy for esophageal cancer with gauze packing.

    PubMed

    Hirahara, Noriyuki; Matsubara, Takeshi; Hari, Yoko; Fujii, Yusuke; Wake, Hitomi; Tajima, Yoshitsugu

    2012-12-19

    Transhiatal esophagectomy for esophageal cancer implies blind manipulation of the intrathoracic esophagus. We report a secure hemostatic method with gauze packing in transhiatal esophagectomy. The gauze-packing technique is utilized for hemostasis just after removal of the thoracic esophagus during transhiatal esophagectomy. After confirming cancer-free margins, the abdominal esophagus and cervical esophagus are transected. A vein stripper is inserted into the oral-side stump of the esophagus and led to exit from the abdominal-side stump of the esophagus. The vein stripper and the oral stump of the esophagus are affixed by silk thread. A polyester tape is then affixed to the vein stripper, as the polyester tape is left in the posterior mediastinum after removal of the esophagus toward the abdominal side. The polyester tape on the cervical side is ligated with gauze and the polyester tape is removed toward the abdominal side. The oral stump of gauze and new additional gauze are affixed. As the first gauze is pulled out from the abdominal side, the second gauze gets drawn from the cervical wound into the mediastinum. The posterior mediastinum is finally packed with gauze and possible bleeding at this site undergoes a complete astriction. The status of hemostasis with the gauze packing is checked by an observation of color and bloodstain on the gauze. Between January 2005 and February 2012, 13 consecutive patients with esophageal cancer underwent a transhiatal esophagectomy with the gauze-packing hemostatic technique. Hemostasis at the posterior mediastinum was performed successfully and quickly in all cases with this method, requiring up to four pieces of gauze for a complete hemostasis. Median required time for hemostasis was 1219 (range 1896 to 1293) seconds and estimated blood loss was 20.4 (range 15 to 25) ml during gauze packing. Our technique could minimize bleeding after the removal of the thoracic esophagus. The gauze-packing method is a simple and easy

  15. Secure hemostasis in transhiatal esophagectomy for esophageal cancer with gauze packing

    PubMed Central

    2012-01-01

    Background Transhiatal esophagectomy for esophageal cancer implies blind manipulation of the intrathoracic esophagus. We report a secure hemostatic method with gauze packing in transhiatal esophagectomy. Methods The gauze-packing technique is utilized for hemostasis just after removal of the thoracic esophagus during transhiatal esophagectomy. After confirming cancer-free margins, the abdominal esophagus and cervical esophagus are transected. A vein stripper is inserted into the oral-side stump of the esophagus and led to exit from the abdominal-side stump of the esophagus. The vein stripper and the oral stump of the esophagus are affixed by silk thread. A polyester tape is then affixed to the vein stripper, as the polyester tape is left in the posterior mediastinum after removal of the esophagus toward the abdominal side. The polyester tape on the cervical side is ligated with gauze and the polyester tape is removed toward the abdominal side. The oral stump of gauze and new additional gauze are affixed. As the first gauze is pulled out from the abdominal side, the second gauze gets drawn from the cervical wound into the mediastinum. The posterior mediastinum is finally packed with gauze and possible bleeding at this site undergoes a complete astriction. The status of hemostasis with the gauze packing is checked by an observation of color and bloodstain on the gauze. Results Between January 2005 and February 2012, 13 consecutive patients with esophageal cancer underwent a transhiatal esophagectomy with the gauze-packing hemostatic technique. Hemostasis at the posterior mediastinum was performed successfully and quickly in all cases with this method, requiring up to four pieces of gauze for a complete hemostasis. Median required time for hemostasis was 1219 (range 1896 to 1293) seconds and estimated blood loss was 20.4 (range 15 to 25) ml during gauze packing. Conclusions Our technique could minimize bleeding after the removal of the thoracic esophagus. The gauze-packing

  16. Rapidly falling costs of battery packs for electric vehicles

    NASA Astrophysics Data System (ADS)

    Nykvist, Björn; Nilsson, Måns

    2015-04-01

    To properly evaluate the prospects for commercially competitive battery electric vehicles (BEV) one must have accurate information on current and predicted cost of battery packs. The literature reveals that costs are coming down, but with large uncertainties on past, current and future costs of the dominating Li-ion technology. This paper presents an original systematic review, analysing over 80 different estimates reported 2007-2014 to systematically trace the costs of Li-ion battery packs for BEV manufacturers. We show that industry-wide cost estimates declined by approximately 14% annually between 2007 and 2014, from above US$1,000 per kWh to around US$410 per kWh, and that the cost of battery packs used by market-leading BEV manufacturers are even lower, at US$300 per kWh, and has declined by 8% annually. Learning rate, the cost reduction following a cumulative doubling of production, is found to be between 6 and 9%, in line with earlier studies on vehicle battery technology. We reveal that the costs of Li-ion battery packs continue to decline and that the costs among market leaders are much lower than previously reported. This has significant implications for the assumptions used when modelling future energy and transport systems and permits an optimistic outlook for BEVs contributing to low-carbon transport.

  17. [Hepatic hemostasis with packing in complex abdominal traumatic lesions: indications and postoperative outcomes].

    PubMed

    Mazilu, O; Cnejevici, S; Stef, D; Istodor, A; Dabelea, C; Fluture, V

    2009-01-01

    The purpose of this study is to review our postoperative outcomes with liver packing in complex abdominal trauma. 76 liver trauma were admitted for operative procedures in the Surgical Department of City Hospital Timisoara between April 1994 - September 2009 and 16 cases were identified in our series as requiring liver packing. In all cases, this method was efficient, with no postoperative bleeding. In the same time, there were specific complications such as bile leak or abdominal collections. despite a second procedure for packs removal and the possibility for specific complications, liver packing is an efficient method for severe liver trauma or complex abdominal lesions.

  18. The shelf life of chilled sheep livers packed in closed tubs.

    PubMed

    Gill, C O; Penny, N

    1984-01-01

    Livers incubated at 30°C in closed tubs developed floras dominated by Enterobacteriaceae. At chiller temperatures, floras were ultimately dominated by psychrotrophic lactobacilli. Tub-packed livers can have an extended shelf life similar to that reported for vacuum-packed liver. Copyright © 1984. Published by Elsevier Ltd.

  19. 7 CFR 989.9 - Packed raisins.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 8 2011-01-01 2011-01-01 false Packed raisins. 989.9 Section 989.9 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE RAISINS PRODUCED FROM GRAPES GROWN IN...

  20. 7 CFR 989.9 - Packed raisins.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 8 2014-01-01 2014-01-01 false Packed raisins. 989.9 Section 989.9 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (MARKETING AGREEMENTS AND ORDERS; FRUITS, VEGETABLES, NUTS), DEPARTMENT OF AGRICULTURE RAISINS PRODUCED FROM GRAPES GROWN IN...

  1. 7 CFR 989.9 - Packed raisins.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Packed raisins. 989.9 Section 989.9 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (MARKETING AGREEMENTS AND ORDERS; FRUITS, VEGETABLES, NUTS), DEPARTMENT OF AGRICULTURE RAISINS PRODUCED FROM GRAPES GROWN IN...

  2. 7 CFR 989.9 - Packed raisins.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Packed raisins. 989.9 Section 989.9 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE RAISINS PRODUCED FROM GRAPES GROWN IN...

  3. 7 CFR 989.9 - Packed raisins.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 8 2012-01-01 2012-01-01 false Packed raisins. 989.9 Section 989.9 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE RAISINS PRODUCED FROM GRAPES GROWN IN...

  4. Wrap-Attack Pack: Product Packaging Exercise

    ERIC Educational Resources Information Center

    Lee, Seung Hwan; Hoffman, K. Douglas

    2016-01-01

    Although many marketing courses discuss traditional concepts pertaining to product strategy, concepts specifically relating to packaging are often glossed over. This exercise, "Wrap-Attack Pack," teaches students about the utilitarian and hedonic design elements of packaging. More specifically, the primary objective is to creatively…

  5. Bernal's road to random packing and the structure of liquids

    NASA Astrophysics Data System (ADS)

    Finney, John L.

    2013-11-01

    Until the 1960s, liquids were generally regarded as either dense gases or disordered solids, and theoretical attempts at understanding their structures and properties were largely based on those concepts. Bernal, himself a crystallographer, was unhappy with either approach, preferring to regard simple liquids as 'homogeneous, coherent and essentially irregular assemblages of molecules containing no crystalline regions'. He set about realizing this conceptual model through a detailed examination of the structures and properties of random packings of spheres. In order to test the relevance of the model to real liquids, ways had to be found to realize and characterize random packings. This was at a time when computing was slow and in its infancy, so he and his collaborators set about building models in the laboratory, and examining aspects of their structures in order to characterize them in ways which would enable comparison with the properties of real liquids. Some of the imaginative - often time consuming and frustrating - routes followed are described, as well the comparisons made with the properties of simple liquids. With the increase of the power of computers in the 1960s, computational approaches became increasingly exploited in random packing studies. This enabled the use of packing concepts, and the tools developed to characterize them, in understanding systems as diverse as metallic glasses, crystal-liquid interfaces, protein structures, enzyme-substrate interactions and the distribution of galaxies, as well as their exploitation in, for example, oil extraction, understanding chromatographic separation columns, and packed beds in industrial processes.

  6. Periodic homogenization and consistent estimates of transport parameters through sphere and polyhedron packings in the whole porosity range.

    PubMed

    Boutin, Claude; Geindreau, Christian

    2010-09-01

    This paper presents a study of transport parameters (diffusion, dynamic permeability, thermal permeability, trapping constant) of porous media by combining the homogenization of periodic media (HPM) and the self-consistent scheme (SCM) based on a bicomposite spherical pattern. The link between the HPM and SCM approaches is first established by using a systematic argument independent of the problem under consideration. It is shown that the periodicity condition can be replaced by zero flux and energy through the whole surface of the representative elementary volume. Consequently the SCM solution can be considered as a geometrical approximation of the local problem derived through HPM for materials such that the morphology of the period is "close" to the SCM pattern. These results are then applied to derive the estimates of the effective diffusion, the dynamic permeability, the thermal permeability and the trapping constant of porous media. These SCM estimates are compared with numerical HPM results obtained on periodic arrays of spheres and polyhedrons. It is shown that SCM estimates provide good analytical approximations of the effective parameters for periodic packings of spheres at porosities larger than 0.6, while the agreement is excellent for periodic packings of polyhedrons in the whole range of porosity.

  7. The impact of cigarette pack shape, size and opening: evidence from tobacco company documents.

    PubMed

    Kotnowski, Kathy; Hammond, David

    2013-09-01

    To use tobacco industry documents on cigarette pack shape, size and openings to identify industry findings on associations with brand imagery, product attributes, consumer perceptions and behaviour. Internal tobacco industry research and marketing documents obtained through court disclosure contained in the Legacy Tobacco Documents Library were searched using keywords related to pack shapes, sizes and opening methods. The search identified 66 documents related to consumer research and marketing plans on pack shape, size and openings, drawn from 1973 to 2002. Industry research consistently found that packs that deviated from the traditional flip-top box projected impressions of 'modern', 'elegant' and 'unique' brand imagery. Alternative pack shape and openings were identified as an effective means to communicate product attributes, particularly with regard to premium quality and smooth taste. Consumer studies consistently found that pack shape, size and opening style influenced perceptions of reduced product harm, and were often used to communicate a 'lighter' product. Slim, rounded, oval and booklet packs were found to be particularly appealing among young adults, and several studies demonstrated increased purchase interest for tobacco products presented in novel packaging shape or opening. Evidence from consumer tracking reports and company presentations indicate that pack innovations in shape or opening method increased market share of brands. Consumer research by the tobacco industry between 1973 and 2002 found that variations in packaging shape, size and opening method could influence brand appeal and risk perceptions and increase cigarette sales. © 2013 Society for the Study of Addiction.

  8. Thermal Hydraulic Analysis of a Packed Bed Reactor Fuel Element

    DTIC Science & Technology

    1989-05-25

    Engineer and Master of Science in Nuclear Engineering. ABSTRACT A model of the behavior of a packed bed nuclear reactor fuel element is developed . It...RECOMMENDATIONS FOR FURTHER INVESTIGATION .................... 150 APPENDIX A FUEL ELEMENT MODEL PROGRAM DESIGN AND OPERA- T IO N...follow describe the details of the packed bed reactor and then discuss the development of the mathematical representations of the fuel element. These are

  9. Two-Dimensional Mathematical Modeling of the Pack Carburizing Process

    NASA Astrophysics Data System (ADS)

    Sarkar, S.; Gupta, G. S.

    2008-10-01

    Pack carburization is the oldest method among the case-hardening treatments, and sufficient attempts have not been made to understand this process in terms of heat and mass transfer, effect of alloying elements, dimensions of the sample, etc. Thus, a two-dimensional mathematical model in cylindrical coordinate is developed for simulating the pack carburization process for chromium-bearing steel in this study. Heat and mass balance equations are solved simultaneously, where the surface temperature of the sample varies with time, but the carbon potential at the surface during the process remains constant. The fully implicit finite volume technique is used to solve the governing equations. Good agreement has been found between the predicted and published data. The effect of temperature, carburizing time, dimensions of the sample, etc. on the pack carburizing process shows some interesting results. It is found that the two-dimensional model gives better insight into understanding the carburizing process.

  10. Close packing effects on clean and dirty snow albedo and associated climatic implications

    NASA Astrophysics Data System (ADS)

    He, C.; Liou, K. N.; Takano, Y.

    2017-12-01

    Previous modeling of snow albedo, a key climate feedback parameter, follows the independent scattering approximation (ISA) such that snow grains are considered as a number of separate units with distances longer than wavelengths. Here we develop a new snow albedo model for widely observed close-packed snow grains internally mixed with black carbon (BC) and demonstrate that albedo simulations match closer to observations. Close packing results in a stronger light absorption for clean and BC-contaminated snow. Compared with ISA, close packing reduces pure snow albedos by up to 0.05, whereas it enhances BC-induced snow albedo reduction and associated surface radiative forcing by up to 15% (20%) for fresh (old) snow, with larger enhancements for stronger structure packing. Finally, our results suggest that BC-snow albedo forcing and snow albedo feedback (climate sensitivity) are underestimated in previous modeling studies, making snow close packing consideration a necessity in climate modeling and analysis.

  11. Close packing effects on clean and dirty snow albedo and associated climatic implications

    NASA Astrophysics Data System (ADS)

    He, Cenlin; Takano, Yoshi; Liou, Kuo-Nan

    2017-04-01

    Previous modeling of snow albedo, a key climate feedback parameter, follows the independent scattering approximation (ISA) such that snow grains are considered as a number of separate units with distances longer than wavelengths. Here we develop a new snow albedo model for widely observed close-packed snow grains internally mixed with black carbon (BC) and demonstrate that albedo simulations match closer to observations. Close packing results in a stronger light absorption for clean and BC-contaminated snow. Compared with ISA, close packing reduces pure snow albedos by up to 0.05, whereas it enhances BC-induced snow albedo reduction and associated surface radiative forcing by up to 15% (20%) for fresh (old) snow, with larger enhancements for stronger structure packing. Finally, our results suggest that BC-snow albedo forcing and snow albedo feedback (climate sensitivity) are underestimated in previous modeling studies, making snow close packing consideration a necessity in climate modeling and analysis.

  12. Influence of fiber packing structure on permeability

    NASA Technical Reports Server (NTRS)

    Cai, Zhong; Berdichevsky, Alexander L.

    1993-01-01

    The study on the permeability of an aligned fiber bundle is the key building block in modeling the permeability of advanced woven and braided preforms. Available results on the permeability of fiber bundles in the literature show that a substantial difference exists between numerical and analytical calculations on idealized fiber packing structures, such as square and hexagonal packing, and experimental measurements on practical fiber bundles. The present study focuses on the variation of the permeability of a fiber bundle under practical process conditions. Fiber bundles are considered as containing openings and fiber clusters within the bundle. Numerical simulations on the influence of various openings on the permeability were conducted. Idealized packing structures are used, but with introduced openings distributed in different patterns. Both longitudinal and transverse flow are considered. The results show that openings within the fiber bundle have substantial effect on the permeability. In the longitudinal flow case, the openings become the dominant flow path. In the transverse flow case, the fiber clusters reduce the gap sizes among fibers. Therefore the permeability is greatly influenced by these openings and clusters, respectively. In addition to the porosity or fiber volume fraction, which is commonly used in the permeability expression, another fiber bundle status parameter, the ultimate fiber volume fraction, is introduced to capture the disturbance within a fiber bundle.

  13. Calculations of and evidence for chain packing stress in inverse lyotropic bicontinuous cubic phases.

    PubMed

    Shearman, Gemma C; Khoo, Bee J; Motherwell, Mary-Lynn; Brakke, Kenneth A; Ces, Oscar; Conn, Charlotte E; Seddon, John M; Templer, Richard H

    2007-06-19

    Inverse bicontinuous cubic lyotropic phases are a complex solution to the dilemma faced by all self-assembled water-amphiphile systems: how to satisfy the incompatible requirements for uniform interfacial curvature and uniform molecular packing. The solution reached in this case is for the water-amphiphile interfaces to deform hyperbolically onto triply periodic minimal surfaces. We have previously suggested that although the molecular packing in these structures is rather uniform the relative phase behavior of the gyroid, double diamond, and primitive inverse bicontinuous cubic phases can be understood in terms of subtle differences in packing frustration. In this work, we have calculated the packing frustration for these cubics under the constraint that their interfaces have constant mean curvature. We find that the relative packing stress does indeed differ between phases. The gyroid cubic has the least packing stress, and at low water volume fraction, the primitive cubic has the greatest packing stress. However, at very high water volume fraction, the double diamond cubic becomes the structure with the greatest packing stress. We have tested the model in two ways. For a system with a double diamond cubic phase in excess water, the addition of a hydrophobe may release packing frustration and preferentially stabilize the primitive cubic, since this has previously been shown to have lower curvature elastic energy. We have confirmed this prediction by adding the long chain alkane tricosane to 1-monoolein in excess water. The model also predicts that if one were able to hydrate the double diamond cubic to high water volume fractions, one should destabilize the phase with respect to the primitive cubic. We have found that such highly swollen metastable bicontinuous cubic phases can be formed within onion vesicles. Data from monoelaidin in excess water display a well-defined transition, with the primitive cubic appearing above a water volume fraction of 0.75. Both of

  14. Differential wolf-pack-size persistence and the role of risk when hunting dangerous prey

    USGS Publications Warehouse

    Barber-Meyer, Shannon M.; Mech, L. David; Newton, Wesley E.; Borg, Bridget

    2016-01-01

    Risk to predators hunting dangerous prey is an emerging area of research and could account for possible persistent differences in gray wolf (Canis lupus) pack sizes. We documented significant differences in long-term wolf-pack-size averages and variation in the Superior National Forest (SNF), Denali National Park and Preserve, Yellowstone National Park, and Yukon, Canada (p<0.01). The SNF differences could be related to the wolves’ risk when hunting primary prey, for those packs (N=3) hunting moose (Alces americanus) were significantly larger than those (N=10) hunting white-tailed deer (Odocoileus virginianus) (F1,8=16.50, p=0.004). Our data support the hypothesis that differential pack-size persistence may be perpetuated by differences in primary prey riskiness to wolves, and we highlight two important extensions of this idea: (1) the potential for wolves to provision and defend injured packmates from other wolves and (2) the importance of less-risky, buffer prey to pack-size persistence and year-to-year variation. Risk to predators hunting dangerous prey is an emerging area of research and could account for possible persistent differences in gray wolf (Canis lupus) pack sizes. We documented significant differences in long-term wolf-pack-size averages and variation in the Superior National Forest (SNF), Denali National Park and Preserve, Yellowstone National Park, and Yukon, Canada (p<0.01). The SNF differences could be related to the wolves’ risk when hunting primary prey, for those packs (N=3) hunting moose (Alces americanus) were significantly larger than those (N=10) hunting white-tailed deer (Odocoileus virginianus) (F1,8=16.50, p=0.004). Our data support the hypothesis that differential pack-size persistence may be perpetuated by differences in primary prey riskiness to wolves, and we highlight two important extensions of this idea: (1) the potential for wolves to provision and defend injured packmates from other wolves and (2) the importance of less

  15. Catalytic biofilms on structured packing for the production of glycolic acid.

    PubMed

    Li, Xuan Zhong; Hauer, Bernhard; Rosche, Bettina

    2013-02-01

    While structured packing modules are known to be efficient for surface wetting and gas-liquid exchange in abiotic surface catalysis, this model study explores structured packing as a growth surface for catalytic biofilms. Microbial biofilms have been proposed as self-immobilized and self-regenerating catalysts for the production of chemicals. A concern is that the complex and dynamic nature of biofilms may cause fluctuations in their catalytic performance over time or may affect process reproducibility. An aerated continuous trickle-bed biofilm reactor system was designed with a 3 L structured packing, liquid recycling and pH control. Pseudomonas diminuta established a biofilm on the stainless steel structured packing with a specific surface area of 500 m2 m-3 and catalyzed the oxidation of ethylene glycol to glycolic acid for over two months of continuous operation. A steady-state productivity of up to 1.6 gl-1h-1 was achieved at a dilution rate of 0.33 h-1. Process reproducibility between three independent runs was excellent, despite process interruptions and activity variations in cultures grown from biofilm effluent cells. The results demonstrate the robustness of a catalytic biofilm on structured packing, despite its dynamic nature. Implementation is recommended for whole-cell processes that require efficient gas-liquid exchange, catalyst retention for continuous operation, or improved catalyst stability.

  16. A novel approach of battery pack state of health estimation using artificial intelligence optimization algorithm

    NASA Astrophysics Data System (ADS)

    Zhang, Xu; Wang, Yujie; Liu, Chang; Chen, Zonghai

    2018-02-01

    An accurate battery pack state of health (SOH) estimation is important to characterize the dynamic responses of battery pack and ensure the battery work with safety and reliability. However, the different performances in battery discharge/charge characteristics and working conditions in battery pack make the battery pack SOH estimation difficult. In this paper, the battery pack SOH is defined as the change of battery pack maximum energy storage. It contains all the cells' information including battery capacity, the relationship between state of charge (SOC) and open circuit voltage (OCV), and battery inconsistency. To predict the battery pack SOH, the method of particle swarm optimization-genetic algorithm is applied in battery pack model parameters identification. Based on the results, a particle filter is employed in battery SOC and OCV estimation to avoid the noise influence occurring in battery terminal voltage measurement and current drift. Moreover, a recursive least square method is used to update cells' capacity. Finally, the proposed method is verified by the profiles of New European Driving Cycle and dynamic test profiles. The experimental results indicate that the proposed method can estimate the battery states with high accuracy for actual operation. In addition, the factors affecting the change of SOH is analyzed.

  17. Influence of catalyst packing configuration on the discharge characteristics of dielectric barrier discharge reactors: A numerical investigation

    NASA Astrophysics Data System (ADS)

    Gadkari, Siddharth; Gu, Sai

    2018-06-01

    A two-dimensional numerical fluid model is developed for studying the influence of packing configurations on dielectric barrier discharge (DBD) characteristics. Discharge current profiles and time averaged electric field strength, electron number density, and electron temperature distributions are compared for the three DBD configurations, plain DBD with no packing, partially packed DBD, and fully packed DBD. The results show that a strong change in discharge behaviour occurs when a DBD is fully packed as compared to partial packing or no packing. While the average electric field strength and electron temperature of a fully packed DBD are higher relative to the other DBD configurations, the average electron density is substantially lower and may impede the DBD reactor performance under certain operating conditions. Possible scenarios of the synergistic effect of the combination of plasma with catalysis are also discussed.

  18. Express penetration of hydrogen on Mg(10͞13) along the close-packed-planes.

    PubMed

    Ouyang, Liuzhang; Tang, Jiajun; Zhao, Yujun; Wang, Hui; Yao, Xiangdong; Liu, Jiangwen; Zou, Jin; Zhu, Min

    2015-06-01

    Metal atoms often locate in energetically favorite close-packed planes, leading to a relatively high penetration barrier for other atoms. Naturally, the penetration would be much easier through non-close-packed planes, i.e. high-index planes. Hydrogen penetration from surface to the bulk (or reversely) across the packed planes is the key step for hydrogen diffusion, thus influences significantly hydrogen sorption behaviors. In this paper, we report a successful synthesis of Mg films in preferential orientations with both close- and non-close-packed planes, i.e. (0001) and a mix of (0001) and (10͞13), by controlling the magnetron sputtering conditions. Experimental investigations confirmed a remarkable decrease in the hydrogen absorption temperature in the Mg (10͞13), down to 392 K from 592 K of the Mg film (0001), determined by the pressure-composition-isothermal (PCI) measurement. The ab initio calculations reveal that non-close-packed Mg(10͞13) slab is advantageous for hydrogen sorption, attributing to the tilted close-packed-planes in the Mg(10͞13) slab.

  19. The 6-PACK programme to decrease fall-related injuries in acute hospitals: protocol for a cluster randomised controlled trial.

    PubMed

    Barker, Anna; Brand, Caroline; Haines, Terry; Hill, Keith; Brauer, Sandy; Jolley, Damien; Botti, Mari; Cumming, Robert; Livingston, Patricia M; Sherrington, Cathie; Zavarsek, Silva; Morello, Renata; Kamar, Jeannette

    2011-08-01

    In-hospital fall-related injuries are a source of personal harm, preventable hospitalisation costs, and access block through increased length of stay. Despite increased fall prevention awareness and activity over the last decade, rates of reported fall-related fractures in hospitals appear not to have decreased. This cluster randomised controlled trial (RCT) aims to determine the efficacy of the 6-PACK programme for preventing fall-related injuries, and its generalisability to other acute hospitals. 24 acute medical and surgical wards from six to eight hospitals throughout Australia will be recruited for the study. Wards will be matched by type and fall-related injury rates, then randomly allocated to the 6-PACK intervention (12 wards) or usual care control group (12 wards). The 6-PACK programme includes a nine-item fall risk assessment and six nursing interventions: 'falls alert' sign; supervision of patients in the bathroom; ensuring patient's walking aids are within reach; establishment of a toileting regime; use of a low-low bed; and use of bed/chair alarm. Intervention wards will be supported by a structured implementation strategy. The primary outcomes are fall and fall-related injury rates 12 months following 6-PACK implementation. This study will involve approximately 16,000 patients, and as such is planned to be the largest hospital fall prevention RCT to be undertaken and the first to be powered for the important outcome of fall-related injuries. If effective, there is potential to implement the programme widely as part of daily patient care in acute hospital wards where fall-related injuries are a problem.

  20. Space filling minimal surfaces and sphere packings

    NASA Astrophysics Data System (ADS)

    Elser, Veit

    1994-05-01

    A space filling minimal surface is defined to be any embedded minimal surface without boundary with the property that the area and genus enclosed by any large spherical region scales in proportion to the volume of the region. The triply periodic minimal surfaces are one realization, but not necessarily the only one. By using the genus per unit volume of the surface, a meaningful comparison of surface areas can be made even in cases where there is no unit cell. Of the known periodic minimal surfaces this measure of the surface area is smallest for Schoen's FRD surface. This surface is one of several that is closely related to packings of spheres. Its low area is largely due to the fact that the corresponding sphere packing (fcc) has the maximal kissing number.

  1. Accumulation of BSA in Packed-bed Microfluidics

    NASA Astrophysics Data System (ADS)

    Summers, Samantha; Hu, Chuntian; Hartman, Ryan

    2012-11-01

    Alzheimers and Parkinsons are two diseases that are associated with protein deposition in the brain, causing loss of either cognitive or muscle functioning. Protein deposition diseases are considered progressive diseases since the continual aggregation of protein causes the patient's symptoms to slowly worsen over time. There are currently no known means of treatment for protein deposition diseases. Our goal is to understand the potential for packed-bed microfluidics to study protein accumulation. Measurement of the resistance to flow through micro-scale packed-beds is critical to understanding the process of protein accumulation. Aggregation in bulk is fundamentally different from accumulation on surfaces. Our study attempts to distinguish between either mechanism. The results from our experiments involving protein injection through a microfluidic system will be presented and discussed. Funding received by NSF REU Grant 1062611.

  2. Is incest common in gray wolf packs?

    USGS Publications Warehouse

    Smith, Deborah E; Meier, Thomas J.; Geffen, Eli; Mech, L. David; Burch, John W.; Adams, Layne G.; Wayne, Robert K.

    1997-01-01

    Wolf packs generally consist of a breeding pair and their maturing offspring that help provision and protect pack young. Because the reproductive tenure in wolves is often short, reproductively mature offspring might replace their parents, resulting in sibling or parent-offspring matings. To determine the extent of incestuous pairings, we measured relatedness based on variability in 20 microsatellite loci of mated pairs, parent-offspring pairs, and siblings in two populations of gray wolves. Our 16 sampled mated pairs had values of relatedness not overlapping those of known parent-offspring or sibling dyads, which is consistent with their being unrelated or distantly related. These results suggest that full siblings or a parent and its offspring rarely mate and that incest avoidance is an important constraint on gray wolf behavioral ecology.

  3. Estimating cigarette tax avoidance and evasion: evidence from a national sample of littered packs

    PubMed Central

    Barker, Dianne C; Wang, Shu; Merriman, David; Crosby, Andrew; Resnick, Elissa A; Chaloupka, Frank J

    2016-01-01

    Introduction A number of recent studies document the proportion of all cigarette packs that are ‘contraband’ using discarded packs to measure tax avoidance and evasion, which we call tax non-compliance. To date, academic studies using discarded packs focused on relatively small geographical areas such as a city or a neighbourhood. Methods We visited 160 communities across 38 US states in 2012 and collected data from littered cigarette packs as part of the State and Community Tobacco Control (SCTC) Research Initiative and the Bridging the Gap Community Obesity Measures Project (BTG-COMP). Data collectors were trained in a previously tested littered pack data collection protocol. Results Field teams collected 2116 packs with cellophane across 132 communities. We estimate a national tax non-compliance rate of 18.5% with considerable variation across regions. Suburban areas had lower non-compliance than urban areas as well as areas with high and low median household income areas compared with middle income areas. Discussion We present the first academic national study of tax non-compliance using littered cigarette packs. We demonstrate the feasibility of meaningful large-scale data collection using this methodology and document considerable variation in tax non-compliance across areas, suggesting that both policy differences and geography may be important in control of illicit tobacco use. Given the geography of open borders among countries with varying tax rates, this simple methodology may be appropriate to estimate tax non-compliance in countries that use tax stamps or other pack markings, such as health warnings. PMID:27697946

  4. 7 CFR 51.630 - Standard Pack.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 5 27 42/16 412/16 32 315/16 48/16 36 313/16 45/16 40 310/16 42/16 48 39/16 314/16 56 35/16 310/16 (c... may fail to meet the requirements of standard pack. [66 FR 48788, Sept. 24, 2001] Definitions ...

  5. 7 CFR 319.69-5 - Types of soil authorized for packing.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 5 2010-01-01 2010-01-01 false Types of soil authorized for packing. 319.69-5 Section 319.69-5 Agriculture Regulations of the Department of Agriculture (Continued) ANIMAL AND PLANT HEALTH... Regulations § 319.69-5 Types of soil authorized for packing. The following types of soil or earth are...

  6. 7 CFR 319.69-5 - Types of soil authorized for packing.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 5 2011-01-01 2011-01-01 false Types of soil authorized for packing. 319.69-5 Section 319.69-5 Agriculture Regulations of the Department of Agriculture (Continued) ANIMAL AND PLANT HEALTH... Regulations § 319.69-5 Types of soil authorized for packing. The following types of soil or earth are...

  7. 7 CFR 319.69-5 - Types of soil authorized for packing.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 5 2014-01-01 2014-01-01 false Types of soil authorized for packing. 319.69-5 Section 319.69-5 Agriculture Regulations of the Department of Agriculture (Continued) ANIMAL AND PLANT HEALTH... Regulations § 319.69-5 Types of soil authorized for packing. The following types of soil or earth are...

  8. 7 CFR 319.69-5 - Types of soil authorized for packing.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 5 2013-01-01 2013-01-01 false Types of soil authorized for packing. 319.69-5 Section 319.69-5 Agriculture Regulations of the Department of Agriculture (Continued) ANIMAL AND PLANT HEALTH... Regulations § 319.69-5 Types of soil authorized for packing. The following types of soil or earth are...

  9. 7 CFR 319.69-5 - Types of soil authorized for packing.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 5 2012-01-01 2012-01-01 false Types of soil authorized for packing. 319.69-5 Section 319.69-5 Agriculture Regulations of the Department of Agriculture (Continued) ANIMAL AND PLANT HEALTH... Regulations § 319.69-5 Types of soil authorized for packing. The following types of soil or earth are...

  10. The silent salesman: an observational study of personal tobacco pack display at outdoor café strips in Australia.

    PubMed

    Wakefield, Melanie A; Zacher, Meghan; Bayly, Megan; Brennan, Emily; Dono, Joanne; Miller, Caroline; Durkin, Sarah J; Scollo, Michelle M

    2014-07-01

    We sought to determine the relative frequency and nature of personal display of cigarette packs by smokers in two Australian cities where 30% front-of-pack and 90% back-of-pack health warnings have been used since 2006 and comprehensive tobacco marketing restrictions apply. An observational study counted patrons, active smokers and tobacco packs at cafés, restaurants and bars with outdoor seating. Pack orientation and use of cigarette cases were also noted. Overall, 18954 patrons, 1576 active smokers and 2153 packs were observed, meaning that one out of every 12.0 patrons was actively smoking, and one of every 8.8 patrons displayed a pack. Packs were more frequently observed in lower socio-economic neighbourhoods, reflecting the higher prevalence of smoking in those regions. Packs were displayed less often in venues where children were present, suggesting a greater tendency not to smoke around children. Most packs (81.4%) were oriented face-up, permitting prominent brand display. Only 1.5% of observed packs were cigarette cases, and 4.2% of packs were concealed by another item, such as a phone or wallet. Tobacco packs are frequently seen on table-tops in café strips, providing many opportunities for other patrons and passers-by to be incidentally exposed to cigarette brand names and imagery. Use of cigarette cases is rare, suggesting that smokers eventually habituate to pictorial warnings on branded packs and/or find repeated decanting of each newly purchased branded pack into a case to be inconvenient. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  11. Separation of natural product using columns packed with Fused-Core particles.

    PubMed

    Yang, Peilin; Litwinski, George R; Pursch, Matthias; McCabe, Terry; Kuppannan, Krishna

    2009-06-01

    Three HPLC columns packed with 3 microm, sub-2 microm, and 2.7 microm Fused-Core (superficially porous) particles were compared in separation performance using two natural product mixtures containing 15 structurally related components. The Ascentis Express C18 column packed with Fused-Core particles showed an 18% increase in column efficiency (theoretical plates), a 76% increase in plate number per meter, a 65% enhancement in separation speed and a 19% increase in back pressure compared to the Atlantis T3 C18 column packed with 3 microm particles. Column lot-to-lot variability for critical pairs in the natural product mixture was observed with both columns, with the Atlantis T3 column exhibiting a higher degree of variability. The Ascentis Express column was also compared with the Acquity BEH column packed with sub-2 microm particles. Although the peak efficiencies obtained by the Ascentis Express column were only about 74% of those obtained by the Acquity BEH column, the 50% lower back pressure and comparable separation speed allowed high-efficiency and high-speed separation to be performed using conventional HPLC instrumentation.

  12. Plain cigarette packs do not exert Pavlovian to instrumental transfer of control over tobacco-seeking

    PubMed Central

    Hogarth, Lee; Maynard, Olivia M; Munafò, Marcus R

    2015-01-01

    Aims To gain insight into the potential impact of plain tobacco packaging policy, two experiments were undertaken to test whether ‘prototype’ plain compared with branded UK cigarette pack stimuli would differentially elicit instrumental tobacco-seeking in a nominal Pavlovian to instrumental transfer (PIT) procedure. Design, Setting and Participants Two experiments were undertaken at the University of Bristol UK, with a convenience sample of adult smokers (experiment 1, n = 23, experiment 2, n = 121). Measurement In both experiments, smokers were trained on a concurrent choice procedure in which two responses earned points for cigarettes and chocolate, respectively, before images of branded and plain packs were tested for capacity to elicit the tobacco-seeking response in extinction. The primary outcome was percentage choice of the tobacco- over the chocolate-seeking response in plain pack, branded pack and no-stimulus conditions. Findings Both experiments found that branded packs primed a greater percentage of tobacco-seeking (overall mean = 62%) than plain packs (overall mean = 53%) and the no-stimulus condition (overall mean = 52%; Ps ≤ 0.01, ŋp2s ≥ 0.16), and that there was no difference in percentage tobacco-seeking between plain packs and the no-stimulus condition (Ps ≥ 0.17, ŋp2s ≤ 0.04). Plain tobacco packs showed an overall 9% reduction in the priming of a tobacco choice response compared to branded tobacco packs. Conclusions Plain packaging may reduce smoking in current smokers by degrading cue-elicited tobacco-seeking. PMID:25292280

  13. Control of microparticles packing density in a microfluidic channel for bead based immunoassays applications

    NASA Astrophysics Data System (ADS)

    Caballero-Robledo, Gabriel; Guevara-Pantoja, Pablo

    2014-11-01

    Bead based immunoassays in microfluidic devices have shown to greatly outperform conventional methods. But if functional point-of-care devices are to be developed, precise and reproducible control over the granulate packings inside microchannels is needed. In this work we study the efficiency of a nanoparticles magnetic trap previously developed by B. Teste et al. [Lab Chip 11, 4207 (2011)] when we vary the compaction of micrometric iron beads packed against a restriction inside a microfluidic channel. The packing density of the beads is finely and reproducibly changed by applying a vibrational protocol originally developed for macroscopic, dry granular systems. We find, counterintuitively, that the most compact and stable packings are up to four times less efficient in trapping nano particles than the loosest packings. This work has been supported by Conacyt, Mexico, under Grant No. 180873.

  14. Imaging phospholipid conformational disorder and packing in giant multilamellar liposome by confocal Raman microspectroscopy

    NASA Astrophysics Data System (ADS)

    Noothalapati, Hemanth; Iwasaki, Keita; Yoshimoto, Chikako; Yoshikiyo, Keisuke; Nishikawa, Tomoe; Ando, Masahiro; Hamaguchi, Hiro-o.; Yamamoto, Tatsuyuki

    2017-12-01

    Liposomes are closed phospholipid bilayer systems that have profound applications in fundamental cell biology, pharmaceutics and medicine. Depending on the composition (pure or mixture of phospholipids, presence of cholesterol) and preparation protocol, intra- and inter-chain molecular interactions vary leading to changes in the quality (order and packing) of liposomes. So far it is not possible to image conformational disorders and packing densities within a liposome in a straightforward manner. In this study, we utilized confocal Raman microspectroscopy to visualize structural disorders and packing efficiency within a giant multilamellar liposome model by focusing mainly on three regions in the vibrational spectrum (Csbnd C stretching, Csbnd H deformation and Csbnd H stretching). We estimated properties such as trans/gauche isomers and lateral packing probability. Interestingly, our Raman imaging studies revealed gel phase rich domains and heterogeneous lateral packing within the giant multilamellar liposome.

  15. EVALUATION OF THE FILTER PACK FOR LONG-DURATION SAMPLING OF AMBIENT AIR

    EPA Science Inventory

    A 14-week filter pack (FP) sampler evaluation field study was conducted at a site near Bondville, IL to investigate the impact of weekly sampling duration. Simultaneous samples were collected using collocated filter packs (FP) from two independent air quality monitoring networks...

  16. Using a Chaser to Decrease Packing in Children with Feeding Disorders

    ERIC Educational Resources Information Center

    Vaz, Petula C. M.; Piazza, Cathleen C.; Stewart, Victoria; Volkert, Valerie M.; Groff, Rebecca A.; Patel, Meeta R.

    2012-01-01

    Packing is a problematic mealtime behavior that is characterized by pocketing or holding solids or liquids in the mouth without swallowing. In the current study, we examined the effects of a chaser, a liquid or solid consistently accepted and swallowed by the child, to decrease packing of solid foods in 3 children with feeding disorders. During…

  17. [Promising technologies of packed red blood cells production and storage].

    PubMed

    Maksimov, A G; Golota, A S; Krassiĭ, A B

    2013-10-01

    The current article is dedicated to promising technologies of packed red blood cells production and storage. The following new technical approaches are presented: (1) erythrocytes storage in strict anaerobic argon-hydrogen environment, (2) lyophilization of erythrocyte suspension by its atomization in nitrogen gas, (3) lyophilization of erythrocytes by directional freezing under the influence of radio frequency radiation, (4) automated pharming of antigen free packed red blood cells from progenitor cell directly at the battlefield.

  18. Consumer perceptions of cigarette pack design in France: a comparison of regular, limited edition and plain packaging.

    PubMed

    Gallopel-Morvan, Karine; Moodie, Crawford; Hammond, David; Eker, Figen; Beguinot, Emmanuelle; Martinet, Yves

    2012-09-01

    In the face of comprehensive bans on the marketing of tobacco products, packaging has become an increasingly important promotional tool for the tobacco industry. A ban on the use of branding on tobacco packaging, known as 'plain' packaging, has emerged as a promising regulatory strategy. The current study sought to examine perceptions of cigarette packaging among adults in France. Adult smokers and non-smokers (N=836) were surveyed using computer-assisted personal interviewing to assess perceptions of pack design by comparing 'regular' branded packs and 'limited edition' packs (with novel designs or innovations) with 'plain' versions of these packs with all branding, including colour, removed. Plain packs (PP) were less likely than regular packs, and particularly limited edition packs, to be considered attractive, attention grabbing and likely to motivate youth purchase. PPs were also rated as the most effective in convincing non-smokers not to start and smokers to reduce consumption and quit. Logistic regression showed that smokers motivated to quit, in comparison to smokers not motivated to quit, were significantly more likely to consider the PPs as the packs most likely to motivate cessation. Novel cigarette packaging, in the form of limited edition packs, had the highest ratings of consumer appeal, ahead of regular branded packs and also PPs. Interestingly, PPs were perceived to be the packs most likely to promote cessation among those adults with quitting intentions. Plain packaging, therefore, may be a means of helping existing adult smokers motivated to quit to do so.

  19. Prostatic fossa gauze-packing in the prevention of blood clot obstruction of the bladder after transvesical prostatectomy.

    PubMed

    Umunna, J I

    2010-01-01

    Clot obstruction often complicates transvesical prostatectomy. Any measure that prevents this will be a great relief to both surgeon and patient. To demonstrate that packing the prostatic fossa with roller gauze bandage after transvesical prostatectomy can prevent post-operative clot blockage of bladder drainage . Charts of all patients who had transvesical prostatectomy at Jasman Hospital Udo by me from 1988 to 1997 were sorted into two groups , Group A, not packed and Group B, packed. Information sought included patient's age, type of prostatectomy performed, whether the prostatic fossa was packed or not , average duration of catheter drainage, and complications. There were 68 patients who had no fossa packing and 72 in Group B with fossa packing. The age range of the two groups A and B were respective 45-85 year-old and 50-83 years. In both groups the highest number of patients was in the 60 t0 79 age bracket (48 in group A , 70%, and 56 in group B (78%). Bladder blockage occurred in 32(47%) patients without packing and none (0%) in group B with packing. Average duration of bladder drainage was 14 days in each group. There was no persisting vesico-cutaneous fistula. Temporary urinary incontinence occurred in three (3%) patients who had no packing and in five (7%) with packing. Gauze-packing of the prostatic fossa during transvesical prostatectomy can prevent bladder obstruction from clot retention without undue complications.

  20. Prolonged storage of packed red blood cells for blood transfusion.

    PubMed

    Martí-Carvajal, Arturo J; Simancas-Racines, Daniel; Peña-González, Barbra S

    2015-07-14

    A blood transfusion is an acute intervention, used to address life- and health-threatening conditions on a short-term basis. Packed red blood cells are most often used for blood transfusion. Sometimes blood is transfused after prolonged storage but there is continuing debate as to whether transfusion of 'older' blood is as beneficial as transfusion of 'fresher' blood. To assess the clinical benefits and harms of prolonged storage of packed red blood cells, in comparison with fresh, on recipients of blood transfusion. We ran the search on 1st May 2014. We searched the Cochrane Injuries Group Specialized Register, Cochrane Central Register of Controlled Trials (CENTRAL, The Cochrane Library), MEDLINE (OvidSP), Embase (OvidSP), CINAHL (EBSCO Host) and two other databases. We also searched clinical trials registers and screened reference lists of the retrieved publications and reviews. We updated this search in June 2015 but these results have not yet been incorporated. Randomised clinical trials including participants assessed as requiring red blood cell transfusion were eligible for inclusion. Prolonged storage was defined as red blood cells stored for ≥ 21 days in a blood bank. We did not apply limits regarding the duration of follow-up, or country where the study took place. We excluded trials where patients received a combination of short- and long-stored blood products, and also trials without a clear definition of prolonged storage. We independently performed study selection, risk of bias assessment and data extraction by at least two review authors. The major outcomes were death from any cause, transfusion-related acute lung injury, and adverse events. We estimated relative risk for dichotomous outcomes. We measured statistical heterogeneity using I(2). We used a random-effects model to synthesise the findings. We identified three randomised clinical trials, involving a total of 120 participants, comparing packed red blood cells with ≥ 21 days storage