WorldWideScience

Sample records for fixed-charge transportation problem

  1. The single-sink fixed-charge transportation problem: Applications and solution methods

    DEFF Research Database (Denmark)

    Goertz, Simon; Klose, Andreas

    2007-01-01

    The single-sink fixed-charge transportation problem (SSFCTP) consists in finding a minimum cost flow from a number of supplier nodes to a single demand node. Shipping costs comprise costs proportional to the amount shipped as well as a fixed-charge. Although the SSFCTP is an important special case...... of the well-known fixed-charge transportation problem, just a few methods for solving this problem have been proposed in the literature. After summarising some applications of this problem arising in manufacturing and transportation, we give an overview on approximation algorithms and worst-case results...

  2. Algorithms for solving the single-sink fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Klose, Andreas

    2006-01-01

    The single-sink fixed-charge transportation problem is an important subproblem of the fixed-charge transportation problem. Just a few methods have been proposed in the literature to solve this problem. In this paper, solution approaches based on dynamic programming and implicit enumeration...... are revisited. It is shown how the problem size as well as the search space of a recently published dynamic programming method can be reduced by exploiting reduced cost information. Additionally, a further implicit enumeration approach relying on solution concepts for the binary knapsack problem is introduced...

  3. An LP-based heuristic for the fixed charge transportation problem

    DEFF Research Database (Denmark)

    Klose, Andreas

    2007-01-01

    The fixed charge transportation problem consists in finding a minimum cost network flow from a set of suppliers to a set of customers. Beside costs proportional to quantities transported, transportation costs also include a fixed charge. The paper describes a linear programming based heuristic...... approach for computing lower and upper bounds on the minimal cost. To this end, the LP relaxation is iteratively strengthened by means of adding cuts; in each iteration the current LP solution is then used to guide a local search heuristic. In addition to standard polyhedral cuts as lifted cover...

  4. Solving the Single-Sink, Fixed-Charge, Multiple-Choice Transportation Problem by Dynamic Programming

    DEFF Research Database (Denmark)

    Rauff Lind Christensen, Tue; Klose, Andreas; Andersen, Kim Allan

    important aspects of supplier selection, an important application of the SSFCTP, this does not reflect the real life situation. First, transportation costs faced by many companies are in fact piecewise linear. Secondly, when suppliers offer discounts, either incremental or all-unit discounts, such savings......The Single-Sink, Fixed-Charge, Multiple-Choice Transportation Problem (SSFCMCTP) is a problem with versatile applications. This problem is a generalization of the Single-Sink, Fixed-Charge Transportation Problem (SSFCTP), which has a fixed-charge, linear cost structure. However, in at least two...... are neglected in the SSFCTP. The SSFCMCTP overcome this problem by incorporating a staircase cost structure in the cost function instead of the usual one used in SSFCTP. We present a dynamic programming algorithm for the resulting problem. To enhance the performance of the generic algorithm a number...

  5. On the Structure of the Fixed Charge Transportation Problem

    Science.gov (United States)

    Kowalski, K.

    2005-01-01

    This work extends the theory of the fixed charge transportation problem (FCTP), currently based mostly on a forty-year-old publication by Hirsch and Danzig. This paper presents novel properties that need to be considered by those using existing, or those developing new methods for optimizing FCTP. It also defines the problem in an easier way,…

  6. A reduced-cost iterated local search heuristic for the fixed-charge transportation problem

    NARCIS (Netherlands)

    Buson, Erika; Roberti, Roberto; Toth, Paolo

    2014-01-01

    The fixed-charge transportation problem (FCTP) is a generalization of the transportation problem where an additional fixed cost is paid for sending a flow from an origin to a destination. We propose an iterated local search heuristic based on the utilization of reduced costs for guiding the restart

  7. Iterated local search and record-to-record travel applied to the fixed charge transportation problem

    DEFF Research Database (Denmark)

    Andersen, Jeanne; Klose, Andreas

    The fixed charge transportation problem (FCTP) is a well-known and difficult optimization problem with lots of applications in logistics. It consists in finding a minimum cost network flow from a set of suppliers to a set of customers. Beside costs proportional to quantities transported......, transportation costs do, however, include a fixed charge. Iterated local search and record-to-record travel are both simple local search based meta-heuristics that, to our knowledge, not yet have been applied to the FCTP. In this paper, we apply both types of search strategies and combine them into a single...

  8. Alternate mutation based artificial immune algorithm for step fixed charge transportation problem

    Directory of Open Access Journals (Sweden)

    Mahmoud Moustafa El-Sherbiny

    2012-07-01

    Full Text Available Step fixed charge transportation problem (SFCTP is considered as a special version of the fixed-charge transportation problem (FCTP. In SFCTP, the fixed cost is incurred for every route that is used in the solution and is proportional to the amount shipped. This cost structure causes the value of the objective function to behave like a step function. Both FCTP and SFCTP are considered to be NP-hard problems. While a lot of research has been carried out concerning FCTP, not much has been done concerning SFCTP. This paper introduces an alternate Mutation based Artificial Immune (MAI algorithm for solving SFCTPs. The proposed MAI algorithm solves both balanced and unbalanced SFCTP without introducing a dummy supplier or a dummy customer. In MAI algorithm a coding schema is designed and procedures are developed for decoding such schema and shipping units. MAI algorithm guarantees the feasibility of all the generated solutions. Due to the significant role of mutation function on the MAI algorithm’s quality, 16 mutation functions are presented and their performances are compared to select the best one. For this purpose, forty problems with different sizes have been generated at random and then a robust calibration is applied using the relative percentage deviation (RPD method. Through two illustrative problems of different sizes the performance of the MAI algorithm has been compared with most recent methods.

  9. Solving the Single-Sink, Fixed-Charge, Multiple-Choice Transportation Problem by Dynamic Programming

    DEFF Research Database (Denmark)

    Christensen, Tue; Andersen, Kim Allan; Klose, Andreas

    2013-01-01

    This paper considers a minimum-cost network flow problem in a bipartite graph with a single sink. The transportation costs exhibit a staircase cost structure because such types of transportation cost functions are often found in practice. We present a dynamic programming algorithm for solving...... this so-called single-sink, fixed-charge, multiple-choice transportation problem exactly. The method exploits heuristics and lower bounds to peg binary variables, improve bounds on flow variables, and reduce the state-space variable. In this way, the dynamic programming method is able to solve large...... instances with up to 10,000 nodes and 10 different transportation modes in a few seconds, much less time than required by a widely used mixed-integer programming solver and other methods proposed in the literature for this problem....

  10. Artificial immune system and sheep flock algorithms for two-stage fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Kannan, Devika; Govindan, Kannan; Soleimani, Hamed

    2014-01-01

    In this paper, we cope with a two-stage distribution planning problem of supply chain regarding fixed charges. The focus of the paper is on developing efficient solution methodologies of the selected NP-hard problem. Based on computational limitations, common exact and approximation solution...... approaches are unable to solve real-world instances of such NP-hard problems in a reasonable time. These approaches involve cumbersome computational steps in real-size cases. In order to solve the mixed integer linear programming model, we develop an artificial immune system and a sheep flock algorithm...

  11. Analysis of some greedy algorithms for the single-sink fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Görtz, Simon; Klose, Andreas

    2009-01-01

    -charge transportation problem. Nevertheless, just a few methods for solving this problem have been proposed in the literature. In this paper, some greedy heuristic solutions methods for the SSFCTP are investigated. It is shown that two greedy approaches for the SSFCTP known from the literature can be arbitrarily bad......, whereas an approximation algorithm proposed in the literature for the binary min-knapsack problem has a guaranteed worst case bound if adapted accordingly to the case of the SSFCTP....

  12. Paradox in a non-linear capacitated transportation problem

    Directory of Open Access Journals (Sweden)

    Dahiya Kalpana

    2006-01-01

    Full Text Available This paper discusses a paradox in fixed charge capacitated transportation problem where the objective function is the sum of two linear fractional functions consisting of variables costs and fixed charges respectively. A paradox arises when the transportation problem admits of an objective function value which is lower than the optimal objective function value, by transporting larger quantities of goods over the same route. A sufficient condition for the existence of a paradox is established. Paradoxical range of flow is obtained for any given flow in which the corresponding objective function value is less than the optimum value of the given transportation problem. Numerical illustration is included in support of theory.

  13. Charge transport problem

    International Nuclear Information System (INIS)

    Lee, E.P.

    1977-01-01

    In a recent report (UCID 17346, ''Relativistic Particle Beam in a Semi-Infinite Axially Symmetric conducting channel extending from a perfectly conducting plane,'' Dec. 13, 1976) Cooper and Neil demonstrate that the net charge transported by a beam pulse injected into a channel of finite conductivity equals the charge of the beam itself. The channel is taken to be infinite in the positive z direction, has finite radius and is terminated by a conducting ground plane at z =0. This result is not an obvious one, and it is restricted in its applicability by the special model assumed for the channel. It is the purpose to explain the result of Cooper and Neil in more qualitative terms and to make similar calculations using several other channel models. It must be emphasized that these calculations are not concerned with the fate of the transported charge after the pulse has stopped, but rather with how much charge leaves the ground plane assuming the pulse does not stop

  14. A review on fuzzy and stochastic extensions of the multi index transportation problem

    Directory of Open Access Journals (Sweden)

    Singh Sungeeta

    2017-01-01

    Full Text Available The classical transportation problem (having source and destination as indices deals with the objective of minimizing a single criterion, i.e. cost of transporting a commodity. Additional indices such as commodities and modes of transport led to the Multi Index transportation problem. An additional fixed cost, independent of the units transported, led to the Multi Index Fixed Charge transportation problem. Criteria other than cost (such as time, profit etc. led to the Multi Index Bi-criteria transportation problem. The application of fuzzy and stochastic concept in the above transportation problems would enable researchers to not only introduce real life uncertainties but also obtain solutions of these transportation problems. The review article presents an organized study of the Multi Index transportation problem and its fuzzy and stochastic extensions till today, and aims to help researchers working with complex transportation problems.

  15. A note on Fenchel cuts for the single-node flow problem

    DEFF Research Database (Denmark)

    Klose, Andreas

    The single-node flow problem, which is also known as the single-sink fixed-charge transportation problem, consists in finding a minimum cost flow from a number of nodes to a single sink. The flow cost comprise an amount proportional to the quantity shipped as well as a fixed charge. In this note......, some structural properties of Fenchel cutting planes for this problem are described. Such cuts might then be applied for solving, e.g., fixed-charge transportation problems and more general fixed-charge network flow problems....

  16. Comparing topological charge definitions using topology fixing actions

    International Nuclear Information System (INIS)

    Bruckmann, Falk; Gruber, Florian; Jansen, Karl; Marinkovic, Marina; Urbach, Carsten; Wagner, Marc

    2009-05-01

    We investigate both the hyperbolic action and the determinant ratio action designed to fix the topological charge on the lattice. We show to what extent topology is fixed depending on the parameters of these actions, keeping the physical situation fixed. At the same time the agreement between different definitions of topological charge - the field theoretic and the index definition - is directly correlated to the degree topology is fixed. Moreover, it turns out that the two definitions agree very well. We also study finite volume effects arising in the static potential and related quantities due to topology fixing. (orig.)

  17. A Hybrid Dynamic Programming for Solving Fixed Cost Transportation with Discounted Mechanism

    OpenAIRE

    Farhad Ghassemi Tari

    2016-01-01

    The problem of allocating different types of vehicles for transporting a set of products from a manufacturer to its depots/cross docks, in an existing transportation network, to minimize the total transportation costs, is considered. The distribution network involves a heterogeneous fleet of vehicles, with a variable transportation cost and a fixed cost in which a discount mechanism is applied on the fixed part of the transportation costs. It is assumed that the number of available vehicles i...

  18. Charged-particle calculations using Boltzmann transport methods

    International Nuclear Information System (INIS)

    Hoffman, T.J.; Dodds, H.L. Jr.; Robinson, M.T.; Holmes, D.K.

    1981-01-01

    Several aspects of radiation damage effects in fusion reactor neutron and ion irradiation environments are amenable to treatment by transport theory methods. In this paper, multigroup transport techniques are developed for the calculation of charged particle range distributions, reflection coefficients, and sputtering yields. The Boltzmann transport approach can be implemented, with minor changes, in standard neutral particle computer codes. With the multigroup discrete ordinates code, ANISN, determination of ion and target atom distributions as functions of position, energy, and direction can be obtained without the stochastic error associated with atomistic computer codes such as MARLOWE and TRIM. With the multigroup Monte Carlo code, MORSE, charged particle effects can be obtained for problems associated with very complex geometries. Results are presented for several charged particle problems. Good agreement is obtained between quantities calculated with the multigroup approach and those obtained experimentally or by atomistic computer codes

  19. Effect of electric charge on the transperitoneal transport of plasma proteins during CAPD

    NARCIS (Netherlands)

    Buis, B.; Koomen, G. C.; Imholz, A. L.; Struijk, D. G.; Reddingius, R. E.; Arisz, L.; Krediet, R. T.

    1996-01-01

    BACKGROUND: Controversy exists as to whether electric charges of plasma proteins influence their transport across the peritoneal membrane during CAPD. Fixed negative charges in the peritoneal membrane are diminished during peritonitis in rats. METHODS: Peritoneal clearances of 10 proteins and their

  20. Handling and transport problems (1960); Problemes de manipulation et de transport (1960)

    Energy Technology Data Exchange (ETDEWEB)

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

    1960-07-01

    I. The handling and transport of radioactive wastes involves the danger of irradiation and contamination. It is indispensable: - to lay down a special set of rules governing the removal and transport of wastes within centres or from one centre to another; - to give charge of this transportation to a group containing teams of specialists. The organisation, equipment and output of these teams is being examined. II. Certain materials are particularly dangerous to transport, and for these special vehicles and fixed installations are necessary. This is the case especially for the evacuation of very active liquids. A transport vehicle is described, consisting of a trailer tractor and a recipient holding 500 litres of liquid of which the activity can reach 1000 C/l; the decanting operation, the route to be followed by the vehicle, and the precautions taken are also described. (author) [French] I. La manipulation et le transport des dechets radioactifs presentent des dangers d'irradiation et de contamination. Il est necessaire: - d'edicter des consignes speciales applicables a l'enlevement et au transport des dechets dans les centres ou de centre a centre; - de confier les transports a un groupe dont relevent des equipes specialisees; - on examine l'organisation, les moyens, le rendement de ces equipes. II. Certains transports sont particulierement dangereux et necessitent des engins speciaux et des installations fixes. C'est le cas, notamment de l'evacuation des liquides tres actifs. On decrit: - un engin de transport compose d'un ensemble a tracteur semi-remorque et d'un recipient qui contient 500 litres de liquide dont l'activite peut atteindre 1000 C/l; - les operations de transvasement, l'acheminement de l'engin, les precautions prises. (auteur)

  1. Handling and transport problems (1960)

    International Nuclear Information System (INIS)

    Pomarola, J.; Savouyaud, J.

    1960-01-01

    I. The handling and transport of radioactive wastes involves the danger of irradiation and contamination. It is indispensable: - to lay down a special set of rules governing the removal and transport of wastes within centres or from one centre to another; - to give charge of this transportation to a group containing teams of specialists. The organisation, equipment and output of these teams is being examined. II. Certain materials are particularly dangerous to transport, and for these special vehicles and fixed installations are necessary. This is the case especially for the evacuation of very active liquids. A transport vehicle is described, consisting of a trailer tractor and a recipient holding 500 litres of liquid of which the activity can reach 1000 C/l; the decanting operation, the route to be followed by the vehicle, and the precautions taken are also described. (author) [fr

  2. A Hybrid Dynamic Programming for Solving Fixed Cost Transportation with Discounted Mechanism

    Directory of Open Access Journals (Sweden)

    Farhad Ghassemi Tari

    2016-01-01

    Full Text Available The problem of allocating different types of vehicles for transporting a set of products from a manufacturer to its depots/cross docks, in an existing transportation network, to minimize the total transportation costs, is considered. The distribution network involves a heterogeneous fleet of vehicles, with a variable transportation cost and a fixed cost in which a discount mechanism is applied on the fixed part of the transportation costs. It is assumed that the number of available vehicles is limited for some types. A mathematical programming model in the form of the discrete nonlinear optimization model is proposed. A hybrid dynamic programming algorithm is developed for finding the optimal solution. To increase the computational efficiency of the solution algorithm, several concepts and routines, such as the imbedded state routine, surrogate constraint concept, and bounding schemes, are incorporated in the dynamic programming algorithm. A real world case problem is selected and solved by the proposed solution algorithm, and the optimal solution is obtained.

  3. A Column Generation for the Heterogeneous Fixed Fleet Open Vehicle Routing Problem

    Directory of Open Access Journals (Sweden)

    Majid Yousefikhoshbakht

    2017-07-01

    Full Text Available This paper addressed the heterogeneous fixed fleet open vehicle routing problem (HFFOVRP, in which the vehicles are not required to return to the depot after completing a service. In this new problem, the demands of customers are fulfilled by a heterogeneous fixed fleet of vehicles having various capacities, fixed costs and variable costs. This problem is an important variant of the open vehicle routing problem (OVRP and can cover more practical situations in transportation and logistics. Since this problem belongs to NP-hard Problems, An approach based on column generation (CG is applied to solve the HFFOVRP. A tight integer programming model is presented and the linear programming relaxation of which is solved by the CG technique. Since there have been no existing benchmarks, this study generated 19 test problems and the results of the proposed CG algorithm is compared to the results of exact algorithm. Computational experience confirms that the proposed algorithm can provide better solutions within a comparatively shorter period of time.

  4. Explicit formulation of a nodal transport method for discrete ordinates calculations in two-dimensional fixed-source problems

    Energy Technology Data Exchange (ETDEWEB)

    Tres, Anderson [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Programa de Pos-Graduacao em Matematica Aplicada; Becker Picoloto, Camila [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Programa de Pos-Graduacao em Engenharia Mecanica; Prolo Filho, Joao Francisco [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Inst de Matematica, Estatistica e Fisica; Dias da Cunha, Rudnei; Basso Barichello, Liliane [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Inst de Matematica

    2014-04-15

    In this work a study of two-dimensional fixed-source neutron transport problems, in Cartesian geometry, is reported. The approach reduces the complexity of the multidimensional problem using a combination of nodal schemes and the Analytical Discrete Ordinates Method (ADO). The unknown leakage terms on the boundaries that appear from the use of the derivation of the nodal scheme are incorporated to the problem source term, such as to couple the one-dimensional integrated solutions, made explicit in terms of the x and y spatial variables. The formulation leads to a considerable reduction of the order of the associated eigenvalue problems when combined with the usual symmetric quadratures, thereby providing solutions that have a higher degree of computational efficiency. Reflective-type boundary conditions are introduced to represent the domain on a simpler form than that previously considered in connection with the ADO method. Numerical results obtained with the technique are provided and compared to those present in the literature. (orig.)

  5. Finite volume QCD at fixed topological charge

    OpenAIRE

    Aoki, Sinya; Fukaya, Hidenori; Hashimoto, Shoji; Onogi, Tetsuya

    2007-01-01

    In finite volume the partition function of QCD with a given $\\theta$ is a sum of different topological sectors with a weight primarily determined by the topological susceptibility. If a physical observable is evaluated only in a fixed topological sector, the result deviates from the true expectation value by an amount proportional to the inverse space-time volume 1/V. Using the saddle point expansion, we derive formulas to express the correction due to the fixed topological charge in terms of...

  6. Algorithms for solving common fixed point problems

    CERN Document Server

    Zaslavski, Alexander J

    2018-01-01

    This book details approximate solutions to common fixed point problems and convex feasibility problems in the presence of perturbations. Convex feasibility problems search for a common point of a finite collection of subsets in a Hilbert space; common fixed point problems pursue a common fixed point of a finite collection of self-mappings in a Hilbert space. A variety of algorithms are considered in this book for solving both types of problems, the study of which has fueled a rapidly growing area of research. This monograph is timely and highlights the numerous applications to engineering, computed tomography, and radiation therapy planning. Totaling eight chapters, this book begins with an introduction to foundational material and moves on to examine iterative methods in metric spaces. The dynamic string-averaging methods for common fixed point problems in normed space are analyzed in Chapter 3. Dynamic string methods, for common fixed point problems in a metric space are introduced and discussed in Chapter ...

  7. Particle-based simulation of charge transport in discrete-charge nano-scale systems: the electrostatic problem.

    Science.gov (United States)

    Berti, Claudio; Gillespie, Dirk; Eisenberg, Robert S; Fiegna, Claudio

    2012-02-16

    The fast and accurate computation of the electric forces that drive the motion of charged particles at the nanometer scale represents a computational challenge. For this kind of system, where the discrete nature of the charges cannot be neglected, boundary element methods (BEM) represent a better approach than finite differences/finite elements methods. In this article, we compare two different BEM approaches to a canonical electrostatic problem in a three-dimensional space with inhomogeneous dielectrics, emphasizing their suitability for particle-based simulations: the iterative method proposed by Hoyles et al. and the Induced Charge Computation introduced by Boda et al.

  8. Charge transport in organic semiconductors.

    Science.gov (United States)

    Bässler, Heinz; Köhler, Anna

    2012-01-01

    Modern optoelectronic devices, such as light-emitting diodes, field-effect transistors and organic solar cells require well controlled motion of charges for their efficient operation. The understanding of the processes that determine charge transport is therefore of paramount importance for designing materials with improved structure-property relationships. Before discussing different regimes of charge transport in organic semiconductors, we present a brief introduction into the conceptual framework in which we interpret the relevant photophysical processes. That is, we compare a molecular picture of electronic excitations against the Su-Schrieffer-Heeger semiconductor band model. After a brief description of experimental techniques needed to measure charge mobilities, we then elaborate on the parameters controlling charge transport in technologically relevant materials. Thus, we consider the influences of electronic coupling between molecular units, disorder, polaronic effects and space charge. A particular focus is given to the recent progress made in understanding charge transport on short time scales and short length scales. The mechanism for charge injection is briefly addressed towards the end of this chapter.

  9. Particle-based simulation of charge transport in discrete-charge nano-scale systems: the electrostatic problem

    OpenAIRE

    Berti, Claudio; Gillespie, Dirk; Eisenberg, Robert S; Fiegna, Claudio

    2012-01-01

    The fast and accurate computation of the electric forces that drive the motion of charged particles at the nanometer scale represents a computational challenge. For this kind of system, where the discrete nature of the charges cannot be neglected, boundary element methods (BEM) represent a better approach than finite differences/finite elements methods. In this article, we compare two different BEM approaches to a canonical electrostatic problem in a three-dimensional space with inhomogeneous...

  10. Fragmentation of organic ions bearing fixed multiple charges observed in MALDI MS.

    Science.gov (United States)

    Lou, Xianwen; Li, Bao; de Waal, Bas F M; Schill, Jurgen; Baker, Matthew B; Bovee, Ralf A A; van Dongen, Joost L J; Milroy, Lech-Gustav; Meijer, E W

    2018-01-01

    Matrix-assisted laser desorption/ionization time-of-flight mass spectrometry (MALDI TOF MS) was used to analyze a series of synthetic organic ions bearing fixed multiple charges. Despite the multiple intrinsic charges, only singly charged ions were recorded in each case. In addition to the pseudo-molecular ions formed by counterion adduction, deprotonation and electron capture, a number of fragment ions were also observed. Charge splitting by fragmentation was found to be a viable route for charge reduction leading to the formation of the observed singly charged fragment ions. Unlike multivalent metal ions, organic ions can rearrange and/or fragment during charge reduction. This fragmentation process will evidently complicate the interpretation of the MALDI MS spectrum. Because MALDI MS is usually considered as a soft ionization technique, the fragment ion peaks can easily be erroneously interpreted as impurities. Therefore, the awareness and understanding of the underlying MALDI-induced fragmentation pathways is essential for a proper interpretation of the corresponding mass spectra. Due to the fragment ions generated during charge reduction, special care should be taken in the MALDI MS analysis of multiply charged ions. In this work, the possible mechanisms by which the organic ions bearing fixed multiple charges fragment are investigated. With an improved understanding of the fragmentation mechanisms, MALDI TOF MS should still be a useful technique for the characterization of organic ions with fixed multiple charges. Copyright © 2017 John Wiley & Sons, Ltd.

  11. An analytical approach for a nodal formulation of a two-dimensional fixed-source neutron transport problem in heterogeneous medium

    Energy Technology Data Exchange (ETDEWEB)

    Basso Barichello, Liliane; Dias da Cunha, Rudnei [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Inst. de Matematica; Becker Picoloto, Camila [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Programa de Pos-Graduacao em Engenharia Mecanica; Tres, Anderson [Universidade Federal do Rio Grande do Sul, Porto Alegre, RS (Brazil). Programa de Pos-Graduacao em Matematica Aplicada

    2015-05-15

    A nodal formulation of a fixed-source two-dimensional neutron transport problem, in Cartesian geometry, defined in a heterogeneous medium, is solved by an analytical approach. Explicit expressions, in terms of the spatial variables, are derived for averaged fluxes in each region in which the domain is subdivided. The procedure is an extension of an analytical discrete ordinates method, the ADO method, for the solution of the two-dimensional homogeneous medium case. The scheme is developed from the discrete ordinates version of the two-dimensional transport equation along with the level symmetric quadrature scheme. As usual for nodal schemes, relations between the averaged fluxes and the unknown angular fluxes at the contours are introduced as auxiliary equations. Numerical results are in agreement with results available in the literature.

  12. Symmetrization of mathematical model of charge transport in semiconductors

    Directory of Open Access Journals (Sweden)

    Alexander M. Blokhin

    2002-11-01

    Full Text Available A mathematical model of charge transport in semiconductors is considered. The model is a quasilinear system of differential equations. A problem of finding an additional entropy conservation law and system symmetrization are solved.

  13. Hub location problems in transportation networks

    DEFF Research Database (Denmark)

    Gelareh, Shahin; Nickel, Stefan

    2011-01-01

    In this paper we propose a 4-index formulation for the uncapacitated multiple allocation hub location problem tailored for urban transport and liner shipping network design. This formulation is very tight and most of the tractable instances for MIP solvers are optimally solvable at the root node....... also introduce fixed cost values for Australian Post (AP) dataset....

  14. Fragmentation of organic ions bearing fixed multiple charges observed in MALDI MS

    NARCIS (Netherlands)

    Lou, X.; Li, B.; de Waal, B.F.M.; Schill, J.; Baker, M.B.; Bovee, R.A.A.; van Dongen, J.L.J.; Milroy, L.G.; Meijer, E.W.

    2018-01-01

    Matrix-assisted laser desorption/ionization time-of-flight mass spectrometry (MALDI TOF MS) was used to analyze a series of synthetic organic ions bearing fixed multiple charges. Despite the multiple intrinsic charges, only singly charged ions were recorded in each case. In addition to the

  15. Charge transport in amorphous organic semiconductors

    Energy Technology Data Exchange (ETDEWEB)

    Lukyanov, Alexander

    2011-03-15

    Organic semiconductors with the unique combination of electronic and mechanical properties may offer cost-effective ways of realizing many electronic applications, e. g. large-area flexible displays, printed integrated circuits and plastic solar cells. In order to facilitate the rational compound design of organic semiconductors, it is essential to understand relevant physical properties e. g. charge transport. This, however, is not straightforward, since physical models operating on different time and length scales need to be combined. First, the material morphology has to be known at an atomistic scale. For this atomistic molecular dynamics simulations can be employed, provided that an atomistic force field is available. Otherwise it has to be developed based on the existing force fields and first principle calculations. However, atomistic simulations are typically limited to the nanometer length- and nanosecond time-scales. To overcome these limitations, systematic coarse-graining techniques can be used. In the first part of this thesis, it is demonstrated how a force field can be parameterized for a typical organic molecule. Then different coarse-graining approaches are introduced together with the analysis of their advantages and problems. When atomistic morphology is available, charge transport can be studied by combining the high-temperature Marcus theory with kinetic Monte Carlo simulations. The approach is applied to the hole transport in amorphous films of tris(8- hydroxyquinoline)aluminium (Alq{sub 3}). First the influence of the force field parameters and the corresponding morphological changes on charge transport is studied. It is shown that the energetic disorder plays an important role for amorphous Alq{sub 3}, defining charge carrier dynamics. Its spatial correlations govern the Poole-Frenkel behavior of the charge carrier mobility. It is found that hole transport is dispersive for system sizes accessible to simulations, meaning that calculated

  16. Nonlinear super-W algebras at fixed central charge

    NARCIS (Netherlands)

    Bergshoeff, E.

    1991-01-01

    We discuss how a class of nonlinear higher-spin superalgebras, containing a Virasoro subalgebra at fixed central charge, can be obtained from a realisation of the super-W∞(λ) algebra in terms of a supersymmetric BC system. We explicitly work out the example of the nonlinear super-W2 algebra.

  17. Role of molecular charge in nucleocytoplasmic transport.

    Directory of Open Access Journals (Sweden)

    Alexander Goryaynov

    Full Text Available Transport of genetic materials and proteins between the nucleus and cytoplasm of eukaryotic cells is mediated by nuclear pore complexes (NPCs. A selective barrier formed by phenylalanine-glycine (FG nucleoporins (Nups with net positive charges in the NPC allows for passive diffusion of signal-independent small molecules and transport-receptor facilitated translocation of signal-dependent cargo molecules. Recently, negative surface charge was postulated to be another essential criterion for selective passage through the NPC. However, the charge-driven mechanism in determining the transport kinetics and spatial transport route for either passive diffusion or facilitated translocation remains obscure. Here we employed high-speed single-molecule fluorescence microscopy with an unprecedented spatiotemporal resolution of 9 nm and 400 µs to uncover these mechanistic fundamentals for nuclear transport of charged substrates through native NPCs. We found that electrostatic interaction between negative surface charges on transiting molecules and the positively charged FG Nups, although enhancing their probability of binding to the NPC, never plays a dominant role in determining their nuclear transport mode or spatial transport route. A 3D reconstruction of transport routes revealed that small signal-dependent endogenous cargo protein constructs with high positive surface charges that are destined to the nucleus, rather than repelled from the NPC as suggested in previous models, passively diffused through an axial central channel of the NPC in the absence of transport receptors. Finally, we postulated a comprehensive map of interactions between transiting molecules and FG Nups during nucleocytoplasmic transport by combining the effects of molecular size, signal and surface charge.

  18. Numerical computation of discrete differential scattering cross sections for Monte Carlo charged particle transport

    International Nuclear Information System (INIS)

    Walsh, Jonathan A.; Palmer, Todd S.; Urbatsch, Todd J.

    2015-01-01

    Highlights: • Generation of discrete differential scattering angle and energy loss cross sections. • Gauss–Radau quadrature utilizing numerically computed cross section moments. • Development of a charged particle transport capability in the Milagro IMC code. • Integration of cross section generation and charged particle transport capabilities. - Abstract: We investigate a method for numerically generating discrete scattering cross sections for use in charged particle transport simulations. We describe the cross section generation procedure and compare it to existing methods used to obtain discrete cross sections. The numerical approach presented here is generalized to allow greater flexibility in choosing a cross section model from which to derive discrete values. Cross section data computed with this method compare favorably with discrete data generated with an existing method. Additionally, a charged particle transport capability is demonstrated in the time-dependent Implicit Monte Carlo radiative transfer code, Milagro. We verify the implementation of charged particle transport in Milagro with analytic test problems and we compare calculated electron depth–dose profiles with another particle transport code that has a validated electron transport capability. Finally, we investigate the integration of the new discrete cross section generation method with the charged particle transport capability in Milagro.

  19. Investigating anomalous transport of electrolytes in charged porous media

    Science.gov (United States)

    Skjøde Bolet, Asger Johannes; Mathiesen, Joachim

    2017-04-01

    Surface charge is know to play an important role in microfluidics devices when dealing with electrolytes and their transport properties. Similarly, surface charge could play a role for transport in porous rock with submicron pore sizes. Estimates of the streaming potentials and electro osmotic are mostly considered in simple geometries both using analytic and numerical tools, however it is unclear at present how realistic complex geometries will modify the dynamics. Our work have focused on doing numerical studies of the full three-dimensional Stokes-Poisson-Nernst-Planck problem for electrolyte transport in porous rock. As the numerical implementation, we have used a finite element solver made using the FEniCS project code base, which can both solve for a steady state configuration and the full transient. In the presentation, we will show our results on anomalous transport due to electro kinetic effects such as the streaming potential or the electro osmotic effect.

  20. Trap-controlled charge transport in corona-charged Teflon

    International Nuclear Information System (INIS)

    Gross, B.; Giacometti, J.A.; Ferreira, G.F.L.; Moreno A, R.A.

    1980-01-01

    The stability of negatively charged Teflon electrets is discussed. It is stated that it can only be explained by the assumption that the transport of excess charge is trap - controlled rather than mobility - controlled. (I.C.R.) [pt

  1. On the Control of the Fixed Charge Densities in Al2O3-Based Silicon Surface Passivation Schemes.

    Science.gov (United States)

    Simon, Daniel K; Jordan, Paul M; Mikolajick, Thomas; Dirnstorfer, Ingo

    2015-12-30

    A controlled field-effect passivation by a well-defined density of fixed charges is crucial for modern solar cell surface passivation schemes. Al2O3 nanolayers grown by atomic layer deposition contain negative fixed charges. Electrical measurements on slant-etched layers reveal that these charges are located within a 1 nm distance to the interface with the Si substrate. When inserting additional interface layers, the fixed charge density can be continuously adjusted from 3.5 × 10(12) cm(-2) (negative polarity) to 0.0 and up to 4.0 × 10(12) cm(-2) (positive polarity). A HfO2 interface layer of one or more monolayers reduces the negative fixed charges in Al2O3 to zero. The role of HfO2 is described as an inert spacer controlling the distance between Al2O3 and the Si substrate. It is suggested that this spacer alters the nonstoichiometric initial Al2O3 growth regime, which is responsible for the charge formation. On the basis of this charge-free HfO2/Al2O3 stack, negative or positive fixed charges can be formed by introducing additional thin Al2O3 or SiO2 layers between the Si substrate and this HfO2/Al2O3 capping layer. All stacks provide very good passivation of the silicon surface. The measured effective carrier lifetimes are between 1 and 30 ms. This charge control in Al2O3 nanolayers allows the construction of zero-fixed-charge passivation layers as well as layers with tailored fixed charge densities for future solar cell concepts and other field-effect based devices.

  2. Approximate solutions of common fixed-point problems

    CERN Document Server

    Zaslavski, Alexander J

    2016-01-01

    This book presents results on the convergence behavior of algorithms which are known as vital tools for solving convex feasibility problems and common fixed point problems. The main goal for us in dealing with a known computational error is to find what approximate solution can be obtained and how many iterates one needs to find it. According to know results, these algorithms should converge to a solution. In this exposition, these algorithms are studied, taking into account computational errors which remain consistent in practice. In this case the convergence to a solution does not take place. We show that our algorithms generate a good approximate solution if computational errors are bounded from above by a small positive constant. Beginning with an introduction, this monograph moves on to study: · dynamic string-averaging methods for common fixed point problems in a Hilbert space · dynamic string methods for common fixed point problems in a metric space · dynamic string-averaging version of the proximal...

  3. Hybrid subgroup decomposition method for solving fine-group eigenvalue transport problems

    International Nuclear Information System (INIS)

    Yasseri, Saam; Rahnema, Farzad

    2014-01-01

    Highlights: • An acceleration technique for solving fine-group eigenvalue transport problems. • Coarse-group quasi transport theory to solve coarse-group eigenvalue transport problems. • Consistent and inconsistent formulations for coarse-group quasi transport theory. • Computational efficiency amplified by a factor of 2 using hybrid SGD for 1D BWR problem. - Abstract: In this paper, a new hybrid method for solving fine-group eigenvalue transport problems is developed. This method extends the subgroup decomposition method to efficiently couple a new coarse-group quasi transport theory with a set of fixed-source transport decomposition sweeps to obtain the fine-group transport solution. The advantages of the quasi transport theory are its high accuracy, straight-forward implementation and numerical stability. The hybrid method is analyzed for a 1D benchmark problem characteristic of boiling water reactors (BWR). It is shown that the method reproduces the fine-group transport solution with high accuracy while increasing the computational efficiency up to 12 times compared to direct fine-group transport calculations

  4. Flow Merging and Hub Route Optimization in Collaborative Transportation

    Directory of Open Access Journals (Sweden)

    Kerui Weng

    2014-01-01

    Full Text Available This paper studies the optimal hub routing problem of merged tasks in collaborative transportation. This problem allows all carriers’ transportation tasks to reach the destinations optionally passing through 0, 1, or 2 hubs within limited distance, while a cost discount on arcs in the hub route could be acquired after paying fixed charges. The problem arises in the application of logistics, postal services, airline transportation, and so forth. We formulate the problem as a mixed-integer programming model, and provide two heuristic approaches, respectively, based on Lagrangian relaxation and Benders decomposition. Computational experiments show that the algorithms work well.

  5. Numerical design of electron guns and space charge limited transport systems

    International Nuclear Information System (INIS)

    Herrmannsfeldt, W.B.

    1980-10-01

    This paper describes the capabilities and limitations of computer programs used to design electron guns and similarly space-charge limited transport systems. Examples of computer generated plots from several different types of gun problems are included

  6. EBQ code: Transport of space-charge beams in axially symmetric devices

    Science.gov (United States)

    Paul, A. C.

    1982-11-01

    Such general-purpose space charge codes as EGUN, BATES, WODF, and TRANSPORT do not gracefully accommodate the simulation of relativistic space-charged beams propagating a long distance in axially symmetric devices where a high degree of cancellation has occurred between the self-magnetic and self-electric forces of the beam. The EBQ code was written specifically to follow high current beam particles where space charge is important in long distance flight in axially symmetric machines possessing external electric and magnetic field. EBQ simultaneously tracks all trajectories so as to allow procedures for charge deposition based on inter-ray separations. The orbits are treated in Cartesian geometry (position and momentum) with z as the independent variable. Poisson's equation is solved in cylindrical geometry on an orthogonal rectangular mesh. EBQ can also handle problems involving multiple ion species where the space charge from each must be included. Such problems arise in the design of ion sources where different charge and mass states are present.

  7. EBQ code: transport of space-charge beams in axially symmetric devices

    International Nuclear Information System (INIS)

    Paul, A.C.

    1982-11-01

    Such general-purpose space charge codes as EGUN, BATES, WOLF, and TRANSPORT do not gracefully accommodate the simulation of relativistic space-charged beams propagating a long distance in axially symmetric devices where a high degree of cancellation has occurred between the self-magnetic and self-electric forces of the beam. The EBQ code was written specifically to follow high current beam particles where space charge is important in long distance flight in axially symmetric machines possessing external electric and magnetic field. EBQ simultaneously tracks all trajectories so as to allow procedures for charge deposition based on inter-ray separations. The orbits are treated in Cartesian geometry (position and momentum) with z as the independent variable. Poisson's equation is solved in cylindrical geometry on an orthogonal rectangular mesh. EBQ can also handle problems involving multiple ion species where the space charge from each must be included. Such problems arise in the design of ion sources where different charge and mass states are present

  8. In situ measurement of fixed charge evolution at silicon surfaces during atomic layer deposition

    International Nuclear Information System (INIS)

    Ju, Ling; Watt, Morgan R.; Strandwitz, Nicholas C.

    2015-01-01

    Interfacial fixed charge or interfacial dipoles are present at many semiconductor-dielectric interfaces and have important effects upon device behavior, yet the chemical origins of these electrostatic phenomena are not fully understood. We report the measurement of changes in Si channel conduction in situ during atomic layer deposition (ALD) of aluminum oxide using trimethylaluminum and water to probe changes in surface electrostatics. Current-voltage data were acquired continually before, during, and after the self-limiting chemical reactions that result in film growth. Our measurements indicated an increase in conductance on p-type samples with p + ohmic contacts and a decrease in conductance on analogous n-type samples. Further, p + contacted samples with n-type channels exhibited an increase in measured current and n + contacted p-type samples exhibited a decrease in current under applied voltage. Device physics simulations, where a fixed surface charge was parameterized on the channel surface, connect the surface charge to changes in current-voltage behavior. The simulations and analogous analytical relationships for near-surface conductance were used to explain the experimental results. Specifically, the changes in current-voltage behavior can be attributed to the formation of a fixed negative charge or the modification of a surface dipole upon chemisorption of trimethylaluminum. These measurements allow for the observation of fixed charge or dipole formation during ALD and provide further insight into the electrostatic behavior at semiconductor-dielectric interfaces during film nucleation

  9. Universal transport characteristics of multiple topological superconducting wires with large charging energy

    Energy Technology Data Exchange (ETDEWEB)

    Kashuba, Oleksiy; Trauzettel, Bjoern [Institut fuer Theoretische Physik und Astrophysik, Universitaet Wuerzburg, 97074 Wuerzburg (Germany); Timm, Carsten [Institut fuer Theoretische Physik, TU Dresden, 01062 Dresden (Germany)

    2016-07-01

    The system with multiple Majorana states coupled to the normal lead can potentially support the interaction between Majorana fermions and electrons. Such system can be implemented by several floating topological superconducting wires with large charging energy asymmetrically coupled to two normal leads. The analysis of the renormalization flow shows that there is a single fixed point - the strong coupling limit of isotropic antiferromagnetic Kondo model. The topological Kondo-like interaction leads also to the selective renormalization of the tunneling coefficients, strongly enhancing one component and suppressing others. Thus, charging energy crucially changes the transport properties of the system leading to the universal single-channel conductance independently from the values of the initial leads-wires coupling.

  10. Charge Transport Processes in Molecular Junctions

    Science.gov (United States)

    Smith, Christopher Eugene

    Molecular electronics (ME) has evolved into a rich area of exploration that combines the fields of chemistry, materials, electronic engineering and computational modeling to explore the physics behind electronic conduction at the molecular level. Through studying charge transport properties of single molecules and nanoscale molecular materials the field has gained the potential to bring about new avenues for the miniaturization of electrical components where quantum phenomena are utilized to achieve solid state molecular device functionality. Molecular junctions are platforms that enable these studies and consist of a single molecule or a small group of molecules directly connected to electrodes. The work presented in this thesis has built upon the current understanding of the mechanisms of charge transport in ordered junctions using self-assembled monolayer (SAM) molecular thin films. Donor and acceptor compounds were synthesized and incorporated into SAMs grown on metal substrates then the transport properties were measured with conducting probe atomic force microscopy (CP-AFM). In addition to experimentally measured current-voltage (I-V) curves, the transport properties were addressed computationally and modeled theoretically. The key objectives of this project were to 1) investigate the impact of molecular structure on hole and electron charge transport, 2) understand the nature of the charge carriers and their structure-transport properties through long (chemically gated to modulate the transport. These results help advance our understanding of transport behavior in semiconducting molecular thin films, and open opportunities to engineer improved electronic functionality into molecular devices.

  11. Charge-transport simulations in organic semiconductors

    Energy Technology Data Exchange (ETDEWEB)

    May, Falk

    2012-07-06

    In this thesis we have extended the methods for microscopic charge-transport simulations for organic semiconductors, where weak intermolecular interactions lead to spatially localized charge carriers, and the charge transport occurs as an activated hopping process between diabatic states. In addition to weak electronic couplings between these states, different electrostatic environments in the organic material lead to a broadening of the density of states for the charge energies which limits carrier mobilities. The contributions to the method development include (i) the derivation of a bimolecular charge-transfer rate, (ii) the efficient evaluation of intermolecular (outer-sphere) reorganization energies, (iii) the investigation of effects of conformational disorder on intramolecular reorganization energies or internal site energies and (iv) the inclusion of self-consistent polarization interactions for calculation of charge energies. These methods were applied to study charge transport in amorphous phases of small molecules used in the emission layer of organic light emitting diodes (OLED). When bulky substituents are attached to an aromatic core in order to adjust energy levels or prevent crystallization, a small amount of delocalization of the frontier orbital to the substituents can increase electronic couplings between neighboring molecules. This leads to improved charge-transfer rates and, hence, larger charge-mobility. We therefore suggest using the mesomeric effect (as opposed to the inductive effect) when attaching substituents to aromatic cores, which is necessary for example in deep blue OLEDs, where the energy levels of a host molecule have to be adjusted to those of the emitter. Furthermore, the energy landscape for charges in an amorphous phase cannot be predicted by mesoscopic models because they approximate the realistic morphology by a lattice and represent molecular charge distributions in a multipole expansion. The microscopic approach shows that

  12. Charge and spin transport in mesoscopic superconductors

    Directory of Open Access Journals (Sweden)

    M. J. Wolf

    2014-02-01

    Full Text Available Background: Non-equilibrium charge transport in superconductors has been investigated intensely in the 1970s and 1980s, mostly in the vicinity of the critical temperature. Much less attention has been paid to low temperatures and the role of the quasiparticle spin.Results: We report here on nonlocal transport in superconductor hybrid structures at very low temperatures. By comparing the nonlocal conductance obtained by using ferromagnetic and normal-metal detectors, we discriminate charge and spin degrees of freedom. We observe spin injection and long-range transport of pure, chargeless spin currents in the regime of large Zeeman splitting. We elucidate charge and spin transport by comparison to theoretical models.Conclusion: The observed long-range chargeless spin transport opens a new path to manipulate and utilize the quasiparticle spin in superconductor nanostructures.

  13. Charge transport in organic crystals

    Energy Technology Data Exchange (ETDEWEB)

    Ortmann, Frank

    2009-07-01

    The understanding of charge transport is one of the central goals in the research on semiconducting crystals. For organic crystals this is particularly complicated due to the strength of the electron-phonon interaction which requires the description of a seamless transition between the limiting cases of a coherent band-transport mechanism and incoherent hopping. In this thesis, charge transport phenomena in organic crystals are studied by theoretical means. A theory for charge transport in organic crystals is developed which covers the whole temperature range from low T, where it reproduces an expression from the Boltzmann equation for band transport, via elevated T, where it generalizes Holstein's small-polaron theory to finite bandwidths, up to high T, for which a temperature dependence equal to Marcus' electron-transfer theory is obtained. Thereby, coherent band transport and thermally induced hopping are treated on equal footing while simultaneously treating the electron-phonon interaction non-perturbatively. By avoiding the approximation of narrow polaron bands the theory allows for the description of large and small polarons and serves as a starting point for computational studies. The theoretical description is completed by using ab initio material parameters for the selected crystals under study. These material parameters are taken from density functional theory calculations for durene, naphthalene, and guanine crystals. Besides the analysis of the transport mechanism, special focus is put on the study of the relationship between mobility anisotropy and structure of the crystals. This study is supported by a 3D-visualization method for the transport channels in such crystals which has been derived in this thesis. (orig.)

  14. Fixed-Charge Atomistic Force Fields for Molecular Dynamics Simulations in the Condensed Phase: An Overview.

    Science.gov (United States)

    Riniker, Sereina

    2018-03-26

    In molecular dynamics or Monte Carlo simulations, the interactions between the particles (atoms) in the system are described by a so-called force field. The empirical functional form of classical fixed-charge force fields dates back to 1969 and remains essentially unchanged. In a fixed-charge force field, the polarization is not modeled explicitly, i.e. the effective partial charges do not change depending on conformation and environment. This simplification allows, however, a dramatic reduction in computational cost compared to polarizable force fields and in particular quantum-chemical modeling. The past decades have shown that simulations employing carefully parametrized fixed-charge force fields can provide useful insights into biological and chemical questions. This overview focuses on the four major force-field families, i.e. AMBER, CHARMM, GROMOS, and OPLS, which are based on the same classical functional form and are continuously improved to the present day. The overview is aimed at readers entering the field of (bio)molecular simulations. More experienced users may find the comparison and historical development of the force-field families interesting.

  15. Gauge fixing problem in the conformal QED

    International Nuclear Information System (INIS)

    Ichinose, Shoichi

    1986-01-01

    The gauge fixing problem in the conformal (spinor and scalar) QED is examined. For the analysis, we generalize Dirac's manifestly conformal-covariant formalism. It is shown that the (vector and matter) fields must obey a certain mixed (conformal and gauge) type of transformation law in order to fix the local gauge symmetry preserving the conformal invariance in the Lagrangian. (orig.)

  16. Practical adjoint Monte Carlo technique for fixed-source and eigenfunction neutron transport problems

    International Nuclear Information System (INIS)

    Hoogenboom, J.E.

    1981-01-01

    An adjoint Monte Carlo technique is described for the solution of neutron transport problems. The optimum biasing function for a zero-variance collision estimator is derived. The optimum treatment of an analog of a non-velocity thermal group has also been derived. The method is extended to multiplying systems, especially for eigenfunction problems to enable the estimate of averages over the unknown fundamental neutron flux distribution. A versatile computer code, FOCUS, has been written, based on the described theory. Numerical examples are given for a shielding problem and a critical assembly, illustrating the performance of the FOCUS code. 19 refs

  17. Adaptive tree multigrids and simplified spherical harmonics approximation in deterministic neutral and charged particle transport

    International Nuclear Information System (INIS)

    Kotiluoto, P.

    2007-05-01

    A new deterministic three-dimensional neutral and charged particle transport code, MultiTrans, has been developed. In the novel approach, the adaptive tree multigrid technique is used in conjunction with simplified spherical harmonics approximation of the Boltzmann transport equation. The development of the new radiation transport code started in the framework of the Finnish boron neutron capture therapy (BNCT) project. Since the application of the MultiTrans code to BNCT dose planning problems, the testing and development of the MultiTrans code has continued in conventional radiotherapy and reactor physics applications. In this thesis, an overview of different numerical radiation transport methods is first given. Special features of the simplified spherical harmonics method and the adaptive tree multigrid technique are then reviewed. The usefulness of the new MultiTrans code has been indicated by verifying and validating the code performance for different types of neutral and charged particle transport problems, reported in separate publications. (orig.)

  18. Secondary electron emission and self-consistent charge transport in semi-insulating samples

    Energy Technology Data Exchange (ETDEWEB)

    Fitting, H.-J. [Institute of Physics, University of Rostock, Universitaetsplatz 3, D-18051 Rostock (Germany); Touzin, M. [Unite Materiaux et Transformations, UMR CNRS 8207, Universite de Lille 1, F-59655 Villeneuve d' Ascq (France)

    2011-08-15

    Electron beam induced self-consistent charge transport and secondary electron emission (SEE) in insulators are described by means of an electron-hole flight-drift model (FDM) now extended by a certain intrinsic conductivity (c) and are implemented by an iterative computer simulation. Ballistic secondary electrons (SE) and holes, their attenuation to drifting charge carriers, and their recombination, trapping, and field- and temperature-dependent detrapping are included. As a main result the time dependent ''true'' secondary electron emission rate {delta}(t) released from the target material and based on ballistic electrons and the spatial distributions of currents j(x,t), charges {rho}(x,t), field F(x,t), and potential V(x,t) are obtained where V{sub 0} = V(0,t) presents the surface potential. The intrinsic electronic conductivity limits the charging process and leads to a conduction sample current to the support. In that case the steady-state total SE yield will be fixed below the unit: i.e., {sigma} {eta} + {delta} < 1.

  19. Charge splitters and charge transport junctions based on guanine quadruplexes

    Science.gov (United States)

    Sha, Ruojie; Xiang, Limin; Liu, Chaoren; Balaeff, Alexander; Zhang, Yuqi; Zhang, Peng; Li, Yueqi; Beratan, David N.; Tao, Nongjian; Seeman, Nadrian C.

    2018-04-01

    Self-assembling circuit elements, such as current splitters or combiners at the molecular scale, require the design of building blocks with three or more terminals. A promising material for such building blocks is DNA, wherein multiple strands can self-assemble into multi-ended junctions, and nucleobase stacks can transport charge over long distances. However, nucleobase stacking is often disrupted at junction points, hindering electric charge transport between the two terminals of the junction. Here, we show that a guanine-quadruplex (G4) motif can be used as a connector element for a multi-ended DNA junction. By attaching specific terminal groups to the motif, we demonstrate that charges can enter the structure from one terminal at one end of a three-way G4 motif, and can exit from one of two terminals at the other end with minimal carrier transport attenuation. Moreover, we study four-way G4 junction structures by performing theoretical calculations to assist in the design and optimization of these connectors.

  20. Integral transport theory for charged particles in electric and magnetic fields

    International Nuclear Information System (INIS)

    Boffi, V.C.; Molinari, V.G.

    1979-01-01

    An integral transport theory for charged particles which, in the presence of electric and magnetic fields, diffuse by collisions against the atoms (or molecules) of a host medium is proposed. The combined effects of both the external fields and the mechanisms of scattering, removal and creation in building up the distribution function of the charged particles considered are investigated. The eigenvalue problem associated with the sourceless case of the given physical situation is also commented. Applications of the theory to a purely velocity-dependent problem and to a space-dependent problem, respectively, are illustrated for the case of a separable isotropic scattering kernel of synthetic type. Calculations of the distribution function, of the total current density and of relevant electrical conductivity are then carried out for different specializations of the external fields. (author)

  1. Fixed Point Approach to Bagley Torvik Problem

    Directory of Open Access Journals (Sweden)

    Lale CONA

    2017-10-01

    Full Text Available In the present paper, a sufficient condition for existence and uniqueness of Bagley Torvik problem is obtained. The theorem on existence and uniqueness is established. This approach permits us to use fixed point iteration method to solve problem for differential equation involving derivatives of nonlinear order.

  2. Effect of base-pair inhomogeneities on charge transport along the DNA molecule, mediated by twist and radial polarons

    International Nuclear Information System (INIS)

    Palmero, F; Archilla, J F R; Hennig, D; Romero, F R

    2004-01-01

    Some recent results for a three-dimensional, semi-classical, tight-binding model for DNA show that there are two types of polarons, namely radial and twist polarons, which can transport charge along the DNA molecule. However, the existence of two types of base pairs in real DNA makes it crucial to find out if charge transport also exists in DNA chains with different base pairs. In this paper, we address this problem in its simple case, a homogeneous chain except for a single different base pair, which we call a base-pair inhomogeneity, and its effect on charge transport. Radial polarons experience either reflection or trapping. However, twist polarons are good candidates for charge transport along real DNA. This transport is also very robust with respect to weak parametric and diagonal disorder

  3. THE PROBLEMS OF FIXED ASSETS CLASSIFICATION FOR ACCOUNTING

    Directory of Open Access Journals (Sweden)

    Sophiia Kafka

    2016-06-01

    Full Text Available This article provides a critical analysis of research in accounting of fixed assets; the basic issues of fixed assets accounting that have been developed by the Ukrainian scientists during 1999-2016 have been determined. It is established that the problems of non-current assets taxation and their classification are the most noteworthy. In the dissertations the issues of fixed assets classification are of exclusively particular branch nature, so its improvement is important. The purpose of the article is developing science-based classification of fixed assets for accounting purposes since their composition is quite diverse. The classification of fixed assets for accounting purposes have been summarized and developed in Figure 1 according to the results of the research. The accomplished analysis of existing approaches to classification of fixed assets has made it possible to specify its basic types and justify the classification criteria of fixed assets for the main objects of fixed assets. Key words: non-current assets, fixed assets, accounting, valuation, classification of the fixed assets. JEL:G M41  

  4. The ADO-nodal method for solving two-dimensional discrete ordinates transport problems

    International Nuclear Information System (INIS)

    Barichello, L.B.; Picoloto, C.B.; Cunha, R.D. da

    2017-01-01

    Highlights: • Two-dimensional discrete ordinates neutron transport. • Analytical Discrete Ordinates (ADO) nodal method. • Heterogeneous media fixed source problems. • Local solutions. - Abstract: In this work, recent results on the solution of fixed-source two-dimensional transport problems, in Cartesian geometry, are reported. Homogeneous and heterogeneous media problems are considered in order to incorporate the idea of arbitrary number of domain division into regions (nodes) when applying the ADO method, which is a method of analytical features, to those problems. The ADO-nodal formulation is developed, for each node, following previous work devoted to heterogeneous media problem. Here, however, the numerical procedure is extended to higher number of domain divisions. Such extension leads, in some cases, to the use of an iterative method for solving the general linear system which defines the arbitrary constants of the general solution. In addition to solve alternative heterogeneous media configurations than reported in previous works, the present approach allows comparisons with results provided by other metodologies generated with refined meshes. Numerical results indicate the ADO solution may achieve a prescribed accuracy using coarser meshes than other schemes.

  5. Theory and simulation of charge transport in disordered organic semiconductors

    NARCIS (Netherlands)

    Bobbert, P.A.; Kondov, I.; Sutman, G.

    2013-01-01

    Charge transport in polymeric or small-molecule organic semiconductors used in organic light-emitting diodes (OLEDs) occurs by hopping of charges between sites at which the charges are localized. The energetic disorder in these semiconductors has a profound influence on the charge transport: charges

  6. Charge Transport in LDPE Nanocomposites Part II—Computational Approach

    Directory of Open Access Journals (Sweden)

    Anh T. Hoang

    2016-03-01

    Full Text Available A bipolar charge transport model is employed to investigate the remarkable reduction in dc conductivity of low-density polyethylene (LDPE based material filled with uncoated nanofillers (reported in the first part of this work. The effect of temperature on charge transport is considered and the model outcomes are compared with measured conduction currents. The simulations reveal that the contribution of charge carrier recombination to the total transport process becomes more significant at elevated temperatures. Among the effects caused by the presence of nanoparticles, a reduced charge injection at electrodes has been found as the most essential one. Possible mechanisms for charge injection at different temperatures are therefore discussed.

  7. Methods for producing thin film charge selective transport layers

    Science.gov (United States)

    Hammond, Scott Ryan; Olson, Dana C.; van Hest, Marinus Franciscus Antonius Maria

    2018-01-02

    Methods for producing thin film charge selective transport layers are provided. In one embodiment, a method for forming a thin film charge selective transport layer comprises: providing a precursor solution comprising a metal containing reactive precursor material dissolved into a complexing solvent; depositing the precursor solution onto a surface of a substrate to form a film; and forming a charge selective transport layer on the substrate by annealing the film.

  8. To the development of numerical methods in problems of radiation transport

    International Nuclear Information System (INIS)

    Germogenova, T.A.

    1990-01-01

    Review of studies on the development of numerical methods and the discrete ordinate method in particular, used for solution of radiation protection physics problems is given. Consideration is given to the problems, which arise when calculating fields of penetrating radiation and when studying processes of charged-particle transport and cascade processes, generated by high-energy primary radiation

  9. Charge transport through DNA based electronic barriers

    Science.gov (United States)

    Patil, Sunil R.; Chawda, Vivek; Qi, Jianqing; Anantram, M. P.; Sinha, Niraj

    2018-05-01

    We report charge transport in electronic 'barriers' constructed by sequence engineering in DNA. Considering the ionization potentials of Thymine-Adenine (AT) and Guanine-Cytosine (GC) base pairs, we treat AT as 'barriers'. The effect of DNA conformation (A and B form) on charge transport is also investigated. Particularly, the effect of width of 'barriers' on hole transport is investigated. Density functional theory (DFT) calculations are performed on energy minimized DNA structures to obtain the electronic Hamiltonian. The quantum transport calculations are performed using the Landauer-Buttiker framework. Our main findings are contrary to previous studies. We find that a longer A-DNA with more AT base pairs can conduct better than shorter A-DNA with a smaller number of AT base pairs. We also find that some sequences of A-DNA can conduct better than a corresponding B-DNA with the same sequence. The counterions mediated charge transport and long range interactions are speculated to be responsible for counter-intuitive length and AT content dependence of conductance of A-DNA.

  10. 13 CFR 120.213 - What fixed interest rates may a Lender charge?

    Science.gov (United States)

    2010-01-01

    ... Lender charge? 120.213 Section 120.213 Business Credit and Assistance SMALL BUSINESS ADMINISTRATION... have a reasonable fixed interest rate. SBA periodically publishes the maximum allowable rate in the... government determines the interest rate on direct loans. SBA publishes the rate periodically in the Federal...

  11. Charge dynamics in conducting polyaniline–metal oxalate composites

    Indian Academy of Sciences (India)

    Unknown

    Polyaniline; metal oxalate composites; charge transport; mobile and fixed spins; VRH conduc- tion mechanism ... Al, Mn and Co on doping into Pani improve the poly- merization ... dopants on charge dynamics with EPR and other tech- niques.

  12. 31 CFR 337.2 - Transportation charges and risks.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 2 2010-07-01 2010-07-01 false Transportation charges and risks. 337... FEDERAL HOUSING ADMINISTRATION DEBENTURES Certificated Debentures § 337.2 Transportation charges and risks... to book-entry form, must be delivered at the expense and risk of the holder. Debentures bearing...

  13. Charge transport parameters of HBC at different temperatures

    Energy Technology Data Exchange (ETDEWEB)

    Kirkpatrick, J. [Max Planck Institut fuer Polymerforschung, Ackermannweg 10, 55128 Mainz (Germany); Department of Physics, Imperial College London, Prince Consort Road, London SW7 2BW (United Kingdom); Marcon, V.; Kremer, K.; Andrienko, D. [Max Planck Institut fuer Polymerforschung, Ackermannweg 10, 55128 Mainz (Germany); Nelson, J. [Department of Physics, Imperial College London, Prince Consort Road, London SW7 2BW (United Kingdom)

    2008-05-15

    We study the dependence on temperature of the charge transport parameters for hexabenzocoronene (HBC). Following from Marcus theory, two charge transport parameters will be calculated: the transfer integral and the difference in site energies. These parameters are strongly dependent on the orientation and position of molecules. Position and orientation of molecules are determined using molecular dynamics. Transfer integrals are calculated from a simplified INDO method. A technique to compute energetic disorder, that is the spread in site energies for the charge carriers, is developed. In the herringbone phase transfer integrals are higher, but so is energetic disorder. We consider three derivatives of HBC with different side chains, which lead to different phase behaviour and distributions of charge transport parameters. (copyright 2008 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim) (orig.)

  14. Electric bus fleet size and mix problem with optimization of charging infrastructure

    DEFF Research Database (Denmark)

    Rogge, Matthias; van der Hurk, Evelien; Larsen, Allan

    2018-01-01

    Battery electric buses are seen as a well-suited technology for the electrification of road-based public transport. However, the transition process from conventional diesel to electric buses faces major hurdles caused by range limitations and required charging times of battery buses. This work...... addresses these constraints and provides a methodology for the cost-optimized planning of depot charging battery bus fleets and their corresponding charging infrastructure. The defined problem covers the scheduling of battery buses, the fleet composition, and the optimization of charging infrastructure...... in a joint process. Vehicle schedule adjustments are monetized and evaluated together with the investment and operational costs of the bus system. The resulting total cost of ownership enables a comparison of technical alternatives on a system level, which makes this approach especially promising...

  15. Bulk-Like Electrical Properties Induced by Contact-Limited Charge Transport in Organic Diodes: Revised Space Charge Limited Current

    KAUST Repository

    Xu, Guangwei

    2018-02-22

    Charge transport governs the operation and performance of organic diodes. Illuminating the charge-transfer/transport processes across the interfaces and the bulk organic semiconductors is at the focus of intensive investigations. Traditionally, the charge transport properties of organic diodes are usually characterized by probing the current–voltage (I–V) curves of the devices. However, to unveil the landscape of the underlying potential/charge distribution, which essentially determines the I–V characteristics, still represents a major challenge. Here, the electrical potential distribution in planar organic diodes is investigated by using the scanning Kelvin probe force microscopy technique, a method that can clearly separate the contact and bulk regimes of charge transport. Interestingly, by applying to devices based on novel, high mobility organic materials, the space-charge-limited-current-like I–V curves, which are previously believed to be a result of the bulk transport, are surprisingly but unambiguously demonstrated to be caused by contact-limited conduction. A model accounting is developed for the transport properties of both the two metal/organic interfaces and the bulk. The results indicate that pure interface-dominated transport can indeed give rise to I–V curves similar to those caused by bulk transport. These findings provide a new insight into the charge injection and transport processes in organic diodes.

  16. The Effect of Ketone Defects on the Charge Transport and Charge Recombination in Polyfluorenes

    NARCIS (Netherlands)

    Kuik, Martijn; Wetzelaer, Gert-Jan A. H.; Ladde, Jurre G.; Nicolai, Herman T.; Wildeman, Jurjen; Sweelssen, Jorgen; Blom, Paul W. M.; Sweelssen, Jörgen

    2011-01-01

    The effect of on-chain ketone defects on the charge transport of the polyfluorene derivative poly(9,9-dioctylfluorene) (PFO) is investigated. Using MoO3 as ohmic hole contact, the hole transport in a pristine PFO diode is observed to be limited by space-charge, whereas fluorenone contaminated PFO

  17. The effect of ketone defects on the charge transport and charge recombination in polyfluorenes

    NARCIS (Netherlands)

    Kuik, M.; Wetzelaer, G.-J.A.H.; Laddé, J.G.; Nicolai, H.T.; Wildeman, J.; Sweelssen, J.; Blom, P.W.M.

    2011-01-01

    The effect of on-chain ketone defects on the charge transport of the polyfluorene derivative poly(9,9-dioctylfluorene) (PFO) is investigated. Using MoO3 as ohmic hole contact, the hole transport in a pristine PFO diode is observed to be limited by space-charge, whereas fluorenone contaminated PFO

  18. Comparative study on credibility measures of type-2 and type-1 fuzzy variables and their application to a multi-objective profit transportation problem via goal programming

    Directory of Open Access Journals (Sweden)

    Dipak Kumar Jana

    2017-06-01

    Full Text Available In real world applications supply, demand and transportation costs per unit of the quantities in multi-objective transportation problems may be hardly specified accurately because of the changing economic and environmental conditions. It is also significant that the time required for transportation should be minimized. In this paper, we have presented three reduction methods for a type-2 triangular fuzzy variable (T2TrFV by adopting the critical value (CV. Three generalized expected values (optimistic, CV and pessimistic are derived for T2TrFVs with some special cases. Then a multi-objective profit transportation problem (MOPTP with fixed charge (FC cost has been formulated and solved in type-2 fuzzy environment. Unit transportation costs, FC, selling prices, unit transport times, loading and unloading times, total supply capacities and demands are all considered as triangular Type-2 fuzzy numbers. The MOPTP has been converted into a single objective by using the goal programming technique and the weighted sum method. The deterministic model is then solved using the Generalized Reduced Gradient method Lingo 14.0. Numerical experiments with some sensitivity analysis are illustrated the application and effectiveness of the proposed approaches.

  19. Simulations of charge transport in organic compounds

    Energy Technology Data Exchange (ETDEWEB)

    Vehoff, Thorsten

    2010-05-05

    We study the charge transport properties of organic liquid crystals, i.e. hexabenzocoronene and carbazole macrocycle, and single crystals, i.e. rubrene, indolocarbazole and benzothiophene derivatives (BTBT, BBBT). The aim is to find structure-property relationships linking the chemical structure as well as the morphology with the bulk charge carrier mobility of the compounds. To this end, molecular dynamics (MD) simulations are performed yielding realistic equilibrated morphologies. Partial charges and molecular orbitals are calculated based on single molecules in vacuum using quantum chemical methods. The molecular orbitals are then mapped onto the molecular positions and orientations, which allows calculation of the transfer integrals between nearest neighbors using the molecular orbital overlap method. Thus we obtain realistic transfer integral distributions and their autocorrelations. In case of organic crystals the differences between two descriptions of charge transport, namely semi-classical dynamics (SCD) in the small polaron limit and kinetic Monte Carlo (KMC) based on Marcus rates, are studied. The liquid crystals are investigated solely in the hopping limit. To simulate the charge dynamics using KMC, the centers of mass of the molecules are mapped onto lattice sites and the transfer integrals are used to compute the hopping rates. In the small polaron limit, where the electronic wave function is spread over a limited number of neighboring molecules, the Schroedinger equation is solved numerically using a semi-classical approach. The carbazole macrocycles form columnar structures arranged on a hexagonal lattice with side chains facing inwards, so columns can closely approach each other allowing inter-columnar and thus three-dimensional transport. We are able to show that, on the time-scales of charge transport, static disorder due to slow side chain motions is the main factor determining the mobility. The high mobility of rubrene is explained by two main

  20. Variational multiscale models for charge transport.

    Science.gov (United States)

    Wei, Guo-Wei; Zheng, Qiong; Chen, Zhan; Xia, Kelin

    2012-01-01

    This work presents a few variational multiscale models for charge transport in complex physical, chemical and biological systems and engineering devices, such as fuel cells, solar cells, battery cells, nanofluidics, transistors and ion channels. An essential ingredient of the present models, introduced in an earlier paper (Bulletin of Mathematical Biology, 72, 1562-1622, 2010), is the use of differential geometry theory of surfaces as a natural means to geometrically separate the macroscopic domain from the microscopic domain, meanwhile, dynamically couple discrete and continuum descriptions. Our main strategy is to construct the total energy functional of a charge transport system to encompass the polar and nonpolar free energies of solvation, and chemical potential related energy. By using the Euler-Lagrange variation, coupled Laplace-Beltrami and Poisson-Nernst-Planck (LB-PNP) equations are derived. The solution of the LB-PNP equations leads to the minimization of the total free energy, and explicit profiles of electrostatic potential and densities of charge species. To further reduce the computational complexity, the Boltzmann distribution obtained from the Poisson-Boltzmann (PB) equation is utilized to represent the densities of certain charge species so as to avoid the computationally expensive solution of some Nernst-Planck (NP) equations. Consequently, the coupled Laplace-Beltrami and Poisson-Boltzmann-Nernst-Planck (LB-PBNP) equations are proposed for charge transport in heterogeneous systems. A major emphasis of the present formulation is the consistency between equilibrium LB-PB theory and non-equilibrium LB-PNP theory at equilibrium. Another major emphasis is the capability of the reduced LB-PBNP model to fully recover the prediction of the LB-PNP model at non-equilibrium settings. To account for the fluid impact on the charge transport, we derive coupled Laplace-Beltrami, Poisson-Nernst-Planck and Navier-Stokes equations from the variational principle

  1. Variational multiscale models for charge transport

    Science.gov (United States)

    Wei, Guo-Wei; Zheng, Qiong; Chen, Zhan; Xia, Kelin

    2012-01-01

    This work presents a few variational multiscale models for charge transport in complex physical, chemical and biological systems and engineering devices, such as fuel cells, solar cells, battery cells, nanofluidics, transistors and ion channels. An essential ingredient of the present models, introduced in an earlier paper (Bulletin of Mathematical Biology, 72, 1562-1622, 2010), is the use of differential geometry theory of surfaces as a natural means to geometrically separate the macroscopic domain from the microscopic domain, meanwhile, dynamically couple discrete and continuum descriptions. Our main strategy is to construct the total energy functional of a charge transport system to encompass the polar and nonpolar free energies of solvation, and chemical potential related energy. By using the Euler-Lagrange variation, coupled Laplace-Beltrami and Poisson-Nernst-Planck (LB-PNP) equations are derived. The solution of the LB-PNP equations leads to the minimization of the total free energy, and explicit profiles of electrostatic potential and densities of charge species. To further reduce the computational complexity, the Boltzmann distribution obtained from the Poisson-Boltzmann (PB) equation is utilized to represent the densities of certain charge species so as to avoid the computationally expensive solution of some Nernst-Planck (NP) equations. Consequently, the coupled Laplace-Beltrami and Poisson-Boltzmann-Nernst-Planck (LB-PBNP) equations are proposed for charge transport in heterogeneous systems. A major emphasis of the present formulation is the consistency between equilibrium LB-PB theory and non-equilibrium LB-PNP theory at equilibrium. Another major emphasis is the capability of the reduced LB-PBNP model to fully recover the prediction of the LB-PNP model at non-equilibrium settings. To account for the fluid impact on the charge transport, we derive coupled Laplace-Beltrami, Poisson-Nernst-Planck and Navier-Stokes equations from the variational principle

  2. Charge transport in non-polar and semi-polar III-V nitride heterostructures

    International Nuclear Information System (INIS)

    Konar, Aniruddha; Verma, Amit; Fang, Tian; Zhao, Pei; Jana, Raj; Jena, Debdeep

    2012-01-01

    Compared to the intense research focus on the optical properties, the transport properties in non-polar and semi-polar III-nitride semiconductors remain relatively unexplored to date. The purpose of this paper is to discuss charge-transport properties in non-polar and semi-polar orientations of GaN in a comparative fashion to what is known for transport in polar orientations. A comprehensive approach is adopted, starting from an investigation of the differences in the electronic bandstructure along different polar orientations of GaN. The polarization fields along various orientations are then discussed, followed by the low-field electron and hole mobilities. A number of scattering mechanisms that are specific to non-polar and semi-polar GaN heterostructures are identified, and their effects are evaluated. Many of these scattering mechanisms originate due to the coupling of polarization with disorder and defects in various incarnations depending on the crystal orientation. The effect of polarization orientation on carrier injection into quantum-well light-emitting diodes is discussed. This paper ends with a discussion of orientation-dependent high-field charge-transport properties including velocity saturation, instabilities and tunneling transport. Possible open problems and opportunities are also discussed. (paper)

  3. High-frequency acoustic charge transport in GaAs nanowires

    NARCIS (Netherlands)

    Büyükköse, S.; Hernandez-Minguez, A.; Vratzov, B.; Somaschini, C.; Geelhaar, L.; Riechert, H.; van der Wiel, Wilfred Gerard; Santos, P.V.

    2014-01-01

    The oscillating piezoelectric fields accompanying surface acoustic waves are able to transport charge carriers in semiconductor heterostructures. Here, we demonstrate high-frequency (above 1 GHz) acoustic charge transport in GaAs-based nanowires deposited on a piezoelectric substrate. The short

  4. Nanomechanics of layer-by-layer polyelectrolyte complexes: a manifestation of ionic cross-links and fixed charges.

    Science.gov (United States)

    Han, Biao; Chery, Daphney R; Yin, Jie; Lu, X Lucas; Lee, Daeyeon; Han, Lin

    2016-01-28

    This study investigates the roles of two distinct features of ionically cross-linked polyelectrolyte networks - ionic cross-links and fixed charges - in determining their nanomechanical properties. The layer-by-layer assembled poly(allylamine hydrochloride)/poly(acrylic acid) (PAH/PAA) network is used as the model material. The densities of ionic cross-links and fixed charges are modulated through solution pH and ionic strength (IS), and the swelling ratio, elastic and viscoelastic properties are quantified via an array of atomic force microscopy (AFM)-based nanomechanical tools. The roles of ionic cross-links are underscored by the distinctive elastic and viscoelastic nanomechanical characters observed here. First, as ionic cross-links are highly sensitive to solution conditions, the instantaneous modulus, E0, exhibits orders-of-magnitude changes upon pH- and IS-governed swelling, distinctive from the rubber elasticity prediction based on permanent covalent cross-links. Second, ionic cross-links can break and self-re-form, and this mechanism dominates force relaxation of PAH/PAA under a constant indentation depth. In most states, the degree of relaxation is >90%, independent of ionic cross-link density. The importance of fixed charges is highlighted by the unexpectedly more elastic nature of the network despite low ionic cross-link density at pH 2.0, IS 0.01 M. Here, the complex is a net charged, loosely cross-linked, where the degree of relaxation is attenuated to ≈50% due to increased elastic contribution arising from fixed charge-induced Donnan osmotic pressure. In addition, this study develops a new method for quantifying the thickness of highly swollen polymer hydrogel films. It also underscores important technical considerations when performing nanomechanical tests on highly rate-dependent polymer hydrogel networks. These results provide new insights into the nanomechanical characters of ionic polyelectrolyte complexes, and lay the ground for further

  5. Solution of stochastic media transport problems using a numerical quadrature-based method

    International Nuclear Information System (INIS)

    Pautz, S. D.; Franke, B. C.; Prinja, A. K.; Olson, A. J.

    2013-01-01

    We present a new conceptual framework for analyzing transport problems in random media. We decompose such problems into stratified subproblems according to the number of material pseudo-interfaces within realizations. For a given subproblem we assign pseudo-interface locations in each realization according to product quadrature rules, which allows us to deterministically generate a fixed number of realizations. Quadrature integration of the solutions of these realizations thus approximately solves each subproblem; the weighted superposition of solutions of the subproblems approximately solves the general stochastic media transport problem. We revisit some benchmark problems to determine the accuracy and efficiency of this approach in comparison to randomly generated realizations. We find that this method is very accurate and fast when the number of pseudo-interfaces in a problem is generally low, but that these advantages quickly degrade as the number of pseudo-interfaces increases. (authors)

  6. Mass and charge transport in micro and nanofluidic channels

    DEFF Research Database (Denmark)

    Mortensen, Niels Asger; Olesen, Laurits Højgaard; Okkels, Fridolin

    2007-01-01

    and charge transport coefficients that satisfy Onsager relations. In the limit of nonoverlapping Debye layers the transport coefficients are simply expressed in terms of parameters of the electrolyte as well as the hydraulic radiusR ¼ 2A=P with Aand P being the cross-sectional area and perimeter......, respectively. In particular, we consider the limits of thin nonoverlapping as well as strongly overlapping Debye layers, respectively, and calculate the corrections to the hydraulic resistance due to electrohydrodynamic interactions.......We consider laminar flow of incompressible electrolytes in long, straight channels driven by pressure and electroosmosis. We use aHilbert space eigenfunction expansion to address the general problem of an arbitrary cross section and obtain general results in linear-response theory for the mass...

  7. A New Iterative Method for Equilibrium Problems and Fixed Point Problems

    Directory of Open Access Journals (Sweden)

    Abdul Latif

    2013-01-01

    Full Text Available Introducing a new iterative method, we study the existence of a common element of the set of solutions of equilibrium problems for a family of monotone, Lipschitz-type continuous mappings and the sets of fixed points of two nonexpansive semigroups in a real Hilbert space. We establish strong convergence theorems of the new iterative method for the solution of the variational inequality problem which is the optimality condition for the minimization problem. Our results improve and generalize the corresponding recent results of Anh (2012, Cianciaruso et al. (2010, and many others.

  8. Charge transport in metal oxide nanocrystal-based materials

    Science.gov (United States)

    Runnerstrom, Evan Lars

    There is probably no class of materials more varied, more widely used, or more ubiquitous than metal oxides. Depending on their composition, metal oxides can exhibit almost any number of properties. Of particular interest are the ways in which charge is transported in metal oxides: devices such as displays, touch screens, and smart windows rely on the ability of certain metal oxides to conduct electricity while maintaining visible transparency. Smart windows, fuel cells, and other electrochemical devices additionally rely on efficient transport of ionic charge in and around metal oxides. Colloidal synthesis has enabled metal oxide nanocrystals to emerge as a relatively new but highly tunable class of materials. Certain metal oxide nanocrystals, particularly highly doped metal oxides, have been enjoying rapid development in the last decade. As in myriad other materials systems, structure dictates the properties of metal oxide nanocrystals, but a full understanding of how nanocrystal synthesis, the processing of nanocrystal-based materials, and the structure of nanocrystals relate to the resulting properties of nanocrystal-based materials is still nascent. Gaining a fundamental understanding of and control over these structure-property relationships is crucial to developing a holistic understanding of metal oxide nanocrystals. The unique ability to tune metal oxide nanocrystals by changing composition through the introduction of dopants or by changing size and shape affords a way to study the interplay between structure, processing, and properties. This overall goal of this work is to chemically synthesize colloidal metal oxide nanocrystals, process them into useful materials, characterize charge transport in materials based on colloidal metal oxide nanocrystals, and develop ways to manipulate charge transport. In particular, this dissertation characterizes how the charge transport properties of metal oxide nanocrystal-based materials depend on their processing and

  9. Handling and Transport Problems; Problemes de Manipulation et de Transport; 041f 0420 041e 0414 ; Problemas de Manipulacion y de Transporte

    Energy Technology Data Exchange (ETDEWEB)

    Pomarola, J.; Savouyaud, J. [Service de Controle des Radiations et de Genie Radioactif, Commissariat a l' Energie Atomique, Saclay (France)

    1960-07-01

    I. The handling and transport of radioactive waste involves the risk of irradiation and contamination. It is necessary to draw up special regulations governing the removal and transport of waste within the centres or from one centre to another, and to entrust transport to a group in charge of specialized teams. The organization, equipment and efficiency of such teams is then considered. II. Certain types of transport operation are particularly dangerous and require special transport units and fixed installations. This applies, in particular, to the disposal of highly radioactive liquids. A description is given of a composite transport unit, consisting of a towing vehicle, semi-trailer and tank holding 500 l of liquid with an activity of up to 1,000 c/l. The drawing-off of the liquid waste, routing of the transport unit and precautions to be taken are discussed. (author) [French] I - La manipulation et le j transport des dechets radioactifs presentent des dangers d'irradiation et de contamination. Il est necessaire: - d'edicter des consignes speciales applicables a l'enlevement et au transport des dechets dans les centres ou de centre a centre. - de confier les transports a un groupe dont relevent des equipes specialisees. On examine l'organisation, les moyens, le rendement de ces equipes. II - Certains transports sont particulierement dangereux et necessitent des engins speciaux et des installations fixes. C'est le cas, notamment, de l'evacuation des liquides tres actifs. On decrit : Inverted-Exclamation-Mark - un engin de transport compose d'un ensemble: tracteur, semi- remorque et d'un recipient qui contient 500 litres de liquide dont l'activite peut atteindre 1.000 c/l. - les operations de transvasement, l'acheminement de l'engin, les precautions prises. (author) [Spanish] I - La manipulacion y el transporte de desechos radiactivos ofrecen riesgos de irradiacion y de contaminacion. Es necesario: - dictar consignas especiales para retirar los desechos y para su

  10. Organic n-type materials for charge transport and charge storage applications.

    Science.gov (United States)

    Stolar, Monika; Baumgartner, Thomas

    2013-06-21

    Conjugated materials have attracted much attention toward applications in organic electronics in recent years. These organic species offer many advantages as potential replacement for conventional materials (i.e., silicon and metals) in terms of cheap fabrication and environmentally benign devices. While p-type (electron-donating or hole-conducting) materials have been extensively reviewed and researched, their counterpart n-type (electron-accepting or electron-conducting) materials have seen much less popularity despite the greater need for improvement. In addition to developing efficient charge transport materials, it is equally important to provide a means of charge storage, where energy can be used on an on-demand basis. This perspective is focused on discussing a selection of representative n-type materials and the efforts toward improving their charge-transport efficiencies. Additionally, this perspective will also highlight recent organic materials for battery components and the efforts that have been made to improve their environmental appeal.

  11. Production, transport and charge capture measurements of highly charged recoil ions

    International Nuclear Information System (INIS)

    Trebus, U.E.

    1989-01-01

    An experiment is described to study highly charged recoil ions on-line to the heavy accelerator UNILAC at GSI. The highly charged recoil ions are produced by heavy-ion bombardment of a gas target. Subsequently the slow highly charged recoil ions are extracted from the ionization volume, and guided through a beam transport line to a Wien filter for charge state selection and to a collision region to study charge transfer processes. Several experiments were carried out to show the efficient charge state separation. Charge states up to q = 15 were observed. When using a retarding field analyzer cross sections for single electron capture were determined for different charge states of Xe q+ for q = 4 to 11 and He gas. The experiments demonstrated increasing charge transfer cross sections with increasing charge state q and indicated the effect of near resonant charge capture for q = 6. The flexible data acquisition system used, is described and other future experiments, such as for instance in flight ion-trapping are indicated in the appendix

  12. Production, transport and charge capture measurements of highly charged recoil ions

    International Nuclear Information System (INIS)

    Trebus, U.E.

    1989-05-01

    An experiment is described to study highly charged recoil ions on-line to the heavy ion accelerator UNILAC at GSI. The highly charged recoil ions are produced by heavy ion bombardment of a gas target. Subsequently the slow highly charged recoil ions are extracted from the ionization volume, and guided through a beam transport line to a Wien filter for charge state selection and to a collision region to study charge transfer processes. Several experiments were carried out to show the efficient charge state separation. Charge states up to q=15 were observed. When using a retarding field analyzer cross sections for single electron capture were determined for different charge states of Xe q+ for q=4 to 11 and He gas. The experiments demonstrated increasing charge transfer cross sections with increasing charge state q and indicated the effect of near resonant charge capture for q=6. The flexible data acquisition system used, is described and other future experiments, such as for instance in flight ion-trapping are indicated in the appendix. (orig.)

  13. Crossover from band-like to thermally activated charge transport in organic transistors due to strain-induced traps

    KAUST Repository

    Mei, Yaochuan

    2017-08-02

    The temperature dependence of the charge-carrier mobility provides essential insight into the charge transport mechanisms in organic semiconductors. Such knowledge imparts critical understanding of the electrical properties of these materials, leading to better design of high-performance materials for consumer applications. Here, we present experimental results that suggest that the inhomogeneous strain induced in organic semiconductor layers by the mismatch between the coefficients of thermal expansion (CTE) of the consecutive device layers of field-effect transistors generates trapping states that localize charge carriers. We observe a universal scaling between the activation energy of the transistors and the interfacial thermal expansion mismatch, in which band-like transport is observed for similar CTEs, and activated transport otherwise. Our results provide evidence that a high-quality semiconductor layer is necessary, but not sufficient, to obtain efficient charge-carrier transport in devices, and underline the importance of holistic device design to achieve the intrinsic performance limits of a given organic semiconductor. We go on to show that insertion of an ultrathin CTE buffer layer mitigates this problem and can help achieve band-like transport on a wide range of substrate platforms.

  14. Crossover from band-like to thermally activated charge transport in organic transistors due to strain-induced traps.

    Science.gov (United States)

    Mei, Yaochuan; Diemer, Peter J; Niazi, Muhammad R; Hallani, Rawad K; Jarolimek, Karol; Day, Cynthia S; Risko, Chad; Anthony, John E; Amassian, Aram; Jurchescu, Oana D

    2017-08-15

    The temperature dependence of the charge-carrier mobility provides essential insight into the charge transport mechanisms in organic semiconductors. Such knowledge imparts critical understanding of the electrical properties of these materials, leading to better design of high-performance materials for consumer applications. Here, we present experimental results that suggest that the inhomogeneous strain induced in organic semiconductor layers by the mismatch between the coefficients of thermal expansion (CTE) of the consecutive device layers of field-effect transistors generates trapping states that localize charge carriers. We observe a universal scaling between the activation energy of the transistors and the interfacial thermal expansion mismatch, in which band-like transport is observed for similar CTEs, and activated transport otherwise. Our results provide evidence that a high-quality semiconductor layer is necessary, but not sufficient, to obtain efficient charge-carrier transport in devices, and underline the importance of holistic device design to achieve the intrinsic performance limits of a given organic semiconductor. We go on to show that insertion of an ultrathin CTE buffer layer mitigates this problem and can help achieve band-like transport on a wide range of substrate platforms.

  15. Approximation algorithms for replenishment problems with fixed turnover times

    NARCIS (Netherlands)

    T. Bosman (Thomas); M. van Ee (Martijn); Y. Jiao (Yang); A. Marchetti Spaccamela (Alberto); R. Ravi; L. Stougie (Leen)

    2018-01-01

    textabstractWe introduce and study a class of optimization problems we coin replenishment problems with fixed turnover times: a very natural model that has received little attention in the literature. Nodes with capacity for storing a certain commodity are located at various places; at each node the

  16. Microscopic origins of charge transport in triphenylene systems

    Science.gov (United States)

    Thompson, Ian R.; Coe, Mary K.; Walker, Alison B.; Ricci, Matteo; Roscioni, Otello M.; Zannoni, Claudio

    2018-06-01

    We study the effects of molecular ordering on charge transport at the mesoscale level in a layer of ≈9000 hexa-octyl-thio-triphenylene discotic mesogens with dimensions of ≈20 ×20 ×60 nm3 . Ordered (columnar) and disordered isotropic morphologies are obtained from a combination of atomistic and coarse-grained molecular-dynamics simulations. Electronic structure codes are used to find charge hopping rates at the microscopic level. Energetic disorder is included through the Thole model. Kinetic Monte Carlo simulations then predict charge mobilities. We reproduce the large increase in mobility in going from an isotropic to a columnar morphology. To understand how these mobilities depend on the morphology and hopping rates, we employ graph theory to analyze charge trajectories by representing the film as a charge-transport network. This approach allows us to identify spatial correlations of molecule pairs with high transfer rates. These pairs must be linked to ensure good transport characteristics or may otherwise act as traps. Our analysis is straightforward to implement and will be a useful tool in linking materials to device performance, for example, to investigate the influence of local inhomogeneities in the current density. Our mobility-field curves show an increasing mobility with field, as would be expected for an organic semiconductor.

  17. Charge injection and transport properties of an organic light-emitting diode

    Directory of Open Access Journals (Sweden)

    Peter Juhasz

    2016-01-01

    Full Text Available The charge behavior of organic light emitting diode (OLED is investigated by steady-state current–voltage technique and impedance spectroscopy at various temperatures to obtain activation energies of charge injection and transport processes. Good agreement of activation energies obtained by steady-state and frequency-domain was used to analyze their contributions to the charge injection and transport. We concluded that charge is injected into the OLED device mostly through the interfacial states at low voltage region, whereas the thermionic injection dominates in the high voltage region. This comparison of experimental techniques demonstrates their capabilities of identification of major bottleneck of charge injection and transport.

  18. TTF/TCNQ-based thin films and microcrystals. Growth and charge transport phenomena

    Energy Technology Data Exchange (ETDEWEB)

    Solovyeva, Vita

    2011-05-26

    The thesis adresses several problems related to growth and charge transport phenomena in thin films of TTF-TCNQ and (BEDT-TTF)TCNQ. The following main new problems are addressed: - The influence of thin-film specific factors, such as the substrate material and growth-induced defects, on the Peierls transition temperature in TTF-TCNQ thin films was studied; - finite-size effects in TTF-TCNQ were investigated by considering transport properties in TTF-TCNQ microcrystals. The influence of the size of the crystal on the Peierls transition temperature was studied. In this context a new method of microcontact fabrication was employed to favor the measurements; - an analysis of radiation-induced defects in TTF-TCNQ thin films and microcrystals was performed. It was demonstrated than an electron beam can induce appreciable damage to the sample such that its electronic properties are strongly modified; - a bilayer growth method was established to fabricate (BEDT-TTF)TCNQ from the gas phase. This newly developed bilayer growth method was showed to be suitable for testing (BEDT-TTF)TCNQ charge-transfer phase formation; - the structure of the formed (BEDT-TTF)TCNQ charge-transfer compounds was analyzed by using a wide range of experimental techniques. An overview and the description of the basic physical principles underlying charge-transfer compounds is given in chapter 2. Experimental techniques used for the growth and characterization of thin films and microcrystals are presented in chapter 3. Chapter 4 gives an overview of the physical properties of the studied organic materials. Chapter 5 discussed the experimental study of TTF-TCNQ thin films. he Peierls transition in TTF-TCNQ is a consequence of the quasi-one-dimensional structure of the material and depends on different factors, studied in chapters 5 and 6. In contradistinction to TTF-TTCNQ, the (BEDT-TTF)TCNQ charge-transfer compound crystallizes in several different modifications with different physical properties

  19. Beamline for low-energy transport of highly charged ions at HITRAP

    International Nuclear Information System (INIS)

    Andelkovic, Z.; Herfurth, F.; Kotovskiy, N.; König, K.; Maaß, B.; Murböck, T.; Neidherr, D.; Schmidt, S.; Steinmann, J.; Vogel, M.; Vorobjev, G.

    2015-01-01

    A beamline for transport of highly charged ions with energies as low as a few keV/charge has been constructed and commissioned at GSI. Complementary to the existing infrastructure of the HITRAP facility for deceleration of highly charged ions from the GSI accelerator, the new beamline connects the HITRAP ion decelerator and an EBIT with the associated experimental setups. Therefore, the facility can now transport the decelerated heavy highly charged ions to the experiments or supply them offline with medium-heavy highly charged ions from the EBIT, both at energies as low as a few keV/charge. Here we present the design of the 20 m long beamline with the corresponding beam instrumentation, as well as its performance in terms of energy and transport efficiency

  20. Fixed Wing Project: Technologies for Advanced Air Transports

    Science.gov (United States)

    Del Rosario, Ruben; Koudelka, John M.; Wahls, Richard A.; Madavan, Nateri

    2014-01-01

    The NASA Fundamental Aeronautics Fixed Wing (FW) Project addresses the comprehensive challenge of enabling revolutionary energy efficiency improvements in subsonic transport aircraft combined with dramatic reductions in harmful emissions and perceived noise to facilitate sustained growth of the air transportation system. Advanced technologies and the development of unconventional aircraft systems offer the potential to achieve these improvements. Multidisciplinary advances are required in aerodynamic efficiency to reduce drag, structural efficiency to reduce aircraft empty weight, and propulsive and thermal efficiency to reduce thrust-specific energy consumption (TSEC) for overall system benefit. Additionally, advances are required to reduce perceived noise without adversely affecting drag, weight, or TSEC, and to reduce harmful emissions without adversely affecting energy efficiency or noise.The presentation will highlight the Fixed Wing project vision of revolutionary systems and technologies needed to achieve these challenging goals. Specifically, the primary focus of the FW Project is on the N+3 generation; that is, vehicles that are three generations beyond the current state of the art, requiring mature technology solutions in the 2025-30 timeframe.

  1. Charge transport across bulk heterojunction organic thin film

    Energy Technology Data Exchange (ETDEWEB)

    Tessema, Genene [University of Kwazulu-Natal, School of Physics, Scottsville (South Africa); Addis Ababa University, Department of Physics, Addis Ababa (Ethiopia)

    2012-01-15

    The transport of charges in organic photo-active film has been the focus of tremendous research in the past few decades with the view to understand the physics of the polymers. Bulk heterojunction type devices are particularly more interesting because of their high power conversion efficiency. We have fabricated organic PV cell based on sandwich type ITO/PEDOT:PSS/APFO green-6:PCBM/LiF/Al device structure. The space charge limited currents were investigated to be able to derive important transport parameters of the devices. The measured current agrees very well with trap free space charge limited transport theory. The zero field mobility and field activation factor found from the data were {mu} {sub 0}=(3.39{+-}0.2) x 10{sup -6} m{sup 2}/V sec and {gamma}=(8.3{+-}0.3) x 10{sup -4} (m/V){sup 1/2}, respectively. (orig.)

  2. A new computational method for simulation of charge transport in semiconductor radiation detectors

    International Nuclear Information System (INIS)

    Holban, I.

    1993-01-01

    An effective computational method for simulation of charge transport in semiconductor radiation detectors is the purpose of the present work. Basic equations for analysis include (1) Poisson's equations, (2) continuity equation for electrons and holes, (3) rate equations for deep levels, (4) current equation for electrons and holes and (5) boundary conditions. The system of equations is discretized and equidistant space and time grids is brought. The nonlinearity of the problem is overcome by using Newton-Raphson iteration scheme. Instead of solving a nonlinear boundary problem we resolve a linear matrix equation. Our computation procedure becomes very efficient using a sparse matrix. The computed program allows to calculate the charge collection efficiency and transient response for arbitrary electric fields when trapping and detrapping effects are present. The earlier literature results are reproduced. (Author)

  3. Quadrupole transport experiment with space charge dominated cesium ion beam

    International Nuclear Information System (INIS)

    Faltens, A.; Keefe, D.; Kim, C.; Rosenblum, S.; Tiefenback, M.; Warwick, A.

    1984-08-01

    The purpose of the experiment is to investigate the beam current transport limit in a long quadrupole-focussed transport channel in the space charge dominated region where the space charge defocussing force is almost as large as the average focussing force of the channel

  4. Thermal generation and mobility of charge carriers in collective proton transport in hydrogen-bonded chains

    International Nuclear Information System (INIS)

    Peyrard, M.; Boesch, R.; Kourakis, I.

    1991-01-01

    The transport of protons in hydrogen-bonded systems is a long standing problem which has not yet obtained a satisfactorily theoretical description. Although this problem was examined first for ice, it is relevant in many systems and in particular in biology for the transport along proteins or for proton conductance across membranes, an essential process in cell life. The broad relevance makes the study of proton conduction very appealing. Since the original work of Bernal and Fowler on ice, the idea that the transport occurs through chains of hydrogen bonds has been well accepted. Such ''proton wires'' were invoked by Nagle and Morowitz for proton transport across membranes proteins and more recently across lipid bilayers. In this report, we assume the existence of such an hydrogen-bonded chain and discuss its consequences on the dynamics of the charge carriers. We show that this assumption leads naturally to the idea of soliton transport and we put a special emphasis on the role of the coupling between the protons and heavy ions motions. The model is presented. We show how the coupling affects strongly the dynamics of the charge carriers and we discuss the role it plays in the thermal generation of carriers. The work presented has been performed in 1986 and 87 with St. Pnevmatikos and N. Flyzanis and was then completed in collaboration with D. Hochstrasser and H. Buettner. Therefore the results presented in this part are not new but we think that they are appropriate in the context of this multidisciplinary workshop because they provide a rather complete example of the soliton picture for proton conduction. This paper discusses the thermal generation of the charge carriers when the coupling between the protons and heavy ions dynamics is taken into account. The results presented in this part are very recent and will deserve further analysis but they already show that the coupling can assist for the formation of the charge carriers

  5. Transportable charge in a periodic alternating gradient system

    International Nuclear Information System (INIS)

    Lee, E.P.; Fessenden, T.J.; Laslett, L.J.

    1985-05-01

    A simple set of formulas is derived which relate emittance, line charge density, matched maximum and average envelope radii, occupancy factors, and the (space charge) depressed and vacuum values of tune. This formulation is an improvement on the smooth limit approximation; deviations from exact (numerically determined) relations are on the order of +-2%, while the smooth limit values are in error by up to +-30%. This transport formalism is used to determine the limits of transportable line charge density in an electrostatic quadrupole array, with specific application to the low energy portion of the High Temperature Experiment of Heavy Ion Fusion Accelerator Research. The line charge density limit is found to be essentially proportional to the voltage on the pole faces and the fraction of occupied aperture area. A finite injection energy (greater than or equal to 2 MeV) is required to realize this limit, independent of particle mass

  6. Multi-Stage Transportation Problem With Capacity Limit

    Directory of Open Access Journals (Sweden)

    I. Brezina

    2010-06-01

    Full Text Available The classical transportation problem can be applied in a more general way in practice. Related problems as Multi-commodity transportation problem, Transportation problems with different kind of vehicles, Multi-stage transportation problems, Transportation problem with capacity limit is an extension of the classical transportation problem considering the additional special condition. For solving such problems many optimization techniques (dynamic programming, linear programming, special algorithms for transportation problem etc. and heuristics approaches (e.g. evolutionary techniques were developed. This article considers Multi-stage transportation problem with capacity limit that reflects limits of transported materials (commodity quantity. Discussed issues are: theoretical base, problem formulation as way as new proposed algorithm for that problem.

  7. Conformal Dimensions via Large Charge Expansion.

    Science.gov (United States)

    Banerjee, Debasish; Chandrasekharan, Shailesh; Orlando, Domenico

    2018-02-09

    We construct an efficient Monte Carlo algorithm that overcomes the severe signal-to-noise ratio problems and helps us to accurately compute the conformal dimensions of large-Q fields at the Wilson-Fisher fixed point in the O(2) universality class. Using it, we verify a recent proposal that conformal dimensions of strongly coupled conformal field theories with a global U(1) charge can be obtained via a series expansion in the inverse charge 1/Q. We find that the conformal dimensions of the lowest operator with a fixed charge Q are almost entirely determined by the first few terms in the series.

  8. The stakes of gas and electricity transport: the fixing of access charges; Les enjeux du transport pour le gaz et l'electricite: la fixation des charges d'acces

    Energy Technology Data Exchange (ETDEWEB)

    Percebois, J.; David, L.

    2001-05-01

    The goal of opening of network industries to competition is the lowering of the tariffs paid by the end-user. This opening is accompanied by a bookkeeping separation and sometimes a legal un-bundling between the different segments of activities (production, transport, distribution, commercialization). When natural monopolies exist, a system of access to the network by third parties must be implemented and controlled by an independent regulation authority. The main question remains the fixing of a just, efficient, transparent and non-discriminatory tariff of access which allows a long-term viability of this network activity. This paper presents first, the lessons of the economical theory and then, the practical experience in France, UK and the USA and the difficult arbitrations with their perverse side effects. (J.S.)

  9. Charge transport in conjugated polymers: a multiscale picture

    Science.gov (United States)

    Ruehle, Victor; Kirkpatrick, James; Kremer, Kurt; Andrienko, Denis

    2009-03-01

    A framework to study charge transport in conjugated polymers using realistic morphologies is developed. First, the atomistic force field is refined using first-principles calculations. Systematic coarse graining is then performed to extend simulation times and system sizes accessible to molecular dynamics simulations. Material morphologies are generated using the coarse grained and atomistic models. Finally, the charge mobility is obtained using temperature activated hopping picture for charge transport [1]. The framework is tested on neutral and oxidized polypyrrole with different structural ordering [2]. [4pt] [1] J. Kirkpatrick, V. Marcon, J. Nelson, K. Kremer, D. Andrienko, Phys. Rev. Lett. 98, 227402 (2007)[0pt] [2] V. Ruehle, J. Kirkpatrick, K. Kremer, D. Andrienko, Phys. Stat. Solidi B, 245, 844 (2008)

  10. Two-Dimensional Charge Transport in Disordered Organic Semiconductors

    NARCIS (Netherlands)

    Brondijk, J. J.; Roelofs, W. S. C.; Mathijssen, S. G. J.; Shehu, A.; Cramer, T.; Biscarini, F.; Blom, P. W. M.; de Leeuw, D. M.

    2012-01-01

    We analyze the effect of carrier confinement on the charge-transport properties of organic field-effect transistors. Confinement is achieved experimentally by the use of semiconductors of which the active layer is only one molecule thick. The two-dimensional confinement of charge carriers provides

  11. Multi-Stage Transportation Problem With Capacity Limit

    OpenAIRE

    I. Brezina; Z. Čičková; J. Pekár; M. Reiff

    2010-01-01

    The classical transportation problem can be applied in a more general way in practice. Related problems as Multi-commodity transportation problem, Transportation problems with different kind of vehicles, Multi-stage transportation problems, Transportation problem with capacity limit is an extension of the classical transportation problem considering the additional special condition. For solving such problems many optimization techniques (dynamic programming, linear programming, special algor...

  12. Calculation of neutron and gamma transport at the FOA:type of problems and calculation methods

    International Nuclear Information System (INIS)

    Lefvert, T.

    1975-11-01

    Protection against the effects of nuclear warfare involves the analysis of the forms of results of a nuclear charge explosion producing neutron and gamma radiation. It brings out problems leading to the calculation of criticality, leakage, and deep transmission. Methods have been developed for various kinds of particle transport problems. Applications to radiation therapy, storage of fissile materials, and fast reactors are discussed. A list (with brief description) of all neutron and gamma transport programmes of the FOA is given. (J.S.)

  13. Lateral charge transport from heavy-ion tracks in integrated circuit chips

    Science.gov (United States)

    Zoutendyk, J. A.; Schwartz, H. R.; Nevill, L. R.

    1988-01-01

    A 256K DRAM has been used to study the lateral transport of charge (electron-hole pairs) induced by direct ionization from heavy-ion tracks in an IC. The qualitative charge transport has been simulated using a two-dimensional numerical code in cylindrical coordinates. The experimental bit-map data clearly show the manifestation of lateral charge transport in the creation of adjacent multiple-bit errors from a single heavy-ion track. The heavy-ion data further demonstrate the occurrence of multiple-bit errors from single ion tracks with sufficient stopping power. The qualitative numerical simulation results suggest that electric-field-funnel-aided (drift) collection accounts for single error generated by an ion passing through a charge-collecting junction, while multiple errors from a single ion track are due to lateral diffusion of ion-generated charge.

  14. A hybrid charged-particle guide for studying (n, charged particle) reactions

    International Nuclear Information System (INIS)

    Haight, R.C.; White, R.M.; Zinkle, S.J.

    1983-01-01

    Charged-particle transport systems consisting of magnetic quadrupole lenses have been employed in recent years in the study of (n, charged particle) reactions. A new transport system was completed at the laboratory that is based both on magnetic lenses as well as electrostatic fields. The magnetic focusing of the charged-particle guide is provided by six magnetic quadrupole lenses arranged in a CDCCDC sequence (in the vertical plane). The electrostatic field is produced by a wire at high voltage which stretches the length of the guide and is physically at the centre of the magnetic axis. The magnetic lenses are used for charged particles above 5 MeV; the electrostatic guide is used for lower energies. This hybrid system possesses the excellent focusing and background rejection properties of other magnetic systems. For low energy charged-particles, the electrostatic transport avoids the narrow band-passes in charged-particle energy which are a problem with purely magnetic transport systems. This system is installed at the LLNL Cyclograaff facility for the study of (n, charged particle) reactions at neutron energies up to 35 MeV. (Auth.)

  15. Spent fuel transportation problems

    International Nuclear Information System (INIS)

    Kondrat'ev, A.N.; Kosarev, Yu.A.; Yulikov, E.A.

    1977-01-01

    In this paper, problems of transportation of nuclear spent fuel to reprocessing plants are discussed. The solutions proposed are directed toward the achievement of the transportation as economic and safe as possible. The increase of the nuclear power plants number in the USSR and the great distances between these plants and the reprocessing plants involve an intensification of the spent fuel transportation. Higher burnup and holdup time reduction cause the necessity of more bulky casks. In this connection, the economic problems become still more important. One of the ways of the problem solution is the development of rational and cheap cask designs. Also, the enforcement in the world of the environmental and personnel health protection requires to increase the transportation reliability and safety. The paper summarizes safe transportation rules with clarifying the following questions: the increase of the transport unit quantity of the spent fuel; rational shipment organization that minimizes vehicle turnover cycle duration; development of the reliable calculation methods to determine strength, thermal conditions and nuclear safety of transport packaging as applied to the vehicles of high capacity; maximum unification of vehicles, calculation methods and documents; and cask testing on models and in pilot scale on specific test rigs to assure that they meet the international safe fuel shipment rules. Besides, some considerations on the choice and use of structural materials for casks are given, and problems of manufacturing such casks from uranium and lead are considered, as well as problems of the development of fireproof shells, control instrumentation, vehicles decontamination, etc. All the problems are considered from the point of view of normal and accidental shipment conditions. Conclusions are presented [ru

  16. Charge Injection and Transport in Metal/Polymer Chains/Metal Sandwich Structure

    International Nuclear Information System (INIS)

    Hai-Hong, Li; Dong-Mei, Li; Yuan, Li; Kun, Gao; De-Sheng, Liu; Shi-Jie, Xie

    2008-01-01

    Using the tight-binding Su–Schrieffer–Heeger model and a nonadiabatic dynamic evolution method, we study the dynamic processes of the charge injection and transport in a metal/two coupled conjugated polymer chains/metal structure. It is found that the charge interchain transport is determined by the strength of the electric field and the magnitude of the voltage bias applied on the metal electrode. The stronger electric field and the larger voltage bias are both in favour of the charge interchain transport. (condensed matter: electronic structure, electrical, magnetic, and optical properties)

  17. The charge transport in an electrostatic belt generator

    NARCIS (Netherlands)

    Vermeer, A.; Strasters, B.A.

    1975-01-01

    The fluctuations in the charge transport system of an EN Tandem Van de Graaff accelerator have been investigated by means of a frequency spectrum analyser. Frequency spectra of the terminal ripple, the short-circuit current and the voltage at the belt charge screen have been measured. Also the

  18. JIT-transportation problem and its algorithm

    Science.gov (United States)

    Bai, Guozhong; Gan, Xiao-Xiong

    2011-12-01

    This article introduces the (just-in-time) JIT-transportation problem, which requires that all demanded goods be shipped to their destinations on schedule, at a zero or minimal destination-storage cost. The JIT-transportation problem is a special goal programming problem with discrete constraints. This article provides a mathematical model for such a transportation problem and introduces the JIT solution, the deviation solution, the JIT deviation, etc. By introducing the B(λ)-problem, this article establishes the equivalence between the optimal solutions of the B(λ)-problem and the optimal solutions of the JIT-transportation problem, and then provides an algorithm for the JIT-transportation problems. This algorithm is proven mathematically and is also illustrated by an example.

  19. A common pathway for charge transport through voltage-sensing domains.

    Science.gov (United States)

    Chanda, Baron; Bezanilla, Francisco

    2008-02-07

    Voltage-gated ion channels derive their voltage sensitivity from the movement of specific charged residues in response to a change in transmembrane potential. Several studies on mechanisms of voltage sensing in ion channels support the idea that these gating charges move through a well-defined permeation pathway. This gating pathway in a voltage-gated ion channel can also be mutated to transport free cations, including protons. The recent discovery of proton channels with sequence homology to the voltage-sensing domains suggests that evolution has perhaps exploited the same gating pathway to generate a bona fide voltage-dependent proton transporter. Here we will discuss implications of these findings on the mechanisms underlying charge (and ion) transport by voltage-sensing domains.

  20. Macroscopic acoustoelectric charge transport in graphene

    Science.gov (United States)

    Bandhu, L.; Lawton, L. M.; Nash, G. R.

    2013-09-01

    We demonstrate macroscopic acoustoelectric transport in graphene, transferred onto piezoelectric lithium niobate substrates, between electrodes up to 500 μm apart. Using double finger interdigital transducers we have characterised the acoustoelectric current as a function of both surface acoustic wave intensity and frequency. The results are consistent with a relatively simple classical relaxation model, in which the acoustoelectric current is proportional to both the surface acoustic wave intensity and the attenuation of the wave caused by the charge transport.

  1. Temperature dependent charge transport in poly(3-hexylthiophene) diodes

    Science.gov (United States)

    Rahaman, Abdulla Bin; Sarkar, Atri; Banerjee, Debamalya

    2018-04-01

    In this work, we present charge transport properties of poly(3-hexylthiophene) (P3HT) diodes under dark conditions. Temperature dependent current-voltage (J-V) characteristics shows that charge transport represents a transition from ohomic to trap limited current. The forward current density obeys a power law J˜Vm, m>2 represents the space charge limited current region in presence of traps within the band gap. Frequency dependent conductivity has been studied in a temperature range 150K-473K. The dc conductivity values show Arrhenius like behavior and it gives conductivity activation energy 223 meV. Temperature dependent conductivity indicates a thermodynamic transition of our system.

  2. 19 CFR 351.515 - Internal transport and freight charges for export shipments.

    Science.gov (United States)

    2010-04-01

    ... shipments. 351.515 Section 351.515 Customs Duties INTERNATIONAL TRADE ADMINISTRATION, DEPARTMENT OF COMMERCE... Internal transport and freight charges for export shipments. (a) Benefit—(1) In general. In the case of internal transport and freight charges on export shipments, a benefit exists to the extent that the charges...

  3. Role of transport band edge variation on delocalized charge transport in high-mobility crystalline organic semiconductors

    Science.gov (United States)

    Kadashchuk, Andrey; Tong, Fei; Janneck, Robby; Fishchuk, Ivan I.; Mityashin, Alexander; Pavlica, Egon; Köhler, Anna; Heremans, Paul; Rolin, Cedric; Bratina, Gvido; Genoe, Jan

    2017-09-01

    We demonstrate that the degree of charge delocalization has a strong impact on polarization energy and thereby on the position of the transport band edge in organic semiconductors. This gives rise to long-range potential fluctuations, which govern the electronic transport through delocalized states in organic crystalline layers. This concept is employed to formulate an analytic model that explains a negative field dependence coupled with a positive temperature dependence of the charge mobility observed by a lateral time-of-flight technique in a high-mobility crystalline organic layer. This has important implications for the further understanding of the charge transport via delocalized states in organic semiconductors.

  4. Strong Convergence Iterative Algorithms for Equilibrium Problems and Fixed Point Problems in Banach Spaces

    Directory of Open Access Journals (Sweden)

    Shenghua Wang

    2013-01-01

    Full Text Available We first introduce the concept of Bregman asymptotically quasinonexpansive mappings and prove that the fixed point set of this kind of mappings is closed and convex. Then we construct an iterative scheme to find a common element of the set of solutions of an equilibrium problem and the set of common fixed points of a countable family of Bregman asymptotically quasinonexpansive mappings in reflexive Banach spaces and prove strong convergence theorems. Our results extend the recent ones of some others.

  5. Longitudinal and transverse space charge limitations on transport of maximum power beams

    International Nuclear Information System (INIS)

    Khoe, T.K.; Martin, R.L.

    1977-01-01

    The maximum transportable beam power is a critical issue in selecting the most favorable approach to generating ignition pulses for inertial fusion with high energy accelerators. Maschke and Courant have put forward expressions for the limits on transport power for quadrupole and solenoidal channels. Included in a more general way is the self consistent effect of space charge defocusing on the power limit. The results show that no limits on transmitted power exist in principal. In general, quadrupole transport magnets appear superior to solenoids except for transport of very low energy and highly charged particles. Longitudinal space charge effects are very significant for transport of intense beams

  6. Transport of electric charge in insulators

    International Nuclear Information System (INIS)

    Lopez C, E.

    1979-01-01

    In this work a review is made of important concepts in the study of the transport of electric charge in insulators. These concepts are: electrical contacts, transport regimes as viewed in the I-V characteristics, and photoinjection processes by internal photemission of holes or electrons from metals or semiconductors into insulators or by a virtual electrode using strongly absorbed light. Experimental results of photoinjection of holes and electrons into sulfur single crystals are analyzed using these concepts. The observation of the Mott-Gurney transition is reported for the first time. This is the transition between the region of space charge limited currents (SCLC) and the region of saturation of the current as a function of the applied voltage. A modified Mott-Gurney theoretical model is presented that is able to explain the whole I-V characteristic for uv and the internal photoemission of hopes and uv photoinjection of electrons. For the case of internal photoemission of electrons the conventional space charge limited current theory for an exponential distribution of traps is able to explain the experimental data. It is found that the crystals are of high purity since the total density of traps, as calculated from their exponential distribution, is Nsub(t) equals 1.8 X 10 14 cm -3 . (author)

  7. Diffusive charge transport in graphene

    Science.gov (United States)

    Chen, Jianhao

    The physical mechanisms limiting the mobility of graphene on SiO 2 are studied and printed graphene devices on a flexible substrate are realized. Intentional addition of charged scattering impurities is used to study the effects of charged impurities. Atomic-scale defects are created by noble-gas ions irradiation to study the effect of unitary scatterers. The results show that charged impurities and atomic-scale defects both lead to conductivity linear in density in graphene, with a scattering magnitude that agrees quantitatively with theoretical estimates. While charged impurities cause intravalley scattering and induce a small change in the minimum conductivity, defects in graphene scatter electrons between the valleys and suppress the minimum conductivity below the metallic limit. Temperature-dependent measurements show that longitudinal acoustic phonons in graphene produce a small resistivity which is linear in temperature and independent of carrier density; at higher temperatures, polar optical phonons of the SiO2 substrate give rise to an activated, carrier density-dependent resistivity. Graphene is also made into high mobility transparent and flexible field effect device via the transfer-printing method. Together the results paint a complete picture of charge carrier transport in graphene on SiO2 in the diffusive regime, and show the promise of graphene as a novel electronic material that have potential applications not only on conventional inorganic substrates, but also on flexible substrates.

  8. Disorder-tuned charge transport in organic semiconductors

    Science.gov (United States)

    Xu, Feng; Qiu, Dong; Yan, Dadong

    2013-02-01

    We propose that the polaron transport in organic semiconductors is remarkably tuned by the fluctuation of polarization energy. The tuning effect of energetic fluctuation not only causes a continuous transition from non-Arrhenius to Arrhenius temperature activated charge transport with increasing moderate disorder strengths but also results in a band-like conduction in the low disorder regime which benefits from the enhanced mobilities in shallow trap states. As a result, a unified description of polaron transport is obtained for a set of typical organic semiconductors.

  9. A Risk-Sensitive Portfolio Optimization Problem with Fixed Incomes Securities

    OpenAIRE

    Goel, Mayank; Kumar, K. Suresh

    2007-01-01

    We discuss a class of risk-sensitive portfolio optimization problems. We consider the portfolio optimization model investigated by Nagai in 2003. The model by its nature can include fixed income securities as well in the portfolio. Under fairly general conditions, we prove the existence of optimal portfolio in both finite and infinite horizon problems.

  10. Adomian decomposition method for solving the telegraph equation in charged particle transport

    International Nuclear Information System (INIS)

    Abdou, M.A.

    2005-01-01

    In this paper, the analysis for the telegraph equation in case of isotropic small angle scattering from the Boltzmann transport equation for charged particle is presented. The Adomian decomposition is used to solve the telegraph equation. By means of MAPLE the Adomian polynomials of obtained series (ADM) solution have been calculated. The behaviour of the distribution function are shown graphically. The results reported in this article provide further evidence of the usefulness of Adomain decomposition for obtaining solution of linear and nonlinear problems

  11. Framework of synchromodal transportation problems

    NARCIS (Netherlands)

    Juncker, M.A.M. de; Huizing, D.; Vecchyo, M.R.O. del; Phillipson, F.; Sangers, A.

    2017-01-01

    Problem statements and solution methods in mathematical synchromodal transportation problems depend greatly on a set of model choices for which no rule of thumb exists. In this paper, a framework is introduced with which the model choices in synchromodal transportation problems can be classified,

  12. Framework of Synchromodal Transportation Problems

    NARCIS (Netherlands)

    Huncker, M.A.M. de; Huizing, D.; Ortega del Vecchyo, M.R.; Phillipson, F.; Sangers, A.

    2017-01-01

    Problem statements and solution methods in mathematical synchromodal transportation problems depend greatly on a set of model choices for which no rule of thumb exists. In this paper, a framework is introduced with which the model choices in synchromodal transportation problems can be classified,

  13. Metaheuristics for the dynamic stochastic dial-a-ride problem with expected return transports.

    Science.gov (United States)

    Schilde, M; Doerner, K F; Hartl, R F

    2011-12-01

    The problem of transporting patients or elderly people has been widely studied in literature and is usually modeled as a dial-a-ride problem (DARP). In this paper we analyze the corresponding problem arising in the daily operation of the Austrian Red Cross. This nongovernmental organization is the largest organization performing patient transportation in Austria. The aim is to design vehicle routes to serve partially dynamic transportation requests using a fixed vehicle fleet. Each request requires transportation from a patient's home location to a hospital (outbound request) or back home from the hospital (inbound request). Some of these requests are known in advance. Some requests are dynamic in the sense that they appear during the day without any prior information. Finally, some inbound requests are stochastic. More precisely, with a certain probability each outbound request causes a corresponding inbound request on the same day. Some stochastic information about these return transports is available from historical data. The purpose of this study is to investigate, whether using this information in designing the routes has a significant positive effect on the solution quality. The problem is modeled as a dynamic stochastic dial-a-ride problem with expected return transports. We propose four different modifications of metaheuristic solution approaches for this problem. In detail, we test dynamic versions of variable neighborhood search (VNS) and stochastic VNS (S-VNS) as well as modified versions of the multiple plan approach (MPA) and the multiple scenario approach (MSA). Tests are performed using 12 sets of test instances based on a real road network. Various demand scenarios are generated based on the available real data. Results show that using the stochastic information on return transports leads to average improvements of around 15%. Moreover, improvements of up to 41% can be achieved for some test instances.

  14. Role of mesoscopic morphology in charge transport of doped ...

    Indian Academy of Sciences (India)

    In doped polyaniline (PANI), the charge transport properties are determined by mesoscopic morphology, which in turn is controlled by the molecular recognition interactions among polymer chain, dopant and solvent. Molecular recognition plays a significant role in chain conformation and charge delocalization.

  15. New organic photorefractive material composed of a charge-transporting dendrimer and a stilbene chromophore

    Science.gov (United States)

    Bai, Jaeil; Ducharme, Stephen; Leonov, Alexei G.; Lu, Liu; Takacs, James M.

    1999-10-01

    In this report, we introduce new organic photorefractive composites consisting of charge transporting den-drimers highly doped with a stilbene nonlinear optic chromophore, The purpose of making these composites is to improve charge transport, by reducing inhomogeneity when compared to ordinary polymer-based systems. Because the structure of this material gives us freedom to control the orientation of charge transport agents synthetically, we can study the charge transport mechanism more systematically than in polymers. We discuss this point and present the characterization results for this material.

  16. Charge transport in electrically doped amorphous organic semiconductors.

    Science.gov (United States)

    Yoo, Seung-Jun; Kim, Jang-Joo

    2015-06-01

    This article reviews recent progress on charge generation by doping and its influence on the carrier mobility in organic semiconductors (OSs). The doping induced charge generation efficiency is generally low in OSs which was explained by the integer charge transfer model and the hybrid charge transfer model. The ionized dopants formed by charge transfer between hosts and dopants can act as Coulomb traps for mobile charges, and the presence of Coulomb traps in OSs broadens the density of states (DOS) in doped organic films. The Coulomb traps strongly reduce the carrier hopping rate and thereby change the carrier mobility, which was confirmed by experiments in recent years. In order to fully understand the doping mechanism in OSs, further quantitative and systematic analyses of charge transport characteristics must be accomplished. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  17. Semiconductor drift chamber: an application of a novel charge transport scheme

    International Nuclear Information System (INIS)

    Gatti, E.; Rehak, P.

    1983-08-01

    The purpose of this paper is to describe a novel charge tranport scheme in semiconductors in which the field responsible for the charge transport is independent of the depletion field. The application of the novel charge transport scheme leads to the following new semiconductor detectors: (1) Semiconductor Draft Chamber; (2) Ultra low capacitance - large semiconductor x-ray spectrometers and photodiodes; and (3) Fully depleted thick CCD. Special attention is paid to the concept of the Semiconductor Draft Chamber as a position sensing detector for high energy charged particles. Position resolution limiting factors are considered, and the values of the resolutions are given

  18. Charging and Transport Dynamics of a Flow-Through Electrode Capacitive Deionization System.

    Science.gov (United States)

    Qu, Yatian; Campbell, Patrick G; Hemmatifar, Ali; Knipe, Jennifer M; Loeb, Colin K; Reidy, John J; Hubert, Mckenzie A; Stadermann, Michael; Santiago, Juan G

    2018-01-11

    We present a study of the interplay among electric charging rate, capacitance, salt removal, and mass transport in "flow-through electrode" capacitive deionization (CDI) systems. We develop two models describing coupled transport and electro-adsorption/desorption which capture salt removal dynamics. The first model is a simplified, unsteady zero-dimensional volume-averaged model which identifies dimensionless parameters and figures of merits associated with cell performance. The second model is a higher fidelity area-averaged model which captures both spatial and temporal responses of charging. We further conducted an experimental study of these dynamics and considered two salt transport regimes: (1) advection-limited regime and (2) dispersion-limited regime. We use these data to validate models. The study shows that, in the advection-limited regime, differential charge efficiency determines the salt adsorption at the early stage of the deionization process. Subsequently, charging transitions to a quasi-steady state where salt removal rate is proportional to applied current scaled by the inlet flow rate. In the dispersion-dominated regime, differential charge efficiency, cell volume, and diffusion rates govern adsorption dynamics and flow rate has little effect. In both regimes, the interplay among mass transport rate, differential charge efficiency, cell capacitance, and (electric) charging current governs salt removal in flow-through electrode CDI.

  19. Transport and partitioning of CO2 fixed by root nodules of ureide and amide producing legumes

    International Nuclear Information System (INIS)

    Vance, C.P.; Boylan, K.L.M.; Maxwell, C.A.; Heichel, G.H.; Hardman, L.L.

    1985-01-01

    Nodulated and denodulated roots of adzuki bean (Vigna angularis), soybean (Glycine max), and alfalfa (Medicago sativa) were exposed to 14 CO 2 to investigate the contribution of nodule CO 2 fixation to assimilation and transport of fixed nitrogen. The distribution of radioactivity in xylem sap and partitioning of carbon fixed by nodules to the whole plant were measured. Radioactivity in the xylem sap of nodulated soybean and adzuki bean was located primarily (70 to 87%) in the acid fraction while the basic (amino acid) fraction contained 10 to 22%. In contrast radioactivity in the xylem sap of nodulated alfalfa was primarily in amino acids with about 20% in organic acids. Total ureide concentration was 8.1, 4.7, and 0.0 micromoles per milliliter xylem sap for soybean, adzuki bean, and alfalfa, respectively. While the major nitrogen transport products in soybeans and adzuki beans are ureides, this class of metabolites contained less than 20% of the the total radioactivity. When nodules of plants were removed, radioactivity in xylem sap decreased by 90% or more. Pulse-chase experiments indicated that CO 2 fixed by nodules was rapidly transported to shoots and incorporated into acid stable constituents. The data are consistent with a role for nodule CO 2 fixation providing carbon for the assimilation and transport of fixed nitrogen in amide-based legumes. In contrast, CO 2 fixation by nodules of ureide transporting legumes appears to contribute little to assimilation and transport of fixed nitrogen. 19 references, 2 figures, 5 tables

  20. Testing effective string models of black holes with fixed scalars

    International Nuclear Information System (INIS)

    Krasnitz, M.; Klebanov, I.R.

    1997-01-01

    We solve the problem of mixing between the fixed scalar and metric fluctuations. First, we derive the decoupled fixed scalar equation for the four-dimensional black hole with two different charges. We proceed to the five-dimensional black hole with different electric (one-brane) and magnetic (five-brane) charges, and derive two decoupled equations satisfied by appropriate mixtures of the original fixed scalar fields. The resulting greybody factors are proportional to those that follow from coupling to dimension (2,2) operators on the effective string. In general, however, the string action also contains couplings to chiral operators of dimension (1,3) and (3,1), which cause disagreements with the semiclassical absorption cross sections. Implications of this for the effective string models are discussed. copyright 1997 The American Physical Society

  1. Magnetoresistance and charge transport in graphene governed by nitrogen dopants.

    Science.gov (United States)

    Rein, Markus; Richter, Nils; Parvez, Khaled; Feng, Xinliang; Sachdev, Hermann; Kläui, Mathias; Müllen, Klaus

    2015-02-24

    We identify the influence of nitrogen-doping on charge- and magnetotransport of single layer graphene by comparing doped and undoped samples. Both sample types are grown by chemical vapor deposition (CVD) and transferred in an identical process onto Si/SiO2 wafers. We characterize the samples by Raman spectroscopy as well as by variable temperature magnetotransport measurements. Over the entire temperature range, the charge transport properties of all undoped samples are in line with literature values. The nitrogen doping instead leads to a 6-fold increase in the charge carrier concentration up to 4 × 10(13) cm(-2) at room temperature, indicating highly effective doping. Additionally it results in the opening of a charge transport gap as revealed by the temperature dependence of the resistance. The magnetotransport exhibits a conspicuous sign change from positive Lorentz magnetoresistance (MR) in undoped to large negative MR that we can attribute to the doping induced disorder. At low magnetic fields, we use quantum transport signals to quantify the transport properties. Analyses based on weak localization models allow us to determine an orders of magnitude decrease in the phase coherence and scattering times for doped samples, since the dopants act as effective scattering centers.

  2. Charge Transport in LDPE Nanocomposites Part I—Experimental Approach

    Directory of Open Access Journals (Sweden)

    Anh T. Hoang

    2016-03-01

    Full Text Available This work presents results of bulk conductivity and surface potential decay measurements on low-density polyethylene and its nanocomposites filled with uncoated MgO and Al2O3, with the aim to highlight the effect of the nanofillers on charge transport processes. Material samples at various filler contents, up to 9 wt %, were prepared in the form of thin films. The performed measurements show a significant impact of the nanofillers on reduction of material’s direct current (dc conductivity. The investigations thus focused on the nanocomposites having the lowest dc conductivity. Various mechanisms of charge generation and transport in solids, including space charge limited current, Poole-Frenkel effect and Schottky injection, were utilized for examining the experimental results. The mobilities of charge carriers were deduced from the measured surface potential decay characteristics and were found to be at least two times lower for the nanocomposites. The temperature dependencies of the mobilities were compared for different materials.

  3. Impact of Tortuosity on Charge-Carrier Transport in Organic Bulk Heterojunction Blends

    Science.gov (United States)

    Heiber, Michael C.; Kister, Klaus; Baumann, Andreas; Dyakonov, Vladimir; Deibel, Carsten; Nguyen, Thuc-Quyen

    2017-11-01

    The impact of the tortuosity of the charge-transport pathways through a bulk heterojunction film on the charge-carrier mobility is theoretically investigated using model morphologies and kinetic Monte Carlo simulations. The tortuosity descriptor provides a quantitative metric to characterize the quality of the charge-transport pathways, and model morphologies with controlled domain size and tortuosity are created using an anisotropic domain growth procedure. The tortuosity is found to be dependent on the anisotropy of the domain structure and is highly tunable. Time-of-flight charge-transport simulations on morphologies with a range of tortuosity values reveal that tortuosity can significantly reduce the magnitude of the mobility and the electric-field dependence relative to a neat material. These reductions are found to be further controlled by the energetic disorder and temperature. Most significantly, the sensitivity of the electric-field dependence to the tortuosity can explain the different experimental relationships previously reported, and exploiting this sensitivity could lead to simpler methods for characterizing and optimizing charge transport in organic solar cells.

  4. Impacts of Transportation Cost on Distribution-Free Newsboy Problems

    Directory of Open Access Journals (Sweden)

    Ming-Hung Shu

    2014-01-01

    Full Text Available A distribution-free newsboy problem (DFNP has been launched for a vendor to decide a product’s stock quantity in a single-period inventory system to sustain its least maximum-expected profits when combating fierce and diverse market circumstances. Nowadays, impacts of transportation cost on determination of optimal inventory quantity have become attentive, where its influence on the DFNP has not been fully investigated. By borrowing an economic theory from transportation disciplines, in this paper the DFNP is tackled in consideration of the transportation cost formulated as a function of shipping quantity and modeled as a nonlinear regression form from UPS’s on-site shipping-rate data. An optimal solution of the order quantity is computed on the basis of Newton’s approach to ameliorating its complexity of computation. As a result of comparative studies, lower bounds of the maximal expected profit of our proposed methodologies surpass those of existing work. Finally, we extend the analysis to several practical inventory cases including fixed ordering cost, random yield, and a multiproduct condition.

  5. Charge carrier transport mechanisms in nanocrystalline indium oxide

    International Nuclear Information System (INIS)

    Forsh, E.A.; Marikutsa, A.V.; Martyshov, M.N.; Forsh, P.A.; Rumyantseva, M.N.; Gaskov, A.M.; Kashkarov, P.K.

    2014-01-01

    The charge transport properties of nanocrystalline indium oxide (In 2 O 3 ) are studied. A number of nanostructured In 2 O 3 samples with various nanocrystal sizes are prepared by sol–gel method and characterized using various techniques. The mean nanocrystals size varies from 7–8 nm to 18–20 nm depending on the conditions of their preparation. Structural characterizations of the In 2 O 3 samples are performed by means of transmission electron microscopy and X-ray diffraction. The analysis of dc and ac conductivity in a wide temperature range (T = 50–300 K) shows that at high temperatures charge carrier transport takes place over conduction band and at low temperatures a variable range hopping transport mechanism can be observed. We find out that the temperature of transition from one mechanism to another depends on nanocrystal size: the transition temperature rises when nanocrystals are bigger in size. The average hopping distance between two sites and the activation energy are calculated basing on the analysis of dc conductivity at low temperature. Using random barrier model we show a uniform hopping mechanism taking place in our samples and conclude that nanocrystalline In 2 O 3 can be regarded as a disordered system. - Highlights: • In 2 O 3 samples with various nanocrystal sizes are prepared by sol–gel method. • The mean nanocrystal size varies from 7–8 nm to 18–20 nm. • At high temperatures charge carrier transport takes place over conduction band. • At low temperatures a variable range hopping transport mechanism can be observed. • We show a uniform hopping mechanism taking place in our samples

  6. Diffusive charge transport in graphene on SiO 2

    Science.gov (United States)

    Chen, J.-H.; Jang, C.; Ishigami, M.; Xiao, S.; Cullen, W. G.; Williams, E. D.; Fuhrer, M. S.

    2009-07-01

    We review our recent work on the physical mechanisms limiting the mobility of graphene on SiO 2. We have used intentional addition of charged scattering impurities and systematic variation of the dielectric environment to differentiate the effects of charged impurities and short-range scatterers. The results show that charged impurities indeed lead to a conductivity linear in density ( σ(n)∝n) in graphene, with a scattering magnitude that agrees quantitatively with theoretical estimates; increased dielectric screening reduces the scattering from charged impurities, but increases the scattering from short-range scatterers. We evaluate the effects of the corrugations (ripples) of graphene on SiO 2 on transport by measuring the height-height correlation function. The results show that the corrugations cannot mimic long-range (charged impurity) scattering effects, and have too small an amplitude-to-wavelength ratio to significantly affect the observed mobility via short-range scattering. Temperature-dependent measurements show that longitudinal acoustic phonons in graphene produce a resistivity that is linear in temperature and independent of carrier density; at higher temperatures, polar optical phonons of the SiO 2 substrate give rise to an activated, carrier density-dependent resistivity. Together the results paint a complete picture of charge carrier transport in graphene on SiO 2 in the diffusive regime.

  7. Charge transport properties of metal/metal-phthalocyanine/n-Si structures

    Energy Technology Data Exchange (ETDEWEB)

    Hussain, Afzal

    2010-12-16

    In present work the charge transport properties of metal/metal-phthalocyanine/n-Si structures with low (N{sub D} = 4 x 10{sup 14} cm{sup -3}), medium (N{sub D}=1 x 10{sup 16} cm{sup -3}) and high (N{sub D}=2 x 10{sup 19} cm{sup -3}) doped n-Si as injecting electrode and the effect of air exposure of the vacuum evaporated metal-phthalocyanine film in these structures is investigated. The results obtained through temperature dependent electrical characterizations of the structures suggest that in terms of dominant conduction mechanism in the corresponding devices Schottky-type conduction mechanism dominates the charge transport in low-bias region of these devices up to 0.8 V, 0.302 V and 0.15 V in case of low, medium and high doped n-Silicon devices. For higher voltages, in each case of devices, the space-charge-limited conduction, controlled by exponential trap distribution, is found to dominate the charge transport properties of the devices. The interface density of states at the CuPc/n-Si interface of the devices are found to be lower in case of lower work function difference at the CuPc/n-Si interface of the devices. The results also suggest that the work function difference at the CuPc/n-Si interface of these devices causes charge transfer at the interface and these phenomena results in formation of interface dipole. The width of the Schottky depletion region at the CuPc/n-Si interface of these devices is found to be higher with higher work function difference at the interface. The investigation of charge transport properties of Al/ZnPc/medium n-Si and Au/ZnPc/ medium n-Si devices suggest that the Schottky depletion region formed at the ZnPc/n-Si interface of these devices determines the charge transport in the low-bias region of both the devices. Therefore, the Schottky-type (injection limited) and the space-charge-limited (bulk limited) conduction are observed in the low and the high bias regions of these devices, respectively. The determined width of the

  8. Insulator-semiconductor interface fixed charges in AlGaN/GaN metal-insulator-semiconductor devices with Al2O3 or AlTiO gate dielectrics

    Science.gov (United States)

    Le, Son Phuong; Nguyen, Duong Dai; Suzuki, Toshi-kazu

    2018-01-01

    We have investigated insulator-semiconductor interface fixed charges in AlGaN/GaN metal-insulator-semiconductor (MIS) devices with Al2O3 or AlTiO (an alloy of Al2O3 and TiO2) gate dielectrics obtained by atomic layer deposition on AlGaN. Analyzing insulator-thickness dependences of threshold voltages for the MIS devices, we evaluated positive interface fixed charges, whose density at the AlTiO/AlGaN interface is significantly lower than that at the Al2O3/AlGaN interface. This and a higher dielectric constant of AlTiO lead to rather shallower threshold voltages for the AlTiO gate dielectric than for Al2O3. The lower interface fixed charge density also leads to the fact that the two-dimensional electron concentration is a decreasing function of the insulator thickness for AlTiO, whereas being an increasing function for Al2O3. Moreover, we discuss the relationship between the interface fixed charges and interface states. From the conductance method, it is shown that the interface state densities are very similar at the Al2O3/AlGaN and AlTiO/AlGaN interfaces. Therefore, we consider that the lower AlTiO/AlGaN interface fixed charge density is not owing to electrons trapped at deep interface states compensating the positive fixed charges and can be attributed to a lower density of oxygen-related interface donors.

  9. Density functional theory calculations of charge transport properties ...

    Indian Academy of Sciences (India)

    ZIRAN CHEN

    2017-08-04

    Aug 4, 2017 ... properties of 'plate-like' coronene topological structures ... Keywords. Organic semiconductors; density functional theory; charge carrier mobility; ambipolar transport; ..... nology Department of Sichuan Province (Grant Number.

  10. Percolative transport in the vicinity of charge-order ferromagnetic ...

    Indian Academy of Sciences (India)

    field driven charge transport in the system is modelled on the basis of an inhomogeneous medium consisting of ... The charge-ordered phase for incommensurate distribution of man- ganese ions (i.e. ... position x = 0.35 measured in a constant voltage mode. The electric ... a drop in resistance on decreasing the temperature.

  11. Modeling charge transport properties of cyano-substituted PPV

    International Nuclear Information System (INIS)

    Correia, Helena M.G.; Ramos, Marta M.D.

    2003-01-01

    In recent years, poly (p-phenylenevinylene) (PPV) and its derivatives have attracted much interest due to their applications in light-emitting diodes (LEDs). One of the issues that determine device performance is the transport of charge carriers along the polymer strands. For that reason, we investigate the influence of cyano substitution on geometry and electronic behaviour of PPV chains using self-consistent quantum molecular dynamics simulations. Our results suggest that substitution by cyano groups induce distortion in the PPV chains and a charge rearrangement among the polymer atoms. Specifically addressed is the issue concerning estimates of charge (electron and hole) mobility by computer experiments. Significant differences have been found both in the strength of the electric field needed to move positive and negative charge carriers along the polymer chain as well as in charge mobility

  12. Understanding charge transport in molecular electronics.

    Science.gov (United States)

    Kushmerick, J J; Pollack, S K; Yang, J C; Naciri, J; Holt, D B; Ratner, M A; Shashidhar, R

    2003-12-01

    For molecular electronics to become a viable technology the factors that control charge transport across a metal-molecule-metal junction need to be elucidated. We use an experimentally simple crossed-wire tunnel junction to interrogate how factors such as metal-molecule coupling, molecular structure, and the choice of metal electrode influence the current-voltage characteristics of a molecular junction.

  13. Fixing or Transferring Environmental Problems in the Transport Sector?

    DEFF Research Database (Denmark)

    Walnum, Hans Jakob

    Transport accounts for 25 percent of global energy related greenhouse gas emissions and over half of the world’s oil consumption. The energy consumption is growing at a rate higher than any other sector. The thesis addresses some of the shortcomings with current policy strategies for reducing...... give an improved foundation for policy makers to find strategies and actions to limit such effects and their consequences....

  14. Charge transport in a CoPt3 nanocrystal microwire

    International Nuclear Information System (INIS)

    Beecher, P.; De Marzi, G.; Quinn, A.J.; Redmond, G.; Shevchenko, E.V.; Weller, H.

    2004-01-01

    The electrical characteristics of single CoPt 3 nanocrystal microwires formed by magnetic field-directed growth from colloidal solutions are presented. The wires comprise disordered assemblies of discrete nanocrystals, separated from each other by protective organic ligand shells. Electrical data indicate that the activated charge transport properties of the wires are determined by the nanocrystal charging energy, governed by the size and capacitance of the individual nanocrystals. Focused ion beam-assisted deposition of Pt metal at the wire-electrode junctions is employed to optimize the wire-electrode contacts, whilst maintaining the nanocrystal-dominated transport characteristics of these one-dimensional nanocrystal structures

  15. The Effect of Voltage Charging on the Transport Properties of Gold Nanotube Membranes.

    Science.gov (United States)

    Experton, Juliette; Martin, Charles R

    2018-05-01

    Porous membranes are used in chemical separations and in many electrochemical processes and devices. Research on the transport properties of a unique class of porous membranes that contain monodisperse gold nanotubes traversing the entire membrane thickness is reviewed here. These gold nanotubes can act as conduits for ionic and molecular transports through the membrane. Because the tubes are electronically conductive, they can be electrochemically charged by applying a voltage to the membrane. How this "voltage charging" affects the transport properties of gold nanotube membranes is the subject of this Review. Experiments showing that voltage charging can be used to reversibly switch the membrane between ideally cation- and anion-transporting states are reviewed. Voltage charging can also be used to enhance the ionic conductivity of gold nanotube membranes. Finally, voltage charging to accomplish electroporation of living bacteria as they pass through gold nanotube membranes is reviewed. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. Charge-spin Transport in Surface-disordered Three-dimensional Topological Insulators

    Science.gov (United States)

    Peng, Xingyue

    As one of the most promising candidates for the building block of the novel spintronic circuit, the topological insulator (TI) has attracted world-wide interest of study. Robust topological order protected by time-reversal symmetry (TRS) makes charge transport and spin generation in TIs significantly different from traditional three-dimensional (3D) or two-dimensional (2D) electronic systems. However, to date, charge transport and spin generation in 3D TIs are still primarily modeled as single-surface phenomena, happening independently on top and bottom surfaces. In this dissertation, I will demonstrate via both experimental findings and theoretical modeling that this "single surface'' theory neither correctly describes a realistic 3D TI-based device nor reveals the amazingly distinct physical picture of spin transport dynamics in 3D TIs. Instead, I present a new viewpoint of the spin transport dynamics where the role of the insulating yet topologically non-trivial bulk of a 3D TI becomes explicit. Within this new theory, many mysterious transport and magneto-transport anomalies can be naturally explained. The 3D TI system turns out to be more similar to its low dimensional sibling--2D TI rather than some other systems sharing the Dirac dispersion, such as graphene. This work not only provides valuable fundamental physical insights on charge-spin transport in 3D TIs, but also offers important guidance to the design of 3D TI-based spintronic devices.

  17. Electronic structure and charge transport in nonstoichiometric tantalum oxide

    Science.gov (United States)

    Perevalov, T. V.; Gritsenko, V. A.; Gismatulin, A. A.; Voronkovskii, V. A.; Gerasimova, A. K.; Aliev, V. Sh; Prosvirin, I. A.

    2018-06-01

    The atomic and electronic structure of nonstoichiometric oxygen-deficient tantalum oxide TaO x<2.5 grown by ion beam sputtering deposition was studied. The TaO x film content was analyzed by x-ray photoelectron spectroscopy and by quantum-chemistry simulation. TaO x is composed of Ta2O5, metallic tantalum clusters and tantalum suboxides. A method for evaluating the stoichiometry parameter of TaO x from the comparison of experimental and theoretical photoelectron valence band spectra is proposed. The charge transport properties of TaO x were experimentally studied and the transport mechanism was quantitatively analyzed with four theoretical dielectric conductivity models. It was found that the charge transport in almost stoichiometric and nonstoichiometric tantalum oxide can be consistently described by the phonon-assisted tunneling between traps.

  18. Simulating charge transport to understand the spectral response of Swept Charge Devices

    Science.gov (United States)

    Athiray, P. S.; Sreekumar, P.; Narendranath, S.; Gow, J. P. D.

    2015-11-01

    Context. Swept Charge Devices (SCD) are novel X-ray detectors optimized for improved spectral performance without any demand for active cooling. The Chandrayaan-1 X-ray Spectrometer (C1XS) experiment onboard the Chandrayaan-1 spacecraft used an array of SCDs to map the global surface elemental abundances on the Moon using the X-ray fluorescence (XRF) technique. The successful demonstration of SCDs in C1XS spurred an enhanced version of the spectrometer on Chandrayaan-2 using the next-generation SCD sensors. Aims: The objective of this paper is to demonstrate validation of a physical model developed to simulate X-ray photon interaction and charge transportation in a SCD. The model helps to understand and identify the origin of individual components that collectively contribute to the energy-dependent spectral response of the SCD. Furthermore, the model provides completeness to various calibration tasks, such as generating spectral matrices (RMFs - redistribution matrix files), estimating efficiency, optimizing event selection logic, and maximizing event recovery to improve photon-collection efficiency in SCDs. Methods: Charge generation and transportation in the SCD at different layers related to channel stops, field zones, and field-free zones due to photon interaction were computed using standard drift and diffusion equations. Charge collected in the buried channel due to photon interaction in different volumes of the detector was computed by assuming a Gaussian radial profile of the charge cloud. The collected charge was processed further to simulate both diagonal clocking read-out, which is a novel design exclusive for SCDs, and event selection logic to construct the energy spectrum. Results: We compare simulation results of the SCD CCD54 with measurements obtained during the ground calibration of C1XS and clearly demonstrate that our model reproduces all the major spectral features seen in calibration data. We also describe our understanding of interactions at

  19. Charge Transport in Metal-Molecule-Metal Junctions Probed by Conducting Atomic Force Microscopy

    International Nuclear Information System (INIS)

    Lee, Min Hyung; Song, Hyunwook

    2013-01-01

    We have demonstrated a proof of intrinsic charge transport properties in alkanedithiol molecular junctions using a multiprobe approach combining a variety of transport techniques. The temperature-independent I(V) behavior and the correct exponential decay of conductance with respect to molecular length shows that the dominant charge transport mechanism is off-resonant tunneling. Length-dependent TVS measurements for the saturated alkane-dithiol series indicate that we did indeed probe a molecular system with CAFM. These results can provide stringent criteria to establish a valid molecular transport junction via a probabilistic measurement technique. In this study, we report a study of charge transport in alkanedithiol SAMs formed in metal-molecule-metal junctions using CAFM in combination with a variety of molecular transport techniques including temperature-and length-variable transport measurements and transition voltage spectroscopy. The main goal of this study is to probe the intrinsic transport properties of component molecules using CAFM, but not parasitic or defect-related effects

  20. Simulation of charge generation and transport in semi-conductors under energetic-particle bombardment

    International Nuclear Information System (INIS)

    Martin, R.C.

    1990-01-01

    The passage of energetic ions through semiconductor devices generates excess charge which can produce logic upset, memory change, and device damage. This single event upset (SEU) phenomenon is increasingly important for satellite communications. Experimental and numerical simulation of SEUs is difficult because of the subnanosecond times and large charge densities within the ion track. The objective of this work is twofold: (1) the determination of the track structure and electron-hole pair generation profiles following the passage of an energetic ion; (2) the development and application of a new numerical method for transient charge transport in semiconductor devices. A secondary electron generation and transport model, based on the Monte Carlo method, is developed and coupled to an ion transport code to simulate ion track formation in silicon. A new numerical method is developed for the study of transient charge transport. The numerical method combines an axisymmetric quadratic finite-element formulation for the solution of the potential with particle simulation methods for electron and hole transport. Carrier transport, recombination, and thermal generation of both majority and minority carriers are included. To assess the method, transient one-dimensional solutions for silicon diodes are compared to a fully iterative finite-element method. Simulations of charge collection from ion tracks in three-dimensional axisymmetric devices are presented and compared to previous work. The results of this work for transient current pulses following charged ion passage are in agreement with recent experimental data

  1. Charge transport through molecular rods with reduced pi-conjugation.

    Science.gov (United States)

    Lörtscher, Emanuel; Elbing, Mark; Tschudy, Meinrad; von Hänisch, Carsten; Weber, Heiko B; Mayor, Marcel; Riel, Heike

    2008-10-24

    A series of oligophenylene rods of increasing lengths is synthesized to investigate the charge-transport mechanisms. Methyl groups are attached to the phenyl rings to weaken the electronic overlap of the pi-subsystems along the molecular backbones. Out-of-plane rotation of the phenyl rings is confirmed in the solid state by means of X-ray analysis and in solution by using UV/Vis spectroscopy. The influence of the reduced pi-conjugation on the resonant charge transport is studied at the single-molecule level by using the mechanically controllable break-junction technique. Experiments are performed under ultra-high-vacuum conditions at low temperature (50 K). A linear increase of the conductance gap with increasing number of phenyl rings (from 260 meV for one ring to 580 meV for four rings) is revealed. In addition, the absolute conductance of the first resonant peaks does not depend on the length of the molecular wire. Resonant transport through the first molecular orbital is found to be dominated by charge-carrier injection into the molecule, rather than by the intrinsic resistance of the molecular wire length.

  2. Study of the charge transport characteristics of dendrimer molecular thin films

    Energy Technology Data Exchange (ETDEWEB)

    Li, J.C., E-mail: jcli@mail.neu.edu.cn; Han, N.; Wang, S.S.; Ba, D.C.

    2011-05-31

    In this work, we systematically studied the electrical characteristics of two types of dendritic arylamine thin film devices. We observed that, for devices with different interfacial structures, their charge injection barriers and transport properties are obviously different. The smallest charge injection barrier is observed in dendrimer devices without charge-transfer interfacial layers. The Richardson-Schottky thermionic emission model can be well used to fit the experimental current-voltage characteristics at a lower voltage region. The charge injection barrier increases about 0.4 eV and 0.5 eV when a 1-decanethiol self-assembly layer and -CN terminated dendrimer thin films are inserted as the interfacial layer, respectively. It is shown that the molecule/electrode charge-transfer interfaces can largely affect the device charge injection/transport process and consequently change the device performance. In this case, the space charge limited conduction theory is more applicable to simulate the device conduction mechanism. Owing to its ultra-thin thickness, the self-assembly monolayer technique is proved to be an efficient approach in engineering the interfacial electronic structures of dendrimer thin film devices.

  3. Study of the charge transport characteristics of dendrimer molecular thin films

    International Nuclear Information System (INIS)

    Li, J.C.; Han, N.; Wang, S.S.; Ba, D.C.

    2011-01-01

    In this work, we systematically studied the electrical characteristics of two types of dendritic arylamine thin film devices. We observed that, for devices with different interfacial structures, their charge injection barriers and transport properties are obviously different. The smallest charge injection barrier is observed in dendrimer devices without charge-transfer interfacial layers. The Richardson-Schottky thermionic emission model can be well used to fit the experimental current-voltage characteristics at a lower voltage region. The charge injection barrier increases about 0.4 eV and 0.5 eV when a 1-decanethiol self-assembly layer and -CN terminated dendrimer thin films are inserted as the interfacial layer, respectively. It is shown that the molecule/electrode charge-transfer interfaces can largely affect the device charge injection/transport process and consequently change the device performance. In this case, the space charge limited conduction theory is more applicable to simulate the device conduction mechanism. Owing to its ultra-thin thickness, the self-assembly monolayer technique is proved to be an efficient approach in engineering the interfacial electronic structures of dendrimer thin film devices.

  4. Charge transport model in nanodielectric composites based on quantum tunneling mechanism and dual-level traps

    Energy Technology Data Exchange (ETDEWEB)

    Li, Guochang; Chen, George, E-mail: gc@ecs.soton.ac.uk, E-mail: sli@mail.xjtu.edu.cn [State Key Laboratory of Electrical Insulation and Power Equipment, Xi' an Jiaotong University, Xi' an 710049 (China); School of Electronic and Computer Science, University of Southampton, Southampton SO17 1BJ (United Kingdom); Li, Shengtao, E-mail: gc@ecs.soton.ac.uk, E-mail: sli@mail.xjtu.edu.cn [State Key Laboratory of Electrical Insulation and Power Equipment, Xi' an Jiaotong University, Xi' an 710049 (China)

    2016-08-08

    Charge transport properties in nanodielectrics present different tendencies for different loading concentrations. The exact mechanisms that are responsible for charge transport in nanodielectrics are not detailed, especially for high loading concentration. A charge transport model in nanodielectrics has been proposed based on quantum tunneling mechanism and dual-level traps. In the model, the thermally assisted hopping (TAH) process for the shallow traps and the tunnelling process for the deep traps are considered. For different loading concentrations, the dominant charge transport mechanisms are different. The quantum tunneling mechanism plays a major role in determining the charge conduction in nanodielectrics with high loading concentrations. While for low loading concentrations, the thermal hopping mechanism will dominate the charge conduction process. The model can explain the observed conductivity property in nanodielectrics with different loading concentrations.

  5. Transportation charges in the gas industry

    International Nuclear Information System (INIS)

    Price, C.

    1994-01-01

    British Gas was privatized in 1986, a monopoly with no direct competition and only very light regulation of the tariff market. The regulator had an obligation to enable competition to develop in the unregulated, large-quantity, contract market. Competitors required access to the BG-owned transportation network. The government has recently rejected the recommendation of divestiture of the supply business, but has accelerated the advent of competition to the domestic market. This paper considers the role of BG's transport charges in these developments, using its past behaviour as a guide, and identifying the issues for future regulation and development of the gas market. (Author)

  6. Charge injection and transport in quantum confined and disordered systems

    NARCIS (Netherlands)

    Houtepen, A.J.

    2007-01-01

    Quantum dots and conducting polymers are modern semiconductors with a high potential for applications such as lasers, LEDs, displays, solar cells etc. These applications require the controlled addition of charge carriers into the material and knowledge of the details of charge transport. This thesis

  7. Intrinsic Charge Transport in Organic Field-Effect Transistors

    Science.gov (United States)

    Podzorov, Vitaly

    2005-03-01

    Organic field-effect transistors (OFETs) are essential components of modern electronics. Despite the rapid progress of organic electronics, understanding of fundamental aspects of the charge transport in organic devices is still lacking. Recently, the OFETs based on highly ordered organic crystals have been fabricated with innovative techniques that preserve the high quality of single-crystal organic surfaces. This technological progress facilitated the study of transport mechanisms in organic semiconductors [1-4]. It has been demonstrated that the intrinsic polaronic transport, not dominated by disorder, with a remarkably high mobility of ``holes'' μ = 20 cm^2/Vs can be achieved in these devices at room temperature [4]. The signatures of the intrinsic polaronic transport are the anisotropy of the carrier mobility and an increase of μ with cooling. These and other aspects of the charge transport in organic single-crystal FETs will be discussed. Co-authors are Etienne Menard, University of Illinois at Urbana Champaign; Valery Kiryukhin, Rutgers University; John Rogers, University of Illinois at Urbana Champaign; Michael Gershenson, Rutgers University. [1] V. Podzorov et al., Appl. Phys. Lett. 82, 1739 (2003); ibid. 83, 3504 (2003). [2] V. C. Sundar et al., Science 303, 1644 (2004). [3] R. W. I. de Boer et al., Phys. Stat. Sol. (a) 201, 1302 (2004). [4] V. Podzorov et al., Phys. Rev. Lett. 93, 086602 (2004).

  8. Role of Molecular Weight Distribution on Charge Transport in Semiconducting Polymers

    KAUST Repository

    Himmelberger, Scott

    2014-10-28

    © 2014 American Chemical Society. Model semiconducting polymer blends of well-controlled molecular weight distributions are fabricated and demonstrated to be a simple method to control intermolecular disorder without affecting intramolecular order or degree of aggregation. Mobility measurements exhibit that even small amounts of low molecular weight material are detrimental to charge transport. Trends in charge carrier mobility can be reproduced by a simple analytical model which indicates that carriers have no preference for high or low molecular weight chains and that charge transport is limited by interchain hopping. These results quantify the role of long polymer tie-chains and demonstrate the need for controlled polydispersity for achieving high carrier mobilities.

  9. Bulk-Like Electrical Properties Induced by Contact-Limited Charge Transport in Organic Diodes: Revised Space Charge Limited Current

    KAUST Repository

    Xu, Guangwei; Gao, Nan; Lu, Congyan; Wang, Wei; Ji, Zhuoyu; Bi, Chong; Han, Zhiheng; Lu, Nianduan; Yang, Guanhua; Li, Yuan; Liu, Qi; Li, Ling; Liu, Ming

    2018-01-01

    , the charge transport properties of organic diodes are usually characterized by probing the current–voltage (I–V) curves of the devices. However, to unveil the landscape of the underlying potential/charge distribution, which essentially determines the I

  10. Electric generation and ratcheted transport of contact-charged drops

    Science.gov (United States)

    Cartier, Charles A.; Graybill, Jason R.; Bishop, Kyle J. M.

    2017-10-01

    We describe a simple microfluidic system that enables the steady generation and efficient transport of aqueous drops using only a constant voltage input. Drop generation is achieved through an electrohydrodynamic dripping mechanism by which conductive drops grow and detach from a grounded nozzle in response to an electric field. The now-charged drops are transported down a ratcheted channel by contact charge electrophoresis powered by the same voltage input used for drop generation. We investigate how the drop size, generation frequency, and transport velocity depend on system parameters such as the liquid viscosity, interfacial tension, applied voltage, and channel dimensions. The observed trends are well explained by a series of scaling analyses that provide insight into the dominant physical mechanisms underlying drop generation and ratcheted transport. We identify the conditions necessary for achieving reliable operation and discuss the various modes of failure that can arise when these conditions are violated. Our results demonstrate that simple electric inputs can power increasingly complex droplet operations with potential opportunities for inexpensive and portable microfluidic systems.

  11. Ion Transport through Diffusion Layer Controlled by Charge Mosaic Membrane

    Directory of Open Access Journals (Sweden)

    Akira Yamauchi

    2012-01-01

    Full Text Available The kinetic transport behaviors in near interface of the membranes were studied using commercial anion and cation exchange membrane and charge mosaic membrane. Current-voltage curve gave the limiting current density that indicates the ceiling of conventional flux. From chronopotentiometry above the limiting current density, the transition time was estimated. The thickness of boundary layer was derived with conjunction with the conventional limiting current density and the transition time from steady state flux. On the other hand, the charge mosaic membrane was introduced in order to examine the ion transport on the membrane surface in detail. The concentration profile was discussed by the kinetic transport number with regard to the water dissociation (splitting on the membrane surface.

  12. Design and management of networks with fixed transportation costs

    OpenAIRE

    Lange, Jean-Charles

    2010-01-01

    Reusable packages are logistic items used for the shipments of goods from a producer to its customers and which, once the goods have been consumed by the customers, are to be returned to the producer. This doctoral thesis addresses the strategic design and the operational management of large independent reverse networks for their return flows when fixed transportation costs apply. At the strategic level, we identify the economic logic by which the allocation of the customers should be made...

  13. An Algorithm for the Mixed Transportation Network Design Problem.

    Science.gov (United States)

    Liu, Xinyu; Chen, Qun

    2016-01-01

    This paper proposes an optimization algorithm, the dimension-down iterative algorithm (DDIA), for solving a mixed transportation network design problem (MNDP), which is generally expressed as a mathematical programming with equilibrium constraint (MPEC). The upper level of the MNDP aims to optimize the network performance via both the expansion of the existing links and the addition of new candidate links, whereas the lower level is a traditional Wardrop user equilibrium (UE) problem. The idea of the proposed solution algorithm (DDIA) is to reduce the dimensions of the problem. A group of variables (discrete/continuous) is fixed to optimize another group of variables (continuous/discrete) alternately; then, the problem is transformed into solving a series of CNDPs (continuous network design problems) and DNDPs (discrete network design problems) repeatedly until the problem converges to the optimal solution. The advantage of the proposed algorithm is that its solution process is very simple and easy to apply. Numerical examples show that for the MNDP without budget constraint, the optimal solution can be found within a few iterations with DDIA. For the MNDP with budget constraint, however, the result depends on the selection of initial values, which leads to different optimal solutions (i.e., different local optimal solutions). Some thoughts are given on how to derive meaningful initial values, such as by considering the budgets of new and reconstruction projects separately.

  14. An Algorithm for the Mixed Transportation Network Design Problem.

    Directory of Open Access Journals (Sweden)

    Xinyu Liu

    Full Text Available This paper proposes an optimization algorithm, the dimension-down iterative algorithm (DDIA, for solving a mixed transportation network design problem (MNDP, which is generally expressed as a mathematical programming with equilibrium constraint (MPEC. The upper level of the MNDP aims to optimize the network performance via both the expansion of the existing links and the addition of new candidate links, whereas the lower level is a traditional Wardrop user equilibrium (UE problem. The idea of the proposed solution algorithm (DDIA is to reduce the dimensions of the problem. A group of variables (discrete/continuous is fixed to optimize another group of variables (continuous/discrete alternately; then, the problem is transformed into solving a series of CNDPs (continuous network design problems and DNDPs (discrete network design problems repeatedly until the problem converges to the optimal solution. The advantage of the proposed algorithm is that its solution process is very simple and easy to apply. Numerical examples show that for the MNDP without budget constraint, the optimal solution can be found within a few iterations with DDIA. For the MNDP with budget constraint, however, the result depends on the selection of initial values, which leads to different optimal solutions (i.e., different local optimal solutions. Some thoughts are given on how to derive meaningful initial values, such as by considering the budgets of new and reconstruction projects separately.

  15. An alternative approach to charge transport in semiconducting electrodes

    Science.gov (United States)

    Thomchick, J.; Buoncristiani, A. M.

    1980-01-01

    The excess-carrier charge transport through the space-charge region of a semiconducting electrode is analyzed by a technique known as the flux method. In this approach reflection and transmission coefficients appropriate for a sheet of uniform semiconducting material describe its transport properties. A review is presented of the flux method showing that the results for a semiconductor electrode reduce in a limiting case to those previously found by Gaertner if the depletion layer is treated as a perfectly transmitting medium in which scattering and recombination are ignored. Then, in the framework of the flux method the depletion layer is considered more realistically by explicitly taking into account scattering and recombination processes which occur in this region.

  16. A n-vector model for charge transport in molecular semiconductors.

    Science.gov (United States)

    Jackson, Nicholas E; Kohlstedt, Kevin L; Chen, Lin X; Ratner, Mark A

    2016-11-28

    We develop a lattice model utilizing coarse-grained molecular sites to study charge transport in molecular semiconducting materials. The model bridges atomistic descriptions and structureless lattice models by mapping molecular structure onto sets of spatial vectors isomorphic with spin vectors in a classical n-vector Heisenberg model. Specifically, this model incorporates molecular topology-dependent orientational and intermolecular coupling preferences, including the direct inclusion of spatially correlated transfer integrals and site energy disorder. This model contains the essential physics required to explicitly simulate the interplay of molecular topology and correlated structural disorder, and their effect on charge transport. As a demonstration of its utility, we apply this model to analyze the effects of long-range orientational correlations, molecular topology, and intermolecular interaction strength on charge motion in bulk molecular semiconductors.

  17. Charge transport and recombination dynamics in organic bulk heterojunction solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Baumann, Andreas

    2011-08-02

    The charge transport in disordered organic bulk heterojunction (BHJ) solar cells is a crucial process affecting the power conversion efficiency (PCE) of the solar cell. With the need of synthesizing new materials for improving the power conversion efficiency of those cells it is important to study not only the photophysical but also the electrical properties of the new material classes. Thereby, the experimental techniques need to be applicable to operating solar cells. In this work, the conventional methods of transient photoconductivity (also known as ''Time-of-Flight'' (TOF)), as well as the transient charge extraction technique of ''Charge Carrier Extraction by Linearly Increasing Voltage'' (CELIV) are performed on different organic blend compositions. Especially with the latter it is feasible to study the dynamics - i.e. charge transport and charge carrier recombination - in bulk heterojunction (BHJ) solar cells with active layer thicknesses of 100-200 nm. For a well performing organic BHJ solar cells the morphology is the most crucial parameter finding a trade-off between an efficient photogeneration of charge carriers and the transport of the latter to the electrodes. Besides the morphology, the nature of energetic disorder of the active material blend and its influence on the dynamics are discussed extensively in this work. Thereby, the material system of poly(3-hexylthiophene-2,5-diyl) (P3HT) and [6,6]-phenyl-C{sub 61}butyric acid methyl ester (PC{sub 61}BM) serves mainly as a reference material system. New promising donor or acceptor materials and their potential for application in organic photovoltaics are studied in view of charge dynamics and compared with the reference system. With the need for commercialization of organic solar cells the question of the impact of environmental conditions on the PCE of the solar cells raises. In this work, organic BHJ solar cells exposed to synthetic air for finite duration are

  18. 17 CFR 229.503 - (Item 503) Prospectus summary, risk factors, and ratio of earnings to fixed charges.

    Science.gov (United States)

    2010-04-01

    ... ratio of earnings to fixed charges. The registrant must furnish this information in plain English. See... you do not caption it as a summary, you still must provide that information in plain English... discussion of the most significant factors that make the offering speculative or risky. This discussion must...

  19. Generalization of Spectral Green's Function nodal method for slab-geometry fixed-source adjoint transport problems in SN formulation

    International Nuclear Information System (INIS)

    Curbelo, Jesus P.; Silva, Odair P. da; Barros, Ricardo C.

    2017-01-01

    Presented here is the application of the adjoint technique for solving source{detector discrete ordinates (S N ) transport problems by using a spectral nodal method. For slab-geometry adjoint S-N model, the adjoint spectral Green's function method (SGF † ) is extended to multigroup problems considering arbitrary L'th-order of scattering anisotropy, and the possibility of non{zero prescribed boundary conditions for the forward S N transport problems. The SGF † method converges numerical solutions that are completely free from spatial truncation errors. In order to generate numerical solutions of the SGF † equations, we use the partial adjoint one{node block inversion (NBI) iterative scheme. Partial adjoint NBI scheme uses the most recent estimates for the node-edge adjoint angular Fluxes in the outgoing directions of a given discretization node, to solve the resulting adjoint SN problem in that node for all the adjoint angular fluxes in the incoming directions, which constitute the outgoing adjoint angular fluxes for the adjacent node in the sweeping directions. Numerical results are given to illustrate the present spectral nodal method features and some advantages of using the adjoint technique in source-detector problems. author)

  20. Modulation and Control of Charge Transport Through Single-Molecule Junctions.

    Science.gov (United States)

    Wang, Kun; Xu, Bingqian

    2017-02-01

    The ability to modulate and control charge transport though single-molecule junction devices is crucial to achieving the ultimate goal of molecular electronics: constructing real-world-applicable electronic components from single molecules. This review aims to highlight the progress made in single-molecule electronics, emphasizing the development of molecular junction electronics in recent years. Among many techniques that attempt to wire a molecule to metallic electrodes, the single-molecule break junction (SMBJ) technique is one of the most reliable and tunable experimental platforms for achieving metal-molecule-metal configurations. It also provides great freedom to tune charge transport through the junction. Soon after the SMBJ technique was introduced, it was extensively used to measure the conductances of individual molecules; however, different conductances were obtained for the same molecule, and it proved difficult to interpret this wide distribution of experimental data. This phenomenon was later found to be mainly due to a lack of precise experimental control and advanced data analysis methods. In recent years, researchers have directed considerable effort into advancing the SMBJ technique by gaining a deeper physical understanding of charge transport through single molecules and thus enhancing its potential applicability in functional molecular-scale electronic devices, such as molecular diodes and molecular transistors. In parallel with that research, novel data analysis methods and approaches that enable the discovery of hidden yet important features in the data are being developed. This review discusses various aspects of molecular junction electronics, from the initial goal of molecular electronics, the development of experimental techniques for creating single-molecule junctions and determining single-molecule conductance, to the characterization of functional current-voltage features and the investigation of physical properties other than charge

  1. A general relationship between disorder, aggregation and charge transport in conjugated polymers

    KAUST Repository

    Noriega, Rodrigo; Rivnay, Jonathan; Vandewal, Koen; Koch, Felix P. V.; Stingelin, Natalie; Smith, Paul; Toney, Michael F.; Salleo, Alberto

    2013-01-01

    Conjugated polymer chains have many degrees of conformational freedom and interact weakly with each other, resulting in complex microstructures in the solid state. Understanding charge transport in such systems, which have amorphous and ordered phases exhibiting varying degrees of order, has proved difficult owing to the contribution of electronic processes at various length scales. The growing technological appeal of these semiconductors makes such fundamental knowledge extremely important for materials and process design. We propose a unified model of how charge carriers travel in conjugated polymer films. We show that in high-molecular-weight semiconducting polymers the limiting charge transport step is trapping caused by lattice disorder, and that short-range intermolecular aggregation is sufficient for efficient long-range charge transport. This generalization explains the seemingly contradicting high performance of recently reported, poorly ordered polymers and suggests molecular design strategies to further improve the performance of future generations of organic electronic materials. © 2013 Macmillan Publishers Limited. All rights reserved.

  2. A general relationship between disorder, aggregation and charge transport in conjugated polymers

    KAUST Repository

    Noriega, Rodrigo

    2013-08-04

    Conjugated polymer chains have many degrees of conformational freedom and interact weakly with each other, resulting in complex microstructures in the solid state. Understanding charge transport in such systems, which have amorphous and ordered phases exhibiting varying degrees of order, has proved difficult owing to the contribution of electronic processes at various length scales. The growing technological appeal of these semiconductors makes such fundamental knowledge extremely important for materials and process design. We propose a unified model of how charge carriers travel in conjugated polymer films. We show that in high-molecular-weight semiconducting polymers the limiting charge transport step is trapping caused by lattice disorder, and that short-range intermolecular aggregation is sufficient for efficient long-range charge transport. This generalization explains the seemingly contradicting high performance of recently reported, poorly ordered polymers and suggests molecular design strategies to further improve the performance of future generations of organic electronic materials. © 2013 Macmillan Publishers Limited. All rights reserved.

  3. Field effect of fixed negative charges on oxidized silicon induced by AlF3 layers with fluorine deficiency

    International Nuclear Information System (INIS)

    Koenig, D.; Zahn, D.R.T.; Ebest, G.

    2004-01-01

    We recently discovered that in an AlF 3 /SiO 2 /Si structure extrinsic electrons are trapped at fluorine (F) vacancies in AlF 3 at the interface with SiO 2 , generating a high sheet density of fixed negative charges. p- and n-Type Si substrates were oxidized using rapid thermal oxidation (RTO) or furnace oxidation (th); some samples were passivated in hydrogen (H 2 ). AlF 3 was deposited onto oxidized Si wafers by a modified PVD process, leading to a F deficiency (AlF x ). Samples were characterized by mercury probe (Hg) CV and microwave photo conduction decay (μW-PCD), determining charge and trap densities and effective carrier lifetime τ eff , respectively. An effective charge density of up to |Q eff = -6.9 x 10 12 cm -2 is reached due to electrons tunneling from Si into AlF 3 , occupying F vacancies. Lifetime scans of p-type float zone (FZ) Si samples with 1.5 nm RTO and 20 nm AlF 3 show an increase in effective minority carrier lifetime by a factor of 8.4 compared to samples with 1.5 nm RTO only. The fixed negative charge density increases with exposure time to sunlight or at simulated ageing by a 24 h anneal at 200 deg. C in air

  4. Intelligent transportation systems problems and perspectives

    CERN Document Server

    Pamuła, Wiesław

    2016-01-01

    This book presents a discussion of problems encountered in the deployment of Intelligent Transport Systems (ITS). It puts emphasis on the early tasks of designing and proofing the concept of integration of technologies in Intelligent Transport Systems. In its first part the book concentrates on the design problems of urban ITS. The second part of the book features case studies representative for the different modes of transport. These are freight transport, rail transport and aerospace transport encompassing also space stations. The book provides ideas for deployment which may be developed by scientists and engineers engaged in the design of Intelligent Transport Systems. It can also be used in the training of specialists, students and post-graduate students in universities and transport high schools.    .

  5. Collection of problems in transport theory

    International Nuclear Information System (INIS)

    Kaper, H.G.

    1975-01-01

    Problems presented are: (1) definition of transport operators; (2) relation between the integro-differential and integral form of the transport equation; (3) asymptotic behavior of the scalar density near curved boundaries and interfaces; (4) singularities at a corner; (5) regularity of the solution of the transport equation; (7) transport equations on a manifold; (8) numerical analysis; (9) cubature; (10) point spectrum of the transport operator; (11) convergence of the multigroup approximation; (12) convergence of discrete ordinates approximations; (13) the finite double-norm property; (14) convergence of discrete ordinates approximation. The presentation of the problems is intended to direct attention to gaps in the existing knowledge of transport theory and to stimulate research into new areas of transport theory

  6. Electrolyte transport in neutral polymer gels embedded with charged inclusions

    Science.gov (United States)

    Hill, Reghan

    2005-11-01

    Ion permeable membranes are the basis of a variety of molecular separation technologies, including ion exchange, gel electrophoresis and dialysis. This work presents a theoretical model of electrolyte transport in membranes comprised of a continuous polymer gel embedded with charged spherical inclusions, e.g., biological cells and synthetic colloids. The microstructure mimics immobilized cell cultures, where electric fields have been used to promote nutrient transport. Because several important characteristics can, in principle, be carefully controlled, the theory provides a quantitative framework to help tailor the bulk properties for enhanced molecular transport, microfluidic pumping, and physicochemical sensing applications. This talk focuses on the electroosmotic flow driven by weak electric fields and electrolyte concentration gradients. Also of importance is the influence of charge on the effective ion diffusion coefficients, bulk electrical conductivity, and membrane diffusion potential.

  7. Multiphasic modeling of charged solute transport across articular cartilage: Application of multi-zone finite-bath model.

    Science.gov (United States)

    Arbabi, Vahid; Pouran, Behdad; Weinans, Harrie; Zadpoor, Amir A

    2016-06-14

    Charged and uncharged solutes penetrate through cartilage to maintain the metabolic function of chondrocytes and to possibly restore or further breakdown the cartilage tissue in different stages of osteoarthritis. In this study the transport of charged solutes across the various zones of cartilage was quantified, taken into account the physicochemical interactions between the solute and the cartilage constituents. A multiphasic finite-bath finite element (FE) model was developed to simulate equine cartilage diffusion experiments that used a negatively charged contrast agent (ioxaglate) in combination with serial micro-computed tomography (micro-CT) to measure the diffusion. By comparing the FE model with the experimental data both the diffusion coefficient of ioxaglate and the fixed charge density (FCD) were obtained. In the multiphasic model, cartilage was divided into multiple (three) zones to help understand how diffusion coefficient and FCD vary across cartilage thickness. The direct effects of charged solute-FCD interaction on diffusion were investigated by comparing the diffusion coefficients derived from the multiphasic and biphasic-solute models. We found a relationship between the FCD obtained by the multiphasic model and ioxaglate partitioning obtained from micro-CT experiments. Using our multi-zone multiphasic model, diffusion coefficient of the superficial zone was up to ten-fold higher than that of the middle zone, while the FCD of the middle zone was up to almost two-fold higher than that of the superficial zone. In conclusion, the developed finite-bath multiphasic model provides us with a non-destructive method by which we could obtain both diffusion coefficient and FCD of different cartilage zones. The outcomes of the current work will also help understand how charge of the bath affects the diffusion of a charged molecule and also predict the diffusion behavior of a charged solute across articular cartilage. Copyright © 2016 Elsevier Ltd. All

  8. Frequency dependent magneto-transport in charge transfer Co(II) complex

    Energy Technology Data Exchange (ETDEWEB)

    Shaw, Bikash Kumar; Saha, Shyamal K., E-mail: cnssks@iacs.res.in

    2014-09-01

    A charge transfer chelated system containing ferromagnetic metal centers is the ideal system to investigate the magneto-transport and magneto-dielectric effects due to the presence of both electronic as well as magnetic properties and their coupling. Magneto-transport properties in materials are usually studied through dc charge transport under magnetic field. As frequency dependent conductivity is an essential tool to understand the nature of carrier wave, its spatial extension and their mutual interaction, in the present work, we have investigated frequency dependent magneto-transport along with magnetization behavior in [Co{sub 2}(II)-(5-(4-PhMe)-1,3,4-oxadiazole-H{sup +}-2-thiolate){sub 5}](OAc){sub 4} metal complex to elucidate the nature of above quantities and their response under magnetic field in the transport property. We have used the existing model for ac conduction incorporating the field dependence to explain the frequency dependent magneto-transport. It is seen that the frequency dependent magneto-transport could be well explained using the existing model for ac conduction. -Highlights: • Chelated Co(II) complex is synthesized for magneto-transport applications. • Frequency dependent magneto-transport and magnetization behavior are studied. • Nature of carrier wave, its spatial extension is investigated under magnetic field. • Existing model for ac conduction is used with magnetic field dependence.

  9. Temperature-dependent charge transport mechanisms in carbon sphere/polyaniline composite

    Science.gov (United States)

    Nieves, Cesar A.; Martinez, Luis M.; Meléndez, Anamaris; Ortiz, Margarita; Ramos, Idalia; Pinto, Nicholas J.; Zimbovskaya, Natalya

    2017-12-01

    Charge transport in the temperature range 80 K electrons between polymeric chains in PANi-filled gaps between CS is the predominant transport mechanism through CS/PANi composites. The high conductivity of the CS/PANi composite makes the material attractive for the fabrication of devices and sensors.

  10. Charge transport in disordered organic field-effect transistors

    NARCIS (Netherlands)

    Tanase, Cristina; Blom, Paul W.M.; Meijer, Eduard J.; Leeuw, Dago M. de; Jabbour, GE; Carter, SA; Kido, J; Lee, ST; Sariciftci, NS

    2002-01-01

    The transport properties of poly(2,5-thienylene vinylene) (PTV) field-effect transistors (FET) have been investigated as a function of temperature under controlled atmosphere. In a disordered semiconductor as PTV the charge carrier mobility, dominated by hopping between localized states, is

  11. Evaluation and comparison of SN and Monte-Carlo charged particle transport calculations

    International Nuclear Information System (INIS)

    Hadad, K.

    2000-01-01

    A study was done to evaluate a 3-D S N charged particle transport code called SMARTEPANTS 1 and another 3-D Monte Carlo code called Integrated Tiger Series, ITS 2 . The evaluation study of SMARTEPANTS code was based on angular discretization and reflected boundary sensitivity whilst the evaluation of ITS was based on CPU time and variance reduction. The comparison of the two code was based on energy and charge deposition calculation in block of Gallium Arsenide with embedded gold cylinders. The result of evaluation tests shows that an S 8 calculation maintains both accuracy and speed and calculations with reflected boundaries geometry produces full symmetrical results. As expected for ITS evaluation, the CPU time and variance reduction are opposite to a point beyond which the history augmentation while increasing the CPU time do not result in variance reduction. The comparison test problem showed excellent agreement in total energy deposition calculations

  12. Fixed Orientation Interconnection Problems: Theory, Algorithms and Applications

    DEFF Research Database (Denmark)

    Zachariasen, Martin

    Interconnection problems have natural applications in the design of integrated circuits (or chips). A modern chip consists of billions of transistors that are connected by metal wires on the surface of the chip. These metal wires are routed on a (fairly small) number of layers in such a way...... that electrically independent nets do not intersect each other. Traditional manufacturing technology limits the orientations of the wires to be either horizontal or vertical — and is known as Manhattan architecture. Over the last decade there has been a growing interest in general architectures, where more than two...... a significant step forward, both concerning theory and algorithms, for the fixed orientation Steiner tree problem. In addition, the work maintains a close link to applications and generalizations motivated by chip design....

  13. Optimal charging scheduling for large-scale EV (electric vehicle) deployment based on the interaction of the smart-grid and intelligent-transport systems

    International Nuclear Information System (INIS)

    Luo, Yugong; Zhu, Tao; Wan, Shuang; Zhang, Shuwei; Li, Keqiang

    2016-01-01

    The widespread use of electric vehicles (EVs) is becoming an imminent trend. Research has been done on the scheduling of EVs from the perspective of the charging characteristic, improvement in the safety and economy of the power grid, or the traffic jams in the transport system caused by a large number of EVs driven to charging stations. There is a lack of systematic studies considering EVs, the power grid, and the transport system all together. In this paper, a novel optimal charging scheduling strategy for different types of EVs is proposed based on not only transport system information, such as road length, vehicle velocity and waiting time, but also grid system information, such as load deviation and node voltage. In addition, a charging scheduling simulation platform suitable for large-scale EV deployment is developed based on actual charging scenarios. The simulation results show that the improvements in both the transport system efficiency and the grid system operation can be obtained by using the optimal strategy, such as the node voltage drop is decreased, the power loss is reduced, and the load curve is optimized. - Highlights: • A novel optimal charging scheduling strategy is proposed for different electric vehicles (EVs). • A simulation platform suitable for large-scale EV deployment is established. • The traffic congestion near the charging and battery-switch stations is relieved. • The safety and economy problems of the distribution network are solved. • The peak-to-valley load of the distribution system is reduced.

  14. Wall shear stress fixed points in blood flow

    Science.gov (United States)

    Arzani, Amirhossein; Shadden, Shawn

    2017-11-01

    Patient-specific computational fluid dynamics produces large datasets, and wall shear stress (WSS) is one of the most important parameters due to its close connection with the biological processes at the wall. While some studies have investigated WSS vectorial features, the WSS fixed points have not received much attention. In this talk, we will discuss the importance of WSS fixed points from three viewpoints. First, we will review how WSS fixed points relate to the flow physics away from the wall. Second, we will discuss how certain types of WSS fixed points lead to high biochemical surface concentration in cardiovascular mass transport problems. Finally, we will introduce a new measure to track the exposure of endothelial cells to WSS fixed points.

  15. Generalizing the classical fixed-centres problem in a non-Hamiltonian way

    International Nuclear Information System (INIS)

    Albouy, A; Stuchi, T J

    2004-01-01

    The problem of two gravitational (or Coulombian) fixed centres is a classical integrable problem, stated and integrated by Euler in 1760. The integrability is due to the unexpected first integral G. We introduce some straightforward generalizations of the problem that still have the generalization of G as a first integral, but do not possess the energy integral. We present some numerical integrations showing the main features of their dynamics. In the domain of bounded orbits the behaviour of these a priori non-Hamiltonian systems is very similar to the behaviour of usual near-integrable systems

  16. An improved charge transport system for the pelletron accelerator in Lund

    International Nuclear Information System (INIS)

    Hellborg, R.; Hakansson, K.

    1988-01-01

    Several improvements have been implemented in the chain charge transport system of a pelletron. The main new components are a modified support at ground for the chain accessories, a new power supply for the chain motor, including the possibility of variable chain speed, and pickup rings to monitor the relative amount of charge on individual cylinders of the chain. These modifications, together with the installation of a second chain, have resulted in improved operational reliability, a much smoother startup of the chain, and a doubled maximum chain current. The latter will simplify running the accelerator with heavy ions at maximum terminal voltage. The pickup rings have been found to be useful in diagnosing malfunctions in the charge transport system. (orig.)

  17. Battery-powered transport systems. Possible methods of automatically charging drive batteries

    Energy Technology Data Exchange (ETDEWEB)

    1981-03-01

    In modern driverless transport systems, not only easy maintenance of the drive battery is important but also automatic charging during times of standstill. Some systems are presented; one system is pointed out in particular in which 100 batteries can be charged at the same time.

  18. Simulating charge transport in flexible systems

    Directory of Open Access Journals (Sweden)

    Timothy Clark

    2015-12-01

    Full Text Available Systems in which movements occur on two significantly different time domains, such as organic electronic components with flexible molecules, require different simulation techniques for the two time scales. In the case of molecular electronics, charge transport is complicated by the several different mechanisms (and theoretical models that apply in different cases. We cannot yet combine time scales of molecular and electronic movement in simulations of real systems. This review describes our progress towards this goal.

  19. Change in carrier type in high-k gate carbon nanotube field-effect transistors by interface fixed charges

    International Nuclear Information System (INIS)

    Moriyama, N; Ohno, Y; Kitamura, T; Kishimoto, S; Mizutani, T

    2010-01-01

    We study the phenomenon of change in carrier type in carbon nanotube field-effect transistors (CNFETs) caused by the atomic layer deposition (ALD) of a HfO 2 gate insulator. When a HfO 2 layer is deposited on a CNFET, the type of carrier changes from p-type to n-type. The so-obtained n-type device has good performance and stability in air. The conductivity of such a device with a channel length of 0.7 μm is 11% of the quantum conductance 4e 2 /h. The contact resistance for electron current is estimated to be 14 kΩ. The n-type conduction of this CNFET is maintained for more than 100 days. The change in carrier type is attributed to positive fixed charges introduced at the interface between the HfO 2 and SiO 2 layers. We also propose a novel technique to control the type of conduction by utilizing interface fixed charges; this technique is compatible with Si CMOS process technology.

  20. Ambipolar charge transport in organic field-effect transistors

    NARCIS (Netherlands)

    Smits, E.C.P.; Anthopoulos, T.D.; Setayesh, S.; Veenendaal, van E.; Coehoorn, R.; Blom, P.W.M.; Boer, de B.; Leeuw, de D.M.

    2006-01-01

    A model describing charge transport in disordered ambipolar organic field-effect transistors is presented. The basis of this model is the variable-range hopping in an exponential density of states developed for disordered unipolar organic transistors. We show that the model can be used to calculate

  1. Charge transport properties of a twisted DNA molecule: A renormalization approach

    Energy Technology Data Exchange (ETDEWEB)

    Almeida, M.L. de; Ourique, G.S.; Fulco, U.L. [Departamento de Biofísica e Farmacologia, Universidade Federal do Rio Grande do Norte, 59072-970 Natal-RN (Brazil); Albuquerque, E.L., E-mail: eudenilson@gmail.com [Departamento de Biofísica e Farmacologia, Universidade Federal do Rio Grande do Norte, 59072-970 Natal-RN (Brazil); Moura, F.A.B.F. de; Lyra, M.L. [Instituto de Física, Universidade Federal de Alagoas, 57072-900 Maceió-AL (Brazil)

    2016-10-20

    In this work we study the charge transport properties of a nanodevice consisting of a finite segment of the DNA molecule sandwiched between two metallic electrodes. Our model takes into account a nearest-neighbor tight-binding Hamiltonian considering the nucleobases twist motion, whose solutions make use of a two-steps renormalization process to simplify the algebra, which can be otherwise quite involved. The resulting variations of the charge transport efficiency are analyzed by numerically computing the main features of the electron transmittance spectra as well as their I × V characteristic curves.

  2. Charge-carrier transport in large-area epitaxial graphene

    Energy Technology Data Exchange (ETDEWEB)

    Kisslinger, Ferdinand; Popp, Matthias; Weber, Heiko B. [Lehrstuhl fuer Angewandte Physik, Friedrich-Alexander-Universitaet Erlangen-Nuernberg (FAU), Erlangen (Germany); Jobst, Johannes [Huygens-Kamerlingh Onnes Laboratorium, Leiden Institute of Physics, Leiden University (Netherlands); Shallcross, Sam [Lehrstuhl fuer theoretische Festkoerperphysik, Friedrich-Alexander-Universitaet Erlangen-Nuernberg (FAU), Erlangen (Germany)

    2017-11-15

    We present an overview of recent charge carrier transport experiments in both monolayer and bilayer graphene, with emphasis on the phenomena that appear in large-area samples. While many aspects of transport are based on quantum mechanical concepts, in the large-area limit classical corrections dominate and shape the magnetoresistance and the tunneling conductance. The discussed phenomena are very general and can, with little modification, be expected in any atomically thin 2D conductor. (copyright 2017 by WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  3. Transport synthetic acceleration for long-characteristics assembly-level transport problems

    Energy Technology Data Exchange (ETDEWEB)

    Zika, M R; Adams, M L

    2000-02-01

    The authors apply the transport synthetic acceleration (TSA) scheme to the long-characteristics spatial discretization for the two-dimensional assembly-level transport problem. This synthetic method employs a simplified transport operator as its low-order approximation. Thus, in the acceleration step, the authors take advantage of features of the long-characteristics discretization that make it particularly well suited to assembly-level transport problems. The main contribution is to address difficulties unique to the long-characteristics discretization and produce a computationally efficient acceleration scheme. The combination of the long-characteristics discretization, opposing reflecting boundary conditions (which are present in assembly-level transport problems), and TSA presents several challenges. The authors devise methods for overcoming each of them in a computationally efficient way. Since the boundary angular data exist on different grids in the high- and low-order problems, they define restriction and prolongation operations specific to the method of long characteristics to map between the two grids. They implement the conjugate gradient (CG) method in the presence of opposing reflection boundary conditions to solve the TSA low-order equations. The CG iteration may be applied only to symmetric positive definite (SPD) matrices; they prove that the long-characteristics discretization yields an SPD matrix. They present results of the acceleration scheme on a simple test problem, a typical pressurized water reactor assembly, and a typical boiling water reactor assembly.

  4. Transport synthetic acceleration for long-characteristics assembly-level transport problems

    International Nuclear Information System (INIS)

    Zika, M.R.; Adams, M.L.

    2000-01-01

    The authors apply the transport synthetic acceleration (TSA) scheme to the long-characteristics spatial discretization for the two-dimensional assembly-level transport problem. This synthetic method employs a simplified transport operator as its low-order approximation. Thus, in the acceleration step, the authors take advantage of features of the long-characteristics discretization that make it particularly well suited to assembly-level transport problems. The main contribution is to address difficulties unique to the long-characteristics discretization and produce a computationally efficient acceleration scheme. The combination of the long-characteristics discretization, opposing reflecting boundary conditions (which are present in assembly-level transport problems), and TSA presents several challenges. The authors devise methods for overcoming each of them in a computationally efficient way. Since the boundary angular data exist on different grids in the high- and low-order problems, they define restriction and prolongation operations specific to the method of long characteristics to map between the two grids. They implement the conjugate gradient (CG) method in the presence of opposing reflection boundary conditions to solve the TSA low-order equations. The CG iteration may be applied only to symmetric positive definite (SPD) matrices; they prove that the long-characteristics discretization yields an SPD matrix. They present results of the acceleration scheme on a simple test problem, a typical pressurized water reactor assembly, and a typical boiling water reactor assembly

  5. Transport Synthetic Acceleration for Long-Characteristics Assembly-Level Transport Problems

    International Nuclear Information System (INIS)

    Zika, Michael R.; Adams, Marvin L.

    2000-01-01

    We apply the transport synthetic acceleration (TSA) scheme to the long-characteristics spatial discretization for the two-dimensional assembly-level transport problem. This synthetic method employs a simplified transport operator as its low-order approximation. Thus, in the acceleration step, we take advantage of features of the long-characteristics discretization that make it particularly well suited to assembly-level transport problems. Our main contribution is to address difficulties unique to the long-characteristics discretization and produce a computationally efficient acceleration scheme.The combination of the long-characteristics discretization, opposing reflecting boundary conditions (which are present in assembly-level transport problems), and TSA presents several challenges. We devise methods for overcoming each of them in a computationally efficient way. Since the boundary angular data exist on different grids in the high- and low-order problems, we define restriction and prolongation operations specific to the method of long characteristics to map between the two grids. We implement the conjugate gradient (CG) method in the presence of opposing reflection boundary conditions to solve the TSA low-order equations. The CG iteration may be applied only to symmetric positive definite (SPD) matrices; we prove that the long-characteristics discretization yields an SPD matrix. We present results of our acceleration scheme on a simple test problem, a typical pressurized water reactor assembly, and a typical boiling water reactor assembly

  6. Electron-hole collision limited transport in charge-neutral bilayer graphene

    Science.gov (United States)

    Nam, Youngwoo; Ki, Dong-Keun; Soler-Delgado, David; Morpurgo, Alberto F.

    2017-12-01

    Ballistic transport occurs whenever electrons propagate without collisions deflecting their trajectory. It is normally observed in conductors with a negligible concentration of impurities, at low temperature, to avoid electron-phonon scattering. Here, we use suspended bilayer graphene devices to reveal a new regime, in which ballistic transport is not limited by scattering with phonons or impurities, but by electron-hole collisions. The phenomenon manifests itself in a negative four-terminal resistance that becomes visible when the density of holes (electrons) is suppressed by gate-shifting the Fermi level in the conduction (valence) band, above the thermal energy. For smaller densities, transport is diffusive, and the measured conductivity is reproduced quantitatively, with no fitting parameters, by including electron-hole scattering as the only process causing velocity relaxation. Experiments on a trilayer device show that the phenomenon is robust and that transport at charge neutrality is governed by the same physics. Our results provide a textbook illustration of a transport regime that had not been observed previously and clarify the nature of conduction through charge-neutral graphene under conditions in which carrier density inhomogeneity is immaterial. They also demonstrate that transport can be limited by a fully electronic mechanism, originating from the same microscopic processes that govern the physics of Dirac-like plasmas.

  7. Transport of Cryptosporidium parvum Oocysts in Charge Heterogeneous Porous Media: Microfluidics Experiment and Numerical Simulation

    Science.gov (United States)

    Liu, Y.; Meng, X.; Guo, Z.; Zhang, C.; Nguyen, T. H.; Hu, D.; Ji, J.; Yang, X.

    2017-12-01

    Colloidal attachment on charge heterogeneous grains has significant environmental implications for transport of hazardous colloids, such as pathogens, in the aquifer, where iron, manganese, and aluminium oxide minerals are the major source of surface charge heterogeneity of the aquifer grains. A patchwise surface charge model is often used to describe the surface charge heterogeneity of the grains. In the patchwise model, the colloidal attachment efficiency is linearly correlated with the fraction of the favorable patches (θ=λ(θf - θu)+θu). However, our previous microfluidic study showed that the attachment efficiency of oocysts of Cryptosporidium parvum, a waterborne protozoan parasite, was not linear correlated with the fraction of the favorable patches (λ). In this study, we developed a pore scale model to simulate colloidal transport and attachment on charge heterogeneous grains. The flow field was simulated using the LBM method and colloidal transport and attachment were simulated using the Lagrange particle tracking method. The pore scale model was calibrated with experimental results of colloidal and oocyst transport in microfluidic devices and was then used to simulate oocyst transport in charge heterogeneous porous media under a variety of environmental relative conditions, i.e. the fraction of favorable patchwise, ionic strength, and pH. The results of the pore scale simulations were used to evaluate the effect of surface charge heterogeneity on upscaling of oocyst transport from pore to continuum scale and to develop an applicable correlation between colloidal attachment efficiency and the fraction of the favorable patches.

  8. Manipulation of charge transport in thermoelectrics

    Science.gov (United States)

    Zhang, Xinyue; Pei, Yanzhong

    2017-12-01

    While numerous improvements have been achieved in thermoelectric materials by reducing the lattice thermal conductivity (κL), electronic approaches for enhancement can be as effective, or even more. A key challenge is decoupling Seebeck coefficient (S) from electrical conductivity (σ). The first order approximation - a single parabolic band assumption with acoustic scattering - leads the thermoelectric power factor (S2σ) to be maximized at a constant reduced Fermi level (η 0.67) and therefore at a given S of 167 μV/K. This simplifies the challenge of maximization of σ at a constant η, leading to a large number of degenerate transport channels (band degeneracy, Nv) and a fast transportation of charges (carrier mobility, μ). In this paper, existing efforts on this issue are summarized and future prospectives are given.

  9. Absence of ballistic charge transport in the half-filled 1D Hubbard model

    Science.gov (United States)

    Carmelo, J. M. P.; Nemati, S.; Prosen, T.

    2018-05-01

    Whether in the thermodynamic limit of lattice length L → ∞, hole concentration mηz = - 2 Sηz/L = 1 -ne → 0, nonzero temperature T > 0, and U / t > 0 the charge stiffness of the 1D Hubbard model with first neighbor transfer integral t and on-site repulsion U is finite or vanishes and thus whether there is or there is no ballistic charge transport, respectively, remains an unsolved and controversial issue, as different approaches yield contradictory results. (Here Sηz = - (L -Ne) / 2 is the η-spin projection and ne =Ne / L the electronic density.) In this paper we provide an upper bound on the charge stiffness and show that (similarly as at zero temperature), for T > 0 and U / t > 0 it vanishes for mηz → 0 within the canonical ensemble in the thermodynamic limit L → ∞. Moreover, we show that at high temperature T → ∞ the charge stiffness vanishes as well within the grand-canonical ensemble for L → ∞ and chemical potential μ →μu where (μ -μu) ≥ 0 and 2μu is the Mott-Hubbard gap. The lack of charge ballistic transport indicates that charge transport at finite temperatures is dominated by a diffusive contribution. Our scheme uses a suitable exact representation of the electrons in terms of rotated electrons for which the numbers of singly occupied and doubly occupied lattice sites are good quantum numbers for U / t > 0. In contrast to often less controllable numerical studies, the use of such a representation reveals the carriers that couple to the charge probes and provides useful physical information on the microscopic processes behind the exotic charge transport properties of the 1D electronic correlated system under study.

  10. Investigation on photoluminescence quenching of CdSe/ZnS quantum dots by organic charge transporting materials

    Directory of Open Access Journals (Sweden)

    Yuqiu Qu

    2015-12-01

    Full Text Available The effect of different organic charge transporting materials on the photoluminescence of CdSe/ZnS core/shell quantum dots has been studied by means of steady-state and time-resolved photoluminescence spectroscopy. With an increase in concentration of the organic charge transporting material in the quantum dots solutions, the photoluminescence intensity of CdSe/ZnS quantum dots was quenched greatly and the fluorescence lifetime was shortened gradually. The quenching efficiency of CdSe/ZnS core/shell quantum dots decreased with increasing the oxidation potential of organic charge transporting materials. Based on the analysis, two pathways in the photoluminescence quenching process have been defined: static quenching and dynamic quenching. The dynamic quenching is correlated with hole transporting from quantum dots to the charge transporting materials.

  11. 180 billion pounds to fix transport or save New Labour?

    International Nuclear Information System (INIS)

    Anon.

    2000-01-01

    This article considers that the UK government's ten-year transport plan, launched in July 2000, is as much about boosting New Labour's popularity as it is about addressing the nation's transport problems

  12. Charge transport properties of graphene: Effects of Cu-based gate electrode

    Energy Technology Data Exchange (ETDEWEB)

    Tang, Qide [School of Physics and Optoelectronics, Xiangtan University, Xiangtan 411105 (China); Zhang, C. X., E-mail: zhangchunxiao@xtu.edu.cn; Tang, Chao, E-mail: tang-chao@xtu.edu.cn; Zhong, Jianxin [School of Physics and Optoelectronics, Xiangtan University, Xiangtan 411105 (China); Hunan Provincial Key Laboratory of Micro-Nano Energy Materials and Devices, Xiangtan University, Hunan 411105 (China); He, Chaoyu [Hunan Provincial Key Laboratory of Micro-Nano Energy Materials and Devices, Xiangtan University, Hunan 411105 (China)

    2016-07-21

    Using the first-principles nonequilibrium Green's function method, we study effects of Cu and Ni@Cu used as the Cu-based gate electrode on the charge transport of graphene in the field effect transistors (FET). We find that the transmission of graphene decreases with both Cu and Ni@Cu absorbed in the scatter region. Especially, noticeable transmission gaps are present around the Femi level. The transmission gaps are still effective, and considerable cut-off regions are found under the non-equilibrium environment. The Ni@Cu depresses the transmission of graphene more seriously than the Cu and enlarges the transmission gap in armchair direction. The effects on the charge transport are attributed to the redistribution of electronic states of graphene. Both Cu and Ni@Cu induce the localization of states, so as to block the electronic transport. The Ni@Cu transforms the interaction between graphene and gate electrode from the physisorption to the chemisorption, and then induces more localized states, so that the transmission decreases further. Our results suggest that besides being used to impose gate voltage, the Cu-based gate electrode itself will have a considerable effect on the charge transport of graphene and induces noticeable transmission gap in the FET.

  13. Problems in Modelling Charge Output Accelerometers

    Directory of Open Access Journals (Sweden)

    Tomczyk Krzysztof

    2016-12-01

    Full Text Available The paper presents major issues associated with the problem of modelling change output accelerometers. The presented solutions are based on the weighted least squares (WLS method using transformation of the complex frequency response of the sensors. The main assumptions of the WLS method and a mathematical model of charge output accelerometers are presented in first two sections of this paper. In the next sections applying the WLS method to estimation of the accelerometer model parameters is discussed and the associated uncertainties are determined. Finally, the results of modelling a PCB357B73 charge output accelerometer are analysed in the last section of this paper. All calculations were executed using the MathCad software program. The main stages of these calculations are presented in Appendices A−E.

  14. Exciton shelves for charge and energy transport in third-generation quantum-dot devices

    Science.gov (United States)

    Goodman, Samuel; Singh, Vivek; Noh, Hyunwoo; Casamada, Josep; Chatterjee, Anushree; Cha, Jennifer; Nagpal, Prashant

    2014-03-01

    Quantum dots are semiconductor nanocrystallites with size-dependent quantum-confined energy levels. While they have been intensively investigated to utilize hot-carriers for photovoltaic applications, to bridge the mismatch between incident solar photons and finite bandgap of semiconductor photocells, efficient charge or exciton transport in quantum-dot films has proven challenging. Here we show development of new coupled conjugated molecular wires with ``exciton shelves'', or different energy levels, matched with the multiple energy levels of quantum dots. Using single nanoparticle and ensemble device measurements we show successful extraction and transport of both bandedge and high-energy charge carriers, and energy transport of excitons. We demonstrate using measurements of electronic density of states, that careful matching of energy states of quantum-dot with molecular wires is important, and any mismatch can generate midgap states leading to charge recombination and reduced efficiency. Therefore, these exciton-shelves and quantum dots can lead to development of next-generation photovoltaic and photodetection devices using simultaneous transport of bandedge and hot-carriers or energy transport of excitons in these nanostructured solution-processed films.

  15. Charge transport in amorphous InGaZnO thin-film transistors

    NARCIS (Netherlands)

    Germs, W.C.; Adriaans, W.H.; Tripathi, A.K.; Roelofs, W.S.C.; Cobb, B.; Janssen, R.A.J.; Gelinck, G.H.; Kemerink, M.

    2012-01-01

    We investigate the mechanism of charge transport in indium gallium zinc oxide (a-IGZO), an amorphous metal-oxide semiconductor. We measured the field-effect mobility and the Seebeck coefficient (S=ΔV/ΔT) of a-IGZO in thin-film transistors as a function of charge-carrier density for different

  16. Charge transport in amorphous InGaZnO thin film transistors

    NARCIS (Netherlands)

    Germs, W.C.; Adriaans, W.H.; Tripathi, A.K.; Roelofs, W.S.C.; Cobb, B.; Janssen, R.A.J.; Gelinck, G.H.; Kemerink, M.

    2012-01-01

    We investigate the mechanism of charge transport in indium gallium zinc oxide (a-IGZO), an amorphous metal-oxide semiconductor. We measured the field-effect mobility and the Seebeck coefficient (S=¿V/¿T) of a-IGZO in thin-film transistors as a function of charge-carrier density for different

  17. Charge trapping and carrier transport mechanism in silicon-rich silicon oxynitride

    International Nuclear Information System (INIS)

    Yu Zhenrui; Aceves, Mariano; Carrillo, Jesus; Lopez-Estopier, Rosa

    2006-01-01

    The charge-trapping and carrier transport properties of silicon-rich silicon oxynitride (SRO:N) were studied. The SRO:N films were deposited by low pressure chemical vapor deposition. Infrared (IR) and transmission electron microscopic (TEM) measurements were performed to characterize their structural properties. Capacitance versus voltage and current versus voltage measurements (I-V) were used to study the charge-trapping and carrier transport mechanism. IR and TEM measurements revealed the existence of Si nanodots in SRO:N films. I-V measurements revealed that there are two conduction regimes divided by a threshold voltage V T . When the applied voltage is smaller than V T , the current is dominated by the charge transfer between the SRO:N and substrate; and in this regime only dynamic charging/discharging of the SRO:N layer is observed. When the voltage is larger than V T , the current increases rapidly and is dominated by the Poole-Frenkel mechanism; and in this regime, large permanent trapped charge density is obtained. Nitrogen incorporation significantly reduced the silicon nanodots or defects near the SRO:N/Si interface. However, a significant increase of the density of silicon nanodot in the bulk of the SRO:N layer is obtained

  18. Renormalization-group approach to nonlinear radiation-transport problems

    International Nuclear Information System (INIS)

    Chapline, G.F.

    1980-01-01

    A Monte Carlo method is derived for solving nonlinear radiation-transport problems that allows one to average over the effects of many photon absorptions and emissions at frequencies where the opacity is large. This method should allow one to treat radiation-transport problems with large optical depths, e.g., line-transport problems, with little increase in computational effort over that which is required for optically thin problems

  19. Electric Car Users’ Time of Charging Problem under Peak Load Pricing When Delay in Charging Time Involves Uncertain Cost

    DEFF Research Database (Denmark)

    Fetene, Gebeyehu Manie

    The problem of peak load arises when demand fluctuates over time while the pro- duction technology is not flexible (or making it flexible is economically inefficient) and/or when a product is non-storable (or storage cost is huge). Peak load is a com- mon problem in consumption of public utilities......, on the one hand, observed cost saving benefit of postponing the time of charging to off-peak lower fee of charging and, on the other hand, the cost of delay in departure time for planned trips and uncertain cost of late charging associated with likelihood occur- rence of unanticipated trip before the car...... of electricity. The electric vehicle (EV) users choice of time of charging problem under PLP is different from that of general households using energy for house appliances since there is uncertain cost to the former as- sociated with likelihood occurrence of unanticipated trips such as visiting hospital...

  20. Space-charge compensation of highly charged ion beam from laser ion source

    International Nuclear Information System (INIS)

    Kondrashev, S.A.; Collier, J.; Sherwood, T.R.

    1996-01-01

    The problem of matching an ion beam delivered by a high-intensity ion source with an accelerator is considered. The experimental results of highly charged ion beam transport with space-charge compensation by electrons are presented. A tungsten thermionic cathode is used as a source of electrons for beam compensation. An increase of ion beam current density by a factor of 25 is obtained as a result of space-charge compensation at a distance of 3 m from the extraction system. The process of ion beam space-charge compensation, requirements for a source of electrons, and the influence of recombination losses in a space-charge-compensated ion beam are discussed. (author)

  1. Understanding the effects of electronic polarization and delocalization on charge-transport levels in oligoacene systems

    KAUST Repository

    Sutton, Christopher; Tummala, Naga Rajesh; Kemper, Travis; Aziz, Saadullah G.; Sears, John; Coropceanu, Veaceslav; Bredas, Jean-Luc

    2017-01-01

    Electronic polarization and charge delocalization are important aspects that affect the charge-transport levels in organic materials. Here, using a quantum mechanical/ embedded-charge (QM/EC) approach based on a combination of the long-range corrected omega B97X-D exchange-correlation functional (QM) and charge model 5 (CM5) point-charge model (EC), we evaluate the vertical detachment energies and polarization energies of various sizes of crystalline and amorphous anionic oligoacene clusters. Our results indicate that QM/EC calculations yield vertical detachment energies and polarization energies that compare well with the experimental values obtained from ultraviolet photoemission spectroscopy measurements. In order to understand the effect of charge delocalization on the transport levels, we considered crystalline naphthalene systems with QM regions including one or five-molecules. The results for these systems show that the delocalization and polarization effects are additive; therefore, allowing for electron delocalization by increasing the size of the QM region leads to the additional stabilization of the transport levels. Published by AIP Publishing.

  2. Understanding the effects of electronic polarization and delocalization on charge-transport levels in oligoacene systems

    KAUST Repository

    Sutton, Christopher

    2017-06-13

    Electronic polarization and charge delocalization are important aspects that affect the charge-transport levels in organic materials. Here, using a quantum mechanical/ embedded-charge (QM/EC) approach based on a combination of the long-range corrected omega B97X-D exchange-correlation functional (QM) and charge model 5 (CM5) point-charge model (EC), we evaluate the vertical detachment energies and polarization energies of various sizes of crystalline and amorphous anionic oligoacene clusters. Our results indicate that QM/EC calculations yield vertical detachment energies and polarization energies that compare well with the experimental values obtained from ultraviolet photoemission spectroscopy measurements. In order to understand the effect of charge delocalization on the transport levels, we considered crystalline naphthalene systems with QM regions including one or five-molecules. The results for these systems show that the delocalization and polarization effects are additive; therefore, allowing for electron delocalization by increasing the size of the QM region leads to the additional stabilization of the transport levels. Published by AIP Publishing.

  3. R-charge and a solution to the monopole problem

    International Nuclear Information System (INIS)

    Bajc, B.; Riotto, A.; Senjanovi, G.

    1998-03-01

    Large charge density, unlike high temperature, may lead to the nonrestoration of global and gauge symmetries. Supersymmetric GUTs with the appealing scenario of unification scale being generated dynamically naturally contain global continuous R symmetries. We point out that the presence of a large R charge in the early Universe can lead to GUT symmetry nonrestoration. This provides a simple way out of the monopole problem. (author)

  4. Electrostatic point charge fitting as an inverse problem: Revealing the underlying ill-conditioning

    International Nuclear Information System (INIS)

    Ivanov, Maxim V.; Talipov, Marat R.; Timerghazin, Qadir K.

    2015-01-01

    Atom-centered point charge (PC) model of the molecular electrostatics—a major workhorse of the atomistic biomolecular simulations—is usually parameterized by least-squares (LS) fitting of the point charge values to a reference electrostatic potential, a procedure that suffers from numerical instabilities due to the ill-conditioned nature of the LS problem. To reveal the origins of this ill-conditioning, we start with a general treatment of the point charge fitting problem as an inverse problem and construct an analytical model with the point charges spherically arranged according to Lebedev quadrature which is naturally suited for the inverse electrostatic problem. This analytical model is contrasted to the atom-centered point-charge model that can be viewed as an irregular quadrature poorly suited for the problem. This analysis shows that the numerical problems of the point charge fitting are due to the decay of the curvatures corresponding to the eigenvectors of LS sum Hessian matrix. In part, this ill-conditioning is intrinsic to the problem and is related to decreasing electrostatic contribution of the higher multipole moments, that are, in the case of Lebedev grid model, directly associated with the Hessian eigenvectors. For the atom-centered model, this association breaks down beyond the first few eigenvectors related to the high-curvature monopole and dipole terms; this leads to even wider spread-out of the Hessian curvature values. Using these insights, it is possible to alleviate the ill-conditioning of the LS point-charge fitting without introducing external restraints and/or constraints. Also, as the analytical Lebedev grid PC model proposed here can reproduce multipole moments up to a given rank, it may provide a promising alternative to including explicit multipole terms in a force field

  5. A method for unbalanced transportation problems in fuzzy ...

    Indian Academy of Sciences (India)

    Among linear programming problems, the transportation problem is very popular. ... Therefore, Zadeh (1965) introduced the concept of fuzzy numbers. ... While solving unbalanced transportation problems we come across two type of cases.

  6. Superficial Collagen Fibril Modulus and Pericellular Fixed Charge Density Modulate Chondrocyte Volumetric Behaviour in Early Osteoarthritis

    Directory of Open Access Journals (Sweden)

    Petri Tanska

    2013-01-01

    Full Text Available The aim of this study was to investigate if the experimentally detected altered chondrocyte volumetric behavior in early osteoarthritis can be explained by changes in the extracellular and pericellular matrix properties of cartilage. Based on our own experimental tests and the literature, the structural and mechanical parameters for normal and osteoarthritic cartilage were implemented into a multiscale fibril-reinforced poroelastic swelling model. Model simulations were compared with experimentally observed cell volume changes in mechanically loaded cartilage, obtained from anterior cruciate ligament transected rabbit knees. We found that the cell volume increased by 7% in the osteoarthritic cartilage model following mechanical loading of the tissue. In contrast, the cell volume decreased by 4% in normal cartilage model. These findings were consistent with the experimental results. Increased local transversal tissue strain due to the reduced collagen fibril stiffness accompanied with the reduced fixed charge density of the pericellular matrix could increase the cell volume up to 12%. These findings suggest that the increase in the cell volume in mechanically loaded osteoarthritic cartilage is primarily explained by the reduction in the pericellular fixed charge density, while the superficial collagen fibril stiffness is suggested to contribute secondarily to the cell volume behavior.

  7. Cyclic voltammetry modeling of proton transport effects on redox charge storage in conductive materials: application to a TiO2 mesoporous film.

    Science.gov (United States)

    Kim, Y S; Balland, V; Limoges, B; Costentin, C

    2017-07-21

    Cyclic voltammetry is a particularly useful tool for characterizing charge accumulation in conductive materials. A simple model is presented to evaluate proton transport effects on charge storage in conductive materials associated with a redox process coupled with proton insertion in the bulk material from an aqueous buffered solution, a situation frequently encountered in metal oxide materials. The interplay between proton transport inside and outside the materials is described using a formulation of the problem through introduction of dimensionless variables that allows defining the minimum number of parameters governing the cyclic voltammetry response with consideration of a simple description of the system geometry. This approach is illustrated by analysis of proton insertion in a mesoporous TiO 2 film.

  8. Effect of surface charge of immortalized mouse cerebral endothelial cell monolayer on transport of charged solutes.

    Science.gov (United States)

    Yuan, Wei; Li, Guanglei; Gil, Eun Seok; Lowe, Tao Lu; Fu, Bingmei M

    2010-04-01

    Charge carried by the surface glycocalyx layer (SGL) of the cerebral endothelium has been shown to significantly modulate the permeability of the blood-brain barrier (BBB) to charged solutes in vivo. The cultured monolayer of bEnd3, an immortalized mouse cerebral endothelial cell line, is becoming a popular in vitro BBB model due to its easy growth and maintenance of many BBB characteristics over repeated passages. To test whether the SGL of bEnd3 monolayer carries similar charge as that in the intact BBB and quantify this charge, which can be characterized by the SGL thickness (L(f)) and charge density (C(mf)), we measured the solute permeability of bEnd3 monolayer to neutral solutes and to solutes with similar size but opposite charges: negatively charged alpha-lactalbumin (-11) and positively charged ribonuclease (+3). Combining the measured permeability data with a transport model across the cell monolayer, we predicted the L(f) and the C(mf) of bEnd3 monolayer, which is approximately 160 nm and approximately 25 mEq/L, respectively. We also investigated whether orosomucoid, a plasma glycoprotein modulating the charge of the intact BBB, alters the charge of bEnd3 monolayer. We found that 1 mg/mL orosomucoid would increase SGL charge density of bEnd3 monolayer to approximately 2-fold of its control value.

  9. Algorithm for the Stochastic Generalized Transportation Problem

    Directory of Open Access Journals (Sweden)

    Marcin Anholcer

    2012-01-01

    Full Text Available The equalization method for the stochastic generalized transportation problem has been presented. The algorithm allows us to find the optimal solution to the problem of minimizing the expected total cost in the generalized transportation problem with random demand. After a short introduction and literature review, the algorithm is presented. It is a version of the method proposed by the author for the nonlinear generalized transportation problem. It is shown that this version of the method generates a sequence of solutions convergent to the KKT point. This guarantees the global optimality of the obtained solution, as the expected cost functions are convex and twice differentiable. The computational experiments performed for test problems of reasonable size show that the method is fast. (original abstract

  10. Charge transport in highly efficient iridium cored electrophosphorescent dendrimers

    Science.gov (United States)

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

    2004-01-01

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

  11. Symposium GC: Nanoscale Charge Transport in Excitonic Solar Cells

    Energy Technology Data Exchange (ETDEWEB)

    Bommisetty, Venkat [Univ. of South Dakota, Vermillion, SD (United States)

    2011-06-23

    This paper provides a summary only and table of contents of the sessions. Excitonic solar cells, including all-organic, hybrid organic-inorganic and dye-sensitized solar cells (DSSCs), offer strong potential for inexpensive and large-area solar energy conversion. Unlike traditional inorganic semiconductor solar cells, where all the charge generation and collection processes are well understood, these excitonic solar cells contain extremely disordered structures with complex interfaces which results in large variations in nanoscale electronic properties and has a strong influence on carrier generation, transport, dissociation and collection. Detailed understanding of these processes is important for fabrication of highly efficient solar cells. Efforts to improve efficiency are underway at a large number of research groups throughout the world focused on inorganic and organic semiconductors, photonics, photophysics, charge transport, nanoscience, ultrafast spectroscopy, photonics, semiconductor processing, device physics, device structures, interface structure etc. Rapid progress in this multidisciplinary area requires strong synergetic efforts among researchers from diverse backgrounds. Such effort can lead to novel methods for development of new materials with improved photon harvesting and interfacial treatments for improved carrier transport, process optimization to yield ordered nanoscale morphologies with well defined electronic structures.

  12. The role of space charge compensation for ion beam extraction and ion beam transport (invited)

    International Nuclear Information System (INIS)

    Spädtke, Peter

    2014-01-01

    Depending on the specific type of ion source, the ion beam is extracted either from an electrode surface or from a plasma. There is always an interface between the (almost) space charge compensated ion source plasma, and the extraction region in which the full space charge is influencing the ion beam itself. After extraction, the ion beam is to be transported towards an accelerating structure in most cases. For lower intensities, this transport can be done without space charge compensation. However, if space charge is not negligible, the positive charge of the ion beam will attract electrons, which will compensate the space charge, at least partially. The final degree of Space Charge Compensation (SCC) will depend on different properties, like the ratio of generation rate of secondary particles and their loss rate, or the fact whether the ion beam is pulsed or continuous. In sections of the beam line, where the ion beam is drifting, a pure electrostatic plasma will develop, whereas in magnetic elements, these space charge compensating electrons become magnetized. The transport section will provide a series of different plasma conditions with different properties. Different measurement tools to investigate the degree of space charge compensation will be described, as well as computational methods for the simulation of ion beams with partial space charge compensation

  13. Charge transport properties of CdMnTe radiation detectors

    Directory of Open Access Journals (Sweden)

    Prokopovich D. A.

    2012-10-01

    Full Text Available Growth, fabrication and characterization of indium-doped cadmium manganese telluride (CdMnTe radiation detectors have been described. Alpha-particle spectroscopy measurements and time resolved current transient measurements have yielded an average charge collection efficiency approaching 100 %. Spatially resolved charge collection efficiency maps have been produced for a range of detector bias voltages. Inhomogeneities in the charge transport of the CdMnTe crystals have been associated with chains of tellurium inclusions within the detector bulk. Further, it has been shown that the role of tellurium inclusions in degrading charge collection is reduced with increasing values of bias voltage. The electron drift velocity was calculated from the rise time distribution of the preamplifier output pulses at each measured bias. From the dependence of drift velocity on applied electric field the electron mobility was found to be μn = (718 ± 55 cm2/Vs at room temperature.

  14. Stieltjes electrostatic model interpretation for bound state problems

    Indian Academy of Sciences (India)

    In this paper, it is shown that Stieltjes electrostatic model and quantum Hamilton Jacobi formalism are analogous to each other. This analogy allows the bound state problem to mimic as unit moving imaginary charges i ℏ , which are placed in between the two fixed imaginary charges arising due to the classical turning ...

  15. Effects of pressure and electrical charge on macromolecular transport across bovine lens basement membrane.

    Science.gov (United States)

    Ferrell, Nicholas; Cameron, Kathleen O; Groszek, Joseph J; Hofmann, Christina L; Li, Lingyan; Smith, Ross A; Bian, Aihua; Shintani, Ayumi; Zydney, Andrew L; Fissell, William H

    2013-04-02

    Molecular transport through the basement membrane is important for a number of physiological functions, and dysregulation of basement membrane architecture can have serious pathological consequences. The structure-function relationships that govern molecular transport in basement membranes are not fully understood. The basement membrane from the lens capsule of the eye is a collagen IV-rich matrix that can easily be extracted and manipulated in vitro. As such, it provides a convenient model for studying the functional relationships that govern molecular transport in basement membranes. Here we investigate the effects of increased transmembrane pressure and solute electrical charge on the transport properties of the lens basement membrane (LBM) from the bovine eye. Pressure-permeability relationships in LBM transport were governed primarily by changes in diffusive and convective contributions to solute flux and not by pressure-dependent changes in intrinsic membrane properties. The solute electrical charge had a minimal but statistically significant effect on solute transport through the LBM that was opposite of the expected electrokinetic behavior. The observed transport characteristics of the LBM are discussed in the context of established membrane transport modeling and previous work on the effects of pressure and electrical charge in other basement membrane systems. Copyright © 2013 Biophysical Society. Published by Elsevier Inc. All rights reserved.

  16. Charge transport in nanoscale vertical organic semiconductor pillar devices

    NARCIS (Netherlands)

    Wilbers, J.G.E.; Xu, B.; Bobbert, P.A.; de Jong, M.P.; van der Wiel, W.G.

    2017-01-01

    We report charge transport measurements in nanoscale vertical pillar structures incorporating ultrathin layers of the organic semiconductor poly(3-hexylthiophene) (P3HT). P3HT layers with thickness down to 5 nm are gently top-contacted using wedging transfer, yielding highly reproducible, robust

  17. An Experimental and Finite Element Protocol to Investigate the Transport of Neutral and Charged Solutes across Articular Cartilage.

    Science.gov (United States)

    Arbabi, Vahid; Pouran, Behdad; Zadpoor, Amir A; Weinans, Harrie

    2017-04-23

    Osteoarthritis (OA) is a debilitating disease that is associated with degeneration of articular cartilage and subchondral bone. Degeneration of articular cartilage impairs its load-bearing function substantially as it experiences tremendous chemical degradation, i.e. proteoglycan loss and collagen fibril disruption. One promising way to investigate chemical damage mechanisms during OA is to expose the cartilage specimens to an external solute and monitor the diffusion of the molecules. The degree of cartilage damage (i.e. concentration and configuration of essential macromolecules) is associated with collisional energy loss of external solutes while moving across articular cartilage creates different diffusion characteristics compared to healthy cartilage. In this study, we introduce a protocol, which consists of several steps and is based on previously developed experimental micro-Computed Tomography (micro-CT) and finite element modeling. The transport of charged and uncharged iodinated molecules is first recorded using micro-CT, which is followed by applying biphasic-solute and multiphasic finite element models to obtain diffusion coefficients and fixed charge densities across cartilage zones.

  18. Review of the inverse scattering problem at fixed energy in quantum mechanics

    Science.gov (United States)

    Sabatier, P. C.

    1972-01-01

    Methods of solution of the inverse scattering problem at fixed energy in quantum mechanics are presented. Scattering experiments of a beam of particles at a nonrelativisitic energy by a target made up of particles are analyzed. The Schroedinger equation is used to develop the quantum mechanical description of the system and one of several functions depending on the relative distance of the particles. The inverse problem is the construction of the potentials from experimental measurements.

  19. Multiple Charging Station Location-Routing Problem with Time Window of Electric Vehicle

    Directory of Open Access Journals (Sweden)

    Wang Li-ying

    2015-11-01

    Full Text Available This paper presents the electric vehicle (EV multiple charging station location-routing problem with time window to optimize the routing plan of capacitated EVs and the strategy of charging stations. In particular, the strategy of charging stations includes both infrastructure-type selection and station location decisions. The problem accounts for two critical constraints in logistic practice: the vehicle loading capacity and the customer time windows. A hybrid heuristic that incorporates an adaptive variable neighborhood search (AVNS with the tabu search algorithm for intensification was developed to address the problem. The specialized neighborhood structures and the selection methods of charging station used in the shaking step of AVNS were proposed. In contrast to the commercial solver CPLEX, experimental results on small-scale test instances demonstrate that the algorithm can find nearly optimal solutions on small-scale instances. The results on large-scale instances also show the effectiveness of the algorithm.

  20. Effect of incorporation of nitrogen atoms in Al2O3 gate dielectric of wide-bandgap-semiconductor MOSFET on gate leakage current and negative fixed charge

    Science.gov (United States)

    Kojima, Eiji; Chokawa, Kenta; Shirakawa, Hiroki; Araidai, Masaaki; Hosoi, Takuji; Watanabe, Heiji; Shiraishi, Kenji

    2018-06-01

    We performed first-principle calculations to investigate the effect of incorporation of N atoms into Al2O3 gate dielectrics. Our calculations show that the defect levels generated by VO in Al2O3 are the origin of the stress-induced gate leakage current and that VOVAl complexes in Al2O3 cause negative fixed charge. We revealed that the incorporation of N atoms into Al2O3 eliminates the VO defect levels, reducing the stress-induced gate leakage current. Moreover, this suppresses the formation of negatively charged VOVAl complexes. Therefore, AlON can reduce both stress-induced gate leakage current and negative fixed charge in wide-bandgap-semiconductor MOSFETs.

  1. Optimal Operation of Interdependent Power Systems and Electrified Transportation Networks

    Directory of Open Access Journals (Sweden)

    M. Hadi Amini

    2018-01-01

    Full Text Available Electrified transportation and power systems are mutually coupled networks. In this paper, a novel framework is developed for interdependent power and transportation networks. Our approach constitutes solving an iterative least cost vehicle routing process, which utilizes the communication of electrified vehicles (EVs with competing charging stations, to exchange data such as electricity price, energy demand, and time of arrival. The EV routing problem is solved to minimize the total cost of travel using the Dijkstra algorithm with the input from EVs battery management system, electricity price from charging stations, powertrain component efficiencies and transportation network traffic conditions. Through the bidirectional communication of EVs with competing charging stations, EVs’ charging demand estimation is done much more accurately. Then the optimal power flow problem is solved for the power system, to find the locational marginal price at load buses where charging stations are connected. Finally, the electricity prices were communicated from the charging stations to the EVs, and the loop is closed. Locational electricity price acts as the shared parameter between the two optimization problems, i.e., optimal power flow and optimal routing problem. Electricity price depends on the power demand, which is affected by the charging of EVs. On the other hand, location of EV charging stations and their different pricing strategies might affect the routing decisions of the EVs. Our novel approach that combines the electrified transportation with power system operation, holds tremendous potential for solving electrified transportation issues and reducing energy costs. The effectiveness of the proposed approach is demonstrated using Shanghai transportation network and IEEE 9-bus test system. The results verify the cost-savings for both power system and transportation networks.

  2. Transport and matching of low energy space charge dominated beams

    International Nuclear Information System (INIS)

    Pandit, V.S.

    2013-01-01

    The transport and matching of low energy high intensity beams from the ion source to the subsequent accelerating structure are of considerable interest in recent years for variety of applications such as Accelerator driven system (ADSS), transmutation of nuclear waste, spallation neutron sources etc. It is essential to perform detailed simulations with experimentation to predict the beam evolution in the presence of nonlinear self as well as external fields before the design of the next accelerating structure is finalized. In order to study and settle various physics and technical issues related with transport of space charge dominated beams we have developed a 2.45 GHz microwave ion source at VECC which is now delivering more than 10 mA proton beam current at 80 keV. We have successfully transported well collimated 8 mA proton beam through the solenoid based 3 meter long transport line and studied various beam properties. We have also studied the transport of beam through spiral inflector at low beam current ∼ 1mA. In this article we will discuss the beam transport issues and describe a technique for simulation of beam envelopes in presence of linear space charge effects. We use canonical description of the motion of a single particle and then obtain first order differential equations for evolution of the moments of beam ensemble by assuming uniform distribution of the beam. We will also discuss the methodology used in the simulations to understand the observed beam behaviour during transport. (author)

  3. Ultrafast Microscopy of Energy and Charge Transport

    Science.gov (United States)

    Huang, Libai

    The frontier in solar energy research now lies in learning how to integrate functional entities across multiple length scales to create optimal devices. Advancing the field requires transformative experimental tools that probe energy transfer processes from the nano to the meso lengthscales. To address this challenge, we aim to understand multi-scale energy transport across both multiple length and time scales, coupling simultaneous high spatial, structural, and temporal resolution. In my talk, I will focus on our recent progress on visualization of exciton and charge transport in solar energy harvesting materials from the nano to mesoscale employing ultrafast optical nanoscopy. With approaches that combine spatial and temporal resolutions, we have recently revealed a new singlet-mediated triplet transport mechanism in certain singlet fission materials. This work demonstrates a new triplet exciton transport mechanism leading to favorable long-range triplet exciton diffusion on the picosecond and nanosecond timescales for solar cell applications. We have also performed a direct measurement of carrier transport in space and in time by mapping carrier density with simultaneous ultrafast time resolution and 50 nm spatial precision in perovskite thin films using transient absorption microscopy. These results directly visualize long-range carrier transport of 220nm in 2 ns for solution-processed polycrystalline CH3NH3PbI3 thin films. The spatially and temporally resolved measurements reported here underscore the importance of the local morphology and establish an important first step towards discerning the underlying transport properties of perovskite materials.

  4. Charge transport in organic light-emitting diodes. Experiments and simulations

    Energy Technology Data Exchange (ETDEWEB)

    Schober, Matthias

    2012-11-01

    This thesis is about the development and validation of a numerical model for the simulation of the current-voltage characteristics of organic thin-film devices. The focus is on the analysis of a white organic light-emitting diode (OLED) with fluorescent blue and phosphorescent red and green emitters. The simulation model describes the charge transport as a one-dimensional drift-diffusion current and is developed on the basis of the Scharfetter-Gummel method. It incorporates modern theories for the charge transport in disordered organic materials, which are considered by means of special functions for the diffusion coefficient and the charge-carrier mobility. The algorithm is designed such that it can switch between different models for mobility and calculates both transient and steady-state solutions. In the analysis of the OLED, electron and hole transport are investigated separately in series of single-carrier devices. These test devices incorporate parts of the layers in the OLED between symmetrically arranged injection layers that are electrically doped. Thereby, the OLED layer sequence is reconstructed step by step. The analysis of the test devices allows to obtain the numerous parameters which are required for the simulation of the complete OLED and reveals many interesting features of the OLED. For instance, it is shown how the accumulation of charge carriers in front of an interface barrier increases the mobility and the transfer rate across the interface. Furthermore, it is demonstrated how to identify charge-trapping states. This leads to the detection of deep trap states in the emission zone of the OLED -- an interesting aspect, since these states can function as recombination centers and may cause non-radiative losses. Moreover, various other effects such as interface dipoles and a slight freeze-out of active electric dopants in the injection layers are observed. In the simulations of the numerous test devices, the parameters are consistently applied

  5. Solitary Model of the Charge Particle Transport in Collisionless Plasma

    International Nuclear Information System (INIS)

    Simonchik, L.V.; Trukhachev, F.M.

    2006-01-01

    The one-dimensional MHD solitary model of charged particle transport in plasma is developed. It is shown that self-consistent electric field of ion-acoustic solitons can displace charged particles in space, which can be a reason of local electric current generation. The displacement amount is order of a few Debye lengths. It is shown that the current associated with soliton cascade has pulsating nature with DC component. Methods of built theory verification in dusty plasma are proposed

  6. Competition between deformability and charge transport in semiconducting polymers for flexible and stretchable electronics

    International Nuclear Information System (INIS)

    Printz, Adam D.; Lipomi, Darren J.

    2016-01-01

    The primary goal of the field concerned with organic semiconductors is to produce devices with performance approaching that of silicon electronics, but with the deformability—flexibility and stretchability—of conventional plastics. However, an inherent competition between deformability and charge transport has long been observed in these materials, and achieving the extreme (or even moderate) deformability implied by the word “plastic” concurrently with high charge transport may be elusive. This competition arises because the properties needed for high carrier mobilities—e.g., rigid chains in π-conjugated polymers and high degrees of crystallinity in the solid state—are antithetical to deformability. On the device scale, this competition can lead to low-performance yet mechanically robust devices, or high-performance devices that fail catastrophically (e.g., cracking, cohesive failure, and delamination) under strain. There are, however, some observations that contradict the notion of the mutual exclusivity of electronic and mechanical performances. These observations suggest that this problem may not be a fundamental trade-off, but rather an inconvenience that may be negotiated by a logical selection of materials and processing conditions. For example, the selection of the poly(3-alkylthiophene) with a critical side-chain length—poly(3-heptylthiophene) (n = 7)—marries the high deformability of poly(3-octylthiophene) (n = 8) with the high electronic performance (as manifested in photovoltaic efficiency) of poly(3-hexylthiophene) (n = 6). This review explores the relationship between deformability and charge transport in organic semiconductors. The principal conclusions are that reducing the competition between these two parameters is in fact possible, with two demonstrated routes being: (1) incorporation of softer, insulating material into a stiffer, semiconducting material and (2) increasing disorder in a highly ordered film, but not

  7. Competition between deformability and charge transport in semiconducting polymers for flexible and stretchable electronics

    Energy Technology Data Exchange (ETDEWEB)

    Printz, Adam D.; Lipomi, Darren J., E-mail: dlipomi@ucsd.edu [Department of NanoEngineering, University of California, San Diego, 9500 Gilman Drive, Mail Code 0448, La Jolla, California 92093-0448 (United States)

    2016-06-15

    The primary goal of the field concerned with organic semiconductors is to produce devices with performance approaching that of silicon electronics, but with the deformability—flexibility and stretchability—of conventional plastics. However, an inherent competition between deformability and charge transport has long been observed in these materials, and achieving the extreme (or even moderate) deformability implied by the word “plastic” concurrently with high charge transport may be elusive. This competition arises because the properties needed for high carrier mobilities—e.g., rigid chains in π-conjugated polymers and high degrees of crystallinity in the solid state—are antithetical to deformability. On the device scale, this competition can lead to low-performance yet mechanically robust devices, or high-performance devices that fail catastrophically (e.g., cracking, cohesive failure, and delamination) under strain. There are, however, some observations that contradict the notion of the mutual exclusivity of electronic and mechanical performances. These observations suggest that this problem may not be a fundamental trade-off, but rather an inconvenience that may be negotiated by a logical selection of materials and processing conditions. For example, the selection of the poly(3-alkylthiophene) with a critical side-chain length—poly(3-heptylthiophene) (n = 7)—marries the high deformability of poly(3-octylthiophene) (n = 8) with the high electronic performance (as manifested in photovoltaic efficiency) of poly(3-hexylthiophene) (n = 6). This review explores the relationship between deformability and charge transport in organic semiconductors. The principal conclusions are that reducing the competition between these two parameters is in fact possible, with two demonstrated routes being: (1) incorporation of softer, insulating material into a stiffer, semiconducting material and (2) increasing disorder in a highly ordered film, but not

  8. Surface charge-specific interactions between polymer nanoparticles and ABC transporters in Caco-2 cells

    Energy Technology Data Exchange (ETDEWEB)

    Bhattacharjee, Sourav, E-mail: sourav.bhattacharjee@wur.nl [Wageningen University, Laboratory of Organic Chemistry (Netherlands); Opstal, Edward J. van; Alink, Gerrit M. [Wageningen University, Division of Toxicology (Netherlands); Marcelis, Antonius T. M.; Zuilhof, Han [Wageningen University, Laboratory of Organic Chemistry (Netherlands); Rietjens, Ivonne M. C. M. [Wageningen University, Division of Toxicology (Netherlands)

    2013-06-15

    The surface charge-dependent transport of polymeric nanoparticles (PNPs) across Caco-2 monolayers grown on transwell culture systems as an in vitro model for intestinal transport was tested. The transport of well-characterized, monodisperse, and fluorescent tri-block copolymer nanoparticles (TCNPs/size {approx}45 nm) and polystyrene nanoparticles (PSNPs/size {approx}50 nm), with different surface charges (positive and negative), was quantified. The positive PNPs showed a higher intracellular uptake and flux across the Caco-2 monolayers than the negative PNPs. Multidrug resistance/P-glycoprotein (MDR1/P-gp), a specific ATP-binding cassette (ABC) transporter, was found to play a major role in the cellular efflux of positive PNPs, whereas the multidrug resistance protein 1 took part in the efflux of negative PNPs from Caco-2 cells. The positive PNPs also caused an increased cellular uptake and apical to basolateral transport of the carcinogen PhIP across the Caco-2 monolayer. The flavonoid quercetin, which is known to interact with ABC transporters, promoted the intracellular uptake of different PNPs and interfered with the normal distribution patterns of PNPs in the transwell system. These results indicate that PNPs display surface charge-specific interactions with ABC transporters and can even affect the bioavailability of toxic food-borne compounds (like pro-carcinogens).

  9. Surface charge-specific interactions between polymer nanoparticles and ABC transporters in Caco-2 cells

    Science.gov (United States)

    Bhattacharjee, Sourav; van Opstal, Edward J.; Alink, Gerrit M.; Marcelis, Antonius T. M.; Zuilhof, Han; Rietjens, Ivonne M. C. M.

    2013-06-01

    The surface charge-dependent transport of polymeric nanoparticles (PNPs) across Caco-2 monolayers grown on transwell culture systems as an in vitro model for intestinal transport was tested. The transport of well-characterized, monodisperse, and fluorescent tri-block copolymer nanoparticles (TCNPs/size 45 nm) and polystyrene nanoparticles (PSNPs/size 50 nm), with different surface charges (positive and negative), was quantified. The positive PNPs showed a higher intracellular uptake and flux across the Caco-2 monolayers than the negative PNPs. Multidrug resistance/P-glycoprotein (MDR1/P-gp), a specific ATP-binding cassette (ABC) transporter, was found to play a major role in the cellular efflux of positive PNPs, whereas the multidrug resistance protein 1 took part in the efflux of negative PNPs from Caco-2 cells. The positive PNPs also caused an increased cellular uptake and apical to basolateral transport of the carcinogen PhIP across the Caco-2 monolayer. The flavonoid quercetin, which is known to interact with ABC transporters, promoted the intracellular uptake of different PNPs and interfered with the normal distribution patterns of PNPs in the transwell system. These results indicate that PNPs display surface charge-specific interactions with ABC transporters and can even affect the bioavailability of toxic food-borne compounds (like pro-carcinogens).

  10. Surface charge-specific interactions between polymer nanoparticles and ABC transporters in Caco-2 cells

    International Nuclear Information System (INIS)

    Bhattacharjee, Sourav; Opstal, Edward J. van; Alink, Gerrit M.; Marcelis, Antonius T. M.; Zuilhof, Han; Rietjens, Ivonne M. C. M.

    2013-01-01

    The surface charge-dependent transport of polymeric nanoparticles (PNPs) across Caco-2 monolayers grown on transwell culture systems as an in vitro model for intestinal transport was tested. The transport of well-characterized, monodisperse, and fluorescent tri-block copolymer nanoparticles (TCNPs/size ∼45 nm) and polystyrene nanoparticles (PSNPs/size ∼50 nm), with different surface charges (positive and negative), was quantified. The positive PNPs showed a higher intracellular uptake and flux across the Caco-2 monolayers than the negative PNPs. Multidrug resistance/P-glycoprotein (MDR1/P-gp), a specific ATP-binding cassette (ABC) transporter, was found to play a major role in the cellular efflux of positive PNPs, whereas the multidrug resistance protein 1 took part in the efflux of negative PNPs from Caco-2 cells. The positive PNPs also caused an increased cellular uptake and apical to basolateral transport of the carcinogen PhIP across the Caco-2 monolayer. The flavonoid quercetin, which is known to interact with ABC transporters, promoted the intracellular uptake of different PNPs and interfered with the normal distribution patterns of PNPs in the transwell system. These results indicate that PNPs display surface charge-specific interactions with ABC transporters and can even affect the bioavailability of toxic food-borne compounds (like pro-carcinogens).

  11. Fixed Assets Fair Value and Historical Value – Practical Problems with Implementation and Interpretation

    Directory of Open Access Journals (Sweden)

    Krzysztof Zawadzki

    2009-06-01

    Full Text Available The article presents practical problems with implementation of fixed assets fair value during the acquisition processes. This has influence on the financial statements making and their research by accouters and auditors. In the article, the author would like to find the solution, how the fair value can be used on valuation of fixed assets and which method of it is better during the financial crisis period.

  12. Engineering charge transport by heterostructuring solution-processed semiconductors

    Science.gov (United States)

    Voznyy, Oleksandr; Sutherland, Brandon R.; Ip, Alexander H.; Zhitomirsky, David; Sargent, Edward H.

    2017-06-01

    Solution-processed semiconductor devices are increasingly exploiting heterostructuring — an approach in which two or more materials with different energy landscapes are integrated into a composite system. Heterostructured materials offer an additional degree of freedom to control charge transport and recombination for more efficient optoelectronic devices. By exploiting energetic asymmetry, rationally engineered heterostructured materials can overcome weaknesses, augment strengths and introduce emergent physical phenomena that are otherwise inaccessible to single-material systems. These systems see benefit and application in two distinct branches of charge-carrier manipulation. First, they influence the balance between excitons and free charges to enhance electron extraction in solar cells and photodetectors. Second, they promote radiative recombination by spatially confining electrons and holes, which increases the quantum efficiency of light-emitting diodes. In this Review, we discuss advances in the design and composition of heterostructured materials, consider their implementation in semiconductor devices and examine unexplored paths for future advancement in the field.

  13. The thermoballistic transport model a novel approach to charge carrier transport in semiconductors

    CERN Document Server

    Lipperheide, Reinhard

    2014-01-01

    The book presents a comprehensive survey of the thermoballistic approach to charge carrier transport in semiconductors. This semi-classical approach, which the authors have developed over the past decade, bridges the gap between the opposing drift-diffusion and ballistic  models of carrier transport. While incorporating basic features of the latter two models, the physical concept underlying the thermoballistic approach constitutes a novel, unifying scheme. It is based on the introduction of "ballistic configurations" arising from a random partitioning of the length of a semiconducting sample into ballistic transport intervals. Stochastic averaging of the ballistic carrier currents over the ballistic configurations results in a position-dependent thermoballistic current, which is the key element of the thermoballistic concept and forms  the point of departure for the calculation of all relevant transport properties. In the book, the thermoballistic concept and its implementation are developed in great detai...

  14. Charge transport properties of CdMnTe radiation detectors

    Energy Technology Data Exchange (ETDEWEB)

    Kim K.; Rafiel, R.; Boardman, M.; Reinhard, I.; Sarbutt, A.; Watt, G.; Watt, C.; Uxa, S.; Prokopovich, D.A.; Belas, E.; Bolotnikov, A.E.; James, R.B.

    2012-04-11

    Growth, fabrication and characterization of indium-doped cadmium manganese telluride (CdMnTe)radiation detectors have been described. Alpha-particle spectroscopy measurements and time resolved current transient measurements have yielded an average charge collection efficiency approaching 100 %. Spatially resolved charge collection efficiency maps have been produced for a range of detector bias voltages. Inhomogeneities in the charge transport of the CdMnTe crystals have been associated with chains of tellurium inclusions within the detector bulk. Further, it has been shown that the role of tellurium inclusions in degrading chargecollection is reduced with increasing values of bias voltage. The electron transit time was determined from time of flight measurements. From the dependence of drift velocity on applied electric field the electron mobility was found to be n = (718 55) cm2/Vs at room temperature.

  15. Charge Carrier Transport and Photogeneration in P3HT:PCBM Photovoltaic Blends

    KAUST Repository

    Laquai, Frederic

    2015-05-03

    This article reviews the charge transport and photogeneration in bulk-heterojunction solar cells made from blend films of regioregular poly(3-hexylthiophene) (RR-P3HT) and methano­fullerene (PCBM). The charge transport, specifically the hole mobility in the RR-P3HT phase of the polymer:fullerene photovoltaic blend, is dramatically affected by thermal annealing. The hole mobility increases more than three orders of magnitude and reaches a value of up to 2 × 10−4 cm2 V−1 s−1 after the thermal annealing process as a result of an improved semi-crystallinity of the film. This significant increase of the hole mobility balances the electron and hole mobilities in a photovoltaic blend in turn reducing space-charge formation, and this is the most important factor for the strong enhancement of the photovoltaic efficiency compared to an as cast, that is, non-annealed device. In fact, the balanced charge carrier mobility in RR-P3HT:PCBM blends in combination with a field- and temperature-independent charge carrier generation and greatly reduced non-geminate recombination explains the large quantum efficiencies mea­sured in P3HT:PCBM photovoltaic devices.

  16. Chemical disorder and charge transport in ferromagnetic manganites

    International Nuclear Information System (INIS)

    Pickett, W.E.; Singh, D.J.

    1997-01-01

    Disorder broadening due to randomly distributed La 3+ and A 2+ (A=Ca,Sr,Ba) cations is combined with a virtual-crystal treatment of the average system to evaluate the effects on both majority and minority transport in the ferromagnetic La 2/3 A 1/3 MnO 3 system. The low-density minority carriers which lie in the band tail are localized by disorder, while the majority carriers retain long mean free paths reflected in the observed strongly metallic conductivity. In addition to obtaining transport parameters, we provide evidence that local distortions are due to nearby ionic charges rather than to ion size considerations. copyright 1997 The American Physical Society

  17. General view of Lie algebrical methods in applied mathematics optics and transport systems for charged beam accelerators

    Energy Technology Data Exchange (ETDEWEB)

    Dattoli, G.; Torre, A.

    1991-12-01

    The theory of partial and ordinary differential equations is reformulated within the context of a unifying formalism, which combines the algebric ordering procedure with the matrix image technique. The problems of the invariant forms, associated with ordinary differential equations, is approached within the framework of the same formalism, thus dispalying interesting relations with the Courant-Snyder invariant, introduced in the analysis of the motion of a charged particle along a transport channel, and with the Lewis-Riesenfeld invariant, introduced in the analysis of the evolution of a quantum harmonic oscillator with time-dependent frequency. Particular attention is devoted to the paraxial propagation of an electromagnetic wave through a non homogeneous medium and to the paraxial motion of a charged particle beam in a circular accelerator.

  18. Carbon materials for enhancing charge transport in the advancements of perovskite solar cells

    Science.gov (United States)

    Hu, Ruiyuan; Chu, Liang; Zhang, Jian; Li, Xing'ao; Huang, Wei

    2017-09-01

    Organic-inorganic halide perovskite solar cells (PSCs) have become a new favorite in the photovoltaic field, due to the boosted efficiency up to 22.1%. Despite a flow of achievements, there are certain challenges to simultaneously meet high efficiency, large scale, low cost and high stability. Due to the low cost, extensive sources, high electrical conductivity and chemical stability, carbon materials have made undeniable contributions to play positive roles in developing PSCs. Carbon materials not only have the favorable conductivity but also bipolar advantage, which can transfer both electrons and holes. In this review, we will discuss how the carbon materials transfer charge or accelerate charge transport by incorporation in PSCs. Carbon materials can replace transparent conductive oxide layers, and enhance electron transport in electron transport layers. Moreover, carbon materials with continuous structure, especially carbon nanotubes and graphene, can provide direct charge transport channel that make them suitable additives or even substitutes in hole transport layers. Especially, the successful application of carbon materials as counter electrodes makes the devices full-printable, low temperature and high stability. Finally, a brief outlook is provided on the future development of carbon materials for PSCs, which are expected to devote more contributions in the future photovoltaic market.

  19. Ship Block Transportation Scheduling Problem Based on Greedy Algorithm

    Directory of Open Access Journals (Sweden)

    Chong Wang

    2016-05-01

    Full Text Available Ship block transportation problems are crucial issues to address in reducing the construction cost and improving the productivity of shipyards. Shipyards aim to maximize the workload balance of transporters with time constraint such that all blocks should be transported during the planning horizon. This process leads to three types of penalty time: empty transporter travel time, delay time, and tardy time. This study aims to minimize the sum of the penalty time. First, this study presents the problem of ship block transportation with the generalization of the block transportation restriction on the multi-type transporter. Second, the problem is transformed into the classical traveling salesman problem and assignment problem through a reasonable model simplification and by adding a virtual node to the proposed directed graph. Then, a heuristic algorithm based on greedy algorithm is proposed to assign blocks to available transporters and sequencing blocks for each transporter simultaneously. Finally, the numerical experiment method is used to validate the model, and its result shows that the proposed algorithm is effective in realizing the efficient use of the transporters in shipyards. Numerical simulation results demonstrate the promising application of the proposed method to efficiently improve the utilization of transporters and to reduce the cost of ship block logistics for shipyards.

  20. Terahertz transport dynamics of graphene charge carriers

    DEFF Research Database (Denmark)

    Buron, Jonas Christian Due

    The electronic transport dynamics of graphene charge carriers at femtosecond (10-15 s) to picosecond (10-12 s) time scales are investigated using terahertz (1012 Hz) time-domain spectroscopy (THz-TDS). The technique uses sub-picosecond pulses of electromagnetic radiation to gauge the electrodynamic...... response of thin conducting films at up to multi-terahertz frequencies. In this thesis THz-TDS is applied towards two main goals; (1) investigation of the fundamental carrier transport dynamics in graphene at femtosecond to picosecond timescales and (2) application of terahertz time-domain spectroscopy...... to rapid and non-contact electrical characterization of large-area graphene, relevant for industrial integration. We show that THz-TDS is an accurate and reliable probe of graphene sheet conductance, and that the technique provides insight into fundamental aspects of the nanoscopic nature of conduction...

  1. A model for the derivation of new transport limits for non-fixed contamination

    International Nuclear Information System (INIS)

    Thierfeldt, S.; Lorenz, B.; Hesse, J.

    2004-01-01

    The IAEA Regulations for the Safe Transport of Radioactive Material contain requirements for contamination limits on packages and conveyances used for the transport of radioactive material. Current contamination limits for packages and conveyances under routine transport conditions have been derived from a model proposed by Fairbairn more than 40 years ago. This model has proven effective if used with pragmatism, but is based on very conservative as well as extremely simple assumptions which is in no way appropriate any more and which is not compatible with ICRP recommendations regarding radiation protection standards. Therefore, a new model has now been developed which reflects all steps of the transport process. The derivation of this model has been fostered by the IAEA by initiating a Co-ordinated Research Project. The results of the calculations using this model could be directly applied as new nuclide specific transport limits for the non-fixed contamination

  2. A model for the derivation of new transport limits for non-fixed contamination

    Energy Technology Data Exchange (ETDEWEB)

    Thierfeldt, S. [Brenk Systemplanung GmbH, Aachen (Germany); Lorenz, B. [GNS Gesellschaft fuer Nuklearservice, Essen (Germany); Hesse, J. [RWE Power AG, Essen (Germany)

    2004-07-01

    The IAEA Regulations for the Safe Transport of Radioactive Material contain requirements for contamination limits on packages and conveyances used for the transport of radioactive material. Current contamination limits for packages and conveyances under routine transport conditions have been derived from a model proposed by Fairbairn more than 40 years ago. This model has proven effective if used with pragmatism, but is based on very conservative as well as extremely simple assumptions which is in no way appropriate any more and which is not compatible with ICRP recommendations regarding radiation protection standards. Therefore, a new model has now been developed which reflects all steps of the transport process. The derivation of this model has been fostered by the IAEA by initiating a Co-ordinated Research Project. The results of the calculations using this model could be directly applied as new nuclide specific transport limits for the non-fixed contamination.

  3. Adiabatic and Nonadiabatic Charge Transport in Li-S Batteries

    DEFF Research Database (Denmark)

    Park, Haesun; Kumar, Nitin; Melander, Marko

    2018-01-01

    The insulating nature of the redox end members in Li-S batteries, -S and Li2S, has the potential to limit the capacity and efficiency of this emerging energy storage system. Nevertheless, the mechanisms responsible for ionic and electronic transport in these materials remain a matter of debate...... studies, we conclude that low equilibrium carrier concentrations are responsible for sluggish charge transport in -S and Li2S. Thus, a potential strategy for improving the performance of Li-S batteries is to increase the concentrations of holes in these redox end members....

  4. Observation of quantum interference in molecular charge transport

    DEFF Research Database (Denmark)

    Guedon, Constant M.; Valkenier, Hennie; Markussen, Troels

    2012-01-01

    for such behaviour has been indirect. Here, we report the observation of destructive quantum interference in charge transport through two-terminal molecular junctions at room temperature. We studied five different rigid p-conjugated molecular wires, all of which form self-assembled monolayers on a gold surface......, and find that the degree of interference can be controlled by simple chemical modifications of the molecular wire....

  5. A Problem on Optimal Transportation

    Science.gov (United States)

    Cechlarova, Katarina

    2005-01-01

    Mathematical optimization problems are not typical in the classical curriculum of mathematics. In this paper we show how several generalizations of an easy problem on optimal transportation were solved by gifted secondary school pupils in a correspondence mathematical seminar, how they can be used in university courses of linear programming and…

  6. Traveling Salesman Problem with Transportation

    Directory of Open Access Journals (Sweden)

    Valeriu Ungureanu

    2006-09-01

    Full Text Available Traveling Salesman Problem (TSP is a generic name that includes diverse practical models. Motivated by applications, a new model of TSP is examined – a synthesis of classical TSP and classical Transportation Problem. Algorithms based on Integer Programming cutting-plane methods and Branch and Bound Techniques are obvious.

  7. Generalization of Spectral Green's Function nodal method for slab-geometry fixed-source adjoint transport problems in S{sub N} formulation

    Energy Technology Data Exchange (ETDEWEB)

    Curbelo, Jesus P.; Silva, Odair P. da; Barros, Ricardo C. [Universidade do Estado do Rio de Janeiro (UERJ), Nova Friburgo, RJ (Brazil). Instituto Politecnico. Programa de Pos-graduacao em Modelagem Computacional; Garcia, Carlos R., E-mail: cgh@instec.cu [Departamento de Ingenieria Nuclear, Instituto Superior de Tecnologias y Ciencias Aplicadas (InSTEC), La Habana (Cuba)

    2017-07-01

    Presented here is the application of the adjoint technique for solving source-detector discrete ordinates (S{sub N}) transport problems by using a spectral nodal method. For slab-geometry adjoint S-N model, the adjoint spectral Green's function method (SGF{sup †}) is extended to multigroup problems considering arbitrary L'th-order of scattering anisotropy, and the possibility of non-zero prescribed boundary conditions for the forward S{sub N} transport problems. The SGF{sup †} method converges numerical solutions that are completely free from spatial truncation errors. In order to generate numerical solutions of the SGF{sup †} equations, we use the partial adjoint one-node block inversion (NBI) iterative scheme. Partial adjoint NBI scheme uses the most recent estimates for the node-edge adjoint angular Fluxes in the outgoing directions of a given discretization node, to solve the resulting adjoint SN problem in that node for all the adjoint angular fluxes in the incoming directions, which constitute the outgoing adjoint angular fluxes for the adjacent node in the sweeping directions. Numerical results are given to illustrate the present spectral nodal method features and some advantages of using the adjoint technique in source-detector problems. author)

  8. Solution of charged particle transport equation by Monte-Carlo method in the BRANDZ code system

    International Nuclear Information System (INIS)

    Artamonov, S.N.; Androsenko, P.A.; Androsenko, A.A.

    1992-01-01

    Consideration is given to the issues of Monte-Carlo employment for the solution of charged particle transport equation and its implementation in the BRANDZ code system under the conditions of real 3D geometry and all the data available on radiation-to-matter interaction in multicomponent and multilayer targets. For the solution of implantation problem the results of BRANDZ data comparison with the experiments and calculations by other codes in complexes systems are presented. The results of direct nuclear pumping process simulation for laser-active media by a proton beam are also included. 4 refs.; 7 figs

  9. One-dimensional central-force problem, including radiation reaction

    International Nuclear Information System (INIS)

    Kasher, J.C.

    1976-01-01

    Two equal masses of equal charge magnitude (either attractive or repulsive) are held a certain distance apart for their entire past history. AT t = 0 one of them is either started from rest or given an initial velocity toward or away from the other charge. When the Dirac radiation-reaction force is included in the force equation, our Taylor-series numerical calculations lead to two types of nonphysical results for both the attractive and repulsive cases. In the attractive case, the moving charge either stops and moves back out to infinity, or violates energy conservation as it nears collision with the fixed charge. For the repulsive charges, the moving particle either eventually approaches and collides with the fixed one, or violates energy conservation as it goes out to infinity. These results lead us to conclude that the Lorentz-Dirac equation is not valid for the one-dimensional central-force problem

  10. Charge and Spin Transport in Spin-orbit Coupled and Topological Systems

    KAUST Repository

    Ndiaye, Papa Birame

    2017-10-31

    In the search for low power operation of microelectronic devices, spin-based solutions have attracted undeniable increasing interest due to their intrinsic magnetic nonvolatility. The ability to electrically manipulate the magnetic order using spin-orbit interaction, associated with the recent emergence of topological spintronics with its promise of highly efficient charge-to-spin conversion in solid state, offer alluring opportunities in terms of system design. Although the related technology is still at its infancy, this thesis intends to contribute to this engaging field by investigating the nature of the charge and spin transport in spin-orbit coupled and topological systems using quantum transport methods. We identified three promising building blocks for next-generation technology, three classes of systems that possibly enhance the spin and charge transport efficiency: (i)- topological insulators, (ii)- spin-orbit coupled magnonic systems, (iii)- topological magnetic textures (skyrmions and 3Q magnetic state). Chapter 2 reviews the basics and essential concepts used throughout the thesis: the spin-orbit coupling, the mathematical notion of topology and its importance in condensed matter physics, then topological magnetism and a zest of magnonics. In Chapter 3, we study the spin-orbit torques at the magnetized interfaces of 3D topological insulators. We demonstrated that their peculiar form, compared to other spin-orbit torques, have important repercussions in terms of magnetization reversal, charge pumping and anisotropic damping. In Chapter 4, we showed that the interplay between magnon current jm and magnetization m in homogeneous ferromagnets with Dzyaloshinskii-Moriya (DM) interaction, produces a field-like torque as well as a damping-like torque. These DM torques mediated by spin wave can tilt the imeaveraged magnetization direction and are similar to Rashba torques for electronic systems. Moreover, the DM torque is more efficient when magnons are

  11. PATH: a lumped-element beam-transport simulation program with space charge

    International Nuclear Information System (INIS)

    Farrell, J.A.

    1983-01-01

    PATH is a group of computer programs for simulating charged-particle beam-transport systems. It was developed for evaluating the effects of some aberrations without a time-consuming integration of trajectories through the system. The beam-transport portion of PATH is derived from the well-known program, DECAY TURTLE. PATH contains all features available in DECAY TURTLE (including the input format) plus additional features such as a more flexible random-ray generator, longitudinal phase space, some additional beamline elements, and space-charge routines. One of the programs also provides a simulation of an Alvarez linear accelerator. The programs, originally written for a CDC 7600 computer system, also are available on a VAX-VMS system. All of the programs are interactive with input prompting for ease of use

  12. Spiro-OMeTAD single crystals: Remarkably enhanced charge-carrier transport via mesoscale ordering

    KAUST Repository

    Shi, Dong

    2016-04-15

    We report the crystal structure and hole-transport mechanism in spiro-OMeTAD [2,2′,7,7′-tetrakis(N,N-di-p-methoxyphenyl-amine)9,9′-spirobifluorene], the dominant hole-transporting material in perovskite and solid-state dye-sensitized solar cells. Despite spiro-OMeTAD’s paramount role in such devices, its crystal structure was unknown because of highly disordered solution-processed films; the hole-transport pathways remained ill-defined and the charge carrier mobilities were low, posing a major bottleneck for advancing cell efficiencies. We devised an antisolvent crystallization strategy to grow single crystals of spiro-OMeTAD, which allowed us to experimentally elucidate its molecular packing and transport properties. Electronic structure calculations enabled us to map spiro-OMeTAD’s intermolecular charge-hopping pathways. Promisingly, single-crystal mobilities were found to exceed their thin-film counterparts by three orders of magnitude. Our findings underscore mesoscale ordering as a key strategy to achieving breakthroughs in hole-transport material engineering of solar cells.

  13. A General Iterative Method of Fixed Points for Mixed Equilibrium Problems and Variational Inclusion Problems

    Directory of Open Access Journals (Sweden)

    Phayap Katchang

    2010-01-01

    Full Text Available The purpose of this paper is to investigate the problem of finding a common element of the set of solutions for mixed equilibrium problems, the set of solutions of the variational inclusions with set-valued maximal monotone mappings and inverse-strongly monotone mappings, and the set of fixed points of a family of finitely nonexpansive mappings in the setting of Hilbert spaces. We propose a new iterative scheme for finding the common element of the above three sets. Our results improve and extend the corresponding results of the works by Zhang et al. (2008, Peng et al. (2008, Peng and Yao (2009, as well as Plubtieng and Sriprad (2009 and some well-known results in the literature.

  14. Inverse problem in radionuclide transport

    International Nuclear Information System (INIS)

    Yu, C.

    1988-01-01

    The disposal of radioactive waste must comply with the performance objectives set forth in 10 CFR 61 for low-level waste (LLW) and 10 CFR 60 for high-level waste (HLW). To determine probable compliance, the proposed disposal system can be modeled to predict its performance. One of the difficulties encountered in such a study is modeling the migration of radionuclides through a complex geologic medium for the long term. Although many radionuclide transport models exist in the literature, the accuracy of the model prediction is highly dependent on the model parameters used. The problem of using known parameters in a radionuclide transport model to predict radionuclide concentrations is a direct problem (DP); whereas the reverse of DP, i.e., the parameter identification problem of determining model parameters from known radionuclide concentrations, is called the inverse problem (IP). In this study, a procedure to solve IP is tested, using the regression technique. Several nonlinear regression programs are examined, and the best one is recommended. 13 refs., 1 tab

  15. Charge carrier transport and photogeneration in P3HT:PCBM photovoltaic blends.

    Science.gov (United States)

    Laquai, Frédéric; Andrienko, Denis; Mauer, Ralf; Blom, Paul W M

    2015-06-01

    This article reviews the charge transport and photogeneration in bulk-heterojunction solar cells made from blend films of regioregular poly(3-hexylthiophene) (RR-P3HT) and methano-fullerene (PCBM). The charge transport, specifically the hole mobility in the RR-P3HT phase of the polymer:fullerene photovoltaic blend, is dramatically affected by thermal annealing. The hole mobility increases more than three orders of magnitude and reaches a value of up to 2 × 10(-4) cm(2) V(-1) s(-1) after the thermal annealing process as a result of an improved semi-crystallinity of the film. This significant increase of the hole mobility balances the electron and hole mobilities in a photovoltaic blend in turn reducing space-charge formation, and this is the most important factor for the strong enhancement of the photovoltaic efficiency compared to an as cast, that is, non-annealed device. In fact, the balanced charge carrier mobility in RR-P3HT:PCBM blends in combination with a field- and temperature-independent charge carrier generation and greatly reduced non-geminate recombination explains the large quantum efficiencies mea-sured in P3HT:PCBM photovoltaic devices. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. Optical patterning of trapped charge in nitrogen-doped diamond

    Science.gov (United States)

    Jayakumar, Harishankar; Henshaw, Jacob; Dhomkar, Siddharth; Pagliero, Daniela; Laraoui, Abdelghani; Manson, Neil B.; Albu, Remus; Doherty, Marcus W.; Meriles, Carlos A.

    2016-08-01

    The nitrogen-vacancy (NV) centre in diamond is emerging as a promising platform for solid-state quantum information processing and nanoscale metrology. Of interest in these applications is the manipulation of the NV charge, which can be attained by optical excitation. Here, we use two-colour optical microscopy to investigate the dynamics of NV photo-ionization, charge diffusion and trapping in type-1b diamond. We combine fixed-point laser excitation and scanning fluorescence imaging to locally alter the concentration of negatively charged NVs, and to subsequently probe the corresponding redistribution of charge. We uncover the formation of spatial patterns of trapped charge, which we qualitatively reproduce via a model of the interplay between photo-excited carriers and atomic defects. Further, by using the NV as a probe, we map the relative fraction of positively charged nitrogen on localized optical excitation. These observations may prove important to transporting quantum information between NVs or to developing three-dimensional, charge-based memories.

  17. On bi-criteria two-stage transportation problem: a case study

    Directory of Open Access Journals (Sweden)

    Ahmad MURAD

    2010-01-01

    Full Text Available The study of the optimum distribution of goods between sources and destinations is one of the important topics in projects economics. This importance comes as a result of minimizing the transportation cost, deterioration, time, etc. The classical transportation problem constitutes one of the major areas of application for linear programming. The aim of this problem is to obtain the optimum distribution of goods from different sources to different destinations which minimizes the total transportation cost. From the practical point of view, the transportation problems may differ from the classical form. It may contain one or more objective function, one or more stage to transport, one or more type of commodity with one or more means of transport. The aim of this paper is to construct an optimization model for transportation problem for one of mill-stones companies. The model is formulated as a bi-criteria two-stage transportation problem with a special structure depending on the capacities of suppliers, warehouses and requirements of the destinations. A solution algorithm is introduced to solve this class of bi-criteria two-stage transportation problem to obtain the set of non-dominated extreme points and the efficient solutions accompanied with each one that enables the decision maker to choose the best one. The solution algorithm mainly based on the fruitful application of the methods for treating transportation problems, theory of duality of linear programming and the methods of solving bi-criteria linear programming problems.

  18. Plasma stream transport method (2) Use of charge exchange plasma source

    International Nuclear Information System (INIS)

    Tsuchimoto, T.

    1978-01-01

    The plasma stream transport method using a single plasma source has limitations for practical film deposition. Using a charge exchange phenomenon, a new plasma source is devised and tested by the plasma stream transport machine. Metals, silicon dioxide, and nitride films are deposited by this system. The mechanism of deposition under relatively high vacuum surrounding a silicon wafer is discussed as is the effect of radical atoms

  19. The impact of conflict issues on fixed-pie perceptions, problem solving, and integrative outcomes in negotiation

    NARCIS (Netherlands)

    Harinck, F.; de Dreu, C.K.W.; van Vianen, A.E.M.

    2000-01-01

    It is argued that a negotiators fixed-pie perception, cooperative motivation, problem-solving behavior, and integrative outcomes are influenced by the content of the negotiationthe conflict issue. Negotiation involves conflicting interests, conflicting ideas about intellective problems, or

  20. Electrification Opportunities in the Transportation Sector and Impact of Residential Charging

    Energy Technology Data Exchange (ETDEWEB)

    Muratori, Matteo [National Renewable Energy Laboratory (NREL), Golden, CO (United States)

    2018-04-04

    This presentation provides an overview of electrification opportunities in the transportation sector and present results of a study assessing the impact of residential charging on residential power demand and electric power distribution infrastructure.

  1. Charge transport in non-irradiated and irradiated silicon detectors

    International Nuclear Information System (INIS)

    Leroy, C.; Roy, P.; Casse, G.L.; Glaser, M.; Grigoriev, E.; Lemeilleur, F.

    1999-01-01

    A model describing the transport of the charge carriers generated in n-type silicon detectors by ionizing particles is presented. In order to reproduce the experimental current pulse responses induced by α and β particles in non-irradiated and irradiated detectors up to fluences (PHI) much beyond the n to p-type inversion, an n-type region 15 μm deep is introduced on the p + side of the diode. This model also gives mobilities which decrease linearly up to fluences of around 5x10 13 particles/cm 2 and beyond, converging to saturation values of about 1000 and 450 cm 2 /V s for electrons and holes, respectively. The charge carrier lifetime degradation with increased fluence, due to trapping, is responsible for a predicted charge collection deficit for β particles and for α particles which is found to agree with direct CCE measurements. (author)

  2. Effects of Te inclusions on charge-carrier transport properties in CdZnTe radiation detectors

    International Nuclear Information System (INIS)

    Gu, Yaxu; Rong, Caicai; Xu, Yadong; Shen, Hao; Zha, Gangqiang; Wang, Ning; Lv, Haoyan; Li, Xinyi; Wei, Dengke; Jie, Wanqi

    2015-01-01

    Highlights: • This work reveals the behaviors of Te inclusion in affecting charge-carrier transport properties in CdZnTe detectors for the first time and analysis the mechanism therein. • The results show that charge collection efficiencies in Te inclusion degraded regions experience fast ascent under low biases and slow descent at high applied biases, which deviates from the Hecht rule. • This phenomenon is attributed to the competitive influence of two mechanisms under different biases, namely charge carrier trapping due to uniformly distributed point defects and Te inclusion induced transient charge loss. • A modified Hecht equation is further proposed to explain the effects of high-density localized defects, say Te inclusions, on the charge collection efficiency. • We believe that this research has wide appeal to analyze the macroscopic defects and their influence on charge transport properties in semiconductor radiation detectors. - Abstract: The influence of tellurium (Te) inclusions on the charge collection efficiency in cadmium zinc telluride (CdZnTe or CZT) detectors has been investigated using ion beam induced charge (IBIC) technique. Combining the analysis of infrared transmittance image, most of the low charge collection areas in the IBIC images prove the existence of Te inclusions. To further clarify the role of Te inclusions on charge transport properties, bias dependent local IBIC scan was performed on Te inclusion related regions from 20 V to 500 V. The result shows that charge collection efficiencies in Te inclusion degraded regions experience fast ascent under low biases and slow descent at high applied biases, which deviates from Hecht rule. This behavior is attributed to the competitive influence of two mechanisms under different biases, namely charge carrier trapping due to uniformly distributed point defects and Te inclusion induced transient charge loss. A modified Hecht equation is further proposed to explain the effects of high

  3. Charge and Spin Transport in Spin-orbit Coupled and Topological Systems

    KAUST Repository

    Ndiaye, Papa Birame

    2017-01-01

    for next-generation technology, three classes of systems that possibly enhance the spin and charge transport efficiency: (i)- topological insulators, (ii)- spin-orbit coupled magnonic systems, (iii)- topological magnetic textures (skyrmions and 3Q magnetic

  4. Convex Minimization with Constraints of Systems of Variational Inequalities, Mixed Equilibrium, Variational Inequality, and Fixed Point Problems

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We introduce and analyze one iterative algorithm by hybrid shrinking projection method for finding a solution of the minimization problem for a convex and continuously Fréchet differentiable functional, with constraints of several problems: finitely many generalized mixed equilibrium problems, finitely many variational inequalities, the general system of variational inequalities and the fixed point problem of an asymptotically strict pseudocontractive mapping in the intermediate sense in a real Hilbert space. We prove strong convergence theorem for the iterative algorithm under suitable conditions. On the other hand, we also propose another iterative algorithm by hybrid shrinking projection method for finding a fixed point of infinitely many nonexpansive mappings with the same constraints, and derive its strong convergence under mild assumptions.

  5. Charge transport in silicon nanocrystal superlattices in the terahertz regime

    Czech Academy of Sciences Publication Activity Database

    Němec, Hynek; Zajac, Vít; Kužel, Petr; Malý, P.; Gutsch, S.; Hiller, D.; Zacharias, M.

    2015-01-01

    Roč. 91, č. 19 (2015), "195443-1"-"195443-10" ISSN 1098-0121 R&D Projects: GA ČR GA13-12386S Institutional support: RVO:68378271 Keywords : silicon nanocrystals * charge transport * terahertz spectroscopy Subject RIV: BM - Solid Matter Physics ; Magnetism Impact factor: 3.736, year: 2014

  6. Distributed Graphs for Solving Co-modal Transport Problems

    OpenAIRE

    Karama , Jeribi; Hinda , Mejri; Hayfa , Zgaya; Slim , Hammadi

    2011-01-01

    International audience; The paper presents a new approach based on a special distributed graphs in order to solve co-modal transport problems. The co-modal transport system consists on combining different transport modes effectively in terms of economic, environmental, service and financial efficiency, etc. However, the problem is that these systems must deal with different distributed information sources stored in different locations and provided by different public and private companies. In...

  7. On the mechanism of charge transport in low density polyethylene

    Science.gov (United States)

    Upadhyay, Avnish K.; Reddy, C. C.

    2017-08-01

    Polyethylene based polymeric insulators, are being increasingly used in the power industry for their inherent advantages over conventional insulation materials. Specifically, modern power cables are almost made with these materials, replacing the mass-impregnated oil-paper cable technology. However, for ultra-high dc voltage applications, the use of these polymeric cables is hindered by ununderstood charge transport and accumulation. The conventional conduction mechanisms (Pool-Frenkel, Schottky, etc.) fail to track high-field charge transport in low density polyethylene, which is semi-crystalline in nature. Until now, attention was devoted mainly to the amorphous region of the material. In this paper, authors propose a novel mechanism for conduction in low density polyethylene, which could successfully track experimental results. As an implication, a novel, substantial relationship is established for electrical conductivity that could be effectively used for understanding conduction and breakdown in polyethylene, which is vital for successful development of ultra-high voltage dc cables.

  8. Charge transportation in polyaniline/V2O5 composites

    International Nuclear Information System (INIS)

    Huguenin, Fritz; Torresi, Roberto M.

    2004-01-01

    In this work, composites formed from a mixture of V 2 O 5 and polyaniline (PANI) were investigated, for applications as cathode materials for secondary lithium batteries. Electrochemical quartz crystal microbalance (EQCM) data show that charge compensation in the [PANI] 0.3 V 2 O 5 nanocomposite is achieved predominantly by Li + migration. However, the charge compensation in the [PANI]V 2 O 5 microcomposite occurs by Li + and Cl O 4 - transport. Electrochemical Impedance Spectroscopy (EIS) measurements reveal several benefits of nanohybrid formation, including the achievement of shorter ionic diffusion pathways, the higher diffusion rate of the lithium ion and also the higher electronic conductivity, which are responsible for a synergetic effect of the energy storage properties. (author)

  9. Three-dimensional charge transport in organic semiconductor single crystals.

    Science.gov (United States)

    He, Tao; Zhang, Xiying; Jia, Jiong; Li, Yexin; Tao, Xutang

    2012-04-24

    Three-dimensional charge transport anisotropy in organic semiconductor single crystals - both plates and rods (above and below, respectively, in the figure) - is measured in well-performing organic field-effect transistors for the first time. The results provide an excellent model for molecular design and device preparation that leads to good performance. Copyright © 2012 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  10. On the nature of high field charge transport in reinforced silicone dielectrics: Experiment and simulation

    Energy Technology Data Exchange (ETDEWEB)

    Huang, Yanhui, E-mail: huangy12@rpi.edu; Schadler, Linda S. [Department of Material Science and Engineering, Rensselaer Polytechnic Institute, 110 8th street, Troy, New York 12180 (United States)

    2016-08-07

    The high field charge injection and transport properties in reinforced silicone dielectrics were investigated by measuring the time-dependent space charge distribution and the current under dc conditions up to the breakdown field and were compared with the properties of other dielectric polymers. It is argued that the energy and spatial distribution of localized electronic states are crucial in determining these properties for polymer dielectrics. Tunneling to localized states likely dominates the charge injection process. A transient transport regime arises due to the relaxation of charge carriers into deep traps at the energy band tails and is successfully verified by a Monte Carlo simulation using the multiple-hopping model. The charge carrier mobility is found to be highly heterogeneous due to the non-uniform trapping. The slow moving electron packet exhibits a negative field dependent drift velocity possibly due to the spatial disorder of traps.

  11. Analysis of charge transport in gels containing polyoxometallates using methods of different sensitivity to migration.

    Science.gov (United States)

    Caban, Karolina; Lewera, Adam; Zukowska, Grazyna Z; Kulesza, Pawel J; Stojek, Zbigniew; Jeffrey, Kenneth R

    2006-08-04

    Two methods have been used for examination of transport of charge in gels soaked with DMF and containing dissolved polyoxometallates. The first method is based on the analysis of both Cottrellian and steady-state currents and therefore is capable of giving the concentration of the electroactive redox centres and their transport (diffusion-type) coefficient. The second method provides the real diffusion coefficients, i.e. transport coefficients free of migrational influence, for both the substrate and the product of the electrode reaction. Several gels based on poly(methyl methacrylate), with charged (addition of 1-acrylamido-2-methyl-2-propanesulphonic acid to the polymerization mixture) and uncharged chains, have been used in the investigation. The ratio obtained for the diffusion coefficient (second method) and transport coefficient (first method) was smaller for the gels containing charged polymer chains than for the gels with uncharged chains. In part these changes could be explained by the contribution of migration to the transport of polyoxomatallates in the gels. However, the impact of the changes in the polymer-channel capacity at the electrode surface while the electrode process proceeds was also considered. These structural changes should affect differently the methods based on different time domains.

  12. Integrating routing decisions in public transportation problems

    CERN Document Server

    Schmidt, Marie E

    2014-01-01

    This book treats three planning problems arising in public railway transportation planning: line planning, timetabling, and delay management, with the objective to minimize passengers’ travel time. While many optimization approaches simplify these problems by assuming that passengers’ route choice is independent of the solution, this book focuses on models which take into account that passengers will adapt their travel route to the implemented planning solution. That is, a planning solution and passengers’ routes are determined and evaluated simultaneously. This work is technically deep, with insightful findings regarding complexity and algorithmic approaches to public transportation problems with integrated passenger routing. It is intended for researchers in the fields of mathematics, computer science, or operations research, working in the field of public transportation from an optimization standpoint. It is also ideal for students who want to gain intuition and experience in doing complexity proofs ...

  13. Conformation sensitive charge transport in conjugated polymers

    International Nuclear Information System (INIS)

    Mattias Andersson, L.; Hedström, Svante; Persson, Petter

    2013-01-01

    Temperature dependent charge carrier mobility measurements using field effect transistors and density functional theory calculations are combined to show how the conformation dependent frontier orbital delocalization influences the hole- and electron mobilities in a donor-acceptor based polymer. A conformationally sensitive lowest unoccupied molecular orbital results in an electron mobility that decreases with increasing temperature above room temperature, while a conformationally stable highest occupied molecular orbital is consistent with a conventional hole mobility behavior and also proposed to be one of the reasons for why the material works well as a hole transporter in amorphous bulk heterojunction solar cells

  14. Computational investigation of the effects of perfluorination on the charge-transport properties of polyaromatic hydrocarbons

    International Nuclear Information System (INIS)

    Cardia, R.; Malloci, G.; Bosin, A.; Serra, G.; Cappellini, G.

    2016-01-01

    We present a systematic computational study of the effects of perfluorination on the charge-transport properties of three homologous classes of polyaromatic hydrocarbons of interest for molecular electronics: acenes, pyrenes, and circumacenes. By means of Density Functional Theory calculations we first obtained the key molecular properties for transport of both holes and electrons. We then used these parameters in the framework of Marcus theory to compare charge-transfer rates in the high temperatures regime for both unsubstituted and perfluorinated molecules. We additionally estimated the relative charge-mobility of each unsubstituted (perfluorinated) molecule with respect to unsubstituted (perfluorinated) pentacene. We found in all cases that perfluorination reduces the charge-transfer rate in absolute terms. This is largely due to the higher values of the molecular reorganization energies predicted for perfluorinated compounds. Interestingly, however, the charge-transfer rates for both holes and electrons of perfluorinated species are remarkably similar, especially for the larger species. In addition, in the case of the larger circumacenes the charge-mobility values relative to pentacene values are found to increase upon perfluorination.

  15. Computational investigation of the effects of perfluorination on the charge-transport properties of polyaromatic hydrocarbons

    Energy Technology Data Exchange (ETDEWEB)

    Cardia, R. [Università degli studi di Cagliari, Dipartimento di Fisica, Cittadella Universitaria, I-09042 Monserrato (Cagliari) (Italy); Istituto Officina dei Materiali (CNR – IOM), UOS di Cagliari, Cittadella Universitaria, I-09042 Monserrato, Cagliari (Italy); Malloci, G., E-mail: giuliano.malloci@dsf.unica.it [Università degli studi di Cagliari, Dipartimento di Fisica, Cittadella Universitaria, I-09042 Monserrato (Cagliari) (Italy); Bosin, A.; Serra, G. [Università degli studi di Cagliari, Dipartimento di Fisica, Cittadella Universitaria, I-09042 Monserrato (Cagliari) (Italy); Cappellini, G., E-mail: giancarlo.cappellini@dsf.unica.it [Università degli studi di Cagliari, Dipartimento di Fisica, Cittadella Universitaria, I-09042 Monserrato (Cagliari) (Italy); Istituto Officina dei Materiali (CNR – IOM), UOS di Cagliari, Cittadella Universitaria, I-09042 Monserrato, Cagliari (Italy)

    2016-10-20

    We present a systematic computational study of the effects of perfluorination on the charge-transport properties of three homologous classes of polyaromatic hydrocarbons of interest for molecular electronics: acenes, pyrenes, and circumacenes. By means of Density Functional Theory calculations we first obtained the key molecular properties for transport of both holes and electrons. We then used these parameters in the framework of Marcus theory to compare charge-transfer rates in the high temperatures regime for both unsubstituted and perfluorinated molecules. We additionally estimated the relative charge-mobility of each unsubstituted (perfluorinated) molecule with respect to unsubstituted (perfluorinated) pentacene. We found in all cases that perfluorination reduces the charge-transfer rate in absolute terms. This is largely due to the higher values of the molecular reorganization energies predicted for perfluorinated compounds. Interestingly, however, the charge-transfer rates for both holes and electrons of perfluorinated species are remarkably similar, especially for the larger species. In addition, in the case of the larger circumacenes the charge-mobility values relative to pentacene values are found to increase upon perfluorination.

  16. Assessing the potential of different charging strategies for electric vehicle fleets in closed transport systems

    International Nuclear Information System (INIS)

    Schmidt, Johannes; Eisel, Matthias; Kolbe, Lutz M.

    2014-01-01

    A key reason for the low sales volumes of electric vehicles is their significantly higher purchasing price in comparison to conventional vehicles. However, various charging strategies can be applied to make these vehicles more profitable. In this paper, controlled charging concepts are transferred to commercial fleets operating in closed transport systems, as we found this field of application particularly well suited for the implementation of charging strategies. We analyzed data gathered in a field experiment conducted in a European port using electric vehicles in combination with a battery-swapping station to calculate the economic potentials of three charging scenarios: (1) optimizing energy procurement (2) trading load-shifting potential on control markets, and (3) a combination of the two. The findings indicate that all approaches are appropriate for reducing economic disadvantages of electric transport vehicles. Furthermore, we find that adjusting charging processes to avoid price peaks is more profitable than offering control reserve. Finally, focusing on the combination of both strategies seems to be most promising from an economic perspective. In this context, operational cost savings of more than 65% can be achieved compared to a similar dieselpowered vehicle when applying this strategy. - Highlights: • We model various charging strategies for electric transport vehicles. • The economic assessment is based on a field experiment with a port operator. • We consider the special market design of spot and ancillary service markets. • All charging strategies presented provide substantial cost-saving potentials. • Optimizing energy procurement is more profitable than offering control reserve

  17. Effective use of Monte Carlo methods for simulating photon transport with special reference to slab penetration problems in X-ray diagnostics

    International Nuclear Information System (INIS)

    Carlsson, G.A.

    1981-01-01

    The analysis of Monte Carlo methods has been made in connection with a particular problem concerning the transport of low energy photons (30-140 keV) through layers of water with thicknesses between 5 and 20 cm. While not claiming to be a complete exposition of available Monte Carlo techniques, the methodological analyses are not restricted to this particular problem. The report describes in a general manner a number of methods which can be used in order to obtain results of greater precision in a fixed computing time. (Auth.)

  18. Two-Dimensional Spatial Imaging of Charge Transport in Germanium Crystals at Cryogenic Temperatures

    Energy Technology Data Exchange (ETDEWEB)

    Moffatt, Robert [Stanford Univ., CA (United States)

    2016-03-01

    In this dissertation, I describe a novel apparatus for studying the transport of charge in semiconductors at cryogenic temperatures. The motivation to conduct this experiment originated from an asymmetry observed between the behavior of electrons and holes in the germanium detector crystals used by the Cryogenic Dark Matter Search (CDMS). This asymmetry is a consequence of the anisotropic propagation of electrons in germanium at cryogenic temperatures. To better model our detectors, we incorporated this effect into our Monte Carlo simulations of charge transport. The purpose of the experiment described in this dissertation is to test those models in detail. Our measurements have allowed us to discover a shortcoming in our most recent Monte Carlo simulations of electrons in germanium. This discovery would not have been possible without the measurement of the full, two-dimensional charge distribution, which our experimental apparatus has allowed for the first time at cryogenic temperatures.

  19. SLC injector simulation and tuning for high charge transport

    International Nuclear Information System (INIS)

    Yeremian, A.D.; Miller, R.H.; Clendenin, J.E.; Early, R.A.; Ross, M.C.; Turner, J.L.; Wang, J.W.

    1992-01-01

    We have simulated the SLC injector from the thermionic gun through the first accelerating section and used the resulting parameters to tune the injector for optimum performance and high charge transport. Simulations are conducted using PARMELA, a three-dimensional space-charge model. The magnetic field profile due to the existing magnetic optics is calculated using POISSON, while SUPERFISH is used to calculate the space harmonics of the various bunchers and the accelerator cavities. The initial beam conditions in the PARMELA code are derived from the EGUN model of the gun. The resulting injector parameters from the PARMELA simulation are used to prescribe experimental settings of the injector components. The experimental results are in agreement with the results of the integrated injector model. (Author) 5 figs., 7 refs

  20. Electronic properties of mesoscopic graphene structures: Charge confinement and control of spin and charge transport

    Energy Technology Data Exchange (ETDEWEB)

    Rozhkov, A.V., E-mail: arozhkov@gmail.co [Advanced Science Institute, RIKEN, Wako-shi, Saitama, 351-0198 (Japan); Institute for Theoretical and Applied Electrodynamics, Russian Academy of Sciences, 125412, Moscow (Russian Federation); Giavaras, G. [Advanced Science Institute, RIKEN, Wako-shi, Saitama, 351-0198 (Japan); Bliokh, Yury P. [Advanced Science Institute, RIKEN, Wako-shi, Saitama, 351-0198 (Japan); Department of Physics, Technion-Israel Institute of Technology, Haifa 32000 (Israel); Freilikher, Valentin [Advanced Science Institute, RIKEN, Wako-shi, Saitama, 351-0198 (Japan); Department of Physics, Bar-Ilan University, Ramat-Gan 52900 (Israel); Nori, Franco [Advanced Science Institute, RIKEN, Wako-shi, Saitama, 351-0198 (Japan); Department of Physics, University of Michigan, Ann Arbor, MI 48109-1040 (United States)

    2011-06-15

    This brief review discusses electronic properties of mesoscopic graphene-based structures. These allow controlling the confinement and transport of charge and spin; thus, they are of interest not only for fundamental research, but also for applications. The graphene-related topics covered here are: edges, nanoribbons, quantum dots, pn-junctions, pnp-structures, and quantum barriers and waveguides. This review is partly intended as a short introduction to graphene mesoscopics.

  1. Random fixed point equations and inverse problems using "collage method" for contraction mappings

    Science.gov (United States)

    Kunze, H. E.; La Torre, D.; Vrscay, E. R.

    2007-10-01

    In this paper we are interested in the direct and inverse problems for the following class of random fixed point equations T(w,x(w))=x(w) where is a given operator, [Omega] is a probability space and X is a Polish metric space. The inverse problem is solved by recourse to the collage theorem for contractive maps. We then consider two applications: (i) random integral equations, and (ii) random iterated function systems with greyscale maps (RIFSM), for which noise is added to the classical IFSM.

  2. Charge transport in poly(p-phenylene vinylene) at low temperature and high electric field

    NARCIS (Netherlands)

    Katsouras, I.; Najafi, A.; Asadi, K.; Kronemeijer, A. J.; Oostra, A. J.; Koster, L. J. A.; de Leeuw, D. M.; Blom, P. W. M.

    Charge transport in poly(2-methoxy, 5-(2'-ethyl-hexyloxy)-p-phenylene vinylene) (MEH-PPV)-based hole-only diodes is investigated at high electric fields and low temperatures using a novel diode architecture. Charge carrier densities that are in the range of those in a field-effect transistor are

  3. Space charge compensation on the low energy beam transport of Linac4

    CERN Document Server

    AUTHOR|(SzGeCERN)733270; Scrivens, Richard; Jesus Castillo, Santos

    Part of the upgrade program in the injector chains of the CERN accelerator complex is the replacement of the the proton accelerator Linac2 for the brand new Linac4 which will accelerate H$^-$ and its main goal is to increase the beam intensity in the next sections of the LHC accelerator chain. The Linac4 is now under commissioning and will use several ion sources to produce high intensity unbunched H$^-$ beams with different properties, and the low energy beam transport (LEBT) is the system in charge of match all these different beams to the Radio frequency quadrupole (RFQ). The space charge forces that spread the beam ions apart of each other and cause emittance growth limits the maximum intensity that can be transported in the LEBT, but the space charge of intense unbunched ion beams can be compensated by the generated ions by the impact ionization of the residual gas, which creates a source of secondary particles inside the beam pipe. For negative ion beams, the effect of the beam electric field is to ex...

  4. Synthesis, characterization and charge transport mechanism of CdZnO nanorods

    International Nuclear Information System (INIS)

    Mahmoud, Waleed E.; Al-Ghamdi, A.A.; El-Tantawy, F.; Al-Heniti, S.

    2009-01-01

    ZnO and Cd-doped ZnO nanostructures were prepared by new facile method at 80 deg. C. XRD measurement indicated that both samples had typical hexagonal wurtzite structures. Transmission electron microscopy (TEM) measurement shows that rod-like crystals have been formed. EDX measurement confirms the incorporation of the cadmium ion into the crystalline lattice of ZnO and indicated that cadmium ions uniformly distributed on the surface of the rods. The doping with cadmium ions has a great influence on the optical properties of the ZnO. The electrical measurements of Cd-doped ZnO nanorod were measured. The current-voltage (I-V) characteristic curve revealed that the charge transport above 4 V is mainly non-linear due to grain boundary contribution. The complex impedance spectroscopy was confirmed that the grain boundary effect controls the charge transport mechanism through CdZnO ceramic material.

  5. Sub-cell balanced nodal expansion methods using S4 eigenfunctions for multi-group SN transport problems in slab geometry

    International Nuclear Information System (INIS)

    Hong, Ser Gi; Lee, Deokjung

    2015-01-01

    A highly accurate S 4 eigenfunction-based nodal method has been developed to solve multi-group discrete ordinate neutral particle transport problems with a linearly anisotropic scattering in slab geometry. The new method solves the even-parity form of discrete ordinates transport equation with an arbitrary S N order angular quadrature using two sub-cell balance equations and the S 4 eigenfunctions of within-group transport equation. The four eigenfunctions from S 4 approximation have been chosen as basis functions for the spatial expansion of the angular flux in each mesh. The constant and cubic polynomial approximations are adopted for the scattering source terms from other energy groups and fission source. A nodal method using the conventional polynomial expansion and the sub-cell balances was also developed to be used for demonstrating the high accuracy of the new methods. Using the new methods, a multi-group eigenvalue problem has been solved as well as fixed source problems. The numerical test results of one-group problem show that the new method has third-order accuracy as mesh size is finely refined and it has much higher accuracies for large meshes than the diamond differencing method and the nodal method using sub-cell balances and polynomial expansion of angular flux. For multi-group problems including eigenvalue problem, it was demonstrated that the new method using the cubic polynomial approximation of the sources could produce very accurate solutions even with large mesh sizes. (author)

  6. Charge and Spin Transport in Dilute Magnetic Semiconductors. Final report

    International Nuclear Information System (INIS)

    Ullrich, Carsten A.

    2009-01-01

    This proposal to the DOE outlines a three-year plan of research in theoretical and computational condensed-matter physics, with the aim of developing a microscopic theory for charge and spin dynamics in disordered materials with magnetic impurities. Important representatives of this class of materials are the dilute magnetic semiconductors (DMS), which have attracted great attention as a promising basis for spintronics devices. There is an intense experimental effort underway to study the transport properties of ferromagnetic DMS such as (Ga,Mn)As, and a number of interesting features have emerged: negative magnetoresistance, anomalous Hall effect, non-Drude dynamical conductivity, and resistivity maxima at the Curie temperature. Available theories have been able to account for some of these features, but at present we are still far away from a systematic microscopic understanding of transport in DMS. We propose to address this challenge by developing a theory of charge and spin dynamics based on a combination of the memory-function formalism and time-dependent density functional theory. This approach will be capable of dealing with two important issues: (a) the strong degree of correlated disorder in DMS, close to the localization transition (which invalidates the usual relaxation-time approximation to the Boltzmann equation), (b) the essentially unknown role of dynamical many-body effects such as spin Coulomb drag. We will calculate static and dynamical conductivities in DMS as functions of magnetic order and carrier density, which will advance our understanding of recent transport and infrared absorption measurements. Furthermore, we will study collective plasmon excitations in DMS (3D, 2D and quantum wells), whose linewidths could constitute a new experimental probe of the correlation of disorder, many-body effects and charge and spin dynamics in these materials.

  7. Blue Light Emitting Polyphenylene Dendrimers with Bipolar Charge Transport Moieties

    Directory of Open Access Journals (Sweden)

    Guang Zhang

    2016-10-01

    Full Text Available Two light-emitting polyphenylene dendrimers with both hole and electron transporting moieties were synthesized and characterized. Both molecules exhibited pure blue emission solely from the pyrene core and efficient surface-to-core energy transfers when characterized in a nonpolar environment. In particular, the carbazole- and oxadiazole-functionalized dendrimer (D1 manifested a pure blue emission from the pyrene core without showing intramolecular charge transfer (ICT in environments with increasing polarity. On the other hand, the triphenylamine- and oxadiazole-functionalized one (D2 displayed notable ICT with dual emission from both the core and an ICT state in highly polar solvents. D1, in a three-layer organic light emitting diode (OLED by solution processing gave a pure blue emission with Commission Internationale de l’Éclairage 1931 CIE xy = (0.16, 0.12, a peak current efficiency of 0.21 cd/A and a peak luminance of 2700 cd/m2. This represents the first reported pure blue dendrimer emitter with bipolar charge transport and surface-to-core energy transfer in OLEDs.

  8. Blue Light Emitting Polyphenylene Dendrimers with Bipolar Charge Transport Moieties.

    Science.gov (United States)

    Zhang, Guang; Auer-Berger, Manuel; Gehrig, Dominik W; Blom, Paul W M; Baumgarten, Martin; Schollmeyer, Dieter; List-Kratochvil, E J W; Müllen, Klaus

    2016-10-20

    Two light-emitting polyphenylene dendrimers with both hole and electron transporting moieties were synthesized and characterized. Both molecules exhibited pure blue emission solely from the pyrene core and efficient surface-to-core energy transfers when characterized in a nonpolar environment. In particular, the carbazole- and oxadiazole-functionalized dendrimer ( D1 ) manifested a pure blue emission from the pyrene core without showing intramolecular charge transfer (ICT) in environments with increasing polarity. On the other hand, the triphenylamine- and oxadiazole-functionalized one ( D2 ) displayed notable ICT with dual emission from both the core and an ICT state in highly polar solvents. D1 , in a three-layer organic light emitting diode (OLED) by solution processing gave a pure blue emission with Commission Internationale de l'Éclairage 1931 CIE xy = (0.16, 0.12), a peak current efficiency of 0.21 cd/A and a peak luminance of 2700 cd/m². This represents the first reported pure blue dendrimer emitter with bipolar charge transport and surface-to-core energy transfer in OLEDs.

  9. Long-range charge transport in single G-quadruplex DNA molecules

    DEFF Research Database (Denmark)

    Livshits, Gideon I.; Stern, Avigail; Rotem, Dvir

    2014-01-01

    DNA and DNA-based polymers are of interest in molecular electronics because of their versatile and programmable structures. However, transport measurements have produced a range of seemingly contradictory results due to differences in the measured molecules and experimental set-ups, and transport......DNA and DNA-based polymers are of interest in molecular electronics because of their versatile and programmable structures. However, transport measurements have produced a range of seemingly contradictory results due to differences in the measured molecules and experimental set......-ups, and transporting significant current through individual DNA-based molecules remains a considerable challenge. Here, we report reproducible charge transport in guanine-quadruplex (G4) DNA molecules adsorbed on a mica substrate. Currents ranging from tens of picoamperes to more than 100 pA were measured in the G4......-DNA over distances ranging from tens of nanometres to more than 100 nm. Our experimental results, combined with theoretical modelling, suggest that transport occurs via a thermally activated long-range hopping between multi-tetrad segments of DNA. These results could re-ignite interest in DNA...

  10. Dihedral angle control to improve the charge transport properties of conjugated polymers in organic field effect transistors

    Science.gov (United States)

    Dharmapurikar, Satej S.; Chithiravel, Sundaresan; Mane, Manoj V.; Deshmukh, Gunvant; Krishnamoorthy, Kothandam

    2018-03-01

    Diketopyrrolopyrrole (DPP) and i-Indigo (i-Ind) are two monomers that are widely explored as active materials in organic field effect transistor and solar cells. These two molecules showed impressive charge carrier mobility due to better packing that are facilitated by quadrupoles. We hypothesized that the copolymers of these monomers would also exhibit high charge carrier mobility. However, we envisioned that the dihedral angle at the connecting point between the monomers will play a crucial role in packing as well as charge transport. To understand the impact of dihedral angle on charge transport, we synthesized three copolymers, wherein the DPP was sandwiched between benzenes, thiophenes and furans. The copolymer of i-Indigo and furan comprising DPP showed a band gap of 1.4 eV with a very high dihedral angle of 179°. The polymer was found to pack better and the coherence length was found to be 112 Å. The hole carrier mobility of these polymer was found to be highest among the synthesized polymer i.e. 0.01 cm2/vs. The copolymer comprising benzene did not transport hole and electrons. The dihedral angle at the connecting point between i and Indigo and benzene DPP was 143 Å, which the packing and consequently charge transport properties.

  11. Charge Transport in Conjugated Materials: From Theoretical Models to Experimental Systems

    International Nuclear Information System (INIS)

    Olivier, Yoann; Cornil, Jerome; Muccioli, Luca; Zannoni, Claudio

    2008-01-01

    Charge carrier mobility is the key quantity to characterize the charge transport properties in devices. Based on earlier work of Baessler and co-workers, we set up a Monte-Carlo approach that allows us to calculate mobility using transfer rates derived from Marcus theory. The parameters entering into the rate expression are evaluated by means of different quantum-chemical techniques. Our approach is applied here to a model one-dimensional system made of pentacene molecules as well as to real systems such as crystalline structures and columnar liquid crystal phases.

  12. Moduli, Scalar Charges, and the First Law of Black Hole Thermodynamics

    International Nuclear Information System (INIS)

    Gibbons, G.; Kallosh, R.; Kol, B.

    1996-01-01

    We show that under variation of moduli fields φ the first law of black hole thermodynamics becomes dM=κdA/8π +ΩdJ+ψdq+χdp-Σdφ, where Σ are the scalar charges. Also the ADM mass is extremized at fixed A, J, (p,q) when the moduli fields take the fixed value φ fix (p,q) which depend only on electric and magnetic charges. Thus the double-extreme black hole minimizes the mass for fixed conserved charges. We can now explain the fact that extreme black holes fix the moduli fields at the horizon φ=φ fix (p,q): φ fix is such that the scalar charges vanish: Σ(φ fix ,(p,q))=0. copyright 1996 The American Physical Society

  13. Overview on collision processes of highly charged ions with atoms present status and problems

    International Nuclear Information System (INIS)

    Janev, R.K.

    1983-05-01

    This paper provides a brief discussion on the present status of the collision physics of highly charged ions with atoms. The emphasis is on the main achievements in understanding and describing the most important collision processes, and as charge transfer, ionization and Auger-type processes, and even more on those open problems which, due either to their scientific or practical importance, represent challenges to current research in this field. The paper concentrates on general ideas and problems whose development and solutions have advanced or will advance our basic understanding of the collision dynamics of multiply charged ions with atoms

  14. Development of the Contiguous-cells Transportation Problem

    Directory of Open Access Journals (Sweden)

    O. E. Charles-Owaba

    2015-08-01

    Full Text Available The issue of scheduling a long string of multi-period activities which have to be completed without interruption has always been an industrial challenge. The existing production/maintenance scheduling algorithms can only handle situations where activities can be split into two or more sets of activities carried out in non-contiguous sets of work periods. This study proposes a contiguous-periods production/maintenance scheduling approach using the Transportation Model. Relevant variables and parameters of contiguous-cells scheduling problem were taken from the literature. A scheduling optimization problem was defined and solved using a contiguous-cells transportation algorithm (CCTA which was applied in order to determine the optimal maintenance schedule of a fleet of ships at a dockyard in South-Western Nigeria. Fifteen different problems were solved. It is concluded that the contiguous-cells transportation approach to production/ maintenance scheduling is feasible. The model will be a useful decision support tool for scheduling maintenance operations.

  15. Exponential convergence on a continuous Monte Carlo transport problem

    International Nuclear Information System (INIS)

    Booth, T.E.

    1997-01-01

    For more than a decade, it has been known that exponential convergence on discrete transport problems was possible using adaptive Monte Carlo techniques. An adaptive Monte Carlo method that empirically produces exponential convergence on a simple continuous transport problem is described

  16. The electro-optical and charge transport study of imidazolidin derivative: Quantum chemical investigations

    Directory of Open Access Journals (Sweden)

    Ahmad Irfan

    2016-11-01

    Full Text Available Imidazolidin derivatives gained significant attention in our daily life from better biological activity to the semiconducting materials. The present investigation deals with the in depth study of (Z-2-sulfanylidene-5-(thiophen-2-ylmethylideneimidazolidin-4-one (STMI with respect to their structural, electronic, optical and charge transport properties as semiconducting material. The ground and first excited state geometries were optimized by applying density functional theory (DFT and time dependent DFT, respectively. The light has been shed on the frontier molecular orbitals (FMOs and observed comprehensible intramolecular charge transfer (ICT from the highest occupied molecular orbitals (HOMOs to the lowest unoccupied molecular orbitals (LUMOs. The absorption, emission, ionization potentials (IP, electron affinities (EA, total and partial densities of states and structure-property relationship have been discussed. Finally, hole as well as electron reorganization energies, transfer integrals and intrinsic mobilities have been calculated then charge transport behavior of STMI was discussed, intensively.

  17. Charge transport through molecular switches

    International Nuclear Information System (INIS)

    Jan van der Molen, Sense; Liljeroth, Peter

    2010-01-01

    We review the fascinating research on charge transport through switchable molecules. In the past decade, detailed investigations have been performed on a great variety of molecular switches, including mechanically interlocked switches (rotaxanes and catenanes), redox-active molecules and photochromic switches (e.g. azobenzenes and diarylethenes). To probe these molecules, both individually and in self-assembled monolayers (SAMs), a broad set of methods have been developed. These range from low temperature scanning tunneling microscopy (STM) via two-terminal break junctions to larger scale SAM-based devices. It is generally found that the electronic coupling between molecules and electrodes has a profound influence on the properties of such molecular junctions. For example, an intrinsically switchable molecule may lose its functionality after it is contacted. Vice versa, switchable two-terminal devices may be created using passive molecules ('extrinsic switching'). Developing a detailed understanding of the relation between coupling and switchability will be of key importance for both future research and technology. (topical review)

  18. Charge transport through molecular switches

    Energy Technology Data Exchange (ETDEWEB)

    Jan van der Molen, Sense [Kamerlingh Onnes Laboratorium, Leiden University, Niels Bohrweg 2, 2333 CA Leiden (Netherlands); Liljeroth, Peter, E-mail: molen@physics.leidenuniv.n [Condensed Matter and Interfaces, Debye Institute for Nanomaterials Science, University of Utrecht, PO Box 80000, 3508 TA Utrecht (Netherlands)

    2010-04-07

    We review the fascinating research on charge transport through switchable molecules. In the past decade, detailed investigations have been performed on a great variety of molecular switches, including mechanically interlocked switches (rotaxanes and catenanes), redox-active molecules and photochromic switches (e.g. azobenzenes and diarylethenes). To probe these molecules, both individually and in self-assembled monolayers (SAMs), a broad set of methods have been developed. These range from low temperature scanning tunneling microscopy (STM) via two-terminal break junctions to larger scale SAM-based devices. It is generally found that the electronic coupling between molecules and electrodes has a profound influence on the properties of such molecular junctions. For example, an intrinsically switchable molecule may lose its functionality after it is contacted. Vice versa, switchable two-terminal devices may be created using passive molecules ('extrinsic switching'). Developing a detailed understanding of the relation between coupling and switchability will be of key importance for both future research and technology. (topical review)

  19. Modified Approach for Optimization of Real Life Transportation Problem in Neutrosophic Environment

    Directory of Open Access Journals (Sweden)

    Akanksha Singh

    2017-01-01

    Full Text Available To the best of our knowledge, there is only one approach for solving neutrosophic cost minimization transportation problems. Since neutrosophic transportation problems are a new area of research, other researchers may be attracted to extend this approach for solving other types of neutrosophic transportation problems like neutrosophic solid transportation problems, neutrosophic time minimization transportation problems, neutrosophic transshipment problems, and so on. However, after a deep study of the existing approach, it is noticed that a mathematical incorrect assumption has been used in these existing approaches; therefore there is a need to modify these existing approaches. Keeping the same in mind, in this paper, the existing approach is modified. Furthermore, the exact results of some existing transportation problems are obtained by the modified approach.

  20. Recent advances in the spectral green's function method for monoenergetic slab-geometry fixed-source adjoint transport problems in S{sub N} formulation

    Energy Technology Data Exchange (ETDEWEB)

    Curbelo, Jesus P.; Alves Filho, Hermes; Barros, Ricardo C., E-mail: jperez@iprj.uerj.br, E-mail: halves@iprj.uerj.br, E-mail: rcbarros@pq.cnpq.br [Universidade do Estado do Rio de Janeiro (UERJ), Nova Friburgo, RJ (Brazil). Instituto Politecnico. Programa de Pos-Graduacao em Modelagem Computacional; Hernandez, Carlos R.G., E-mail: cgh@instec.cu [Instituto Superior de Tecnologias y Ciencias Aplicadas (InSTEC), La Habana (Cuba)

    2015-07-01

    The spectral Green's function (SGF) method is a numerical method that is free of spatial truncation errors for slab-geometry fixed-source discrete ordinates (S{sub N}) adjoint problems. The method is based on the standard spatially discretized adjoint S{sub N} balance equations and a nonstandard adjoint auxiliary equation expressing the node-average adjoint angular flux, in each discretization node, as a weighted combination of the node-edge outgoing adjoint fluxes. The auxiliary equation contains parameters which act as Green's functions for the cell-average adjoint angular flux. These parameters are determined by means of a spectral analysis which yields the local general solution of the S{sub N} equations within each node of the discretization grid. In this work a number of advances in the SGF adjoint method are presented: the method is extended to adjoint S{sub N} problems considering linearly anisotropic scattering and non-zero prescribed boundary conditions for the forward source-detector problem. Numerical results to typical model problems are considered to illustrate the efficiency and accuracy of the o offered method. (author)

  1. Parallel SN transport calculations on a transputer network

    International Nuclear Information System (INIS)

    Kim, Yong Hee; Cho, Nam Zin

    1994-01-01

    A parallel computing algorithm for the neutron transport problems has been implemented on a transputer network and two reactor benchmark problems (a fixed-source problem and an eigenvalue problem) are solved. We have shown that the parallel calculations provided significant reduction in execution time over the sequential calculations

  2. SLC injector simulation and tuning for high charge transport

    International Nuclear Information System (INIS)

    Yeremian, A.D.; Miller, R.H.; Clendenin, J.E.; Early, R.A.; Ross, M.C.; Turner, J.L.; Wang, J.W.

    1992-08-01

    We have simulated the SLC injector from the thermionic gun through the first accelerating section and used the resulting parameters to tune the injector for optimum performance and high charge transport. Simulations are conducted using PARMELA, a three-dimensional ray-trace code with a two-dimensional space-charge model. The magnetic field profile due to the existing magnetic optics is calculated using POISSON, while SUPERFISH is used to calculate the space harmonics of the various bunchers and the accelerator cavities. The initial beam conditions in the PARMELA code are derived from the EGUN model of the gun. The resulting injector parameters from the PARMELA simulation are used to prescribe experimental settings of the injector components. The experimental results are in agreement with the results of the integrated injector model

  3. An algorithm for finding a common solution for a system of mixed equilibrium problem, quasi-variational inclusion problem and fixed point problem of nonexpansive semigroup

    Directory of Open Access Journals (Sweden)

    Liu Min

    2010-01-01

    Full Text Available In this paper, we introduce a hybrid iterative scheme for finding a common element of the set of solutions for a system of mixed equilibrium problems, the set of common fixed points for a nonexpansive semigroup and the set of solutions of the quasi-variational inclusion problem with multi-valued maximal monotone mappings and inverse-strongly monotone mappings in a Hilbert space. Under suitable conditions, some strong convergence theorems are proved. Our results extend some recent results in the literature.

  4. KIM, Steady-State Transport for Fixed Source in 2-D Thermal Reactor by Monte-Carlo

    International Nuclear Information System (INIS)

    Cupini, E.; De Matteis, A.; Simonini, R.

    1980-01-01

    1 - Description of problem or function: KIM (K-infinite Monte Carlo) is a program which solves the steady-state linear transport equation for a fixed-source problem (or, by successive fixed-source runs, for the eigenvalue problem) in a two-dimensional infinite thermal reactor lattice. The main quantities computed in some broad energy groups are the following: - Fluxes and cross sections averaged over the region (i.e. a space portion that can be unconnected but contains everywhere the same homogeneous material), grouping of regions, the whole element. - Average absorption and fission rates per nuclide. - Average flux, absorption and production distributions versus energy. 2 - Method of solution: Monte Carlo simulation is used by tracing particle histories from fission birth down through the resonance region until absorption in the thermal range. The program is organised in three sections for fast, epithermal and thermal simulation, respectively; each section implements a particular model for both numerical techniques and cross section representation (energy groups in the fast section, groups or resonance parameters in the epithermal section, points in the thermal section). During slowing down (energy above 1 eV) nuclei are considered as stationary, with the exception of some resonance nuclei whose spacing between resonances is much greater than the resonance width. The Doppler broadening of s-wave resonances of these nuclides is taken into account by computing cross sections at the current neutron energy and at the temperature of the nucleus hit. During thermalization (energy below 1 eV) the thermal motion of some nuclides is also considered, by exploiting scattering kernels provided by the library for light water, heavy water and oxygen at several temperatures. KIM includes splitting and Russian roulette. A characteristic feature of the program is its approach to the lattice geometry. In fact, besides the usual continuous treatment of the geometry using the well

  5. Opto-electro-modulated transient photovoltage and photocurrent system for investigation of charge transport and recombination in solar cells.

    Science.gov (United States)

    Shi, Jiangjian; Li, Dongmei; Luo, Yanhong; Wu, Huijue; Meng, Qingbo

    2016-12-01

    An opto-electro-modulated transient photovoltage/photocurrent system has been developed to probe microscopic charge processes of a solar cell in its adjustable operating conditions. The reliability of this system is carefully determined by electric circuit simulations and experimental measurements. Using this system, the charge transport, recombination and storage properties of a conventional multicrystalline silicon solar cell under different steady-state bias voltages, and light illumination intensities are investigated. This system has also been applied to study the influence of the hole transport material layer on charge extraction and the microscopic charge processes behind the widely considered photoelectric hysteresis in perovskite solar cells.

  6. Transport synthetic acceleration scheme for multi-dimensional neutron transport problems

    Energy Technology Data Exchange (ETDEWEB)

    Modak, R S; Kumar, Vinod; Menon, S V.G. [Theoretical Physics Div., Bhabha Atomic Research Centre, Mumbai (India); Gupta, Anurag [Reactor Physics Design Div., Bhabha Atomic Research Centre, Mumbai (India)

    2005-09-15

    The numerical solution of linear multi-energy-group neutron transport equation is required in several analyses in nuclear reactor physics and allied areas. Computer codes based on the discrete ordinates (Sn) method are commonly used for this purpose. These codes solve external source problem and K-eigenvalue problem. The overall solution technique involves solution of source problem in each energy group as intermediate procedures. Such a single-group source problem is solved by the so-called Source Iteration (SI) method. As is well-known, the SI-method converges very slowly for optically thick and highly scattering regions, leading to large CPU times. Over last three decades, many schemes have been tried to accelerate the SI; the most prominent being the Diffusion Synthetic Acceleration (DSA) scheme. The DSA scheme, however, often fails and is also rather difficult to implement. In view of this, in 1997, Ramone and others have developed a new acceleration scheme called Transport Synthetic Acceleration (TSA) which is much more robust and easy to implement. This scheme has been recently incorporated in 2-D and 3-D in-house codes at BARC. This report presents studies on the utility of TSA scheme for fairly general test problems involving many energy groups and anisotropic scattering. The scheme is found to be useful for problems in Cartesian as well as Cylindrical geometry. (author)

  7. Transport synthetic acceleration scheme for multi-dimensional neutron transport problems

    International Nuclear Information System (INIS)

    Modak, R.S.; Vinod Kumar; Menon, S.V.G.; Gupta, Anurag

    2005-09-01

    The numerical solution of linear multi-energy-group neutron transport equation is required in several analyses in nuclear reactor physics and allied areas. Computer codes based on the discrete ordinates (Sn) method are commonly used for this purpose. These codes solve external source problem and K-eigenvalue problem. The overall solution technique involves solution of source problem in each energy group as intermediate procedures. Such a single-group source problem is solved by the so-called Source Iteration (SI) method. As is well-known, the SI-method converges very slowly for optically thick and highly scattering regions, leading to large CPU times. Over last three decades, many schemes have been tried to accelerate the SI; the most prominent being the Diffusion Synthetic Acceleration (DSA) scheme. The DSA scheme, however, often fails and is also rather difficult to implement. In view of this, in 1997, Ramone and others have developed a new acceleration scheme called Transport Synthetic Acceleration (TSA) which is much more robust and easy to implement. This scheme has been recently incorporated in 2-D and 3-D in-house codes at BARC. This report presents studies on the utility of TSA scheme for fairly general test problems involving many energy groups and anisotropic scattering. The scheme is found to be useful for problems in Cartesian as well as Cylindrical geometry. (author)

  8. Modified Monte Carlo procedure for particle transport problems

    International Nuclear Information System (INIS)

    Matthes, W.

    1978-01-01

    The simulation of photon transport in the atmosphere with the Monte Carlo method forms part of the EURASEP-programme. The specifications for the problems posed for a solution were such, that the direct application of the analogue Monte Carlo method was not feasible. For this reason the standard Monte Carlo procedure was modified in the sense that additional properly weighted branchings at each collision and transport process in a photon history were introduced. This modified Monte Carlo procedure leads to a clear and logical separation of the essential parts of a problem and offers a large flexibility for variance reducing techniques. More complex problems, as foreseen in the EURASEP-programme (e.g. clouds in the atmosphere, rough ocean-surface and chlorophyl-distribution in the ocean) can be handled by recoding some subroutines. This collision- and transport-splitting procedure can of course be performed differently in different space- and energy regions. It is applied here only for a homogeneous problem

  9. Thickness dependent charge transport in ferroelectric BaTiO3 heterojunctions

    Science.gov (United States)

    Singh, Pooja; Rout, P. K.; Singh, Manju; Rakshit, R. K.; Dogra, Anjana

    2015-09-01

    We have investigated the effect of ferroelectric barium titanate (BaTiO3) film thickness on the charge transport mechanism in pulsed laser deposited epitaxial metal-ferroelectric semiconductor junctions. The current (I)-voltage (V) measurements across the junctions comprising of 20-500 nm thick BaTiO3 and conducting bottom electrode (Nb: SrTiO3 substrate or La2/3Ca1/3MnO3 buffer layer) demonstrate the space charge limited conduction. Further analysis indicates a reduction in the ratio of free to trapped carriers with increasing thickness in spite of decreasing trap density. Such behaviour arises the deepening of the shallow trap levels (I-V curves implies a bipolar resistive switching behaviour, which can be explained in terms of charge trapping and de-trapping process.

  10. Stochastic approach and fluctuation theorem for charge transport in diodes

    Science.gov (United States)

    Gu, Jiayin; Gaspard, Pierre

    2018-05-01

    A stochastic approach for charge transport in diodes is developed in consistency with the laws of electricity, thermodynamics, and microreversibility. In this approach, the electron and hole densities are ruled by diffusion-reaction stochastic partial differential equations and the electric field generated by the charges is determined with the Poisson equation. These equations are discretized in space for the numerical simulations of the mean density profiles, the mean electric potential, and the current-voltage characteristics. Moreover, the full counting statistics of the carrier current and the measured total current including the contribution of the displacement current are investigated. On the basis of local detailed balance, the fluctuation theorem is shown to hold for both currents.

  11. Comparison between correlated sampling and the perturbation technique of MCNP5 for fixed-source problems

    International Nuclear Information System (INIS)

    He Tao; Su Bingjing

    2011-01-01

    Highlights: → The performance of the MCNP differential operator perturbation technique is compared with that of the MCNP correlated sampling method for three types of fixed-source problems. → In terms of precision, the MCNP perturbation technique outperforms correlated sampling for one type of problem but performs comparably with or even under-performs correlated sampling for the other two types of problems. → In terms of accuracy, the MCNP perturbation calculations may predict inaccurate results for some of the test problems. However, the accuracy can be improved if the midpoint correction technique is used. - Abstract: Correlated sampling and the differential operator perturbation technique are two methods that enable MCNP (Monte Carlo N-Particle) to simulate small response change between an original system and a perturbed system. In this work the performance of the MCNP differential operator perturbation technique is compared with that of the MCNP correlated sampling method for three types of fixed-source problems. In terms of precision of predicted response changes, the MCNP perturbation technique outperforms correlated sampling for the problem involving variation of nuclide concentrations in the same direction but performs comparably with or even underperforms correlated sampling for the other two types of problems that involve void or variation of nuclide concentrations in opposite directions. In terms of accuracy, the MCNP differential operator perturbation calculations may predict inaccurate results that deviate from the benchmarks well beyond their uncertainty ranges for some of the test problems. However, the accuracy of the MCNP differential operator perturbation can be improved if the midpoint correction technique is used.

  12. Dynamic transition between fixed- and mobile-bed: mathematical and numerical aspects

    Science.gov (United States)

    Zugliani, Daniel; Pasqualini, Matteo; Rosatti, Giorgio

    2017-04-01

    Free-surface flows with high sediment transport (as debris flow or hyper-concentrated flow) are composed by a mixture of fluid and solid phase, usually water and sediment. When these flows propagate over loose beds, particles constituting the mixture of water and sediments strongly interact with the ones forming the bed, leading to erosion or deposition. However, there are lots of other situations when the mixture flows over rigid bedrocks or over artificially paved transects, so there is no mass exchange between bed and mixture. The two situations are usually referred to as, respectively, mobile- and fixed-bed conditions. From a mathematical point of view, the systems of Partial Differential Equations (PDEs) that describe these flows derive from mass and momentum balance of both phases, but, the two resulting PDEs systems are different. The main difference concerns the concentration: in the mobile-bed condition, the concentration is linked to the local flow conditions by means of a suitable rheological relation, while in the fixed-bed case, the concentration is an unknown of the problem. It is quite common that a free surface flow with high sediment transport, in its path, encounters both conditions. In the recent work of Rosatti & Zugliani 2015, the mathematical and numerical description of the transition between fixed- and mobile-bed was successfully resolved, for the case of low sediment transport phenomena, by the introduction of a suitable erodibility variable and satisfactory results were obtained. The main disadvantage of the approach is related to the erodibility variable, that changes in space, based on bed characteristics, but remains constant in time. However, the nature of the bed can change dynamically as result of deposition over fixed bed or high erosion over mobile bed. With this work, we extend the applicability of the mentioned approach to the more complex PDEs describing the hyper-concentrated flow. Moreover, we introduce a strategy that allows

  13. Solving fully fuzzy transportation problem using pentagonal fuzzy numbers

    Science.gov (United States)

    Maheswari, P. Uma; Ganesan, K.

    2018-04-01

    In this paper, we propose a simple approach for the solution of fuzzy transportation problem under fuzzy environment in which the transportation costs, supplies at sources and demands at destinations are represented by pentagonal fuzzy numbers. The fuzzy transportation problem is solved without converting to its equivalent crisp form using a robust ranking technique and a new fuzzy arithmetic on pentagonal fuzzy numbers. To illustrate the proposed approach a numerical example is provided.

  14. Charge transport kinetics in a robust radical-substituted polymer/nanocarbon composite electrode

    Science.gov (United States)

    Sato, Kan; Oyaizu, Kenichi; Nishide, Hiroyuki

    We have reported a series of organic radical-substituted polymers as new-type charge storage and transport materials which could be used for energy related devices such as batteries and solar cells. Redox-active radical moieties introduced to the non-conjugated polymer backbones enable the rapid electron transfer among the adjacent radical sites, and thus large diffusive flux of electrical charge at a bulk scale. Here we present the elucidated charge transport kinetics in a radical polymer/single-walled carbon nanotube (SWNT) composite electrode. The synergetic effect of electrical conduction by a three-dimensional SWNT network and electron self-exchange reaction by radical polymers contributed to the 105-fold (per 1 g of added SWNT) boosting of electrochemical reactions and exceptionally large current density (greater than 1 A/cm2) as a rechargeable electrode. A totally organic-based secondary battery with a submicron thickness was fabricated to demonstrate the splendid electrochemical performances. Grants-in-Aid for Scientific Research (No. 24225003, 15J00888) and the Leading Graduate Program in Science and Engineering, from the Japanese Ministry of Education, Culture, Sports, Science and Technology (MEXT).

  15. Charge transport in disordered organic host-guest systems: effects of carrier density and electric field

    NARCIS (Netherlands)

    Yimer, Y.Y.; Bobbert, P.A.; Coehoorn, R.

    2008-01-01

    We investigate charge transport in disordered organic host–guest systems with a bimodal Gaussian density of states (DOS). The energy difference between the two Gaussians defines the trap depth. By solving the Pauli master equation for the hopping of charge carriers on a regular lattice with site

  16. Transition from direct to inverted charge transport Marcus regions in molecular junctions via molecular orbital gating

    Science.gov (United States)

    Yuan, Li; Wang, Lejia; Garrigues, Alvar R.; Jiang, Li; Annadata, Harshini Venkata; Anguera Antonana, Marta; Barco, Enrique; Nijhuis, Christian A.

    2018-04-01

    Solid-state molecular tunnel junctions are often assumed to operate in the Landauer regime, which describes essentially activationless coherent tunnelling processes. In solution, on the other hand, charge transfer is described by Marcus theory, which accounts for thermally activated processes. In practice, however, thermally activated transport phenomena are frequently observed also in solid-state molecular junctions but remain poorly understood. Here, we show experimentally the transition from the Marcus to the inverted Marcus region in a solid-state molecular tunnel junction by means of intra-molecular orbital gating that can be tuned via the chemical structure of the molecule and applied bias. In the inverted Marcus region, charge transport is incoherent, yet virtually independent of temperature. Our experimental results fit well to a theoretical model that combines Landauer and Marcus theories and may have implications for the interpretation of temperature-dependent charge transport measurements in molecular junctions.

  17. Experimental study on the supercritical startup and heat transport capability of a neon-charged cryogenic loop heat pipe

    International Nuclear Information System (INIS)

    Guo, Yuandong; Lin, Guiping; He, Jiang; Bai, Lizhan; Zhang, Hongxing; Miao, Jianyin

    2017-01-01

    Highlights: • A neon-charged CLHP integrated with a G-M cryocooler was designed and investigated. • The CLHP can realize the supercritical startup with an auxiliary heat load of 1.5 W. • Maximum heat transport capability of the CLHP was 4.5 W over a distance of 0.6 m. • There existed an optimum auxiliary heat load to expedite the supercritical startup. • There existed an optimum charged pressure to reach the largest heat transfer limit. - Abstract: Neon-charged cryogenic loop heat pipe (CLHP) can realize efficient cryogenic heat transport in the temperature range of 30–40 K, and promises great application potential in the thermal control of future space infrared exploration system. In this work, extensive experimental studies on the supercritical startup and heat transport capability of a neon-charged CLHP integrated with a G-M cryocooler were carried out, where the effects of the auxiliary heat load applied to the secondary evaporator and charged pressure of the working fluid were investigated. Experimental results showed that the CLHP could successfully realize the supercritical startup with an auxiliary heat load of 1.5 W, and there existed an optimum auxiliary heat load and charged pressure of the working fluid respectively, to achieve the maximum temperature drop rate of the primary evaporator during the supercritical startup. The CLHP could reach a maximum heat transport capability of 4.5 W over a distance of 0.6 m corresponding to the optimum charged pressure of the working fluid; however, the heat transport capability decreased with the increase of the auxiliary heat load. Furthermore, the inherent mechanisms responsible for the phenomena observed in the experiments were analyzed and discussed, to provide a better understanding from the theoretical view.

  18. Effect of backbone structure on charge transport along isolated conjugated polymer chains

    International Nuclear Information System (INIS)

    Siebbeles, Laurens D.A.; Grozema, Ferdinand C.; Haas, Matthijs P. de; Warman, John M.

    2005-01-01

    Fast charge transport in conjugated polymers is essential for their application in opto-electronic devices. In the present paper, measurements and theoretical modeling of the mobility of excess charges along isolated chains of conjugated polymers in dilute solution are presented. Charge carriers were produced by irradiation of the polymer solution with 3-MeV electrons from a Van de Graaff accelerator. The mobilities of the charges along the polymer chains were obtained from time-resolved microwave conductivity measurements. The mobilities are strongly dependent on the chemical nature of the polymer backbone. Comparison of the experimental data with results from ab initio quantum mechanical calculations shows that the measured mobilities are strongly limited by torsional disorder, chemical defects and chain ends. Improvement of the structure of polymer backbones is therefore expected to significantly enhance the performance of these materials in 'plastic electronics'

  19. Description of bipolar charge transport in polyethylene using a fluid model with a constant mobility: model prediction

    International Nuclear Information System (INIS)

    Le Roy, S; Segur, P; Teyssedre, G; Laurent, C

    2004-01-01

    We present a conduction model aimed at describing bipolar transport and space charge phenomena in low density polyethylene under dc stress. In the first part we recall the basic requirements for the description of charge transport and charge storage in disordered media with emphasis on the case of polyethylene. A quick review of available conduction models is presented and our approach is compared with these models. Then, the bases of the model are described and related assumptions are discussed. Finally, results on external current, trapped and free space charge distributions, field distribution and recombination rate are presented and discussed, considering a constant dc voltage, a step-increase of the voltage, and a polarization-depolarization protocol for the applied voltage. It is shown that the model is able to describe the general features reported for external current, electroluminescence and charge distribution in polyethylene

  20. Symmetry properties of the transport coefficients of charged particles in disordered materials

    International Nuclear Information System (INIS)

    Baird, J.K.

    1979-01-01

    The transport coefficients of a charged particle in an isotropic material are shown to be even functions of the applied electric field. We discuss the limitation which this result and its consequences place upon formulae used to represent these coefficients

  1. Wheeled mobility device transportation safety in fixed route and demand-responsive public transit vehicles within the United States.

    Science.gov (United States)

    Frost, Karen L; van Roosmalen, Linda; Bertocci, Gina; Cross, Douglas J

    2012-01-01

    An overview of the current status of wheelchair transportation safety in fixed route and demand-responsive, non-rail, public transportation vehicles within the US is presented. A description of each mode of transportation is provided, followed by a discussion of the primary issues affecting safety, accessibility, and usability. Technologies such as lifts, ramps, securement systems, and occupant restraint systems, along with regulations and voluntary industry standards have been implemented with the intent of improving safety and accessibility for individuals who travel while seated in their wheeled mobility device (e.g., wheelchair or scooter). However, across both fixed route and demand-responsive transit systems a myriad of factors such as nonuse and misuse of safety systems, oversized wheeled mobility devices, vehicle space constraints, and inadequate vehicle operator training may place wheeled mobility device (WhMD) users at risk of injury even under non-impact driving conditions. Since WhMD-related incidents also often occur during the boarding and alighting process, the frequency of these events, along with factors associated with these events are described for each transit mode. Recommendations for improving WhMD transportation are discussed given the current state of

  2. Charge transport in disordered organic host-guest systems: effects of carrier density and electric field

    NARCIS (Netherlands)

    Yimer, Y.Y.; Bobbert, P.A.; Coehoorn, R.

    2009-01-01

    We investigate charge transport in disordered organic host–guest systems with a bimodal Gaussian density of states. The energy difference between the peaks of the two Gaussians defines the trap depth. By solving the Pauli master equation for the hopping of charge carriers on a regular lattice we

  3. Coulombic interactions and multicomponent ionic dispersion during transport of charged species in heterogeneous porous media

    DEFF Research Database (Denmark)

    Muniruzzaman, Muhammad; Rolle, Massimo

    Electrochemical cross-coupling plays a significant role for transport of charged species in porous media [1, 2]. In this study we performed flow-through experiments in a quasi two-dimensional setup using dilute solutions of strong electrolytes to study the influence of charge interactions on mass...... occurred. To quantitatively interpret the outcomes of our laboratory experiments in the spatially variable flow fields we developed a two dimensional numerical model based on a multicomponent formulation, on charge conservation and on the accurate description of transverse dispersion. The results...... of the multicomponent transport simulations were compared with the high-resolution (5 mm spacing) concentration measurements of the ionic species at the outlet of the flow-through domain. The excellent agreement between the measured concentrations and the results of purely forward numerical simulations demonstrates...

  4. Impact of Rate Design Alternatives on Residential Solar Customer Bills. Increased Fixed Charges, Minimum Bills and Demand-based Rates

    Energy Technology Data Exchange (ETDEWEB)

    Bird, Lori [National Renewable Energy Lab. (NREL), Golden, CO (United States); Davidson, Carolyn [National Renewable Energy Lab. (NREL), Golden, CO (United States); McLaren, Joyce [National Renewable Energy Lab. (NREL), Golden, CO (United States); Miller, John [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2015-09-01

    With rapid growth in energy efficiency and distributed generation, electric utilities are anticipating stagnant or decreasing electricity sales, particularly in the residential sector. Utilities are increasingly considering alternative rates structures that are designed to recover fixed costs from residential solar photovoltaic (PV) customers with low net electricity consumption. Proposed structures have included fixed charge increases, minimum bills, and increasingly, demand rates - for net metered customers and all customers. This study examines the electricity bill implications of various residential rate alternatives for multiple locations within the United States. For the locations analyzed, the results suggest that residential PV customers offset, on average, between 60% and 99% of their annual load. However, roughly 65% of a typical customer's electricity demand is non-coincidental with PV generation, so the typical PV customer is generally highly reliant on the grid for pooling services.

  5. Effects of Confinement on Microstructure and Charge Transport in High Performance Semicrystalline Polymer Semiconductors

    KAUST Repository

    Himmelberger, Scott

    2012-11-23

    The film thickness of one of the most crystalline and highest performing polymer semiconductors, poly(2,5-bis(3-tetradecylthiophen-2-yl)thieno[3,2-b] thiophene) (PBTTT), is varied in order to determine the effects of interfaces and confinement on the microstructure and performance in organic field effect transistors (OFETs). Crystalline texture and overall film crystallinity are found to depend strongly on film thickness and thermal processing. The angular distribution of crystallites narrows upon both a decrease in film thickness and thermal annealing. These changes in the film microstructure are paired with thin-film transistor characterization and shown to be directly correlated with variations in charge carrier mobility. Charge transport is shown to be governed by film crystallinity in films below 20 nm and by crystalline orientation for thicker films. An optimal thickness is found for PBTTT at which the mobility is maximized in unannealed films and where mobility reaches a plateau at its highest value for annealed films. The effects of confinement on the morphology and charge transport properties of poly(2,5-bis(3-tetradecylthiophen-2-yl) thieno[3,2-b]thiophene) (PBTTT) are studied using quantitative X-ray diffraction and field-effect transistor measurements. Polymer crystallinity is found to limit charge transport in the thinnest films while crystalline texture and intergrain connectivity modulate carrier mobility in thicker films. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  6. Effects of Confinement on Microstructure and Charge Transport in High Performance Semicrystalline Polymer Semiconductors

    KAUST Repository

    Himmelberger, Scott; Dacuñ a, Javier; Rivnay, Jonathan; Jimison, Leslie H.; McCarthy-Ward, Thomas; Heeney, Martin; McCulloch, Iain; Toney, Michael F.; Salleo, Alberto

    2012-01-01

    The film thickness of one of the most crystalline and highest performing polymer semiconductors, poly(2,5-bis(3-tetradecylthiophen-2-yl)thieno[3,2-b] thiophene) (PBTTT), is varied in order to determine the effects of interfaces and confinement on the microstructure and performance in organic field effect transistors (OFETs). Crystalline texture and overall film crystallinity are found to depend strongly on film thickness and thermal processing. The angular distribution of crystallites narrows upon both a decrease in film thickness and thermal annealing. These changes in the film microstructure are paired with thin-film transistor characterization and shown to be directly correlated with variations in charge carrier mobility. Charge transport is shown to be governed by film crystallinity in films below 20 nm and by crystalline orientation for thicker films. An optimal thickness is found for PBTTT at which the mobility is maximized in unannealed films and where mobility reaches a plateau at its highest value for annealed films. The effects of confinement on the morphology and charge transport properties of poly(2,5-bis(3-tetradecylthiophen-2-yl) thieno[3,2-b]thiophene) (PBTTT) are studied using quantitative X-ray diffraction and field-effect transistor measurements. Polymer crystallinity is found to limit charge transport in the thinnest films while crystalline texture and intergrain connectivity modulate carrier mobility in thicker films. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  7. Crossover from band-like to thermally activated charge transport in organic transistors due to strain-induced traps

    KAUST Repository

    Mei, Yaochuan; Diemer, Peter J.; Niazi, Muhammad Rizwan; Hallani, Rawad K.; Jarolimek, Karol; Day, Cynthia S.; Risko, Chad; Anthony, John E.; Amassian, Aram; Jurchescu, Oana D.

    2017-01-01

    The temperature dependence of the charge-carrier mobility provides essential insight into the charge transport mechanisms in organic semiconductors. Such knowledge imparts critical understanding of the electrical properties of these materials

  8. Electronic transport in single-helical protein molecules: Effects of multiple charge conduction pathways and helical symmetry

    Energy Technology Data Exchange (ETDEWEB)

    Kundu, Sourav, E-mail: sourav.kunduphy@gmail.com; Karmakar, S.N.

    2016-07-15

    We propose a tight-binding model to investigate electronic transport properties of single helical protein molecules incorporating both the helical symmetry and the possibility of multiple charge transfer pathways. Our study reveals that due to existence of both the multiple charge transfer pathways and helical symmetry, the transport properties are quite rigid under influence of environmental fluctuations which indicates that these biomolecules can serve as better alternatives in nanoelectronic devices than its other biological counterparts e.g., single-stranded DNA.

  9. Design study of low-energy beam transport for multi-charge beams at RAON

    Science.gov (United States)

    Bahng, Jungbae; Qiang, Ji; Kim, Eun-San

    2015-12-01

    The Rare isotope Accelerator Of Newness (RAON) at the Rare Isotope Science Project (RISP) is being designed to simultaneously accelerate beams with multiple charge states. It includes a driver superconducting (SC) linac for producing 200 MeV/u and 400 kW continuous wave (CW) heavy ion beams from protons to uranium. The RAON consists of a few electron cyclotron resonance ion sources, a low-energy beam transport (LEBT) system, a CW 81.25 MHz, 500 keV/u radio frequency quadrupole (RFQ) accelerator, a medium-energy beam transport system, the SC linac, and a charge-stripper system. The LEBT system for the RISP accelerator facility consists of a high-voltage platform, two 90° dipoles, a multi-harmonic buncher (MHB), solenoids, electrostatic quadrupoles, a velocity equalizer, and a diagnostic system. The ECR ion sources are located on a high-voltage platform to reach an initial beam energy of 10 keV/u. After extraction, the ion beam is transported through the LEBT system to the RFQ accelerator. The generated charge states are selected by an achromatic bending system and then bunched by the MHB in the LEBT system. The MHB is used to achieve a small longitudinal emittance in the RFQ by generating a sawtooth wave with three harmonics. In this paper, we present the results and issues of the beam dynamics of the LEBT system.

  10. Design study of low-energy beam transport for multi-charge beams at RAON

    Energy Technology Data Exchange (ETDEWEB)

    Bahng, Jungbae [Department of Physics, Kyungpook National University, Daegu 41566 (Korea, Republic of); Qiang, Ji [Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); Kim, Eun-San, E-mail: eskim1@korea.ac.kr [Department of Accelerator Science, Graduate School, Korea University Sejong Campus, Sejong 30019 (Korea, Republic of)

    2015-12-21

    The Rare isotope Accelerator Of Newness (RAON) at the Rare Isotope Science Project (RISP) is being designed to simultaneously accelerate beams with multiple charge states. It includes a driver superconducting (SC) linac for producing 200 MeV/u and 400 kW continuous wave (CW) heavy ion beams from protons to uranium. The RAON consists of a few electron cyclotron resonance ion sources, a low-energy beam transport (LEBT) system, a CW 81.25 MHz, 500 keV/u radio frequency quadrupole (RFQ) accelerator, a medium-energy beam transport system, the SC linac, and a charge-stripper system. The LEBT system for the RISP accelerator facility consists of a high-voltage platform, two 90° dipoles, a multi-harmonic buncher (MHB), solenoids, electrostatic quadrupoles, a velocity equalizer, and a diagnostic system. The ECR ion sources are located on a high-voltage platform to reach an initial beam energy of 10 keV/u. After extraction, the ion beam is transported through the LEBT system to the RFQ accelerator. The generated charge states are selected by an achromatic bending system and then bunched by the MHB in the LEBT system. The MHB is used to achieve a small longitudinal emittance in the RFQ by generating a sawtooth wave with three harmonics. In this paper, we present the results and issues of the beam dynamics of the LEBT system.

  11. Theory of thermal and charge transport in diffusive normal metal / superconductor junctions

    NARCIS (Netherlands)

    Yokoyama, T.; Tanaka, Y.; Golubov, Alexandre Avraamovitch; Asano, Y.

    2005-01-01

    Thermal and charge transport in diffusive normal metal (DN)/insulator/s-, d-, and p-wave superconductor junctions are studied based on the Usadel equation with the Nazarov's generalized boundary condition. We derive a general expression of the thermal conductance in unconventional superconducting

  12. Synthetic acceleration methods for linear transport problems with highly anisotropic scattering

    International Nuclear Information System (INIS)

    Khattab, K.M.

    1989-01-01

    One of the iterative methods which is used to solve the discretized transport equation is called the Source Iteration Method (SI). The SI method converges very slowly for problems with optically thick regions and scattering ratios (σ s /σ t ) near unity. The Diffusion-Synthetic Acceleration method (DSA) is one of the methods which has been devised to improve the convergence rate of the SI method. The DSA method is a good tool to accelerate the SI method, if the particle which is being dealt with is a neutron. This is because the scattering process for neutrons is not severely anisotropic. However, if the particle is a charged particle (electron), DSA becomes ineffective as an acceleration device because here the scattering process is severely anisotropic. To improve the DSA algorithm for electron transport, the author approaches the problem in two different ways in this thesis. He develops the first approach by accelerating more angular moments (φ 0 , φ 1 , φ 2 , φ 3 ,...) than is done in DSA; he calls this approach the Modified P N Synthetic Acceleration (MPSA) method. In the second approach he modifies the definition of the transport sweep, using the physics of the scattering; he calls this approach the Modified Diffusion Synthetic Acceleration (MDSA) method. In general, he has developed, analyzed, and implemented the MPSA and MDSA methods in this thesis and has shown that for a high order quadrature set and mesh widths about 1.0 cm, they are each about 34 times faster (clock time) than the DSA method. Also, he has found that the MDSA spectral radius decreases as the mesh size increases. This makes the MDSA method a better choice for large spatial meshes

  13. Charge transport mechanism in p-type copper ion containing triazine thiolate metallopolymer thin film devices

    Science.gov (United States)

    K, Deepak; Roy, Amit; Anjaneyulu, P.; Kandaiah, Sakthivel; Pinjare, Sampatrao L.

    2017-10-01

    The charge transport mechanism in copper ions containing 1,3,5-Triazine-2,4,6-trithiolate (CuTCA) based polymer device in sandwich (Ag/CuTCA/Cu) geometry is studied. The current-voltage (I-V) characteristics of the metallopolymer CuTCA device have shown a transition in the charge transport mechanism from Ohmic to Space-charge limited conduction when temperature and voltage are varied. The carriers in CuTCA devices exhibit hopping transport, in which carriers hop from one site to the other. The hole mobility in this polymer device is found to be dependent on electric field E ( μpα√{E } ) and temperature, which suggests that the polymer has inherent disorder. The electric-field coefficient γ and zero-field mobility μ0 are temperature dependent. The values of mobility and activation energies are estimated from temperature (90-140 K) dependent charge transport studies and found to be in the range of 1 × 10-11-8 × 10-12 m2/(V s) and 16.5 meV, respectively. Temperature dependent electric-field coefficient γ is in the order of 17.8 × 10-4 (m/V)1/2, and the value of zero-field mobility μ0 is in the order of 1.2 × 10-11 m2/(V s) at 140 K. A constant phase element (Q) is used to model the device parameters, which are extracted using the Impedance spectroscopy technique. The bandgap of the polymer is estimated to be 2.6 eV from UV-Vis reflectance spectra.

  14. Scientific Computation Application Partnerships in Materials and Chemical Sciences, Charge Transfer and Charge Transport in Photoactivated Systems, Developing Electron-Correlated Methods for Excited State Structure and Dynamics in the NWChem Software Suite

    Energy Technology Data Exchange (ETDEWEB)

    Cramer, Christopher J. [Univ. of Minnesota, Minneapolis, MN (United States)

    2017-11-12

    Charge transfer and charge transport in photoactivated systems are fundamental processes that underlie solar energy capture, solar energy conversion, and photoactivated catalysis, both organometallic and enzymatic. We developed methods, algorithms, and software tools needed for reliable treatment of the underlying physics for charge transfer and charge transport, an undertaking with broad applicability to the goals of the fundamental-interaction component of the Department of Energy Office of Basic Energy Sciences and the exascale initiative of the Office of Advanced Scientific Computing Research.

  15. Study on Multi-Depot Collaborative Transportation Problem of Milk-Run Pattern

    Directory of Open Access Journals (Sweden)

    Lou Zhenkai

    2016-01-01

    Full Text Available Analyze the relevance between Milk Run mode and collaborative transportation problem, put forward collaborative transportation problem of multiple-depot on Milk Run mode under the supply and demand separate nodes, consider the value of transport and transport costs, introduce the concept of node - arc flow, by comparing the size of traffic flow determine nodes collection, and then constructed multi-transport model of the problem. Considering one-way pickup and delivery closed, construct two-stage algorithm model, use dynamic programming recursive solution to determine the best route to pick up, and then solving delivery routing problem with different start and return point based on geometric method of Cosine. Finally use a numerical example illustrates the effectiveness of the algorithm and reasonable model.

  16. Interaction of a relativistic charge with vacuum channel elements

    International Nuclear Information System (INIS)

    Tatarnikov, V.A.

    1989-01-01

    The problems of beam acceleration and transport require accounting for the effects connected with natural fields of charged particles. Flying along the accelerating structure elements the bunch induces charges and currents on the walls which, in their turn, affect the accelerating particles creating a secondary electromagnetic field. The effect of vacuum channel walls on the charged particle energy is considered. In the approximation of an assigned current the expressions for integral changes in the energy of relativistic charge, are obtained. The difference in the nature of charge interaction with the inhomogeneities of the diaphragm type and a semiinfinite waveguide, is shown

  17. Performance Assessment of Fixed and Flexible Public Transport in a Multi Agent Simulation Framework

    NARCIS (Netherlands)

    Narayan, Jishnu; Cats, O.; van Oort, N.; Hoogendoorn, S.P.; Esztergár-Kiss, Domokos; Mátrai, Tamás; Tóth, János; Varga, István

    2017-01-01

    The emergence of innovative mobility solutions that offer flexible transport services, is changing the way urban public transport systems will be designed. Such mobility solutions offer on demand transport services and hence can solve the problems inherent with traditional line based and schedule

  18. 49 CFR 587.18 - Dimensions of fixed rigid barrier.

    Science.gov (United States)

    2010-10-01

    ... TRAFFIC SAFETY ADMINISTRATION, DEPARTMENT OF TRANSPORTATION (CONTINUED) DEFORMABLE BARRIERS Offset Deformable Barrier § 587.18 Dimensions of fixed rigid barrier. (a) The fixed rigid barrier has a mass of not... 49 Transportation 7 2010-10-01 2010-10-01 false Dimensions of fixed rigid barrier. 587.18 Section...

  19. Fractional charges in external field problems and the inverse scattering method

    International Nuclear Information System (INIS)

    Grosse, H.; Opelt, G.

    1986-01-01

    Motivated by recent studies of the quantization of fermions interacting with external soliton fields, we construct all reflectionless potentials for the one-dimensional Dirac operator, which are solitons of coupled MKdV equations. The charge of the fermion field in presence of these solitons varies continuously. For the N-soliton solutions it becomes the sum of the charges of the individual problems. The questions of unitary equivalence of representations of the CAR as well as the implementability of gauge transformations are studied for specific examples. (Author)

  20. Noise And Charge Transport In Carbon Nanotube Devices

    Science.gov (United States)

    Reza, Shahed; Huynh, Quyen T.; Bosman, Gijs; Sippel, Jennifer; Rinzler, Andrew G.

    2005-11-01

    The charge transport and noise properties of three terminal, gated devices containing multiple, single wall, metallic and semiconductor carbon nanotubes have been measured as a function of gate and drain bias at 300K. Using pulsed bias the metallic tubes could be burned sequentially enabling the separation of measured conductance and low frequency excess noise into metallic and semiconductor contributions. The relative low frequency excess noise of the metallic tubes was about a factor 100 lower than that of the semiconductor tubes, whereas the conductance of the metallic tubes was significantly higher (10 to 50 times) than that of the semiconductor tubes.

  1. Temperature-dependent charge injection and transport in pentacene thin-film transistors

    International Nuclear Information System (INIS)

    Kim, Dong Wook; Shin, Hyunji; Choi, Jong Sun; Park, Ji-Ho; Park, Jaehoon

    2015-01-01

    The electrical characteristics of p-channel pentacene thin-film transistors (TFTs) were analyzed at different operating temperatures ranging from 253 to 353 K. An improvement in the drain current and field-effect mobility of the pentacene TFTs is observed with increasing temperature. From the Arrhenius plots of field-effect mobility extracted at various temperatures, a lower activation energy of 99.34 meV was obtained when the device is operating in the saturation region. Such observation is ascribed to the thermally activated hole transport through the pentacene grain boundaries. On the other hand, it was found that the Au/pentacene contact significantly affects the TFTs electrical characteristics in the linear region, which resulted in a higher activation energy. The activation energy based on the linear field-effect mobility, which increased from 344.61 to 444.70 meV with decreasing temperature, implies the charge-injection-limited electrical behavior of pentacene TFTs at low temperatures. The thermally induced electrical characteristic variations in pentacene TFTs can thus be studied through the temperature dependence of the charge injection and transport processes. (paper)

  2. Sharp fronts within geochemical transport problems

    International Nuclear Information System (INIS)

    Grindrod, P.

    1995-01-01

    The authors consider some reactive geochemical transport problems in groundwater systems. When incoming fluid is in disequilibrium with the mineralogy sharp transition fronts may develop. They show that this is a generic property for a class of systems where the timescales associated with reaction and diffusion phenomena are much shorter than those associated with advective transport. Such multiple timescale problems are relevant to a variety of processes in natural systems: mathematically methods of singular perturbation theory reduce the dimension of the problems to be solved locally. Furthermore, they consider how spatial heterogeneous mineralogy can impact upon the propagation of sharp geochemical fronts. The authors developed an asymptotic approach in which they solve equations for the evolving geometry of the front and indicate how the non-smooth perturbations due to natural heterogeneity of the mineralogy on underlying ground water flow field are balanced against the smoothing effect of diffusion/dispersive processes. Fronts are curvature damped, and the results here indicate the generic nature of separate front propagation within both model (idealized) and natural (heterogeneous) geochemical systems

  3. The intelligence of dual simplex method to solve linear fractional fuzzy transportation problem.

    Science.gov (United States)

    Narayanamoorthy, S; Kalyani, S

    2015-01-01

    An approach is presented to solve a fuzzy transportation problem with linear fractional fuzzy objective function. In this proposed approach the fractional fuzzy transportation problem is decomposed into two linear fuzzy transportation problems. The optimal solution of the two linear fuzzy transportations is solved by dual simplex method and the optimal solution of the fractional fuzzy transportation problem is obtained. The proposed method is explained in detail with an example.

  4. A multi-agent quantum Monte Carlo model for charge transport: Application to organic field-effect transistors

    International Nuclear Information System (INIS)

    Bauer, Thilo; Jäger, Christof M.; Jordan, Meredith J. T.; Clark, Timothy

    2015-01-01

    We have developed a multi-agent quantum Monte Carlo model to describe the spatial dynamics of multiple majority charge carriers during conduction of electric current in the channel of organic field-effect transistors. The charge carriers are treated by a neglect of diatomic differential overlap Hamiltonian using a lattice of hydrogen-like basis functions. The local ionization energy and local electron affinity defined previously map the bulk structure of the transistor channel to external potentials for the simulations of electron- and hole-conduction, respectively. The model is designed without a specific charge-transport mechanism like hopping- or band-transport in mind and does not arbitrarily localize charge. An electrode model allows dynamic injection and depletion of charge carriers according to source-drain voltage. The field-effect is modeled by using the source-gate voltage in a Metropolis-like acceptance criterion. Although the current cannot be calculated because the simulations have no time axis, using the number of Monte Carlo moves as pseudo-time gives results that resemble experimental I/V curves

  5. A multi-agent quantum Monte Carlo model for charge transport: Application to organic field-effect transistors

    Energy Technology Data Exchange (ETDEWEB)

    Bauer, Thilo; Jäger, Christof M. [Department of Chemistry and Pharmacy, Computer-Chemistry-Center and Interdisciplinary Center for Molecular Materials, Friedrich-Alexander-Universität Erlangen-Nürnberg, Nägelsbachstrasse 25, 91052 Erlangen (Germany); Jordan, Meredith J. T. [School of Chemistry, University of Sydney, Sydney, NSW 2006 (Australia); Clark, Timothy, E-mail: tim.clark@fau.de [Department of Chemistry and Pharmacy, Computer-Chemistry-Center and Interdisciplinary Center for Molecular Materials, Friedrich-Alexander-Universität Erlangen-Nürnberg, Nägelsbachstrasse 25, 91052 Erlangen (Germany); Centre for Molecular Design, University of Portsmouth, Portsmouth PO1 2DY (United Kingdom)

    2015-07-28

    We have developed a multi-agent quantum Monte Carlo model to describe the spatial dynamics of multiple majority charge carriers during conduction of electric current in the channel of organic field-effect transistors. The charge carriers are treated by a neglect of diatomic differential overlap Hamiltonian using a lattice of hydrogen-like basis functions. The local ionization energy and local electron affinity defined previously map the bulk structure of the transistor channel to external potentials for the simulations of electron- and hole-conduction, respectively. The model is designed without a specific charge-transport mechanism like hopping- or band-transport in mind and does not arbitrarily localize charge. An electrode model allows dynamic injection and depletion of charge carriers according to source-drain voltage. The field-effect is modeled by using the source-gate voltage in a Metropolis-like acceptance criterion. Although the current cannot be calculated because the simulations have no time axis, using the number of Monte Carlo moves as pseudo-time gives results that resemble experimental I/V curves.

  6. Space charge compensation in the Linac4 low energy beam transport line with negative hydrogen ions

    Energy Technology Data Exchange (ETDEWEB)

    Valerio-Lizarraga, Cristhian A., E-mail: cristhian.alfonso.valerio.lizarraga@cern.ch [CERN, Geneva (Switzerland); Departamento de Investigación en Física, Universidad de Sonora, Hermosillo (Mexico); Lallement, Jean-Baptiste; Lettry, Jacques; Scrivens, Richard [CERN, Geneva (Switzerland); Leon-Monzon, Ildefonso [Facultad de Ciencias Fisico-Matematicas, Universidad Autónoma de Sinaloa, Culiacan (Mexico); Midttun, Øystein [CERN, Geneva (Switzerland); University of Oslo, Oslo (Norway)

    2014-02-15

    The space charge effect of low energy, unbunched ion beams can be compensated by the trapping of ions or electrons into the beam potential. This has been studied for the 45 keV negative hydrogen ion beam in the CERN Linac4 Low Energy Beam Transport using the package IBSimu [T. Kalvas et al., Rev. Sci. Instrum. 81, 02B703 (2010)], which allows the space charge calculation of the particle trajectories. The results of the beam simulations will be compared to emittance measurements of an H{sup −} beam at the CERN Linac4 3 MeV test stand, where the injection of hydrogen gas directly into the beam transport region has been used to modify the space charge compensation degree.

  7. Transport-constrained extensions of collision and track length estimators for solutions of radiative transport problems

    International Nuclear Information System (INIS)

    Kong, Rong; Spanier, Jerome

    2013-01-01

    In this paper we develop novel extensions of collision and track length estimators for the complete space-angle solutions of radiative transport problems. We derive the relevant equations, prove that our new estimators are unbiased, and compare their performance with that of more conventional estimators. Such comparisons based on numerical solutions of simple one dimensional slab problems indicate the the potential superiority of the new estimators for a wide variety of more general transport problems

  8. Inverse problems in linear transport theory

    International Nuclear Information System (INIS)

    Dressler, K.

    1988-01-01

    Inverse problems for a class of linear kinetic equations are investigated. The aim is to identify the scattering kernel of a transport equation (corresponding to the structure of a background medium) by observing the 'albedo' part of the solution operator for the corresponding direct initial boundary value problem. This means to get information on some integral operator in an integrodifferential equation through on overdetermined boundary value problem. We first derive a constructive method for solving direct halfspace problems and prove a new factorization theorem for the solutions. Using this result we investigate stationary inverse problems with respect to well posedness (e.g. reduce them to classical ill-posed problems, such as integral equations of first kind). In the time-dependent case we show that a quite general inverse problem is well posed and solve it constructively. (orig.)

  9. Monte Carlo method in radiation transport problems

    International Nuclear Information System (INIS)

    Dejonghe, G.; Nimal, J.C.; Vergnaud, T.

    1986-11-01

    In neutral radiation transport problems (neutrons, photons), two values are important: the flux in the phase space and the density of particles. To solve the problem with Monte Carlo method leads to, among other things, build a statistical process (called the play) and to provide a numerical value to a variable x (this attribution is called score). Sampling techniques are presented. Play biasing necessity is proved. A biased simulation is made. At last, the current developments (rewriting of programs for instance) are presented due to several reasons: two of them are the vectorial calculation apparition and the photon and neutron transport in vacancy media [fr

  10. THE PROBLEMS OF PASSENGER TRANSPORTATIONS IN AN INTERNATIONAL COMMUNICATION

    Directory of Open Access Journals (Sweden)

    Yu. S. Barash

    2010-05-01

    Full Text Available The basic aspects of international passenger transportations in Ukraine are represented. The analysis of present situation in these transportations is carried out. Some variants of solving the problems of passenger transportations in an international communication are considered.

  11. Transport, charge exchange and loss of energetic heavy ions in the earth's radiation belts - Applicability and limitations of theory

    Science.gov (United States)

    Spjeldvik, W. N.

    1981-01-01

    Computer simulations of processes which control the relative abundances of ions in the trapping regions of geospace are compared with observations from discriminating ion detectors. Energy losses due to Coulomb collisions between ions and exospheric neutrals are considered, along with charge exchange losses and internal charge exchanges. The time evolution of energetic ion fluxes of equatorially mirroring ions under radial diffusion is modelled to include geomagnetic and geoelectric fluctutations. Limits to the validity of diffusion transport theory are discussed, and the simulation is noted to contain provisions for six ionic charge states and the source effect on the radiation belt oxygen ion distributions. Comparisons are made with ion flux data gathered on Explorer 45 and ISEE-1 spacecraft and results indicate that internal charge exchanges cause the radiation belt ion charge state to be independent of source charge rate characteristics, and relative charge state distribution is independent of the radially diffusive transport rate below the charge state redistribution zone.

  12. Optimal Routing and Scheduling of Charge for Electric Vehicles: Case Study

    OpenAIRE

    Barco, John; Guerra, Andres; Muñoz, Luis; Quijano, Nicanor

    2013-01-01

    In Colombia, there is an increasing interest about improving public transportation. One of the proposed strategies in that way is the use battery electric vehicles (BEVs). One of the new challenges is the BEVs routing problem, which is subjected to the traditional issues of the routing problems, and must also consider the particularities of autonomy, charge and battery degradation of the BEVs. In this work, a scheme that coordinates the routing, scheduling of charge and operating costs of BEV...

  13. The Intelligence of Dual Simplex Method to Solve Linear Fractional Fuzzy Transportation Problem

    Directory of Open Access Journals (Sweden)

    S. Narayanamoorthy

    2015-01-01

    Full Text Available An approach is presented to solve a fuzzy transportation problem with linear fractional fuzzy objective function. In this proposed approach the fractional fuzzy transportation problem is decomposed into two linear fuzzy transportation problems. The optimal solution of the two linear fuzzy transportations is solved by dual simplex method and the optimal solution of the fractional fuzzy transportation problem is obtained. The proposed method is explained in detail with an example.

  14. A numerical study on the charge transport in TPD/Alq3-based organic light emitting diodes.

    Science.gov (United States)

    Kim, K S; Hwang, Y W; Lee, H G; Won, T Y

    2014-08-01

    We report our simulation study on the charge transport characteristic of the multi-layer structure for organic light emitting diodes (OLEDs). We performed a numerical simulation on a multilayer structure comprising a hole transport layer (HTL), an emission layer (EML), and an electron transport layer (ETL) between both electrodes. The material of the HTL is TPD (N,N'-Bis (3-methylphenyl)-N,N'-bis(phenyl) benzidine), and the ETL includes Alq3 (Tris (8-hyroxyquinolinato) aluminium). Here, we investigated the parameters such as recombination rates which influence the efficiency of the charge transport between layers in bilayer OLEDs. We also analyzed a transient response during the turn on/off period and the carrier transport in accordance with the variation of the injection barrier and applied voltage. In addition, our numerical simulation revealed that the insertion of the EML affects the photonic characteristics in bilayer structure and also the efficiency due to the difference in the internal barrier height.

  15. A risk-informed basis for establishing non-fixed surface contamination limits for spent fuel transportation casks

    International Nuclear Information System (INIS)

    Rawl, R.R.; Eckerman, K.F.; Bogard, J.S.; Cook, J.R.

    2004-01-01

    The current limits for non-fixed contamination on packages used to transport radioactive materials were introduced in the 1961 edition of the International Atomic Energy Agency (IAEA) transport regulations and were based on radiation protection guidance and practices in use at that time. The limits were based on exposure scenarios leading to intakes of radionuclides by inhalation and external irradiation of the hands. These considerations are collectively referred to as the Fairbairn model. Although formulated over 40 years ago, the model remains unchanged and is still the basis of current regulatory-derived limits on package non-fixed surface contamination. There can also be doses that while not resulting directly from the contamination, are strongly influenced by and attributable to transport regulatory requirements for contamination control. For example, actions necessary to comply with the current derived limits for light-water-reactor (LWR) spent nuclear fuel (SNF) casks can result in significant external doses to workers. This is due to the relatively high radiation levels around the loaded casks, where workers must function during the measurement of contamination levels and while decontaminating the cask. In order to optimize the total dose received due to compliance with cask contamination levels, it is necessary to take into account all the doses that vary as a result of the regulatory limit. Limits for non-fixed surface contamination on spent fuel casks should be established by using a model that considers and optimizes the appropriate exposure scenarios both in the workplace and in the public environment. A risk-informed approach is needed to ensure optimal use of personnel and material resources for SNF-based packaging operations. This paper is a summary of a study sponsored by the US Nuclear Regulatory Commission and performed by Oak Ridge National Laboratory that examined the dose implications for removable surface contamination limits on spent fuel

  16. Emergency transport by aeromedical blimp.

    OpenAIRE

    Cottrell, J. J.; Garrard, C.

    1989-01-01

    Recently there has been an explosive growth in the use of helicopters and fixed wing aircraft for the transportation of patients who are ill and injured. Although using such methods of transport may result in faster access to health care centres, their ultimate role for the civilian population is unclear. Unfortunately, there are many problems associated with aeromedical transport, particularly with rotary wing aircraft, which have shown an alarming tendency to crash. The use of lighter than ...

  17. Simulation of photon and charge transport in X-ray imaging semiconductor sensors

    CERN Document Server

    Nilsson, H E; Hjelm, M; Bertilsson, K

    2002-01-01

    A fully stochastic model for the imaging properties of X-ray silicon pixel detectors is presented. Both integrating and photon counting configurations have been considered, as well as scintillator-coated structures. The model is based on three levels of Monte Carlo simulations; photon transport and absorption using MCNP, full band Monte Carlo simulation of charge transport and system level Monte Carlo simulation of the imaging performance of the detector system. In the case of scintillator-coated detectors, the light scattering in the detector layers has been simulated using a Monte Carlo method. The image resolution was found to be much lower in scintillator-coated systems due to large light spread in thick scintillator layers. A comparison between integrating and photon counting readout methods shows that the image resolution can be slightly enhanced using a photon-counting readout. In addition, the proposed model has been used to study charge-sharing effects on the energy resolution in photon counting dete...

  18. Three-body scattering problem in the fixed center approximation: The case of attraction

    Energy Technology Data Exchange (ETDEWEB)

    Kudryavtsev, Alexander E. [National Research Center Kurchatov Institute, Institute for Theoretical and Experimental Physics, Moscow (Russian Federation); Gani, Vakhid A. [National Research Center Kurchatov Institute, Institute for Theoretical and Experimental Physics, Moscow (Russian Federation); National Research Nuclear University MEPhI (Moscow Engineering Physics Institute), Moscow (Russian Federation); Romanov, Alexander I. [National Research Nuclear University MEPhI (Moscow Engineering Physics Institute), Moscow (Russian Federation)

    2016-12-15

    We study the scattering of a light particle on a bound pair of heavy particles (e.g., the deuteron) within the fixed center approximation in the case of light-heavy attraction, solving the integral equation for the three-body Green's function both in the coordinate and in the momentum space. The results for the three-body scattering amplitude appear to be ambiguous -they depend on a single real parameter. This parameter may be fixed by a three-body input, e.g., the three-body scattering length. We also solve the integral equation for the three-body Green function in the momentum space, introducing a finite cut-off. We show that all three approaches are equivalent. We also discuss how our approach to the problem matches with the introduction of three-body contact interaction as done by other authors. (orig.)

  19. Triple Hierarchical Variational Inequalities with Constraints of Mixed Equilibria, Variational Inequalities, Convex Minimization, and Hierarchical Fixed Point Problems

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We introduce and analyze a hybrid iterative algorithm by virtue of Korpelevich's extragradient method, viscosity approximation method, hybrid steepest-descent method, and averaged mapping approach to the gradient-projection algorithm. It is proven that under appropriate assumptions, the proposed algorithm converges strongly to a common element of the fixed point set of infinitely many nonexpansive mappings, the solution set of finitely many generalized mixed equilibrium problems (GMEPs, the solution set of finitely many variational inequality problems (VIPs, the solution set of general system of variational inequalities (GSVI, and the set of minimizers of convex minimization problem (CMP, which is just a unique solution of a triple hierarchical variational inequality (THVI in a real Hilbert space. In addition, we also consider the application of the proposed algorithm to solve a hierarchical fixed point problem with constraints of finitely many GMEPs, finitely many VIPs, GSVI, and CMP. The results obtained in this paper improve and extend the corresponding results announced by many others.

  20. Squadron Movements and Associated Transportation Problems: An Inner Look into the Process

    National Research Council Canada - National Science Library

    Hollis, William J; Estep, Anthony S; Walker, Nicholas T

    2008-01-01

    .... Additionally, the project investigates how the transportation funding program could be executed differently to better track funds and to reduce current, questionable and unchallengeable charges...

  1. Charge transport properties in microcrystalline KDyFe(China)6

    International Nuclear Information System (INIS)

    Aubert, P.H.; Goubard, F.; Chevrot, C.; Tabuteau, A.

    2007-01-01

    Microcrystalline solid dysprosium(III) hexacyanoferrate(II) was synthesized by co-precipitation in aqueous solution. The resulting solid has been studied by Fourier transform infrared spectroscopy, X-ray analysis and solid state electrochemistry. The use of a cavity microelectrode was necessary to explore a wide range of time scale and minimize the (undesired) capacitive currents. Cyclic voltametric experiments were very helpful to understand the kinetic of charge transfer in such microstructure. A structure-properties relationship has been established from the crystallographic and the electrochemical properties. A square-scheme is presented to explain the unique electrochemical behavior of hexacyanoferrate containing dysprosium since this compound exhibits a second redox system. The solid presents an open channel-like morphology in which the motion of charged species occurs during the redox processes. Precisely, the electronic transfer is accompanied by a cation diffusion inside the microcrystalline structure. The size of these channels strongly suggests that the kinetic of charge transfer is limited by the cation transport into these structures. - Graphical abstract: Dy and Fe polyhedra packing in the cell of KDyFe(China) 6 .3.5H 2 O shows occluded water molecules and potassium ions forming a pseudohexagonal 2D sub-lattice connected to each other by diffusion channels

  2. Charge transport in polycrystalline alumina materials: application to the optimization of dielectric breakdown strength; Transport de charges dans les alumines polycristallines: application a l'optimisation de la rigidite dielectrique

    Energy Technology Data Exchange (ETDEWEB)

    Touzin, M.

    2005-12-15

    Dielectric breakdown constitutes an important limitation in the use of insulating materials under high-tension since it leads to the local fusion and the sublimation of material. The microstructure (average grain size, intergranular phase) has a great influence on the ability of material to resist this catastrophic phenomenon. Indeed, the interfaces between the various phases constitute potential sites of trapping for the charges. The optimization of the dielectric breakdown strength of a polycrystalline alumina sintered with a liquid phase passes necessarily through the control of the microstructural parameters. Thus, it is shown that by controlling the conditions of the process (rate of sintering aids, powder grain size and thermal cycle), it is possible to control the density (by the average grain size) but also the nature (by the crystallization or not of anorthite) of the grain boundaries. The study of the influence of these two parameters as well temperature on the properties of charge transport and storage was carried out by methods ICM and SEMME. The results, interpreted in light of the numerical simulation of the charge transport in bulk alumina sample during electron beam irradiation, allowed to highlight behaviors, and the corresponding microstructures, favourable to the dielectric breakdown resistance according to the considered temperature. Thus, at room temperature a high density of interfaces (low grain size and crystallized intergranular phase) makes it possible material to durably trap a great amount of charges, which leads to a high dielectric strength. On the other hand, at higher temperature, the presence of shallow traps (vitreous intergranular phase) supports the charge diffusion and makes it possible to delay breakdown. (author)

  3. Charge Carrier Transport Mechanism Based on Stable Low Voltage Organic Bistable Memory Device.

    Science.gov (United States)

    Ramana, V V; Moodley, M K; Kumar, A B V Kiran; Kannan, V

    2015-05-01

    A solution processed two terminal organic bistable memory device was fabricated utilizing films of polymethyl methacrylate PMMA/ZnO/PMMA on top of ITO coated glass. Electrical characterization of the device structure showed that the two terminal device exhibited favorable switching characteristics with an ON/OFF ratio greater than 1 x 10(4) when the voltage was swept between - 2 V and +3 V. The device maintained its state after removal of the bias voltage. The device did not show degradation after a 1-h retention test at 120 degrees C. The memory functionality was consistent even after fifty cycles of operation. The charge transport switching mechanism is discussed on the basis of carrier transport mechanism and our analysis of the data shows that the charge carrier trans- port mechanism of the device during the writing process can be explained by thermionic emission (TE) and space-charge-limited-current (SCLC) mechanism models while erasing process could be explained by the FN tunneling mechanism. This demonstration provides a class of memory devices with the potential for low-cost, low-power consumption applications, such as a digital memory cell.

  4. Computational modeling of chemical reactions and interstitial growth and remodeling involving charged solutes and solid-bound molecules.

    Science.gov (United States)

    Ateshian, Gerard A; Nims, Robert J; Maas, Steve; Weiss, Jeffrey A

    2014-10-01

    Mechanobiological processes are rooted in mechanics and chemistry, and such processes may be modeled in a framework that couples their governing equations starting from fundamental principles. In many biological applications, the reactants and products of chemical reactions may be electrically charged, and these charge effects may produce driving forces and constraints that significantly influence outcomes. In this study, a novel formulation and computational implementation are presented for modeling chemical reactions in biological tissues that involve charged solutes and solid-bound molecules within a deformable porous hydrated solid matrix, coupling mechanics with chemistry while accounting for electric charges. The deposition or removal of solid-bound molecules contributes to the growth and remodeling of the solid matrix; in particular, volumetric growth may be driven by Donnan osmotic swelling, resulting from charged molecular species fixed to the solid matrix. This formulation incorporates the state of strain as a state variable in the production rate of chemical reactions, explicitly tying chemistry with mechanics for the purpose of modeling mechanobiology. To achieve these objectives, this treatment identifies the specific theoretical and computational challenges faced in modeling complex systems of interacting neutral and charged constituents while accommodating any number of simultaneous reactions where reactants and products may be modeled explicitly or implicitly. Several finite element verification problems are shown to agree with closed-form analytical solutions. An illustrative tissue engineering analysis demonstrates tissue growth and swelling resulting from the deposition of chondroitin sulfate, a charged solid-bound molecular species. This implementation is released in the open-source program FEBio ( www.febio.org ). The availability of this framework may be particularly beneficial to optimizing tissue engineering culture systems by examining the

  5. Simulations of charge transport in organic light emitting diodes

    International Nuclear Information System (INIS)

    Martin, Simon James

    2002-01-01

    In this thesis, two approaches to the modelling of charge transport in organic light emitting diodes (OLEDs) are presented. The first is a drift-diffusion model, normally used when considering conventional crystalline inorganic semiconductors (e.g. Si or lll-V's) which have well defined energy bands. In this model, electron and hole transport is described using the current continuity equations and the drift-diffusion current equations, and coupled to Poisson's equation. These equations are solved with the appropriate boundary conditions, which for OLEDs are Schottky contacts; carriers are injected by thermionic emission and tunnelling. The disordered nature of the organic semiconductors is accounted for by the inclusion of field-dependent carrier mobilities and Langevin optical recombination. The second approach treats the transport of carriers in disordered organic semi-conductors as a hopping process between spatially and energetically disordered sites. This method has been used previously to account for the observed temperature and electric field dependence of carrier mobilities in disordered organic semiconductors. A hopping transport model has been developed which accounts explicitly for the structure in highly ordered films of rigid rod liquid-crystalline conjugated polymers. Chapter 2 discusses the formation of metal-semiconductor contacts, and current injection processes in OLEDs. If the barrier to carrier injection at a metal-semiconductor contact is small, or the contact is Ohmic, then the current may be space charge limited; this second limiting regime of current flow for OLEDs is also described. The remainder of Chapter 2 describes the drift-diffusion model used in this work in some detail. Chapter 3 contains results obtained from modelling the J-V characteristics of single-layer OLEDs, which are compared to experimental data in order to validate the drift-diffusion model. Chapter 4 contains results of simulating bi-layer OLEDs; rather than examining J

  6. DNA Charge Transport: From Chemical Principles to the Cell

    Science.gov (United States)

    Arnold, Anna R.; Grodick, Michael A.; Barton, Jacqueline K.

    2016-01-01

    The DNA double helix has captured the imagination of many, bringing it to the forefront of biological research. DNA has unique features that extend our interest into areas of chemistry, physics, material science and engineering. Our laboratory has focused on studies of DNA charge transport (CT), wherein charges can efficiently travel long molecular distances through the DNA helix while maintaining an exquisite sensitivity to base pair π-stacking. Because DNA CT chemistry reports on the integrity of the DNA duplex, this property may be exploited to develop electrochemical devices to detect DNA lesions and DNA-binding proteins. Furthermore, studies now indicate that DNA CT may also be used in the cell by, for example, DNA repair proteins, as a cellular diagnostic, in order to scan the genome to localize efficiently to damage sites. In this review, we describe this evolution of DNA CT chemistry from the discovery of fundamental chemical principles to applications in diagnostic strategies and possible roles in biology. PMID:26933744

  7. Peculiarities of charge transport in a semiconductor gas discharge electronic devices

    International Nuclear Information System (INIS)

    Koch, E.; Chivi, M.; Salamov, B.G.; Salamov, B.G.

    2009-01-01

    The memory effect in planar semiconductor gas discharge system at different pressures (15-760) and interelectrode distance (60-445 μm) were experimentally studied. The study was performed on the bases of current-voltage characteristic (CVC) measurements with the time lag of several hours of afterglow periods. The influence of the active space-charge remaining from previous discharge on the breakdown voltage has been analyzed using the CVC method for different conductivity of semiconductor GaAs photocathode. On the other hand, the CVC data for subsequent dates present a correlation of memory effect and hysteresis behaviour. The explanation of such relation is based on the influence of long-lived active charges on the electronic transport mechanism of semiconductor material

  8. Why do card issuers charge proportional fees?

    OpenAIRE

    Oz Shy; Zhu Wang

    2008-01-01

    This paper explains why payment card companies charge consumers and merchants fees which are proportional to the transaction values instead of charging a fixed per-transaction fee. Our theory shows that, even in the absence of any cost considerations, card companies earn much higher profit when they charge proportional fees. It is also shown that competition among merchants reduces card companies' gains from using proportional fees relative to a fixed per-transaction fee. Merchants are found ...

  9. Design rules for charge-transport efficient host materials for phosphorescent organic light-emitting diodes.

    Science.gov (United States)

    May, Falk; Al-Helwi, Mustapha; Baumeier, Björn; Kowalsky, Wolfgang; Fuchs, Evelyn; Lennartz, Christian; Andrienko, Denis

    2012-08-22

    The use of blue phosphorescent emitters in organic light-emitting diodes (OLEDs) imposes demanding requirements on a host material. Among these are large triplet energies, the alignment of levels with respect to the emitter, the ability to form and sustain amorphous order, material processability, and an adequate charge carrier mobility. A possible design strategy is to choose a π-conjugated core with a high triplet level and to fulfill the other requirements by using suitable substituents. Bulky substituents, however, induce large spatial separations between conjugated cores, can substantially reduce intermolecular electronic couplings, and decrease the charge mobility of the host. In this work we analyze charge transport in amorphous 2,8-bis(triphenylsilyl)dibenzofuran, an electron-transporting material synthesized to serve as a host in deep-blue OLEDs. We show that mesomeric effects delocalize the frontier orbitals over the substituents recovering strong electronic couplings and lowering reorganization energies, especially for electrons, while keeping energetic disorder small. Admittance spectroscopy measurements reveal that the material has indeed a high electron mobility and a small Poole-Frenkel slope, supporting our conclusions. By linking electronic structure, molecular packing, and mobility, we provide a pathway to the rational design of hosts with high charge mobilities.

  10. A Generalized Boltzmann Fokker-Planck Method for Coupled Charged Particle Transport

    Energy Technology Data Exchange (ETDEWEB)

    Prinja, Anil K

    2012-01-09

    The goal of this project was to develop and investigate the performance of reduced-physics formulations of high energy charged particle (electrons, protons and heavier ions) transport that are computationally more efficient than not only analog Monte Carlo methods but also the established condensed history Monte Carlo technique. Charged particles interact with matter by Coulomb collisions with target nuclei and electrons, by bremsstrahlung radiation loss and by nuclear reactions such as spallation and fission. Of these, inelastic electronic collisions and elastic nuclear collisions are the dominant cause of energy-loss straggling and angular deflection or range straggling of a primary particle. These collisions are characterized by extremely short mean free paths (sub-microns) and highly peaked, near-singular differential cross sections about forward directions and zero energy loss, with the situation for protons and heavier ions more extreme than for electrons. For this reason, analog or truephysics single-event Monte Carlo simulation, while possible in principle, is computationally prohibitive for routine calculation of charged particle interaction phenomena.

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

    Science.gov (United States)

    Zhong, Tao; Young, Rhonda

    2010-05-01

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

  12. Charge transport in organic molecular semiconductors from first principles: The bandlike hole mobility in a naphthalene crystal

    Science.gov (United States)

    Lee, Nien-En; Zhou, Jin-Jian; Agapito, Luis A.; Bernardi, Marco

    2018-03-01

    Predicting charge transport in organic molecular crystals is notoriously challenging. Carrier mobility calculations in organic semiconductors are dominated by quantum chemistry methods based on charge hopping, which are laborious and only moderately accurate. We compute from first principles the electron-phonon scattering and the phonon-limited hole mobility of naphthalene crystal in the framework of ab initio band theory. Our calculations combine GW electronic bandstructures, ab initio electron-phonon scattering, and the Boltzmann transport equation. The calculated hole mobility is in very good agreement with experiment between 100 -300 K , and we can predict its temperature dependence with high accuracy. We show that scattering between intermolecular phonons and holes regulates the mobility, though intramolecular phonons possess the strongest coupling with holes. We revisit the common belief that only rigid molecular motions affect carrier dynamics in organic molecular crystals. Our paper provides a quantitative and rigorous framework to compute charge transport in organic crystals and is a first step toward reconciling band theory and carrier hopping computational methods.

  13. Correlation of Disorder and Charge Transport in a Range of Indacenodithiophene-Based Semiconducting Polymers

    KAUST Repository

    Nikolka, Mark

    2017-12-13

    Over the past 25 years, various design motifs have emerged for the development of organic semiconductors for demanding applications in flexible organic light emitting diode display backplanes or even printed organic logic. Due to their large area uniformity paired with high charge carrier mobilities, conjugated polymers have attracted increasing attention in this respect. However, the performances delivered by current generation conjugated polymers still fall short of many industrial requirements demanding devices with ideal transistor characteristics and higher mobilities. The discovery of conjugated polymers with low energetic disorder, such as the indacenodithiophene-based polymer indacenodithiophene-co-benzothiadiazole, represent an exciting opportunity to breach this chasm if these materials can be further optimized while maintaining their low disorder. Here, it is shown how both the charge transport properties as well as the energetic disorder are affected by tuning the molecular structure of a large range of indacenodithiophene-based semiconducting polymer derivatives. This study allows to understand better the interplay between molecular design and structure of the polymer backbone and the degree of energetic disorder that governs the charge transport properties in thin polymer films.

  14. Direct and inverse scattering at fixed energy for massless charged Dirac fields by Kerr-Newman-de Sitter black holes

    CERN Document Server

    Daudé, Thierry

    2017-01-01

    In this paper, the authors study the direct and inverse scattering theory at fixed energy for massless charged Dirac fields evolving in the exterior region of a Kerr-Newman-de Sitter black hole. In the first part, they establish the existence and asymptotic completeness of time-dependent wave operators associated to our Dirac fields. This leads to the definition of the time-dependent scattering operator that encodes the far-field behavior (with respect to a stationary observer) in the asymptotic regions of the black hole: the event and cosmological horizons. The authors also use the miraculous property (quoting Chandrasekhar)-that the Dirac equation can be separated into radial and angular ordinary differential equations-to make the link between the time-dependent scattering operator and its stationary counterpart. This leads to a nice expression of the scattering matrix at fixed energy in terms of stationary solutions of the system of separated equations. In a second part, the authors use this expression of ...

  15. Solving the multiple-set split equality common fixed-point problem of firmly quasi-nonexpansive operators.

    Science.gov (United States)

    Zhao, Jing; Zong, Haili

    2018-01-01

    In this paper, we propose parallel and cyclic iterative algorithms for solving the multiple-set split equality common fixed-point problem of firmly quasi-nonexpansive operators. We also combine the process of cyclic and parallel iterative methods and propose two mixed iterative algorithms. Our several algorithms do not need any prior information about the operator norms. Under mild assumptions, we prove weak convergence of the proposed iterative sequences in Hilbert spaces. As applications, we obtain several iterative algorithms to solve the multiple-set split equality problem.

  16. Quantifying TEMPO Redox Polymer Charge Transport toward the Organic Radical Battery.

    Science.gov (United States)

    Karlsson, Christoffer; Suga, Takeo; Nishide, Hiroyuki

    2017-03-29

    To design new and better organic active battery materials in a rational fashion, fundamental parameters of the charge transport must be studied. Herein we report on the electronic conductivity by electron diffusion in a TEMPO-containing redox polymer, and the reorganization energy of the TEMPO self-exchange in an organic solvent is determined for the first time. The electronic conductivity was 8.5 μS/cm at E 0 and corresponded to a redox hopping mechanism. The apparent electron diffusion coefficient was 1.9 × 10 -9 cm 2 /s at room temperature, and at short times the ion diffusion was limiting with a diffusion coefficient of 6.5 × 10 -10 cm 2 /s. The reorganization energy was determined to be 1.01 eV, indicating a rather polar chemical environment for the TEMPO groups. The implications for the usage of this type of materials in organic energy storage are discussed. As conductivity through 10 μm was demonstrated, we show that, if sufficient swellability can be ensured, charge can be transported through several micrometer thick layers in a battery electrode without any conducting additive.

  17. Improving charge transport property and energy transfer with carbon quantum dots in inverted polymer solar cells

    International Nuclear Information System (INIS)

    Liu, Chunyu; Chang, Kaiwen; Guo, Wenbin; Li, Hao; Shen, Liang; Chen, Weiyou; Yan, Dawei

    2014-01-01

    Carbon quantum dots (Cdots) are synthesized by a simple method and introduced into active layer of polymer solar cells (PSCs). The performance of doped devices was apparently improved, and the highest power conversion efficiency of 7.05% was obtained, corresponding to a 28.2% enhancement compared with that of the contrast device. The charge transport properties, resistance, impedance, and transient absorption spectrum are systematically investigated to explore how the Cdots affect on PSCs performance. This study reveals the importance of Cdots in enhancing the efficiency of PSCs and gives insight into the mechanism of charge transport improvement.

  18. Charge Transport Phenomena in Detectors of the Cryogenic Dark Matter Search

    Science.gov (United States)

    Sundqvist, Kyle

    2008-03-01

    The Cryogenic Dark Matter Search (CDMS) seeks to detect putative weakly-interacting massive particles (WIMPS), which could explain the dark matter problem in cosmology and particle physics. By simultaneously measuring the number of charge carriers and the energy in athermal phonons created by particle interactions in intrinsic Ge and Si crystals at a temperature of 40 mK, a signature response for each event is produced. This response, combined with phonon pulse-shape information, allows CDMS to actively discriminate candidate WIMP interactions with nuclei apart from electromagnetic radioactive background which interacts with electrons. The challenges associated with these techniques are unique. Carrier drift-fields are maintained at only a few V/cm, else drift-emitted Luke-Neganov phonons would dominate the phonons of the original interaction. Under such conditions, carrier scattering is dominated by zero-point fluctuations of the lattice ions. It has been an open question how well the 8 Kelvin data prominent in the literature depicts this case. We compare the simulated transport properties of electrons and holes in Ge at 40 mK and at 8 K, and apply this understanding to our detectors.

  19. A restricted Steiner tree problem is solved by Geometric Method II

    Science.gov (United States)

    Lin, Dazhi; Zhang, Youlin; Lu, Xiaoxu

    2013-03-01

    The minimum Steiner tree problem has wide application background, such as transportation system, communication network, pipeline design and VISL, etc. It is unfortunately that the computational complexity of the problem is NP-hard. People are common to find some special problems to consider. In this paper, we first put forward a restricted Steiner tree problem, which the fixed vertices are in the same side of one line L and we find a vertex on L such the length of the tree is minimal. By the definition and the complexity of the Steiner tree problem, we know that the complexity of this problem is also Np-complete. In the part one, we have considered there are two fixed vertices to find the restricted Steiner tree problem. Naturally, we consider there are three fixed vertices to find the restricted Steiner tree problem. And we also use the geometric method to solve such the problem.

  20. Research on Urban Road Traffic Congestion Charging Based on Sustainable Development

    Science.gov (United States)

    Ye, Sun

    Traffic congestion is a major problem which bothers our urban traffic sustainable development at present. Congestion charging is an effective measure to alleviate urban traffic congestion. The paper first probes into several key issues such as the goal, the pricing, the scope, the method and the redistribution of congestion charging from theoretical angle. Then it introduces congestion charging practice in Singapore and London and draws conclusion and suggestion that traffic congestion charging should take scientific plan, support of public, public transportation development as the premise.

  1. Charge transport mechanisms of graphene/semiconductor Schottky barriers: A theoretical and experimental study

    International Nuclear Information System (INIS)

    Zhong, Haijian; Liu, Zhenghui; Xu, Gengzhao; Shi, Lin; Fan, Yingmin; Yang, Hui; Xu, Ke; Wang, Jianfeng; Ren, Guoqiang

    2014-01-01

    Graphene has been proposed as a material for semiconductor electronic and optoelectronic devices. Understanding the charge transport mechanisms of graphene/semiconductor Schottky barriers will be crucial for future applications. Here, we report a theoretical model to describe the transport mechanisms at the interface of graphene and semiconductors based on conventional semiconductor Schottky theory and a floating Fermi level of graphene. The contact barrier heights can be estimated through this model and be close to the values obtained from the experiments, which are lower than those of the metal/semiconductor contacts. A detailed analysis reveals that the barrier heights are as the function of the interface separations and dielectric constants, and are influenced by the interfacial states of semiconductors. Our calculations show how this behavior of lowering barrier heights arises from the Fermi level shift of graphene induced by the charge transfer owing to the unique linear electronic structure

  2. Charge transport through image charged stabilized states in a single molecule single electron transistor device

    International Nuclear Information System (INIS)

    Hedegard, Per; Bjornholm, Thomas

    2005-01-01

    The present paper gives an elaborate theoretical description of a new molecular charge transport mechanism applying to a single molecule trapped between two macroscopic electrodes in a solid state device. It is shown by a Hubbard type model of the electronic and electrostatic interactions, that the close proximity of metal electrodes may allow electrons to tunnel from the electrode directly into very localized image charge stabilized states on the molecule. Due to this mechanism, an exceptionally large number of redox states may be visited within an energy scale which would normally not allow the molecular HOMO-LUMO gap to be transversed. With a reasonable set of parameters, a good fit to recent experimental values may be obtained. The theoretical model is furthermore used to search for the physical boundaries of this effect, and it is found that a rather narrow geometrical space is available for the new mechanism to work: in the specific case of oligophenylenevinylene molecules recently explored in such devices several atoms in the terminal benzene rings need to be at van der Waal's distance to the electrode in order for the mechanism to work. The model predicts, that chemisorption of the terminal benzene rings too gold electrodes will impede the image charge effect very significantly because the molecule is pushed away from the electrode by the covalent thiol-gold bond

  3. A Monotone, Higher-Order Accurate, Fixed-Grid Finite-Volume Method for Advection Problems with Moving Boundaries

    NARCIS (Netherlands)

    Y.J. Hassen (Yunus); B. Koren (Barry)

    2008-01-01

    textabstractIn this paper, an accurate method, using a novel immersed-boundary approach, is presented for numerically solving linear, scalar convection problems. As is standard in immersed-boundary methods, moving bodies are embedded in a fixed Cartesian grid. The essence of the present method is

  4. Influence of surface charge on the transport characteristics of nanowire-field effect transistors in liquid environments

    Energy Technology Data Exchange (ETDEWEB)

    Nozaki, Daijiro, E-mail: daijiro.nozaki@gmail.com, E-mail: research@nano.tu-dresden.de [Institute for Materials Science and Max Bergmann Center of Biomaterials, TU Dresden, 01062 Dresden (Germany); Kunstmann, Jens [Institute for Materials Science and Max Bergmann Center of Biomaterials, TU Dresden, 01062 Dresden (Germany); Theoretical Chemistry, Department of Chemistry and Food Chemistry, TU Dresden, 01062 Dresden (Germany); Zörgiebel, Felix [Institute for Materials Science and Max Bergmann Center of Biomaterials, TU Dresden, 01062 Dresden (Germany); Center for Advancing Electronics Dresden (cfAED), TU Dresden, 01062 Dresden (Germany); Cuniberti, Gianaurelio [Institute for Materials Science and Max Bergmann Center of Biomaterials, TU Dresden, 01062 Dresden (Germany); Center for Advancing Electronics Dresden (cfAED), TU Dresden, 01062 Dresden (Germany); Dresden Center for Computational Materials Science (DCCMS), TU Dresden, 01062 Dresden (Germany)

    2015-05-18

    One dimensional nanowire field effect transistors (NW-FETs) are a promising platform for sensor applications. The transport characteristics of NW-FETs are strongly modified in liquid environment due to the charging of surface functional groups accompanied with protonation or deprotonation. In order to investigate the influence of surface charges and ionic concentrations on the transport characteristics of Schottky-barrier NW-FETs, we have combined the modified Poisson-Boltzmann theory with the Landauer-Büttiker transport formalism. For a typical device, the model is able to capture the reduction of the sensitivity of NW-FETs in ionic solutions due to the screening from counter ions as well as a local gating from surface functional groups. Our approach allows to model, to investigate, and to optimize realistic Schottky-barrier NW-FET devices in liquid environment.

  5. Characterization of Charge-Carrier Transport in Semicrystalline Polymers: Electronic Couplings, Site Energies, and Charge-Carrier Dynamics in Poly(bithiophene- alt -thienothiophene) [PBTTT

    KAUST Repository

    Poelking, Carl; Cho, Eunkyung; Malafeev, Alexander; Ivanov, Viktor; Kremer, Kurt; Risko, Chad; Bré das, Jean-Luc; Andrienko, Denis

    2013-01-01

    We establish a link between the microscopic ordering and the charge-transport parameters for a highly crystalline polymeric organic semiconductor, poly(2,5-bis(3-tetradecylthiophen-2-yl)thieno[3,2-b]thiophene) (PBTTT). We find that the nematic and dynamic order parameters of the conjugated backbones, as well as their separation, evolve linearly with temperature, while the side-chain dynamic order parameter and backbone paracrystallinity change abruptly upon the (also experimentally observed) melting of the side chains around 400 K. The distribution of site energies follows the behavior of the backbone paracrystallinity and can be treated as static on the time scale of a single-charge transfer reaction. On the contrary, the electronic couplings between adjacent backbones are insensitive to side-chain melting and vary on a much faster time scale. The hole mobility, calculated after time-averaging of the electronic couplings, reproduces well the value measured in a short-channel thin-film transistor. The results underline that to secure efficient charge transport in lamellar arrangements of conjugated polymers: (i) the electronic couplings should present high average values and fast dynamics, and (ii) the energetic disorder (paracrystallinity) should be small. © 2013 American Chemical Society.

  6. Characterization of Charge-Carrier Transport in Semicrystalline Polymers: Electronic Couplings, Site Energies, and Charge-Carrier Dynamics in Poly(bithiophene- alt -thienothiophene) [PBTTT

    KAUST Repository

    Poelking, Carl

    2013-01-31

    We establish a link between the microscopic ordering and the charge-transport parameters for a highly crystalline polymeric organic semiconductor, poly(2,5-bis(3-tetradecylthiophen-2-yl)thieno[3,2-b]thiophene) (PBTTT). We find that the nematic and dynamic order parameters of the conjugated backbones, as well as their separation, evolve linearly with temperature, while the side-chain dynamic order parameter and backbone paracrystallinity change abruptly upon the (also experimentally observed) melting of the side chains around 400 K. The distribution of site energies follows the behavior of the backbone paracrystallinity and can be treated as static on the time scale of a single-charge transfer reaction. On the contrary, the electronic couplings between adjacent backbones are insensitive to side-chain melting and vary on a much faster time scale. The hole mobility, calculated after time-averaging of the electronic couplings, reproduces well the value measured in a short-channel thin-film transistor. The results underline that to secure efficient charge transport in lamellar arrangements of conjugated polymers: (i) the electronic couplings should present high average values and fast dynamics, and (ii) the energetic disorder (paracrystallinity) should be small. © 2013 American Chemical Society.

  7. Coherent Charge Transport in Ballistic InSb Nanowire Josephson Junctions

    Science.gov (United States)

    Li, S.; Kang, N.; Fan, D. X.; Wang, L. B.; Huang, Y. Q.; Caroff, P.; Xu, H. Q.

    2016-01-01

    Hybrid InSb nanowire-superconductor devices are promising for investigating Majorana modes and topological quantum computation in solid-state devices. An experimental realisation of ballistic, phase-coherent superconductor-nanowire hybrid devices is a necessary step towards engineering topological superconducting electronics. Here, we report on a low-temperature transport study of Josephson junction devices fabricated from InSb nanowires grown by molecular-beam epitaxy and provide a clear evidence for phase-coherent, ballistic charge transport through the nanowires in the junctions. We demonstrate that our devices show gate-tunable proximity-induced supercurrent and clear signatures of multiple Andreev reflections in the differential conductance, indicating phase-coherent transport within the junctions. We also observe periodic modulations of the critical current that can be associated with the Fabry-Pérot interference in the nanowires in the ballistic transport regime. Our work shows that the InSb nanowires grown by molecular-beam epitaxy are of excellent material quality and hybrid superconducting devices made from these nanowires are highly desirable for investigation of the novel physics in topological states of matter and for applications in topological quantum electronics. PMID:27102689

  8. Problem Sets: Fundamentals Of Transportation And Traffic Operations

    OpenAIRE

    Daganzo, Carlos F.

    1998-01-01

    These problem sets comprise a supplement to Fundamentals of Transportation and Traffic Operations (C. Daganzo, Pergamon, 1997). Academicians can also obtain a companion set of solutions by writing to "Institute of Transportation Studies, Publications Office, 109 McLaughlin Hall, University of California, Berkeley, CA 94720" or by sending e-mail to .

  9. Mixed-hybrid finite element method for the transport equation and diffusion approximation of transport problems

    International Nuclear Information System (INIS)

    Cartier, J.

    2006-04-01

    This thesis focuses on mathematical analysis, numerical resolution and modelling of the transport equations. First of all, we deal with numerical approximation of the solution of the transport equations by using a mixed-hybrid scheme. We derive and study a mixed formulation of the transport equation, then we analyse the related variational problem and present the discretization and the main properties of the scheme. We particularly pay attention to the behavior of the scheme and we show its efficiency in the diffusion limit (when the mean free path is small in comparison with the characteristic length of the physical domain). We present academical benchmarks in order to compare our scheme with other methods in many physical configurations and validate our method on analytical test cases. Unstructured and very distorted meshes are used to validate our scheme. The second part of this thesis deals with two transport problems. The first one is devoted to the study of diffusion due to boundary conditions in a transport problem between two plane plates. The second one consists in modelling and simulating radiative transfer phenomenon in case of the industrial context of inertial confinement fusion. (author)

  10. Unconditionally stable diffusion-acceleration of the transport equation

    International Nuclear Information System (INIS)

    Larsen, E.W.

    1982-01-01

    The standard iterative procedure for solving fixed-source discrete-ordinates problems converges very slowly for problems in optically large regions with scattering ratios c near unity. The diffusion-synthetic acceleration method has been proposed to make use of the fact that for this class of problems the diffusion equation is often an accurate approximation to the transport equation. However, stability difficulties have historically hampered the implementation of this method for general transport differencing schemes. In this article we discuss a recently developed procedure for obtaining unconditionally stable diffusion-synthetic acceleration methods for various transport differencing schemes. We motivate the analysis by first discussing the exact transport equation; then we illustrate the procedure by deriving a new stable acceleration method for the linear discontinuous transport differencing scheme. We also provide some numerical results

  11. Unconditionally stable diffusion-acceleration of the transport equation

    International Nuclear Information System (INIS)

    Larson, E.W.

    1982-01-01

    The standard iterative procedure for solving fixed-source discrete-ordinates problems converges very slowly for problems in optically thick regions with scattering ratios c near unity. The diffusion-synthetic acceleration method has been proposed to make use of the fact that for this class of problems, the diffusion equation is often an accurate approximation to the transport equation. However, stability difficulties have historically hampered the implementation of this method for general transport differencing schemes. In this article we discuss a recently developed procedure for obtaining unconditionally stable diffusion-synthetic acceleration methods for various transport differencing schemes. We motivate the analysis by first discussing the exact transport equation; then we illustrate the procedure by deriving a new stable acceleration method for the linear discontinuous transport differencing scheme. We also provide some numerical results

  12. Charge transport and contact resistance in coplanar devices based on colloidal polyaniline dispersion

    Czech Academy of Sciences Publication Activity Database

    Masillamani, A. M.; Peřinka, N.; Hajná, Milena; Stejskal, Jaroslav; Tondelier, D.; Bonnassieux, Y.; Vanel, J.-C.; Geffroy, B.; Mencaraglia, D.

    2016-01-01

    Roč. 54, č. 17 (2016), s. 1710-1716 ISSN 0887-6266 R&D Projects: GA ČR(CZ) GA13-00270S Institutional support: RVO:61389013 Keywords : charge transport * colloidal dispersion * colloids Subject RIV: JI - Composite Materials Impact factor: 2.838, year: 2016

  13. Charge-transport anisotropy in black phosphorus: critical dependence on the number of layers.

    Science.gov (United States)

    Banerjee, Swastika; Pati, Swapan K

    2016-06-28

    Phosphorene is a promising candidate for modern electronics because of the anisotropy associated with high electron-hole mobility. Additionally, superior mechanical flexibility allows the strain-engineering of various properties including the transport of charge carriers in phosphorene. In this work, we have shown the criticality of the number of layers to dictate the transport properties of black phosphorus. Trilayer black phosphorus (TBP) has been proposed as an excellent anisotropic material, based on the transport parameters using Boltzmann transport formalisms coupled with density functional theory. The mobilities of both the electron and the hole are found to be higher along the zigzag direction (∼10(4) cm(2) V(-1) s(-1) at 300 K) compared to the armchair direction (∼10(2) cm(2) V(-1) s(-1)), resulting in the intrinsic directional anisotropy. Application of strain leads to additional electron-hole anisotropy with 10(3) fold higher mobility for the electron compared to the hole. Critical strain for maximum anisotropic response has also been determined. Whether the transport anisotropy is due to the spatial or charge-carrier has been determined through analyses of the scattering process of electrons and holes, and their recombination as well as relaxation dynamics. In this context, we have derived two descriptors (S and F(k)), which are general enough for any 2D or quasi-2D systems. Information on the scattering involving purely the carrier states also helps to understand the layer-dependent photoluminescence and electron (hole) relaxation in black phosphorus. Finally, we justify trilayer black phosphorus (TBP) as the material of interest with excellent transport properties.

  14. On Strong Convergence by the Hybrid Method for Equilibrium and Fixed Point Problems for an Inifnite Family of Asymptotically Nonexpansive Mappings

    Directory of Open Access Journals (Sweden)

    Cai Gang

    2009-01-01

    Full Text Available We introduce two modifications of the Mann iteration, by using the hybrid methods, for equilibrium and fixed point problems for an infinite family of asymptotically nonexpansive mappings in a Hilbert space. Then, we prove that such two sequences converge strongly to a common element of the set of solutions of an equilibrium problem and the set of common fixed points of an infinite family of asymptotically nonexpansive mappings. Our results improve and extend the results announced by many others.

  15. Development and preliminary verification of 2-D transport module of radiation shielding code ARES

    International Nuclear Information System (INIS)

    Zhang Penghe; Chen Yixue; Zhang Bin; Zang Qiyong; Yuan Longjun; Chen Mengteng

    2013-01-01

    The 2-D transport module of radiation shielding code ARES is two-dimensional neutron and radiation shielding code. The theory model was based on the first-order steady state neutron transport equation, adopting the discrete ordinates method to disperse direction variables. Then a set of differential equations can be obtained and solved with the source iteration method. The 2-D transport module of ARES was capable of calculating k eff and fixed source problem with isotropic or anisotropic scattering in x-y geometry. The theoretical model was briefly introduced and series of benchmark problems were verified in this paper. Compared with the results given by the benchmark, the maximum relative deviation of k eff is 0.09% and the average relative deviation of flux density is about 0.60% in the BWR cells benchmark problem. As for the fixed source problem with isotropic and anisotropic scattering, the results of the 2-D transport module of ARES conform with DORT very well. These numerical results of benchmark problems preliminarily demonstrate that the development process of the 2-D transport module of ARES is right and it is able to provide high precision result. (authors)

  16. Quantitative description of charge-carrier transport in a white organic light-emitting diode

    Science.gov (United States)

    Schober, M.; Anderson, M.; Thomschke, M.; Widmer, J.; Furno, M.; Scholz, R.; Lüssem, B.; Leo, K.

    2011-10-01

    We present a simulation model for the analysis of charge-carrier transport in organic thin-film devices, and apply it to a three-color white hybrid organic light-emitting diode (OLED) with fluorescent blue and phosphorescent red and green emission. We simulate a series of single-carrier devices, which reconstruct the OLED layer sequence step by step. Thereby, we determine the energy profiles for hole and electron transport, show how to discern bulk from interface limitation, and identify trap states.

  17. Computational problems in Arctic Research

    International Nuclear Information System (INIS)

    Petrov, I

    2016-01-01

    This article is to inform about main problems in the area of Arctic shelf seismic prospecting and exploitation of the Northern Sea Route: simulation of the interaction of different ice formations (icebergs, hummocks, and drifting ice floes) with fixed ice-resistant platforms; simulation of the interaction of icebreakers and ice- class vessels with ice formations; modeling of the impact of the ice formations on the underground pipelines; neutralization of damage for fixed and mobile offshore industrial structures from ice formations; calculation of the strength of the ground pipelines; transportation of hydrocarbons by pipeline; the problem of migration of large ice formations; modeling of the formation of ice hummocks on ice-resistant stationary platform; calculation the stability of fixed platforms; calculation dynamic processes in the water and air of the Arctic with the processing of data and its use to predict the dynamics of ice conditions; simulation of the formation of large icebergs, hummocks, large ice platforms; calculation of ridging in the dynamics of sea ice; direct and inverse problems of seismic prospecting in the Arctic; direct and inverse problems of electromagnetic prospecting of the Arctic. All these problems could be solved by up-to-date numerical methods, for example, using grid-characteristic method. (paper)

  18. TOPICAL PROBLEMS AND DEVELOPMENT PERSPECTIVES OF INTERNATIONAL FREIGHT TRANSPORT

    OpenAIRE

    Sulce, Anastasija

    2014-01-01

    The title of thesis is Typical Problems and Development Perspectives of International Freight Transport. This work is dedicated to different modes of international transportation, freight and logistics their advantages and disadvantages. Another essential part of the work related to different way for transport development and its efficient usage The objective is to explore modes of freight transport and logistics in details and, thereof, reveal advantages and disadvantages. On the basis ...

  19. Problems of linear electron (polaron) transport theory in semiconductors

    CERN Document Server

    Klinger, M I

    1979-01-01

    Problems of Linear Electron (Polaron) Transport Theory in Semiconductors summarizes and discusses the development of areas in electron transport theory in semiconductors, with emphasis on the fundamental aspects of the theory and the essential physical nature of the transport processes. The book is organized into three parts. Part I focuses on some general topics in the theory of transport phenomena: the general dynamical theory of linear transport in dissipative systems (Kubo formulae) and the phenomenological theory. Part II deals with the theory of polaron transport in a crystalline semicon

  20. Spent nuclear fuel transport problems

    International Nuclear Information System (INIS)

    Kondrat'ev, A.N.; Kosarev, Yu.A.; Yulikov, E.I.

    1977-01-01

    The paper considers the problems of shipping spent fuel from nuclear power stations to reprocessing plants and also the principal ways of solving these problems with a view to achieving maximum economy and safety in transport. The increase in the number of nuclear power plants in the USSR will entail an intensification of spent-fuel shipments. Higher burnup and the need to reduce cooling time call for heavier and more complex shipping containers. The problem of shipping spent fuel should be tackled comprehensively, bearing in mind the requirements of safety and economy. One solution to these problems is to develop rational and cheap designs of such containers. In addition, the world-wide trend towards more thorough protection of the environment against pollution and of the health of the population requires the devotion of constant attention to improving the reliability and safety of shipments. The paper considers the prospects for nuclear power development in the USSR and in other member countries of the CMEA (1976-1980), the composition and design of some Soviet packaging assemblies, the appropriate cooling time for spent fuel from thermal reactor power stations, procedures for reducing fuel-shipping costs, some methodological problems of container calculation and design, and finally problems of testing and checking containers on test rigs. (author)

  1. Mapping online transportation service quality and multiclass classification problem solving priorities

    Science.gov (United States)

    Alamsyah, Andry; Rachmadiansyah, Imam

    2018-03-01

    Online transportation service is known for its accessibility, transparency, and tariff affordability. These points make online transportation have advantages over the existing conventional transportation service. Online transportation service is an example of disruptive technology that change the relationship between customers and companies. In Indonesia, there are high competition among online transportation provider, hence the companies must maintain and monitor their service level. To understand their position, we apply both sentiment analysis and multiclass classification to understand customer opinions. From negative sentiments, we can identify problems and establish problem-solving priorities. As a case study, we use the most popular online transportation provider in Indonesia: Gojek and Grab. Since many customers are actively give compliment and complain about company’s service level on Twitter, therefore we collect 61,721 tweets in Bahasa during one month observations. We apply Naive Bayes and Support Vector Machine methods to see which model perform best for our data. The result reveal Gojek has better service quality with 19.76% positive and 80.23% negative sentiments than Grab with 9.2% positive and 90.8% negative. The Gojek highest problem-solving priority is regarding application problems, while Grab is about unusable promos. The overall result shows general problems of both case study are related to accessibility dimension which indicate lack of capability to provide good digital access to the end users.

  2. Influence of magnetic impurities on charge transport in diffusive-normal-metal/superconductor junctions

    NARCIS (Netherlands)

    Yokoyama, T.; Tanaka, Y.; Golubov, Alexandre Avraamovitch; Inoue, J.; Asano, Y.

    2005-01-01

    Charge transport in the diffusive normal metal (DN)/insulator/s- and d-wave superconductor junctions is studied in the presence of magnetic impurities in DN in the framework of the quasiclassical Usadel equations with the generalized boundary conditions. The cases of s- and d-wave superconducting

  3. The Mixed Phase of Charged AdS Black Holes

    Directory of Open Access Journals (Sweden)

    Piyabut Burikham

    2016-01-01

    Full Text Available We study the mixed phase of charged AdS black hole and radiation when the total energy is fixed below the threshold to produce a stable charged black hole branch. The coexistence conditions for the charged AdS black hole and radiation are derived for the generic case when radiation particles carry charge. The phase diagram of the mixed phase is demonstrated for both fixed potential and charge ensemble. In the dual gauge picture, they correspond to the mixed phase of quark-gluon plasma (QGP and hadron gas in the fixed chemical potential and density ensemble, respectively. In the nuclei and heavy-ion collisions at intermediate energies, the mixed phase of exotic QGP and hadron gas could be produced. The mixed phase will condense and evaporate into the hadron gas as the fireball expands.

  4. Emergency transport by aeromedical blimp.

    Science.gov (United States)

    Cottrell, J J; Garrard, C

    1989-04-01

    Recently there has been an explosive growth in the use of helicopters and fixed wing aircraft for the transportation of patients who are ill and injured. Although using such methods of transport may result in faster access to health care centres, their ultimate role for the civilian population is unclear. Unfortunately, there are many problems associated with aeromedical transport, particularly with rotary wing aircraft, which have shown an alarming tendency to crash. The use of lighter than air vehicles (blimps, hot air balloons) might offer most of the advantages of conventional aieromedical transport, with an appreciable improvement in safety.

  5. Heterojunction PbS nanocrystal solar cells with oxide charge-transport layers.

    Science.gov (United States)

    Hyun, Byung-Ryool; Choi, Joshua J; Seyler, Kyle L; Hanrath, Tobias; Wise, Frank W

    2013-12-23

    Oxides are commonly employed as electron-transport layers in optoelectronic devices based on semiconductor nanocrystals, but are relatively rare as hole-transport layers. We report studies of NiO hole-transport layers in PbS nanocrystal photovoltaic structures. Transient fluorescence experiments are used to verify the relevant energy levels for hole transfer. On the basis of these results, planar heterojunction devices with ZnO as the photoanode and NiO as the photocathode were fabricated and characterized. Solution-processed devices were used to systematically study the dependence on nanocrystal size and achieve conversion efficiency as high as 2.5%. Optical modeling indicates that optimum performance should be obtained with thinner oxide layers than can be produced reliably by solution casting. Room-temperature sputtering allows deposition of oxide layers as thin as 10 nm, which enables optimization of device performance with respect to the thickness of the charge-transport layers. The best devices achieve an open-circuit voltage of 0.72 V and efficiency of 5.3% while eliminating most organic material from the structure and being compatible with tandem structures.

  6. Disorder Effects in Charge Transport and Spin Response of Topological Insulators

    Science.gov (United States)

    Zhao, Lukas Zhonghua

    Topological insulators are a class of solids in which the non-trivial inverted bulk band structure gives rise to metallic surface states that are robust against impurity backscattering. First principle calculations predicted Bi2Te3, Sb2Te3 and Bi2Se3 to be three-dimensional (3D) topological insulators with a single Dirac cone on the surface. The topological surface states were subsequently observed by angle-resolved photoemission (ARPES) and scanning tunneling microscopy (STM). The investigations of charge transport through topological surfaces of 3D topological insulators, however, have faced a major challenge due to large charge carrier densities in the bulk donated by randomly distributed defects such as vacancies and antisites. This bulk disorder intermixes surface and bulk conduction channels, thereby complicating access to the low-energy (Dirac point) charge transport or magnetic response and resulting in the relatively low measured carrier mobilities. Moreover, charge inhomogeneity arising from bulk disorder can result in pronounced nanoscale spatial fluctuations of energy on the surface, leading to the formation of surface `puddles' of different carrier types. Great efforts have been made to combat the undesirable effects of disorder in 3D topological insulators and to reduce bulk carriers through chemical doping, nanostructure fabrication, and electric gating. In this work we have developed a new way to reduce bulk carrier densities using high-energy electron irradiation, thereby allowing us access to the topological surface quantum channels. We also found that disorder in 3D topological insulators can be beneficial. It can play an important part in enabling detection of unusual magnetic response from Dirac fermions and in uncovering new excitations, namely surface superconductivity in Dirac `puddles'. In Chapter 3 we show how by using differential magnetometry we could probe spin rotation in the 3D topological material family (Bi2Se 3, Bi2Te3 and Sb2Te3

  7. Charge transport models for reliability engineering of semiconductor devices

    International Nuclear Information System (INIS)

    Bina, M.

    2014-01-01

    The simulation of semiconductor devices is important for the assessment of device lifetimes before production. In this context, this work investigates the influence of the charge carrier transport model on the accuracy of bias temperature instability and hot-carrier degradation models in MOS devices. For this purpose, a four-state defect model based on a non-radiative multi phonon (NMP) theory is implemented to study the bias temperature instability. However, the doping concentrations typically used in nano-scale devices correspond to only a small number of dopants in the channel, leading to fluctuations of the electrostatic potential. Thus, the granularity of the doping cannot be ignored in these devices. To study the bias temperature instability in the presence of fluctuations of the electrostatic potential, the advanced drift diffusion device simulator Minimos-NT is employed. In a first effort to understand the bias temperature instability in p-channel MOSFETs at elevated temperatures, data from direct-current-current-voltage measurements is successfully reproduced using a four-state defect model. Differences between the four-state defect model and the commonly employed trapping model from Shockley, Read and Hall (SRH) have been investigated showing that the SRH model is incapable of reproducing the measurement data. This is in good agreement with the literature, where it has been extensively shown that a model based on SRH theory cannot reproduce the characteristic time constants found in BTI recovery traces. Upon inspection of recorded recovery traces after bias temperature stress in n-channel MOSFETs it is found that the gate current is strongly correlated with the drain current (recovery trace). Using a random discrete dopant model and non-equilibrium greens functions it is shown that direct tunnelling cannot explain the magnitude of the gate current reduction. Instead it is found that trap-assisted tunnelling, modelled using NMP theory, is the cause of this

  8. NESTLE: Few-group neutron diffusion equation solver utilizing the nodal expansion method for eigenvalue, adjoint, fixed-source steady-state and transient problems

    International Nuclear Information System (INIS)

    Turinsky, P.J.; Al-Chalabi, R.M.K.; Engrand, P.; Sarsour, H.N.; Faure, F.X.; Guo, W.

    1994-06-01

    NESTLE is a FORTRAN77 code that solves the few-group neutron diffusion equation utilizing the Nodal Expansion Method (NEM). NESTLE can solve the eigenvalue (criticality); eigenvalue adjoint; external fixed-source steady-state; or external fixed-source. or eigenvalue initiated transient problems. The code name NESTLE originates from the multi-problem solution capability, abbreviating Nodal Eigenvalue, Steady-state, Transient, Le core Evaluator. The eigenvalue problem allows criticality searches to be completed, and the external fixed-source steady-state problem can search to achieve a specified power level. Transient problems model delayed neutrons via precursor groups. Several core properties can be input as time dependent. Two or four energy groups can be utilized, with all energy groups being thermal groups (i.e. upscatter exits) if desired. Core geometries modelled include Cartesian and Hexagonal. Three, two and one dimensional models can be utilized with various symmetries. The non-linear iterative strategy associated with the NEM method is employed. An advantage of the non-linear iterative strategy is that NSTLE can be utilized to solve either the nodal or Finite Difference Method representation of the few-group neutron diffusion equation

  9. Charge Transport Along Phenylenevinylene Molecular Wires

    OpenAIRE

    2006-01-01

    Abstract A model to calculate the mobility of charges along molecular wires is presented. The model is based on the tight-binding approximation and combines a quantum mechanical description of the charge with a classical description of the structural degrees of freedom. It is demonstrated that the average mobility of charge carriers along molecular wires can be obtained by time-propagation of states which are initially localised. The model is used to calculate the mobility of charg...

  10. Pore structure and function of synthetic nanopores with fixed charges: tip shape and rectification properties

    Energy Technology Data Exchange (ETDEWEB)

    RamIrez, Patricio [Departament de Fisica Aplicada, Universitat Politecnica de Valencia, E-46022 Valencia (Spain); Apel, Pavel Yu [Flerov Laboratory of Nuclear Reactions, Joint Institute for Nuclear Research, Joliot-Curie street 6, 141980 Dubna (Russian Federation); Cervera, Javier; Mafe, Salvador [Departament de Fisica de la Terra i Termodinamica, Universitat de Valencia, E-46100 Burjassot (Spain)], E-mail: patraho@fis.upv.es

    2008-08-06

    We present a complete theoretical study of the relationship between the structure (tip shape and dimensions) and function (selectivity and rectification) of asymmetric nanopores on the basis of previous experimental studies. The theoretical model uses a continuum approach based on the Nernst-Planck equations. According to our results, the nanopore transport properties, such as current-voltage (I-V) characteristics, conductance, rectification ratio, and selectivity, are dictated mainly by the shape of the pore tip (we have distinguished bullet-like, conical, trumpet-like, and hybrid shapes) and the concentration of pore surface charges. As a consequence, the nanopore performance in practical applications will depend not only on the base and tip openings but also on the pore shape. In particular, we show that the pore opening dimensions estimated from the pore conductance can be very different, depending on the pore shape assumed. The results obtained can also be of practical relevance for the design of nanopores, nanopipettes, and nanoelectrodes, where the electrical interactions between the charges attached to the nanostructure and the mobile charges confined in the reduced volume of the inside solution dictate the device performance in practical applications. Because single tracks are the elementary building blocks for nanoporous membranes, the understanding and control of their individual properties should also be crucial in protein separation, water desalination, and bio-molecule detection using arrays of identical nanopores.

  11. Pore structure and function of synthetic nanopores with fixed charges: tip shape and rectification properties

    International Nuclear Information System (INIS)

    RamIrez, Patricio; Apel, Pavel Yu; Cervera, Javier; Mafe, Salvador

    2008-01-01

    We present a complete theoretical study of the relationship between the structure (tip shape and dimensions) and function (selectivity and rectification) of asymmetric nanopores on the basis of previous experimental studies. The theoretical model uses a continuum approach based on the Nernst-Planck equations. According to our results, the nanopore transport properties, such as current-voltage (I-V) characteristics, conductance, rectification ratio, and selectivity, are dictated mainly by the shape of the pore tip (we have distinguished bullet-like, conical, trumpet-like, and hybrid shapes) and the concentration of pore surface charges. As a consequence, the nanopore performance in practical applications will depend not only on the base and tip openings but also on the pore shape. In particular, we show that the pore opening dimensions estimated from the pore conductance can be very different, depending on the pore shape assumed. The results obtained can also be of practical relevance for the design of nanopores, nanopipettes, and nanoelectrodes, where the electrical interactions between the charges attached to the nanostructure and the mobile charges confined in the reduced volume of the inside solution dictate the device performance in practical applications. Because single tracks are the elementary building blocks for nanoporous membranes, the understanding and control of their individual properties should also be crucial in protein separation, water desalination, and bio-molecule detection using arrays of identical nanopores

  12. Pore structure and function of synthetic nanopores with fixed charges: tip shape and rectification properties.

    Science.gov (United States)

    Ramírez, Patricio; Apel, Pavel Yu; Cervera, Javier; Mafé, Salvador

    2008-08-06

    We present a complete theoretical study of the relationship between the structure (tip shape and dimensions) and function (selectivity and rectification) of asymmetric nanopores on the basis of previous experimental studies. The theoretical model uses a continuum approach based on the Nernst-Planck equations. According to our results, the nanopore transport properties, such as current-voltage (I-V) characteristics, conductance, rectification ratio, and selectivity, are dictated mainly by the shape of the pore tip (we have distinguished bullet-like, conical, trumpet-like, and hybrid shapes) and the concentration of pore surface charges. As a consequence, the nanopore performance in practical applications will depend not only on the base and tip openings but also on the pore shape. In particular, we show that the pore opening dimensions estimated from the pore conductance can be very different, depending on the pore shape assumed. The results obtained can also be of practical relevance for the design of nanopores, nanopipettes, and nanoelectrodes, where the electrical interactions between the charges attached to the nanostructure and the mobile charges confined in the reduced volume of the inside solution dictate the device performance in practical applications. Because single tracks are the elementary building blocks for nanoporous membranes, the understanding and control of their individual properties should also be crucial in protein separation, water desalination, and bio-molecule detection using arrays of identical nanopores.

  13. Optimal solution of full fuzzy transportation problems using total integral ranking

    Science.gov (United States)

    Sam’an, M.; Farikhin; Hariyanto, S.; Surarso, B.

    2018-03-01

    Full fuzzy transportation problem (FFTP) is a transportation problem where transport costs, demand, supply and decision variables are expressed in form of fuzzy numbers. To solve fuzzy transportation problem, fuzzy number parameter must be converted to a crisp number called defuzzyfication method. In this new total integral ranking method with fuzzy numbers from conversion of trapezoidal fuzzy numbers to hexagonal fuzzy numbers obtained result of consistency defuzzyfication on symmetrical fuzzy hexagonal and non symmetrical type 2 numbers with fuzzy triangular numbers. To calculate of optimum solution FTP used fuzzy transportation algorithm with least cost method. From this optimum solution, it is found that use of fuzzy number form total integral ranking with index of optimism gives different optimum value. In addition, total integral ranking value using hexagonal fuzzy numbers has an optimal value better than the total integral ranking value using trapezoidal fuzzy numbers.

  14. Efficient decomposition and linearization methods for the stochastic transportation problem

    International Nuclear Information System (INIS)

    Holmberg, K.

    1993-01-01

    The stochastic transportation problem can be formulated as a convex transportation problem with nonlinear objective function and linear constraints. We compare several different methods based on decomposition techniques and linearization techniques for this problem, trying to find the most efficient method or combination of methods. We discuss and test a separable programming approach, the Frank-Wolfe method with and without modifications, the new technique of mean value cross decomposition and the more well known Lagrangian relaxation with subgradient optimization, as well as combinations of these approaches. Computational tests are presented, indicating that some new combination methods are quite efficient for large scale problems. (authors) (27 refs.)

  15. Air stable n-doping of WSe2 by silicon nitride thin films with tunable fixed charge density

    International Nuclear Information System (INIS)

    Chen, Kevin; Kiriya, Daisuke; Hettick, Mark; Tosun, Mahmut; Ha, Tae-Jun; Madhvapathy, Surabhi Rao; Desai, Sujay; Sachid, Angada; Javey, Ali

    2014-01-01

    Stable n-doping of WSe 2 using thin films of SiN x deposited on the surface via plasma-enhanced chemical vapor deposition is presented. Positive fixed charge centers inside SiN x act to dope WSe 2 thin flakes n-type via field-induced effect. The electron concentration in WSe 2 can be well controlled up to the degenerate limit by simply adjusting the stoichiometry of the SiN x through deposition process parameters. For the high doping limit, the Schottky barrier width at the metal/WSe 2 junction is significantly thinned, allowing for efficient electron injection via tunneling. Using this doping scheme, we demonstrate air-stable WSe 2 n-MOSFETs with a mobility of ∼70 cm 2 /V s

  16. Polarization of electron-beam irradiated LDPE films: contribution to charge generation and transport

    Science.gov (United States)

    Banda, M. E.; Griseri, V.; Teyssèdre, G.; Le Roy, S.

    2018-04-01

    Electron-beam irradiation is an alternative way to generate charges in insulating materials, at controlled position and quantity, in order to monitor their behaviour in regard to transport phenomena under the space charge induced electric field or external field applied. In this study, low density polyethylene (LDPE) films were irradiated by a 80 keV electron-beam with a flux of 1 nA cm‑2 during 10 min in an irradiation chamber under vacuum conditions, and were then characterized outside the chamber using three experimental methods. The electrical behaviour of the irradiated material was assessed by space charge measurements using the pulsed electro-acoustic (PEA) method under dc stress. The influence of the applied electric field polarity and amplitude has been tested in order to better understand the charge behaviour after electron-beam irradiation. Fourier transform infra-red spectroscopy (FTIR) and photoluminescence (PL) measurements were performed to evaluate the impact of the electron beam irradiation, i.e. deposited charges and energy, on the chemical structure of the irradiated samples. The present results show that the electrical behaviour in LDPE after irradiation is mostly driven by charges, i.e. by physical process functions of the electric field, and that changes in the chemical structure seems to be mild.

  17. Assessment of fixed charge density in regenerated cartilage by Gd-DTPA-enhanced MRI

    International Nuclear Information System (INIS)

    Miyata, Shogo; Homma, Kazuhiro; Numano, Tomokazu; Furukawa, Katsuko; Tateishi, Tetsuya; Ushida, Takashi

    2006-01-01

    Applying regenerated cartilage in a clinical setting requires noninvasive evaluation to detect the maturity of cartilage tissue. Magnetic resonance (MR) imaging of articular cartilage is well accepted and has been applied clinically in recent years. We attempt to establish a noninvasive method to evaluate the maturity of regenerated cartilage tissue using gadolinium-enhanced MR imaging. To reconstruct cartilaginous tissue, we embedded articular chondrocytes harvested from bovine humeral head in agarose gel and cultured the cells in vitro up to 4 weeks. The fixed charge density (FCD) of the cartilage was determined using MRI gadolinium exclusion method. The sulfated glycosaminoglycan (sGAG) content was determined by dimethylmethylene blue dye-binding assay. The sGAG content and FCD of the regenerated cartilage increased with duration of culture. In the T 1 Gd maps, the [Gd-DTPA 2- ] in the specimen decreased, and the boundary between the sample disk and the bath solution of phosphate buffered saline (PBS) became clearer as time in culture increased. In the linear regression analysis, FCD and sGAG content correlated significantly. Gadolinium-enhanced MR imaging measurements can be useful predictors of the degree of cartilaginous tissue formation. (author)

  18. The Role of Shape on Electronic Structure and Charge Transport in Faceted PbSe Nanocrystals

    KAUST Repository

    Kaushik, Ananth P.

    2014-03-25

    We have determined the effect of shape on the charge transport characteristics of nanocrystals. Our study looked at the explicit determination of the electronic properties of faceted nanocrystals that essentially probe the limit of current computational reach, i.e., nanocrystals from 1.53 to 2.1 nm in diameter. These nanocrystals, which resemble PbSe systems, are either bare or covered in short ligands. They also differ in shape, octahedral vs cube-octahedral, and in superlattice symmetry (fcc vs bcc). We have provided insights on electron and hole coupling along different facets and overall charge mobility in bcc and fcc superlattices. We have determined that the relative areas of (100) to (111) facets, and facet atom types are important factors governing the optimization of charge transport. The calculated electronic density of states shows no role of -SCH3 - ligands on states near the band gap. Electron coupling between nanocrystals is significantly higher than that of hole coupling; thiol ligands lower the ratio between electron and hole couplings. Stronger coupling exists between smaller nanocrystals. © 2014 American Chemical Society.

  19. Charge Transport in Two-Photon Semiconducting Structures for Solar Fuels.

    Science.gov (United States)

    Liu, Guohua; Du, Kang; Haussener, Sophia; Wang, Kaiying

    2016-10-20

    Semiconducting heterostructures are emerging as promising light absorbers and offer effective electron-hole separation to drive solar chemistry. This technology relies on semiconductor composites or photoelectrodes that work in the presence of a redox mediator and that create cascade junctions to promote surface catalytic reactions. Rational tuning of their structures and compositions is crucial to fully exploit their functionality. In this review, we describe the possibilities of applying the two-photon concept to the field of solar fuels. A wide range of strategies including the indirect combination of two semiconductors by a redox couple, direct coupling of two semiconductors, multicomponent structures with a conductive mediator, related photoelectrodes, as well as two-photon cells are discussed for light energy harvesting and charge transport. Examples of charge extraction models from the literature are summarized to understand the mechanism of interfacial carrier dynamics and to rationalize experimental observations. We focus on a working principle of the constituent components and linking the photosynthetic activity with the proposed models. This work gives a new perspective on artificial photosynthesis by taking simultaneous advantages of photon absorption and charge transfer, outlining an encouraging roadmap towards solar fuels. © 2016 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  20. Exact solution for a two-phase Stefan problem with variable latent heat and a convective boundary condition at the fixed face

    Science.gov (United States)

    Bollati, Julieta; Tarzia, Domingo A.

    2018-04-01

    Recently, in Tarzia (Thermal Sci 21A:1-11, 2017) for the classical two-phase Lamé-Clapeyron-Stefan problem an equivalence between the temperature and convective boundary conditions at the fixed face under a certain restriction was obtained. Motivated by this article we study the two-phase Stefan problem for a semi-infinite material with a latent heat defined as a power function of the position and a convective boundary condition at the fixed face. An exact solution is constructed using Kummer functions in case that an inequality for the convective transfer coefficient is satisfied generalizing recent works for the corresponding one-phase free boundary problem. We also consider the limit to our problem when that coefficient goes to infinity obtaining a new free boundary problem, which has been recently studied in Zhou et al. (J Eng Math 2017. https://doi.org/10.1007/s10665-017-9921-y).

  1. Nonlocal transport in hot plasma. Part I

    International Nuclear Information System (INIS)

    Brantov, A. V.; Bychenkov, V. Yu.

    2013-01-01

    The problem of describing charged particle transport in hot plasma under the conditions in which the ratio of the electron mean free path to the gradient length is not too small is one of the key problems of plasma physics. However, up to now, there was a deficit of the systematic interpretation of the current state of this problem, which, in most studies, is formulated as the problem of nonlocal transport. In this review, we fill this gap by presenting a self-consistent linear theory of nonlocal transport for small plasma perturbations and an arbitrary collisionality from the classical highly collisional hydrodynamic regime to the collisionless regime. We describe a number of nonlinear transport models and demonstrate the application of the nonclassical transport theory to the solution of some problems of plasma physics, first of all for plasmas produced by nanosecond laser pulses with intensities of 10 13 –10 16 W/cm 2

  2. A Study of Fixed-Order Mixed Norm Designs for a Benchmark Problem in Structural Control

    Science.gov (United States)

    Whorton, Mark S.; Calise, Anthony J.; Hsu, C. C.

    1998-01-01

    This study investigates the use of H2, p-synthesis, and mixed H2/mu methods to construct full-order controllers and optimized controllers of fixed dimensions. The benchmark problem definition is first extended to include uncertainty within the controller bandwidth in the form of parametric uncertainty representative of uncertainty in the natural frequencies of the design model. The sensitivity of H2 design to unmodelled dynamics and parametric uncertainty is evaluated for a range of controller levels of authority. Next, mu-synthesis methods are applied to design full-order compensators that are robust to both unmodelled dynamics and to parametric uncertainty. Finally, a set of mixed H2/mu compensators are designed which are optimized for a fixed compensator dimension. These mixed norm designs recover the H, design performance levels while providing the same levels of robust stability as the u designs. It is shown that designing with the mixed norm approach permits higher levels of controller authority for which the H, designs are destabilizing. The benchmark problem is that of an active tendon system. The controller designs are all based on the use of acceleration feedback.

  3. Simulation of charge transport in organic semiconductors: A time-dependent multiscale method based on nonequilibrium Green's functions

    DEFF Research Database (Denmark)

    Leitherer, Susanne; Jager, C. M.; Krause, A.

    2017-01-01

    In weakly interacting organic semiconductors, static disorder and dynamic disorder often have an important impact on transport properties. Describing charge transport in these systems requires an approach that correctly takes structural and electronic fluctuations into account. Here, we present...... are used in organic field-effect transistors....

  4. Root-to-seed transport and metabolism of fixed nitrogen in soybean

    International Nuclear Information System (INIS)

    McClure, P.R.

    1983-01-01

    The great energetic demand of nitrogen fixation to support growth of the exceptionally high-N seeds is certainly a major yield barrier for soybeans. Transport of carbohydrate energy supplies to the root and of fixed nitrogen (N) from the root appear to contribute to the yield barrier, also. N is loaded into the soybean xylem stream principally as allantoin (ALL), and allantonic acid (ALLA), but xylem carries only dilute N and cannot reach the seeds at sufficient rate to support their N needs. Explants consisting of stem and a few leaves and pods were allowed to take up 14 C- and/or 15 N-ALL/ALLA in synthetic xylem sap. The 14 C label was found to become fairly quantitatively immobilized in leaves. The N (and 15 N label) almost certainly is separated from the C( 14 C label) at this time

  5. Non deterministic methods for charged particle transport

    International Nuclear Information System (INIS)

    Besnard, D.C.; Buresi, E.; Hermeline, F.; Wagon, F.

    1985-04-01

    The coupling of Monte-Carlo methods for solving Fokker Planck equation with ICF inertial confinement fusion codes requires them to be economical and to preserve gross conservation properties. Besides, the presence in FPE Fokker-Planck equation of diffusion terms due to collisions between test particles and the background plasma challenges standard M.C. (Monte-Carlo) techniques if this phenomenon is dominant. We address these problems through the use of a fixed mesh in phase space which allows us to handle highly variable sources, avoiding any Russian Roulette for lowering the size of the sample. Also on this mesh are solved diffusion equations obtained from a splitting of FPE. Any non linear diffusion terms of FPE can be handled in this manner. Another method, also presented here is to use a direct particle method for solving the full FPE

  6. Charge transport through superconductor/Anderson-insulator interfaces

    International Nuclear Information System (INIS)

    Frydman, A.; Ovadyahu, Z.

    1997-01-01

    We report on a study of charge transport through superconductor-insulator-superconductor and normal metal endash insulator endash superconductor structures (SIS and NIS junctions, respectively) where the insulator is of the Anderson type. Devices which are characterized by a junction resistance larger than 10 kΩ show behavior which is typical of Giaever tunnel junctions. In structures having smaller resistance, several peculiar features are observed. In the SIS junctions, Josephson coupling is detected over distances much larger then the typical insulator localization length. In addition, a series of resistance peaks appears at voltages of 2Δ/n, where Δ is the superconducting gap. The NIS Junctions exhibit a large resistance dip at subgap bias. We discuss possible interpretations of these findings and suggest that they may result from the presence of high transmission channels through the barrier region. copyright 1997 The American Physical Society

  7. Solution of the transport equation with account for inelastic collisions

    International Nuclear Information System (INIS)

    Kalashnikov, N.P.; Remizovich, V.S.; Ryazanov, M.I.

    1980-01-01

    The theory of charged particle scattering in a matter with account for inelastic collisions is considered. In ''directly-forward'' approximation the transport equation at the absence of elastic collisions is obtained. The solution of the transport equation is made without and with account for fluctuation of energy losses. Formulas for path-energy relation are given. Energy spectrum and distribution of fast charged particles with respect to paths are studied. The problem of quantum mechanical approach to the theory of multiple scattering of fast charged particles in a matter is discussed briefly

  8. Enhanced charge transport and photovoltaic performance of PBDTTT-C-T/PC70BM solar cells via UV-ozone treatment.

    Science.gov (United States)

    Adhikary, Prajwal; Venkatesan, Swaminathan; Adhikari, Nirmal; Maharjan, Purna P; Adebanjo, Olusegun; Chen, Jihua; Qiao, Qiquan

    2013-10-21

    In this work, the electron transport layer of PBDTTT-C-T/PC70BM polymer solar cells were subjected to UV-ozone treatment, leading to improved cell performances from 6.46% to 8.34%. The solar cell efficiency reached a maximum of 8.34% after an optimal 5 minute UV-ozone treatment, and then decreased if treated for a longer time. To the best of our knowledge, the mechanism behind the effects of UV-ozone treatment on the improvement of charge transport and cell performance is not fully understood. We have developed a fundamental understanding of the UV-ozone treatment mechanism, which explains both the enhancements in charge transport and photovoltaic performance at an optimal treatment time, and also the phenomenon whereby further treatment time leads to a drop in cell efficiency. Transient photocurrent measurements indicated that the cell charge transport times were 1370 ns, 770 ns, 832 ns, 867 ns, and 1150 ns for the 0 min, 5 min, 10 min, 15 min, and 20 min UV-ozone treatment times, respectively. Therefore the 5 min UV-ozone treatment time led to the shortest transport time and the most efficient charge transport in the cells. The 5 min UV-ozone treated sample exhibited the highest peak intensity (E2) in the Raman spectra of the treated films, at about 437 cm(-1), indicating that it possessed the best wurtzite phase crystallinity of the ZnO films. Further increasing the UV-ozone treatment time from 5 to 20 min induced the formation of p-type defects (e.g. interstitial oxygen atoms), pushing the ZnO Fermi-level further away from the vacuum level, and decreasing the wurtzite crystallinity.

  9. Noise power spectrum of the fixed pattern noise in digital radiography detectors

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Dong Sik, E-mail: dskim@hufs.ac.kr [Department of Electronics Engineering, Hankuk University of Foreign Studies, Gyeonggi-do 449-791 (Korea, Republic of); Kim, Eun [R& D Center, DRTECH Co., Gyeonggi-do 13558 (Korea, Republic of)

    2016-06-15

    Purpose: The fixed pattern noise in radiography image detectors is caused by various sources. Multiple readout circuits with gate drivers and charge amplifiers are used to efficiently acquire the pixel voltage signals. However, the multiple circuits are not identical and thus yield nonuniform system gains. Nonuniform sensitivities are also produced from local variations in the charge collection elements. Furthermore, in phosphor-based detectors, the optical scattering at the top surface of the columnar CsI growth, the grain boundaries, and the disorder structure causes spatial sensitivity variations. These nonuniform gains or sensitivities cause fixed pattern noise and degrade the detector performance, even though the noise problem can be partially alleviated by using gain correction techniques. Hence, in order to develop good detectors, comparative analysis of the energy spectrum of the fixed pattern noise is important. Methods: In order to observe the energy spectrum of the fixed pattern noise, a normalized noise power spectrum (NNPS) of the fixed pattern noise is considered in this paper. Since the fixed pattern noise is mainly caused by the nonuniform gains, we call the spectrum the gain NNPS. We first asymptotically observe the gain NNPS and then formulate two relationships to calculate the gain NNPS based on a nonuniform-gain model. Since the gain NNPS values are quite low compared to the usual NNPS, measuring such a low NNPS value is difficult. By using the average of the uniform exposure images, a robust measuring method for the gain NNPS is proposed in this paper. Results: By using the proposed measuring method, the gain NNPS curves of several prototypes of general radiography and mammography detectors were measured to analyze their fixed pattern noise properties. We notice that a direct detector, which is based on the a-Se photoconductor, showed lower gain NNPS than the indirect-detector case, which is based on the CsI scintillator. By comparing the gain

  10. Charge transport along luminescent oxide layers containing Si and SiC nanoparticles

    Energy Technology Data Exchange (ETDEWEB)

    Jambois, O. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain)]. E-mail: ojambois@el.ub.es; Vila, A. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain); Pellegrino, P. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain); Carreras, J. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain); Perez-Rodriguez, A. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain); Garrido, B. [EME, Departament d' Electronica, Universitat de Barcelona, Marti i Franques 1, 08028 Barcelona (Spain); Bonafos, C. [Nanomaterials Group, CEMES-CNRS, 29 rue J. Marvig 31055, Toulouse (France); BenAssayag, G. [Nanomaterials Group, CEMES-CNRS, 29 rue J. Marvig 31055, Toulouse (France)

    2006-12-15

    The electrical conductivity of silicon oxides containing silicon and silicon-carbon nanoparticles has been investigated. By use of sequential Si{sup +} and C{sup +} ion implantations in silicon oxide followed by an annealing at 1100 deg. C, luminescent Si nanocrystals and SiC nanoparticles were precipitated. The characterization of the electrical transport has been carried out on two kinds of structures, allowing parallel or perpendicular transport, with respect to the substrate. The first type of samples were elaborated by means of a focus-ion-beam technique: electrical contacts to embedded nanoparticles were made by milling two nanotrenches on the sample surface until reaching the buried layer, then filling them with tungsten. The distance between the electrodes is about 100 nm. The second type of samples correspond to 40 nm thick typical MOS capacitors. The electron transport along the buried layer has shown a dramatic lowering of the electrical current, up to five orders of magnitude, when applying a sequence of voltages. It has been related to a progressive charge retention inside the nanoparticles, which, on its turn, suppresses the electrical conduction along the layer. On the other hand, the MOS capacitors show a reversible carrier charge and discharge effect that limits the current at low voltage, mostly due to the presence of C in the layers. A typical Fowler-Nordheim injection takes place at higher applied voltages, with a threshold voltage equal to 23 V.

  11. Strong coupling strategy for fluid-structure interaction problems in supersonic regime via fixed point iteration

    Science.gov (United States)

    Storti, Mario A.; Nigro, Norberto M.; Paz, Rodrigo R.; Dalcín, Lisandro D.

    2009-03-01

    In this paper some results on the convergence of the Gauss-Seidel iteration when solving fluid/structure interaction problems with strong coupling via fixed point iteration are presented. The flow-induced vibration of a flat plate aligned with the flow direction at supersonic Mach number is studied. The precision of different predictor schemes and the influence of the partitioned strong coupling on stability is discussed.

  12. The Role of Shape on Electronic Structure and Charge Transport in Faceted PbSe Nanocrystals

    KAUST Repository

    Kaushik, Ananth P.; Lukose, Binit; Clancy, Paulette

    2014-01-01

    We have determined the effect of shape on the charge transport characteristics of nanocrystals. Our study looked at the explicit determination of the electronic properties of faceted nanocrystals that essentially probe the limit of current

  13. Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport

    KAUST Repository

    Burnett, Edmund K.

    2018-02-26

    Polymorphism, the ability for a given material to adopt multiple crystalline packing states, is a powerful approach for investigating how changes in molecular packing influence charge transport within organic semiconductors. In this study, a new

  14. Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport

    KAUST Repository

    Burnett, Edmund K.; Ly, Jack; Niazi, Muhammad Rizwan; Zhang, Lei; McCuskey, Samantha R.; Amassian, Aram; Smilgies, Detlef-M.; Mannsfeld, Stefan C. B.; Briseno, Alejandro L.

    2018-01-01

    Polymorphism, the ability for a given material to adopt multiple crystalline packing states, is a powerful approach for investigating how changes in molecular packing influence charge transport within organic semiconductors. In this study, a new

  15. EDITORIAL: Charge transport in non-metallic solids

    Science.gov (United States)

    Youngs, Ian J.; Almond, Darryl P.

    2009-03-01

    Workers engaged in a wide range of investigations of charge transport in non-metallic solids came together at a meeting of the Institute of Physics Dielectric Group, held in London on 2 April 2008. Topics included both ionic and electronic conduction, investigations of the fundamental mechanisms of charge transport, percolation, modelling the conduction process in both natural and man-made composite electrical and electromagnetic materials, the design and development of solids with specified conduction properties and the ac characteristics of non-metallic solids. In the first session, the long-standing problem of the anomalous power law increase in ac conductivity with frequency was addressed by a set of four presentations. Jeppe Dyre, an invited speaker from Roskilde University, Denmark, introduced the problem and stressed the universality of the frequency dependence observed in the ac conductivities of disordered non-metallic materials. He showed that it could be obtained from a simple random barrier model, independent of the barrier distribution. Darryl Almond, University of Bath, showed that the electrical responses of large networks of randomly positioned resistors and capacitors, simulating the microstructures of disordered two-phase (conductor insulator) materials, exhibit the same frequency dependence. He demonstrated their robustness to component value and distribution and suggested that it was an emergent property of these networks and of two-phase materials. Klaus Funke, an invited speaker from the University of Munster, Germany, presented a detailed model of ion motion in disordered ionic materials. He stressed the need to account for the concerted many-particle processes that occur whilst ions hop from site to site in response to an applied electric field. The conductivity spectra obtained from this work reproduce the same frequency dispersion and have the additional feature of conductivity saturation at high frequencies. Tony West, University of

  16. Enhancement of charge-transport characteristics in polymeric films using polymer brushes

    DEFF Research Database (Denmark)

    Whiting, G.L.; Snaith, H.J.; Khodabakhsh, S.

    2006-01-01

    We show that charge-transporting polymer chains in the brush conformation can be synthesized from a variety of substrates of interest, displaying a high degree of stretching and showing up to a 3 orders of magnitude increase in current density normal to the substrate as compared with a spin......-coated film. These nanostructured polymeric films may prove to be suitable for electronic devices based on molecular semiconductors as current fabrication techniques often provide little control over film structure....

  17. Finite Element in Angle Unit Sphere Meshing for Charged Particle Transport.

    Energy Technology Data Exchange (ETDEWEB)

    Ortega, Mario Ivan [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Drumm, Clifton R. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-10-01

    Finite element in angle formulations of the charged particle transport equation require the discretization of the unit sphere. In Sceptre, a three-dimensional surface mesh of a sphere is transformed into a two-dimensional mesh. Projection of a sphere onto a two-dimensional surface is well studied with map makers spending the last few centuries attempting to create maps that preserve proportion and area. Using these techniques, various meshing schemes for the unit sphere were investigated.

  18. Like-charge attraction in a one-dimensional setting: the importance of being odd

    Science.gov (United States)

    Trizac, Emmanuel; Téllez, Gabriel

    2018-03-01

    From cement cohesion to DNA condensation, a proper statistical physics treatment of systems with long-range forces is important for a number of applications in physics, chemistry, and biology. We compute here the effective force between fixed charged macromolecules, screened by oppositely charged mobile ions (counterions). We treat the problem in a one-dimensional configuration that allows for interesting discussion and derivation of exact results, remaining at a level of mathematical difficulty compatible with an undergraduate course. Emphasis is put on the counterintuitive but fundamental phenomenon of like-charge attraction, which our treatment brings for the first time to the level of undergraduate teaching. The parity of the number of counterions is shown to play a prominent role, which sheds light on the binding mechanism at work when like-charge macromolecules do attract.

  19. Angular momentum of an electric charge and magnetically charged black hole

    Energy Technology Data Exchange (ETDEWEB)

    Garfinkle, D. (California Univ., Santa Barbara (USA). Dept. of Physics); Rey, S.J. (California Univ., Santa Barbara (USA). Dept. of Physics Florida Univ., Gainesville, FL (USA). Inst. for Fundamental Theory)

    1991-03-21

    We find the angular momentum L of a point particle with electric charge e held at a fixed position in the presence of a black hole with magnetic charge g. (For a point charge in the presence of an ordinary magnetic monopole, it is known that L=eg.) The angular momentum does depend on the separation distance between the particle and the black hole; however, L->eg for a large separation. Implications for the cosmic censorship hypothesis, the quantum hairs and other physical situations are discussed. (orig.).

  20. Influence of orientation mismatch on charge transport across grain boundaries in tri-isopropylsilylethynyl (TIPS) pentacene thin films.

    Science.gov (United States)

    Steiner, Florian; Poelking, Carl; Niedzialek, Dorota; Andrienko, Denis; Nelson, Jenny

    2017-05-03

    We present a multi-scale model for charge transport across grain boundaries in molecular electronic materials that incorporates packing disorder, electrostatic and polarisation effects. We choose quasi two-dimensional films of tri-isopropylsilylethynyl pentacene (TIPS-P) as a model system representative of technologically relevant crystalline organic semiconductors. We use atomistic molecular dynamics, with a force-field specific for TIPS-P, to generate and equilibrate polycrystalline two-dimensional thin films. The energy landscape is obtained by calculating contributions from electrostatic interactions and polarization. The variation in these contributions leads to energetic barriers between grains. Subsequently, charge transport is simulated using a kinetic Monte-Carlo algorithm. Two-grain systems with varied mutual orientation are studied. We find relatively little effect of long grain boundaries due to the presence of low impedance pathways. However, effects could be more pronounced for systems with limited inter-grain contact areas. Furthermore, we present a lattice model to generalize the model for small molecular systems. In the general case, depending on molecular architecture and packing, grain boundaries can result in interfacial energy barriers, traps or a combination of both with qualitatively different effects on charge transport.

  1. Fundaments of transport equation splitting and the eigenvalue problem

    International Nuclear Information System (INIS)

    Stancic, V.

    2000-01-01

    In order to remove some singularities concerning the boundary conditions of one dimensional transport equation, a split form of transport equation describing the forward i.e. μ≥0, and a backward μ<0 directed neutrons is being proposed here. The eigenvalue problem has also been considered here (author)

  2. Tunable quantum criticality and super-ballistic transport in a "charge" Kondo circuit.

    Science.gov (United States)

    Iftikhar, Z; Anthore, A; Mitchell, A K; Parmentier, F D; Gennser, U; Ouerghi, A; Cavanna, A; Mora, C; Simon, P; Pierre, F

    2018-05-03

    Quantum phase transitions (QPTs) are ubiquitous in strongly-correlated materials. However the microscopic complexity of these systems impedes the quantitative understanding of QPTs. Here, we observe and thoroughly analyze the rich strongly-correlated physics in two profoundly dissimilar regimes of quantum criticality. With a circuit implementing a quantum simulator for the three-channel Kondo model, we reveal the universal scalings toward different low-temperature fixed points and along the multiple crossovers from quantum criticality. Notably, an unanticipated violation of the maximum conductance for ballistic free electrons is uncovered. The present charge pseudospin implementation of a Kondo impurity opens access to a broad variety of strongly-correlated phenomena. Copyright © 2018, American Association for the Advancement of Science.

  3. Picosecond charge transport in rutile at high carrier densities studiedby transient terahertz spectroscopy

    Czech Academy of Sciences Publication Activity Database

    Zajac, Vít; Němec, Hynek; Kužel, Petr

    2016-01-01

    Roč. 94, č. 11 (2016), 1-9, č. článku 115206. ISSN 1098-0121 R&D Projects: GA ČR GA13-12386S Institutional support: RVO:68378271 Keywords : terahertz spectroscopy * charge transport * TiO 2 * rutile * ultrafast spectroscopy Subject RIV: BM - Solid Matter Physics ; Magnetism Impact factor: 3.736, year: 2014

  4. Hybrid Predictive Control for Dynamic Transport Problems

    CERN Document Server

    Núñez, Alfredo A; Cortés, Cristián E

    2013-01-01

    Hybrid Predictive Control for Dynamic Transport Problems develops methods for the design of predictive control strategies for nonlinear-dynamic hybrid discrete-/continuous-variable systems. The methodology is designed for real-time applications, particularly the study of dynamic transport systems. Operational and service policies are considered, as well as cost reduction. The control structure is based on a sound definition of the key variables and their evolution. A flexible objective function able to capture the predictive behaviour of the system variables is described. Coupled with efficient algorithms, mainly drawn from the area of computational intelligence, this is shown to optimize performance indices for real-time applications. The framework of the proposed predictive control methodology is generic and, being able to solve nonlinear mixed-integer optimization problems dynamically, is readily extendable to other industrial processes. The main topics of this book are: ●hybrid predictive control (HPC) ...

  5. Surface potential, charging and local current transport of individual Ge quantum dots grown by molecular beam epitaxy

    Energy Technology Data Exchange (ETDEWEB)

    Singha, R.K. [Department of Physics, Visva-Bharati, Santiniketan 731235 (India); Manna, S.; Bar, R.; Das, S. [Department of Physics, Indian Institute of Technology-Kharagpur, Kharagpur 721302 (India); Ray, S.K., E-mail: physkr@phy.iitkgp.ernet.in [Department of Physics, Indian Institute of Technology-Kharagpur, Kharagpur 721302 (India)

    2017-06-15

    Highlights: We have elaborately explained the individual Ge QD charging phenomena and current transport, which is very important to understand the Ge/Si nano devices. This paper will give a flavor to properly understand these phenomena linked together along with the photocurrent mechanism which is related to the Ge/Si valence band offset. • Both the CAFM and KPFM techniques point out the functionality of doping nature of the underneath Si substrate on the aforementioned characteristics of Ge QDs. • Analysis of the surface potential mapping using KPFM technique yields an approximate valence band offset measurement which is required to understand the intra-valence transition of holes for the realization of long wavelength infrared photodetector. • KPFM and CAFM can be utilized to explore the charging/discharging phenomena of dots and their composition variations. • Current-voltage (I–V) characteristics of the individual Ge QD strongly depends on the individual QD size. • Energy band diagrams for diamond tip and Ge QD shows the higher barrier for electrons and lower barrier for holes allowing the easy tunneling for holes to dominate the transport. - Abstract: It is fundamentally important to understand the nanoscale electronic properties of a single quantum dot (QD) contrary to an ensemble of QDs. Kelvin probe force microscopy (KPFM) and conductive atomic force microscopy (CAFM) are two important tools, which could be employed to probe surface potential, charging phenomena, and current transport mechanism of individual QD. We demonstrate the aforementioned characteristics of self-assembled Ge QDs, which was grown on Si substrates by solid source molecular beam epitaxy driven by the Stranski-Krastanov method. Study reveals that each Ge QD acts as charge storage node even at zero applied bias. The shape, size and density of QDs could be well probed by CAFM and KPFM, whereas QD facets could be better resolved by the conductive tip. The CAFM investigation

  6. Study of charge transport in composite blend of P3HT and PCBM

    Science.gov (United States)

    Kumar, Manoj; Kumar, Sunil; Upadhyaya, Aditi; Yadav, Anjali; Gupta, Saral K.; Singh, Amarjeet

    2018-05-01

    Poly (3-hexylthiophene-2,5diyl) (P3HT) as donor and [6,6]-phenyl C61 butyric acid methyl ester (PCBM) as acceptor are mostly used as active medium in polymeric electronic device. In this paper we have prepare the P3HT - PCBM based bulk hetero junction thin films by spin coating technique. The charge transport properties of P3HT:PCBM blends are investigated by the current-voltage measurements using Ag as an electron injecting electrode and ITO as a hole injecting contact. The current density v/s voltage relationships are analyzed in the backdrop of Schottky and Space charge limited current model.

  7. Positive solution of a time and energy dependent neutron transport problem

    International Nuclear Information System (INIS)

    Pao, C.V.

    1975-01-01

    A constructive method is given for the determination of a solution and an existence--uniqueness theorem for some nonlinear time and energy dependent neutron transport problems, including the linear transport system. The geometry of the medium under consideration is allowed to be either bounded or unbounded which includes the geometry of a finite or infinite cylinder, a half-space and the whole space R/subm/ (m=1,2,center-dotcenter-dotcenter-dot). Our approach to the problem is by successive approximation which leads to various recursion formulas for the approximations in terms of explicit integrations. It is shown under some Lipschitz conditions on the nonlinear functions, which describe the process of neutrons absorption, fission, and scattering, that the sequence of approximations converges to a unique positive solution. Since these conditions are satisfied by the linear transport equation, all the results for the nonlinear system are valid for the linear transport problem. In the general nonlinear problem, the existence of both local and global solutions are discussed, and an iterative process for the construction of the solution is given

  8. Heterojunction PbS Nanocrystal Solar Cells with Oxide Charge-Transport Layers

    KAUST Repository

    Hyun, Byung-Ryool

    2013-12-23

    Oxides are commonly employed as electron-transport layers in optoelectronic devices based on semiconductor nanocrystals, but are relatively rare as hole-transport layers. We report studies of NiO hole-transport layers in PbS nanocrystal photovoltaic structures. Transient fluorescence experiments are used to verify the relevant energy levels for hole transfer. On the basis of these results, planar heterojunction devices with ZnO as the photoanode and NiO as the photocathode were fabricated and characterized. Solution-processed devices were used to systematically study the dependence on nanocrystal size and achieve conversion efficiency as high as 2.5%. Optical modeling indicates that optimum performance should be obtained with thinner oxide layers than can be produced reliably by solution casting. Roomerature sputtering allows deposition of oxide layers as thin as 10 nm, which enables optimization of device performance with respect to the thickness of the charge-transport layers. The best devices achieve an open-circuit voltage of 0.72 V and efficiency of 5.3% while eliminating most organic material from the structure and being compatible with tandem structures. © 2013 American Chemical Society.

  9. FOB-SH: Fragment orbital-based surface hopping for charge carrier transport in organic and biological molecules and materials

    Energy Technology Data Exchange (ETDEWEB)

    Spencer, J.; Gajdos, F.; Blumberger, J., E-mail: j.blumberger@ucl.ac.uk [Department of Physics and Astronomy, University College London, Gower Street, London WC1E 6BT (United Kingdom)

    2016-08-14

    We introduce a fragment orbital-based fewest switches surface hopping method, FOB-SH, designed to efficiently simulate charge carrier transport in strongly fluctuating condensed phase systems such as organic semiconductors and biomolecules. The charge carrier wavefunction is expanded and the electronic Hamiltonian constructed in a set of singly occupied molecular orbitals of the molecular sites that mediate the charge transfer. Diagonal elements of the electronic Hamiltonian (site energies) are obtained from a force field, whereas the off-diagonal or electronic coupling matrix elements are obtained using our recently developed analytic overlap method. We derive a general expression for the exact forces on the adiabatic ground and excited electronic state surfaces from the nuclear gradients of the charge localized electronic states. Applications to electron hole transfer in a model ethylene dimer and through a chain of ten model ethylenes validate our implementation and demonstrate its computational efficiency. On the larger system, we calculate the qualitative behaviour of charge mobility with change in temperature T for different regimes of the intermolecular electronic coupling. For small couplings, FOB-SH predicts a crossover from a thermally activated regime at low temperatures to a band-like transport regime at higher temperatures. For higher electronic couplings, the thermally activated regime disappears and the mobility decreases according to a power law. This is interpreted by a gradual loss in probability for resonance between the sites as the temperature increases. The polaron hopping model solved for the same system gives a qualitatively different result and underestimates the mobility decay at higher temperatures. Taken together, the FOB-SH methodology introduced here shows promise for a realistic investigation of charge carrier transport in complex organic, aqueous, and biological systems.

  10. FOB-SH: Fragment orbital-based surface hopping for charge carrier transport in organic and biological molecules and materials

    Science.gov (United States)

    Spencer, J.; Gajdos, F.; Blumberger, J.

    2016-08-01

    We introduce a fragment orbital-based fewest switches surface hopping method, FOB-SH, designed to efficiently simulate charge carrier transport in strongly fluctuating condensed phase systems such as organic semiconductors and biomolecules. The charge carrier wavefunction is expanded and the electronic Hamiltonian constructed in a set of singly occupied molecular orbitals of the molecular sites that mediate the charge transfer. Diagonal elements of the electronic Hamiltonian (site energies) are obtained from a force field, whereas the off-diagonal or electronic coupling matrix elements are obtained using our recently developed analytic overlap method. We derive a general expression for the exact forces on the adiabatic ground and excited electronic state surfaces from the nuclear gradients of the charge localized electronic states. Applications to electron hole transfer in a model ethylene dimer and through a chain of ten model ethylenes validate our implementation and demonstrate its computational efficiency. On the larger system, we calculate the qualitative behaviour of charge mobility with change in temperature T for different regimes of the intermolecular electronic coupling. For small couplings, FOB-SH predicts a crossover from a thermally activated regime at low temperatures to a band-like transport regime at higher temperatures. For higher electronic couplings, the thermally activated regime disappears and the mobility decreases according to a power law. This is interpreted by a gradual loss in probability for resonance between the sites as the temperature increases. The polaron hopping model solved for the same system gives a qualitatively different result and underestimates the mobility decay at higher temperatures. Taken together, the FOB-SH methodology introduced here shows promise for a realistic investigation of charge carrier transport in complex organic, aqueous, and biological systems.

  11. Characterization of nitride hole lateral transport in a charge trap flash memory by using a random telegraph signal method

    Science.gov (United States)

    Liu, Yu-Heng; Jiang, Cheng-Min; Lin, Hsiao-Yi; Wang, Tahui; Tsai, Wen-Jer; Lu, Tao-Cheng; Chen, Kuang-Chao; Lu, Chih-Yuan

    2017-07-01

    We use a random telegraph signal method to investigate nitride trapped hole lateral transport in a charge trap flash memory. The concept of this method is to utilize an interface oxide trap and its associated random telegraph signal as an internal probe to detect a local channel potential change resulting from nitride charge lateral movement. We apply different voltages to the drain of a memory cell and vary a bake temperature in retention to study the electric field and temperature dependence of hole lateral movement in a nitride. Thermal energy absorption by trapped holes in lateral transport is characterized. Mechanisms of hole lateral transport in retention are investigated. From the measured and modeled results, we find that thermally assisted trap-to-band tunneling is a major trapped hole emission mechanism in nitride hole lateral transport.

  12. Fixed-bed Reactor Dynamics and Control - A Review

    DEFF Research Database (Denmark)

    Jørgensen, S. B.

    1986-01-01

    The industrial diversity of fixed bed reactors offers a challenging and relevant set of control problems. These intricate problems arise due to the rather complex dynamics of fixed bed reactors and to the complexity of actual reactor configurations. Many of these control problems are nonlinear...... and multi-variable. During the last decade fixed bed reactor control strategies have been proposed and investigated experimentally. This paper reviews research on these complex control problems with an emphasis upon solutions which have been demon-strated to work in the laboratory and hold promise...

  13. Quantized charge transport in chiral Majorana edge modes

    Science.gov (United States)

    Rachel, Stephan; Mascot, Eric; Cocklin, Sagen; Vojta, Matthias; Morr, Dirk K.

    2017-11-01

    Majorana fermions can be realized as quasiparticles in topological superconductors, with potential applications in topological quantum computing. Recently, lattices of magnetic adatoms deposited on the surface of s -wave superconductors—Shiba lattices—have been proposed as a new platform for topological superconductivity. These systems possess the great advantage that they are accessible via scanning-probe techniques and thus enable the local manipulation and detection of Majorana modes. Using a nonequilibrium Green's function technique we demonstrate that the topological Majorana edge modes of nanoscopic Shiba islands display universal electronic and transport properties. Most remarkably, these Majorana modes possess a quantized charge conductance that is proportional to the topological Chern number, C , and carry a supercurrent whose chirality reflects the sign of C . These results establish nanoscopic Shiba islands as promising components in future topology-based devices.

  14. Optimal calculational schemes for solving multigroup photon transport problem

    International Nuclear Information System (INIS)

    Dubinin, A.A.; Kurachenko, Yu.A.

    1987-01-01

    A scheme of complex algorithm for solving multigroup equation of radiation transport is suggested. The algorithm is based on using the method of successive collisions, the method of forward scattering and the spherical harmonics method, and is realized in the FORAP program (FORTRAN, BESM-6 computer). As an example the results of calculating reactor photon transport in water are presented. The considered algorithm being modified may be used for solving neutron transport problems

  15. Two-stage optimization in a transportation problem

    CSIR Research Space (South Africa)

    Stewart, TJ

    1979-01-01

    Full Text Available A study of the economic distribution of maize throughout South Africa is reported. Although the problem of minimizing total transportation costs in such a situation is a classical one, and its solution is well known, there was in this case a high...

  16. Simultaneous solution to the 6Li and 7Li big bang nucleosynthesis problems from a long-lived negatively charged leptonic particle

    International Nuclear Information System (INIS)

    Kusakabe, Motohiko; Kajino, Toshitaka; Boyd, Richard N.; Yoshida, Takashi; Mathews, Grant J.

    2007-01-01

    The 6 Li abundance observed in metal-poor halo stars exhibits a plateau similar to that for 7 Li suggesting a primordial origin. However, the observed abundance of 6 Li is a factor of 10 3 larger and that of 7 Li is a factor of 3 lower than the abundances predicted in the standard big bang when the baryon-to-photon ratio is fixed by Wilkinson microwave anisotropy probe. Here we show that both of these abundance anomalies can be explained by the existence of a long-lived massive, negatively charged leptonic particle during nucleosynthesis. Such particles would capture onto the synthesized nuclei thereby reducing the reaction Coulomb barriers and opening new transfer reaction possibilities, and catalyzing a second round of big bang nucleosynthesis. This novel solution to both of the Li problems can be achieved with or without the additional effects of stellar destruction

  17. A Genetic Algorithm for Selection of Fixed-Size Subsets with Application to Design Problems

    Directory of Open Access Journals (Sweden)

    Mark A. Wolters

    2015-11-01

    Full Text Available The R function kofnGA conducts a genetic algorithm search for the best subset of k items from a set of n alternatives, given an objective function that measures the quality of a subset. The function fills a gap in the presently available subset selection software, which typically searches over a range of subset sizes, restricts the types of objective functions considered, or does not include freely available code. The new function is demonstrated on two types of problem where a fixed-size subset search is desirable: design of environmental monitoring networks, and D-optimal design of experiments. Additionally, the performance is evaluated on a class of constructed test problems with a novel design that is interesting in its own right.

  18. Fractal like charge transport in polyaniline nanostructures

    International Nuclear Information System (INIS)

    Nath, Chandrani; Kumar, A.

    2013-01-01

    The structural and electrical properties of camphorsulfonic acid (CSA) doped nanotubes, and hydrochloric acid (HCl) doped nanofibers and nanoparticles of polyaniline have been studied as a function of doping level. The crystallinity increases with doping for all the nanostructures. Electrical transport measurements in the temperature range of 5–300 K show an increase in conductivity with doping for the nanostructures. All the nanostructures exhibit metal to insulator (MIT) transition below 40 K. The metallic behavior is ascribed to the electron–electron interaction effects. In the insulating regime of the nanotubes conduction follows the Mott quasi-1D variable range hopping model, whereas the conduction in the nanofibers and nanoparticles occur by variable range hopping of charge carriers among superlocalized states without and with Coulomb interaction, respectively. The smaller dopant size in case of HCl makes the polymer fractal resulting in superlocalization of electronic wave-functions. The confined morphology of the nanoparticles results in effective Coulomb interaction dominating the intersite hopping

  19. Charge transport through DNA/DNA duplexes and DNA/RNA hybrids: complex mechanism study

    Czech Academy of Sciences Publication Activity Database

    Kratochvílová, Irena; Vala, M.; Weiter, M.; Špérová, M.; Schneider, Bohdan; Páv, Ondřej; Šebera, Jakub; Rosenberg, Ivan; Sychrovský, Vladimír

    2013-01-01

    Roč. 20, č. 1 (2013), s. 9-9 ISSN 1211-5894. [Discussions in Structural Molecular Biology. Annual Meeting of the Czech Society for Structural Biology /11./. 14.03.2013-16.03.2013, Nové Hrady] Institutional support: RVO:61388963 ; RVO:68378271 ; RVO:86652036 Keywords : charge transport * fluorescence spectroscopy * DFT Subject RIV: CF - Physical ; Theoretical Chemistry

  20. Mixed-hybrid finite element method for the transport equation and diffusion approximation of transport problems; Resolution de l'equation du transport par une methode d'elements finis mixtes-hybrides et approximation par la diffusion de problemes de transport

    Energy Technology Data Exchange (ETDEWEB)

    Cartier, J

    2006-04-15

    This thesis focuses on mathematical analysis, numerical resolution and modelling of the transport equations. First of all, we deal with numerical approximation of the solution of the transport equations by using a mixed-hybrid scheme. We derive and study a mixed formulation of the transport equation, then we analyse the related variational problem and present the discretization and the main properties of the scheme. We particularly pay attention to the behavior of the scheme and we show its efficiency in the diffusion limit (when the mean free path is small in comparison with the characteristic length of the physical domain). We present academical benchmarks in order to compare our scheme with other methods in many physical configurations and validate our method on analytical test cases. Unstructured and very distorted meshes are used to validate our scheme. The second part of this thesis deals with two transport problems. The first one is devoted to the study of diffusion due to boundary conditions in a transport problem between two plane plates. The second one consists in modelling and simulating radiative transfer phenomenon in case of the industrial context of inertial confinement fusion. (author)

  1. Modification of equivalent charge method for the Roben three-dimensional problem in electrostatics

    International Nuclear Information System (INIS)

    Barsukov, A.B.; Surenskij, A.V.

    1989-01-01

    The approach of the Roben problem solution for the calculation of the potential of intermediate electrode of accelerating structure with HFQ focusing is considered. The solution is constructed on the basis of variational formulation of the equivalent charge method, where electrostatic problem is reduced to equations of root-mean-square residuals on the system conductors. The technique presented permits to solve efficiently the three-dimensional problems of electrostatics for rather complicated from geometrical viewpoint systems of electrodes. Processing time is comparable with methods of integral equations. 5 refs.; 2 figs

  2. Multiple nucleon transfer in damped nuclear collisions. [Lectures, mass charge, and linear and angular momentum transport

    Energy Technology Data Exchange (ETDEWEB)

    Randrup, J.

    1979-07-01

    This lecture discusses a theory for the transport of mass, charge, linear, and angular momentum and energy in damped nuclear collisions, as induced by multiple transfer of individual nucleons. 11 references.

  3. Angular momentum of an electric charge and magnetically charged black hole

    International Nuclear Information System (INIS)

    Garfinkle, D.; Rey, Soo-Jong

    1990-01-01

    We find the angular momentum L of a point particle with electric charge e held at a fixed position in the presence of a black hole with magnetic charge g. (For a point charge in the presence of an of ordinary magnetic monopole, it is known that L = eg). The angular momentum does depend on the separation distance between the particle and the black hole; however, L → eg for a large separation. Implications for the cosmic censorship hypothesis, the quantum hairs and other physical situations are discussed

  4. Local charge transport properties of hydrazine reduced monolayer graphene oxide sheets prepared under pressure condition

    DEFF Research Database (Denmark)

    Ryuzaki, Sou; Meyer, Jakob Abild Stengaard; Petersen, Søren Vermehren

    2014-01-01

    Charge transport properties of chemically reduced graphene oxide (RGO) sheets prepared by treatment with hydrazine were examined using conductive atomic force microscopy. The current-voltage (I-V) characteristics of monolayer RGO sheets prepared under atmospheric pressure followed an exponentially...

  5. The state of itinerant charge carriers and thermoelectric effects in correlated oxide metals

    International Nuclear Information System (INIS)

    Kuzemsky, A.L.; Abdus Salam International Centre for Theoretical Physics, Trieste

    2000-10-01

    We analyzed the physics of transport processes and, in particular, the thermoelectric power in the mercurocuprates and other cuprates to get a better insight into the state of the carriers in these compounds. The actual problems related to the complicated mechanisms of carriers scattering above Tc are discussed. The experimental studies of thermoelectric power showed that the state of carriers in cuprates can be influenced by many complicated scattering processes, however the underlying mechanism for the linear decreasing of the TEP with increasing the temperature for most hole-doped HTSC cuprates is still not yet known. The actual problems related to the complicated mechanisms of carriers scattering above Tc are discussed for a few models of charge transport. A comparison between the analytical and experimental results is also made. It is concluded that the crucial factor for the understanding of the transport properties of correlated oxide metals is the nature of itinerant charge carriers, i.e. renormalized quasiparticles. (author)

  6. FOCUS, Neutron Transport System for Complex Geometry Reactor Core and Shielding Problems by Monte-Carlo

    International Nuclear Information System (INIS)

    Hoogenboom, J.E.

    1980-01-01

    1 - Description of problem or function: FOCUS enables the calculation of any quantity related to neutron transport in reactor or shielding problems, but was especially designed to calculate differential quantities, such as point values at one or more of the space, energy, direction and time variables of quantities like neutron flux, detector response, reaction rate, etc. or averages of such quantities over a small volume of the phase space. Different types of problems can be treated: systems with a fixed neutron source which may be a mono-directional source located out- side the system, and Eigen function problems in which the neutron source distribution is given by the (unknown) fundamental mode Eigen function distribution. Using Monte Carlo methods complex 3- dimensional geometries and detailed cross section information can be treated. Cross section data are derived from ENDF/B, with anisotropic scattering and discrete or continuous inelastic scattering taken into account. Energy is treated as a continuous variable and time dependence may also be included. 2 - Method of solution: A transformed form of the adjoint Boltzmann equation in integral representation is solved for the space, energy, direction and time variables by Monte Carlo methods. Adjoint particles are defined with properties in some respects contrary to those of neutrons. Adjoint particle histories are constructed from which estimates are obtained of the desired quantity. Adjoint cross sections are defined with which the nuclide and reaction type are selected in a collision. The energy after a collision is selected from adjoint energy distributions calculated together with the adjoint cross sections in advance of the actual Monte Carlo calculation. For multiplying systems successive generations of adjoint particles are obtained which will die out for subcritical systems with a fixed neutron source and will be kept approximately stationary for Eigen function problems. Completely arbitrary problems can

  7. Charge transport in anodic TiO.sub.2./sub. nanotubes studied by terahertz spectroscopy

    Czech Academy of Sciences Publication Activity Database

    Krbal, M.; Kuchařík, Jiří; Sopha, H.; Němec, Hynek; Macák, J. M.

    2016-01-01

    Roč. 10, č. 9 (2016), s. 691-695 ISSN 1862-6254 R&D Projects: GA ČR GA13-12386S Institutional support: RVO:68378271 Keywords : terahertz spectroscopy * charge transport * TiO2 nanotubes Subject RIV: BM - Solid Matter Physics ; Magnetism Impact factor: 3.032, year: 2016

  8. Effect of alterations in glomerular charge on deposition of cationic and anionic antibodies to fixed glomerular antigens in the rat.

    Science.gov (United States)

    Adler, S; Baker, P; Pritzl, P; Couser, W G

    1985-07-01

    Reduction of the negative charge of the glomerular capillary wall alters its charge- and size-selective properties. To investigate the effect of alteration in glomerular charge properties on antibody localization, we prepared cationic and anionic fractions of antibodies to subepithelial and glomerular basement membrane (GBM) antigens, and compared their deposition in normal rats and rats treated with protamine sulfate or aminonucleoside of puromycin to reduce capillary wall charge. IgG antibodies were eluted from kidneys of rats with active Heymann's nephritis (AICN), passive Heymann's nephritis (PHN), or anti-GBM nephritis (NTN), separated into cationic and anionic fractions, and radiolabeled with iodine 125 or iodine 131. Relative antibody content of each fraction was determined by incubation with an excess of glomerular antigen. Varying amounts of cationic and anionic IgG eluted from kidneys of rats with AICN or PHN were injected into 24 normal or protamine sulfate-treated rats. Glomerular binding of all antibodies was highly correlated with IgG delivery to the kidney. The ratio of cationic to anionic antibody deposited in the glomeruli of normal rats after 4 hours was 1.08 +/- 0.07 for AICN eluate and 0.37 +/- 0.04 for PHN eluate. The ratios were not significantly different in animals pretreated with protamine sulfate (1.15 +/- 0.06 and 0.44 +/- 0.06, respectively; P greater than 0.05). Varying amounts of cationic and anionic IgG eluted from kidneys of rats with NTN were injected into 10 normal rats and four rats treated with aminonucleoside of puromycin. Glomerular binding of antibody was again highly correlated with IgG delivery to the kidney. The ratio of cationic to anionic antibody deposited in the glomeruli of normal rats after 1 hour was 1.03 +/- 0.06, and was not significantly altered in rats treated with aminonucleoside of puromycin (1.05 +/- 0.03, P greater than 0.5). Proteinuria in PHN rats was also unaffected by treatment with protamine sulfate for

  9. A symmetrized quasi-diffusion method for solving multidimensional transport problems

    International Nuclear Information System (INIS)

    Miften, M.M.; Larsen, E.W.

    1992-01-01

    In this paper, the authors propose a 'symmetrized' QD (SQD) method in which the non-self-adjoint QD diffusion problem is replaced by two self-adjoint diffusion problems. These problems are more easily discretized and more efficiently solved than in the standard QD method. They also give SQD calculational results for transport problems in x-y geometry

  10. 76 FR 10811 - Annual Charges for Use of Government Lands

    Science.gov (United States)

    2011-02-28

    ... in fixing such charges the Commission shall seek to avoid increasing the price to the consumers of... accurately reflected current economic conditions and conformed precisely to the context of land used for... to Consumers of Power 24. In fixing annual charges, we must seek to avoid increasing the price to...

  11. Multi-level nonlinear diffusion acceleration method for multigroup transport k-Eigenvalue problems

    International Nuclear Information System (INIS)

    Anistratov, Dmitriy Y.

    2011-01-01

    The nonlinear diffusion acceleration (NDA) method is an efficient and flexible transport iterative scheme for solving reactor-physics problems. This paper presents a fast iterative algorithm for solving multigroup neutron transport eigenvalue problems in 1D slab geometry. The proposed method is defined by a multi-level system of equations that includes multigroup and effective one-group low-order NDA equations. The Eigenvalue is evaluated in the exact projected solution space of smallest dimensionality, namely, by solving the effective one- group eigenvalue transport problem. Numerical results that illustrate performance of the new algorithm are demonstrated. (author)

  12. Problems of economic security in Russian transportation and intermediate carrier infrastructure

    Directory of Open Access Journals (Sweden)

    Valeriy Anatol'evich Tsvetkov

    2012-03-01

    Full Text Available This paper reviews the basic problems of economic security in infrastructural ensuring of the implementation of transportation and intermediate carrier potential of Russia: development and reconstruction of communication lines, usage of innovative transportation methods, building a network of transportation and logistics centers, development of regional airport hubs and others. Particular attention is paid to the problems of transportation and transit potential implementation of Siberia and the Far East. It is shown that the increase of transit facilities in the territory of Russia takes place in a competitive market of infrastructure projects. At the same time it is emphasized that along with exhausting the possibilities of commodity economy development, a natural competitive advantage of Russia as a transport bridge between Europe, Asia and America will be implemented in full force.

  13. Problems of economic security in Russian transportation and intermediate carrier infrastructure

    Directory of Open Access Journals (Sweden)

    Valeriy Anatol'evich Tsvetkov

    2012-06-01

    Full Text Available This paper reviews the basic problems of economic security in infrastructural ensuring of the implementation of transportation and intermediate carrier potential of Russia: development and reconstruction of communication lines, usage of innovative transportation methods, building a network of transportation and logistics centers, development of regional airport hubs and others. Particular attention is paid to the problems of transportation and transit potential implementation of Siberia and the Far East. It is shown that the increase of transit facilities in the territory of Russia takes place in a competitive market of infrastructure projects. At the same time it is emphasized that along with exhausting the possibilities of commodity economy development, a natural competitive advantage of Russia as a transport bridge between Europe, Asia and America will be implemented in full force.

  14. Microscopic studies of the fate of charges in organic semiconductors: Scanning Kelvin probe measurements of charge trapping, transport, and electric fields in p- and n-type devices

    Science.gov (United States)

    Smieska, Louisa Marion

    Organic semiconductors could have wide-ranging applications in lightweight, efficient electronic circuits. However, several fundamental questions regarding organic electronic device behavior have not yet been fully addressed, including the nature of chemical charge traps, and robust models for injection and transport. Many studies focus on engineering devices through bulk transport measurements, but it is not always possible to infer the microscopic behavior leading to the observed measurements. In this thesis, we present scanning-probe microscope studies of organic semiconductor devices in an effort to connect local properties with local device behavior. First, we study the chemistry of charge trapping in pentacene transistors. Working devices are doped with known pentacene impurities and the extent of charge trap formation is mapped across the transistor channel. Trap-clearing spectroscopy is employed to measure an excitation of the pentacene charge trap species, enabling identification of the degradationrelated chemical trap in pentacene. Second, we examine transport and trapping in peryelene diimide (PDI) transistors. Local mobilities are extracted from surface potential profiles across a transistor channel, and charge injection kinetics are found to be highly sensitive to electrode cleanliness. Trap-clearing spectra generally resemble PDI absorption spectra, but one derivative yields evidence indicating variation in trap-clearing mechanisms for different surface chemistries. Trap formation rates are measured and found to be independent of surface chemistry, contradicting a proposed silanol trapping mechanism. Finally, we develop a variation of scanning Kelvin probe microscopy that enables measurement of electric fields through a position modulation. This method avoids taking a numeric derivative of potential, which can introduce high-frequency noise into the electric field signal. Preliminary data is presented, and the theoretical basis for electric field

  15. Copper Complexes with Tetradentate Ligands for Enhanced Charge Transport in Dye-Sensitized Solar Cells

    Directory of Open Access Journals (Sweden)

    Hannes Michaels

    2018-05-01

    Full Text Available In dye-sensitized solar cells (DSCs, the redox mediator is responsible for the regeneration of the oxidized dye and for the hole transport towards the cathode. Here, we introduce new copper complexes with tetradentate 6,6′-bis(4-(S-isopropyl-2-oxazolinyl-2,2′-bipyridine ligands, Cu(oxabpy, as redox mediators. Copper coordination complexes with a square-planar geometry show low reorganization energies and thus introduce smaller losses in photovoltage. Slow recombination kinetics of excited electrons between the TiO2 and CuII(oxabpy species lead to an exceptionally long electron lifetime, a high Fermi level in the TiO2, and a high photovoltage of 920 mV with photocurrents of 10 mA∙cm−2 and 6.2% power conversion efficiency. Meanwhile, a large driving force remains for the dye regeneration of the Y123 dye with high efficiencies. The square-planar Cu(oxabpy complexes yield viscous gel-like solutions. The unique charge transport characteristics are attributed to a superposition of diffusion and electronic conduction. An enhancement in charge transport performance of 70% despite the higher viscosity is observed upon comparison of Cu(oxabpy to the previously reported Cu(tmby2 redox electrolyte.

  16. Modeling the Charge Transport in Graphene Nano Ribbon Interfaces for Nano Scale Electronic Devices

    Science.gov (United States)

    Kumar, Ravinder; Engles, Derick

    2015-05-01

    In this research work we have modeled, simulated and compared the electronic charge transport for Metal-Semiconductor-Metal interfaces of Graphene Nano Ribbons (GNR) with different geometries using First-Principle calculations and Non-Equilibrium Green's Function (NEGF) method. We modeled junctions of Armchair GNR strip sandwiched between two Zigzag strips with (Z-A-Z) and Zigzag GNR strip sandwiched between two Armchair strips with (A-Z-A) using semi-empirical Extended Huckle Theory (EHT) within the framework of Non-Equilibrium Green Function (NEGF). I-V characteristics of the interfaces were visualized for various transport parameters. The distinct changes in conductance and I-V curves reported as the Width across layers, Channel length (Central part) was varied at different bias voltages from -1V to 1 V with steps of 0.25 V. From the simulated results we observed that the conductance through A-Z-A graphene junction is in the range of 10-13 Siemens whereas the conductance through Z-A-Z graphene junction is in the range of 10-5 Siemens. These suggested conductance controlled mechanisms for the charge transport in the graphene interfaces with different geometries is important for the design of graphene based nano scale electronic devices like Graphene FETs, Sensors.

  17. Charge transport across metal/molecular (alkyl) monolayer-Si junctions is dominated by the LUMO level

    NARCIS (Netherlands)

    Yaffe, O.; Qi, Y.; Scheres, L.M.W.; Puniredd, S.R.; Segev, L.; Ely, T.; Haick, H.; Zuilhof, H.; Vilan, A.; Kronik, L.; Kahn, A.; Cahen, D.

    2012-01-01

    We compare the charge transport characteristics of heavy-doped p(++)- and n(++)-Si-alkyl chain/Hg junctions. Based on negative differential resistance in an analogous semiconductor-inorganic insulator/metal junction we suggest that for both p(++)- and n(++)-type junctions, the energy difference

  18. Modelling low Reynolds number vortex-induced vibration problems with a fixed mesh fluid-solid interaction formulation

    Science.gov (United States)

    González Cornejo, Felipe A.; Cruchaga, Marcela A.; Celentano, Diego J.

    2017-11-01

    The present work reports a fluid-rigid solid interaction formulation described within the framework of a fixed-mesh technique. The numerical analysis is focussed on the study of a vortex-induced vibration (VIV) of a circular cylinder at low Reynolds number. The proposed numerical scheme encompasses the fluid dynamics computation in an Eulerian domain where the body is embedded using a collection of markers to describe its shape, and the rigid solid's motion is obtained with the well-known Newton's law. The body's velocity is imposed on the fluid domain through a penalty technique on the embedded fluid-solid interface. The fluid tractions acting on the solid are computed from the fluid dynamic solution of the flow around the body. The resulting forces are considered to solve the solid motion. The numerical code is validated by contrasting the obtained results with those reported in the literature using different approaches for simulating the flow past a fixed circular cylinder as a benchmark problem. Moreover, a mesh convergence analysis is also done providing a satisfactory response. In particular, a VIV problem is analyzed, emphasizing the description of the synchronization phenomenon.

  19. The isotope density inverse problem in multigroup neutron transport

    International Nuclear Information System (INIS)

    Zazula, J.M.

    1981-01-01

    The inverse problem for stationary multigroup anisotropic neutron transport is discussed in order to search for isotope densities in multielement medium. The spatial- and angular-integrated form of neutron transport equation, in terms of the flux in a group - density of an element spatial correlation, leads to a set of integral functionals for the densities weighted by the group fluxes. Some methods of approximation to make the problem uniquently solvable are proposed. Particularly P 0 angular flux information and the spherically-symetrical geometry of an infinite medium are considered. The numerical calculation using this method related to sooner evaluated direct problem data gives promising agreement with primary densities. This approach would be the basis for further application in an elemental analysis of a medium, using an isotopic neutron source and a moving, energy-dependent neutron detector. (author)

  20. Nodal collocation approximation for the multidimensional PL equations applied to transport source problems

    Energy Technology Data Exchange (ETDEWEB)

    Verdu, G. [Departamento de Ingenieria Quimica Y Nuclear, Universitat Politecnica de Valencia, Cami de Vera, 14, 46022. Valencia (Spain); Capilla, M.; Talavera, C. F.; Ginestar, D. [Dept. of Nuclear Engineering, Departamento de Matematica Aplicada, Universitat Politecnica de Valencia, Cami de Vera, 14, 46022. Valencia (Spain)

    2012-07-01

    PL equations are classical high order approximations to the transport equations which are based on the expansion of the angular dependence of the angular neutron flux and the nuclear cross sections in terms of spherical harmonics. A nodal collocation method is used to discretize the PL equations associated with a neutron source transport problem. The performance of the method is tested solving two 1D problems with analytical solution for the transport equation and a classical 2D problem. (authors)