Sample records for achieve load balancing

  1. Dynamic load balancing of applications

    DOEpatents

    Wheat, Stephen R.

    1997-01-01

    An application-level method for dynamically maintaining global load balance on a parallel computer, particularly on massively parallel MIMD computers. Global load balancing is achieved by overlapping neighborhoods of processors, where each neighborhood performs local load balancing. The method supports a large class of finite element and finite difference based applications and provides an automatic element management system to which applications are easily integrated.

  2. Dynamic load balancing of applications

    DOEpatents

    Wheat, S.R.

    1997-05-13

    An application-level method for dynamically maintaining global load balance on a parallel computer, particularly on massively parallel MIMD computers is disclosed. Global load balancing is achieved by overlapping neighborhoods of processors, where each neighborhood performs local load balancing. The method supports a large class of finite element and finite difference based applications and provides an automatic element management system to which applications are easily integrated. 13 figs.

  3. Load balance in total knee arthroplasty: an in vitro analysis.

    PubMed

    El-Hawary, Ron; Roth, Sandra E; King, Graham J W; Chess, David G; Johnson, James A

    2006-09-01

    One of the goals of total knee arthroplasty (TKA) is to balance the loads between the compartments of the knee. An instrumented load cell that measures compartment loads in real time is utilized to evaluate conventional, qualitative methods of achieving this balance. TKA was performed on 10 cadaveric knees. Prior to and after load balancing, compartment forces were measured at flexion angles of 0-90 degrees. Knees were randomly assigned into one of two groups, based upon whether or not the surgeons could visualize the load cell's output during balancing. Prior to attempting load balance, there were significant differences between the medial and lateral compartment loads for all knees (p < 0.05). After attempting balance with the aid of the load cell, there was equal load balance at all angles studied. Without the aid of the load cell, balance was not consistently achieved at every angle. Conventional load balancing techniques in TKA are not perfect. Copyright 2006 John Wiley & Sons, Ltd.

  4. Parallel Processing of Adaptive Meshes with Load Balancing

    NASA Technical Reports Server (NTRS)

    Das, Sajal K.; Harvey, Daniel J.; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    Many scientific applications involve grids that lack a uniform underlying structure. These applications are often also dynamic in nature in that the grid structure significantly changes between successive phases of execution. In parallel computing environments, mesh adaptation of unstructured grids through selective refinement/coarsening has proven to be an effective approach. However, achieving load balance while minimizing interprocessor communication and redistribution costs is a difficult problem. Traditional dynamic load balancers are mostly inadequate because they lack a global view of system loads across processors. In this paper, we propose a novel and general-purpose load balancer that utilizes symmetric broadcast networks (SBN) as the underlying communication topology, and compare its performance with a successful global load balancing environment, called PLUM, specifically created to handle adaptive unstructured applications. Our experimental results on an IBM SP2 demonstrate that the SBN-based load balancer achieves lower redistribution costs than that under PLUM by overlapping processing and data migration.

  5. A single-stage optical load-balanced switch for data centers.

    PubMed

    Huang, Qirui; Yeo, Yong-Kee; Zhou, Luying

    2012-10-22

    Load balancing is an attractive technique to achieve maximum throughput and optimal resource utilization in large-scale switching systems. However current electronic load-balanced switches suffer from severe problems in implementation cost, power consumption and scaling. To overcome these problems, in this paper we propose a single-stage optical load-balanced switch architecture based on an arrayed waveguide grating router (AWGR) in conjunction with fast tunable lasers. By reuse of the fast tunable lasers, the switch achieves both functions of load balancing and switching through the AWGR. With this architecture, proof-of-concept experiments have been conducted to investigate the feasibility of the optical load-balanced switch and to examine its physical performance. Compared to three-stage load-balanced switches, the reported switch needs only half of optical devices such as tunable lasers and AWGRs, which can provide a cost-effective solution for future data centers.

  6. Applying graph partitioning methods in measurement-based dynamic load balancing

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

    Bhatele, Abhinav; Fourestier, Sebastien; Menon, Harshitha

    Load imbalance leads to an increasing waste of resources as an application is scaled to more and more processors. Achieving the best parallel efficiency for a program requires optimal load balancing which is a NP-hard problem. However, finding near-optimal solutions to this problem for complex computational science and engineering applications is becoming increasingly important. Charm++, a migratable objects based programming model, provides a measurement-based dynamic load balancing framework. This framework instruments and then migrates over-decomposed objects to balance computational load and communication at runtime. This paper explores the use of graph partitioning algorithms, traditionally used for partitioning physical domains/meshes, formore » measurement-based dynamic load balancing of parallel applications. In particular, we present repartitioning methods developed in a graph partitioning toolbox called SCOTCH that consider the previous mapping to minimize migration costs. We also discuss a new imbalance reduction algorithm for graphs with irregular load distributions. We compare several load balancing algorithms using microbenchmarks on Intrepid and Ranger and evaluate the effect of communication, number of cores and number of objects on the benefit achieved from load balancing. New algorithms developed in SCOTCH lead to better performance compared to the METIS partitioners for several cases, both in terms of the application execution time and fewer number of objects migrated.« less

  7. Load Balancing Scientific Applications

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

    Pearce, Olga Tkachyshyn

    2014-12-01

    The largest supercomputers have millions of independent processors, and concurrency levels are rapidly increasing. For ideal efficiency, developers of the simulations that run on these machines must ensure that computational work is evenly balanced among processors. Assigning work evenly is challenging because many large modern parallel codes simulate behavior of physical systems that evolve over time, and their workloads change over time. Furthermore, the cost of imbalanced load increases with scale because most large-scale scientific simulations today use a Single Program Multiple Data (SPMD) parallel programming model, and an increasing number of processors will wait for the slowest one atmore » the synchronization points. To address load imbalance, many large-scale parallel applications use dynamic load balance algorithms to redistribute work evenly. The research objective of this dissertation is to develop methods to decide when and how to load balance the application, and to balance it effectively and affordably. We measure and evaluate the computational load of the application, and develop strategies to decide when and how to correct the imbalance. Depending on the simulation, a fast, local load balance algorithm may be suitable, or a more sophisticated and expensive algorithm may be required. We developed a model for comparison of load balance algorithms for a specific state of the simulation that enables the selection of a balancing algorithm that will minimize overall runtime.« less

  8. Load Balancing in Hypergraphs

    NASA Astrophysics Data System (ADS)

    Delgosha, Payam; Anantharam, Venkat

    2018-03-01

    Consider a simple locally finite hypergraph on a countable vertex set, where each edge represents one unit of load which should be distributed among the vertices defining the edge. An allocation of load is called balanced if load cannot be moved from a vertex to another that is carrying less load. We analyze the properties of balanced allocations of load. We extend the concept of balancedness from finite hypergraphs to their local weak limits in the sense of Benjamini and Schramm (Electron J Probab 6(23):13, 2001) and Aldous and Steele (in: Probability on discrete structures. Springer, Berlin, pp 1-72, 2004). To do this, we define a notion of unimodularity for hypergraphs which could be considered an extension of unimodularity in graphs. We give a variational formula for the balanced load distribution and, in particular, we characterize it in the special case of unimodular hypergraph Galton-Watson processes. Moreover, we prove the convergence of the maximum load under some conditions. Our work is an extension to hypergraphs of Anantharam and Salez (Ann Appl Probab 26(1):305-327, 2016), which considered load balancing in graphs, and is aimed at more comprehensively resolving conjectures of Hajek (IEEE Trans Inf Theory 36(6):1398-1414, 1990).

  9. Data decomposition method for parallel polygon rasterization considering load balancing

    NASA Astrophysics Data System (ADS)

    Zhou, Chen; Chen, Zhenjie; Liu, Yongxue; Li, Feixue; Cheng, Liang; Zhu, A.-xing; Li, Manchun

    2015-12-01

    It is essential to adopt parallel computing technology to rapidly rasterize massive polygon data. In parallel rasterization, it is difficult to design an effective data decomposition method. Conventional methods ignore load balancing of polygon complexity in parallel rasterization and thus fail to achieve high parallel efficiency. In this paper, a novel data decomposition method based on polygon complexity (DMPC) is proposed. First, four factors that possibly affect the rasterization efficiency were investigated. Then, a metric represented by the boundary number and raster pixel number in the minimum bounding rectangle was developed to calculate the complexity of each polygon. Using this metric, polygons were rationally allocated according to the polygon complexity, and each process could achieve balanced loads of polygon complexity. To validate the efficiency of DMPC, it was used to parallelize different polygon rasterization algorithms and tested on different datasets. Experimental results showed that DMPC could effectively parallelize polygon rasterization algorithms. Furthermore, the implemented parallel algorithms with DMPC could achieve good speedup ratios of at least 15.69 and generally outperformed conventional decomposition methods in terms of parallel efficiency and load balancing. In addition, the results showed that DMPC exhibited consistently better performance for different spatial distributions of polygons.

  10. Unstructured P2P Network Load Balance Strategy Based on Multilevel Partitioning of Hypergraph

    NASA Astrophysics Data System (ADS)

    Feng, Lv; Chunlin, Gao; Kaiyang, Ma

    2017-05-01

    With rapid development of computer performance and distributed technology, P2P-based resource sharing mode plays important role in Internet. P2P network users continued to increase so the high dynamic characteristics of the system determine that it is difficult to obtain the load of other nodes. Therefore, a dynamic load balance strategy based on hypergraph is proposed in this article. The scheme develops from the idea of hypergraph theory in multilevel partitioning. It adopts optimized multilevel partitioning algorithms to partition P2P network into several small areas, and assigns each area a supernode for the management and load transferring of the nodes in this area. In the case of global scheduling is difficult to be achieved, the priority of a number of small range of load balancing can be ensured first. By the node load balance in each small area the whole network can achieve relative load balance. The experiments indicate that the load distribution of network nodes in our scheme is obviously compacter. It effectively solves the unbalanced problems in P2P network, which also improve the scalability and bandwidth utilization of system.

  11. Research on a Method of Geographical Information Service Load Balancing

    NASA Astrophysics Data System (ADS)

    Li, Heyuan; Li, Yongxing; Xue, Zhiyong; Feng, Tao

    2018-05-01

    With the development of geographical information service technologies, how to achieve the intelligent scheduling and high concurrent access of geographical information service resources based on load balancing is a focal point of current study. This paper presents an algorithm of dynamic load balancing. In the algorithm, types of geographical information service are matched with the corresponding server group, then the RED algorithm is combined with the method of double threshold effectively to judge the load state of serve node, finally the service is scheduled based on weighted probabilistic in a certain period. At the last, an experiment system is built based on cluster server, which proves the effectiveness of the method presented in this paper.

  12. Adaptive Load-Balancing Algorithms Using Symmetric Broadcast Networks

    NASA Technical Reports Server (NTRS)

    Das, Sajal K.; Biswas, Rupak; Chancellor, Marisa K. (Technical Monitor)

    1997-01-01

    In a distributed-computing environment, it is important to ensure that the processor workloads are adequately balanced. Among numerous load-balancing algorithms, a unique approach due to Dam and Prasad defines a symmetric broadcast network (SBN) that provides a robust communication pattern among the processors in a topology-independent manner. In this paper, we propose and analyze three novel SBN-based load-balancing algorithms, and implement them on an SP2. A thorough experimental study with Poisson-distributed synthetic loads demonstrates that these algorithms are very effective in balancing system load while minimizing processor idle time. They also compare favorably with several other existing load-balancing techniques. Additional experiments performed with real data demonstrate that the SBN approach is effective in adaptive computational science and engineering applications where dynamic load balancing is extremely crucial.

  13. BALANCING THE LOAD: A VORONOI BASED SCHEME FOR PARALLEL COMPUTATIONS

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

    Steinberg, Elad; Yalinewich, Almog; Sari, Re'em

    2015-01-01

    One of the key issues when running a simulation on multiple CPUs is maintaining a proper load balance throughout the run and minimizing communications between CPUs. We propose a novel method of utilizing a Voronoi diagram to achieve a nearly perfect load balance without the need of any global redistributions of data. As a show case, we implement our method in RICH, a two-dimensional moving mesh hydrodynamical code, but it can be extended trivially to other codes in two or three dimensions. Our tests show that this method is indeed efficient and can be used in a large variety ofmore » existing hydrodynamical codes.« less

  14. An Evaluation of the HVAC Load Potential for Providing Load Balancing Service

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

    Lu, Ning

    This paper investigates the potential of providing aggregated intra-hour load balancing services using heating, ventilating, and air-conditioning (HVAC) systems. A direct-load control algorithm is presented. A temperature-priority-list method is used to dispatch the HVAC loads optimally to maintain consumer-desired indoor temperatures and load diversity. Realistic intra-hour load balancing signals were used to evaluate the operational characteristics of the HVAC load under different outdoor temperature profiles and different indoor temperature settings. The number of HVAC units needed is also investigated. Modeling results suggest that the number of HVACs needed to provide a {+-}1-MW load balancing service 24 hours a day variesmore » significantly with baseline settings, high and low temperature settings, and the outdoor temperatures. The results demonstrate that the intra-hour load balancing service provided by HVAC loads meet the performance requirements and can become a major source of revenue for load-serving entities where the smart grid infrastructure enables direct load control over the HAVC loads.« less

  15. Internet traffic load balancing using dynamic hashing with flow volume

    NASA Astrophysics Data System (ADS)

    Jo, Ju-Yeon; Kim, Yoohwan; Chao, H. Jonathan; Merat, Francis L.

    2002-07-01

    Sending IP packets over multiple parallel links is in extensive use in today's Internet and its use is growing due to its scalability, reliability and cost-effectiveness. To maximize the efficiency of parallel links, load balancing is necessary among the links, but it may cause the problem of packet reordering. Since packet reordering impairs TCP performance, it is important to reduce the amount of reordering. Hashing offers a simple solution to keep the packet order by sending a flow over a unique link, but static hashing does not guarantee an even distribution of the traffic amount among the links, which could lead to packet loss under heavy load. Dynamic hashing offers some degree of load balancing but suffers from load fluctuations and excessive packet reordering. To overcome these shortcomings, we have enhanced the dynamic hashing algorithm to utilize the flow volume information in order to reassign only the appropriate flows. This new method, called dynamic hashing with flow volume (DHFV), eliminates unnecessary flow reassignments of small flows and achieves load balancing very quickly without load fluctuation by accurately predicting the amount of transferred load between the links. In this paper we provide the general framework of DHFV and address the challenges in implementing DHFV. We then introduce two algorithms of DHFV with different flow selection strategies and show their performances through simulation.

  16. Detection of Unexpected High Correlations between Balance Calibration Loads and Load Residuals

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Volden, T.

    2014-01-01

    An algorithm was developed for the assessment of strain-gage balance calibration data that makes it possible to systematically investigate potential sources of unexpected high correlations between calibration load residuals and applied calibration loads. The algorithm investigates correlations on a load series by load series basis. The linear correlation coefficient is used to quantify the correlations. It is computed for all possible pairs of calibration load residuals and applied calibration loads that can be constructed for the given balance calibration data set. An unexpected high correlation between a load residual and a load is detected if three conditions are met: (i) the absolute value of the correlation coefficient of a residual/load pair exceeds 0.95; (ii) the maximum of the absolute values of the residuals of a load series exceeds 0.25 % of the load capacity; (iii) the load component of the load series is intentionally applied. Data from a baseline calibration of a six-component force balance is used to illustrate the application of the detection algorithm to a real-world data set. This analysis also showed that the detection algorithm can identify load alignment errors as long as repeat load series are contained in the balance calibration data set that do not suffer from load alignment problems.

  17. Load Balancing in Multi Cloud Computing Environment with Genetic Algorithm

    NASA Astrophysics Data System (ADS)

    Vhansure, Fularani; Deshmukh, Apurva; Sumathy, S.

    2017-11-01

    Cloud is a pool of resources that is available on pay per use model. It provides services to the user which is increasing rapidly. Load balancing is an issue because it cannot handle so many requests at a time. It is also known as NP complete problem. In traditional system the functions consist of various parameter values to maximise it in order to achieve best optimal individualsolutions. Challenge is when there are many parameters of solutionsin the system space. Another challenge is to optimize the function which is much more complex. In this paper, various techniques to handle load balancing virtually (VM) as well as physically (nodes) using genetic algorithm is discussed.

  18. Quantum load balancing in ad hoc networks

    NASA Astrophysics Data System (ADS)

    Hasanpour, M.; Shariat, S.; Barnaghi, P.; Hoseinitabatabaei, S. A.; Vahid, S.; Tafazolli, R.

    2017-06-01

    This paper presents a novel approach in targeting load balancing in ad hoc networks utilizing the properties of quantum game theory. This approach benefits from the instantaneous and information-less capability of entangled particles to synchronize the load balancing strategies in ad hoc networks. The quantum load balancing (QLB) algorithm proposed by this work is implemented on top of OLSR as the baseline routing protocol; its performance is analyzed against the baseline OLSR, and considerable gain is reported regarding some of the main QoS metrics such as delay and jitter. Furthermore, it is shown that QLB algorithm supports a solid stability gain in terms of throughput which stands a proof of concept for the load balancing properties of the proposed theory.

  19. DNS load balancing in the CERN cloud

    NASA Astrophysics Data System (ADS)

    Reguero Naredo, Ignacio; Lobato Pardavila, Lorena

    2017-10-01

    Load Balancing is one of the technologies enabling deployment of large-scale applications on cloud resources. A DNS Load Balancer Daemon (LBD) has been developed at CERN as a cost-effective way to balance applications accepting DNS timing dynamics and not requiring persistence. It currently serves over 450 load-balanced aliases with two small VMs acting as master and slave. The aliases are mapped to DNS subdomains. These subdomains are managed with DDNS according to a load metric, which is collected from the alias member nodes with SNMP. During the last years, several improvements were brought to the software, for instance: support for IPv6, parallelization of the status requests, implementing the client in Python to allow for multiple aliases with differentiated states on the same machine or support for application state. The configuration of the Load Balancer is currently managed by a Puppet type. It discovers the alias member nodes and gets the alias definitions from the Ermis REST service. The Aiermis self-service GUI for the management of the LB aliases has been produced and is based on the Ermis service above that implements a form of Load Balancing as a Service (LBaaS). The Ermis REST API has authorisation based in Foreman hostgroups. The CERN DNS LBD is Open Software with Apache 2 license.

  20. Adaptive Load-Balancing Algorithms using Symmetric Broadcast Networks

    NASA Technical Reports Server (NTRS)

    Das, Sajal K.; Harvey, Daniel J.; Biswas, Rupak; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    In a distributed computing environment, it is important to ensure that the processor workloads are adequately balanced, Among numerous load-balancing algorithms, a unique approach due to Das and Prasad defines a symmetric broadcast network (SBN) that provides a robust communication pattern among the processors in a topology-independent manner. In this paper, we propose and analyze three efficient SBN-based dynamic load-balancing algorithms, and implement them on an SGI Origin2000. A thorough experimental study with Poisson distributed synthetic loads demonstrates that our algorithms are effective in balancing system load. By optimizing completion time and idle time, the proposed algorithms are shown to compare favorably with several existing approaches.

  1. Selective randomized load balancing and mesh networks with changing demands

    NASA Astrophysics Data System (ADS)

    Shepherd, F. B.; Winzer, P. J.

    2006-05-01

    We consider the problem of building cost-effective networks that are robust to dynamic changes in demand patterns. We compare several architectures using demand-oblivious routing strategies. Traditional approaches include single-hop architectures based on a (static or dynamic) circuit-switched core infrastructure and multihop (packet-switched) architectures based on point-to-point circuits in the core. To address demand uncertainty, we seek minimum cost networks that can carry the class of hose demand matrices. Apart from shortest-path routing, Valiant's randomized load balancing (RLB), and virtual private network (VPN) tree routing, we propose a third, highly attractive approach: selective randomized load balancing (SRLB). This is a blend of dual-hop hub routing and randomized load balancing that combines the advantages of both architectures in terms of network cost, delay, and delay jitter. In particular, we give empirical analyses for the cost (in terms of transport and switching equipment) for the discussed architectures, based on three representative carrier networks. Of these three networks, SRLB maintains the resilience properties of RLB while achieving significant cost reduction over all other architectures, including RLB and multihop Internet protocol/multiprotocol label switching (IP/MPLS) networks using VPN-tree routing.

  2. Load Balancing in Structured P2P Networks

    NASA Astrophysics Data System (ADS)

    Zhu, Yingwu

    In this chapter we start by addressing the importance and necessity of load balancing in structured P2P networks, due to three main reasons. First, structured P2P networks assume uniform peer capacities while peer capacities are heterogeneous in deployed P2P networks. Second, resorting to pseudo-uniformity of the hash function used to generate node IDs and data item keys leads to imbalanced overlay address space and item distribution. Lastly, placement of data items cannot be randomized in some applications (e.g., range searching). We then present an overview of load aggregation and dissemination techniques that are required by many load balancing algorithms. Two techniques are discussed including tree structure-based approach and gossip-based approach. They make different tradeoffs between estimate/aggregate accuracy and failure resilience. To address the issue of load imbalance, three main solutions are described: virtual server-based approach, power of two choices, and address-space and item balancing. While different in their designs, they all aim to improve balance on the address space and data item distribution. As a case study, the chapter discusses a virtual server-based load balancing algorithm that strives to ensure fair load distribution among nodes and minimize load balancing cost in bandwidth. Finally, the chapter concludes with future research and a summary.

  3. A location selection policy of live virtual machine migration for power saving and load balancing.

    PubMed

    Zhao, Jia; Ding, Yan; Xu, Gaochao; Hu, Liang; Dong, Yushuang; Fu, Xiaodong

    2013-01-01

    Green cloud data center has become a research hotspot of virtualized cloud computing architecture. And load balancing has also been one of the most important goals in cloud data centers. Since live virtual machine (VM) migration technology is widely used and studied in cloud computing, we have focused on location selection (migration policy) of live VM migration for power saving and load balancing. We propose a novel approach MOGA-LS, which is a heuristic and self-adaptive multiobjective optimization algorithm based on the improved genetic algorithm (GA). This paper has presented the specific design and implementation of MOGA-LS such as the design of the genetic operators, fitness values, and elitism. We have introduced the Pareto dominance theory and the simulated annealing (SA) idea into MOGA-LS and have presented the specific process to get the final solution, and thus, the whole approach achieves a long-term efficient optimization for power saving and load balancing. The experimental results demonstrate that MOGA-LS evidently reduces the total incremental power consumption and better protects the performance of VM migration and achieves the balancing of system load compared with the existing research. It makes the result of live VM migration more high-effective and meaningful.

  4. A Location Selection Policy of Live Virtual Machine Migration for Power Saving and Load Balancing

    PubMed Central

    Xu, Gaochao; Hu, Liang; Dong, Yushuang; Fu, Xiaodong

    2013-01-01

    Green cloud data center has become a research hotspot of virtualized cloud computing architecture. And load balancing has also been one of the most important goals in cloud data centers. Since live virtual machine (VM) migration technology is widely used and studied in cloud computing, we have focused on location selection (migration policy) of live VM migration for power saving and load balancing. We propose a novel approach MOGA-LS, which is a heuristic and self-adaptive multiobjective optimization algorithm based on the improved genetic algorithm (GA). This paper has presented the specific design and implementation of MOGA-LS such as the design of the genetic operators, fitness values, and elitism. We have introduced the Pareto dominance theory and the simulated annealing (SA) idea into MOGA-LS and have presented the specific process to get the final solution, and thus, the whole approach achieves a long-term efficient optimization for power saving and load balancing. The experimental results demonstrate that MOGA-LS evidently reduces the total incremental power consumption and better protects the performance of VM migration and achieves the balancing of system load compared with the existing research. It makes the result of live VM migration more high-effective and meaningful. PMID:24348165

  5. LBMR: Load-Balanced Multipath Routing for Wireless Data-Intensive Transmission in Real-Time Medical Monitoring.

    PubMed

    Tseng, Chinyang Henry

    2016-05-31

    In wireless networks, low-power Zigbee is an excellent network solution for wireless medical monitoring systems. Medical monitoring generally involves transmission of a large amount of data and easily causes bottleneck problems. Although Zigbee's AODV mesh routing provides extensible multi-hop data transmission to extend network coverage, it originally does not, and needs to support some form of load balancing mechanism to avoid bottlenecks. To guarantee a more reliable multi-hop data transmission for life-critical medical applications, we have developed a multipath solution, called Load-Balanced Multipath Routing (LBMR) to replace Zigbee's routing mechanism. LBMR consists of three main parts: Layer Routing Construction (LRC), a Load Estimation Algorithm (LEA), and a Route Maintenance (RM) mechanism. LRC assigns nodes into different layers based on the node's distance to the medical data gateway. Nodes can have multiple next-hops delivering medical data toward the gateway. All neighboring layer-nodes exchange flow information containing current load, which is the used by the LEA to estimate future load of next-hops to the gateway. With LBMR, nodes can choose the neighbors with the least load as the next-hops and thus can achieve load balancing and avoid bottlenecks. Furthermore, RM can detect route failures in real-time and perform route redirection to ensure routing robustness. Since LRC and LEA prevent bottlenecks while RM ensures routing fault tolerance, LBMR provides a highly reliable routing service for medical monitoring. To evaluate these accomplishments, we compare LBMR with Zigbee's AODV and another multipath protocol, AOMDV. The simulation results demonstrate LBMR achieves better load balancing, less unreachable nodes, and better packet delivery ratio than either AODV or AOMDV.

  6. LBMR: Load-Balanced Multipath Routing for Wireless Data-Intensive Transmission in Real-Time Medical Monitoring

    PubMed Central

    Tseng, Chinyang Henry

    2016-01-01

    In wireless networks, low-power Zigbee is an excellent network solution for wireless medical monitoring systems. Medical monitoring generally involves transmission of a large amount of data and easily causes bottleneck problems. Although Zigbee’s AODV mesh routing provides extensible multi-hop data transmission to extend network coverage, it originally does not, and needs to support some form of load balancing mechanism to avoid bottlenecks. To guarantee a more reliable multi-hop data transmission for life-critical medical applications, we have developed a multipath solution, called Load-Balanced Multipath Routing (LBMR) to replace Zigbee’s routing mechanism. LBMR consists of three main parts: Layer Routing Construction (LRC), a Load Estimation Algorithm (LEA), and a Route Maintenance (RM) mechanism. LRC assigns nodes into different layers based on the node’s distance to the medical data gateway. Nodes can have multiple next-hops delivering medical data toward the gateway. All neighboring layer-nodes exchange flow information containing current load, which is the used by the LEA to estimate future load of next-hops to the gateway. With LBMR, nodes can choose the neighbors with the least load as the next-hops and thus can achieve load balancing and avoid bottlenecks. Furthermore, RM can detect route failures in real-time and perform route redirection to ensure routing robustness. Since LRC and LEA prevent bottlenecks while RM ensures routing fault tolerance, LBMR provides a highly reliable routing service for medical monitoring. To evaluate these accomplishments, we compare LBMR with Zigbee’s AODV and another multipath protocol, AOMDV. The simulation results demonstrate LBMR achieves better load balancing, less unreachable nodes, and better packet delivery ratio than either AODV or AOMDV. PMID:27258297

  7. Load Balancing at Emergency Departments using ‘Crowdinforming’

    PubMed Central

    Friesen, Marcia R; Strome, Trevor; Mukhi, Shamir; McLoed, Robert

    2011-01-01

    Background: Emergency Department (ED) overcrowding is an important healthcare issue facing increasing public and regulatory scrutiny in Canada and around the world. Many approaches to alleviate excessive waiting times and lengths of stay have been studied. In theory, optimal ED patient flow may be assisted via balancing patient loads between EDs (in essence spreading patients more evenly throughout this system). This investigation utilizes simulation to explore “Crowdinforming” as a basis for a process control strategy aimed to balance patient loads between six EDs within a mid-sized Canadian city. Methods: Anonymous patient visit data comprising 120,000 ED patient visits over six months to six ED facilities were obtained from the region’s Emergency Department Information System (EDIS) to (1) determine trends in ED visits and interactions between parameters; (2) to develop a process control strategy integrating crowdinforming; and, (3) apply and evaluate the model in a simulated environment to explore the potential impact on patient self-redirection and load balancing between EDs. Results: As in reality, the data available and subsequent model demonstrated that there are many factors that impact ED patient flow. Initial results suggest that for this particular data set used, ED arrival rates were the most useful metric for ED ‘busyness’ in a process control strategy, and that Emergency Department performance may benefit from load balancing efforts. Conclusions: The simulation supports the use of crowdinforming as a potential tool when used in a process control strategy to balance the patient loads between EDs. The work also revealed that the value of several parameters intuitively expected to be meaningful metrics of ED ‘busyness’ was not evident, highlighting the importance of finding parameters meaningful within one’s particular data set. The information provided in the crowdinforming model is already available in a local context at some ED sites

  8. Research on virtual network load balancing based on OpenFlow

    NASA Astrophysics Data System (ADS)

    Peng, Rong; Ding, Lei

    2017-08-01

    The Network based on OpenFlow technology separate the control module and data forwarding module. Global deployment of load balancing strategy through network view of control plane is fast and of high efficiency. This paper proposes a Weighted Round-Robin Scheduling algorithm for virtual network and a load balancing plan for server load based on OpenFlow. Load of service nodes and load balancing tasks distribution algorithm will be taken into account.

  9. Load Balancing Using Time Series Analysis for Soft Real Time Systems with Statistically Periodic Loads

    NASA Technical Reports Server (NTRS)

    Hailperin, M.

    1993-01-01

    This thesis provides design and analysis of techniques for global load balancing on ensemble architectures running soft-real-time object-oriented applications with statistically periodic loads. It focuses on estimating the instantaneous average load over all the processing elements. The major contribution is the use of explicit stochastic process models for both the loading and the averaging itself. These models are exploited via statistical time-series analysis and Bayesian inference to provide improved average load estimates, and thus to facilitate global load balancing. This thesis explains the distributed algorithms used and provides some optimality results. It also describes the algorithms' implementation and gives performance results from simulation. These results show that the authors' techniques allow more accurate estimation of the global system loading, resulting in fewer object migrations than local methods. The authors' method is shown to provide superior performance, relative not only to static load-balancing schemes but also to many adaptive load-balancing methods. Results from a preliminary analysis of another system and from simulation with a synthetic load provide some evidence of more general applicability.

  10. Control Allocation with Load Balancing

    NASA Technical Reports Server (NTRS)

    Bodson, Marc; Frost, Susan A.

    2009-01-01

    Next generation aircraft with a large number of actuators will require advanced control allocation methods to compute the actuator commands needed to follow desired trajectories while respecting system constraints. Previously, algorithms were proposed to minimize the l1 or l2 norms of the tracking error and of the actuator deflections. The paper discusses the alternative choice of the l(infinity) norm, or sup norm. Minimization of the control effort translates into the minimization of the maximum actuator deflection (min-max optimization). The paper shows how the problem can be solved effectively by converting it into a linear program and solving it using a simplex algorithm. Properties of the algorithm are also investigated through examples. In particular, the min-max criterion results in a type of load balancing, where the load is th desired command and the algorithm balances this load among various actuators. The solution using the l(infinity) norm also results in better robustness to failures and to lower sensitivity to nonlinearities in illustrative examples.

  11. Portable Parallel Programming for the Dynamic Load Balancing of Unstructured Grid Applications

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Das, Sajal K.; Harvey, Daniel; Oliker, Leonid

    1999-01-01

    The ability to dynamically adapt an unstructured -rid (or mesh) is a powerful tool for solving computational problems with evolving physical features; however, an efficient parallel implementation is rather difficult, particularly from the view point of portability on various multiprocessor platforms We address this problem by developing PLUM, tin automatic anti architecture-independent framework for adaptive numerical computations in a message-passing environment. Portability is demonstrated by comparing performance on an SP2, an Origin2000, and a T3E, without any code modifications. We also present a general-purpose load balancer that utilizes symmetric broadcast networks (SBN) as the underlying communication pattern, with a goal to providing a global view of system loads across processors. Experiments on, an SP2 and an Origin2000 demonstrate the portability of our approach which achieves superb load balance at the cost of minimal extra overhead.

  12. Population-based learning of load balancing policies for a distributed computer system

    NASA Technical Reports Server (NTRS)

    Mehra, Pankaj; Wah, Benjamin W.

    1993-01-01

    Effective load-balancing policies use dynamic resource information to schedule tasks in a distributed computer system. We present a novel method for automatically learning such policies. At each site in our system, we use a comparator neural network to predict the relative speedup of an incoming task using only the resource-utilization patterns obtained prior to the task's arrival. Outputs of these comparator networks are broadcast periodically over the distributed system, and the resource schedulers at each site use these values to determine the best site for executing an incoming task. The delays incurred in propagating workload information and tasks from one site to another, as well as the dynamic and unpredictable nature of workloads in multiprogrammed multiprocessors, may cause the workload pattern at the time of execution to differ from patterns prevailing at the times of load-index computation and decision making. Our load-balancing policy accommodates this uncertainty by using certain tunable parameters. We present a population-based machine-learning algorithm that adjusts these parameters in order to achieve high average speedups with respect to local execution. Our results show that our load-balancing policy, when combined with the comparator neural network for workload characterization, is effective in exploiting idle resources in a distributed computer system.

  13. Load balancing for massively-parallel soft-real-time systems

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

    Hailperin, M.

    1988-09-01

    Global load balancing, if practical, would allow the effective use of massively-parallel ensemble architectures for large soft-real-problems. The challenge is to replace quick global communications, which is impractical in a massively-parallel system, with statistical techniques. In this vein, the author proposes a novel approach to decentralized load balancing based on statistical time-series analysis. Each site estimates the system-wide average load using information about past loads of individual sites and attempts to equal that average. This estimation process is practical because the soft-real-time systems of interest naturally exhibit loads that are periodic, in a statistical sense akin to seasonality in econometrics.more » It is shown how this load-characterization technique can be the foundation for a load-balancing system in an architecture employing cut-through routing and an efficient multicast protocol.« less

  14. A Baseline Load Schedule for the Manual Calibration of a Force Balance

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Gisler, R.

    2013-01-01

    A baseline load schedule for the manual calibration of a force balance was developed that takes current capabilities at the NASA Ames Balance Calibration Laboratory into account. The load schedule consists of 18 load series with a total of 194 data points. It was designed to satisfy six requirements: (i) positive and negative loadings should be applied for each load component; (ii) at least three loadings should be applied between 0 % and 100 % load capacity; (iii) normal and side force loadings should be applied at the forward gage location, the aft gage location, and the balance moment center; (iv) the balance should be used in UP and DOWN orientation to get axial force loadings; (v) the constant normal and side force approaches should be used to get the rolling moment loadings; (vi) rolling moment loadings should be obtained for 0, 90, 180, and 270 degrees balance orientation. Three different approaches are also reviewed that may be used to independently estimate the natural zeros of the balance. These three approaches provide gage output differences that may be used to estimate the weight of both the metric and non-metric part of the balance. Manual calibration data of NASA s MK29A balance and machine calibration data of NASA s MC60D balance are used to illustrate and evaluate different aspects of the proposed baseline load schedule design.

  15. Load Balancing Strategies for Multiphase Flows on Structured Grids

    NASA Astrophysics Data System (ADS)

    Olshefski, Kristopher; Owkes, Mark

    2017-11-01

    The computation time required to perform large simulations of complex systems is currently one of the leading bottlenecks of computational research. Parallelization allows multiple processing cores to perform calculations simultaneously and reduces computational times. However, load imbalances between processors waste computing resources as processors wait for others to complete imbalanced tasks. In multiphase flows, these imbalances arise due to the additional computational effort required at the gas-liquid interface. However, many current load balancing schemes are only designed for unstructured grid applications. The purpose of this research is to develop a load balancing strategy while maintaining the simplicity of a structured grid. Several approaches are investigated including brute force oversubscription, node oversubscription through Message Passing Interface (MPI) commands, and shared memory load balancing using OpenMP. Each of these strategies are tested with a simple one-dimensional model prior to implementation into the three-dimensional NGA code. Current results show load balancing will reduce computational time by at least 30%.

  16. Dynamic load balance scheme for the DSMC algorithm

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

    Li, Jin; Geng, Xiangren; Jiang, Dingwu

    The direct simulation Monte Carlo (DSMC) algorithm, devised by Bird, has been used over a wide range of various rarified flow problems in the past 40 years. While the DSMC is suitable for the parallel implementation on powerful multi-processor architecture, it also introduces a large load imbalance across the processor array, even for small examples. The load imposed on a processor by a DSMC calculation is determined to a large extent by the total of simulator particles upon it. Since most flows are impulsively started with initial distribution of particles which is surely quite different from the steady state, themore » total of simulator particles will change dramatically. The load balance based upon an initial distribution of particles will break down as the steady state of flow is reached. The load imbalance and huge computational cost of DSMC has limited its application to rarefied or simple transitional flows. In this paper, by taking advantage of METIS, a software for partitioning unstructured graphs, and taking the total of simulator particles in each cell as a weight information, the repartitioning based upon the principle that each processor handles approximately the equal total of simulator particles has been achieved. The computation must pause several times to renew the total of simulator particles in each processor and repartition the whole domain again. Thus the load balance across the processors array holds in the duration of computation. The parallel efficiency can be improved effectively. The benchmark solution of a cylinder submerged in hypersonic flow has been simulated numerically. Besides, hypersonic flow past around a complex wing-body configuration has also been simulated. The results have displayed that, for both of cases, the computational time can be reduced by about 50%.« less

  17. Load Balancing Unstructured Adaptive Grids for CFD Problems

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Oliker, Leonid

    1996-01-01

    Mesh adaption is a powerful tool for efficient unstructured-grid computations but causes load imbalance among processors on a parallel machine. A dynamic load balancing method is presented that balances the workload across all processors with a global view. After each parallel tetrahedral mesh adaption, the method first determines if the new mesh is sufficiently unbalanced to warrant a repartitioning. If so, the adapted mesh is repartitioned, with new partitions assigned to processors so that the redistribution cost is minimized. The new partitions are accepted only if the remapping cost is compensated by the improved load balance. Results indicate that this strategy is effective for large-scale scientific computations on distributed-memory multiprocessors.

  18. PLUM: Parallel Load Balancing for Adaptive Unstructured Meshes

    NASA Technical Reports Server (NTRS)

    Oliker, Leonid; Biswas, Rupak; Saini, Subhash (Technical Monitor)

    1998-01-01

    Mesh adaption is a powerful tool for efficient unstructured-grid computations but causes load imbalance among processors on a parallel machine. We present a novel method called PLUM to dynamically balance the processor workloads with a global view. This paper presents the implementation and integration of all major components within our dynamic load balancing strategy for adaptive grid calculations. Mesh adaption, repartitioning, processor assignment, and remapping are critical components of the framework that must be accomplished rapidly and efficiently so as not to cause a significant overhead to the numerical simulation. A data redistribution model is also presented that predicts the remapping cost on the SP2. This model is required to determine whether the gain from a balanced workload distribution offsets the cost of data movement. Results presented in this paper demonstrate that PLUM is an effective dynamic load balancing strategy which remains viable on a large number of processors.

  19. A Baseline Load Schedule for the Manual Calibration of a Force Balance

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Gisler, R.

    2013-01-01

    A baseline load schedule for the manual calibration of a force balance is defined that takes current capabilities at the NASA Ames Balance Calibration Laboratory into account. The chosen load schedule consists of 18 load series with a total of 194 data points. It was designed to satisfy six requirements: (i) positive and negative loadings should be applied for each load component; (ii) at least three loadings should be applied between 0 % and 100 % load capacity; (iii) normal and side force loadings should be applied at the forward gage location, aft gage location, and the balance moment center; (iv) the balance should be used in "up" and "down" orientation to get positive and negative axial force loadings; (v) the constant normal and side force approaches should be used to get the rolling moment loadings; (vi) rolling moment loadings should be obtained for 0, 90, 180, and 270 degrees balance orientation. In addition, three different approaches are discussed in the paper that may be used to independently estimate the natural zeros, i.e., the gage outputs of the absolute load datum of the balance. These three approaches provide gage output differences that can be used to estimate the weight of both the metric and non-metric part of the balance. Data from the calibration of a six-component force balance will be used in the final manuscript of the paper to illustrate characteristics of the proposed baseline load schedule.

  20. Load Balancing Using Time Series Analysis for Soft Real Time Systems with Statistically Periodic Loads

    NASA Technical Reports Server (NTRS)

    Hailperin, Max

    1993-01-01

    This thesis provides design and analysis of techniques for global load balancing on ensemble architectures running soft-real-time object-oriented applications with statistically periodic loads. It focuses on estimating the instantaneous average load over all the processing elements. The major contribution is the use of explicit stochastic process models for both the loading and the averaging itself. These models are exploited via statistical time-series analysis and Bayesian inference to provide improved average load estimates, and thus to facilitate global load balancing. This thesis explains the distributed algorithms used and provides some optimality results. It also describes the algorithms' implementation and gives performance results from simulation. These results show that our techniques allow more accurate estimation of the global system load ing, resulting in fewer object migration than local methods. Our method is shown to provide superior performance, relative not only to static load-balancing schemes but also to many adaptive methods.

  1. Multidimensional spectral load balancing

    DOEpatents

    Hendrickson, Bruce A.; Leland, Robert W.

    1996-12-24

    A method of and apparatus for graph partitioning involving the use of a plurality of eigenvectors of the Laplacian matrix of the graph of the problem for which load balancing is desired. The invention is particularly useful for optimizing parallel computer processing of a problem and for minimizing total pathway lengths of integrated circuits in the design stage.

  2. Roads & loads : finding a balance.

    DOT National Transportation Integrated Search

    2006-01-01

    Striking a balance between the needs of commerce to carry heavy loads on roads and the need to preserve the significant investment in our transportation infrastructure is a challenging process. There are compelling needs from both sides of the pictur...

  3. Physical load handling and listening comprehension effects on balance control.

    PubMed

    Qu, Xingda

    2010-12-01

    The purpose of this study was to determine the physical load handling and listening comprehension effects on balance control. A total of 16 young and 16 elderly participants were recruited in this study. The physical load handling task required holding a 5-kg load in each hand with arms at sides. The listening comprehension task involved attentive listening to a short conversation. Three short questions were asked regarding the conversation right after the testing trial to test the participants' attentiveness during the experiment. Balance control was assessed by centre of pressure-based measures, which were calculated from the force platform data when the participants were quietly standing upright on a force platform. Results from this study showed that both physical load handling and listening comprehension adversely affected balance control. Physical load handling had a more deleterious effect on balance control under the listening comprehension condition vs. no-listening comprehension condition. Based on the findings from this study, interventions for the improvement of balance could be focused on avoiding exposures to physically demanding tasks and cognitively demanding tasks simultaneously. STATEMENT OF RELEVANCE: Findings from this study can aid in better understanding how humans maintain balance, especially when physical and cognitive loads are applied. Such information is useful for developing interventions to prevent fall incidents and injuries in occupational settings and daily activities.

  4. Influence of Primary Gage Sensitivities on the Convergence of Balance Load Iterations

    NASA Technical Reports Server (NTRS)

    Ulbrich, Norbert Manfred

    2012-01-01

    The connection between the convergence of wind tunnel balance load iterations and the existence of the primary gage sensitivities of a balance is discussed. First, basic elements of two load iteration equations that the iterative method uses in combination with results of a calibration data analysis for the prediction of balance loads are reviewed. Then, the connection between the primary gage sensitivities, the load format, the gage output format, and the convergence characteristics of the load iteration equation choices is investigated. A new criterion is also introduced that may be used to objectively determine if the primary gage sensitivity of a balance gage exists. Then, it is shown that both load iteration equations will converge as long as a suitable regression model is used for the analysis of the balance calibration data, the combined influence of non linear terms of the regression model is very small, and the primary gage sensitivities of all balance gages exist. The last requirement is fulfilled, e.g., if force balance calibration data is analyzed in force balance format. Finally, it is demonstrated that only one of the two load iteration equation choices, i.e., the iteration equation used by the primary load iteration method, converges if one or more primary gage sensitivities are missing. This situation may occur, e.g., if force balance calibration data is analyzed in direct read format using the original gage outputs. Data from the calibration of a six component force balance is used to illustrate the connection between the convergence of the load iteration equation choices and the existence of the primary gage sensitivities.

  5. CFTLB: a novel cross-layer fault tolerant and load balancing protocol for WMN

    NASA Astrophysics Data System (ADS)

    Krishnaveni, N. N.; Chitra, K.

    2017-12-01

    Wireless mesh network (WMN) forms a wireless backbone framework for multi-hop transmission among the routers and clients in the extensible coverage area. To improve the throughput of WMNs with multiple gateways (GWs), several issues related to GW selection, load balancing and frequent link failures due to the presence of dynamic obstacles and channel interference should be addressed. This paper presents a novel cross-layer fault tolerant and load balancing (CFTLB) protocol to overcome the issues in WMN. Initially, the neighbour GW is searched and channel load is calculated. The GW having least channel load is selected which is estimated during the arrival of the new node. The proposed algorithm finds the alternate GWs and calculates the channel availability under high loading scenarios. If the current load in the GW is high, another GW is found and channel availability is calculated. Besides, it initiates the channel switching and establishes the communication with the mesh client effectively. The utilisation of hashing technique in proposed CFTLB verifies the status of the packets and achieves better performance in terms of router average throughput, throughput, average channel access time and lower end-to-end delay, communication overhead and average data loss in the channel compared to the existing protocols.

  6. Migration impact on load balancing - an experience on Amoeba

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

    Zhu, W.; Socko, P.

    1996-12-31

    Load balancing has been extensive study by simulation, positive results were received in most of the researches. With the increase of the availability oftlistributed systems, a few experiments have been carried out on different systems. These experimental studies either depend on task initiation or task initiation plus task migration. In this paper, we present the results of an 0 study of load balancing using a centralizedpolicy to manage the load on a set of processors, which was carried out on an Amoeba system which consists of a set of 386s and linked by 10 Mbps Ethernet. The results on onemore » hand indicate the necessity of a load balancing facility for a distributed system. On the other hand, the results question the impact of using process migration to increase system performance under the configuration used in our experiments.« less

  7. Assessment of the Uniqueness of Wind Tunnel Strain-Gage Balance Load Predictions

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.

    2016-01-01

    A new test was developed to assess the uniqueness of wind tunnel strain-gage balance load predictions that are obtained from regression models of calibration data. The test helps balance users to gain confidence in load predictions of non-traditional balance designs. It also makes it possible to better evaluate load predictions of traditional balances that are not used as originally intended. The test works for both the Iterative and Non-Iterative Methods that are used in the aerospace testing community for the prediction of balance loads. It is based on the hypothesis that the total number of independently applied balance load components must always match the total number of independently measured bridge outputs or bridge output combinations. This hypothesis is supported by a control volume analysis of the inputs and outputs of a strain-gage balance. It is concluded from the control volume analysis that the loads and bridge outputs of a balance calibration data set must separately be tested for linear independence because it cannot always be guaranteed that a linearly independent load component set will result in linearly independent bridge output measurements. Simple linear math models for the loads and bridge outputs in combination with the variance inflation factor are used to test for linear independence. A highly unique and reversible mapping between the applied load component set and the measured bridge output set is guaranteed to exist if the maximum variance inflation factor of both sets is less than the literature recommended threshold of five. Data from the calibration of a six{component force balance is used to illustrate the application of the new test to real-world data.

  8. Load Balancing in Stochastic Networks: Algorithms, Analysis, and Game Theory

    DTIC Science & Technology

    2014-04-16

    SECURITY CLASSIFICATION OF: The classic randomized load balancing model is the so-called supermarket model, which describes a system in which...P.O. Box 12211 Research Triangle Park, NC 27709-2211 mean-field limits, supermarket model, thresholds, game, randomized load balancing REPORT...balancing model is the so-called supermarket model, which describes a system in which customers arrive to a service center with n parallel servers according

  9. Parallel Tetrahedral Mesh Adaptation with Dynamic Load Balancing

    NASA Technical Reports Server (NTRS)

    Oliker, Leonid; Biswas, Rupak; Gabow, Harold N.

    1999-01-01

    The ability to dynamically adapt an unstructured grid is a powerful tool for efficiently solving computational problems with evolving physical features. In this paper, we report on our experience parallelizing an edge-based adaptation scheme, called 3D_TAG. using message passing. Results show excellent speedup when a realistic helicopter rotor mesh is randomly refined. However. performance deteriorates when the mesh is refined using a solution-based error indicator since mesh adaptation for practical problems occurs in a localized region., creating a severe load imbalance. To address this problem, we have developed PLUM, a global dynamic load balancing framework for adaptive numerical computations. Even though PLUM primarily balances processor workloads for the solution phase, it reduces the load imbalance problem within mesh adaptation by repartitioning the mesh after targeting edges for refinement but before the actual subdivision. This dramatically improves the performance of parallel 3D_TAG since refinement occurs in a more load balanced fashion. We also present optimal and heuristic algorithms that, when applied to the default mapping of a parallel repartitioner, significantly reduce the data redistribution overhead. Finally, portability is examined by comparing performance on three state-of-the-art parallel machines.

  10. Short-term Power Load Forecasting Based on Balanced KNN

    NASA Astrophysics Data System (ADS)

    Lv, Xianlong; Cheng, Xingong; YanShuang; Tang, Yan-mei

    2018-03-01

    To improve the accuracy of load forecasting, a short-term load forecasting model based on balanced KNN algorithm is proposed; According to the load characteristics, the historical data of massive power load are divided into scenes by the K-means algorithm; In view of unbalanced load scenes, the balanced KNN algorithm is proposed to classify the scene accurately; The local weighted linear regression algorithm is used to fitting and predict the load; Adopting the Apache Hadoop programming framework of cloud computing, the proposed algorithm model is parallelized and improved to enhance its ability of dealing with massive and high-dimension data. The analysis of the household electricity consumption data for a residential district is done by 23-nodes cloud computing cluster, and experimental results show that the load forecasting accuracy and execution time by the proposed model are the better than those of traditional forecasting algorithm.

  11. Dynamic load balancing for petascale quantum Monte Carlo applications: The Alias method

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

    Sudheer, C. D.; Krishnan, S.; Srinivasan, A.

    Diffusion Monte Carlo is the most accurate widely used Quantum Monte Carlo method for the electronic structure of materials, but it requires frequent load balancing or population redistribution steps to maintain efficiency and avoid accumulation of systematic errors on parallel machines. The load balancing step can be a significant factor affecting performance, and will become more important as the number of processing elements increases. We propose a new dynamic load balancing algorithm, the Alias Method, and evaluate it theoretically and empirically. An important feature of the new algorithm is that the load can be perfectly balanced with each process receivingmore » at most one message. It is also optimal in the maximum size of messages received by any process. We also optimize its implementation to reduce network contention, a process facilitated by the low messaging requirement of the algorithm. Empirical results on the petaflop Cray XT Jaguar supercomputer at ORNL showing up to 30% improvement in performance on 120,000 cores. The load balancing algorithm may be straightforwardly implemented in existing codes. The algorithm may also be employed by any method with many near identical computational tasks that requires load balancing.« less

  12. Prediction Interval Development for Wind-Tunnel Balance Check-Loading

    NASA Technical Reports Server (NTRS)

    Landman, Drew; Toro, Kenneth G.; Commo, Sean A.; Lynn, Keith C.

    2014-01-01

    Results from the Facility Analysis Verification and Operational Reliability project revealed a critical gap in capability in ground-based aeronautics research applications. Without a standardized process for check-loading the wind-tunnel balance or the model system, the quality of the aerodynamic force data collected varied significantly between facilities. A prediction interval is required in order to confirm a check-loading. The prediction interval provides an expected upper and lower bound on balance load prediction at a given confidence level. A method has been developed which accounts for sources of variability due to calibration and check-load application. The prediction interval method of calculation and a case study demonstrating its use is provided. Validation of the methods is demonstrated for the case study based on the probability of capture of confirmation points.

  13. Dynamic Load-Balancing for Distributed Heterogeneous Computing of Parallel CFD Problems

    NASA Technical Reports Server (NTRS)

    Ecer, A.; Chien, Y. P.; Boenisch, T.; Akay, H. U.

    2000-01-01

    The developed methodology is aimed at improving the efficiency of executing block-structured algorithms on parallel, distributed, heterogeneous computers. The basic approach of these algorithms is to divide the flow domain into many sub- domains called blocks, and solve the governing equations over these blocks. Dynamic load balancing problem is defined as the efficient distribution of the blocks among the available processors over a period of several hours of computations. In environments with computers of different architecture, operating systems, CPU speed, memory size, load, and network speed, balancing the loads and managing the communication between processors becomes crucial. Load balancing software tools for mutually dependent parallel processes have been created to efficiently utilize an advanced computation environment and algorithms. These tools are dynamic in nature because of the chances in the computer environment during execution time. More recently, these tools were extended to a second operating system: NT. In this paper, the problems associated with this application will be discussed. Also, the developed algorithms were combined with the load sharing capability of LSF to efficiently utilize workstation clusters for parallel computing. Finally, results will be presented on running a NASA based code ADPAC to demonstrate the developed tools for dynamic load balancing.

  14. Multi-agent grid system Agent-GRID with dynamic load balancing of cluster nodes

    NASA Astrophysics Data System (ADS)

    Satymbekov, M. N.; Pak, I. T.; Naizabayeva, L.; Nurzhanov, Ch. A.

    2017-12-01

    In this study the work presents the system designed for automated load balancing of the contributor by analysing the load of compute nodes and the subsequent migration of virtual machines from loaded nodes to less loaded ones. This system increases the performance of cluster nodes and helps in the timely processing of data. A grid system balances the work of cluster nodes the relevance of the system is the award of multi-agent balancing for the solution of such problems.

  15. Selecting boundary conditions in physiological strain analysis of the femur: Balanced loads, inertia relief method and follower load.

    PubMed

    Heyland, Mark; Trepczynski, Adam; Duda, Georg N; Zehn, Manfred; Schaser, Klaus-Dieter; Märdian, Sven

    2015-12-01

    Selection of boundary constraints may influence amount and distribution of loads. The purpose of this study is to analyze the potential of inertia relief and follower load to maintain the effects of musculoskeletal loads even under large deflections in patient specific finite element models of intact or fractured bone compared to empiric boundary constraints which have been shown to lead to physiological displacements and surface strains. The goal is to elucidate the use of boundary conditions in strain analyses of bones. Finite element models of the intact femur and a model of clinically relevant fracture stabilization by locking plate fixation were analyzed with normal walking loading conditions for different boundary conditions, specifically re-balanced loading, inertia relief and follower load. Peak principal cortex surface strains for different boundary conditions are consistent (maximum deviation 13.7%) except for inertia relief without force balancing (maximum deviation 108.4%). Influence of follower load on displacements increases with higher deflection in fracture model (from 3% to 7% for force balanced model). For load balanced models, follower load had only minor influence, though the effect increases strongly with higher deflection. Conventional constraints of fixed nodes in space should be carefully reconsidered because their type and position are challenging to justify and for their potential to introduce relevant non-physiological reaction forces. Inertia relief provides an alternative method which yields physiological strain results. Copyright © 2015 IPEM. Published by Elsevier Ltd. All rights reserved.

  16. I/O load balancing for big data HPC applications

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

    Paul, Arnab K.; Goyal, Arpit; Wang, Feiyi

    High Performance Computing (HPC) big data problems require efficient distributed storage systems. However, at scale, such storage systems often experience load imbalance and resource contention due to two factors: the bursty nature of scientific application I/O; and the complex I/O path that is without centralized arbitration and control. For example, the extant Lustre parallel file system-that supports many HPC centers-comprises numerous components connected via custom network topologies, and serves varying demands of a large number of users and applications. Consequently, some storage servers can be more loaded than others, which creates bottlenecks and reduces overall application I/O performance. Existing solutionsmore » typically focus on per application load balancing, and thus are not as effective given their lack of a global view of the system. In this paper, we propose a data-driven approach to load balance the I/O servers at scale, targeted at Lustre deployments. To this end, we design a global mapper on Lustre Metadata Server, which gathers runtime statistics from key storage components on the I/O path, and applies Markov chain modeling and a minimum-cost maximum-flow algorithm to decide where data should be placed. Evaluation using a realistic system simulator and a real setup shows that our approach yields better load balancing, which in turn can improve end-to-end performance.« less

  17. Valiant load-balanced robust routing under hose model for WDM mesh networks

    NASA Astrophysics Data System (ADS)

    Zhang, Xiaoning; Li, Lemin; Wang, Sheng

    2006-09-01

    In this paper, we propose Valiant Load-Balanced robust routing scheme for WDM mesh networks under the model of polyhedral uncertainty (i.e., hose model), and the proposed routing scheme is implemented with traffic grooming approach. Our Objective is to maximize the hose model throughput. A mathematic formulation of Valiant Load-Balanced robust routing is presented and three fast heuristic algorithms are also proposed. When implementing Valiant Load-Balanced robust routing scheme to WDM mesh networks, a novel traffic-grooming algorithm called MHF (minimizing hop first) is proposed. We compare the three heuristic algorithms with the VPN tree under the hose model. Finally we demonstrate in the simulation results that MHF with Valiant Load-Balanced robust routing scheme outperforms the traditional traffic-grooming algorithm in terms of the throughput for the uniform/non-uniform traffic matrix under the hose model.

  18. Computational evaluation of load carriage effects on gait balance stability.

    PubMed

    Mummolo, Carlotta; Park, Sukyung; Mangialardi, Luigi; Kim, Joo H

    2016-01-01

    Evaluating the effects of load carriage on gait balance stability is important in various applications. However, their quantification has not been rigorously addressed in the current literature, partially due to the lack of relevant computational indices. The novel Dynamic Gait Measure (DGM) characterizes gait balance stability by quantifying the relative effects of inertia in terms of zero-moment point, ground projection of center of mass, and time-varying foot support region. In this study, the DGM is formulated in terms of the gait parameters that explicitly reflect the gait strategy of a given walking pattern and is used for computational evaluation of the distinct balance stability of loaded walking. The observed gait adaptations caused by load carriage (decreased single support duration, inertia effects, and step length) result in decreased DGM values (p < 0.0001), which indicate that loaded walking motions are more statically stable compared with the unloaded normal walking. Comparison of the DGM with other common gait stability indices (the maximum Floquet multiplier and the margin of stability) validates the unique characterization capability of the DGM, which is consistently informative of the presence of the added load.

  19. Dynamic Load Balancing for Adaptive Computations on Distributed-Memory Machines

    NASA Technical Reports Server (NTRS)

    1999-01-01

    Dynamic load balancing is central to adaptive mesh-based computations on large-scale parallel computers. The principal investigator has investigated various issues on the dynamic load balancing problem under NASA JOVE and JAG rants. The major accomplishments of the project are two graph partitioning algorithms and a load balancing framework. The S-HARP dynamic graph partitioner is known to be the fastest among the known dynamic graph partitioners to date. It can partition a graph of over 100,000 vertices in 0.25 seconds on a 64- processor Cray T3E distributed-memory multiprocessor while maintaining the scalability of over 16-fold speedup. Other known and widely used dynamic graph partitioners take over a second or two while giving low scalability of a few fold speedup on 64 processors. These results have been published in journals and peer-reviewed flagship conferences.

  20. Scan Directed Load Balancing for Highly-Parallel Mesh-Connected Computers

    DTIC Science & Technology

    1991-07-01

    DTIC ~ ELECTE OCT 2 41991 AD-A242 045 Scan Directed Load Balancing for Highly-Parallel Mesh-Connected Computers’ Edoardo S. Biagioni Jan F. Prins...Department of Computer Science University of North Carolina Chapel Hill, N.C. 27599-3175 USA biagioni @cs.unc.edu prinsOcs.unc.edu Abstract Scan Directed...MasPar Computer Corpora- tion. Bibliography [1] Edoardo S. Biagioni . Scan Directed Load Balancing. PhD thesis., University of North Carolina, Chapel Hill

  1. Dynamic Load Balancing for Grid Partitioning on a SP-2 Multiprocessor: A Framework

    NASA Technical Reports Server (NTRS)

    Sohn, Andrew; Simon, Horst; Lasinski, T. A. (Technical Monitor)

    1994-01-01

    Computational requirements of full scale computational fluid dynamics change as computation progresses on a parallel machine. The change in computational intensity causes workload imbalance of processors, which in turn requires a large amount of data movement at runtime. If parallel CFD is to be successful on a parallel or massively parallel machine, balancing of the runtime load is indispensable. Here a framework is presented for dynamic load balancing for CFD applications, called Jove. One processor is designated as a decision maker Jove while others are assigned to computational fluid dynamics. Processors running CFD send flags to Jove in a predetermined number of iterations to initiate load balancing. Jove starts working on load balancing while other processors continue working with the current data and load distribution. Jove goes through several steps to decide if the new data should be taken, including preliminary evaluate, partition, processor reassignment, cost evaluation, and decision. Jove running on a single EBM SP2 node has been completely implemented. Preliminary experimental results show that the Jove approach to dynamic load balancing can be effective for full scale grid partitioning on the target machine IBM SP2.

  2. Dynamic Load Balancing For Grid Partitioning on a SP-2 Multiprocessor: A Framework

    NASA Technical Reports Server (NTRS)

    Sohn, Andrew; Simon, Horst; Lasinski, T. A. (Technical Monitor)

    1994-01-01

    Computational requirements of full scale computational fluid dynamics change as computation progresses on a parallel machine. The change in computational intensity causes workload imbalance of processors, which in turn requires a large amount of data movement at runtime. If parallel CFD is to be successful on a parallel or massively parallel machine, balancing of the runtime load is indispensable. Here a framework is presented for dynamic load balancing for CFD applications, called Jove. One processor is designated as a decision maker Jove while others are assigned to computational fluid dynamics. Processors running CFD send flags to Jove in a predetermined number of iterations to initiate load balancing. Jove starts working on load balancing while other processors continue working with the current data and load distribution. Jove goes through several steps to decide if the new data should be taken, including preliminary evaluate, partition, processor reassignment, cost evaluation, and decision. Jove running on a single IBM SP2 node has been completely implemented. Preliminary experimental results show that the Jove approach to dynamic load balancing can be effective for full scale grid partitioning on the target machine IBM SP2.

  3. Vestibular control of standing balance is enhanced with increased cognitive load.

    PubMed

    McGeehan, Michael A; Woollacott, Marjorie H; Dalton, Brian H

    2017-04-01

    When cognitive load is elevated during a motor task, cortical inhibition and reaction time are increased; yet, standing balance control is often unchanged. This disconnect is likely explained by compensatory mechanisms within the balance system such as increased sensitivity of the vestibulomotor pathway. This study aimed to determine the effects of increased cognitive load on the vestibular control of standing balance. Participants stood blindfolded on a force plate with their head facing left and arms relaxed at their sides for two trials while exposed to continuous electrical vestibular stimulation (EVS). Participants either stood quietly or executed a cognitive task (double-digit arithmetic). Surface electromyography (EMG) and anterior-posterior ground-body forces (APF) were measured in order to evaluate vestibular-evoked balance responses in the frequency (coherence and gain) and time (cumulant density) domains. Total distance traveled for anterior-posterior center of pressure (COP) was assessed as a metric of balance variability. Despite similar distances traveled for COP, EVS-medial gastrocnemius (MG) EMG and EVS-APF coherence and EVS-TA EMG and EVS-MG EMG gain were elevated for multiple frequencies when standing with increased cognitive load. For the time domain, medium-latency peak amplitudes increased by 13-54% for EVS-APF and EVS-EMG relationships with the cognitive task compared to without. Peak short-latency amplitudes were unchanged. These results indicate that reliance on vestibular control of balance is enhanced when cognitive load is elevated. This augmented neural strategy may act to supplement divided cortical processing resources within the balance system and compensate for the acute neuromuscular modifications associated with increased cognitive demand.

  4. Impact of Load Balancing on Unstructured Adaptive Grid Computations for Distributed-Memory Multiprocessors

    NASA Technical Reports Server (NTRS)

    Sohn, Andrew; Biswas, Rupak; Simon, Horst D.

    1996-01-01

    The computational requirements for an adaptive solution of unsteady problems change as the simulation progresses. This causes workload imbalance among processors on a parallel machine which, in turn, requires significant data movement at runtime. We present a new dynamic load-balancing framework, called JOVE, that balances the workload across all processors with a global view. Whenever the computational mesh is adapted, JOVE is activated to eliminate the load imbalance. JOVE has been implemented on an IBM SP2 distributed-memory machine in MPI for portability. Experimental results for two model meshes demonstrate that mesh adaption with load balancing gives more than a sixfold improvement over one without load balancing. We also show that JOVE gives a 24-fold speedup on 64 processors compared to sequential execution.

  5. A novel load balanced energy conservation approach in WSN using biogeography based optimization

    NASA Astrophysics Data System (ADS)

    Kaushik, Ajay; Indu, S.; Gupta, Daya

    2017-09-01

    Clustering sensor nodes is an effective technique to reduce energy consumption of the sensor nodes and maximize the lifetime of Wireless sensor networks. Balancing load of the cluster head is an important factor in long run operation of WSNs. In this paper we propose a novel load balancing approach using biogeography based optimization (LB-BBO). LB-BBO uses two separate fitness functions to perform load balancing of equal and unequal load respectively. The proposed method is simulated using matlab and compared with existing methods. The proposed method shows better performance than all the previous works implemented for energy conservation in WSN

  6. A survey on investigating the need for intelligent power-aware load balanced routing protocols for handling critical links in MANETs.

    PubMed

    Sivakumar, B; Bhalaji, N; Sivakumar, D

    2014-01-01

    In mobile ad hoc networks connectivity is always an issue of concern. Due to dynamism in the behavior of mobile nodes, efficiency shall be achieved only with the assumption of good network infrastructure. Presence of critical links results in deterioration which should be detected in advance to retain the prevailing communication setup. This paper discusses a short survey on the specialized algorithms and protocols related to energy efficient load balancing for critical link detection in the recent literature. This paper also suggests a machine learning based hybrid power-aware approach for handling critical nodes via load balancing.

  7. A Survey on Investigating the Need for Intelligent Power-Aware Load Balanced Routing Protocols for Handling Critical Links in MANETs

    PubMed Central

    Sivakumar, B.; Bhalaji, N.; Sivakumar, D.

    2014-01-01

    In mobile ad hoc networks connectivity is always an issue of concern. Due to dynamism in the behavior of mobile nodes, efficiency shall be achieved only with the assumption of good network infrastructure. Presence of critical links results in deterioration which should be detected in advance to retain the prevailing communication setup. This paper discusses a short survey on the specialized algorithms and protocols related to energy efficient load balancing for critical link detection in the recent literature. This paper also suggests a machine learning based hybrid power-aware approach for handling critical nodes via load balancing. PMID:24790546

  8. On delay adjustment for dynamic load balancing in distributed virtual environments.

    PubMed

    Deng, Yunhua; Lau, Rynson W H

    2012-04-01

    Distributed virtual environments (DVEs) are becoming very popular in recent years, due to the rapid growing of applications, such as massive multiplayer online games (MMOGs). As the number of concurrent users increases, scalability becomes one of the major challenges in designing an interactive DVE system. One solution to address this scalability problem is to adopt a multi-server architecture. While some methods focus on the quality of partitioning the load among the servers, others focus on the efficiency of the partitioning process itself. However, all these methods neglect the effect of network delay among the servers on the accuracy of the load balancing solutions. As we show in this paper, the change in the load of the servers due to network delay would affect the performance of the load balancing algorithm. In this work, we conduct a formal analysis of this problem and discuss two efficient delay adjustment schemes to address the problem. Our experimental results show that our proposed schemes can significantly improve the performance of the load balancing algorithm with neglectable computation overhead.

  9. Model of load balancing using reliable algorithm with multi-agent system

    NASA Astrophysics Data System (ADS)

    Afriansyah, M. F.; Somantri, M.; Riyadi, M. A.

    2017-04-01

    Massive technology development is linear with the growth of internet users which increase network traffic activity. It also increases load of the system. The usage of reliable algorithm and mobile agent in distributed load balancing is a viable solution to handle the load issue on a large-scale system. Mobile agent works to collect resource information and can migrate according to given task. We propose reliable load balancing algorithm using least time first byte (LFB) combined with information from the mobile agent. In system overview, the methodology consisted of defining identification system, specification requirements, network topology and design system infrastructure. The simulation method for simulated system was using 1800 request for 10 s from the user to the server and taking the data for analysis. Software simulation was based on Apache Jmeter by observing response time and reliability of each server and then compared it with existing method. Results of performed simulation show that the LFB method with mobile agent can perform load balancing with efficient systems to all backend server without bottleneck, low risk of server overload, and reliable.

  10. Detection and Use of Load and Gage Output Repeats of Wind Tunnel Strain-Gage Balance Data

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.

    2017-01-01

    Criteria are discussed that may be used for the detection of load and gage output repeats of wind tunnel strain-gage balance data. First, empirical thresholds are introduced that help determine if the loads or electrical outputs of a pair of balance calibration or check load data points match. A threshold of 0.01 percent of the load capacity is suggested for the identification of matching loads. Similarly, a threshold of 0.1 microV/V is recommended for the identification of matching electrical outputs. Two examples for the use of load and output repeats are discussed to illustrate benefits of the implementation of a repeat point detection algorithm in a balance data analysis software package. The first example uses the suggested load threshold to identify repeat data points that may be used to compute pure errors of the balance loads. This type of analysis may reveal hidden data quality issues that could potentially be avoided by making calibration process improvements. The second example uses the electrical output threshold for the identification of balance fouling. Data from the calibration of a six-component force balance is used to illustrate the calculation of the pure error of the balance loads.

  11. The Balanced Reading Program: Helping All Students Achieve Success.

    ERIC Educational Resources Information Center

    Blair-Larsen, Susan M., Ed.; Williams, Kathryn A., Ed.

    This book explains the methodologies, techniques, strategies, and knowledge base necessary to achieve a balanced reading program. The book's contributors define the key elements in a balanced reading program and provide guidelines for implementing a balanced instructional program in the classroom. Following an introduction which addresses…

  12. Scalable load balancing for massively parallel distributed Monte Carlo particle transport

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

    O'Brien, M. J.; Brantley, P. S.; Joy, K. I.

    2013-07-01

    In order to run computer simulations efficiently on massively parallel computers with hundreds of thousands or millions of processors, care must be taken that the calculation is load balanced across the processors. Examining the workload of every processor leads to an unscalable algorithm, with run time at least as large as O(N), where N is the number of processors. We present a scalable load balancing algorithm, with run time 0(log(N)), that involves iterated processor-pair-wise balancing steps, ultimately leading to a globally balanced workload. We demonstrate scalability of the algorithm up to 2 million processors on the Sequoia supercomputer at Lawrencemore » Livermore National Laboratory. (authors)« less

  13. Global Load Balancing with Parallel Mesh Adaption on Distributed-Memory Systems

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Oliker, Leonid; Sohn, Andrew

    1996-01-01

    Dynamic mesh adaptation on unstructured grids is a powerful tool for efficiently computing unsteady problems to resolve solution features of interest. Unfortunately, this causes load inbalances among processors on a parallel machine. This paper described the parallel implementation of a tetrahedral mesh adaption scheme and a new global load balancing method. A heuristic remapping algorithm is presented that assigns partitions to processors such that the redistribution coast is minimized. Results indicate that the parallel performance of the mesh adaption code depends on the nature of the adaption region and show a 35.5X speedup on 64 processors of an SP2 when 35 percent of the mesh is randomly adapted. For large scale scientific computations, our load balancing strategy gives an almost sixfold reduction in solver execution times over non-balanced loads. Furthermore, our heuristic remappier yields processor assignments that are less than 3 percent of the optimal solutions, but requires only 1 percent of the computational time.

  14. Global Load Balancing with Parallel Mesh Adaption on Distributed-Memory Systems

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Oliker, Leonid; Sohn, Andrew

    1996-01-01

    Dynamic mesh adaption on unstructured grids is a powerful tool for efficiently computing unsteady problems to resolve solution features of interest. Unfortunately, this causes load imbalance among processors on a parallel machine. This paper describes the parallel implementation of a tetrahedral mesh adaption scheme and a new global load balancing method. A heuristic remapping algorithm is presented that assigns partitions to processors such that the redistribution cost is minimized. Results indicate that the parallel performance of the mesh adaption code depends on the nature of the adaption region and show a 35.5X speedup on 64 processors of an SP2 when 35% of the mesh is randomly adapted. For large-scale scientific computations, our load balancing strategy gives almost a sixfold reduction in solver execution times over non-balanced loads. Furthermore, our heuristic remapper yields processor assignments that are less than 3% off the optimal solutions but requires only 1% of the computational time.

  15. Latency Hiding in Dynamic Partitioning and Load Balancing of Grid Computing Applications

    NASA Technical Reports Server (NTRS)

    Das, Sajal K.; Harvey, Daniel J.; Biswas, Rupak

    2001-01-01

    The Information Power Grid (IPG) concept developed by NASA is aimed to provide a metacomputing platform for large-scale distributed computations, by hiding the intricacies of highly heterogeneous environment and yet maintaining adequate security. In this paper, we propose a latency-tolerant partitioning scheme that dynamically balances processor workloads on the.IPG, and minimizes data movement and runtime communication. By simulating an unsteady adaptive mesh application on a wide area network, we study the performance of our load balancer under the Globus environment. The number of IPG nodes, the number of processors per node, and the interconnected speeds are parameterized to derive conditions under which the IPG would be suitable for parallel distributed processing of such applications. Experimental results demonstrate that effective solution are achieved when the IPG nodes are connected by a high-speed asynchronous interconnection network.

  16. PLUM: Parallel Load Balancing for Unstructured Adaptive Meshes. Degree awarded by Colorado Univ.

    NASA Technical Reports Server (NTRS)

    Oliker, Leonid

    1998-01-01

    Dynamic mesh adaption on unstructured grids is a powerful tool for computing large-scale problems that require grid modifications to efficiently resolve solution features. By locally refining and coarsening the mesh to capture physical phenomena of interest, such procedures make standard computational methods more cost effective. Unfortunately, an efficient parallel implementation of these adaptive methods is rather difficult to achieve, primarily due to the load imbalance created by the dynamically-changing nonuniform grid. This requires significant communication at runtime, leading to idle processors and adversely affecting the total execution time. Nonetheless, it is generally thought that unstructured adaptive- grid techniques will constitute a significant fraction of future high-performance supercomputing. Various dynamic load balancing methods have been reported to date; however, most of them either lack a global view of loads across processors or do not apply their techniques to realistic large-scale applications.

  17. Monitoring dynamic loads on wind tunnel force balances

    NASA Technical Reports Server (NTRS)

    Ferris, Alice T.; White, William C.

    1989-01-01

    Two devices have been developed at NASA Langley to monitor the dynamic loads incurred during wind-tunnel testing. The Balance Dynamic Display Unit (BDDU), displays and monitors the combined static and dynamic forces and moments in the orthogonal axes. The Balance Critical Point Analyzer scales and sums each normalized signal from the BDDU to obtain combined dynamic and static signals that represent the dynamic loads at predefined high-stress points. The display of each instrument is a multiplex of six analog signals in a way that each channel is displayed sequentially as one-sixth of the horizontal axis on a single oscilloscope trace. Thus this display format permits the operator to quickly and easily monitor the combined static and dynamic level of up to six channels at the same time.

  18. Performance tradeoffs in static and dynamic load balancing strategies

    NASA Technical Reports Server (NTRS)

    Iqbal, M. A.; Saltz, J. H.; Bokhart, S. H.

    1986-01-01

    The problem of uniformly distributing the load of a parallel program over a multiprocessor system was considered. A program was analyzed whose structure permits the computation of the optimal static solution. Then four strategies for load balancing were described and their performance compared. The strategies are: (1) the optimal static assignment algorithm which is guaranteed to yield the best static solution, (2) the static binary dissection method which is very fast but sub-optimal, (3) the greedy algorithm, a static fully polynomial time approximation scheme, which estimates the optimal solution to arbitrary accuracy, and (4) the predictive dynamic load balancing heuristic which uses information on the precedence relationships within the program and outperforms any of the static methods. It is also shown that the overhead incurred by the dynamic heuristic is reduced considerably if it is started off with a static assignment provided by either of the other three strategies.

  19. Data Partitioning and Load Balancing in Parallel Disk Systems

    NASA Technical Reports Server (NTRS)

    Scheuermann, Peter; Weikum, Gerhard; Zabback, Peter

    1997-01-01

    Parallel disk systems provide opportunities for exploiting I/O parallelism in two possible waves, namely via inter-request and intra-request parallelism. In this paper we discuss the main issues in performance tuning of such systems, namely striping and load balancing, and show their relationship to response time and throughput. We outline the main components of an intelligent, self-reliant file system that aims to optimize striping by taking into account the requirements of the applications and performs load balancing by judicious file allocation and dynamic redistributions of the data when access patterns change. Our system uses simple but effective heuristics that incur only little overhead. We present performance experiments based on synthetic workloads and real-life traces.

  20. Deep Constrained Siamese Hash Coding Network and Load-Balanced Locality-Sensitive Hashing for Near Duplicate Image Detection.

    PubMed

    Hu, Weiming; Fan, Yabo; Xing, Junliang; Sun, Liang; Cai, Zhaoquan; Maybank, Stephen

    2018-09-01

    We construct a new efficient near duplicate image detection method using a hierarchical hash code learning neural network and load-balanced locality-sensitive hashing (LSH) indexing. We propose a deep constrained siamese hash coding neural network combined with deep feature learning. Our neural network is able to extract effective features for near duplicate image detection. The extracted features are used to construct a LSH-based index. We propose a load-balanced LSH method to produce load-balanced buckets in the hashing process. The load-balanced LSH significantly reduces the query time. Based on the proposed load-balanced LSH, we design an effective and feasible algorithm for near duplicate image detection. Extensive experiments on three benchmark data sets demonstrate the effectiveness of our deep siamese hash encoding network and load-balanced LSH.

  1. Assessment of New Load Schedules for the Machine Calibration of a Force Balance

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Gisler, R.; Kew, R.

    2015-01-01

    New load schedules for the machine calibration of a six-component force balance are currently being developed and evaluated at the NASA Ames Balance Calibration Laboratory. One of the proposed load schedules is discussed in the paper. It has a total of 2082 points that are distributed across 16 load series. Several criteria were applied to define the load schedule. It was decided, for example, to specify the calibration load set in force balance format as this approach greatly simplifies the definition of the lower and upper bounds of the load schedule. In addition, all loads are assumed to be applied in a calibration machine by using the one-factor-at-a-time approach. At first, all single-component loads are applied in six load series. Then, three two-component load series are applied. They consist of the load pairs (N1, N2), (S1, S2), and (RM, AF). Afterwards, four three-component load series are applied. They consist of the combinations (N1, N2, AF), (S1, S2, AF), (N1, N2, RM), and (S1, S2, RM). In the next step, one four-component load series is applied. It is the load combination (N1, N2, S1, S2). Finally, two five-component load series are applied. They are the load combination (N1, N2, S1, S2, AF) and (N1, N2, S1, S2, RM). The maximum difference between loads of two subsequent data points of the load schedule is limited to 33 % of capacity. This constraint helps avoid unwanted load "jumps" in the load schedule that can have a negative impact on the performance of a calibration machine. Only loadings of the single- and two-component load series are loaded to 100 % of capacity. This approach was selected because it keeps the total number of calibration points to a reasonable limit while still allowing for the application of some of the more complex load combinations. Data from two of NASA's force balances is used to illustrate important characteristics of the proposed 2082-point calibration load schedule.

  2. Load Balancing Strategies for Multi-Block Overset Grid Applications

    NASA Technical Reports Server (NTRS)

    Djomehri, M. Jahed; Biswas, Rupak; Lopez-Benitez, Noe; Biegel, Bryan (Technical Monitor)

    2002-01-01

    The multi-block overset grid method is a powerful technique for high-fidelity computational fluid dynamics (CFD) simulations about complex aerospace configurations. The solution process uses a grid system that discretizes the problem domain by using separately generated but overlapping structured grids that periodically update and exchange boundary information through interpolation. For efficient high performance computations of large-scale realistic applications using this methodology, the individual grids must be properly partitioned among the parallel processors. Overall performance, therefore, largely depends on the quality of load balancing. In this paper, we present three different load balancing strategies far overset grids and analyze their effects on the parallel efficiency of a Navier-Stokes CFD application running on an SGI Origin2000 machine.

  3. How to achieve a work-life balance.

    PubMed

    Westwood, Claire

    2010-11-01

    Understanding who you are in terms of your values, skills, passions and motivations will help you to make the most of your abilities and improve your work-life balance. This article sets out steps to achieve this.

  4. Novel models and algorithms of load balancing for variable-structured collaborative simulation under HLA/RTI

    NASA Astrophysics Data System (ADS)

    Yue, Yingchao; Fan, Wenhui; Xiao, Tianyuan; Ma, Cheng

    2013-07-01

    High level architecture(HLA) is the open standard in the collaborative simulation field. Scholars have been paying close attention to theoretical research on and engineering applications of collaborative simulation based on HLA/RTI, which extends HLA in various aspects like functionality and efficiency. However, related study on the load balancing problem of HLA collaborative simulation is insufficient. Without load balancing, collaborative simulation under HLA/RTI may encounter performance reduction or even fatal errors. In this paper, load balancing is further divided into static problems and dynamic problems. A multi-objective model is established and the randomness of model parameters is taken into consideration for static load balancing, which makes the model more credible. The Monte Carlo based optimization algorithm(MCOA) is excogitated to gain static load balance. For dynamic load balancing, a new type of dynamic load balancing problem is put forward with regards to the variable-structured collaborative simulation under HLA/RTI. In order to minimize the influence against the running collaborative simulation, the ordinal optimization based algorithm(OOA) is devised to shorten the optimization time. Furthermore, the two algorithms are adopted in simulation experiments of different scenarios, which demonstrate their effectiveness and efficiency. An engineering experiment about collaborative simulation under HLA/RTI of high speed electricity multiple units(EMU) is also conducted to indentify credibility of the proposed models and supportive utility of MCOA and OOA to practical engineering systems. The proposed research ensures compatibility of traditional HLA, enhances the ability for assigning simulation loads onto computing units both statically and dynamically, improves the performance of collaborative simulation system and makes full use of the hardware resources.

  5. Multithreaded Model for Dynamic Load Balancing Parallel Adaptive PDE Computations

    NASA Technical Reports Server (NTRS)

    Chrisochoides, Nikos

    1995-01-01

    We present a multithreaded model for the dynamic load-balancing of numerical, adaptive computations required for the solution of Partial Differential Equations (PDE's) on multiprocessors. Multithreading is used as a means of exploring concurrency in the processor level in order to tolerate synchronization costs inherent to traditional (non-threaded) parallel adaptive PDE solvers. Our preliminary analysis for parallel, adaptive PDE solvers indicates that multithreading can be used an a mechanism to mask overheads required for the dynamic balancing of processor workloads with computations required for the actual numerical solution of the PDE's. Also, multithreading can simplify the implementation of dynamic load-balancing algorithms, a task that is very difficult for traditional data parallel adaptive PDE computations. Unfortunately, multithreading does not always simplify program complexity, often makes code re-usability not an easy task, and increases software complexity.

  6. An efficient dynamic load balancing algorithm

    NASA Astrophysics Data System (ADS)

    Lagaros, Nikos D.

    2014-01-01

    In engineering problems, randomness and uncertainties are inherent. Robust design procedures, formulated in the framework of multi-objective optimization, have been proposed in order to take into account sources of randomness and uncertainty. These design procedures require orders of magnitude more computational effort than conventional analysis or optimum design processes since a very large number of finite element analyses is required to be dealt. It is therefore an imperative need to exploit the capabilities of computing resources in order to deal with this kind of problems. In particular, parallel computing can be implemented at the level of metaheuristic optimization, by exploiting the physical parallelization feature of the nondominated sorting evolution strategies method, as well as at the level of repeated structural analyses required for assessing the behavioural constraints and for calculating the objective functions. In this study an efficient dynamic load balancing algorithm for optimum exploitation of available computing resources is proposed and, without loss of generality, is applied for computing the desired Pareto front. In such problems the computation of the complete Pareto front with feasible designs only, constitutes a very challenging task. The proposed algorithm achieves linear speedup factors and almost 100% speedup factor values with reference to the sequential procedure.

  7. Recent Advances in Face Lift to Achieve Facial Balance.

    PubMed

    Ilankovan, Velupillai

    2017-03-01

    Facial balance is achieved by correction of facial proportions and the facial contour. Ageing affects this balance in addition to other factors. We have strived to inform all the recent advances in providing this balance. The anatomy of ageing including various changed in clinical features are described. The procedures are explained on the basis of the upper, middle and lower face. Different face lift, neck lift procedures with innovative techniques are demonstrated. The aim is to provide an unoperated balanced facial proportion with zero complication.

  8. A novel strategy for load balancing of distributed medical applications.

    PubMed

    Logeswaran, Rajasvaran; Chen, Li-Choo

    2012-04-01

    Current trends in medicine, specifically in the electronic handling of medical applications, ranging from digital imaging, paperless hospital administration and electronic medical records, telemedicine, to computer-aided diagnosis, creates a burden on the network. Distributed Service Architectures, such as Intelligent Network (IN), Telecommunication Information Networking Architecture (TINA) and Open Service Access (OSA), are able to meet this new challenge. Distribution enables computational tasks to be spread among multiple processors; hence, performance is an important issue. This paper proposes a novel approach in load balancing, the Random Sender Initiated Algorithm, for distribution of tasks among several nodes sharing the same computational object (CO) instances in Distributed Service Architectures. Simulations illustrate that the proposed algorithm produces better network performance than the benchmark load balancing algorithms-the Random Node Selection Algorithm and the Shortest Queue Algorithm, especially under medium and heavily loaded conditions.

  9. Effects of external loads on balance control during upright stance: experimental results and model-based predictions.

    PubMed

    Qu, Xingda; Nussbaum, Maury A

    2009-01-01

    The purpose of this study was to identify the effects of external loads on balance control during upright stance, and to examine the ability of a new balance control model to predict these effects. External loads were applied to 12 young, healthy participants, and effects on balance control were characterized by center-of-pressure (COP) based measures. Several loading conditions were studied, involving combinations of load mass (10% and 20% of individual body mass) and height (at or 15% of stature above the whole-body COM). A balance control model based on an optimal control strategy was used to predict COP time series. It was assumed that a given individual would adopt the same neural optimal control mechanisms, identified in a no-load condition, under diverse external loading conditions. With the application of external loads, COP mean velocity in the anterior-posterior direction and RMS distance in the medial-lateral direction increased 8.1% and 10.4%, respectively. Predicted COP mean velocity and RMS distance in the anterior-posterior direction also increased with external loading, by 11.1% and 2.9%, respectively. Both experimental COP data and model-based predictions provided the same general conclusion, that application of larger external loads and loads more superior to the whole body center of mass lead to less effective postural control and perhaps a greater risk of loss of balance or falls. Thus, it can be concluded that the assumption about consistency in control mechanisms was partially supported, and it is the mechanical changes induced by external loads that primarily affect balance control.

  10. Supporting clinician educators to achieve "work-work balance".

    PubMed

    Maniate, Jerry; Dath, Deepak; Cooke, Lara; Leslie, Karen; Snell, Linda; Busari, Jamiu

    2016-10-01

    Clinician Educators (CE) have numerous responsibilities in different professional domains, including clinical, education, research, and administration. Many CEs face tensions trying to manage these often competing professional responsibilities and achieve "work-work balance." Rich discussions of techniques for work-work balance amongst CEs at a medical education conference inspired the authors to gather, analyze, and summarize these techniques to share with others. In this paper we present the CE's "Four Ps"; these are practice points that support both the aspiring and established CE to help improve their performance and productivity as CEs, and allow them to approach work-work balance.

  11. Application of self-balanced loading test to socketed pile in weak rock

    NASA Astrophysics Data System (ADS)

    Cheng, Ye; Gong, Weiming; Dai, Guoliang; Wu, JingKun

    2008-11-01

    Method of self-balanced loading test differs from the traditional methods of pile test. The key equipment of the test is a cell. The cell specially designed is used to exert load which is placed in pile body. During the test, displacement values of the top plate and the bottom plate of the cell are recorded according to every level of load. So Q-S curves can be obtained. In terms of test results, the bearing capacity of pile can be judged. Equipments of the test are simply and cost of it is low. Under some special conditions, the method will take a great advantage. In Guangxi Province, tertiary mudstone distributes widely which is typical weak rock. It is usually chosen as the bearing stratum of pile foundation. In order to make full use of its high bearing capacity, pile is generally designed as belled pile. Foundations of two high-rise buildings which are close to each other are made up of belled socketed piles in weak rock. To obtain the bearing capacity of the belled socketed pile in weak rock, loading test in situ should be taken since it is not reasonable that experimental compression strength of the mudstone is used for design. The self-balanced loading test was applied to eight piles of two buildings. To get the best test effect, the assembly of cell should be taken different modes in terms of the depth that pile socketed in rock and the dimension of the enlarged toe. The assembly of cells had been taken three modes, and tests were carried on successfully. By the self-balanced loading test, the large bearing capacities of belled socketed piles were obtained. Several key parameters required in design were achieved from the tests. For the data of tests had been analyzed, the bearing performance of pile tip, pile side and whole pile was revealed. It is further realized that the bearing capacity of belled socketed pile in the mudstone will decrease after the mudstone it socketed in has been immerged. Among kinds of mineral ingredient in the mudstone

  12. Performance Analysis and Portability of the PLUM Load Balancing System

    NASA Technical Reports Server (NTRS)

    Oliker, Leonid; Biswas, Rupak; Gabow, Harold N.

    1998-01-01

    The ability to dynamically adapt an unstructured mesh is a powerful tool for solving computational problems with evolving physical features; however, an efficient parallel implementation is rather difficult. To address this problem, we have developed PLUM, an automatic portable framework for performing adaptive numerical computations in a message-passing environment. PLUM requires that all data be globally redistributed after each mesh adaption to achieve load balance. We present an algorithm for minimizing this remapping overhead by guaranteeing an optimal processor reassignment. We also show that the data redistribution cost can be significantly reduced by applying our heuristic processor reassignment algorithm to the default mapping of the parallel partitioner. Portability is examined by comparing performance on a SP2, an Origin2000, and a T3E. Results show that PLUM can be successfully ported to different platforms without any code modifications.

  13. Effect of armor and carrying load on body balance and leg muscle function.

    PubMed

    Park, Huiju; Branson, Donna; Kim, Seonyoung; Warren, Aric; Jacobson, Bert; Petrova, Adriana; Peksoz, Semra; Kamenidis, Panagiotis

    2014-01-01

    This study investigated the impact of weight and weight distribution of body armor and load carriage on static body balance and leg muscle function. A series of human performance tests were conducted with seven male, healthy, right-handed military students in seven garment conditions with varying weight and weight distributions. Static body balance was assessed by analyzing the trajectory of center of plantar pressure and symmetry of weight bearing in the feet. Leg muscle functions were assessed by analyzing the peak electromyography amplitude of four selected leg muscles during walking. Results of this study showed that uneven weight distribution of garment and load beyond an additional 9 kg impaired static body balance as evidenced by increased sway of center of plantar pressure and asymmetry of weight bearing in the feet. Added weight on non-dominant side of the body created greater impediment to static balance. Increased garment weight also elevated peak EMG amplitude in the rectus femoris to maintain body balance and in the medial gastrocnemius to increase propulsive force. Negative impacts on balance and leg muscle function with increased carrying loads, particularly with an uneven weight distribution, should be stressed to soldiers, designers, and sports enthusiasts. Copyright © 2013 Elsevier B.V. All rights reserved.

  14. The Position of the Patella and Extensor Mechanism Affects Intraoperative Compartmental Loads During Total Knee Arthroplasty: A Pilot Study Using Intraoperative Sensing to Guide Soft Tissue Balance.

    PubMed

    Schnaser, Erik; Lee, Yuo-yu; Boettner, Friedrich; Gonzalez Della Valle, Alejandro

    2015-08-01

    The achievement of a well-balanced total knee arthroplasty is necessary for long-term success. We hypothesize that the dislocation of the patella during surgery affects the distribution of loads in the medial and lateral compartments. Intraoperative load sensors were used to record medial and lateral compartment loads in 56 well-balanced TKAs. Loads were recorded in full extension, relaxed extension, at 45 and 90° of flexion at full gravity-assisted flexion, with the patella in four different positions: dislocated (everted and not), located, and located and secured with two retinacular sutures. The loads in the lateral compartment in flexion were higher with a dislocated patella than with a located patella (P<0.001). A lateralized extensor mechanism artificially increases in the lateral compartment loads in flexion during TKA surgery. Instruments that allow intraoperative soft tissue balance with the patella in a physiologic position are more likely to replicate postoperative compartment loads. II (prospective comparative study). Copyright © 2015 The Authors. Published by Elsevier Inc. All rights reserved.

  15. Comparison of hiking stick use on lateral stability while balancing with and without a load.

    PubMed

    Jacobson, B H; Caldwell, B; Kulling, F A

    1997-08-01

    To compare hiking stick use on lateral stability while balancing with or without a load (15-kg internal frame backpack) under conditions of no stick, 1 stick, and 2 sticks for six trials 15 volunteers ages 19 to 23 years (M = 21.7 yr.) were tested six separate times on a stability platform. During randomly ordered, 1-min. trials, the length of time (sec.) the subject maintained balance (+/-10 degrees of horizontal) and the number of deviations beyond 10 degrees were recorded simultaneously. Backpack and hiking sticks were individually adjusted for each subject. A 2 x 3 repeated factor analysis of variance indicated that subjects balanced significantly longer both with and without a load while using 2 hiking sticks than 1 or 0 sticks. Significantly fewer deviations beyond 10 degrees were found when subjects were without a load and using 1 or 2 sticks versus when they used none, and no significant difference in the number of deviations were found between 1 and 2 hiking sticks. When subjects were equipped with a load, significantly improved balance was found only between the 2 sticks and no sticks. Balance was significantly enhanced by using hiking sticks, and two sticks were more effective than one while carrying a load. An increase in maintenance of static balance may reduce the possibility of falling and injury while standing on loose alpine terrain.

  16. Dynamic Multiple Work Stealing Strategy for Flexible Load Balancing

    NASA Astrophysics Data System (ADS)

    Adnan; Sato, Mitsuhisa

    Lazy-task creation is an efficient method of overcoming the overhead of the grain-size problem in parallel computing. Work stealing is an effective load balancing strategy for parallel computing. In this paper, we present dynamic work stealing strategies in a lazy-task creation technique for efficient fine-grain task scheduling. The basic idea is to control load balancing granularity depending on the number of task parents in a stack. The dynamic-length strategy of work stealing uses run-time information, which is information on the load of the victim, to determine the number of tasks that a thief is allowed to steal. We compare it with the bottommost first work stealing strategy used in StackThread/MP, and the fixed-length strategy of work stealing, where a thief requests to steal a fixed number of tasks, as well as other multithreaded frameworks such as Cilk and OpenMP task implementations. The experiments show that the dynamic-length strategy of work stealing performs well in irregular workloads such as in UTS benchmarks, as well as in regular workloads such as Fibonacci, Strassen's matrix multiplication, FFT, and Sparse-LU factorization. The dynamic-length strategy works better than the fixed-length strategy because it is more flexible than the latter; this strategy can avoid load imbalance due to overstealing.

  17. Effects of partitioning and scheduling sparse matrix factorization on communication and load balance

    NASA Technical Reports Server (NTRS)

    Venugopal, Sesh; Naik, Vijay K.

    1991-01-01

    A block based, automatic partitioning and scheduling methodology is presented for sparse matrix factorization on distributed memory systems. Using experimental results, this technique is analyzed for communication and load imbalance overhead. To study the performance effects, these overheads were compared with those obtained from a straightforward 'wrap mapped' column assignment scheme. All experimental results were obtained using test sparse matrices from the Harwell-Boeing data set. The results show that there is a communication and load balance tradeoff. The block based method results in lower communication cost whereas the wrap mapped scheme gives better load balance.

  18. A Universal Threshold for the Assessment of Load and Output Residuals of Strain-Gage Balance Data

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Volden, T.

    2017-01-01

    A new universal residual threshold for the detection of load and gage output residual outliers of wind tunnel strain{gage balance data was developed. The threshold works with both the Iterative and Non{Iterative Methods that are used in the aerospace testing community to analyze and process balance data. It also supports all known load and gage output formats that are traditionally used to describe balance data. The threshold's definition is based on an empirical electrical constant. First, the constant is used to construct a threshold for the assessment of gage output residuals. Then, the related threshold for the assessment of load residuals is obtained by multiplying the empirical electrical constant with the sum of the absolute values of all first partial derivatives of a given load component. The empirical constant equals 2.5 microV/V for the assessment of balance calibration or check load data residuals. A value of 0.5 microV/V is recommended for the evaluation of repeat point residuals because, by design, the calculation of these residuals removes errors that are associated with the regression analysis of the data itself. Data from a calibration of a six-component force balance is used to illustrate the application of the new threshold definitions to real{world balance calibration data.

  19. Iterative load-balancing method with multigrid level relaxation for particle simulation with short-range interactions

    NASA Astrophysics Data System (ADS)

    Furuichi, Mikito; Nishiura, Daisuke

    2017-10-01

    We developed dynamic load-balancing algorithms for Particle Simulation Methods (PSM) involving short-range interactions, such as Smoothed Particle Hydrodynamics (SPH), Moving Particle Semi-implicit method (MPS), and Discrete Element method (DEM). These are needed to handle billions of particles modeled in large distributed-memory computer systems. Our method utilizes flexible orthogonal domain decomposition, allowing the sub-domain boundaries in the column to be different for each row. The imbalances in the execution time between parallel logical processes are treated as a nonlinear residual. Load-balancing is achieved by minimizing the residual within the framework of an iterative nonlinear solver, combined with a multigrid technique in the local smoother. Our iterative method is suitable for adjusting the sub-domain frequently by monitoring the performance of each computational process because it is computationally cheaper in terms of communication and memory costs than non-iterative methods. Numerical tests demonstrated the ability of our approach to handle workload imbalances arising from a non-uniform particle distribution, differences in particle types, or heterogeneous computer architecture which was difficult with previously proposed methods. We analyzed the parallel efficiency and scalability of our method using Earth simulator and K-computer supercomputer systems.

  20. A network flow model for load balancing in circuit-switched multicomputers

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1990-01-01

    In multicomputers that utilize circuit switching or wormhole routing, communication overhead depends largely on link contention - the variation due to distance between nodes is negligible. This has a major impact on the load balancing problem. In this case, there are some nodes with excess load (sources) and others with deficit load (sinks) and it is required to find a matching of sources to sinks that avoids contention. The problem is made complex by the hardwired routing on currently available machines: the user can control only which nodes communicate but not how the messages are routed. Network flow models of message flow in the mesh and the hypercube were developed to solve this problem. The crucial property of these models is the correspondence between minimum cost flows and correctly routed messages. To solve a given load balancing problem, a minimum cost flow algorithm is applied to the network. This permits one to determine efficiently a maximum contention free matching of sources to sinks which, in turn, tells one how much of the given imbalance can be eliminated without contention.

  1. Efficient Load Balancing and Data Remapping for Adaptive Grid Calculations

    NASA Technical Reports Server (NTRS)

    Oliker, Leonid; Biswas, Rupak

    1997-01-01

    Mesh adaption is a powerful tool for efficient unstructured- grid computations but causes load imbalance among processors on a parallel machine. We present a novel method to dynamically balance the processor workloads with a global view. This paper presents, for the first time, the implementation and integration of all major components within our dynamic load balancing strategy for adaptive grid calculations. Mesh adaption, repartitioning, processor assignment, and remapping are critical components of the framework that must be accomplished rapidly and efficiently so as not to cause a significant overhead to the numerical simulation. Previous results indicated that mesh repartitioning and data remapping are potential bottlenecks for performing large-scale scientific calculations. We resolve these issues and demonstrate that our framework remains viable on a large number of processors.

  2. A Universal Tare Load Prediction Algorithm for Strain-Gage Balance Calibration Data Analysis

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.

    2011-01-01

    An algorithm is discussed that may be used to estimate tare loads of wind tunnel strain-gage balance calibration data. The algorithm was originally developed by R. Galway of IAR/NRC Canada and has been described in the literature for the iterative analysis technique. Basic ideas of Galway's algorithm, however, are universally applicable and work for both the iterative and the non-iterative analysis technique. A recent modification of Galway's algorithm is presented that improves the convergence behavior of the tare load prediction process if it is used in combination with the non-iterative analysis technique. The modified algorithm allows an analyst to use an alternate method for the calculation of intermediate non-linear tare load estimates whenever Galway's original approach does not lead to a convergence of the tare load iterations. It is also shown in detail how Galway's algorithm may be applied to the non-iterative analysis technique. Hand load data from the calibration of a six-component force balance is used to illustrate the application of the original and modified tare load prediction method. During the analysis of the data both the iterative and the non-iterative analysis technique were applied. Overall, predicted tare loads for combinations of the two tare load prediction methods and the two balance data analysis techniques showed excellent agreement as long as the tare load iterations converged. The modified algorithm, however, appears to have an advantage over the original algorithm when absolute voltage measurements of gage outputs are processed using the non-iterative analysis technique. In these situations only the modified algorithm converged because it uses an exact solution of the intermediate non-linear tare load estimate for the tare load iteration.

  3. Dynamic load balancing algorithm for molecular dynamics based on Voronoi cells domain decompositions

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

    Fattebert, J.-L.; Richards, D.F.; Glosli, J.N.

    2012-12-01

    We present a new algorithm for automatic parallel load balancing in classical molecular dynamics. It assumes a spatial domain decomposition of particles into Voronoi cells. It is a gradient method which attempts to minimize a cost function by displacing Voronoi sites associated with each processor/sub-domain along steepest descent directions. Excellent load balance has been obtained for quasi-2D and 3D practical applications, with up to 440·10 6 particles on 65,536 MPI tasks.

  4. Using Multithreading for the Automatic Load Balancing of 2D Adaptive Finite Element Meshes

    NASA Technical Reports Server (NTRS)

    Heber, Gerd; Biswas, Rupak; Thulasiraman, Parimala; Gao, Guang R.; Bailey, David H. (Technical Monitor)

    1998-01-01

    In this paper, we present a multi-threaded approach for the automatic load balancing of adaptive finite element (FE) meshes. The platform of our choice is the EARTH multi-threaded system which offers sufficient capabilities to tackle this problem. We implement the question phase of FE applications on triangular meshes, and exploit the EARTH token mechanism to automatically balance the resulting irregular and highly nonuniform workload. We discuss the results of our experiments on EARTH-SP2, an implementation of EARTH on the IBM SP2, with different load balancing strategies that are built into the runtime system.

  5. Development of a Stiffness-Based Chemistry Load Balancing Scheme, and Optimization of Input/Output and Communication, to Enable Massively Parallel High-Fidelity Internal Combustion Engine Simulations

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

    Kodavasal, Janardhan; Harms, Kevin; Srivastava, Priyesh

    A closed-cycle gasoline compression ignition engine simulation near top dead center (TDC) was used to profile the performance of a parallel commercial engine computational fluid dynamics code, as it was scaled on up to 4096 cores of an IBM Blue Gene/Q supercomputer. The test case has 9 million cells near TDC, with a fixed mesh size of 0.15 mm, and was run on configurations ranging from 128 to 4096 cores. Profiling was done for a small duration of 0.11 crank angle degrees near TDC during ignition. Optimization of input/output performance resulted in a significant speedup in reading restart files, andmore » in an over 100-times speedup in writing restart files and files for post-processing. Improvements to communication resulted in a 1400-times speedup in the mesh load balancing operation during initialization, on 4096 cores. An improved, “stiffness-based” algorithm for load balancing chemical kinetics calculations was developed, which results in an over 3-times faster run-time near ignition on 4096 cores relative to the original load balancing scheme. With this improvement to load balancing, the code achieves over 78% scaling efficiency on 2048 cores, and over 65% scaling efficiency on 4096 cores, relative to 256 cores.« less

  6. Enhanced method of fast re-routing with load balancing in software-defined networks

    NASA Astrophysics Data System (ADS)

    Lemeshko, Oleksandr; Yeremenko, Oleksandra

    2017-11-01

    A two-level method of fast re-routing with load balancing in a software-defined network (SDN) is proposed. The novelty of the method consists, firstly, in the introduction of a two-level hierarchy of calculating the routing variables responsible for the formation of the primary and backup paths, and secondly, in ensuring a balanced load of the communication links of the network, which meets the requirements of the traffic engineering concept. The method provides implementation of link, node, path, and bandwidth protection schemes for fast re-routing in SDN. The separation in accordance with the interaction prediction principle along two hierarchical levels of the calculation functions of the primary (lower level) and backup (upper level) routes allowed to abandon the initial sufficiently large and nonlinear optimization problem by transiting to the iterative solution of linear optimization problems of half the dimension. The analysis of the proposed method confirmed its efficiency and effectiveness in terms of obtaining optimal solutions for ensuring balanced load of communication links and implementing the required network element protection schemes for fast re-routing in SDN.

  7. A Framework for Load Balancing of Tensor Contraction Expressions via Dynamic Task Partitioning

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

    Lai, Pai-Wei; Stock, Kevin; Rajbhandari, Samyam

    In this paper, we introduce the Dynamic Load-balanced Tensor Contractions (DLTC), a domain-specific library for efficient task parallel execution of tensor contraction expressions, a class of computation encountered in quantum chemistry and physics. Our framework decomposes each contraction into smaller unit of tasks, represented by an abstraction referred to as iterators. We exploit an extra level of parallelism by having tasks across independent contractions executed concurrently through a dynamic load balancing run- time. We demonstrate the improved performance, scalability, and flexibility for the computation of tensor contraction expressions on parallel computers using examples from coupled cluster methods.

  8. Using Multi-threading for the Automatic Load Balancing of 2D Adaptive Finite Element Meshes

    NASA Technical Reports Server (NTRS)

    Heber, Gerd; Biswas, Rupak; Thulasiraman, Parimala; Gao, Guang R.; Saini, Subhash (Technical Monitor)

    1998-01-01

    In this paper, we present a multi-threaded approach for the automatic load balancing of adaptive finite element (FE) meshes The platform of our choice is the EARTH multi-threaded system which offers sufficient capabilities to tackle this problem. We implement the adaption phase of FE applications oil triangular meshes and exploit the EARTH token mechanism to automatically balance the resulting irregular and highly nonuniform workload. We discuss the results of our experiments oil EARTH-SP2, on implementation of EARTH on the IBM SP2 with different load balancing strategies that are built into the runtime system.

  9. A New Load Residual Threshold Definition for the Evaluation of Wind Tunnel Strain-Gage Balance Data

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Volden, T.

    2016-01-01

    A new definition of a threshold for the detection of load residual outliers of wind tunnel strain-gage balance data was developed. The new threshold is defined as the product between the inverse of the absolute value of the primary gage sensitivity and an empirical limit of the electrical outputs of a strain{gage. The empirical limit of the outputs is either 2.5 microV/V for balance calibration or check load residuals. A reduced limit of 0.5 microV/V is recommended for the evaluation of differences between repeat load points because, by design, the calculation of these differences removes errors in the residuals that are associated with the regression analysis of the data itself. The definition of the new threshold and different methods for the determination of the primary gage sensitivity are discussed. In addition, calibration data of a six-component force balance and a five-component semi-span balance are used to illustrate the application of the proposed new threshold definition to different types of strain{gage balances. During the discussion of the force balance example it is also explained how the estimated maximum expected output of a balance gage can be used to better understand results of the application of the new threshold definition.

  10. Transport aircraft loading and balancing system: Using a CLIPS expert system for military aircraft load planning

    NASA Technical Reports Server (NTRS)

    Richardson, J.; Labbe, M.; Belala, Y.; Leduc, Vincent

    1994-01-01

    The requirement for improving aircraft utilization and responsiveness in airlift operations has been recognized for quite some time by the Canadian Forces. To date, the utilization of scarce airlift resources has been planned mainly through the employment of manpower-intensive manual methods in combination with the expertise of highly qualified personnel. In this paper, we address the problem of facilitating the load planning process for military aircraft cargo planes through the development of a computer-based system. We introduce TALBAS (Transport Aircraft Loading and BAlancing System), a knowledge-based system designed to assist personnel involved in preparing valid load plans for the C130 Hercules aircraft. The main features of this system which are accessible through a convivial graphical user interface, consists of the automatic generation of valid cargo arrangements given a list of items to be transported, the user-definition of load plans and the automatic validation of such load plans.

  11. Method of up-front load balancing for local memory parallel processors

    NASA Technical Reports Server (NTRS)

    Baffes, Paul Thomas (Inventor)

    1990-01-01

    In a parallel processing computer system with multiple processing units and shared memory, a method is disclosed for uniformly balancing the aggregate computational load in, and utilizing minimal memory by, a network having identical computations to be executed at each connection therein. Read-only and read-write memory are subdivided into a plurality of process sets, which function like artificial processing units. Said plurality of process sets is iteratively merged and reduced to the number of processing units without exceeding the balance load. Said merger is based upon the value of a partition threshold, which is a measure of the memory utilization. The turnaround time and memory savings of the instant method are functions of the number of processing units available and the number of partitions into which the memory is subdivided. Typical results of the preferred embodiment yielded memory savings of from sixty to seventy five percent.

  12. Adaptive mesh refinement and load balancing based on multi-level block-structured Cartesian mesh

    NASA Astrophysics Data System (ADS)

    Misaka, Takashi; Sasaki, Daisuke; Obayashi, Shigeru

    2017-11-01

    We developed a framework for a distributed-memory parallel computer that enables dynamic data management for adaptive mesh refinement and load balancing. We employed simple data structure of the building cube method (BCM) where a computational domain is divided into multi-level cubic domains and each cube has the same number of grid points inside, realising a multi-level block-structured Cartesian mesh. Solution adaptive mesh refinement, which works efficiently with the help of the dynamic load balancing, was implemented by dividing cubes based on mesh refinement criteria. The framework was investigated with the Laplace equation in terms of adaptive mesh refinement, load balancing and the parallel efficiency. It was then applied to the incompressible Navier-Stokes equations to simulate a turbulent flow around a sphere. We considered wall-adaptive cube refinement where a non-dimensional wall distance y+ near the sphere is used for a criterion of mesh refinement. The result showed the load imbalance due to y+ adaptive mesh refinement was corrected by the present approach. To utilise the BCM framework more effectively, we also tested a cube-wise algorithm switching where an explicit and implicit time integration schemes are switched depending on the local Courant-Friedrichs-Lewy (CFL) condition in each cube.

  13. Traffic off-balancing algorithm for energy efficient networks

    NASA Astrophysics Data System (ADS)

    Kim, Junhyuk; Lee, Chankyun; Rhee, June-Koo Kevin

    2011-12-01

    Physical layer of high-end network system uses multiple interface arrays. Under the load-balancing perspective, light load can be distributed to multiple interfaces. However, it can cause energy inefficiency in terms of the number of poor utilization interfaces. To tackle this energy inefficiency, traffic off-balancing algorithm for traffic adaptive interface sleep/awake is investigated. As a reference model, 40G/100G Ethernet is investigated. We report that suggested algorithm can achieve energy efficiency while satisfying traffic transmission requirement.

  14. Technical note: optimization for improved tube-loading efficiency in the dual-energy computed tomography coupled with balanced filter method.

    PubMed

    Saito, Masatoshi

    2010-08-01

    This article describes the spectral optimization of dual-energy computed tomography using balanced filters (bf-DECT) to reduce the tube loadings and dose by dedicating to the acquisition of electron density information, which is essential for treatment planning in radiotherapy. For the spectral optimization of bf-DECT, the author calculated the beam-hardening error and air kerma required to achieve a desired noise level in an electron density image of a 50-cm-diameter cylindrical water phantom. The calculation enables the selection of beam parameters such as tube voltage, balanced filter material, and its thickness. The optimal combination of tube voltages was 80 kV/140 kV in conjunction with Tb/Hf and Bi/Mo filter pairs; this combination agrees with that obtained in a previous study [M. Saito, "Spectral optimization for measuring electron density by the dual-energy computed tomography coupled with balanced filter method," Med. Phys. 36, 3631-3642 (2009)], although the thicknesses of the filters that yielded a minimum tube output were slightly different from those obtained in the previous study. The resultant tube loading of a low-energy scan of the present bf-DECT significantly decreased from 57.5 to 4.5 times that of a high-energy scan for conventional DECT. Furthermore, the air kerma of bf-DECT could be reduced to less than that of conventional DECT, while obtaining the same figure of merit for the measurement of electron density and effective atomic number. The tube-loading and dose efficiencies of bf-DECT were considerably improved by sacrificing the quality of the noise level in the images of effective atomic number.

  15. Achieving excellence in veterans healthcare--a balanced scorecard approach.

    PubMed

    Biro, Lawrence A; Moreland, Michael E; Cowgill, David E

    2003-01-01

    This article provides healthcare administrators and managers with a framework and model for developing a balanced scorecard and demonstrates the remarkable success of this process, which brings focus to leadership decisions about the allocation of resources. This scorecard was developed as a top management tool designed to structure multiple priorities of a large, complex, integrated healthcare system and to establish benchmarks to measure success in achieving targets for performance in identified areas. Significant benefits and positive results were derived from the implementation of the balanced scorecard, based upon benchmarks considered to be critical success factors. The network's chief executive officer and top leadership team set and articulated the network's primary operating principles: quality and efficiency in the provision of comprehensive healthcare and support services. Under the weighted benchmarks of the balanced scorecard, the facilities in the network were mandated to adhere to one non-negotiable tenet: providing care that is second to none. The balanced scorecard approach to leadership continuously ensures that this is the primary goal and focal point for all activity within the network. To that end, systems are always in place to ensure that the network is fully successful on all performance measures relating to quality.

  16. Analysis of temperature changes on three-phase synchronous generator using infrared: comparison between balanced and unbalanced load

    NASA Astrophysics Data System (ADS)

    Amien, S.; Yoga, W.; Fahmi, F.

    2018-02-01

    Synchronous generators are a major tool in an electrical energy generating systems, the load supplied by the generator is unbalanced. This paper discusses the effect of synchronous generator temperature on the condition of balanced load and unbalanced load, which will then be compared with the measurement result of both states of the generator. Unbalanced loads can be caused by various asymmetric disturbances in the power system and the failure of load forecasting studies so that the load distribution in each phase is not the same and causing the excessive heat of the generator. The method used in data collection was by using an infrared thermometer and resistance calculation method. The temperature comparison result between the resistive, inductive and capacitive loads in the highest temperature balance occured when the generator is loaded with a resistive load, where T = 31.9 ° C and t = 65 minutes. While in a state of unbalanced load the highest temperature occured when the generator is loaded with a capacitive load, where T = 40.1 ° C and t = 60 minutes. By understanding this behavior, we can maintain the generator for longer operation life.

  17. NERC Policy 10: Measurement of two generation and load balancing IOS

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

    Spicer, P.J.; Galow, G.G.

    1999-11-01

    Policy 10 will describe specific standards and metrics for most of the reliability functions described in the Interconnected Operations Services Working Group (IOS WG) report. The purpose of this paper is to discuss, in detail, the proposed metrics for two generation and load balancing IOSs: Regulation; Load Following. For purposes of this paper, metrics include both measurement and performance evaluation. The measurement methods discussed are included in the current draft of the proposed Policy 10. The performance evaluation method discussed is offered by the authors for consideration by the IOS ITF (Implementation Task Force) for inclusion into Policy 10.

  18. Balancing Authority Cooperation Concepts to Reduce Variable Generation Integration Costs in the Western Interconnection: Consolidating Balancing Authorities and Sharing Balancing Reserves

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

    Samaan, Nader A.; Makarov, Yuri V.; Nguyen, Tony B.

    2017-05-07

    The study described in this chapter demonstrates the benefits of BA consolidation with the help of a detailed WECC system model and advanced methodology, which is also described in this chapter. The study aims to determine the potential savings in production cost and reduction in balancing reserve requirements in the WECC system. The study has found that effective use of the diversity in load and variable generation over a wide area can indeed help to achieve significant savings. The implementation cost for the consolidation was beyond the scope of this study. The analysis was performed for two different scenarios ofmore » VG penetration: 11% (8% wind and 3% solar) and 33% (24% wind and 9% solar) of WECC projected energy demand in 2020. In analysis of balancing reserves, the objective was to determine the reduction in balancing reserve requirements due to BA consolidation, in terms of required capacity and ramp-rates. Hour-ahead and 10-minute ahead forecast errors for load, wind, and solar were simulated. In addition, 1-minute resolution load, wind and solar data were used to derive balancing reserve requirements i.e. load-following and regulation requirements for each individual BA and for the consolidated BA (CBA). The reduction in balancing reserves was determined by calculating the difference between total reserve requirements that need to be carried by different BAs if they operate individually, and reserve requirements that need to be carried by the CBA. The study results show that the consolidated WECC system would have about a 50% overall reduction in balancing reserves for the 11% penetration scenario and a 65% reduction for the 33% penetration scenario in comparison with total reserve requirements that need to be carried by different BAs if they operate individually.« less

  19. Balancing Life Roles to Achieve Career Happiness and Life Satisfaction.

    ERIC Educational Resources Information Center

    Peronne, Kristin Marie

    2000-01-01

    A study guided by Super's Life Span, Life Space approach included a survey of 119 women and 66 men about sacrifices made in life and work roles to achieve balance and satisfaction. Differences in sacrifices and satisfaction were related to the combination of life roles they occupied. (SK)

  20. Implementation of GAMMON - An efficient load balancing strategy for a local computer system

    NASA Technical Reports Server (NTRS)

    Baumgartner, Katherine M.; Kling, Ralph M.; Wah, Benjamin W.

    1989-01-01

    GAMMON (Global Allocation from Maximum to Minimum in cONstant time), an efficient load-balancing algorithm, is described. GAMMON uses the available broadcast capability of multiaccess networks to implement an efficient search technique for finding hosts with maximal and minimal loads. The search technique has an average overhead which is independent of the number of participating stations. The transition from the theoretical concept to a practical, reliable, and efficient implementation is described.

  1. A load balancing bufferless deflection router for network-on-chip

    NASA Astrophysics Data System (ADS)

    Xiaofeng, Zhou; Zhangming, Zhu; Duan, Zhou

    2016-07-01

    The bufferless router emerges as an interesting option for cost-efficient in network-on-chip (NoC) design. However, the bufferless router only works well under low network load because deflection more easily occurs as the injection rate increases. In this paper, we propose a load balancing bufferless deflection router (LBBDR) for NoC that relieves the effect of deflection in bufferless NoC. The proposed LBBDR employs a balance toggle identifier in the source router to control the initial routing direction of X or Y for a flit in the network. Based on this mechanism, the flit is routed according to XY or YX routing in the network afterward. When two or more flits contend the same one desired output port a priority policy called nearer-first is used to address output ports allocation contention. Simulation results show that the proposed LBBDR yields an improvement of routing performance over the reported bufferless routing in the flit deflection rate, average packet latency and throughput by up to 13%, 10% and 6% respectively. The layout area and power consumption compared with the reported schemes are 12% and 7% less respectively. Project supported by the National Natural Science Foundation of China (Nos. 61474087, 61322405, 61376039).

  2. Balancing the Assessment "of" Learning and "for" Learning in Support of Student Literacy Achievement

    ERIC Educational Resources Information Center

    Edwards, Patricia A.; Turner, Jennifer D.; Mokhtari, Kouider

    2008-01-01

    There is a delicate balance between the assessment of learning and assessment for learning. The recommendations included in this Assessment department may be useful for teachers working to achieve this balance and find a more accurate and complete understandings of students' literacy strengths and needs.

  3. Sampling-Based Motion Planning Algorithms for Replanning and Spatial Load Balancing

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

    Boardman, Beth Leigh

    The common theme of this dissertation is sampling-based motion planning with the two key contributions being in the area of replanning and spatial load balancing for robotic systems. Here, we begin by recalling two sampling-based motion planners: the asymptotically optimal rapidly-exploring random tree (RRT*), and the asymptotically optimal probabilistic roadmap (PRM*). We also provide a brief background on collision cones and the Distributed Reactive Collision Avoidance (DRCA) algorithm. The next four chapters detail novel contributions for motion replanning in environments with unexpected static obstacles, for multi-agent collision avoidance, and spatial load balancing. First, we show improved performance of the RRT*more » when using the proposed Grandparent-Connection (GP) or Focused-Refinement (FR) algorithms. Next, the Goal Tree algorithm for replanning with unexpected static obstacles is detailed and proven to be asymptotically optimal. A multi-agent collision avoidance problem in obstacle environments is approached via the RRT*, leading to the novel Sampling-Based Collision Avoidance (SBCA) algorithm. The SBCA algorithm is proven to guarantee collision free trajectories for all of the agents, even when subject to uncertainties in the knowledge of the other agents’ positions and velocities. Given that a solution exists, we prove that livelocks and deadlock will lead to the cost to the goal being decreased. We introduce a new deconfliction maneuver that decreases the cost-to-come at each step. This new maneuver removes the possibility of livelocks and allows a result to be formed that proves convergence to the goal configurations. Finally, we present a limited range Graph-based Spatial Load Balancing (GSLB) algorithm which fairly divides a non-convex space among multiple agents that are subject to differential constraints and have a limited travel distance. The GSLB is proven to converge to a solution when maximizing the area covered by the agents. The

  4. Dynamic Load Balancing Based on Constrained K-D Tree Decomposition for Parallel Particle Tracing

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

    Zhang, Jiang; Guo, Hanqi; Yuan, Xiaoru

    Particle tracing is a fundamental technique in flow field data visualization. In this work, we present a novel dynamic load balancing method for parallel particle tracing. Specifically, we employ a constrained k-d tree decomposition approach to dynamically redistribute tasks among processes. Each process is initially assigned a regularly partitioned block along with duplicated ghost layer under the memory limit. During particle tracing, the k-d tree decomposition is dynamically performed by constraining the cutting planes in the overlap range of duplicated data. This ensures that each process is reassigned particles as even as possible, and on the other hand the newmore » assigned particles for a process always locate in its block. Result shows good load balance and high efficiency of our method.« less

  5. A De-centralized Scheduling and Load Balancing Algorithm for Heterogeneous Grid Environments

    NASA Technical Reports Server (NTRS)

    Arora, Manish; Das, Sajal K.; Biswas, Rupak

    2002-01-01

    In the past two decades, numerous scheduling and load balancing techniques have been proposed for locally distributed multiprocessor systems. However, they all suffer from significant deficiencies when extended to a Grid environment: some use a centralized approach that renders the algorithm unscalable, while others assume the overhead involved in searching for appropriate resources to be negligible. Furthermore, classical scheduling algorithms do not consider a Grid node to be N-resource rich and merely work towards maximizing the utilization of one of the resources. In this paper, we propose a new scheduling and load balancing algorithm for a generalized Grid model of N-resource nodes that not only takes into account the node and network heterogeneity, but also considers the overhead involved in coordinating among the nodes. Our algorithm is decentralized, scalable, and overlaps the node coordination time with that of the actual processing of ready jobs, thus saving valuable clock cycles needed for making decisions. The proposed algorithm is studied by conducting simulations using the Message Passing Interface (MPI) paradigm.

  6. A De-Centralized Scheduling and Load Balancing Algorithm for Heterogeneous Grid Environments

    NASA Technical Reports Server (NTRS)

    Arora, Manish; Das, Sajal K.; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2002-01-01

    In the past two decades, numerous scheduling and load balancing techniques have been proposed for locally distributed multiprocessor systems. However, they all suffer from significant deficiencies when extended to a Grid environment: some use a centralized approach that renders the algorithm unscalable, while others assume the overhead involved in searching for appropriate resources to be negligible. Furthermore, classical scheduling algorithms do not consider a Grid node to be N-resource rich and merely work towards maximizing the utilization of one of the resources. In this paper we propose a new scheduling and load balancing algorithm for a generalized Grid model of N-resource nodes that not only takes into account the node and network heterogeneity, but also considers the overhead involved in coordinating among the nodes. Our algorithm is de-centralized, scalable, and overlaps the node coordination time of the actual processing of ready jobs, thus saving valuable clock cycles needed for making decisions. The proposed algorithm is studied by conducting simulations using the Message Passing Interface (MPI) paradigm.

  7. Sensor Deployment for Geographic, Load Balanced Hierarchical Organization in Wireless Sensor Networks

    NASA Astrophysics Data System (ADS)

    Gautam, Amit Kr.; Gautam, Ajay Kr.; Patel, R. B.

    2010-11-01

    In order to provide load balancing in clustered sensor deployment, the upstream clusters (near the BS) are kept smaller in size as compared to downstream ones (away from BS). Moreover, geographic awareness is also desirable in order to further enhance energy efficiency. But, this must be cost effective, since most of current location awareness strategies are either cost and weight inefficient (GPS) or are complex, inaccurate and unreliable in operation. This paper presents design and implementation of a Geographic LOad BALanced (GLOBAL) Clustering Protocol for Wireless Sensor Networks. A mathematical formulation is provided for determining the number of sensor nodes in each cluster. This enables uniform energy consumption after the multi-hop data transmission towards BS. Either the sensors can be manually deployed or the clusters be so formed that the sensor are efficiently distributed as per formulation. The latter strategy is elaborated in this contribution. Methods to provide static clustering and custom cluster sizes with location awareness are also provided in the given work. Finally, low mobility node applications can also implement the proposed work.

  8. Tactical Network Load Balancing in Multi-Gateway Wireless Sensor Networks

    DTIC Science & Technology

    2013-12-01

    writeup scrsz = get( 0 ,’ScreenSize’); %Creation of the random Sensor Network fig = figure(1); set(fig, ’Position’,[1 scrsz( 4 )*.25 scrsz(3)*.7...thesis writeup scrsz = get( 0 ,’ScreenSize’); %Creation of the random Sensor Network fig = figure(1); set(fig, ’Position’,[1 scrsz( 4 )*.25 scrsz(3)*.7...TYPE AND DATES COVERED Master’s Thesis 4 . TITLE AND SUBTITLE TACTICAL NETWORK LOAD BALANCING IN MULTI-GATEWAY WIRELESS SENSOR NETWORKS 5

  9. Wage-Earner or Family Member? FCS Students Learn How to Achieve a Balance

    ERIC Educational Resources Information Center

    McNabb, Tamra

    2004-01-01

    Successful business people in all walks of life recognize that achieving a balance between their work lives and their families is critical to their personal happiness. Although the subject is mentioned in textbooks and seminars, very little, if any, time is spent discussing how the young career person will achieve this goal. Fortunately, potential…

  10. A Targeted Approach to Ligament Balancing Using Kinetic Sensors.

    PubMed

    Gustke, Kenneth A; Golladay, Gregory J; Roche, Martin W; Elson, Leah C; Anderson, Christopher R

    2017-07-01

    Currently, soft-tissue imbalance contributes to several of the foremost reasons for revision following primary TKA, including instability, stiffness, and aseptic loosening. In order to decrease the incidence of soft-tissue imbalance, intraoperative sensors were developed to provide real-time, quantitative load data within the knee. This study examines the intraoperative data of a group of multicenter patients to determine how targeted ligament releases affect intra-articular loading, and to understand which types of releases are necessary to achieve quantified ligament balance. A group of 129 patients received sensor-assisted TKA, as part of a multicenter study. Medial and lateral loading data were collected pre-release, during any sequential releases, and post-release. All data were collected at 10°, 45°, and 90° during range of motion testing. Ligament release type, release technique type, and resultant loading were collected. Loading across the joint decreased, overall, and became more symmetrical after releases were performed. On average, between 2 and 3 corrections were made (up to 8) in order to achieve ligament balance. The ligament release type and subsequent quantified change in loading were in agreement with historical, qualified sources. Objective data from sensor output may assist surgeons in decreasing loading variability and, thereby, decreasing ligament imbalance and its associated complications. Copyright © 2017 Elsevier Inc. All rights reserved.

  11. GROMACS 4:  Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation.

    PubMed

    Hess, Berk; Kutzner, Carsten; van der Spoel, David; Lindahl, Erik

    2008-03-01

    Molecular simulation is an extremely useful, but computationally very expensive tool for studies of chemical and biomolecular systems. Here, we present a new implementation of our molecular simulation toolkit GROMACS which now both achieves extremely high performance on single processors from algorithmic optimizations and hand-coded routines and simultaneously scales very well on parallel machines. The code encompasses a minimal-communication domain decomposition algorithm, full dynamic load balancing, a state-of-the-art parallel constraint solver, and efficient virtual site algorithms that allow removal of hydrogen atom degrees of freedom to enable integration time steps up to 5 fs for atomistic simulations also in parallel. To improve the scaling properties of the common particle mesh Ewald electrostatics algorithms, we have in addition used a Multiple-Program, Multiple-Data approach, with separate node domains responsible for direct and reciprocal space interactions. Not only does this combination of algorithms enable extremely long simulations of large systems but also it provides that simulation performance on quite modest numbers of standard cluster nodes.

  12. A 10 bit 200 MS/s pipeline ADC using loading-balanced architecture in 0.18 μm CMOS

    NASA Astrophysics Data System (ADS)

    Wang, Linfeng; Meng, Qiao; Zhi, Hao; Li, Fei

    2017-07-01

    A new loading-balanced architecture for high speed and low power consumption pipeline analog-to-digital converter (ADC) is presented in this paper. The proposed ADC uses SHA-less, op-amp and capacitor-sharing technique, capacitor-scaling scheme to reduce the die area and power consumption. A new capacitor-sharing scheme was proposed to cancel the extra reset phase of the feedback capacitors. The non-standard inter-stage gain increases the feedback factor of the first stage and makes it equal to the second stage, by which, the load capacitor of op-amp shared by the first and second stages is balanced. As for the fourth stage, the capacitor and op-amp no longer scale down. From the system’s point of view, all load capacitors of the shared OTAs are balanced by employing a loading-balanced architecture. The die area and power consumption are optimized maximally. The ADC is implemented in a 0.18 μm 1P6M CMOS technology, and occupies a die area of 1.2 × 1.2 mm{}2. The measurement results show a 55.58 dB signal-to-noise-and-distortion ratio (SNDR) and 62.97 dB spurious-free dynamic range (SFDR) with a 25 MHz input operating at a 200 MS/s sampling rate. The proposed ADC consumes 115 mW at 200 MS/s from a 1.8 V supply.

  13. Strategies for achieving healthy energy balance among African Americans in the Mississippi Delta.

    PubMed

    Parham, Groesbeck P; Scarinci, Isabel C

    2007-10-01

    Low-income African Americans who live in rural areas of the Deep South are particularly vulnerable to diseases associated with unhealthy energy imbalance. The Centers for Disease Control and Prevention (CDC) has suggested various physical activity strategies to achieve healthy energy balance. Our objective was to conduct formal, open-ended discussions with low-income African Americans in the Mississippi Delta to determine 1) their dietary habits and physical activity levels, 2) their attitudes toward CDC's suggested physical activity strategies, and 3) their suggestions on how to achieve CDC's strategies within their own environment. A qualitative method (focus groups) was used to conduct the study during 2005. Prestudy meetings were held with African American lay health workers to formulate a focus group topic guide, establish inclusion criteria for focus group participants, select meeting sites and times, and determine group segmentation guidelines. Focus groups were divided into two phases. All discussions and focus group meetings were held in community centers within African American neighborhoods in the Mississippi Delta and were led by trained African American moderators. Phase I focus groups identified the following themes: overeating, low self-esteem, low income, lack of physical exercise, unhealthy methods of food preparation, a poor working definition of healthy energy balance, and superficial knowledge of strategies for achieving healthy energy balance. Phase 2 focus groups identified a preference for social support-based strategies for increasing physical activity levels. Energy balance strategies targeting low-income, rural African Americans in the Deep South may be more effective if they emphasize social interaction at the community and family levels and incorporate the concept of community volunteerism.

  14. Balancing Dreams and Realities: The College Choice Process for High-Achieving Latinas

    ERIC Educational Resources Information Center

    Hernández, Ebelia

    2015-01-01

    This study's narratives of 17 high-achieving Latinas revealed how their college choice was a constant balancing of individual and family expectations, being "close, but far enough away," and "getting your money's worth." With the use of critical race theory, further analysis revealed the influence of "familismo" on…

  15. Quantifying performance and effects of load carriage during a challenging balancing task using an array of wireless inertial sensors.

    PubMed

    Cain, Stephen M; McGinnis, Ryan S; Davidson, Steven P; Vitali, Rachel V; Perkins, Noel C; McLean, Scott G

    2016-01-01

    We utilize an array of wireless inertial measurement units (IMUs) to measure the movements of subjects (n=30) traversing an outdoor balance beam (zigzag and sloping) as quickly as possible both with and without load (20.5kg). Our objectives are: (1) to use IMU array data to calculate metrics that quantify performance (speed and stability) and (2) to investigate the effects of load on performance. We hypothesize that added load significantly decreases subject speed yet results in increased stability of subject movements. We propose and evaluate five performance metrics: (1) time to cross beam (less time=more speed), (2) percentage of total time spent in double support (more double support time=more stable), (3) stride duration (longer stride duration=more stable), (4) ratio of sacrum M-L to A-P acceleration (lower ratio=less lateral balance corrections=more stable), and (5) M-L torso range of motion (smaller range of motion=less balance corrections=more stable). We find that the total time to cross the beam increases with load (t=4.85, p<0.001). Stability metrics also change significantly with load, all indicating increased stability. In particular, double support time increases (t=6.04, p<0.001), stride duration increases (t=3.436, p=0.002), the ratio of sacrum acceleration RMS decreases (t=-5.56, p<0.001), and the M-L torso lean range of motion decreases (t=-2.82, p=0.009). Overall, the IMU array successfully measures subject movement and gait parameters that reveal the trade-off between speed and stability in this highly dynamic balance task. Copyright © 2015 Elsevier B.V. All rights reserved.

  16. Working Sandwich Generation Women Utilize Strategies within and between Roles to Achieve Role Balance.

    PubMed

    Evans, Kiah L; Millsteed, Jeannine; Richmond, Janet E; Falkmer, Marita; Falkmer, Torbjorn; Girdler, Sonya J

    2016-01-01

    Increasingly, women simultaneously balance the roles of mother, parental carer and worker. However, individual role balance strategies among these working 'sandwich' generation women have not been thoroughly explored. Eighteen women combining these three roles were interviewed about their individual role balance strategies. Findings were identified through the framework analysis technique, underpinned by the Model of Juggling Occupations. Achieving and maintaining role balance was explained as a complex process accomplished through a range of strategies. Findings revealed the women used six within-role balance strategies: living with integrity, being the best you can, doing what you love, loving what you do, remembering why and searching for signs of success. The women also described six between-role balance strategies: maintaining health and wellbeing, repressing perfectionism, managing time and energy, releasing responsibility, nurturing social connection and reciprocating. These findings provide a basis for health care providers to understand and potentially support working 'sandwich' generation women.

  17. Working Sandwich Generation Women Utilize Strategies within and between Roles to Achieve Role Balance

    PubMed Central

    Girdler, Sonya J.

    2016-01-01

    Increasingly, women simultaneously balance the roles of mother, parental carer and worker. However, individual role balance strategies among these working ‘sandwich’ generation women have not been thoroughly explored. Eighteen women combining these three roles were interviewed about their individual role balance strategies. Findings were identified through the framework analysis technique, underpinned by the Model of Juggling Occupations. Achieving and maintaining role balance was explained as a complex process accomplished through a range of strategies. Findings revealed the women used six within-role balance strategies: living with integrity, being the best you can, doing what you love, loving what you do, remembering why and searching for signs of success. The women also described six between-role balance strategies: maintaining health and wellbeing, repressing perfectionism, managing time and energy, releasing responsibility, nurturing social connection and reciprocating. These findings provide a basis for health care providers to understand and potentially support working ‘sandwich’ generation women. PMID:27305074

  18. A Framework to Analyze the Performance of Load Balancing Schemes for Ensembles of Stochastic Simulations

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

    Ahn, Tae-Hyuk; Sandu, Adrian; Watson, Layne T.

    2015-08-01

    Ensembles of simulations are employed to estimate the statistics of possible future states of a system, and are widely used in important applications such as climate change and biological modeling. Ensembles of runs can naturally be executed in parallel. However, when the CPU times of individual simulations vary considerably, a simple strategy of assigning an equal number of tasks per processor can lead to serious work imbalances and low parallel efficiency. This paper presents a new probabilistic framework to analyze the performance of dynamic load balancing algorithms for ensembles of simulations where many tasks are mapped onto each processor, andmore » where the individual compute times vary considerably among tasks. Four load balancing strategies are discussed: most-dividing, all-redistribution, random-polling, and neighbor-redistribution. Simulation results with a stochastic budding yeast cell cycle model are consistent with the theoretical analysis. It is especially significant that there is a provable global decrease in load imbalance for the local rebalancing algorithms due to scalability concerns for the global rebalancing algorithms. The overall simulation time is reduced by up to 25 %, and the total processor idle time by 85 %.« less

  19. Load Balancing in Cloud Computing Environment Using Improved Weighted Round Robin Algorithm for Nonpreemptive Dependent Tasks.

    PubMed

    Devi, D Chitra; Uthariaraj, V Rhymend

    2016-01-01

    Cloud computing uses the concepts of scheduling and load balancing to migrate tasks to underutilized VMs for effectively sharing the resources. The scheduling of the nonpreemptive tasks in the cloud computing environment is an irrecoverable restraint and hence it has to be assigned to the most appropriate VMs at the initial placement itself. Practically, the arrived jobs consist of multiple interdependent tasks and they may execute the independent tasks in multiple VMs or in the same VM's multiple cores. Also, the jobs arrive during the run time of the server in varying random intervals under various load conditions. The participating heterogeneous resources are managed by allocating the tasks to appropriate resources by static or dynamic scheduling to make the cloud computing more efficient and thus it improves the user satisfaction. Objective of this work is to introduce and evaluate the proposed scheduling and load balancing algorithm by considering the capabilities of each virtual machine (VM), the task length of each requested job, and the interdependency of multiple tasks. Performance of the proposed algorithm is studied by comparing with the existing methods.

  20. Load Balancing in Cloud Computing Environment Using Improved Weighted Round Robin Algorithm for Nonpreemptive Dependent Tasks

    PubMed Central

    Devi, D. Chitra; Uthariaraj, V. Rhymend

    2016-01-01

    Cloud computing uses the concepts of scheduling and load balancing to migrate tasks to underutilized VMs for effectively sharing the resources. The scheduling of the nonpreemptive tasks in the cloud computing environment is an irrecoverable restraint and hence it has to be assigned to the most appropriate VMs at the initial placement itself. Practically, the arrived jobs consist of multiple interdependent tasks and they may execute the independent tasks in multiple VMs or in the same VM's multiple cores. Also, the jobs arrive during the run time of the server in varying random intervals under various load conditions. The participating heterogeneous resources are managed by allocating the tasks to appropriate resources by static or dynamic scheduling to make the cloud computing more efficient and thus it improves the user satisfaction. Objective of this work is to introduce and evaluate the proposed scheduling and load balancing algorithm by considering the capabilities of each virtual machine (VM), the task length of each requested job, and the interdependency of multiple tasks. Performance of the proposed algorithm is studied by comparing with the existing methods. PMID:26955656

  1. L2-LBMT: A Layered Load Balance Routing Protocol for underwater multimedia data transmission

    NASA Astrophysics Data System (ADS)

    Lv, Ze; Tang, Ruichun; Tao, Ye; Sun, Xin; Xu, Xiaowei

    2017-12-01

    Providing highly efficient underwater transmission of mass multimedia data is challenging due to the particularities of the underwater environment. Although there are many schemes proposed to optimize the underwater acoustic network communication protocols, from physical layer, data link layer, network layer to transport layer, the existing routing protocols for underwater wireless sensor network (UWSN) still cannot well deal with the problems in transmitting multimedia data because of the difficulties involved in high energy consumption, low transmission reliability or high transmission delay. It prevents us from applying underwater multimedia data to real-time monitoring of marine environment in practical application, especially in emergency search, rescue operation and military field. Therefore, the inefficient transmission of marine multimedia data has become a serious problem that needs to be solved urgently. In this paper, A Layered Load Balance Routing Protocol (L2-LBMT) is proposed for underwater multimedia data transmission. In L2-LBMT, we use layered and load-balance Ad Hoc Network to transmit data, and adopt segmented data reliable transfer (SDRT) protocol to improve the data transport reliability. And a 3-node variant of tornado (3-VT) code is also combined with the Ad Hoc Network to transmit little emergency data more quickly. The simulation results show that the proposed protocol can balance energy consumption of each node, effectively prolong the network lifetime and reduce transmission delay of marine multimedia data.

  2. Learning anatomy via mobile augmented reality: Effects on achievement and cognitive load.

    PubMed

    Küçük, Sevda; Kapakin, Samet; Göktaş, Yüksel

    2016-10-01

    Augmented reality (AR), a new generation of technology, has attracted the attention of educators in recent years. In this study, a MagicBook was developed for a neuroanatomy topic by using mobile augmented reality (mAR) technology. This technology integrates virtual learning objects into the real world and allow users to interact with the environment using mobile devices. The purpose of this study was to determine the effects of learning anatomy via mAR on medical students' academic achievement and cognitive load. The mixed method was applied in the study. The random sample consisted of 70 second-year undergraduate medical students: 34 in an experimental group and 36 in a control group. Academic achievement test and cognitive load scale were used as data collection tool. A one-way MANOVA test was used for analysis. The experimental group, which used mAR applications, reported higher achievement and lower cognitive load. The use of mAR applications in anatomy education contributed to the formation of an effective and productive learning environment. Student cognitive load decreased as abstract information became concrete in printed books via multimedia materials in mAR applications. Additionally, students were able to access the materials in the MagicBook anytime and anywhere they wanted. The mobile learning approach helped students learn better by exerting less cognitive effort. Moreover, the sensory experience and real time interaction with environment may provide learning satisfaction and enable students to structure their knowledge to complete the learning tasks. Anat Sci Educ 9: 411-421. © 2016 American Association of Anatomists. © 2016 American Association of Anatomists.

  3. The Plasma Simulation Code: A modern particle-in-cell code with patch-based load-balancing

    NASA Astrophysics Data System (ADS)

    Germaschewski, Kai; Fox, William; Abbott, Stephen; Ahmadi, Narges; Maynard, Kristofor; Wang, Liang; Ruhl, Hartmut; Bhattacharjee, Amitava

    2016-08-01

    This work describes the Plasma Simulation Code (PSC), an explicit, electromagnetic particle-in-cell code with support for different order particle shape functions. We review the basic components of the particle-in-cell method as well as the computational architecture of the PSC code that allows support for modular algorithms and data structure in the code. We then describe and analyze in detail a distinguishing feature of PSC: patch-based load balancing using space-filling curves which is shown to lead to major efficiency gains over unbalanced methods and a previously used simpler balancing method.

  4. Working Memory Load and Reminder Effect on Event-Based Prospective Memory of High- and Low-Achieving Students in Math.

    PubMed

    Chen, Youzhen; Lian, Rong; Yang, Lixian; Liu, Jianrong; Meng, Yingfang

    The effects of working memory (WM) demand and reminders on an event-based prospective memory (PM) task were compared between students with low and high achievement in math. WM load (1- and 2-back tasks) was manipulated as a within-subject factor and reminder (with or without reminder) as a between-subject factor. Results showed that high-achieving students outperformed low-achieving students on all PM and n-back tasks. Use of a reminder improved PM performance and thus reduced prospective interference; the performance of ongoing tasks also improved for all students. Both PM and n-back performances in low WM load were better than in high WM load. High WM load had more influence on low-achieving students than on high-achieving students. Results suggest that low-achieving students in math were weak at PM and influenced more by high WM load. Thus, it is important to train these students to set up an obvious reminder for their PM and improve their WM.

  5. Balancing Power Absorption Against Structural Loads With Viscous Drag and Power-Takeoff Efficiency Considerations

    DOE PAGES

    Tom, Nathan; Yu, Yi-Hsiang; Wright, Alan; ...

    2017-11-17

    The focus of this paper is to balance power absorption against structural loading for a novel fixed-bottom oscillating surge wave energy converter in both regular and irregular wave environments. The power-to-load ratio will be evaluated using pseudospectral control (PSC) to determine the optimum power-takeoff (PTO) torque based on a multiterm objective function. This paper extends the pseudospectral optimal control problem to not just maximize the time-averaged absorbed power but also include measures for the surge-foundation force and PTO torque in the optimization. The objective function may now potentially include three competing terms that the optimizer must balance. Separate weighting factorsmore » are attached to the surge-foundation force and PTO control torque that can be used to tune the optimizer performance to emphasize either power absorption or load shedding. To correct the pitch equation of motion, derived from linear hydrodynamic theory, a quadratic-viscous-drag torque has been included in the system dynamics; however, to continue the use of quadratic programming solvers, an iteratively obtained linearized drag coefficient was utilized that provided good accuracy in the predicted pitch motion. Furthermore, the analysis considers the use of a nonideal PTO unit to more accurately evaluate controller performance. The PTO efficiency is not directly included in the objective function but rather the weighting factors are utilized to limit the PTO torque amplitudes, thereby reducing the losses resulting from the bidirectional energy flow through a nonideal PTO. Results from PSC show that shedding a portion of the available wave energy can lead to greater reductions in structural loads, peak-to-average power ratio, and reactive power requirement.« less

  6. A high performance load balance strategy for real-time multicore systems.

    PubMed

    Cho, Keng-Mao; Tsai, Chun-Wei; Chiu, Yi-Shiuan; Yang, Chu-Sing

    2014-01-01

    Finding ways to distribute workloads to each processor core and efficiently reduce power consumption is of vital importance, especially for real-time systems. In this paper, a novel scheduling algorithm is proposed for real-time multicore systems to balance the computation loads and save power. The developed algorithm simultaneously considers multiple criteria, a novel factor, and task deadline, and is called power and deadline-aware multicore scheduling (PDAMS). Experiment results show that the proposed algorithm can greatly reduce energy consumption by up to 54.2% and the deadline times missed, as compared to the other scheduling algorithms outlined in this paper.

  7. A High Performance Load Balance Strategy for Real-Time Multicore Systems

    PubMed Central

    Cho, Keng-Mao; Tsai, Chun-Wei; Chiu, Yi-Shiuan; Yang, Chu-Sing

    2014-01-01

    Finding ways to distribute workloads to each processor core and efficiently reduce power consumption is of vital importance, especially for real-time systems. In this paper, a novel scheduling algorithm is proposed for real-time multicore systems to balance the computation loads and save power. The developed algorithm simultaneously considers multiple criteria, a novel factor, and task deadline, and is called power and deadline-aware multicore scheduling (PDAMS). Experiment results show that the proposed algorithm can greatly reduce energy consumption by up to 54.2% and the deadline times missed, as compared to the other scheduling algorithms outlined in this paper. PMID:24955382

  8. Uncertainty analysis on simple mass balance model to calculate critical loads for soil acidity

    Treesearch

    Harbin Li; Steven G. McNulty

    2007-01-01

    Simple mass balance equations (SMBE) of critical acid loads (CAL) in forest soil were developed to assess potential risks of air pollutants to ecosystems. However, to apply SMBE reliably at large scales, SMBE must be tested for adequacy and uncertainty. Our goal was to provide a detailed analysis of uncertainty in SMBE so that sound strategies for scaling up CAL...

  9. Accelerating Multiple Compound Comparison Using LINGO-Based Load-Balancing Strategies on Multi-GPUs.

    PubMed

    Lin, Chun-Yuan; Wang, Chung-Hung; Hung, Che-Lun; Lin, Yu-Shiang

    2015-01-01

    Compound comparison is an important task for the computational chemistry. By the comparison results, potential inhibitors can be found and then used for the pharmacy experiments. The time complexity of a pairwise compound comparison is O(n (2)), where n is the maximal length of compounds. In general, the length of compounds is tens to hundreds, and the computation time is small. However, more and more compounds have been synthesized and extracted now, even more than tens of millions. Therefore, it still will be time-consuming when comparing with a large amount of compounds (seen as a multiple compound comparison problem, abbreviated to MCC). The intrinsic time complexity of MCC problem is O(k (2) n (2)) with k compounds of maximal length n. In this paper, we propose a GPU-based algorithm for MCC problem, called CUDA-MCC, on single- and multi-GPUs. Four LINGO-based load-balancing strategies are considered in CUDA-MCC in order to accelerate the computation speed among thread blocks on GPUs. CUDA-MCC was implemented by C+OpenMP+CUDA. CUDA-MCC achieved 45 times and 391 times faster than its CPU version on a single NVIDIA Tesla K20m GPU card and a dual-NVIDIA Tesla K20m GPU card, respectively, under the experimental results.

  10. Software defined network architecture based research on load balancing strategy

    NASA Astrophysics Data System (ADS)

    You, Xiaoqian; Wu, Yang

    2018-05-01

    As a new type network architecture, software defined network has the key idea of separating the control place of the network from the transmission plane, to manage and control the network in a concentrated way; in addition, the network interface is opened on the control layer and the data layer, so as to achieve programmable control of the network. Considering that only the single shortest route is taken into the calculation of traditional network data flow transmission, and congestion and resource consumption caused by excessive load of link circuits are ignored, a link circuit load based flow media business QoS gurantee system is proposed in this article to divide the flow in the network into ordinary data flow and QoS flow. In this way, it supervises the link circuit load with the controller so as to calculate reasonable route rapidly and issue the flow table to the exchanger, to finish rapid data transmission. In addition, it establishes a simulation platform to acquire optimized result through simulation experiment.

  11. A strategy to load balancing for non-connectivity MapReduce job

    NASA Astrophysics Data System (ADS)

    Zhou, Huaping; Liu, Guangzong; Gui, Haixia

    2017-09-01

    MapReduce has been widely used in large scale and complex datasets as a kind of distributed programming model. Original Hash partitioning function in MapReduce often results the problem of data skew when data distribution is uneven. To solve the imbalance of data partitioning, we proposes a strategy to change the remaining partitioning index when data is skewed. In Map phase, we count the amount of data which will be distributed to each reducer, then Job Tracker monitor the global partitioning information and dynamically modify the original partitioning function according to the data skew model, so the Partitioner can change the index of these partitioning which will cause data skew to the other reducer that has less load in the next partitioning process, and can eventually balance the load of each node. Finally, we experimentally compare our method with existing methods on both synthetic and real datasets, the experimental results show our strategy can solve the problem of data skew with better stability and efficiency than Hash method and Sampling method for non-connectivity MapReduce task.

  12. Single Enteral Loading Dose of Phenobarbital for Achieving Its Therapeutic Serum Levels in Neonates

    PubMed Central

    Turhan, Ali H.; Atici, Aytug; Okuyaz, Cetin; Uysal, Sercan

    2010-01-01

    Aim To investigate whether therapeutic serum drug levels may be achieved with a single enteral loading dose of phenobarbital. Methods The study was performed at the Mersin University Hospital in Turkey between April 2004 and August 2006, and included 29 newborn babies with seizure. After the acute treatment of the seizure with midazolam at a dose of 0.1 mg/kg, phenobarbital was administered by orogastric route at a loading dose of 20 mg/kg. Serum phenobarbital concentrations were measured at 0.5, 3, 6, and 12 hours after the loading. Serum phenobarbital levels between 10-30 μg/mL were considered as the therapeutic range. Results The serum phenobarbital levels reached therapeutic values in 9 (31%), 19 (66%), 21 (72%), and 23 (79%) patients at 0.5, 3, 6, and 12 hours after loading, respectively, while they did not reach therapeutic values in 6 patients (21%) after 12 hours. Four of the patients in whom there was no increase in serum phenobarbital levels had hypoxic-ischemic encephalopathy. Conclusion Enteral loading of phenobarbital can achieve therapeutic serum levels in the large majority of newborn babies with seizure and may be safely used in babies with the intact gastrointestinal tract. PMID:20564764

  13. Characteristics of Nitrogen Balances of Large-scale Stock Farms and Reduction of Environmental Nitrogen Loads

    NASA Astrophysics Data System (ADS)

    Hattori, Toshihiro; Takamatsu, Rieko

    We calculated nitrogen balances on farm gate and soil surface on large-scale stock farms and discussed methods for reducing environmental nitrogen loads. Four different types of public stock farms (organic beef, calf supply and daily cows) were surveyed in Aomori Prefecture. (1) Farm gate and soil surface nitrogen inflows were both larger than the respective outflows on all types of farms. Farm gate nitrogen balance for beef farms were worse than that for dairy farms. (2) Soil surface nitrogen outflows and soil nitrogen retention were in proportion to soil surface nitrogen inflows. (3) Reductions in soil surface nitrogen retention were influenced by soil surface nitrogen inflows. (4) In order to reduce farm gate nitrogen retention, inflows of formula feed and chemical fertilizer need to be reduced. (5) In order to reduce soil surface nitrogen retention, inflows of fertilizer need to be reduced and nitrogen balance needs to be controlled.

  14. Automatic provisioning, deployment and orchestration for load-balancing THREDDS instances

    NASA Astrophysics Data System (ADS)

    Cofino, A. S.; Fernández-Tejería, S.; Kershaw, P.; Cimadevilla, E.; Petri, R.; Pryor, M.; Stephens, A.; Herrera, S.

    2017-12-01

    THREDDS is a widely used web server to provide to different scientific communities with data access and discovery. Due to THREDDS's lack of horizontal scalability and automatic configuration management and deployment, this service usually deals with service downtimes and time consuming configuration tasks, mainly when an intensive use is done as is usual within the scientific community (e.g. climate). Instead of the typical installation and configuration of a single or multiple independent THREDDS servers, manually configured, this work presents an automatic provisioning, deployment and orchestration cluster of THREDDS servers. This solution it's based on Ansible playbooks, used to control automatically the deployment and configuration setup on a infrastructure and to manage the datasets available in THREDDS instances. The playbooks are based on modules (or roles) of different backends and frontends load-balancing setups and solutions. The frontend load-balancing system enables horizontal scalability by delegating requests to backend workers, consisting in a variable number of instances for the THREDDS server. This implementation allows to configure different infrastructure and deployment scenario setups, as more workers are easily added to the cluster by simply declaring them as Ansible variables and executing the playbooks, and also provides fault-tolerance and better reliability since if any of the workers fail another instance of the cluster can take over it. In order to test the solution proposed, two real scenarios are analyzed in this contribution: The JASMIN Group Workspaces at CEDA and the User Data Gateway (UDG) at the Data Climate Service from the University of Cantabria. On the one hand, the proposed configuration has provided CEDA with a higher level and more scalable Group Workspaces (GWS) service than the previous one based on Unix permissions, improving also the data discovery and data access experience. On the other hand, the UDG has improved its

  15. Load Balancing Integrated Least Slack Time-Based Appliance Scheduling for Smart Home Energy Management

    PubMed Central

    Silva, Bhagya Nathali; Khan, Murad; Han, Kijun

    2018-01-01

    The emergence of smart devices and smart appliances has highly favored the realization of the smart home concept. Modern smart home systems handle a wide range of user requirements. Energy management and energy conservation are in the spotlight when deploying sophisticated smart homes. However, the performance of energy management systems is highly influenced by user behaviors and adopted energy management approaches. Appliance scheduling is widely accepted as an effective mechanism to manage domestic energy consumption. Hence, we propose a smart home energy management system that reduces unnecessary energy consumption by integrating an automated switching off system with load balancing and appliance scheduling algorithm. The load balancing scheme acts according to defined constraints such that the cumulative energy consumption of the household is managed below the defined maximum threshold. The scheduling of appliances adheres to the least slack time (LST) algorithm while considering user comfort during scheduling. The performance of the proposed scheme has been evaluated against an existing energy management scheme through computer simulation. The simulation results have revealed a significant improvement gained through the proposed LST-based energy management scheme in terms of cost of energy, along with reduced domestic energy consumption facilitated by an automated switching off mechanism. PMID:29495346

  16. Load Balancing Integrated Least Slack Time-Based Appliance Scheduling for Smart Home Energy Management.

    PubMed

    Silva, Bhagya Nathali; Khan, Murad; Han, Kijun

    2018-02-25

    The emergence of smart devices and smart appliances has highly favored the realization of the smart home concept. Modern smart home systems handle a wide range of user requirements. Energy management and energy conservation are in the spotlight when deploying sophisticated smart homes. However, the performance of energy management systems is highly influenced by user behaviors and adopted energy management approaches. Appliance scheduling is widely accepted as an effective mechanism to manage domestic energy consumption. Hence, we propose a smart home energy management system that reduces unnecessary energy consumption by integrating an automated switching off system with load balancing and appliance scheduling algorithm. The load balancing scheme acts according to defined constraints such that the cumulative energy consumption of the household is managed below the defined maximum threshold. The scheduling of appliances adheres to the least slack time (LST) algorithm while considering user comfort during scheduling. The performance of the proposed scheme has been evaluated against an existing energy management scheme through computer simulation. The simulation results have revealed a significant improvement gained through the proposed LST-based energy management scheme in terms of cost of energy, along with reduced domestic energy consumption facilitated by an automated switching off mechanism.

  17. BALANCE

    DOEpatents

    Carmichael, H.

    1953-01-01

    A torsional-type analytical balance designed to arrive at its equilibrium point more quickly than previous balances is described. In order to prevent external heat sources creating air currents inside the balance casing that would reiard the attainment of equilibrium conditions, a relatively thick casing shaped as an inverted U is placed over the load support arms and the balance beam. This casing is of a metal of good thernnal conductivity characteristics, such as copper or aluminum, in order that heat applied to one portion of the balance is quickly conducted to all other sensitive areas, thus effectively preventing the fornnation of air currents caused by unequal heating of the balance.

  18. Analysis of tasks for dynamic man/machine load balancing in advanced helicopters

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

    Jorgensen, C.C.

    1987-10-01

    This report considers task allocation requirements imposed by advanced helicopter designs incorporating mixes of human pilots and intelligent machines. Specifically, it develops an analogy between load balancing using distributed non-homogeneous multiprocessors and human team functions. A taxonomy is presented which can be used to identify task combinations likely to cause overload for dynamic scheduling and process allocation mechanisms. Designer criteria are given for function decomposition, separation of control from data, and communication handling for dynamic tasks. Possible effects of n-p complete scheduling problems are noted and a class of combinatorial optimization methods are examined.

  19. Performance Evaluation of Counter-Based Dynamic Load Balancing Schemes for Massive Contingency Analysis with Different Computing Environments

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

    Chen, Yousu; Huang, Zhenyu; Chavarría-Miranda, Daniel

    Contingency analysis is a key function in the Energy Management System (EMS) to assess the impact of various combinations of power system component failures based on state estimation. Contingency analysis is also extensively used in power market operation for feasibility test of market solutions. High performance computing holds the promise of faster analysis of more contingency cases for the purpose of safe and reliable operation of today’s power grids with less operating margin and more intermittent renewable energy sources. This paper evaluates the performance of counter-based dynamic load balancing schemes for massive contingency analysis under different computing environments. Insights frommore » the performance evaluation can be used as guidance for users to select suitable schemes in the application of massive contingency analysis. Case studies, as well as MATLAB simulations, of massive contingency cases using the Western Electricity Coordinating Council power grid model are presented to illustrate the application of high performance computing with counter-based dynamic load balancing schemes.« less

  20. Accelerating Multiple Compound Comparison Using LINGO-Based Load-Balancing Strategies on Multi-GPUs

    PubMed Central

    Lin, Chun-Yuan; Wang, Chung-Hung; Hung, Che-Lun; Lin, Yu-Shiang

    2015-01-01

    Compound comparison is an important task for the computational chemistry. By the comparison results, potential inhibitors can be found and then used for the pharmacy experiments. The time complexity of a pairwise compound comparison is O(n 2), where n is the maximal length of compounds. In general, the length of compounds is tens to hundreds, and the computation time is small. However, more and more compounds have been synthesized and extracted now, even more than tens of millions. Therefore, it still will be time-consuming when comparing with a large amount of compounds (seen as a multiple compound comparison problem, abbreviated to MCC). The intrinsic time complexity of MCC problem is O(k 2 n 2) with k compounds of maximal length n. In this paper, we propose a GPU-based algorithm for MCC problem, called CUDA-MCC, on single- and multi-GPUs. Four LINGO-based load-balancing strategies are considered in CUDA-MCC in order to accelerate the computation speed among thread blocks on GPUs. CUDA-MCC was implemented by C+OpenMP+CUDA. CUDA-MCC achieved 45 times and 391 times faster than its CPU version on a single NVIDIA Tesla K20m GPU card and a dual-NVIDIA Tesla K20m GPU card, respectively, under the experimental results. PMID:26491652

  1. Automatic force balance calibration system

    NASA Technical Reports Server (NTRS)

    Ferris, Alice T. (Inventor)

    1995-01-01

    A system for automatically calibrating force balances is provided. The invention uses a reference balance aligned with the balance being calibrated to provide superior accuracy while minimizing the time required to complete the calibration. The reference balance and the test balance are rigidly attached together with closely aligned moment centers. Loads placed on the system equally effect each balance, and the differences in the readings of the two balances can be used to generate the calibration matrix for the test balance. Since the accuracy of the test calibration is determined by the accuracy of the reference balance and current technology allows for reference balances to be calibrated to within +/-0.05% the entire system has an accuracy of +/-0.2%. The entire apparatus is relatively small and can be mounted on a movable base for easy transport between test locations. The system can also accept a wide variety of reference balances, thus allowing calibration under diverse load and size requirements.

  2. Automatic force balance calibration system

    NASA Technical Reports Server (NTRS)

    Ferris, Alice T. (Inventor)

    1996-01-01

    A system for automatically calibrating force balances is provided. The invention uses a reference balance aligned with the balance being calibrated to provide superior accuracy while minimizing the time required to complete the calibration. The reference balance and the test balance are rigidly attached together with closely aligned moment centers. Loads placed on the system equally effect each balance, and the differences in the readings of the two balances can be used to generate the calibration matrix for the test balance. Since the accuracy of the test calibration is determined by the accuracy of the reference balance and current technology allows for reference balances to be calibrated to within .+-.0.05%, the entire system has an accuracy of a .+-.0.2%. The entire apparatus is relatively small and can be mounted on a movable base for easy transport between test locations. The system can also accept a wide variety of reference balances, thus allowing calibration under diverse load and size requirements.

  3. Two Dimensional Array Based Overlay Network for Balancing Load of Peer-to-Peer Live Video Streaming

    NASA Astrophysics Data System (ADS)

    Faruq Ibn Ibrahimy, Abdullah; Rafiqul, Islam Md; Anwar, Farhat; Ibn Ibrahimy, Muhammad

    2013-12-01

    The live video data is streaming usually in a tree-based overlay network or in a mesh-based overlay network. In case of departure of a peer with additional upload bandwidth, the overlay network becomes very vulnerable to churn. In this paper, a two dimensional array-based overlay network is proposed for streaming the live video stream data. As there is always a peer or a live video streaming server to upload the live video stream data, so the overlay network is very stable and very robust to churn. Peers are placed according to their upload and download bandwidth, which enhances the balance of load and performance. The overlay network utilizes the additional upload bandwidth of peers to minimize chunk delivery delay and to maximize balance of load. The procedure, which is used for distributing the additional upload bandwidth of the peers, distributes the additional upload bandwidth to the heterogeneous strength peers in a fair treat distribution approach and to the homogeneous strength peers in a uniform distribution approach. The proposed overlay network has been simulated by Qualnet from Scalable Network Technologies and results are presented in this paper.

  4. Validation of a robotic balance system for investigations in the control of human standing balance.

    PubMed

    Luu, Billy L; Huryn, Thomas P; Van der Loos, H F Machiel; Croft, Elizabeth A; Blouin, Jean-Sébastien

    2011-08-01

    Previous studies have shown that human body sway during standing approximates the mechanics of an inverted pendulum pivoted at the ankle joints. In this study, a robotic balance system incorporating a Stewart platform base was developed to provide a new technique to investigate the neural mechanisms involved in standing balance. The robotic system, programmed with the mechanics of an inverted pendulum, controlled the motion of the body in response to a change in applied ankle torque. The ability of the robotic system to replicate the load properties of standing was validated by comparing the load stiffness generated when subjects balanced their own body to the robot's mechanical load programmed with a low (concentrated-mass model) or high (distributed-mass model) inertia. The results show that static load stiffness was not significantly (p > 0.05) different for standing and the robotic system. Dynamic load stiffness for the robotic system increased with the frequency of sway, as predicted by the mechanics of an inverted pendulum, with the higher inertia being accurately matched to the load properties of the human body. This robotic balance system accurately replicated the physical model of standing and represents a useful tool to simulate the dynamics of a standing person. © 2011 IEEE

  5. Measuring achievement goal motivation, mindsets and cognitive load: validation of three instruments' scores.

    PubMed

    Cook, David A; Castillo, Richmond M; Gas, Becca; Artino, Anthony R

    2017-10-01

    Measurement of motivation and cognitive load has potential value in health professions education. Our objective was to evaluate the validity of scores from Dweck's Implicit Theories of Intelligence Scale (ITIS), Elliot's Achievement Goal Questionnaire-Revised (AGQ-R) and Leppink's cognitive load index (CLI). This was a validity study evaluating internal structure using reliability and factor analysis, and relationships with other variables using the multitrait-multimethod matrix. Two hundred and thirty-two secondary school students participated in a medical simulation-based training activity at an academic medical center. Pre-activity ITIS (implicit theory [mindset] domains: incremental, entity) and AGQ-R (achievement goal domains: mastery-approach, mastery-avoidance, performance-approach, performance-avoidance), post-activity CLI (cognitive load domains: intrinsic, extrinsic, germane) and task persistence (self-directed repetitions on a laparoscopic surgery task) were measured. Internal consistency reliability (Cronbach's alpha) was > 0.70 for all domain scores except AGQ-R performance-avoidance (alpha 0.68) and CLI extrinsic load (alpha 0.64). Confirmatory factor analysis of ITIS and CLI scores demonstrated acceptable model fit. Confirmatory factor analysis of AGQ-R scores demonstrated borderline fit, and exploratory factor analysis suggested a three-domain model for achievement goals (mastery-approach, performance and avoidance). Correlations among scores from conceptually-related domains generally aligned with expectations, as follows: ITIS incremental and entity, r = -0.52; AGQ-R mastery-avoidance and performance-avoidance, r = 0.71; mastery-approach and performance-approach, r = 0.55; performance-approach and performance-avoidance, r = 0.43; mastery-approach and mastery-avoidance, r = 0.36; CLI germane and extrinsic, r = -0.35; ITIS incremental and AGQ-R mastery-approach, r = 0.34; ITIS incremental and CLI germane, r = 0.44; AGQ-R mastery

  6. Extreme prices in electricity balancing markets from an approach of statistical physics

    NASA Astrophysics Data System (ADS)

    Mureddu, Mario; Meyer-Ortmanns, Hildegard

    2018-01-01

    An increase in energy production from renewable energy sources is viewed as a crucial achievement in most industrialized countries. The higher variability of power production via renewables leads to a rise in ancillary service costs over the power system, in particular costs within the electricity balancing markets, mainly due to an increased number of extreme price spikes. This study analyzes the impact of an increased share of renewable energy sources on the behavior of price and volumes of the Italian balancing market. Starting from configurations of load and power production, which guarantee a stable performance, we implement fluctuations in the load and in renewables; in particular we artificially increase the contribution of renewables as compared to conventional power sources to cover the total load. We then determine the amount of requested energy in the balancing market and its fluctuations, which are induced by production and consumption. Within an approach of agent-based modeling we estimate the resulting energy prices and costs. While their average values turn out to be only slightly affected by an increased contribution from renewables, the probability for extreme price events is shown to increase along with undesired peaks in the costs. Our methodology provides a tool for estimating outliers in prices obtained in the energy balancing market, once data of consumption, production and their typical fluctuations are provided.

  7. mGrid: A load-balanced distributed computing environment for the remote execution of the user-defined Matlab code

    PubMed Central

    Karpievitch, Yuliya V; Almeida, Jonas S

    2006-01-01

    Background Matlab, a powerful and productive language that allows for rapid prototyping, modeling and simulation, is widely used in computational biology. Modeling and simulation of large biological systems often require more computational resources then are available on a single computer. Existing distributed computing environments like the Distributed Computing Toolbox, MatlabMPI, Matlab*G and others allow for the remote (and possibly parallel) execution of Matlab commands with varying support for features like an easy-to-use application programming interface, load-balanced utilization of resources, extensibility over the wide area network, and minimal system administration skill requirements. However, all of these environments require some level of access to participating machines to manually distribute the user-defined libraries that the remote call may invoke. Results mGrid augments the usual process distribution seen in other similar distributed systems by adding facilities for user code distribution. mGrid's client-side interface is an easy-to-use native Matlab toolbox that transparently executes user-defined code on remote machines (i.e. the user is unaware that the code is executing somewhere else). Run-time variables are automatically packed and distributed with the user-defined code and automated load-balancing of remote resources enables smooth concurrent execution. mGrid is an open source environment. Apart from the programming language itself, all other components are also open source, freely available tools: light-weight PHP scripts and the Apache web server. Conclusion Transparent, load-balanced distribution of user-defined Matlab toolboxes and rapid prototyping of many simple parallel applications can now be done with a single easy-to-use Matlab command. Because mGrid utilizes only Matlab, light-weight PHP scripts and the Apache web server, installation and configuration are very simple. Moreover, the web-based infrastructure of mGrid allows for it

  8. mGrid: a load-balanced distributed computing environment for the remote execution of the user-defined Matlab code.

    PubMed

    Karpievitch, Yuliya V; Almeida, Jonas S

    2006-03-15

    Matlab, a powerful and productive language that allows for rapid prototyping, modeling and simulation, is widely used in computational biology. Modeling and simulation of large biological systems often require more computational resources then are available on a single computer. Existing distributed computing environments like the Distributed Computing Toolbox, MatlabMPI, Matlab*G and others allow for the remote (and possibly parallel) execution of Matlab commands with varying support for features like an easy-to-use application programming interface, load-balanced utilization of resources, extensibility over the wide area network, and minimal system administration skill requirements. However, all of these environments require some level of access to participating machines to manually distribute the user-defined libraries that the remote call may invoke. mGrid augments the usual process distribution seen in other similar distributed systems by adding facilities for user code distribution. mGrid's client-side interface is an easy-to-use native Matlab toolbox that transparently executes user-defined code on remote machines (i.e. the user is unaware that the code is executing somewhere else). Run-time variables are automatically packed and distributed with the user-defined code and automated load-balancing of remote resources enables smooth concurrent execution. mGrid is an open source environment. Apart from the programming language itself, all other components are also open source, freely available tools: light-weight PHP scripts and the Apache web server. Transparent, load-balanced distribution of user-defined Matlab toolboxes and rapid prototyping of many simple parallel applications can now be done with a single easy-to-use Matlab command. Because mGrid utilizes only Matlab, light-weight PHP scripts and the Apache web server, installation and configuration are very simple. Moreover, the web-based infrastructure of mGrid allows for it to be easily extensible over

  9. Balancing Power Absorption and Fatigue Loads in Irregular Waves for an Oscillating Surge Wave Energy Converter

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

    Tom, Nathan M.; Yu, Yi-Hsiang; Wright, Alan D.

    The aim of this paper is to describe how to control the power-to-load ratio of a novel wave energy converter (WEC) in irregular waves. The novel WEC that is being developed at the National Renewable Energy Laboratory combines an oscillating surge wave energy converter (OSWEC) with control surfaces as part of the structure; however, this work only considers one fixed geometric configuration. This work extends the optimal control problem so as to not solely maximize the time-averaged power, but to also consider the power-take-off (PTO) torque and foundation forces that arise because of WEC motion. The objective function of themore » controller will include competing terms that force the controller to balance power capture with structural loading. Separate penalty weights were placed on the surge-foundation force and PTO torque magnitude, which allows the controller to be tuned to emphasize either power absorption or load shedding. Results of this study found that, with proper selection of penalty weights, gains in time-averaged power would exceed the gains in structural loading while minimizing the reactive power requirement.« less

  10. A Seamless Handoff Scheme with Access Point Load Balance for Real-Time Services Support in 802.11 Wireless LANs

    NASA Astrophysics Data System (ADS)

    Manodham, Thavisak; Loyola, Luis; Miki, Tetsuya

    IEEE 802.11 wirelesses LANs (WLANs) have been rapidly deployed in enterprises, public areas, and households. Voice-over-IP (VoIP) and similar applications are now commonly used in mobile devices over wireless networks. Recent works have improved the quality of service (QoS) offering higher data rates to support various kinds of real-time applications. However, besides the need for higher data rates, seamless handoff and load balancing among APs are key issues that must be addressed in order to continue supporting real-time services across wireless LANs and providing fair services to all users. In this paper, we introduce a novel access point (AP) with two transceivers that improves network efficiency by supporting seamless handoff and traffic load balancing in a wireless network. In our proposed scheme, the novel AP uses the second transceiver to scan and find neighboring STAs in the transmission range and then sends the results to neighboring APs, which compare and analyze whether or not the STA should perform a handoff. The initial results from our simulations show that the novel AP module is more effective than the conventional scheme and a related work in terms of providing a handoff process with low latency and sharing traffic load with neighbor APs.

  11. Baby Carriage: Infants Walking with Loads

    ERIC Educational Resources Information Center

    Garciaguirre, Jessie S.; Adolph, Karen E.; Shrout, Patrick E.

    2007-01-01

    Maintaining balance is a central problem for new walkers. To examine how infants cope with the additional balance control problems induced by load carriage, 14-month-olds were loaded with 15% of their body weight in shoulder-packs. Both symmetrical and asymmetrical loads disrupted alternating gait patterns and caused less mature footfall patterns.…

  12. Students' Metacognition and Cognitive Style and Their Effect on Cognitive Load and Learning Achievement

    ERIC Educational Resources Information Center

    López-Vargas, Omar; Ibáñez-Ibáñez, Jaime; Racines-Prada, Oswaldo

    2017-01-01

    The present research's objective is to examine the effects of metacognitive scaffolding and cognitive style in the Field Dependence-Independence (FDI) dimension on cognitive load (CL) and learning achievement (LA) in high school students, when they interact with a hypermedia environment on philosophy (logic). Fifty-four students belonging to two…

  13. Load balancing prediction method of cloud storage based on analytic hierarchy process and hybrid hierarchical genetic algorithm.

    PubMed

    Zhou, Xiuze; Lin, Fan; Yang, Lvqing; Nie, Jing; Tan, Qian; Zeng, Wenhua; Zhang, Nian

    2016-01-01

    With the continuous expansion of the cloud computing platform scale and rapid growth of users and applications, how to efficiently use system resources to improve the overall performance of cloud computing has become a crucial issue. To address this issue, this paper proposes a method that uses an analytic hierarchy process group decision (AHPGD) to evaluate the load state of server nodes. Training was carried out by using a hybrid hierarchical genetic algorithm (HHGA) for optimizing a radial basis function neural network (RBFNN). The AHPGD makes the aggregative indicator of virtual machines in cloud, and become input parameters of predicted RBFNN. Also, this paper proposes a new dynamic load balancing scheduling algorithm combined with a weighted round-robin algorithm, which uses the predictive periodical load value of nodes based on AHPPGD and RBFNN optimized by HHGA, then calculates the corresponding weight values of nodes and makes constant updates. Meanwhile, it keeps the advantages and avoids the shortcomings of static weighted round-robin algorithm.

  14. A new approach to implant alignment and ligament balancing in total knee arthroplasty focussing on joint loads.

    PubMed

    Zimmermann, Frauke; Schwenninger, Christoph; Nolten, Ulrich; Firmbach, Franz Peter; Elfring, Robert; Radermacher, Klaus

    2012-05-06

    Preservation and recovery of the mechanical leg axis as well as good rotational alignment of the prosthesis components and well-balanced ligaments are essential for the longevity of total knee arthroplasty (TKA). In the framework of the OrthoMIT project, the genALIGN system, a new navigated implantation approach based on intra-operative force-torque measurements, has been developed. With this system, optical or magnetic position tracking as well as any fixation of invasive rigid bodies are no longer necessary. For the alignment of the femoral component along the mechanical axis, a sensor-integrated instrument measures the torques resulting from the deviation between the instrument's axis and the mechanical axis under manually applied axial compression load. When both axes are coaxial, the resulting torques equal zero, and the tool axis can be fixed with respect to the bone. For ligament balancing and rotational alignment of the femoral component, the genALIGN system comprises a sensor-integrated tibial trial inlay measuring the amplitude and application points of the forces transferred between femur and tibia. Hereby, the impact of ligament tensions on knee joint loads can be determined over the whole range of motion. First studies with the genALIGN system, including a comparison with an imageless navigation system, show the feasibility of the concept.

  15. Load Dependency of Postural Control--Kinematic and Neuromuscular Changes in Response to over and under Load Conditions.

    PubMed

    Ritzmann, Ramona; Freyler, Kathrin; Weltin, Elmar; Krause, Anne; Gollhofer, Albert

    2015-01-01

    Load variation is associated with changes in joint torque and compensatory reflex activation and thus, has a considerable impact on balance control. Previous studies dealing with over (OL) and under loading (UL) used water buoyancy or additional weight with the side effects of increased friction and inertia, resulting in substantially modified test paradigms. The purpose of this study was to identify gravity-induced load dependency of postural control in comparable experimental conditions and to determine the underlying neuromuscular mechanisms. Balance performance was recorded under normal loading (NL, 1 g), UL (0.16 g 0.38 g) and OL (1.8 g) in monopedal stance. Center of pressure (COP) displacement and frequency distribution (low 0.15-0.5 Hz (LF), medium 0.5-2 Hz (MF), high 2-6 Hz (HF)) as well as ankle, knee and hip joint kinematics were assessed. Soleus spinal excitability was determined by H/M-recruitment curves (H/M-ratios). Compared to NL, OL caused an increase in ankle joint excursion, COP HF domain and H/M-ratio. Concomitantly, hip joint excursion and COP LF decreased. Compared to NL, UL caused modulations in the opposite direction: UL decreased ankle joint excursions, COP HF and H/M-ratio. Collaterally, hip joint excursion and COP LF increased. COP was augmented both in UL and in OL compared to NL. Subjects achieved postural stability in OL and UL with greater difficulty compared to NL. Reduced postural control was accompanied by modified balance strategies and compensatory reflex activation. With increasing load, a shift from hip to ankle strategy was observed. Accompanying, COP frequency distribution shifted from LF to HF and spinal excitability was enhanced. It is suggested that in OL, augmented ankle joint torques are compensated by quick reflex-induced postural reactions in distal muscles. Contrarily, UL is associated with diminished joint torques and thus, postural equilibrium may be controlled by the proximal segments to adjust the center of

  16. Load Dependency of Postural Control - Kinematic and Neuromuscular Changes in Response to over and under Load Conditions

    PubMed Central

    Ritzmann, Ramona; Freyler, Kathrin; Weltin, Elmar; Krause, Anne; Gollhofer, Albert

    2015-01-01

    Introduction Load variation is associated with changes in joint torque and compensatory reflex activation and thus, has a considerable impact on balance control. Previous studies dealing with over (OL) and under loading (UL) used water buoyancy or additional weight with the side effects of increased friction and inertia, resulting in substantially modified test paradigms. The purpose of this study was to identify gravity-induced load dependency of postural control in comparable experimental conditions and to determine the underlying neuromuscular mechanisms. Methods Balance performance was recorded under normal loading (NL, 1g), UL (0.16g; 0.38g) and OL (1.8g) in monopedal stance. Center of pressure (COP) displacement and frequency distribution (low 0.15-0.5Hz (LF), medium 0.5-2Hz (MF), high 2-6Hz (HF)) as well as ankle, knee and hip joint kinematics were assessed. Soleus spinal excitability was determined by H/M-recruitment curves (H/M-ratios). Results Compared to NL, OL caused an increase in ankle joint excursion, COP HF domain and H/M-ratio. Concomitantly, hip joint excursion and COP LF decreased. Compared to NL, UL caused modulations in the opposite direction: UL decreased ankle joint excursions, COP HF and H/M-ratio. Collaterally, hip joint excursion and COP LF increased. COP was augmented both in UL and in OL compared to NL. Conclusion Subjects achieved postural stability in OL and UL with greater difficulty compared to NL. Reduced postural control was accompanied by modified balance strategies and compensatory reflex activation. With increasing load, a shift from hip to ankle strategy was observed. Accompanying, COP frequency distribution shifted from LF to HF and spinal excitability was enhanced. It is suggested that in OL, augmented ankle joint torques are compensated by quick reflex-induced postural reactions in distal muscles. Contrarily, UL is associated with diminished joint torques and thus, postural equilibrium may be controlled by the proximal

  17. Improve load balancing and coding efficiency of tiles in high efficiency video coding by adaptive tile boundary

    NASA Astrophysics Data System (ADS)

    Chan, Chia-Hsin; Tu, Chun-Chuan; Tsai, Wen-Jiin

    2017-01-01

    High efficiency video coding (HEVC) not only improves the coding efficiency drastically compared to the well-known H.264/AVC but also introduces coding tools for parallel processing, one of which is tiles. Tile partitioning is allowed to be arbitrary in HEVC, but how to decide tile boundaries remains an open issue. An adaptive tile boundary (ATB) method is proposed to select a better tile partitioning to improve load balancing (ATB-LoadB) and coding efficiency (ATB-Gain) with a unified scheme. Experimental results show that, compared to ordinary uniform-space partitioning, the proposed ATB can save up to 17.65% of encoding times in parallel encoding scenarios and can reduce up to 0.8% of total bit rates for coding efficiency.

  18. Hidden Connections between Regression Models of Strain-Gage Balance Calibration Data

    NASA Technical Reports Server (NTRS)

    Ulbrich, Norbert

    2013-01-01

    Hidden connections between regression models of wind tunnel strain-gage balance calibration data are investigated. These connections become visible whenever balance calibration data is supplied in its design format and both the Iterative and Non-Iterative Method are used to process the data. First, it is shown how the regression coefficients of the fitted balance loads of a force balance can be approximated by using the corresponding regression coefficients of the fitted strain-gage outputs. Then, data from the manual calibration of the Ames MK40 six-component force balance is chosen to illustrate how estimates of the regression coefficients of the fitted balance loads can be obtained from the regression coefficients of the fitted strain-gage outputs. The study illustrates that load predictions obtained by applying the Iterative or the Non-Iterative Method originate from two related regression solutions of the balance calibration data as long as balance loads are given in the design format of the balance, gage outputs behave highly linear, strict statistical quality metrics are used to assess regression models of the data, and regression model term combinations of the fitted loads and gage outputs can be obtained by a simple variable exchange.

  19. Split torque transmission load sharing

    NASA Technical Reports Server (NTRS)

    Krantz, T. L.; Rashidi, M.; Kish, J. G.

    1992-01-01

    Split torque transmissions are attractive alternatives to conventional planetary designs for helicopter transmissions. The split torque designs can offer lighter weight and fewer parts but have not been used extensively for lack of experience, especially with obtaining proper load sharing. Two split torque designs that use different load sharing methods have been studied. Precise indexing and alignment of the geartrain to produce acceptable load sharing has been demonstrated. An elastomeric torque splitter that has large torsional compliance and damping produces even better load sharing while reducing dynamic transmission error and noise. However, the elastomeric torque splitter as now configured is not capable over the full range of operating conditions of a fielded system. A thrust balancing load sharing device was evaluated. Friction forces that oppose the motion of the balance mechanism are significant. A static analysis suggests increasing the helix angle of the input pinion of the thrust balancing design. Also, dynamic analysis of this design predicts good load sharing and significant torsional response to accumulative pitch errors of the gears.

  20. Balancing Power Absorption and Fatigue Loads in Irregular Waves for an Oscillating Surge Wave Energy Converter: Preprint

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

    Tom, Nathan M.; Yu, Yi-Hsiang; Wright, Alan D.

    The aim of this paper is to describe how to control the power-to-load ratio of a novel wave energy converter (WEC) in irregular waves. The novel WEC that is being developed at the National Renewable Energy Laboratory combines an oscillating surge wave energy converter (OSWEC) with control surfaces as part of the structure; however, this work only considers one fixed geometric configuration. This work extends the optimal control problem so as to not solely maximize the time-averaged power, but to also consider the power-take-off (PTO) torque and foundation forces that arise because of WEC motion. The objective function of themore » controller will include competing terms that force the controller to balance power capture with structural loading. Separate penalty weights were placed on the surge-foundation force and PTO torque magnitude, which allows the controller to be tuned to emphasize either power absorption or load shedding. Results of this study found that, with proper selection of penalty weights, gains in time-averaged power would exceed the gains in structural loading while minimizing the reactive power requirement.« less

  1. Working part-time: achieving a successful 'work-life' balance?

    PubMed

    Warren, Tracey

    2004-03-01

    The role of part-time employment in the balancing of women's employment and family lives has generated an immense literature. Using data on women working part-time and full-time in different level occupations in the British Household Panel Survey, this paper argues that it is now vital to move these balancing debates on from their location within work-family rhetoric and to re-position the study of women's working time in broader work-life discussions. Work-family debates tend to neglect a number of key domains that women balance in their lives, in addition to family and employment, including their financial security and their leisure. The paper shows that examining the financial situations and the leisure lives of female part-timers in lower level jobs reveals a less positive picture of their 'life balancing' than is portrayed in much work-family literature. Instead, they emerged as the least financially secure employees and, linked to this, less satisfied with their social lives too. It is concluded that since the work-life system is multi- and not just two-dimensional, it is important to examine how all life domains interrelate with each other. In this way, we would be in a better position to begin to assess all the benefits and disadvantages associated with working part-time and with other work-life balancing strategies.

  2. SSME alternate turbopump (pump section) axial load analysis

    NASA Technical Reports Server (NTRS)

    Crease, G. A.; Rosello, A., Jr.; Fetfatsidis, A. K.

    1989-01-01

    A flow balancing computer program constructed to calculate the axial loads on the Space Shuttle Main Engine (SSME) alternate turbopumps (ATs) pump sections are described. The loads are used in turn to determine load balancing piston design requirements. The application of the program to the inlet section, inducer/impeller/stage, bearings, seals, labyrinth, damper, piston, face and corner, and stationary/rotating surfaces is indicated. Design analysis results are reported which show that the balancing piston's designs are adequate and that performance and life will not be degraded by the turbopump's axial load characteristics.

  3. Evaluation of Counter-Based Dynamic Load Balancing Schemes for Massive Contingency Analysis on Over 10,000 Cores

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

    Chen, Yousu; Huang, Zhenyu; Rice, Mark J.

    Contingency analysis studies are necessary to assess the impact of possible power system component failures. The results of the contingency analysis are used to ensure the grid reliability, and in power market operation for the feasibility test of market solutions. Currently, these studies are performed in real time based on the current operating conditions of the grid with a set of pre-selected contingency list, which might result in overlooking some critical contingencies caused by variable system status. To have a complete picture of a power grid, more contingencies need to be studied to improve grid reliability. High-performance computing techniques holdmore » the promise of being able to perform the analysis for more contingency cases within a much shorter time frame. This paper evaluates the performance of counter-based dynamic load balancing schemes for a massive contingency analysis program on 10,000+ cores. One million N-2 contingency analysis cases with a Western Electricity Coordinating Council power grid model have been used to demonstrate the performance. The speedup of 3964 with 4096 cores and 7877 with 10240 cores are obtained. This paper reports the performance of the load balancing scheme with a single counter and two counters, describes disk I/O issues, and discusses other potential techniques for further improving the performance.« less

  4. Automatic mesh refinement and parallel load balancing for Fokker-Planck-DSMC algorithm

    NASA Astrophysics Data System (ADS)

    Küchlin, Stephan; Jenny, Patrick

    2018-06-01

    Recently, a parallel Fokker-Planck-DSMC algorithm for rarefied gas flow simulation in complex domains at all Knudsen numbers was developed by the authors. Fokker-Planck-DSMC (FP-DSMC) is an augmentation of the classical DSMC algorithm, which mitigates the near-continuum deficiencies in terms of computational cost of pure DSMC. At each time step, based on a local Knudsen number criterion, the discrete DSMC collision operator is dynamically switched to the Fokker-Planck operator, which is based on the integration of continuous stochastic processes in time, and has fixed computational cost per particle, rather than per collision. In this contribution, we present an extension of the previous implementation with automatic local mesh refinement and parallel load-balancing. In particular, we show how the properties of discrete approximations to space-filling curves enable an efficient implementation. Exemplary numerical studies highlight the capabilities of the new code.

  5. Model-based Assessment for Balancing Privacy Requirements and Operational Capabilities

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

    Knirsch, Fabian; Engel, Dominik; Frincu, Marc

    2015-02-17

    The smart grid changes the way energy is produced and distributed. In addition both, energy and information is exchanged bidirectionally among participating parties. Therefore heterogeneous systems have to cooperate effectively in order to achieve a common high-level use case, such as smart metering for billing or demand response for load curtailment. Furthermore, a substantial amount of personal data is often needed for achieving that goal. Capturing and processing personal data in the smart grid increases customer concerns about privacy and in addition, certain statutory and operational requirements regarding privacy aware data processing and storage have to be met. An increasemore » of privacy constraints, however, often limits the operational capabilities of the system. In this paper, we present an approach that automates the process of finding an optimal balance between privacy requirements and operational requirements in a smart grid use case and application scenario. This is achieved by formally describing use cases in an abstract model and by finding an algorithm that determines the optimum balance by forward mapping privacy and operational impacts. For this optimal balancing algorithm both, a numeric approximation and – if feasible – an analytic assessment are presented and investigated. The system is evaluated by applying the tool to a real-world use case from the University of Southern California (USC) microgrid.« less

  6. Can We Really "Feel" a Balanced Total Knee Arthroplasty?

    PubMed

    Elmallah, Randa K; Mistry, Jaydev B; Cherian, Jeffrey J; Chughtai, Morad; Bhave, Anil; Roche, Martin W; Mont, Michael A

    2016-09-01

    Balancing techniques in total knee arthroplasty are often based on surgeons' subjective judgment. However, newer technologies have allowed for objective measurements of soft tissue balancing. This study compared the use of sensor technology to the 30-year surgeon experience regarding (1) compartment loads, (2) soft tissue releases, and (3) component rotational alignments. Patients received either sensor-guided soft tissue balancing (n = 10) or manual gap balancing (n = 12). Wireless, intraoperative sensor tibial inserts were used to measure intracompartmental loads. The surgeon was blinded to values in the manual gap-balancing cohort. In the sensor cohort, the surgeon was unblinded, and implant trials were placed after normal releases were performed to guide further ligament releases after femoral and tibial resections, as needed. Load measurements were taken at 10°, 45°, and 90°. The sensor cohort had lower medial and lateral compartment loading at 10°, 45°, and 90°. The sensor group had lower mean differences in intercompartment loading at 10° (-5.6 vs -51.7 lbs), 45° (-9.8 vs -45.9 lbs), and 90° (-4.3 vs -27 lbs) compared to manually balanced patients. There were 10 additional soft tissue releases in the sensor cohort (2 initial ones before sensor use), compared to 2 releases in the gap-balanced cohort. In the gap-balanced cohort, tibial trays were positioned at a mean 9° external rotation, compared to a mean 1° internal rotation in the sensor-guided cohort. Sensor-balanced total knee arthroplasties provide objective feedback to perform releases and potentially improve knee balancing and rotational alignment. Future work may clarify whether these changes are beneficial for our patients. Copyright © 2016 Elsevier Inc. All rights reserved.

  7. Using time management to achieve balance.

    PubMed

    Schroeder, R E

    1998-01-01

    A recent MGMA survey showed work-life balance as the number one issue facing group practice managers. This article explains techniques from the field of time management that will enable group practice managers to gain control of their schedules, reduce time pressures and stress and increase productivity. The article covers: goal setting, daily lists, handling paperwork, delegating and limiting involvement, socializing, communicating, overachieving, planning, writing, telephone calling, attending meetings, reading, financial planning, developing a philosophy, involving family, evaluating skills and teaching time management to employees.

  8. Load-bearing Characters Analysis of Large Diameter Rock-Socketed Filling Piles Based on Self-Balanced Method

    NASA Astrophysics Data System (ADS)

    tongqing, Wu; liang, Li; xinjian, Liu; Xu, nianchun; Tian, Mao

    2018-03-01

    Self-balanced method is carried out on the large diameter rock-socketed filling piles of high-pile wharf at Inland River, to explore the distribution laws of load-displacement curve, pile internal force, pile tip friction resistance and pile side friction resistance under load force. The results showed that: the tip resistance of S1 and S2 test piles accounted for 53.4% and 53.6% of the pile bearing capacity, respectively, while the total side friction resistance accounted for 46.6% and 46.4% of the pile bearing capacity, respectively; both the pile tip friction resistance and pile side friction resistance can be fully played, and reach to the design requirements. The reasonability of large diameter rock-socketed filling design is verified through test analysis, which can provide basis for the optimization of high-pile wharf structural type, thus reducing the wharf project cost, and also providing reference for the similar large diameter rock-socketed filling piles of high-pile wharf at Inland River.

  9. Balancing Conflicting Requirements for Grid and Particle Decomposition in Continuum-Lagrangian Solvers

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

    Sitaraman, Hariswaran; Grout, Ray

    2015-10-30

    The load balancing strategies for hybrid solvers that involve grid based partial differential equation solution coupled with particle tracking are presented in this paper. A typical Message Passing Interface (MPI) based parallelization of grid based solves are done using a spatial domain decomposition while particle tracking is primarily done using either of the two techniques. One of the techniques is to distribute the particles to MPI ranks to whose grid they belong to while the other is to share the particles equally among all ranks, irrespective of their spatial location. The former technique provides spatial locality for field interpolation butmore » cannot assure load balance in terms of number of particles, which is achieved by the latter. The two techniques are compared for a case of particle tracking in a homogeneous isotropic turbulence box as well as a turbulent jet case. We performed a strong scaling study for more than 32,000 cores, which results in particle densities representative of anticipated exascale machines. The use of alternative implementations of MPI collectives and efficient load equalization strategies are studied to reduce data communication overheads.« less

  10. Indirect addressing and load balancing for faster solution to Mandelbrot Set on SIMD architectures

    NASA Technical Reports Server (NTRS)

    Tomboulian, Sherryl

    1989-01-01

    SIMD computers with local indirect addressing allow programs to have queues and buffers, making certain kinds of problems much more efficient. Examined here are a class of problems characterized by computations on data points where the computation is identical, but the convergence rate is data dependent. Normally, in this situation, the algorithm time is governed by the maximum number of iterations required by each point. Using indirect addressing allows a processor to proceed to the next data point when it is done, reducing the overall number of iterations required to approach the mean convergence rate when a sufficiently large problem set is solved. Load balancing techniques can be applied for additional performance improvement. Simulations of this technique applied to solving Mandelbrot Sets indicate significant performance gains.

  11. Balanced Scorecard Goal Four: Provide Policy Management, Advocacy and Problem Solving Measuring Achievement of Internal Customer Objectives

    DTIC Science & Technology

    2002-06-01

    Achievement of Internal Customer Objectives A Graduate Management Project Submitted to The Residency Committee In Candidacy for the Degree of Masters in...internal customer relations, the GPRMC has incorporated use of a Balanced Scorecard within its management scheme. The scorecard serves as a strategy map...headquarters. The goal, "Provide Policy Management , Advocacy and Problem Solving", addresses the relationship between the headquarters and its internal

  12. Radar channel balancing with commutation

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

    Doerry, Armin Walter

    2014-02-01

    When multiple channels are employed in a pulse-Doppler radar, achieving and maintaining balance between the channels is problematic. In some circumstances the channels may be commutated to achieve adequate balance. Commutation is the switching, trading, toggling, or multiplexing of the channels between signal paths. Commutation allows modulating the imbalance energy away from the balanced energy in Doppler, where it can be mitigated with filtering.

  13. Parental academic involvement in adolescence, academic achievement over the life course and allostatic load in middle age: a prospective population-based cohort study.

    PubMed

    Westerlund, Hugo; Gustafsson, Per E; Theorell, Töres; Janlert, Urban; Hammarström, Anne

    2013-06-01

    Parental involvement in their children's studies, particularly in terms of academic socialisation, has been shown to predict academic achievement, and is thus a candidate modifiable factor influencing life course socioeconomic circumstances. Socioeconomic disadvantage is thought to impact on health over the life course partly by allostatic load, that is, cumulative biological risk. We sought to elucidate the role of parental involvement at age 16 on the life course development of allostatic load. In a population-based cohort (365 women and 352 men, 67% of the eligible participants), we examined the association between parental involvement in their offspring's studies, measured by teacher and pupil ratings at age 16 and an allostatic load index summarising 12 physiological risk markers at age 43. Mediation through life course academic and occupational achievement was assessed by entering school grades, adult educational achievement and socioeconomic position at age 43 in a linear regression analysis in a stepwise manner and testing for mediation. Parental interest in their offspring's studies during the last year of compulsory school-rather than the parent's social class or availability of practical academic support-was found to predict adult allostatic load (β=-0.12, 95% CI -0.20 to -0.05). Further adjustments indicated that academic achievement over the life course mediated a large part of the effect of parental interest on allostatic load. Parental interest in their offspring's studies may have protective effects by decreasing the likelihood of a chain of risk involving low academic achievement, low socioeconomic position and high accumulated physiological stress.

  14. Improved Regression Analysis of Temperature-Dependent Strain-Gage Balance Calibration Data

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.

    2015-01-01

    An improved approach is discussed that may be used to directly include first and second order temperature effects in the load prediction algorithm of a wind tunnel strain-gage balance. The improved approach was designed for the Iterative Method that fits strain-gage outputs as a function of calibration loads and uses a load iteration scheme during the wind tunnel test to predict loads from measured gage outputs. The improved approach assumes that the strain-gage balance is at a constant uniform temperature when it is calibrated and used. First, the method introduces a new independent variable for the regression analysis of the balance calibration data. The new variable is designed as the difference between the uniform temperature of the balance and a global reference temperature. This reference temperature should be the primary calibration temperature of the balance so that, if needed, a tare load iteration can be performed. Then, two temperature{dependent terms are included in the regression models of the gage outputs. They are the temperature difference itself and the square of the temperature difference. Simulated temperature{dependent data obtained from Triumph Aerospace's 2013 calibration of NASA's ARC-30K five component semi{span balance is used to illustrate the application of the improved approach.

  15. A Baltic Sea estuary as a phosphorus source and sink after drastic load reduction: seasonal and long-term mass balances for the Stockholm inner archipelago for 1968-2015

    NASA Astrophysics Data System (ADS)

    Walve, Jakob; Sandberg, Maria; Larsson, Ulf; Lännergren, Christer

    2018-05-01

    Internal phosphorus (P) loading from sediments, controlled by hypoxia, is often assumed to hamper the recovery of lakes and coastal areas from eutrophication. In the early 1970s, the external P load to the inner archipelago of Stockholm, Sweden (Baltic Sea), was drastically reduced by improved sewage treatment, but the internal P loading and its controlling factors have been poorly quantified. We use two slightly different four-layer box models to calculate the area's seasonal and annual P balance (input-export) and the internal P exchange with sediments in 1968-2015. For 10-20 years after the main P load reduction, there was a negative P balance, small in comparison to the external load, and probably due to release from legacy sediment P storage. Later, the stabilized, near-neutral P balance indicates no remaining internal loading from legacy P, but P retention is low, despite improved oxygen conditions. Seasonally, sediments are a P sink in spring and a P source in summer and autumn. Most of the deep-water P release from sediments in summer-autumn appears to be derived from the settled spring bloom and is exported to outer areas during winter. Oxygen consumption and P release in the deep water are generally tightly coupled, indicating limited iron control of P release. However, enhanced P release in years of deep-water hypoxia suggests some contribution from redox-sensitive P pools. Increasing deep-water temperatures that stimulate oxygen consumption rates in early summer have counteracted the effect of lowered organic matter sedimentation on oxygen concentrations. Since the P turnover time is short and legacy P small, measures to bind P in Stockholm inner archipelago sediments would primarily accumulate recent P inputs, imported from the Baltic Sea and from Lake Mälaren.

  16. The effects of dynamic loading on the intervertebral disc.

    PubMed

    Chan, Samantha C W; Ferguson, Stephen J; Gantenbein-Ritter, Benjamin

    2011-11-01

    Loading is important to maintain the balance of matrix turnover in the intervertebral disc (IVD). Daily cyclic diurnal assists in the transport of large soluble factors across the IVD and its surrounding circulation and applies direct and indirect stimulus to disc cells. Acute mechanical injury and accumulated overloading, however, could induce disc degeneration. Recently, there is more information available on how cyclic loading, especially axial compression and hydrostatic pressure, affects IVD cell biology. This review summarises recent studies on the response of the IVD and stem cells to applied cyclic compression and hydrostatic pressure. These studies investigate the possible role of loading in the initiation and progression of disc degeneration as well as quantifying a physiological loading condition for the study of disc degeneration biological therapy. Subsequently, a possible physiological/beneficial loading range is proposed. This physiological/beneficial loading could provide insight into how to design loading regimes in specific system for the testing of various biological therapies such as cell therapy, chemical therapy or tissue engineering constructs to achieve a better final outcome. In addition, the parameter space of 'physiological' loading may also be an important factor for the differentiation of stem cells towards most ideally 'discogenic' cells for tissue engineering purpose.

  17. Automatic load sharing in inverter modules

    NASA Technical Reports Server (NTRS)

    Nagano, S.

    1979-01-01

    Active feedback loads transistor equally with little power loss. Circuit is suitable for balancing modular inverters in spacecraft, computer power supplies, solar-electric power generators, and electric vehicles. Current-balancing circuit senses differences between collector current for power transistor and average value of load currents for all power transistors. Principle is effective not only in fixed duty-cycle inverters but also in converters operating at variable duty cycles.

  18. The achievement of thermal balance and its maintenance during environmental stress.

    DOT National Transportation Integrated Search

    1966-06-01

    The paper describes in some detail the means, both physical and physiological, available to man for maintenance of thermal balance. It is also concerned with some aspects of thermal balance and performance when work is performed in hot or cold enviro...

  19. Microprocessor-Controlled Laser Balancing System

    NASA Technical Reports Server (NTRS)

    Demuth, R. S.

    1985-01-01

    Material removed by laser action as part tested for balance. Directed by microprocessor, laser fires appropriate amount of pulses in correct locations to remove necessary amount of material. Operator and microprocessor software interact through video screen and keypad; no programing skills or unprompted system-control decisions required. System provides complete and accurate balancing in single load-and-spinup cycle.

  20. Analysis of Sting Balance Calibration Data Using Optimized Regression Models

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Bader, Jon B.

    2010-01-01

    Calibration data of a wind tunnel sting balance was processed using a candidate math model search algorithm that recommends an optimized regression model for the data analysis. During the calibration the normal force and the moment at the balance moment center were selected as independent calibration variables. The sting balance itself had two moment gages. Therefore, after analyzing the connection between calibration loads and gage outputs, it was decided to choose the difference and the sum of the gage outputs as the two responses that best describe the behavior of the balance. The math model search algorithm was applied to these two responses. An optimized regression model was obtained for each response. Classical strain gage balance load transformations and the equations of the deflection of a cantilever beam under load are used to show that the search algorithm s two optimized regression models are supported by a theoretical analysis of the relationship between the applied calibration loads and the measured gage outputs. The analysis of the sting balance calibration data set is a rare example of a situation when terms of a regression model of a balance can directly be derived from first principles of physics. In addition, it is interesting to note that the search algorithm recommended the correct regression model term combinations using only a set of statistical quality metrics that were applied to the experimental data during the algorithm s term selection process.

  1. An improved method for determining force balance calibration accuracy

    NASA Technical Reports Server (NTRS)

    Ferris, Alice T.

    1993-01-01

    The results of an improved statistical method used at Langley Research Center for determining and stating the accuracy of a force balance calibration are presented. The application of the method for initial loads, initial load determination, auxiliary loads, primary loads, and proof loads is described. The data analysis is briefly addressed.

  2. Parallel implementation of the particle simulation method with dynamic load balancing: Toward realistic geodynamical simulation

    NASA Astrophysics Data System (ADS)

    Furuichi, M.; Nishiura, D.

    2015-12-01

    Fully Lagrangian methods such as Smoothed Particle Hydrodynamics (SPH) and Discrete Element Method (DEM) have been widely used to solve the continuum and particles motions in the computational geodynamics field. These mesh-free methods are suitable for the problems with the complex geometry and boundary. In addition, their Lagrangian nature allows non-diffusive advection useful for tracking history dependent properties (e.g. rheology) of the material. These potential advantages over the mesh-based methods offer effective numerical applications to the geophysical flow and tectonic processes, which are for example, tsunami with free surface and floating body, magma intrusion with fracture of rock, and shear zone pattern generation of granular deformation. In order to investigate such geodynamical problems with the particle based methods, over millions to billion particles are required for the realistic simulation. Parallel computing is therefore important for handling such huge computational cost. An efficient parallel implementation of SPH and DEM methods is however known to be difficult especially for the distributed-memory architecture. Lagrangian methods inherently show workload imbalance problem for parallelization with the fixed domain in space, because particles move around and workloads change during the simulation. Therefore dynamic load balance is key technique to perform the large scale SPH and DEM simulation. In this work, we present the parallel implementation technique of SPH and DEM method utilizing dynamic load balancing algorithms toward the high resolution simulation over large domain using the massively parallel super computer system. Our method utilizes the imbalances of the executed time of each MPI process as the nonlinear term of parallel domain decomposition and minimizes them with the Newton like iteration method. In order to perform flexible domain decomposition in space, the slice-grid algorithm is used. Numerical tests show that our

  3. Food composition and acid-base balance: alimentary alkali depletion and acid load in herbivores.

    PubMed

    Kiwull-Schöne, Heidrun; Kiwull, Peter; Manz, Friedrich; Kalhoff, Hermann

    2008-02-01

    Alkali-enriched diets are recommended for humans to diminish the net acid load of their usual diet. In contrast, herbivores have to deal with a high dietary alkali impact on acid-base balance. Here we explore the role of nutritional alkali in experimentally induced chronic metabolic acidosis. Data were collected from healthy male adult rabbits kept in metabolism cages to obtain 24-h urine and arterial blood samples. Randomized groups consumed rabbit diets ad libitum, providing sufficient energy but variable alkali load. One subgroup (n = 10) received high-alkali food and approximately 15 mEq/kg ammonium chloride (NH4Cl) with its drinking water for 5 d. Another group (n = 14) was fed low-alkali food for 5 d and given approximately 4 mEq/kg NH4Cl daily for the last 2 d. The wide range of alimentary acid-base load was significantly reflected by renal base excretion, but normal acid-base conditions were maintained in the arterial blood. In rabbits fed a high-alkali diet, the excreted alkaline urine (pH(u) > 8.0) typically contained a large amount of precipitated carbonate, whereas in rabbits fed a low-alkali diet, both pH(u) and precipitate decreased considerably. During high-alkali feeding, application of NH4Cl likewise decreased pH(u), but arterial pH was still maintained with no indication of metabolic acidosis. During low-alkali feeding, a comparably small amount of added NH4Cl further lowered pH(u) and was accompanied by a significant systemic metabolic acidosis. We conclude that exhausted renal base-saving function by dietary alkali depletion is a prerequisite for growing susceptibility to NH4Cl-induced chronic metabolic acidosis in the herbivore rabbit.

  4. Power-to-load balancing for asymmetric heave wave energy converters with nonideal power take-off

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

    Tom, Nathan M.; Madhi, Farshad; Yeung, Ronald W.

    The aim of this study is to maximize the power-to-load ratio for asymmetric heave wave energy converters. Linear hydrodynamic theory was used to calculate bounds of the expected time-averaged power (TAP) and corresponding surge-restraining force, pitch-restraining torque, and power take-off (PTO) control force with the assumption of sinusoidal displacement. This paper formulates an optimal control problem to handle an objective function with competing terms in an attempt to maximize power capture while minimizing structural and actuator loads in regular and irregular waves. Penalty weights are placed on the surge-restraining force, pitch-restraining torque, and PTO actuation force, thereby allowing the controlmore » focus to concentrate on either power absorption or load mitigation. The penalty weights are used to control peak structural and actuator loads that were found to curb the additional losses in power absorption associated with a nonideal PTO. Thus, in achieving these goals, a per-unit gain in TAP would not lead to a greater per-unit demand in structural strength, hence yielding a favorable benefit-to-cost ratio. Demonstrative results for 'The Berkeley Wedge' in the form of output TAP, reactive TAP needed to drive WEC motion, and the amplitudes of the surge-restraining force, pitch-restraining torque, and PTO control force are shown.« less

  5. Power-to-load balancing for asymmetric heave wave energy converters with nonideal power take-off

    DOE PAGES

    Tom, Nathan M.; Madhi, Farshad; Yeung, Ronald W.

    2017-12-11

    The aim of this study is to maximize the power-to-load ratio for asymmetric heave wave energy converters. Linear hydrodynamic theory was used to calculate bounds of the expected time-averaged power (TAP) and corresponding surge-restraining force, pitch-restraining torque, and power take-off (PTO) control force with the assumption of sinusoidal displacement. This paper formulates an optimal control problem to handle an objective function with competing terms in an attempt to maximize power capture while minimizing structural and actuator loads in regular and irregular waves. Penalty weights are placed on the surge-restraining force, pitch-restraining torque, and PTO actuation force, thereby allowing the controlmore » focus to concentrate on either power absorption or load mitigation. The penalty weights are used to control peak structural and actuator loads that were found to curb the additional losses in power absorption associated with a nonideal PTO. Thus, in achieving these goals, a per-unit gain in TAP would not lead to a greater per-unit demand in structural strength, hence yielding a favorable benefit-to-cost ratio. Demonstrative results for 'The Berkeley Wedge' in the form of output TAP, reactive TAP needed to drive WEC motion, and the amplitudes of the surge-restraining force, pitch-restraining torque, and PTO control force are shown.« less

  6. Dynamic balance abilities of collegiate men for the bench press.

    PubMed

    Piper, Timothy J; Radlo, Steven J; Smith, Thomas J; Woodward, Ryan W

    2012-12-01

    This study investigated the dynamic balance detection ability of college men for the bench press exercise. Thirty-five college men (mean ± SD: age = 22.4 ± 2.76 years, bench press experience = 8.3 ± 2.79 years, and estimated 1RM = 120.1 ± 21.8 kg) completed 1 repetition of the bench press repetitions for each of 3 bar loading arrangements. In a randomized fashion, subjects performed the bench press with a 20-kg barbell loaded with one of the following: a balanced load, one 20-kg plate on each side; an imbalanced asymmetrical load, one 20-kg plate on one side and a 20-kg plate plus a 1.25-kg plate on the other side; or an imbalanced asymmetrical center of mass, 20-kg plate on one side and sixteen 1.25-kg plates on the other side. Subjects were blindfolded and wore ear protection throughout all testing to decrease the ability to otherwise detect loads. Binomial data analysis indicated that subjects correctly detected the imbalance of the imbalanced asymmetrical center of mass condition (p[correct detection] = 0.89, p < 0.01) but did not correctly detect the balanced condition (p[correct detection] = 0.46, p = 0.74) or the imbalanced asymmetrical condition (p[correct detection] = 0.60, p = 0.31). Although it appears that a substantial shift in the center of mass of plates leads to the detection of barbell imbalance, minor changes of the addition of 1.25 kg (2.5 lb) to the asymmetrical condition did not result in consistent detection. Our data indicate that the establishment of a biofeedback loop capable of determining balance detection was only realized under a high degree of imbalance. Although balance detection was not present in either the even or the slightly uneven loading condition, the inclusion of balance training for upper body may be futile if exercises are unable to establish such a feedback loop and thus eliciting an improvement of balance performance.

  7. Effect of Aerobic Loading on Static Balance in Young Athletes

    ERIC Educational Resources Information Center

    Akyüz, Öznur

    2017-01-01

    The fact that balances can also be a factor in performance distinction between athletes in athletic skills, and is considered to provide positive acceleration for physical development in which motor skills are exhibited. Human's skill to ensure balance can be defined as a determinant factor in development of other motor skills. From this point of…

  8. Single-Vector Calibration of Wind-Tunnel Force Balances

    NASA Technical Reports Server (NTRS)

    Parker, P. A.; DeLoach, R.

    2003-01-01

    An improved method of calibrating a wind-tunnel force balance involves the use of a unique load application system integrated with formal experimental design methodology. The Single-Vector Force Balance Calibration System (SVS) overcomes the productivity and accuracy limitations of prior calibration methods. A force balance is a complex structural spring element instrumented with strain gauges for measuring three orthogonal components of aerodynamic force (normal, axial, and side force) and three orthogonal components of aerodynamic torque (rolling, pitching, and yawing moments). Force balances remain as the state-of-the-art instrument that provide these measurements on a scale model of an aircraft during wind tunnel testing. Ideally, each electrical channel of the balance would respond only to its respective component of load, and it would have no response to other components of load. This is not entirely possible even though balance designs are optimized to minimize these undesirable interaction effects. Ultimately, a calibration experiment is performed to obtain the necessary data to generate a mathematical model and determine the force measurement accuracy. In order to set the independent variables of applied load for the calibration 24 NASA Tech Briefs, October 2003 experiment, a high-precision mechanical system is required. Manual deadweight systems have been in use at Langley Research Center (LaRC) since the 1940s. These simple methodologies produce high confidence results, but the process is mechanically complex and labor-intensive, requiring three to four weeks to complete. Over the past decade, automated balance calibration systems have been developed. In general, these systems were designed to automate the tedious manual calibration process resulting in an even more complex system which deteriorates load application quality. The current calibration approach relies on a one-factor-at-a-time (OFAT) methodology, where each independent variable is

  9. Novel techniques for data decomposition and load balancing for parallel processing of vision systems: Implementation and evaluation using a motion estimation system

    NASA Technical Reports Server (NTRS)

    Choudhary, Alok Nidhi; Leung, Mun K.; Huang, Thomas S.; Patel, Janak H.

    1989-01-01

    Computer vision systems employ a sequence of vision algorithms in which the output of an algorithm is the input of the next algorithm in the sequence. Algorithms that constitute such systems exhibit vastly different computational characteristics, and therefore, require different data decomposition techniques and efficient load balancing techniques for parallel implementation. However, since the input data for a task is produced as the output data of the previous task, this information can be exploited to perform knowledge based data decomposition and load balancing. Presented here are algorithms for a motion estimation system. The motion estimation is based on the point correspondence between the involved images which are a sequence of stereo image pairs. Researchers propose algorithms to obtain point correspondences by matching feature points among stereo image pairs at any two consecutive time instants. Furthermore, the proposed algorithms employ non-iterative procedures, which results in saving considerable amounts of computation time. The system consists of the following steps: (1) extraction of features; (2) stereo match of images in one time instant; (3) time match of images from consecutive time instants; (4) stereo match to compute final unambiguous points; and (5) computation of motion parameters.

  10. Application of Temperature Sensitivities During Iterative Strain-Gage Balance Calibration Analysis

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.

    2011-01-01

    A new method is discussed that may be used to correct wind tunnel strain-gage balance load predictions for the influence of residual temperature effects at the location of the strain-gages. The method was designed for the iterative analysis technique that is used in the aerospace testing community to predict balance loads from strain-gage outputs during a wind tunnel test. The new method implicitly applies temperature corrections to the gage outputs during the load iteration process. Therefore, it can use uncorrected gage outputs directly as input for the load calculations. The new method is applied in several steps. First, balance calibration data is analyzed in the usual manner assuming that the balance temperature was kept constant during the calibration. Then, the temperature difference relative to the calibration temperature is introduced as a new independent variable for each strain--gage output. Therefore, sensors must exist near the strain--gages so that the required temperature differences can be measured during the wind tunnel test. In addition, the format of the regression coefficient matrix needs to be extended so that it can support the new independent variables. In the next step, the extended regression coefficient matrix of the original calibration data is modified by using the manufacturer specified temperature sensitivity of each strain--gage as the regression coefficient of the corresponding temperature difference variable. Finally, the modified regression coefficient matrix is converted to a data reduction matrix that the iterative analysis technique needs for the calculation of balance loads. Original calibration data and modified check load data of NASA's MC60D balance are used to illustrate the new method.

  11. Power Balance Estimation in Long Duration Discharges on QUEST

    DOE PAGES

    Hanada, K.; Zushi, H.; Idei, H.; ...

    2016-10-28

    Fully non-inductive plasma start-up was successfully achieved by using a well-controlled microwave source on the spherical tokamak, QUEST. Non-inductive plasmas were maintained for approximately 3–5 min, during which time power balance estimates could be achieved by monitoring wall and cooling-water temperatures. Approximately 70%–90% of the injected power could be accounted for by calorimetric measurements and approximately half of the injected power was found to be deposited on the vessel wall, which is slightly dependent on the magnetic configuration. Lastly, the power distribution to water-cooled limiters, which are expected to be exposed to local heat loads, depends significantly on the magneticmore » configuration, however some of the deposited power is due to energetic electrons, which have large poloidal orbits and are likely to be deposited on the plasma facing components.« less

  12. Power Balance Estimation in Long Duration Discharges on QUEST

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

    Hanada, K.; Zushi, H.; Idei, H.

    Fully non-inductive plasma start-up was successfully achieved by using a well-controlled microwave source on the spherical tokamak, QUEST. Non-inductive plasmas were maintained for approximately 3–5 min, during which time power balance estimates could be achieved by monitoring wall and cooling-water temperatures. Approximately 70%–90% of the injected power could be accounted for by calorimetric measurements and approximately half of the injected power was found to be deposited on the vessel wall, which is slightly dependent on the magnetic configuration. Lastly, the power distribution to water-cooled limiters, which are expected to be exposed to local heat loads, depends significantly on the magneticmore » configuration, however some of the deposited power is due to energetic electrons, which have large poloidal orbits and are likely to be deposited on the plasma facing components.« less

  13. A zero torsional stiffness twist morphing blade as a wind turbine load alleviation device

    NASA Astrophysics Data System (ADS)

    Lachenal, X.; Daynes, S.; Weaver, P. M.

    2013-06-01

    This paper presents the design, analysis and realization of a zero stiffness twist morphing wind turbine blade. The morphing blade is designed to actively twist as a means of alleviating the gust loads which reduce the fatigue life of wind turbine blades. The morphing structure exploits an elastic strain energy balance within the blade to enable large twisting deformations with modest actuation requirements. While twist is introduced using the warping of the blade skin, internal pre-stressed members ensure that a constant strain energy balance is achieved throughout the deformation, resulting in a zero torsional stiffness structure. The torsional stability of the morphing blade is characterized by analysing the elastic strain energy in the device. Analytical models of the skin, the pre-stressed components and the complete blade are compared to their respective finite element models as well as experimental results. The load alleviation potential of the adaptive structure is quantified using a two-dimensional steady flow aerodynamic model which is experimentally validated with wind tunnel measurements.

  14. An enhanced SOCP-based method for feeder load balancing using the multi-terminal soft open point in active distribution networks

    DOE PAGES

    Ji, Haoran; Wang, Chengshan; Li, Peng; ...

    2017-09-20

    The integration of distributed generators (DGs) exacerbates the feeder power flow fluctuation and load unbalanced condition in active distribution networks (ADNs). The unbalanced feeder load causes inefficient use of network assets and network congestion during system operation. The flexible interconnection based on the multi-terminal soft open point (SOP) significantly benefits the operation of ADNs. The multi-terminal SOP, which is a controllable power electronic device installed to replace the normally open point, provides accurate active and reactive power flow control to enable the flexible connection of feeders. An enhanced SOCP-based method for feeder load balancing using the multi-terminal SOP is proposedmore » in this paper. Furthermore, by regulating the operation of the multi-terminal SOP, the proposed method can mitigate the unbalanced condition of feeder load and simultaneously reduce the power losses of ADNs. Then, the original non-convex model is converted into a second-order cone programming (SOCP) model using convex relaxation. In order to tighten the SOCP relaxation and improve the computation efficiency, an enhanced SOCP-based approach is developed to solve the proposed model. Finally, case studies are performed on the modified IEEE 33-node system to verify the effectiveness and efficiency of the proposed method.« less

  15. An enhanced SOCP-based method for feeder load balancing using the multi-terminal soft open point in active distribution networks

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

    Ji, Haoran; Wang, Chengshan; Li, Peng

    The integration of distributed generators (DGs) exacerbates the feeder power flow fluctuation and load unbalanced condition in active distribution networks (ADNs). The unbalanced feeder load causes inefficient use of network assets and network congestion during system operation. The flexible interconnection based on the multi-terminal soft open point (SOP) significantly benefits the operation of ADNs. The multi-terminal SOP, which is a controllable power electronic device installed to replace the normally open point, provides accurate active and reactive power flow control to enable the flexible connection of feeders. An enhanced SOCP-based method for feeder load balancing using the multi-terminal SOP is proposedmore » in this paper. Furthermore, by regulating the operation of the multi-terminal SOP, the proposed method can mitigate the unbalanced condition of feeder load and simultaneously reduce the power losses of ADNs. Then, the original non-convex model is converted into a second-order cone programming (SOCP) model using convex relaxation. In order to tighten the SOCP relaxation and improve the computation efficiency, an enhanced SOCP-based approach is developed to solve the proposed model. Finally, case studies are performed on the modified IEEE 33-node system to verify the effectiveness and efficiency of the proposed method.« less

  16. Investigation of Unsteady Pressure-Sensitive Paint (uPSP) and a Dynamic Loads Balance to Predict Launch Vehicle Buffet Environments

    NASA Technical Reports Server (NTRS)

    Schuster, David M.; Panda, Jayanta; Ross, James C.; Roozeboom, Nettie H.; Burnside, Nathan J.; Ngo, Christina L.; Kumagai, Hiro; Sellers, Marvin; Powell, Jessica M.; Sekula, Martin K.; hide

    2016-01-01

    This NESC assessment examined the accuracy of estimating buffet loads on in-line launch vehicles without booster attachments using sparse unsteady pressure measurements. The buffet loads computed using sparse sensor data were compared with estimates derived using measurements with much higher spatial resolution. The current method for estimating launch vehicle buffet loads is through wind tunnel testing of models with approximately 400 unsteady pressure transducers. Even with this relatively large number of sensors, the coverage can be insufficient to provide reliable integrated unsteady loads on vehicles. In general, sparse sensor spacing requires the use of coherence-length-based corrections in the azimuthal and axial directions to integrate the unsteady pressures and obtain reasonable estimates of the buffet loads. Coherence corrections have been used to estimate buffet loads for a variety of launch vehicles with the assumption methodology results in reasonably conservative loads. For the Space Launch System (SLS), the first estimates of buffet loads exceeded the limits of the vehicle structure, so additional tests with higher sensor density were conducted to better define the buffet loads and possibly avoid expensive modifications to the vehicle design. Without the additional tests and improvements to the coherence-length analysis methods, there would have been significant impacts to the vehicle weight, cost, and schedule. If the load estimates turn out to be too low, there is significant risk of structural failure of the vehicle. This assessment used a combination of unsteady pressure-sensitive paint (uPSP), unsteady pressure transducers, and a dynamic force and moment balance to investigate the integration schemes used with limited unsteady pressure data by comparing them with direct integration of extremely dense fluctuating pressure measurements. An outfall of the assessment was to evaluate the potential of using the emerging uPSP technique in a production

  17. Integration of the response to a dietary potassium load: a paleolithic perspective.

    PubMed

    Kamel, Kamel S; Schreiber, Martin; Halperin, Mitchell L

    2014-05-01

    Our purpose is to integrate new insights in potassium (K(+)) physiology to understand K(+) homeostasis and illustrate some of their clinical implications. Since control mechanisms that are essential for survival were likely developed in Paleolithic times, we think the physiology of K(+) homeostasis can be better revealed when viewed from what was required to avoid threats and achieve balance in Paleolithic times. Three issues will be highlighted. First, we shall consider the integrative physiology of the gastrointestinal tract and the role of lactic acid released from enterocytes following absorption of sugars (fruit and berries) to cause a shift of this K(+) load into the liver. Second, we shall discuss the integrative physiology of WNK kinases and modulation of delivery of bicarbonate to the distal nephron to switch the aldosterone response from sodium chloride retention to K(+) secretion when faced with a K(+) load. Third, we shall emphasize the role of intra-renal recycling of urea in achieving K(+) homeostasis when the diet contains protein and K(+).

  18. Uncertainty analysis on simple mass balance model to calculate critical loads for soil acidity.

    PubMed

    Li, Harbin; McNulty, Steven G

    2007-10-01

    Simple mass balance equations (SMBE) of critical acid loads (CAL) in forest soil were developed to assess potential risks of air pollutants to ecosystems. However, to apply SMBE reliably at large scales, SMBE must be tested for adequacy and uncertainty. Our goal was to provide a detailed analysis of uncertainty in SMBE so that sound strategies for scaling up CAL estimates to the national scale could be developed. Specifically, we wanted to quantify CAL uncertainty under natural variability in 17 model parameters, and determine their relative contributions in predicting CAL. Results indicated that uncertainty in CAL came primarily from components of base cation weathering (BC(w); 49%) and acid neutralizing capacity (46%), whereas the most critical parameters were BC(w) base rate (62%), soil depth (20%), and soil temperature (11%). Thus, improvements in estimates of these factors are crucial to reducing uncertainty and successfully scaling up SMBE for national assessments of CAL.

  19. Apparatus and method for optimal phase balancing using dynamic programming with spatial consideration

    DOEpatents

    Robertazzi, Thomas G.; Skiena, Steven; Wang, Kai

    2017-08-08

    Provided are an apparatus and method for load-balancing of a three-phase electric power distribution system having a multi-phase feeder, including obtaining topology information of the feeder identifying supply points for customer loads and feeder sections between the supply points, obtaining customer information that includes peak customer load at each of the points between each of the feeder sections, performing a phase balancing analysis, and recommending phase assignment at the customer load supply points.

  20. An improved risk-explicit interval linear programming model for pollution load allocation for watershed management.

    PubMed

    Xia, Bisheng; Qian, Xin; Yao, Hong

    2017-11-01

    Although the risk-explicit interval linear programming (REILP) model has solved the problem of having interval solutions, it has an equity problem, which can lead to unbalanced allocation between different decision variables. Therefore, an improved REILP model is proposed. This model adds an equity objective function and three constraint conditions to overcome this equity problem. In this case, pollution reduction is in proportion to pollutant load, which supports balanced development between different regional economies. The model is used to solve the problem of pollution load allocation in a small transboundary watershed. Compared with the REILP original model result, our model achieves equity between the upstream and downstream pollutant loads; it also overcomes the problem of greatest pollution reduction, where sources are nearest to the control section. The model provides a better solution to the problem of pollution load allocation than previous versions.

  1. People First Mission Always: A Historical Examination of the Need to Find the Balance Between Protecting the Force and Achieving the Mission

    DTIC Science & Technology

    2013-06-13

    PEOPLE FIRST, MISSION ALWAYS: A HISTORICAL EXAMINATION OF THE NEED TO FIND THE BALANCE BETWEEN PROTECTING THE FORCE AND ACHIEVING THE...MISSION A thesis presented to the Faculty of the U.S. Army Command and General Staff College in partial fulfillment of the requirements

  2. Clinical correlates of between-limb synchronization of standing balance control and falls during inpatient stroke rehabilitation.

    PubMed

    Mansfield, Avril; Mochizuki, George; Inness, Elizabeth L; McIlroy, William E

    2012-01-01

    Stroke-related sensorimotor impairment potentially contributes to impaired balance. Balance measures that reveal underlying limb-specific control problems, such as a measure of the synchronization of both lower limbs to maintain standing balance, may be uniquely informative about poststroke balance control. This study aimed to determine the relationships between clinical measures of sensorimotor control, functional balance, and fall risk and between-limb synchronization of balance control. The authors conducted a retrospective chart review of 100 individuals with stroke admitted to inpatient rehabilitation. Force plate-based measures were obtained while standing on 2 force plates, including postural sway (root mean square of anteroposterior and mediolateral center of pressure [COP]), stance load asymmetry (percentage of body weight borne on the less-loaded limb), and between-limb synchronization (cross-correlation of the COP recordings under each foot). Clinical measures obtained were motor impairment (Chedoke-McMaster Stroke Assessment), plantar cutaneous sensation, functional balance (Berg Balance Scale), and falls experienced in rehabilitation. Synchronization was significantly related to motor impairment and prospective falls, even when controlling for other force plate-based measures of standing balance control (ie, postural sway and stance load symmetry). Between-limb COP synchronization for standing balance appears to be a uniquely important index of balance control, independent of postural sway and load symmetry during stance.

  3. Elastomeric load sharing device

    NASA Technical Reports Server (NTRS)

    Isabelle, Charles J. (Inventor); Kish, Jules G. (Inventor); Stone, Robert A. (Inventor)

    1992-01-01

    An elastomeric load sharing device, interposed in combination between a driven gear and a central drive shaft to facilitate balanced torque distribution in split power transmission systems, includes a cylindrical elastomeric bearing and a plurality of elastomeric bearing pads. The elastomeric bearing and bearing pads comprise one or more layers, each layer including an elastomer having a metal backing strip secured thereto. The elastomeric bearing is configured to have a high radial stiffness and a low torsional stiffness and is operative to radially center the driven gear and to minimize torque transfer through the elastomeric bearing. The bearing pads are configured to have a low radial and torsional stiffness and a high axial stiffness and are operative to compressively transmit torque from the driven gear to the drive shaft. The elastomeric load sharing device has spring rates that compensate for mechanical deviations in the gear train assembly to provide balanced torque distribution between complementary load paths of split power transmission systems.

  4. Relaxometry model of strong dipolar perturbers for balanced-SSFP: application to quantification of SPIO loaded cells.

    PubMed

    Lebel, R Marc; Menon, Ravi S; Bowen, Chris V

    2006-03-01

    Magnetic resonance microscopy using magnetically labeled cells is an emerging discipline offering the potential for non-destructive studies targeting numerous cellular events in medical research. The present work develops a technique to quantify superparamagnetic iron-oxide (SPIO) loaded cells using fully balanced steady state free precession (b-SSFP) imaging. An analytic model based on phase cancellation was derived for a single particle and extended to predict mono-exponential decay versus echo time in the presence of multiple randomly distributed particles. Numerical models verified phase incoherence as the dominant contrast mechanism and evaluated the model using a full range of tissue decay rates, repetition times, and flip angles. Numerical simulations indicated a relaxation rate enhancement (DeltaR(2b)=0.412 gamma . LMD) proportional to LMD, the local magnetic dose (the additional sample magnetization due to the SPIO particles), a quantity related to the concentration of contrast agent. A phantom model of SPIO loaded cells showed excellent agreement with simulations, demonstrated comparable sensitivity to gradient echo DeltaR(*) (2) enhancements, and 14 times the sensitivity of spin echo DeltaR(2) measurements. We believe this model can be used to facilitate the generation of quantitative maps of targeted cell populations. Magn Reson Med, 2006. (c) 2006 Wiley-Liss, Inc.

  5. Multi-load Groups Coordinated Load Control Strategy Considering Power Network Constraints

    NASA Astrophysics Data System (ADS)

    Liu, Meng; Zhao, Binchao; Wang, Jun; Zhang, Guohui; Wang, Xin

    2017-05-01

    Loads with energy storage property can actively participate in power balance for power systems, this paper takes air conditioner as a controllable load example, proposing a multi-load groups coordinated load control strategy considering power network constraints. Firstly, two load control modes considering recovery of load diversity are designed, blocking power oscillation of aggregated air conditioners. As the same time, air conditioner temperature setpoint recovery control strategy is presented to avoid power recovery peak. Considering inherent characteristics of two load control modes, an coordinated load control mode is designed by combining the both. Basing on this, a multi-load groups coordinated load control strategy is proposed. During the implementing of load control, power network constraints should be satisfied. An indice which can reflect the security of power system operating is defined. By minimizing its value through optimization, the change of air conditioning loads’ aggregated power on each load bus can be calculated. Simulations are conducted on an air conditioners group and New England 10-generator 39-bus system, verifying the effectiveness of the proposed multi-load groups coordinated load control strategy considering power network constraints.

  6. Three-phase Power Flow Calculation of Low Voltage Distribution Network Considering Characteristics of Residents Load

    NASA Astrophysics Data System (ADS)

    Wang, Yaping; Lin, Shunjiang; Yang, Zhibin

    2017-05-01

    In the traditional three-phase power flow calculation of the low voltage distribution network, the load model is described as constant power. Since this model cannot reflect the characteristics of actual loads, the result of the traditional calculation is always different from the actual situation. In this paper, the load model in which dynamic load represented by air conditioners parallel with static load represented by lighting loads is used to describe characteristics of residents load, and the three-phase power flow calculation model is proposed. The power flow calculation model includes the power balance equations of three-phase (A,B,C), the current balance equations of phase 0, and the torque balancing equations of induction motors in air conditioners. And then an alternating iterative algorithm of induction motor torque balance equations with each node balance equations is proposed to solve the three-phase power flow model. This method is applied to an actual low voltage distribution network of residents load, and by the calculation of three different operating states of air conditioners, the result demonstrates the effectiveness of the proposed model and the algorithm.

  7. Exploring the Causal Impact of the McREL Balanced Leadership Program on Leadership, Principal Efficacy, Instructional Climate, Educator Turnover, and Student Achievement

    ERIC Educational Resources Information Center

    Jacob, Robin; Goddard, Roger; Kim, Minjung; Miller, Robert; Goddard, Yvonne

    2015-01-01

    This study uses a randomized design to assess the impact of the Balanced Leadership program on principal leadership, instructional climate, principal efficacy, staff turnover, and student achievement in a sample of rural northern Michigan schools. Participating principals report feeling more efficacious, using more effective leadership practices,…

  8. Achieving Balance: Lessons Learned from University and College Presidents

    ERIC Educational Resources Information Center

    Havice, Pamela A.; Williams, Frankie K.

    2005-01-01

    This study investigated strategies used by college and university presidents in balancing their professional and personal lives. The conceptual framework for this study comes from the work of Schein (1985, 1992). Lessons learned and words of wisdom from these presidents can enhance leadership effectiveness at all levels in higher education.

  9. Strain Gauge Balance Calibration and Data Reduction at NASA Langley Research Center

    NASA Technical Reports Server (NTRS)

    Ferris, A. T. Judy

    1999-01-01

    This paper will cover the standard force balance calibration and data reduction techniques used at Langley Research Center. It will cover balance axes definition, balance type, calibration instrumentation, traceability of standards to NIST, calibration loading procedures, balance calibration mathematical model, calibration data reduction techniques, balance accuracy reporting, and calibration frequency.

  10. Development of the NTF-117S Semi-Span Balance

    NASA Technical Reports Server (NTRS)

    Lynn, Keith C.

    2010-01-01

    A new high-capacity semi-span force and moment balance has recently been developed for use at the National Transonic Facility at the NASA Langley Research Center. This new semi-span balance provides the NTF a new measurement capability that will support testing of semi-span test models at transonic high-lift testing regimes. Future testing utilizing this new balance capability will include active circulation control and propulsion simulation testing of semi-span transonic wing models. The NTF has recently implemented a new highpressure air delivery station that will provide both high and low mass flow pressure lines that are routed out to the semi-span models via a set high/low pressure bellows that are indirectly linked to the metric end of the NTF-117S balance. A new check-load stand is currently being developed to provide the NTF with an in-house capability that will allow for performing check-loads on the NTF-117S balance in order to determine the pressure tare affects on the overall performance of the balance. An experimental design is being developed that will allow for experimentally assessing the static pressure tare affects on the balance performance.

  11. Balance the Carrier Mobility To Achieve High Performance Exciplex OLED Using a Triazine-Based Acceptor.

    PubMed

    Hung, Wen-Yi; Chiang, Pin-Yi; Lin, Shih-Wei; Tang, Wei-Chieh; Chen, Yi-Ting; Liu, Shih-Hung; Chou, Pi-Tai; Hung, Yi-Tzu; Wong, Ken-Tsung

    2016-02-01

    A star-shaped 1,3,5-triazine/cyano hybrid molecule CN-T2T was designed and synthesized as a new electron acceptor for efficient exciplex-based OLED emitter by mixing with a suitable electron donor (Tris-PCz). The CN-T2T/Tris-PCz exciplex emission shows a high ΦPL of 0.53 and a small ΔET-S = -0.59 kcal/mol, affording intrinsically efficient fluorescence and highly efficient exciton up-conversion. The large energy level offsets between Tris-PCz and CN-T2T and the balanced hole and electron mobility of Tris-PCz and CN-T2T, respectively, ensuring sufficient carrier density accumulated in the interface for efficient generation of exciplex excitons. Employing a facile device structure composed as ITO/4% ReO3:Tris-PCz (60 nm)/Tris-PCz (15 nm)/Tris-PCz:CN-T2T(1:1) (25 nm)/CN-T2T (50 nm)/Liq (0.5 nm)/Al (100 nm), in which the electron-hole capture is efficient without additional carrier injection barrier from donor (or acceptor) molecule and carriers mobilities are balanced in the emitting layer, leads to a highly efficient green exciplex OLED with external quantum efficiency (EQE) of 11.9%. The obtained EQE is 18% higher than that of a comparison device using an exciplex exhibiting a comparable ΦPL (0.50), in which TCTA shows similar energy levels but higher hole mobility as compared with Tris-PCz. Our results clearly indicate the significance of mobility balance in governing the efficiency of exciplex-based OLED. Exploiting the Tris-PCz:CN-T2T exciplex as the host, we further demonstrated highly efficient yellow and red fluorescent OLEDs by doping 1 wt % Rubrene and DCJTB as emitter, achieving high EQE of 6.9 and 9.7%, respectively.

  12. Balancing

    NASA Astrophysics Data System (ADS)

    Harteveld, Casper

    At many occasions we are asked to achieve a “balance” in our lives: when it comes, for example, to work and food. Balancing is crucial in game design as well as many have pointed out. In games with a meaningful purpose, however, balancing is remarkably different. It involves the balancing of three different worlds, the worlds of Reality, Meaning, and Play. From the experience of designing Levee Patroller, I observed that different types of tensions can come into existence that require balancing. It is possible to conceive of within-worlds dilemmas, between-worlds dilemmas, and trilemmas. The first, the within-world dilemmas, only take place within one of the worlds. We can think, for example, of a user interface problem which just relates to the world of Play. The second, the between-worlds dilemmas, have to do with a tension in which two worlds are predominantly involved. Choosing between a cartoon or a realistic style concerns, for instance, a tension between Reality and Play. Finally, the trilemmas are those in which all three worlds play an important role. For each of the types of tensions, I will give in this level a concrete example from the development of Levee Patroller. Although these examples come from just one game, I think the examples can be exemplary for other game development projects as they may represent stereotypical tensions. Therefore, to achieve harmony in any of these forthcoming games, it is worthwhile to study the struggles we had to deal with.

  13. Estrogen regulates the rate of bone turnover but bone balance in ovariectomized rats is modulated by prevailing mechanical strain

    NASA Technical Reports Server (NTRS)

    Westerlind, K. C.; Wronski, T. J.; Ritman, E. L.; Luo, Z. P.; An, K. N.; Bell, N. H.; Turner, R. T.

    1997-01-01

    Estrogen deficiency induced bone loss is associated with increased bone turnover in rats and humans. The respective roles of increased bone turnover and altered balance between bone formation and bone resorption in mediating estrogen deficiency-induced cancellous bone loss was investigated in ovariectomized rats. Ovariectomy resulted in increased bone turnover in the distal femur. However, cancellous bone was preferentially lost in the metaphysis, a site that normally experiences low strain energy. No bone loss was observed in the epiphysis, a site experiencing higher strain energy. The role of mechanical strain in maintaining bone balance was investigated by altering the strain history. Mechanical strain was increased and decreased in long bones of ovariectomized rats by treadmill exercise and functional unloading, respectively. Functional unloading was achieved during orbital spaceflight and following unilateral sciatic neurotomy. Increasing mechanical loading reduced bone loss in the metaphysis. In contrast, decreasing loading accentuated bone loss in the metaphysis and resulted in bone loss in the epiphysis. Finally, administration of estrogen to ovariectomized rats reduced bone loss in the unloaded and prevented loss in the loaded limb following unilateral sciatic neurotomy in part by reducing indices of bone turnover. These results suggest that estrogen regulates the rate of bone turnover, but the overall balance between bone formation and bone resorption is influenced by prevailing levels of mechanical strain.

  14. A study of the effect of oral glucose loading on plasma oxidant:antioxidant balance in normal subjects.

    PubMed

    Ma, Shuk-Woon; Tomlinson, Brian; Benzie, Iris F F

    2005-06-01

    Antioxidant defence has been reported to decrease, and oxidative stress to increase, after oral glucose loading in both normal and diabetic subjects. If confirmed in normal subjects, glucose-induced antioxidant depletion has important implications for health in relation to the modern, sugar-rich diet. To investigate changes in plasma biomarkers of oxidant:antioxidant balance in non-diabetic subjects following oral glucose loading. Baseline inter-relationships between biomarkers of glycaemic control, oxidant:antioxidant balance and inflammation were also explored. A single-blinded, placebo-controlled, crossover intervention trial involving 10 healthy, consenting subjects. Venous blood was collected after ingestion of 75 g glucose in 300 mL water, or of water alone. Blood was collected at 0 time (fasting) and 30, 60, 90, 120 min post-ingestion. Within 2 weeks the procedure was repeated with volunteers crossed-over onto the other treatment. Plasma total antioxidant capacity (as the FRAP value), ascorbic acid, alpha-tocopherol, uric acid, malondialdehyde (MDA), allantoin and high sensitivity C-reactive protein (hsCRP), glucose and insulin, were measured in all samples. Paired results post-glucose and post-water at each time interval were compared using the Wilcoxon matched-pairs signed-ranks test. Normal glucose tolerance was observed in all subjects, although, as expected, plasma glucose and insulin increased significantly (p < 0.05, n = 10) after glucose loading. Post-glucose responses in plasma FRAP and the individual antioxidants tested were not significantly different to the responses seen post-water, although both FRAP and alpha-tocopherol decreased slightly. Neither were post-glucose changes in plasma MDA and allantoin, putative biomarkers of oxidative stress, significantly different to those after intake of water alone. Plasma FRAP and alpha-tocopherol also decreased slightly, but not significantly, after intake of water. A significant direct correlation (r = 0

  15. Inducer Hydrodynamic Load Measurement Devices

    NASA Technical Reports Server (NTRS)

    Skelley, Stephen E.; Zoladz, Thomas F.

    2002-01-01

    Marshall Space Flight Center (MSFC) has demonstrated two measurement devices for sensing and resolving the hydrodynamic loads on fluid machinery. The first - a derivative of the six component wind tunnel balance - senses the forces and moments on the rotating device through a weakened shaft section instrumented with a series of strain gauges. This "rotating balance" was designed to directly measure the steady and unsteady hydrodynamic loads on an inducer, thereby defining both the amplitude and frequency content associated with operating in various cavitation modes. The second device - a high frequency response pressure transducer surface mounted on a rotating component - was merely an extension of existing technology for application in water. MSFC has recently completed experimental evaluations of both the rotating balance and surface-mount transducers in a water test loop. The measurement bandwidth of the rotating balance was severely limited by the relative flexibility of the device itself, resulting in an unexpectedly low structural bending mode and invalidating the higher frequency response data. Despite these limitations, measurements confirmed that the integrated loads on the four-bladed inducer respond to both cavitation intensity and cavitation phenomena. Likewise, the surface-mount pressure transducers were subjected to a range of temperatures and flow conditions in a non-rotating environment to record bias shifts and transfer functions between the transducers and a reference device. The pressure transducer static performance was within manufacturer's specifications and dynamic response accurately followed that of the reference.

  16. Inducer Hydrodynamic Load Measurement Devices

    NASA Technical Reports Server (NTRS)

    Skelley, Stephen E.; Zoladz, Thomas F.; Turner, Jim (Technical Monitor)

    2002-01-01

    Marshall Space Flight Center (MSFC) has demonstrated two measurement devices for sensing and resolving the hydrodynamic loads on fluid machinery. The first - a derivative of the six-component wind tunnel balance - senses the forces and moments on the rotating device through a weakened shaft section instrumented with a series of strain gauges. This rotating balance was designed to directly measure the steady and unsteady hydrodynamic loads on an inducer, thereby defining both the amplitude and frequency content associated with operating in various cavitation modes. The second device - a high frequency response pressure transducer surface mounted on a rotating component - was merely an extension of existing technology for application in water. MSFC has recently completed experimental evaluations of both the rotating balance and surface-mount transducers in a water test loop. The measurement bandwidth of the rotating balance was severely limited by the relative flexibility of the device itself, resulting in an unexpectedly low structural bending mode and invalidating the higher-frequency response data. Despite these limitations, measurements confirmed that the integrated loads on the four-bladed inducer respond to both cavitation intensity and cavitation phenomena. Likewise, the surface-mount pressure transducers were subjected to a range of temperatures and flow conditions in a non-rotating environment to record bias shifts and transfer functions between the transducers and a reference device. The pressure transducer static performance was within manufacturer's specifications and dynamic response accurately followed that of the reference.

  17. Calibration Variable Selection and Natural Zero Determination for Semispan and Canard Balances

    NASA Technical Reports Server (NTRS)

    Ulbrich, Norbert M.

    2013-01-01

    Independent calibration variables for the characterization of semispan and canard wind tunnel balances are discussed. It is shown that the variable selection for a semispan balance is determined by the location of the resultant normal and axial forces that act on the balance. These two forces are the first and second calibration variable. The pitching moment becomes the third calibration variable after the normal and axial forces are shifted to the pitch axis of the balance. Two geometric distances, i.e., the rolling and yawing moment arms, are the fourth and fifth calibration variable. They are traditionally substituted by corresponding moments to simplify the use of calibration data during a wind tunnel test. A canard balance is related to a semispan balance. It also only measures loads on one half of a lifting surface. However, the axial force and yawing moment are of no interest to users of a canard balance. Therefore, its calibration variable set is reduced to the normal force, pitching moment, and rolling moment. The combined load diagrams of the rolling and yawing moment for a semispan balance are discussed. They may be used to illustrate connections between the wind tunnel model geometry, the test section size, and the calibration load schedule. Then, methods are reviewed that may be used to obtain the natural zeros of a semispan or canard balance. In addition, characteristics of three semispan balance calibration rigs are discussed. Finally, basic requirements for a full characterization of a semispan balance are reviewed.

  18. Balancing the Power-to-Load Ratio for a Novel Variable Geometry Wave Energy Converter with Nonideal Power Take-Off in Regular Waves: Preprint

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

    Tom, Nathan M; Yu, Yi-Hsiang; Wright, Alan D

    This work attempts to balance power absorption against structural loading for a novel variable geometry wave energy converter. The variable geometry consists of four identical flaps that will be opened in ascending order starting with the flap closest to the seafloor and moving to the free surface. The influence of a pitch motion constraint on power absorption when utilizing a nonideal power take-off (PTO) is examined and found to reduce the losses associated with bidirectional energy flow. The power-to-load ratio is evaluated using pseudo-spectral control to determine the optimum PTO torque based on a multiterm objective function. The pseudo-spectral optimalmore » control problem is extended to include load metrics in the objective function, which may now consist of competing terms. Separate penalty weights are attached to the surge-foundation force and PTO control torque to tune the optimizer performance to emphasize either power absorption or load shedding. PTO efficiency is not included in the objective function, but the penalty weights are utilized to limit the force and torque amplitudes, thereby reducing losses associated with bidirectional energy flow. Results from pseudo-spectral control demonstrate that shedding a portion of the available wave energy can provide greater reductions in structural loads and reactive power.« less

  19. Female family physicians in obstetrics: achieving personal balance.

    PubMed Central

    Carroll, J C; Brown, J B; Reid, A J

    1995-01-01

    OBJECTIVE: To describe the experiences of female family physicians who practise obstetrics in balancing professional obligations with personal and family needs, given the unique challenges that such practice poses for these physicians. DESIGN: Qualitative study. SETTING: Ontario. PARTICIPANTS: A purposefully selected sample of nine female family physicians who met the criteria of being married, having children and currently practising obstetrics. OUTCOME MEASURES: Experiences of female family physicians and their strategies in their personal, family and professional lives that enable them to continue practising obstetrics. RESULTS: All participants continued to practise obstetrics because of the pleasure they derived from it, despite the challenges of balancing the unpredictable demands of obstetrics with their personal and family needs. To continue in obstetrics, they needed to make changes in their lives, either through a gradual, evolutionary process or in response to a critical event. Alterations to work and family arrangements permitted them to meet the challenges and led to increased satisfaction. Changes included making supportive call-group arrangements, limiting work hours and the number of births attended and securing help with household duties. CONCLUSIONS: An in-depth examination, through the use of qualitative methods, showed the reasons why some female family physicians continue to practise obstetrics despite the stressful aspects of doing so. This knowledge may be useful for women who are residents or experienced clinicians and who are considering including obstetrics in their practice. PMID:7497390

  20. Leadership and Work-Life Balance.

    PubMed

    Mattock, Sarah L

    2015-01-01

    Simply stated, work-life balance is something that is both difficult to define and difficult to achieve. Leaders, throughout the continuum of trauma care, need to have a sound understanding of what work-life balance means and set an example of a healthy work-life balance for those they lead. This article offers strategies for enhancing work-life balance and challenges individuals to use self-reflection as a means to furthering their personal and professional growth.

  1. Distributed Parallel Processing and Dynamic Load Balancing Techniques for Multidisciplinary High Speed Aircraft Design

    NASA Technical Reports Server (NTRS)

    Krasteva, Denitza T.

    1998-01-01

    Multidisciplinary design optimization (MDO) for large-scale engineering problems poses many challenges (e.g., the design of an efficient concurrent paradigm for global optimization based on disciplinary analyses, expensive computations over vast data sets, etc.) This work focuses on the application of distributed schemes for massively parallel architectures to MDO problems, as a tool for reducing computation time and solving larger problems. The specific problem considered here is configuration optimization of a high speed civil transport (HSCT), and the efficient parallelization of the embedded paradigm for reasonable design space identification. Two distributed dynamic load balancing techniques (random polling and global round robin with message combining) and two necessary termination detection schemes (global task count and token passing) were implemented and evaluated in terms of effectiveness and scalability to large problem sizes and a thousand processors. The effect of certain parameters on execution time was also inspected. Empirical results demonstrated stable performance and effectiveness for all schemes, and the parametric study showed that the selected algorithmic parameters have a negligible effect on performance.

  2. Comparison of Deterministic and Probabilistic Radial Distribution Systems Load Flow

    NASA Astrophysics Data System (ADS)

    Gupta, Atma Ram; Kumar, Ashwani

    2017-12-01

    Distribution system network today is facing the challenge of meeting increased load demands from the industrial, commercial and residential sectors. The pattern of load is highly dependent on consumer behavior and temporal factors such as season of the year, day of the week or time of the day. For deterministic radial distribution load flow studies load is taken as constant. But, load varies continually with a high degree of uncertainty. So, there is a need to model probable realistic load. Monte-Carlo Simulation is used to model the probable realistic load by generating random values of active and reactive power load from the mean and standard deviation of the load and for solving a Deterministic Radial Load Flow with these values. The probabilistic solution is reconstructed from deterministic data obtained for each simulation. The main contribution of the work is: Finding impact of probable realistic ZIP load modeling on balanced radial distribution load flow. Finding impact of probable realistic ZIP load modeling on unbalanced radial distribution load flow. Compare the voltage profile and losses with probable realistic ZIP load modeling for balanced and unbalanced radial distribution load flow.

  3. Calcium Balance in Chronic Kidney Disease.

    PubMed

    Hill Gallant, Kathleen M; Spiegel, David M

    2017-06-01

    The kidneys play a critical role in the balance between the internal milieu and external environment. Kidney failure is known to disrupt a number of homeostatic mechanisms that control serum calcium and normal bone metabolism. However, our understanding of calcium balance throughout the stages of chronic kidney disease is limited and the concept of balance itself, especially with a cation as complex as calcium, is often misunderstood. Both negative and positive calcium balance have important implications in patients with chronic kidney disease, where negative balance may increase risk of osteoporosis and fracture and positive balance may increase risk of vascular calcification and cardiovascular events. Here, we examine the state of current knowledge about calcium balance in adults throughout the stages of chronic kidney disease and discuss recommendations for clinical strategies to maintain balance as well as future research needs in this area. Recent calcium balance studies in adult patients with chronic kidney disease show that neutral calcium balance is achieved with calcium intake near the recommended daily allowance. Increases in calcium through diet or supplements cause high positive calcium balance, which may put patients at risk for vascular calcification. However, heterogeneity in calcium balance exists among these patients. Given the available calcium balance data in this population, it appears clinically prudent to aim for recommended calcium intakes around 1000 mg/day to achieve neutral calcium balance and avoid adverse effects of either negative or positive calcium balance. Assessment of patients' dietary calcium intake could further equip clinicians to make individualized recommendations for meeting recommended intakes.

  4. Selenium mass balance in the Great Salt Lake, Utah

    USGS Publications Warehouse

    Diaz, X.; Johnson, W.P.; Naftz, D.L.

    2009-01-01

    A mass balance for Se in the south arm of the Great Salt Lake was developed for September 2006 to August 2007 of monitoring for Se loads and removal flows. The combined removal flows (sedimentation and volatilization) totaled to a geometric mean value of 2079??kg Se/yr, with the estimated low value being 1255??kg Se/yr, and an estimated high value of 3143??kg Se/yr at the 68% confidence level. The total (particulates + dissolved) loads (via runoff) were about 1560??kg Se/yr, for which the error is expected to be ?? 15% for the measured loads. Comparison of volatilization to sedimentation flux demonstrates that volatilization rather than sedimentation is likely the major mechanism of selenium removal from the Great Salt Lake. The measured loss flows balance (within the range of uncertainties), and possibly surpass, the measured annual loads. Concentration histories were modeled using a simple mass balance, which indicated that no significant change in Se concentration was expected during the period of study. Surprisingly, the measured total Se concentration increased during the period of the study, indicating that the removal processes operate at their low estimated rates, and/or there are unmeasured selenium loads entering the lake. The selenium concentration trajectories were compared to those of other trace metals to assess the significance of selenium concentration trends. ?? 2008 Elsevier B.V.

  5. Wind Energy Management System Integration Project Incorporating Wind Generation and Load Forecast Uncertainties into Power Grid Operations

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

    Makarov, Yuri V.; Huang, Zhenyu; Etingov, Pavel V.

    2010-09-01

    The power system balancing process, which includes the scheduling, real time dispatch (load following) and regulation processes, is traditionally based on deterministic models. Since the conventional generation needs time to be committed and dispatched to a desired megawatt level, the scheduling and load following processes use load and wind power production forecasts to achieve future balance between the conventional generation and energy storage on the one side, and system load, intermittent resources (such as wind and solar generation) and scheduled interchange on the other side. Although in real life the forecasting procedures imply some uncertainty around the load and windmore » forecasts (caused by forecast errors), only their mean values are actually used in the generation dispatch and commitment procedures. Since the actual load and intermittent generation can deviate from their forecasts, it becomes increasingly unclear (especially, with the increasing penetration of renewable resources) whether the system would be actually able to meet the conventional generation requirements within the look-ahead horizon, what the additional balancing efforts would be needed as we get closer to the real time, and what additional costs would be incurred by those needs. In order to improve the system control performance characteristics, maintain system reliability, and minimize expenses related to the system balancing functions, it becomes necessary to incorporate the predicted uncertainty ranges into the scheduling, load following, and, in some extent, into the regulation processes. It is also important to address the uncertainty problem comprehensively, by including all sources of uncertainty (load, intermittent generation, generators’ forced outages, etc.) into consideration. All aspects of uncertainty such as the imbalance size (which is the same as capacity needed to mitigate the imbalance) and generation ramping requirement must be taken into account. The latter

  6. Strategies to optimize lithium-ion supercapacitors achieving high-performance: Cathode configurations, lithium loadings on anode, and types of separator

    NASA Astrophysics Data System (ADS)

    Cao, Wanjun; Li, Yangxing; Fitch, Brian; Shih, Jonathan; Doung, Tien; Zheng, Jim

    2014-12-01

    The Li-ion capacitor (LIC) is composed of a lithium-doped carbon anode and an activated carbon cathode, which is a half Li-ion battery (LIB) and a half electrochemical double-layer capacitor (EDLC). LICs can achieve much more energy density than EDLC without sacrificing the high power performance advantage of capacitors over batteries. LIC pouch cells were assembled using activated carbon (AC) cathode and hard carbon (HC) + stabilized lithium metal power (SLMP®) anode. Different cathode configurations, various SLMP loadings on HC anode, and two types of separators were investigated to achieve the optimal electrochemical performance of the LIC. Firstly, the cathode binders study suggests that the PTFE binder offers improved energy and power performances for LIC in comparison to PVDF. Secondly, the mass ratio of SLMP to HC is at 1:7 to obtain the optimized electrochemical performance for LIC among all the various studied mass ratios between lithium loading amounts and active anode material. Finally, compared to the separator Celgard PP 3501, cellulose based TF40-30 is proven to be a preferred separator for LIC.

  7. Wind Tunnel Force Balance Calibration Study - Interim Results

    NASA Technical Reports Server (NTRS)

    Rhew, Ray D.

    2012-01-01

    Wind tunnel force balance calibration is preformed utilizing a variety of different methods and does not have a direct traceable standard such as standards used for most calibration practices (weights, and voltmeters). These different calibration methods and practices include, but are not limited to, the loading schedule, the load application hardware, manual and automatic systems, re-leveling and non-re-leveling. A study of the balance calibration techniques used by NASA was undertaken to develop metrics for reviewing and comparing results using sample calibrations. The study also includes balances of different designs, single and multi-piece. The calibration systems include, the manual, and the automatic that are provided by NASA and its vendors. The results to date will be presented along with the techniques for comparing the results. In addition, future planned calibrations and investigations based on the results will be provided.

  8. Women in orthodontics and work-family balance: challenges and strategies.

    PubMed

    Davidson, Sarah; Major, Paul W; Flores-Mir, Carlos; Amin, Maryam; Keenan, Louanne

    2012-01-01

    The number of women entering the orthodontic profession over the past few decades has increased dramatically. A review of the literature revealed the lack of research on achieving a work-family balance among female dentists and dental specialists. Work-family balance has been researched more extensively in the field of medicine; however, despite some critical differences, parallels between these 2 professions exist. This study identified issues that Canadian female orthodontists face and strategies they use to achieve a work-family balance. A phenomenological qualitative study was used to analyze the results of semi-structured telephone interviews of a purposive sample of 13 Canadian female orthodontists. The results strongly support the role-conflict theory about the competing pressures of maternal and professional roles. Female orthodontists described their challenges and strategies to minimize role conflict in their attempt to achieve a work-family balance. The women defined balance as having success and satisfaction in both their family life and professional life. They identified specific challenges of achieving a work-family balance that are unique to orthodontic practice and strategies for adapting to their maternal and professional roles. Achieving a work-family balance is of paramount importance to female orthodontists, and the results of this study may be applied to other specialties in dentistry.

  9. Working Memory Load and Reminder Effect on Event-Based Prospective Memory of High- and Low-Achieving Students in Math

    ERIC Educational Resources Information Center

    Chen, Youzhen; Lian, Rong; Yang, Lixian; Liu, Jianrong; Meng, Yingfang

    2017-01-01

    The effects of working memory (WM) demand and reminders on an event-based prospective memory (PM) task were compared between students with low and high achievement in math. WM load (1- and 2-back tasks) was manipulated as a within-subject factor and reminder (with or without reminder) as a between-subject factor. Results showed that high-achieving…

  10. Stepwise Regression Analysis of MDOE Balance Calibration Data Acquired at DNW

    NASA Technical Reports Server (NTRS)

    DeLoach, RIchard; Philipsen, Iwan

    2007-01-01

    This paper reports a comparison of two experiment design methods applied in the calibration of a strain-gage balance. One features a 734-point test matrix in which loads are varied systematically according to a method commonly applied in aerospace research and known in the literature of experiment design as One Factor At a Time (OFAT) testing. Two variations of an alternative experiment design were also executed on the same balance, each with different features of an MDOE experiment design. The Modern Design of Experiments (MDOE) is an integrated process of experiment design, execution, and analysis applied at NASA's Langley Research Center to achieve significant reductions in cycle time, direct operating cost, and experimental uncertainty in aerospace research generally and in balance calibration experiments specifically. Personnel in the Instrumentation and Controls Department of the German Dutch Wind Tunnels (DNW) have applied MDOE methods to evaluate them in the calibration of a balance using an automated calibration machine. The data have been sent to Langley Research Center for analysis and comparison. This paper reports key findings from this analysis. The chief result is that a 100-point calibration exploiting MDOE principles delivered quality comparable to a 700+ point OFAT calibration with significantly reduced cycle time and attendant savings in direct and indirect costs. While the DNW test matrices implemented key MDOE principles and produced excellent results, additional MDOE concepts implemented in balance calibrations at Langley Research Center are also identified and described.

  11. Wind Tunnel Strain-Gage Balance Calibration Data Analysis Using a Weighted Least Squares Approach

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Volden, T.

    2017-01-01

    A new approach is presented that uses a weighted least squares fit to analyze wind tunnel strain-gage balance calibration data. The weighted least squares fit is specifically designed to increase the influence of single-component loadings during the regression analysis. The weighted least squares fit also reduces the impact of calibration load schedule asymmetries on the predicted primary sensitivities of the balance gages. A weighting factor between zero and one is assigned to each calibration data point that depends on a simple count of its intentionally loaded load components or gages. The greater the number of a data point's intentionally loaded load components or gages is, the smaller its weighting factor becomes. The proposed approach is applicable to both the Iterative and Non-Iterative Methods that are used for the analysis of strain-gage balance calibration data in the aerospace testing community. The Iterative Method uses a reasonable estimate of the tare corrected load set as input for the determination of the weighting factors. The Non-Iterative Method, on the other hand, uses gage output differences relative to the natural zeros as input for the determination of the weighting factors. Machine calibration data of a six-component force balance is used to illustrate benefits of the proposed weighted least squares fit. In addition, a detailed derivation of the PRESS residuals associated with a weighted least squares fit is given in the appendices of the paper as this information could not be found in the literature. These PRESS residuals may be needed to evaluate the predictive capabilities of the final regression models that result from a weighted least squares fit of the balance calibration data.

  12. The effects of cognitive loading on balance control in patients with multiple sclerosis.

    PubMed

    Negahban, Hossein; Mofateh, Razieh; Arastoo, Ali Asghar; Mazaheri, Masood; Yazdi, Mohammad Jafar Shaterzadeh; Salavati, Mahyar; Majdinasab, Nastaran

    2011-10-01

    The aim of this study was to compare the effects of concurrent cognitive task (silent backward counting) on balance performance between two groups of multiple sclerosis (MS) (n=23) and healthy (n=23) participates. Three levels of postural difficulty were studied on a force platform, i.e. rigid surface with eyes open, rigid surface with eyes closed, and foam surface with eyes closed. A mixed model analysis of variance showed that under difficult sensory condition of foam surface with eyes closed, execution of concurrent cognitive task caused a significant decrement in variability of sway velocity in anteroposterior direction for the patient group (P<0.01) while this was not the case for healthy participants (P=0.22). Also, the variability of sway velocity in mediolateral direction was significantly decreased during concurrent execution of cognitive task in patient group (P<0.01) and not in healthy participants (P=0.39). Furthermore, in contrast to single tasking, dual tasking had the ability to discriminate between the 2 groups in all conditions of postural difficulty. In conclusion, findings of variability in sway velocity seem to confirm the different response to cognitive loading between two groups of MS and healthy participants. Copyright © 2011 Elsevier B.V. All rights reserved.

  13. Development of a 5-Component Balance for Water Tunnel Applications

    NASA Technical Reports Server (NTRS)

    Suarez, Carlos J.; Kramer, Brian R.; Smith, Brooke C.

    1999-01-01

    The principal objective of this research/development effort was to develop a multi-component strain gage balance to measure both static and dynamic forces and moments on models tested in flow visualization water tunnels. A balance was designed that allows measuring normal and side forces, and pitching, yawing and rolling moments (no axial force). The balance mounts internally in the model and is used in a manner typical of wind tunnel balances. The key differences between a water tunnel balance and a wind tunnel balance are the requirement for very high sensitivity since the loads are very low (typical normal force is 90 grams or 0.2 lbs), the need for water proofing the gage elements, and the small size required to fit into typical water tunnel models. The five-component balance was calibrated and demonstrated linearity in the responses of the primary components to applied loads, very low interactions between the sections and no hysteresis. Static experiments were conducted in the Eidetics water tunnel with delta wings and F/A-18 models. The data were compared to forces and moments from wind tunnel tests of the same or similar configurations. The comparison showed very good agreement, providing confidence that loads can be measured accurately in the water tunnel with a relatively simple multi-component internal balance. The success of the static experiments encouraged the use of the balance for dynamic experiments. Among the advantages of conducting dynamic tests in a water tunnel are less demanding motion and data acquisition rates than in a wind tunnel test (because of the low-speed flow) and the capability of performing flow visualization and force/moment (F/M) measurements simultaneously with relative simplicity. This capability of simultaneous flow visualization and for F/M measurements proved extremely useful to explain the results obtained during these dynamic tests. In general, the development of this balance should encourage the use of water tunnels for a

  14. Achieving work-life balance in the National Collegiate Athletic Association Division I setting, part II: perspectives from head athletic trainers.

    PubMed

    Goodman, Ashley; Mazerolle, Stephanie M; Pitney, William A

    2015-01-01

    Work-life balance has been examined at the collegiate level from multiple perspectives except for the athletic trainer (AT) serving in a managerial or leadership role. To investigate challenges and strategies used in achieving work-life balance from the perspective of the head AT at a National Collegiate Athletic Association Division I university. Qualitative study. Web-based management system. A total of 18 head ATs (13 men, 5 women; age = 44 ± 8 years, athletic training experience = 22 ± 7 years) volunteered. Participants journaled their thoughts and experiences in response to a series of questions. To establish data credibility, we included multiple-analyst triangulation, stakeholder checks, and peer review. We used a general inductive approach to analyze the data. Two higher-order themes emerged from our analysis of the data: organizational challenges and work-life balance strategies. The organizational challenges theme contained 2 lower-order themes: lack of autonomy and role demands. The work-life balance strategies theme contained 3 lower-order themes: prioritization of commitments, strategic boundary setting, and work-family integration. Head ATs are susceptible to experiencing work-life imbalance just as ATs in nonsupervisory roles are. Although not avoidable, the causes are manageable. Head ATs are encouraged to prioritize their personal time, make efforts to spend time away from their demanding positions, and reduce the number of additional responsibilities that can impede time available to spend away from work.

  15. Impact of Groundwater Flow and Energy Load on Multiple Borehole Heat Exchangers.

    PubMed

    Dehkordi, S Emad; Schincariol, Robert A; Olofsson, Bo

    2015-01-01

    The effect of array configuration, that is, number, layout, and spacing, on the performance of multiple borehole heat exchangers (BHEs) is generally known under the assumption of fully conductive transport. The effect of groundwater flow on BHE performance is also well established, but most commonly for single BHEs. In multiple-BHE systems the effect of groundwater advection can be more complicated due to the induced thermal interference between the boreholes. To ascertain the influence of groundwater flow and borehole arrangement, this study investigates single- and multi-BHE systems of various configurations. Moreover, the influence of energy load balance is also examined. The results from corresponding cases with and without groundwater flow as well as balanced and unbalanced energy loads are cross-compared. The groundwater flux value, 10(-7) m/s, is chosen based on the findings of previous studies on groundwater flow interaction with BHEs and thermal response tests. It is observed that multi-BHE systems with balanced loads are less sensitive to array configuration attributes and groundwater flow, in the long-term. Conversely, multi-BHE systems with unbalanced loads are influenced by borehole array configuration as well as groundwater flow; these effects become more pronounced with time, unlike when the load is balanced. Groundwater flow has more influence on stabilizing loop temperatures, compared to array characteristics. Although borehole thermal energy storage (BTES) systems have a balanced energy load function, preliminary investigation on their efficiency shows a negative impact by groundwater which is due to their dependency on high temperature gradients between the boreholes and surroundings. © 2014, National Ground Water Association.

  16. Regression Analysis and Calibration Recommendations for the Characterization of Balance Temperature Effects

    NASA Technical Reports Server (NTRS)

    Ulbrich, N.; Volden, T.

    2018-01-01

    Analysis and use of temperature-dependent wind tunnel strain-gage balance calibration data are discussed in the paper. First, three different methods are presented and compared that may be used to process temperature-dependent strain-gage balance data. The first method uses an extended set of independent variables in order to process the data and predict balance loads. The second method applies an extended load iteration equation during the analysis of balance calibration data. The third method uses temperature-dependent sensitivities for the data analysis. Physical interpretations of the most important temperature-dependent regression model terms are provided that relate temperature compensation imperfections and the temperature-dependent nature of the gage factor to sets of regression model terms. Finally, balance calibration recommendations are listed so that temperature-dependent calibration data can be obtained and successfully processed using the reviewed analysis methods.

  17. Single Vector Calibration System for Multi-Axis Load Cells and Method for Calibrating a Multi-Axis Load Cell

    NASA Technical Reports Server (NTRS)

    Parker, Peter A. (Inventor)

    2003-01-01

    A single vector calibration system is provided which facilitates the calibration of multi-axis load cells, including wind tunnel force balances. The single vector system provides the capability to calibrate a multi-axis load cell using a single directional load, for example loading solely in the gravitational direction. The system manipulates the load cell in three-dimensional space, while keeping the uni-directional calibration load aligned. The use of a single vector calibration load reduces the set-up time for the multi-axis load combinations needed to generate a complete calibration mathematical model. The system also reduces load application inaccuracies caused by the conventional requirement to generate multiple force vectors. The simplicity of the system reduces calibration time and cost, while simultaneously increasing calibration accuracy.

  18. Dynamic Calibration of the NASA Ames Rotor Test Apparatus Steady/Dynamic Rotor Balance

    NASA Technical Reports Server (NTRS)

    Peterson, Randall L.; vanAken, Johannes M.

    1996-01-01

    The NASA Ames Rotor Test Apparatus was modified to include a Steady/Dynamic Rotor Balance. The dynamic calibration procedures and configurations are discussed. Random excitation was applied at the rotor hub, and vibratory force and moment responses were measured on the steady/dynamic rotor balance. Transfer functions were computed using the load cell data and the vibratory force and moment responses from the rotor balance. Calibration results showing the influence of frequency bandwidth, hub mass, rotor RPM, thrust preload, and dynamic loads through the stationary push rods are presented and discussed.

  19. Review: Balancing Limiting Factors and Economic Drivers to Achieve Sustainable Midwestern US Agricultural Residue Feedstock Supplies

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

    Wally W. Wilhelm; J. Richard Hess; Douglas L. Karlen

    2010-10-01

    Advanced biofuels will be developed using cellulosic feedstock rather than grain or oilseed crops that can also be used for food and feed. To be sustainable, these new agronomic production systems must be economically viable without degrading soil resources. This review examines six agronomic factors that collectively define many of the limits and opportunities for harvesting crop residue for biofuel feedstock. These six “limiting factors” are discussed in relationship to economic drivers associated with harvesting corn (Zea mays L.) stover as a potential cellulosic feedstock. The limiting factors include soil organic carbon, wind and water erosion, plant nutrient balance, soilmore » water and temperature dynamics, soil compaction, and off-site environmental impacts. Initial evaluations using the Revised Universal Soil Loss Equation 2.0 (RUSLE2) show that a single factor analysis based on simply meeting tolerable soil loss might indicate stover could be harvested sustainably, but the same analysis based on maintaining soil organic carbon shows the practice to be non-sustainable. Modifying agricultural management to include either annual or perennial cover crops is shown to meet both soil erosion and soil carbon requirements. The importance of achieving high yields and planning in a holistic manner at the landscape scale are also shown to be crucial for balancing limitations and drivers associated with renewable bioenergy production.« less

  20. Achieving Life Balance: Myths, Realities, and Developmental Perspectives. Information Series.

    ERIC Educational Resources Information Center

    Niles, Spencer G.; Herr, Edwin L.; Hartung, Paul J.

    The evolving role of work in society and the factors driving emerging trends in work were examined to assist career development practitioners in helping individuals deal with life-role balance. Donald Super's life-space theory was presented as a framework for adult career development and used as a backdrop for discussing how adults can crystallize…

  1. Optimal Operation Method of Smart House by Controllable Loads based on Smart Grid Topology

    NASA Astrophysics Data System (ADS)

    Yoza, Akihiro; Uchida, Kosuke; Yona, Atsushi; Senju, Tomonobu

    2013-08-01

    From the perspective of global warming suppression and depletion of energy resources, renewable energy such as wind generation (WG) and photovoltaic generation (PV) are getting attention in distribution systems. Additionally, all electrification apartment house or residence such as DC smart house have increased in recent years. However, due to fluctuating power from renewable energy sources and loads, supply-demand balancing fluctuations of power system become problematic. Therefore, "smart grid" has become very popular in the worldwide. This article presents a methodology for optimal operation of a smart grid to minimize the interconnection point power flow fluctuations. To achieve the proposed optimal operation, we use distributed controllable loads such as battery and heat pump. By minimizing the interconnection point power flow fluctuations, it is possible to reduce the maximum electric power consumption and the electric cost. This system consists of photovoltaics generator, heat pump, battery, solar collector, and load. In order to verify the effectiveness of the proposed system, MATLAB is used in simulations.

  2. Achieving Work-Life Balance in the National Collegiate Athletic Association Division I Setting, Part II: Perspectives From Head Athletic Trainers

    PubMed Central

    Goodman, Ashley; Mazerolle, Stephanie M.; Pitney, William A.

    2015-01-01

    Context: Work-life balance has been examined at the collegiate level from multiple perspectives except for the athletic trainer (AT) serving in a managerial or leadership role. Objective: To investigate challenges and strategies used in achieving work-life balance from the perspective of the head AT at a National Collegiate Athletic Association Division I university. Design: Qualitative study. Setting: Web-based management system. Patients or Other Participants: A total of 18 head ATs (13 men, 5 women; age = 44 ± 8 years, athletic training experience = 22 ± 7 years) volunteered. Data Collection and Analysis: Participants journaled their thoughts and experiences in response to a series of questions. To establish data credibility, we included multiple-analyst triangulation, stakeholder checks, and peer review. We used a general inductive approach to analyze the data. Results: Two higher-order themes emerged from our analysis of the data: organizational challenges and work-life balance strategies. The organizational challenges theme contained 2 lower-order themes: lack of autonomy and role demands. The work-life balance strategies theme contained 3 lower-order themes: prioritization of commitments, strategic boundary setting, and work-family integration. Conclusions: Head ATs are susceptible to experiencing work-life imbalance just as ATs in nonsupervisory roles are. Although not avoidable, the causes are manageable. Head ATs are encouraged to prioritize their personal time, make efforts to spend time away from their demanding positions, and reduce the number of additional responsibilities that can impede time available to spend away from work. PMID:25098746

  3. Study and Analyses on the Structural Performance of a Balance

    NASA Technical Reports Server (NTRS)

    Karkehabadi, R.; Rhew, R. D.; Hope, D. J.

    2004-01-01

    Strain-gauge balances for use in wind tunnels have been designed at Langley Research Center (LaRC) since its inception. Currently Langley has more than 300 balances available for its researchers. A force balance is inherently a critically stressed component due to the requirements of measurement sensitivity. The strain-gauge balances have been used in Langley s wind tunnels for a wide variety of aerodynamic tests, and the designs encompass a large array of sizes, loads, and environmental effects. There are six degrees of freedom that a balance has to measure. The balance s task to measure these six degrees of freedom has introduced challenging work in transducer development technology areas. As the emphasis increases on improving aerodynamic performance of all types of aircraft and spacecraft, the demand for improved balances is at the forefront. Force balance stress analysis and acceptance criteria are under review due to LaRC wind tunnel operational safety requirements. This paper presents some of the analyses and research done at LaRC that influence structural integrity of the balances. The analyses are helpful in understanding the overall behavior of existing balances and can be used in the design of new balances to enhance performance. Initially, a maximum load combination was used for a linear structural analysis. When nonlinear effects were encountered, the analysis was extended to include nonlinearities using MSC.Nastran . Because most of the balances are designed using Pro/Mechanica , it is desirable and efficient to use Pro/Mechanica for stress analysis. However, Pro/Mechanica is limited to linear analysis. Both Pro/Mechanica and MSC.Nastran are used for analyses in the present work. The structural integrity of balances and the possibility of modifying existing balances to enhance structural integrity are investigated.

  4. Maintaining Balance: The Increasing Role of Energy Storage for Renewable Integration

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

    Stenclik, Derek; Denholm, Paul; Chalamala, Babu

    For nearly a century, global power systems have focused on three key functions: to generate, transmit, and distribute electricity as a real-time commodity. Physics requires that electricity generation always be in real-time balance with load, despite variability in load on timescales ranging from sub-second disturbances to multi-year trends. With the increasing role of variable generation from wind and solar, retirements of fossil fuel-based generation, and a changing consumer demand profile, grid operators are using new methods to maintain this balance.

  5. Maintaining Balance: The Increasing Role of Energy Storage for Renewable Integration

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

    Stenclik, Derek; Denholm, Paul; Chalamala, Babu

    For nearly a century, global power systems have focused on three key functions: generating, transmitting, and distributing electricity as a real-time commodity. Physics requires that electricity generation always be in real-time balance with load-despite variability in load on time scales ranging from subsecond disturbances to multiyear trends. With the increasing role of variable generation from wind and solar, the retirement of fossil-fuel-based generation, and a changing consumer demand profile, grid operators are using new methods to maintain this balance.

  6. Maintaining Balance: The Increasing Role of Energy Storage for Renewable Integration

    DOE PAGES

    Stenclik, Derek; Denholm, Paul; Chalamala, Babu

    2017-10-17

    For nearly a century, global power systems have focused on three key functions: to generate, transmit, and distribute electricity as a real-time commodity. Physics requires that electricity generation always be in real-time balance with load, despite variability in load on timescales ranging from sub-second disturbances to multi-year trends. With the increasing role of variable generation from wind and solar, retirements of fossil fuel-based generation, and a changing consumer demand profile, grid operators are using new methods to maintain this balance.

  7. The effectiveness of plug-in hybrid electric vehicles and renewable power in support of holistic environmental goals: Part 2 - Design and operation implications for load-balancing resources on the electric grid

    NASA Astrophysics Data System (ADS)

    Tarroja, Brian; Eichman, Joshua D.; Zhang, Li; Brown, Tim M.; Samuelsen, Scott

    2015-03-01

    A study has been performed that analyzes the effectiveness of utilizing plug-in vehicles to meet holistic environmental goals across the combined electricity and transportation sectors. In this study, plug-in hybrid electric vehicle (PHEV) penetration levels are varied from 0 to 60% and base renewable penetration levels are varied from 10 to 63%. The first part focused on the effect of installing plug-in hybrid electric vehicles on the environmental performance of the combined electricity and transportation sectors. The second part addresses impacts on the design and operation of load-balancing resources on the electric grid associated with fleet capacity factor, peaking and load-following generator capacity, efficiency, ramp rates, start-up events and the levelized cost of electricity. PHEVs using smart charging are found to counteract many of the disruptive impacts of intermittent renewable power on balancing generators for a wide range of renewable penetration levels, only becoming limited at high renewable penetration levels due to lack of flexibility and finite load size. This study highlights synergy between sustainability measures in the electric and transportation sectors and the importance of communicative dispatch of these vehicles.

  8. Balancing Power Absorption and Structural Loading for an Asymmetric Heave Wave-Energy Converter in Regular Waves

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

    Tom, Nathan M.; Madhi, Farshad; Yeung, Ronald W.

    2016-06-24

    The aim of this paper is to maximize the power-to-load ratio of the Berkeley Wedge: a one-degree-of-freedom, asymmetrical, energy-capturing, floating breakwater of high performance that is relatively free of viscosity effects. Linear hydrodynamic theory was used to calculate bounds on the expected time-averaged power (TAP) and corresponding surge restraining force, pitch restraining torque, and power take-off (PTO) control force when assuming that the heave motion of the wave energy converter remains sinusoidal. This particular device was documented to be an almost-perfect absorber if one-degree-of-freedom motion is maintained. The success of such or similar future wave energy converter technologies would requiremore » the development of control strategies that can adapt device performance to maximize energy generation in operational conditions while mitigating hydrodynamic loads in extreme waves to reduce the structural mass and overall cost. This paper formulates the optimal control problem to incorporate metrics that provide a measure of the surge restraining force, pitch restraining torque, and PTO control force. The optimizer must now handle an objective function with competing terms in an attempt to maximize power capture while minimizing structural and actuator loads. A penalty weight is placed on the surge restraining force, pitch restraining torque, and PTO actuation force, thereby allowing the control focus to be placed either on power absorption or load mitigation. Thus, in achieving these goals, a per-unit gain in TAP would not lead to a greater per-unit demand in structural strength, hence yielding a favorable benefit-to-cost ratio. Demonstrative results in the form of TAP, reactive TAP, and the amplitudes of the surge restraining force, pitch restraining torque, and PTO control force are shown for the Berkeley Wedge example.« less

  9. Wind Energy Management System EMS Integration Project: Incorporating Wind Generation and Load Forecast Uncertainties into Power Grid Operations

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

    Makarov, Yuri V.; Huang, Zhenyu; Etingov, Pavel V.

    2010-01-01

    The power system balancing process, which includes the scheduling, real time dispatch (load following) and regulation processes, is traditionally based on deterministic models. Since the conventional generation needs time to be committed and dispatched to a desired megawatt level, the scheduling and load following processes use load and wind and solar power production forecasts to achieve future balance between the conventional generation and energy storage on the one side, and system load, intermittent resources (such as wind and solar generation), and scheduled interchange on the other side. Although in real life the forecasting procedures imply some uncertainty around the loadmore » and wind/solar forecasts (caused by forecast errors), only their mean values are actually used in the generation dispatch and commitment procedures. Since the actual load and intermittent generation can deviate from their forecasts, it becomes increasingly unclear (especially, with the increasing penetration of renewable resources) whether the system would be actually able to meet the conventional generation requirements within the look-ahead horizon, what the additional balancing efforts would be needed as we get closer to the real time, and what additional costs would be incurred by those needs. To improve the system control performance characteristics, maintain system reliability, and minimize expenses related to the system balancing functions, it becomes necessary to incorporate the predicted uncertainty ranges into the scheduling, load following, and, in some extent, into the regulation processes. It is also important to address the uncertainty problem comprehensively by including all sources of uncertainty (load, intermittent generation, generators’ forced outages, etc.) into consideration. All aspects of uncertainty such as the imbalance size (which is the same as capacity needed to mitigate the imbalance) and generation ramping requirement must be taken into account. The

  10. [Mapping Critical Loads of Heavy Metals for Soil Based on Different Environmental Effects].

    PubMed

    Shi, Ya-xing; Wu, Shao-hua; Zhou, Sheng-lu; Wang, Chun-hui; Chen, Hao

    2015-12-01

    China's rapid development of industrialization and urbanization causes the growing problem of heavy metal pollution of soil, threatening environment and human health. Therefore, prevention and management of heavy metal pollution become particularly important. Critical loads of heavy metals are an important management tool that can be utilized to prevent the occurrence of heavy metal pollution. Our study was based on three cases: status balance, water environmental effects and health risks. We used the steady-state mass balance equation to calculate the critical loads of Cd, Cu, Pb, Zn at different effect levels and analyze the values and spatial variation of critical loads. In addition, we used the annual input fluxes of heavy metals of the agro-ecosystem in the Yangtze River delta and China to estimate the proportion of area with exceedance of critical loads. The results demonstrated that the critical load value of Cd was the minimum, and the values of Cu and Zn were lager. There were spatial differences among the critical loads of four elements in the study area, lower critical loads areas mainly occurred in woodland and high value areas distributed in the east and southwest of the study area, while median values and the medium high areas mainly occurred in farmland. Comparing the input fluxes of heavy metals, we found that Pb and Zn in more than 90% of the area exceeded the critical loads under different environmental effects in the study area. The critical load exceedance of Cd mainly occurred under the status balance and the water environmental effect, while Cu under the status balance and water environmental effect with a higher proportion of exceeded areas. Critical loads of heavy metals at different effect levels in this study could serve as a reference from effective control of the emissions of heavy metals and to prevent the occurrence of heavy metal pollution.

  11. Engineering redox balance through cofactor systems.

    PubMed

    Chen, Xiulai; Li, Shubo; Liu, Liming

    2014-06-01

    Redox balance plays an important role in the production of enzymes, pharmaceuticals, and chemicals. To meet the demands of industrial production, it is desirable that microbes maintain a maximal carbon flux towards target metabolites with no fluctuations in redox. This requires functional cofactor systems that support dynamic homeostasis between different redox states or functional stability in a given redox state. Redox balance can be achieved by improving the self-balance of a cofactor system, regulating the substrate balance of a cofactor system, and engineering the synthetic balance of a cofactor system. This review summarizes how cofactor systems can be manipulated to improve redox balance in microbes. Copyright © 2014 Elsevier Ltd. All rights reserved.

  12. On the balancing of structural and acoustic performance of a sandwich panel based on topology, property, and size optimization

    NASA Astrophysics Data System (ADS)

    Cameron, Christopher J.; Lind Nordgren, Eleonora; Wennhage, Per; Göransson, Peter

    2014-06-01

    Balancing structural and acoustic performance of a multi-layered sandwich panel is a formidable undertaking. Frequently the gains achieved in terms of reduced weight, still meeting the structural design requirements, are lost by the changes necessary to regain acceptable acoustic performance. To alleviate this, a design method for a multifunctional load bearing vehicle body panel is proposed which attempts to achieve a balance between structural and acoustic performance. The approach is based on numerical modelling of the structural and acoustic behaviour in a combined topology, size, and property optimization in order to achieve a three dimensional optimal distribution of structural and acoustic foam materials within the bounding surfaces of a sandwich panel. In particular the effects of the coupling between one of the bounding surface face sheets and acoustic foam are examined for its impact on both the structural and acoustic overall performance of the panel. The results suggest a potential in introducing an air gap between the acoustic foam parts and one of the face sheets, provided that the structural design constraints are met without prejudicing the layout of the different foam types.

  13. Effects of Deployment on Musculoskeletal and Physiological Characteristics and Balance.

    PubMed

    Nagai, Takashi; Abt, John P; Sell, Timothy C; Keenan, Karen A; McGrail, Mark A; Smalley, Brian W; Lephart, Scott M

    2016-09-01

    Despite many nonbattle injuries reported during deployment, few studies have been conducted to evaluate the effects of deployment on musculoskeletal and physiological characteristics and balance. A total of 35 active duty U.S. Army Soldiers participated in laboratory testing before and after deployment to Afghanistan. The following measures were obtained for each Soldier: shoulder, trunk, hip, knee, and ankle strength and range of motion (ROM), balance, body composition, aerobic capacity, and anaerobic power/capacity. Additionally, Soldiers were asked about their physical activity and load carriage. Paired t tests or Wilcoxon tests with an α = 0.05 set a priori were used for statistical analyses. Shoulder external rotation ROM, torso rotation ROM, ankle dorsiflexion ROM, torso rotation strength, and anaerobic power significantly increased following deployment (p < 0.05). Shoulder extension ROM, shoulder external rotation strength, and eyes-closed balance (p < 0.05) were significantly worse following deployment. The majority of Soldiers (85%) engaged in physical activity. In addition, 58% of Soldiers reported regularly carrying a load (22 kg average). The deployment-related changes in musculoskeletal and physiological characteristics and balance as well as physical activity and load carriage during deployment may assist with proper preparation with the intent to optimize tactical readiness and mitigate injury risk. Reprint & Copyright © 2016 Association of Military Surgeons of the U.S.

  14. Reframing our pursuit of life balance.

    PubMed

    Fuentes, David G; Ogden, Rachel R; Ryan-Haddad, Ann; Strang, Aimee F

    2015-04-25

    During our time in the 2013 Academic Leadership Fellows Program, we explored what it takes to achieve life balance through a framework presented in a Harvard Business Review article. In this Statement, we describe 5 different areas from the article that provide infrastructure for reflecting on how we have learned to approach life balance in academia. We also provide brief messages based on this reading and others to help academics' pursuit of life balance.

  15. Micropollutant loads in the urban water cycle.

    PubMed

    Musolff, Andreas; Leschik, Sebastian; Reinstorf, Frido; Strauch, Gerhard; Schirmer, Mario

    2010-07-01

    The assessment of micropollutants in the urban aquatic environment is a challenging task since both the water balance and the contaminant concentrations are characterized by a pronounced variability in time and space. In this study the water balance of a central European urban drainage catchment is quantified for a period of one year. On the basis of a concentration monitoring of several micropollutants, a contaminant mass balance for the study area's wastewater, surface water, and groundwater is derived. The release of micropollutants from the catchment was mainly driven by the discharge of the wastewater treatment plant. However, combined sewer overflows (CSO) released significant loads of caffeine, bisphenol A, and technical 4-nonylphenol. Since an estimated fraction of 9.9-13.0% of the wastewater's dry weather flow was lost as sewer leakages to the groundwater, considerable loads of bisphenol A and technical 4-nonylphenol were also released by the groundwater pathway. The different temporal dynamics of release loads by CSO as an intermittent source and groundwater as well as treated wastewater as continuous pathways may induce acute as well as chronic effects on the receiving aquatic ecosystem. This study points out the importance of the pollution pathway CSO and groundwater for the contamination assessments of urban water resources.

  16. Potential benefits of farm scale measures versus landscape measures for reducing nitrate loads in a Danish catchment.

    PubMed

    Hashemi, Fatemeh; Olesen, Jørgen E; Børgesen, Christen D; Tornbjerg, Henrik; Thodsen, Hans; Dalgaard, Tommy

    2018-05-08

    To comply with the EU Water Framework Directive, Denmark must further reduce the nitrate (N)-load to marine ecosystems from agricultural areas. Under the anticipated future spatially targeted regulation, the required N-load reductions will differ between catchments, and these are expected to be mitigated by a combination of land and water management measures. Here, we explored how the expected N-load reduction target of 38% for a Danish catchment (River Odense) could be achieved through a combination of farm and landscape measures. These include: (a) N-leaching reduction through changing the crop rotation and applying cover crops, (b) enhancing N-reduction through (re)establishment of wetlands, and (c) reducing N-leaching through spatially targeting of set-aside to high N-load areas. Changes in crop rotations were effective in reducing N-leaching by growing crops with a longer growing season and by allowing a higher use of cover crops. A combination of wetlands and changes in crop rotations were needed for reaching the N-load reduction target without use of set-aside. However, not all combinations of wetlands and crop rotation changes achieved the required N-load reduction, resulting in a need for targeted set-aside, implying a need for balancing measures at farm and landscape scale to maximize N load reduction while minimizing loss of productive land. The effectiveness of farm scale measures is affected by farm and soil types as well as by N-reduction in groundwater, while the possibilities for using wetlands for decreasing the N-load depends on landscape features, allowing the establishment of wetlands connected to streams and rivers. Copyright © 2018 Elsevier B.V. All rights reserved.

  17. NASA LaRC Strain Gage Balance Design Concepts

    NASA Technical Reports Server (NTRS)

    Rhew, Ray D.

    1999-01-01

    The NASA Langley Research Center (LaRC) has been designing strain-gage balances for more than fifty years. These balances have been utilized in Langley's wind tunnels, which span over a wide variety of aerodynamic test regimes, as well as other ground based test facilities and in space flight applications. As a result, the designs encompass a large array of sizes, loads, and environmental effects. Currently Langley has more than 300 balances available for its researchers. This paper will focus on the design concepts for internal sting mounted strain-gage balances. However, these techniques can be applied to all force measurement design applications. Strain-gage balance concepts that have been developed over the years including material selection, sting, model interfaces, measuring, sections, fabrication, strain-gaging and calibration will be discussed.

  18. Magnetic suspension and balance systems (MSBSs)

    NASA Technical Reports Server (NTRS)

    Britcher, Colin P.; Kilgore, Robert A.

    1987-01-01

    The problems of wind tunnel testing are outlined, with attention given to the problems caused by mechanical support systems, such as support interference, dynamic-testing restrictions, and low productivity. The basic principles of magnetic suspension are highlighted, along with the history of magnetic suspension and balance systems. Roll control, size limitations, high angle of attack, reliability, position sensing, and calibration are discussed among the problems and limitations of the existing magnetic suspension and balance systems. Examples of the existing systems are presented, and design studies for future systems are outlined. Problems specific to large-scale magnetic suspension and balance systems, such as high model loads, requirements for high-power electromagnets, high-capacity power supplies, highly sophisticated control systems and position sensors, and high costs are assessed.

  19. Calibration and Data Analysis of the MC-130 Air Balance

    NASA Technical Reports Server (NTRS)

    Booth, Dennis; Ulbrich, N.

    2012-01-01

    Design, calibration, calibration analysis, and intended use of the MC-130 air balance are discussed. The MC-130 balance is an 8.0 inch diameter force balance that has two separate internal air flow systems and one external bellows system. The manual calibration of the balance consisted of a total of 1854 data points with both unpressurized and pressurized air flowing through the balance. A subset of 1160 data points was chosen for the calibration data analysis. The regression analysis of the subset was performed using two fundamentally different analysis approaches. First, the data analysis was performed using a recently developed extension of the Iterative Method. This approach fits gage outputs as a function of both applied balance loads and bellows pressures while still allowing the application of the iteration scheme that is used with the Iterative Method. Then, for comparison, the axial force was also analyzed using the Non-Iterative Method. This alternate approach directly fits loads as a function of measured gage outputs and bellows pressures and does not require a load iteration. The regression models used by both the extended Iterative and Non-Iterative Method were constructed such that they met a set of widely accepted statistical quality requirements. These requirements lead to reliable regression models and prevent overfitting of data because they ensure that no hidden near-linear dependencies between regression model terms exist and that only statistically significant terms are included. Finally, a comparison of the axial force residuals was performed. Overall, axial force estimates obtained from both methods show excellent agreement as the differences of the standard deviation of the axial force residuals are on the order of 0.001 % of the axial force capacity.

  20. A General Self-Organized Tree-Based Energy-Balance Routing Protocol for Wireless Sensor Network

    NASA Astrophysics Data System (ADS)

    Han, Zhao; Wu, Jie; Zhang, Jie; Liu, Liefeng; Tian, Kaiyun

    2014-04-01

    Wireless sensor network (WSN) is a system composed of a large number of low-cost micro-sensors. This network is used to collect and send various kinds of messages to a base station (BS). WSN consists of low-cost nodes with limited battery power, and the battery replacement is not easy for WSN with thousands of physically embedded nodes, which means energy efficient routing protocol should be employed to offer a long-life work time. To achieve the aim, we need not only to minimize total energy consumption but also to balance WSN load. Researchers have proposed many protocols such as LEACH, HEED, PEGASIS, TBC and PEDAP. In this paper, we propose a General Self-Organized Tree-Based Energy-Balance routing protocol (GSTEB) which builds a routing tree using a process where, for each round, BS assigns a root node and broadcasts this selection to all sensor nodes. Subsequently, each node selects its parent by considering only itself and its neighbors' information, thus making GSTEB a dynamic protocol. Simulation results show that GSTEB has a better performance than other protocols in balancing energy consumption, thus prolonging the lifetime of WSN.

  1. Reframing Our Pursuit of Life Balance

    PubMed Central

    Ogden, Rachel R.; Ryan-Haddad, Ann; Strang, Aimee F.

    2015-01-01

    During our time in the 2013 Academic Leadership Fellows Program, we explored what it takes to achieve life balance through a framework presented in a Harvard Business Review article. In this Statement, we describe 5 different areas from the article that provide infrastructure for reflecting on how we have learned to approach life balance in academia. We also provide brief messages based on this reading and others to help academics’ pursuit of life balance. PMID:25995509

  2. A Dynamic Calibration Method for Experimental and Analytical Hub Load Comparison

    NASA Technical Reports Server (NTRS)

    Kreshock, Andrew R.; Thornburgh, Robert P.; Wilbur, Matthew L.

    2017-01-01

    This paper presents the results from an ongoing effort to produce improved correlation between analytical hub force and moment prediction and those measured during wind-tunnel testing on the Aeroelastic Rotor Experimental System (ARES), a conventional rotor testbed commonly used at the Langley Transonic Dynamics Tunnel (TDT). A frequency-dependent transformation between loads at the rotor hub and outputs of the testbed balance is produced from frequency response functions measured during vibration testing of the system. The resulting transformation is used as a dynamic calibration of the balance to transform hub loads predicted by comprehensive analysis into predicted balance outputs. In addition to detailing the transformation process, this paper also presents a set of wind-tunnel test cases, with comparisons between the measured balance outputs and transformed predictions from the comprehensive analysis code CAMRAD II. The modal response of the testbed is discussed and compared to a detailed finite-element model. Results reveal that the modal response of the testbed exhibits a number of characteristics that make accurate dynamic balance predictions challenging, even with the use of the balance transformation.

  3. The effect of backpack weight on the standing posture and balance of schoolgirls with adolescent idiopathic scoliosis and normal controls.

    PubMed

    Chow, Daniel H K; Kwok, Monica L Y; Cheng, Jack C Y; Lao, Miko L M; Holmes, Andrew D; Au-Yang, Alexander; Yao, Fiona Y D; Wong, M S

    2006-10-01

    Concerns have been raised regarding the effect of carrying a backpack on adolescent posture and balance, but the effect of backpack loading combined with other factors affecting balance, such as adolescent idiopathic scoliosis (AIS), has not been determined. This study examines the effects of backpack load on the posture and balance of schoolgirls with AIS and normal controls. The standing posture of 26 schoolgirls with mild AIS (mean age 13, Cobb angle 10-25 degrees ) and 20 age-matched normal schoolgirls were recorded without a backpack and while carrying a standard dual-strap backpack loaded at 7.5%, 10%, 12.5% and 15% of the subject's bodyweight (BW). Kinematics of the pelvis, trunk and head were recorded using a motion analysis system and centre of pressure (COP) data were recorded using a force platform. Reliable COP data could only be derived for 13 of the subjects with AIS. Increasing backpack load causes a significantly increased flexion of the trunk in relation to the pelvis and extension of the head in relation to the trunk, as well as increased antero-posterior range of COP motion. While backpack load appears to affect balance predominantly in the antero-posterior direction, differences between groups were more evident in the medio-lateral direction, with AIS subjects showing poor balance in this direction. Overall, carrying a backpack causes similar sagittal plane changes in posture and balance in both normal and AIS groups. Load size or subject group did not influence balance, but the additive effect of backpack carrying and AIS on postural control alters the risk of fall in this population. Therefore, load limit recommendations based on normal subjects should not be applicable to subjects with AIS.

  4. Photogrammetric Deflection Measurements for the Tiltrotor Test Rig (TTR) Multi-Component Rotor Balance Calibration

    NASA Technical Reports Server (NTRS)

    Solis, Eduardo; Meyn, Larry

    2016-01-01

    Calibrating the internal, multi-component balance mounted in the Tiltrotor Test Rig (TTR) required photogrammetric measurements to determine the location and orientation of forces applied to the balance. The TTR, with the balance and calibration hardware attached, was mounted in a custom calibration stand. Calibration loads were applied using eleven hydraulic actuators, operating in tension only, that were attached to the forward frame of the calibration stand and the TTR calibration hardware via linkages with in-line load cells. Before the linkages were installed, photogrammetry was used to determine the location of the linkage attachment points on the forward frame and on the TTR calibration hardware. Photogrammetric measurements were used to determine the displacement of the linkage attachment points on the TTR due to deflection of the hardware under applied loads. These measurements represent the first photogrammetric deflection measurements to be made to support 6-component rotor balance calibration. This paper describes the design of the TTR and the calibration hardware, and presents the development, set-up and use of the photogrammetry system, along with some selected measurement results.

  5. 14 CFR 25.509 - Towing loads.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The prescribed towing loads are as follows: Tow...

  6. 14 CFR 25.509 - Towing loads.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The prescribed towing loads are as follows: Tow...

  7. 14 CFR 25.509 - Towing loads.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The prescribed towing loads are as follows: Tow...

  8. The effect of adjusting model inputs to achieve mass balance on time-dynamic simulations in a food-web model of Lake Huron

    USGS Publications Warehouse

    Langseth, Brian J.; Jones, Michael L.; Riley, Stephen C.

    2014-01-01

    Ecopath with Ecosim (EwE) is a widely used modeling tool in fishery research and management. Ecopath requires a mass-balanced snapshot of a food web at a particular point in time, which Ecosim then uses to simulate changes in biomass over time. Initial inputs to Ecopath, including estimates for biomasses, production to biomass ratios, consumption to biomass ratios, and diets, rarely produce mass balance, and thus ad hoc changes to inputs are required to balance the model. There has been little previous research of whether ad hoc changes to achieve mass balance affect Ecosim simulations. We constructed an EwE model for the offshore community of Lake Huron, and balanced the model using four contrasting but realistic methods. The four balancing methods were based on two contrasting approaches; in the first approach, production of unbalanced groups was increased by increasing either biomass or the production to biomass ratio, while in the second approach, consumption of predators on unbalanced groups was decreased by decreasing either biomass or the consumption to biomass ratio. We compared six simulation scenarios based on three alternative assumptions about the extent to which mortality rates of prey can change in response to changes in predator biomass (i.e., vulnerabilities) under perturbations to either fishing mortality or environmental production. Changes in simulated biomass values over time were used in a principal components analysis to assess the comparative effect of balancing method, vulnerabilities, and perturbation types. Vulnerabilities explained the most variation in biomass, followed by the type of perturbation. Choice of balancing method explained little of the overall variation in biomass. Under scenarios where changes in predator biomass caused large changes in mortality rates of prey (i.e., high vulnerabilities), variation in biomass was greater than when changes in predator biomass caused only small changes in mortality rates of prey (i.e., low

  9. Fluid balance and chloride load in the first 24h of ICU admission and its relation with renal replacement therapies through a multicentre, retrospective, case-control study paired by APACHE-II.

    PubMed

    González-Castro, A; Ortiz-Lasa, M; Leizaola, O; Salgado, E; Irriguible, T; Sánchez-Satorra, M; Lomas-Fernández, C; Barral-Segade, P; Cordero-Vallejo, M; Rodrigo-Calabia, E; Dierssen-Sotos, T

    2017-05-01

    To analyse the association between water balance during the first 24h of admission to ICU and the variables related to chloride levels (chloride loading, type of fluid administered, hyperchloraemia), with the development of acute kidney injury renal replacement therapy (AKI-RRT) during patients' admission to ICU. Multicentre case-control study. Hospital-based, national, carried out in 6 ICUs. Cases were patients older than 18 years who developed an AKI-RRT. Controls were patients older than 18 years admitted to the same institutions during the study period, who did not develop AKI-RRT during ICU admission. Pairing was done by APACHE-II. An analysis of unconditional logistic regression adjusted for age, sex, APACHE-II and water balance (in evaluating the type of fluid). We analysed the variables of 430 patients: 215 cases and 215 controls. An increase of 10% of the possibility of developing AKI-RRT per 500ml of positive water balance was evident (OR: 1.09 [95% CI: 1.05 to 1.14]; P<.001). The study of mean values of chloride load administered did not show differences between the group of cases and controls (299.35±254.91 vs. 301.67±234.63; P=.92). The water balance in the first 24h of ICU admission relates to the development of IRA-TRR, regardless of chloraemia. Copyright © 2017 Sociedad Española de Anestesiología, Reanimación y Terapéutica del Dolor. Publicado por Elsevier España, S.L.U. All rights reserved.

  10. Analytical study of pressure balancing in gas film seals

    NASA Technical Reports Server (NTRS)

    Zuk, J.

    1973-01-01

    The load factor is investigated for subsonic and choked flow conditions, laminar and turbulent flows, and various seal entrance conditions. Both parallel sealing surfaces and surfaces with small linear deformation were investigated. The load factor for subsonic flow depends strongly on pressure ratio; under choked flow conditions, however the load factor is found to depend more strongly on film thickness and flow entrance conditions rather than pressure ratio. The importance of generating hydrodynamic forces to keep the seal balanced under severe and multipoint operation is also discussed.

  11. A calibration rig for multi-component internal strain gauge balance using the new design-of-experiment (DOE) approach

    NASA Astrophysics Data System (ADS)

    Nouri, N. M.; Mostafapour, K.; Kamran, M.

    2018-02-01

    In a closed water-tunnel circuit, the multi-component strain gauge force and moment sensor (also known as balance) are generally used to measure hydrodynamic forces and moments acting on scaled models. These balances are periodically calibrated by static loading. Their performance and accuracy depend significantly on the rig and the method of calibration. In this research, a new calibration rig was designed and constructed to calibrate multi-component internal strain gauge balances. The calibration rig has six degrees of freedom and six different component-loading structures that can be applied separately and synchronously. The system was designed based on the applicability of formal experimental design techniques, using gravity for balance loading and balance positioning and alignment relative to gravity. To evaluate the calibration rig, a six-component internal balance developed by Iran University of Science and Technology was calibrated using response surface methodology. According to the results, calibration rig met all design criteria. This rig provides the means by which various methods of formal experimental design techniques can be implemented. The simplicity of the rig saves time and money in the design of experiments and in balance calibration while simultaneously increasing the accuracy of these activities.

  12. Load balancing and closed chain multiple arm control

    NASA Technical Reports Server (NTRS)

    Kreutz, Kenneth; Lokshin, Anatole

    1988-01-01

    The authors give the general dynamical equations for several rigid link manipulators rigidly grasping a commonly held rigid object. It is shown that the number of arm-configuration degrees of freedom lost due to imposing the closed-loop kinematic constraints is the same as the number of degrees of freedom gained for controlling the internal forces of the closed-chain system. This number is equal to the dimension of the kernel of the Jacobian operator which transforms contact forces to the net forces acting on the held object, and it is shown that this kernel can be identified with the subspace of controllable internal forces of the closed-chain system. Control of these forces makes it possible to regulate the grasping forces imparted to the held object or to control the load taken by each arm. It is shown that the internal forces can be influenced without affecting the control of the configuration degrees of freedom. Control laws of the feedback linearization type are shown to be useful for controlling the location and attitude of a frame fixed with respect to the held object, while simultaneously controlling the internal forces of the closed-chain system. Force feedback can be used to linearize and control the system even when the held object has unknown mass properties. If saturation effects are ignored, an unconstrained quadratic optimization can be performed to distribute the load optimally among the joint actuators.

  13. Power balance on a multibeam laser

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

    Sampat, Sid; Kelly, John H.; Kosc, Tanya Z.

    Inertial confinement fusion (ICF) cryogenic experiments on the 60-beam OMEGA laser have strict requirements for the laser energy delivered on target to be power balanced in order to maximize target-irradiation uniformity. For OMEGA, this quantity (power balance) is inferred from measurements of the time-integrated energy and time-resolved, spatially integrated temporal profile of each of the 60 beams at the output of the laser. The work presented here proposes a general definition of power balance as measured at the laser output and discusses the conditions that are fundamental to achieving laser power balance. Power balance necessitates equal gain across all stagesmore » of amplification, equal net losses across each amplifier stage, equal frequency conversion (from 1053 nm to 351 nm) of all 60 beams, and equal beam path lengths (beam timing). Typical OMEGA ICF laser pulse shapes consist of one or more short (100-ps) “pickets” followed by a shaped “drive” pulse of 1 to 2 ns. For these experiments, power balance is assessed for the pickets and the drive independently, with the ultimate goal of achieving root-mean-square (rms) imbalance across all 60 beams of less than 2% rms on both. Our work presents a comprehensive summary of laser shot campaigns conducted to significantly improve laser power balance from typical rms values of 4.7% and 5.2%, respectively, to the 3% level for both features along with a discussion of future work required to further reduce the rms power imbalance of the laser system.« less

  14. Power balance on a multibeam laser

    NASA Astrophysics Data System (ADS)

    Sampat, S.; Kelly, J. H.; Kosc, T. Z.; Rigatti, A. L.; Kwiatkowski, J.; Donaldson, W. R.; Romanofsky, M. H.; Waxer, L. J.; Dean, R.; Moshier, R.

    2018-02-01

    Inertial confinement fusion (ICF) cryogenic experiments on the 60-beam OMEGA laser have strict requirements for the laser energy delivered on target to be power balanced in order to maximize target-irradiation uniformity. For OMEGA, this quantity (power balance) is inferred from measurements of the time-integrated energy and time-resolved, spatially integrated temporal profile of each of the 60 beams at the output of the laser. The work presented here proposes a general definition of power balance as measured at the laser output and discusses the conditions that are fundamental to achieving laser power balance. Power balance necessitates equal gain across all stages of amplification, equal net losses across each amplifier stage, equal frequency conversion (from 1053 nm to 351 nm) of all 60 beams, and equal beam path lengths (beam timing). Typical OMEGA ICF laser pulse shapes consist of one or more short (100-ps) "pickets" followed by a shaped "drive" pulse of 1 to 2 ns. For these experiments, power balance is assessed for the pickets and the drive independently, with the ultimate goal of achieving root-mean-square (rms) imbalance across all 60 beams of less than 2% rms on both. This work presents a comprehensive summary of laser shot campaigns conducted to significantly improve laser power balance from typical rms values of 4.7% and 5.2%, respectively, to the 3% level for both features along with a discussion of future work required to further reduce the rms power imbalance of the laser system.

  15. Power balance on a multibeam laser

    DOE PAGES

    Sampat, Sid; Kelly, John H.; Kosc, Tanya Z.; ...

    2018-02-15

    Inertial confinement fusion (ICF) cryogenic experiments on the 60-beam OMEGA laser have strict requirements for the laser energy delivered on target to be power balanced in order to maximize target-irradiation uniformity. For OMEGA, this quantity (power balance) is inferred from measurements of the time-integrated energy and time-resolved, spatially integrated temporal profile of each of the 60 beams at the output of the laser. The work presented here proposes a general definition of power balance as measured at the laser output and discusses the conditions that are fundamental to achieving laser power balance. Power balance necessitates equal gain across all stagesmore » of amplification, equal net losses across each amplifier stage, equal frequency conversion (from 1053 nm to 351 nm) of all 60 beams, and equal beam path lengths (beam timing). Typical OMEGA ICF laser pulse shapes consist of one or more short (100-ps) “pickets” followed by a shaped “drive” pulse of 1 to 2 ns. For these experiments, power balance is assessed for the pickets and the drive independently, with the ultimate goal of achieving root-mean-square (rms) imbalance across all 60 beams of less than 2% rms on both. Our work presents a comprehensive summary of laser shot campaigns conducted to significantly improve laser power balance from typical rms values of 4.7% and 5.2%, respectively, to the 3% level for both features along with a discussion of future work required to further reduce the rms power imbalance of the laser system.« less

  16. Synaptic E-I Balance Underlies Efficient Neural Coding.

    PubMed

    Zhou, Shanglin; Yu, Yuguo

    2018-01-01

    Both theoretical and experimental evidence indicate that synaptic excitation and inhibition in the cerebral cortex are well-balanced during the resting state and sensory processing. Here, we briefly summarize the evidence for how neural circuits are adjusted to achieve this balance. Then, we discuss how such excitatory and inhibitory balance shapes stimulus representation and information propagation, two basic functions of neural coding. We also point out the benefit of adopting such a balance during neural coding. We conclude that excitatory and inhibitory balance may be a fundamental mechanism underlying efficient coding.

  17. Synaptic E-I Balance Underlies Efficient Neural Coding

    PubMed Central

    Zhou, Shanglin; Yu, Yuguo

    2018-01-01

    Both theoretical and experimental evidence indicate that synaptic excitation and inhibition in the cerebral cortex are well-balanced during the resting state and sensory processing. Here, we briefly summarize the evidence for how neural circuits are adjusted to achieve this balance. Then, we discuss how such excitatory and inhibitory balance shapes stimulus representation and information propagation, two basic functions of neural coding. We also point out the benefit of adopting such a balance during neural coding. We conclude that excitatory and inhibitory balance may be a fundamental mechanism underlying efficient coding. PMID:29456491

  18. Achieving pH control in microalgal cultures through fed-batch addition of stoichiometrically-balanced growth media

    PubMed Central

    2013-01-01

    Background Lack of accounting for proton uptake and secretion has confounded interpretation of the stoichiometry of photosynthetic growth of algae. This is also problematic for achieving growth of microalgae to high cell concentrations which is necessary to improve productivity and the economic feasibility of commercial-scale chemical production systems. Since microalgae are capable of consuming both nitrate and ammonium, this represents an opportunity to balance culture pH based on a nitrogen feeding strategy that does not utilize gas-phase CO2 buffering. Stoichiometry suggests that approximately 36 weight%N-NH4+ (balance nitrogen as NO3-) would minimize the proton imbalance and permit high-density photoautotrophic growth as it does in higher plant tissue culture. However, algal media almost exclusively utilize nitrate, and ammonium is often viewed as ‘toxic’ to algae. Results The microalgae Chlorella vulgaris and Chlamydomonas reinhardtii exclusively utilize ammonium when both ammonium and nitrate are provided during growth on excess CO2. The resulting proton imbalance from preferential ammonium utilization causes the pH to drop too low to sustain further growth when ammonium was only 9% of the total nitrogen (0.027 gN-NH4+/L). However, providing smaller amounts of ammonium sequentially in the presence of nitrate maintained the pH of a Chlorella vulgaris culture for improved growth on 0.3 gN/L to 5 gDW/L under 5% CO2 gas-phase supplementation. Bioreactor pH dynamics are shown to be predictable based on simple nitrogen assimilation as long as there is sufficient CO2 availability. Conclusions This work provides both a media formulation and a feeding strategy with a focus on nitrogen metabolism and regulation to support high-density algal culture without buffering. The instability in culture pH that is observed in microalgal cultures in the absence of buffers can be overcome through alternating utilization of ammonium and nitrate. Despite the highly regulated

  19. Effects of a dynamic balance training protocol on podalic support in older women. Pilot Study.

    PubMed

    Battaglia, Giuseppe; Bellafiore, Marianna; Bianco, Antonino; Paoli, Antonio; Palma, Antonio

    2010-01-01

    The foot provides the only direct contact with supporting surfaces and therefore plays an important role in all postural tasks. Changes in the musculoskeletal and neurological characteristics of the foot with advancing age can alter plantar loading patterns and postural balance. Several studies have reported that exercise training improves postural performance in elderly individuals. The aim of our study was to investigate the effectiveness of a dynamic balance training protocol performed for 5 weeks on the support surface, percentage distribution of load in both feet, and body balance performance in healthy elderly women. Ten subjects (68.67±5.50 yrs old; 28.17±3.35 BMI) were evaluated with a monopodalic performance test and baropodometric analyses before and after the training period. We found a significant improvement in balance unipedal performance times on left and right foot by 20.18% and 26.23% respectively (p<0.05). The support surface of the right foot significantly increased in response to the training protocol and, in particular, in both forefoot and rearfoot regions (p<0.05). In addition, before the training period, load distribution on the left foot was greater than on the right one; equal load redistribution was measured on both feet in response to exercise (p>0.05). The increased support surface and equal redistribution of body weight on both feet obtained in response to our training protocol may be postural adaptations sufficient to improve static balance in elderly women.

  20. Security-Oriented and Load-Balancing Wireless Data Routing Game in the Integration of Advanced Metering Infrastructure Network in Smart Grid

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

    He, Fulin; Cao, Yang; Zhang, Jun Jason

    Ensuring flexible and reliable data routing is indispensable for the integration of Advanced Metering Infrastructure (AMI) networks, we propose a secure-oriented and load-balancing wireless data routing scheme. A novel utility function is designed based on security routing scheme. Then, we model the interactive security-oriented routing strategy among meter data concentrators or smart grid meters as a mixed-strategy network formation game. Finally, such problem results in a stable probabilistic routing scheme with proposed distributed learning algorithm. One contributions is that we studied that different types of applications affect the routing selection strategy and the strategy tendency. Another contributions is that themore » chosen strategy of our mixed routing can adaptively to converge to a new mixed strategy Nash equilibrium (MSNE) during the learning process in the smart grid.« less

  1. Load balancing strategy and its lookup-table enhancement in deterministic space delay/disruption tolerant networks

    NASA Astrophysics Data System (ADS)

    Huang, Jinhui; Liu, Wenxiang; Su, Yingxue; Wang, Feixue

    2018-02-01

    Space networks, in which connectivity is deterministic and intermittent, can be modeled by delay/disruption tolerant networks. In space delay/disruption tolerant networks, a packet is usually transmitted from the source node to the destination node indirectly via a series of relay nodes. If anyone of the nodes in the path becomes congested, the packet will be dropped due to buffer overflow. One of the main reasons behind congestion is the unbalanced network traffic distribution. We propose a load balancing strategy which takes the congestion status of both the local node and relay nodes into account. The congestion status, together with the end-to-end delay, is used in the routing selection. A lookup-table enhancement is also proposed. The off-line computation and the on-line adjustment are combined together to make a more precise estimate of the end-to-end delay while at the same time reducing the onboard computation. Simulation results show that the proposed strategy helps to distribute network traffic more evenly and therefore reduces the packet drop ratio. In addition, the average delay is also decreased in most cases. The lookup-table enhancement provides a compromise between the need for better communication performance and the desire for less onboard computation.

  2. Claims-based studies of oral glucose-lowering medications can achieve balance in critical clinical variables only observed in electronic health records.

    PubMed

    Patorno, Elisabetta; Gopalakrishnan, Chandrasekar; Franklin, Jessica M; Brodovicz, Kimberly G; Masso-Gonzalez, Elvira; Bartels, Dorothee B; Liu, Jun; Schneeweiss, Sebastian

    2018-04-01

    To evaluate the extent to which balance in unmeasured characteristics of patients with type 2 diabetes (T2DM) was achieved in claims data, by comparing against more detailed information from linked electronic health records (EHR) data. Within a large US commercial insurance database and using a cohort design, we identified patients with T2DM initiating linagliptin or a comparator agent within class (ie, another dipeptidyl peptidase-4 inhibitor) or outside class (ie, pioglitazone or a sulphonylurea) between May 2011 and December 2012. We focused on comparators used at a similar stage of diabetes to linagliptin. For each comparison, 1:1 propensity score (PS) matching was used to balance >100 baseline claims-based characteristics, including proxies of diabetes severity and duration. Additional clinical data from EHR were available for a subset of patients. We assessed representativeness of the claims-EHR-linked subset, evaluated the balance of claims- and EHR-based covariates before and after PS-matching via standardized differences (SDs), and quantified the potential bias associated with observed imbalances. From a claims-based study population of 166 613 patients with T2DM, 7219 (4.3%) patients were linked to their EHR data. Claims-based characteristics in the EHR-linked and EHR-unlinked patients were similar (SD < 0.1), confirming the representativeness of the EHR-linked subset. The balance of claims-based and EHR-based patient characteristics appeared to be reasonable before PS-matching and generally improved in the PS-matched population, to be SD < 0.1 for most patient characteristics and SD < 0.2 for select laboratory results and body mass index categories, which was not large enough to cause meaningful confounding. In the context of pharmacoepidemiological research on diabetes therapy, choosing appropriate comparison groups paired with a new-user design and 1:1 PS matching on many proxies of diabetes severity and duration improves balance in

  3. Field balancing in the real world

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

    Bracher, B.

    Field balancing can achieve significant results when other problems are present in the frequency spectrum and multiple vibrations are evident in the waveform. Many references suggest eliminating other problems before attempting to balance. That`s great - if you can do it. There are valid reasons for this approach, and it would be much easier to balance machinery when other problems have been corrected. It is the theoretical ideal in field balancing. However, in the real world of machinery maintained for years by reacting to immediate problems, the classic vibration signature for unbalance is rarely seen. Maintenance personnel make most ofmore » their decisions with limited information. The decision to balance or not to balance is usually made the same way. This paper will demonstrate significant results of field balancing in the presence of multiple problems. By examining the data available and analyzing the probabilities, a reasonable chance for success can be assured.« less

  4. Achieving Balance: Secondary Physical Education Gender-Grouping Options

    ERIC Educational Resources Information Center

    Gabbei, Ritchie

    2004-01-01

    This article provides options and a rationale for expanding gender-grouping considerations to include single-gender, coed, and combination strategies for instruction in secondary physical education classes. This rationale is based on empirical evidence that suggests that female students are denied equal opportunity to achieve learning goals during…

  5. Distributed Load Shedding over Directed Communication Networks with Time Delays

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

    Yang, Tao; Wu, Di

    When generation is insufficient to support all loads under emergencies, effective and efficient load shedding needs to be deployed in order to maintain the supply-demand balance. This paper presents a distributed load shedding algorithm, which makes efficient decision based on the discovered global information. In the global information discovery process, each load only communicates with its neighboring load via directed communication links possibly with arbitrarily large but bounded time varying communication delays. We propose a novel distributed information discovery algorithm based on ratio consensus. Simulation results are used to validate the proposed method.

  6. The balanced scorecard: an integrative approach to performance evaluation.

    PubMed

    Oliveira, J

    2001-05-01

    In addition to strict financial outcomes, healthcare financial managers should assess intangible assets that affect the organization's bottom line, such as clinical processes, staff skills, and patient satisfaction and loyalty. The balanced scorecard, coupled with data-warehousing capabilities, offers a way to measure an organization's performance against its strategic objectives while focusing on building capabilities to achieve these objectives. The balanced scorecard examines performance related to finance, human resources, internal processes, and customers. Because the balanced scorecard requires substantial amounts of data, it is a necessity to establish an organizational data warehouse of clinical, operational, and financial data that can be used in decision support. Because it presents indicators that managers and staff can influence directly by their actions, the balanced-scorecard approach to performance measurement encourages behavioral changes aimed at achieving corporate strategies.

  7. Automatic Ability Attribution after Failure: A Dual Process View of Achievement Attribution

    PubMed Central

    Sakaki, Michiko; Murayama, Kou

    2013-01-01

    Causal attribution has been one of the most influential frameworks in the literature of achievement motivation, but previous studies considered achievement attribution as relatively deliberate and effortful processes. In the current study, we tested the hypothesis that people automatically attribute their achievement failure to their ability, but reduce the ability attribution in a controlled manner. To address this hypothesis, we measured participants’ causal attribution belief for their task failure either under the cognitive load (load condition) or with full attention (no-load condition). Across two studies, participants attributed task performance to their ability more in the load than in the no-load condition. The increased ability attribution under cognitive load further affected intrinsic motivation. These results indicate that cognitive resources available after feedback play crucial roles in determining causal attribution belief, as well as achievement motivations. PMID:23667576

  8. Automatic ability attribution after failure: a dual process view of achievement attribution.

    PubMed

    Sakaki, Michiko; Murayama, Kou

    2013-01-01

    Causal attribution has been one of the most influential frameworks in the literature of achievement motivation, but previous studies considered achievement attribution as relatively deliberate and effortful processes. In the current study, we tested the hypothesis that people automatically attribute their achievement failure to their ability, but reduce the ability attribution in a controlled manner. To address this hypothesis, we measured participants' causal attribution belief for their task failure either under the cognitive load (load condition) or with full attention (no-load condition). Across two studies, participants attributed task performance to their ability more in the load than in the no-load condition. The increased ability attribution under cognitive load further affected intrinsic motivation. These results indicate that cognitive resources available after feedback play crucial roles in determining causal attribution belief, as well as achievement motivations.

  9. Effects of Cementing on Ligament Balance During Total Knee Arthroplasty.

    PubMed

    Chow, Jimmy; Wang, Kevin; Elson, Leah; Anderson, Christopher; Roche, Martin

    2017-05-01

    Complications related to joint imbalance may contribute to some of the most predominant modes of failure in total knee arthroplasty (TKA). These complications include instability, aseptic loosening, asymmetric component wear, and idiopathic pain. Fixation may represent a step that introduces unchecked variability into the procedure and may contribute to the incidence of joint imbalance-related complications. The ability to quantify in vivo loading in the medial and lateral compartments would allow for the ability to confirm balance after fixation and prior to wound closure. This retrospective study sought to capture any variability and imbalance associated with cementing technique. A total of 93 patients underwent sensor-assisted TKA. All patients were confirmed to have quantifiably balanced joints prior to cementation. After cementing and final component placement, the sensor was reinserted into the joint to capture any cementation-induced changes in loading. Imbalance was observed in 44% of patients after cementation. There was no difference in the proportion of imbalance due to surgeon experience (P=.456), cement type (P=.429), or knee system (P=.792). A majority of knees exhibited loading increase in the medial compartment. It was concluded that cementation technique contributes to a significant amount of balance-related variability at the fixation stage of the procedure. The use of the sensor in this study allowed for the correction of all instances of imbalance prior to closure. More objective methods of balance verification may be important for ensuring optimal surgical outcomes. [Orthopedics. 2017; 40(3):e455-e459.]. Copyright 2017, SLACK Incorporated.

  10. A MASS BALANCE OF SURFACE WATER GENOTOXICITY IN PROVIDENCE RIVER (RHODE ISLAND USA)

    EPA Science Inventory

    White and Rasmussen (Mutation Res. 410:223-236) used a mass balance approach to demonstrate that over 85% of the total genotoxic loading to the St. Lawrence River at Montreal is non-industrial. To validate the mass balance approach and investigate the sources of genotoxins in sur...

  11. Role of distal reabsorption and peritubular environment in glomerulotubular balance.

    NASA Technical Reports Server (NTRS)

    Schrier, R. W.; Humphreys, M. H.

    1972-01-01

    Total kidney glomerulotubular balance was examined during aortic constriction and release in saline-loaded dogs and in dogs undergoing water diuresis. Aortic constriction lowered the glomerular filtration rate by 45% in both groups, and glomerulotubular balance, as judged by changes in absolute sodium reabsorption, was also comparable. During water diuresis, a linear relationship was observed between free water clearance and urine flow during all maneuvers, suggesting that distal sodium reabsorption is related primarily to distal delivery. The results suggest that if alterations in the peritubular environment are responsible for the changes in tubular sodium reabsorption during aortic constriction in the saline- or water-loaded dog, then a change in renal plasma flow, and presumably delivery rate of oncotic force, may be the most likely mediator.

  12. Balancing low cost with reliable operation in the rotordynamic design of the ALS Liquid Hydrogen Fuel Turbopump

    NASA Technical Reports Server (NTRS)

    Greenhill, L. M.

    1990-01-01

    The Air Force/NASA Advanced Launch System (ALS) Liquid Hydrogen Fuel Turbopump (FTP) has primary design goals of low cost and high reliability, with performance and weight having less importance. This approach is atypical compared with other rocket engine turbopump design efforts, such as on the Space Shuttle Main Engine (SSME), which emphasized high performance and low weight. Similar to the SSME turbopumps, the ALS FTP operates supercritically, which implies that stability and bearing loads strongly influence the design. In addition, the use of low cost/high reliability features in the ALS FTP such as hydrostatic bearings, relaxed seal clearances, and unshrouded turbine blades also have a negative influence on rotordynamics. This paper discusses the analysis conducted to achieve a balance between low cost and acceptable rotordynamic behavior, to ensure that the ALS FTP will operate reliably without subsynchronous instabilities or excessive bearing loads.

  13. Achieving the Balance between ROS and Antioxidants: When to Use the Synthetic Antioxidants

    PubMed Central

    Poljsak, Borut; Šuput, Dušan; Milisav, Irina

    2013-01-01

    Free radical damage is linked to formation of many degenerative diseases, including cancer, cardiovascular disease, cataracts, and aging. Excessive reactive oxygen species (ROS) formation can induce oxidative stress, leading to cell damage that can culminate in cell death. Therefore, cells have antioxidant networks to scavenge excessively produced ROS. The balance between the production and scavenging of ROS leads to homeostasis in general; however, the balance is somehow shifted towards the formation of free radicals, which results in accumulated cell damage in time. Antioxidants can attenuate the damaging effects of ROS in vitro and delay many events that contribute to cellular aging. The use of multivitamin/mineral supplements (MVMs) has grown rapidly over the past decades. Some recent studies demonstrated no effect of antioxidant therapy; sometimes the intake of antioxidants even increased mortality. Oxidative stress is damaging and beneficial for the organism, as some ROS are signaling molecules in cellular signaling pathways. Lowering the levels of oxidative stress by antioxidant supplements is not beneficial in such cases. The balance between ROS and antioxidants is optimal, as both extremes, oxidative and antioxidative stress, are damaging. Therefore, there is a need for accurate determination of individual's oxidative stress levels before prescribing the supplement antioxidants. PMID:23738047

  14. Active tower damping and pitch balancing - design, simulation and field test

    NASA Astrophysics Data System (ADS)

    Duckwitz, Daniel; Shan, Martin

    2014-12-01

    The tower is one of the major components in wind turbines with a contribution to the cost of energy of 8 to 12% [1]. In this overview the load situation of the tower will be described in terms of sources of loads, load components and fatigue contribution. Then two load reduction control schemes are described along with simulation and field test results. Pitch Balancing is described as a method to reduce aerodynamic asymmetry and the resulting fatigue loads. Active Tower Damping is reducing the tower oscillations by applying appropiate pitch angle changes. A field test was conducted on an Areva M5000 wind turbine.

  15. Modulation of working memory load distinguishes individuals with and without balance impairments following mild traumatic brain injury.

    PubMed

    Woytowicz, Elizabeth J; Sours, Chandler; Gullapalli, Rao P; Rosenberg, Joseph; Westlake, Kelly P

    2018-01-01

    Balance and gait deficits can persist after mild traumatic brain injury (TBI), yet an understanding of the underlying neural mechanism remains limited. The purpose of this study was to investigate differences in attention network modulation in patients with and without balance impairments 2-8 weeks following mild TBI. Using functional magnetic resonance imaging, we compared activity and functional connectivity of cognitive brain regions of the default mode, central-executive and salience networks during a 2-back working memory task in participants with mild TBI and balance impairments (n = 7, age 47 ± 15 years) or no balance impairments (n = 7, age 47 ± 15 years). We first identified greater activation in the lateral occipital cortex in the balance impaired group. Second, we observed stronger connectivity of left pre-supplementary motor cortex in the balance impaired group during the working memory task, which was related to decreased activation of regions within the salience and central executive networks and greater suppression of the default mode network. Results suggest a link between impaired balance and modulation of cognitive resources in patients in mTBI. Findings also highlight the potential importance of moving beyond traditional balance assessments towards an integrative assessment of cognition and balance in this population.

  16. Strategic performance in hospitals: the use of the balanced scorecard by nurse managers.

    PubMed

    Naranjo-Gil, David

    2009-01-01

    The competitive and dynamic health care sector has spurred hospitals into delivering greater flexibility and quality of services while cutting the hospital cost at the same time. However, hospitals differ in the extent to which they achieve these strategic goals. This article explores the use of a new management tool-the balanced scorecard-which facilitates managers to meet multiple strategic goals. It also analyzes how nurse managers use the balanced scorecard in an interactive or diagnostic way and its subsequent effect on strategic goal achievement (cost reduction and flexibility). It also examines how "balanced" is the balanced scorecard in terms of financial versus nonfinancial measures. Data were collected from a mail survey sent to 218 nurse managers in Spanish public hospitals. A satisfactory response rate was achieved, with 114 (52.29%) useful answered questionnaires. The results show that younger, more tenured, and clinically trained nurse managers would be more likely to use the balanced scorecard in an interactive way. Conversely, older, less tenured, and administratively trained managers would use it diagnostically. The results also indicate that the balanced scorecard facilitates the cost reduction and flexibility in hospitals only when it is used interactively. This article provides evidence that not only the technical design of the balanced scorecard matters, but also an appropriate use of the balanced scorecard is paramount for achievement of multiple strategic goals. An effective use of the balanced scorecard requires managers to actively stimulate dialogue and agreement among hospital's staff about desirable financial and nonfinancial performance measures in alignment with multiple strategic goals.

  17. Balance Devices Train Golfers for a Consistent Swing

    NASA Technical Reports Server (NTRS)

    2015-01-01

    As part of the effort to understand the effects of spaceflight on astronauts, NASA funded research that resulted in a commercial product to treat balance disorders. West Palm Beach, Florida-based Sports Therapy Inc. worked with the inventor to modify the technology, creating the Dynamic Balance System (DBS) for sports applications. DBS is now used by Professional Golfers' Association-owned facilities and golf academies to help players achieve an effective, balanced swing.

  18. Muscle activation timing and balance response in chronic lower back pain patients with associated radiculopathy.

    PubMed

    Frost, Lydia R; Brown, Stephen H M

    2016-02-01

    Patients with chronic low back pain and associated radiculopathy present with neuromuscular symptoms both in their lower back and down their leg; however, investigations of muscle activation have so far been isolated to the lower back. During balance perturbations, it is necessary that lower limb muscles activate with proper timing and sequencing along with the lower back musculature to efficiently regain balance control. Patients with chronic low back pain and radiculopathy and matched controls completed a series of balance perturbations (rapid bilateral arm raise, unanticipated and anticipated sudden loading, and rapid rise to toe). Muscle activation timing and sequencing as well as kinetic response to the perturbations were analyzed. Patients had significantly delayed lower limb muscle activation in rapid arm raise trials as compared to controls. In sudden loading trials, muscle activation timing was not delayed in patients; however, some differences in posterior chain muscle activation sequencing were present. Patients demonstrated less anterior-posterior movement in unanticipated sudden loading trials, and greater medial-lateral movement in rise to toe trials. Patients with low back pain and radiculopathy demonstrated some significant differences from control participants in terms of muscle activation timing, sequencing, and overall balance control. The presence of differences between patients and controls, specifically in the lower limb, indicates that radiculopathy may play a role in altering balance control in these patients. Copyright © 2015 Elsevier Ltd. All rights reserved.

  19. Impact of Cognitive Loading on Postural Control in Parkinson’s Disease With Freezing of Gait

    PubMed Central

    Buated, Wannipat; Lolekha, Praween; Hidaka, Shohei; Fujinami, Tsutomu

    2016-01-01

    Objective:To assess standing balance in Parkinson’s disease (PD) patients with and without freezing of gait (FOG) during cognitive loading. Method:A balance assessment with cognitive loading, reading (RE) and counting backward (CB), was performed by the Nintendo Wii Fit in 60 PD patients (Hoehn and Yahr stages 1-3) at Thammasat University Hospital, Thailand. The participants were grouped into FOG and non-FOG according to the Freezing of Gait–Questionnaire (FOG-Q) scores. The center of pressure (CoP) in terms of path length (PL), sway area (SA), root mean square (RMS), medio-lateral (ML), and antero-posterior (AP) were analyzed. Results:Significant increases of PL were observed in both groups of PD patients during cognitive loading (p < .001). Meanwhile, the increased differences of PL during cognitive loading in PD-FOG were larger than in PD-non-FOG. The ML displacement during counting backward was significantly increased in PD-FOG (p = .012). Conclusion:Cognitive loading influenced standing balance and postural sway of PD patients. The effects were more prominent in PD-FOG. These findings represent the interactions between cognitive function, postural control, and FOG in PD. PMID:28680941

  20. Iterative Strain-Gage Balance Calibration Data Analysis for Extended Independent Variable Sets

    NASA Technical Reports Server (NTRS)

    Ulbrich, Norbert Manfred

    2011-01-01

    A new method was developed that makes it possible to use an extended set of independent calibration variables for an iterative analysis of wind tunnel strain gage balance calibration data. The new method permits the application of the iterative analysis method whenever the total number of balance loads and other independent calibration variables is greater than the total number of measured strain gage outputs. Iteration equations used by the iterative analysis method have the limitation that the number of independent and dependent variables must match. The new method circumvents this limitation. It simply adds a missing dependent variable to the original data set by using an additional independent variable also as an additional dependent variable. Then, the desired solution of the regression analysis problem can be obtained that fits each gage output as a function of both the original and additional independent calibration variables. The final regression coefficients can be converted to data reduction matrix coefficients because the missing dependent variables were added to the data set without changing the regression analysis result for each gage output. Therefore, the new method still supports the application of the two load iteration equation choices that the iterative method traditionally uses for the prediction of balance loads during a wind tunnel test. An example is discussed in the paper that illustrates the application of the new method to a realistic simulation of temperature dependent calibration data set of a six component balance.

  1. Evaluation of total phosphorus mass balance in the lower Boise River and selected tributaries, southwestern Idaho

    USGS Publications Warehouse

    Etheridge, Alexandra B.

    2013-01-01

    phosphorus in the lower Boise River in October 2012 and March 2013. Model results indicate that point sources represent the largest contribution of phosphorus to the Boise River year round, but that reductions in point and nonpoint source phosphorus loads may be necessary to achieve seasonal total phosphorus concentration targets at Parma (RM 3.8) from May 1 through September 30, as set by the 2004 Snake River-Hells Canyon Total Maximum Daily Load document. The mass-balance models do not account for biological or depositional instream processes, but are useful indicators of locations where appreciable phosphorus uptake or release by aquatic plants may occur.

  2. Occupational balance in health professionals in Sweden.

    PubMed

    Wagman, Petra; Lindmark, Ulrika; Rolander, Bo; Wåhlin, Charlotte; Håkansson, Carita

    2017-01-01

    Health care employees are often women, a group that has high degrees of sick leave and perhaps problems attaining occupational balance. However, people think differently about their everyday activities and it is therefore important to take their perceptions into account but occupational balance has not yet been measured in health professionals. The aim was to describe occupational balance in three different samples of health professionals in Sweden. A further aim was to investigate whether occupational therapists (OTs) rate their occupational balance differently from other health professionals. Four hundred and eighty-two health professionals, employees in public dentistry, mental health care and OTs, aged 21-70 years participated. The participants' occupational balance was measured using the occupational balance questionnaire (OBQ). The ratings of occupational balance were similar to earlier studies and did not differ significantly between the samples. The OTs' occupational balance was also similar to that of the other health professionals. The similarities in occupational balance indicate the same difficulties in attaining it. The result highlights the possibility that working people face similar difficulties in achieving occupational balance. Further research is warranted about how to attain it.

  3. 14 CFR 23.509 - Towing loads.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... reaction must be applied at the axle of the wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The...

  4. 14 CFR 23.509 - Towing loads.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... reaction must be applied at the axle of the wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The...

  5. 14 CFR 23.509 - Towing loads.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... reaction must be applied at the axle of the wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The...

  6. 14 CFR 23.509 - Towing loads.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... reaction must be applied at the axle of the wheel to which the load is applied. Enough airplane inertia to achieve equilibrium must be applied. (ii) The loads must be reacted by airplane inertia. (d) The...

  7. A self-optimizing scheme for energy balanced routing in Wireless Sensor Networks using SensorAnt.

    PubMed

    Shamsan Saleh, Ahmed M; Ali, Borhanuddin Mohd; Rasid, Mohd Fadlee A; Ismail, Alyani

    2012-01-01

    Planning of energy-efficient protocols is critical for Wireless Sensor Networks (WSNs) because of the constraints on the sensor nodes' energy. The routing protocol should be able to provide uniform power dissipation during transmission to the sink node. In this paper, we present a self-optimization scheme for WSNs which is able to utilize and optimize the sensor nodes' resources, especially the batteries, to achieve balanced energy consumption across all sensor nodes. This method is based on the Ant Colony Optimization (ACO) metaheuristic which is adopted to enhance the paths with the best quality function. The assessment of this function depends on multi-criteria metrics such as the minimum residual battery power, hop count and average energy of both route and network. This method also distributes the traffic load of sensor nodes throughout the WSN leading to reduced energy usage, extended network life time and reduced packet loss. Simulation results show that our scheme performs much better than the Energy Efficient Ant-Based Routing (EEABR) in terms of energy consumption, balancing and efficiency.

  8. Primary TKA Patients with Quantifiably Balanced Soft-Tissue Achieve Significant Clinical Gains Sooner than Unbalanced Patients

    PubMed Central

    Gustke, Kenneth A.; Golladay, Gregory J.; Roche, Martin W.; Elson, Leah C.; Anderson, Christopher R.

    2014-01-01

    Although total knee arthroplasty has a high success rate, poor outcomes and early revision are associated with ligament imbalance. This multicenter evaluation was performed in order to provide 1-year followup of a previously reported group of patients who had sensor-assisted TKA, comparing the clinical outcomes of quantitatively balanced versus unbalanced patients. At 1 year, the balanced cohort scored 179.3 and 10.4 in KSS and WOMAC, respectively; the unbalanced cohort scored 156.1 and 17.9 in KSS and WOMAC (P < 0.001; P = 0.085). The average activity level scores of quantitatively balanced patients were 68.6 (corresponding to tennis, light jogging, and heavy yard work), while the average activity level of unbalanced patients was 46.7 (corresponding to light housework, and limited walking distances) (P = 0.015). Out of all confounding variables, a balanced articulation was the most significant contributing factor to improved postoperative outcomes (P < 0.001). PMID:25210632

  9. Load-sharing through elastic micro-motion accelerates bone formation and interbody fusion.

    PubMed

    Ledet, Eric H; Sanders, Glenn P; DiRisio, Darryl J; Glennon, Joseph C

    2018-02-13

    Achieving a successful spinal fusion requires the proper biological and biomechanical environment. Optimizing load-sharing in the interbody space can enhance bone formation. For anterior cervical discectomy and fusion (ACDF), loading and motion are largely dictated by the stiffness of the plate, which can facilitate a balance between stability and load-sharing. The advantages of load-sharing may be substantial for patients with comorbidities and in multilevel procedures where pseudarthrosis rates are significant. We aimed to evaluate the efficacy of a novel elastically deformable, continuously load-sharing anterior cervical spinal plate for promotion of bone formation and interbody fusion relative to a translationally dynamic plate. An in vivo animal model was used to evaluate the effects of an elastically deformable spinal plate on bone formation and spine fusion. Fourteen goats underwent an ACDF and received either a translationally dynamic or elastically deformable plate. Animals were followed up until 18 weeks and were evaluated by plain x-ray, computed tomography scan, and undecalcified histology to evaluate the rate and quality of bone formation and interbody fusion. Animals treated with the elastically deformable plate demonstrated statistically significantly superior early bone formation relative to the translationally dynamic plate. Trends in the data from 8 to 18 weeks postoperatively suggest that the elastically deformable implant enhanced bony bridging and fusion, but these enhancements were not statistically significant. Load-sharing through elastic micro-motion accelerates bone formation in the challenging goat ACDF model. The elastically deformable implant used in this study may promote early bony bridging and increased rates of fusion, but future studies will be necessary to comprehensively characterize the advantages of load-sharing through micro-motion. Copyright © 2018 The Authors. Published by Elsevier Inc. All rights reserved.

  10. Effect of density and weight of load on the energy cost of carrying loads by donkeys and ponies.

    PubMed

    Pearson, R A; Dijkman, J T; Krecek, R C; Wright, P

    1998-02-01

    Two experiments were designed to compare the energy used in carrying loads by donkeys and ponies. In the first experiment 3 donkeys and 3 ponies were compared on treadmills in the UK. Density of load (lead shot or straw) had no significant effect on the energy cost of carrying loads; however, the energy cost of carrying a load decreased significantly (p < 0.001) as the weight of the load increased (in donkeys 6.44, 4.35 and 3.03 J/kg load/m, in ponies 5.82, 3.75 and 3.68 J/kg load/m, for loads of 13, 20 and 27 kg/100 kg liveweight (M) respectively). Differences between species were not significant. In the second experiment energy expenditures were determined in 3 donkeys carrying loads equivalent to 40 kg/100 kg M over gently undulating gravel tracks in Tunisia. Energy costs of carrying the load were 2.34 (SE 0.07) J/kg load/m. The results of both experiments showed that provided the load is balanced, density does not significantly affect the energy cost of carrying; however, as the load increased then the unit energy cost of carrying it decreased. This suggest that it is more efficient in terms of energy used to carry loads equivalent to 27 to 40 kg/100 kg M than it is to carry lighter loads to less than 20 kg/100 kg M.

  11. In-Situ Load System for Calibrating and Validating Aerodynamic Properties of Scaled Aircraft in Ground-Based Aerospace Testing Applications

    NASA Technical Reports Server (NTRS)

    Lynn, Keith C. (Inventor); Acheson, Michael J. (Inventor); Commo, Sean A. (Inventor); Landman, Drew (Inventor)

    2016-01-01

    An In-Situ Load System for calibrating and validating aerodynamic properties of scaled aircraft in ground-based aerospace testing applications includes an assembly having upper and lower components that are pivotably interconnected. A test weight can be connected to the lower component to apply a known force to a force balance. The orientation of the force balance can be varied, and the measured forces from the force balance can be compared to applied loads at various orientations to thereby develop calibration factors.

  12. In situ growth of NiCo2S4 nanotube arrays on Ni foam for supercapacitors: Maximizing utilization efficiency at high mass loading to achieve ultrahigh areal pseudocapacitance

    NASA Astrophysics Data System (ADS)

    Chen, Haichao; Jiang, Jianjun; Zhang, Li; Xia, Dandan; Zhao, Yuandong; Guo, Danqing; Qi, Tong; Wan, Houzhao

    2014-05-01

    Self-standing NiCo2S4 nanotube arrays have been in situ grown on Ni foam by the anion-exchange reaction and directly used as the electrode for supercapacitors. The NiCo2S4 nanotube in the arrays effectively reduces the inactive material and increases the electroactive surface area because of the ultrathin wall, which is quite competent to achieve high utilization efficiency at high electroactive materials mass loading. The NiCo2S4 nanotube arrays hybrid electrode exhibits an ultrahigh specific capacitance of 14.39 F cm-2 at 5 mA cm-2 with excellent rate performance (67.7% retention for current increases 30 times) and cycling stability (92% retention after 5000 cycles) at a high mass loading of 6 mg cm-2. High areal capacitance (4.68 F cm-2 at 10 mA cm-2), high energy density (31.5 Wh kg-1 at 156.6 W kg-1) and high power density (2348.5 W kg-1 at 16.6 Wh kg-1) can be achieved by assembling asymmetric supercapacitor with reduced graphene oxide at a total active material mass loading as high as 49.5 mg. This work demonstrates that NiCo2S4 nanotube arrays structure is a superior electroactive material for high-performance supercapacitors even at a mass loading of potential application-specific scale.

  13. Optimal Control Allocation with Load Sensor Feedback for Active Load Suppression, Experiment Development

    NASA Technical Reports Server (NTRS)

    Miller, Christopher J.; Goodrick, Dan

    2017-01-01

    The problem of control command and maneuver induced structural loads is an important aspect of any control system design. The aircraft structure and the control architecture must be designed to achieve desired piloted control responses while limiting the imparted structural loads. The classical approach is to utilize high structural margins, restrict control surface commands to a limited set of analyzed combinations, and train pilots to follow procedural maneuvering limitations. With recent advances in structural sensing and the continued desire to improve safety and vehicle fuel efficiency, it is both possible and desirable to develop control architectures that enable lighter vehicle weights while maintaining and improving protection against structural damage. An optimal control technique has been explored and shown to achieve desirable vehicle control performance while limiting sensed structural loads. The subject of this paper is the design of the optimal control architecture, and provides the reader with some techniques for tailoring the architecture, along with detailed simulation results.

  14. Optimal Control Allocation with Load Sensor Feedback for Active Load Suppression, Flight-Test Performance

    NASA Technical Reports Server (NTRS)

    Miller, Christopher J.; Goodrick, Dan

    2017-01-01

    The problem of control command and maneuver induced structural loads is an important aspect of any control system design. The aircraft structure and the control architecture must be designed to achieve desired piloted control responses while limiting the imparted structural loads. The classical approach is to utilize high structural margins, restrict control surface commands to a limited set of analyzed combinations, and train pilots to follow procedural maneuvering limitations. With recent advances in structural sensing and the continued desire to improve safety and vehicle fuel efficiency, it is both possible and desirable to develop control architectures that enable lighter vehicle weights while maintaining and improving protection against structural damage. An optimal control technique has been explored and shown to achieve desirable vehicle control performance while limiting sensed structural loads to specified values. This technique has been implemented and flown on the National Aeronautics and Space Administration Full-scale Advanced Systems Testbed aircraft. The flight tests illustrate that the approach achieves the desired performance and show promising potential benefits. The flights also uncovered some important issues that will need to be addressed for production application.

  15. Regularity in an environment produces an internal torque pattern for biped balance control.

    PubMed

    Ito, Satoshi; Kawasaki, Haruhisa

    2005-04-01

    In this paper, we present a control method for achieving biped static balance under unknown periodic external forces whose periods are only known. In order to maintain static balance adaptively in an uncertain environment, it is essential to have information on the ground reaction forces. However, when the biped is exposed to a steady environment that provides an external force periodically, uncertain factors on the regularity with respect to a steady environment are gradually clarified using learning process, and finally a torque pattern for balancing motion is acquired. Consequently, static balance is maintained without feedback from ground reaction forces and achieved in a feedforward manner.

  16. Balanced Reading Basals and the Impact on Third-Grade Reading Achievement

    ERIC Educational Resources Information Center

    Dorsey, Windy

    2015-01-01

    This convergent parallel mixed method sought to determine if the reading program increased third-grade student achievement. The research questions of the study examined the reading achievement scores of third-grade students and the effectiveness of McGraw-Hill Reading Wonders™. Significant differences were observed when a paired sample t test…

  17. The Molecular Basis for Load-Induced Skeletal Muscle Hypertrophy

    PubMed Central

    Marcotte, George R.; West, Daniel W.D.; Baar, Keith

    2016-01-01

    In a mature (weight neutral) animal, an increase in muscle mass only occurs when the muscle is loaded sufficiently to cause an increase in myofibrillar protein balance. A tight relationship between muscle hypertrophy, acute increases in protein balance, and the activity of the mechanistic target of rapamycin complex 1 (mTORC1) was demonstrated 15 years ago. Since then, our understanding of the signals that regulate load-induced hypertrophy has evolved considerably. For example, we now know that mechanical load activates mTORC1 in the same way as growth factors, by moving TSC2 (a primary inhibitor of mTORC1) away from its target (the mTORC activator) Rheb. However, the kinase that phosphorylates and moves TSC2 is different in the two processes. Similarly, we have learned that a distinct pathway exists whereby amino acids activate mTORC1 by moving it to Rheb. While mTORC1 remains at the forefront of load-induced hypertrophy, the importance of other pathways that regulate muscle mass are becoming clearer. Myostatin, is best known for its control of developmental muscle size. However, new mechanisms to explain how loading regulates this process are suggesting that it could play an important role in hypertrophic muscle growth as well. Lastly, new mechanisms are highlighted for how β2 receptor agonists could be involved in load-induced muscle growth and why these agents are being developed as non-exercise-based therapies for muscle atrophy. Overall, the results highlight how studying the mechanism of load-induced skeletal muscle mass is leading the development of pharmaceutical interventions to promote muscle growth in those unwilling or unable to perform resistance exercise. PMID:25359125

  18. A peaking-regulation-balance-based method for wind & PV power integrated accommodation

    NASA Astrophysics Data System (ADS)

    Zhang, Jinfang; Li, Nan; Liu, Jun

    2018-02-01

    Rapid development of China’s new energy in current and future should be focused on cooperation of wind and PV power. Based on the analysis of system peaking balance, combined with the statistical features of wind and PV power output characteristics, a method of comprehensive integrated accommodation analysis of wind and PV power is put forward. By the electric power balance during night peaking load period in typical day, wind power installed capacity is determined firstly; then PV power installed capacity could be figured out by midday peak load hours, which effectively solves the problem of uncertainty when traditional method hard determines the combination of the wind and solar power simultaneously. The simulation results have validated the effectiveness of the proposed method.

  19. Quantification of Training and Competition Loads in Endurance Sports: Methods and Applications.

    PubMed

    Mujika, Iñigo

    2017-04-01

    Training quantification is basic to evaluate an endurance athlete's responses to training loads, ensure adequate stress/recovery balance, and determine the relationship between training and performance. Quantifying both external and internal workload is important, because external workload does not measure the biological stress imposed by the exercise sessions. Generally used quantification methods include retrospective questionnaires, diaries, direct observation, and physiological monitoring, often based on the measurement of oxygen uptake, heart rate, and blood lactate concentration. Other methods in use in endurance sports include speed measurement and the measurement of power output, made possible by recent technological advances such as power meters in cycling and triathlon. Among subjective methods of quantification, rating of perceived exertion stands out because of its wide use. Concurrent assessments of the various quantification methods allow researchers and practitioners to evaluate stress/recovery balance, adjust individual training programs, and determine the relationships between external load, internal load, and athletes' performance. This brief review summarizes the most relevant external- and internal-workload-quantification methods in endurance sports and provides practical examples of their implementation to adjust the training programs of elite athletes in accordance with their individualized stress/recovery balance.

  20. Development of a multicomponent force and moment balance for water tunnel applications, volume 1

    NASA Technical Reports Server (NTRS)

    Suarez, Carlos J.; Malcolm, Gerald N.; Kramer, Brian R.; Smith, Brooke C.; Ayers, Bert F.

    1994-01-01

    The principal objective of this research effort was to develop a multicomponent strain gauge balance to measure forces and moments on models tested in flow visualization water tunnels. An internal balance was designed that allows measuring normal and side forces, and pitching, yawing and rolling moments (no axial force). The five-components to applied loads, low interactions between the sections and no hysteresis. Static experiments (which are discussed in this Volume) were conducted in the Eidetics water tunnel with delta wings and a model of the F/A-18. Experiments with the F/A-18 model included a thorough baseline study and investigations of the effect of control surface deflections and of several Forebody Vortex Control (FVC) techniques. Results were compared to wind tunnel data and, in general, the agreement is very satisfactory. The results of the static tests provide confidence that loads can be measured accurately in the water tunnel with a relatively simple multicomponent internal balance. Dynamic experiments were also performed using the balance, and the results are discussed in detail in Volume 2 of this report.

  1. The Effect of Load Position on Biomechanical and Physiological Measures during a Short Duration March

    DTIC Science & Technology

    2001-05-01

    completed subjective evaluations of the load location after each loaded trial. The questionnaire asked about overall acceptability, balance, thermal comfort , load... thermal comfort when marching Results The results of this study are summarized in Table 2. Oxygen consumption levels across load distributions were not...acceptable in 7 out of 8 categories that were examined. The alternate configuration ranked most acceptable in all categories except thermal comfort , where

  2. Towards robust algorithms for current deposition and dynamic load-balancing in a GPU particle in cell code

    NASA Astrophysics Data System (ADS)

    Rossi, Francesco; Londrillo, Pasquale; Sgattoni, Andrea; Sinigardi, Stefano; Turchetti, Giorgio

    2012-12-01

    We present `jasmine', an implementation of a fully relativistic, 3D, electromagnetic Particle-In-Cell (PIC) code, capable of running simulations in various laser plasma acceleration regimes on Graphics-Processing-Units (GPUs) HPC clusters. Standard energy/charge preserving FDTD-based algorithms have been implemented using double precision and quadratic (or arbitrary sized) shape functions for the particle weighting. When porting a PIC scheme to the GPU architecture (or, in general, a shared memory environment), the particle-to-grid operations (e.g. the evaluation of the current density) require special care to avoid memory inconsistencies and conflicts. Here we present a robust implementation of this operation that is efficient for any number of particles per cell and particle shape function order. Our algorithm exploits the exposed GPU memory hierarchy and avoids the use of atomic operations, which can hurt performance especially when many particles lay on the same cell. We show the code multi-GPU scalability results and present a dynamic load-balancing algorithm. The code is written using a python-based C++ meta-programming technique which translates in a high level of modularity and allows for easy performance tuning and simple extension of the core algorithms to various simulation schemes.

  3. Rehabilitation Exercises to Induce Balanced Scapular Muscle Activity in an Anti-gravity Posture

    PubMed Central

    Ishigaki, Tomonobu; Yamanaka, Masanori; Hirokawa, Motoki; Tai, Keita; Ezawa, Yuya; Samukawa, Mina; Tohyama, Harukazu; Sugawara, Makoto

    2014-01-01

    [Purpose] The purpose of this study was to compare the intramuscular balance ratios of the upper trapezius muscle (UT) and the lower trapezius muscle (LT), and the intermuscular balance ratios of the UT and the serratus anterior muscle (SA) among prone extension (ProExt), prone horizontal abduction with external rotation (ProHAbd), forward flexion in the side-lying position (SideFlex), side-lying external rotation (SideEr), shoulder flexion with glenohumeral horizontal abduction load (FlexBand), and shoulder flexion with glenohumeral horizontal adduction load (FlexBall) in the standing posture. [Methods] The electromyographic (EMG) activities of the UT, LT and SA were measured during the tasks. The percentage of maximum voluntary isometric contraction (%MVIC) was calculated for each muscle, and the UT/LT ratios and the UT/SA ratios were compared among the tasks. [Results] The UT/LT ratio with the FlexBand was not significantly different from those of the four exercises in the side-lying and prone postures. The UT/SA ratio with the FlexBall demonstrated appropriate balanced activity. [Conclusion] In an anti-gravity posture, we recommend the FlexBand and the FlexBall for inducing balanced UT/LT and UT/SA ratios, respectively. PMID:25540485

  4. Rehabilitation Exercises to Induce Balanced Scapular Muscle Activity in an Anti-gravity Posture.

    PubMed

    Ishigaki, Tomonobu; Yamanaka, Masanori; Hirokawa, Motoki; Tai, Keita; Ezawa, Yuya; Samukawa, Mina; Tohyama, Harukazu; Sugawara, Makoto

    2014-12-01

    [Purpose] The purpose of this study was to compare the intramuscular balance ratios of the upper trapezius muscle (UT) and the lower trapezius muscle (LT), and the intermuscular balance ratios of the UT and the serratus anterior muscle (SA) among prone extension (ProExt), prone horizontal abduction with external rotation (ProHAbd), forward flexion in the side-lying position (SideFlex), side-lying external rotation (SideEr), shoulder flexion with glenohumeral horizontal abduction load (FlexBand), and shoulder flexion with glenohumeral horizontal adduction load (FlexBall) in the standing posture. [Methods] The electromyographic (EMG) activities of the UT, LT and SA were measured during the tasks. The percentage of maximum voluntary isometric contraction (%MVIC) was calculated for each muscle, and the UT/LT ratios and the UT/SA ratios were compared among the tasks. [Results] The UT/LT ratio with the FlexBand was not significantly different from those of the four exercises in the side-lying and prone postures. The UT/SA ratio with the FlexBall demonstrated appropriate balanced activity. [Conclusion] In an anti-gravity posture, we recommend the FlexBand and the FlexBall for inducing balanced UT/LT and UT/SA ratios, respectively.

  5. A Force Transducer from a Junk Electronic Balance

    ERIC Educational Resources Information Center

    Aguilar, Horacio Munguia; Aguilar, Francisco Armenta

    2009-01-01

    It is shown how the load cell from a junk electronic balance can be used as a force transducer for physics experiments. Recovering this device is not only an inexpensive way of getting a valuable laboratory tool but also very useful didactic work on electronic instrumentation. Some experiments on mechanics with this transducer are possible after a…

  6. The BIPM flexure-strip balance FB-2

    NASA Astrophysics Data System (ADS)

    Picard, A.

    2004-08-01

    A mass comparator for 1 kg weights has been designed and built at the BIPM based on our experience with a prototype flexure-strip balance named FB-1. The flexure-strip balance FB-2 is fully automated and mainly used for research. It consistently achieves a repeatability of weighings in air or in vacuum of 1 kg artefacts at least ten times better than that obtainable with the best knife-edge balances. The aim of this paper is to describe the design and capabilities of the FB-2, drawing on theoretical studies already published. Finally, results obtained with the FB-2 are given to illustrate its metrological possibilities.

  7. Load cell having strain gauges of arbitrary location

    DOEpatents

    Spletzer, Barry [Albuquerque, NM

    2007-03-13

    A load cell utilizes a plurality of strain gauges mounted upon the load cell body such that there are six independent load-strain relations. Load is determined by applying the inverse of a load-strain sensitivity matrix to a measured strain vector. The sensitivity matrix is determined by performing a multivariate regression technique on a set of known loads correlated to the resulting strains. Temperature compensation is achieved by configuring the strain gauges as co-located orthogonal pairs.

  8. Inverse Force Determination on a Small Scale Launch Vehicle Model Using a Dynamic Balance

    NASA Technical Reports Server (NTRS)

    Ngo, Christina L.; Powell, Jessica M.; Ross, James C.

    2017-01-01

    A launch vehicle can experience large unsteady aerodynamic forces in the transonic regime that, while usually only lasting for tens of seconds during launch, could be devastating if structural components and electronic hardware are not designed to account for them. These aerodynamic loads are difficult to experimentally measure and even harder to computationally estimate. The current method for estimating buffet loads is through the use of a few hundred unsteady pressure transducers and wind tunnel test. Even with a large number of point measurements, the computed integrated load is not an accurate enough representation of the total load caused by buffeting. This paper discusses an attempt at using a dynamic balance to experimentally determine buffet loads on a generic scale hammer head launch vehicle model tested at NASA Ames Research Center's 11' x 11' transonic wind tunnel. To use a dynamic balance, the structural characteristics of the model needed to be identified so that the natural modal response could be and removed from the aerodynamic forces. A finite element model was created on a simplified version of the model to evaluate the natural modes of the balance flexures, assist in model design, and to compare to experimental data. Several modal tests were conducted on the model in two different configurations to check for non-linearity, and to estimate the dynamic characteristics of the model. The experimental results were used in an inverse force determination technique with a psuedo inverse frequency response function. Due to the non linearity, the model not being axisymmetric, and inconsistent data between the two shake tests from different mounting configuration, it was difficult to create a frequency response matrix that satisfied all input and output conditions for wind tunnel configuration to accurately predict unsteady aerodynamic loads.

  9. Face verification with balanced thresholds.

    PubMed

    Yan, Shuicheng; Xu, Dong; Tang, Xiaoou

    2007-01-01

    The process of face verification is guided by a pre-learned global threshold, which, however, is often inconsistent with class-specific optimal thresholds. It is, hence, beneficial to pursue a balance of the class-specific thresholds in the model-learning stage. In this paper, we present a new dimensionality reduction algorithm tailored to the verification task that ensures threshold balance. This is achieved by the following aspects. First, feasibility is guaranteed by employing an affine transformation matrix, instead of the conventional projection matrix, for dimensionality reduction, and, hence, we call the proposed algorithm threshold balanced transformation (TBT). Then, the affine transformation matrix, constrained as the product of an orthogonal matrix and a diagonal matrix, is optimized to improve the threshold balance and classification capability in an iterative manner. Unlike most algorithms for face verification which are directly transplanted from face identification literature, TBT is specifically designed for face verification and clarifies the intrinsic distinction between these two tasks. Experiments on three benchmark face databases demonstrate that TBT significantly outperforms the state-of-the-art subspace techniques for face verification.

  10. Utilization of Model Predictive Control to Balance Power Absorption Against Load Accumulation

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

    Abbas, Nikhar; Tom, Nathan M

    2017-06-03

    Wave energy converter (WEC) control strategies have been primarily focused on maximizing power absorption. The use of model predictive control strategies allows for a finite-horizon, multiterm objective function to be solved. This work utilizes a multiterm objective function to maximize power absorption while minimizing the structural loads on the WEC system. Furthermore, a Kalman filter and autoregressive model were used to estimate and forecast the wave exciting force and predict the future dynamics of the WEC. The WEC's power-take-off time-averaged power and structural loads under a perfect forecast assumption in irregular waves were compared against results obtained from the Kalmanmore » filter and autoregressive model to evaluate model predictive control performance.« less

  11. OVERVIEW AND STATUS OF LAKE MICHIGAN MASS BALANCE MODELLING PROJECT

    EPA Science Inventory

    With most of the data available from the Lake Michigan Mass Balance Project field program, the modeling efforts have begun in earnest. The tributary and atmospheric load estimates are or will be completed soon, so realistic simulations for calibration are beginning. A Quality Ass...

  12. An International Collaboration To Standardize HIV-2 Viral Load Assays: Results from the 2009 ACHIEV2E Quality Control Study▿

    PubMed Central

    Damond, F.; Benard, A.; Balotta, Claudia; Böni, Jürg; Cotten, Matthew; Duque, Vitor; Ferns, Bridget; Garson, Jeremy; Gomes, Perpetua; Gonçalves, Fátima; Gottlieb, Geoffrey; Kupfer, Bernd; Ruelle, Jean; Rodes, Berta; Soriano, Vicente; Wainberg, Mark; Taieb, Audrey; Matheron, Sophie; Chene, Genevieve; Brun-Vezinet, Francoise

    2011-01-01

    Accurate HIV-2 plasma viral load quantification is crucial for adequate HIV-2 patient management and for the proper conduct of clinical trials and international cohort collaborations. This study compared the homogeneity of HIV-2 RNA quantification when using HIV-2 assays from ACHIEV2E study sites and either in-house PCR calibration standards or common viral load standards supplied to all collaborators. Each of the 12 participating laboratories quantified blinded HIV-2 samples, using its own HIV-2 viral load assay and standard as well as centrally validated and distributed common HIV-2 group A and B standards (http://www.hiv.lanl.gov/content/sequence/HelpDocs/subtypes-more.html). Aliquots of HIV-2 group A and B strains, each at 2 theoretical concentrations (2.7 and 3.7 log10 copies/ml), were tested. Intralaboratory, interlaboratory, and overall variances of quantification results obtained with both standards were compared using F tests. For HIV-2 group A quantifications, overall and interlaboratory and/or intralaboratory variances were significantly lower when using the common standard than when using in-house standards at the concentration levels of 2.7 log10 copies/ml and 3.7 log10 copies/ml, respectively. For HIV-2 group B, a high heterogeneity was observed and the variances did not differ according to the type of standard used. In this international collaboration, the use of a common standard improved the homogeneity of HIV-2 group A RNA quantification only. The diversity of HIV-2 group B, particularly in PCR primer-binding regions, may explain the heterogeneity in quantification of this strain. Development of a validated HIV-2 viral load assay that accurately quantifies distinct circulating strains is needed. PMID:21813718

  13. Vertical load capacities of roof truss cross members.

    PubMed

    Gearhart, David F; Morsy, Mohamed Khaled

    2016-05-01

    Trusses used for roof support in coal mines are constructed of two grouted bolts installed at opposing forty-five degree angles into the roof and a cross member that ties the angled bolts together. The load on the cross member is vertical, which is transverse to the longitudinal axis, and therefore the cross member is loaded in the weakest direction. Laboratory tests were conducted to determine the vertical load capacity and deflection of three different types of cross members. Single-point load tests, with the load applied in the center of the specimen and double-point load tests, with a span of 2.4 m, were conducted. For the single-point load configuration, the yield of the 25 mm solid bar cross member was nominally 98 kN of vertical load, achieved at 42 cm of deflection. For cable cross members, yield was not achieved even after 45 cm of deflection. Peak vertical loads were about 89 kN for 17 mm cables and 67 kN for the 15 mm cables. For the double-point load configurations, the 25 mm solid bar cross members yielded at 150 kN of vertical load and 25 cm of deflection. At 25 cm of deflection individual cable strands started breaking at 133 and 111 kN of vertical load for the 17 and 15 mm cable cross members respectively.

  14. Impact of ballistic body armour and load carriage on walking patterns and perceived comfort.

    PubMed

    Park, Huiju; Branson, Donna; Petrova, Adriana; Peksoz, Semra; Jacobson, Bert; Warren, Aric; Goad, Carla; Kamenidis, Panagiotis

    2013-01-01

    This study investigated the impact of weight magnitude and distribution of body armour and carrying loads on military personnel's walking patterns and comfort perceptions. Spatio-temporal parameters of walking, plantar pressure and contact area were measured while seven healthy male right-handed military students wore seven different garments of varying weight (0.06, 9, 18 and 27 kg) and load distribution (balanced and unbalanced, on the front and back torso). Higher weight increased the foot contact time with the floor. In particular, weight placement on the non-dominant side of the front torso resulted in the greatest stance phase and double support. Increased plantar pressure and contact area observed during heavier loads entail increased impact forces, which can cause overuse injuries and foot blisters. Participants reported increasingly disagreeable pressure and strain in the shoulder, neck and lower back during heavier weight conditions and unnatural walking while wearing unbalanced weight distributed loads. This study shows the potentially synergistic impact of wearing body armour vest with differential loads on body movement and comfort perception. This study found that soldiers should balance loads, avoiding load placement on the non-dominant side front torso, thus minimising mobility restriction and potential injury risk. Implications for armour vest design modifications can also be found in the results.

  15. Using Zero Balance Ultrafiltration with Dialysate as a Replacement Fluid for Hyperkalemia during Cardiopulmonary Bypass

    PubMed Central

    Heath, Michele; Raghunathan, Karthik; Welsby, Ian; Maxwell, Cory

    2014-01-01

    Abstract: Avoiding or managing hyperkalemia during cardiac surgery, especially in a patient with chronic renal insufficiency, can be challenging. Hyperkalemic cardioplegia solution is usually administered to achieve and maintain an electrical arrest of the heart. This solution eventually mixes in with the systemic circulation, contributing to elevated systemic potassium levels. Administration of packed red blood cells, hemolysis, tissue damage, and acidosis are also common causes of hyperkalemia. Current strategies to avoid or manage hyperkalemia include minimizing the volume of cardioplegia administered, shifting potassium from the extracellular into the intracellular space (by the administration of sodium bicarbonate when the pH is low and/or dextrose–insulin when effects relatively independent of serum pH are desired), using zero-balanced ultrafiltration (Z-BUF) with normal saline as the replacement fluid (to remove potassium from the body rather than simply shift the electrolyte across cellular membranes), and, occasionally, hemodialysis (1). We report the application of Z-BUF using an electrolyte-balanced, low potassium dialysate solution rather than isotonic saline to avoid a high chloride load and the potential for hyperchloremic acidosis to successfully treat hyperkalemia while on cardiopulmonary bypass. PMID:26357794

  16. Cryogenic temperature effects on sting-balance deflections in the National Transonic Facility

    NASA Technical Reports Server (NTRS)

    Popernack, Thomas G., Jr.; Adcock, Jerry B.

    1990-01-01

    An investigation was conducted at the National Transonic Facility (NTF) to document the change in sting-balance deflections from ambient to cryogenic temperatures. Space limitations in some NTF models do not allow the use of on-board angle of attack instrumentation. In order to obtain angle of attack data, pre-determined sting-balance bending data must be combined with arc sector angle measurements. Presently, obtaining pretest sting-balance data requires several cryogenic cycles and cold loadings over a period of several days. A method of reducing the calibration time required is to obtain only ambient temperature sting-balance bending data and correct for changes in material properties at cryogenic temperatures. To validate this method, two typical NTF sting-balance combinations were tested. The test results show excellent agreement with the predicted values and the repeatability of the data was 0.01 degree.

  17. Research on millisecond load recovery strategy in the late period of UHVDC fault dispose

    NASA Astrophysics Data System (ADS)

    Qiu, Chenguang; Qian, Tiantian; Cheng, Jinmin; Wang, Ke

    2018-06-01

    When UHVDC has a fault, it needs to quickly cut off the load so that the entire system can keep balance. In the late period of fault dispose, it needs to recover the load step by step. The recovery strategy of millisecond load is studied in this paper. Aimed at the maximum recovery load in one step, combined with grid security constraints, the recovery model of millisecond load is built, and then solved by Genetic Algorithms. The simulation example is established to verify the effectiveness of proposed method.

  18. Energy balance in a Z pinch with suppressed Rayleigh-Taylor instability

    NASA Astrophysics Data System (ADS)

    Baksht, R. B.; Oreshkin, V. I.; Rousskikh, A. G.; Zhigalin, A. S.

    2018-03-01

    At present Z-pinch has evolved into a powerful plasma source of soft x-ray. This paper considers the energy balance in a radiating metallic gas-puff Z pinch. In this type of Z pinch, a power-law density distribution is realized, promoting suppression of Rayleigh-Taylor (RT) instabilities that occur in the pinch plasma during compression. The energy coupled into the pinch plasma, is determined as the difference between the total energy delivered to the load from the generator and the magnetic energy of the load inductance. A calibrated voltage divider and a Rogowski coil were used to determine the coupled energy and the load inductance. Time-gated optical imaging of the pinch plasma showed its stable compression up to the stagnation phase. The pinch implosion was simulated using a 1D two-temperature radiative magnetohydrodynamic code. Comparison of the experimental and simulation results has shown that the simulation adequately describes the pinch dynamics for conditions in which RT instability is suppressed. It has been found that the proportion of the Ohmic heating in the energy balance of a Z pinch with suppressed RT instability is determined by Spitzer resistance and makes no more than ten percent.

  19. Panel discussion on the Blewett Scholarship, and how it helps young women achieve career/family balance.

    NASA Astrophysics Data System (ADS)

    Yennello, Sherry

    2011-03-01

    This panel discussion will be preceded by talks by three women who have had career interruptions due to family reasons and have restarted their research careers with some assistance from a Blewett Scholarship. They will discuss their experience balancing career and family. Questions from the audience will be encouraged. This session should provide inspiration for young women to pursue their passions and motivation for department chairs to be flexible and accommodating of career/family balance. The Blewett Scholarship program is administered by CSWP.

  20. Calibration Development for an Unsteady Two-Strut Store Balance

    NASA Astrophysics Data System (ADS)

    Schmit, Ryan; Maatz, Ian; Johnson, Rudy

    2017-11-01

    This paper addresses measurements of unsteady store forces and moment in and around a weapons bay cavity. The cavity dimensions are: Length 8.5 inches, Depth 1.5 inches, Width 2.5 with a L/D ratio of 5.67. Test conditions are at Mach 0.7 and 1.5 with Re # 2.0e6/ft. The 7.2 inches long aluminum store is held in the cavity with two struts and the strut lengths are varied to move the store to different cavity depth locations. The normal forces and pitching moments are measured with two miniature 25 pound load cells with a natural frequency of 24k. The store-strut-load cell balance can also produce unwanted structural eigenfrequencies at or near the cavity's Rossiter tones. To move the eigenfrequencies away from the cavity's Rossiter tones calls for detailed design and Finite Element Modeling (FEM) before wind tunnel testing. Included are the issues in developing a calibration method for an unsteady two-strut store balance for use inside a scaled wind tunnel weapons bay cavity model.

  1. An Analytic Equation Partitioning Climate Variation and Human Impacts on River Sediment Load

    NASA Astrophysics Data System (ADS)

    Zhang, J.; Gao, G.; Fu, B.

    2017-12-01

    Spatial or temporal patterns and process-based equations could co-exist in hydrologic model. Yet, existing approaches quantifying the impacts of those variables on river sediment load (RSL) changes are found to be severely limited, and new ways to evaluate the contribution of these variables are thus needed. Actually, the Newtonian modeling is hardly achievable for this process due to the limitation of both observations and knowledge of mechanisms, whereas laws based on the Darwinian approach could provide one component of a developed hydrologic model. Since that streamflow is the carrier of suspended sediment, sediment load changes are documented in changes of streamflow and suspended sediment concentration (SSC) - water discharge relationships. Consequently, an analytic equation for river sediment load changes are proposed to explicitly quantify the relative contributions of climate variation and direct human impacts on river sediment load changes. Initially, the sediment rating curve, which is of great significance in RSL changes analysis, was decomposed as probability distribution of streamflow and the corresponding SSC - water discharge relationships at equally spaced discharge classes. Furthermore, a proposed segmentation algorithm based on the fractal theory was used to decompose RSL changes attributed to these two portions. Additionally, the water balance framework was utilized and the corresponding elastic parameters were calculated. Finally, changes in climate variables (i.e. precipitation and potential evapotranspiration) and direct human impacts on river sediment load could be figured out. By data simulation, the efficiency of the segmentation algorithm was verified. The analytic equation provides a superior Darwinian approach partitioning climate and human impacts on RSL changes, as only data series of precipitation, potential evapotranspiration and SSC - water discharge are demanded.

  2. Three-dimensional nonlinear responses to impact loads on free-span pipeline: Torsional coupling and load steps

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

    Chung, J.S.; Huttelmaier, H.P.; Cheng, B.R.

    1995-12-31

    For a heavy object falling on a free-span pipeline, this study assesses three-dimensional (3-D) pipe-span responses with the torsional ({theta}x-) coupling of a pipeline through the biaxial (y) bending responses. The static pipe-span equilibrium is achieved with its self-weight and buoyancy and the external torsional moment induced by the cross-flow (y-directional) current on the sagged pipe span. Load steps taken for 2 different sequences of applying static loads induced different pipe deformations, and the pipe twists in entirely different pattern. The two types of impact loads are applied in the vertical (z-) direction to excite the pipe span in itsmore » static equilibrium: (1) triangular impulse loading and (2) ramp loading. Boundary condition of the span supports is ``fixed-fixed`` at both ends in both displacement and rotation. 3-D coupled axial (x-), bending (y- and z-) and torsional ({theta}x-) responses, both state and dynamic, to the z-directional impact loadings, are modeled and analyzed by a nonlinear FEM method for a 16-in pipeline. The 3-D responses are compared with 2-D responses. The comparison shows significant torsional vibrations caused by the cross-flow current, especially for longer spans. The torsional ({theta}x-) coupling is very sensitive to the time-step size in achieving numerical stability and accuracy, particularly for the ramp loading and for a shorter span. For very large impact loads, the response frequencies differ from the fundamental frequencies of the span, exhibiting beatings and strong bending-to-axial and to-twist couplings. Also, the eigenvalues for the linear system are not necessarily the resonance frequencies for these nonlinear coupled responses.« less

  3. A study on the optimal hydraulic loading rate and plant ratios in recirculation aquaponic system.

    PubMed

    Endut, Azizah; Jusoh, A; Ali, N; Wan Nik, W B; Hassan, A

    2010-03-01

    The growths of the African catfish (Clarias gariepinus) and water spinach (Ipomoea aquatica) were evaluated in recirculation aquaponic system (RAS). Fish production performance, plant growth and nutrient removal were measured and their dependence on hydraulic loading rate (HLR) was assessed. Fish production did not differ significantly between hydraulic loading rates. In contrast to the fish production, the water spinach yield was significantly higher in the lower hydraulic loading rate. Fish production, plant growth and percentage nutrient removal were highest at hydraulic loading rate of 1.28 m/day. The ratio of fish to plant production has been calculated to balance nutrient generation from fish with nutrient removal by plants and the optimum ratio was 15-42 gram of fish feed/m(2) of plant growing area. Each unit in RAS was evaluated in terms of oxygen demand. Using specified feeding regime, mass balance equations were applied to quantify the waste discharges from rearing tanks and treatment units. The waste discharged was found to be strongly dependent on hydraulic loading rate. 2009 Elsevier Ltd. All rights reserved.

  4. Achieving the Proper Balance between Crew & Public Safety

    NASA Astrophysics Data System (ADS)

    Wilde, P.; Gowan, J.; Silvestri, R.; Stahl, B.; Rosati, P.

    2012-01-01

    A paramount objective of all human-rated launch and reentry vehicle developers is to ensure that the risks to both the crew onboard and the public are minimized within reasonable cost, schedule, and technical constraints. Past experience has shown that proper attention to range safety requirements necessary to ensure public safety must be given early in the design phase to avoid additional operational complexities or threats to the safety of people onboard, and the design engineers must give these requirements the same consideration as crew safety requirements. For human spaceflight, the primary purpose and operational concept for any flight safety system is to protect the public while maximizing the likelihood of crew survival. This paper will outline the policy considerations, technical issues, and operational impacts regarding launch and reentry vehicle failure scenarios where crew and public safety are intertwined and thus addressed optimally in an integrated manner. An overview of existing range and crew safety policy requirements will be presented. Application of these requirements and lessons learned from both the Space Shuttle and Constellation Programs will also be discussed. Using these past programs as examples, the paper will detail operational, design, and analysis approaches to mitigate and balance the risks to people onboard and in the public. Crewed vehicle perspectives from the Federal Aviation Administration and Air Force organizations that oversee public safety will be summarized as well. Finally, the paper will emphasize the need to factor policy, operational, and analysis considerations into the early design trades of new vehicles to help ensure that both crew and public safety are maximized to the greatest extent possible.

  5. Achieving the Proper Balance Between Crew and Public Safety

    NASA Technical Reports Server (NTRS)

    Gowan, John; Rosati, Paul; Silvestri, Ray; Stahl, Ben; Wilde, Paul

    2011-01-01

    A paramount objective of all human-rated launch and reentry vehicle developers is to ensure that the risks to both the crew onboard and the public are minimized within reasonable cost, schedule, and technical constraints. Past experience has shown that proper attention to range safety requirements necessary to ensure public safety must be given early in the design phase to avoid additional operational complexities or threats to the safety of people onboard. This paper will outline the policy considerations, technical issues, and operational impacts regarding launch and reentry vehicle failure scenarios where crew and public safety are intertwined and thus addressed optimally in an integrated manner. Historical examples and lessons learned from both the Space Shuttle and Constellation Programs will be presented. Using these examples as context, the paper will discuss some operational, design, and analysis approaches to mitigate and balance the risks to people onboard and in the public. Manned vehicle perspectives from the FAA and Air Force organizations that oversee public safety will also be summarized. Finally, the paper will emphasize the need to factor policy, operational, and analysis considerations into the early design trades of new vehicles to help ensure that both crew and public safety are maximized to the greatest extent possible.

  6. Frequency effects on the stability of a journal bearing for periodic loading

    NASA Technical Reports Server (NTRS)

    Vijayaraghavan, D.; Brewe, D. E.

    1992-01-01

    The stability of a journal bearing is numerically predicted when an unidirectional periodic external load is applied. The analysis is performed using a cavitation algorithm, which mimics the JFO theory by accounting for the mass balance through the complete bearing. Hence, the history of the film is taken into consideration. The loading pattern is taken to be sinusoidal and the frequency of the load cycle is varied. The results are compared with the predictions using Reynolds boundary conditions for both film rupture and reformation. With such comparisons, the need for accurately predicting the cavitation regions for complex loading patterns is clearly demonstrated. For a particular frequency of loading, the effects of mass, amplitude of load vibration and frequency of journal speed are also investigated.

  7. A Magnetic-Balanced Inductive Link for the Simultaneous Uplink Data and Power Telemetry

    PubMed Central

    Liu, Dake; Li, Min

    2017-01-01

    When using the conventional two-coil inductive link for the simultaneous wireless power and data transmissions in implantable biomedical sensor devices, the strong power carrier could overwhelm the uplink data signal and even saturate the external uplink receiver. To address this problem, we propose a new magnetic-balanced inductive link for our implantable glaucoma treatment device. In this inductive link, an extra coil is specially added for the uplink receiving. The strong power carrier interference is minimized to approach zero by balanced canceling of the magnetic field of the external power coil. The implant coil is shared by the wireless power harvesting and the uplink data transmitting. Two carriers (i.e., 2-MHz power carrier and 500-kHz uplink carrier) are used for the wireless power transmission and the uplink data transmission separately. In the experiments, the prototype of this link achieves as high as 65.72 dB improvement of the signal-to-interference ratio (SIR) compared with the conventional two-coil inductive link. Benefiting from the significant improvement of SIR, the implant transmitter costs only 0.2 mW of power carrying 50 kbps of binary phase shift keying data and gets a bit error rate of 1 × 10−7, even though the coupling coefficient is as low as 0.005. At the same time, 5 mW is delivered to the load with maximum power transfer efficiency of 58.8%. This magnetic-balanced inductive link is useful for small-sized biomedical sensor devices, which require transmitting data and power simultaneously under ultra-weak coupling. PMID:28767090

  8. A Magnetic-Balanced Inductive Link for the Simultaneous Uplink Data and Power Telemetry.

    PubMed

    Gong, Chen; Liu, Dake; Miao, Zhidong; Li, Min

    2017-08-02

    When using the conventional two-coil inductive link for the simultaneous wireless power and data transmissions in implantable biomedical sensor devices, the strong power carrier could overwhelm the uplink data signal and even saturate the external uplink receiver. To address this problem, we propose a new magnetic-balanced inductive link for our implantable glaucoma treatment device. In this inductive link, an extra coil is specially added for the uplink receiving. The strong power carrier interference is minimized to approach zero by balanced canceling of the magnetic field of the external power coil. The implant coil is shared by the wireless power harvesting and the uplink data transmitting. Two carriers (i.e., 2-MHz power carrier and 500-kHz uplink carrier) are used for the wireless power transmission and the uplink data transmission separately. In the experiments, the prototype of this link achieves as high as 65.72 dB improvement of the signal-to-interference ratio (SIR) compared with the conventional two-coil inductive link. Benefiting from the significant improvement of SIR, the implant transmitter costs only 0.2 mW of power carrying 50 kbps of binary phase shift keying data and gets a bit error rate of 1 × 10 - 7 , even though the coupling coefficient is as low as 0.005. At the same time, 5 mW is delivered to the load with maximum power transfer efficiency of 58.8%. This magnetic-balanced inductive link is useful for small-sized biomedical sensor devices, which require transmitting data and power simultaneously under ultra-weak coupling.

  9. Decentralization or centralization: striking a balance.

    PubMed

    Dirschel, K M

    1994-09-01

    An Executive Vice President for Nursing can provide the necessary link to meet diverse clinical demands when encountering centralization--decentralization decisions. Centralized communication links hospital departments giving nurses a unified voice. Decentralization acknowledges the need for diversity and achieves the right balance of uniformity through a responsive communications network.

  10. An Energy Balanced and Lifetime Extended Routing Protocol for Underwater Sensor Networks.

    PubMed

    Wang, Hao; Wang, Shilian; Zhang, Eryang; Lu, Luxi

    2018-05-17

    Energy limitation is an adverse problem in designing routing protocols for underwater sensor networks (UWSNs). To prolong the network lifetime with limited battery power, an energy balanced and efficient routing protocol, called energy balanced and lifetime extended routing protocol (EBLE), is proposed in this paper. The proposed EBLE not only balances traffic loads according to the residual energy, but also optimizes data transmissions by selecting low-cost paths. Two phases are operated in the EBLE data transmission process: (1) candidate forwarding set selection phase and (2) data transmission phase. In candidate forwarding set selection phase, nodes update candidate forwarding nodes by broadcasting the position and residual energy level information. The cost value of available nodes is calculated and stored in each sensor node. Then in data transmission phase, high residual energy and relatively low-cost paths are selected based on the cost function and residual energy level information. We also introduce detailed analysis of optimal energy consumption in UWSNs. Numerical simulation results on a variety of node distributions and data load distributions prove that EBLE outperforms other routing protocols (BTM, BEAR and direct transmission) in terms of network lifetime and energy efficiency.

  11. Compensation for loads during arm movements using equilibrium-point control.

    PubMed

    Gribble, P L; Ostry, D J

    2000-12-01

    A significant problem in motor control is how information about movement error is used to modify control signals to achieve desired performance. A potential source of movement error and one that is readily controllable experimentally relates to limb dynamics and associated movement-dependent loads. In this paper, we have used a position control model to examine changes to control signals for arm movements in the context of movement-dependent loads. In the model, based on the equilibrium-point hypothesis, equilibrium shifts are adjusted directly in proportion to the positional error between desired and actual movements. The model is used to simulate multi-joint movements in the presence of both "internal" loads due to joint interaction torques, and externally applied loads resulting from velocity-dependent force fields. In both cases it is shown that the model can achieve close correspondence to empirical data using a simple linear adaptation procedure. An important feature of the model is that it achieves compensation for loads during movement without the need for either coordinate transformations between positional error and associated corrective forces, or inverse dynamics calculations.

  12. Tuning charge balance in PHOLEDs with ambipolar host materials to achieve high efficiency

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

    Padmaperuma, Asanga B.; Koech, Phillip K.; Cosimbescu, Lelia

    2009-08-27

    lowering operating voltages, particularly if this is to be achieved in a device that can be manufactured at low cost. To avoid the efficiency losses associated with phosphorescence quenching by back-energy transfer from the dopant onto the host, the triplet excited states of the host material must be higher in energy than the triplet excited state of the dopant.5 This must be accomplished without sacrificing the charge transporting properties of the composite.6 Similar problems limit the efficiency of OLED-based displays, where blue light emitters are the least efficient and least stable. We previously demonstrated the utility of organic phosphine oxide (PO) materials as electron transporting HMs for FIrpic in blue OLEDs.7 However, the high reluctance of PO materials to oxidation and thus, hole injection limits the ability to balance charge injection and transport in the EML without relying on charge transport by the phosphorescent dopant. PO host materials were engineered to transport both electrons and holes in the EML and still maintain high triplet exciton energy to ensure efficient energy transfer to the dopant (Figure 1). There are examples of combining hole transporting moieties (mainly aromatic amines) with electron transport moieties (e.g., oxadiazoles, triazines, boranes)8 to develop new emitter and host materials for small molecule and polymer9 OLEDs. The challenge is to combine the two moieties without lowering the triplet energy of the target molecule. For example, coupling of a dimesitylphenylboryl moiety with a tertiary aromatic amine (FIAMBOT) results in intramolecular electron transfer from the amine to the boron atom through the bridging phenyl. The mesomeric effect of the dimesitylphenylboryl unit acts to extend conjugation and lowers triplet exciton energies (< 2.8 eV) rendering such systems inadequate as ambipolar hosts for blue phosphors.« less

  13. Achieving the Promise of Therapeutic Extracellular Vesicles: The Devil is in Details of Therapeutic Loading.

    PubMed

    Sutaria, Dhruvitkumar S; Badawi, Mohamed; Phelps, Mitch A; Schmittgen, Thomas D

    2017-05-01

    Extracellular vesicles (EVs) represent a class of cell secreted organelles which naturally contain biomolecular cargo such as miRNA, mRNA and proteins. EVs mediate intercellular communication, enabling the transfer of functional nucleic acids from the cell of origin to the recipient cells. In addition, EVs make an attractive delivery vehicle for therapeutics owing to their increased stability in circulation, biocompatibility, low immunogenicity and toxicity profiles. EVs can also be engineered to display targeting moieties on their surfaces which enables targeting to desired tissues, organs or cells. While much has been learned on the role of EVs as cell communicators, the field of therapeutic EV application is currently under development. Critical to the future success of EV delivery system is the description of methods by which therapeutics can be successfully and efficiently loaded within the EVs. Two methods of loading of EVs with therapeutic cargo exist, endogenous and exogenous loading. We have therefore focused this review on describing the various published approaches for loading EVs with therapeutics.

  14. Nondestructive Estimation of Muscle Contributions to STS Training with Different Loadings Based on Wearable Sensor System

    PubMed Central

    2018-01-01

    Partial body weight support or loading sit-to-stand (STS) rehabilitation can be useful for persons with lower limb dysfunction to achieve movement again based on the internal residual muscle force and external assistance. To explicate how the muscles contribute to the kinetics and kinematics of STS performance by non-invasive in vitro detection and to nondestructively estimate the muscle contributions to STS training with different loadings, a wearable sensor system was developed with ground reaction force (GRF) platforms, motion capture inertial sensors and electromyography (EMG) sensors. To estimate the internal moments of hip, knee and ankle joints and quantify the contributions of individual muscle and gravity to STS movement, the inverse dynamics analysis on a simplified STS biomechanical model with external loading is proposed. The functional roles of the lower limb individual muscles (rectus femoris (RF), gluteus maximus (GM), vastus lateralis (VL), tibialis anterior (TA) and gastrocnemius (GAST)) during STS motion and the mechanism of the muscles’ synergies to perform STS-specific subtasks were analyzed. The muscle contributions to the biomechanical STS subtasks of vertical propulsion, anteroposterior (AP) braking and propulsion for body balance in the sagittal plane were quantified by experimental studies with EMG, kinematic and kinetic data. PMID:29587391

  15. Nondestructive Estimation of Muscle Contributions to STS Training with Different Loadings Based on Wearable Sensor System.

    PubMed

    Liu, Kun; Liu, Yong; Yan, Jianchao; Sun, Zhenyuan

    2018-03-25

    Partial body weight support or loading sit-to-stand (STS) rehabilitation can be useful for persons with lower limb dysfunction to achieve movement again based on the internal residual muscle force and external assistance. To explicate how the muscles contribute to the kinetics and kinematics of STS performance by non-invasive in vitro detection and to nondestructively estimate the muscle contributions to STS training with different loadings, a wearable sensor system was developed with ground reaction force (GRF) platforms, motion capture inertial sensors and electromyography (EMG) sensors. To estimate the internal moments of hip, knee and ankle joints and quantify the contributions of individual muscle and gravity to STS movement, the inverse dynamics analysis on a simplified STS biomechanical model with external loading is proposed. The functional roles of the lower limb individual muscles (rectus femoris (RF), gluteus maximus (GM), vastus lateralis (VL), tibialis anterior (TA) and gastrocnemius (GAST)) during STS motion and the mechanism of the muscles' synergies to perform STS-specific subtasks were analyzed. The muscle contributions to the biomechanical STS subtasks of vertical propulsion, anteroposterior (AP) braking and propulsion for body balance in the sagittal plane were quantified by experimental studies with EMG, kinematic and kinetic data.

  16. Student Achievement in Title I Schools

    ERIC Educational Resources Information Center

    Diaz, Abby T.

    2017-01-01

    This researcher seeks to answer the following question: How did two elementary Title I schools, identified as "high performing" on the first Smarter Balanced assessment, address elements of Maslow's hierarchy of needs when developing school-wide initiatives to enhance student achievement? Many students in Title I schools face barriers to…

  17. Effect of synthetic surfaces and vegetation in urban areas on human energy balance and comfort

    Treesearch

    Thomas F. Stark; David R. Miller

    1977-01-01

    The thermal balance of a standard man was quantified for a variety of urban and rural summer daytime microclimates. The resulting net heat-load data were correlated with the relative amounts of vegetation and synthetic materials at each site. By extrapolating these results, it is possible to estimate the expected heat load of a proposed development before it is built...

  18. Utilization of Model Predictive Control to Balance Power Absorption Against Load Accumulation: Preprint

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

    Abbas, Nikhar; Tom, Nathan

    Wave energy converter (WEC) control strategies have been primarily focused on maximizing power absorption. The use of model predictive control strategies allows for a finite-horizon, multiterm objective function to be solved. This work utilizes a multiterm objective function to maximize power absorption while minimizing the structural loads on the WEC system. Furthermore, a Kalman filter and autoregressive model were used to estimate and forecast the wave exciting force and predict the future dynamics of the WEC. The WEC's power-take-off time-averaged power and structural loads under a perfect forecast assumption in irregular waves were compared against results obtained from the Kalmanmore » filter and autoregressive model to evaluate model predictive control performance.« less

  19. Characterization of flexure hinges for the French watt balance experiment

    NASA Astrophysics Data System (ADS)

    Pinot, Patrick; Genevès, Gérard

    2014-08-01

    In the French watt balance experiment, the translation and rotation functions must have no backlash, no friction, nor the need for lubricants. In addition errors in position and movement must be below 100 nm. Flexure hinges can meet all of these criteria. Different materials, profile shapes and machining techniques have been studied. The flexure pivots have been characterized using three techniques: 1) an optical microscope and, if necessary, a SEM to observe the surface inhomogeneities; 2) a mass comparator to determine the bending stiffness of unloaded pivots; 3) a loaded beam oscillating freely under vacuum to study the dynamic behavior of loaded pivots.

  20. ACHIEVING THE PROMISE OF THERAPEUTIC EXTRACELLULAR VESICLES: THE DEVIL IS IN DETAILS OF THERAPEUTIC LOADING

    PubMed Central

    Sutaria, Dhruvitkumar S.; Badawi, Mohamed; Phelps, Mitch A.; Schmittgen, Thomas D.

    2017-01-01

    Extracellular vesicles (EVs) represent a class of cell secreted organelles which naturally contain biomolecular cargo such as miRNA, mRNA and proteins. EVs mediate intercellular communication, enabling the transfer of functional nucleic acids from the cell of origin to the recipient cells. In addition, EVs make an attractive delivery vehicle for therapeutics owing to their increased stability in circulation, biocompatibility, low immunogenicity and toxicity profiles. EVs can also be engineered to display targeting moieties on their surfaces which enables targeting to desired tissues, organs or cells. While much has been learned on the role of EVs as cell communicators, the field of therapeutic EV application is currently under development. Critical to the future success of EV delivery system is the description of methods by which therapeutics can be successfully and efficiently loaded within the EVs. Two methods of loading of EVs with therapeutic cargo exist, endogenous and exogenous loading. We have therefore focused this review on describing the various published approaches for loading EVs with therapeutics. PMID:28315083

  1. Surgical technique for balancing posterior spinal fusions to the pelvis using the T square of Tolo.

    PubMed

    Andras, Lindsay; Yamaguchi, Kent T; Skaggs, David L; Tolo, Vernon T

    2012-12-01

    Correcting pelvic obliquity and improving sitting balance in neuromuscular scoliosis often requires fixation to the pelvis. We describe the use of a T square instrument to assist intraoperatively in evaluating the alignment of these curves and achieving balance in the coronal plane. The T square instrument was constructed with a vertical limb perpendicular to 2 horizontal limbs in a T formation. At the conclusion of the instrumentation and preliminary reduction maneuvers, the T square was positioned with the horizontal limbs parallel to the pelvis and the vertical limb in line with the central sacral line. If the spine and pelvis were well balanced, fluoroscopic images demonstrated that the superior aspect of the vertical limb of the T square was crossing the vertebral body of T1. If this was not shown, then some combination of compression, distraction, or a change in the contouring of the rods was performed until this balance was achieved. In this series, we describe case examples in which the T square has been successfully used to aid in achieving balance in the coronal plane. This technique helps to overcome the challenges with positioning and imaging often encountered in managing these long, rigid curves. The T square is a useful adjunct in balancing posterior spinal fusions and evaluating the correction of pelvic obliquity in cases of neuromuscular scoliosis. This novel, yet simple, T square technique can be used for any method of posterior spinal fusion with lumbopelvic fixation to assist in the intraoperative evaluation and achievement of balance in the coronal plane and has become routine at our institution. IV.

  2. Simulation of demand management and grid balancing with electric vehicles

    NASA Astrophysics Data System (ADS)

    Druitt, James; Früh, Wolf-Gerrit

    2012-10-01

    This study investigates the potential role of electric vehicles in an electricity network with a high contribution from variable generation such as wind power. Electric vehicles are modelled to provide demand management through flexible charging requirements and energy balancing for the network. Balancing applications include both demand balancing and vehicle-to-grid discharging. This study is configured to represent the UK grid with balancing requirements derived from wind generation calculated from weather station wind speeds on the supply side and National Grid data from on the demand side. The simulation models 1000 individual vehicle entities to represent the behaviour of larger numbers of vehicles. A stochastic trip generation profile is used to generate realistic journey characteristics, whilst a market pricing model allows charging and balancing decisions to be based on realistic market price conditions. The simulation has been tested with wind generation capacities representing up to 30% of UK consumption. Results show significant improvements to load following conditions with the introduction of electric vehicles, suggesting that they could substantially facilitate the uptake of intermittent renewable generation. Electric vehicle owners would benefit from flexible charging and selling tariffs, with the majority of revenue derived from vehicle-to-grid participation in balancing markets.

  3. Analysis of Sting Balance Calibration Data Using Optimized Regression Models

    NASA Technical Reports Server (NTRS)

    Ulbrich, Norbert; Bader, Jon B.

    2009-01-01

    Calibration data of a wind tunnel sting balance was processed using a search algorithm that identifies an optimized regression model for the data analysis. The selected sting balance had two moment gages that were mounted forward and aft of the balance moment center. The difference and the sum of the two gage outputs were fitted in the least squares sense using the normal force and the pitching moment at the balance moment center as independent variables. The regression model search algorithm predicted that the difference of the gage outputs should be modeled using the intercept and the normal force. The sum of the two gage outputs, on the other hand, should be modeled using the intercept, the pitching moment, and the square of the pitching moment. Equations of the deflection of a cantilever beam are used to show that the search algorithm s two recommended math models can also be obtained after performing a rigorous theoretical analysis of the deflection of the sting balance under load. The analysis of the sting balance calibration data set is a rare example of a situation when regression models of balance calibration data can directly be derived from first principles of physics and engineering. In addition, it is interesting to see that the search algorithm recommended the same regression models for the data analysis using only a set of statistical quality metrics.

  4. The critical loads and levels approach for nitrogen

    Treesearch

    T.A. Clair; T. Blett; J. Aherne; M.P.M. Aidar; R. Artz; W.J. Bealey; W. Budd; J.N. Cape; C.J. Curtis; L. Duan; M.E. Fenn; P. Groffman; R. Haeuber; J.R. Hall; J.-P. Hettelingh; D. López-Hernández; B. Mathieson; L. Pardo; M. Posch; R.V. Pouyat; T. Spranger; H. Sverdrup; H. van Dobben; A. van Hinsberg

    2014-01-01

    This chapter reports the findings of a Working Group to review the critical loads (CLs) and levels approach for nitrogen (N). The three main approaches to estimating CLs are empirical, mass balance and dynamic modelling. Examples are given of recent developments in Europe, North America and Asia and it is concluded that other countries should be encouraged to develop...

  5. Work-life balance in an industrial setting. Focus on advocacy.

    PubMed

    Dow-Clarke, R Anne

    2002-02-01

    1. Employers have a role in assisting workers to manage conflicting priorities of work and family. 2. Management support and sensitivity to family and home life responsibilities and flexible application of policies are believed to be key factors in promoting work-life balance in the workplace. 3. Occupational health nurses have a role in advocating for revised company policies to assist employees to achieve and maintain a work-life balance. The information provided in this article can be used to guide future evaluation for the reduction of barriers to employee work-life balance.

  6. Implications of Dynamic Loading and Changing Climate on Mercury Bioaccumulation in a Planktivorous Fish (Orthodon microlepidotus)

    NASA Astrophysics Data System (ADS)

    Carroll, R. W. H.; Flickinger, A.; Warwick, J. J.; Schumer, R.

    2015-12-01

    A bioenergetic and mercury (Hg) mass balance (BioHg) model is developed for the Sacramento blackfish (Orthodon microlepidotus), a filter feeding cyprinid found in northern California and Nevada. Attention focuses on the Lahontan Reservoir in northern Nevada, which receives a strong temporally varying load of dissolved methylmercury (DMeHg) from the Carson River. Hg loads are the result of contaminated bank erosion during high flows and diffusion from bottom sediments during low flows. Coupling of dynamic reservoir loading with periods of maximum plankton growth and maximum fish consumption rates are required to explain the largest body burdens observed in the planktivore. In contrast, the large body burdens cannot be achieved using average water column concentrations. The United States Bureau of Reclamation has produced future streamflow estimates for 2000-2099 using 112 CMIP3 climate projections and the Variable Infiltration Capacity (VIC) model. These are used to drive a fully dynamic Hg transport model to assess changes in contaminant loading to the reservoir and implications on planktivorous bioaccumulation. Model results suggest the future loads of DMeHg entering the Lahontan Reservoir will decrease most significantly in the spring and summer due to channel width increases and depth decreases in the Carson River which reduce bank erosion over the century. The modeled concentrations of DMeHg in the reservoir are expected to increase during the summer due to a decrease in reservoir volume affecting the concentrations more than the decrease in loads, and the model results show that bioaccumulation levels may increase in the upstream sections of the reservoir while maintaining contamination levels above the federal action limit for human consumption in the lower reservoir.

  7. Spectral domain optical coherence tomography with dual-balanced detection

    NASA Astrophysics Data System (ADS)

    Bo, En; Liu, Xinyu; Chen, Si; Luo, Yuemei; Wang, Nanshuo; Wang, Xianghong; Liu, Linbo

    2016-03-01

    We developed a spectral domain optical coherence tomography (SD-OCT) system employing dual-balanced detection (DBD) for direct current term suppression and SNR enhancement, especially for auto-autocorrelation artifacts reduction. The DBD was achieved by using a beam splitter to building a free-space Michelson interferometer, which generated two interferometric spectra with a phase difference of π. These two phase-opposed spectra were guided to the spectrometer through two single mode fibers of the 8 fiber v-groove array and acquired by ultizing the upper two lines of a three-line CCD camera. We rotated this fiber v-groove array by 1.35 degrees to focus two spectra onto the first and second line of the CCD camera. Two spectra were aligned by optimum spectrum matching algorithm. By subtracting one spectrum from the other, this dual-balanced detection system achieved a direct current term suppression of ~30 dB, SNR enhancement of ~3 dB, and auto-autocorrelation artifacts reduction of ~10 dB experimentally. Finally we respectively validated the feasibility and performance of dual-balanced detection by imaging a glass plate and swine corneal tissue ex vivo. The quality of images obtained using dual-balanced detection was significantly improved with regard to the conventional single-detection (SD) images.

  8. Balancing Particle and Mesh Computation in a Particle-In-Cell Code

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

    Worley, Patrick H; D'Azevedo, Eduardo; Hager, Robert

    2016-01-01

    The XGC1 plasma microturbulence particle-in-cell simulation code has both particle-based and mesh-based computational kernels that dominate performance. Both of these are subject to load imbalances that can degrade performance and that evolve during a simulation. Each separately can be addressed adequately, but optimizing just for one can introduce significant load imbalances in the other, degrading overall performance. A technique has been developed based on Golden Section Search that minimizes wallclock time given prior information on wallclock time, and on current particle distribution and mesh cost per cell, and also adapts to evolution in load imbalance in both particle and meshmore » work. In problems of interest this doubled the performance on full system runs on the XK7 at the Oak Ridge Leadership Computing Facility compared to load balancing only one of the kernels.« less

  9. Achieving Congestion Mitigation Using Distributed Power Control for Spectrum Sensor Nodes in Sensor Network-Aided Cognitive Radio Ad Hoc Networks

    PubMed Central

    Zhuo, Fan; Duan, Hucai

    2017-01-01

    The data sequence of spectrum sensing results injected from dedicated spectrum sensor nodes (SSNs) and the data traffic from upstream secondary users (SUs) lead to unpredictable data loads in a sensor network-aided cognitive radio ad hoc network (SN-CRN). As a result, network congestion may occur at a SU acting as fusion center when the offered data load exceeds its available capacity, which degrades network performance. In this paper, we present an effective approach to mitigate congestion of bottlenecked SUs via a proposed distributed power control framework for SSNs over a rectangular grid based SN-CRN, aiming to balance resource load and avoid excessive congestion. To achieve this goal, a distributed power control framework for SSNs from interior tier (IT) and middle tier (MT) is proposed to achieve the tradeoff between channel capacity and energy consumption. In particular, we firstly devise two pricing factors by considering stability of local spectrum sensing and spectrum sensing quality for SSNs. By the aid of pricing factors, the utility function of this power control problem is formulated by jointly taking into account the revenue of power reduction and the cost of energy consumption for IT or MT SSN. By bearing in mind the utility function maximization and linear differential equation constraint of energy consumption, we further formulate the power control problem as a differential game model under a cooperation or noncooperation scenario, and rigorously obtain the optimal solutions to this game model by employing dynamic programming. Then the congestion mitigation for bottlenecked SUs is derived by alleviating the buffer load over their internal buffers. Simulation results are presented to show the effectiveness of the proposed approach under the rectangular grid based SN-CRN scenario. PMID:28914803

  10. The balanced scorecard: sustainable performance assessment for forensic laboratories.

    PubMed

    Houck, Max; Speaker, Paul J; Fleming, Arron Scott; Riley, Richard A

    2012-12-01

    The purpose of this article is to introduce the concept of the balanced scorecard into the laboratory management environment. The balanced scorecard is a performance measurement matrix designed to capture financial and non-financial metrics that provide insight into the critical success factors for an organization, effectively aligning organization strategy to key performance objectives. The scorecard helps organizational leaders by providing balance from two perspectives. First, it ensures an appropriate mix of performance metrics from across the organization to achieve operational excellence; thereby the balanced scorecard ensures that no single or limited group of metrics dominates the assessment process, possibly leading to long-term inferior performance. Second, the balanced scorecard helps leaders offset short term performance pressures by giving recognition and weight to long-term laboratory needs that, if not properly addressed, might jeopardize future laboratory performance. Copyright © 2012 Forensic Science Society. Published by Elsevier Ireland Ltd. All rights reserved.

  11. Gender Balance Analysis of the Metropolitan Achievement Tests, 1978 Edition.

    ERIC Educational Resources Information Center

    Jensen, Marjane; Beck, Michael D.

    The 1978 edition of the Metropolitan Achievement Tests was analyzed for sex stereotyping and for the use of male, female, or neuter references and a comparison was made with the 1970 edition. There was less bias in the new edition, and there was relatively little sex stereotyping with respect to occupations, activities, and roles for females.…

  12. Optimization of drug loading to improve physical stability of paclitaxel-loaded long-circulating liposomes.

    PubMed

    Kannan, Vinayagam; Balabathula, Pavan; Divi, Murali K; Thoma, Laura A; Wood, George C

    2015-01-01

    The effect of formulation and process parameters on drug loading and physical stability of paclitaxel-loaded long-circulating liposomes was evaluated. The liposomes were prepared by hydration-extrusion method. The formulation parameters such as total lipid content, cholesterol content, saturated-unsaturated lipid ratio, drug-lipid ratio and process parameters such as extrusion pressure and number of extrusion cycles were studied and their impact on drug loading and physical stability was evaluated. A proportionate increase in drug loading was observed with increase in the total phospholipid content. Cholesterol content and saturated lipid content in the bilayer showed a negative influence on drug loading. The short-term stability evaluation of liposomes prepared with different drug-lipid ratios demonstrated that 1:60 as the optimum drug-lipid ratio to achieve a loading of 1-1.3 mg/mL without the risk of physical instability. The vesicle size decreased with an increase in the extrusion pressure and number of extrusion cycles, but no significant trends were observed for drug loading with changes in process pressure or number of cycles. The optimization of formulation and process parameters led to a physically stable formulation of paclitaxel-loaded long-circulating liposomes that maintain size, charge and integrity during storage.

  13. Effects of Cognitive Load on Trust

    DTIC Science & Technology

    2013-10-01

    that may be affected by load  Build a parsing tool to extract relevant features  Statistical analysis of results (by load components) Achieved...for a business application. Participants assessed potential job candidates and reviewed the applicants’ virtual resume which included standard...substantially different from each other that would make any confounding problems or other issues. Some statistics of the Australian data collection are

  14. Static calibration of the RSRA active-isolator rotor balance system

    NASA Technical Reports Server (NTRS)

    Acree, C. W., Jr.

    1987-01-01

    The Rotor Systems Research Aircraft (RSRA) active-isolator system is designed to reduce rotor vibrations transmitted to the airframe and to simultaneously measure all six forces and moments generated by the rotor. These loads are measured by using a combination of load cells, strain gages, and hydropneumatic active isolators with built-in pressure gages. The first static calibration of the complete active-isolator rotor balance system was performed in l983 to verify its load-measurement capabilities. Analysis of the data included the use of multiple linear regressions to determine calibration matrices for different data sets and a hysteresis-removal algorithm to estimate in-flight measurement errors. Results showed that the active-isolator system can fulfill most performance predictions. The results also suggested several possible improvements to the system.

  15. Analysis of muscle activation in lower extremity for static balance.

    PubMed

    Chakravarty, Kingshuk; Chatterjee, Debatri; Das, Rajat Kumar; Tripathy, Soumya Ranjan; Sinha, Aniruddha

    2017-07-01

    Balance plays an important role for human bipedal locomotion. Degeneration of balance control is prominent in stroke patients, elderly adults and even for majority of obese people. Design of personalized balance training program, in order to strengthen muscles, requires the analysis of muscle activation during an activity. In this paper we have proposed an affordable and portable approach to analyze the relationship between the static balance strategy and activation of various lower extremity muscles. To do that we have considered Microsoft Kinect XBox 360 as a motion sensing device and Wii balance board for measuring external force information. For analyzing the muscle activation pattern related to static balance, participants are asked to do the single limb stance (SLS) exercise on the balance board and in front of the Kinect. Static optimization to minimize the overall muscle activation pattern is carried out using OpenSim, which is an open-source musculoskeletal simulation software. The study is done on ten normal and ten obese people, grouped according to body mass index (BMI). Results suggest that the lower extremity muscles like biceps femoris, psoas major, sartorius, iliacus play the major role for both maintaining the balance using one limb as well as maintaining the flexion of the other limb during SLS. Further investigations reveal that the higher muscle activations of the flexed leg for normal group demonstrate higher strength. Moreover, the lower muscle activation of the standing leg for normal group demonstrate more headroom for the biceps femoris-short-head and psoas major to withstand the load and hence have better static balance control.

  16. A Bayesian approach to infer nitrogen loading rates from crop and land-use types surrounding private wells in the Central Valley, California

    NASA Astrophysics Data System (ADS)

    Ransom, Katherine M.; Bell, Andrew M.; Barber, Quinn E.; Kourakos, George; Harter, Thomas

    2018-05-01

    This study is focused on nitrogen loading from a wide variety of crop and land-use types in the Central Valley, California, USA, an intensively farmed region with high agricultural crop diversity. Nitrogen loading rates for several crop types have been measured based on field-scale experiments, and recent research has calculated nitrogen loading rates for crops throughout the Central Valley based on a mass balance approach. However, research is lacking to infer nitrogen loading rates for the broad diversity of crop and land-use types directly from groundwater nitrate measurements. Relating groundwater nitrate measurements to specific crops must account for the uncertainty about and multiplicity in contributing crops (and other land uses) to individual well measurements, and for the variability of nitrogen loading within farms and from farm to farm for the same crop type. In this study, we developed a Bayesian regression model that allowed us to estimate land-use-specific groundwater nitrogen loading rate probability distributions for 15 crop and land-use groups based on a database of recent nitrate measurements from 2149 private wells in the Central Valley. The water and natural, rice, and alfalfa and pasture groups had the lowest median estimated nitrogen loading rates, each with a median estimate below 5 kg N ha-1 yr-1. Confined animal feeding operations (dairies) and citrus and subtropical crops had the greatest median estimated nitrogen loading rates at approximately 269 and 65 kg N ha-1 yr-1, respectively. In general, our probability-based estimates compare favorably with previous direct measurements and with mass-balance-based estimates of nitrogen loading. Nitrogen mass-balance-based estimates are larger than our groundwater nitrate derived estimates for manured and nonmanured forage, nuts, cotton, tree fruit, and rice crops. These discrepancies are thought to be due to groundwater age mixing, dilution from infiltrating river water, or denitrification

  17. Perceptual load influences selective attention across development.

    PubMed

    Couperus, Jane W

    2011-09-01

    Research suggests that visual selective attention develops across childhood. However, there is relatively little understanding of the neurological changes that accompany this development, particularly in the context of adult theories of selective attention, such as N. Lavie's (1995) perceptual load theory of attention. This study examined visual selective attention across development from 7 years of age to adulthood. Specifically, the author examined if changes in processing as a function of selective attention are similarly influenced by perceptual load across development. Participants were asked to complete a task at either low or high perceptual load while processing of an unattended probe stimulus was examined using event related potentials. Similar to adults, children and teens showed reduced processing of the unattended stimulus as perceptual load increased at the P1 visual component. However, although there were no qualitative differences in changes in processing, there were quantitative differences, with shorter P1 latencies in teens and adults compared with children, suggesting increases in the speed of processing across development. In addition, younger children did not need as high a perceptual load to achieve the same difference in performance between low and high perceptual load as adults. Thus, this study demonstrates that although there are developmental changes in visual selective attention, the mechanisms by which visual selective attention is achieved in children may share similarities with adults.

  18. Force instrumentation for cryogenic wind tunnels using one-piece strain-gage balances

    NASA Technical Reports Server (NTRS)

    Ferris, A. T.

    1980-01-01

    The use of cryogenic temperatures in wind tunnels to achieve high Reynolds numbers has imposed a harsh operating environment on the force balance. Laboratory tests were conducted to study the effect cryogenic temperatures have on balance materials, gages, wiring, solder, adhesives, and moisture proofing. Wind tunnel tests were conducted using a one piece three component balance to verify laboratory results. These initial studies indicate that satisfactory force data can be obtained under steady state conditions.

  19. Weight and Balance for the Airmass Incorporated Sunburst Model C Ultralight

    NASA Technical Reports Server (NTRS)

    1983-01-01

    The results of the weight and balance determination done for an ultralight aircraft are presented. The weight and balance determination encompassed finding weight and center of gravity of each component, determining the center of gravity of the ultralight in an X, Y, Z reference plane, and calculating the mass moments and products of inertia. The relations were calculated for various pilot weights and fuel loadings. The fuel varied from empty to five gallons (31.05 lbs), and the pilots ranged from 90 to 260 pounds. The weighings of components total 277.48 lbs (no pilot and no fuel).

  20. An international collaboration to standardize HIV-2 viral load assays: results from the 2009 ACHI(E)V(2E) quality control study.

    PubMed

    Damond, F; Benard, A; Balotta, Claudia; Böni, Jürg; Cotten, Matthew; Duque, Vitor; Ferns, Bridget; Garson, Jeremy; Gomes, Perpetua; Gonçalves, Fátima; Gottlieb, Geoffrey; Kupfer, Bernd; Ruelle, Jean; Rodes, Berta; Soriano, Vicente; Wainberg, Mark; Taieb, Audrey; Matheron, Sophie; Chene, Genevieve; Brun-Vezinet, Francoise

    2011-10-01

    Accurate HIV-2 plasma viral load quantification is crucial for adequate HIV-2 patient management and for the proper conduct of clinical trials and international cohort collaborations. This study compared the homogeneity of HIV-2 RNA quantification when using HIV-2 assays from ACHI(E)V(2E) study sites and either in-house PCR calibration standards or common viral load standards supplied to all collaborators. Each of the 12 participating laboratories quantified blinded HIV-2 samples, using its own HIV-2 viral load assay and standard as well as centrally validated and distributed common HIV-2 group A and B standards (http://www.hiv.lanl.gov/content/sequence/HelpDocs/subtypes-more.html). Aliquots of HIV-2 group A and B strains, each at 2 theoretical concentrations (2.7 and 3.7 log(10) copies/ml), were tested. Intralaboratory, interlaboratory, and overall variances of quantification results obtained with both standards were compared using F tests. For HIV-2 group A quantifications, overall and interlaboratory and/or intralaboratory variances were significantly lower when using the common standard than when using in-house standards at the concentration levels of 2.7 log(10) copies/ml and 3.7 log(10) copies/ml, respectively. For HIV-2 group B, a high heterogeneity was observed and the variances did not differ according to the type of standard used. In this international collaboration, the use of a common standard improved the homogeneity of HIV-2 group A RNA quantification only. The diversity of HIV-2 group B, particularly in PCR primer-binding regions, may explain the heterogeneity in quantification of this strain. Development of a validated HIV-2 viral load assay that accurately quantifies distinct circulating strains is needed.

  1. Metrics help rural hospitals achieve world-class performance.

    PubMed

    Goodspeed, Scott W

    2006-01-01

    This article describes the emerging trend of using metrics in rural hospitals to achieve world-class performance. This trend is a response to the fact that rural hospitals have small patient volumes yet must maintain a profit margin in order to fulfill their mission to the community. The conceptual idea for this article is based largely on Robert Kaplan and David Norton's Balanced Scorecard articles in the Harvard Business Review. The ideas also come from the experiences of the 60-plus rural hospitals that are using the Balanced Scorecard and their implementation of metrics to influence performance and behavior. It is indeed possible for rural hospitals to meet and exceed the unique needs of patients and physicians (customers), to achieve healthy profit margins, and to be the rural hospital of choice that employees are proud to work for.

  2. Effects of Clofibrate on Salt Loading-Induced Hypertension in Rats

    PubMed Central

    Cruz, Antonio; Rodríguez-Gómez, Isabel; Pérez-Abud, Rocío; Vargas, Miguel Ángel; Wangensteen, Rosemary; Quesada, Andrés; Osuna, Antonio; Moreno, Juan Manuel

    2011-01-01

    The effects of clofibrate on the hemodynamic and renal manifestations of increased saline intake were analyzed. Four groups of male Wistar rats were treated for five weeks: control, clofibrate (240 mg/kg/day), salt (2% via drinking water), and salt + clofibrate. Body weight, systolic blood pressure (SBP), and heart rate (HR) were recorded weekly. Finally, SBP, HR, and morphologic, metabolic, plasma, and renal variables were measured. Salt increased SBP, HR, urinary isoprostanes, NOx, ET, vasopressin and proteinuria and reduced plasma free T4 (FT4) and tissue FT4 and FT3 versus control rats. Clofibrate prevented the increase in SBP produced by salt administration, reduced the sodium balance, and further reduced plasma and tissue thyroid hormone levels. However, clofibrate did not modify the relative cardiac mass, NOx, urinary ET, and vasopressin of saline-loaded rats. In conclusion, chronic clofibrate administration prevented the blood pressure elevation of salt-loaded rats by decreasing sodium balance and reducing thyroid hormone levels. PMID:20981147

  3. Calibration of LRFR live load factors using weigh-in-motion data.

    DOT National Transportation Integrated Search

    2006-06-01

    The Load and Resistance Factor Rating (LRFR) code for load rating bridges is based on factors calibrated from structural : load and resistance statistics to achieve a more uniform level of reliability for all bridges. The liveload factors in the : LR...

  4. Supporting clinician educators to achieve “work-work balance”

    PubMed Central

    Maniate, Jerry; Dath, Deepak; Cooke, Lara; Leslie, Karen; Snell, Linda; Busari, Jamiu

    2016-01-01

    Clinician Educators (CE) have numerous responsibilities in different professional domains, including clinical, education, research, and administration. Many CEs face tensions trying to manage these often competing professional responsibilities and achieve “work-work balance.” Rich discussions of techniques for work-work balance amongst CEs at a medical education conference inspired the authors to gather, analyze, and summarize these techniques to share with others. In this paper we present the CE’s “Four Ps”; these are practice points that support both the aspiring and established CE to help improve their performance and productivity as CEs, and allow them to approach work-work balance. PMID:28344698

  5. Is it important to know the load mass in lifting tasks to prevent falls?

    PubMed

    Azevedo, Rui; Mourão, Paulo; Abade, Eduardo; Carvalho, Alberto

    2015-01-01

    Lifting objects without knowing its weight may result in postural imbalances and be a risk factor for falls. The aim of this study was to examine the influence of the load knowledge in postural balance when lifting different weight loads. Thirteen male subjects (23.8 ± 3.1 years; 73.5 ± 7.8 kg; 179.1 ± 7.5 cm; foot length, 25.7 ± 1.2 cm) participated in the study. The effect of the weight overestimation on the postural stability was measured by the Index of Proximity to Stability Boundary (IPSB) and through the anterior-posterior and medio-lateral lengths displacements of the Center of Pressure (CoP). The results showed an increase in the IPSB when the 5 kg lifting task was performed with load knowledge. Moreover, the length of the antero-posterior and medio-lateral CoP displacement was reduced in the 5 kg lift with knowledge. Results showed that the lack of the loads' knowledge may lead to balance loss. Thus, when the preparation processes are not adequate, picking up similar objects with different loads may increase the risk of fall, mainly when a light weight is suddenly lifted up after a heavy one.

  6. Cognitive Load in Algebra: Element Interactivity in Solving Equations

    ERIC Educational Resources Information Center

    Ngu, Bing Hiong; Chung, Siu Fung; Yeung, Alexander Seeshing

    2015-01-01

    Central to equation solving is the maintenance of equivalence on both sides of the equation. However, when the process involves an interaction of multiple elements, solving an equation can impose a high cognitive load. The balance method requires operations on both sides of the equation, whereas the inverse method involves operations on one side…

  7. The representations of work-life balance in Canadian newspapers.

    PubMed

    Reece, Katherine T; Davis, Jane A; Polatajko, Helene J

    2009-01-01

    Work-life balance has become a topic of increasing interest in the media as well as a concern among working Canadians. Since print media discourse can both reflect and shape societal values, cultural norms and ideals of workers in this country, it is important to understand this representation and its potential influence on the occupational engagement and life transitions of Canadian workers. Articles from four major Canadian newspapers published between 2003 and 2005 were used as data sources to examine the media construction of "work-life balance". Thematic analysis of 100 articles was performed using a modified affinity diagramming process. Representations within the Canadian print media conveyed both themes pertaining to the perceived experiences of imbalance and balance, as well as, a process of life balance. Obtaining balance was portrayed as an ongoing process during which an individual negotiates and sacrifices in an attempt to achieve his or her ideal level of balance. Environmental expectations and individual practices and perceptions were conveyed as reasons for the success or derailment of balance. The representations of work-life balance found in the Canadian print media were predominantly of professionals, focused on the demands of work and family, and did not appear to be a broad representation of the multiple realities that all Canadians face.

  8. Teaching Gene Technology in an Outreach Lab: Students' Assigned Cognitive Load Clusters and the Clusters' Relationships to Learner Characteristics, Laboratory Variables, and Cognitive Achievement

    NASA Astrophysics Data System (ADS)

    Scharfenberg, Franz-Josef; Bogner, Franz X.

    2013-02-01

    This study classified students into different cognitive load (CL) groups by means of cluster analysis based on their experienced CL in a gene technology outreach lab which has instructionally been designed with regard to CL theory. The relationships of the identified student CL clusters to learner characteristics, laboratory variables, and cognitive achievement were examined using a pre-post-follow-up design. Participants of our day-long module Genetic Fingerprinting were 409 twelfth-graders. During the module instructional phases (pre-lab, theoretical, experimental, and interpretation phases), we measured the students' mental effort (ME) as an index of CL. By clustering the students' module-phase-specific ME pattern, we found three student CL clusters which were independent of the module instructional phases, labeled as low-level, average-level, and high-level loaded clusters. Additionally, we found two student CL clusters that were each particular to a specific module phase. Their members reported especially high ME invested in one phase each: within the pre-lab phase and within the interpretation phase. Differentiating the clusters, we identified uncertainty tolerance, prior experience in experimentation, epistemic interest, and prior knowledge as relevant learner characteristics. We found relationships to cognitive achievement, but no relationships to the examined laboratory variables. Our results underscore the importance of pre-lab and interpretation phases in hands-on teaching in science education and the need for teachers to pay attention to these phases, both inside and outside of outreach laboratory learning settings.

  9. Study on loading coefficient in steam explosion process of corn stalk.

    PubMed

    Sui, Wenjie; Chen, Hongzhang

    2015-03-01

    The object of this work was to evaluate the effect of loading coefficient on steam explosion process and efficacy of corn stalk. Loading coefficient's relation with loading pattern and material property was first revealed, then its effect on transfer process and pretreatment efficacy of steam explosion was assessed by established models and enzymatic hydrolysis tests, respectively, in order to propose its optimization strategy for improving the process economy. Results showed that loading coefficient was mainly determined by loading pattern, moisture content and chip size. Both compact loading pattern and low moisture content improved the energy efficiency of steam explosion pretreatment and overall sugar yield of pretreated materials, indicating that they are desirable to improve the process economy. Pretreatment of small chip size showed opposite effects in pretreatment energy efficiency and enzymatic hydrolysis performance, thus its optimization should be balanced in investigated aspects according to further techno-economical evaluation. Copyright © 2014 Elsevier Ltd. All rights reserved.

  10. Master Amino acid Pattern as sole and total substitute for dietary proteins during a weight-loss diet to achieve the body's nitrogen balance equilibrium.

    PubMed

    Lucà-Moretti, M; Grandi, A; Lucà, E; Muratori, G; Nofroni, M G; Mucci, M P; Gambetta, P; Stimolo, R; Drago, P; Giudice, G; Tamburlin, N; Karbalai, M; Valente, C; Moras, G

    2003-01-01

    Results of this multicentric study have shown that by giving Master Amino acid Pattern (MAP) as a sole and total substitute of dietary proteins to 500 overweight participants undergoing the American Nutrition Clinics/Overweight Management Program (ANC/OMP), the participants' body nitrogen balance could be maintained in equilibrium with essentially no calories (MAP 1 g=0.04 kcal), thereby preserving the body's structural and functional proteins, eliminating excessive water retention from the interstitial compartment, and preventing the sudden weight increase after study conclusion commonly known as the yo-yo effect. Study results have shown that the use of MAP, in conjunction with the ANC/OMP regimen, has proven to be safe and effective by preventing those adverse effects associated with a negative nitrogen balance, such as oversized or flabby tissue, stretch marks, the sagging of breast tissue, increased hair loss, faded hair color, and fragile or brittle nails. Also prevented were those anomalies commonly associated with weight-loss diets, such as hunger, weakness, headache caused by ketosis, constipation, and decreased libido. The use of MAP in conjunction with the ANC/OMP also allowed for mean weight loss of 2.5 kg (5.5 lb) per week, achieved through reduction of excessive fat tissue and elimination of excessive water retention from the interstitial compartment.

  11. Citraturic response to oral citric acid load

    NASA Technical Reports Server (NTRS)

    Sakhaee, K.; Alpern, R.; Poindexter, J.; Pak, C. Y.

    1992-01-01

    It is possible that some orally administered citrate may appear in urine by escaping oxidation in vivo. To determine whether this mechanism contributes to the citraturic response to potassium citrate, we measured serum and urinary citrate for 4 hours after a single oral load of citric acid (40 mEq.) in 6 normal subjects. Since citric acid does not alter acid-base balance, the effect of absorbed citrate could be isolated from that of alkali load. Serum citrate concentration increased significantly (p less than 0.05) 30 minutes after a single oral dose of citric acid and remained significantly elevated for 3 hours after citric acid load. Commensurate with this change, urinary citrate excretion peaked at 2 hours and gradually decreased during the next 2 hours after citric acid load. In contrast, serum and urinary citrate remained unaltered following the control load (no drug). Differences of the citratemic and citraturic effects between phases were significant (p less than 0.05) at 2 and 3 hours. Urinary pH, carbon dioxide pressure, bicarbonate, total carbon dioxide and ammonium did not change at any time after citric acid load, and did not differ between the 2 phases. No significant difference was noted in serum electrolytes, arterialized venous pH and carbon dioxide pressure at any time after citric acid load and between the 2 phases. Thus, the citraturic and citratemic effects of oral citric acid are largely accountable by provision of absorbed citrate, which has escaped in vivo degradation.

  12. Influence of footwear midsole material hardness on dynamic balance control during unexpected gait termination.

    PubMed

    Perry, Stephen D; Radtke, Alison; Goodwin, Chris R

    2007-01-01

    The purpose of this study was to determine the influence of different midsole hardnesses on dynamic balance control during unexpected gait termination. Twelve healthy young female adults were asked to walk along an 8-m walkway, looking straight ahead. During 25% of the trials, they were signaled (via an audio buzzer) to terminate gait within the next two steps. The four experimental conditions were: (1) soft (A15); (2) standard (A33); (3) hard (A50); (4) barefoot. Center of mass (COM) position relative to the lateral base of support (BOS), center of mass-center of pressure (COM-COP) difference and vertical loading rate were used to evaluate the influence of midsole material on dynamic balance control. The results were a decrease in the medial-lateral range of COM with respect to the lateral BOS, a reduction in the maximum COM-COP difference and an increase in the vertical loading rate due to the presence and hardness level of the midsole material when compared to the barefoot condition. The primary outcomes of this study have illustrated the influence of midsole hardness as an impediment to dynamic balance control during responses to gait termination. In conclusion, the present study suggests that variations in midsole material and even the presence of it, impairs the dynamic balance control system.

  13. Smart instrumentation for determination of ligament stiffness and ligament balance in total knee arthroplasty.

    PubMed

    Hasenkamp, W; Villard, J; Delaloye, J R; Arami, A; Bertsch, A; Jolles, B M; Aminian, K; Renaud, P

    2014-06-01

    Ligament balance is an important and subjective task performed during total knee arthroplasty (TKA) procedure. For this reason, it is desirable to develop instruments to quantitatively assess the soft-tissue balance since excessive imbalance can accelerate prosthesis wear and lead to early surgical revision. The instrumented distractor proposed in this study can assist surgeons on performing ligament balance by measuring the distraction gap and applied load. Also the device allows the determination of the ligament stiffness which can contribute a better understanding of the intrinsic mechanical behavior of the knee joint. Instrumentation of the device involved the use of hall-sensors for measuring the distractor displacement and strain gauges to transduce the force. The sensors were calibrated and tested to demonstrate their suitability for surgical use. Results show the distraction gap can be measured reliably with 0.1mm accuracy and the distractive loads could be assessed with an accuracy in the range of 4N. These characteristics are consistent with those have been proposed, in this work, for a device that could assist on performing ligament balance while permitting surgeons evaluation based on his experience. Preliminary results from in vitro tests were in accordance with expected stiffness values for medial collateral ligament (MCL) and lateral collateral ligament (LCL). Copyright © 2013 IPEM. Published by Elsevier Ltd. All rights reserved.

  14. Determination of the wind power systems load to achieve operation in the maximum energy area

    NASA Astrophysics Data System (ADS)

    Chioncel, C. P.; Tirian, G. O.; Spunei, E.; Gillich, N.

    2018-01-01

    This paper analyses the operation of the wind turbine, WT, in the maximum power point, MPP, by linking the load of the Permanent Magnet Synchronous Generator, PMSG, with the wind speed value. The load control methods at wind power systems aiming an optimum performance in terms of energy are based on the fact that the energy captured by the wind turbine significantly depends on the mechanical angular speed of the wind turbine. The presented control method consists in determining the optimal mechanical angular speed, ωOPTIM, using an auxiliary low power wind turbine, WTAUX, operating without load, at maximum angular velocity, ωMAX. The method relies on the fact that the ratio ωOPTIM/ωMAX has a constant value for a given wind turbine and does not depend on the time variation of the wind speed values.

  15. Shaft balancing

    DOEpatents

    Irwin, John A.

    1979-01-01

    A gas turbine engine has an internal drive shaft including one end connected to a driven load and an opposite end connected to a turbine wheel and wherein the shaft has an in situ adjustable balance system near the critical center of a bearing span for the shaft including two 360.degree. rings piloted on the outer diameter of the shaft at a point accessible through an internal engine panel; each of the rings has a small amount of material removed from its periphery whereby both of the rings are precisely unbalanced an equivalent amount; the rings are locked circumferentially together by radial serrations thereon; numbered tangs on the outside diameter of each ring identify the circumferential location of unbalance once the rings are locked together; an aft ring of the pair of rings has a spline on its inside diameter that mates with a like spline on the shaft to lock the entire assembly together.

  16. Classifying Drivers' Cognitive Load Using EEG Signals.

    PubMed

    Barua, Shaibal; Ahmed, Mobyen Uddin; Begum, Shahina

    2017-01-01

    A growing traffic safety issue is the effect of cognitive loading activities on traffic safety and driving performance. To monitor drivers' mental state, understanding cognitive load is important since while driving, performing cognitively loading secondary tasks, for example talking on the phone, can affect the performance in the primary task, i.e. driving. Electroencephalography (EEG) is one of the reliable measures of cognitive load that can detect the changes in instantaneous load and effect of cognitively loading secondary task. In this driving simulator study, 1-back task is carried out while the driver performs three different simulated driving scenarios. This paper presents an EEG based approach to classify a drivers' level of cognitive load using Case-Based Reasoning (CBR). The results show that for each individual scenario as well as using data combined from the different scenarios, CBR based system achieved approximately over 70% of classification accuracy.

  17. Microchip dual-frequency laser with well-balanced intensity utilizing temperature control.

    PubMed

    Hu, Miao; Zhang, Yu; Wei, Mian; Zeng, Ran; Li, Qiliang; Lu, Yang; Wei, Yizhen

    2016-10-03

    A continuous-wave microchip dual-frequency laser (DFL) with well balanced intensity was presented. In order to obtain such a balanced intensity distribution of the two frequency components, the DFL wavelengths were precisely tuned and spectrally matched with the emission cross section (ECS) spectrum of the gain medium by employing a temperature controller. Finally, when the heat sink temperature was controlled at -5.6°C, a 264 mW DFL signal was achieved with frequency separation at 67.52 GHz and intensity balance ratio (IBR) at 0.991.

  18. Loading capacity of zirconia implant supported hybrid ceramic crowns.

    PubMed

    Rohr, Nadja; Coldea, Andrea; Zitzmann, Nicola U; Fischer, Jens

    2015-12-01

    Recently a polymer infiltrated hybrid ceramic was developed, which is characterized by a low elastic modulus and therefore may be considered as potential material for implant supported single crowns. The purpose of the study was to evaluate the loading capacity of hybrid ceramic single crowns on one-piece zirconia implants with respect to the cement type. Fracture load tests were performed on standardized molar crowns milled from hybrid ceramic or feldspar ceramic, cemented to zirconia implants with either machined or etched intaglio surface using four different resin composite cements. Flexure strength, elastic modulus, indirect tensile strength and compressive strength of the cements were measured. Statistical analysis was performed using two-way ANOVA (p=0.05). The hybrid ceramic exhibited statistically significant higher fracture load values than the feldspar ceramic. Fracture load values and compressive strength values of the respective cements were correlated. Highest fracture load values were achieved with an adhesive cement (1253±148N). Etching of the intaglio surface did not improve the fracture load. Loading capacity of hybrid ceramic single crowns on one-piece zirconia implants is superior to that of feldspar ceramic. To achieve maximal loading capacity for permanent cementation of full-ceramic restorations on zirconia implants, self-adhesive or adhesive cements with a high compressive strength should be used. Copyright © 2015 Academy of Dental Materials. Published by Elsevier Ltd. All rights reserved.

  19. Significance of aerosol radiative effect in energy balance control on global precipitation change

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

    Suzuki, Kentaroh; Stephens, Graeme L.; Golaz, Jean-Christophe

    Historical changes of global precipitation in the 20th century simulated by a climate model are investigated. The results simulated with alternate configurations of cloud microphysics are analyzed in the context of energy balance controls on global precipitation, where the latent heat changes associated with the precipitation change is nearly balanced with changes to atmospheric radiative cooling. The atmospheric radiative cooling is dominated by its clear-sky component, which is found to correlate with changes to both column water vapor and aerosol optical depth (AOD). The water vapor-dependent component of the clear-sky radiative cooling is then found to scale with global temperaturemore » change through the Clausius–Clapeyron relationship. This component results in a tendency of global precipitation increase with increasing temperature at a rate of approximately 2%K -1. Another component of the clear-sky radiative cooling, which is well correlated with changes to AOD, is also found to vary in magnitude among different scenarios with alternate configurations of cloud microphysics that controls the precipitation efficiency, a major factor influencing the aerosol scavenging process that can lead to different aerosol loadings. These results propose how different characteristics of cloud microphysics can cause different aerosol loadings that in turn perturb global energy balance to significantly change global precipitation. This implies a possible coupling of aerosol–cloud interaction with aerosol–radiation interaction in the context of global energy balance.« less

  20. Significance of aerosol radiative effect in energy balance control on global precipitation change

    DOE PAGES

    Suzuki, Kentaroh; Stephens, Graeme L.; Golaz, Jean-Christophe

    2017-10-17

    Historical changes of global precipitation in the 20th century simulated by a climate model are investigated. The results simulated with alternate configurations of cloud microphysics are analyzed in the context of energy balance controls on global precipitation, where the latent heat changes associated with the precipitation change is nearly balanced with changes to atmospheric radiative cooling. The atmospheric radiative cooling is dominated by its clear-sky component, which is found to correlate with changes to both column water vapor and aerosol optical depth (AOD). The water vapor-dependent component of the clear-sky radiative cooling is then found to scale with global temperaturemore » change through the Clausius–Clapeyron relationship. This component results in a tendency of global precipitation increase with increasing temperature at a rate of approximately 2%K -1. Another component of the clear-sky radiative cooling, which is well correlated with changes to AOD, is also found to vary in magnitude among different scenarios with alternate configurations of cloud microphysics that controls the precipitation efficiency, a major factor influencing the aerosol scavenging process that can lead to different aerosol loadings. These results propose how different characteristics of cloud microphysics can cause different aerosol loadings that in turn perturb global energy balance to significantly change global precipitation. This implies a possible coupling of aerosol–cloud interaction with aerosol–radiation interaction in the context of global energy balance.« less

  1. Pneumatic load compensating or controlling system

    NASA Technical Reports Server (NTRS)

    Rogers, J. R. (Inventor)

    1975-01-01

    A pneumatic load compensating or controlling system for restraining a load with a predetermined force or applying a predetermined force to the load is described; it includes a source of pressurized air, a one-way pneumatic actuator operatively connected to a load, and a fluid conduit fluidically connecting the actuator with the source of pressurized air. The actuator is of the piston and cylinder type, and the end of the fluid conduit is connected to the upper or lower portion of the cylinder whereby the actuator alternatively and selectively restrains the load with a predetermined force or apply a predetermined force to the load. Pressure regulators are included within the system for variably selectively adjusting the pressurized fluid to predetermined values as desired or required; a pressure amplifier is included within the system for multiplying the pressurized values so as to achieve greater load forces. An accumulator is incorporated within the system as a failsafe operating mechanism, and visual and aural alarm devices, operatively associated with pressure detecting apparatus, readily indicate the proper or improper functioning of the system.

  2. Rural Women Family Physicians: Strategies for Successful Work-Life Balance

    PubMed Central

    Phillips, Julie; Hustedde, Carol; Bjorkman, Sarah; Prasad, Rupa; Sola, Orlando; Wendling, Andrea; Bjorkman, Kurt; Paladine, Heather

    2016-01-01

    PURPOSE Women family physicians experience challenges in maintaining work-life balance while practicing in rural communities. We sought to better understand the personal and professional strategies that enable women in rural family medicine to balance work and personal demands and achieve long-term career satisfaction. METHODS Women family physicians practicing in rural communities in the United States were interviewed using a semistructured format. Interviews were recorded, professionally transcribed, and analyzed using an immersion and crystallization approach, followed by detailed coding of emergent themes. RESULTS The 25 participants described a set of strategies that facilitated successful work-life balance. First, they used reduced or flexible work hours to help achieve balance with personal roles. Second, many had supportive relationships with spouses and partners, parents, or other members of the community, which facilitated their ability to be readily available to their patients. Third, participants maintained clear boundaries around their work lives, which helped them to have adequate time for parenting, recreation, and rest. CONCLUSIONS Women family physicians can build successful careers in rural communities, but supportive employers, relationships, and patient approaches provide a foundation for this success. Educators, employers, communities, and policymakers can adapt their practices to help women family physicians thrive in rural communities. PMID:27184995

  3. Rural Women Family Physicians: Strategies for Successful Work-Life Balance.

    PubMed

    Phillips, Julie; Hustedde, Carol; Bjorkman, Sarah; Prasad, Rupa; Sola, Orlando; Wendling, Andrea; Bjorkman, Kurt; Paladine, Heather

    2016-05-01

    Women family physicians experience challenges in maintaining work-life balance while practicing in rural communities. We sought to better understand the personal and professional strategies that enable women in rural family medicine to balance work and personal demands and achieve long-term career satisfaction. Women family physicians practicing in rural communities in the United States were interviewed using a semistructured format. Interviews were recorded, professionally transcribed, and analyzed using an immersion and crystallization approach, followed by detailed coding of emergent themes. The 25 participants described a set of strategies that facilitated successful work-life balance. First, they used reduced or flexible work hours to help achieve balance with personal roles. Second, many had supportive relationships with spouses and partners, parents, or other members of the community, which facilitated their ability to be readily available to their patients. Third, participants maintained clear boundaries around their work lives, which helped them to have adequate time for parenting, recreation, and rest. Women family physicians can build successful careers in rural communities, but supportive employers, relationships, and patient approaches provide a foundation for this success. Educators, employers, communities, and policymakers can adapt their practices to help women family physicians thrive in rural communities. © 2016 Annals of Family Medicine, Inc.

  4. Use of the Microsoft Kinect system to characterize balance ability during balance training.

    PubMed

    Lim, Dohyung; Kim, ChoongYeon; Jung, HoHyun; Jung, Dukyoung; Chun, Keyoung Jin

    2015-01-01

    The risk of falling increases significantly in the elderly because of deterioration of the neural musculature regulatory mechanisms. Several studies have investigated methods of preventing falling using real-time systems to evaluate balance; however, it is difficult to monitor the results of such characterizations in real time. Herein, we describe the use of Microsoft's Kinect depth sensor system to evaluate balance in real time. Six healthy male adults (25.5±1.8 years, 173.9±6.4 cm, 71.4±6.5 kg, and 23.6±2.4 kg/m(2)), with normal balance abilities and with no musculoskeletal disorders, were selected to participate in the experiment. Movements of the participants were induced by controlling the base plane of the balance training equipment in various directions. The dynamic motion of the subjects was measured using two Kinect depth sensor systems and a three-dimensional motion capture system with eight infrared cameras. The two systems yielded similar results for changes in the center of body mass (P>0.05) with a large Pearson's correlation coefficient of γ>0.60. The results for the two systems showed similarity in the mean lower-limb joint angle with flexion-extension movements, and these values were highly correlated (hip joint: within approximately 4.6°; knee joint: within approximately 8.4°) (0.40<γ<0.74) (P>0.05). Large differences with a low correlation were, however, observed for the lower-limb joint angle in relation to abduction-adduction and internal-external rotation motion (γ<0.40) (P<0.05). These findings show that clinical and dynamic accuracy can be achieved using the Kinect system in balance training by measuring changes in the center of body mass and flexion-extension movements of the lower limbs, but not abduction-adduction and internal-external rotation.

  5. Frequency effects on the stability of a journal bearing for periodic loading

    NASA Technical Reports Server (NTRS)

    Vijayaraghavan, D.; Brewe, D. E.

    1991-01-01

    The stability of a journal bearing is numerically predicted when a unidirectional periodic external load is applied. The analysis is performed using a cavitation algorithm, which mimics the Jakobsson-Floberg and Olsson (JFO) theory by accounting for the mass balance through the complete bearing. Hence, the history of the film is taken into consideration. The loading pattern is taken to be sinusoidal and the frequency of the load cycle is varied. The results are compared with the predictions using Reynolds boundary conditions for both film rupture and reformation. With such comparisons, the need for accurately predicting the cavitation regions for complex loading patterns is clearly demonstrated. For a particular frequency of loading, the effects of mass, amplitude of load variation and frequency of journal speed are also investigated. The journal trajectories, transient variations in fluid film forces, net surface velocity and minimum film thickness, and pressure profiles are also presented.

  6. The consequences of balanced harvesting of fish communities

    PubMed Central

    Jacobsen, Nis S.; Gislason, Henrik; Andersen, Ken H.

    2014-01-01

    Balanced harvesting, where species or individuals are exploited in accordance with their productivity, has been proposed as a way to minimize the effects of fishing on marine fish communities and ecosystems. This calls for a thorough examination of the consequences balanced harvesting has on fish community structure and yield. We use a size- and trait-based model that resolves individual interactions through competition and predation to compare balanced harvesting with traditional selective harvesting, which protects juvenile fish from fishing. Four different exploitation patterns, generated by combining selective or unselective harvesting with balanced or unbalanced fishing, are compared. We find that unselective balanced fishing, where individuals are exploited in proportion to their productivity, produces a slightly larger total maximum sustainable yield than the other exploitation patterns and, for a given yield, the least change in the relative biomass composition of the fish community. Because fishing reduces competition, predation and cannibalism within the community, the total maximum sustainable yield is achieved at high exploitation rates. The yield from unselective balanced fishing is dominated by small individuals, whereas selective fishing produces a much higher proportion of large individuals in the yield. Although unselective balanced fishing is predicted to produce the highest total maximum sustainable yield and the lowest impact on trophic structure, it is effectively a fishery predominantly targeting small forage fish. PMID:24307676

  7. Upper limb contributions to frontal plane balance control in rollator-assisted walking.

    PubMed

    Tung, James Y; Gage, William H; Poupart, Pascal; McIlroy, William E

    2014-01-01

    While assisting with balance is a primary reason for rollator use, few studies have examined how the upper limbs are used for balance. This study examines upper limb contributions to balance control during rollator-assisted walking. We hypothesized that there would be an increased upper limb contribution, measured by mean vertical loading (Fz) and variation in frontal plane center-of-pressure (COPhigh), when walking balance is challenged/impaired. Experiment 1 compared straight-line and beam-walking in young adults (n = 11). As hypothesized, Fz and COPhighincreased in beam-walking compared to baseline (mean Fz: 13.7 vs. 9.1% body weight (BW), p < 0.001, RMS COPhigh: 1.35 vs. 1.07 cm, p < 0.001). Experiment 2 compared older adults who regularly use rollators (RU, n = 10) to older adult controls (CTL, n = 10). The predicted higher upper limb contribution in the RU group was not supported. However, when individuals were grouped by balance impairment, those with the lowest Berg Balance scores (< 45) demonstrated greater speed-adjusted COPhigh than those with higher scores (p = 0.013). Furthermore, greater COPhigh and Fz were correlated to greater reduction in step width, supporting the role of upper limb contributions to frontal plane balance. This work will guide studies assessing reliance on rollators by providing a basis for measurement of upper limb balance contributions.

  8. Modelling of Fiber/Matrix Debonding of Composites Under Cyclic Loading

    NASA Technical Reports Server (NTRS)

    Naghipour, Paria; Pineda, Evan J.; Bednarcyk, Brett A.; Arnold, Steven M.

    2013-01-01

    The micromechanics theory, generalized method of cells (GMC), was employed to simulate the debonding of fiber/matrix interfaces, within a repeating unit cell subjected to global, cyclic loading, utilizing a cyclic crack growth law. Cycle dependent, interfacial debonding was implemented as a new module to the available GMC formulation. The degradation of interfacial stresses, with applied load cycles, was achieved via progressive evolution of the interfacial compliance. A periodic repeating unit cell, representing the fiber/matrix architecture of a composite, was subjected to combined normal and shear loadings, and degradation of the global transverse stress in successive cycles was monitored. The obtained results were compared to values from a corresponding finite element model. Reasonable agreement was achieved for combined normal and shear loading conditions, with minimal variation for pure loading cases. The local effects of interfacial debonding, and fatigue damage will later be combined as sub-models to predict the experimentally obtained fatigue life of Ti-15-3/Sic composites at the laminate level.

  9. Transfer impedances of balanced shielded cables

    NASA Astrophysics Data System (ADS)

    Hardiguian, M.

    1982-07-01

    The transfer impedance concept is extended to balanced shielded cables, e.g., shielded pairs and twinax in which the actual voltage developed at the load, between the two wires of a pair is emphasized. This parameter can be computed by a separate knowledge of the shield, and the shield-to-pair coupling (i.e., the pair unbalance ratio). Thus, a unique parameter called shield coupling evolves which relates directly the shield current to the differential output voltage. Conditions of cable pair and harness shielding and the impact of grounding at one or both ends are discussed.

  10. Gap-Balancing versus Measured Resection Technique in Total Knee Arthroplasty: A Comparison Study.

    PubMed

    Churchill, Jessica L; Khlopas, Anton; Sultan, Assem A; Harwin, Steven F; Mont, Michael A

    2018-01-01

    Proper femoral component alignment in the axial plane during total knee arthroplasty (TKA) depends on accurate bone cuts and soft tissue balancing. Two methods that are used to achieve this are "measured resection" and "gap balancing." However, a controversy exists as to which method is more accurate and leads to better outcomes. Therefore, the purpose of this study was to evaluate: (1) implant survivorship, (2) patient outcomes, (3) complications, and (4) radiographic analysis comparing patients who underwent TKA with either gap-balancing or measured resection techniques. A total of 214 consecutive patients (221 knees) underwent primary TKA by a single surgeon between 2011 and 2012. Component alignment was achieved by using measured resection in 116 knees and gap balancing was used in 105 knees. The patients had a mean age of 66 years (range, 44-86 years) and a mean body mass index of 32 kg/m 2 (range, 22-52 kg/m 2 ). Patient range-of-motion (ROM) and Knee Society (KS) function and pain scores, and radiographic assessment, were assessed preoperatively and postoperatively at ∼6 weeks, 3 months, 1 year, and then annually. The mean follow-up time was 3 years. A Kaplan-Meier's analysis was performed to calculate the survivorship. The aseptic survivorship was 98% in both the measured resection and gap-balancing groups. The mean ROM was not significantly different between the measured resection and gap-balancing groups (123 vs. 123 degrees, p  = 0.990). There were no significant differences between the two groups in terms of the KS function scores (86 vs. 85 points, p  = 0.829) or the KS pain scores (93 vs. 92 points, p  = 0.425). Otherwise, the radiographic evaluation at latest follow-up did not demonstrate any evidence of progressive radiolucencies or loosening, of any prosthesis. The results of this study found that at a mean follow-up of 3 years, both the measured resection and gap-balancing techniques achieved excellent survivorship and

  11. Design of a Wideband 900 GHz Balanced Frequency Tripler for Radioastronomy

    NASA Technical Reports Server (NTRS)

    Tripon-Canseliet, Charlotte; Maestrini, Alain; Mehdi, Imran

    2004-01-01

    We report on the design of a fix-tuned split-block waveguide balanced frequency tripler working nominally at 900GHz. It uses a GaAs Schottky planar diode pair in a balanced configuration. The circuit will be fabricated with JPL membrane technology in order to minimize dielectric loading. The multiplier is bias-less to dramatically ease the mounting and the operating procedure. At room temperature, the expected output power is 50- 130 (micro)W in the band 800-970 GHz when the tripler is pumped with 4mW. By modifying the waveguide input and output matching circuit, the multiplier can be tuned to operate at lower frequencies.

  12. Balancing Certainty and Uncertainty in Clinical Practice

    ERIC Educational Resources Information Center

    Kamhi, Alan G.

    2011-01-01

    Purpose: In this article, I question how practitioners can balance the certainty and confidence that they can help their patients with the uncertainty that makes them continually question their beliefs and assumptions. Method: I compare the mechanisms of science and models of clinical practice that may help practitioners achieve the right balance…

  13. Does Maximal External Tibial Component Rotation Influence Tibiofemoral Load Distribution in the Primary Knee Arthroplasty Setting: A Comparison of Neutral vs Maximal Anatomical External Rotatory States.

    PubMed

    Manning, William A; Ghosh, Kanishka M; Blain, Alasdair P; Longstaff, Lee M; Rushton, Steven P; Deehan, David J

    2017-06-01

    Tibial component rotation at time of knee arthroplasty can influence conformity, load transmission across the polyethylene surface, and perhaps ultimately determined survivorship. Optimal tibial component rotation on the cut surface is reliant on standard per operative manual stressing. This subjective assessment aims to balance constraint and stability of the articulation through a full arc of movement. Using a cadaveric model, computer navigation and under defined, previously validated loaded conditions mimicking the in vivo setting, the influence of maximal tibial component external rotation compared with the neutral state was examined for changes in laxity and tibiofemoral continuous load using 3D displacement measurement and an orthosensor continuous load sensor implanted within the polyethylene spacer in a simulated single radius total knee arthroplasty. No significant difference was found throughout arc of motion (0-115 degrees of flexion) for maximal varus and/or valgus or rotatory laxity between the 2 states. The neutral state achieved equivalence for mediolateral load distribution at each point of flexion. We have found that external rotation of the tibial component increased medial compartment load in comparison with the neutral position. Compared with the neutral state, external rotation consistently effected a marginal, but not significant reduction in lateral load under similar loading conditions. The effects were most pronounced in midflexion. On the basis of these findings, we would advocate for the midtibial tubercle point to determine tibial component rotation and caution against component external rotation. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Life balance and well-being: testing a novel conceptual and measurement approach.

    PubMed

    Sheldon, Kennon M; Cummins, Robert; Kamble, Shanmukh

    2010-08-01

    Although a balanced life has always been viewed as desirable, there are problems with extant conceptualizations and measures of this construct. Here we introduce 2 new life-balance measures, based on time-use profiles, that address these problems. One defines life balance as objectively equitable time use across multiple life domains, and the other defines life balance as low subjective discrepancy between actual and ideal time-use profiles. Study 1 finds that both measures predict concurrent well-being, in both U.S. and Indian samples. Study 2 shows that fluctuations in balance predict fluctuations in well-being over a 3-week period. Study 3 replicates the Study 1 findings using a different time assessment technique, based on the Day Reconstruction Method. Study 4 assigns participants the month-long goal of enhancing their life balance, finding that those who achieve this goal enhance their well-being. In all 4 studies, the balance effects on well-being were mediated by psychological need satisfaction associated with balance.

  15. A versatile computer package for mechanism analysis, part 2: Dynamics and balance

    NASA Astrophysics Data System (ADS)

    Davies, T.

    The algorithms required for the shaking force components, the shaking moment about the crankshaft axis, and the input torque and bearing load components are discussed using the textile machine as a focus for the discussion. The example is also used to provide illustrations of the output for options on the hodograph of the shaking force vector. This provides estimates of the optimum contrarotating masses and their locations for a generalized primary Lanchester balancer. The suitability of generalized Lanchester balancers particularly for textile machinery, and the overall strategy used during the development of the package are outlined.

  16. Three months of resistance training in overweight and obese individuals improves reactive balance control under unstable conditions.

    PubMed

    Zemková, Erika; Kyselovičová, Ol'ga; Jeleň, Michal; Kováčiková, Zuzana; Ollé, Gábor; Řtefániková, Gabriela; Vilman, Tomáš; Baláž, Miroslav; Kurdiová, Timea; Ukropec, Jozef; Ukropcová, Barbara

    2017-01-01

    Contrary to static and dynamic balance, there is a lack of scientific evidence on the training induced changes in reactive balance control in response to unexpected perturbations in overweight and obese individuals. This study evaluates the effect of 3 months of resistance and aerobic training programs on postural responses to unexpected perturbations under stable and unstable conditions in the overweight and obese. A group of 17 overweight and obese subjects, divided into two groups, underwent either resistance or aerobic training for a period of 3 months (3 sessions per week). Prior to and after completing the training, they performed the load release balance test while standing on either a stable or unstable surface, with eyes open and closed. Peak posterior center of pressure (CoP) displacement, and the time to peak posterior CoP displacement during a bipedal stance on a foam surface with eyes open (17.3%, p = 0.019 and 15.4%, p = 0.029) and eyes closed (15.0%, p = 0.027 and 13.2%, p = 0.034), decreased significantly. In addition, the total anterior to posterior CoP displacement, and the time from peak anterior to peak posterior CoP displacement, both with eyes open (18.1%, p = 0.017 and 12.2%, p = 0.040) and eyes closed (16.3%, p = 0.023 and 11.7%, p = 0.044), also significantly decreased. However, after completing the resistance training, the parameters registered while standing on a stable platform, both with eyes open and closed, did not change significantly. The group that underwent an aerobic training also failed to show any significant changes in parameters of the load release balance test. Three months of resistance training in overweight and obese subjects improves reactive balance control in response to unexpected perturbations under unstable conditions, both with and without visual cues. Due to the fact that this unstable load release balance test was found to be sensitive in revealing post-training changes, it would be suitable for implementing in

  17. Study on process design of partially-balanced, hydraulically lifting vertical ship lift

    NASA Astrophysics Data System (ADS)

    Xin, Shen; Xiaofeng, Xu; Lu, Zhang; Bing, Zhu; Fei, Li

    2017-11-01

    The hub ship lift in Panjin is the first navigation structure in China for the link between the inland and open seas, which adopts a novel partially-balanced, hydraulically lifting ship lift; it can meet such requirements as fast and sharp water level change in open sea, large draft of a yacht, and launching of a ship reception chamber; its balancing weight system can effectively reduce the load of the primary lifting cylinder, and optimize the force distribution of the ship reception chamber. The paper provides an introduction to main equipment, basic principles, main features and system composition of a ship lift. The unique power system and balancing system of the completed ship lift has offered some experience for the construction of the tourism-type ship lifts with a lower lifting height.

  18. Balancing healthy meals and busy lives: associations between work, school, and family responsibilities and perceived time constraints among young adults.

    PubMed

    Pelletier, Jennifer E; Laska, Melissa N

    2012-01-01

    To characterize associations between perceived time constraints for healthy eating and work, school, and family responsibilities among young adults. Cross-sectional survey. A large, Midwestern metropolitan region. A diverse sample of community college (n = 598) and public university (n = 603) students. Time constraints in general, as well as those specific to meal preparation/structure, and perceptions of a healthy life balance. Chi-square tests and multivariate logistic regression (α = .005). Women, 4-year students, and students with lower socioeconomic status perceived more time constraints (P < .001-.002); students with lower socioeconomic status were less likely to have a healthy balance (P ≤ .003). Having a heavy course load and working longer hours were important predictors of time constraints among men (P < .001-.004), whereas living situation and being in a relationship were more important among women (P = .002-.003). Most young adults perceive time constraints on healthy dietary behaviors, yet some young adults appear able to maintain a healthy life balance despite multiple time demands. Interventions focused on improved time management strategies and nutrition-related messaging to achieve healthy diets on a low time budget may be more successful if tailored to the factors that contribute to time constraints separately among men and women. Copyright © 2012 Society for Nutrition Education and Behavior. Published by Elsevier Inc. All rights reserved.

  19. Achieving the Proper Balance Between Crew and Public Safety

    NASA Technical Reports Server (NTRS)

    Gowan, John; Silvestri, Ray; Stahl, Ben; Rosati, Paul; Wilde, Paul

    2011-01-01

    A paramount objective of all human-rated launch and reentry vehicle developers is to ensure that the risks to both the crew onboard and the public are minimized within reasonable cost, schedule, and technical constraints. Past experience has shown that proper attention to range safety requirements necessary to ensure public safety must be given early in the design phase to avoid additional operational complexities or threats to the safety of people onboard, and the design engineers must give these requirements the same consideration as crew safety requirements. For human spaceflight, the primary purpose and operational concept for any flight safety system is to protect the public while maximizing the likelihood of crew survival. This paper will outline the policy considerations, technical issues, and operational impacts regarding launch and reentry vehicle failure scenarios where crew and public safety are intertwined and thus addressed optimally in an integrated manner. An overview of existing range and crew safety policy requirements will be presented. Application of these requirements and lessons learned from both the Space Shuttle and Constellation Programs will also be discussed. Using these past programs as examples, the paper will detail operational, design, and analysis approaches to mitigate and balance the risks to people onboard and in the public. Manned vehicle perspectives from the Federal Aviation Administration (FAA) and Air Force organizations that oversee public safety will be summarized as well. Finally, the paper will emphasize the need to factor policy, operational, and analysis considerations into the early design trades of new vehicles to help ensure that both crew and public safety are maximized to the greatest extent possible.

  20. Comparing Balance and Inverse Methods on Learning Conceptual and Procedural Knowledge in Equation Solving: A Cognitive Load Perspective

    ERIC Educational Resources Information Center

    Ngu, Bing Hiong; Phan, Huy Phuong

    2016-01-01

    We examined the use of balance and inverse methods in equation solving. The main difference between the balance and inverse methods lies in the operational line (e.g. +2 on both sides vs -2 becomes +2). Differential element interactivity favours the inverse method because the interaction between elements occurs on both sides of the equation for…

  1. Evaluation of a load cell model for dynamic calibration of the rotor systems research aircraft

    NASA Technical Reports Server (NTRS)

    Duval, R. W.; Bahrami, H.; Wellman, B.

    1985-01-01

    The Rotor Systems Research Aircraft uses load cells to isolate the rotor/transmission system from the fuselage. An analytical model of the relationship between applied rotor loads and the resulting load cell measurements is derived by applying a force-and-moment balance to the isolated rotor/transmission system. The model is then used to estimate the applied loads from measured load cell data, as obtained from a ground-based shake test. Using nominal design values for the parameters, the estimation errors, for the case of lateral forcing, were shown to be on the order of the sensor measurement noise in all but the roll axis. An unmodeled external load appears to be the source of the error in this axis.

  2. The complexity of role balance: support for the Model of Juggling Occupations.

    PubMed

    Evans, Kiah L; Millsteed, Jeannine; Richmond, Janet E; Falkmer, Marita; Falkmer, Torbjorn; Girdler, Sonya J

    2014-09-01

    This pilot study aimed to establish the appropriateness of the Model of Juggling Occupations in exploring the complex experience of role balance amongst working women with family responsibilities living in Perth, Australia. In meeting this aim, an evaluation was conducted of a case study design, where data were collected through a questionnaire, time diary, and interview. Overall role balance varied over time and across participants. Positive indicators of role balance occurred frequently in the questionnaires and time diaries, despite the interviews revealing a predominance of negative evaluations of role balance. Between-role balance was achieved through compatible role overlap, buffering, and renewal. An exploration of within-role balance factors demonstrated that occupational participation, values, interests, personal causation, and habits were related to role balance. This pilot study concluded that the Model of Juggling Occupations is an appropriate conceptual framework to explore the complex and dynamic experience of role balance amongst working women with family responsibilities. It was also confirmed that the case study design, including the questionnaire, time diary, and interview methods, is suitable for researching role balance from this perspective.

  3. Comparing the Performance of Two Dynamic Load Distribution Methods

    NASA Technical Reports Server (NTRS)

    Kale, L. V.

    1987-01-01

    Parallel processing of symbolic computations on a message-passing multi-processor presents one challenge: To effectively utilize the available processors, the load must be distributed uniformly to all the processors. However, the structure of these computations cannot be predicted in advance. go, static scheduling methods are not applicable. In this paper, we compare the performance of two dynamic, distributed load balancing methods with extensive simulation studies. The two schemes are: the Contracting Within a Neighborhood (CWN) scheme proposed by us, and the Gradient Model proposed by Lin and Keller. We conclude that although simpler, the CWN is significantly more effective at distributing the work than the Gradient model.

  4. [Thermal energy balance during hemodialysis: the role of the filter membrane].

    PubMed

    Panzetta, G; Bianco, F; Galli, G; Ianche, M; Savoldi, S; Vianello, S; Vidi, E; Cicinato, P

    2002-01-01

    Body temperature tends to increase during conventional haemodialysis; this might interfere with normal cardiovascular response to dialytic ultrafiltration, thus facilitating the occurrence of symptomatic hypotension. Putative factors responsible for changes in thermal balance during haemodialysis include heat load from the dialysis bath, reduction in convective heat loss secondary to skin vessel vasoconstriction, heat overproduction due to central stimulation by bioincompatibility reactions to the filter membranes. The aim of the present study was twofold: to define thermal energy balance (ET) during dialysis and to investigate the effect of membrane bioincompatibility on energy balance We measured ET in 12 patients (9M, 3F) during two identical dialysis sessions, differing only in the membrane composition of the filters used: cuprophane 1.3- 1.6 mq and LF polysulphone 1.3- 1.6 mq. Thermal energy balance studies were performed by the Blood Temperature Monitor (Fresenius Medical Care) under conditions in which the core temperature of the patients was maintained unchanged from the start to the end of the dialysis procedure. Arterial blood temperatures were constant, while dialysate and venous blood temperatures progressively decreased (from 36.9 to 35.4 C and from 36.5 to 35.1 C for cuprophane; from 36.9 to 35.2 and from 36.9 to 35.1 for polysulphone membrane). Mean thermal energy transfer was negative (removal of energy from the patients to the extracorporeal circuit) with both filters, equal to 146 KJ with cuprophane and to 163 KJ with polysulphone. When a stepwise multiregression analysis was applied, hourly energy transfer (ET) was significantly and independently correlated with both ultrafiltration rate (UF=% b.w.) and heart rate changes (HR) according to the equation: ET= -92.03+41.29 UF+1.04 HR (p<0.0003). Conclusions. In this study we present experimental evidence that increased body temperature during dialysis is not caused by heat load from the dialysis

  5. Adaptive Equilibrium Regulation: A Balancing Act in Two Timescales

    PubMed Central

    Boker, Steven M.

    2015-01-01

    An equilibrium involves a balancing of forces. Just as one maintains upright posture in standing or walking, many self-regulatory and interpersonal behaviors can be framed as a balancing act between an ever changing environment and within-person processes. The emerging balance between person and environment, the equilibria, are dynamic and adaptive in response to development and learning. A distinction is made between equilibrium achieved solely due to a short timescale balancing of forces and a longer timescale preferred equilibrium which we define as a state towards which the system slowly adapts. Together, these are developed into a framework that this article calls Adaptive Equilibrium Regulation (ÆR), which separates a regulatory process into two timescales: a faster regulation that automatically balances forces and a slower timescale adaptation process that reconfigures the fast regulation so as to move the system towards its preferred equilibrium when an environmental force persists over the longer timescale. This way of thinking leads to novel models for the interplay between multiple timescales of behavior, learning, and development. PMID:27066197

  6. Visual display and alarm system for wind tunnel static and dynamic loads

    NASA Technical Reports Server (NTRS)

    Hanly, Richard D.; Fogarty, James T.

    1987-01-01

    A wind tunnel balance monitor and alarm system developed at NASA Ames Research Center will produce several beneficial results. The costs of wind tunnel delays because of inadvertent balance damage and the costs of balance repair or replacement can be greatly reduced or eliminated with better real-time information on the balance static and dynamic loading. The wind tunnel itself will have enhanced utility with the elimination of overly cautious limits on test conditions. The microprocessor-based system features automatic scaling and 16 multicolored LED bargraphs to indicate both static and dynamic components of the signals from eight individual channels. Five individually programmable alarm levels are available with relay closures for internal or external visual and audible warning devices and other functions such as automatic activation of external recording devices, model positioning mechanisms, or tunnel shutdown.

  7. Visual display and alarm system for wind tunnel static and dynamic loads

    NASA Technical Reports Server (NTRS)

    Hanly, Richard D.; Fogarty, James T.

    1987-01-01

    A wind tunnel balance monitor and alarm system developed at NASA Ames Research Center will produce several beneficial results. The costs of wind tunnel delays because of inadvertent balance damage and the costs of balance repair or replacement can be greatly reduced or eliminated with better real-time information on the balance static and dynamic loading. The wind tunnel itself will have enhanced utility with the elimination of overly cautious limits on test conditions. The microprocessor-based system features automatic scaling and 16 multicolored LED bargraphs to indicate both static and dynamic components of the signals from eight individual channels. Five individually programmable alarm levels are available with relay closures for internal or external visual and audible warning devices and other functions such as automatic activation of external recording devices, model positioning mechanism, or tunnel shutdown.

  8. Improved Student Achievement Using Personalized Online Homework for a Course in Material and Energy Balances

    ERIC Educational Resources Information Center

    Liberatore, Matthew W.

    2011-01-01

    Personalized, online homework was used to supplement textbook homework, quizzes, and exams for one section of a course in material and energy balances. The objective of this study was to test the hypothesis that students using personalized, online homework earned better grades in the course. The online homework system asks the same questions of…

  9. Meta-Analysis of Mass Balances Examining Chemical Fate during Wastewater Treatment

    PubMed Central

    2008-01-01

    Mass balances are an instructive means for investigating the fate of chemicals during wastewater treatment. In addition to the aqueous-phase removal efficiency (Φ), they can inform on chemical partitioning, transformation, and persistence, as well as on the chemical loading to streams and soils receiving, respectively, treated effluent and digested sewage sludge (biosolids). Release rates computed on a per-capita basis can serve to extrapolate findings to a larger scale. This review examines over a dozen mass balances conducted for various organic wastewater contaminants, including prescription drugs, estrogens, fragrances, antimicrobials, and surfactants of differing sorption potential (hydrophobicity), here expressed as the 1-octanol−water partition coefficient (KOW) and the organic carbon normalized sorption coefficient (KOC). Major challenges to mass balances are the collection of representative samples and accurate quantification of chemicals in sludge. A meta-analysis of peer-reviewed data identified sorption potential as the principal determinant governing chemical persistence in biosolids. Occurrence data for organic wastewater compounds detected in digested sludge followed a simple nonlinear model that required only KOW or KOC as the input and yielded a correlation coefficient of 0.9 in both instances. The model predicted persistence in biosolids for the majority (>50%) of the input load of organic wastewater compounds featuring a log10KOW value of greater than 5.2 (log10KOC > 4.4). In contrast, hydrophobicity had no or only limited value for estimating, respectively, Φ and the overall persistence of a chemical during conventional wastewater treatment. PMID:18800497

  10. Lower extremity kinematics that correlate with success in lateral load transfers over a low friction surface.

    PubMed

    Catena, Robert D; Xu, Xu

    2015-01-01

    We previously studied balance during lateral load transfers, but were left without explanation of why some individuals were successful in novel low friction conditions and others were not. Here, we retrospectively examined lower extremity kinematics between successful (SL) and unsuccessful (UL) groups to determine what characteristics may improve low friction performance. Success versus failure over a novel slippery surface was used to dichotomise 35 healthy working-age individuals into the two groups (SL and UL). Participants performed lateral load transfers over three sequential surface conditions: high friction, novel low friction, and practiced low friction. The UL group used a wide stance with rotation mostly at the hips during the high and novel low friction conditions. To successfully complete the practiced low friction task, they narrowed their stance and pivoted both feet and torso towards the direction of the load, similar to the SL group in all conditions. This successful kinematic method potentially results in reduced muscle demand throughout the task. Practitioner Summary: The reason for this paper is to retrospectively examine the different load transfer strategies that are used in a low friction lateral load transfer. We found stance width to be the major source of success, while sagittal plane motion was altered to potentially maintain balance.

  11. Load-induced modulation of signal transduction networks.

    PubMed

    Jiang, Peng; Ventura, Alejandra C; Sontag, Eduardo D; Merajver, Sofia D; Ninfa, Alexander J; Del Vecchio, Domitilla

    2011-10-11

    Biological signal transduction networks are commonly viewed as circuits that pass along information--in the process amplifying signals, enhancing sensitivity, or performing other signal-processing tasks--to transcriptional and other components. Here, we report on a "reverse-causality" phenomenon, which we call load-induced modulation. Through a combination of analytical and experimental tools, we discovered that signaling was modulated, in a surprising way, by downstream targets that receive the signal and, in doing so, apply what in physics is called a load. Specifically, we found that non-intuitive changes in response dynamics occurred for a covalent modification cycle when load was present. Loading altered the response time of a system, depending on whether the activity of one of the enzymes was maximal and the other was operating at its minimal rate or whether both enzymes were operating at submaximal rates. These two conditions, which we call "limit regime" and "intermediate regime," were associated with increased or decreased response times, respectively. The bandwidth, the range of frequency in which the system can process information, decreased in the presence of load, suggesting that downstream targets participate in establishing a balance between noise-filtering capabilities and a circuit's ability to process high-frequency stimulation. Nodes in a signaling network are not independent relay devices, but rather are modulated by their downstream targets.

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

    NASA Astrophysics Data System (ADS)

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

    2018-03-01

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

  13. Y balance test has no correlation with the Stability Index of the Biodex Balance System.

    PubMed

    Almeida, Gabriel Peixoto Leão; Monteiro, Isabel Oliveira; Marizeiro, Débora Fortes; Maia, Laísa Braga; de Paula Lima, Pedro Olavo

    2017-02-01

    A cross-sectional study design. The Stability Index of the Biodex Balance System (SI-BBS) and Y Balance Test (YBT) has been used in studies assessing postural stability but no studies have verified the association of the YBT with the SI-BBS. To analyze the association of the Y Balance Test (YBT) with the Stability Index of the Biodex Balance System (SI-BBS) to evaluate postural stability. Forty participants who engaged in recreational physical activities, 12 of whom had a history of injury to the lower limbs. Was used the SI-BBS and the anterior, posterolateral, posteromedial, and composite measures of the YBT. The order of execution of the tests and of the lower limbs evaluated was randomized and blind tested by two evaluators. Pearson's correlation coefficient was used to check the strength of the relationship between the distances achieved on the YBT and the SI-BBS. The YBT showed excellent reliability in the anterior, posteromedial, and posterolateral directions. However, the YBT showed no statistically significant correlation with any variables in the SI-BBS, indicating poor validity between YBT and SI-BBS assessments of postural stability in people with and without history of lower limb injuries. The results of this study showed the YBT is not correlated with the SI-BBS as an assessment of postural stability. This finding has implications for researchers and clinicians using YBT results as the only measure of postural stability. Copyright © 2016 Elsevier Ltd. All rights reserved.

  14. Direction of balance and perception of the upright are perceptually dissociable

    PubMed Central

    Panic, Alexander Sacha; DiZio, Paul; Lackner, James R.

    2015-01-01

    We examined whether the direction of balance rather than an otolith reference determines the perceived upright. Participants seated in a device that rotated around the roll axis used a joystick to control its motion. The direction of balance of the device, the location where it would not be accelerated to either side, could be offset from the gravitational vertical, a technique introduced by Riccio, Martin, and Stoffregen (J Exp Psychol Hum Percept Perform 18: 624–644, 1992). Participants used the joystick to align themselves in different trials with the gravitational vertical, the direction of balance, the upright, or the direction that minimized oscillations. They pressed the joystick trigger whenever they thought they were at the instructed orientation. Achieved angles for the “align with gravity” and “align with the upright” conditions were not different from each other and were significantly displaced past the gravitational vertical opposite from the direction of balance. Mean indicated angles for align with gravity and align with the upright coincided with the gravitational vertical. Both mean achieved and indicated angles for the “minimize oscillations” and “align with the direction of balance” conditions were significantly deviated toward the gravitational vertical. Three control experiments requiring self-settings to instructed orientations only, perceptual judgments only, and perceptual judgments during passive exposure to dynamic roll profiles confirmed that perception of the upright is determined by gravity, not by the direction of balance. PMID:25761954

  15. Independent Reading: The Relationship of Challenge, Non-Fiction and Gender to Achievement

    ERIC Educational Resources Information Center

    Topping, K. J.; Samuels, J.; Paul, T.

    2008-01-01

    To explore whether different balances of fiction/non-fiction reading and challenge might help explain differences in reading achievement between genders, data on 45,670 pupils who independently read over 3 million books were analysed. Moderate (rather than high or low) levels of challenge were positively associated with achievement gain, but…

  16. An efficient algorithm using matrix methods to solve wind tunnel force-balance equations

    NASA Technical Reports Server (NTRS)

    Smith, D. L.

    1972-01-01

    An iterative procedure applying matrix methods to accomplish an efficient algorithm for automatic computer reduction of wind-tunnel force-balance data has been developed. Balance equations are expressed in a matrix form that is convenient for storing balance sensitivities and interaction coefficient values for online or offline batch data reduction. The convergence of the iterative values to a unique solution of this system of equations is investigated, and it is shown that for balances which satisfy the criteria discussed, this type of solution does occur. Methods for making sensitivity adjustments and initial load effect considerations in wind-tunnel applications are also discussed, and the logic for determining the convergence accuracy limits for the iterative solution is given. This more efficient data reduction program is compared with the technique presently in use at the NASA Langley Research Center, and computational times on the order of one-third or less are demonstrated by use of this new program.

  17. Load-adaptive practical multi-channel communications in wireless sensor networks.

    PubMed

    Islam, Md Shariful; Alam, Muhammad Mahbub; Hong, Choong Seon; Lee, Sungwon

    2010-01-01

    In recent years, a significant number of sensor node prototypes have been designed that provide communications in multiple channels. This multi-channel feature can be effectively exploited to increase the overall capacity and performance of wireless sensor networks (WSNs). In this paper, we present a multi-channel communications system for WSNs that is referred to as load-adaptive practical multi-channel communications (LPMC). LPMC estimates the active load of a channel at the sink since it has a more comprehensive view of the network behavior, and dynamically adds or removes channels based on the estimated load. LPMC updates the routing path to balance the loads of the channels. The nodes in a path use the same channel; therefore, they do not need to switch channels to receive or forward packets. LPMC has been evaluated through extensive simulations, and the results demonstrate that it can effectively increase the delivery ratio, network throughput, and channel utilization, and that it can decrease the end-to-end delay and energy consumption.

  18. Rotating Balances Used for Fluid Pump Testing

    NASA Technical Reports Server (NTRS)

    Skelley, Stephen; Mulder, Andrew

    2014-01-01

    Marshall Space Flight Center has developed and demonstrated two direct read force and moment balances for sensing and resolving the hydrodynamic loads on rotating fluid machinery. These rotating balances consist of a series of stainless steel flexures instrumented with semiconductor type, unidirectional strain gauges arranged into six bridges, then sealed and waterproofed, for use fully submerged in degassed water at rotational speeds up to six thousand revolutions per minute. The balances are used to measure the forces and moments due to the onset and presence of cavitation or other hydrodynamic phenomena on subscale replicas of rocket engine turbomachinery, principally axial pumps (inducers) designed specifically to operate in a cavitating environment. The balances are inserted into the drive assembly with power to and signal from the sensors routed through the drive shaft and out through an air-cooled twenty-channel slip ring. High frequency data - balance forces and moments as well as extensive, flush-mounted pressures around the rotating component periphery - are acquired via a high-speed analog to digital data acquisition system while the test rig conditions are varied continuously. The data acquisition and correction process is described, including the in-situ verifications that are performed to quantify and correct for known system effects such as mechanical imbalance, "added mass," buoyancy, mechanical resonance, and electrical bias. Examples of four types of cavitation oscillations for two typical inducers are described in the laboratory (pressure) and rotating (force) frames: 1) attached, symmetric cavitation, 2) rotating cavitation, 3) attached, asymmetric cavitation, and 4) cavitation surge. Rotating and asymmetric cavitation generate a corresponding unbalanced radial force on the rotating assembly while cavitation surge generates an axial force. Attached, symmetric cavitation induces no measurable force. The frequency of the forces can be determined a

  19. PRB rail loadings shatter record

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

    Buchsbaum, L.

    Rail transport of coal in the Powder River Basin has expanded, with a record 2,197 trains loaded in a month. Arch Coal's Thunder basin mining complex has expanded by literally bridging the joint line railway. The dry fork mine has also celebrated its safety achievements. 4 photos.

  20. Estimating instream constituent loads using replicate synoptic sampling, Peru Creek, Colorado

    NASA Astrophysics Data System (ADS)

    Runkel, Robert L.; Walton-Day, Katherine; Kimball, Briant A.; Verplanck, Philip L.; Nimick, David A.

    2013-05-01

    SummaryThe synoptic mass balance approach is often used to evaluate constituent mass loading in streams affected by mine drainage. Spatial profiles of constituent mass load are used to identify sources of contamination and prioritize sites for remedial action. This paper presents a field scale study in which replicate synoptic sampling campaigns are used to quantify the aggregate uncertainty in constituent load that arises from (1) laboratory analyses of constituent and tracer concentrations, (2) field sampling error, and (3) temporal variation in concentration from diel constituent cycles and/or source variation. Consideration of these factors represents an advance in the application of the synoptic mass balance approach by placing error bars on estimates of constituent load and by allowing all sources of uncertainty to be quantified in aggregate; previous applications of the approach have provided only point estimates of constituent load and considered only a subset of the possible errors. Given estimates of aggregate uncertainty, site specific data and expert judgement may be used to qualitatively assess the contributions of individual factors to uncertainty. This assessment can be used to guide the collection of additional data to reduce uncertainty. Further, error bars provided by the replicate approach can aid the investigator in the interpretation of spatial loading profiles and the subsequent identification of constituent source areas within the watershed. The replicate sampling approach is applied to Peru Creek, a stream receiving acidic, metal-rich effluent from the Pennsylvania Mine. Other sources of acidity and metals within the study reach include a wetland area adjacent to the mine and tributary inflow from Cinnamon Gulch. Analysis of data collected under low-flow conditions indicates that concentrations of Al, Cd, Cu, Fe, Mn, Pb, and Zn in Peru Creek exceed aquatic life standards. Constituent loading within the study reach is dominated by effluent

  1. Estimating instream constituent loads using replicate synoptic sampling, Peru Creek, Colorado

    USGS Publications Warehouse

    Runkel, Robert L.; Walton-Day, Katherine; Kimball, Briant A.; Verplanck, Philip L.; Nimick, David A.

    2013-01-01

    The synoptic mass balance approach is often used to evaluate constituent mass loading in streams affected by mine drainage. Spatial profiles of constituent mass load are used to identify sources of contamination and prioritize sites for remedial action. This paper presents a field scale study in which replicate synoptic sampling campaigns are used to quantify the aggregate uncertainty in constituent load that arises from (1) laboratory analyses of constituent and tracer concentrations, (2) field sampling error, and (3) temporal variation in concentration from diel constituent cycles and/or source variation. Consideration of these factors represents an advance in the application of the synoptic mass balance approach by placing error bars on estimates of constituent load and by allowing all sources of uncertainty to be quantified in aggregate; previous applications of the approach have provided only point estimates of constituent load and considered only a subset of the possible errors. Given estimates of aggregate uncertainty, site specific data and expert judgement may be used to qualitatively assess the contributions of individual factors to uncertainty. This assessment can be used to guide the collection of additional data to reduce uncertainty. Further, error bars provided by the replicate approach can aid the investigator in the interpretation of spatial loading profiles and the subsequent identification of constituent source areas within the watershed.The replicate sampling approach is applied to Peru Creek, a stream receiving acidic, metal-rich effluent from the Pennsylvania Mine. Other sources of acidity and metals within the study reach include a wetland area adjacent to the mine and tributary inflow from Cinnamon Gulch. Analysis of data collected under low-flow conditions indicates that concentrations of Al, Cd, Cu, Fe, Mn, Pb, and Zn in Peru Creek exceed aquatic life standards. Constituent loading within the study reach is dominated by effluent from the

  2. Polyurethane foam loaded with sodium dodecylsulfate for the extraction of 'quat' pesticides from aqueous medium: Optimization of loading conditions.

    PubMed

    Vinhal, Jonas O; Lima, Claudio F; Cassella, Ricardo J

    2016-09-01

    The cationic herbicides paraquat, diquat and difenzoquat are largely used in different cultures worldwide. With this, there is an intrinsic risk of environmental contamination when these herbicides achieve natural waters. The goal of this work was to propose a novel and low-cost sorbent for the removal of the cited herbicides from aqueous medium. The proposed sorbent was prepared by loading polyurethane foam with sodium dodecylsulfate. The influence of several parameters (SDS concentration, HCl concentration and shaking time) on the loading process was investigated. The results obtained in this work demonstrated that all studied variables influenced the loading process, having significant effect on the extraction efficiency of the resulted PUF-SDS. At optimized conditions, the PUF was loaded by shaking 200mg of crushed foam with 200mL of a solution containing 5.0×10(-3)molL(-1) SDS and 0.25molL(-1) HCl, for 30min. The obtained PUF-SDS was efficient for removing the three herbicides from aqueous medium, achieving extraction percentages higher than 90%. The sorption process followed a pseudo second-order kinetics, which presented excellent predictive capacity of the amount of herbicide retained with time. Copyright © 2016 Elsevier Inc. All rights reserved.

  3. Balancing game universes for playing without sight or hearing.

    PubMed

    Westin, Thomas; Furöstam, Malin; Yasasindhu, Roy; Norberg, Lena; Wiklund, Mats; Mozelius, Peter

    2015-01-01

    Equal access to cultural activities is important for inclusion and computer gaming is one of the most common activities in digital culture. However, many people with impairments are excluded from participating. While parallel game universes (PGUs) provide a method to achieve equal access, the question is: how can a balanced collaborative real-time game be designed with the help of PGU for playing without sight or hearing? Balance is a central concept in game design and is important to avoid perceived cheating or disadvantages due to individual or environmental differences. The question was examined with a design science approach, where a game prototype was created in two iterations with a structured design method and evaluated using interviews and observations. In this first step of a more long-term study, ten experienced gamers without impairments were selected with purposive sampling to provide relevant data through simulation of temporary impairments or environmental issues, which can affect many or all gamers. By sorting out these issues first, later testing with actual blind and deaf gamers can focus on more specific issues for each group. The ten participants played either without sight or hearing. The results confirm the use of PGUs for creating a balanced experience but also finds that while multiplayer feel is not optimal, it is a reasonable trade-off for universal access for blind and deaf being able to play together. The results also show that a help system and equal understanding of the game play between the blind and deaf players are important aspects to achieve game balance. Further research should be done involving actual blind and deaf gamers, and similar evaluations of game balance should be conducted with users having other types of impairments.

  4. A comparison of entropy balance and probability weighting methods to generalize observational cohorts to a population: a simulation and empirical example.

    PubMed

    Harvey, Raymond A; Hayden, Jennifer D; Kamble, Pravin S; Bouchard, Jonathan R; Huang, Joanna C

    2017-04-01

    We compared methods to control bias and confounding in observational studies including inverse probability weighting (IPW) and stabilized IPW (sIPW). These methods often require iteration and post-calibration to achieve covariate balance. In comparison, entropy balance (EB) optimizes covariate balance a priori by calibrating weights using the target's moments as constraints. We measured covariate balance empirically and by simulation by using absolute standardized mean difference (ASMD), absolute bias (AB), and root mean square error (RMSE), investigating two scenarios: the size of the observed (exposed) cohort exceeds the target (unexposed) cohort and vice versa. The empirical application weighted a commercial health plan cohort to a nationally representative National Health and Nutrition Examination Survey target on the same covariates and compared average total health care cost estimates across methods. Entropy balance alone achieved balance (ASMD ≤ 0.10) on all covariates in simulation and empirically. In simulation scenario I, EB achieved the lowest AB and RMSE (13.64, 31.19) compared with IPW (263.05, 263.99) and sIPW (319.91, 320.71). In scenario II, EB outperformed IPW and sIPW with smaller AB and RMSE. In scenarios I and II, EB achieved the lowest mean estimate difference from the simulated population outcome ($490.05, $487.62) compared with IPW and sIPW, respectively. Empirically, only EB differed from the unweighted mean cost indicating IPW, and sIPW weighting was ineffective. Entropy balance demonstrated the bias-variance tradeoff achieving higher estimate accuracy, yet lower estimate precision, compared with IPW methods. EB weighting required no post-processing and effectively mitigated observed bias and confounding. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  5. Spectral optimization for measuring electron density by the dual-energy computed tomography coupled with balanced filter method.

    PubMed

    Saito, Masatoshi

    2009-08-01

    Dual-energy computed tomography (DECT) has the potential for measuring electron density distribution in a human body to predict the range of particle beams for treatment planning in proton or heavy-ion radiotherapy. However, thus far, a practical dual-energy method that can be used to precisely determine electron density for treatment planning in particle radiotherapy has not been developed. In this article, another DECT technique involving a balanced filter method using a conventional x-ray tube is described. For the spectral optimization of DECT using balanced filters, the author calculates beam-hardening error and air kerma required to achieve a desired noise level in electron density and effective atomic number images of a cylindrical water phantom with 50 cm diameter. The calculation enables the selection of beam parameters such as tube voltage, balanced filter material, and its thickness. The optimized parameters were applied to cases with different phantom diameters ranging from 5 to 50 cm for the calculations. The author predicts that the optimal combination of tube voltages would be 80 and 140 kV with Tb/Hf and Bi/Mo filter pairs for the 50-cm-diameter water phantom. When a single phantom calibration at a diameter of 25 cm was employed to cover all phantom sizes, maximum absolute beam-hardening errors were 0.3% and 0.03% for electron density and effective atomic number, respectively, over a range of diameters of the water phantom. The beam-hardening errors were 1/10 or less as compared to those obtained by conventional DECT, although the dose was twice that of the conventional DECT case. From the viewpoint of beam hardening and the tube-loading efficiency, the present DECT using balanced filters would be significantly more effective in measuring the electron density than the conventional DECT. Nevertheless, further developments of low-exposure imaging technology should be necessary as well as x-ray tubes with higher outputs to apply DECT coupled with the

  6. Field Scale Groundwater Nitrate Loading Model for the Central Valley, California, 1945-Current

    NASA Astrophysics Data System (ADS)

    Harter, T.; Dzurella, K.; Bell, A.; Kourakos, G.

    2015-12-01

    Anthropogenic groundwater nitrate contamination in the Central Valley aquifer system, California, is widespread, with over 40% of domestic wells in some counties exceeding drinking water standards. Sources of groundwater nitrate include leaky municipal wastewater systems, municipal wastewater recharge, onsite wastewater treatment (septic) systems, atmospheric nitrogen deposition, animal farming, application of organic waste materials (sludge, biosolids, animal manure) to agricultural lands, and synthetic fertilizer. At the site or field scale, nitrogen inputs to the landscape are balanced by plant nitrogen uptake and harvest, atmospheric nitrogen losses, surface runoff of nitrogen, soil nitrogen storage changes, and leaching to groundwater. Irrigated agriculture is a dominant player in the Central Valley nitrogen cycle: The largest nitrogen fluxes are synthetic fertilizer and animal manure applications to cropland, crop nitrogen uptake, and groundwater nitrogen losses. We construct a historic field/parcel scale groundwater nitrogen loading model distinguishing urban and residential areas, individual animal farming areas, leaky wastewater lagoons, and approximately 50 different categories of agricultural crops. For non-agricultural landuses, groundwater nitrate loading is based on reported leaching values, animal population, and human population. For cropland, groundwater nitrate loading is computed from mass balance, taking into account diverse and historically changing management practices between different crops. Groundwater nitrate loading is estimated for 1945 to current. Significant increases in groundwater nitrate loading are associated with the expansion of synthetic fertilizer use in the 1950s to 1970s. Nitrate loading from synthetic fertilizer use has stagnated over the past 20 years due to improvements in nutrient use efficiency. However, an unbroken 60 year exponential increase in dairy production until the late 2000s has significantly impacted the

  7. Vortex-induced dynamic loads on a non-spinning volleyball

    NASA Astrophysics Data System (ADS)

    Qing-ding, Wei; Rong-sheng, Lin; Zhi-jie, Liu

    1988-09-01

    An experiment on vortex-induced dynamic loads on a non-spinning Volleyball was conducted in a wind tunnel. The flow past the Volleyball was visualized, and the aerodynamic load was measured by use of a strain gauge balance. The separation on the Volleyball was measured with hot-film. The experimental results suggest that under the action of an unstable tail vortex system the separation region is changeable, and that the fluctuation of drag and lateral forces is the same order of magnitude as the mean drag, no matter whether the seam of the Volleyball is symmetric or asymmetric, with regard to the flow. Based on the experimental data a numerical simulation of Volleyball swerve motion was made.

  8. Typical balance exercises or exergames for balance improvement?

    PubMed

    Gioftsidou, Asimenia; Vernadakis, Nikolaos; Malliou, Paraskevi; Batzios, Stavros; Sofokleous, Polina; Antoniou, Panagiotis; Kouli, Olga; Tsapralis, Kyriakos; Godolias, George

    2013-01-01

    Balance training is an effective intervention to improve static postural sway and balance. The purpose of the present study was to investigate the effectiveness of the Nintendo Wii Fit Plus exercises for improving balance ability in healthy collegiate students in comparison with a typical balance training program. Forty students were randomly divided into two groups, a traditional (T group) and a Nintendo Wii group (W group) performed an 8 week balance program. The "W group" used the interactive games as a training method, while the "T group" used an exercise program with mini trampoline and inflatable discs (BOSU). Pre and Post-training participants completed balance assessments. Two-way repeated measures analyses of variance (ANOVAs) were conducted to determine the effect of training program. Analysis of the data illustrated that both training program groups demonstrated an improvement in Total, Anterior-posterior and Medial Lateral Stability Index scores for both limbs. Only at the test performed in the balance board with anterior-posterior motion, the improvement in balance ability was greater in the "T group" than the "W group", when the assessment was performed post-training (p=0.023). Findings support the effectiveness of using the Nintendo Wii gaming console as a balance training intervention tool.

  9. Independent effects of adding weight and inertia on balance during quiet standing

    PubMed Central

    2012-01-01

    Background Human balance during quiet standing is influenced by adding mass to the body with a backpack, with symmetrically-applied loads to the trunk, or with obesity. Adding mass to the body increases both the weight and inertia of the body, which theoretically could provide counteracting effects on body dynamics and balance. Understanding the independent effects of adding weight and inertia on balance may provide additional insight into human balance that could lead to novel advancements in balance training and rehabilitation. Therefore, the purpose of this study was to investigate the independent effects of adding weight and inertia on balance during quiet standing. Methods Sixteen normal-weight young adult participants stood as still as possible on a custom-built backboard apparatus under four experimental conditions: baseline, added inertia only, added weight only, and added inertia and weight. Results Adding inertia by itself had no measurable effect on center of pressure movement or backboard movement. Adding weight by itself increased center of pressure movement (indicated greater effort by the postural control system to stand as still as possible) and backboard movement (indicating a poorer ability of the body to stand as still as possible). Adding inertia and weight at the same time increased center of pressure movement but did not increase backboard movement compared to the baseline condition. Conclusions Adding inertia and adding weight had different effects on balance. Adding inertia by itself had no effect on balance. Adding weight by itself had a negative effect on balance. When adding inertia and weight at the same time, the added inertia appeared to lessen (but did not eliminate) the negative effect of adding weight on balance. These results improve our fundamental understanding of how added mass influences human balance. PMID:22507125

  10. Independent effects of adding weight and inertia on balance during quiet standing.

    PubMed

    Costello, Kerry Elizabeth; Matrangola, Sara Louise; Madigan, Michael Lawrence

    2012-04-16

    Human balance during quiet standing is influenced by adding mass to the body with a backpack, with symmetrically-applied loads to the trunk, or with obesity. Adding mass to the body increases both the weight and inertia of the body, which theoretically could provide counteracting effects on body dynamics and balance. Understanding the independent effects of adding weight and inertia on balance may provide additional insight into human balance that could lead to novel advancements in balance training and rehabilitation. Therefore, the purpose of this study was to investigate the independent effects of adding weight and inertia on balance during quiet standing. Sixteen normal-weight young adult participants stood as still as possible on a custom-built backboard apparatus under four experimental conditions: baseline, added inertia only, added weight only, and added inertia and weight. Adding inertia by itself had no measurable effect on center of pressure movement or backboard movement. Adding weight by itself increased center of pressure movement (indicated greater effort by the postural control system to stand as still as possible) and backboard movement (indicating a poorer ability of the body to stand as still as possible). Adding inertia and weight at the same time increased center of pressure movement but did not increase backboard movement compared to the baseline condition. Adding inertia and adding weight had different effects on balance. Adding inertia by itself had no effect on balance. Adding weight by itself had a negative effect on balance. When adding inertia and weight at the same time, the added inertia appeared to lessen (but did not eliminate) the negative effect of adding weight on balance. These results improve our fundamental understanding of how added mass influences human balance.

  11. Watt and joule balances

    NASA Astrophysics Data System (ADS)

    Robinson, Ian A.

    2014-04-01

    prior to a decision on redefinition. The CCM had already recognized that agreement was close and has set in place a process whereby redefinition can take place by 2018. The final decision will be in the hands of the Conférence Générale des Poids et Mesures (CGPM) but the results reported here should aid a positive decision. Figure 1. Figure 1. Results from recent measurements of the Planck constant. The reference for the results h 90 is derived from the conventional values of the Josephson constant K J-90 and the von Klitzing constant R K-90. The factor of ten improvement in uncertainty of the NRC watt balance result, over that achieved by the same apparatus at NPL a few years earlier, can be understood as a factor of five improvement arising from the elimination of an effect discovered at NPL that could not be eliminated before shipment to Canada and a factor of two arising from the considerable improvements made by NRC. Once the kilogram has been redefined, the watt and joule balances will complete their transitions from instruments that are primarily of interest to the electrical community for determining the SI electrical units from the mechanical units, to the principal methods by which an individual National Measurement Institute (NMI) can make an independent determination of the SI unit of mass and thereby contribute to the maintenance of national and international mass scales. This special issue gives an introduction to the diversity of techniques which are required for the operation of watt and joule balances. However it does not contain a review of existing balances; this was a deliberate decision, as a number of such review papers have been published in the past five years [3-7] and it was felt that it was not yet time for another. The first technique considered is that of gravimetry; the watt balance measures the weight Mg of a mass M , and to convert the measured weight into a mass, the value of the acceleration due to gravity g must be known, at the

  12. Aerodynamic measurements and thermal tests of a strain-gage balance in a cryogenic wind tunnel

    NASA Technical Reports Server (NTRS)

    Boyden, Richmond P.; Ferris, Alice T.; Johnson, William G., Jr.; Dress, David A.; Hill, Acquilla S.

    1987-01-01

    An internal strain-gage balance designed and constructed in Europe for use in cryogenic wind tunnels has been tested in the Langley 0.3-Meter Transonic Cryogenic Tunnel. Part of the evaluation was made at equilibrium balance temperatures and it consisted of comparing the data taken at a tunnel stagnation temperature of 300 K with the data taken at 200 K and 110 K while maintaining either the Reynolds number or the stagnation pressure. A sharp-leading-edge delta-wing model was used to provide the aerodynamic loading for these tests. Results obtained with the balance during the force tests were found to be accurate and repeatable both with and without the use of a convection shield on the balance. An additional part of this investigation involved obtaining data on the transient temperature response of the balance during both normal and rapid changes in the tunnel stagnation temperature. The variation of the temperature with time was measured at three locations on the balance near the physical locations of the strain gages. The use of a convection shield significantly increased the time required for the balance to stabilize at a new temperature during the temperature response tests.

  13. A rehabilitation tool for functional balance using altered gravity and virtual reality.

    PubMed

    Oddsson, Lars I E; Karlsson, Robin; Konrad, Janusz; Ince, Serdar; Williams, Steve R; Zemkova, Erika

    2007-07-10

    There is a need for effective and early functional rehabilitation of patients with gait and balance problems including those with spinal cord injury, neurological diseases and recovering from hip fractures, a common consequence of falls especially in the elderly population. Gait training in these patients using partial body weight support (BWS) on a treadmill, a technique that involves unloading the subject through a harness, improves walking better than training with full weight bearing. One problem with this technique not commonly acknowledged is that the harness provides external support that essentially eliminates associated postural adjustments (APAs) required for independent gait. We have developed a device to address this issue and conducted a training study for proof of concept of efficacy. We present a tool that can enhance the concept of BWS training by allowing natural APAs to occur mediolaterally. While in a supine position in a 90 deg tilted environment built around a modified hospital bed, subjects wear a backpack frame that is freely moving on air-bearings (cf. puck on an air hockey table) and attached through a cable to a pneumatic cylinder that provides a load that can be set to emulate various G-like loads. Veridical visual input is provided through two 3-D automultiscopic displays that allow glasses free 3-D vision representing a virtual surrounding environment that may be acquired from sites chosen by the patient. Two groups of 12 healthy subjects were exposed to either strength training alone or a combination of strength and balance training in such a tilted environment over a period of four weeks. Isokinetic strength measured during upright squat extension improved similarly in both groups. Measures of balance assessed in upright showed statistically significant improvements only when balance was part of the training in the tilted environment. Postural measures indicated less reliance on visual and/or increased use of somatosensory cues after

  14. A toolkit modeling approach for sustainable forest management planning: achieving balance between science and local needs

    Treesearch

    Brian R. Sturtevant; Andrew Fall; Daniel D. Kneeshaw; Neal P. P. Simon; Michael J. Papaik; Kati Berninger; Frederik Doyon; Don G. Morgan; Christian Messier

    2007-01-01

    To assist forest managers in balancing an increasing diversity of resource objectives, we developed a toolkit modeling approach for sustainable forest management (SFM). The approach inserts a meta-modeling strategy into a collaborative modeling framework grounded in adaptive management philosophy that facilitates participation among stakeholders, decision makers, and...

  15. Modeling nitrate-nitrogen load reduction strategies for the des moines river, iowa using SWAT

    USGS Publications Warehouse

    Schilling, K.E.; Wolter, C.F.

    2009-01-01

    The Des Moines River that drains a watershed of 16,175 km2 in portions of Iowa and Minnesota is impaired for nitrate-nitrogen (nitrate) due to concentrations that exceed regulatory limits for public water supplies. The Soil Water Assessment Tool (SWAT) model was used to model streamflow and nitrate loads and evaluate a suite of basin-wide changes and targeting configurations to potentially reduce nitrate loads in the river. The SWAT model comprised 173 subbasins and 2,516 hydrologic response units and included point and nonpoint nitrogen sources. The model was calibrated for an 11-year period and three basin-wide and four targeting strategies were evaluated. Results indicated that nonpoint sources accounted for 95% of the total nitrate export. Reduction in fertilizer applications from 170 to 50 kg/ha achieved the 38% reduction in nitrate loads, exceeding the 34% reduction required. In terms of targeting, the most efficient load reductions occurred when fertilizer applications were reduced in subbasins nearest the watershed outlet. The greatest load reduction for the area of land treated was associated with reducing loads from 55 subbasins with the highest nitrate loads, achieving a 14% reduction in nitrate loads achieved by reducing applications on 30% of the land area. SWAT model results provide much needed guidance on how to begin implementing load reduction strategies most efficiently in the Des Moines River watershed. ?? 2009 Springer Science+Business Media, LLC.

  16. Force Measurements in Magnetic Suspension and Balance System

    NASA Technical Reports Server (NTRS)

    Kuzin, Alexander; Shapovalov, George; Prohorov, Nikolay

    1996-01-01

    The description of an infrared telemetry system for measurement of drag forces in Magnetic Suspension and Balance Systems (MSBS) is presented. This system includes a drag force sensor, electronic pack and transmitter placed in the model which is of special construction, and receiver with a microprocessor-based measuring device, placed outside of the test section. Piezosensitive resonators as sensitive elements and non-magnetic steel as the material for the force sensor are used. The main features of the proposed system for load measurements are discussed and the main characteristics are presented.

  17. Fitness Load and Exercise Time in Secondary Physical Education Classes.

    ERIC Educational Resources Information Center

    Li, Xiao Jun; Dunham, Paul, Jr.

    1993-01-01

    Investigates the effect of secondary school physical education on fitness load: the product of the mean heart rate above threshold (144 bpm) and the time duration of heart rate above that threshold. Highly and moderately skilled students achieved fitness load more frequently than their lower skilled colleagues. (GLR)

  18. Inactivation of bacterial pathogenic load in compost against vermicompost of organic solid waste aiming to achieve sanitation goals: A review.

    PubMed

    Soobhany, Nuhaa; Mohee, Romeela; Garg, Vinod Kumar

    2017-06-01

    Waste management strategies for organic residues, such as composting and vermicomposting, have been implemented in some developed and developing countries to solve the problem of organic solid waste (OSW). Yet, these biological treatment technologies do not always result in good quality compost or vermicompost with regards to sanitation capacity owing to the presence of bacterial pathogenic substances in objectionable concentrations. The presence of pathogens in soil conditioners poses a potential health hazard and their occurrence is of particular significance in composts and/or vermicomposts produced from organic materials. Past and present researches demonstrated a high-degree of agreement that various pathogens survive after the composting of certain OSW but whether similar changes in bacterial pathogenic loads arise during vermitechnology has not been thoroughly elucidated. This review garners information regarding the status of various pathogenic bacteria which survived or diffused after the composting process compared to the status of these pathogens after the vermicomposting of OSW with the aim of achieving sanitation goals. This work is also indispensable for the specification of compost quality guidelines concerning pathogen loads which would be specific to treatment technology. It was hypothesized that vermicomposting process for OSW can be efficacious in sustaining the existence of pathogenic organisms most specifically; human pathogens under safety levels. In summary, earthworms can be regarded as a way of obliterating pathogenic bacteria from OSW in a manner equivalent to earthworm gut transit mechanism which classifies vermicomposting as a promising sanitation technique in comparison to composting processes. Copyright © 2017 Elsevier Ltd. All rights reserved.

  19. A well-balanced scheme for Ten-Moment Gaussian closure equations with source term

    NASA Astrophysics Data System (ADS)

    Meena, Asha Kumari; Kumar, Harish

    2018-02-01

    In this article, we consider the Ten-Moment equations with source term, which occurs in many applications related to plasma flows. We present a well-balanced second-order finite volume scheme. The scheme is well-balanced for general equation of state, provided we can write the hydrostatic solution as a function of the space variables. This is achieved by combining hydrostatic reconstruction with contact preserving, consistent numerical flux, and appropriate source discretization. Several numerical experiments are presented to demonstrate the well-balanced property and resulting accuracy of the proposed scheme.

  20. Balancing healthy meals and busy lives: Associations between work, school and family responsibilities and perceived time constraints among young adults

    PubMed Central

    Laska, Melissa N.

    2012-01-01

    Objective To characterize associations between perceived time constraints for healthy eating and work, school, and family responsibilities among young adults. Design Cross-sectional survey. Setting A large, Midwestern metropolitan region. Participants A diverse sample of community college (n=598) and public university (n=603) students. Main Outcome Measures Time constraints in general, as well as those specific to meal preparation/structure, and perceptions of a healthy life balance. Analysis Chi-square tests and multivariate logistic regression (α=0.005). Results Women, four-year students, and students with lower socio-economic status perceived more time constraints (P<0.001–0.002); students with lower socio-economic status were less likely to have a healthy balance (P<0.001–0.003). Having a heavy course load and working longer hours were important predictors of time constraints among men (P<0.001–0.004), whereas living situation and being in a relationship were more important among women (P=0.002–0.003). Conclusions and Implications Most young adults perceive time constraints on healthy dietary behaviors, yet some young adults appear able to maintain a healthy life balance despite multiple time demands. Interventions focused on improved time management strategies and nutrition-related messaging to achieve healthy diets on a low time budget may be more successful if tailored to the factors that contribute to time constraints among men and women separately. PMID:23017891

  1. Multiple needle puncturing: balancing the varus knee.

    PubMed

    Bellemans, Johan

    2011-09-09

    The so-called "pie crusting" technique using multiple stab incisions is a well-established procedure for correcting tightness of the iliotibial band in the valgus knee. It is, however, not applicable for balancing the medial side in varus knees because of the risk for iatrogenic transsection of the medial collateral ligament (MCL). This article presents our experience with a safer alternative and minimally invasive technique for medial soft tissue balancing, where we make multiple punctures in the MCL using a 19-gauge needle to progressively stretch the MCL until a correct ligament balance is achieved. Our technique requires minimal to no additional soft tissue dissection and can even be performed percutaneously when necessary. This technique, therefore, does not impact the length of the skin or soft tissue incisions. We analyzed 61 cases with varus deformity that were intraoperatively treated using this technique. In 4 other cases, the technique was used as a percutaneous procedure to correct postoperative medial tightness that caused persistent pain on the medial side. The procedure was considered successful when a 2- to 4-mm mediolateral joint line opening was obtained in extension and 2 to 6 mm in flexion. In 62 cases (95%), a progressive correction of medial tightness was achieved according to the above-described criteria. Three cases were overreleased and required compensatory release of the lateral structures and use of a thicker insert. Based on these results, we consider needle puncturing an effective and safe technique for progressive correction of MCL tightness during minimally invasive total knee arthroplasty. Copyright 2011, SLACK Incorporated.

  2. Combined wind turbine fatigue and ultimate load reduction by individual blade control

    NASA Astrophysics Data System (ADS)

    Han, Y.; Leithead, W. E.

    2014-06-01

    If each blade of the wind turbine has individual pitch actuator, there is possibility of employing the pitch system to mitigate structural loads through advanced control methods. Previously, considerable reduction of blade lifetime equivalent fatigue loads has been achieved by Individual Blade Control (IBC) and in addition, it has also been shown the potential in blade ultimate loads reduction. However, both fatigue and ultimate loads impact on the design and life of wind turbine blades. In this paper, the design and application of IBC that concurrently reduce both blade fatigue and ultimate loads is investigated. The contributions of blade load spectral components, which are 1P, 2P and edgewise mode from blade in-plane and/or out-of-plane bending moments, are firstly explored. Four different control options for reducing various combinations of these load components are compared. In response to the different spectral peaks of both fatigue and ultimate loads, the controller has been designed so that it can act on different frequency components which vary with wind speed. The performance of the IBC controller on fatigue and ultimate load reduction is assessed by simulating a 5MW exemplar wind turbine. Simulation results show that with a proper selection of controlling inputs at different wind speed, the use of a single combined IBC can achieve satisfactory reduction on both fatigue and ultimate loads.

  3. Method and apparatus for calibrating multi-axis load cells in a dexterous robot

    NASA Technical Reports Server (NTRS)

    Wampler, II, Charles W. (Inventor); Platt, Jr., Robert J. (Inventor)

    2012-01-01

    A robotic system includes a dexterous robot having robotic joints, angle sensors adapted for measuring joint angles at a corresponding one of the joints, load cells for measuring a set of strain values imparted to a corresponding one of the load cells during a predetermined pose of the robot, and a host machine. The host machine is electrically connected to the load cells and angle sensors, and receives the joint angle values and strain values during the predetermined pose. The robot presses together mating pairs of load cells to form the poses. The host machine executes an algorithm to process the joint angles and strain values, and from the set of all calibration matrices that minimize error in force balance equations, selects the set of calibration matrices that is closest in a value to a pre-specified value. A method for calibrating the load cells via the algorithm is also provided.

  4. A Systematic Review of Yoga for Balance in a Healthy Population

    PubMed Central

    Nkodo, Amélie-Françoise; Moonaz, Steffany Haaz; Dagnelie, Gislin

    2014-01-01

    Abstract Objective: A systematic review was done of the evidence on yoga for improving balance. Design: Relevant articles and reviews were identified in major databases (PubMed, MEDLINE®, IndMed, Web of Knowledge, EMBASE, EBSCO, Science Direct, and Google Scholar), and their reference lists searched. Key search words were yoga, balance, proprioception, falling, fear of falling, and falls. Included studies were peer-reviewed articles published in English before June 2012, using healthy populations. All yoga styles and study designs were included. Two (2) raters individually rated study quality using the Downs & Black (DB) checklist. Final scores were achieved by consensus. Achievable scores ranged from 0 to 27. Effect size (ES) was calculated where possible. Results: Fifteen (15) of 152 studies (age range 10–93, n=688) met the inclusion criteria: 5 randomized controlled trials (RCTs), 4 quasi-experimental, 2 cross-sectional, and 4 single-group designs. DB scores ranged from 10 to 24 (RCTs), 14–19 (quasi-experimental), 6–12 (cross-sectional), and 11–20 (single group). Studies varied by yoga style, frequency of practice, and duration. Eleven (11) studies found positive results (p<0.05) on at least one balance outcome. ES ranged from −0.765 to 2.71 (for 8 studies) and was not associated with DB score. Conclusions: Yoga may have a beneficial effect on balance, but variable study design and poor reporting quality obscure the results. Balance as an outcome is underutilized, and more probing measures are needed. PMID:24517304

  5. Fruit load governs transpiration of olive trees

    PubMed Central

    Bustan, Amnon; Dag, Arnon; Yermiyahu, Uri; Erel, Ran; Presnov, Eugene; Agam, Nurit; Kool, Dilia; Iwema, Joost; Zipori, Isaac; Ben-Gal, Alon

    2016-01-01

    We tested the hypothesis that whole-tree water consumption of olives (Olea europaea L.) is fruit load-dependent and investigated the driving physiological mechanisms. Fruit load was manipulated in mature olives grown in weighing-drainage lysimeters. Fruit was thinned or entirely removed from trees at three separate stages of growth: early, mid and late in the season. Tree-scale transpiration, calculated from lysimeter water balance, was found to be a function of fruit load, canopy size and weather conditions. Fruit removal caused an immediate decline in water consumption, measured as whole-plant transpiration normalized to tree size, which persisted until the end of the season. The later the execution of fruit removal, the greater was the response. The amount of water transpired by a fruit-loaded tree was found to be roughly 30% greater than that of an equivalent low- or nonyielding tree. The tree-scale response to fruit was reflected in stem water potential but was not mirrored in leaf-scale physiological measurements of stomatal conductance or photosynthesis. Trees with low or no fruit load had higher vegetative growth rates. However, no significant difference was observed in the overall aboveground dry biomass among groups, when fruit was included. This case, where carbon sources and sinks were both not limiting, suggests that the role of fruit on water consumption involves signaling and alterations in hydraulic properties of vascular tissues and tree organs. PMID:26802540

  6. On Prolonging Network Lifetime through Load-Similar Node Deployment in Wireless Sensor Networks

    PubMed Central

    Li, Qiao-Qin; Gong, Haigang; Liu, Ming; Yang, Mei; Zheng, Jun

    2011-01-01

    This paper is focused on the study of the energy hole problem in the Progressive Multi-hop Rotational Clustered (PMRC)-structure, a highly scalable wireless sensor network (WSN) architecture. Based on an analysis on the traffic load distribution in PMRC-based WSNs, we propose a novel load-similar node distribution strategy combined with the Minimum Overlapping Layers (MOL) scheme to address the energy hole problem in PMRC-based WSNs. In this strategy, sensor nodes are deployed in the network area according to the load distribution. That is, more nodes shall be deployed in the range where the average load is higher, and then the loads among different areas in the sensor network tend to be balanced. Simulation results demonstrate that the load-similar node distribution strategy prolongs network lifetime and reduces the average packet latency in comparison with existing nonuniform node distribution and uniform node distribution strategies. Note that, besides the PMRC structure, the analysis model and the proposed load-similar node distribution strategy are also applicable to other multi-hop WSN structures. PMID:22163809

  7. Drug Loading of Mesoporous Silicon

    NASA Astrophysics Data System (ADS)

    Moffitt, Anne; Coffer, Jeff; Wang, Mengjia

    2011-03-01

    The nanostructuring of crystalline solids with low aqueous solubilities by their incorporation into mesoporous host materials is one route to improve the bioavailability of such solids. Earlier studies suggest that mesoporous Si (PSi), with pore widths in the range of 5-50 nm, is a candidate for such an approach. In this presentation, we describe efforts to load curcumin into free-standing microparticles of PSi. Curcumin is a compound extracted from turmeric root, which is an ingredient of curry. Curucmin has shown activity against selected cancer cell lines, bacteria, and other medical conditions. However, curcumin has a very low bioavailability due to its extremely low water solubility (0.6 μ g/mL). Incorporation of curcumin was achieved by straightforward loading of the molten solid at 185circ; C. Loading experiments were performed using PSi particles of two different size ranges, 45-75 μ m and 150-250 μ m. Longer loading times and ratio of curcumin to PSi leads to a higher percentage of loaded curcumin in both PSi particle sizes (as determined by weight difference). The extent of curcumin crystallinity was assessed by x-ray diffraction (XRD). The solubility and release kinetics of loaded curcumin from the PSi was determined by extraction into water at 37circ; C, with analysis using UV-VIS spectrometry. NSF-REU and TCU.

  8. Gait and balance of transfemoral amputees using passive mechanical and microprocessor-controlled prosthetic knees.

    PubMed

    Kaufman, K R; Levine, J A; Brey, R H; Iverson, B K; McCrady, S K; Padgett, D J; Joyner, M J

    2007-10-01

    Microprocessor-controlled knee joints appeared on the market a decade ago. These joints are more sophisticated and more expensive than mechanical ones. The literature is contradictory regarding changes in gait and balance when using these sophisticated devices. This study employed a crossover design to assess the comparative performance of a passive mechanical knee prosthesis compared to a microprocessor-controlled knee joint in 15 subjects with an above-knee amputation. Objective measurements of gait and balance were obtained. Subjects demonstrated significantly improved gait characteristics after receiving the microprocessor-controlled prosthetic knee joint (p<0.01). Improvements in gait were a transition from a hyperextended knee to a flexed knee during loading response which resulted in a change from an internal knee flexor moment to a knee extensor moment. The participants' balance also improved (p<0.01). All conditions of the Sensory Organization Test (SOT) demonstrated improvements in equilibrium score. The composite score also increased. Transfemoral amputees using a microprocessor-controlled knee have significant improvements in gait and balance.

  9. Effect of Achilles tendon loading on plantar fascia tension in the standing foot.

    PubMed

    Cheung, Jason Tak-Man; Zhang, Ming; An, Kai-Nan

    2006-02-01

    The plantar fascia, which is one of the major arch-supporting structures of the human foot, sustains high tensions during weight-bearing. A positive correlation between Achilles tendon loading and plantar fascia tension has been reported. Excessive stretching and tightness of the Achilles tendon are thought to be the risk factors of plantar fasciitis but their biomechanical effects on the plantar fascia have not been fully addressed. A three-dimensional finite element model of the human foot and ankle, incorporating geometrical and material nonlinearity, was employed to investigate the loading response of the plantar fascia in the standing foot with different magnitudes of Achilles tendon loading. With the total ground reaction forces of one foot maintained at 350 N to represent half body weight, an increase in Achilles tendon load from (0-700 N) resulted in a general increase in total force and peak plantar pressure at the forefoot of up to about 250%. There was a lateral and anterior shift of the centre of pressure and a reduction in the arch height with an increasing Achilles tendon load as a result of the plantar flexion moment on the calcaneus. From the finite element predictions of simulated balanced standing, Achilles tendon forces of 75% of the total weight on the foot (350 N) were found to provide the closest match of the measured centre of pressure of the subject during balanced standing. Both the weight on the foot and Achilles tendon loading resulted in an increase in tension of the plantar fascia with the latter showing a two-times larger straining effect. Increasing tension on the Achilles tendon is coupled with an increasing strain on the plantar fascia. Overstretching of the Achilles tendon resulting from intense muscle contraction and passive stretching of tight Achilles tendon are plausible mechanical factors for overstraining of the plantar fascia.

  10. An HIV Epidemic Model Based on Viral Load Dynamics: Value in Assessing Empirical Trends in HIV Virulence and Community Viral Load

    PubMed Central

    Herbeck, Joshua T.; Mittler, John E.; Gottlieb, Geoffrey S.; Mullins, James I.

    2014-01-01

    Trends in HIV virulence have been monitored since the start of the AIDS pandemic, as studying HIV virulence informs our understanding of HIV epidemiology and pathogenesis. Here, we model changes in HIV virulence as a strictly evolutionary process, using set point viral load (SPVL) as a proxy, to make inferences about empirical SPVL trends from longitudinal HIV cohorts. We develop an agent-based epidemic model based on HIV viral load dynamics. The model contains functions for viral load and transmission, SPVL and disease progression, viral load trajectories in multiple stages of infection, and the heritability of SPVL across transmissions. We find that HIV virulence evolves to an intermediate level that balances infectiousness with longer infected lifespans, resulting in an optimal SPVL∼4.75 log10 viral RNA copies/mL. Adaptive viral evolution may explain observed HIV virulence trends: our model produces SPVL trends with magnitudes that are broadly similar to empirical trends. With regard to variation among studies in empirical SPVL trends, results from our model suggest that variation may be explained by the specific epidemic context, e.g. the mean SPVL of the founding lineage or the age of the epidemic; or improvements in HIV screening and diagnosis that results in sampling biases. We also use our model to examine trends in community viral load, a population-level measure of HIV viral load that is thought to reflect a population's overall transmission potential. We find that community viral load evolves in association with SPVL, in the absence of prevention programs such as antiretroviral therapy, and that the mean community viral load is not necessarily a strong predictor of HIV incidence. PMID:24945322

  11. Balancing Fun and Learning in a Serious Game Design

    ERIC Educational Resources Information Center

    Franzwa, Christopher; Tang, Ying; Johnson, Aaron; Bielefeldt, Talbot

    2014-01-01

    This article presents the underlying philosophy of Sustain City, an educational serious game system that engages students, particularly prospective and beginning science and engineering students, in a series of engineering design challenges. Various strategies implemented in Sustain City for achieving a balance of fun and learning are discussed,…

  12. Interchangeability of the Wii Balance Board for Bipedal Balance Assessment.

    PubMed

    Bonnechère, Bruno; Jansen, Bart; Omelina, Lubos; Rooze, Marcel; Van Sint Jan, Serge

    2015-08-27

    Since 2010, an increasing interest in more portable and flexible hardware for balance and posture assessment led to previously published studies determining whether or not the Wii Balance Board could be used to assess balance and posture, both scientifically and clinically. However, no previous studies aimed at comparing results from different Wii Balance Boards for clinical balance evaluation exist. The objective of this crossover study is to assess the interchangeability of the Wii Balance Board. A total of 6 subjects participated in the study and their balance was assessed using 4 different Wii Balance Boards. Trials were recorded simultaneously with Wii Balance Boards and with a laboratory force plate. Nine relevant clinical parameters were derived from center of pressure displacement data obtained from Wii Balance Board and force plate systems. Intraclass correlation coefficients (ICC), F tests, and Friedman tests were computed to assess the agreement between trials and to compare the Wii Balance Board and force plate results. Excellent correlations were found between the Wii Balance Board and force plate (mean ρ =.83). With the exception of 2 parameters, strong to excellent agreements were found for the 7 remaining parameters (ICC=.96). No significant differences were found between trials recorded with different Wii Balance Boards. Our results indicate that for most of the parameters analyzed, balance and posture assessed with one Wii Balance Board were statistically similar to results obtained from another. Furthermore, the good correlation between the Wii Balance Board and force plate results shows that Wii Balance Boards can be reliably used for scientific assessment using most of the parameters analyzed in this study. These results also suggest that the Wii Balance Board could be used in multicenter studies and therefore, would allow for the creation of larger populations for clinical studies. Ethical Committee of the Erasme Hospital (CCB B406201215142

  13. Interchangeability of the Wii Balance Board for Bipedal Balance Assessment

    PubMed Central

    Jansen, Bart; Omelina, Lubos; Rooze, Marcel; Van Sint Jan, Serge

    2015-01-01

    Background Since 2010, an increasing interest in more portable and flexible hardware for balance and posture assessment led to previously published studies determining whether or not the Wii Balance Board could be used to assess balance and posture, both scientifically and clinically. However, no previous studies aimed at comparing results from different Wii Balance Boards for clinical balance evaluation exist. Objective The objective of this crossover study is to assess the interchangeability of the Wii Balance Board. Methods A total of 6 subjects participated in the study and their balance was assessed using 4 different Wii Balance Boards. Trials were recorded simultaneously with Wii Balance Boards and with a laboratory force plate. Nine relevant clinical parameters were derived from center of pressure displacement data obtained from Wii Balance Board and force plate systems. Intraclass correlation coefficients (ICC), F tests, and Friedman tests were computed to assess the agreement between trials and to compare the Wii Balance Board and force plate results. Results Excellent correlations were found between the Wii Balance Board and force plate (mean ρ =.83). With the exception of 2 parameters, strong to excellent agreements were found for the 7 remaining parameters (ICC=.96). No significant differences were found between trials recorded with different Wii Balance Boards. Conclusions Our results indicate that for most of the parameters analyzed, balance and posture assessed with one Wii Balance Board were statistically similar to results obtained from another. Furthermore, the good correlation between the Wii Balance Board and force plate results shows that Wii Balance Boards can be reliably used for scientific assessment using most of the parameters analyzed in this study. These results also suggest that the Wii Balance Board could be used in multicenter studies and therefore, would allow for the creation of larger populations for clinical studies. Trial

  14. Quantitative structure-property relationship modeling of remote liposome loading of drugs.

    PubMed

    Cern, Ahuva; Golbraikh, Alexander; Sedykh, Aleck; Tropsha, Alexander; Barenholz, Yechezkel; Goldblum, Amiram

    2012-06-10

    Remote loading of liposomes by trans-membrane gradients is used to achieve therapeutically efficacious intra-liposome concentrations of drugs. We have developed Quantitative Structure Property Relationship (QSPR) models of remote liposome loading for a data set including 60 drugs studied in 366 loading experiments internally or elsewhere. Both experimental conditions and computed chemical descriptors were employed as independent variables to predict the initial drug/lipid ratio (D/L) required to achieve high loading efficiency. Both binary (to distinguish high vs. low initial D/L) and continuous (to predict real D/L values) models were generated using advanced machine learning approaches and 5-fold external validation. The external prediction accuracy for binary models was as high as 91-96%; for continuous models the mean coefficient R(2) for regression between predicted versus observed values was 0.76-0.79. We conclude that QSPR models can be used to identify candidate drugs expected to have high remote loading capacity while simultaneously optimizing the design of formulation experiments. Copyright © 2011 Elsevier B.V. All rights reserved.

  15. Team-based work and work system balance in the context of agile manufacturing.

    PubMed

    Yauch, Charlene A

    2007-01-01

    Manufacturing agility is the ability to prosper in an environment characterized by constant and unpredictable change. The purpose of this paper is to analyze team attributes necessary to facilitate agile manufacturing, and using Balance Theory as a framework, it evaluates the potential positive and negative impacts related to these team attributes that could alter the balance of work system elements and resulting "stress load" experienced by persons working on agile teams. Teams operating within the context of agile manufacturing are characterized as multifunctional, dynamic, cooperative, and virtual. A review of the literature relevant to each of these attributes is provided, as well as suggestions for future research.

  16. Human Factors Engineering in the Development of a New Load Carriage System for the Canadian Forces

    DTIC Science & Technology

    2001-05-01

    range of clothing conditions "* physical and thermal comfort "* compatibility with soldier clothing, equipment, weapons, communications gear, vehicles...of movement, load balance, load stability and casualty extraction. The 82-pattern webbing was preferred over all other options only for thermal comfort . Since... thermal comfort was a concern in the decision to develop a vest, the results will be highlighted here. After each 5 km march, subjects were

  17. Autonomous Information Fading and Provision to Achieve High Response Time in Distributed Information Systems

    NASA Astrophysics Data System (ADS)

    Lu, Xiaodong; Arfaoui, Helene; Mori, Kinji

    In highly dynamic electronic commerce environment, the need for adaptability and rapid response time to information service systems has become increasingly important. In order to cope with the continuously changing conditions of service provision and utilization, Faded Information Field (FIF) has been proposed. FIF is a distributed information service system architecture, sustained by push/pull mobile agents to bring high-assurance of services through a recursive demand-oriented provision of the most popular information closer to the users to make a tradeoff between the cost of information service allocation and access. In this paper, based on the analysis of the relationship that exists among the users distribution, information provision and access time, we propose the technology for FIF design to resolve the competing requirements of users and providers to improve users' access time. In addition, to achieve dynamic load balancing with changing users preference, the autonomous information reallocation technology is proposed. We proved the effectiveness of the proposed technology through the simulation and comparison with the conventional system.

  18. Balancing Area Coordination: Efficiently Integrating Renewable Energy Into the Grid, Greening the Grid

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

    Katz, Jessica; Denholm, Paul; Cochran, Jaquelin

    2015-06-01

    Greening the Grid provides technical assistance to energy system planners, regulators, and grid operators to overcome challenges associated with integrating variable renewable energy into the grid. Coordinating balancing area operation can promote more cost and resource efficient integration of variable renewable energy, such as wind and solar, into power systems. This efficiency is achieved by sharing or coordinating balancing resources and operating reserves across larger geographic boundaries.

  19. A robust embedded vision system feasible white balance algorithm

    NASA Astrophysics Data System (ADS)

    Wang, Yuan; Yu, Feihong

    2018-01-01

    White balance is a very important part of the color image processing pipeline. In order to meet the need of efficiency and accuracy in embedded machine vision processing system, an efficient and robust white balance algorithm combining several classical ones is proposed. The proposed algorithm mainly has three parts. Firstly, in order to guarantee higher efficiency, an initial parameter calculated from the statistics of R, G and B components from raw data is used to initialize the following iterative method. After that, the bilinear interpolation algorithm is utilized to implement demosaicing procedure. Finally, an adaptive step adjustable scheme is introduced to ensure the controllability and robustness of the algorithm. In order to verify the proposed algorithm's performance on embedded vision system, a smart camera based on IMX6 DualLite, IMX291 and XC6130 is designed. Extensive experiments on a large amount of images under different color temperatures and exposure conditions illustrate that the proposed white balance algorithm avoids color deviation problem effectively, achieves a good balance between efficiency and quality, and is suitable for embedded machine vision processing system.

  20. CFD-based design load analysis of 5MW offshore wind turbine

    NASA Astrophysics Data System (ADS)

    Tran, T. T.; Ryu, G. J.; Kim, Y. H.; Kim, D. H.

    2012-11-01

    The structure and aerodynamic loads acting on NREL 5MW reference wind turbine blade are calculated and analyzed based on advanced Computational Fluid Dynamics (CFD) and unsteady Blade Element Momentum (BEM). A detailed examination of the six force components has been carried out (three force components and three moment components). Structure load (gravity and inertia load) and aerodynamic load have been obtained by additional structural calculations (CFD or BEM, respectively,). In CFD method, the Reynolds Average Navier-Stokes approach was applied to solve the continuity equation of mass conservation and momentum balance so that the complex flow around wind turbines was modeled. Written in C programming language, a User Defined Function (UDF) code which defines transient velocity profile according to the Extreme Operating Gust condition was compiled into commercial FLUENT package. Furthermore, the unsteady BEM with 3D stall model has also adopted to investigate load components on wind turbine rotor. The present study introduces a comparison between advanced CFD and unsteady BEM for determining load on wind turbine rotor. Results indicate that there are good agreements between both present methods. It is importantly shown that six load components on wind turbine rotor is significant effect under Extreme Operating Gust (EOG) condition. Using advanced CFD and additional structural calculations, this study has succeeded to construct accuracy numerical methodology to estimate total load of wind turbine that compose of aerodynamic load and structure load.