WorldWideScience

Sample records for coupled iterated map

  1. Coupled iterated map models of action potential dynamics in a one-dimensional cable of cardiac cells

    International Nuclear Information System (INIS)

    Wang Shihong; Xie Yuanfang; Qu Zhilin

    2008-01-01

    Low-dimensional iterated map models have been widely used to study action potential dynamics in isolated cardiac cells. Coupled iterated map models have also been widely used to investigate action potential propagation dynamics in one-dimensional (1D) coupled cardiac cells, however, these models are usually empirical and not carefully validated. In this study, we first developed two coupled iterated map models which are the standard forms of diffusively coupled maps and overcome the limitations of the previous models. We then determined the coupling strength and space constant by quantitatively comparing the 1D action potential duration profile from the coupled cardiac cell model described by differential equations with that of the coupled iterated map models. To further validate the coupled iterated map models, we compared the stability conditions of the spatially uniform state of the coupled iterated maps and those of the 1D ionic model and showed that the coupled iterated map model could well recapitulate the stability conditions, i.e. the spatially uniform state is stable unless the state is chaotic. Finally, we combined conduction into the developed coupled iterated map model to study the effects of coupling strength on wave stabilities and showed that the diffusive coupling between cardiac cells tends to suppress instabilities during reentry in a 1D ring and the onset of discordant alternans in a periodically paced 1D cable

  2. Deterministic Diffusion in Delayed Coupled Maps

    International Nuclear Information System (INIS)

    Sozanski, M.

    2005-01-01

    Coupled Map Lattices (CML) are discrete time and discrete space dynamical systems used for modeling phenomena arising in nonlinear systems with many degrees of freedom. In this work, the dynamical and statistical properties of a modified version of the CML with global coupling are considered. The main modification of the model is the extension of the coupling over a set of local map states corresponding to different time iterations. The model with both stochastic and chaotic one-dimensional local maps is studied. Deterministic diffusion in the CML under variation of a control parameter is analyzed for unimodal maps. As a main result, simple relations between statistical and dynamical measures are found for the model and the cases where substituting nonlinear lattices with simpler processes is possible are presented. (author)

  3. IHadoop: Asynchronous iterations for MapReduce

    KAUST Repository

    Elnikety, Eslam Mohamed Ibrahim

    2011-11-01

    MapReduce is a distributed programming frame-work designed to ease the development of scalable data-intensive applications for large clusters of commodity machines. Most machine learning and data mining applications involve iterative computations over large datasets, such as the Web hyperlink structures and social network graphs. Yet, the MapReduce model does not efficiently support this important class of applications. The architecture of MapReduce, most critically its dataflow techniques and task scheduling, is completely unaware of the nature of iterative applications; tasks are scheduled according to a policy that optimizes the execution for a single iteration which wastes bandwidth, I/O, and CPU cycles when compared with an optimal execution for a consecutive set of iterations. This work presents iHadoop, a modified MapReduce model, and an associated implementation, optimized for iterative computations. The iHadoop model schedules iterations asynchronously. It connects the output of one iteration to the next, allowing both to process their data concurrently. iHadoop\\'s task scheduler exploits inter-iteration data locality by scheduling tasks that exhibit a producer/consumer relation on the same physical machine allowing a fast local data transfer. For those iterative applications that require satisfying certain criteria before termination, iHadoop runs the check concurrently during the execution of the subsequent iteration to further reduce the application\\'s latency. This paper also describes our implementation of the iHadoop model, and evaluates its performance against Hadoop, the widely used open source implementation of MapReduce. Experiments using different data analysis applications over real-world and synthetic datasets show that iHadoop performs better than Hadoop for iterative algorithms, reducing execution time of iterative applications by 25% on average. Furthermore, integrating iHadoop with HaLoop, a variant Hadoop implementation that caches

  4. IHadoop: Asynchronous iterations for MapReduce

    KAUST Repository

    Elnikety, Eslam Mohamed Ibrahim; El Sayed, Tamer S.; Ramadan, Hany E.

    2011-01-01

    MapReduce is a distributed programming frame-work designed to ease the development of scalable data-intensive applications for large clusters of commodity machines. Most machine learning and data mining applications involve iterative computations over large datasets, such as the Web hyperlink structures and social network graphs. Yet, the MapReduce model does not efficiently support this important class of applications. The architecture of MapReduce, most critically its dataflow techniques and task scheduling, is completely unaware of the nature of iterative applications; tasks are scheduled according to a policy that optimizes the execution for a single iteration which wastes bandwidth, I/O, and CPU cycles when compared with an optimal execution for a consecutive set of iterations. This work presents iHadoop, a modified MapReduce model, and an associated implementation, optimized for iterative computations. The iHadoop model schedules iterations asynchronously. It connects the output of one iteration to the next, allowing both to process their data concurrently. iHadoop's task scheduler exploits inter-iteration data locality by scheduling tasks that exhibit a producer/consumer relation on the same physical machine allowing a fast local data transfer. For those iterative applications that require satisfying certain criteria before termination, iHadoop runs the check concurrently during the execution of the subsequent iteration to further reduce the application's latency. This paper also describes our implementation of the iHadoop model, and evaluates its performance against Hadoop, the widely used open source implementation of MapReduce. Experiments using different data analysis applications over real-world and synthetic datasets show that iHadoop performs better than Hadoop for iterative algorithms, reducing execution time of iterative applications by 25% on average. Furthermore, integrating iHadoop with HaLoop, a variant Hadoop implementation that caches

  5. Assessment of radiation maps during activated divertor moving in the ITER building

    International Nuclear Information System (INIS)

    Ying Dongchuan; Zeng Qin; Qiu Yuefeng; Dang Tongqiang; Wu Yican; Loughlin, Michael

    2011-01-01

    As the main interface components between plasma and vacuum vessel, the divertor is foreseen to be removed to the hot cell for refurbishment during the 20 years of ITER operation. During this process, the activated divertor will cause a large increase of radiation in the ITER building. 3D analysis has been performed to assess the radiation maps throughout the ITER building for assisting the shielding design for personnel and sensitive equipment. The activation of the divertor has been determined by coupled neutron transport and inventory calculations, radiation maps have been obtained from gamma transport calculations. The neutron and gamma transport calculations have been performed by MCNP5 code with FENDL2.1library. The inventory calculations have been performed by FISPACT2007 code with EAF-2007 library. The results of these 3D decay gamma radiation maps are presented by pictures in this paper, including the biological dose maps and maps of heat deposition in electronic equipment.

  6. iHadoop: Asynchronous Iterations Support for MapReduce

    KAUST Repository

    Elnikety, Eslam

    2011-08-01

    MapReduce is a distributed programming framework designed to ease the development of scalable data-intensive applications for large clusters of commodity machines. Most machine learning and data mining applications involve iterative computations over large datasets, such as the Web hyperlink structures and social network graphs. Yet, the MapReduce model does not efficiently support this important class of applications. The architecture of MapReduce, most critically its dataflow techniques and task scheduling, is completely unaware of the nature of iterative applications; tasks are scheduled according to a policy that optimizes the execution for a single iteration which wastes bandwidth, I/O, and CPU cycles when compared with an optimal execution for a consecutive set of iterations. This work presents iHadoop, a modified MapReduce model, and an associated implementation, optimized for iterative computations. The iHadoop model schedules iterations asynchronously. It connects the output of one iteration to the next, allowing both to process their data concurrently. iHadoop\\'s task scheduler exploits inter- iteration data locality by scheduling tasks that exhibit a producer/consumer relation on the same physical machine allowing a fast local data transfer. For those iterative applications that require satisfying certain criteria before termination, iHadoop runs the check concurrently during the execution of the subsequent iteration to further reduce the application\\'s latency. This thesis also describes our implementation of the iHadoop model, and evaluates its performance against Hadoop, the widely used open source implementation of MapReduce. Experiments using different data analysis applications over real-world and synthetic datasets show that iHadoop performs better than Hadoop for iterative algorithms, reducing execution time of iterative applications by 25% on average. Furthermore, integrating iHadoop with HaLoop, a variant Hadoop implementation that caches

  7. On Controlled Iterated GSM Mappings and Related Operations

    NARCIS (Netherlands)

    Asveld, P.R.J.

    1979-01-01

    In [17] G. Paun studied families of languages generated by iterated gsm mappings, iterated finite substitutions, and iterated homomorphisms. In this note we generalize some results in [17], and we discuss the relation between iterated finite substitutions (homomorphisms) and (deterministic) tabled

  8. On Controlled Iterated GSM Mappings and Related Operations

    NARCIS (Netherlands)

    Asveld, P.R.J.

    1980-01-01

    In [17] G. Paun studied families of languages generated by iterated gsm mappings, iterated finite substitutions, and iterated homomorphisms. In this note we generalize some results in [17], and we discuss the relation between iterated finite substitutions (homomorphisms) and (deterministic) tabled

  9. Order in the turbulent phase of globally coupled maps

    International Nuclear Information System (INIS)

    Perez, G.; Sinha, S.; Cerdeira, H.A.

    1991-04-01

    The very surprising broad peaks seen in the power spectra of the mean field in a globally coupled map system, indicating subtle coherences between the elements even in the ''turbulent'' phase, are investigated in detail with respect to number of elements coupled, nonlinearity and global coupling strength. We find that the peaks are determined by two distinct components: effective renormalization of the nonlinearity parameter in the local mapping and the strength of the mean field iteration term. We also demonstrate the influence of background noise on the peaks - which is quite counterintuitive, as the peaks become sharper with increase in strength of noise, up to a certain critical noise strength. (author). 11 refs, 10 figs

  10. Conformal mapping and convergence of Krylov iterations

    Energy Technology Data Exchange (ETDEWEB)

    Driscoll, T.A.; Trefethen, L.N. [Cornell Univ., Ithaca, NY (United States)

    1994-12-31

    Connections between conformal mapping and matrix iterations have been known for many years. The idea underlying these connections is as follows. Suppose the spectrum of a matrix or operator A is contained in a Jordan region E in the complex plane with 0 not an element of E. Let {phi}(z) denote a conformal map of the exterior of E onto the exterior of the unit disk, with {phi}{infinity} = {infinity}. Then 1/{vert_bar}{phi}(0){vert_bar} is an upper bound for the optimal asymptotic convergence factor of any Krylov subspace iteration. This idea can be made precise in various ways, depending on the matrix iterations, on whether A is finite or infinite dimensional, and on what bounds are assumed on the non-normality of A. This paper explores these connections for a variety of matrix examples, making use of a new MATLAB Schwarz-Christoffel Mapping Toolbox developed by the first author. Unlike the earlier Fortran Schwarz-Christoffel package SCPACK, the new toolbox computes exterior as well as interior Schwarz-Christoffel maps, making it easy to experiment with spectra that are not necessarily symmetric about an axis.

  11. Iterative-build OMIT maps: map improvement by iterative model building and refinement without model bias

    International Nuclear Information System (INIS)

    Terwilliger, Thomas C.; Grosse-Kunstleve, Ralf W.; Afonine, Pavel V.; Moriarty, Nigel W.; Adams, Paul D.; Read, Randy J.; Zwart, Peter H.; Hung, Li-Wei

    2008-01-01

    An OMIT procedure is presented that has the benefits of iterative model building density modification and refinement yet is essentially unbiased by the atomic model that is built. A procedure for carrying out iterative model building, density modification and refinement is presented in which the density in an OMIT region is essentially unbiased by an atomic model. Density from a set of overlapping OMIT regions can be combined to create a composite ‘iterative-build’ OMIT map that is everywhere unbiased by an atomic model but also everywhere benefiting from the model-based information present elsewhere in the unit cell. The procedure may have applications in the validation of specific features in atomic models as well as in overall model validation. The procedure is demonstrated with a molecular-replacement structure and with an experimentally phased structure and a variation on the method is demonstrated by removing model bias from a structure from the Protein Data Bank

  12. A Fibonacci-like Iterated Nonlinear Map

    NARCIS (Netherlands)

    Asveld, P.R.J.; van der Weele, J.P.; Valkering, T.P.

    1990-01-01

    We study a second-order Fibonacci-like iterated nonlinear map that contains two parameters of which one is kept fixed, whereas the other one varies from 0 to 1. This gives rise to some complicated behavior which is displayed in a few interesting pictures.

  13. A Fibonacci-like Iterated Nonlinear Map

    NARCIS (Netherlands)

    Asveld, P.R.J.

    1989-01-01

    We study a second-order Fibonacci-like iterated nonlinear map that contains two parameters of which one is kept fixed, whereas the other one varies from 0 to 1. This gives rise to some complicated behavior which is displayed in a few interesting pictures.

  14. An Iteration Scheme for Contraction Mappings with an Application to Synchronization of Discrete Logistic Maps

    Directory of Open Access Journals (Sweden)

    Ke Ding

    2017-01-01

    Full Text Available This paper deals with designing a new iteration scheme associated with a given scheme for contraction mappings. This new scheme has a similar structure to that of the given scheme, in which those two iterative schemes converge to the same fixed point of the given contraction mapping. The positive influence of feedback parameters on the convergence rate of this new scheme is investigated. Moreover, the derived convergence and comparison results can be extended to nonexpansive mappings. As an application, the derived results are utilized to study the synchronization of logistic maps. Two illustrated examples are used to reveal the effectiveness of our results.

  15. Optimised Iteration in Coupled Monte Carlo - Thermal-Hydraulics Calculations

    Science.gov (United States)

    Hoogenboom, J. Eduard; Dufek, Jan

    2014-06-01

    This paper describes an optimised iteration scheme for the number of neutron histories and the relaxation factor in successive iterations of coupled Monte Carlo and thermal-hydraulic reactor calculations based on the stochastic iteration method. The scheme results in an increasing number of neutron histories for the Monte Carlo calculation in successive iteration steps and a decreasing relaxation factor for the spatial power distribution to be used as input to the thermal-hydraulics calculation. The theoretical basis is discussed in detail and practical consequences of the scheme are shown, among which a nearly linear increase per iteration of the number of cycles in the Monte Carlo calculation. The scheme is demonstrated for a full PWR type fuel assembly. Results are shown for the axial power distribution during several iteration steps. A few alternative iteration method are also tested and it is concluded that the presented iteration method is near optimal.

  16. Optimized iteration in coupled Monte-Carlo - Thermal-hydraulics calculations

    International Nuclear Information System (INIS)

    Hoogenboom, J.E.; Dufek, J.

    2013-01-01

    This paper describes an optimised iteration scheme for the number of neutron histories and the relaxation factor in successive iterations of coupled Monte Carlo and thermal-hydraulic reactor calculations based on the stochastic iteration method. The scheme results in an increasing number of neutron histories for the Monte Carlo calculation in successive iteration steps and a decreasing relaxation factor for the spatial power distribution to be used as input to the thermal-hydraulics calculation. The theoretical basis is discussed in detail and practical consequences of the scheme are shown, among which a nearly linear increase per iteration of the number of cycles in the Monte Carlo calculation. The scheme is demonstrated for a full PWR type fuel assembly. Results are shown for the axial power distribution during several iteration steps. A few alternative iteration methods are also tested and it is concluded that the presented iteration method is near optimal. (authors)

  17. Irreducible complexity of iterated symmetric bimodal maps

    Directory of Open Access Journals (Sweden)

    J. P. Lampreia

    2005-01-01

    Full Text Available We introduce a tree structure for the iterates of symmetric bimodal maps and identify a subset which we prove to be isomorphic to the family of unimodal maps. This subset is used as a second factor for a ∗-product that we define in the space of bimodal kneading sequences. Finally, we give some properties for this product and study the ∗-product induced on the associated Markov shifts.

  18. Fixed point iterations for strictly hemi-contractive maps in uniformly smooth Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1993-05-01

    It is proved that the Mann iteration process converges strongly to the fixed point of a strictly hemi-contractive map in real uniformly smooth Banach spaces. The class of strictly hemi-contractive maps includes all strictly pseudo-contractive maps with nonempty fixed point sets. A related result deals with the Ishikawa iteration scheme when the mapping is Lipschitzian and strictly hemi-contractive. Our theorems generalize important known results. (author). 29 refs

  19. Iterative solutions of nonlinear equations with strongly accretive or strongly pseudocontractive maps

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1994-03-01

    Let E be a real q-uniformly smooth Banach space. Suppose T is a strongly pseudo-contractive map with open domain D(T) in E. Suppose further that T has a fixed point in D(T). Under various continuity assumptions on T it is proved that each of the Mann iteration process or the Ishikawa iteration method converges strongly to the unique fixed point of T. Related results deal with iterative solutions of nonlinear operator equations involving strongly accretive maps. Explicit error estimates are also provided. (author). 38 refs

  20. Iterates of piecewise monotone mappings on an interval

    CERN Document Server

    Preston, Chris

    1988-01-01

    Piecewise monotone mappings on an interval provide simple examples of discrete dynamical systems whose behaviour can be very complicated. These notes are concerned with the properties of the iterates of such mappings. The material presented can be understood by anyone who has had a basic course in (one-dimensional) real analysis. The account concentrates on the topological (as opposed to the measure theoretical) aspects of the theory of piecewise monotone mappings. As well as offering an elementary introduction to this theory, these notes also contain a more advanced treatment of the problem of classifying such mappings up to topological conjugacy.

  1. Synchronizability of coupled PWL maps

    International Nuclear Information System (INIS)

    Polynikis, A.; Di Bernardo, M.; Hogan, S.J.

    2009-01-01

    In this paper we discuss the phenomenon of synchronization of chaotic systems in the case of coupled piecewise linear (PWL) continuous and discontinuous one-dimensional maps. We present numerical results for two examples of coupled systems consisting of two PWL maps. We illustrate how the coupled system can achieve synchronization and discuss the nature of the bifurcation that occurs at a critical value of the coupling strength. We then determine this critical coupling using linear stability analysis. We discuss the effects of variation of the parameters of the PWL maps on the critical coupling and present different bifurcation scenarios obtained for different sets of values of these parameters. Finally, we discuss an extension of our work to the synchronizability of networks consisting of two or more PWL maps. We show how the synchronizability of a network of PWL maps can be improved by tuning the map parameters.

  2. Variational iteration method for solving coupled-KdV equations

    International Nuclear Information System (INIS)

    Assas, Laila M.B.

    2008-01-01

    In this paper, the He's variational iteration method is applied to solve the non-linear coupled-KdV equations. This method is based on the use of Lagrange multipliers for identification of optimal value of a parameter in a functional. This technique provides a sequence of functions which converge to the exact solution of the coupled-KdV equations. This procedure is a powerful tool for solving coupled-KdV equations

  3. Sequence analysis by iterated maps, a review.

    Science.gov (United States)

    Almeida, Jonas S

    2014-05-01

    Among alignment-free methods, Iterated Maps (IMs) are on a particular extreme: they are also scale free (order free). The use of IMs for sequence analysis is also distinct from other alignment-free methodologies in being rooted in statistical mechanics instead of computational linguistics. Both of these roots go back over two decades to the use of fractal geometry in the characterization of phase-space representations. The time series analysis origin of the field is betrayed by the title of the manuscript that started this alignment-free subdomain in 1990, 'Chaos Game Representation'. The clash between the analysis of sequences as continuous series and the better established use of Markovian approaches to discrete series was almost immediate, with a defining critique published in same journal 2 years later. The rest of that decade would go by before the scale-free nature of the IM space was uncovered. The ensuing decade saw this scalability generalized for non-genomic alphabets as well as an interest in its use for graphic representation of biological sequences. Finally, in the past couple of years, in step with the emergence of BigData and MapReduce as a new computational paradigm, there is a surprising third act in the IM story. Multiple reports have described gains in computational efficiency of multiple orders of magnitude over more conventional sequence analysis methodologies. The stage appears to be now set for a recasting of IMs with a central role in processing nextgen sequencing results.

  4. With Iterative and Bosonized Coupling towards Fundamental Particle Properties

    CERN Document Server

    Binder, B

    2003-01-01

    Previous results have shown that the linear topological potential-to-phase relationship (well known from Josephson junctions) is the key to iterative coupling and non-perturbative bosonization of the 2 two-spinor Dirac equation. In this paper those results are combined to approach the nature of proton, neutron, and electron via extrapolations from Planck units to the System of Units (SI). The electron acts as a bosonizing bridge between opposite parity topological currents. The resulting potentials and masses are based on a fundamental soliton mass limit and two iteratively obtained coupling constants, where one is the fine structure constant. The simple non-perturbative and relativistic results are within measurement uncertainty and show a very high significance. The deviation for the proton and electron masses are approximately 1 ppb ($10^{-9}$), for the neutron 4 ppb.

  5. Ishikawa iteration process for nonlinear Lipschitz strongly accretive mappings

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1994-05-01

    Let E=L p , p≥2 and let T:E→ E be a Lipschitzian and strongly accretive mapping. Let S:E → E be defined by Sx=f-Tx+x. It is proved that under suitable conditions on the real sequences {α n } ∞ n=0 and {β n } ∞ n=0 , the iteration process, x 0 is an element of E, x n+1 =(1-α n ) x n +α n S[(1-β n ) x n +β n Sx n ], n≥0, converges strongly to the unique solution of Tx=f. A related result deals with the iterative approximation of fixed points for Lipschitz strongly pseudocontractive mappings in E. A consequence of our results gives an affirmative answer to a problem posed by one of the authors in 1990. (J. Math. Anal. Appl. 151, 2 (1990) p. 460). (author). 36 refs

  6. With Iterative and Bosonized Coupling towards Fundamental Particle Properties

    CERN Document Server

    Binder, B

    2002-01-01

    Previous results have shown that the linear topological potential-to-phase relationship (well known from Josephson junctions) is the key to iterative coupling and non-perturbative bosonization of the 2 two-spinor Dirac equation. In this paper those results are combined to approach the nature of proton, neutron, and electron via extrapolations from the Planck scale to the System of Units (SI). The electron acts as a bosonizing bridge between opposite parity topological currents. The resulting potentials and masses are based on a fundamental soliton mass limit and two iteratively obtained coupling constants where one is the fine structure constant. The simple non-perturbative and relativistic results are within measurement uncertainty and show a very high significance. The deviation for the proton and electron masses are approximately 1 ppb (10^-9), for the neutron 4 ppb.

  7. ON RANDOM ITERATED FUNCTION SYSTEMS WITH GREYSCALE MAPS

    Directory of Open Access Journals (Sweden)

    Matthew Demers

    2012-05-01

    Full Text Available In the theory of Iterated Function Systems (IFSs it is known that one can find an IFS with greyscale maps (IFSM to approximate any target signal or image with arbitrary precision, and a systematic approach for doing so was described. In this paper, we extend these ideas to the framework of random IFSM operators. We consider the situation where one has many noisy observations of a particular target signal and show that the greyscale map parameters for each individual observation inherit the noise distribution of the observation. We provide illustrative examples.

  8. Dynamics of unidirectionally coupled bistable Henon maps

    International Nuclear Information System (INIS)

    Sausedo-Solorio, J.M.; Pisarchik, A.N.

    2011-01-01

    We study dynamics of two bistable Henon maps coupled in a master-slave configuration. In the case of coexistence of two periodic orbits, the slave map evolves into the master map state after transients, which duration determines synchronization time and obeys a -1/2 power law with respect to the coupling strength. This scaling law is almost independent of the map parameter. In the case of coexistence of chaotic and periodic attractors, very complex dynamics is observed, including the emergence of new attractors as the coupling strength is increased. The attractor of the master map always exists in the slave map independently of the coupling strength. For a high coupling strength, complete synchronization can be achieved only for the attractor similar to that of the master map. -- Highlights: → We study dynamics of two bistable Henon maps coupled in a master-slave configuration. → Synchronization time for periodic orbits obeys a -1/2 power law with respect to coupling. → For a high coupling strength, the slave map remains bistable. → Complete synchronization can be achieved only when both maps stay at the same attractor.

  9. A New General Iterative Method for a Finite Family of Nonexpansive Mappings in Hilbert Spaces

    Directory of Open Access Journals (Sweden)

    Singthong Urailuk

    2010-01-01

    Full Text Available We introduce a new general iterative method by using the -mapping for finding a common fixed point of a finite family of nonexpansive mappings in the framework of Hilbert spaces. A strong convergence theorem of the purposed iterative method is established under some certain control conditions. Our results improve and extend the results announced by many others.

  10. An Overview of Recent Advances in the Iterative Analysis of Coupled Models for Wave Propagation

    Directory of Open Access Journals (Sweden)

    D. Soares

    2014-01-01

    Full Text Available Wave propagation problems can be solved using a variety of methods. However, in many cases, the joint use of different numerical procedures to model different parts of the problem may be advisable and strategies to perform the coupling between them must be developed. Many works have been published on this subject, addressing the case of electromagnetic, acoustic, or elastic waves and making use of different strategies to perform this coupling. Both direct and iterative approaches can be used, and they may exhibit specific advantages and disadvantages. This work focuses on the use of iterative coupling schemes for the analysis of wave propagation problems, presenting an overview of the application of iterative procedures to perform the coupling between different methods. Both frequency- and time-domain analyses are addressed, and problems involving acoustic, mechanical, and electromagnetic wave propagation problems are illustrated.

  11. Iteratively-coupled propagating exterior complex scaling method for electron-hydrogen collisions

    International Nuclear Information System (INIS)

    Bartlett, Philip L; Stelbovics, Andris T; Bray, Igor

    2004-01-01

    A newly-derived iterative coupling procedure for the propagating exterior complex scaling (PECS) method is used to efficiently calculate the electron-impact wavefunctions for atomic hydrogen. An overview of this method is given along with methods for extracting scattering cross sections. Differential scattering cross sections at 30 eV are presented for the electron-impact excitation to the n = 1, 2, 3 and 4 final states, for both PECS and convergent close coupling (CCC), which are in excellent agreement with each other and with experiment. PECS results are presented at 27.2 eV and 30 eV for symmetric and asymmetric energy-sharing triple differential cross sections, which are in excellent agreement with CCC and exterior complex scaling calculations, and with experimental data. At these intermediate energies, the efficiency of the PECS method with iterative coupling has allowed highly accurate partial-wave solutions of the full Schroedinger equation, for L ≤ 50 and a large number of coupled angular momentum states, to be obtained with minimal computing resources. (letter to the editor)

  12. A method of recovering the initial vectors of globally coupled map lattices based on symbolic dynamics

    International Nuclear Information System (INIS)

    Sun Li-Sha; Kang Xiao-Yun; Zhang Qiong; Lin Lan-Xin

    2011-01-01

    Based on symbolic dynamics, a novel computationally efficient algorithm is proposed to estimate the unknown initial vectors of globally coupled map lattices (CMLs). It is proved that not all inverse chaotic mapping functions are satisfied for contraction mapping. It is found that the values in phase space do not always converge on their initial values with respect to sufficient backward iteration of the symbolic vectors in terms of global convergence or divergence (CD). Both CD property and the coupling strength are directly related to the mapping function of the existing CML. Furthermore, the CD properties of Logistic, Bernoulli, and Tent chaotic mapping functions are investigated and compared. Various simulation results and the performances of the initial vector estimation with different signal-to-noise ratios (SNRs) are also provided to confirm the proposed algorithm. Finally, based on the spatiotemporal chaotic characteristics of the CML, the conditions of estimating the initial vectors using symbolic dynamics are discussed. The presented method provides both theoretical and experimental results for better understanding and characterizing the behaviours of spatiotemporal chaotic systems. (general)

  13. A method of recovering the initial vectors of globally coupled map lattices based on symbolic dynamics

    Science.gov (United States)

    Sun, Li-Sha; Kang, Xiao-Yun; Zhang, Qiong; Lin, Lan-Xin

    2011-12-01

    Based on symbolic dynamics, a novel computationally efficient algorithm is proposed to estimate the unknown initial vectors of globally coupled map lattices (CMLs). It is proved that not all inverse chaotic mapping functions are satisfied for contraction mapping. It is found that the values in phase space do not always converge on their initial values with respect to sufficient backward iteration of the symbolic vectors in terms of global convergence or divergence (CD). Both CD property and the coupling strength are directly related to the mapping function of the existing CML. Furthermore, the CD properties of Logistic, Bernoulli, and Tent chaotic mapping functions are investigated and compared. Various simulation results and the performances of the initial vector estimation with different signal-to-noise ratios (SNRs) are also provided to confirm the proposed algorithm. Finally, based on the spatiotemporal chaotic characteristics of the CML, the conditions of estimating the initial vectors using symbolic dynamics are discussed. The presented method provides both theoretical and experimental results for better understanding and characterizing the behaviours of spatiotemporal chaotic systems.

  14. A novel block cryptosystem based on iterating a chaotic map

    International Nuclear Information System (INIS)

    Xiang Tao; Liao Xiaofeng; Tang Guoping; Chen Yong; Wong, Kwok-wo

    2006-01-01

    A block cryptographic scheme based on iterating a chaotic map is proposed. With random binary sequences generated from the real-valued chaotic map, the plaintext block is permuted by a key-dependent shift approach and then encrypted by the classical chaotic masking technique. Simulation results show that performance and security of the proposed cryptographic scheme are better than those of existing algorithms. Advantages and security of our scheme are also discussed in detail

  15. New matrix bounds and iterative algorithms for the discrete coupled algebraic Riccati equation

    Science.gov (United States)

    Liu, Jianzhou; Wang, Li; Zhang, Juan

    2017-11-01

    The discrete coupled algebraic Riccati equation (DCARE) has wide applications in control theory and linear system. In general, for the DCARE, one discusses every term of the coupled term, respectively. In this paper, we consider the coupled term as a whole, which is different from the recent results. When applying eigenvalue inequalities to discuss the coupled term, our method has less error. In terms of the properties of special matrices and eigenvalue inequalities, we propose several upper and lower matrix bounds for the solution of DCARE. Further, we discuss the iterative algorithms for the solution of the DCARE. In the fixed point iterative algorithms, the scope of Lipschitz factor is wider than the recent results. Finally, we offer corresponding numerical examples to illustrate the effectiveness of the derived results.

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

  17. Spatiotemporal complexity in coupled map lattices

    International Nuclear Information System (INIS)

    Kaneko, Kunihiko

    1986-01-01

    Some spatiotemporal patterns of couple map lattices are presented. The chaotic kink-like motions are shown for the phase motion of the coupled circle lattices. An extension of the couple map lattice approach to Hamiltonian dynamics is briefly reported. An attempt to characterize the high-dimensional attractor by the extension of the correlation dimension is discussed. (author)

  18. Globally Coupled Chaotic Maps with Constant Force

    International Nuclear Information System (INIS)

    Li Jinghui

    2008-01-01

    We investigate the motion of the globally coupled maps (logistic map) with a constant force. It is shown that the constant force can cause multi-synchronization for the globally coupled chaotic maps studied by us.

  19. The outbreak of SARS mirrored by bibliometric mapping: Combining bibliographic coupling with the complete link cluster method

    Directory of Open Access Journals (Sweden)

    Bo Jarneving

    2007-01-01

    Full Text Available In this study a novel method of science mapping is presented which combines bibliographic coupling, as a measure of document-document similarity, with an agglomerative hierarchical cluster method. The focus in this study is on the mapping of so called ‘core documents’, a concept presented first in 1995 by Glänzel and Czerwon. The term ‘core document’ denote documents that have a central position in the research front in terms of many and strong bibliographic coupling links. The identification and mapping of core documents usually requires a large multidisciplinary research setting and in this study the 2003 volume of the Science Citation Index was applied. From this database, a sub-set of core documents reporting on the outbreak of SARS in 2002 was chosen for the demonstration of the application of this mapping method. It was demonstrated that the method, in this case, successfully identified interpretable research themes and that iterative clustering on two subsequent levels of cluster agglomeration may provide with useful and current information.

  20. Extending the reach of strong-coupling: an iterative technique for Hamiltonian lattice models

    International Nuclear Information System (INIS)

    Alberty, J.; Greensite, J.; Patkos, A.

    1983-12-01

    The authors propose an iterative method for doing lattice strong-coupling-like calculations in a range of medium to weak couplings. The method is a modified Lanczos scheme, with greatly improved convergence properties. The technique is tested on the Mathieu equation and on a Hamiltonian finite-chain XY model, with excellent results. (Auth.)

  1. Phase synchronization in inhomogeneous globally coupled map lattices

    International Nuclear Information System (INIS)

    Ho Mingchung; Hung Yaochen; Jiang, I-M.

    2004-01-01

    The study of inhomogeneous-coupled chaotic systems has attracted a lot of attention recently. With simple definition of phase, we present the phase-locking behavior in ensembles of globally coupled non-identical maps. The inhomogeneous globally coupled maps consist of logistic map and tent map simultaneously. Average phase synchronization ratios, which are used to characterize the phase coherent phenomena, depend on different coupling coefficients and chaotic parameters. By using interdependence, the relationship between a single unit and the mean field is illustrated. Moreover, we take the effect of external noise and parameter mismatch into consideration and present the results by numerical simulation

  2. Fixed point iterations for quasi-contractive maps in uniformly smooth Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1992-05-01

    Two well-known fixed point iteration methods are applied to approximate fixed points of quasi-contractive maps in real uniformly smooth Banach spaces. While our theorems generalize important known results, our method is of independent interest. (author). 25 refs

  3. Coupling two iteratives algorithms for density measurements by computerized tomography

    International Nuclear Information System (INIS)

    Silva, L.E.M.C.; Santos, C.A.C.; Borges, J.C.; Frenkel, A.D.B.; Rocha, G.M.

    1986-01-01

    This work develops a study for coupling two iteratives algotithms for density measurements by computerized tomography. Tomographies have been obtained with an automatized prototype, controled by a microcomputer, projected and assembled in the Nuclear Instrumentation Laboratory, at COPPE/UFRJ. Results show a good performance of the tomographic system, and demonstrate the validity of the method of calculus adopted. (Author) [pt

  4. Simultaneous Localization and Mapping with Iterative Sparse Extended Information Filter for Autonomous Vehicles

    Directory of Open Access Journals (Sweden)

    Bo He

    2015-08-01

    Full Text Available In this paper, a novel iterative sparse extended information filter (ISEIF was proposed to solve the simultaneous localization and mapping problem (SLAM, which is very crucial for autonomous vehicles. The proposed algorithm solves the measurement update equations with iterative methods adaptively to reduce linearization errors. With the scalability advantage being kept, the consistency and accuracy of SEIF is improved. Simulations and practical experiments were carried out with both a land car benchmark and an autonomous underwater vehicle. Comparisons between iterative SEIF (ISEIF, standard EKF and SEIF are presented. All of the results convincingly show that ISEIF yields more consistent and accurate estimates compared to SEIF and preserves the scalability advantage over EKF, as well.

  5. Simultaneous Localization and Mapping with Iterative Sparse Extended Information Filter for Autonomous Vehicles.

    Science.gov (United States)

    He, Bo; Liu, Yang; Dong, Diya; Shen, Yue; Yan, Tianhong; Nian, Rui

    2015-08-13

    In this paper, a novel iterative sparse extended information filter (ISEIF) was proposed to solve the simultaneous localization and mapping problem (SLAM), which is very crucial for autonomous vehicles. The proposed algorithm solves the measurement update equations with iterative methods adaptively to reduce linearization errors. With the scalability advantage being kept, the consistency and accuracy of SEIF is improved. Simulations and practical experiments were carried out with both a land car benchmark and an autonomous underwater vehicle. Comparisons between iterative SEIF (ISEIF), standard EKF and SEIF are presented. All of the results convincingly show that ISEIF yields more consistent and accurate estimates compared to SEIF and preserves the scalability advantage over EKF, as well.

  6. Two New Iterative Methods for a Countable Family of Nonexpansive Mappings in Hilbert Spaces

    Directory of Open Access Journals (Sweden)

    Hu Changsong

    2010-01-01

    Full Text Available We consider two new iterative methods for a countable family of nonexpansive mappings in Hilbert spaces. We proved that the proposed algorithms strongly converge to a common fixed point of a countable family of nonexpansive mappings which solves the corresponding variational inequality. Our results improve and extend the corresponding ones announced by many others.

  7. Bifurcation and Fractal of the Coupled Logistic Map

    Science.gov (United States)

    Wang, Xingyuan; Luo, Chao

    The nature of the fixed points of the coupled Logistic map is researched, and the boundary equation of the first bifurcation of the coupled Logistic map in the parameter space is given out. Using the quantitative criterion and rule of system chaos, i.e., phase graph, bifurcation graph, power spectra, the computation of the fractal dimension, and the Lyapunov exponent, the paper reveals the general characteristics of the coupled Logistic map transforming from regularity to chaos, the following conclusions are shown: (1) chaotic patterns of the coupled Logistic map may emerge out of double-periodic bifurcation and Hopf bifurcation, respectively; (2) during the process of double-period bifurcation, the system exhibits self-similarity and scale transform invariability in both the parameter space and the phase space. From the research of the attraction basin and Mandelbrot-Julia set of the coupled Logistic map, the following conclusions are indicated: (1) the boundary between periodic and quasiperiodic regions is fractal, and that indicates the impossibility to predict the moving result of the points in the phase plane; (2) the structures of the Mandelbrot-Julia sets are determined by the control parameters, and their boundaries have the fractal characteristic.

  8. Generalized N-coupled maps with invariant measure in Bose ...

    Indian Academy of Sciences (India)

    chronization problem of an array of the linearly coupled map lattices of ... groups and graphs and also in the design of experiments, coding theory, partition ... coupled map lattice which covers internal and external couplings in a form of asso-.

  9. Stability regions for synchronized τ-periodic orbits of coupled maps with coupling delay τ

    Energy Technology Data Exchange (ETDEWEB)

    Karabacak, Özkan, E-mail: ozkan2917@gmail.com [Department of Electronics and Communication Engineering, Istanbul Technical University, 34469 Istanbul (Turkey); Department of Electronic Systems, Aalborg University, 9220 Aalborg East (Denmark); Alikoç, Baran, E-mail: alikoc@itu.edu.tr [Department of Control and Automation Engineering, Istanbul Technical University, 34469 Istanbul (Turkey); Atay, Fatihcan M., E-mail: atay@member.ams.org [Department of Mathematics, Bilkent University, 06800 Ankara (Turkey)

    2016-09-15

    Motivated by the chaos suppression methods based on stabilizing an unstable periodic orbit, we study the stability of synchronized periodic orbits of coupled map systems when the period of the orbit is the same as the delay in the information transmission between coupled units. We show that the stability region of a synchronized periodic orbit is determined by the Floquet multiplier of the periodic orbit for the uncoupled map, the coupling constant, the smallest and the largest Laplacian eigenvalue of the adjacency matrix. We prove that the stabilization of an unstable τ-periodic orbit via coupling with delay τ is possible only when the Floquet multiplier of the orbit is negative and the connection structure is not bipartite. For a given coupling structure, it is possible to find the values of the coupling strength that stabilizes unstable periodic orbits. The most suitable connection topology for stabilization is found to be the all-to-all coupling. On the other hand, a negative coupling constant may lead to destabilization of τ-periodic orbits that are stable for the uncoupled map. We provide examples of coupled logistic maps demonstrating the stabilization and destabilization of synchronized τ-periodic orbits as well as chaos suppression via stabilization of a synchronized τ-periodic orbit.

  10. Effects of coupling and asymmetries on load resilience of IC ITER-like structures

    International Nuclear Information System (INIS)

    Bosia, G.; Bremond, S.; Colas, L.

    2005-01-01

    ITER-like structures feature an intrinsic resilience to load variations, which is related to the symmetry of the currents in the two branches of the structure. It has been suggested that the effects of coupling between the array elements would significantly impair the load resilience of the structure. In this paper the effect of inter strap coupling and of however induced electrical array asymmetries on the structure load resilience are quantitatively examined

  11. Solving large sets of coupled equations iteratively by vector processing on the CYBER 205 computer

    International Nuclear Information System (INIS)

    Tolsma, L.D.

    1985-01-01

    The set of coupled linear second-order differential equations which has to be solved for the quantum-mechanical description of inelastic scattering of atomic and nuclear particles can be rewritten as an equivalent set of coupled integral equations. When some type of functions is used as piecewise analytic reference solutions, the integrals that arise in this set can be evaluated analytically. The set of integral equations can be solved iteratively. For the results mentioned an inward-outward iteration scheme has been applied. A concept of vectorization of coupled-channel Fortran programs, based on this integral method, is presented for the use on the Cyber 205 computer. It turns out that, for two heavy ion nuclear scattering test cases, this vector algorithm gives an overall speed-up of about a factor of 2 to 3 compared to a highly optimized scalar algorithm for a one vector pipeline computer

  12. [Impact to Z-score Mapping of Hyperacute Stroke Images by Computed Tomography in Adaptive Statistical Iterative Reconstruction].

    Science.gov (United States)

    Watanabe, Shota; Sakaguchi, Kenta; Hosono, Makoto; Ishii, Kazunari; Murakami, Takamichi; Ichikawa, Katsuhiro

    The purpose of this study was to evaluate the effect of a hybrid-type iterative reconstruction method on Z-score mapping of hyperacute stroke in unenhanced computed tomography (CT) images. We used a hybrid-type iterative reconstruction [adaptive statistical iterative reconstruction (ASiR)] implemented in a CT system (Optima CT660 Pro advance, GE Healthcare). With 15 normal brain cases, we reconstructed CT images with a filtered back projection (FBP) and ASiR with a blending factor of 100% (ASiR100%). Two standardized normal brain data were created from normal databases of FBP images (FBP-NDB) and ASiR100% images (ASiR-NDB), and standard deviation (SD) values in basal ganglia were measured. The Z-score mapping was performed for 12 hyperacute stroke cases by using FBP-NDB and ASiR-NDB, and compared Z-score value on hyperacute stroke area and normal area between FBP-NDB and ASiR-NDB. By using ASiR-NDB, the SD value of standardized brain was decreased by 16%. The Z-score value of ASiR-NDB on hyperacute stroke area was significantly higher than FBP-NDB (pASiR100% for Z-score mapping had potential to improve the accuracy of Z-score mapping.

  13. Spatiotemporal chaos in coupled logistic maps

    International Nuclear Information System (INIS)

    Varella Guedes, Andre; Amorim Savi, Marcelo

    2010-01-01

    The objective of this work is to investigate the spatiotemporal dynamics of coupled logistic maps. These maps are prototypes of high-dimensional dynamical systems and have been used to describe the evolution and pattern formation in different systems. Here, the logistic map lattice is coupled by a power law and, therefore, each map is influenced by other maps in its neighborhood. The Kolmogorov-Sinai entropy density is employed to quantify the complexity of system behavior, permitting a general qualitative understanding of different aspects of system dynamics. Three kinds of boundary conditions are treated and the influence of initial conditions is also of concern. Non-homogeneous maps are investigated, showing interesting aspects of spatiotemporal dynamics. The idea is to analyze the spatial interaction between two qualitative different types of behavior from a grid that is split into two parts. Numerical simulations show what types of conditions present a greater tendency to develop chaotic, periodic and synchronized responses. It should be highlighted that non-homogeneous grids have situations where a chaotic pattern can emerge from two periodic responses and also situations where a periodic pattern can emerge from chaos.

  14. Coupled-expanding maps and one-sided symbolic dynamical systems

    International Nuclear Information System (INIS)

    Shi Yuming; Ju, Hyonhui; Chen Guanrong

    2009-01-01

    This paper studies relationships between coupled-expanding maps and one-sided symbolic dynamical systems. The concept of coupled-expanding map is extended to a more general one: coupled-expansion for a transitive matrix. It is found that the subshift for a transitive matrix is strictly coupled-expanding for the matrix in certain disjoint compact subsets; the topological conjugacy of a continuous map in its compact invariant set of a metric space to a subshift for a transitive matrix has a close relationship with that the map is strictly coupled-expanding for the matrix in some disjoint compact subsets. A certain relationship between strictly coupled-expanding maps for a transitive matrix in disjoint bounded and closed subsets of a complete metric space and their topological conjugacy to the subshift for the matrix is also obtained. Dynamical behaviors of subshifts for irreducible matrices are then studied and several equivalent statements to chaos are obtained; especially, chaos in the sense of Li-Yorke is equivalent to chaos in the sense of Devaney for the subshift, and is also equivalent to that the domain of the subshift is infinite. Based on these results, several new criteria of chaos for maps are finally established via strict coupled-expansions for irreducible transitive matrices in compact subsets of metric spaces and in bounded and closed subsets of complete metric spaces, respectively, where their conditions are weaker than those existing in the literature.

  15. Multi-Synchronization Caused by Uniform Disorder for Globally Coupled Maps

    International Nuclear Information System (INIS)

    Jing-Hui, Li

    2008-01-01

    We investigate the motion of the globally coupled maps (logistic map) driven by uniform disorder. It is shown that this disorder can produce multi-synchronization for the globally coupled chaotic maps studied by us. The disorder determines the synchronized dynamics, leading to the emergence of a wide range of new collective behaviour in which the individual units in isolation are incapable of producing in the absence of the disorder. Our results imply that the disorder can tame the collective motion of the coupled chaotic maps

  16. On the Convergence of Implicit Iterative Processes for Asymptotically Pseudocontractive Mappings in the Intermediate Sense

    Directory of Open Access Journals (Sweden)

    Xiaolong Qin

    2011-01-01

    Full Text Available An implicit iterative process is considered. Strong and weak convergence theorems of common fixed points of a finite family of asymptotically pseudocontractive mappings in the intermediate sense are established in a real Hilbert space.

  17. Self-Organization in Coupled Map Scale-Free Networks

    International Nuclear Information System (INIS)

    Xiao-Ming, Liang; Zong-Hua, Liu; Hua-Ping, Lü

    2008-01-01

    We study the self-organization of phase synchronization in coupled map scale-free networks with chaotic logistic map at each node and find that a variety of ordered spatiotemporal patterns emerge spontaneously in a regime of coupling strength. These ordered behaviours will change with the increase of the average links and are robust to both the system size and parameter mismatch. A heuristic theory is given to explain the mechanism of self-organization and to figure out the regime of coupling for the ordered spatiotemporal patterns

  18. Study on monostable and bistable reaction-diffusion equations by iteration of travelling wave maps

    Science.gov (United States)

    Yi, Taishan; Chen, Yuming

    2017-12-01

    In this paper, based on the iterative properties of travelling wave maps, we develop a new method to obtain spreading speeds and asymptotic propagation for monostable and bistable reaction-diffusion equations. Precisely, for Dirichlet problems of monostable reaction-diffusion equations on the half line, by making links between travelling wave maps and integral operators associated with the Dirichlet diffusion kernel (the latter is NOT invariant under translation), we obtain some iteration properties of the Dirichlet diffusion and some a priori estimates on nontrivial solutions of Dirichlet problems under travelling wave transformation. We then provide the asymptotic behavior of nontrivial solutions in the space-time region for Dirichlet problems. These enable us to develop a unified method to obtain results on heterogeneous steady states, travelling waves, spreading speeds, and asymptotic spreading behavior for Dirichlet problem of monostable reaction-diffusion equations on R+ as well as of monostable/bistable reaction-diffusion equations on R.

  19. New Iterative Method for Fractional Gas Dynamics and Coupled Burger’s Equations

    Directory of Open Access Journals (Sweden)

    Mohamed S. Al-luhaibi

    2015-01-01

    Full Text Available This paper presents the approximate analytical solutions to solve the nonlinear gas dynamics and coupled Burger’s equations with fractional time derivative. By using initial values, the explicit solutions of the equations are solved by using a reliable algorithm. Numerical results show that the new iterative method is easy to implement and accurate when applied to time-fractional partial differential equations.

  20. Information flow between weakly interacting lattices of coupled maps

    Energy Technology Data Exchange (ETDEWEB)

    Dobyns, York [PEAR, Princeton University, Princeton, NJ 08544-5263 (United States); Atmanspacher, Harald [Institut fuer Grenzgebiete der Psychologie und Psychohygiene, Wilhelmstr. 3a, 79098 Freiburg (Germany)]. E-mail: haa@igpp.de

    2006-05-15

    Weakly interacting lattices of coupled maps can be modeled as ordinary coupled map lattices separated from each other by boundary regions with small coupling parameters. We demonstrate that such weakly interacting lattices can nevertheless have unexpected and striking effects on each other. Under specific conditions, particular stability properties of the lattices are significantly influenced by their weak mutual interaction. This observation is tantamount to an efficacious information flow across the boundary.

  1. Information flow between weakly interacting lattices of coupled maps

    International Nuclear Information System (INIS)

    Dobyns, York; Atmanspacher, Harald

    2006-01-01

    Weakly interacting lattices of coupled maps can be modeled as ordinary coupled map lattices separated from each other by boundary regions with small coupling parameters. We demonstrate that such weakly interacting lattices can nevertheless have unexpected and striking effects on each other. Under specific conditions, particular stability properties of the lattices are significantly influenced by their weak mutual interaction. This observation is tantamount to an efficacious information flow across the boundary

  2. Cryptanalysis and improvement on a block cryptosystem based on iteration a chaotic map

    International Nuclear Information System (INIS)

    Wang Yong; Liao Xiaofeng; Xiang Tao; Wong, Kwok-Wo; Yang Degang

    2007-01-01

    Recently, a novel block encryption system has been proposed as an improved version of the chaotic cryptographic method based on iterating a chaotic map. In this Letter, a flaw of this cryptosystem is pointed out and a chosen plaintext attack is presented. Furthermore, a remedial improvement is suggested, which avoids the flaw while keeping all the merits of the original cryptosystem

  3. Dynamical behaviour of the coupled diffusion map lattice

    International Nuclear Information System (INIS)

    Wei Wang; Cerdeira, H.A.

    1993-10-01

    In this paper we report the dynamical study of a coupled diffusive map lattice with the coupling between the elements only through the bifurcation parameter of the mapping function. The diffusive process of the lattice from an initially random distribution state to a homogeneous one and the stable range of the diffusive homogeneous attractor are discussed. For various coupling strengths we find that there are several types of spatio-temporal structures. In addition, the evolution of the lattice into chaos is studied and a largest Lyapunov exponent is used to characterize the dynamical behaviour. (author). 22 refs, 9 figs

  4. Iterative Refinement of Transmission Map for Stereo Image Defogging Using a Dual Camera Sensor

    Directory of Open Access Journals (Sweden)

    Heegwang Kim

    2017-12-01

    Full Text Available Recently, the stereo imaging-based image enhancement approach has attracted increasing attention in the field of video analysis. This paper presents a dual camera-based stereo image defogging algorithm. Optical flow is first estimated from the stereo foggy image pair, and the initial disparity map is generated from the estimated optical flow. Next, an initial transmission map is generated using the initial disparity map. Atmospheric light is then estimated using the color line theory. The defogged result is finally reconstructed using the estimated transmission map and atmospheric light. The proposed method can refine the transmission map iteratively. Experimental results show that the proposed method can successfully remove fog without color distortion. The proposed method can be used as a pre-processing step for an outdoor video analysis system and a high-end smartphone with a dual camera system.

  5. Iterative Refinement of Transmission Map for Stereo Image Defogging Using a Dual Camera Sensor.

    Science.gov (United States)

    Kim, Heegwang; Park, Jinho; Park, Hasil; Paik, Joonki

    2017-12-09

    Recently, the stereo imaging-based image enhancement approach has attracted increasing attention in the field of video analysis. This paper presents a dual camera-based stereo image defogging algorithm. Optical flow is first estimated from the stereo foggy image pair, and the initial disparity map is generated from the estimated optical flow. Next, an initial transmission map is generated using the initial disparity map. Atmospheric light is then estimated using the color line theory. The defogged result is finally reconstructed using the estimated transmission map and atmospheric light. The proposed method can refine the transmission map iteratively. Experimental results show that the proposed method can successfully remove fog without color distortion. The proposed method can be used as a pre-processing step for an outdoor video analysis system and a high-end smartphone with a dual camera system.

  6. On-off intermittency and coherent bursting in stochastically-driven coupled maps

    International Nuclear Information System (INIS)

    Metta, Sabino; Provenzale, Antonello; Spiegel, Edward A.

    2010-01-01

    On-off intermittency is a phase space mechanism for bursting in dynamical systems. Here we recall how the simple example of a logistic map with a time-dependent control parameter, considered as a dynamical variable of the system, gives rise to bursting or on-off behavior. We show that, for a given realization of the driver, a stochastically driven logistic map in the on-off intermittent regime always converges to the same temporal dynamics, independently of initial conditions. In that sense, the map is not chaotic. We then explore the behavior of two coupled on-off logistic maps, each driven by a separate random process, and show that, for a wide range of coupling strengths, bursting becomes at least partially coherent. The bursting coherence has a smooth dependence on the coupling parameter and no sharp transition from coherence to incoherence is detected. In the system of two coupled on-off maps studied here, coherent bursting is rooted in the behavior during off phases when the mapped coordinates take on extremely small values.

  7. Chimera states in Gaussian coupled map lattices

    Science.gov (United States)

    Li, Xiao-Wen; Bi, Ran; Sun, Yue-Xiang; Zhang, Shuo; Song, Qian-Qian

    2018-04-01

    We study chimera states in one-dimensional and two-dimensional Gaussian coupled map lattices through simulations and experiments. Similar to the case of global coupling oscillators, individual lattices can be regarded as being controlled by a common mean field. A space-dependent order parameter is derived from a self-consistency condition in order to represent the collective state.

  8. Optimization of ITER Nb3Sn CICCs for coupling loss, transverse electromagnetic load and axial thermal contraction

    International Nuclear Information System (INIS)

    Nijhuis, A; Van Lanen, E P A; Rolando, G

    2012-01-01

    The ITER cable-in-conduit conductors (CICCs) are built up from sub-cable bundles, wound in different stages, which are twisted to counter coupling loss caused by time-changing external magnet fields. The selection of the twist pitch lengths has major implications for the performance of the cable in the case of strain-sensitive superconductors, i.e. Nb 3 Sn, as the electromagnetic and thermal contraction loads are large but also for the heat load from the AC coupling loss. At present, this is a great challenge for the ITER central solenoid (CS) CICCs and the solution presented here could be a breakthrough for not only the ITER CS but also for CICC applications in general. After proposing longer twist pitches in 2006 and successful confirmation by short sample tests later on, the ITER toroidal field (TF) conductor cable pattern was improved accordingly. As the restrictions for coupling loss are more demanding for the CS conductors than for the TF conductors, it was believed that longer pitches would not be applicable for the conductors in the CS coils. In this paper we explain how, with the use of the TEMLOP model and the newly developed models JackPot-ACDC and CORD, the design of a CICC can be improved appreciably, particularly for the CS conductor layout. For the first time a large improvement is predicted not only providing very low sensitivity to electromagnetic load and thermal axial cable stress variations but at the same time much lower AC coupling loss. Reduction of the transverse load and warm-up–cool-down degradation can be reached by applying longer twist pitches in a particular sequence for the sub-stages, offering a large cable transverse stiffness, adequate axial flexibility and maximum allowed lateral strand support. Analysis of short sample (TF conductor) data reveals that increasing the twist pitch can lead to a gain of the effective axial compressive strain of more than 0.3% with practically no degradation from bending. This is probably explained

  9. A novel chaotic block cryptosystem based on iterating map with output-feedback

    International Nuclear Information System (INIS)

    Yang Degang; Liao Xiaofeng; Wang Yong; Yang Huaqian; Wei Pengcheng

    2009-01-01

    A novel method for encryption based on iterating map with output-feedback is presented in this paper. The output-feedback, instead of simply mixing the chaotic signal of the proposed chaotic cryptosystem with the cipher-text, is relating to previous cipher-text that is obtained through the plaintext and key. Some simulated experiments are performed to substantiate that our method can make cipher-text more confusion and diffusion and that the proposed method is practical whenever efficiency, cipher-text length or security is concerned.

  10. Verification of SuperMC with ITER C-Lite neutronic model

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Shu [School of Nuclear Science and Technology, University of Science and Technology of China, Hefei, Anhui, 230027 (China); Key Laboratory of Neutronics and Radiation Safety, Institute of Nuclear Energy Safety Technology, Chinese Academy of Sciences, Hefei, Anhui, 230031 (China); Yu, Shengpeng [Key Laboratory of Neutronics and Radiation Safety, Institute of Nuclear Energy Safety Technology, Chinese Academy of Sciences, Hefei, Anhui, 230031 (China); He, Peng, E-mail: peng.he@fds.org.cn [Key Laboratory of Neutronics and Radiation Safety, Institute of Nuclear Energy Safety Technology, Chinese Academy of Sciences, Hefei, Anhui, 230031 (China)

    2016-12-15

    Highlights: • Verification of the SuperMC Monte Carlo transport code with ITER C-Lite model. • The modeling of the ITER C-Lite model using the latest SuperMC/MCAM. • All the calculated quantities are consistent with MCNP well. • Efficient variance reduction methods are adopted to accelerate the calculation. - Abstract: In pursit of accurate and high fidelity simulation, the reference model of ITER is becoming more and more detailed and complicated. Due to the complexity in geometry and the thick shielding of the reference model, the accurate modeling and precise simulaion of fusion neutronics are very challenging. Facing these difficulties, SuperMC, the Monte Carlo simulation software system developed by the FDS Team, has optimized its CAD interface for the automatic converting of more complicated models and increased its calculation efficiency with advanced variance reduction methods To demonstrate its capabilites of automatic modeling, neutron/photon coupled simulation and visual analysis for the ITER facility, numerical benchmarks using the ITER C-Lite neutronic model were performed. The nuclear heating in divertor and inboard toroidal field (TF) coils and a global neutron flux map were evaluated. All the calculated nuclear heating is compared with the results of the MCNP code and good consistencies between the two codes is shown. Using the global variance reduction methods in SuperMC, the average speed-up is 292 times for the calculation of inboard TF coils nuclear heating, and 91 times for the calculation of global flux map, compared with the analog run. These tests have shown that SuperMC is suitable for the design and analysis of ITER facility.

  11. Implementation of the multireference Brillouin-Wigner and Mukherjee’s coupled cluster methods with non-iterative triple excitations utilizing reference-level parallelism

    Energy Technology Data Exchange (ETDEWEB)

    Bhaskaran-Nair, Kiran; Brabec, Jiri; Apra, Edoardo; van Dam, Hubertus JJ; Pittner, Jiri; Kowalski, Karol

    2012-09-07

    In this paper we discuss the performance of the non-iterative State-Specific Mul- tireference Coupled Cluster (SS-MRCC) methods accounting for the effect of triply excited cluster amplitudes. The corrections to the Brillouin-Wigner and Mukherjee MRCC models based on the manifold of singly and doubly excited cluster amplitudes (BW-MRCCSD and Mk-MRCCSD, respectively) are tested and compared with the exact full configuration interaction results (FCI) for small systems (H2O, N2, and Be3). For larger systems (naphthyne isomers and -carotene), the non-iterative BW-MRCCSD(T) and Mk-MRCCSD(T) methods are compared against the results obtained with the single reference coupled cluster methods. We also report on the parallel performance of the non-iterative implementations based on the use of pro- cessor groups.

  12. Convergence of an implicit iteration process for a finite family of asymptotically quasi-nonexpansive mappings in convex metric spaces

    Directory of Open Access Journals (Sweden)

    Gurucharan Singh Saluja

    2010-01-01

    Full Text Available In this paper, we give some necessary and sufficient conditions for an implicit iteration process with errors for a finite family of asymptotically quasi-nonexpansive mappings converging to a common fixed of the mappings in convex metric spaces. Our results extend and improve some recent results of Sun, Wittmann, Xu and Ori, and Zhou and Chang.

  13. A three-dimensional, iterative mapping procedure for the implementation of an ionosphere-magnetosphere anisotropic Ohm's law boundary condition in global magnetohydrodynamic simulations

    Directory of Open Access Journals (Sweden)

    M. L. Goodman

    1995-08-01

    Full Text Available The mathematical formulation of an iterative procedure for the numerical implementation of an ionosphere-magnetosphere (IM anisotropic Ohm's law boundary condition is presented. The procedure may be used in global magnetohydrodynamic (MHD simulations of the magnetosphere. The basic form of the boundary condition is well known, but a well-defined, simple, explicit method for implementing it in an MHD code has not been presented previously. The boundary condition relates the ionospheric electric field to the magnetic field-aligned current density driven through the ionosphere by the magnetospheric convection electric field, which is orthogonal to the magnetic field B, and maps down into the ionosphere along equipotential magnetic field lines. The source of this electric field is the flow of the solar wind orthogonal to B. The electric field and current density in the ionosphere are connected through an anisotropic conductivity tensor which involves the Hall, Pedersen, and parallel conductivities. Only the height-integrated Hall and Pedersen conductivities (conductances appear in the final form of the boundary condition, and are assumed to be known functions of position on the spherical surface R=R1 representing the boundary between the ionosphere and magnetosphere. The implementation presented consists of an iterative mapping of the electrostatic potential ψ the gradient of which gives the electric field, and the field-aligned current density between the IM boundary at R=R1 and the inner boundary of an MHD code which is taken to be at R2>R1. Given the field-aligned current density on R=R2, as computed by the MHD simulation, it is mapped down to R=R1 where it is used to compute ψ by solving the equation that is the IM Ohm's law boundary condition. Then ψ is mapped out to R=R2, where it is used to update the electric field and the component of velocity perpendicular to B. The updated electric field and perpendicular velocity serve as new boundary

  14. LHCD and coupling experiments with an ITER-like PAM launcher on the FTU tokamak

    International Nuclear Information System (INIS)

    Pericoli Ridolfini, V.; Apicella, M.L.; Barbato, E.; Buratti, P.; Calabro, G.; Cardinali, A.; Mirizzi, F.; Panaccione, L.; Podda, S.; Tuccillo, A.A.; Bibet, Ph.; Granucci, G.; Sozzi, C.

    2005-01-01

    Successful experimental tests on a PAM (passive active multijunction) prototype antenna for the Lower Hybrid (LH) waves similar to that foreseen for ITER have been carried out on FTU. The power level routinely achieved without any fault in the transmission lines for the maximum time allowed by the LH power plant, i.e. 0.9 s, is 250 kW versus a design value of 270. It corresponds to 50 MW/m 2 through the ITER antenna active area if it is scaled for the different LH frequencies (5 GHz in ITER, 8 GHz in FTU) and it is more than 1.4 times the goal of the ITER design (33 MW/m 2 ). The test results validate the main features indicated by the simulation codes, concerning the power handling, the coupling and the launched N parallel spectrum. The power reflection coefficient R c is always ≤ 2.5%, once the PAM launcher has been properly conditioned, even with the grill mouth retracted 2 mm inside the port shadow, with density in front of the launcher very close or even lower than the cut-off value. The current drive efficiency is comparable to a conventional grill in similar conditions, once the lower directivity is taken into account. The flexibility in the N parallel spectrum is confirmed by the HXR and ECE spectra. Conditioning the PAM to operate at the ITER equivalent power level has required only one day of RF operation, without a previous baking of the waveguides. (author)

  15. Iteration and accelerator dynamics

    International Nuclear Information System (INIS)

    Peggs, S.

    1987-10-01

    Four examples of iteration in accelerator dynamics are studied in this paper. The first three show how iterations of the simplest maps reproduce most of the significant nonlinear behavior in real accelerators. Each of these examples can be easily reproduced by the reader, at the minimal cost of writing only 20 or 40 lines of code. The fourth example outlines a general way to iteratively solve nonlinear difference equations, analytically or numerically

  16. Dynamics of delayed-coupled chaotic logistic maps: Influence

    Indian Academy of Sciences (India)

    We review our recent work on the synchronization of a network of delay-coupled maps, focusing on the interplay of the network topology and the delay times that take into account the finite velocity of propagation of interactions. We assume that the elements of the network are identical ( logistic maps in the regime where ...

  17. Expanding Thurston maps

    CERN Document Server

    Bonk, Mario

    2017-01-01

    This monograph is devoted to the study of the dynamics of expanding Thurston maps under iteration. A Thurston map is a branched covering map on a two-dimensional topological sphere such that each critical point of the map has a finite orbit under iteration. It is called expanding if, roughly speaking, preimages of a fine open cover of the underlying sphere under iterates of the map become finer and finer as the order of the iterate increases. Every expanding Thurston map gives rise to a fractal space, called its visual sphere. Many dynamical properties of the map are encoded in the geometry of this visual sphere. For example, an expanding Thurston map is topologically conjugate to a rational map if and only if its visual sphere is quasisymmetrically equivalent to the Riemann sphere. This relation between dynamics and fractal geometry is the main focus for the investigations in this work.

  18. Use of the iterative solution method for coupled finite element and boundary element modeling

    International Nuclear Information System (INIS)

    Koteras, J.R.

    1993-07-01

    Tunnels buried deep within the earth constitute an important class geomechanics problems. Two numerical techniques used for the analysis of geomechanics problems, the finite element method and the boundary element method, have complementary characteristics for applications to problems of this type. The usefulness of combining these two methods for use as a geomechanics analysis tool has been recognized for some time, and a number of coupling techniques have been proposed. However, not all of them lend themselves to efficient computational implementations for large-scale problems. This report examines a coupling technique that can form the basis for an efficient analysis tool for large scale geomechanics problems through the use of an iterative equation solver

  19. Topology Identification of Coupling Map Lattice under Sparsity Condition

    Directory of Open Access Journals (Sweden)

    Jiangni Yu

    2015-01-01

    Full Text Available Coupling map lattice is an efficient mathematical model for studying complex systems. This paper studies the topology identification of coupled map lattice (CML under the sparsity condition. We convert the identification problem into the problem of solving the underdetermined linear equations. The l1 norm method is used to solve the underdetermined equations. The requirement of data characters and sampling times are discussed in detail. We find that the high entropy and small coupling coefficient data are suitable for the identification. When the measurement time is more than 2.86 times sparsity, the accuracy of identification can reach an acceptable level. And when the measurement time reaches 4 times sparsity, we can receive a fairly good accuracy.

  20. Iterative approximation of fixed points of nonexpansive mappings

    International Nuclear Information System (INIS)

    Chidume, C.E.; Chidume, C.O.

    2007-07-01

    Let K be a nonempty closed convex subset of a real Banach space E which has a uniformly Gateaux differentiable norm and T : K → K be a nonexpansive mapping with F(T) := { x element of K : Tx = x} ≠ 0 . For a fixed δ element of (0, 1), define S : K → K by Sx := (1- δ)x+ δ Tx , for all x element of K. Assume that { z t } converges strongly to a fixed point z of T as t → 0, where z t is the unique element of K which satisfies z t = tu + (1 - t)Tz t for arbitrary u element of K. Let {α n } be a real sequence in (0, 1) which satisfies the following conditions: C1 : lim α n = 0; C2 : Σαn = ∞. For arbitrary x 0 element of K, let the sequence { x n } be defined iteratively by x n+1 = α n u + (1 - α n )Sx n . Then, {x n } converges strongly to a fixed point of T. (author)

  1. Partial synchronization in a system of coupled logistic maps

    DEFF Research Database (Denmark)

    Taborov, A.V.; Maistrenko, Y.L; Mosekilde, Erik

    1999-01-01

    The phenomenon of clustering (or partial synchronization) in a system of globqally coupled chaotic oscillators is studied by means of a model of three coupled logistic maps. We determine the regions in parameter space where total and partial synchronization take place, examine the bifurcations...

  2. A new iteration process for finite families of generalized lipschitz pseudo-contractive and generalized lipschitz accretive mappings

    International Nuclear Information System (INIS)

    Chidume, C.E.; Ofoedu, E.U.

    2007-07-01

    In this paper, we introduce a new iteration process and prove that it converges strongly to a common fixed point for a finite family of generalized Lipschitz nonlinear mappings in a real reflexive Banach space E with a with uniformly Gateaux differentiable norm if at least one member of the family is pseudo-contractive. We also prove that a slight modification of the process converges to a common zero for a finite family of generalized Lipschitz accretive operators defined on E. Results for nonexpansive families are obtained as easy corollaries. Finally, our new iteration process and our method of proof are of independent interest. (author)

  3. One- and two-cluster synchronized dynamics of non-diffusively coupled Tchebycheff map networks

    International Nuclear Information System (INIS)

    Schäfer, Mirko; Greiner, Martin

    2012-01-01

    We use the master stability formalism to discuss one- and two-cluster synchronization of coupled Tchebycheff map networks. For diffusively coupled map systems, the one-cluster synchronized dynamics is given by the behaviour of the individual maps, and the coupling only determines the stability of the coherent state. For the case of non-diffusive coupling and for two-cluster synchronization, the synchronized dynamics on networks is different from the behaviour of the single individual map. Depending on the coupling, we study numerically the characteristics of various forms of the resulting synchronized dynamics. The stability properties of the respective one-cluster synchronized states are discussed for arbitrary network structures. For the case of two-cluster synchronization on bipartite networks we also present analytical expressions for fixed points and zig-zag patterns, and explicitly determine the linear stability of these orbits for the special case of ring-networks.

  4. An overview of iterative coupling between geomechanical deformation and reservoir flow

    International Nuclear Information System (INIS)

    Tran, D.; Nghiem, L.; Buchanan, L.

    2005-01-01

    The coupling of a reservoir simulator to a geomechanics module has been widely applied in the petroleum industry. In a traditional reservoir simulator, subsidence can be estimated by a relatively simple formula. In a coupled simulator, flow is strongly affected by stresses and strains through porosity. Stress-dependence is ignored completely in conventional simulators, and solutions obtained from them cannot give accurate results if a stress sensitive reservoir is under consideration. In addition, thermal stresses cannot be accounted for. An iterative coupling method was presented. The basic equations for fluid flow in a porous medium consist of the equation of mass conservation, the equation of energy conservation, Darcy's law and equations of state depicting fluid characteristics. A continuum approach was used to develop the conservative equations. Material was assumed to be homogenous, isotropic and symmetric. Three test examples were used to illustrate the validity of geomechanics in reservoir simulation. The first example illustrated the difference in heave when a linear thermo-elastic constitutive model and a thermo-elastoplastic model were used. In the second example, a plastic cap model and a no-cap model were used to illustrate differences in porosity calculations. The 2 examples demonstrated that displacements and porosity calculations depend on the stress response and on the constitutive law of a material. In the third example a pseudo dilation-recompaction model showed a displacement calculation that was comparable with calculations obtained with 2-way coupling. The example illustrated the application of one-way coupling in scenarios where rigorous geomechanics calculations of subsidence are performed without the constraint of feeding back the information to a reservoir simulator. 22 refs., 13 figs

  5. Report of the international symposium for ITER. 'Burning plasma science and technology on ITER'

    International Nuclear Information System (INIS)

    2002-10-01

    This report contains the presentations on the International Symposium for ITER, held on Jan. 24, 2002 on the occasion of the ITER Governmental Negotiations in Tokyo. This symposium is organized by Japan Atomic Energy Research Institute with the support of the Ministry of Education, Culture, Sports, Science and Technology (MEXT). The meaningful results were obtained through this symposium especially on new frontiers of science and technology brought by ITER, accelerated road maps towards realizing fusion energy, and portfolio of other fusion configurations from ITER. The 5 of the presented papers are indexed individually (J.P.N.)

  6. Mode-locking in an infinite set of coupled circle maps

    International Nuclear Information System (INIS)

    Alstroem, P.; Ritala, R.K.

    1986-06-01

    We show that the mode-locking in coupled circle maps with random phases is very different from that in a single circle map. A finite nonlinearity K c is needed for a step to appear. The width of the step behaves as (K-K c ) 2 . The complete mode-locking (at K=1 for uncoupled maps) behaves singularly as the coupling is turned on. We argue that our model describes the mode-locking in charge-density-wave materials. Our results are in qualitative agreement with experimental observations by Sherwin and Zettl that only few true steps exist in I-V characteristics and that in addition to these there are some 'incomplete' steps. (orig.)

  7. On Green's function retrieval by iterative substitution of the coupled Marchenko equations

    Science.gov (United States)

    van der Neut, Joost; Vasconcelos, Ivan; Wapenaar, Kees

    2015-11-01

    Iterative substitution of the coupled Marchenko equations is a novel methodology to retrieve the Green's functions from a source or receiver array at an acquisition surface to an arbitrary location in an acoustic medium. The methodology requires as input the single-sided reflection response at the acquisition surface and an initial focusing function, being the time-reversed direct wavefield from the acquisition surface to a specified location in the subsurface. We express the iterative scheme that is applied by this methodology explicitly as the successive actions of various linear operators, acting on an initial focusing function. These operators involve multidimensional crosscorrelations with the reflection data and truncations in time. We offer physical interpretations of the multidimensional crosscorrelations by subtracting traveltimes along common ray paths at the stationary points of the underlying integrals. This provides a clear understanding of how individual events are retrieved by the scheme. Our interpretation also exposes some of the scheme's limitations in terms of what can be retrieved in case of a finite recording aperture. Green's function retrieval is only successful if the relevant stationary points are sampled. As a consequence, internal multiples can only be retrieved at a subsurface location with a particular ray parameter if this location is illuminated by the direct wavefield with this specific ray parameter. Several assumptions are required to solve the Marchenko equations. We show that these assumptions are not always satisfied in arbitrary heterogeneous media, which can result in incomplete Green's function retrieval and the emergence of artefacts. Despite these limitations, accurate Green's functions can often be retrieved by the iterative scheme, which is highly relevant for seismic imaging and inversion of internal multiple reflections.

  8. Study of mutual coupling effects in the antenna array of the ICRH plug-in for ITER

    International Nuclear Information System (INIS)

    Lamalle, P.U.; Messiaen, A.; Dumortier, P.; Durodie, F.; Evrard, M.; Louche, F.

    2005-01-01

    The performance of the ELM-tolerant 'conjugate T' (CT) matching schemes considered for the ITER ICRH antenna array has been found highly sensitive to the mutual resistances and reactances between antenna straps, which can produce large exchanges of active power between circuit branches. A general analysis is given of the effect of mutual coupling on the matching of a single CT and on the simultaneous matching of several coupled CT circuits. Circuit configurations optimizing the resilience of the system to realistic ELM-induced load variations are given in the case of a single CT. Problems arising from the interaction between several CTs and possible remedies are discussed

  9. A Mathematical Model for Storage and Recall of Images using Targeted Synchronization of Coupled Maps.

    Science.gov (United States)

    Palaniyandi, P; Rangarajan, Govindan

    2017-08-21

    We propose a mathematical model for storage and recall of images using coupled maps. We start by theoretically investigating targeted synchronization in coupled map systems wherein only a desired (partial) subset of the maps is made to synchronize. A simple method is introduced to specify coupling coefficients such that targeted synchronization is ensured. The principle of this method is extended to storage/recall of images using coupled Rulkov maps. The process of adjusting coupling coefficients between Rulkov maps (often used to model neurons) for the purpose of storing a desired image mimics the process of adjusting synaptic strengths between neurons to store memories. Our method uses both synchronisation and synaptic weight modification, as the human brain is thought to do. The stored image can be recalled by providing an initial random pattern to the dynamical system. The storage and recall of the standard image of Lena is explicitly demonstrated.

  10. Influence of solitons on the transition to spatiotemporal chaos in coupled map lattices

    DEFF Research Database (Denmark)

    Mikkelsen, R.; van Hecke, M.; Bohr, Tomas

    2003-01-01

    We study the transition from laminar to chaotic behavior in deterministic chaotic coupled map lattices and in an extension of the stochastic Domany-Kinzel cellular automaton [E. Domany and W. Kinzel, Phys. Rev. Lett. 53, 311 (1984)]. For the deterministic coupled map lattices, we find evidence th...

  11. Chimera states in networks of logistic maps with hierarchical connectivities

    Science.gov (United States)

    zur Bonsen, Alexander; Omelchenko, Iryna; Zakharova, Anna; Schöll, Eckehard

    2018-04-01

    Chimera states are complex spatiotemporal patterns consisting of coexisting domains of coherence and incoherence. We study networks of nonlocally coupled logistic maps and analyze systematically how the dilution of the network links influences the appearance of chimera patterns. The network connectivities are constructed using an iterative Cantor algorithm to generate fractal (hierarchical) connectivities. Increasing the hierarchical level of iteration, we compare the resulting spatiotemporal patterns. We demonstrate that a high clustering coefficient and symmetry of the base pattern promotes chimera states, and asymmetric connectivities result in complex nested chimera patterns.

  12. Perl Modules for Constructing Iterators

    Science.gov (United States)

    Tilmes, Curt

    2009-01-01

    The Iterator Perl Module provides a general-purpose framework for constructing iterator objects within Perl, and a standard API for interacting with those objects. Iterators are an object-oriented design pattern where a description of a series of values is used in a constructor. Subsequent queries can request values in that series. These Perl modules build on the standard Iterator framework and provide iterators for some other types of values. Iterator::DateTime constructs iterators from DateTime objects or Date::Parse descriptions and ICal/RFC 2445 style re-currence descriptions. It supports a variety of input parameters, including a start to the sequence, an end to the sequence, an Ical/RFC 2445 recurrence describing the frequency of the values in the series, and a format description that can refine the presentation manner of the DateTime. Iterator::String constructs iterators from string representations. This module is useful in contexts where the API consists of supplying a string and getting back an iterator where the specific iteration desired is opaque to the caller. It is of particular value to the Iterator::Hash module which provides nested iterations. Iterator::Hash constructs iterators from Perl hashes that can include multiple iterators. The constructed iterators will return all the permutations of the iterations of the hash by nested iteration of embedded iterators. A hash simply includes a set of keys mapped to values. It is a very common data structure used throughout Perl programming. The Iterator:: Hash module allows a hash to include strings defining iterators (parsed and dispatched with Iterator::String) that are used to construct an overall series of hash values.

  13. Decelerating defects and non-ergodic critical behaviour in a unidirectionally coupled map lattice

    International Nuclear Information System (INIS)

    Ashwin, Peter; Sturman, Rob

    2003-01-01

    We examine a coupled map lattice (CML) consisting of an infinite chain of logistic maps coupled in one direction by inhibitory coupling. We find that for sufficiently strong coupling strength there are dynamical states with 'decelerating defects', where defects between stable patterns (with chaotic temporal evolution and average spatial period two) slow down but never stop. These defects annihilate each other when they meet. We show for certain states that this leads to a lack of convergence (non-ergodicity) of averages taken from observables in the system and conjecture that this is typical for the system

  14. Solution of problems with material nonlinearities with a coupled finite element/boundary element scheme using an iterative solver. Yucca Mountain Site Characterization Project

    International Nuclear Information System (INIS)

    Koteras, J.R.

    1996-01-01

    The prediction of stresses and displacements around tunnels buried deep within the earth is an important class of geomechanics problems. The material behavior immediately surrounding the tunnel is typically nonlinear. The surrounding mass, even if it is nonlinear, can usually be characterized by a simple linear elastic model. The finite element method is best suited for modeling nonlinear materials of limited volume, while the boundary element method is well suited for modeling large volumes of linear elastic material. A computational scheme that couples the finite element and boundary element methods would seem particularly useful for geomechanics problems. A variety of coupling schemes have been proposed, but they rely on direct solution methods. Direct solution techniques have large storage requirements that become cumbersome for large-scale three-dimensional problems. An alternative to direct solution methods is iterative solution techniques. A scheme has been developed for coupling the finite element and boundary element methods that uses an iterative solution method. This report shows that this coupling scheme is valid for problems where nonlinear material behavior occurs in the finite element region

  15. Controlling spatiotemporal chaos in one- and two-dimensional coupled logistic map lattices

    International Nuclear Information System (INIS)

    Astakhov, V.V.; Anishchenko, V.S.; Strelkova, G.I.; Shabunin, A.V.

    1996-01-01

    A method of control of spatiotemporal chaos in lattices of coupled maps is proposed in this work. Forms of spatiotemporal perturbations of a system parameter are analytically determined for one- and two-dimensional logistic map lattices with different kinds of coupling to stabilize chosen spatiotemporal states previously unstable. The results are illustrated by numerical simulation. Controlled transition from the regime of spatiotemporal chaos to the previously chosen regular spatiotemporal patterns is demonstrated. copyright 1996 American Institute of Physics

  16. Coupled skinny baker's maps and the Kaplan-Yorke conjecture

    Science.gov (United States)

    Gröger, Maik; Hunt, Brian R.

    2013-09-01

    The Kaplan-Yorke conjecture states that for ‘typical’ dynamical systems with a physical measure, the information dimension and the Lyapunov dimension coincide. We explore this conjecture in a neighborhood of a system for which the two dimensions do not coincide because the system consists of two uncoupled subsystems. We are interested in whether coupling ‘typically’ restores the equality of the dimensions. The particular subsystems we consider are skinny baker's maps, and we consider uni-directional coupling. For coupling in one of the possible directions, we prove that the dimensions coincide for a prevalent set of coupling functions, but for coupling in the other direction we show that the dimensions remain unequal for all coupling functions. We conjecture that the dimensions prevalently coincide for bi-directional coupling. On the other hand, we conjecture that the phenomenon we observe for a particular class of systems with uni-directional coupling, where the information and Lyapunov dimensions differ robustly, occurs more generally for many classes of uni-directionally coupled systems (also called skew-product systems) in higher dimensions.

  17. Coupled skinny baker's maps and the Kaplan–Yorke conjecture

    International Nuclear Information System (INIS)

    Gröger, Maik; Hunt, Brian R

    2013-01-01

    The Kaplan–Yorke conjecture states that for ‘typical’ dynamical systems with a physical measure, the information dimension and the Lyapunov dimension coincide. We explore this conjecture in a neighborhood of a system for which the two dimensions do not coincide because the system consists of two uncoupled subsystems. We are interested in whether coupling ‘typically’ restores the equality of the dimensions. The particular subsystems we consider are skinny baker's maps, and we consider uni-directional coupling. For coupling in one of the possible directions, we prove that the dimensions coincide for a prevalent set of coupling functions, but for coupling in the other direction we show that the dimensions remain unequal for all coupling functions. We conjecture that the dimensions prevalently coincide for bi-directional coupling. On the other hand, we conjecture that the phenomenon we observe for a particular class of systems with uni-directional coupling, where the information and Lyapunov dimensions differ robustly, occurs more generally for many classes of uni-directionally coupled systems (also called skew-product systems) in higher dimensions. (paper)

  18. Multifractal distribution of spike intervals for two oscillators coupled by unreliable pulses

    International Nuclear Information System (INIS)

    Kestler, Johannes; Kinzel, Wolfgang

    2006-01-01

    Two neurons coupled by unreliable synapses are modelled by leaky integrate-and-fire neurons and stochastic on-off synapses. The dynamics is mapped to an iterated function system. Numerical calculations yield a multifractal distribution of interspike intervals. The covering, information and correlation dimensions are calculated as a function of synaptic strength and transmission probability. (letter to the editor)

  19. Bifurcation behaviors of synchronized regions in logistic map networks with coupling delay

    International Nuclear Information System (INIS)

    Tang, Longkun; Wu, Xiaoqun; Lu, Jun-an; Lü, Jinhu

    2015-01-01

    Network synchronized regions play an extremely important role in network synchronization according to the master stability function framework. This paper focuses on network synchronous state stability via studying the effects of nodal dynamics, coupling delay, and coupling way on synchronized regions in Logistic map networks. Theoretical and numerical investigations show that (1) network synchronization is closely associated with its nodal dynamics. Particularly, the synchronized region bifurcation points through which the synchronized region switches from one type to another are in good agreement with those of the uncoupled node system, and chaotic nodal dynamics can greatly impede network synchronization. (2) The coupling delay generally impairs the synchronizability of Logistic map networks, which is also dominated by the parity of delay for some nodal parameters. (3) A simple nonlinear coupling facilitates network synchronization more than the linear one does. The results found in this paper will help to intensify our understanding for the synchronous state stability in discrete-time networks with coupling delay

  20. A three-dimensional, iterative mapping procedure for the implementation of an ionosphere-magnetosphere anisotropic Ohm's law boundary condition in global magnetohydrodynamic simulations

    Directory of Open Access Journals (Sweden)

    M. L. Goodman

    Full Text Available The mathematical formulation of an iterative procedure for the numerical implementation of an ionosphere-magnetosphere (IM anisotropic Ohm's law boundary condition is presented. The procedure may be used in global magnetohydrodynamic (MHD simulations of the magnetosphere. The basic form of the boundary condition is well known, but a well-defined, simple, explicit method for implementing it in an MHD code has not been presented previously. The boundary condition relates the ionospheric electric field to the magnetic field-aligned current density driven through the ionosphere by the magnetospheric convection electric field, which is orthogonal to the magnetic field B, and maps down into the ionosphere along equipotential magnetic field lines. The source of this electric field is the flow of the solar wind orthogonal to B. The electric field and current density in the ionosphere are connected through an anisotropic conductivity tensor which involves the Hall, Pedersen, and parallel conductivities. Only the height-integrated Hall and Pedersen conductivities (conductances appear in the final form of the boundary condition, and are assumed to be known functions of position on the spherical surface R=R1 representing the boundary between the ionosphere and magnetosphere. The implementation presented consists of an iterative mapping of the electrostatic potential ψ the gradient of which gives the electric field, and the field-aligned current density between the IM boundary at R=R1 and the inner boundary of an MHD code which is taken to be at R2>R1. Given the field-aligned current density on R=R2, as computed by the MHD simulation, it is mapped down to R=R1 where it is used to compute ψ by solving the equation that is the IM Ohm's law boundary condition. Then ψ is mapped out

  1. A Space-Mapping Framework for Engineering Optimization: Theory and Implementation

    DEFF Research Database (Denmark)

    Koziel, Slawomir; Bandler, John W.; Madsen, Kaj

    2006-01-01

    a region of interest. Output space mapping ensures the matching of responses and first-order derivatives between the mapped coarse model and the fine model at the current iteration point in the optimization process. We provide theoretical results that show the importance of the explicit use of sensitivity...... information to the convergence properties of our family of algorithms. Our algorithm is demonstrated on the optimization of a microstrip band-pass filter, a band-pass filter with double-coupled resonators and a seven-section impedance transformer. We describe the novel user-oriented software package SMF...

  2. Strain mapping of LED devices by dark-field inline electron holography: Comparison between deterministic and iterative phase retrieval approaches

    Energy Technology Data Exchange (ETDEWEB)

    Song, Kyung; Shin, Ga-Young; Kim, Jong Kyu [Department of Materials Science and Engineering, Pohang University of Science and Technology (POSTECH), San 31 Hyoja-dong, Nam-gu, Pohang 790-784 (Korea, Republic of); Oh, Sang Ho, E-mail: shoh@postech.ac.kr [Department of Materials Science and Engineering, Pohang University of Science and Technology (POSTECH), San 31 Hyoja-dong, Nam-gu, Pohang 790-784 (Korea, Republic of); Koch, Christoph T. [Institute for Experimental Physics, Ulm University, Albert-Einstein-Allee 11, 89081 Ulm (Germany)

    2013-04-15

    Dark-field inline electron holography has recently been established as a convenient method to map strain in semiconductor devices, combining high precision, low noise, sub-nm spatial resolution and fields-of-view larger than 1 μm. Here we compare two approaches to reconstruct the geometric phase from a transmission electron microscopy dark-field focal series and their effects on the strain measurement: the transport-of-intensity-equation (TIE) and a flux-preserving iterative approach. For this task, we used a GaN-based light emitting diode with a highly complex heterostructure as a model system. While the TIE relies on 3 images only but requires the optimization of two free parameters (defocus step and low-limit cut-off frequency), the iterative reconstruction algorithm involves no adjustable parameters and uses images recorded at 9 different planes of focus with quadratically increasing defocus values. Optimum parameters for the TIE-reconstruction could be identified. However, the iterative phase retrieval approach yields the strain values that agree best with the expected strain levels and provides also higher spatial resolution.

  3. A New Multi-Step Iterative Algorithm for Approximating Common Fixed Points of a Finite Family of Multi-Valued Bregman Relatively Nonexpansive Mappings

    Directory of Open Access Journals (Sweden)

    Wiyada Kumam

    2016-05-01

    Full Text Available In this article, we introduce a new multi-step iteration for approximating a common fixed point of a finite class of multi-valued Bregman relatively nonexpansive mappings in the setting of reflexive Banach spaces. We prove a strong convergence theorem for the proposed iterative algorithm under certain hypotheses. Additionally, we also use our results for the solution of variational inequality problems and to find the zero points of maximal monotone operators. The theorems furnished in this work are new and well-established and generalize many well-known recent research works in this field.

  4. New type of chimera and mutual synchronization of spatiotemporal structures in two coupled ensembles of nonlocally interacting chaotic maps

    Science.gov (United States)

    Bukh, Andrei; Rybalova, Elena; Semenova, Nadezhda; Strelkova, Galina; Anishchenko, Vadim

    2017-11-01

    We study numerically the dynamics of a network made of two coupled one-dimensional ensembles of discrete-time systems. The first ensemble is represented by a ring of nonlocally coupled Henon maps and the second one by a ring of nonlocally coupled Lozi maps. We find that the network of coupled ensembles can realize all the spatio-temporal structures which are observed both in the Henon map ensemble and in the Lozi map ensemble while uncoupled. Moreover, we reveal a new type of spatiotemporal structure, a solitary state chimera, in the considered network. We also establish and describe the effect of mutual synchronization of various complex spatiotemporal patterns in the system of two coupled ensembles of Henon and Lozi maps.

  5. Operation and coupling of LH waves with the ITER-like wall at JET

    International Nuclear Information System (INIS)

    Kirov, K K; Mailloux, J; Arnoux, G; Baranov, Yu; Brix, M; Mayoral, M-L; Rimini, F; Stamp, M; Ekedahl, A; Goniche, M; Petrzilka, V; Jachmich, S; Ongena, J

    2013-01-01

    In this paper important aspects of the lower hybrid (LH) operation with the ITER-like wall (ILW) [1] at JET are reported. Impurity release during LH operation was investigated and it was found that there is no significant Be increase with LH power. The concentration of W was analysed in more detail and it was concluded that LH negligibly contributes to its increase. No cases of W accumulation in LH-only heating experiments were observed so far. LH wave coupling was studied and optimised to achieve the level of system performance similar to before ILW installation. Measurements by Li-beam were used to study systematic dependencies of the scrape-off layer (SOL) density on the gas injection rate from a dedicated gas introduction module and the LH power and launcher position. Experimental results are supported by SOL transport modelling. Observations of arcs in front of the LH launcher and hotspots on magnetically connected sections of the vessel are reported. Overall, a relatively trouble-free operation of the LH system up to 2.5 MW of coupled radio frequency power in L-mode plasma was achieved with no indication that the power cannot be increased further. (paper)

  6. Spatiotemporal chaos in mixed linear-nonlinear two-dimensional coupled logistic map lattice

    Science.gov (United States)

    Zhang, Ying-Qian; He, Yi; Wang, Xing-Yuan

    2018-01-01

    We investigate a new spatiotemporal dynamics with mixing degrees of nonlinear chaotic maps for spatial coupling connections based on 2DCML. Here, the coupling methods are including with linear neighborhood coupling and the nonlinear chaotic map coupling of lattices, and the former 2DCML system is only a special case in the proposed system. In this paper the criteria such Kolmogorov-Sinai entropy density and universality, bifurcation diagrams, space-amplitude and snapshot pattern diagrams are provided in order to investigate the chaotic behaviors of the proposed system. Furthermore, we also investigate the parameter ranges of the proposed system which holds those features in comparisons with those of the 2DCML system and the MLNCML system. Theoretical analysis and computer simulation indicate that the proposed system contains features such as the higher percentage of lattices in chaotic behaviors for most of parameters, less periodic windows in bifurcation diagrams and the larger range of parameters for chaotic behaviors, which is more suitable for cryptography.

  7. Iterated multidimensional wave conversion

    International Nuclear Information System (INIS)

    Brizard, A. J.; Tracy, E. R.; Johnston, D.; Kaufman, A. N.; Richardson, A. S.; Zobin, N.

    2011-01-01

    Mode conversion can occur repeatedly in a two-dimensional cavity (e.g., the poloidal cross section of an axisymmetric tokamak). We report on two novel concepts that allow for a complete and global visualization of the ray evolution under iterated conversions. First, iterated conversion is discussed in terms of ray-induced maps from the two-dimensional conversion surface to itself (which can be visualized in terms of three-dimensional rooms). Second, the two-dimensional conversion surface is shown to possess a symplectic structure derived from Dirac constraints associated with the two dispersion surfaces of the interacting waves.

  8. Generalized N-coupled maps with invariant measure in Bose ...

    Indian Academy of Sciences (India)

    Algebraic properties of the Bose-Mesner algebra with an associated scheme with definite spectrum has been used in order to study the stability of the coupled map lattice. Associated schemes play a key role and may lead to analytical methods in studying the stability of the dynamical systems. The relation between the ...

  9. MAPCUMBA: A fast iterative multi-grid map-making algorithm for CMB experiments

    Science.gov (United States)

    Doré, O.; Teyssier, R.; Bouchet, F. R.; Vibert, D.; Prunet, S.

    2001-07-01

    The data analysis of current Cosmic Microwave Background (CMB) experiments like BOOMERanG or MAXIMA poses severe challenges which already stretch the limits of current (super-) computer capabilities, if brute force methods are used. In this paper we present a practical solution for the optimal map making problem which can be used directly for next generation CMB experiments like ARCHEOPS and TopHat, and can probably be extended relatively easily to the full PLANCK case. This solution is based on an iterative multi-grid Jacobi algorithm which is both fast and memory sparing. Indeed, if there are Ntod data points along the one dimensional timeline to analyse, the number of operations is of O (Ntod \\ln Ntod) and the memory requirement is O (Ntod). Timing and accuracy issues have been analysed on simulated ARCHEOPS and TopHat data, and we discuss as well the issue of the joint evaluation of the signal and noise statistical properties.

  10. Windows of opportunity for synchronization in stochastically coupled maps

    Science.gov (United States)

    Golovneva, Olga; Jeter, Russell; Belykh, Igor; Porfiri, Maurizio

    2017-02-01

    Several complex systems across science and engineering display on-off intermittent coupling among their units. Most of the current understanding of synchronization in switching networks relies on the fast switching hypothesis, where the network dynamics evolves at a much faster time scale than the individual units. Recent numerical evidence has demonstrated the existence of windows of opportunity, where synchronization may be induced through non-fast switching. Here, we study synchronization of coupled maps whose coupling gains stochastically switch with an arbitrary switching period. We determine the role of the switching period on synchronization through a detailed analytical treatment of the Lyapunov exponent of the stochastic dynamics. Through closed-form expressions and numerical findings, we demonstrate the emergence of windows of opportunity and elucidate their nontrivial relationship with the stability of synchronization under static coupling. Our results are expected to provide a rigorous basis for understanding the dynamic mechanisms underlying the emergence of windows of opportunity and leverage non-fast switching in the design of evolving networks.

  11. Multilayered tori in a system of two coupled logistic maps

    DEFF Research Database (Denmark)

    Zhusubaliyev, Zhanybai; Mosekilde, Erik

    2009-01-01

    of two coupled logistic maps through period-doubling or pitchfork bifurcations of the saddle cycle on an ordinary resonance torus. We hereafter present two different scenarios by which a multilayered torus can be destructed. One scenario involves a cascade of period-doubling bifurcations of both...

  12. A note on Verhulst's logistic equation and related logistic maps

    International Nuclear Information System (INIS)

    Gutierrez, M Ranferi; Reyes, M A; Rosu, H C

    2010-01-01

    We consider the Verhulst logistic equation and a couple of forms of the corresponding logistic maps. For the case of the logistic equation we show that using the general Riccati solution only changes the initial conditions of the equation. Next, we consider two forms of corresponding logistic maps reporting the following results. For the map x n+1 = rx n (1 - x n ) we propose a new way to write the solution for r = -2 which allows better precision of the iterative terms, while for the map x n+1 - x n = rx n (1 - x n+1 ) we show that it behaves identically to the logistic equation from the standpoint of the general Riccati solution, which is also provided herein for any value of the parameter r.

  13. A fast image encryption algorithm based on chaotic map

    Science.gov (United States)

    Liu, Wenhao; Sun, Kehui; Zhu, Congxu

    2016-09-01

    Derived from Sine map and iterative chaotic map with infinite collapse (ICMIC), a new two-dimensional Sine ICMIC modulation map (2D-SIMM) is proposed based on a close-loop modulation coupling (CMC) model, and its chaotic performance is analyzed by means of phase diagram, Lyapunov exponent spectrum and complexity. It shows that this map has good ergodicity, hyperchaotic behavior, large maximum Lyapunov exponent and high complexity. Based on this map, a fast image encryption algorithm is proposed. In this algorithm, the confusion and diffusion processes are combined for one stage. Chaotic shift transform (CST) is proposed to efficiently change the image pixel positions, and the row and column substitutions are applied to scramble the pixel values simultaneously. The simulation and analysis results show that this algorithm has high security, low time complexity, and the abilities of resisting statistical analysis, differential, brute-force, known-plaintext and chosen-plaintext attacks.

  14. Strong Convergence for Hybrid Implicit S-Iteration Scheme of Nonexpansive and Strongly Pseudocontractive Mappings

    Directory of Open Access Journals (Sweden)

    Shin Min Kang

    2014-01-01

    Full Text Available Let K be a nonempty closed convex subset of a real Banach space E, let S:K→K be nonexpansive, and let  T:K→K be Lipschitz strongly pseudocontractive mappings such that p∈FS∩FT=x∈K:Sx=Tx=x and x-Sy≤Sx-Sy and x-Ty≤Tx-Ty for all x, y∈K. Let βn be a sequence in 0, 1 satisfying (i ∑n=1∞βn=∞; (ii limn→∞⁡βn=0. For arbitrary x0∈K, let xn be a sequence iteratively defined by xn=Syn, yn=1-βnxn-1+βnTxn, n≥1. Then the sequence xn converges strongly to a common fixed point p of S and T.

  15. Analysis and reconstruction of stochastic coupled map lattice models

    International Nuclear Information System (INIS)

    Coca, Daniel; Billings, Stephen A.

    2003-01-01

    The Letter introduces a general stochastic coupled lattice map model together with an algorithm to estimate the nodal equations involved based only on a small set of observable variables and in the presence of stochastic perturbations. More general forms of the Frobenius-Perron and the transfer operators, which describe the evolution of densities under the action of the CML transformation, are derived

  16. Photonic circuits for iterative decoding of a class of low-density parity-check codes

    International Nuclear Information System (INIS)

    Pavlichin, Dmitri S; Mabuchi, Hideo

    2014-01-01

    Photonic circuits in which stateful components are coupled via guided electromagnetic fields are natural candidates for resource-efficient implementation of iterative stochastic algorithms based on propagation of information around a graph. Conversely, such message=passing algorithms suggest novel circuit architectures for signal processing and computation that are well matched to nanophotonic device physics. Here, we construct and analyze a quantum optical model of a photonic circuit for iterative decoding of a class of low-density parity-check (LDPC) codes called expander codes. Our circuit can be understood as an open quantum system whose autonomous dynamics map straightforwardly onto the subroutines of an LDPC decoding scheme, with several attractive features: it can operate in the ultra-low power regime of photonics in which quantum fluctuations become significant, it is robust to noise and component imperfections, it achieves comparable performance to known iterative algorithms for this class of codes, and it provides an instructive example of how nanophotonic cavity quantum electrodynamic components can enable useful new information technology even if the solid-state qubits on which they are based are heavily dephased and cannot support large-scale entanglement. (paper)

  17. Predictive Variable Gain Iterative Learning Control for PMSM

    Directory of Open Access Journals (Sweden)

    Huimin Xu

    2015-01-01

    Full Text Available A predictive variable gain strategy in iterative learning control (ILC is introduced. Predictive variable gain iterative learning control is constructed to improve the performance of trajectory tracking. A scheme based on predictive variable gain iterative learning control for eliminating undesirable vibrations of PMSM system is proposed. The basic idea is that undesirable vibrations of PMSM system are eliminated from two aspects of iterative domain and time domain. The predictive method is utilized to determine the learning gain in the ILC algorithm. Compression mapping principle is used to prove the convergence of the algorithm. Simulation results demonstrate that the predictive variable gain is superior to constant gain and other variable gains.

  18. Use of MCAM in creating 3D neutronics model for ITER building

    International Nuclear Information System (INIS)

    Zeng Qin; Wang Guozhong; Dang Tongqiang; Long Pengcheng; Loughlin, Michael

    2012-01-01

    Highlights: ► We created a 3D neutronics model of the ITER building. ► The model was produced from the engineering CAD model by MCAM software. ► The neutron flux map in the ITER building was calculated. - Abstract: The three dimensional (3D) neutronics reference model of International Thermonuclear Experimental Reactor (ITER) only defines the tokamak machine and extends to the bio-shield. In order to meet further 3D neutronics analysis needs, it is necessary to create a 3D reference model of the ITER building. Monte Carlo Automatic Modeling Program for Radiation Transport Simulation (MCAM) was developed as a computer aided design (CAD) based bi-directional interface program between general CAD systems and Monte Carlo radiation transport simulation codes. With the help of MCAM version 4.8, the 3D neutronics model of ITER building was created based on the engineering CAD model. The calculation of the neutron flux map in ITER building during operation showed the correctness and usability of the model. This model is the first detailed ITER building 3D neutronics model and it will be made available to all international organization collaborators as a reference model.

  19. Analysis of the ITER computational shielding benchmark with the Monte Carlo TRIPOLI-4® neutron gamma coupled calculations

    International Nuclear Information System (INIS)

    Lee, Yi-Kang

    2016-01-01

    Highlights: • Verification and validation of TRIPOLI-4 radiation transport calculations for ITER shielding benchmark. • Evaluation of CEA-V5.1.1 and FENDL-3.0 nuclear data libraries on D–T fusion neutron continuous energy transport calculations. • Advances in nuclear analyses for nuclear heating and radiation damage in iron. • This work also demonstrates that the “safety factors” concept is necessary in the nuclear analyses of ITER. - Abstract: With the growing interest in using the continuous-energy TRIPOLI-4 ® Monte Carlo radiation transport code for ITER applications, a key issue that arises is whether or not the released TRIPOLI-4 code and its associated nuclear data libraries are verified and validated for the D–T fusion neutronics calculations. Previous published benchmark results of TRIPOLI-4 code on the ITER related activities have concentrated on the first wall loading, the reactor dosimetry, the nuclear heating, and the tritium breeding ratio. To enhance the TRIPOLI-4 verification and validation on neutron-gamma coupled calculations for fusion device application, the computational ITER shielding benchmark of M. E. Sawan was performed in this work by using the 2013 released TRIPOLI-4.9S code and the associated CEA-V5.1.1 data library. First wall, blanket, vacuum vessel and toroidal field magnet of the inboard and outboard components were fully modelled in this 1-D toroidal cylindrical benchmark. The 14.1 MeV source neutrons were sampled from a uniform isotropic distribution in the plasma zone. Nuclear responses including neutron and gamma fluxes, nuclear heating, and material damage indicator were benchmarked against previous published results. The capabilities of the TRIPOLI-4 code on the evaluation of above physics parameters were presented. The nuclear data library from the new FENDL-3.0 evaluation was also benchmarked against the CEA-V5.1.1 results for the neutron transport calculations. The results show that both data libraries can be

  20. Color Image Encryption Using Three-Dimensional Sine ICMIC Modulation Map and DNA Sequence Operations

    Science.gov (United States)

    Liu, Wenhao; Sun, Kehui; He, Yi; Yu, Mengyao

    Derived from Sine map and iterative chaotic map with infinite collapse (ICMIC), a three-dimensional hyperchaotic Sine ICMIC modulation map (3D-SIMM) is proposed based on a close-loop modulation coupling (CMC) method. Based on this map, a novel color image encryption algorithm is designed by employing a hybrid model of multidirectional circular permutation and deoxyribonucleic acid (DNA) masking. In this scheme, the pixel positions of image are scrambled by multidirectional circular permutation, and the pixel values are substituted by DNA sequence operations. The simulation results and security analysis show that the algorithm has good encryption effect and strong key sensitivity, and can resist brute-force, statistical, differential, known-plaintext and chosen-plaintext attacks.

  1. AIR-MRF: Accelerated iterative reconstruction for magnetic resonance fingerprinting.

    Science.gov (United States)

    Cline, Christopher C; Chen, Xiao; Mailhe, Boris; Wang, Qiu; Pfeuffer, Josef; Nittka, Mathias; Griswold, Mark A; Speier, Peter; Nadar, Mariappan S

    2017-09-01

    Existing approaches for reconstruction of multiparametric maps with magnetic resonance fingerprinting (MRF) are currently limited by their estimation accuracy and reconstruction time. We aimed to address these issues with a novel combination of iterative reconstruction, fingerprint compression, additional regularization, and accelerated dictionary search methods. The pipeline described here, accelerated iterative reconstruction for magnetic resonance fingerprinting (AIR-MRF), was evaluated with simulations as well as phantom and in vivo scans. We found that the AIR-MRF pipeline provided reduced parameter estimation errors compared to non-iterative and other iterative methods, particularly at shorter sequence lengths. Accelerated dictionary search methods incorporated into the iterative pipeline reduced the reconstruction time at little cost of quality. Copyright © 2017 Elsevier Inc. All rights reserved.

  2. Krylov iterative methods and synthetic acceleration for transport in binary statistical media

    International Nuclear Information System (INIS)

    Fichtl, Erin D.; Warsa, James S.; Prinja, Anil K.

    2009-01-01

    In particle transport applications there are numerous physical constructs in which heterogeneities are randomly distributed. The quantity of interest in these problems is the ensemble average of the flux, or the average of the flux over all possible material 'realizations.' The Levermore-Pomraning closure assumes Markovian mixing statistics and allows a closed, coupled system of equations to be written for the ensemble averages of the flux in each material. Generally, binary statistical mixtures are considered in which there are two (homogeneous) materials and corresponding coupled equations. The solution process is iterative, but convergence may be slow as either or both materials approach the diffusion and/or atomic mix limits. A three-part acceleration scheme is devised to expedite convergence, particularly in the atomic mix-diffusion limit where computation is extremely slow. The iteration is first divided into a series of 'inner' material and source iterations to attenuate the diffusion and atomic mix error modes separately. Secondly, atomic mix synthetic acceleration is applied to the inner material iteration and S 2 synthetic acceleration to the inner source iterations to offset the cost of doing several inner iterations per outer iteration. Finally, a Krylov iterative solver is wrapped around each iteration, inner and outer, to further expedite convergence. A spectral analysis is conducted and iteration counts and computing cost for the new two-step scheme are compared against those for a simple one-step iteration, to which a Krylov iterative method can also be applied.

  3. Iterative Schemes for Convex Minimization Problems with Constraints

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We first introduce and analyze one implicit iterative algorithm for finding a solution of the minimization problem for a convex and continuously Fréchet differentiable functional, with constraints of several problems: the generalized mixed equilibrium problem, the system of generalized equilibrium problems, and finitely many variational inclusions 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 implicit iterative algorithm for finding a fixed point of infinitely many nonexpansive mappings with the same constraints, and derive its strong convergence under mild assumptions.

  4. Color image encryption based on Coupled Nonlinear Chaotic Map

    International Nuclear Information System (INIS)

    Mazloom, Sahar; Eftekhari-Moghadam, Amir Masud

    2009-01-01

    Image encryption is somehow different from text encryption due to some inherent features of image such as bulk data capacity and high correlation among pixels, which are generally difficult to handle by conventional methods. The desirable cryptographic properties of the chaotic maps such as sensitivity to initial conditions and random-like behavior have attracted the attention of cryptographers to develop new encryption algorithms. Therefore, recent researches of image encryption algorithms have been increasingly based on chaotic systems, though the drawbacks of small key space and weak security in one-dimensional chaotic cryptosystems are obvious. This paper proposes a Coupled Nonlinear Chaotic Map, called CNCM, and a novel chaos-based image encryption algorithm to encrypt color images by using CNCM. The chaotic cryptography technique which used in this paper is a symmetric key cryptography with a stream cipher structure. In order to increase the security of the proposed algorithm, 240 bit-long secret key is used to generate the initial conditions and parameters of the chaotic map by making some algebraic transformations to the key. These transformations as well as the nonlinearity and coupling structure of the CNCM have enhanced the cryptosystem security. For getting higher security and higher complexity, the current paper employs the image size and color components to cryptosystem, thereby significantly increasing the resistance to known/chosen-plaintext attacks. The results of several experimental, statistical analysis and key sensitivity tests show that the proposed image encryption scheme provides an efficient and secure way for real-time image encryption and transmission.

  5. Modified one-way coupled map lattices as communication cryptosystems

    International Nuclear Information System (INIS)

    Zhao Mingchao; Li Kezan; Fu Xinchu

    2009-01-01

    In this paper, we modify the original communication cryptosystem based on OCML (one-way coupled map lattices), and present a modified OCML communication cryptosystem. The modified OCML communication cryptosystem is shown to have some additional advantages compared to the original one, e.g., it has a larger parameter space, and is more capable of anti-error analysis. And, we apply this modified OCML communication cryptosystem for multiplex OCML communication.

  6. On the error estimation and T-stability of the Mann iteration

    NARCIS (Netherlands)

    Maruster, Laura; Maruster, St.

    2015-01-01

    A formula of error estimation of Mann iteration is given in the case of strongly demicontractive mappings. Based on this estimation, a condition of strong convergence is obtained for the same class of mappings. T-stability for a particular case of strongly demicontractive mappings is proved. Some

  7. Use of MCAM in creating 3D neutronics model for ITER building

    Energy Technology Data Exchange (ETDEWEB)

    Zeng Qin [Institute of Nuclear Energy Safety Technology, Chinese Academy of Sciences, Hefei, Anhui 230031 (China); School of Nuclear Science and Technology, University of Science and Technology of China, Hefei, Anhui 230027 (China); Wang Guozhong, E-mail: mango33@mail.ustc.edu.cn [School of Nuclear Science and Technology, University of Science and Technology of China, Hefei, Anhui 230027 (China); Dang Tongqiang [School of Nuclear Science and Technology, University of Science and Technology of China, Hefei, Anhui 230027 (China); Long Pengcheng [Institute of Nuclear Energy Safety Technology, Chinese Academy of Sciences, Hefei, Anhui 230031 (China); School of Nuclear Science and Technology, University of Science and Technology of China, Hefei, Anhui 230027 (China); Loughlin, Michael [ITER Organization, Route de Vinon sur Verdon, 13115 St. Paul-Lz-Durance (France)

    2012-08-15

    Highlights: Black-Right-Pointing-Pointer We created a 3D neutronics model of the ITER building. Black-Right-Pointing-Pointer The model was produced from the engineering CAD model by MCAM software. Black-Right-Pointing-Pointer The neutron flux map in the ITER building was calculated. - Abstract: The three dimensional (3D) neutronics reference model of International Thermonuclear Experimental Reactor (ITER) only defines the tokamak machine and extends to the bio-shield. In order to meet further 3D neutronics analysis needs, it is necessary to create a 3D reference model of the ITER building. Monte Carlo Automatic Modeling Program for Radiation Transport Simulation (MCAM) was developed as a computer aided design (CAD) based bi-directional interface program between general CAD systems and Monte Carlo radiation transport simulation codes. With the help of MCAM version 4.8, the 3D neutronics model of ITER building was created based on the engineering CAD model. The calculation of the neutron flux map in ITER building during operation showed the correctness and usability of the model. This model is the first detailed ITER building 3D neutronics model and it will be made available to all international organization collaborators as a reference model.

  8. A note on Verhulst's logistic equation and related logistic maps

    Energy Technology Data Exchange (ETDEWEB)

    Gutierrez, M Ranferi; Reyes, M A [Depto de Fisica, Universidad de Guanajuato, Apdo. Postal E143, 37150 Leon, Gto. (Mexico); Rosu, H C, E-mail: hcr@ipicyt.edu.m [IPICyT, Instituto Potosino de Investigacion Cientifica y Tecnologica, Apdo Postal 3-74 Tangamanga, 78231 San Luis PotosI (Mexico)

    2010-05-21

    We consider the Verhulst logistic equation and a couple of forms of the corresponding logistic maps. For the case of the logistic equation we show that using the general Riccati solution only changes the initial conditions of the equation. Next, we consider two forms of corresponding logistic maps reporting the following results. For the map x{sub n+1} = rx{sub n}(1 - x{sub n}) we propose a new way to write the solution for r = -2 which allows better precision of the iterative terms, while for the map x{sub n+1} - x{sub n} = rx{sub n}(1 - x{sub n+1}) we show that it behaves identically to the logistic equation from the standpoint of the general Riccati solution, which is also provided herein for any value of the parameter r.

  9. An approximate block Newton method for coupled iterations of nonlinear solvers: Theory and conjugate heat transfer applications

    Science.gov (United States)

    Yeckel, Andrew; Lun, Lisa; Derby, Jeffrey J.

    2009-12-01

    A new, approximate block Newton (ABN) method is derived and tested for the coupled solution of nonlinear models, each of which is treated as a modular, black box. Such an approach is motivated by a desire to maintain software flexibility without sacrificing solution efficiency or robustness. Though block Newton methods of similar type have been proposed and studied, we present a unique derivation and use it to sort out some of the more confusing points in the literature. In particular, we show that our ABN method behaves like a Newton iteration preconditioned by an inexact Newton solver derived from subproblem Jacobians. The method is demonstrated on several conjugate heat transfer problems modeled after melt crystal growth processes. These problems are represented by partitioned spatial regions, each modeled by independent heat transfer codes and linked by temperature and flux matching conditions at the boundaries common to the partitions. Whereas a typical block Gauss-Seidel iteration fails about half the time for the model problem, quadratic convergence is achieved by the ABN method under all conditions studied here. Additional performance advantages over existing methods are demonstrated and discussed.

  10. A role for Pyk2 and Src in linking G-protein-coupled receptors with MAP kinase activation.

    Science.gov (United States)

    Dikic, I; Tokiwa, G; Lev, S; Courtneidge, S A; Schlessinger, J

    1996-10-10

    The mechanisms by which mitogenic G-protein-coupled receptors activate the MAP kinase signalling pathway are poorly understood. Candidate protein tyrosine kinases that link G-protein-coupled receptors with MAP kinase include Src family kinases, the epidermal growth factor receptor, Lyn and Syk. Here we show that lysophosphatidic acid (LPA) and bradykinin induce tyrosine phosphorylation of Pyk2 and complex formation between Pyk2 and activated Src. Moreover, tyrosine phosphorylation of Pyk2 leads to binding of the SH2 domain of Src to tyrosine 402 of Pyk2 and activation of Src. Transient overexpression of a dominant interfering mutant of Pyk2 or the protein tyrosine kinase Csk reduces LPA- or bradykinin-induced activation of MAP kinase. LPA- or bradykinin-induced MAP kinase activation was also inhibited by overexpression of dominant interfering mutants of Grb2 and Sos. We propose that Pyk2 acts with Src to link Gi- and Gq-coupled receptors with Grb2 and Sos to activate the MAP kinase signalling pathway in PC12 cells.

  11. Further results for crack-edge mappings by ray methods

    International Nuclear Information System (INIS)

    Norris, A.N.; Achenbach, J.D.; Ahlberg, L.; Tittman, B.R.

    1984-01-01

    This chapter discusses further extensions of the local edge mapping method to the pulse-echo case and to configurations of water-immersed specimens and transducers. Crack edges are mapped by the use of arrival times of edge-diffracted signals. Topics considered include local edge mapping in a homogeneous medium, local edge mapping algorithms, local edge mapping through an interface, and edge mapping through an interface using synthetic data. Local edge mapping is iterative, with two or three iterations required for convergence

  12. Geometric properties of Banach spaces and nonlinear iterations

    CERN Document Server

    Chidume, Charles

    2009-01-01

    Nonlinear functional analysis and applications is an area of study that has provided fascination for many mathematicians across the world. This monograph delves specifically into the topic of the geometric properties of Banach spaces and nonlinear iterations, a subject of extensive research over the past thirty years. Chapters 1 to 5 develop materials on convexity and smoothness of Banach spaces, associated moduli and connections with duality maps. Key results obtained are summarized at the end of each chapter for easy reference. Chapters 6 to 23 deal with an in-depth, comprehensive and up-to-date coverage of the main ideas, concepts and results on iterative algorithms for the approximation of fixed points of nonlinear nonexpansive and pseudo-contractive-type mappings. This includes detailed workings on solutions of variational inequality problems, solutions of Hammerstein integral equations, and common fixed points (and common zeros) of families of nonlinear mappings. Carefully referenced and full of recent,...

  13. Neoclassical tearing mode stabilization by ECCD in ITER

    International Nuclear Information System (INIS)

    Giruzzi, G.; Zabiego, M.

    2001-01-01

    A dynamic model, based on a 3-D Fokker-Planck code coupled to the island evolution equations, is used to evaluate the feasibility of active control of Neoclassical Tearing modes by Electron Cyclotron Current Drive (ECCD) in International Thermonuclear Experimental Reactor (ITER). The parameters of the present version of ITER, i.e., RTO/RC ITER (IAM option) are used. Both m=3, n=2 and m=2, n=1 modes are considered. It is shown that an Electron Cyclotron wave system at 140 GHz, with toroidally steerable antennas, can stabilize both modes simultaneously if a power ≥30 MW is available

  14. From globally coupled maps to complex-systems biology

    Energy Technology Data Exchange (ETDEWEB)

    Kaneko, Kunihiko, E-mail: kaneko@complex.c.u-tokyo.ac.jp [Research Center for Complex Systems Biology, Graduate School of Arts and Sciences, The University of Tokyo 3-8-1 Komaba, Meguro-ku, Tokyo 153-8902 (Japan)

    2015-09-15

    Studies of globally coupled maps, introduced as a network of chaotic dynamics, are briefly reviewed with an emphasis on novel concepts therein, which are universal in high-dimensional dynamical systems. They include clustering of synchronized oscillations, hierarchical clustering, chimera of synchronization and desynchronization, partition complexity, prevalence of Milnor attractors, chaotic itinerancy, and collective chaos. The degrees of freedom necessary for high dimensionality are proposed to equal the number in which the combinatorial exceeds the exponential. Future analysis of high-dimensional dynamical systems with regard to complex-systems biology is briefly discussed.

  15. Characterizing spontaneous irregular behavior in coupled map lattices

    International Nuclear Information System (INIS)

    Dobyns, York; Atmanspacher, Harald

    2005-01-01

    Two-dimensional coupled map lattices display, in a specific parameter range, a stable phase (quasi-) periodic in both space and time. With small changes to the model parameters, this stable phase develops spontaneous eruptions of non-periodic behavior. Although this behavior itself appears irregular, it can be characterized in a systematic fashion. In particular, parameter-independent features of the spontaneous eruptions may allow useful empirical characterizations of other phenomena that are intrinsically hard to predict and reproduce. Specific features of the distributions of lifetimes and emergence rates of irregular states display such parameter-independent properties

  16. Characterizing spontaneous irregular behavior in coupled map lattices

    Energy Technology Data Exchange (ETDEWEB)

    Dobyns, York [PEAR, Princeton University Princeton, NJ 08544-5263 (United States); Atmanspacher, Harald [Institut fuer Grenzgebiete der Psychologie und Psychohygiene Wilhelmstrasse 3a, Freiburg 79098 (Germany)]. E-mail: haa@igpp.de

    2005-04-01

    Two-dimensional coupled map lattices display, in a specific parameter range, a stable phase (quasi-) periodic in both space and time. With small changes to the model parameters, this stable phase develops spontaneous eruptions of non-periodic behavior. Although this behavior itself appears irregular, it can be characterized in a systematic fashion. In particular, parameter-independent features of the spontaneous eruptions may allow useful empirical characterizations of other phenomena that are intrinsically hard to predict and reproduce. Specific features of the distributions of lifetimes and emergence rates of irregular states display such parameter-independent properties.

  17. Analysis of the ITER computational shielding benchmark with the Monte Carlo TRIPOLI-4{sup ®} neutron gamma coupled calculations

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Yi-Kang, E-mail: yi-kang.lee@cea.fr

    2016-11-01

    Highlights: • Verification and validation of TRIPOLI-4 radiation transport calculations for ITER shielding benchmark. • Evaluation of CEA-V5.1.1 and FENDL-3.0 nuclear data libraries on D–T fusion neutron continuous energy transport calculations. • Advances in nuclear analyses for nuclear heating and radiation damage in iron. • This work also demonstrates that the “safety factors” concept is necessary in the nuclear analyses of ITER. - Abstract: With the growing interest in using the continuous-energy TRIPOLI-4{sup ®} Monte Carlo radiation transport code for ITER applications, a key issue that arises is whether or not the released TRIPOLI-4 code and its associated nuclear data libraries are verified and validated for the D–T fusion neutronics calculations. Previous published benchmark results of TRIPOLI-4 code on the ITER related activities have concentrated on the first wall loading, the reactor dosimetry, the nuclear heating, and the tritium breeding ratio. To enhance the TRIPOLI-4 verification and validation on neutron-gamma coupled calculations for fusion device application, the computational ITER shielding benchmark of M. E. Sawan was performed in this work by using the 2013 released TRIPOLI-4.9S code and the associated CEA-V5.1.1 data library. First wall, blanket, vacuum vessel and toroidal field magnet of the inboard and outboard components were fully modelled in this 1-D toroidal cylindrical benchmark. The 14.1 MeV source neutrons were sampled from a uniform isotropic distribution in the plasma zone. Nuclear responses including neutron and gamma fluxes, nuclear heating, and material damage indicator were benchmarked against previous published results. The capabilities of the TRIPOLI-4 code on the evaluation of above physics parameters were presented. The nuclear data library from the new FENDL-3.0 evaluation was also benchmarked against the CEA-V5.1.1 results for the neutron transport calculations. The results show that both data libraries

  18. Li-Yorke chaos and synchronous chaos in a globally nonlocal coupled map lattice

    International Nuclear Information System (INIS)

    Khellat, Farhad; Ghaderi, Akashe; Vasegh, Nastaran

    2011-01-01

    Highlights: → A globally nonlocal coupled map lattice is introduced. → A sufficient condition for the existence of Li-Yorke chaos is determined. → A sufficient condition for synchronous behaviors is obtained. - Abstract: This paper investigates a globally nonlocal coupled map lattice. A rigorous proof to the existence of chaos in the scene of Li-Yorke in that system is presented in terms of the Marotto theorem. Analytical sufficient conditions under which the system is chaotic, and has synchronous behaviors are determined, respectively. The wider regions associated with chaos and synchronous behaviors are shown by simulations. Spatiotemporal chaos, synchronous chaos and some other synchronous behaviors such as fixed points, 2-cycles and 2 2 -cycles are also shown by simulations for some values of the parameters.

  19. Neutronics and thermal hydraulics coupling scheme for design improvement of liquid metal fast systems

    International Nuclear Information System (INIS)

    Sanchez-Espinoza, V.H.; Jaeger, W.; Travleev, A.; Monti, L.; Doern, R.

    2009-01-01

    Many advanced reactor concepts are nowadays under investigations within the Generation IV international initiative as well as in European research programs including subcritical and critical fast reactor systems cooled by liquid metal, gas and supercritical water. The Institute of Neutron Physics and Reactor Technology (INR) at the Forschungszentrum Karlsruhe GmbH is involved in different European projects like IP EUROTRANS, ELSY, ESFR. The main goal of these projects is, among others, to assess the technical feasibility of proposed concepts regarding safety, economics and transmutation requirements. In view of increased computer capabilities, improved computational schemes, where the neutronic and the thermal hydraulic solution is iteratively coupled, become practicable. The codes ERANOS2.1 and TRACE are being coupled to analyze fuel assembly or core designs of lead-cooled fast reactors (LFR). The neutronic solution obtained with the coupled system for a LFR fuel assembly was compared with the MCNP5 solution. It was shown that the coupled system is predicting physically sound results. The iterative coupling scheme was realized using Perlscripts and auxiliary Fortran programs to ensure that the mapping between the neutronic and the thermal hydraulic part is consistent. The coupled scheme is very flexible and appropriate for the neutron physical and thermal hydraulic investigation of fuel assemblies and of cores of lead cooled fast reactors. The developed methods and the obtained results will be presented and discussed. (author)

  20. Change of State of a Dynamical Unit in the Transition of Coherence

    International Nuclear Information System (INIS)

    Yang Yan-Jin; Du Ru-Hai; Wang Sheng-Jun; Jin Tao; Qu Shi-Xian

    2015-01-01

    The change of state of one map in the network of nonlocal coupled logistic maps at the transition of coherence is studied. With the increase of coupling strength, the network dynamics transits from the incoherent state into the coherent state. In the process, the iteration of the map first changes from chaos to period state, then from periodic to chaotic state again. For the periodic doubling bifurcations, similar to an isolated map, the largest Lyapunov exponent tends to zero from a negative value. However, the states of coupled maps exhibit complex behavior rather than converge to a few fixed values. The behavior brings a new chimera state of coupled logistic maps. The bifurcation diagram is identical to the phase order of maps iterations. For the bifurcation between 1-band and multi-band chaos, the symmetry of chaotic bands emerges and the transition of the order of iteration direction occurs

  1. Critical properties of phase transitions in lattices of coupled logistic maps

    International Nuclear Information System (INIS)

    Marcq, Philippe; Chate, Hugues; Manneville, Paul

    2006-01-01

    We numerically demonstrate that collective bifurcations in two-dimensional lattices of locally coupled logistic maps share most of the defining features of equilibrium second-order phase transitions. Our simulations suggest that these transitions between distinct collective dynamical regimes belong to the universality class of Miller and Huse model with synchronous update. (author)

  2. ITER...ation

    International Nuclear Information System (INIS)

    Troyon, F.

    1997-01-01

    Recurrent attacks against ITER, the new generation of tokamak are a mix of political and scientific arguments. This short article draws a historical review of the European fusion program. This program has allowed to build and manage several installations in the aim of getting experimental results necessary to lead the program forwards. ITER will bring together a fusion reactor core with technologies such as materials, superconductive coils, heating devices and instrumentation in order to validate and delimit the operating range. ITER will be a logical and decisive step towards the use of controlled fusion. (A.C.)

  3. Pseudo-Random Number Generator Based on Coupled Map Lattices

    Science.gov (United States)

    Lü, Huaping; Wang, Shihong; Hu, Gang

    A one-way coupled chaotic map lattice is used for generating pseudo-random numbers. It is shown that with suitable cooperative applications of both chaotic and conventional approaches, the output of the spatiotemporally chaotic system can easily meet the practical requirements of random numbers, i.e., excellent random statistical properties, long periodicity of computer realizations, and fast speed of random number generations. This pseudo-random number generator system can be used as ideal synchronous and self-synchronizing stream cipher systems for secure communications.

  4. Iterated random walks with shape prior

    DEFF Research Database (Denmark)

    Pujadas, Esmeralda Ruiz; Kjer, Hans Martin; Piella, Gemma

    2016-01-01

    the parametric probability density function. Then, random walks is performed iteratively aligning the prior with the current segmentation in every iteration. We tested the proposed approach with natural and medical images and compared it with the latest techniques with random walks and shape priors......We propose a new framework for image segmentation using random walks where a distance shape prior is combined with a region term. The shape prior is weighted by a confidence map to reduce the influence of the prior in high gradient areas and the region term is computed with k-means to estimate....... The experiments suggest that this method gives promising results for medical and natural images....

  5. Image based rendering of iterated function systems

    NARCIS (Netherlands)

    Wijk, van J.J.; Saupe, D.

    2004-01-01

    A fast method to generate fractal imagery is presented. Iterated function systems (IFS) are based on repeatedly copying transformed images. We show that this can be directly translated into standard graphics operations: Each image is generated by texture mapping and blending copies of the previous

  6. Symplectic Maps from Cluster Algebras

    Directory of Open Access Journals (Sweden)

    Allan P. Fordy

    2011-09-01

    Full Text Available We consider nonlinear recurrences generated from the iteration of maps that arise from cluster algebras. More precisely, starting from a skew-symmetric integer matrix, or its corresponding quiver, one can define a set of mutation operations, as well as a set of associated cluster mutations that are applied to a set of affine coordinates (the cluster variables. Fordy and Marsh recently provided a complete classification of all such quivers that have a certain periodicity property under sequences of mutations. This periodicity implies that a suitable sequence of cluster mutations is precisely equivalent to iteration of a nonlinear recurrence relation. Here we explain briefly how to introduce a symplectic structure in this setting, which is preserved by a corresponding birational map (possibly on a space of lower dimension. We give examples of both integrable and non-integrable maps that arise from this construction. We use algebraic entropy as an approach to classifying integrable cases. The degrees of the iterates satisfy a tropical version of the map.

  7. Post-convergence automatic differentiation of iterative schemes

    International Nuclear Information System (INIS)

    Azmy, Y.Y.

    1997-01-01

    A new approach for performing automatic differentiation (AD) of computer codes that embody an iterative procedure, based on differentiating a single additional iteration upon achieving convergence, is described and implemented. This post-convergence automatic differentiation (PAD) technique results in better accuracy of the computed derivatives, as it eliminates part of the derivatives convergence error, and a large reduction in execution time, especially when many iterations are required to achieve convergence. In addition, it provides a way to compute derivatives of the converged solution without having to repeat the entire iterative process every time new parameters are considered. These advantages are demonstrated and the PAD technique is validated via a set of three linear and nonlinear codes used to solve neutron transport and fluid flow problems. The PAD technique reduces the execution time over direct AD by a factor of up to 30 and improves the accuracy of the derivatives by up to two orders of magnitude. The PAD technique's biggest disadvantage lies in the necessity to compute the iterative map's Jacobian, which for large problems can be prohibitive. Methods are discussed to alleviate this difficulty

  8. Conceptual design Fusion Experimental Reactor (FER/ITER)

    International Nuclear Information System (INIS)

    Uehara, Kazuya; Nagashima, Takashi; Ikeda, Yoshitaka

    1991-11-01

    This report describes a conceptual design of Lower Hybrid Wave (LH) system for FER and ITER. In JAERI, the conceptual design of LH system for FER has been performed in these 3 years in parallel to that of ITER. There must be a common design part with ITER and FER. The physical requirement of LH system is the saving of volt · sec in the current start-up phase, and the current drive at the boundary region. The frequency of 5GHz is mainly chosen for avoidance of the α particle absorption and for the availability of electron tube development. Seventy-two klystrons (FER) and one hundred klystrons (ITER) are necessary to inject the 30 MW (FER) and 45-50 MW (ITER) rf power into plasma using 0.7 - 0.8 MW klystron per one tube. The launching system is the multi-junction type and the rf spectrum must be as sharp as possible with high directivity to improve the current drive efficiency. One port (FER) and two ports (ITER) are used and the injection direction is in horizontal, in which the analysis of the ray-tracing code and the better coupling of LH wave is considered. The transmission line is over-sized waveguide with low rf loss. (author)

  9. Strong and Weak Convergence Criteria of Composite Iterative Algorithms for Systems of Generalized Equilibria

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We first introduce and analyze one iterative algorithm by using the composite shrinking projection method for finding a solution of the system of generalized equilibria with constraints of several problems: a generalized mixed equilibrium problem, finitely many variational inequalities, and the common fixed point problem of an asymptotically strict pseudocontractive mapping in the intermediate sense and infinitely many nonexpansive mappings in a real Hilbert space. We prove a strong convergence theorem for the iterative algorithm under suitable conditions. On the other hand, we also propose another iterative algorithm involving no shrinking projection method and derive its weak convergence under mild assumptions. Our results improve and extend the corresponding results in the earlier and recent literature.

  10. The General Iterative Methods for Asymptotically Nonexpansive Semigroups in Banach Spaces

    Directory of Open Access Journals (Sweden)

    Rabian Wangkeeree

    2012-01-01

    Full Text Available We introduce the general iterative methods for finding a common fixed point of asymptotically nonexpansive semigroups which is a unique solution of some variational inequalities. We prove the strong convergence theorems of such iterative scheme in a reflexive Banach space which admits a weakly continuous duality mapping. The main result extends various results existing in the current literature.

  11. Fractal patterns on the onset of coherent structures in a coupled map ...

    Indian Academy of Sciences (India)

    We report the formation of Cantor set-like fractals during the development of coherent structures in a coupled map lattice (CML). The dependence of these structures on the size of the lattice as well as the first three dimensions of the associated fractal patterns are analyzed numerically.

  12. Iterative approximation of the solution of a monotone operator equation in certain Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1988-01-01

    Let X=L p (or l p ), p ≥ 2. The solution of the equation Ax=f, f is an element of X is approximated in X by an iteration process in each of the following two cases: (i) A is a bounded linear mapping of X into itself which is also bounded below; and, (ii) A is a nonlinear Lipschitz mapping of X into itself and satisfies ≥ m |x-y| 2 , for some constant m > 0 and for all x, y in X, where j is the single-valued normalized duality mapping of X into X* (the dual space of X). A related result deals with the iterative approximation of the fixed point of a Lipschitz strictly pseudocontractive mapping in X. (author). 12 refs

  13. Regarding overrelaxation for accelerating an iteration process

    International Nuclear Information System (INIS)

    Vondy, D.R.

    1984-06-01

    The solution for a vector that satisfies a set of coupled equations is often obtained economically in iteration. Application of an overrelaxation coefficient to augment the calculated iterate changes is done to accelerate the rate of convergence. This scheme is simple to implement and often effective. Much is known theoretically about the iterative behavior when the system of equations is linear, although there are complexities that are not widely known. Extensive use is made of the scheme even to non-linear systems of equations where behavior depends on the situation. Of much concern to the developer of solution methods (typically an engineer or applied mathematician) is implementing an effective procedure at a modest investment in development and testing. Applications are described to thermal cell and neutron diffusion modeling

  14. Convergence theorems for quasi-contractive mappings

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1992-01-01

    It is proved that each of two well known fixed point iteration methods (the Mann and Ishikawa iteration methods) converges strongly, without any compactness assumption on the domain of the map, to the unique fixed point of a quasi-contractive map in real Banach spacers with property (U, α, m+1, m). These Banach spaces include the L p (or l p ) spaces, p ≥ 2. Our theorems generalize important known results. (author). 29 refs

  15. ITER diagnostic system: Vacuum interface

    Energy Technology Data Exchange (ETDEWEB)

    Patel, K.M., E-mail: Kaushal.Patel@iter.org [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-Lez-Durance (France); Udintsev, V.S.; Hughes, S.; Walker, C.I.; Andrew, P.; Barnsley, R.; Bertalot, L. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-Lez-Durance (France); Drevon, J.M. [Bertin Technologies, BP 22, 13762 Aix-en Provence cedex 3 (France); Encheva, A. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-Lez-Durance (France); Kashchuk, Y. [Institution “PROJECT CENTER ITER”, 1, Akademika Kurchatova pl., Moscow (Russian Federation); Maquet, Ph. [Bertin Technologies, BP 22, 13762 Aix-en Provence cedex 3 (France); Pearce, R.; Taylor, N.; Vayakis, G.; Walsh, M.J. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-Lez-Durance (France)

    2013-10-15

    Diagnostics play an essential role for the successful operation of the ITER tokamak. They provide the means to observe control and to measure plasma during the operation of ITER tokamak. The components of the diagnostic system in the ITER tokamak will be installed in the vacuum vessel, in the cryostat, in the upper, equatorial and divertor ports, in the divertor cassettes and racks, as well as in various buildings. Diagnostic components that are placed in a high radiation environment are expected to operate for the life of ITER. There are approx. 45 diagnostic systems located on ITER. Some diagnostics incorporate direct or independently pumped extensions to maintain their necessary vacuum conditions. They require a base pressure less than 10{sup −7} Pa, irrespective of plasma operation, and a leak rate of less than 10{sup −10} Pa m{sup 3} s{sup −1}. In all the cases it is essential to maintain the ITER closed fuel cycle. These directly coupled diagnostic systems are an integral part of the ITER vacuum containment and are therefore subject to the same design requirements for tritium and active gas confinement, for all normal and accidental conditions. All the diagnostics, whether or not pumped, incorporate penetration of the vacuum boundary (i.e. window assembly, vacuum feedthrough etc.) and demountable joints. Monitored guard volumes are provided for all elements of the vacuum boundary that are judged to be vulnerable by virtue of their construction, material, load specification etc. Standard arrangements are made for their construction and for the monitoring, evacuating and leak testing of these volumes. Diagnostic systems are incorporated at more than 20 ports on ITER. This paper will describe typical and particular arrangements of pumped diagnostic and monitored guard volume. The status of the diagnostic vacuum systems, which are at the start of their detailed design, will be outlined and the specific features of the vacuum systems in ports and extensions

  16. ITER diagnostic system: Vacuum interface

    International Nuclear Information System (INIS)

    Patel, K.M.; Udintsev, V.S.; Hughes, S.; Walker, C.I.; Andrew, P.; Barnsley, R.; Bertalot, L.; Drevon, J.M.; Encheva, A.; Kashchuk, Y.; Maquet, Ph.; Pearce, R.; Taylor, N.; Vayakis, G.; Walsh, M.J.

    2013-01-01

    Diagnostics play an essential role for the successful operation of the ITER tokamak. They provide the means to observe control and to measure plasma during the operation of ITER tokamak. The components of the diagnostic system in the ITER tokamak will be installed in the vacuum vessel, in the cryostat, in the upper, equatorial and divertor ports, in the divertor cassettes and racks, as well as in various buildings. Diagnostic components that are placed in a high radiation environment are expected to operate for the life of ITER. There are approx. 45 diagnostic systems located on ITER. Some diagnostics incorporate direct or independently pumped extensions to maintain their necessary vacuum conditions. They require a base pressure less than 10 −7 Pa, irrespective of plasma operation, and a leak rate of less than 10 −10 Pa m 3 s −1 . In all the cases it is essential to maintain the ITER closed fuel cycle. These directly coupled diagnostic systems are an integral part of the ITER vacuum containment and are therefore subject to the same design requirements for tritium and active gas confinement, for all normal and accidental conditions. All the diagnostics, whether or not pumped, incorporate penetration of the vacuum boundary (i.e. window assembly, vacuum feedthrough etc.) and demountable joints. Monitored guard volumes are provided for all elements of the vacuum boundary that are judged to be vulnerable by virtue of their construction, material, load specification etc. Standard arrangements are made for their construction and for the monitoring, evacuating and leak testing of these volumes. Diagnostic systems are incorporated at more than 20 ports on ITER. This paper will describe typical and particular arrangements of pumped diagnostic and monitored guard volume. The status of the diagnostic vacuum systems, which are at the start of their detailed design, will be outlined and the specific features of the vacuum systems in ports and extensions will be described

  17. A new iteration process for generalized lipschitz pseudo-contractive and generalized lipschitz accretive mappings

    International Nuclear Information System (INIS)

    Chidume, C.E.; Ofoedu, E.U.

    2007-07-01

    Let K be a nonempty closed convex subset of a real Banach space E. Let T : K → K be a generalized Lipschitz pseudo-contractive mapping such that F(T) := { x element of K : Tx = x} ≠ 0. Let { α n } n ≥ 1 , { λ n } n ≥ 1 and { θ n } n ≥ 1 be real sequences in (0, 1) such that α n = o( θ n ), lim n →∞ λ n = 0 and λ n ( α n + θ n ) 1 element of K, let the sequence { x n } n ≥ 1 be iteratively generated by x n+1 = (1 - λ n α n )x n + λ n α n Tx n - λ n θ n (x n - x 1 ), n ≥ 1. Then, { x n } n ≥ 1 is bounded. Moreover, if E is a reflexive Banach space with uniformly Gateaux differentiable norm and if Σ n=1 ∞ λ n θ n = ∞ is additionally assumed, then, under mild conditions, left brace# x n } n ≥ 1 converges strongly to some x* element of F(T). (author)

  18. Landslide Susceptibility Assessment Using Frequency Ratio Technique with Iterative Random Sampling

    Directory of Open Access Journals (Sweden)

    Hyun-Joo Oh

    2017-01-01

    Full Text Available This paper assesses the performance of the landslide susceptibility analysis using frequency ratio (FR with an iterative random sampling. A pair of before-and-after digital aerial photographs with 50 cm spatial resolution was used to detect landslide occurrences in Yongin area, Korea. Iterative random sampling was run ten times in total and each time it was applied to the training and validation datasets. Thirteen landslide causative factors were derived from the topographic, soil, forest, and geological maps. The FR scores were calculated from the causative factors and training occurrences repeatedly ten times. The ten landslide susceptibility maps were obtained from the integration of causative factors that assigned FR scores. The landslide susceptibility maps were validated by using each validation dataset. The FR method achieved susceptibility accuracies from 89.48% to 93.21%. And the landslide susceptibility accuracy of the FR method is higher than 89%. Moreover, the ten times iterative FR modeling may contribute to a better understanding of a regularized relationship between the causative factors and landslide susceptibility. This makes it possible to incorporate knowledge-driven considerations of the causative factors into the landslide susceptibility analysis and also be extensively used to other areas.

  19. An iterative particle filter approach for coupled hydro-geophysical inversion of a controlled infiltration experiment

    International Nuclear Information System (INIS)

    Manoli, Gabriele; Rossi, Matteo; Pasetto, Damiano; Deiana, Rita; Ferraris, Stefano; Cassiani, Giorgio; Putti, Mario

    2015-01-01

    The modeling of unsaturated groundwater flow is affected by a high degree of uncertainty related to both measurement and model errors. Geophysical methods such as Electrical Resistivity Tomography (ERT) can provide useful indirect information on the hydrological processes occurring in the vadose zone. In this paper, we propose and test an iterated particle filter method to solve the coupled hydrogeophysical inverse problem. We focus on an infiltration test monitored by time-lapse ERT and modeled using Richards equation. The goal is to identify hydrological model parameters from ERT electrical potential measurements. Traditional uncoupled inversion relies on the solution of two sequential inverse problems, the first one applied to the ERT measurements, the second one to Richards equation. This approach does not ensure an accurate quantitative description of the physical state, typically violating mass balance. To avoid one of these two inversions and incorporate in the process more physical simulation constraints, we cast the problem within the framework of a SIR (Sequential Importance Resampling) data assimilation approach that uses a Richards equation solver to model the hydrological dynamics and a forward ERT simulator combined with Archie's law to serve as measurement model. ERT observations are then used to update the state of the system as well as to estimate the model parameters and their posterior distribution. The limitations of the traditional sequential Bayesian approach are investigated and an innovative iterative approach is proposed to estimate the model parameters with high accuracy. The numerical properties of the developed algorithm are verified on both homogeneous and heterogeneous synthetic test cases based on a real-world field experiment

  20. An iterative particle filter approach for coupled hydro-geophysical inversion of a controlled infiltration experiment

    Energy Technology Data Exchange (ETDEWEB)

    Manoli, Gabriele, E-mail: manoli@dmsa.unipd.it [Department of Mathematics, University of Padova, Via Trieste 63, 35121 Padova (Italy); Nicholas School of the Environment, Duke University, Durham, NC 27708 (United States); Rossi, Matteo [Department of Geosciences, University of Padova, Via Gradenigo 6, 35131 Padova (Italy); Pasetto, Damiano [Department of Mathematics, University of Padova, Via Trieste 63, 35121 Padova (Italy); Deiana, Rita [Dipartimento dei Beni Culturali, University of Padova, Piazza Capitaniato 7, 35139 Padova (Italy); Ferraris, Stefano [Interuniversity Department of Regional and Urban Studies and Planning, Politecnico and University of Torino, Viale Mattioli 39, 10125 Torino (Italy); Cassiani, Giorgio [Department of Geosciences, University of Padova, Via Gradenigo 6, 35131 Padova (Italy); Putti, Mario [Department of Mathematics, University of Padova, Via Trieste 63, 35121 Padova (Italy)

    2015-02-15

    The modeling of unsaturated groundwater flow is affected by a high degree of uncertainty related to both measurement and model errors. Geophysical methods such as Electrical Resistivity Tomography (ERT) can provide useful indirect information on the hydrological processes occurring in the vadose zone. In this paper, we propose and test an iterated particle filter method to solve the coupled hydrogeophysical inverse problem. We focus on an infiltration test monitored by time-lapse ERT and modeled using Richards equation. The goal is to identify hydrological model parameters from ERT electrical potential measurements. Traditional uncoupled inversion relies on the solution of two sequential inverse problems, the first one applied to the ERT measurements, the second one to Richards equation. This approach does not ensure an accurate quantitative description of the physical state, typically violating mass balance. To avoid one of these two inversions and incorporate in the process more physical simulation constraints, we cast the problem within the framework of a SIR (Sequential Importance Resampling) data assimilation approach that uses a Richards equation solver to model the hydrological dynamics and a forward ERT simulator combined with Archie's law to serve as measurement model. ERT observations are then used to update the state of the system as well as to estimate the model parameters and their posterior distribution. The limitations of the traditional sequential Bayesian approach are investigated and an innovative iterative approach is proposed to estimate the model parameters with high accuracy. The numerical properties of the developed algorithm are verified on both homogeneous and heterogeneous synthetic test cases based on a real-world field experiment.

  1. Pre-pregnancy community-based intervention for couples in Malaysia: application of intervention mapping.

    Science.gov (United States)

    Norris, Shane A; Ho, Julius Cheah Chee; Rashed, Aswir Abd; Vinding, Vibeke; Skau, Jutta K H; Biesma, Regien; Aagaard-Hansen, Jens; Hanson, Mark; Matzen, Priya

    2016-11-17

    Malaysia is experiencing a nutrition transition with burgeoning obesity, particularly in women, and a growing prevalence of non-communicable disease. These health burdens have severe implications not only for adult health but also across generations. Pre-conception health promotion could address the intergenerational risk of metabolic disease. This paper describes the development of the "Jom Mama" intervention using Intervention Mapping (IM). The Jom Mama intervention aims to improve the health of young adult couples in Malaysia prior to conception. IM comprises of five steps prior to the last one, which involves the evaluation of the intervention. We used the five steps to develop the Jom Mama intervention. Both the process and evidence is documented providing the rationale to the selection of the key objectives of the intervention: (i) increasing healthy dietary practice; (ii) increasing physical activity levels, (iii) reducing sedentary activity; and (iv) improving social support to offset stressful lifestyles. From the IM process, Jom Mama will be health-system centred approach that uniquely combines both community health promoters and an electronic-health platform to deliver the complex intervention. IM is an iterative process that systematically gathers "best" evidence, selects appropriate theories of behaviour change, and facilitates formative research so as to develop a complex intervention. Though the IM process is time consuming, complex, and costly, it has enriched the Jom Mama intervention with a number of notable advantages: (i) intervention fashioned on formative work with stakeholders and in the target group; (ii) intervention combines research evidence with theory; (iii) intervention acknowledges multiple dynamics of influence; and (iv) intervention is embedded within health service priorities in Malaysia for greater scale-up possibility.

  2. Symbolic dynamics and synchronization of coupled map networks with multiple delays

    International Nuclear Information System (INIS)

    Atay, Fatihcan M.; Jalan, Sarika; Jost, Juergen

    2010-01-01

    We use symbolic dynamics to study discrete-time dynamical systems with multiple time delays. We exploit the concept of avoiding sets, which arise from specific non-generating partitions of the phase space and restrict the occurrence of certain symbol sequences related to the characteristics of the dynamics. In particular, we show that the resulting forbidden sequences are closely related to the time delays in the system. We present two applications to coupled map lattices, namely (1) detecting synchronization and (2) determining unknown values of the transmission delays in networks with possibly directed and weighted connections and measurement noise. The method is applicable to multi-dimensional as well as set-valued maps, and to networks with time-varying delays and connection structure.

  3. Local Fractional Laplace Variational Iteration Method for Solving Linear Partial Differential Equations with Local Fractional Derivative

    Directory of Open Access Journals (Sweden)

    Ai-Min Yang

    2014-01-01

    Full Text Available The local fractional Laplace variational iteration method was applied to solve the linear local fractional partial differential equations. The local fractional Laplace variational iteration method is coupled by the local fractional variational iteration method and Laplace transform. The nondifferentiable approximate solutions are obtained and their graphs are also shown.

  4. Effects of randomness on chaos and order of coupled logistic maps

    International Nuclear Information System (INIS)

    Savi, Marcelo A.

    2007-01-01

    Natural systems are essentially nonlinear being neither completely ordered nor completely random. These nonlinearities are responsible for a great variety of possibilities that includes chaos. On this basis, the effect of randomness on chaos and order of nonlinear dynamical systems is an important feature to be understood. This Letter considers randomness as fluctuations and uncertainties due to noise and investigates its influence in the nonlinear dynamical behavior of coupled logistic maps. The noise effect is included by adding random variations either to parameters or to state variables. Besides, the coupling uncertainty is investigated by assuming tinny values for the connection parameters, representing the idea that all Nature is, in some sense, weakly connected. Results from numerical simulations show situations where noise alters the system nonlinear dynamics

  5. Coupled fluid-structure method for pressure suppression analysis

    International Nuclear Information System (INIS)

    McMaster, W.H.; Norris, D.M. Jr.; Goudreau, G.L.

    1979-01-01

    We have coupled an incompressible Eulerian hydrodynamic algorithm to a Lagrangian finite-element shell algorithm for the analysis of pressure suppression in boiling water reactors. The computer program calculates loads and structural response from air and steam blowdown and the oscillating condensation of steam bubbles in a water pool. The fluid, structure, and coupling algorithms have been verified by the calculation of solved problems from the literature and from air and steam blowdown experiments. The foundation of the program is the semi-implicit, two-dimensional SOLA algorithm. The shell structure algorithm uses conventional thin-shell theory with transverse shear. The finite-element spatial discretization employs piecewise-linear interpolation functions and one-point quadrature applied to conical frustra. We use the Newmark implicit time-integration method implemented as a one-step module. The algorithms are strongly coupled in the iteration loop using the iterated pressure in the fluid to drive the structure. The coupling algorithm requires normal velocity compatibility at the fluid-structure interface and incompressibility of the computational Eulerian zone overlaid by the structure. This is accomplished by iterating on the pressure field which is applied to the structure during each iteration until both conditions are satisfied

  6. Development step toward fusion power plant and role of experimental reactor ITER

    International Nuclear Information System (INIS)

    Hiwatari, Ryouji; Asaoka, Yoshiyuki; Okano, Kunihiko

    2005-01-01

    The development of fusion energy is going into the experimental reactor stage, and the thermal energy from the fusion reaction will be generated in a plant scale through the ITER (International Thermonuclear Experimental Reactor) project. The remaining critical issue toward the realization of fusion energy is to map out the development strategy. Recently early realization approach as for the fusion energy development is being discussed in Japan, Europe, and the United States. This approach implies that the devices for a Demo reactor and a proto-type reactor as seen in the fast breeder reactor are combined into a single device in order to advance the fusion energy development. On the other hand, a clear development road map for fusion energy hasn't been suggested yet, and whether that early realization approach is feasible or not is still ambiguous. In order to realize the fusion energy as an user-friendly energy system, the suggestion of the development missions and the road map from the user-side point of view is instructive not only to Japanese but also to other country's development policy after the ITER project. In this report, first of all, the development missions from the user's point of view have been structured. Second, the development target required to demonstrate net electric generation and to introduce the fusion energy into the market is investigated, respectively. This investigation reveals that the completion of the ITER reference operation gives the outlook toward the demonstration of net electric generation and that the completion of the ITER advanced operation gives the possibility to introduce the fusion energy into the market. At last, the electric demonstration power plant Demo-CREST and the commercial power plant CREST are proposed to construct the development road map for fusion energy. (author)

  7. Study of neutron spectrometers for ITER

    Energy Technology Data Exchange (ETDEWEB)

    Kaellne, Jan

    2005-11-15

    A review is presented of the developments in the field of neutron emission spectrometry (NES) which is of relevance for identifying the role of NES diagnostics on ITER and selecting suitable instrumentation. Neutron spectrometers will be part of the ITER neutron diagnostic complement and this study makes a special effort to examine which performance characteristics the spectrometers should possess to provide the best burning plasma diagnostic information together with neutron cameras and neutron yield monitors. The performance of NES diagnostics is coupled to how much interface space can be provided which has lead to an interest to find compact instruments and their NES capabilities. This study assesses all known spectrometer types of potential interest for ITER and makes a ranking of their performance (as demonstrated or projected), which, in turn, are compared with ITER measurement requirements as a reference; the ratio of diagnostic performance to interface cost for different spectrometers is also discussed for different spectrometer types. The overall result of the study is an assessment of which diagnostic functions neutron measurements can provide in burning plasma fusion experiments on ITER and the role that NES can play depending on the category of instrument installed. Of special note is the result that much higher quality diagnostic information can be obtained from neutron measurements with total yield monitors, profile flux cameras and spectrometers when the synergy in the data is considered in the analysis and interpretation.

  8. Stretched exponential dynamics of coupled logistic maps on a small-world network

    Science.gov (United States)

    Mahajan, Ashwini V.; Gade, Prashant M.

    2018-02-01

    We investigate the dynamic phase transition from partially or fully arrested state to spatiotemporal chaos in coupled logistic maps on a small-world network. Persistence of local variables in a coarse grained sense acts as an excellent order parameter to study this transition. We investigate the phase diagram by varying coupling strength and small-world rewiring probability p of nonlocal connections. The persistent region is a compact region bounded by two critical lines where band-merging crisis occurs. On one critical line, the persistent sites shows a nonexponential (stretched exponential) decay for all p while for another one, it shows crossover from nonexponential to exponential behavior as p → 1 . With an effectively antiferromagnetic coupling, coupling to two neighbors on either side leads to exchange frustration. Apart from exchange frustration, non-bipartite topology and nonlocal couplings in a small-world network could be a reason for anomalous relaxation. The distribution of trap times in asymptotic regime has a long tail as well. The dependence of temporal evolution of persistence on initial conditions is studied and a scaling form for persistence after waiting time is proposed. We present a simple possible model for this behavior.

  9. Strong Convergence of Hybrid Algorithm for Asymptotically Nonexpansive Mappings in Hilbert Spaces

    Directory of Open Access Journals (Sweden)

    Juguo Su

    2012-01-01

    Full Text Available The hybrid algorithms for constructing fixed points of nonlinear mappings have been studied extensively in recent years. The advantage of this methods is that one can prove strong convergence theorems while the traditional iteration methods just have weak convergence. In this paper, we propose two types of hybrid algorithm to find a common fixed point of a finite family of asymptotically nonexpansive mappings in Hilbert spaces. One is cyclic Mann's iteration scheme, and the other is cyclic Halpern's iteration scheme. We prove the strong convergence theorems for both iteration schemes.

  10. Iterative-Transform Phase Retrieval Using Adaptive Diversity

    Science.gov (United States)

    Dean, Bruce H.

    2007-01-01

    multiple intensity images are processed, each using a different defocus value. The processing is done by an iterative-transform method, yielding individual phase estimates corresponding to each image of the defocus-diversity data set. These individual phase estimates are combined in a weighted average to form a new phase estimate, which serves as the initial phase estimate for either the next iteration of the iterative-transform method or, if the maximum number of iterations has been reached, for the next several steps, which constitute the outerloop portion of the algorithm. The details of the next several steps must be omitted here for the sake of brevity. The overall effect of these steps is to adaptively update the diversity defocus values according to recovery of global defocus in the phase estimate. Aberration recovery varies with differing amounts as the amount of diversity defocus is updated in each image; thus, feedback is incorporated into the recovery process. This process is iterated until the global defocus error is driven to zero during the recovery process. The amplitude of aberration may far exceed one wavelength after completion of the inner-loop portion of the algorithm, and the classical iterative transform method does not, by itself, enable recovery of multi-wavelength aberrations. Hence, in the absence of a means of off-loading the multi-wavelength portion of the aberration, the algorithm would produce a wrapped phase map. However, a special aberration-fitting procedure can be applied to the wrapped phase data to transfer at least some portion of the multi-wavelength aberration to the diversity function, wherein the data are treated as known phase values. In this way, a multiwavelength aberration can be recovered incrementally by successively applying the aberration-fitting procedure to intermediate wrapped phase maps. During recovery, as more of the aberration is transferred to the diversity function following successive iterations around the ter loop

  11. Computing fixed points of nonexpansive mappings by $\\alpha$-dense curves

    Directory of Open Access Journals (Sweden)

    G. García

    2017-08-01

    Full Text Available Given a multivalued nonexpansive mapping defined on a convex and compact set of a Banach space, with values in the class of convex and compact subsets of its domain, we present an iteration scheme which (under suitable conditions converges to a fixed point of such mapping. This new iteration provides us another method to approximate the fixed points of a singlevalued nonexpansive mapping, defined on a compact and convex set into itself. Moreover, the conditions for the singlevalued case are less restrictive than for the multivalued case. Our main tool will be the so called $\\alpha$-dense curves, which will allow us to construct such iterations. Some numerical examples are provided to illustrate our results.

  12. A multiscale fixed stress split iterative scheme for coupled flow and poromechanics in deep subsurface reservoirs

    Science.gov (United States)

    Dana, Saumik; Ganis, Benjamin; Wheeler, Mary F.

    2018-01-01

    In coupled flow and poromechanics phenomena representing hydrocarbon production or CO2 sequestration in deep subsurface reservoirs, the spatial domain in which fluid flow occurs is usually much smaller than the spatial domain over which significant deformation occurs. The typical approach is to either impose an overburden pressure directly on the reservoir thus treating it as a coupled problem domain or to model flow on a huge domain with zero permeability cells to mimic the no flow boundary condition on the interface of the reservoir and the surrounding rock. The former approach precludes a study of land subsidence or uplift and further does not mimic the true effect of the overburden on stress sensitive reservoirs whereas the latter approach has huge computational costs. In order to address these challenges, we augment the fixed-stress split iterative scheme with upscaling and downscaling operators to enable modeling flow and mechanics on overlapping nonmatching hexahedral grids. Flow is solved on a finer mesh using a multipoint flux mixed finite element method and mechanics is solved on a coarse mesh using a conforming Galerkin method. The multiscale operators are constructed using a procedure that involves singular value decompositions, a surface intersections algorithm and Delaunay triangulations. We numerically demonstrate the convergence of the augmented scheme using the classical Mandel's problem solution.

  13. Convergence analysis of neutronic/thermohydraulic coupling behavior of SCWR

    International Nuclear Information System (INIS)

    Liu, Shichang; Cai, Jiejin

    2013-01-01

    The neutronic/thermohydraulic coupling (N–T coupling) calculations play an important role in core design and stability analysis. The traditional iterative method is not applicable for some new reactors (such as supercritical water-cooled reactor) which have intense N–T coupling behavior. In this paper, the mathematical model of N–T coupling based on fixed point theory is established firstly, with the convergent criterion, which can show the real-time convergence situation of iteration. Secondly, the self-adaptive relaxation factor and corresponding algorithm are proposed. Thirdly, the convergence analysis of the method of self-adaptive relaxation factor and common relaxation iteration has been performed, based on three calculation examples of SCWR fuel assembly. The results show that the proposed algorithm can efficiently reduce the calculation time and be adapted to different coupling cases and different initial distribution. It is easy to program, providing convenience for reactor design and analysis. This research also provides the theoretical basis for further study of N–T coupling behavior of new reactors such as SCWR

  14. Mapping Iterative Medical Imaging Algorithm on Cell Accelerator

    Directory of Open Access Journals (Sweden)

    Meilian Xu

    2011-01-01

    architectures that exploit data parallel applications, medical imaging algorithms such as OS-SART can be studied to produce increased performance. In this paper, we map OS-SART on cell broadband engine (Cell BE. We effectively use the architectural features of Cell BE to provide an efficient mapping. The Cell BE consists of one powerPC processor element (PPE and eight SIMD coprocessors known as synergetic processor elements (SPEs. The limited memory storage on each of the SPEs makes the mapping challenging. Therefore, we present optimization techniques to efficiently map the algorithm on the Cell BE for improved performance over CPU version. We compare the performance of our proposed algorithm on Cell BE to that of Sun Fire ×4600, a shared memory machine. The Cell BE is five times faster than AMD Opteron dual-core processor. The speedup of the algorithm on Cell BE increases with the increase in the number of SPEs. We also experiment with various parameters, such as number of subsets, number of processing elements, and number of DMA transfers between main memory and local memory, that impact the performance of the algorithm.

  15. Activation and afterheat analyses for the HCPB test blanket module in ITER

    International Nuclear Information System (INIS)

    Pereslavtsev, P.; Fischer, U.

    2008-01-01

    To provide a sound data basis for the safety analyses of the HCPB TBM system in ITER, the afterheat and activity inventories were assessed making use of a code system that allows performing 3D activation calculations by linking the Monte Carlo transport code MCNP and the fusion inventory code FISPACT through an appropriate interface. A suitable MCNP model of a 20 deg. ITER torus sector with an integrated TBM of the HCPB PI (plant integration) type in the horizontal test blanket port was developed and adapted to the requirements for coupled 3D neutron transport and activation calculations. Two different irradiation scenarios were considered in the coupled 3D neutron transport and activation calculations. The first one is representative for the TBM irradiation in ITER with a total of 9000 neutron pulses over a 3 (calendar) years period. The second (conservative) irradiation scenario assumes an extended irradiation time over the full anticipated lifetime of ITER. The radioactivity inventories, the afterheat and the contact gamma dose were calculated as function of the decay time. Data were processed for the total activity, afterheat and contact dose rates of the TBM, its constituting components and materials

  16. Iterative solution of the semiconductor device equations

    Energy Technology Data Exchange (ETDEWEB)

    Bova, S.W.; Carey, G.F. [Univ. of Texas, Austin, TX (United States)

    1996-12-31

    Most semiconductor device models can be described by a nonlinear Poisson equation for the electrostatic potential coupled to a system of convection-reaction-diffusion equations for the transport of charge and energy. These equations are typically solved in a decoupled fashion and e.g. Newton`s method is used to obtain the resulting sequences of linear systems. The Poisson problem leads to a symmetric, positive definite system which we solve iteratively using conjugate gradient. The transport equations lead to nonsymmetric, indefinite systems, thereby complicating the selection of an appropriate iterative method. Moreover, their solutions exhibit steep layers and are subject to numerical oscillations and instabilities if standard Galerkin-type discretization strategies are used. In the present study, we use an upwind finite element technique for the transport equations. We also evaluate the performance of different iterative methods for the transport equations and investigate various preconditioners for a few generalized gradient methods. Numerical examples are given for a representative two-dimensional depletion MOSFET.

  17. Benchmark of coupling codes (ALOHA, TOPLHA and GRILL3D) with ITER-relevant Lower Hybrid antenna

    International Nuclear Information System (INIS)

    Milanesio, D.; Hillairet, J.; Panaccione, L.; Maggiora, R.; Artaud, J.F.; Bae, Y.S.; Barbera, A.M.A.; Belo, J.; Berger-By, G.; Bernard, J.M.; Cara, Ph.; Cardinali, A.; Castaldo, C.; Ceccuzzi, S.; Cesario, R.; Decker, J.; Delpech, L.; Ekedahl, A.; Garcia, J.; Garibaldi, P.

    2011-01-01

    In order to assist the design of the future ITER Lower Hybrid launcher, coupling codes ALOHA, from CEA/IRFM, TOPLHA, from Politecnico di Torino, and GRILL3D, developed by Dr. Mikhail Irzak (A.F. Ioffe Physico-Technical Institute, St. Petersburg, Russia) and operated by ENEA Frascati, have been compared with the updated (six modules with four active waveguides per module) Passive-Active Multi-junction (PAM) Lower Hybrid antennas. Both ALOHA and GRILL3D formulate the problem in terms of rectangular waveguides modes, while TOPLHA is based on boundary-value problem with the adoption of a triangular cell-mesh to represent the relevant waveguides surfaces. Several plasma profiles, with varying edge density and density increase, have been adopted to provide a complete description of the simulated launcher in terms of reflection coefficient, computed at the beginning of each LH module, and of power spectra. Good agreement can be observed among codes for all the simulated profiles.

  18. Europe wrestles with ITER site bid

    CERN Multimedia

    Feder, T

    2003-01-01

    "The European Union is in a quandary over whether to put forward the French or Spanish site to host ITER, a $5 billion magnetic fusion experiment intended to prove the feasability of fusion energy. The decision is set for 27 November, with the final site selection, between the victorious European bid and bids from Canada and Japan, to follow within a couple of months" (1 page)

  19. Dimensions of Fractals Generated by Bi-Lipschitz Maps

    Directory of Open Access Journals (Sweden)

    Qi-Rong Deng

    2014-01-01

    Full Text Available On the class of iterated function systems of bi-Lipschitz mappings that are contractions with respect to some metrics, we introduce a logarithmic distortion property, which is weaker than the well-known bounded distortion property. By assuming this property, we prove the equality of the Hausdorff and box dimensions of the attractor. We also obtain a formula for the dimension of the attractor in terms of certain modified topological pressure functions, without imposing any separation condition. As an application, we prove the equality of Hausdorff and box dimensions for certain iterated function systems consisting of affine maps and nonsmooth maps.

  20. Pre-pregnancy community-based intervention for couples in Malaysia: application of intervention mapping

    Directory of Open Access Journals (Sweden)

    Shane A. Norris

    2016-11-01

    Full Text Available Abstract Background Malaysia is experiencing a nutrition transition with burgeoning obesity, particularly in women, and a growing prevalence of non-communicable disease. These health burdens have severe implications not only for adult health but also across generations. Pre-conception health promotion could address the intergenerational risk of metabolic disease. This paper describes the development of the “Jom Mama” intervention using Intervention Mapping (IM. The Jom Mama intervention aims to improve the health of young adult couples in Malaysia prior to conception. Methods IM comprises of five steps prior to the last one, which involves the evaluation of the intervention. We used the five steps to develop the Jom Mama intervention. Results Both the process and evidence is documented providing the rationale to the selection of the key objectives of the intervention: (i increasing healthy dietary practice; (ii increasing physical activity levels, (iii reducing sedentary activity; and (iv improving social support to offset stressful lifestyles. From the IM process, Jom Mama will be health-system centred approach that uniquely combines both community health promoters and an electronic-health platform to deliver the complex intervention. Conclusion IM is an iterative process that systematically gathers “best” evidence, selects appropriate theories of behaviour change, and facilitates formative research so as to develop a complex intervention. Though the IM process is time consuming, complex, and costly, it has enriched the Jom Mama intervention with a number of notable advantages: (i intervention fashioned on formative work with stakeholders and in the target group; (ii intervention combines research evidence with theory; (iii intervention acknowledges multiple dynamics of influence; and (iv intervention is embedded within health service priorities in Malaysia for greater scale-up possibility.

  1. Iterative analysis of concrete gravity dam-nonlinear foundation ...

    African Journals Online (AJOL)

    The solution of the coupled system is accomplished by solving the two systems separately and then considering the interaction effects at the soil–structure interface enforced by a developed iterative scheme. Emphasis has been laid on the study of material nonlinearity of the foundation material in the interaction analysis.

  2. Iterative approximation of a solution of a general variational-like inclusion in Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.; Kazmi, K.R.; Zegeye, H.

    2002-07-01

    In this paper, we introduce a class of η-accretive mappings in a real Banach space, and show that the η-proximal point mapping for η-m-accretive mapping is Lipschitz continuous. Further we develop an iterative algorithm for a class of general variational-like inclusions involving η-accretive mappings in real Banach space, and discuss its convergence criteria. The class of η-accretive mappings includes several important classes of operators that have been studied by various authors. (author)

  3. Iterative procedure for in-situ EUV optical testing with an incoherent source

    Energy Technology Data Exchange (ETDEWEB)

    Miyawaka, Ryan; Naulleau, Patrick; Zakhor, Avideh

    2009-12-01

    We propose an iterative method for in-situ optical testing under partially coherent illumination that relies on the rapid computation of aerial images. In this method a known pattern is imaged with the test optic at several planes through focus. A model is created that iterates through possible aberration maps until the through-focus series of aerial images matches the experimental result. The computation time of calculating the through-focus series is significantly reduced by a-SOCS, an adapted form of the Sum Of Coherent Systems (SOCS) decomposition. In this method, the Hopkins formulation is described by an operator S which maps the space of pupil aberrations to the space of aerial images. This operator is well approximated by a truncated sum of its spectral components.

  4. Participatory maps

    DEFF Research Database (Denmark)

    Salovaara-Moring, Inka

    towards a new political ecology. This type of digital cartographies has been highlighted as the ‘processual turn’ in critical cartography, whereas in related computational journalism it can be seen as an interactive and iterative process of mapping complex and fragile ecological developments. This paper...

  5. Convergence theorems for strictly hemi-contractive maps

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1992-04-01

    It is proved that each of two well-known fixed point iteration methods (the Mann and the Ishikawa iteration methods) converges strongly to the fixed point of strictly hemi-contractive map in real Banach spaces with property (U, λ, m+1,m), λ is an element of R, m is an element of IN. The class of strictly hemi-contractive maps includes all strictly pseudo-contractive maps with nonempty fixed point sets; and Banach spaces with property (U, λ, m+1, m), λ is an element of R, m is an element of IN include the L p (or l p ) spaces, p≥2. Our theorems generalize important known results. (author). 22 refs

  6. ICRF Review: From ERASMUS To ITER

    Science.gov (United States)

    Weynants, R. R.

    2009-11-01

    This is a personal account of how I saw ICRF evolve since 1974, with a presentation that is ordered according to the topics: heating, antenna coupling, impurity generation/mitigation and system technology. The nature of the main issues is each time reviewed, recent findings are incorporated, and it is shown how the ICRF community has been able to react to sometimes rapidly changing demands and is indeed resolutely preparing ITER.

  7. Long distance coupling of lower hybrid waves in ITER relevant edge conditions in jet reversed shear plasmas

    Energy Technology Data Exchange (ETDEWEB)

    Ekedahl, A.; Goniche, M.; Joffrin, E. [Association Euratom-CEA Cadarache, 13 - Saint-Paul-lez-Durance (France). Dept. de Recherches sur la Fusion Controlee; Granucci, G. [Associazione EURATOM-ENEA sulla Fusione, IFP-CNR, Milano (Italy); Mailloux, J.; Baranov, Y.; Erents, K.; Lomas, P.J.; McDonald, D.; Stamp, M. [Euratom/UKAEA Fusion Association, Abingdon (United Kingdom). Culham Lab; Petrzilka, V.; Zacek, F. [Association Euratom-IPP.CR, Praha (Czech Republic); Rantamaki, K. [Assiciation Euratom-Tekes, VTT Processes (Finland); Mantsinen, M. [Helsinki Univ. of Technology, Association Euratom-Tekes (Finland); Noterdaeme, J.M. [Max-Planck-Institut fuer Plasmaphysik, Association Euratom, Garching (Germany); Gent University, EESA Dept. (Belgium); Pericoli, V.; Tuccillo, A.A. [Association Euratom-ENEA sulla Fusione, CR Frascati, Roma (Italy); Sartori, R. [EFDA Close Support Unit, Garching (Germany); Silva, C. [Associacao Euratom-IST, Centro de Fusao Nuclear, Lisboa (Portugal)

    2003-07-01

    A significant step towards demonstrating the feasibility of coupling Lower Hybrid (LH) waves in ITER has been achieved in the latest LH current drive experiments in JET. The local electron density in front of the LH launcher was increased by injecting gas (D{sub 2} or CD{sub 4}) from a dedicated gas injection module magnetically connected to the launcher. P(LHCD) = 3 MW was coupled with an average reflection coefficient of 5%, at a distance between the last closed flux surface and the launcher of 10 cm, in plasmas with an internal transport barrier (ITB) and H-mode edge, with type 1 and type 3 ELMs (edge localized modes). Following a modification of the gas injection system, in order to optimise the gas localisation with respect to the LH launcher, injection of D{sub 2} proved to be more efficient than CD{sub 4}. A D{sub 2} flux of 5-8 x 10{sup 21} el/s was required at 9 cm. The plasma performance (neutron rate, H-factor, ion temperature) was similar with D{sub 2} and CD{sub 4}. An additional advantage with D{sub 2} injection was found, as it reduced the amplitude of the ELMs, which further facilitated the LH coupling. Furthermore, preliminary results of the study of the behaviour of electron density profile in the scrape-off layer during injection of C{sub 2}H{sub 6} and C{sub 3}H{sub 8} are reported. Finally, the appearance of hot spots, resulting from parasitic absorption of LHCD power in front of the launcher mouth, was studied in the long distance discharges with near gas injection. (authors)

  8. Combining Orthogonal Chain-End Deprotections and Thiol-Maleimide Michael Coupling: Engineering Discrete Oligomers by an Iterative Growth Strategy.

    Science.gov (United States)

    Huang, Zhihao; Zhao, Junfei; Wang, Zimu; Meng, Fanying; Ding, Kunshan; Pan, Xiangqiang; Zhou, Nianchen; Li, Xiaopeng; Zhang, Zhengbiao; Zhu, Xiulin

    2017-10-23

    Orthogonal maleimide and thiol deprotections were combined with thiol-maleimide coupling to synthesize discrete oligomers/macromolecules on a gram scale with molecular weights up to 27.4 kDa (128mer, 7.9 g) using an iterative exponential growth strategy with a degree of polymerization (DP) of 2 n -1. Using the same chemistry, a "readable" sequence-defined oligomer and a discrete cyclic topology were also created. Furthermore, uniform dendrons were fabricated using sequential growth (DP=2 n -1) or double exponential dendrimer growth approaches (DP=22n -1) with significantly accelerated growth rates. A versatile, efficient, and metal-free method for construction of discrete oligomers with tailored structures and a high growth rate would greatly facilitate research into the structure-property relationships of sophisticated polymeric materials. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  9. On circle map coupled map lattice

    CERN Document Server

    Ahmed, E

    2002-01-01

    Circle map in one and two dimensions is studied. Both its stability, synchronization using bounded control and persistence is discussed. This work is expected to be applicable in ecology where spatial effects are known to be important. Also it will be relevant to systems where delay effects are not negligible.

  10. A new approach of equilibrium reconstruction for ITER

    International Nuclear Information System (INIS)

    Imazawa, R.; Kawano, Y.; Kusama, Y.

    2011-01-01

    We have proposed a new approach for equilibrium reconstruction that can be applied to ITER-like burning plasmas. In this study, we have focused on carrying out equilibrium reconstruction using polarimetry, which is feasible for ITER-like burning plasmas. Polarimetry in burning plasmas is different from that in the existing tokamaks in two regards: (1) increased importance of the relativistic effects and (2) significant coupling with the Faraday and Cotton–Mouton effects. We found that when polarimetric data (orientation angle, θ, and ellipticity angle, ε, of a polarization state) are used as the constraints in the equilibrium reconstruction, the optimum weighting factors for θ and ε depend on the magnetic surfaces through which the viewing chord of polarimetry passes. We applied our approach to the operation scenarios II (S2) and IV (S4) in ITER. In the case where the viewing chords are via both the equatorial and upper ports, the measurement requirements for the accuracy of the q-profile in ITER (±10%) were satisfied in S2 and S4 when the measuring errors of θ and ε were less than 0.5° and 3°, respectively.

  11. Iterating skeletons

    DEFF Research Database (Denmark)

    Dieterle, Mischa; Horstmeyer, Thomas; Berthold, Jost

    2012-01-01

    a particular skeleton ad-hoc for repeated execution turns out to be considerably complicated, and raises general questions about introducing state into a stateless parallel computation. In addition, one would strongly prefer an approach which leaves the original skeleton intact, and only uses it as a building...... block inside a bigger structure. In this work, we present a general framework for skeleton iteration and discuss requirements and variations of iteration control and iteration body. Skeleton iteration is expressed by synchronising a parallel iteration body skeleton with a (likewise parallel) state......Skeleton-based programming is an area of increasing relevance with upcoming highly parallel hardware, since it substantially facilitates parallel programming and separates concerns. When parallel algorithms expressed by skeletons involve iterations – applying the same algorithm repeatedly...

  12. Toward Generalization of Iterative Small Molecule Synthesis.

    Science.gov (United States)

    Lehmann, Jonathan W; Blair, Daniel J; Burke, Martin D

    2018-02-01

    Small molecules have extensive untapped potential to benefit society, but access to this potential is too often restricted by limitations inherent to the customized approach currently used to synthesize this class of chemical matter. In contrast, the "building block approach", i.e., generalized iterative assembly of interchangeable parts, has now proven to be a highly efficient and flexible way to construct things ranging all the way from skyscrapers to macromolecules to artificial intelligence algorithms. The structural redundancy found in many small molecules suggests that they possess a similar capacity for generalized building block-based construction. It is also encouraging that many customized iterative synthesis methods have been developed that improve access to specific classes of small molecules. There has also been substantial recent progress toward the iterative assembly of many different types of small molecules, including complex natural products, pharmaceuticals, biological probes, and materials, using common building blocks and coupling chemistry. Collectively, these advances suggest that a generalized building block approach for small molecule synthesis may be within reach.

  13. Toward Generalization of Iterative Small Molecule Synthesis

    Science.gov (United States)

    Lehmann, Jonathan W.; Blair, Daniel J.; Burke, Martin D.

    2018-01-01

    Small molecules have extensive untapped potential to benefit society, but access to this potential is too often restricted by limitations inherent to the customized approach currently used to synthesize this class of chemical matter. In contrast, the “building block approach”, i.e., generalized iterative assembly of interchangeable parts, has now proven to be a highly efficient and flexible way to construct things ranging all the way from skyscrapers to macromolecules to artificial intelligence algorithms. The structural redundancy found in many small molecules suggests that they possess a similar capacity for generalized building block-based construction. It is also encouraging that many customized iterative synthesis methods have been developed that improve access to specific classes of small molecules. There has also been substantial recent progress toward the iterative assembly of many different types of small molecules, including complex natural products, pharmaceuticals, biological probes, and materials, using common building blocks and coupling chemistry. Collectively, these advances suggest that a generalized building block approach for small molecule synthesis may be within reach. PMID:29696152

  14. A System of Generalized Variational Inclusions Involving a New Monotone Mapping in Banach Spaces

    Directory of Open Access Journals (Sweden)

    Jinlin Guan

    2013-01-01

    Full Text Available We introduce a new monotone mapping in Banach spaces, which is an extension of the -monotone mapping studied by Nazemi (2012, and we generalize the variational inclusion involving the -monotone mapping. Based on the new monotone mapping, we propose a new proximal mapping which combines the proximal mapping studied by Nazemi (2012 with the mapping studied by Lan et al. (2011 and show its Lipschitz continuity. Based on the new proximal mapping, we give an iterative algorithm. Furthermore, we prove the convergence of iterative sequences generated by the algorithm under some appropriate conditions. Our results improve and extend corresponding ones announced by many others.

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

  16. Multistep Hybrid Iterations for Systems of Generalized Equilibria with Constraints of Several Problems

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We first introduce and analyze one multistep iterative algorithm by hybrid shrinking projection method for finding a solution of the system of generalized equilibria with constraints of several problems: the generalized mixed equilibrium problem, finitely many variational inclusions, the minimization problem for a convex and continuously Fréchet differentiable functional, 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 multistep iterative algorithm involving no shrinking projection method and derive its weak convergence under mild assumptions.

  17. Iterated-map approach to die tossing

    DEFF Research Database (Denmark)

    Feldberg, Rasmus; Szymkat, Maciej; Knudsen, Carsten

    1990-01-01

    Nonlinear dissipative mapping is applied to determine the trajectory of a two-dimensional die thrown onto an elastic table. The basins of attraction for different outcomes are obtained and their distribution in the space of initial conditions discussed. The system has certain properties in common...... with chaotic systems. However, a die falls to rest after a finite number of impacts, and therefore the system has a finite sensitivity to the initial conditions. Quantitative measures of this sensitivity are proposed and their variations with the initial momentum and orientation of the die investigated....

  18. Identification of Coupled Map Lattice Based on Compressed Sensing

    Directory of Open Access Journals (Sweden)

    Dong Xie

    2016-01-01

    Full Text Available A novel approach for the parameter identification of coupled map lattice (CML based on compressed sensing is presented in this paper. We establish a meaningful connection between these two seemingly unrelated study topics and identify the weighted parameters using the relevant recovery algorithms in compressed sensing. Specifically, we first transform the parameter identification problem of CML into the sparse recovery problem of underdetermined linear system. In fact, compressed sensing provides a feasible method to solve underdetermined linear system if the sensing matrix satisfies some suitable conditions, such as restricted isometry property (RIP and mutual coherence. Then we give a low bound on the mutual coherence of the coefficient matrix generated by the observed values of CML and also prove that it satisfies the RIP from a theoretical point of view. If the weighted vector of each element is sparse in the CML system, our proposed approach can recover all the weighted parameters using only about M samplings, which is far less than the number of the lattice elements N. Another important and significant advantage is that if the observed data are contaminated with some types of noises, our approach is still effective. In the simulations, we mainly show the effects of coupling parameter and noise on the recovery rate.

  19. The uses of emotion maps in research and clinical practice with families and couples: methodological innovation and critical inquiry.

    Science.gov (United States)

    Gabb, Jacqui; Singh, Reenee

    2015-03-01

    We explore how "emotion maps" can be productively used in clinical assessment and clinical practice with families and couples. This graphic participatory method was developed in sociological studies to examine everyday family relationships. Emotion maps enable us to effectively "see" the dynamic experience and emotional repertoires of family life. Through the use of a case example, in this article we illustrate how emotion maps can add to the systemic clinicians' repertoire of visual methods. For clinicians working with families, couples, and young people, the importance of gaining insight into how lives are lived, at home, cannot be understated. Producing emotion maps can encourage critical personal reflection and expedite change in family practice. Hot spots in the household become visualized, facilitating dialogue on prevailing issues and how these events may be perceived differently by different family members. As emotion maps are not reliant on literacy or language skills they can be equally completed by parents and children alike, enabling children's perspective to be heard. Emotion maps can be used as assessment tools, to demonstrate the process of change within families. Furthermore, emotion maps can be extended to use through technology and hence are well suited particularly to working with young people. We end the article with a wider discussion of the place of emotions and emotion maps within systemic psychotherapy. © 2014 The Authors. Family Process published by Wiley Periodicals, Inc. on behalf of Family Process Institute.

  20. Technical note Flood map development by coupling satellite maps ...

    African Journals Online (AJOL)

    Flood maps are important for local authorities in designing mitigation plans to minimise damage and loss due to flooding. In recent years, flood events in the Sarawak River Basin, Malaysia have caused damage to property, loss of life and disruption of productive activities. Currently, the available flood map for Sarawak River ...

  1. Stabilization effect of fission source in coupled Monte Carlo simulations

    Energy Technology Data Exchange (ETDEWEB)

    Olsen, Borge; Dufek, Jan [Div. of Nuclear Reactor Technology, KTH Royal Institute of Technology, AlbaNova University Center, Stockholm (Sweden)

    2017-08-15

    A fission source can act as a stabilization element in coupled Monte Carlo simulations. We have observed this while studying numerical instabilities in nonlinear steady-state simulations performed by a Monte Carlo criticality solver that is coupled to a xenon feedback solver via fixed-point iteration. While fixed-point iteration is known to be numerically unstable for some problems, resulting in large spatial oscillations of the neutron flux distribution, we show that it is possible to stabilize it by reducing the number of Monte Carlo criticality cycles simulated within each iteration step. While global convergence is ensured, development of any possible numerical instability is prevented by not allowing the fission source to converge fully within a single iteration step, which is achieved by setting a small number of criticality cycles per iteration step. Moreover, under these conditions, the fission source may converge even faster than in criticality calculations with no feedback, as we demonstrate in our numerical test simulations.

  2. Stabilization effect of fission source in coupled Monte Carlo simulations

    Directory of Open Access Journals (Sweden)

    Börge Olsen

    2017-08-01

    Full Text Available A fission source can act as a stabilization element in coupled Monte Carlo simulations. We have observed this while studying numerical instabilities in nonlinear steady-state simulations performed by a Monte Carlo criticality solver that is coupled to a xenon feedback solver via fixed-point iteration. While fixed-point iteration is known to be numerically unstable for some problems, resulting in large spatial oscillations of the neutron flux distribution, we show that it is possible to stabilize it by reducing the number of Monte Carlo criticality cycles simulated within each iteration step. While global convergence is ensured, development of any possible numerical instability is prevented by not allowing the fission source to converge fully within a single iteration step, which is achieved by setting a small number of criticality cycles per iteration step. Moreover, under these conditions, the fission source may converge even faster than in criticality calculations with no feedback, as we demonstrate in our numerical test simulations.

  3. ITER-FEAT - outline design report. Report by the ITER Director. ITER meeting, Tokyo, January 2000

    International Nuclear Information System (INIS)

    2001-01-01

    It is now possible to define the key elements of ITER-FEAT. This report provides the results, to date, of the joint work of the Special Working Group in the form of an Outline Design Report on the ITER-FEAT design which, subject to the views of ITER Council and of the Parties, will be the focus of further detailed design work and analysis in order to provide to the Parties a complete and fully integrated engineering design within the framework of the ITER EDA extension

  4. Quantum baker maps with controlled-not coupling

    International Nuclear Information System (INIS)

    Vallejos, Raul O; Santoro, Pedro R del; Almeida, Alfredo M Ozorio de

    2006-01-01

    The characteristic stretching and squeezing of chaotic motion is linearized within the finite number of phase space domains which subdivide a classical baker map. Tensor products of such maps are also chaotic, but a more interesting generalized baker map arises if the stacking orders for the factor maps are allowed to interact. These maps are readily quantized, in such a way that the stacking interaction is entirely attributed to primary qubits in each map, if each jth subsystem has Hilbert space dimension D j 2 n j . We here study the particular example of two baker maps that interact via a controlled-not interaction, which is a universal gate for quantum computation. Numerical evidence indicates that the control subspace becomes an ideal Markovian environment for the target map in the limit of large Hilbert space dimension

  5. Inexact Newton–Landweber iteration for solving nonlinear inverse problems in Banach spaces

    International Nuclear Information System (INIS)

    Jin, Qinian

    2012-01-01

    By making use of duality mappings, we formulate an inexact Newton–Landweber iteration method for solving nonlinear inverse problems in Banach spaces. The method consists of two components: an outer Newton iteration and an inner scheme providing the increments by applying the Landweber iteration in Banach spaces to the local linearized equations. It has the advantage of reducing computational work by computing more cheap steps in each inner scheme. We first prove a convergence result for the exact data case. When the data are given approximately, we terminate the method by a discrepancy principle and obtain a weak convergence result. Finally, we test the method by reporting some numerical simulations concerning the sparsity recovery and the noisy data containing outliers. (paper)

  6. Report of the ITER special working group on task no.2

    International Nuclear Information System (INIS)

    Kishimoto, H.; Pinkau, K.

    1999-01-01

    Because of concerns of cost, but coupled with advances in physics and technology, there is now both increased incentive and opportunity to seek an attractive lower-cost design by modifying the detailed technical objectives. A device, in which it is expected to achieve energy gain of at least 10 and explore steady-state operation, at a direct capital cost of approximately 50% of ITER as described in the Final Design Report, would still satisfy the ITER overall programmatic objective, which is to demonstrate the scientific and technological feasibility of fusion energy for peaceful purposes

  7. Affective Maps

    DEFF Research Database (Denmark)

    Salovaara-Moring, Inka

    . In particular, mapping environmental damage, endangered species, and human made disasters has become one of the focal point of affective knowledge production. These ‘more-than-humangeographies’ practices include notions of species, space and territory, and movement towards a new political ecology. This type...... of digital cartographies has been highlighted as the ‘processual turn’ in critical cartography, whereas in related computational journalism it can be seen as an interactive and iterative process of mapping complex and fragile ecological developments. This paper looks at computer-assisted cartography as part...

  8. ITER council proceedings: 2001

    International Nuclear Information System (INIS)

    2001-01-01

    Continuing the ITER EDA, two further ITER Council Meetings were held since the publication of ITER EDA documentation series no, 20, namely the ITER Council Meeting on 27-28 February 2001 in Toronto, and the ITER Council Meeting on 18-19 July in Vienna. That Meeting was the last one during the ITER EDA. This volume contains records of these Meetings, including: Records of decisions; List of attendees; ITER EDA status report; ITER EDA technical activities report; MAC report and advice; Final report of ITER EDA; and Press release

  9. The use of iteration factors in the solution of the NLTE line transfer problem-II. Multilevel atom

    International Nuclear Information System (INIS)

    Kuzmanovska-Barandovska, O.; Atanackovic, O.

    2010-01-01

    The iteration factors method (IFM) developed in Paper I (Atanackovic-Vukmanovic and Simonneau, 1994) to solve the NLTE line transfer problem for a two-level atom model, is extended here to deal with a multilevel atom case. At the beginning of each iteration step, for each line transition, angle and frequency averaged depth-dependent iteration factors are computed from the formal solution of radiative transfer (RT) equation and used to close the system of the RT equation moments, non-linearly coupled with the statistical equilibrium (SE) equations. Non-linear coupling of the atomic level populations and the corresponding line radiation field intensities is tackled in two ways. One is based on the linearization of the equations with respect to the relevant variables, and the other on the use of the old (known from the previous iteration) level populations in the line-opacity-like terms of the SE equations. In both cases the use of quasi-invariant iteration factors provided very fast and accurate solution. The properties of the proposed procedures are investigated in detail by applying them to the solution of the prototype multilevel RT problem of Avrett and Loeser , and compared with the properties of some other methods.

  10. ITER safety

    International Nuclear Information System (INIS)

    Raeder, J.; Piet, S.; Buende, R.

    1991-01-01

    As part of the series of publications by the IAEA that summarize the results of the Conceptual Design Activities for the ITER project, this document describes the ITER safety analyses. It contains an assessment of normal operation effluents, accident scenarios, plasma chamber safety, tritium system safety, magnet system safety, external loss of coolant and coolant flow problems, and a waste management assessment, while it describes the implementation of the safety approach for ITER. The document ends with a list of major conclusions, a set of topical remarks on technical safety issues, and recommendations for the Engineering Design Activities, safety considerations for siting ITER, and recommendations with regard to the safety issues for the R and D for ITER. Refs, figs and tabs

  11. Transverse instability and riddled basins in a system of two coupled logistic maps

    DEFF Research Database (Denmark)

    Maistrenko, Yu.L.; Maistrenko, V.L.; Popovich, A.

    1998-01-01

    The paper examines the conditions for the appearance of riddled basins of attraction for a system of two symmetrically coupled logistic maps. We determine the regions in parameter space where the transverse Lyapunov exponent is negative and obtain the bifurcation curves for the transverse...... destabilization of low-periodic orbits embedded in the synchronized chaotic state. The changes in the attractor and its basin of attraction when scanning accross the riddling and blowout bifurcations are explained....

  12. A new coupled map car-following model considering drivers' steady desired speed

    International Nuclear Information System (INIS)

    Zhou Tong; Sun Di-Hua; Li Hua-Min; Liu Wei-Ning

    2014-01-01

    Based on the pioneering work of Konishi et al., in consideration of the influence of drivers' steady desired speed effect on the traffic flow, we develop a new coupled map car-following model in the real world. By use of the control theory, the stability condition of our model is derived. The validity of the present theoretical scheme is verified via numerical simulation, confirming the correctness of our theoretical analysis. (general)

  13. Invariants, Attractors and Bifurcation in Two Dimensional Maps with Polynomial Interaction

    Science.gov (United States)

    Hacinliyan, Avadis Simon; Aybar, Orhan Ozgur; Aybar, Ilknur Kusbeyzi

    This work will present an extended discrete-time analysis on maps and their generalizations including iteration in order to better understand the resulting enrichment of the bifurcation properties. The standard concepts of stability analysis and bifurcation theory for maps will be used. Both iterated maps and flows are used as models for chaotic behavior. It is well known that when flows are converted to maps by discretization, the equilibrium points remain the same but a richer bifurcation scheme is observed. For example, the logistic map has a very simple behavior as a differential equation but as a map fold and period doubling bifurcations are observed. A way to gain information about the global structure of the state space of a dynamical system is investigating invariant manifolds of saddle equilibrium points. Studying the intersections of the stable and unstable manifolds are essential for understanding the structure of a dynamical system. It has been known that the Lotka-Volterra map and systems that can be reduced to it or its generalizations in special cases involving local and polynomial interactions admit invariant manifolds. Bifurcation analysis of this map and its higher iterates can be done to understand the global structure of the system and the artifacts of the discretization by comparing with the corresponding results from the differential equation on which they are based.

  14. Event maps in a stick-slip system

    DEFF Research Database (Denmark)

    Galvanetto, Ugo; Knudsen, Carsten

    1997-01-01

    This paper describes a one-dimensional map generated by a two degree-of-freedom mechanical system that undergoes self-sustained oscillations induced by dry friction. The iterated map allows a much simpler representation and a better understanding of some dynamic features of the system. Some appli...

  15. Noisy coupled logistic maps in the vicinity of chaos threshold.

    Science.gov (United States)

    Tirnakli, Ugur; Tsallis, Constantino

    2016-04-01

    We focus on a linear chain of N first-neighbor-coupled logistic maps in the vicinity of their edge of chaos in the presence of a common noise. This model, characterised by the coupling strength ϵ and the noise width σmax, was recently introduced by Pluchino et al. [Phys. Rev. E 87, 022910 (2013)]. They detected, for the time averaged returns with characteristic return time τ, possible connections with q-Gaussians, the distributions which optimise, under appropriate constraints, the nonadditive entropy, Sq, basis of nonextensive statistics mechanics. Here, we take a closer look on this model, and numerically obtain probability distributions which exhibit a slight asymmetry for some parameter values, in variance with simple q-Gaussians. Nevertheless, along many decades, the fitting with q-Gaussians turns out to be numerically very satisfactory for wide regions of the parameter values, and we illustrate how the index q evolves with (N,τ,ϵ,σmax). It is nevertheless instructive on how careful one must be in such numerical analysis. The overall work shows that physical and/or biological systems that are correctly mimicked by this model are thermostatistically related to nonextensive statistical mechanics when time-averaged relevant quantities are studied.

  16. Final report of the ITER EDA. Final report of the ITER Engineering Design Activities. Prepared by the ITER Council

    International Nuclear Information System (INIS)

    2001-01-01

    This is the Final Report by the ITER Council on work carried out by ITER participating countries on cooperation in the Engineering Design Activities (EDA) for the ITER. In this report the main ITER EDA technical objectives, the scope of ITER EDA, its organization and resources, engineering design of ITER tokamak and its main parameters are presented. This Report also includes safety and environmental assessments, site requirements and proposed schedule and estimates of manpower and cost as well as proposals on approaches to joint implementation of the project

  17. Modeling design iteration in product design and development and its solution by a novel artificial bee colony algorithm.

    Science.gov (United States)

    Chen, Tinggui; Xiao, Renbin

    2014-01-01

    Due to fierce market competition, how to improve product quality and reduce development cost determines the core competitiveness of enterprises. However, design iteration generally causes increases of product cost and delays of development time as well, so how to identify and model couplings among tasks in product design and development has become an important issue for enterprises to settle. In this paper, the shortcomings existing in WTM model are discussed and tearing approach as well as inner iteration method is used to complement the classic WTM model. In addition, the ABC algorithm is also introduced to find out the optimal decoupling schemes. In this paper, firstly, tearing approach and inner iteration method are analyzed for solving coupled sets. Secondly, a hybrid iteration model combining these two technologies is set up. Thirdly, a high-performance swarm intelligence algorithm, artificial bee colony, is adopted to realize problem-solving. Finally, an engineering design of a chemical processing system is given in order to verify its reasonability and effectiveness.

  18. Convergence Theorem for Finite Family of Total Asymptotically Nonexpansive Mappings

    Directory of Open Access Journals (Sweden)

    E.U. Ofoedu

    2015-11-01

    Full Text Available In this paper we introduce an explicit iteration process and prove strong convergence of the scheme in a real Hilbert space $H$ to the common fixed point of finite family of total asymptotically nonexpansive mappings which is nearest to the point $u \\in H$.  Our results improve previously known ones obtained for the class of asymptotically nonexpansive mappings. As application, iterative method for: approximation of solution of variational Inequality problem, finite family of continuous pseudocontractive mappings, approximation of solutions of classical equilibrium problems and approximation of solutions of convex minimization problems are proposed. Our theorems unify and complement many recently announced results.

  19. Planning for U.S. Fusion Community Participation in the ITER Program

    International Nuclear Information System (INIS)

    Baker, Charles; Berk, Herbert; Greenwald, Martin; Mauel, Michael E.; Najmabadi, Farrokh; Nevins, William M.; Stambaugh, Ronald; Synakowski, Edmund; Batchelor, Donald B.; Fonck, Raymond; Hawryluk, Richard J.; Meade, Dale M.; Neilson, George H.; Parker, Ronald; Strait, Ted

    2006-01-01

    A central step in the mission of the U.S. Fusion Energy Sciences program is the creation and study of a fusion-powered 'star on earth', where the same energy source that drives the sun and other stars is reproduced and controlled for sustained periods in the laboratory. This ''star'' is formed by an ionized gas, or plasma, heated to fusion temperatures in a magnetic confinement device known as a tokamak, which is the most advanced magnetic fusion concept. The ITER tokamak is designed to be the premier scientific tool for exploring and testing expectations for plasma behavior in the fusion burning plasma regime, wherein the fusion process itself provides the dominant heat source to sustain the plasma temperature. It will provide the scientific basis and control tools needed to move toward the fusion energy goal. The ITER project confronts the grand challenge of creating and understanding a burning plasma for the first time. The distinguishing characteristic of a burning plasma is the tight coupling between the fusion heating, the resulting energetic particles, and the confinement and stability properties of the plasma. Achieving this strongly coupled burning state requires resolving complex physics issues and integrating challenging technologies. A clear and comprehensive scientific understanding of the burning plasma state is needed to confidently extrapolate plasma behavior and related technology beyond ITER to a fusion power plant. Developing this predictive understanding is the overarching goal of the U.S. Fusion Energy Sciences program. The burning plasma research program in the U.S. is being organized to maximize the scientific benefits of U.S. participation in the international ITER experiment. It is expected that much of the research pursued on ITER will be based on the scientific merit of proposed activities, and it will be necessary to maintain strong fusion research capabilities in the U.S. to successfully contribute to the

  20. Planning for U.S. Fusion Community Participation in the ITER Program

    Energy Technology Data Exchange (ETDEWEB)

    Baker, Charles [Sandia National Lab. (SNL-CA), Livermore, CA (United States); Berk, Herbert [Univ. of Texas, Austin, TX (United States); Greenwald, Martin [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States); Mauel, Michael E. [Columbia Univ., New York, NY (United States); Najmabadi, Farrokh [Univ. of California, San Diego, CA (United States); Nevins, William M. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Stambaugh, Ronald [General Atomics, La Jolla, CA (United States); Synakowski, Edmund [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Batchelor, Donald B. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Fonck, Raymond [Univ. of Wisconsin, Madison, WI (United States); Hawryluk, Richard J. [Princeton Plasma Physics Lab. (PPPL), Princeton, NJ (United States); Meade, Dale M. [Princeton Plasma Physics Lab. (PPPL), Princeton, NJ (United States); Neilson, George H. [Princeton Plasma Physics Lab. (PPPL), Princeton, NJ (United States); Parker, Ronald [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States); Strait, Ted [General Atomics, La Jolla, CA (United States)

    2006-06-07

    A central step in the mission of the U.S. Fusion Energy Sciences program is the creation and study of a fusion-powered "star on earth", where the same energy source that drives the sun and other stars is reproduced and controlled for sustained periods in the laboratory. This “star” is formed by an ionized gas, or plasma, heated to fusion temperatures in a magnetic confinement device known as a tokamak, which is the most advanced magnetic fusion concept. The ITER tokamak is designed to be the premier scientific tool for exploring and testing expectations for plasma behavior in the fusion burning plasma regime, wherein the fusion process itself provides the dominant heat source to sustain the plasma temperature. It will provide the scientific basis and control tools needed to move toward the fusion energy goal. The ITER project confronts the grand challenge of creating and understanding a burning plasma for the first time. The distinguishing characteristic of a burning plasma is the tight coupling between the fusion heating, the resulting energetic particles, and the confinement and stability properties of the plasma. Achieving this strongly coupled burning state requires resolving complex physics issues and integrating challenging technologies. A clear and comprehensive scientific understanding of the burning plasma state is needed to confidently extrapolate plasma behavior and related technology beyond ITER to a fusion power plant. Developing this predictive understanding is the overarching goal of the U.S. Fusion Energy Sciences program. The burning plasma research program in the U.S. is being organized to maximize the scientific benefits of U.S. participation in the international ITER experiment. It is expected that much of the research pursued on ITER will be based on the scientific merit of proposed activities, and it will be necessary to maintain strong fusion research capabilities in the U.S. to successfully contribute to the success of ITER and optimize

  1. Boltzmann map for quantum oscillators

    International Nuclear Information System (INIS)

    Streater, R.F.

    1987-01-01

    The authors define a map tau on the space of quasifree states of the CCR or CAR of more than one harmonic oscillator which increases entropy except at fixed points of tau. The map tau is the composition of a double stochastic map T*, and the quasifree reduction Q. Under mixing conditions on T, iterates of tau take any initial state to the Gibbs states, provided that the oscillator frequencies are mutually rational. They give an example of a system with three degrees of freedom with energies omega 1 , omega 2 , and omega 3 mutually irrational, but obeying a relation n 1 omega 1 + n 2 omega 2 = n 3 omega 3 , n/sub i/epsilon Z. The iterated Boltzmann map converges from an initial state rho to independent Gibbs states of the three oscillators at betas (inverse temperatures) β 1 , β 2 , β 3 obeying the equation n 1 omega 1 β 1 + n 2 omega 3 β 1 number. The equilibrium state can be rewritten as a grand canonical state. They show that for two, three, or four fermions we can get the usual rate equations as a special case

  2. Circle diffeomorphisms forced by expanding circle maps

    NARCIS (Netherlands)

    Homburg, A.J.

    2012-01-01

    We discuss the dynamics of skew product maps defined by circle diffeomorphisms forced by expanding circle maps. We construct an open class of such systems that are robustly topologically mixing and for which almost all points in the same fiber converge under iteration. This property follows from the

  3. iterClust: a statistical framework for iterative clustering analysis.

    Science.gov (United States)

    Ding, Hongxu; Wang, Wanxin; Califano, Andrea

    2018-03-22

    In a scenario where populations A, B1 and B2 (subpopulations of B) exist, pronounced differences between A and B may mask subtle differences between B1 and B2. Here we present iterClust, an iterative clustering framework, which can separate more pronounced differences (e.g. A and B) in starting iterations, followed by relatively subtle differences (e.g. B1 and B2), providing a comprehensive clustering trajectory. iterClust is implemented as a Bioconductor R package. andrea.califano@columbia.edu, hd2326@columbia.edu. Supplementary information is available at Bioinformatics online.

  4. Iterative solution of nonlinear equations with strongly accretive operators

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1991-10-01

    Let E be a real Banach space with a uniformly convex dual, and let K be a nonempty closed convex and bounded subset of E. Suppose T:K→K is a strongly accretive map such that for each f is an element of K the equation Tx=f has a solution in K. It is proved that each of the two well known fixed point iteration methods (the Mann and Ishikawa iteration methods) converges strongly to a solution of the equation Tx=f. Furthermore, our method shows that such a solution is necessarily unique. Explicit error estimates are given. Our results resolve in the affirmative two open problems (J. Math. Anal. Appl. Vol 151(2) (1990), p. 460) and generalize important known results. (author). 32 refs

  5. Iterative integral parameter identification of a respiratory mechanics model.

    Science.gov (United States)

    Schranz, Christoph; Docherty, Paul D; Chiew, Yeong Shiong; Möller, Knut; Chase, J Geoffrey

    2012-07-18

    Patient-specific respiratory mechanics models can support the evaluation of optimal lung protective ventilator settings during ventilation therapy. Clinical application requires that the individual's model parameter values must be identified with information available at the bedside. Multiple linear regression or gradient-based parameter identification methods are highly sensitive to noise and initial parameter estimates. Thus, they are difficult to apply at the bedside to support therapeutic decisions. An iterative integral parameter identification method is applied to a second order respiratory mechanics model. The method is compared to the commonly used regression methods and error-mapping approaches using simulated and clinical data. The clinical potential of the method was evaluated on data from 13 Acute Respiratory Distress Syndrome (ARDS) patients. The iterative integral method converged to error minima 350 times faster than the Simplex Search Method using simulation data sets and 50 times faster using clinical data sets. Established regression methods reported erroneous results due to sensitivity to noise. In contrast, the iterative integral method was effective independent of initial parameter estimations, and converged successfully in each case tested. These investigations reveal that the iterative integral method is beneficial with respect to computing time, operator independence and robustness, and thus applicable at the bedside for this clinical application.

  6. Mahalanobis Distance Based Iterative Closest Point

    DEFF Research Database (Denmark)

    Hansen, Mads Fogtmann; Blas, Morten Rufus; Larsen, Rasmus

    2007-01-01

    the notion of a mahalanobis distance map upon a point set with associated covariance matrices which in addition to providing correlation weighted distance implicitly provides a method for assigning correspondence during alignment. This distance map provides an easy formulation of the ICP problem that permits...... a fast optimization. Initially, the covariance matrices are set to the identity matrix, and all shapes are aligned to a randomly selected shape (equivalent to standard ICP). From this point the algorithm iterates between the steps: (a) obtain mean shape and new estimates of the covariance matrices from...... the aligned shapes, (b) align shapes to the mean shape. Three different methods for estimating the mean shape with associated covariance matrices are explored in the paper. The proposed methods are validated experimentally on two separate datasets (IMM face dataset and femur-bones). The superiority of ICP...

  7. An Iterative Method for Solving of Coupled Equations for Conductive-Radiative Heat Transfer in Dielectric Layers

    Directory of Open Access Journals (Sweden)

    Vasyl Chekurin

    2017-01-01

    Full Text Available The mathematical model for describing combined conductive-radiative heat transfer in a dielectric layer, which emits, absorbs, and scatters IR radiation both in its volume and on the boundary, has been considered. A nonlinear stationary boundary-value problem for coupled heat and radiation transfer equations for the layer, which exchanges by energy with external medium by convection and radiation, has been formulated. In the case of optically thick layer, when its thickness is much more of photon-free path, the problem becomes a singularly perturbed one. In the inverse case of optically thin layer, the problem is regularly perturbed, and it becomes a regular (unperturbed one, when the layer’s thickness is of order of several photon-free paths. An iterative method for solving of the unperturbed problem has been developed and its convergence has been tested numerically. With the use of the method, the temperature field and radiation fluxes have been studied. The model and method can be used for development of noncontact methods for temperature testing in dielectrics and for nondestructive determination of its radiation properties on the base of the data obtained by remote measuring of IR radiation emitted by the layer.

  8. Meeting of the ITER Council

    International Nuclear Information System (INIS)

    Drew, M.

    2001-01-01

    it stressed the importance of providing appropriate information on safety, environmental, and waste management aspects of ITER for wide external consideration. Taking note of the TAC Report and recommendations, the Council accepted the Draft Summary ITER Final Design Report. The Council commended the Director with Support of the JCT, the Home Teams, and Industrial Participants for their efforts to enable preparation of the Draft ITER Final Design Report in a timely manner. The Council noted with appreciation the conclusion of the TAC that ''ITER-FEAT is now ready for a decision on construction'' and the achievement of the 50% cost reduction target set in 1998. Recognizing the enhancement of the project in terms of the strengthening of the Physics Basis and the accuracy of the cost evaluation, the Council stressed the importance of maintaining the momentum of the Project. The Council considered the TAC obligations fulfilled and expressed its thanks to TAC for its consistent contribution in providing independent assurance of the scientific and technical coherence of the Project. The Council agreed to transmit the Draft Summary ITER Final Design Report and supporting technical basis to the Parties for their consideration and domestic assessment with a view to providing comments to the Director by the middle of April. This will lead inter alia to the synoptic Summary of the ITER Final Design Report suitable and available for wide distribution under the responsibility of the Director. The Council took note of the MAP Report and Advice and accepted its recommendations including, in particular, a recommendation of the proposed establishment of an ad hoc body for the exercise of continuing joint administrative responsibilities that cannot be completed within the duration of the EDA. At the invitation of the ITER, the Council agreed to meet in Vienna on 18-19 July 2001. The Council also underlined the need to commemorate the conclusion of the EDA and recognize the forthcoming

  9. Turing instability for a two-dimensional Logistic coupled map lattice

    International Nuclear Information System (INIS)

    Xu, L.; Zhang, G.; Han, B.; Zhang, L.; Li, M.F.; Han, Y.T.

    2010-01-01

    In this Letter, stability analysis is applied to a two-dimensional Logistic coupled map lattice with the periodic boundary conditions. The conditions of Turing instability are obtained, and various patterns can be exhibited by numerical simulations in the Turing instability region. For example, space-time periodic structures, periodic or quasiperiodic traveling wave solutions, stationary wave solutions, spiral waves, and spatiotemporal chaos, etc. have been observed. In particular, the different pattern structures have also been observed for same parameters and different initial values. That is, pattern structures also depend on the initial values. The similar patterns have also been seen in relevant references. However, the present Letter owes to pattern formation via diffusion-driven instabilities because the system is stable in the absence of diffusion.

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

  11. Non-iterative triple excitations in equation-of-motion coupled-cluster theory for electron attachment with applications to bound and temporary anions

    Science.gov (United States)

    Jagau, Thomas-C.

    2018-01-01

    The impact of residual electron correlation beyond the equation-of-motion coupled-cluster singles and doubles (EOM-CCSD) approximation on positions and widths of electronic resonances is investigated. To establish a method that accomplishes this task in an economical manner, several approaches proposed for the approximate treatment of triple excitations are reviewed with respect to their performance in the electron attachment (EA) variant of EOM-CC theory. The recently introduced EOM-CCSD(T)(a)* method [D. A. Matthews and J. F. Stanton, J. Chem. Phys. 145, 124102 (2016)], which includes non-iterative corrections to the reference and the target states, reliably reproduces vertical attachment energies from EOM-EA-CC calculations with single, double, and full triple excitations in contrast to schemes in which non-iterative corrections are applied only to the target states. Applications of EOM-EA-CCSD(T)(a)* augmented by a complex absorbing potential (CAP) to several temporary anions illustrate that shape resonances are well described by EOM-EA-CCSD, but that residual electron correlation often makes a non-negligible impact on their positions and widths. The positions of Feshbach resonances, on the other hand, are significantly improved when going from CAP-EOM-EA-CCSD to CAP-EOM-EA-CCSD(T)(a)*, but the correct energetic order of the relevant electronic states is still not achieved.

  12. μ-synthesis for the coupled mass benchmark problem

    DEFF Research Database (Denmark)

    Niemann, Hans Henrik; Stoustrup, J.; Tøffner-Clausen, S.

    1997-01-01

    A robust controller design for the coupled mass benchmark problem is presented in this paper. The applied design method is based on a modified D-K iteration, i.e. μ-synthesis which take care of mixed real and complex perturbations sets. This μ-synthesis method for mixed perturbation sets is a str......A robust controller design for the coupled mass benchmark problem is presented in this paper. The applied design method is based on a modified D-K iteration, i.e. μ-synthesis which take care of mixed real and complex perturbations sets. This μ-synthesis method for mixed perturbation sets...

  13. Spatiotemporal dynamics of a digital phase-locked loop based coupled map lattice system

    Energy Technology Data Exchange (ETDEWEB)

    Banerjee, Tanmoy, E-mail: tbanerjee@phys.buruniv.ac.in; Paul, Bishwajit; Sarkar, B. C. [Department of Physics, University of Burdwan, Burdwan, West Bengal 713 104 (India)

    2014-03-15

    We explore the spatiotemporal dynamics of a coupled map lattice (CML) system, which is realized with a one dimensional array of locally coupled digital phase-locked loops (DPLLs). DPLL is a nonlinear feedback-controlled system widely used as an important building block of electronic communication systems. We derive the phase-error equation of the spatially extended system of coupled DPLLs, which resembles a form of the equation of a CML system. We carry out stability analysis for the synchronized homogeneous solutions using the circulant matrix formalism. It is shown through extensive numerical simulations that with the variation of nonlinearity parameter and coupling strength the system shows transitions among several generic features of spatiotemporal dynamics, viz., synchronized fixed point solution, frozen random pattern, pattern selection, spatiotemporal intermittency, and fully developed spatiotemporal chaos. We quantify the spatiotemporal dynamics using quantitative measures like average quadratic deviation and spatial correlation function. We emphasize that instead of using an idealized model of CML, which is usually employed to observe the spatiotemporal behaviors, we consider a real world physical system and establish the existence of spatiotemporal chaos and other patterns in this system. We also discuss the importance of the present study in engineering application like removal of clock-skew in parallel processors.

  14. Towards fully authentic modelling of ITER divertor plasmas

    International Nuclear Information System (INIS)

    Maddison, G.P.; Hotston, E.S.; Reiter, D.; Boerner, P.

    1991-01-01

    Ignited next step tokamaks such as NET or ITER are expected to use a poloidal magnetic divertor to facilitate exhaust of plasma particles and energy. We report a development coupling together detailed computational models for both plasma and recycled neutral particle transport processes, to produce highly detailed and consistent design solutions. A particular aspect is involvement of an accurate specification of edge magnetic geometries, determined by an original equilibrium discretisation code, named LINDA. Initial results for a prototypical 22MA ITER double-null configuration are presented. Uncertainties in such modelling are considered, especially with regard to intrinsic physical scale lengths. Similar results produced with a simple, analytical treatment of recycling are also compared. Finally, a further extension allowing true oblique target sections is anticipated. (author) 8 refs., 5 figs

  15. Topographic mapping on large-scale tidal flats with an iterative approach on the waterline method

    Science.gov (United States)

    Kang, Yanyan; Ding, Xianrong; Xu, Fan; Zhang, Changkuan; Ge, Xiaoping

    2017-05-01

    Tidal flats, which are both a natural ecosystem and a type of landscape, are of significant importance to ecosystem function and land resource potential. Morphologic monitoring of tidal flats has become increasingly important with respect to achieving sustainable development targets. Remote sensing is an established technique for the measurement of topography over tidal flats; of the available methods, the waterline method is particularly effective for constructing a digital elevation model (DEM) of intertidal areas. However, application of the waterline method is more limited in large-scale, shifting tidal flats areas, where the tides are not synchronized and the waterline is not a quasi-contour line. For this study, a topographical map of the intertidal regions within the Radial Sand Ridges (RSR) along the Jiangsu Coast, China, was generated using an iterative approach on the waterline method. A series of 21 multi-temporal satellite images (18 HJ-1A/B CCD and three Landsat TM/OLI) of the RSR area collected at different water levels within a five month period (31 December 2013-28 May 2014) was used to extract waterlines based on feature extraction techniques and artificial further modification. These 'remotely-sensed waterlines' were combined with the corresponding water levels from the 'model waterlines' simulated by a hydrodynamic model with an initial generalized DEM of exposed tidal flats. Based on the 21 heighted 'remotely-sensed waterlines', a DEM was constructed using the ANUDEM interpolation method. Using this new DEM as the input data, it was re-entered into the hydrodynamic model, and a new round of water level assignment of waterlines was performed. A third and final output DEM was generated covering an area of approximately 1900 km2 of tidal flats in the RSR. The water level simulation accuracy of the hydrodynamic model was within 0.15 m based on five real-time tide stations, and the height accuracy (root mean square error) of the final DEM was 0.182 m

  16. Some Maps and their Chaoticity | Olusa | Journal of the Nigerian ...

    African Journals Online (AJOL)

    ... noticed that the chaoticity of the standard depend on the parameter k and the initial values of X and in the equation. The logistic map iteration shown the result of the map is only dependent on the parameter r not on the initial values of X chosen for the equation. Keywords: Chaos, Standard map, Logistics map, Stochascity

  17. ITER council proceedings: 2000

    International Nuclear Information System (INIS)

    2001-01-01

    No ITER Council Meetings were held during 2000. However, two ITER EDA Meetings were held, one in Tokyo, January 19-20, and one in Moscow, June 29-30. The parties participating in these meetings were those that partake in the extended ITER EDA, namely the EU, the Russian Federation, and Japan. This document contains, a/o, the records of these meetings, the list of attendees, the agenda, the ITER EDA Status Reports issued during these meetings, the TAC (Technical Advisory Committee) reports and recommendations, the MAC Reports and Advice (also for the July 1999 Meeting), the ITER-FEAT Outline Design Report, the TAC Reports and Recommendations both meetings), Site requirements and Site Design Assumptions, the Tentative Sequence of technical Activities 2000-2001, Report of the ITER SWG-P2 on Joint Implementation of ITER, EU/ITER Canada Proposal for New ITER Identification

  18. Pseudo-Random Sequences Generated by a Class of One-Dimensional Smooth Map

    Science.gov (United States)

    Wang, Xing-Yuan; Qin, Xue; Xie, Yi-Xin

    2011-08-01

    We extend a class of a one-dimensional smooth map. We make sure that for each desired interval of the parameter the map's Lyapunov exponent is positive. Then we propose a novel parameter perturbation method based on the good property of the extended one-dimensional smooth map. We perturb the parameter r in each iteration by the real number xi generated by the iteration. The auto-correlation function and NIST statistical test suite are taken to illustrate the method's randomness finally. We provide an application of this method in image encryption. Experiments show that the pseudo-random sequences are suitable for this application.

  19. ITER overview

    International Nuclear Information System (INIS)

    Shimomura, Y.; Aymar, R.; Chuyanov, V.; Huguet, M.; Parker, R.R.

    2001-01-01

    This report summarizes technical works of six years done by the ITER Joint Central Team and Home Teams under terms of Agreement of the ITER Engineering Design Activities. The major products are as follows: complete and detailed engineering design with supporting assessments, industrial-based cost estimates and schedule, non-site specific comprehensive safety and environmental assessment, and technology R and D to validate and qualify design including proof of technologies and industrial manufacture and testing of full size or scalable models of key components. The ITER design is at an advanced stage of maturity and contains sufficient technical information for a construction decision. The operation of ITER will demonstrate the availability of a new energy source, fusion. (author)

  20. ITER Overview

    International Nuclear Information System (INIS)

    Shimomura, Y.; Aymar, R.; Chuyanov, V.; Huguet, M.; Parker, R.

    1999-01-01

    This report summarizes technical works of six years done by the ITER Joint Central Team and Home Teams under terms of Agreement of the ITER Engineering Design Activities. The major products are as follows: complete and detailed engineering design with supporting assessments, industrial-based cost estimates and schedule, non-site specific comprehensive safety and environmental assessment, and technology R and D to validate and qualify design including proof of technologies and industrial manufacture and testing of full size or scalable models of key components. The ITER design is at an advanced stage of maturity and contains sufficient technical information for a construction decision. The operation of ITER will demonstrate the availability of a new energy source, fusion. (author)

  1. Development of suitability maps for ground-coupled heat pump systems using groundwater and heat transport models

    Energy Technology Data Exchange (ETDEWEB)

    Fujii, Hikari; Itoi, Ryuichi [Department of Earth Resources Engineering, Faculty of Engineering, Kyushu University, Motooka 744, Nishi-ku, Fukuoka 819-0395 (Japan); Inatomi, Tadasuke [YBM Co. Ltd., Kishiyama 589-10 Kitahata, Karatsu 847-1211 (Japan); Uchida, Youhei [Geological Survey of Japan, AIST Tsukuba Central 7, Tsukuba 305-8567 (Japan)

    2007-10-15

    The thermophysical properties of subsurface materials (soils, sediments and rocks) and groundwater flow strongly affect the heat exchange rates of ground heat exchangers (GHEs). These rates can be maximized and the installation costs of the ground-coupled heat pump (GCHP) systems reduced by developing suitability maps based on local geological and hydrological information. Such maps were generated for the Chikushi Plain (western Japan) using field-survey data and a numerical modeling study. First, a field-wide groundwater model was developed for the area and the results matched against measured groundwater levels and vertical temperature profiles. Single GHE models were then constructed to simulate the heat exchange performance at different locations in the plain. Finally, suitability maps for GCHP systems were prepared using the results from the single GHE models. Variations in the heat exchange rates of over 40% revealed by the map were ascribed to differences in the GHE locations, confirming how important it is to use appropriate thermophysical data when designing GCHP systems. (author)

  2. Convergence theorems for quasi-contractive maps in uniformly convex spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1992-04-01

    Let K be a nonempty closed convex and bounded subset of a real uniformly convex Banach space E of modulus of convexity of power type q≥2. Let T by a quasi-contractive mapping of K into itself. It is proved that each of two well known fixed point iteration methods (the Mann and the Ishikawa iteration methods) converges strongly, without any compactness assumption on the domain of the map, to the unique fixed point of T in K. Our theorems generalize important known results. (author). 22 refs

  3. ITER Council proceedings: 1993

    International Nuclear Information System (INIS)

    1994-01-01

    Records of the third ITER Council Meeting (IC-3), held on 21-22 April 1993, in Tokyo, Japan, and the fourth ITER Council Meeting (IC-4) held on 29 September - 1 October 1993 in San Diego, USA, are presented, giving essential information on the evolution of the ITER Engineering Design Activities (EDA), such as the text of the draft of Protocol 2 further elaborated in ''ITER EDA Agreement and Protocol 2'' (ITER EDA Documentation Series No. 5), recommendations on future work programmes: a description of technology R and D tasks; the establishment of a trust fund for the ITER EDA activities; arrangements for Visiting Home Team Personnel; the general framework for the involvement of other countries in the ITER EDA; conditions for the involvement of Canada in the Euratom Contribution to the ITER EDA; and other attachments as parts of the Records of Decision of the aforementioned ITER Council Meetings

  4. ITER council proceedings: 1993

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1994-12-31

    Records of the third ITER Council Meeting (IC-3), held on 21-22 April 1993, in Tokyo, Japan, and the fourth ITER Council Meeting (IC-4) held on 29 September - 1 October 1993 in San Diego, USA, are presented, giving essential information on the evolution of the ITER Engineering Design Activities (EDA), such as the text of the draft of Protocol 2 further elaborated in ``ITER EDA Agreement and Protocol 2`` (ITER EDA Documentation Series No. 5), recommendations on future work programmes: a description of technology R and D tastes; the establishment of a trust fund for the ITER EDA activities; arrangements for Visiting Home Team Personnel; the general framework for the involvement of other countries in the ITER EDA; conditions for the involvement of Canada in the Euratom Contribution to the ITER EDA; and other attachments as parts of the Records of Decision of the aforementioned ITER Council Meetings.

  5. Low-Complexity Iterative Receiver for Space-Time Coded Signals over Frequency Selective Channels

    Directory of Open Access Journals (Sweden)

    Mohamed Siala

    2002-05-01

    Full Text Available We propose a low-complexity turbo-detector scheme for frequency selective multiple-input multiple-output channels. The detection part of the receiver is based on a List-type MAP equalizer which is a state-reduction algorithm of the MAP algorithm using per-survivor technique. This alternative achieves a good tradeoff between performance and complexity provided a small amount of the channel is neglected. In order to induce the good performance of this equalizer, we propose to use a whitened matched filter (WMF which leads to a white-noise “minimum phase” channel model. Simulation results show that the use of the WMF yields significant improvement, particularly over severe channels. Thanks to the iterative turbo processing (detection and decoding are iterated several times, the performance loss due to the use of the suboptimum List-type equalizer is recovered.

  6. ITER-FEAT safety

    International Nuclear Information System (INIS)

    Gordon, C.W.; Bartels, H.-W.; Honda, T.; Raeder, J.; Topilski, L.; Iseli, M.; Moshonas, K.; Taylor, N.; Gulden, W.; Kolbasov, B.; Inabe, T.; Tada, E.

    2001-01-01

    Safety has been an integral part of the design process for ITER since the Conceptual Design Activities of the project. The safety approach adopted in the ITER-FEAT design and the complementary assessments underway, to be documented in the Generic Site Safety Report (GSSR), are expected to help demonstrate the attractiveness of fusion and thereby set a good precedent for future fusion power reactors. The assessments address ITER's radiological hazards taking into account fusion's favourable safety characteristics. The expectation that ITER will need regulatory approval has influenced the entire safety design and assessment approach. This paper summarises the ITER-FEAT safety approach and assessments underway. (author)

  7. Parametric studh on coupling loss in subsize ITER Nb3Sn cabled specimens

    NARCIS (Netherlands)

    Nijhuis, Arend; ten Kate, Herman H.J.; Bruzzone, Pierluigi; Bottura, Luca

    1996-01-01

    The cable in conduit conductors for the various ITER coils are required to function under pulse conditions and fields up to 13 T. A parametric study, restricted to a limited variation of the reference cable lay out, is carried out to clarify the quantitative impact of various cable parameters on the

  8. Nuclear systems and testing programs for ITER. Progress report for FY 1998

    International Nuclear Information System (INIS)

    1998-01-01

    The effort during this performance period focused on a number of TBWG activities (including test module design and analysis) that were identified and agreed upon (in the presence of the ITER Director and Deputy Director) at TBWG-4. These include: (a) DEMO test module design and performance analysis under pulsed operation; (b) Test program operation plan; (c) Test port design and analysis; (d) Decay heat calculations and safety analysis; (e) Further discussion among the parties to define collaboratory on R and D for the test program as well as possible collaboration on the construction and operation of test articles; (f) Remote handling and ancillary equipment; (g) Criteria for qualifying a blanket module or submodule for actual insertion and testing in ITER; (h) Definition of test module instrumentation and verification of capability to perform in the ITER fusion environment (magnetic field, radiation, heating, etc.); and (i) Analysis to show that the results to be obtained from the test modules as designed can be extrapolated to DEMO and reactor conditions (e.g., higher wall loads and the need to demonstrate tritium self-sufficiency). The main achievements during this performance period include: (1) updating and finalizing the US DDDs for the ITER Blanket Program to form part of the ITER Final Design Report (FDR). Specific revisions were in response to the minimal lithium volume test blanket design requirements and safety impact and (2) evaluating the feasibility of the US test program, including instrumentation and the benefits of the ITER test program. Details of this assessment, including solid breeder and liquid breeder blanket test plans, are documented in UCLA-IFNT-13 (attached). In addition, dose mapping calculations were performed for the ITER Building, including equipment and layout of coolant pipes/heat exchangers. A report on ITER Building dose calculations was sent to UD ITER management and to the Garching Task Coordinator in April, 1998. The report

  9. Some Maps and their Chaoticity | Olusa | Journal of the Nigerian ...

    African Journals Online (AJOL)

    It was noticed that the chaoticity of the standard depend on the parameter k and the initial values of Χ and θ in the equation. The logistic map iteration shown the result of the map is only dependent on the parameter r not on the initial values of X chosen for the equation. Keywords: Chaos, Standard map, Logistics map, ...

  10. Physics of the conceptual design of the ITER plasma control system

    Energy Technology Data Exchange (ETDEWEB)

    Snipes, J.A., E-mail: Joseph.Snipes@iter.org [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-lez-Durance (France); Bremond, S. [CEA-IRFM, 13108 St Paul-lez-Durance (France); Campbell, D.J. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-lez-Durance (France); Casper, T. [1166 Bordeaux St, Pleasanton, CA 94566 (United States); Douai, D. [CEA-IRFM, 13108 St Paul-lez-Durance (France); Gribov, Y. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-lez-Durance (France); Humphreys, D. [General Atomics, San Diego, CA 92186 (United States); Lister, J. [Association EURATOM-Confédération Suisse, Ecole Polytechnique Fédérale de Lausanne (EPFL), CRPP, Lausanne CH-1015 (Switzerland); Loarte, A.; Pitts, R. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-lez-Durance (France); Sugihara, M., E-mail: Sugihara_ma@yahoo.co.jp [Japan (Japan); Winter, A.; Zabeo, L. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul-lez-Durance (France)

    2014-05-15

    Highlights: • ITER plasma control system conceptual design has been finalized. • ITER's plasma control system will evolve with the ITER research plan. • A sophisticated actuator sharing scheme is being developed to apply multiple coupled control actions simultaneously with a limited set of actuators. - Abstract: The ITER plasma control system (PCS) will play a central role in enabling the experimental program to attempt to sustain DT plasmas with Q = 10 for several hundred seconds and also support research toward the development of steady-state operation in ITER. The PCS is now in the final phase of its conceptual design. The PCS relies on about 45 diagnostic systems to assess real-time plasma conditions and about 20 actuator systems for overall control of ITER plasmas. It will integrate algorithms required for active control of a wide range of plasma parameters with sophisticated event forecasting and handling functions, which will enable appropriate transitions to be implemented, in real-time, in response to plasma evolution or actuator constraints. In specifying the PCS conceptual design, it is essential to define requirements related to all phases of plasma operation, ranging from early (non-active) H/He plasmas through high fusion gain inductive plasmas to fully non-inductive steady-state operation, to ensure that the PCS control functionality and architecture will be capable of satisfying the demands of the ITER research plan. The scope of the control functionality required of the PCS includes plasma equilibrium and density control commonly utilized in existing experiments, control of the plasma heat exhaust, control of a range of MHD instabilities (including mitigation of disruptions), and aspects such as control of the non-inductive current and the current profile required to maintain stable plasmas in steady-state scenarios. Control areas are often strongly coupled and the integrated control of the plasma to reach and sustain high plasma

  11. Physics of the conceptual design of the ITER plasma control system

    International Nuclear Information System (INIS)

    Snipes, J.A.; Bremond, S.; Campbell, D.J.; Casper, T.; Douai, D.; Gribov, Y.; Humphreys, D.; Lister, J.; Loarte, A.; Pitts, R.; Sugihara, M.; Winter, A.; Zabeo, L.

    2014-01-01

    Highlights: • ITER plasma control system conceptual design has been finalized. • ITER's plasma control system will evolve with the ITER research plan. • A sophisticated actuator sharing scheme is being developed to apply multiple coupled control actions simultaneously with a limited set of actuators. - Abstract: The ITER plasma control system (PCS) will play a central role in enabling the experimental program to attempt to sustain DT plasmas with Q = 10 for several hundred seconds and also support research toward the development of steady-state operation in ITER. The PCS is now in the final phase of its conceptual design. The PCS relies on about 45 diagnostic systems to assess real-time plasma conditions and about 20 actuator systems for overall control of ITER plasmas. It will integrate algorithms required for active control of a wide range of plasma parameters with sophisticated event forecasting and handling functions, which will enable appropriate transitions to be implemented, in real-time, in response to plasma evolution or actuator constraints. In specifying the PCS conceptual design, it is essential to define requirements related to all phases of plasma operation, ranging from early (non-active) H/He plasmas through high fusion gain inductive plasmas to fully non-inductive steady-state operation, to ensure that the PCS control functionality and architecture will be capable of satisfying the demands of the ITER research plan. The scope of the control functionality required of the PCS includes plasma equilibrium and density control commonly utilized in existing experiments, control of the plasma heat exhaust, control of a range of MHD instabilities (including mitigation of disruptions), and aspects such as control of the non-inductive current and the current profile required to maintain stable plasmas in steady-state scenarios. Control areas are often strongly coupled and the integrated control of the plasma to reach and sustain high plasma

  12. Devaney's chaos on uniform limit maps

    International Nuclear Information System (INIS)

    Yan Kesong; Zeng Fanping; Zhang Gengrong

    2011-01-01

    Highlights: → The transitivity may not been inherited even if the sequence functions mixing. → The sensitivity may not been inherited even if the iterates of sequence have some uniform convergence. → Some equivalence conditions for the transitivity and sensitivity for uniform limit function are given. → A non-transitive sequence may converge uniformly to a transitive map. - Abstract: Let (X, d) be a compact metric space and f n : X → X a sequence of continuous maps such that (f n ) converges uniformly to a map f. The purpose of this paper is to study the Devaney's chaos on the uniform limit f. On the one hand, we show that f is not necessarily transitive even if all f n mixing, and the sensitive dependence on initial conditions may not been inherited to f even if the iterates of the sequence have some uniform convergence, which correct two wrong claims in . On the other hand, we give some equivalence conditions for the uniform limit f to be transitive and to have sensitive dependence on initial conditions. Moreover, we present an example to show that a non-transitive sequence may converge uniformly to a transitive map.

  13. Iterative integral parameter identification of a respiratory mechanics model

    Directory of Open Access Journals (Sweden)

    Schranz Christoph

    2012-07-01

    Full Text Available Abstract Background Patient-specific respiratory mechanics models can support the evaluation of optimal lung protective ventilator settings during ventilation therapy. Clinical application requires that the individual’s model parameter values must be identified with information available at the bedside. Multiple linear regression or gradient-based parameter identification methods are highly sensitive to noise and initial parameter estimates. Thus, they are difficult to apply at the bedside to support therapeutic decisions. Methods An iterative integral parameter identification method is applied to a second order respiratory mechanics model. The method is compared to the commonly used regression methods and error-mapping approaches using simulated and clinical data. The clinical potential of the method was evaluated on data from 13 Acute Respiratory Distress Syndrome (ARDS patients. Results The iterative integral method converged to error minima 350 times faster than the Simplex Search Method using simulation data sets and 50 times faster using clinical data sets. Established regression methods reported erroneous results due to sensitivity to noise. In contrast, the iterative integral method was effective independent of initial parameter estimations, and converged successfully in each case tested. Conclusion These investigations reveal that the iterative integral method is beneficial with respect to computing time, operator independence and robustness, and thus applicable at the bedside for this clinical application.

  14. Mappings From Models Presenting Topological Mass Mechanisms to Purely Topological Models

    International Nuclear Information System (INIS)

    Amaral, R.L.P.G.; Costa, J.V.; Ventura, O.S.; Bouffon, L.O.; Lemes, V.E.R.

    2004-01-01

    We discuss a class of mappings between the fields of the Cremmer-Sherk and pure BF model in 4D. These mappings are established both with an iterative procedure as well as with an exact mapping procedure. Related equivalences in 5D and 3D are discussed

  15. Self-adaptive demodulation for polarization extinction ratio in distributed polarization coupling.

    Science.gov (United States)

    Zhang, Hongxia; Ren, Yaguang; Liu, Tiegen; Jia, Dagong; Zhang, Yimo

    2013-06-20

    A self-adaptive method for distributed polarization extinction ratio (PER) demodulation is demonstrated. It is characterized by dynamic PER threshold coupling intensity (TCI) and nonuniform PER iteration step length (ISL). Based on the preset PER calculation accuracy and original distribution coupling intensity, TCI and ISL can be made self-adaptive to determine contributing coupling points inside the polarizing devices. Distributed PER is calculated by accumulating those coupling points automatically and selectively. Two different kinds of polarization-maintaining fibers are tested, and PERs are obtained after merely 3-5 iterations using the proposed method. Comparison experiments with Thorlabs commercial instrument are also conducted, and results show high consistency. In addition, the optimum preset PER calculation accuracy of 0.05 dB is obtained through many repeated experiments.

  16. Generalized Smooth Transition Map Between Tent and Logistic Maps

    Science.gov (United States)

    Sayed, Wafaa S.; Fahmy, Hossam A. H.; Rezk, Ahmed A.; Radwan, Ahmed G.

    There is a continuous demand on novel chaotic generators to be employed in various modeling and pseudo-random number generation applications. This paper proposes a new chaotic map which is a general form for one-dimensional discrete-time maps employing the power function with the tent and logistic maps as special cases. The proposed map uses extra parameters to provide responses that fit multiple applications for which conventional maps were not enough. The proposed generalization covers also maps whose iterative relations are not based on polynomials, i.e. with fractional powers. We introduce a framework for analyzing the proposed map mathematically and predicting its behavior for various combinations of its parameters. In addition, we present and explain the transition map which results in intermediate responses as the parameters vary from their values corresponding to tent map to those corresponding to logistic map case. We study the properties of the proposed map including graph of the map equation, general bifurcation diagram and its key-points, output sequences, and maximum Lyapunov exponent. We present further explorations such as effects of scaling, system response with respect to the new parameters, and operating ranges other than transition region. Finally, a stream cipher system based on the generalized transition map validates its utility for image encryption applications. The system allows the construction of more efficient encryption keys which enhances its sensitivity and other cryptographic properties.

  17. Iterative solution for nonlinear integral equations of Hammerstein type

    International Nuclear Information System (INIS)

    Chidume, C.E.; Osilike, M.O.

    1990-12-01

    Let E be a real Banach space with a uniformly convex dual, E*. Suppose N is a nonlinear set-valued accretive map of E into itself with open domain D; K is a linear single-valued accretive map with domain D(K) in E such that Im(N) is contained in D(K); K -1 exists and satisfies -1 x-K -1 y,j(x-y)>≥β||x-y|| 2 for each x, y is an element of Im(K) and some constant β > 0, where j denotes the single-valued normalized duality map on E. Suppose also that for each h is an element Im(K) the equation h is an element x+KNx has a solution x* in D. An iteration method is constructed which converges strongly to x*. Explicit error estimates are also computed. (author). 25 refs

  18. Music Regions and Mental Maps: Teaching Cultural Geography

    Science.gov (United States)

    Shobe, Hunter; Banis, David

    2010-01-01

    Music informs understandings of place and is an excellent vehicle for teaching cultural geography. A study was developed of geography students' perception of where music genres predominate in the United States. Its approach, involving mental map exercises, reveals the usefulness and importance of maps as an iterative process in teaching cultural…

  19. Iterative h-minima-based marker-controlled watershed for cell nucleus segmentation.

    Science.gov (United States)

    Koyuncu, Can Fahrettin; Akhan, Ece; Ersahin, Tulin; Cetin-Atalay, Rengul; Gunduz-Demir, Cigdem

    2016-04-01

    Automated microscopy imaging systems facilitate high-throughput screening in molecular cellular biology research. The first step of these systems is cell nucleus segmentation, which has a great impact on the success of the overall system. The marker-controlled watershed is a technique commonly used by the previous studies for nucleus segmentation. These studies define their markers finding regional minima on the intensity/gradient and/or distance transform maps. They typically use the h-minima transform beforehand to suppress noise on these maps. The selection of the h value is critical; unnecessarily small values do not sufficiently suppress the noise, resulting in false and oversegmented markers, and unnecessarily large ones suppress too many pixels, causing missing and undersegmented markers. Because cell nuclei show different characteristics within an image, the same h value may not work to define correct markers for all the nuclei. To address this issue, in this work, we propose a new watershed algorithm that iteratively identifies its markers, considering a set of different h values. In each iteration, the proposed algorithm defines a set of candidates using a particular h value and selects the markers from those candidates provided that they fulfill the size requirement. Working with widefield fluorescence microscopy images, our experiments reveal that the use of multiple h values in our iterative algorithm leads to better segmentation results, compared to its counterparts. © 2016 International Society for Advancement of Cytometry. © 2016 International Society for Advancement of Cytometry.

  20. Laser cleaning of ITER's diagnostic mirrors

    Science.gov (United States)

    Skinner, C. H.; Gentile, C. A.; Doerner, R.

    2012-10-01

    Practical methods to clean ITER's diagnostic mirrors and restore reflectivity will be critical to ITER's plasma operations. We report on laser cleaning of single crystal molybdenum mirrors coated with either carbon or beryllium films 150 - 420 nm thick. A 1.06 μm Nd laser system provided 220 ns pulses at 8 kHz with typical power densities of 1-2 J/cm^2. The laser beam was fiber optically coupled to a scanner suitable for tokamak applications. The efficacy of mirror cleaning was assessed with a new technique that combines microscopic imaging and reflectivity measurements [1]. The method is suitable for hazardous materials such as beryllium as the mirrors remain sealed in a vacuum chamber. Excellent restoration of reflectivity for the carbon coated Mo mirrors was observed after laser scanning under vacuum conditions. For the beryllium coated mirrors restoration of reflectivity has so far been incomplete and modeling indicates that a shorter duration laser pulse is needed. No damage of the molybdenum mirror substrates was observed.[4pt][1] C.H. Skinner et al., Rev. Sci. Instrum. at press.

  1. Pseudo-Random Sequences Generated by a Class of One-Dimensional Smooth Map

    International Nuclear Information System (INIS)

    Wang Xing-Yuan; Qin Xue; Xie Yi-Xin

    2011-01-01

    We extend a class of a one-dimensional smooth map. We make sure that for each desired interval of the parameter the map's Lyapunov exponent is positive. Then we propose a novel parameter perturbation method based on the good property of the extended one-dimensional smooth map. We perturb the parameter r in each iteration by the real number x i generated by the iteration. The auto-correlation function and NIST statistical test suite are taken to illustrate the method's randomness finally. We provide an application of this method in image encryption. Experiments show that the pseudo-random sequences are suitable for this application. (general)

  2. Activation analyses updating the ITER radioactive waste assessment

    International Nuclear Information System (INIS)

    Pampin, R.; Zheng, S.; Lilley, S.; Na, B.C.; Loughlin, M.J.; Taylor, N.P.

    2012-01-01

    Highlights: ► Comprehensive updated of ITER radwaste assessment. ► Latest coupled neutronics and activation methods. ► Type A waste at shutdown decays to TFA within 100 years. ► Most type B waste at shutdown is still type B after 100 years. - Abstract: A study is reported which computes the radiation transport and activation response throughout the ITER machine and updates the ITER radioactive waste assessment using modern 3D models and up-to-date methods. The latest information on component design, maintenance, replacement schedules and materials is adopted. The radwaste classification is revised for all the major components of ITER, as well as several representative port plugs. Results include categorisation snapshots at different decay times, time histories of radiological quantities throughout the machine, and guidelines on interim decay times for components. All plasma-facing materials except tungsten are found to classify as type B due to the transmutation of their main constituents. Major contributors to the IRAS index of all materials are reported. Elemental concentration limits for type A classification of first wall and divertor materials are obtained; for the steels, only a reduction in service lifetime can reduce the waste class. Comparison of total waste amounts with earlier assessments is limited by the fact that analyses of some components are still preliminary; the trend, however, indicates a potential reduction in the total amount of waste if component segregation is demonstrated.

  3. ITER council proceedings: 1998

    International Nuclear Information System (INIS)

    1999-01-01

    This volume contains documents of the 13th and the 14th ITER council meeting as well as of the 1st extraordinary ITER council meeting. Documents of the ITER meetings held in Vienna and Yokohama during 1998 are also included. The contents include an outline of the ITER objectives, the ITER parameters and design overview as well as operating scenarios and plasma performance. Furthermore, design features, safety and environmental characteristics are given

  4. Iter

    Science.gov (United States)

    Iotti, Robert

    2015-04-01

    ITER is an international experimental facility being built by seven Parties to demonstrate the long term potential of fusion energy. The ITER Joint Implementation Agreement (JIA) defines the structure and governance model of such cooperation. There are a number of necessary conditions for such international projects to be successful: a complete design, strong systems engineering working with an agreed set of requirements, an experienced organization with systems and plans in place to manage the project, a cost estimate backed by industry, and someone in charge. Unfortunately for ITER many of these conditions were not present. The paper discusses the priorities in the JIA which led to setting up the project with a Central Integrating Organization (IO) in Cadarache, France as the ITER HQ, and seven Domestic Agencies (DAs) located in the countries of the Parties, responsible for delivering 90%+ of the project hardware as Contributions-in-Kind and also financial contributions to the IO, as ``Contributions-in-Cash.'' Theoretically the Director General (DG) is responsible for everything. In practice the DG does not have the power to control the work of the DAs, and there is not an effective management structure enabling the IO and the DAs to arbitrate disputes, so the project is not really managed, but is a loose collaboration of competing interests. Any DA can effectively block a decision reached by the DG. Inefficiencies in completing design while setting up a competent organization from scratch contributed to the delays and cost increases during the initial few years. So did the fact that the original estimate was not developed from industry input. Unforeseen inflation and market demand on certain commodities/materials further exacerbated the cost increases. Since then, improvements are debatable. Does this mean that the governance model of ITER is a wrong model for international scientific cooperation? I do not believe so. Had the necessary conditions for success

  5. Bit-level plane image encryption based on coupled map lattice with time-varying delay

    Science.gov (United States)

    Lv, Xiupin; Liao, Xiaofeng; Yang, Bo

    2018-04-01

    Most of the existing image encryption algorithms had two basic properties: confusion and diffusion in a pixel-level plane based on various chaotic systems. Actually, permutation in a pixel-level plane could not change the statistical characteristics of an image, and many of the existing color image encryption schemes utilized the same method to encrypt R, G and B components, which means that the three color components of a color image are processed three times independently. Additionally, dynamical performance of a single chaotic system degrades greatly with finite precisions in computer simulations. In this paper, a novel coupled map lattice with time-varying delay therefore is applied in color images bit-level plane encryption to solve the above issues. Spatiotemporal chaotic system with both much longer period in digitalization and much excellent performances in cryptography is recommended. Time-varying delay embedded in coupled map lattice enhances dynamical behaviors of the system. Bit-level plane image encryption algorithm has greatly reduced the statistical characteristics of an image through the scrambling processing. The R, G and B components cross and mix with one another, which reduces the correlation among the three components. Finally, simulations are carried out and all the experimental results illustrate that the proposed image encryption algorithm is highly secure, and at the same time, also demonstrates superior performance.

  6. MAP: an iterative experimental design methodology for the optimization of catalytic search space structure modeling.

    Science.gov (United States)

    Baumes, Laurent A

    2006-01-01

    One of the main problems in high-throughput research for materials is still the design of experiments. At early stages of discovery programs, purely exploratory methodologies coupled with fast screening tools should be employed. This should lead to opportunities to find unexpected catalytic results and identify the "groups" of catalyst outputs, providing well-defined boundaries for future optimizations. However, very few new papers deal with strategies that guide exploratory studies. Mostly, traditional designs, homogeneous covering, or simple random samplings are exploited. Typical catalytic output distributions exhibit unbalanced datasets for which an efficient learning is hardly carried out, and interesting but rare classes are usually unrecognized. Here is suggested a new iterative algorithm for the characterization of the search space structure, working independently of learning processes. It enhances recognition rates by transferring catalysts to be screened from "performance-stable" space zones to "unsteady" ones which necessitate more experiments to be well-modeled. The evaluation of new algorithm attempts through benchmarks is compulsory due to the lack of past proofs about their efficiency. The method is detailed and thoroughly tested with mathematical functions exhibiting different levels of complexity. The strategy is not only empirically evaluated, the effect or efficiency of sampling on future Machine Learning performances is also quantified. The minimum sample size required by the algorithm for being statistically discriminated from simple random sampling is investigated.

  7. On iterative solution of nonlinear functional equations in a metric space

    Directory of Open Access Journals (Sweden)

    Rabindranath Sen

    1983-01-01

    Full Text Available Given that A and P as nonlinear onto and into self-mappings of a complete metric space R, we offer here a constructive proof of the existence of the unique solution of the operator equation Au=Pu, where u∈R, by considering the iterative sequence Aun+1=Pun (u0 prechosen, n=0,1,2,…. We use Kannan's criterion [1] for the existence of a unique fixed point of an operator instead of the contraction mapping principle as employed in [2]. Operator equations of the form Anu=Pmu, where u∈R, n and m positive integers, are also treated.

  8. Analysis of the ITER cryoplant operational modes

    International Nuclear Information System (INIS)

    Henry, D.; Journeaux, J.Y.; Roussel, P.; Michel, F.; Poncet, J.M.; Girard, A.; Kalinin, V.; Chesny, P.

    2007-01-01

    In the framework of an EFDA task, CEA is carrying out an analysis of the various ITER cryoplant operational modes. According to the project integration document, ITER is designed to be operated 365 days per year in order to optimize the available time of the Tokamak. It is anticipated that operation will be performed in long periods separated by maintenance periods (e.g. 10 days continuous operation and 1 week break) with annual or bi-annual major shutdown periods of a few months for maintenance, further installation and commissioning. For this operation schedule, auxiliary subsystems like the cryoplant and the cryodistribution have to cope with different heat loads which depend on the different ITER operating states. The cryoplant consists of four identical 4.5 K refrigerators and two 80 K helium loops coupled with two LN2 modules. All of these cryogenic subsystems have to operate in parallel to remove the heat loads from the magnet, 80 K shields, cryopumps and other small users. After a brief recall of the main particularities of a cryogenic system operating in a Tokamak environment, the first part of this study is dedicated to the assessment of the main ITER operation states. A new design of refrigeration loop for the HTS current leads, the updated layout of the cryodistribution system and revised strategy for operations of the cryopumps have been taken into consideration. The relevant normal operating scenarios of the cryoplant are checked for the typical ITER operating states like plasma operation state, short term stand by, short term maintenance, or test and conditioning state. The second part of the paper is dedicated to the abnormal operating modes coming from the magnets and from those generated by the cryoplant itself. The occurrence of a fast discharge or a quench of the magnets generates large heat loads disturbances and produces exceptional high mass flow rates which have to be managed by the cryoplant, while a failure of a cryogenic component induces

  9. Results from Tight and Loose Coupled Multiphysics in Nuclear Fuels Performance Simulations using BISON

    Energy Technology Data Exchange (ETDEWEB)

    S. R. Novascone; B. W. Spencer; D. Andrs; R. L. Williamson; J. D. Hales; D. M. Perez

    2013-05-01

    The behavior of nuclear fuel in the reactor environment is affected by multiple physics, most notably heat conduction and solid mechanics, which can have a strong influence on each other. To provide credible solutions, a fuel performance simulation code must have the ability to obtain solutions for each of the physics, including coupling between them. Solution strategies for solving systems of coupled equations can be categorized as loosely-coupled, where the individual physics are solved separately, keeping the solutions for the other physics fixed at each iteration, or tightly coupled, where the nonlinear solver simultaneously drives down the residual for each physics, taking into account the coupling between the physics in each nonlinear iteration. In this paper, we compare the performance of loosely and tightly coupled solution algorithms for thermomechanical problems involving coupled thermal and mechanical contact, which is a primary source of interdependence between thermal and mechanical solutions in fuel performance models. The results indicate that loosely-coupled simulations require significantly more nonlinear iterations, and may lead to convergence trouble when the thermal conductivity of the gap is too small. We also apply the tightly coupled solution strategy to a nuclear fuel simulation of an experiment in a test reactor. Studying the results from these simulations indicates that perhaps convergence for either approach may be problem dependent, i.e., there may be problems for which a loose coupled approach converges, where tightly coupled won’t converge and vice versa.

  10. Results from tight and loose coupled multiphysics in nuclear fuels performance simulations using BISON

    International Nuclear Information System (INIS)

    Novascone, S. R.; Spencer, B. W.; Andrs, D.; Williamson, R. L.; Hales, J. D.; Perez, D. M.

    2013-01-01

    The behavior of nuclear fuel in the reactor environment is affected by multiple physics, most notably heat conduction and solid mechanics, which can have a strong influence on each other. To provide credible solutions, a fuel performance simulation code must have the ability to obtain solutions for each of the physics, including coupling between them. Solution strategies for solving systems of coupled equations can be categorized as loosely-coupled, where the individual physics are solved separately, keeping the solutions for the other physics fixed at each iteration, or tightly coupled, where the nonlinear solver simultaneously drives down the residual for each physics, taking into account the coupling between the physics in each nonlinear iteration. In this paper, we compare the performance of loosely and tightly coupled solution algorithms for thermomechanical problems involving coupled thermal and mechanical contact, which is a primary source of interdependence between thermal and mechanical solutions in fuel performance models. The results indicate that loosely-coupled simulations require significantly more nonlinear iterations, and may lead to convergence trouble when the thermal conductivity of the gap is too small. We also apply the tightly coupled solution strategy to a nuclear fuel simulation of an experiment in a test reactor. Studying the results from these simulations indicates that perhaps convergence for either approach may be problem dependent, i.e., there may be problems for which a loose coupled approach converges, where tightly coupled won't converge and vice versa. (authors)

  11. Structural analysis of the ITER Vacuum Vessel regarding 2012 ITER Project-Level Loads

    Energy Technology Data Exchange (ETDEWEB)

    Martinez, J.-M., E-mail: jean-marc.martinez@live.fr [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul lez Durance (France); Jun, C.H.; Portafaix, C.; Choi, C.-H.; Ioki, K.; Sannazzaro, G.; Sborchia, C. [ITER Organization, Route de Vinon sur Verdon, 13115 St Paul lez Durance (France); Cambazar, M.; Corti, Ph.; Pinori, K.; Sfarni, S.; Tailhardat, O. [Assystem EOS, 117 rue Jacquard, L' Atrium, 84120 Pertuis (France); Borrelly, S. [Sogeti High Tech, RE2, 180 rue René Descartes, Le Millenium – Bat C, 13857 Aix en Provence (France); Albin, V.; Pelletier, N. [SOM Calcul – Groupe ORTEC, 121 ancien Chemin de Cassis – Immeuble Grand Pré, 13009 Marseille (France)

    2014-10-15

    Highlights: • ITER Vacuum Vessel is a part of the first barrier to confine the plasma. • ITER Vacuum Vessel as Nuclear Pressure Equipment (NPE) necessitates a third party organization authorized by the French nuclear regulator to assure design, fabrication, conformance testing and quality assurance, i.e. Agreed Notified Body (ANB). • A revision of the ITER Project-Level Load Specification was implemented in April 2012. • ITER Vacuum Vessel Loads (seismic, pressure, thermal and electromagnetic loads) were summarized. • ITER Vacuum Vessel Structural Margins with regards to RCC-MR code were summarized. - Abstract: A revision of the ITER Project-Level Load Specification (to be used for all systems of the ITER machine) was implemented in April 2012. This revision supports ITER's licensing by accommodating requests from the French regulator to maintain consistency with the plasma physics database and our present understanding of plasma transients and electro-magnetic (EM) loads, to investigate the possibility of removing unnecessary conservatism in the load requirements and to review the list and definition of incidental cases. The purpose of this paper is to present the impact of this 2012 revision of the ITER Project-Level Load Specification (LS) on the ITER Vacuum Vessel (VV) loads and the main structural margins required by the applicable French code, RCC-MR.

  12. Strategies for the coupling of global and local crystal growth models

    Science.gov (United States)

    Derby, Jeffrey J.; Lun, Lisa; Yeckel, Andrew

    2007-05-01

    The modular coupling of existing numerical codes to model crystal growth processes will provide for maximum effectiveness, capability, and flexibility. However, significant challenges are posed to make these coupled models mathematically self-consistent and algorithmically robust. This paper presents sample results from a coupling of the CrysVUn code, used here to compute furnace-scale heat transfer, and Cats2D, used to calculate melt fluid dynamics and phase-change phenomena, to form a global model for a Bridgman crystal growth system. However, the strategy used to implement the CrysVUn-Cats2D coupling is unreliable and inefficient. The implementation of under-relaxation within a block Gauss-Seidel iteration is shown to be ineffective for improving the coupling performance in a model one-dimensional problem representative of a melt crystal growth model. Ideas to overcome current convergence limitations using approximations to a full Newton iteration method are discussed.

  13. ITER test programme

    International Nuclear Information System (INIS)

    Abdou, M.; Baker, C.; Casini, G.

    1991-01-01

    ITER has been designed to operate in two phases. The first phase which lasts for 6 years, is devoted to machine checkout and physics testing. The second phase lasts for 8 years and is devoted primarily to technology testing. This report describes the technology test program development for ITER, the ancillary equipment outside the torus necessary to support the test modules, the international collaboration aspects of conducting the test program on ITER, the requirements on the machine major parameters and the R and D program required to develop the test modules for testing in ITER. 15 refs, figs and tabs

  14. ITER-FEAT outline design report

    International Nuclear Information System (INIS)

    2001-01-01

    In July 1998 the ITER Parties were unable, for financial reasons, to proceed with construction of the ITER design proposed at that time, to meet the detailed technical objectives and target cost set in 1992. It was therefore decided to investigate options for the design of ITER with reduced technical objectives and with possibly decreased technical margins, whose target construction cost was one half that of the 1998 ITER design, while maintaining the overall programmatic objective. To identify designs that might meet the revised objectives, task forces involving the JCT and Home Teams met during 1998 and 1999 to analyse and compare a range of options for the design of such a device. This led at the end of 1999 to a single configuration for the ITER design with parameters considered to be the most credible consistent with technical limitations and the financial target, yet meeting fully the objectives with appropriate margins. This new design of ITER, called ''ITER-FEAT'', was submitted to the ITER Director to the ITER Parties as the ''ITER-FEAT Outline Design Report'' (ODR) in January 2000, at their meeting in Tokyo. The Parties subsequently conducted their domestic assessments of this report and fed the resulting comments back into the progressing design. The progress on the developing design was reported to the ITER Technical Advisory Committee (TAC) in June 2000 in the report ''Progress in Resolving Open Design Issues from the ODR'' alongside a report on Progress in Technology R and D for ITER. In addition, the progress in the ITER-FEAT Design and Validating R and D was reported to the ITER Parties. The ITER-FEAT design was subsequently approved by the governing body of ITER in Moscow in June 2000 as the basis for the preparation of the Final Design Report, recognising it as a single mature design for ITER consistent with its revised objectives. This volume contains the documents pertinent to the process described above. More detailed technical information

  15. Quantitative susceptibility mapping of human brain at 3T: a multisite reproducibility study.

    Science.gov (United States)

    Lin, P-Y; Chao, T-C; Wu, M-L

    2015-03-01

    Quantitative susceptibility mapping of the human brain has demonstrated strong potential in examining iron deposition, which may help in investigating possible brain pathology. This study assesses the reproducibility of quantitative susceptibility mapping across different imaging sites. In this study, the susceptibility values of 5 regions of interest in the human brain were measured on 9 healthy subjects following calibration by using phantom experiments. Each of the subjects was imaged 5 times on 1 scanner with the same procedure repeated on 3 different 3T systems so that both within-site and cross-site quantitative susceptibility mapping precision levels could be assessed. Two quantitative susceptibility mapping algorithms, similar in principle, one by using iterative regularization (iterative quantitative susceptibility mapping) and the other with analytic optimal solutions (deterministic quantitative susceptibility mapping), were implemented, and their performances were compared. Results show that while deterministic quantitative susceptibility mapping had nearly 700 times faster computation speed, residual streaking artifacts seem to be more prominent compared with iterative quantitative susceptibility mapping. With quantitative susceptibility mapping, the putamen, globus pallidus, and caudate nucleus showed smaller imprecision on the order of 0.005 ppm, whereas the red nucleus and substantia nigra, closer to the skull base, had a somewhat larger imprecision of approximately 0.01 ppm. Cross-site errors were not significantly larger than within-site errors. Possible sources of estimation errors are discussed. The reproducibility of quantitative susceptibility mapping in the human brain in vivo is regionally dependent, and the precision levels achieved with quantitative susceptibility mapping should allow longitudinal and multisite studies such as aging-related changes in brain tissue magnetic susceptibility. © 2015 by American Journal of Neuroradiology.

  16. ITER council proceedings: 1995

    International Nuclear Information System (INIS)

    1996-01-01

    Records of the 8. ITER Council Meeting (IC-8), held on 26-27 July 1995, in San Diego, USA, and the 9. ITER Council Meeting (IC-9) held on 12-13 December 1995, in Garching, Germany, are presented, giving essential information on the evolution of the ITER Engineering Design Activities (EDA) and the ITER Interim Design Report Package and Relevant Documents. Figs, tabs

  17. Coupled map lattice (CML) approach to power reactor dynamics (I) - preservation of normality

    International Nuclear Information System (INIS)

    Konno, H.

    1996-01-01

    An application of coupled map lattice (CML) model for simulating power fluctuations in nuclear power reactors is presented. (1) Preservation of Gaussianity in the point model is studied in a chaotic force driven Langevin equation in conjunction with the Gaussian-white noise driven Langevin equation. (2) Preservation of Guassianity is also studied in the space-dependent model with the use of a CML model near the onset of the Hopf bifurcation point. It is shown that the spatial dimensionality decreases as the maximum eigenvalue of the system increases. The result is consistent with the observation of neutron fluctuation in a BWR. (author)

  18. The radiation analyses of ITER lower ports

    International Nuclear Information System (INIS)

    Petrizzi, L.; Brolatti, G.; Martin, A.; Loughlin, M.; Moro, F.; Villari, R.

    2010-01-01

    The ITER Vacuum Vessel has upper, equatorial, and lower ports used for equipment installation, diagnostics, heating and current drive systems, cryo-vacuum pumping, and access inside the vessel for maintenance. At the level of the divertor, the nine lower ports for remote handling, cryo-vacuum pumping and diagnostic are inclined downwards and toroidally located each every 40 o . The cryopump port has additionally a branch to allocate a second cryopump. The ports, as openings in the Vacuum Vessel, permit radiation streaming out of the vessel which affects the heating in the components in the outer regions of the machine inside and outside the ports. Safety concerns are also raised with respect to the dose after shutdown at the cryostat behind the ports: in such zones the radiation dose level must be kept below the regulatory limit to allow personnel access for maintenance purposes. Neutronic analyses have been required to qualify the ITER project related to the lower ports. A 3-D model was used to take into account full details of the ports and the lower machine surroundings. MCNP version 5 1.40 has been used with the FENDL 2.1 nuclear data library. The ITER 40 o model distributed by the ITER Organization was developed in the lower part to include the relevant details. The results of a first analysis, focused on cryopump system only, were recently published. In this paper more complete data on the cryopump port and analysis for the remote handling port and the diagnostic rack are presented; the results of both analyses give a complete map of the radiation loads in the outer divertor ports. Nuclear heating, dpa, tritium production, and dose rates after shutdown are provided and the implications for the design are discussed.

  19. ITER CTA newsletter. No. 3

    International Nuclear Information System (INIS)

    2001-11-01

    This ITER CTA newsletter comprises reports of Dr. P. Barnard, Iter Canada Chairman and CEO, about the progress of the first formal ITER negotiations and about the demonstration of details of Canada's bid on ITER workshops, and Dr. V. Vlasenkov, Project Board Secretary, about the meeting of the ITER CTA project board

  20. Progress in LHCD: a tool for advanced regimes on ITER

    Energy Technology Data Exchange (ETDEWEB)

    Tuccillo, A. A.

    2005-07-01

    Since the early 80s, Lower Hybrid (LH) waves have driven plasma current non-inductively in tokamak experiments with efficiency far higher than other auxiliary systems, especially at low plasma temperature. The latter aspect makes LH the natural candidate for off axis current drive (CD) in ITER where current profile control will be required to maintain burning performance on a long time scale. The difficulties in coupling LH waves in high performance H-mode plasmas led in the 90s to the decision, by the ITER JCT, of not supporting directly the development of a LH system, with subsequent exclusion of LH from ITER initial Hn and CD systems. Nevertheless, the LH activity continued in all areas: theory, experiments, modelling and R and D. Recently, in JET, the problem of coupling LH waves in severe edge conditions (ELMy plasmas and very low SOL densities) has been solved by localised gas injection. LH has then boosted the research on advanced scenarios allowing a variety of current profiles, from peaked to deeply hollow, to be used in generating Internal Transport Barriers (ITBs). In JET, long ITBs (11s) have been sustained for times close to the resistive time scale in full CD conditions, additionally pulses lasting minutes, relying on LHCD, are routinely obtained in Tore Supra. Advanced scenarios have also been obtained in conditions of dominant electron heating (FTU, Tore Supra) and efficient CD has been demonstrated at ITER relevant densities on FTU. In these experiments, an improvement of the Electron Cyclotron (EC) CD efficiency (up to 4?) due to synergy with LH is also observed both in normal operation and with EC resonating at a down shifted frequency. Modelling all these experiments has been a good test bench for LH codes and has increased the confidence in their use to predict future experiments. The use of LH as an actuator for Real Time Control of the plasma current profile has become a powerful tool to optimise ITB dynamics in JET and JT-60U. An LH system

  1. ITER council proceedings: 1997

    International Nuclear Information System (INIS)

    1997-01-01

    This volume of the ITER EDA Documentation Series presents records of the 12th ITER Council Meeting, IC-12, which took place on 23-24 July, 1997 in Tampere, Finland. The Council received from the Parties (EU, Japan, Russia, US) positive responses on the Detailed Design Report. The Parties stated their willingness to contribute to fulfil their obligations in contributing to the ITER EDA. The summary discussions among the Parties led to the consensus that in July 1998 the ITER activities should proceed for additional three years with a general intent to enable an efficient start of possible, future ITER construction

  2. Elliptic Preconditioner for Accelerating the Self-Consistent Field Iteration in Kohn--Sham Density Functional Theory

    Energy Technology Data Exchange (ETDEWEB)

    Lin, Lin [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Computational Research Division; Yang, Chao [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Computational Research Division

    2013-10-28

    We discuss techniques for accelerating the self consistent field (SCF) iteration for solving the Kohn-Sham equations. These techniques are all based on constructing approximations to the inverse of the Jacobian associated with a fixed point map satisfied by the total potential. They can be viewed as preconditioners for a fixed point iteration. We point out different requirements for constructing preconditioners for insulating and metallic systems respectively, and discuss how to construct preconditioners to keep the convergence rate of the fixed point iteration independent of the size of the atomistic system. We propose a new preconditioner that can treat insulating and metallic system in a unified way. The new preconditioner, which we call an elliptic preconditioner, is constructed by solving an elliptic partial differential equation. The elliptic preconditioner is shown to be more effective in accelerating the convergence of a fixed point iteration than the existing approaches for large inhomogeneous systems at low temperature.

  3. Iterative and iterative-noniterative integral solutions in 3-loop massive QCD calculations

    International Nuclear Information System (INIS)

    Ablinger, J.; Radu, C.S.; Schneider, C.; Behring, A.; Imamoglu, E.; Van Hoeij, M.; Von Manteuffel, A.; Raab, C.G.

    2017-11-01

    Various of the single scale quantities in massless and massive QCD up to 3-loop order can be expressed by iterative integrals over certain classes of alphabets, from the harmonic polylogarithms to root-valued alphabets. Examples are the anomalous dimensions to 3-loop order, the massless Wilson coefficients and also different massive operator matrix elements. Starting at 3-loop order, however, also other letters appear in the case of massive operator matrix elements, the so called iterative non-iterative integrals, which are related to solutions based on complete elliptic integrals or any other special function with an integral representation that is definite but not a Volterra-type integral. After outlining the formalism leading to iterative non-iterative integrals,we present examples for both of these cases with the 3-loop anomalous dimension γ (2) qg and the structure of the principle solution in the iterative non-interative case of the 3-loop QCD corrections to the ρ-parameter.

  4. Iterative and iterative-noniterative integral solutions in 3-loop massive QCD calculations

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, J.; Radu, C.S.; Schneider, C. [Johannes Kepler Univ., Linz (Austria). Research Inst. for Symbolic Computation (RISC); Behring, A. [RWTH Aachen Univ. (Germany). Inst. fuer Theoretische Teilchenphysik und Kosmologie; Bluemlein, J.; Freitas, A. de [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Imamoglu, E.; Van Hoeij, M. [Florida State Univ., Tallahassee, FL (United States). Dept. of Mathematics; Von Manteuffel, A. [Michigan State Univ., East Lansing, MI (United States). Dept. of Physics and Astronomy; Raab, C.G. [Johannes Kepler Univ., Linz (Austria). Inst. for Algebra

    2017-11-15

    Various of the single scale quantities in massless and massive QCD up to 3-loop order can be expressed by iterative integrals over certain classes of alphabets, from the harmonic polylogarithms to root-valued alphabets. Examples are the anomalous dimensions to 3-loop order, the massless Wilson coefficients and also different massive operator matrix elements. Starting at 3-loop order, however, also other letters appear in the case of massive operator matrix elements, the so called iterative non-iterative integrals, which are related to solutions based on complete elliptic integrals or any other special function with an integral representation that is definite but not a Volterra-type integral. After outlining the formalism leading to iterative non-iterative integrals,we present examples for both of these cases with the 3-loop anomalous dimension γ{sup (2)}{sub qg} and the structure of the principle solution in the iterative non-interative case of the 3-loop QCD corrections to the ρ-parameter.

  5. One-way Hash function construction based on the chaotic map with changeable-parameter

    International Nuclear Information System (INIS)

    Xiao Di; Liao Xiaofeng; Deng Shaojiang

    2005-01-01

    An algorithm for one-way Hash function construction based on the chaotic map with changeable-parameter is proposed in this paper. A piecewise linear chaotic map with changeable-parameter P is chosen, and cipher block chaining mode (CBC) is introduced to ensure that the parameter P in each iteration is dynamically decided by the last-time iteration value and the corresponding message bit in different positions. The final Hash value is obtained by means of the linear transform on the iteration sequence. Theoretical analysis and computer simulation indicate that our algorithm can satisfy all the performance requirements of Hash function in an efficient and flexible manner. It is practicable and reliable, with high potential to be adopted for E-commerce

  6. One-way Hash function construction based on the chaotic map with changeable-parameter

    Energy Technology Data Exchange (ETDEWEB)

    Xiao Di [College of Computer Science and Engineering, Chongqing University, Chongqing 400044 (China) and College of Mechanical Engineering, Chongqing University, Chongqing 400044 (China)]. E-mail: xiaodi_cqu@hotmail.com; Liao Xiaofeng [College of Computer Science and Engineering, Chongqing University, Chongqing 400044 (China)]. E-mail: xfliao@cqu.edu.cn; Deng Shaojiang [College of Computer Science and Engineering, Chongqing University, Chongqing 400044 (China)

    2005-04-01

    An algorithm for one-way Hash function construction based on the chaotic map with changeable-parameter is proposed in this paper. A piecewise linear chaotic map with changeable-parameter P is chosen, and cipher block chaining mode (CBC) is introduced to ensure that the parameter P in each iteration is dynamically decided by the last-time iteration value and the corresponding message bit in different positions. The final Hash value is obtained by means of the linear transform on the iteration sequence. Theoretical analysis and computer simulation indicate that our algorithm can satisfy all the performance requirements of Hash function in an efficient and flexible manner. It is practicable and reliable, with high potential to be adopted for E-commerce.

  7. Coupled neutronic/thermal-hydraulic analysis of the HPLWR three pass core

    International Nuclear Information System (INIS)

    Monti, Lanfranco; Starflinger, Joerg; Schulenberg, Thomas

    2008-01-01

    The High Performance Light Water Reactor is an innovative Gen-IV reactor cooled and moderated with water at supercritical pressure. The three pass core concept has been proposed to reduce peaking factors, i.e. hot-channel effects, and it further increases the core heterogeneity, which is mainly due to pronounced water density reduction. For this kind of nuclear reactor, the significant feedbacks - which exist between the properties of the components and the power generation rate - can not be neglected and require a coupled Neutronic/Thermal-Hydraulic analysis even for steady state conditions. The main goal of this paper is to present the developed tool for coupled analyses of the HPLWR. Two state-of-the-art codes have been chosen for Thermal-Hydraulic and Neutronic core analyses, namely TRACE and ERANOS, and they have been coupled with in an iterative procedure in which they are run in series until a steady state condition has been reached. In the simplifying assumptions of uniform enrichment distribution, zero burn-up and ignoring the effect of the control rods, the obtained steady state condition will be discussed and a core power map, flow rate redistribution as well as water and fuel temperature variations will be presented. (author)

  8. Physics research needs for ITER

    International Nuclear Information System (INIS)

    Sauthoff, N.R.

    1995-01-01

    Design of ITER entails the application of physics design tools that have been validated against the world-wide data base of fusion research. In many cases, these tools do not yet exist and must be developed as part of the ITER physics program. ITER's considerable increases in power and size demand significant extrapolations from the current data base; in several cases, new physical effects are projected to dominate the behavior of the ITER plasma. This paper focuses on those design tools and data that have been identified by the ITER team and are not yet available; these needs serve as the basis for the ITER Physics Research Needs, which have been developed jointly by the ITER Physics Expert Groups and the ITER design team. Development of the tools and the supporting data base is an on-going activity that constitutes a significant opportunity for contributions to the ITER program by fusion research programs world-wide

  9. The projective heat map

    CERN Document Server

    Schwartz, Richard Evan

    2017-01-01

    This book introduces a simple dynamical model for a planar heat map that is invariant under projective transformations. The map is defined by iterating a polygon map, where one starts with a finite planar N-gon and produces a new N-gon by a prescribed geometric construction. One of the appeals of the topic of this book is the simplicity of the construction that yet leads to deep and far reaching mathematics. To construct the projective heat map, the author modifies the classical affine invariant midpoint map, which takes a polygon to a new polygon whose vertices are the midpoints of the original. The author provides useful background which makes this book accessible to a beginning graduate student or advanced undergraduate as well as researchers approaching this subject from other fields of specialty. The book includes many illustrations, and there is also a companion computer program.

  10. Study of different coupling agents in the conjugation of a V3-based synthetic MAP to carrier proteins.

    Science.gov (United States)

    Cruz, L J; Iglesias, E; Aguilar, J C; Quintana, D; Garay, H E; Duarte, C; Reyes, O

    2001-09-01

    The conjugation of synthetic peptides to carrier proteins is a widely used method for immunological studies. Different coupling agents have been described to form the conjugate with carrier proteins. In this paper, we demonstrate that the antibody response toward V3-based synthetic MAPs derived from HIV-1, JY1 isolate, conjugated to two different carrier proteins using either m-maleimidobenzoyl-N-hydroxysuccinimide ester (MBS) or beta-maleimidopropionic acid N-hydroxysuccinimide ester (MPS), or succinic anhydride (SA) show different behaviors. An excellent anti-JY1 response without a strong response to the coupling agent is observed in the case of succinic anhydride spacer. In contrast, MBS produces total abrogation of the antibody response with a high response toward the coupling agent.

  11. On the automatic control of the ITER ion cyclotron system

    Energy Technology Data Exchange (ETDEWEB)

    Bosia, G. [Department of General Physics, University of Turin, Via P. Giuria 1, 10 125 Turin (Italy)], E-mail: giuseppe.bosia@to.infn.it

    2007-10-15

    The ITER ion cyclotron heating system requires an efficient control system capable of: (i) providing the desired array radiation spectrum, to optimize plasma coupling and absorption and to minimize parasitic power losses in the plasma edge; (ii) maintaining the RF power flow to the plasma against significant load variations, including fast fluctuations induced by ELMs; (iii) reliably detecting and suppressing RF voltage breakdowns in the array and/or in the transmission system, to avoid local equipment damage and (iv) implementing an accurate real time record of performance. In this paper specific aspects of the tuning control system, related to recent conceptual and engineering effort [K. Vulliez, et al., Design of the ITER ion cyclotron heating launcher based on in-vessel tuning system, Article ID106C, this conference] are addressed.

  12. Iterated elliptic and hypergeometric integrals for Feynman diagrams

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, J.; Radu, C.S.; Schneider, C. [Johannes Kepler Univ., Linz (Austria). Research Inst. for Symbolic Computation (RISC); Bluemlein, J.; Freitas, A. de [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Van Hoeij, M.; Imamoglu, E. [Florida State Univ., Tallahassee, FL (United States). Dept. of Mathematics; Raab, C.G. [Linz Univ. (Austria). Inst. for Algebra

    2017-05-15

    We calculate 3-loop master integrals for heavy quark correlators and the 3-loop QCD corrections to the ρ-parameter. They obey non-factorizing differential equations of second order with more than three singularities, which cannot be factorized in Mellin-N space either. The solution of the homogeneous equations is possible in terms of convergent close integer power series as {sub 2}F{sub 1} Gauss hypergeometric functions at rational argument. In some cases, integrals of this type can be mapped to complete elliptic integrals at rational argument. This class of functions appears to be the next one arising in the calculation of more complicated Feynman integrals following the harmonic polylogarithms, generalized polylogarithms, cyclotomic harmonic polylogarithms, square-root valued iterated integrals, and combinations thereof, which appear in simpler cases. The inhomogeneous solution of the corresponding differential equations can be given in terms of iterative integrals, where the new innermost letter itself is not an iterative integral. A new class of iterative integrals is introduced containing letters in which (multiple) definite integrals appear as factors. For the elliptic case, we also derive the solution in terms of integrals over modular functions and also modular forms, using q-product and series representations implied by Jacobi's θ{sub i} functions and Dedekind's η-function. The corresponding representations can be traced back to polynomials out of Lambert-Eisenstein series, having representations also as elliptic polylogarithms, a q-factorial 1/η{sup κ}(τ), logarithms and polylogarithms of q and their q-integrals. Due to the specific form of the physical variable x(q) for different processes, different representations do usually appear. Numerical results are also presented.

  13. Iterated elliptic and hypergeometric integrals for Feynman diagrams

    International Nuclear Information System (INIS)

    Ablinger, J.; Radu, C.S.; Schneider, C.; Bluemlein, J.; Freitas, A. de; Van Hoeij, M.; Imamoglu, E.; Raab, C.G.

    2017-05-01

    We calculate 3-loop master integrals for heavy quark correlators and the 3-loop QCD corrections to the ρ-parameter. They obey non-factorizing differential equations of second order with more than three singularities, which cannot be factorized in Mellin-N space either. The solution of the homogeneous equations is possible in terms of convergent close integer power series as _2F_1 Gauss hypergeometric functions at rational argument. In some cases, integrals of this type can be mapped to complete elliptic integrals at rational argument. This class of functions appears to be the next one arising in the calculation of more complicated Feynman integrals following the harmonic polylogarithms, generalized polylogarithms, cyclotomic harmonic polylogarithms, square-root valued iterated integrals, and combinations thereof, which appear in simpler cases. The inhomogeneous solution of the corresponding differential equations can be given in terms of iterative integrals, where the new innermost letter itself is not an iterative integral. A new class of iterative integrals is introduced containing letters in which (multiple) definite integrals appear as factors. For the elliptic case, we also derive the solution in terms of integrals over modular functions and also modular forms, using q-product and series representations implied by Jacobi's θ_i functions and Dedekind's η-function. The corresponding representations can be traced back to polynomials out of Lambert-Eisenstein series, having representations also as elliptic polylogarithms, a q-factorial 1/η"κ(τ), logarithms and polylogarithms of q and their q-integrals. Due to the specific form of the physical variable x(q) for different processes, different representations do usually appear. Numerical results are also presented.

  14. Diffeomorphic Iterative Centroid Methods for Template Estimation on Large Datasets

    OpenAIRE

    Cury , Claire; Glaunès , Joan Alexis; Colliot , Olivier

    2014-01-01

    International audience; A common approach for analysis of anatomical variability relies on the stimation of a template representative of the population. The Large Deformation Diffeomorphic Metric Mapping is an attractive framework for that purpose. However, template estimation using LDDMM is computationally expensive, which is a limitation for the study of large datasets. This paper presents an iterative method which quickly provides a centroid of the population in the shape space. This centr...

  15. Vibrations versus collisions and the iterative structure of two-body dynamics

    International Nuclear Information System (INIS)

    Pfitzner, A.; Cassing, W.; Peter, A.

    1993-11-01

    The two-body correlation function is decomposed into two channel correlation functions for the pp- and the ph-channel. The associated coupled equations describe the evolution in the respective channels as well as their mixing. Integration of the ph-channel in terms of vibrational RPA-states yields a closed equation for the correlations in the pp-channel comprising phonon-particle coupling and a memory term. In the stationary limit the equation for a generalised effective interaction is derived which iterates both the G-matrix (ladders) and the polarisation matrix (loops), thus accounting nonperturbatively for the mixing of ladders and loops. (orig.)

  16. An Iterative Multiuser Detector for Turbo-Coded DS-CDMA Systems

    Directory of Open Access Journals (Sweden)

    Takawira Fambirai

    2005-01-01

    Full Text Available We propose an iterative multiuser detector for turbo-coded synchronous and asynchronous direct-sequence CDMA (DS-CDMA systems. The receiver is derived from the maximum a posteriori (MAP estimation of the single user's transmitted data, conditioned on information about the estimate of the multiple-access interference (MAI and the received signal from the channel. This multiple-access interference is reconstructed by making hard decisions on the users' detected bits at the preceding iteration. The complexity of the proposed receiver increases linearly with the number of users. The proposed detection scheme is compared with a previously developed one. The multiuser detector proposed in this paper has a better performance when the transmitted powers of all active users are equal in the additive white Gaussian noise (AWGN channel. Also, the detector is found to be resilient against the near-far effect.

  17. ITER radio frequency systems

    International Nuclear Information System (INIS)

    Bosia, G.

    1998-01-01

    Neutral Beam Injection and RF heating are two of the methods for heating and current drive in ITER. The three ITER RF systems, which have been developed during the EDA, offer several complementary services and are able to fulfil ITER operational requirements

  18. Sonic Fiction as the Mapping of Difference

    DEFF Research Database (Denmark)

    Holmboe, Rasmus; Stricker, Jan Høgh

    2015-01-01

    The here proposed audio paper/audio lecture performance is an iteration of a site-specific participatory performance piece by Danish artist, composer and musician, Andreas Führer. The piece, which has the title THE MAP IS NOT THE TERRITORY D’OR, is a scored sound walk, which shows a map designati......) as a discussion and contextualisation of sonic materialist (Cox, 2011) and signifying representationalist (Kim-Cohen, 2009) positions....

  19. Recent trends in space mapping technology

    DEFF Research Database (Denmark)

    Bandler, John W.; Cheng, Qingsha S.; Hailu, Daniel

    2004-01-01

    We review recent trends in the art of Space Mapping (SM) technology for modeling and design of engineering devices and systems. The SM approach aims at achieving a satisfactory solution with a handful of computationally expensive so-called "fine" model evaluations. SM procedures iteratively update...

  20. ITER Construction--Plant System Integration

    International Nuclear Information System (INIS)

    Tada, E.; Matsuda, S.

    2009-01-01

    This brief paper introduces how the ITER will be built in the international collaboration. The ITER Organization plays a central role in constructing ITER and leading it into operation. Since most of the ITER components are to be provided in-kind from the member countries, integral project management should be scoped in advance of real work. Those include design, procurement, system assembly, testing, licensing and commissioning of ITER.

  1. ITER definition phase

    International Nuclear Information System (INIS)

    1989-01-01

    The International Thermonuclear Experimental Reactor (ITER) is envisioned as a fusion device which would demonstrate the scientific and technological feasibility of fusion power. As a first step towards achieving this goal, the European Community, Japan, the Soviet Union, and the United States of America have entered into joint conceptual design activities under the auspices of the International Atomic Energy Agency. A brief summary of the Definition Phase of ITER activities is contained in this report. Included in this report are the background, objectives, organization, definition phase activities, and research and development plan of this endeavor in international scientific collaboration. A more extended technical summary is contained in the two-volume report, ''ITER Concept Definition,'' IAEA/ITER/DS/3. 2 figs, 2 tabs

  2. United States rejoin ITER

    International Nuclear Information System (INIS)

    Roberts, M.

    2003-01-01

    Upon pressure from the United States Congress, the US Department of Energy had to withdraw from further American participation in the ITER Engineering Design Activities after the end of its commitment to the EDA in July 1998. In the years since that time, changes have taken place in both the ITER activity and the US fusion community's position on burning plasma physics. Reflecting the interest in the United States in pursuing burning plasma physics, the DOE's Office of Science commissioned three studies as part of its examination of the option of entering the Negotiations on the Agreement on the Establishment of the International Fusion Energy Organization for the Joint Implementation of the ITER Project. These were a National Academy Review Panel Report supporting the burning plasma mission; a Fusion Energy Sciences Advisory Committee (FESAC) report confirming the role of ITER in achieving fusion power production, and The Lehman Review of the ITER project costing and project management processes (for the latter one, see ITER CTA Newsletter, no. 15, December 2002). All three studies have endorsed the US return to the ITER activities. This historical decision was announced by DOE Secretary Abraham during his remarks to employees of the Department's Princeton Plasma Physics Laboratory. The United States will be working with the other Participants in the ITER Negotiations on the Agreement and is preparing to participate in the ITA

  3. ITER towards the construction

    International Nuclear Information System (INIS)

    Shimomura, Y.

    2005-01-01

    The ITER Project has been significantly developed in the last few years in preparation for its construction. The ITER Participant's Negotiators have developed the Joint Implementation Agreement (JIA), ready for finalisation following selection of the construction site and nomination of the project's Director General. The ITER International Team and Participant Teams have continued technical and organisational preparations. Construction will be able to start immediately after the international ITER organisation is established, following signature of the JIA. The Project is strongly supported by the governments of the Participants as well as by the scientific community. The real negotiations, including siting and the final details of cost sharing, started in December 2003. The EU, with Cadarache, and Japan, with Rokkasho, have both promised large contributions to the project to strongly support their construction site proposals. Their wish to host ITER construction is too strong to allow convergence to a single site considering the ITER device in isolation. A broader collaboration among the Parties is therefore being contemplated, covering complementary activities to help accelerate fusion development towards a viable power source, and allow the Participants to reach a conclusion on ITER siting. This report reviews these preparations, and the status of negotiations

  4. ITER-FEAT operation

    International Nuclear Information System (INIS)

    Shimomura, Y.; Huguet, M.; Mizoguchi, T.; Murakami, Y.; Polevoi, A.R.; Shimada, M.; Aymar, R.; Chuyanov, V.A.; Matsumoto, H.

    2001-01-01

    ITER is planned to be the first fusion experimental reactor in the world operating for research in physics and engineering. The first ten years of operation will be devoted primarily to physics issues at low neutron fluence and the following ten years of operation to engineering testing at higher fluence. ITER can accommodate various plasma configurations and plasma operation modes, such as inductive high Q modes, long pulse hybrid modes and non-inductive steady state modes, with large ranges of plasma current, density, beta and fusion power, and with various heating and current drive methods. This flexibility will provide an advantage for coping with uncertainties in the physics database, in studying burning plasmas, in introducing advanced features and in optimizing the plasma performance for the different programme objectives. Remote sites will be able to participate in the ITER experiment. This concept will provide an advantage not only in operating ITER for 24 hours a day but also in involving the worldwide fusion community and in promoting scientific competition among the ITER Parties. (author)

  5. ITER CTA newsletter. No. 2

    International Nuclear Information System (INIS)

    2001-10-01

    This ITER CTA newsletter contains results of the ITER toroidal field model coil project presented by ITER EU Home Team (Garching) and an article in commemoration of the late Dr. Charles Maisonnier, one of the former leaders of ITER who made significant contributions to its development

  6. Coupled neutronics/thermal-hydraulics for analysis of molten salt reactor

    International Nuclear Information System (INIS)

    Guo, Zhangpeng; Zhou, Jianjun; Zhang, Dalin; Chaudri, Khurrum Saleem; Tian, Wenxi; Su, Guanghui; Qiu, Suizheng

    2013-01-01

    Highlights: ► A multiple-channel analysis code (MAC) is developed to be coupled with MCNP. ► 1/8 of core is simulated in MCNP and thermal-hydraulic code. ► The coupling calculation can achieve stable state after a few iterations. ► The coupling calculation results are in reasonable agreement with the analytic solutions of the ORNL. ► Parametric studies of MSR are performed to provide valuable information for future design MSR. -- Abstract: The Generation IV International Forum (GIF) selected molten salt reactor (MSR) among six advanced reactor types. It is characterized by a liquid circulating fuel that also serves as coolant. In this study, a multiple-channel analysis code (MAC) is developed and it is coupled with MCNP4c to analyze the neutronics/thermal-hydraulics behavior of molten salt reactor experiment (MSRE). The MAC calculates thermal-hydraulic parameters, such as temperature distribution, flow distribution and pressure drop. MCNP4c performs the analysis of effective multiplication factor, neutron flux and power distribution. A linkage code is developed to exchange data between MAC and MCNP to implement coupling iteration process until the power convergence is achieved. The coupling calculation can achieve converged solution after a few iterations. The results are in reasonable agreement with the analytic solutions from the ORNL. For further design analysis, parametric studies are performed to provide valuable information for new design of MSR. The effect of inlet temperature, graphite to molten salt volume ratio (G/Ms) from varying channel diameter and different power levels on the effective multiplication factor, neutron flux, graphite lifetime and temperature distribution are discussed in detail

  7. A-coupled-expanding and distributional chaos

    International Nuclear Information System (INIS)

    Kim, Cholsan; Ju, Hyonhui; Chen, Minghao; Raith, Peter

    2015-01-01

    The concept of A-coupled-expanding maps is one of the more natural and useful ideas generalized from the horseshoe map which is commonly known as a criterion of chaos. It is well known that distributional chaos is one of the concepts which reflect strong chaotic behavior. In this paper, we focus on the relationship between A-coupled-expanding and distributional chaos. We prove two theorems which give sufficient conditions for a strictly A-coupled-expanding map to be distributionally chaotic in the senses of two kinds, where A is an m × m irreducible transition matrix

  8. Picard iterations for nonlinear Lipschitz strong pseudo-contractions in uniformly smooth Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1995-06-01

    Suppose E is a real uniformly smooth Banach space and K is a nonempty closed convex and bounded subset of E, T:K → K is a Lipschitz pseudo-contraction. It is proved that the Picard iterates of a suitably defined operator converges strongly to the unique fixed point of T. Furthermore, this result also holds for the slightly larger class of Lipschitz strong hemi-contractions. Related results deal with strong convergence of the Picard iterates to the unique solution of operator equations involving Lipschitz strongly accretive maps. Apart from establishing strong convergence, our theorems give existence, uniqueness and convergence-rate which is at least as fast as a geometric progression. (author). 51 refs

  9. Research at ITER towards DEMO: Specific reactor diagnostic studies to be carried out on ITER

    Energy Technology Data Exchange (ETDEWEB)

    Krasilnikov, A. V.; Kaschuck, Y. A.; Vershkov, V. A.; Petrov, A. A.; Petrov, V. G.; Tugarinov, S. N. [Institution Project center ITER, Moscow (Russian Federation)

    2014-08-21

    In ITER diagnostics will operate in the very hard radiation environment of fusion reactor. Extensive technology studies are carried out during development of the ITER diagnostics and procedures of their calibration and remote handling. Results of these studies and practical application of the developed diagnostics on ITER will provide the direct input to DEMO diagnostic development. The list of DEMO measurement requirements and diagnostics will be determined during ITER experiments on the bases of ITER plasma physics results and success of particular diagnostic application in reactor-like ITER plasma. Majority of ITER diagnostic already passed the conceptual design phase and represent the state of the art in fusion plasma diagnostic development. The number of related to DEMO results of ITER diagnostic studies such as design and prototype manufacture of: neutron and γ–ray diagnostics, neutral particle analyzers, optical spectroscopy including first mirror protection and cleaning technics, reflectometry, refractometry, tritium retention measurements etc. are discussed.

  10. Research at ITER towards DEMO: Specific reactor diagnostic studies to be carried out on ITER

    Science.gov (United States)

    Krasilnikov, A. V.; Kaschuck, Y. A.; Vershkov, V. A.; Petrov, A. A.; Petrov, V. G.; Tugarinov, S. N.

    2014-08-01

    In ITER diagnostics will operate in the very hard radiation environment of fusion reactor. Extensive technology studies are carried out during development of the ITER diagnostics and procedures of their calibration and remote handling. Results of these studies and practical application of the developed diagnostics on ITER will provide the direct input to DEMO diagnostic development. The list of DEMO measurement requirements and diagnostics will be determined during ITER experiments on the bases of ITER plasma physics results and success of particular diagnostic application in reactor-like ITER plasma. Majority of ITER diagnostic already passed the conceptual design phase and represent the state of the art in fusion plasma diagnostic development. The number of related to DEMO results of ITER diagnostic studies such as design and prototype manufacture of: neutron and γ-ray diagnostics, neutral particle analyzers, optical spectroscopy including first mirror protection and cleaning technics, reflectometry, refractometry, tritium retention measurements etc. are discussed.

  11. Research at ITER towards DEMO: Specific reactor diagnostic studies to be carried out on ITER

    International Nuclear Information System (INIS)

    Krasilnikov, A. V.; Kaschuck, Y. A.; Vershkov, V. A.; Petrov, A. A.; Petrov, V. G.; Tugarinov, S. N.

    2014-01-01

    In ITER diagnostics will operate in the very hard radiation environment of fusion reactor. Extensive technology studies are carried out during development of the ITER diagnostics and procedures of their calibration and remote handling. Results of these studies and practical application of the developed diagnostics on ITER will provide the direct input to DEMO diagnostic development. The list of DEMO measurement requirements and diagnostics will be determined during ITER experiments on the bases of ITER plasma physics results and success of particular diagnostic application in reactor-like ITER plasma. Majority of ITER diagnostic already passed the conceptual design phase and represent the state of the art in fusion plasma diagnostic development. The number of related to DEMO results of ITER diagnostic studies such as design and prototype manufacture of: neutron and γ–ray diagnostics, neutral particle analyzers, optical spectroscopy including first mirror protection and cleaning technics, reflectometry, refractometry, tritium retention measurements etc. are discussed

  12. Iterative Solutions of Nonlinear Integral Equations of Hammerstein Type

    Directory of Open Access Journals (Sweden)

    Abebe R. Tufa

    2015-11-01

    Full Text Available Let H be a real Hilbert space. Let F,K : H → H be Lipschitz monotone mappings with Lipschtiz constants L1and L2, respectively. Suppose that the Hammerstein type equation u + KFu = 0 has a solution in H. It is our purpose in this paper to construct a new explicit iterative sequence and prove strong convergence of the sequence to a solution of the generalized Hammerstein type equation. The results obtained in this paper improve and extend known results in the literature.

  13. Iterative solutions of nonlinear equations in smooth Banach spaces

    International Nuclear Information System (INIS)

    Chidume, C.E.

    1994-05-01

    Let E be a smooth Banach space over the real field, φ not= K is contained in E closed convex and bounded, T:K → K uniformly continuous and strongly pseudo-contractive. It is proved that the Ishikawa iteration process converges strongly to the unique fixed point of T. Applications of this result to the operator equations Au=f or u+Au=f where A is a strongly accretive mapping of E into itself and under various continuity assumptions on A are also given. (author). 41 refs

  14. Analysis of some coplanar transmission lines: coplanar coupled lines, coplanar coupled striplines, and coplanar coupled lines with rectangular microshield

    Science.gov (United States)

    Yuan, Naichang; He, Jianguo; Yao, Demiao; Dai, Qin; Lin, Weigan

    1995-06-01

    Two types of coplanar transmission lines, rectangular microshield coplanar coupled lines (RMCCL) and coplanar coupled rectangular microshield lines (CCRML), are proposed for MMIC applications. These are developed from coplanar coupled lines (CCL) and coplanar coupled strip lines (CCS). Analytic formulas are presented for calculating the quasistatic TEM parameters of these coupled lines by means of exact conformal mapping techniques. Numerical results are also presented to illustrate the properties of these coplanar transmission lines.

  15. Divertor design and its integration into the ITER-FEAT machine

    International Nuclear Information System (INIS)

    Janeschitz, G.; Antipenkov, A.; Federici, G.; Ibbott, C.; Kukushkin, A.; Ladd, P.; Martin, E.; Tivey, R.

    2001-01-01

    The physics of the edge and divertor plasma is strongly coupled with the divertor and the fuel cycle design. Due to the limited space available the design as well as the remote maintenance approach for the ITER divertor are highly optimized to allow maximum space for the divertor plasma. Several auxiliary systems (e.g. in vessel viewing, glow discharge electrodes...) as well as a part of the pumping and fuelling system have to be integrated together with the divertor into the lower level of the ITER machine. Two main options exist for the choice of the plasma-facing material in the divertor, i.e. W and CFC. Based on already existing R and D results one can be optimistic that the material choice will be mainly based on physics considerations and material issues (e.g. C-T co-deposition). The requirements for the ITER fuel cycle arise from plasma physics as well as from the envisaged operation scenarios. Due to the complex dynamic relationship of the fuel cycle subsystems among themselves and with the plasma, codes are employed for their optimization. This paper elaborates these interacting issues and gives the latest design status. (author)

  16. Spirit and prospects of ITER

    Energy Technology Data Exchange (ETDEWEB)

    Velikhov, E.P. [Kurchatov Institute of Atomic Energy, Moscow (Russian Federation)

    2002-10-01

    ITER is the unique and the most straightforward way to study the burning plasma science in the nearest future. ITER has a firm physics ground based on the results from the world tokamaks in terms of confinement, stability, heating, current drive, divertor, energetic particle confinement to an extend required in ITER. The flexibility of ITER will allow the exploration of broad operation space of fusion power, beta, pulse length and Q values in various operational scenarios. Success of the engineering R and D programs has demonstrated that all party has an enough capability to produce all the necessary equipment in agreement with the specifications of ITER. The acquired knowledge and technologies in ITER project allow us to demonstrate the scientific and technical feasibility of a fusion reactor. It can be concluded that ITER must be constructed in the nearest future. (author)

  17. Spirit and prospects of ITER

    International Nuclear Information System (INIS)

    Velikhov, E.P.

    2002-01-01

    ITER is the unique and the most straightforward way to study the burning plasma science in the nearest future. ITER has a firm physics ground based on the results from the world tokamaks in terms of confinement, stability, heating, current drive, divertor, energetic particle confinement to an extend required in ITER. The flexibility of ITER will allow the exploration of broad operation space of fusion power, beta, pulse length and Q values in various operational scenarios. Success of the engineering R and D programs has demonstrated that all party has an enough capability to produce all the necessary equipment in agreement with the specifications of ITER. The acquired knowledge and technologies in ITER project allow us to demonstrate the scientific and technical feasibility of a fusion reactor. It can be concluded that ITER must be constructed in the nearest future. (author)

  18. ITER interim design report package documents

    International Nuclear Information System (INIS)

    1996-01-01

    This publication contains the Excerpt from the ITER Council (IC-8), the ITER Interim Design Report, Cost Review and Safety Analysis, ITER Site Requirements and ITER Site Design Assumptions and the Excerpt from the ITER Council (IC-9). 8 figs, 2 tabs

  19. ITER CTA newsletter. No. 6

    International Nuclear Information System (INIS)

    2002-01-01

    This ITER CTA Newsletter issue comprises information about the following ITER Meetings: The second negotiation meeting on the joint implementation of ITER, held in Tokyo(Japan) on 22-23 January 2002, and an international ITER symposium on burning plasma science and technology, held the day later after the second negotiation meeting at the same place

  20. ITER Status and Plans

    Science.gov (United States)

    Greenfield, Charles M.

    2017-10-01

    The US Burning Plasma Organization is pleased to welcome Dr. Bernard Bigot, who will give an update on progress in the ITER Project. Dr. Bigot took over as Director General of the ITER Organization in early 2015 following a distinguished career that included serving as Chairman and CEO of the French Alternative Energies and Atomic Energy Commission and as High Commissioner for ITER in France. During his tenure at ITER the project has moved into high gear, with rapid progress evident on the construction site and preparation of a staged schedule and a research plan leading from where we are today through all the way to full DT operation. In an unprecedented international effort, seven partners ``China, the European Union, India, Japan, Korea, Russia and the United States'' have pooled their financial and scientific resources to build the biggest fusion reactor in history. ITER will open the way to the next step: a demonstration fusion power plant. All DPP attendees are welcome to attend this ITER town meeting.

  1. Progress on the design development and prototype manufacturing of the ITER In-vessel coils

    NARCIS (Netherlands)

    Encheva, A.; Omran, H.; Devred, A.; Vostner, A.; Mitchell, N.; Mariani, N.; Jun, CH H.; Long, F.; Zhou, C.; Macklin, B.; Marti, H. P.; Sborchia, C.; della Corte, A. Della; Di Zenobio, A.; Anemona, A.; Righetti, R.; Wu, Y.; Jin, H.; Xu, A.; Jin, J.

    2017-01-01

    ITER is incorporating two types of In-Vessel Coils (IVCs): ELM Coils to mitigate Edge Localized Modes and VS Coils to provide a reliable Vertical Stabilization of the plasma. Strong coupling with the plasma is required in order that the ELM and VS Coils can meet their performance requirements.

  2. ITER council proceedings: 1999

    International Nuclear Information System (INIS)

    1999-01-01

    In 1999 the ITER meeting in Cadarache (10-11 March 1999) and the Programme Directors Meeting in Grenoble (28-29 July 1999) took place. Both meetings were exclusively devoted to ITER engineering design activities and their agendas covered all issues important for the development of ITER. This volume presents the documents of these two important meetings

  3. ITER EDA technical activities

    International Nuclear Information System (INIS)

    Aymar, R.

    1998-01-01

    Six years of technical work under the ITER EDA Agreement have resulted in a design which constitutes a complete description of the ITER device and of its auxiliary systems and facilities. The ITER Council commented that the Final Design Report provides the first comprehensive design of a fusion reactor based on well established physics and technology

  4. Future plan of ITER

    International Nuclear Information System (INIS)

    Kitsunezaki, Akio

    1998-01-01

    In cooperation of four countries, Japan, USA, EU and Russia, ITER plan has been proceeding as ''the conceptual design activities'' from 1988 to 1990 and ''the industrial design activities'' since 1992. To construct ITER, the legal and work side of ITER operation has been investigated by four countries. However, their economic conditions have been changed to be wrong. So that, construction of ITER can not begin after end of industrial design activities in 1998. Accordingly, they determined to continue the industrial design activities more three years in order to study low cost options and to test the superconductive model·coil. (S.Y.)

  5. From dynamical systems with time-varying delay to circle maps and Koopman operators

    Science.gov (United States)

    Müller, David; Otto, Andreas; Radons, Günter

    2017-06-01

    In this paper, we investigate the influence of the retarded access by a time-varying delay on the dynamics of delay systems. We show that there are two universality classes of delays, which lead to fundamental differences in dynamical quantities such as the Lyapunov spectrum. Therefore, we introduce an operator theoretic framework, where the solution operator of the delay system is decomposed into the Koopman operator describing the delay access and an operator similar to the solution operator known from systems with constant delay. The Koopman operator corresponds to an iterated map, called access map, which is defined by the iteration of the delayed argument of the delay equation. The dynamics of this one-dimensional iterated map determines the universality classes of the infinite-dimensional state dynamics governed by the delay differential equation. In this way, we connect the theory of time-delay systems with the theory of circle maps and the framework of the Koopman operator. In this paper, we extend our previous work [A. Otto, D. Müller, and G. Radons, Phys. Rev. Lett. 118, 044104 (2017), 10.1103/PhysRevLett.118.044104] by elaborating the mathematical details and presenting further results also on the Lyapunov vectors.

  6. ITER council proceedings: 1992

    International Nuclear Information System (INIS)

    1994-01-01

    At the signing of the ITER EDA Agreement on July, 1992, each of the Parties presented to the Director General the names of their designated members of the ITER Council. Upon receiving those names, the Director General stated that the ITER Engineering Design Activities were ''ready to begin''. The next step in this process was the convening of the first meeting of the ITER Council. The first meeting of the Council, held in Vienna, was opened by Director General Hans Blix. The second meeting was held in Moscow, the formal seat of the Council. This volume presents records of these first two Council meetings and, together with the previous volumes on the text of the Agreement and Protocol 1 and the preparations for their signing respectively, represents essential information on the evolution of the ITER EDA

  7. Strongly Coupled Fluid-Body Dynamics in the Immersed Boundary Projection Method

    Science.gov (United States)

    Wang, Chengjie; Eldredge, Jeff D.

    2014-11-01

    A computational algorithm is developed to simulate dynamically coupled interaction between fluid and rigid bodies. The basic computational framework is built upon a multi-domain immersed boundary method library, whirl, developed in previous work. In this library, the Navier-Stokes equations for incompressible flow are solved on a uniform Cartesian grid by the vorticity-based immersed boundary projection method of Colonius and Taira. A solver for the dynamics of rigid-body systems is also included. The fluid and rigid-body solvers are strongly coupled with an iterative approach based on the block Gauss-Seidel method. Interfacial force, with its intimate connection with the Lagrange multipliers used in the fluid solver, is used as the primary iteration variable. Relaxation, developed from a stability analysis of the iterative scheme, is used to achieve convergence in only 2-4 iterations per time step. Several two- and three-dimensional numerical tests are conducted to validate and demonstrate the method, including flapping of flexible wings, self-excited oscillations of a system of linked plates and three-dimensional propulsion of flexible fluked tail. This work has been supported by AFOSR, under Award FA9550-11-1-0098.

  8. ITER physics design guidelines: 1989

    International Nuclear Information System (INIS)

    Uckan, N.A.

    1990-01-01

    The physics basis for ITER has been developed from an assessment of the results of the last twenty-five years of tokamak research and from detailed analysis of important physics issues specifically for the ITER design. This assessment has been carried out with direct participation of members of the experimental teams of each of the major tokamaks in the world fusion program through participation in ITER workshops, contributions to the ITER Physics R and D Program, and by direct contacts between the ITER team and the cognizant experimentalists. Extrapolations to the present data base, where needed, are made in the most cautious way consistent with engineering constraints and performance goals of the ITER. In cases where a working assumptions had to be introduced, which is insufficiently supported by the present data base, is explicitly stated. While a strong emphasis has been placed on the physics credibility of the design, the guidelines also take into account that ITER should be designed to be able to take advantage of potential improvements in tokamak physics that may occur before and during the operation of ITER. (author). 33 refs

  9. ITER council proceedings: 1996

    International Nuclear Information System (INIS)

    1997-01-01

    Records of the 10. ITER Council Meeting (IC-10), held on 26-27 July 1996, in St. Petersburg, Russia, and the 11. ITER Council Meeting (IC-11) held on 17-18 December 1996, in Tokyo, Japan, are presented, giving essential information on the evolution of the ITER Engineering Design Activities (EDA) and the cost review and safety analysis. Figs, tabs

  10. ITER concept definition. V.2

    International Nuclear Information System (INIS)

    1989-01-01

    Volume II of the two volumes describing the concept definition of the International Thermonuclear Experimental Reactor deals with the ITER concept in technical depth, and covers all areas of design of the ITER tokamak. Included are an assessment of the current database for design, scoping studies, rationale for concepts selection, performance flexibility, the ITER concept, the operations and experimental/testing program, ITER parameters and design phase schedule, and research and development specific to ITER. This latter includes a definition of specific research and development tasks, a division of tasks among members, specific milestones, required results, and schedules. Figs and tabs

  11. ITER CTA newsletter. No. 10

    International Nuclear Information System (INIS)

    2002-07-01

    This ITER CTA newsletter issue comprises the ITER backgrounder, which was approved as an official document by the participants in the Negotiations on the ITER Implementation agreement at their fourth meeting, held in Cadarache from 4-6 June 2002, and information about two ITER meetings: one is the third meeting of the ITER parties' designated Safety Representatives, which took place in Cadarache, France from 6-7 June 2002, and the other is the second meeting of the International Tokamak Physics Activity (ITPA) topical group on diagnostics, which was held at General Atomics, San Diego, USA, from 4-8 March 2002

  12. Neutral transport and helium pumping of ITER

    International Nuclear Information System (INIS)

    Ruzic, D.N.

    1990-08-01

    A 2-D Monte-Carlo simulation of the neutral atom densities in the divertor, divertor throat and pump duct of ITER was made using the DEGAS code. Plasma conditions in the scrape-off layer and region near the separatrix were modeled using the B2 plasma transport code. Wall reflection coefficients including the effect of realistic surface roughness were determined by using the fractal TRIM code. The DEGAS and B2 coupling was iterated until a consistent recycling was predicted. Results were obtained for a helium and a deuterium/tritium mixture on 7 different ITER divertor throat geometries for both the physics phase reference base case and a technology phase case. The geometry with a larger structure on the midplane-side of the throat opening closing the divertor throat and a divertor plate which maintains a steep slope well into the throat removed helium 1.5 times better than the reference geometry for the physics phase case and 2.2 times better for the technology phase case. At the same time the helium to hydrogen pumping ratio shows a factor of 2.34 ± .41 enhancement over the ratio of helium to hydrogen incident on the divertor plate in the physics phase and an improvement of 1.61 ± .31 in the technology phase. If the helium flux profile on the divertor plate is moved outward by 20 cm with respect to the D/T flux profile for this particular geometry, the enhancement increases to 4.36 ± .90 in the physics phase and 5.10 ± .92 in the technology phase

  13. Toward construction of ITER

    International Nuclear Information System (INIS)

    Shimomura, Yasuo

    2005-01-01

    The ITER Project has been significantly developed in the past years in preparation for its construction. The ITER Negotiators have developed a draft Joint Implementation Agreement (JIA), ready for completion following the nomination of the Project's Director General (DG). The ITER International Team and Participant Teams have continued technical and organizational preparations. The actual construction will be able to start immediately after the international ITER organization will be established, following signature of the JIA. The Project is now strongly supported by all the participants as well as by the scientific community with the final high-level negotiations, focused on siting and the concluding details of cost sharing, started in December 2003. The EU, with Cadarache, and Japan, with Rokkasho, have both promised large contributions to the project to strongly support their construction site proposals. The extent to which they both wish to host the ITER facility is such that large contributions to a broader collaboration among the Parties are also proposed by them. This covers complementary activities to help accelerate fusion development towards a viable power source, as well as may allow the Participants to reach a conclusion on ITER siting. (author)

  14. Learning Discriminative Sparse Models for Source Separation and Mapping of Hyperspectral Imagery

    Science.gov (United States)

    2010-10-01

    Ψ λGI  . We solve the coupling using a standard Gauss - Seidel type of iteration (or primal decomposition), where we iteratively solve the problem...This tells us that the MSE is lower bounded by a very slow convergence rate in the number of samples relative to the dimension (b-channels). Thus, we...36] are widely used in the processing of natural images for this task. In this work, we use a Projected Gradient (PG) iteration , where we update the i

  15. Strong convergence with a modified iterative projection method for hierarchical fixed point problems and variational inequalities

    Directory of Open Access Journals (Sweden)

    Ibrahim Karahan

    2016-04-01

    Full Text Available Let C be a nonempty closed convex subset of a real Hilbert space H. Let {T_{n}}:C›H be a sequence of nearly nonexpansive mappings such that F:=?_{i=1}^{?}F(T_{i}?Ø. Let V:C›H be a ?-Lipschitzian mapping and F:C›H be a L-Lipschitzian and ?-strongly monotone operator. This paper deals with a modified iterative projection method for approximating a solution of the hierarchical fixed point problem. It is shown that under certain approximate assumptions on the operators and parameters, the modified iterative sequence {x_{n}} converges strongly to x^{*}?F which is also the unique solution of the following variational inequality: ?0, ?x?F. As a special case, this projection method can be used to find the minimum norm solution of above variational inequality; namely, the unique solution x^{*} to the quadratic minimization problem: x^{*}=argmin_{x?F}?x?². The results here improve and extend some recent corresponding results of other authors.

  16. Review of past experiments at the FELIX facility and future plans for ITER applications

    International Nuclear Information System (INIS)

    Hua, T.Q.; Turner, L.R.

    1993-01-01

    FELIX is an experimental test facility at Argonne National Laboratory (ANL) for the study of electromagnetic effects in first wall, blanket, shield systems of fusion reactors. From 1983 to 1986 five major test series, including static and dynamic tests, were conducted and are reviewed in this paper. The dynamic tests demonstrated an important coupling effect between eddy currents and motion in a conducting structure. Recently the U.S. has proposed to the ITER Joint Central Team to use FELIX for testing mock-up components to study electromagnetic effects encountered during plasma disruptions and other off-normal events. The near and long term plans for ITER applications are discussed. (author)

  17. ITER tokamak device

    International Nuclear Information System (INIS)

    Doggett, J.; Salpietro, E.; Shatalov, G.

    1991-01-01

    The results of the Conceptual Design Activities for the International Thermonuclear Experimental Reactor (ITER) are summarized. These activities, carried out between April 1988 and December 1990, produced a consistent set of technical characteristics and preliminary plans for co-ordinated research and development support of ITER; and a conceptual design, a description of design requirements and a preliminary construction schedule and cost estimate. After a description of the design basis, an overview is given of the tokamak device, its auxiliary systems, facility and maintenance. The interrelation and integration of the various subsystems that form the ITER tokamak concept are discussed. The 16 ITER equatorial port allocations, used for nuclear testing, diagnostics, fuelling, maintenance, and heating and current drive, are given, as well as a layout of the reactor building. Finally, brief descriptions are given of the major ITER sub-systems, i.e., (i) magnet systems (toroidal and poloidal field coils and cryogenic systems), (ii) containment structures (vacuum and cryostat vessels, machine gravity supports, attaching locks, passive loops and active coils), (iii) first wall, (iv) divertor plate (design and materials, performance and lifetime, a.o.), (v) blanket/shield system, (vi) maintenance equipment, (vii) current drive and heating, (viii) fuel cycle system, and (ix) diagnostics. 11 refs, figs and tabs

  18. Development of RF Tools and Scenarios for ITER on JET

    International Nuclear Information System (INIS)

    Noterdaeme, J.M.; Bobkov, V.; Mantsinen, M.; Salmi, A.; Santala, M.; Rantamaki, K.; Ekedahl, A.; Eriksson, L.G.; Lamalle, P.U.; Lyssoivan, A.; Van Eester, A.D.; Mailloux, J.; Monakhov, I.; Sharapov, S.; Mayoral, M.L.; Meo, F.

    2005-01-01

    The improvement of lower hybrid (LH) coupling with local puffing of D 2 gas, which made operation at ITER relevant distances (10 cm) and with ELMs (edge localized modes) a reality, has been extended to ITER- like plasma shapes with higher triangularity. With ICRF(ion cyclotron resonance frequency), we developed 4 tools such as -1) localized direct electron heating using the He 3 mode conversion scenario for electron heat transport studies, -2) the production of He 4 ions with energies in the MeV range by 3 ω c acceleration of beam injected ions at 120 keV to investigate Alfven instabilities and test α diagnostics, -3) the stabilisation and destabilization of sawteeth and -4) ICRF as as a wall conditioning. Several ITER relevant scenarios were tested. The (He 3 )H minority heating scenario, considered for the non-activated start-up phase of ITER, produces at very low concentration energetic He 3 which heat the electrons indirectly. For n(He 3 )/n e > 2%, the scenario is transformed to a mode conversion scenario where the electrons are heated directly. The (D)H minority heating is not accessible as the concentration of C 6+ dominates the wave propagation and always leads to a mode conversion. The minority heating of T in D is very effective heating for ions and producing neutrons. New results were obtained in several areas of ICRF physics. Experimental evidence confirmed the theoretical prediction that, as the Larmor radius increases beyond 0.5 times the perpendicular wavelength of the wave, the second harmonic acceleration of the ions decreases to very small levels. An exotic fusion reaction (pT) must be taken into account when evaluating neutron rates. The contribution of fast particles accelerated by ICRF to the plasma rotation was clearly identified, but it is only part of an underlying, and not yet understood, co-current plasma rotation. Progress was made in the physics of ELMs while their effect on the ICRF coupling could be minimized with the conjugate

  19. ITER task title - source term data, modelling, and analysis. ITER subtask no. S81TT05/5 (SEP 1-1). Global tritium source term analysis basis document. Subtask 1: operational tritium effluents and releases. Final report (1995 TASK)

    International Nuclear Information System (INIS)

    Kalyanam, K.M.

    1996-06-01

    This document represents the final report for the global tritium source term analysis task initiated in 1995. The report presents a room-by-room map/table at the subsystem level for the ITER tritium systems, identifying the major equipment, secondary containments, tritium release sources, duration/frequency of tritium releases and the release pathways. The chronic tritium releases during normal operation, as well as tritium releases due to routine maintenance of the Water Distillation Unit, Isotope Separation System and Primary and Secondary Heat Transport Systems, have been estimated for most of the subsystems, based on the IDR design, the Design Description Documents (April - Jun 1995 issues) and the design updates up to December 1995. The report also outlines the methodology and the key assumptions that are adopted in preparing the tritium release estimates. The design parameters for the ITER Basic Performance Phase (BPP) have been used in estimating the tritium releases shown in the room-by-room map/table. The tritium release calculations and the room-by-room map/table have been prepared in EXCEL, so that the estimates can be refined easily as the design evolves and more detailed information becomes available. (author). 23 refs., tabs

  20. Usefulness of R2* maps generated by iterative decomposition of water and fat with echo asymmetry and least-squares estimation quantitation sequence for cerebral artery dissection

    Energy Technology Data Exchange (ETDEWEB)

    Kato, Ayumi; Shinohara, Yuki; Fujii, Shinya; Miyoshi, Fuminori; Kuya, Keita; Ogawa, Toshihide [Tottori University, Division of Radiology, Department of Pathophysiological, and Therapeutic Science, Faculty of Medicine, Yonago (Japan); Yamashita, Eijiro [Tottori University Hospital, Division of Clinical Radiology, Yonago (Japan)

    2015-09-15

    Acute intramural hematoma resulting from cerebral artery dissection is usually visualized as a region of intermediate signal intensity on T1-weighted images (WI). This often causes problems with distinguishing acute atheromatous lesions from surrounding parenchyma and dissection. The present study aimed to determine whether or not R2* maps generated by the iterative decomposition of water and fat with echo asymmetry and least-squares estimation quantitation sequence (IDEAL IQ) can distinguish cerebral artery dissection more effectively than three-dimensional variable refocusing flip angle TSE T1WI (T1-CUBE) and T2*WI. We reviewed data from nine patients with arterial dissection who were assessed by MR images including R2* maps, T2*WI, T1-CUBE, and 3D time-of-flight (TOF)-MRA. We visually assessed intramural hematomas in each patient as positive (clearly visible susceptibility effect reflecting intramural hematoma as hyperintensity on R2* map and hypointensity on T2*WI), negative (absent intramural hematoma), equivocal (difficult to distinguish between intramural hematoma and other paramagnetic substances such as veins, vessel wall calcification, or hemorrhage) and not evaluable (difficult to determine intramural hematoma due to susceptibility artifacts arising from skull base). Eight of nine patients were assessed during the acute phase. Lesions in all eight patients were positive for intramural hematoma corresponding to dissection sites on R2* maps, while two lesions were positive on T2*WI and three lesions showed high-intensity on T1-CUBE reflected intramural hematoma during the acute phase. R2* maps generated using IDEAL IQ can detect acute intramural hematoma associated with cerebral artery dissection more effectively than T2*WI and earlier than T1-CUBE. (orig.)

  1. Experiment and Modeling of ITER Demonstration Discharges in the DIII-D Tokamak

    International Nuclear Information System (INIS)

    Park, Jin Myung; Doyle, E. J.; Ferron, J.R.; Holcomb, C.T.; Jackson, G.L.; Lao, L.L.; Luce, T.C.; Owen, Larry W.; Murakami, Masanori; Osborne, T.H.; Politzer, P.A.; Prater, R.; Snyder, P.B.

    2011-01-01

    f NI = 1 and Q = 5 goals. Extended integrated modeling is being developed to improve capability for ITER projection by including the experimental observations of density peaking, ELM characteristics, NTM suppression and coupled core-edge-SOL transport.

  2. Iterative volume morphing and learning for mobile tumor based on 4DCT.

    Science.gov (United States)

    Mao, Songan; Wu, Huanmei; Sandison, George; Fang, Shiaofen

    2017-02-21

    During image-guided cancer radiation treatment, three-dimensional (3D) tumor volumetric information is important for treatment success. However, it is typically not feasible to image a patient's 3D tumor continuously in real time during treatment due to concern over excessive patient radiation dose. We present a new iterative morphing algorithm to predict the real-time 3D tumor volume based on time-resolved computed tomography (4DCT) acquired before treatment. An offline iterative learning process has been designed to derive a target volumetric deformation function from one breathing phase to another. Real-time volumetric prediction is performed to derive the target 3D volume during treatment delivery. The proposed iterative deformable approach for tumor volume morphing and prediction based on 4DCT is innovative because it makes three major contributions: (1) a novel approach to landmark selection on 3D tumor surfaces using a minimum bounding box; (2) an iterative morphing algorithm to generate the 3D tumor volume using mapped landmarks; and (3) an online tumor volume prediction strategy based on previously trained deformation functions utilizing 4DCT. The experimental performance showed that the maximum morphing deviations are 0.27% and 1.25% for original patient data and artificially generated data, which is promising. This newly developed algorithm and implementation will have important applications for treatment planning, dose calculation and treatment validation in cancer radiation treatment.

  3. ITER task T48 (1994); low-inventory cryogenic distillation tests

    Energy Technology Data Exchange (ETDEWEB)

    Woodall, K; Robins, J; Bellamy, D [Ontario Hydro, Toronto, ON (Canada). Research Div.; Sood, S; Fong, C [Ontario Hydro, Toronto, ON (Canada)

    1995-01-01

    Previous work at Ontario Hydro Technologies (OHT) had shown that small cryogenic columns could be stably controlled and designed to much lower inventories than had been previously thought possible. Among the results were measurements of Height-of-Equivalent-Theoretical-Plate (HETP) versus holdup for Heli-Pak A and B in columns up to 20 mm diameter. ITER cryogenic distillation column designs suggest that the final high-tritium columns could be 30-70 mm diameter. The objective of this ITER task was to design and construct a column section for demonstration of scale-up of low inventory cryogenic distillation. The experiments were to be carried out in an upgraded Cryogenics Distillation Laboratory at OHT, in the facility used for previous low-inventory column tests. The ITER scaled-up test system as the following characteristics: 55 W condenser capacity; 30 mm diameter column loaded with Helipak B; 1500 mm packed height. The first task was to design and build the scaled-up test facility. In order to reduce costs, it was necessary to use existing 30-35 W helium refrigerators. Therefore, to provide 60-W duty to the scaled-up column, the two refrigerators had to be well coupled thermally, but not mechanically, since the refrigerator cold heads have very thin shells. The solution was to attach the column firmly to one cold head and indirectly to an adjacent cold head through flexible copper braid. Several iterations were required to obtain the desired good heat transfer with flexible mechanical connection. This facility is now operational and ready to begin measurements on the 30 mm column. Also during 1994, the Princeton Tritium Processing System (TPS) was installed and commissioned. The results from this experience are relevant to the ITER distillation system. 2 refs., 10 figs.

  4. ITER task T48 (1994); low-inventory cryogenic distillation tests

    International Nuclear Information System (INIS)

    Woodall, K.; Robins, J.; Bellamy, D.

    1995-01-01

    Previous work at Ontario Hydro Technologies (OHT) had shown that small cryogenic columns could be stably controlled and designed to much lower inventories than had been previously thought possible. Among the results were measurements of Height-of-Equivalent-Theoretical-Plate (HETP) versus holdup for Heli-Pak A and B in columns up to 20 mm diameter. ITER cryogenic distillation column designs suggest that the final high-tritium columns could be 30-70 mm diameter. The objective of this ITER task was to design and construct a column section for demonstration of scale-up of low inventory cryogenic distillation. The experiments were to be carried out in an upgraded Cryogenics Distillation Laboratory at OHT, in the facility used for previous low-inventory column tests. The ITER scaled-up test system as the following characteristics: 55 W condenser capacity; 30 mm diameter column loaded with Helipak B; 1500 mm packed height. The first task was to design and build the scaled-up test facility. In order to reduce costs, it was necessary to use existing 30-35 W helium refrigerators. Therefore, to provide 60-W duty to the scaled-up column, the two refrigerators had to be well coupled thermally, but not mechanically, since the refrigerator cold heads have very thin shells. The solution was to attach the column firmly to one cold head and indirectly to an adjacent cold head through flexible copper braid. Several iterations were required to obtain the desired good heat transfer with flexible mechanical connection. This facility is now operational and ready to begin measurements on the 30 mm column. Also during 1994, the Princeton Tritium Processing System (TPS) was installed and commissioned. The results from this experience are relevant to the ITER distillation system. 2 refs., 10 figs

  5. Generalized logistic map and its application in chaos based cryptography

    Science.gov (United States)

    Lawnik, M.

    2017-12-01

    The logistic map is commonly used in, for example, chaos based cryptography. However, its properties do not render a safe construction of encryption algorithms. Thus, the scope of the paper is a proposal of generalization of the logistic map by means of a wellrecognized family of chaotic maps. In the next step, an analysis of Lyapunov exponent and the distribution of the iterative variable are studied. The obtained results confirm that the analyzed model can safely and effectively replace a classic logistic map for applications involving chaotic cryptography.

  6. Power converters for ITER

    CERN Document Server

    Benfatto, I

    2006-01-01

    The International Thermonuclear Experimental Reactor (ITER) is a thermonuclear fusion experiment designed to provide long deuterium– tritium burning plasma operation. After a short description of ITER objectives, the main design parameters and the construction schedule, the paper describes the electrical characteristics of the French 400 kV grid at Cadarache: the European site proposed for ITER. Moreover, the paper describes the main requirements and features of the power converters designed for the ITER coil and additional heating power supplies, characterized by a total installed power of about 1.8 GVA, modular design with basic units up to 90 MVA continuous duty, dc currents up to 68 kA, and voltages from 1 kV to 1 MV dc.

  7. A coupled groundwater-flow-modelling and vulnerability-mapping methodology for karstic terrain management

    Science.gov (United States)

    Kavouri, Konstantina P.; Karatzas, George P.; Plagnes, Valérie

    2017-08-01

    A coupled groundwater-flow-modelling and vulnerability-mapping methodology for the management of karst aquifers with spatial variability is developed. The methodology takes into consideration the duality of flow and recharge in karst and introduces a simple method to integrate the effect of temporal storage in the unsaturated zone. In order to investigate the applicability of the developed methodology, simulation results are validated against available field measurement data. The criteria maps from the PaPRIKa vulnerability-mapping method are used to document the groundwater flow model. The FEFLOW model is employed for the simulation of the saturated zone of Palaikastro-Chochlakies karst aquifer, in the island of Crete, Greece, for the hydrological years 2010-2012. The simulated water table reproduces typical karst characteristics, such as steep slopes and preferred drain axes, and is in good agreement with field observations. Selected calculated error indicators—Nash-Sutcliffe efficiency (NSE), root mean squared error (RMSE) and model efficiency (E')—are within acceptable value ranges. Results indicate that different storage processes take place in different parts of the aquifer. The north-central part seems to be more sensitive to diffuse recharge, while the southern part is affected primarily by precipitation events. Sensitivity analysis is performed on the parameters of hydraulic conductivity and specific yield. The methodology is used to estimate the feasibility of artificial aquifer recharge (AAR) at the study area. Based on the developed methodology, guidelines were provided for the selection of the appropriate AAR scenario that has positive impact on the water table.

  8. An iterative algorithm for the finite element approximation to convection-diffusion problems

    International Nuclear Information System (INIS)

    Buscaglia, Gustavo; Basombrio, Fernando

    1988-01-01

    An iterative algorithm for steady convection-diffusion is presented, which avoids unsymmetric matrices by means of an equivalent mixed formulation. Upwind is introduced by adding a balancing dissipation in the flow direction, but there is no dependence of the global matrix on the velocity field. Convergence is shown in habitual test cases. Advantages of its use in coupled calculation of more complex problems are discussed. (Author)

  9. The coupled-channel T-matrix: its lowest-order Born + Lanczos approximants

    International Nuclear Information System (INIS)

    Znojil, M.

    1995-01-01

    Three iterative methods of solution of the Lippmann-Schwinger equations (viz., the method of continued fractions by J.Horacek and T.Sasakawa), its Born-remainder modification and a coupled-channel matrix-continued-fraction generalization are all interpreted as special cases of a common iterative matrix prescription. Firstly, in terms of certain asymmetric projectors P≠P + , we re-derive the three particular older methods as different realizations of the well-known Lanczos inversion. Then, a generalized iteration method is proposed as a Born-like re-arrangement of any intermediate Lanczos iteration step. A maximal flexibility is achieved in the formalism which might compete with the standard Pade re-summations in practice. Its first few truncations are listed, therefore. 26 refs., 1 tab

  10. Iterative Sparse Channel Estimation and Decoding for Underwater MIMO-OFDM

    Directory of Open Access Journals (Sweden)

    Berger ChristianR

    2010-01-01

    Full Text Available We propose a block-by-block iterative receiver for underwater MIMO-OFDM that couples channel estimation with multiple-input multiple-output (MIMO detection and low-density parity-check (LDPC channel decoding. In particular, the channel estimator is based on a compressive sensing technique to exploit the channel sparsity, the MIMO detector consists of a hybrid use of successive interference cancellation and soft minimum mean-square error (MMSE equalization, and channel coding uses nonbinary LDPC codes. Various feedback strategies from the channel decoder to the channel estimator are studied, including full feedback of hard or soft symbol decisions, as well as their threshold-controlled versions. We study the receiver performance using numerical simulation and experimental data collected from the RACE08 and SPACE08 experiments. We find that iterative receiver processing including sparse channel estimation leads to impressive performance gains. These gains are more pronounced when the number of available pilots to estimate the channel is decreased, for example, when a fixed number of pilots is split between an increasing number of parallel data streams in MIMO transmission. For the various feedback strategies for iterative channel estimation, we observe that soft decision feedback slightly outperforms hard decision feedback.

  11. Sparse Jacobian construction for mapped grid visco-resistive magnetohydrodynamics

    KAUST Repository

    Reynolds, Daniel R.; Samtaney, Ravi

    2012-01-01

    employs a fully implicit formulation in time, and a mapped finite volume spatial discretization. We solve this model using inexact Newton-Krylov methods. Of critical importance in these iterative solvers is the development of an effective preconditioner

  12. ITER ITA newsletter No. 31, June 2006

    International Nuclear Information System (INIS)

    2006-07-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about initialling the ITER Agreement and its related instruments by seven ITER parties, which too place in Brussels on 24 May 2006. The initialling constituted the final act of the ITER negotiations. It confirmed the Parties' common acceptance of the negotiated texts, ad referendum, and signalled their intentions to move forward towards the entry into force of the ITER Agreement as soon as possible. 'ITER - Uniting science today, global energy tomorrow' was the theme of a number of media events timed to accompany a remarkable day in the history of the ITER international venture, May 24th 2006, initialling of the ITER international agreement

  13. Status of the ITER EDA

    International Nuclear Information System (INIS)

    Aymar, R.

    2000-01-01

    This article summarizes progress made in the ITER Engineering Design Activities in the period between the ITER Meeting in Tokyo (January 2000) and June 2000. Topics: Termination of EDA, Joint Central Team and Support, Task Assignments, ITER Physics, Urgent and High Priority Physics Research Areas

  14. ITER EDA newsletter. V. 10, special issue

    International Nuclear Information System (INIS)

    2001-07-01

    This ITER EDA Newsletter includes summaries of the reports of ITER EDA JCT Physics unit about ITER physics R and D during the Engineering Design Activities (EDA), ITER EDA JCT Naka JWC ITER technology R and D during the EDA, and Safety, Environment and Health group of ITER EDA JCT, Garching JWS on EDA activities related to safety

  15. ITER CTA newsletter. No. 13, October 2002

    International Nuclear Information System (INIS)

    2002-11-01

    This ITER CTA newsletter issue comprises concise information about an ITER related meeting concerning the joint implementation of ITER - the fifth ITER Negotiations Meeting - which was held in Toronto, Canada, 19-20 September, 2002, and information about assessment of the possible ITER site in Clarington, Ontario, Canada, which was the subject of the first official stage of the Joint Assessment of Specific Sites (JASS) for the ITER Project. This assessment was completed just before the Fifth ITER Negotiations Meeting

  16. The ITER remote maintenance system

    International Nuclear Information System (INIS)

    Tesini, A.; Palmer, J.

    2008-01-01

    The aim of this paper is to summarize the ITER approach to machine components maintenance. A major objective of the ITER project is to demonstrate that a future power producing fusion device can be maintained effectively and offer practical levels of plant availability. During its operational lifetime, many systems of the ITER machine will require maintenance and modification; this can be achieved using remote handling methods. The need for timely, safe and effective remote operations on a machine as complex as ITER and within one of the world's most hostile remote handling environments represents a major challenge at every level of the ITER Project organization, engineering and technology. The basic principles of fusion reactor maintenance are presented. An updated description of the ITER remote maintenance system is provided. This includes the maintenance equipment used inside the vacuum vessel, inside the hot cell and the hot cell itself. The correlation between the functions of the remote handling equipment, of the hot cell and of the radwaste processing system is also described. The paper concludes that ITER has equipped itself with a good platform to tackle the challenges presented by its own maintenance and upgrade needs

  17. Computation of saddle-type slow manifolds using iterative methods

    DEFF Research Database (Denmark)

    Kristiansen, Kristian Uldall

    2015-01-01

    with respect to , appropriate estimates are directly attainable using the method of this paper. The method is applied to several examples, including a model for a pair of neurons coupled by reciprocal inhibition with two slow and two fast variables, and the computation of homoclinic connections in the Fitz......This paper presents an alternative approach for the computation of trajectory segments on slow manifolds of saddle type. This approach is based on iterative methods rather than collocation-type methods. Compared to collocation methods, which require mesh refinements to ensure uniform convergence...

  18. A General Iterative Method for a Nonexpansive Semigroup in Banach Spaces with Gauge Functions

    Directory of Open Access Journals (Sweden)

    Kamonrat Nammanee

    2012-01-01

    Full Text Available We study strong convergence of the sequence generated by implicit and explicit general iterative methods for a one-parameter nonexpansive semigroup in a reflexive Banach space which admits the duality mapping Jφ, where φ is a gauge function on [0,∞. Our results improve and extend those announced by G. Marino and H.-K. Xu (2006 and many authors.

  19. ITER EDA Newsletter. Vol. 1, No. 1

    International Nuclear Information System (INIS)

    1992-11-01

    After the ITER Engineering Design Activities (EDA) Agreement and Protocol 1 had been signed by the four ITER parties on July 21, 1992 and had entered into force, the ITER Council suggested at its first meeting (Vienna, September 10-11, 1992) that the publication of the ITER Newsletter be continued during the EDA with assistance of the International Atomic Energy Agency. This suggestion was supported by the Agency and subsequently the ITER office in Vienna assumed its responsibilities for planning and executing activities related to the publication of the Newsletter. The ITER EDA Newsletter is planned to be a monthly publication aimed at disseminating broad information and understanding, including the description of the personal and institutional involvements in the ITER project in addition to technical facts about it. The responsibility for the Newsletter rests with the ITER council. In this first issue the signing of the ITER EDA Activities and Protocol 1 is reported. The EDA organizational structure is described. This issue also reports on the first ITER EDA council meeting, the opening of the ITER EDA NAKA Co-Centre, the first meeting of the ITER Technical Advisory Committee, activities of special working groups, an ITER Technical Meeting, as well as ''News in Brief'' and ''Coming Events''

  20. ITER Council tour of Clarington site

    International Nuclear Information System (INIS)

    Dautovich, D.

    2001-01-01

    The ITER Council meeting was recently held in Toronto on 27 and 28 February. ITER Canada provided local arrangements for the Council meeting on behalf of Europe as the Official host. Following the meeting, on 1 March, ITER Canada conducted a tour of the proposed ITER construction site at Charington, and the ITER Council members attended a luncheon followed by a speech by Dr. Peter Barnard, Chairman and CEO of ITER Canada, at the Empire Club of Canada. The official invitation to participate in these events came from Dr. Peter Harrison, Deputy Minister of Natural Resources Canada. This report provides a brief summary of the events on 1 March

  1. ITER licensing

    International Nuclear Information System (INIS)

    Gordon, C.W.

    2005-01-01

    ITER was fortunate to have four countries interested in ITER siting to the point where licensing discussions were initiated. This experience uncovered the challenges of licensing a first of a kind, fusion machine under different licensing regimes and helped prepare the way for the site specific licensing process. These initial steps in licensing ITER have allowed for refining the safety case and provide confidence that the design and safety approach will be licensable. With site-specific licensing underway, the necessary regulatory submissions have been defined and are well on the way to being completed. Of course, there is still work to be done and details to be sorted out. However, the informal international discussions to bring both the proponent and regulatory authority up to a common level of understanding have laid the foundation for a licensing process that should proceed smoothly. This paper provides observations from the perspective of the International Team. (author)

  2. ITER-FEAT operation

    International Nuclear Information System (INIS)

    Shimomura, Y.; Huget, M.; Mizoguchi, T.; Murakami, Y.; Polevoi, A.; Shimada, M.; Aymar, R.; Chuyanov, V.; Matsumoto, H.

    2001-01-01

    ITER is planned to be the first fusion experimental reactor in the world operating for research in physics and engineering. The first 10 years' operation will be devoted primarily to physics issues at low neutron fluence and the following 10 years' operation to engineering testing at higher fluence. ITER can accommodate various plasma configurations and plasma operation modes such as inductive high Q modes, long pulse hybrid modes, non-inductive steady-state modes, with large ranges of plasma current, density, beta and fusion power, and with various heating and current drive methods. This flexibility will provide an advantage for coping with uncertainties in the physics database, in studying burning plasmas, in introducing advanced features and in optimizing the plasma performance for the different programme objectives. Remote sites will be able to participate in the ITER experiment. This concept will provide an advantage not only in operating ITER for 24 hours per day but also in involving the world-wide fusion communities and in promoting scientific competition among the Parties. (author)

  3. Visualizing fossilization using laser ablation-inductively coupled plasma-mass spectrometry maps of trace elements in Late Cretaceous bones

    Science.gov (United States)

    Koenig, A.E.; Rogers, R.R.; Trueman, C.N.

    2009-01-01

    Elemental maps generated by laser ablation-inductively coupled plasma-mass spectrometry (LA-ICP-MS) provide a previously unavailable high-resolution visualization of the complex physicochemical conditions operating within individual bones during the early stages of diagenesis and fossilization. A selection of LA-ICP-MS maps of bones collected from the Late Cretaceous of Montana (United States) and Madagascar graphically illustrate diverse paths to recrystallization, and reveal unique insights into geochemical aspects of taphonomic history. Some bones show distinct gradients in concentrations of rare earth elements and uranium, with highest concentrations at external bone margins. Others exhibit more intricate patterns of trace element uptake related to bone histology and its control on the flow paths of pore waters. Patterns of element uptake as revealed by LA-ICP-MS maps can be used to guide sampling strategies, and call into question previous studies that hinge upon localized bulk samples of fossilized bone tissue. LA-ICP-MS maps also allow for comparison of recrystallization rates among fossil bones, and afford a novel approach to identifying bones or regions of bones potentially suitable for extracting intact biogeochemical signals. ?? 2009 Geological Society of America.

  4. Analysis of the steady state hydraulic behaviour of the ITER blanket cooling system

    Energy Technology Data Exchange (ETDEWEB)

    Di Maio, P.A., E-mail: pietroalessandro.dimaio@unipa.it [Dipartimento di Energia, Ingegneria dell’Informazione e Modelli Matematici, Università di Palermo, Viale delle Scienze, 90128 Palermo (Italy); Dell’Orco, G.; Furmanek, A. [ITER Organization, Route de Vinon-sur-Verdon, CS 90 046, 13067 St Paul Lez Durance Cedex (France); Garitta, S. [Dipartimento di Energia, Ingegneria dell’Informazione e Modelli Matematici, Università di Palermo, Viale delle Scienze, 90128 Palermo (Italy); Merola, M.; Mitteau, R.; Raffray, R. [ITER Organization, Route de Vinon-sur-Verdon, CS 90 046, 13067 St Paul Lez Durance Cedex (France); Spagnuolo, G.A.; Vallone, E. [Dipartimento di Energia, Ingegneria dell’Informazione e Modelli Matematici, Università di Palermo, Viale delle Scienze, 90128 Palermo (Italy)

    2015-10-15

    Highlights: • Nominal steady state hydraulic behaviour of ITER blanket standard sector cooling system has been investigated. • Numerical simulations have been run adopting a qualified thermal-hydraulic system code. • Hydraulic characteristic functions and coolant mass flow rates, velocities and pressure drops have been assessed. • Most of the considered circuits are able to effectively cool blanket modules, meeting ITER requirements. - Abstract: The blanket system is the ITER reactor component devoted to providing a physical boundary for plasma transients and contributing to thermal and nuclear shielding of vacuum vessel, magnets and external components. It is expected to be subjected to significant heat loads under nominal conditions and its cooling system has to ensure an adequate cooling, preventing any risk of critical heat flux occurrence while complying with pressure drop limits. At the University of Palermo a study has been performed, in cooperation with the ITER Organization, to investigate the steady state hydraulic behaviour of the ITER blanket standard sector cooling system. A theoretical–computational approach based on the finite volume method has been followed, adopting the RELAP5 system code. Finite volume models of the most critical blanket cooling circuits have been set-up, realistically simulating the coolant flow domain. The steady state hydraulic behaviour of each cooling circuit has been investigated, determining its hydraulic characteristic function and assessing the spatial distribution of coolant mass flow rates, velocities and pressure drops under reference nominal conditions. Results obtained have indicated that the investigated cooling circuits are able to provide an effective cooling to blanket modules, generally meeting ITER requirements in term of pressure drop and velocity distribution, except for a couple of circuits that are being revised.

  5. Trilateral market coupling. Algorithm appendix

    International Nuclear Information System (INIS)

    2006-03-01

    each local market. The Market Coupling algorithm provides as an output for each market: The set of accepted Block Orders; The Net Position for each Settlement Period of the following day; and The price (MCP) for each Settlement Period of the following day. The results of the Market Coupling algorithm are consistent with a number of 'High Level Properties'. The High Level Properties can be divided into two subsets: Market Coupling High Level Properties (constraints that the Market Results fulfill for each Settlement Period), and Exchanges High Level Properties (constraints that the Market Results must fulfill for each Settlement Period. They reflect the requirements of individual participants trading on the exchanges). Using the ATCs and NECs, the Market Coupling algorithm can determine for each Settlement Period the Price and Net Position of each market. A NEC is built for a given set of accepted Block Orders (Winning Subset). When a set of NECs is used to determine the prices and Net Positions of each market, the set of prices returned for each market may very well not be compatible with this assumed Winning Subset. The Winning Subset needs to be updated and the calculations run again with the derived new NEC. This procedure must be repeated until a stable solution is found. As a consequence, the Market Coupling algorithm involves iterations between two modules: The Coordination Module which is in charge of the centralized computations; The Block Selector of each exchange which performs the decentralized computations. The iterative nature of the algorithm derives from the treatment of Block Orders. The data flows and calculations of the iterative algorithm are described in the rest of the document

  6. Trilateral market coupling. Algorithm appendix

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2006-03-15

    participants in each local market. The Market Coupling algorithm provides as an output for each market: The set of accepted Block Orders; The Net Position for each Settlement Period of the following day; and The price (MCP) for each Settlement Period of the following day. The results of the Market Coupling algorithm are consistent with a number of 'High Level Properties'. The High Level Properties can be divided into two subsets: Market Coupling High Level Properties (constraints that the Market Results fulfill for each Settlement Period), and Exchanges High Level Properties (constraints that the Market Results must fulfill for each Settlement Period. They reflect the requirements of individual participants trading on the exchanges). Using the ATCs and NECs, the Market Coupling algorithm can determine for each Settlement Period the Price and Net Position of each market. A NEC is built for a given set of accepted Block Orders (Winning Subset). When a set of NECs is used to determine the prices and Net Positions of each market, the set of prices returned for each market may very well not be compatible with this assumed Winning Subset. The Winning Subset needs to be updated and the calculations run again with the derived new NEC. This procedure must be repeated until a stable solution is found. As a consequence, the Market Coupling algorithm involves iterations between two modules: The Coordination Module which is in charge of the centralized computations; The Block Selector of each exchange which performs the decentralized computations. The iterative nature of the algorithm derives from the treatment of Block Orders. The data flows and calculations of the iterative algorithm are described in the rest of the document.

  7. The Regularized Iteratively Reweighted MAD Method for Change Detection in Multi- and Hyperspectral Data

    DEFF Research Database (Denmark)

    Nielsen, Allan Aasbjerg

    2007-01-01

    This paper describes new extensions to the previously published multivariate alteration detection (MAD) method for change detection in bi-temporal, multi- and hypervariate data such as remote sensing imagery. Much like boosting methods often applied in data mining work, the iteratively reweighted...... to observations that show little change, i.e., for which the sum of squared, standardized MAD variates is small, and small weights are assigned to observations for which the sum is large. Like the original MAD method, the iterative extension is invariant to linear (affine) transformations of the original...... an agricultural region in Kenya, and hyperspectral airborne HyMap data from a small rural area in southeastern Germany are given. The latter case demonstrates the need for regularization....

  8. Fixed point theorems for mappings satisfying contractive conditions of integral type and applications

    Directory of Open Access Journals (Sweden)

    Kang Shin

    2011-01-01

    Full Text Available Abstract In this paper, the existence, uniqueness and iterative approximations of fixed points for contractive mappings of integral type in complete metric spaces are established. As applications, the existence, uniqueness and iterative approximations of solutions for a class of functional equations arising in dynamic programming are discussed. The results presented in this paper extend and improve essentially the results of Branciari (A fixed point theorem for mappings satisfying a general contractive condition of integral type. Int. J. Math. Math. Sci. 29, 531-536, 2002, Kannan (Some results on fixed points. Bull. Calcutta Math. Soc. 60, 71-76, 1968 and several known results. Four concrete examples involving the contractive mappings of integral type with uncountably many points are constructed. 2010 Mathematics Subject Classfication: 54H25, 47H10, 49L20, 49L99, 90C39

  9. A new experimental approach to study the stability of logistic map

    International Nuclear Information System (INIS)

    Rani, Mamta; Agarwal, Rashi

    2009-01-01

    Remarkably benign looking logistic transformations x n+1 = rx n (1 - x n ) for choosing x 0 between 0 and 1 and 0 < r ≤ 4 have found a celebrated place in chaos, fractals and discrete dynamics. The purpose of this paper is to enhance the capabilities of logistic map via superior iterations. Stability of logistic map has been studied by running computer programs. Logistic map is stable for 0 < r ≤ 3.2 in Picard orbit. In superior orbit, we see that the range of stability of logistic map increases drastically. Also, chaotic behavior of logistic map disappears in certain cases.

  10. From synthesis to function via iterative assembly of N-methyliminodiacetic acid boronate building blocks.

    Science.gov (United States)

    Li, Junqi; Grillo, Anthony S; Burke, Martin D

    2015-08-18

    The study and optimization of small molecule function is often impeded by the time-intensive and specialist-dependent process that is typically used to make such compounds. In contrast, general and automated platforms have been developed for making peptides, oligonucleotides, and increasingly oligosaccharides, where synthesis is simplified to iterative applications of the same reactions. Inspired by the way natural products are biosynthesized via the iterative assembly of a defined set of building blocks, we developed a platform for small molecule synthesis involving the iterative coupling of haloboronic acids protected as the corresponding N-methyliminodiacetic acid (MIDA) boronates. Here we summarize our efforts thus far to develop this platform into a generalized and automated approach for small molecule synthesis. We and others have employed this approach to access many polyene-based compounds, including the polyene motifs found in >75% of all polyene natural products. This platform further allowed us to derivatize amphotericin B, the powerful and resistance-evasive but also highly toxic last line of defense in treating systemic fungal infections, and thereby understand its mechanism of action. This synthesis-enabled mechanistic understanding has led us to develop less toxic derivatives currently under evaluation as improved antifungal agents. To access more Csp(3)-containing small molecules, we gained a stereocontrolled entry into chiral, non-racemic α-boryl aldehydes through the discovery of a chiral derivative of MIDA. These α-boryl aldehydes are versatile intermediates for the synthesis of many Csp(3) boronate building blocks that are otherwise difficult to access. In addition, we demonstrated the utility of these types of building blocks in accessing pharmaceutically relevant targets via an iterative Csp(3) cross-coupling cycle. We have further expanded the scope of the platform to include stereochemically complex macrocyclic and polycyclic molecules

  11. Iterative convergence acceleration of neutral particle transport methods via adjacent-cell preconditioners

    International Nuclear Information System (INIS)

    Azmy, Y.Y.

    1999-01-01

    The author proposes preconditioning as a viable acceleration scheme for the inner iterations of transport calculations in slab geometry. In particular he develops Adjacent-Cell Preconditioners (AP) that have the same coupling stencil as cell-centered diffusion schemes. For lowest order methods, e.g., Diamond Difference, Step, and 0-order Nodal Integral Method (ONIM), cast in a Weighted Diamond Difference (WDD) form, he derives AP for thick (KAP) and thin (NAP) cells that for model problems are unconditionally stable and efficient. For the First-Order Nodal Integral Method (INIM) he derives a NAP that possesses similarly excellent spectral properties for model problems. The two most attractive features of the new technique are:(1) its cell-centered coupling stencil, which makes it more adequate for extension to multidimensional, higher order situations than the standard edge-centered or point-centered Diffusion Synthetic Acceleration (DSA) methods; and (2) its decreasing spectral radius with increasing cell thickness to the extent that immediate pointwise convergence, i.e., in one iteration, can be achieved for problems with sufficiently thick cells. He implemented these methods, augmented with appropriate boundary conditions and mixing formulas for material heterogeneities, in the test code APID that he uses to successfully verify the analytical spectral properties for homogeneous problems. Furthermore, he conducts numerical tests to demonstrate the robustness of the KAP and NAP in the presence of sharp mesh or material discontinuities. He shows that the AP for WDD is highly resilient to such discontinuities, but for INIM a few cases occur in which the scheme does not converge; however, when it converges, AP greatly reduces the number of iterations required to achieve convergence

  12. ITER EDA Newsletter. V. 3, no. 8

    International Nuclear Information System (INIS)

    1994-08-01

    This ITER EDA (Engineering Design Activities) Newsletter issue reports on the sixth ITER council meeting; introduces the newly appointed ITER director and reports on his address to the ITER council. The vacuum tank for the ITER model coil testing, installed at JAERI, Naka, Japan is also briefly described

  13. ITER technical advisory committee meeting

    International Nuclear Information System (INIS)

    Fujiwara, M.

    2001-01-01

    The 17th Meeting of the ITER Technical Advisory Committee (TAC-17) was held on February 19-22, the ITER Garching Work Site in Germany. The objective of the meeting was to review the Draft Final Design Report of ITER-FEAT and assess the ability of the self-consistent overall design both to satisfy the technical objectives previously defined and to meet the cost limitations. TAC-17 was also organized to confirm that the design and critical elements, with emphasis on the key recommendations made at previous TAC meetings, are such as to extend the confidence in starting ITER construction. It was also intended to provide the ITER Council, scheduled to meet on 27 and 28 February in Toronto, with a technical assessment and key recommendations of the above mentioned report

  14. ITER EDA status

    International Nuclear Information System (INIS)

    Aymar, R.

    2001-01-01

    The Project has focused on drafting the Plant Description Document (PDD), which will be published as the Technical Basis for the ITER Final Design Report (FDR), and its related documentation in time for the ITER review process. The preparations have involved continued intensive detailed design work, analyses and assessments by the Home Teams and the Joint Central Team, who have co-operated closely and efficiently. The main technical document has been completed in time for circulation, as planned, to TAC members for their review at TAC-17 (19-22 February 2001). Some of the supporting documents, such as the Plant Design Specification (PDS), Design Requirements and Guidelines (DRG1 and DRG2), and the Plant Safety Requirement (PSR) are also available for reference in draft form. A summary paper of the PDD for the Council's information is available as a separate document. A new documentation structure for the Project has been established. This hierarchical structure for documentation facilitates the entire organization in a way that allows better change control and avoids duplications. The initiative was intended to make this documentation system valid for the construction and operation phases of ITER. As requested, the Director and the JCT have been assisting the Explorations to plan for future joint technical activities during the Negotiations, and to consider technical issues important for ITER construction and operation for their introduction in the draft of a future joint implementation agreement. As charged by the Explorers, the Director has held discussions with the Home Team Leaders in order to prepare for the staffing of the International Team and Participants Teams during the Negotiations (Co-ordinated Technical Activities, CTA) and also in view of informing all ITER staff about their future directions in a timely fashion. One important element of the work was the completion by the Parties' industries of costing studies of about 83 ''procurement packages

  15. ITER ITA newsletter. No. 8, September 2003

    International Nuclear Information System (INIS)

    2003-10-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities including Robert Aymar's leaving ITER for CERN, ITER related issues at the IAEA General Conference and status and prospects of thermonuclear power and activity during the ITA on materials foe vessel and in-vessel components

  16. ITER CTA newsletter. No. 9

    International Nuclear Information System (INIS)

    2002-06-01

    This ITER CTA newsletter contains information about the Fourth Negotiations Meeting on the Joint Implementation of ITER held in Cadarache, France on 4-6 June 2002 and about the meeting of the ITER CTA Project Board which took place on the occasion of the N4 Meeting at Cadarache on 3-4 June 2002

  17. ITER CTA newsletter. No. 1

    International Nuclear Information System (INIS)

    2001-01-01

    This ITER CTA newsletter comprises reports on ITER co-ordinated technical activities, information about the Meeting of the ITER CTA project board which took place in Vienna on 16 July 2001, and the Meeting of the expert group on MHD, disruptions and plasma control which was held on 25-26 June 2001 in Funchal, Madeira

  18. The JET ITER-like wall experiment: First results and lessons for ITER

    Energy Technology Data Exchange (ETDEWEB)

    Horton, Lorne, E-mail: Lorne.Horton@jet.efda.org [EFDA-CSU Culham, Culham Science Centre, Abingdon, OX14 3DB (United Kingdom); European Commission, B-1049 Brussels (Belgium)

    2013-10-15

    Highlights: ► JET has recently completed the installation of an ITER-like wall. ► Important operational aspects have changed with the new wall. ► Initial experiments have confirmed the expected low fuel retention. ► Disruption dynamics have change dramatically. ► Development of wall-compatible, ITER-relevant regimes of operation has begun. -- Abstract: The JET programme is strongly focused on preparations for ITER construction and exploitation. To this end, a major programme of machine enhancements has recently been completed, including a new ITER-like wall, in which the plasma-facing armour in the main vacuum chamber is beryllium while that in the divertor is tungsten—the same combination of plasma-facing materials foreseen for ITER. The goal of the initial experimental campaigns is to fully characterise operation with the new wall, concentrating in particular on plasma-material interactions, and to make direct comparisons of plasma performance with the previous, carbon wall. This is being done in a progressive manner, with the input power and plasma performance being increased in combination with the commissioning of a comprehensive new real-time protection system. Progress achieved during the first set of experimental campaigns with the new wall, which took place from September 2011 to July 2012, is reported.

  19. ITER concept definition. V.1

    International Nuclear Information System (INIS)

    1989-01-01

    Under the auspices of the International Atomic Energy Agency (IAEA), an agreement among the four parties representing the world's major fusion programs resulted in a program for conceptual design of the next logical step in the fusion program, the International Thermonuclear Experimental Reactor (ITER). The definition phase, which ended in November, 1989, is summarized in two reports: a brief summary is contained in the ITER Definition Phase Report (IAEA/ITER/DS/2); the extended technical summary and technical details of ITER are contained in this two-volume report. The first volume of this report contains the Introduction and Summary, and the remainder will appear in Volume II. In the Conceptual Design Activities phase, ITER has been defined as being a tokamak device. The basic performance parameters of ITER are given in Volume I of this report. In addition, the rationale for selection of this concept, the performance flexibility, technical issues, operations, safety, reliability, cost, and research and development needed to proceed with the design are discussed. Figs and tabs

  20. ITER primary cryopump test facility

    International Nuclear Information System (INIS)

    Petersohn, N.; Mack, A.; Boissin, J.C.; Murdoc, D.

    1998-01-01

    A cryopump as ITER primary vacuum pump is being developed at FZK under the European fusion technology programme. The ITER vacuum system comprises of 16 cryopumps operating in a cyclic mode which fulfills the vacuum requirements in all ITER operation modes. Prior to the construction of a prototype cryopump, the concept is tested on a reduced scale model pump. To test the model pump, the TIMO facility is being built at FZK in which the model pump operation under ITER environmental conditions, except for tritium exposure, neutron irradiation and magnetic fields, can be simulated. The TIMO facility mainly consists of a test vessel for ITER divertor duct simulation, a 600 W refrigerator system supplying helium in the 5 K stage and a 30 kW helium supply system for the 80 K stage. The model pump test programme will be performed with regard to the pumping performance and cryogenic operation of the pump. The results of the model pump testing will lead to the design of the full scale ITER cryopump. (orig.)

  1. ITER ITA newsletter No. 32, July 2006

    International Nuclear Information System (INIS)

    2006-07-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities. The ITER Parties, at their Ministerial Meeting in May 2006 in Brussels, initialled the draft text of the prospective Agreement on the Establishment of the ITER International Fusion Energy Organization for the Joint Implementation of the ITER Project as well as the draft text of the Agreement on the Privileges and Immunities of the ITER International Fusion Energy Organisation for the Joint Implementation of the ITER Project. The Parties have requested that the IAEA Director General serve as Depositary of the two aforementioned Agreements and that the IAEA establish a Trust Fund to Support Common Expenditures under the ITER Transitional Arrangements, pending entry into force of the prospective Agreement on the Establishment of the ITER International Fusion Energy Organization for the Joint Implementation of the ITER Project. At its June Meeting in Vienna, the IAEA Board of Governors approved these requests. There is also information about the Tenth Meeting of the International Tokamak Physics Activity (ITPA) Topical Group (TG) on Diagnostics was held at the Kurchatov Institute, Moscow, from 10-14 April 2006

  2. Control of spatio-temporal on-off intermittency in random driving diffusively coupled map lattices

    International Nuclear Information System (INIS)

    Ziabakhsh Deilami, M.; Rahmani Cherati, Z.; Jahed Motlagh, M.R.

    2009-01-01

    In this paper, we propose feedback methods for controlling spatio-temporal on-off intermittency which is an aperiodic switching between an 'off' state and an 'on' state. Diffusively coupled map lattice with spatially non-uniform random driving is used for showing spatio-temporal on-off intermittency. For this purpose, we apply three different feedbacks. First, we use a linear feedback which is a simple method but has a long transient time. To overcome this problem, two nonlinear feedbacks based on prediction strategy are proposed. An important advantage of the methods is that the feedback signal is vanished when control is realized. Simulation results show that all methods have suppressed the chaotic behavior.

  3. Assessment and modeling of inductive and non-inductive scenarios for ITER

    International Nuclear Information System (INIS)

    Boucher, D.; Vayakis, G.; Moreau, D.

    1999-01-01

    This paper presents recent developments in modeling and simulations of ITER performances and scenarios. The first part presents an improved modeling of coupled divertor/main plasma operation including the simulation of the measurements involved in the control loop. The second part explores the fusion performances predicted under non-inductive operation with internal transport barrier. The final part covers a detailed scenario for non-inductive operation using a reverse shear configuration with lower hybrid and fast wave current drive. (author)

  4. Spectral decomposition of the stretching dynamics of the Arnold cat map

    International Nuclear Information System (INIS)

    Hasegawa, Hiroshi H.; Driebe, Dean J.; Li, C.-B.

    2003-01-01

    Using the Markov partition of the Arnold cat map on the covering space allows for the introduction of a stable basis in which the Frobenius-Perron operator may be decomposed. We consider in detail the stretching dynamics on the partition of the transformation that yields the cat map under two iterations. The discrete decay modes of the system are constructed

  5. ITER EDA Newsletter. V. 10, no. 7

    International Nuclear Information System (INIS)

    2001-07-01

    This ITER EDA Newsletter presents an overview of meetings held at IAEA Headquarters in Vienna during the week 16-20 July 2001 related to the successful completion of the ITER Engineering Design Activities (EDA). Among them were the final meeting of the ITER Council, the closing ceremony to commemorate the EDA completion, the final meeting of the ITER Management Advisory Committee, a briefing of issues related to ITER developments, and discussions on the possible joint implementation of ITER

  6. IAEA activities related to ITER

    International Nuclear Information System (INIS)

    Dolan, T.J.; Schneider, U.

    2001-01-01

    As agreed between the IAEA and the ITER Parties, special sessions are dedicated to ITER at the IAEA Fusion Energy Conferences. At the 18th IAEA Fusion Energy Conference, held on 4-10 October 2000 in Sorrento, Italy, in the Artsimovich-Kadomtsev Memorial opening session there were special lectures by Carlo Rubbia (President, ENEA, Italy), A. Arima (Japan), and E.P. Velikhov (Russia); an overview talk on ITER by R. Aymar (ITER Director); and a talk on the FTU experiment by F. Romanelli. In total, 573 participants from 34 countries presented 389 papers (including 11 post-deadline papers and the 4 summaries)

  7. ITER blanket designs

    International Nuclear Information System (INIS)

    Gohar, Y.; Parker, R.; Rebut, P.H.

    1995-01-01

    The ITER first wall, blanket, and shield system is being designed to handle 1.5±0.3 GW of fusion power and 3 MWa m -2 average neutron fluence. In the basic performance phase of ITER operation, the shielding blanket uses austenitic steel structural material and water coolant. The first wall is made of bimetallic structure, austenitic steel and copper alloy, coated with beryllium and it is protected by beryllium bumper limiters. The choice of copper first wall is dictated by the surface heat flux values anticipated during ITER operation. The water coolant is used at low pressure and low temperature. A breeding blanket has been designed to satisfy the technical objectives of the Enhanced Performance Phase of ITER operation for the Test Program. The breeding blanket design is geometrically similar to the shielding blanket design except it is a self-cooled liquid lithium system with vanadium structural material. Self-healing electrical insulator (aluminum nitride) is used to reduce the MHD pressure drop in the system. Reactor relevancy, low tritium inventory, low activation material, low decay heat, and a tritium self-sufficiency goal are the main features of the breeding blanket design. (orig.)

  8. Benchmark of 6D SLAM (6D Simultaneous Localisation and Mapping Algorithms with Robotic Mobile Mapping Systems

    Directory of Open Access Journals (Sweden)

    Bedkowski Janusz

    2017-09-01

    Full Text Available This work concerns the study of 6DSLAM algorithms with an application of robotic mobile mapping systems. The architecture of the 6DSLAM algorithm is designed for evaluation of different data registration strategies. The algorithm is composed of the iterative registration component, thus ICP (Iterative Closest Point, ICP (point to projection, ICP with semantic discrimination of points, LS3D (Least Square Surface Matching, NDT (Normal Distribution Transform can be chosen. Loop closing is based on LUM and LS3D. The main research goal was to investigate the semantic discrimination of measured points that improve the accuracy of final map especially in demanding scenarios such as multi-level maps (e.g., climbing stairs. The parallel programming based nearest neighborhood search implementation such as point to point, point to projection, semantic discrimination of points is used. The 6DSLAM framework is based on modified 3DTK and PCL open source libraries and parallel programming techniques using NVIDIA CUDA. The paper shows experiments that are demonstrating advantages of proposed approach in relation to practical applications. The major added value of presented research is the qualitative and quantitative evaluation based on realistic scenarios including ground truth data obtained by geodetic survey. The research novelty looking from mobile robotics is the evaluation of LS3D algorithm well known in geodesy.

  9. Entropy of Iterated Function Systems and Their Relations with Black Holes and Bohr-Like Black Holes Entropies

    Directory of Open Access Journals (Sweden)

    Christian Corda

    2018-01-01

    Full Text Available In this paper we consider the metric entropies of the maps of an iterated function system deduced from a black hole which are known the Bekenstein–Hawking entropies and its subleading corrections. More precisely, we consider the recent model of a Bohr-like black hole that has been recently analysed in some papers in the literature, obtaining the intriguing result that the metric entropies of a black hole are created by the metric entropies of the functions, created by the black hole principal quantum numbers, i.e., by the black hole quantum levels. We present a new type of topological entropy for general iterated function systems based on a new kind of the inverse of covers. Then the notion of metric entropy for an Iterated Function System ( I F S is considered, and we prove that these definitions for topological entropy of IFS’s are equivalent. It is shown that this kind of topological entropy keeps some properties which are hold by the classic definition of topological entropy for a continuous map. We also consider average entropy as another type of topological entropy for an I F S which is based on the topological entropies of its elements and it is also an invariant object under topological conjugacy. The relation between Axiom A and the average entropy is investigated.

  10. ITER ITA Newsletter. No. 29, March 2006

    International Nuclear Information System (INIS)

    2006-05-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities and meetings, namely, the ITER Director-General Nominee, Dr. Kaname Ikeda, took up his position as ITER Project Leader in Cadarache on 13 March, the consolidation of information technology infrastructure for ITER and about he Thirty-Fifth Meeting of the Fusion Power Co-ordinating Committee (FPCC), which was held on 28 February-1 March 2006 at the headquarters of the International Energy Agency (IEA) in Paris

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

  12. Iterative Multiparameter Elastic Waveform Inversion Using Prestack Time Imaging and Kirchhoff approximation

    Science.gov (United States)

    Khaniani, Hassan

    boundary condition of the wave equation is set up along reflection surfaces. Hence, the surface integral Kirchhoff approximation is used as a mathematical framework instead of the volume integral of the Born approximation. In addition, I study the feasibility of iterative coupling of ray theory with the Kirchhoff approximation for inversion. For the amplitude considerations, the direct relationship between the scattering potential of the Born approximation with the reflectivity function of the asymptotic Kirchhoff approximation for elastic waves is used. Therefore, I use the linearized Zoeppritz approximation of Aki and Richards (1980) for computation of the forward modeling and migration operators as well as gradient function from Amplitude vs Offset (AVO) inversion. The multiparameter elastic inversion approach is applicable to all types of reflected wavefields such as P-to-P, P-to-S, S-to-S and S-to-P. Traveltime estimation of forward modeling and migration/inversion operators are based on the DSR equation. All operators involved in inversion, including the background model for DSR and AVO are updated at each iteration. The migration/inversion procedure maps the mode converted waves to the traveltime of incident waves which fixes the registration problem of events that travel from source to scatter point. The inversion of the reflected P-to-P and P-to-S synthetic and field data are provided for the numerical examples. This approach is applicable for complex structures however, to estimate the traveltime of scatterpoints, ray tracing can be added to the algorithm. For such a medium, the scatterpoint traveltime approximations from the PSTM, is compared to the PSDM approach using numerical analysis of ray- and FDTD-based modeling. In part of this thesis, I further improve the conventional velocity analysis of Common Scatter Point (CSP) gathers by including the tilt effects. I show that travel time response of scatter points beneath a dipping interface experiences an

  13. ITER safety challenges and opportunities

    International Nuclear Information System (INIS)

    Piet, S.J.

    1992-01-01

    This paper reports on results of the Conceptual Design Activity (CDA) for the International Thermonuclear Experimental Reactor (ITER) suggest challenges and opportunities. ITER is capable of meeting anticipated regulatory dose limits, but proof is difficult because of large radioactive inventories needing stringent radioactivity confinement. Much research and development (R ampersand D) and design analysis is needed to establish that ITER meets regulatory requirements. There is a further oportunity to do more to prove more of fusion's potential safety and environmental advantages and maximize the amount of ITER technology on the path toward fusion power plants. To fulfill these tasks, three programmatic challenges and three technical challenges must be overcome. The first step is to fund a comprehensive safety and environmental ITER R ampersand D plan. Second is to strengthen safety and environment work and personnel in the international team. Third is to establish an external consultant group to advise the ITER Joint Team on designing ITER to meet safety requirements for siting by any of the Parties. The first of three key technical challenges is plasma engineering - burn control, plasma shutdown, disruptions, tritium burn fraction, and steady state operation. The second is the divertor, including tritium inventory, activation hazards, chemical reactions, and coolant disturbances. The third technical challenge is optimization of design requirements considering safety risk, technical risk, and cost

  14. Status of ITER

    International Nuclear Information System (INIS)

    Aymar, R.

    2002-01-01

    At the end of engineering design activities (EDA) in July 2001, all the essential elements became available to make a decision on construction of ITER. A sufficiently detailed and integrated engineering design now exists for a generic site, has been assessed for feasibility, and costed, and essential physics and technology R and D has been carried out to underpin the design choices. Formal negotiations have now begun between the current participants--Canada, Euratom, Japan, and the Russian Federation--on a Joint Implementation Agreement for ITER which also establishes the legal entity to run ITER. These negotiations are supported on technical aspects by Coordinated Technical Activities (CTA), which maintain the integrity of the project, for the good of all participants, and concentrate on preparing for procurement by industry of the longest lead items, and for formal application for a construction license with the host country. This paper highlights the main features of the ITER design. With cryogenically-cooled magnets close to neutron-generating plasma, the design of shielding with adequate access via port plugs for auxiliaries such as heating and diagnostics, and of remote replacement and refurbishing systems for in-vessel components, are particularly interesting nuclear technology challenges. Making a safety case for ITER to satisfy potential regulators and to demonstrate, as far as possible at this stage, the environmental attractiveness of fusion as an energy source, is also important. The paper gives illustrative details on this work, and an update on the progress of technical preparations for construction, as well as the status of the above negotiations

  15. Development and verification of a coupled code system RETRAN-MASTER-TORC

    International Nuclear Information System (INIS)

    Cho, J.Y.; Song, J.S.; Joo, H.G.; Zee, S.Q.

    2004-01-01

    Recently, coupled thermal-hydraulics (T-H) and three-dimensional kinetics codes have been widely used for the best-estimate simulations such as the main steam line break (MSLB) and locked rotor problems. This work is to develop and verify one of such codes by coupling the system T-H code RETRAN, the 3-D kinetics code MASTER and sub-channel analysis code TORC. The MASTER code has already been applied to such simulations after coupling with the MARS or RETRAN-3D multi-dimensional system T-H codes. The MASTER code contains a sub-channel analysis code COBRA-III C/P, and the coupled systems MARSMASTER-COBRA and RETRAN-MASTER-COBRA had been already developed and verified. With these previous studies, a new coupled system of RETRAN-MASTER-TORC is to be developed and verified for the standard best-estimate simulation code package in Korea. The TORC code has already been applied to the thermal hydraulics design of the several ABB/CE type plants and Korean Standard Nuclear Power Plants (KSNP). This justifies the choice of TORC rather than COBRA. Because the coupling between RETRAN and MASTER codes are already established and verified, this work is simplified to couple the TORC sub-channel T-H code with the MASTER neutronics code. The TORC code is a standalone code that solves the T-H equations for a given core problem from reading the input file and finally printing the converged solutions. However, in the coupled system, because TORC receives the pin power distributions from the neutronics code MASTER and transfers the T-H results to MASTER iteratively, TORC needs to be controlled by the MASTER code and does not need to solve the given problem completely at each iteration step. By this reason, the coupling of the TORC code with the MASTER code requires several modifications in the I/O treatment, flow iteration and calculation logics. The next section of this paper describes the modifications in the TORC code. The TORC control logic of the MASTER code is then followed. The

  16. ITER CTA newsletter. No. 4

    International Nuclear Information System (INIS)

    2001-12-01

    This ITER CTA Newsletter contains information about the organization of the ITER Co-ordinated Technical Activities (CTA) International Team as the follow-up of the ITER CTA project board meeting in Toronto on 7 November 2001. It also includes a summary on the start of the international tokamak physics activity by Dr. D. Campbell, Chair of the ITPA Co-ordinating Committee

  17. ITER management advisory committee meeting

    International Nuclear Information System (INIS)

    Yoshikawa, M.

    2001-01-01

    The ITER Management Advisory Committee (MAC) Meeting was held on 23 February in Garching, Germany. The main topics were: the consideration of the report by the Director on the ITER EDA Status, the review of the Work Programme, the review of the Joint Fund, the review of a schedule of ITER meetings, and the arrangements for termination and wind-up of the EDA

  18. ITER ITA newsletter. No. 6, July 2003

    International Nuclear Information System (INIS)

    2003-09-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities. One of them was the farewell party for for Annick Lyraud and Robert Aymar, who will take up his position as Director-General of CERN in January 2004, another is information about Dr. Yasuo Shimomura, ITER interim project leader, and ITER technical work during the transitional arrangements

  19. Iterative Multiuser Equalization for Subconnected Hybrid mmWave Massive MIMO Architecture

    Directory of Open Access Journals (Sweden)

    R. Magueta

    2017-01-01

    Full Text Available Millimeter waves and massive MIMO are a promising combination to achieve the multi-Gb/s required by future 5G wireless systems. However, fully digital architectures are not feasible due to hardware limitations, which means that there is a need to design signal processing techniques for hybrid analog-digital architectures. In this manuscript, we propose a hybrid iterative block multiuser equalizer for subconnected millimeter wave massive MIMO systems. The low complexity user-terminals employ pure-analog random precoders, each with a single RF chain. For the base station, a subconnected hybrid analog-digital equalizer is designed to remove multiuser interference. The hybrid equalizer is optimized using the average bit-error-rate as a metric. Due to the coupling between the RF chains in the optimization problem, the computation of the optimal solutions is too complex. To address this problem, we compute the analog part of the equalizer sequentially over the RF chains using a dictionary built from the array response vectors. The proposed subconnected hybrid iterative multiuser equalizer is compared with a recently proposed fully connected approach. The results show that the performance of the proposed scheme is close to the fully connected hybrid approach counterpart after just a few iterations.

  20. ITER EDA newsletter. V. 7, no. 7

    International Nuclear Information System (INIS)

    1998-07-01

    This newsletter contains the articles: 'Extraordinary ITER council meeting', 'ITER EDA final safety meeting' and 'Summary report of the 3rd combined workshop of the ITER confinement and transport and ITER confinement database and modeling expert groups'

  1. Modified variational iteration method for an El Niño Southern Oscillation delayed oscillator

    International Nuclear Information System (INIS)

    Cao Xiao-Qun; Song Jun-Qiang; Zhu Xiao-Qian; Zhang Li-Lun; Zhang Wei-Min; Zhao Jun

    2012-01-01

    This paper studies a delayed air—sea coupled oscillator describing the physical mechanism of El Niño Southern Oscillation. The approximate expansions of the delayed differential equation's solution are obtained successfully by the modified variational iteration method. The numerical results illustrate the effectiveness and correctness of the method by comparing with the exact solution of the reduced model. (general)

  2. ITER Central Solenoid Module Fabrication

    Energy Technology Data Exchange (ETDEWEB)

    Smith, John [General Atomics, San Diego, CA (United States)

    2016-09-23

    The fabrication of the modules for the ITER Central Solenoid (CS) has started in a dedicated production facility located in Poway, California, USA. The necessary tools have been designed, built, installed, and tested in the facility to enable the start of production. The current schedule has first module fabrication completed in 2017, followed by testing and subsequent shipment to ITER. The Central Solenoid is a key component of the ITER tokamak providing the inductive voltage to initiate and sustain the plasma current and to position and shape the plasma. The design of the CS has been a collaborative effort between the US ITER Project Office (US ITER), the international ITER Organization (IO) and General Atomics (GA). GA’s responsibility includes: completing the fabrication design, developing and qualifying the fabrication processes and tools, and then completing the fabrication of the seven 110 tonne CS modules. The modules will be shipped separately to the ITER site, and then stacked and aligned in the Assembly Hall prior to insertion in the core of the ITER tokamak. A dedicated facility in Poway, California, USA has been established by GA to complete the fabrication of the seven modules. Infrastructure improvements included thick reinforced concrete floors, a diesel generator for backup power, along with, cranes for moving the tooling within the facility. The fabrication process for a single module requires approximately 22 months followed by five months of testing, which includes preliminary electrical testing followed by high current (48.5 kA) tests at 4.7K. The production of the seven modules is completed in a parallel fashion through ten process stations. The process stations have been designed and built with most stations having completed testing and qualification for carrying out the required fabrication processes. The final qualification step for each process station is achieved by the successful production of a prototype coil. Fabrication of the first

  3. New Angle on the Parton Distribution Functions: Self-Organizing Maps

    International Nuclear Information System (INIS)

    Honkanen, H.; Liuti, S.

    2009-01-01

    Neural network (NN) algorithms have been recently applied to construct Parton Distribution Function (PDF) parametrizations, providing an alternative to standard global fitting procedures. Here we explore a novel technique using Self-Organizing Maps (SOMs). SOMs are a class of clustering algorithms based on competitive learning among spatially-ordered neurons. We train our SOMs with stochastically generated PDF samples. On every optimization iteration the PDFs are clustered on the SOM according to a user-defined feature and the most promising candidates are used as a seed for the subsequent iteration using the topology of the map to guide the PDF generating process. Our goal is a fitting procedure that, at variance with the standard neural network approaches, will allow for an increased control of the systematic bias by enabling user interaction in the various stages of the process.

  4. ITER safety and operational scenario

    International Nuclear Information System (INIS)

    Shimomura, Y.; Saji, G.

    1998-01-01

    The safety and environmental characteristics of ITER and its operational scenario are described. Fusion has built-in safety characteristics without depending on layers of safety protection systems. Safety considerations are integrated in the design by making use of the intrinsic safety characteristics of fusion adequate to the moderate hazard inventories. In addition to this, a systematic nuclear safety approach has been applied to the design of ITER. The safety assessment of the design shows how ITER will safely accommodate uncertainties, flexibility of plasma operations, and experimental components, which is fundamental in ITER, the first experimental fusion reactor. The operation of ITER will progress step by step from hydrogen plasma operation with low plasma current, low magnetic field, short pulse and low duty factor without fusion power to deuterium-tritium plasma operation with full plasma current, full magnetic field, long pulse and high duty factor with full fusion power. In each step, characteristics of plasma and optimization of plasma operation will be studied which will significantly reduce uncertainties and frequency/severity of plasma transient events in the next step. This approach enhances reliability of ITER operation. (orig.)

  5. ITER EDA newsletter. V. 1, no. 2

    International Nuclear Information System (INIS)

    1992-12-01

    This second issue of the ITER Newsletter during the EDA (Engineering Design Activities) reports on (i) the second ITER Council Meeting held in the Russian Research Centre (RRC) ''Kurchatov Institute'', Moscow, Russia, December 15-16, 1992, (ii) the opening ceremony of the ITER Council Office at the RRC, (iii) the first meeting of the ITER Management Advisory Committee (MAC), (iv) the start-up of the ITER EDA at Garching, Germany, (v) descriptions of the ITER Co-Centres at Naka, Japan, and (vi) San Diego, USA, (vii) contact persons activities, (viii) the adoption by the ITER Council of the recommendations by the Special Working Group 1 (SWG-1), (ix) news in brief, and (x) coming events

  6. ITER ITA newsletter. No. 11, December 2003

    International Nuclear Information System (INIS)

    2003-12-01

    This issue of the ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER including information from the editor about ITER update, about progress in ITER magnet design and preparation of procurement packages and about 25th anniversary of the First Steering Committee Meeting of the International Tokamak Reactor (INTOR) Workshop, organized under the auspices of the IAEA, took place at the IAEA Headquarters in Vienna

  7. Rokkasho: Japanese site for ITER

    International Nuclear Information System (INIS)

    Ohtake, S.; Yamaguchi, V.; Matsuda, S.; Kishimoto, H.

    2003-01-01

    The Atomic Energy Commission of Japan authorized ITER as the core machine of the Third Phase Basic Program of Fusion Energy Development. After a series of discussions in the Atomic Energy Commission and the Council of Science and Technology Policy, Japanese Government concluded formally with the Cabinet Agreement on 31 May 2002 that Japan should participate in the ITER Project and offer the Rokkasho-Mura site for construction of ITER to the Negotiations among Canada (CA), the European Union (EU), Japan (JA), and the Russian Federation (RF). The JA site proposal is now under the international assessment in the framework of the ITER Negotiations. (author)

  8. ITER EDA newsletter. V. 8, no. 12

    International Nuclear Information System (INIS)

    1999-12-01

    This ITER EDA Newsletter reports about the ITER Management Advisory Committee Meeting in Naka, the ITER Technical Advisory Committee Meeting in Naka and the meeting of the ITER SWG-P2 in Vienna. A separate abstract is prepared for each meeting

  9. ITER EDA newsletter. V. 10, no. 1

    International Nuclear Information System (INIS)

    2001-01-01

    This article provides a summary of results of the ITER Physics Committee Meeting, which was held on 14 October 2000 at the ITER Garching Joint Work Site, Germany. The ITER Physics Committee is the body responsible for overseeing, through the seven specialized Expert Groups, the R and D activities contributed voluntarily by the ITER Parties. The Parties' Physics Designated Persons, the Chairs and Co-Chairs of ITER Physics Expert Groups and the JCT members involved attended the Meeting. As usual, the meeting was chaired by the ITER Director, Dr. R. Aymar, who reported on the status of the ITER EDA. Dr. Aymar described the steps being taken in preparing the ITER-FEAT Final Design Report (FDR), and further stated that the Report would be available in time to be of benefit to the Negotiations on the ITER Joint Implementation, expected to start around May 2001. All Parties recognize that the ITER Physics Expert Group structure has been useful in focusing the tokamak physics activity on the ITER-relevant issues and provides an efficient worldwide collaboration on confirming innovative solutions. The concept of an international workshop to be organized as a pre-meeting of each Expert Group meeting, in order to involve U.S. scientists in the discussion of generic tokamak physics issues, was introduced in 2000, with some success, and its goal should be pursued

  10. Existence test for asynchronous interval iterations

    DEFF Research Database (Denmark)

    Madsen, Kaj; Caprani, O.; Stauning, Ole

    1997-01-01

    In the search for regions that contain fixed points ofa real function of several variables, tests based on interval calculationscan be used to establish existence ornon-existence of fixed points in regions that are examined in the course ofthe search. The search can e.g. be performed...... as a synchronous (sequential) interval iteration:In each iteration step all components of the iterate are calculatedbased on the previous iterate. In this case it is straight forward to base simple interval existence and non-existencetests on the calculations done in each step of the iteration. The search can also...... on thecomponentwise calculations done in the course of the iteration. These componentwisetests are useful for parallel implementation of the search, sincethe tests can then be performed local to each processor and only when a test issuccessful do a processor communicate this result to other processors....

  11. Finite element procedures for coupled linear analysis of heat transfer, fluid and solid mechanics

    Science.gov (United States)

    Sutjahjo, Edhi; Chamis, Christos C.

    1993-01-01

    Coupled finite element formulations for fluid mechanics, heat transfer, and solid mechanics are derived from the conservation laws for energy, mass, and momentum. To model the physics of interactions among the participating disciplines, the linearized equations are coupled by combining domain and boundary coupling procedures. Iterative numerical solution strategy is presented to solve the equations, with the partitioning of temporal discretization implemented.

  12. Synchronization and suppression of chaos in non-locally coupled ...

    Indian Academy of Sciences (India)

    Abstract. We considered coupled map lattices with long-range interactions to study the spatiotemporal behaviour of spatially extended dynamical systems. Coupled map lattices have been intensively investigated as models to understand many spatiotemporal phenomena observed in extended system, and consequently ...

  13. ITER EDA Newsletter. V.3, no.3

    International Nuclear Information System (INIS)

    1994-03-01

    This ITER EDA Newsletter issue contains reports on (i) the completion of the ITER EDA Protocol 1, (ii) the signing of ITER EDA Protocol 2, (iii) a technical meeting on pumping and fuelling and (iv) a technical meeting on the ITER Tritium Plant

  14. Gamut mapping in a high-dynamic-range color space

    Science.gov (United States)

    Preiss, Jens; Fairchild, Mark D.; Ferwerda, James A.; Urban, Philipp

    2014-01-01

    In this paper, we present a novel approach of tone mapping as gamut mapping in a high-dynamic-range (HDR) color space. High- and low-dynamic-range (LDR) images as well as device gamut boundaries can simultaneously be represented within such a color space. This enables a unified transformation of the HDR image into the gamut of an output device (in this paper called HDR gamut mapping). An additional aim of this paper is to investigate the suitability of a specific HDR color space to serve as a working color space for the proposed HDR gamut mapping. For the HDR gamut mapping, we use a recent approach that iteratively minimizes an image-difference metric subject to in-gamut images. A psychophysical experiment on an HDR display shows that the standard reproduction workflow of two subsequent transformations - tone mapping and then gamut mapping - may be improved by HDR gamut mapping.

  15. Error bounds on block Gauss-Seidel solutions of coupled multiphysics problems

    KAUST Repository

    Whiteley, J. P.

    2011-05-09

    Mathematical models in many fields often consist of coupled sub-models, each of which describes a different physical process. For many applications, the quantity of interest from these models may be written as a linear functional of the solution to the governing equations. Mature numerical solution techniques for the individual sub-models often exist. Rather than derive a numerical solution technique for the full coupled model, it is therefore natural to investigate whether these techniques may be used by coupling in a block Gauss-Seidel fashion. In this study, we derive two a posteriori bounds for such linear functionals. These bounds may be used on each Gauss-Seidel iteration to estimate the error in the linear functional computed using the single physics solvers, without actually solving the full, coupled problem. We demonstrate the use of the bound first by using a model problem from linear algebra, and then a linear ordinary differential equation example. We then investigate the effectiveness of the bound using a non-linear coupled fluid-temperature problem. One of the bounds derived is very sharp for most linear functionals considered, allowing us to predict very accurately when to terminate our block Gauss-Seidel iteration. © 2011 John Wiley & Sons, Ltd.

  16. Error bounds on block Gauss-Seidel solutions of coupled multiphysics problems

    KAUST Repository

    Whiteley, J. P.; Gillow, K.; Tavener, S. J.; Walter, A. C.

    2011-01-01

    Mathematical models in many fields often consist of coupled sub-models, each of which describes a different physical process. For many applications, the quantity of interest from these models may be written as a linear functional of the solution to the governing equations. Mature numerical solution techniques for the individual sub-models often exist. Rather than derive a numerical solution technique for the full coupled model, it is therefore natural to investigate whether these techniques may be used by coupling in a block Gauss-Seidel fashion. In this study, we derive two a posteriori bounds for such linear functionals. These bounds may be used on each Gauss-Seidel iteration to estimate the error in the linear functional computed using the single physics solvers, without actually solving the full, coupled problem. We demonstrate the use of the bound first by using a model problem from linear algebra, and then a linear ordinary differential equation example. We then investigate the effectiveness of the bound using a non-linear coupled fluid-temperature problem. One of the bounds derived is very sharp for most linear functionals considered, allowing us to predict very accurately when to terminate our block Gauss-Seidel iteration. © 2011 John Wiley & Sons, Ltd.

  17. ITER EDA newsletter. V. 7, no. 1

    International Nuclear Information System (INIS)

    1998-01-01

    This issue of the ITER Newsletter contains a summary report on the Thirteenth meeting of the ITER Management Advisory Committee (MAC), a report on ITER at the International Conference on Fusion Reactor Materials and a report of a Russian scientist working at ITER Garching JWS

  18. Plasma control concepts for ITER

    International Nuclear Information System (INIS)

    Lister, J.B.; Nieswand, C.

    1997-01-01

    This overview paper skims over a wide range of issues related to the control of ITER plasmas. Although operation of the ITER project will require extensive developmental work to achieve the degree of control required, there is no indication that any of the identified problems will present overwhelming difficulties compared with the operation of present tokamaks. However, the precision of control required and the degree of automation of the final ITER plasma control system will present a challenge which is somewhat greater than for present tokamaks. In order to operate ITER optimally, integrated use of a large amount of diagnostic information will be necessary, evaluated and interpreted automatically. This will challenge both the diagnostics themselves and their supporting interpretation codes. The intervening years will provide us with the opportunity to implement and evaluate most of the new features required for ITER on existing tokamaks, with the exception of the control of an ignited plasma. (author) 7 figs., 7 refs

  19. ITER project and fusion technology

    International Nuclear Information System (INIS)

    Takatsu, H.

    2011-01-01

    In the sessions of ITR, FTP and SEE of the 23rd IAEA Fusion Energy Conference, 159 papers were presented in total, highlighted by the remarkable progress of the ITER project: ITER baseline has been established and procurement activities have been started as planned with a target of realizing the first plasma in 2019; ITER physics basis is sound and operation scenarios and operational issues have been extensively studied in close collaboration with the worldwide physics community; the test blanket module programme has been incorporated into the ITER programme and extensive R and D works are ongoing in the member countries with a view to delivering their own modules in a timely manner according to the ITER master schedule. Good progress was also reported in the areas of a variety of complementary activities to DEMO, including Broader Approach activities and long-term technology. This paper summarizes the highlights of the papers presented in the ITR, FTP and SEE sessions with a minimum set of background information.

  20. Dynamic plasticity in coupled avian midbrain maps

    Science.gov (United States)

    Atwal, Gurinder Singh

    2004-12-01

    Internal mapping of the external environment is carried out using the receptive fields of topographic neurons in the brain, and in a normal barn owl the aural and visual subcortical maps are aligned from early experiences. However, instantaneous misalignment of the aural and visual stimuli has been observed to result in adaptive behavior, manifested by functional and anatomical changes of the auditory processing system. Using methods of information theory and statistical mechanics a model of the adaptive dynamics of the aural receptive field is presented and analyzed. The dynamics is determined by maximizing the mutual information between the neural output and the weighted sensory neural inputs, admixed with noise, subject to biophysical constraints. The reduced costs of neural rewiring, as in the case of young barn owls, reveal two qualitatively different types of receptive field adaptation depending on the magnitude of the audiovisual misalignment. By letting the misalignment increase with time, it is shown that the ability to adapt can be increased even when neural rewiring costs are high, in agreement with recent experimental reports of the increased plasticity of the auditory space map in adult barn owls due to incremental learning. Finally, a critical speed of misalignment is identified, demarcating the crossover from adaptive to nonadaptive behavior.

  1. ITER fuel cycle

    International Nuclear Information System (INIS)

    Leger, D.; Dinner, P.; Yoshida, H.

    1991-01-01

    Resulting from the Conceptual Design Activities (1988-1990) by the parties involved in the International Thermonuclear Experimental Reactor (ITER) project, this document summarizes the design requirements and the Conceptual Design Descriptions for each of the principal subsystems and design options of the ITER Fuel Cycle conceptual design. The ITER Fuel Cycle system provides for the handling of all tritiated water and gas mixtures on ITER. The system is subdivided into subsystems for fuelling, primary (torus) vacuum pumping, fuel processing, blanket tritium recovery, and common processes (including isotopic separation, fuel management and storage, and processes for detritiation of solid, liquid, and gaseous wastes). After an introduction describing system function and conceptual design procedure, a summary of the design is presented including a discussion of scope and main parameters, and the fuel design options for fuelling, plasma chamber vacuum pumping, fuel cleanup, blanket tritium recovery, and auxiliary and common processes. Design requirements are defined and design descriptions are given for the various subsystems (fuelling, plasma vacuum pumping, fuel cleanup, blanket tritium recovery, and auxiliary/common processes). The document ends with sections on fuel cycle design integration, fuel cycle building layout, safety considerations, a summary of the research and development programme, costing, and conclusions. Refs, figs and tabs

  2. Noniterative Multireference Coupled Cluster Methods on Heterogeneous CPU-GPU Systems

    Energy Technology Data Exchange (ETDEWEB)

    Bhaskaran-Nair, Kiran; Ma, Wenjing; Krishnamoorthy, Sriram; Villa, Oreste; van Dam, Hubertus JJ; Apra, Edoardo; Kowalski, Karol

    2013-04-09

    A novel parallel algorithm for non-iterative multireference coupled cluster (MRCC) theories, which merges recently introduced reference-level parallelism (RLP) [K. Bhaskaran-Nair, J.Brabec, E. Aprà, H.J.J. van Dam, J. Pittner, K. Kowalski, J. Chem. Phys. 137, 094112 (2012)] with the possibility of accelerating numerical calculations using graphics processing unit (GPU) is presented. We discuss the performance of this algorithm on the example of the MRCCSD(T) method (iterative singles and doubles and perturbative triples), where the corrections due to triples are added to the diagonal elements of the MRCCSD (iterative singles and doubles) effective Hamiltonian matrix. The performance of the combined RLP/GPU algorithm is illustrated on the example of the Brillouin-Wigner (BW) and Mukherjee (Mk) state-specific MRCCSD(T) formulations.

  3. The ITER reduced cost design

    International Nuclear Information System (INIS)

    Aymar, R.

    2000-01-01

    Six years of joint work under the international thermonuclear experimental reactor (ITER) EDA agreement yielded a mature design for ITER which met the objectives set for it (ITER final design report (FDR)), together with a corpus of scientific and technological data, large/full scale models or prototypes of key components/systems and progress in understanding which both validated the specific design and are generally applicable to a next step, reactor-oriented tokamak on the road to the development of fusion as an energy source. In response to requests from the parties to explore the scope for addressing ITER's programmatic objective at reduced cost, the study of options for cost reduction has been the main feature of ITER work since summer 1998, using the advances in physics and technology databases, understandings, and tools arising out of the ITER collaboration to date. A joint concept improvement task force drawn from the joint central team and home teams has overseen and co-ordinated studies of the key issues in physics and technology which control the possibility of reducing the overall investment and simultaneously achieving the required objectives. The aim of this task force is to achieve common understandings of these issues and their consequences so as to inform and to influence the best cost-benefit choice, which will attract consensus between the ITER partners. A report to be submitted to the parties by the end of 1999 will present key elements of a specific design of minimum capital investment, with a target cost saving of about 50% the cost of the ITER FDR design, and a restricted number of design variants. Outline conclusions from the work of the task force are presented in terms of physics, operations, and design of the main tokamak systems. Possible implications for the way forward are discussed

  4. On One-Point Iterations and DIIS

    DEFF Research Database (Denmark)

    Østerby, Ole; Sørensen, Hans Henrik Brandenborg

    2009-01-01

    We analyze various iteration procedures in many dimensions inspired by the SCF iteration used in first principles electronic structure calculations. We show that the simple mixing of densities can turn a divergent (or slowly convergent) iteration into a (faster) convergent process provided all...

  5. The ITER activity

    International Nuclear Information System (INIS)

    Glass, A.J.

    1991-01-01

    The International Thermonuclear Experimental Reactor (ITER) project is a collaboration among four parties, the United States, the Soviet Union, Japan, and the European Communities, to demonstrate the scientific and technological feasibility of fusion power for peaceful purposes. ITER will demonstrate this through the construction of a tokamak fusion reactor capable of generating 1000 megawatts of fusion power. The ITER project has three missions, as follows: (1) Physics mission -- to demonstrate ignition and controlled burn, with pulse durations from 200 to 1000 S; (2) Technology mission -- to demonstrate the technologies essential to a reactor in an integrated system, operating with high reliability and availability in pulsed operation, with steady-state operation as the ultimate goal; and (3) Testing mission -- to test nuclear and high-heat-flux components at flux levels for 1 mw/m 2 , and fluences of order 1 mw-yr/m 2

  6. ITER ITA newsletter. No. 1, February 2003

    International Nuclear Information System (INIS)

    2003-04-01

    This first issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related meetings including eighth ITER Negotiations meeting, held on 18-19 February, 2003 in St. Petersburg, Russia, first meeting of the ITER preparatory committee, held on 17 February, 2003 in St. Petersburg, Russia and the third meeting of the ITPA (International Tokamak Physics Activity) coordinating committee, held on 24-25 October 2002 at the Max-Planck-Institut fuer Plasmaphysik, Garching

  7. ITER Conceptual design: Interim report

    International Nuclear Information System (INIS)

    1990-01-01

    This interim report describes the results of the International Thermonuclear Experimental Reactor (ITER) Conceptual Design Activities after the first year of design following the selection of the ITER concept in the autumn of 1988. Using the concept definition as the basis for conceptual design, the Design Phase has been underway since October 1988, and will be completed at the end of 1990, at which time a final report will be issued. This interim report includes an executive summary of ITER activities, a description of the ITER device and facility, an operation and research program summary, and a description of the physics and engineering design bases. Included are preliminary cost estimates and schedule for completion of the project

  8. ITER ITA newsletter. No. 20, February-March 2005

    International Nuclear Information System (INIS)

    2005-03-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities including interview on the occasion of Academician E.P. Velikhov' 70th birthday conducted by Dr. Lev Golubbchikov, former ITER Contact Person of the Russian Federation and a new document management system of ITER called IDM (ITER Document Management), which supersedes the old IDoMS

  9. The ITER Remote Maintenance Management System

    International Nuclear Information System (INIS)

    Tesini, Alessandro; Rolfe, A.C.

    2009-01-01

    A major challenge for the ITER project is to develop and implement a Remote Maintenance System, which can deliver high Tokamak availability within the constraints of the overall ITER programme objectives. Much of the maintenance of ITER will be performed using remote handling methods and some with combined manual and remote activities working together. The organization and management of the ITER remote handling facilities will be of a scale unlike any other remote handling application in the world. The ITER remote handling design and procurement activities will require co-ordination and management across many different sites throughout the world. It will be a major challenge for the ITER project to ensure a consistent quality and technical approach in all of the contributing parties. To address this issue the IO remote handling team are implementing the ITER Maintenance Management Plan (IMMP) comprising an overarching document defining the policies and methodologies (ITER Remote Maintenance Management System or IMMS) and an associated ITER remote handling code of practise (IRHCOP). The IMMS will be in document form available as a pdf file or similar. The IRHCOP will be implemented as a web based application and will provide access to the central resource of the entire code of practise from any location in the world. The IRHCOP data library will be centrally controlled in order that users can be assured of the data relevance and authenticity. This paper will describe the overall approach being taken to deal with this challenge and go on to detail the structure and content of both the IMMS and the IRHCOP.

  10. The ITER remote maintenance system

    International Nuclear Information System (INIS)

    Tesini, A.; Palmer, J.

    2007-01-01

    ITER is a joint international research and development project that aims to demonstrate the scientific and technological feasibility of fusion power. As soon as the plasma operation begins using tritium, the replacement of the vacuum vessel internal components will need to be done with remote handling techniques. To accomplish these operations ITER has equipped itself with a Remote Maintenance System; this includes the Remote Handling equipment set and the Hot Cell facility. Both need to work in a cooperative way, with the aim of minimizing the machine shutdown periods and to maximize the machine availability. The ITER Remote Handling equipment set is required to be available, robust, reliable and retrievable. The machine components, to be remotely handle-able, are required to be designed simply so as to ease their maintenance. The baseline ITER Remote Handling equipment is described. The ITER Hot Cell Facility is required to provide a controlled and shielded area for the execution of repair operations (carried out using dedicated remote handling equipment) on those activated components which need to be returned to service, inside the vacuum vessel. The Hot Cell provides also the equipment and space for the processing and temporary storage of the operational and decommissioning radwaste. A conceptual ITER Hot Cell Facility is described. (orig.)

  11. ITER EDA newsletter. V. 4, no. 9

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-09-01

    This issue of the ITER EDA (Engineering Design Activities) Newsletter contains reports on the first meeting of the ITER Test Blanket Working Group held 19-21 July 1995 at the ITER Garching Joint Work Site, and on the second workshop of the ITER Expert Group on Confinement and Transport.

  12. ITER EDA newsletter. V. 4, no. 9

    International Nuclear Information System (INIS)

    1995-09-01

    This issue of the ITER EDA (Engineering Design Activities) Newsletter contains reports on the first meeting of the ITER Test Blanket Working Group held 19-21 July 1995 at the ITER Garching Joint Work Site, and on the second workshop of the ITER Expert Group on Confinement and Transport

  13. ITER EDA newsletter. V. 10, no. 6

    International Nuclear Information System (INIS)

    2001-06-01

    This ITER EDA Newsletter issue includes information about the ITER Management Advisory Committee Meeting held in Vienna on 16 July 2001 and also a summary of the ninth ITER Technical Meeting on safety and environment held at the ITER Garching Joint Work site, 8 to 10 May, 2001

  14. The problems of mapping in quantum systems

    International Nuclear Information System (INIS)

    Xu Gongou; Wang Wenge; Yang Yadian; Fu Deji

    1992-01-01

    The mapping from the state of Hamiltonian H(0) to that of H(λ) = H(0) + λ(H-H(0)) is established by means of Wigner-Brillion perturbation formula. An iterative perturbation calculation can be carried out to find the stable points set and to show that under what condition the iterative calculation is divergent(non convergent). Avoided crossing point is really a singularity-point showed clearly in such procedure. The topological invariant subspace endowed by corresponding Hamiltonian H(0) is destroyed after such avoided crossing point. It is similar to the classical invariant tori destruction. A quantum KAM theorem can be established in this manner. Numerical results of certain schematic systems are given as illustration

  15. Simulation of fluid-structure interaction in micropumps by coupling of two commercial finite element programs

    Science.gov (United States)

    Klein, Andreas; Gerlach, Gerald

    1998-09-01

    This paper deals with the simulation of the fluid-structure interaction phenomena in micropumps. The proposed solution approach is based on external coupling of two different solvers, which are considered here as `black boxes'. Therefore, no specific intervention is necessary into the program code, and solvers can be exchanged arbitrarily. For the realization of the external iteration loop, two algorithms are considered: the relaxation-based Gauss-Seidel method and the computationally more extensive Newton method. It is demonstrated in terms of a simplified test case, that for rather weak coupling, the Gauss-Seidel method is sufficient. However, by simply changing the considered fluid from air to water, the two physical domains become strongly coupled, and the Gauss-Seidel method fails to converge in this case. The Newton iteration scheme must be used instead.

  16. A nonlinear magnetoelectric model for magnetoelectric layered composite with coupling stress

    International Nuclear Information System (INIS)

    Shi, Yang; Gao, Yuanwen

    2014-01-01

    Based on a linear piezoelectric relation and a nonlinear magnetostrictive constitutive relation, A nonlinear magnetoelectric (ME) effect model for flexural layered ME composites is established in in-plane magnetic field. In the proposed model, the true coupling stress and the equivalent piezomagnetic coefficient are taken into account and obtained through an iterative approach. Some calculations on nonlinear ME coefficient are conducted and discussed. Our results show that for both the flexural bilayer and trilayer composites, the true coupling stress in the composites first increase and then approach to a constant value with the increase of applied magnetic fields, affecting the nonlinear ME effect significantly. With consideration of the true coupling stress, the ME effect is smaller than that without consideration of the true coupling stress. Moreover, the proposed theoretical model predicts that the ME coefficient of the trilayer composite (does not generate the bending deflection) is much larger than that of bilayer composite (generates the bending deflection), which is in well agreement with the previous works. The influences of the applied magnetic field on the true coupling stress and fraction ratio corresponding to the extreme ME coefficients of layered structures are also investigated. - Highlights: • This paper develops a nonlinear model for layered ME composite. • The true coupling stress is obtained through an iterative approach. • The influences of coupling stress and flexural deformation are discussed. • The dependence of ME coefficient on magnetic field is studied

  17. ITER EDA newsletter. V. 4, no.12

    International Nuclear Information System (INIS)

    1995-12-01

    This issue of the ITER EDA (Engineering Design Activities) Newsletter contains a report on the ninth ITER council meeting held December 12 - 13, 1995 in Garching near Munich, Germany (by Dr. E. Canobbio), a report on the status of the ITER EDA (by Dr. R. Aymar, ITER Director) and a report on the ninth meeting of the ITER Technical Advisory Committee (by Professor P. Rutherford, TAC Chair) held 27 - 29 November 1995, in Garching near Munich, Germany

  18. ITER ITA newsletter. No. 4, May 2003

    International Nuclear Information System (INIS)

    2003-07-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related meetings, one of them the eighth meeting of the ITER negotiators' standing sub-group (NSSG-8) and a number of related meetings from 14 to 22 May 2003 at Garching, Germany, another was bilateral blanket meeting between ITER International Team (IT) and the Research and Development Institute of Power Engineering (ENTEK), which was held in Moscow, Russian Federation on 22 and 23 May, 2003

  19. ITER EDA Newsletter. V. 4, no. 7

    International Nuclear Information System (INIS)

    1995-07-01

    This ITER EDA (Engineering Design Activities) Newsletter issue contains reports on (i) the 8th meeting of the ITER Technical Advisory Committee (TAC-8) held on June 29 - July 7, 1995 at the ITER San Diego Work Site, (ii) the 8th meeting of the ITER Management Advisory Committee (MAC-8) held at the ITER San Diego Work Site on July 9-10, 1995, (iii) the 33rd meeting of the International Fusion Research Council (FRC), held July 11, 1995 at the IAEA Headquarters in Vienna, Austria, and (iv) the ITER participation in the fifth topical meeting on Tritium Technology in Fission, Fusion and Isotopic Applications

  20. ITER ITA newsletter. No. 27, January 2006

    International Nuclear Information System (INIS)

    2006-02-01

    This issue of ITER ITA (ITER transitional arrangements) newsletter contains concise information about two ITER related meetings including the twelfth ITER Negotiations Meeting and The Ninth Meeting of the ITPA Topical Group (TG) on Diagnostics was held at the National Fusion Research Centre (NFRC), Daejeon, Korea, from 10-14 October 2005

  1. ITER EDA newsletter. V. 5, no. 9

    International Nuclear Information System (INIS)

    1996-09-01

    This issue of the Newsletter on the Engineering Design Activities (EDA) for the ITER project contains an overview of one of the seven large ITER Research and Development Projects identified by the ITER Director, namely the Vacuum Vessel Sector, as well as an account of computer animation created for ITER

  2. On a multigrid method for the coupled Stokes and porous media flow problem

    Science.gov (United States)

    Luo, P.; Rodrigo, C.; Gaspar, F. J.; Oosterlee, C. W.

    2017-07-01

    The multigrid solution of coupled porous media and Stokes flow problems is considered. The Darcy equation as the saturated porous medium model is coupled to the Stokes equations by means of appropriate interface conditions. We focus on an efficient multigrid solution technique for the coupled problem, which is discretized by finite volumes on staggered grids, giving rise to a saddle point linear system. Special treatment is required regarding the discretization at the interface. An Uzawa smoother is employed in multigrid, which is a decoupled procedure based on symmetric Gauss-Seidel smoothing for velocity components and a simple Richardson iteration for the pressure field. Since a relaxation parameter is part of a Richardson iteration, Local Fourier Analysis (LFA) is applied to determine the optimal parameters. Highly satisfactory multigrid convergence is reported, and, moreover, the algorithm performs well for small values of the hydraulic conductivity and fluid viscosity, that are relevant for applications.

  3. Study of gap conductance model for thermo mechanical fully coupled finite element model

    International Nuclear Information System (INIS)

    Kim, Hyo Cha; Yang, Yong Sik; Kim, Dae Ho; Bang, Je Geon; Kim, Sun Ki; Koo, Yang Hyun

    2012-01-01

    A light water reactor (LWR) fuel rod consists of zirconium alloy cladding and uranium dioxide pellets, with a slight gap between them. Therefore, the mechanical integrity of zirconium alloy cladding is the most critical issue, as it is an important barrier for fission products released into the environment. To evaluate the stress and strain of the cladding during operation, fuel performance codes with a one-dimensional (1D) approach have been reported since the 1970s. However, it is difficult for a 1D model to simulate the stress and strain of the cladding accurately owing to a lack of degree of freedom. A LWR fuel performance code should include thermo-mechanical coupled model owing to the existence of the fuel-cladding gap. Generally, the gap that is filled with helium gas results in temperature drop along radius direction. The gap conductance that determines temperature gradient within the gap is very sensitive to gap thickness. For instance, once the gap size increases up to several microns in certain region, difference of surface temperatures increases up to 100 Kelvin. Therefore, iterative thermo-mechanical coupled analysis is required to solve temperature distribution throughout pellet and cladding. Consequently, the Finite Element (FE) module, which can simulate a higher degree of freedom numerically, is an indispensable requirement to understand the thermomechanical behavior of cladding. FRAPCON-3, which is reliable performance code, has iterative loop for thermo-mechanical coupled calculation to solve 1D gap conductance model. In FEMAXI-III, 1D thermal analysis module and FE module for stress-strain analysis were separated. 1D thermal module includes iterative analysis between them. DIONISIO code focused on thermal contact model as function of surface roughness and contact pressure when the gap is closed. In previous works, gap conductance model has been developed only for 1D model or hybrid model (1D and FE). To simulate temperature, stress and strain

  4. Convergence of the iterative solution of loop equations in planar QCD2

    International Nuclear Information System (INIS)

    Marchesini, G.; Onofri, E.

    1985-01-01

    A numerical algorithm recently introduced to solve the loop equations in lattice gauge theory is tested on a simple model with a phase transition: the planar limit of QCD in two dimensions. We show that the algorithm reproduces the correct known results in both strong and weak coupling phases, provided that a relaxation parameter a la Gauss-Seidel is introduced in the iteration process. We also give some analytical explanation of the applicability of the method. (orig.)

  5. Synchronization and suppression of chaos in non-locally coupled ...

    Indian Academy of Sciences (India)

    Coupled map lattices have been intensively investigated as models to understand many spatiotemporal phenomena observed in extended system, and consequently spatiotemporal chaos. We used the complex order parameter to quantify chaos synchronization for a one-dimensional chain of coupled logistic maps with a ...

  6. A New Approximation Method for Solving Variational Inequalities and Fixed Points of Nonexpansive Mappings

    Directory of Open Access Journals (Sweden)

    Klin-eam Chakkrid

    2009-01-01

    Full Text Available Abstract A new approximation method for solving variational inequalities and fixed points of nonexpansive mappings is introduced and studied. We prove strong convergence theorem of the new iterative scheme to a common element of the set of fixed points of nonexpansive mapping and the set of solutions of the variational inequality for the inverse-strongly monotone mapping which solves some variational inequalities. Moreover, we apply our main result to obtain strong convergence to a common fixed point of nonexpansive mapping and strictly pseudocontractive mapping in a Hilbert space.

  7. Thermal stress analysis of gravity support system for ITER based on ANSYS

    International Nuclear Information System (INIS)

    Liang Shangming; Yan Xijiang; Huang Yufeng; Wang Xianzhou; Hou Binglin; Li Pengyuan; Jian Guangde; Liu Dequan; Zhou Caipin

    2009-01-01

    A method for building the finite element model of the gravity support system for International Thermonuclear Experimental Reactor (ITER) was proposed according to the characteristics of the gravity support system with the cyclic symmetry. A mesh dividing method, which has high precision and an acceptable calculating scale, was used, and a three dimensional finite element model for the toroidal 20 degree sector of the gravity support system was built by using ANSYS. Meantime, the steady-state thermal analysis and thermal-structural coupling analysis of the gravity support system were performed. The thermal stress distributions and the maximal thermal stress values of all parts of the gravity support system were obtained, and the stress intensity of parts of the gravity support system was analyzed. The results of thermal stress analysis lay the solid foundation for design and improvement for gravity supports system for ITER. (authors)

  8. ITER EDA newsletter. V. 5, no. 7

    International Nuclear Information System (INIS)

    1996-07-01

    This issue of the Newsletter on the Engineering Design Activities (EDA) for the ITER Tokamak project contains a report on the Tenth ITER Council Meeting, held July 24-25, 1996, in St. Petersburg, Russia; a description of the Status of the ITER EDA by the ITER Director, Dr. R. Aymar; and a report on the so-called Task Number One by the ITER Special Working Group (Basis for the Start of Explorations, presenting possible scenarios toward siting, licensing and host support)

  9. ITER ITA newsletter. Special issue - December 2006

    International Nuclear Information System (INIS)

    2006-12-01

    This issue of ITER ITA (ITER transitional arrangements) newsletter contains information about signing ITER Agreement, which took place on 21 November 2006 in Paris, France. It was great day for fusion research as Ministers from the seven ITER Parties in the presence of President Jacques Chirac and President of European Commission Jose Barroso and some 400 invited guests signed the Agreement setting up the ITER International Fusion Energy Organization. This issues contains the speeches, statements and remarks of Presidents and Ministers

  10. A tightly-coupled domain-decomposition approach for highly nonlinear stochastic multiphysics systems

    Energy Technology Data Exchange (ETDEWEB)

    Taverniers, Søren; Tartakovsky, Daniel M., E-mail: dmt@ucsd.edu

    2017-02-01

    Multiphysics simulations often involve nonlinear components that are driven by internally generated or externally imposed random fluctuations. When used with a domain-decomposition (DD) algorithm, such components have to be coupled in a way that both accurately propagates the noise between the subdomains and lends itself to a stable and cost-effective temporal integration. We develop a conservative DD approach in which tight coupling is obtained by using a Jacobian-free Newton–Krylov (JfNK) method with a generalized minimum residual iterative linear solver. This strategy is tested on a coupled nonlinear diffusion system forced by a truncated Gaussian noise at the boundary. Enforcement of path-wise continuity of the state variable and its flux, as opposed to continuity in the mean, at interfaces between subdomains enables the DD algorithm to correctly propagate boundary fluctuations throughout the computational domain. Reliance on a single Newton iteration (explicit coupling), rather than on the fully converged JfNK (implicit) coupling, may increase the solution error by an order of magnitude. Increase in communication frequency between the DD components reduces the explicit coupling's error, but makes it less efficient than the implicit coupling at comparable error levels for all noise strengths considered. Finally, the DD algorithm with the implicit JfNK coupling resolves temporally-correlated fluctuations of the boundary noise when the correlation time of the latter exceeds some multiple of an appropriately defined characteristic diffusion time.

  11. Non-statistical behavior of coupled optical systems

    International Nuclear Information System (INIS)

    Perez, G.; Pando Lambruschini, C.; Sinha, S.; Cerdeira, H.A.

    1991-10-01

    We study globally coupled chaotic maps modeling an optical system, and find clear evidence of non-statistical behavior: the mean square deviation (MSD) of the mean field saturates with respect to increase in the number of elements coupled, after a critical value, and its distribution is clearly non-Gaussian. We also find that the power spectrum of the mean field displays well defined peaks, indicating a subtle coherence among different elements, even in the ''turbulent'' phase. This system is a physically realistic model that may be experimentally realizable. It is also a higher dimensional example (as each individual element is given by a complex map). Its study confirms that the phenomena observed in a wide class of coupled one-dimensional maps are present here as well. This gives more evidence to believe that such non-statistical behavior is probably generic in globally coupled systems. We also investigate the influence of parametric fluctuations on the MSD. (author). 10 refs, 7 figs, 1 tab

  12. Approximation of Fixed Points of Nonexpansive Mappings and Solutions of Variational Inequalities

    Directory of Open Access Journals (Sweden)

    Chidume CO

    2008-01-01

    Full Text Available Abstract Let be a real -uniformly smooth Banach space with constant , . Let and be a nonexpansive map and an -strongly accretive map which is also -Lipschitzian, respectively. Let be a real sequence in that satisfies the following condition: and . For and , define a sequence iteratively in by , , . Then, converges strongly to the unique solution of the variational inequality problem (search for such that for all , where . A convergence theorem related to finite family of nonexpansive maps is also proved.

  13. Mechanical and Electrical Modeling of Strands in Two ITER CS Cable Designs

    CERN Document Server

    Torre, A; Ciazynski, D

    2014-01-01

    Following the test of the first Central Solenoid (CS) conductor short samples for the International Thermonuclear Experimental Reactor (ITER) in the SULTAN facility, Iter Organization (IO) decided to manufacture and test two alternate samples using four different cable designs. These samples, while using the same Nb$_{3}$Sn strand, were meant to assess the influence of various cable design parameters on the conductor performance and behavior under mechanical cycling. In particular, the second of these samples, CSIO2, aimed at comparing designs with modified cabling twist pitches sequences. This sample has been tested, and the two legs exhibited very different behaviors. To help understand what could lead to such a difference, these two cables were mechanically modeled using the MULTIFIL code, and the resulting strain map was used as an input into the CEA electrical code CARMEN. This article presents the main data extracted from the mechanical simulation and its use into the electrical modeling of individual s...

  14. Improved Iterative Parallel Interference Cancellation Receiver for Future Wireless DS-CDMA Systems

    Directory of Open Access Journals (Sweden)

    Andrea Bernacchioni

    2005-04-01

    Full Text Available We present a new turbo multiuser detector for turbo-coded direct sequence code division multiple access (DS-CDMA systems. The proposed detector is based on the utilization of a parallel interference cancellation (PIC and a bank of turbo decoders. The PIC is broken up in order to perform interference cancellation after each constituent decoder of the turbo decoding scheme. Moreover, in the paper we propose a new enhanced algorithm that provides a more accurate estimation of the signal-to-noise-plus-interference-ratio used in the tentative decision device and in the MAP decoding algorithm. The performance of the proposed receiver is evaluated by means of computer simulations for medium to very high system loads, in AWGN and multipath fading channel, and compared to recently proposed interference cancellation-based iterative MUD, by taking into account the number of iterations and the complexity involved. We will see that the proposed receiver outperforms the others especially for highly loaded systems.

  15. Development and test of prototype components for ITER; Entwicklung und Test von Prototypkomponenten fuer ITER

    Energy Technology Data Exchange (ETDEWEB)

    Biel, Wolfgang; Behr, Wilfried; Castano-Bardawil, David; and others

    2015-08-15

    The scientific program of the project is divided into the following partial projects: (1.) ITER Diagnostic Port Plug for the charge-exchange spectroscopy (CXRS) with the subthemes: (a) Development of prototypes for critical mechanical components, (b) development of a roboter for the laser welding of vacuum seals and pipings at the Port Plug, (c) mirror studies, (d) CXRS prototype spectrometer, (2.) ITER tritium retention diagnostics (TR), (3.) ITER disruption mitigation ventile (DMV).

  16. A coupling method for a cardiovascular simulation model which includes the Kalman filter.

    Science.gov (United States)

    Hasegawa, Yuki; Shimayoshi, Takao; Amano, Akira; Matsuda, Tetsuya

    2012-01-01

    Multi-scale models of the cardiovascular system provide new insight that was unavailable with in vivo and in vitro experiments. For the cardiovascular system, multi-scale simulations provide a valuable perspective in analyzing the interaction of three phenomenons occurring at different spatial scales: circulatory hemodynamics, ventricular structural dynamics, and myocardial excitation-contraction. In order to simulate these interactions, multiscale cardiovascular simulation systems couple models that simulate different phenomena. However, coupling methods require a significant amount of calculation, since a system of non-linear equations must be solved for each timestep. Therefore, we proposed a coupling method which decreases the amount of calculation by using the Kalman filter. In our method, the Kalman filter calculates approximations for the solution to the system of non-linear equations at each timestep. The approximations are then used as initial values for solving the system of non-linear equations. The proposed method decreases the number of iterations required by 94.0% compared to the conventional strong coupling method. When compared with a smoothing spline predictor, the proposed method required 49.4% fewer iterations.

  17. ITER ITA newsletter. No. 10, November 2003

    International Nuclear Information System (INIS)

    2003-12-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about an ITER related meeting, namely, the Ninth ITER Negotiations Meeting (N-9), which was held on 9-10 November 2003 at the Fragrant Hill Golden Resources Commerce Hotel in Beijing and information about research on magnetic confinement fusion (MCF) in China

  18. ITER ITA newsletter. No. 22, May 2005

    International Nuclear Information System (INIS)

    2005-06-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about Japanese Participant Team's recent activities in the ITER Transitional Arrangements(ITA) phase and ITER related meeting the Fourth IAEA Technical Meeting (IAEA-TM) on Negative Ion Based Neutral Beam Injectors which was held in Padova, Italy from 9-11 May 2005

  19. Active Interaction Mapping as a tool to elucidate hierarchical functions of biological processes.

    Science.gov (United States)

    Farré, Jean-Claude; Kramer, Michael; Ideker, Trey; Subramani, Suresh

    2017-07-03

    Increasingly, various 'omics data are contributing significantly to our understanding of novel biological processes, but it has not been possible to iteratively elucidate hierarchical functions in complex phenomena. We describe a general systems biology approach called Active Interaction Mapping (AI-MAP), which elucidates the hierarchy of functions for any biological process. Existing and new 'omics data sets can be iteratively added to create and improve hierarchical models which enhance our understanding of particular biological processes. The best datatypes to further improve an AI-MAP model are predicted computationally. We applied this approach to our understanding of general and selective autophagy, which are conserved in most eukaryotes, setting the stage for the broader application to other cellular processes of interest. In the particular application to autophagy-related processes, we uncovered and validated new autophagy and autophagy-related processes, expanded known autophagy processes with new components, integrated known non-autophagic processes with autophagy and predict other unexplored connections.

  20. Generation of fractals from complex logistic map

    International Nuclear Information System (INIS)

    Rani, Mamta; Agarwal, Rashi

    2009-01-01

    Remarkably benign looking logistic transformations x n+1 = r x n (1 - x n ) for choosing x 0 between 0 and 1 and 0 < r ≤ 4 have found a celebrated place in chaos, fractals and discrete dynamics. The strong physical meaning of Mandelbrot and Julia sets is broadly accepted and nicely connected by Christian Beck [Beck C. Physical meaning for Mandelbrot and Julia sets. Physica D 1999;125(3-4):171-182. Zbl0988.37060] to the complex logistic maps, in the former case, and to the inverse complex logistic map, in the latter case. The purpose of this paper is to study the bounded behavior of the complex logistic map using superior iterates and generate fractals from the same. The analysis in this paper shows that many beautiful properties of the logistic map are extendable for a larger value of r.

  1. A coupled-cluster study of photodetachment cross sections of closed-shell anions

    Science.gov (United States)

    Cukras, Janusz; Decleva, Piero; Coriani, Sonia

    2014-11-01

    We investigate the performance of Stieltjes Imaging applied to Lanczos pseudo-spectra generated at the coupled cluster singles and doubles, coupled cluster singles and approximate iterative doubles and coupled cluster singles levels of theory in modeling the photodetachment cross sections of the closed shell anions H-, Li-, Na-, F-, Cl-, and OH-. The accurate description of double excitations is found to play a much more important role than in the case of photoionization of neutral species.

  2. Installation of the ITER committee industry. Participants guide; Installation du Comite industrie ITER. Dossier des participants

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2006-07-01

    ITER is an international project to design and build an experimental fusion reactor based on the tokamak concept. This guide presents the ITER project and objectives and the associated organizations in France, the recommendations and actions for ITER, the industrial mobilization, the industrial committee and its members, technological sheets for the enterprises and the statistical document of the SESSI. (A.L.B.)

  3. A Multi-Model Reduction Technique for Optimization of Coupled Structural-Acoustic Problems

    DEFF Research Database (Denmark)

    Creixell Mediante, Ester; Jensen, Jakob Søndergaard; Brunskog, Jonas

    2016-01-01

    Finite Element models of structural-acoustic coupled systems can become very large for complex structures with multiple connected parts. Optimization of the performance of the structure based on harmonic analysis of the system requires solving the coupled problem iteratively and for several frequ....... Several methods are compared in terms of accuracy and size of the reduced systems for optimization of simple models....

  4. Intelligent process mapping through systematic improvement of heuristics

    Science.gov (United States)

    Ieumwananonthachai, Arthur; Aizawa, Akiko N.; Schwartz, Steven R.; Wah, Benjamin W.; Yan, Jerry C.

    1992-01-01

    The present system for automatic learning/evaluation of novel heuristic methods applicable to the mapping of communication-process sets on a computer network has its basis in the testing of a population of competing heuristic methods within a fixed time-constraint. The TEACHER 4.1 prototype learning system implemented or learning new postgame analysis heuristic methods iteratively generates and refines the mappings of a set of communicating processes on a computer network. A systematic exploration of the space of possible heuristic methods is shown to promise significant improvement.

  5. Logistic chaotic maps for binary numbers generations

    International Nuclear Information System (INIS)

    Kanso, Ali; Smaoui, Nejib

    2009-01-01

    Two pseudorandom binary sequence generators, based on logistic chaotic maps intended for stream cipher applications, are proposed. The first is based on a single one-dimensional logistic map which exhibits random, noise-like properties at given certain parameter values, and the second is based on a combination of two logistic maps. The encryption step proposed in both algorithms consists of a simple bitwise XOR operation of the plaintext binary sequence with the keystream binary sequence to produce the ciphertext binary sequence. A threshold function is applied to convert the floating-point iterates into binary form. Experimental results show that the produced sequences possess high linear complexity and very good statistical properties. The systems are put forward for security evaluation by the cryptographic committees.

  6. 2D elemental mapping of sections of human kidney stones using laser ablation inductively-coupled plasma-mass spectrometry: Possibilities and limitations

    Energy Technology Data Exchange (ETDEWEB)

    Vašinová Galiová, Michaela [Department of Chemistry, Faculty of Science, Masaryk University, Kotlářská 2, 611 37 Brno (Czech Republic); Central European Institute of Technology (CEITEC), Masaryk University, Kamenice 5, 625 00 Brno (Czech Republic); Čopjaková, Renata; Škoda, Radek [Department of Geological Sciences, Faculty of Science, Masaryk University, Kotlářská 2, 611 37 Brno (Czech Republic); Štěpánková, Kateřina; Vaňková, Michaela [Department of Chemistry, Faculty of Science, Masaryk University, Kotlářská 2, 611 37 Brno (Czech Republic); Kuta, Jan [Research Centre for Toxic Compounds in the Environment (RECETOX), Masaryk University, Kamenice 126/3, 625 00 Brno (Czech Republic); Prokeš, Lubomír [Department of Chemistry, Faculty of Science, Masaryk University, Kotlářská 2, 611 37 Brno (Czech Republic); Department of Physical Electronics, Faculty of Science, Masaryk University, Kotlářská 2, 611 37 Brno (Czech Republic); Kynický, Jindřich [Department of Pedology and Geology, Faculty of Forestry and Wood Technology, Mendel University in Brno, Zemědělská 3, 613 00 Brno (Czech Republic); and others

    2014-10-01

    A 213 nm Nd:YAG-based laser ablation (LA) system coupled to quadrupole-based inductively coupled plasma-mass spectrometer and an ArF* excimer-based LA-system coupled to a double-focusing sector field inductively coupled plasma-mass spectrometer were employed to study the spatial distribution of various elements in kidney stones (uroliths). Sections of the surfaces of uroliths were ablated according to line patterns to investigate the elemental profiles for the different urolith growth zones. This exploratory study was mainly focused on the distinguishing of the main constituents of urinary calculus fragments by means of LA-ICP-mass spectrometry. Changes in the ablation rate for oxalate and phosphate phases related to matrix density and hardness are discussed. Elemental association was investigated on the basis of 2D mapping. The possibility of using NIST SRM 1486 Bone Meal as an external standard for calibration was tested. It is shown that LA-ICP-MS is helpful for determination of the mineralogical composition and size of all phases within the analyzed surface area, for tracing down elemental associations and for documenting the elemental content of urinary stones. LA-ICP-MS results (elemental contents and maps) are compared to those obtained with electron microprobe analysis and solution analysis ICP-MS. - Highlights: • Elements in phosphate and oxalate urolith phases were quantified by LA-ICP-MS. • SRM NIST 1486 Bone Meal was proved suitable for quantification in uroliths. • Different ablation rates in particular phases were included at quantification. • Oxalate and apatite phases show opposite hardness order to natural minerals. • Uroliths were classified according to elemental association to phases.

  7. ITER safety challenges and opportunities

    International Nuclear Information System (INIS)

    Piet, S.J.

    1991-01-01

    Results of the Conceptual Design Activity (CDA) for the International Thermonuclear Experimental Reactor (ITER) suggest challenges and opportunities. ''ITER is capable of meeting anticipated regulatory dose limits,'' but proof is difficult because of large radioactive inventories needing stringent radioactivity confinement. We need much research and development (R ampersand D) and design analysis to establish that ITER meets regulatory requirements. We have a further opportunity to do more to prove more of fusion's potential safety and environmental advantages and maximize the amount of ITER technology on the path toward fusion power plants. To fulfill these tasks, we need to overcome three programmatic challenges and three technical challenges. The first programmatic challenge is to fund a comprehensive safety and environmental ITER R ampersand D plan. Second is to strengthen safety and environment work and personnel in the international team. Third is to establish an external consultant group to advise the ITER Joint Team on designing ITER to meet safety requirements for siting by any of the Parties. The first of the three key technical challenges is plasma engineering -- burn control, plasma shutdown, disruptions, tritium burn fraction, and steady state operation. The second is the divertor, including tritium inventory, activation hazards, chemical reactions, and coolant disturbances. The third technical challenge is optimization of design requirements considering safety risk, technical risk, and cost. Some design requirements are now too strict; some are too lax. Fuel cycle design requirements are presently too strict, mandating inappropriate T separation from H and D. Heat sink requirements are presently too lax; they should be strengthened to ensure that maximum loss of coolant accident temperatures drop

  8. Recurrent Neural Networks to Correct Satellite Image Classification Maps

    Science.gov (United States)

    Maggiori, Emmanuel; Charpiat, Guillaume; Tarabalka, Yuliya; Alliez, Pierre

    2017-09-01

    While initially devised for image categorization, convolutional neural networks (CNNs) are being increasingly used for the pixelwise semantic labeling of images. However, the proper nature of the most common CNN architectures makes them good at recognizing but poor at localizing objects precisely. This problem is magnified in the context of aerial and satellite image labeling, where a spatially fine object outlining is of paramount importance. Different iterative enhancement algorithms have been presented in the literature to progressively improve the coarse CNN outputs, seeking to sharpen object boundaries around real image edges. However, one must carefully design, choose and tune such algorithms. Instead, our goal is to directly learn the iterative process itself. For this, we formulate a generic iterative enhancement process inspired from partial differential equations, and observe that it can be expressed as a recurrent neural network (RNN). Consequently, we train such a network from manually labeled data for our enhancement task. In a series of experiments we show that our RNN effectively learns an iterative process that significantly improves the quality of satellite image classification maps.

  9. Iterative wave-front reconstruction in the Fourier domain.

    Science.gov (United States)

    Bond, Charlotte Z; Correia, Carlos M; Sauvage, Jean-François; Neichel, Benoit; Fusco, Thierry

    2017-05-15

    The use of Fourier methods in wave-front reconstruction can significantly reduce the computation time for large telescopes with a high number of degrees of freedom. However, Fourier algorithms for discrete data require a rectangular data set which conform to specific boundary requirements, whereas wave-front sensor data is typically defined over a circular domain (the telescope pupil). Here we present an iterative Gerchberg routine modified for the purposes of discrete wave-front reconstruction which adapts the measurement data (wave-front sensor slopes) for Fourier analysis, fulfilling the requirements of the fast Fourier transform (FFT) and providing accurate reconstruction. The routine is used in the adaptation step only and can be coupled to any other Wiener-like or least-squares method. We compare simulations using this method with previous Fourier methods and show an increase in performance in terms of Strehl ratio and a reduction in noise propagation for a 40×40 SPHERE-like adaptive optics system. For closed loop operation with minimal iterations the Gerchberg method provides an improvement in Strehl, from 95.4% to 96.9% in K-band. This corresponds to ~ 40 nm improvement in rms, and avoids the high spatial frequency errors present in other methods, providing an increase in contrast towards the edge of the correctable band.

  10. ITER CTA newsletter. No. 16, January 2003

    International Nuclear Information System (INIS)

    2003-04-01

    This ITER CTA newsletter contains information about some ITER related activities including ITER transitional arrangements (ITA) which will start on 1 January 2003, the USA rejoining ITER and People's Republic of China joining ITER, the visit of Mr. J. Koizumi, Prime Minister of Japan, to Kurchatov Institute, Moscow, Russian Federation on 11 January 2003, and the most recent meeting of the Scrape-Off Layer (SOL) and Divertor Physics Group of the International Tokamak Physics Activity (ITPA), which was held in Lausanne, Switzerland, on October 21-23, 2002 at the CRPP/EFL laboratory

  11. Final Report on ITER Task Agreement 81-08

    Energy Technology Data Exchange (ETDEWEB)

    Richard L. Moore

    2008-03-01

    As part of an ITER Implementing Task Agreement (ITA) between the ITER US Participant Team (PT) and the ITER International Team (IT), the INL Fusion Safety Program was tasked to provide the ITER IT with upgrades to the fusion version of the MELCOR 1.8.5 code including a beryllium dust oxidation model. The purpose of this model is to allow the ITER IT to investigate hydrogen production from beryllium dust layers on hot surfaces inside the ITER vacuum vessel (VV) during in-vessel loss-of-cooling accidents (LOCAs). Also included in the ITER ITA was a task to construct a RELAP5/ATHENA model of the ITER divertor cooling loop to model the draining of the loop during a large ex-vessel pipe break followed by an in-vessel divertor break and compare the results to a simular MELCOR model developed by the ITER IT. This report, which is the final report for this agreement, documents the completion of the work scope under this ITER TA, designated as TA 81-08.

  12. Multi-level iteration optimization for diffusive critical calculation

    International Nuclear Information System (INIS)

    Li Yunzhao; Wu Hongchun; Cao Liangzhi; Zheng Youqi

    2013-01-01

    In nuclear reactor core neutron diffusion calculation, there are usually at least three levels of iterations, namely the fission source iteration, the multi-group scattering source iteration and the within-group iteration. Unnecessary calculations occur if the inner iterations are converged extremely tight. But the convergence of the outer iteration may be affected if the inner ones are converged insufficiently tight. Thus, a common scheme suit for most of the problems was proposed in this work to automatically find the optimized settings. The basic idea is to optimize the relative error tolerance of the inner iteration based on the corresponding convergence rate of the outer iteration. Numerical results of a typical thermal neutron reactor core problem and a fast neutron reactor core problem demonstrate the effectiveness of this algorithm in the variational nodal method code NODAL with the Gauss-Seidel left preconditioned multi-group GMRES algorithm. The multi-level iteration optimization scheme reduces the number of multi-group and within-group iterations respectively by a factor of about 1-2 and 5-21. (authors)

  13. Calculation of the angular radiance distribution for a coupled atmosphere and canopy

    Science.gov (United States)

    Liang, Shunlin; Strahler, Alan H.

    1993-01-01

    The radiative transfer equations for a coupled atmosphere and canopy are solved numerically by an improved Gauss-Seidel iteration algorithm. The radiation field is decomposed into three components: unscattered sunlight, single scattering, and multiple scattering radiance for which the corresponding equations and boundary conditions are set up and their analytical or iterational solutions are explicitly derived. The classic Gauss-Seidel algorithm has been widely applied in atmospheric research. This is its first application for calculating the multiple scattering radiance of a coupled atmosphere and canopy. This algorithm enables us to obtain the internal radiation field as well as radiances at boundaries. Any form of bidirectional reflectance distribution function (BRDF) as a boundary condition can be easily incorporated into the iteration procedure. The hotspot effect of the canopy is accommodated by means of the modification of the extinction coefficients of upward single scattering radiation and unscattered sunlight using the formulation of Nilson and Kuusk. To reduce the computation for the case of large optical thickness, an improved iteration formula is derived to speed convergence. The upwelling radiances have been evaluated for different atmospheric conditions, leaf area index (LAI), leaf angle distribution (LAD), leaf size and so on. The formulation presented in this paper is also well suited to analyze the relative magnitude of multiple scattering radiance and single scattering radiance in both the visible and near infrared regions.

  14. ITER EDA newsletter. V. 8, no. 9

    International Nuclear Information System (INIS)

    1999-09-01

    This edition of the ITER EDA Newsletter contains a contribution by the ITER Director, R. Aymar, on the subject of developments in ITER Physics R and D report on the completion of the ITER central solenoid model coils installation by H. Tsuji, Head fo the Superconducting Magnet Laboratory at JAERI in Naka, Japan. Individual abstracts are prepared for each of the two articles

  15. ITER EDA Newsletter. V. 4, no. 5

    International Nuclear Information System (INIS)

    1995-05-01

    This issue of the ITER EDA (Engineering Design Activities) Newsletter contains comments on the ITER project by the Permanent Representative of the Russian Federation to the International Organizations in Vienna; a report on the ITER Magnet Technical Meeting held at the Joint Work Site at Naka, Japan, April 19-21, 1995; and a contribution entitled ''ITER spouses cross the cultures''

  16. Potential for Australian involvement in ITER

    International Nuclear Information System (INIS)

    O'Connor, D. J.; Collins, G. A.; Hole, M. J.

    2006-01-01

    Full text: Full text: Fusion, the process that powers the sun and stars, offers a solution to the world's long-term energy needs: providing large scale energy production with zero greenhouse gas emissions, short-lived radio-active waste compared to conventional nuclear fission cycles, and a virtually limitless supply of fuel. Almost three decades of fusion research has produced spectacular progress. Present-day experiments have a power gain ratio of approximately 1 (ratio of power out to power in), with a power output in the 10's of megawatts. The world's next major fusion experiment, the International Thermonuclear Experimental Reactor (ITER), will be a pre-prototype power plant. Since announcement of the ITER site in June 2005, the ITER project, has gained momentum and political support. Despite Australia's foundation role in the field of fusion science, through the pioneering work of Sir Mark Oliphant, and significant contributions to the international fusion program over the succeeding years, Australia is not involved in the ITER project. In this talk, the activities of a recently formed consortium of scientists and engineers, the Australian ITER Forum will be outlined. The Forum is drawn from five Universities, ANSTO (the Australian Nuclear Science and Technology Organisation) and AINSE (the Australian Institute for Nuclear Science and Engineering), and seeks to promote fusion energy in the Australian community and negotiate a role for Australia in the ITER project. As part of this activity, the Australian government recently funded a workshop that discussed the ways and means of engaging Australia in ITER. The workshop brought the research, industrial, government and general public communities, together with the ITER partners, and forged an opportunity for ITER engagement; with scientific, industrial, and energy security rewards for Australia. We will report on the emerging scope for Australian involvement

  17. Quantisation of monotonic twist maps

    International Nuclear Information System (INIS)

    Boasman, P.A.; Smilansky, U.

    1993-08-01

    Using an approach suggested by Moser, classical Hamiltonians are generated that provide an interpolating flow to the stroboscopic motion of maps with a monotonic twist condition. The quantum properties of these Hamiltonians are then studied in analogy with recent work on the semiclassical quantization of systems based on Poincare surfaces of section. For the generalized standard map, the correspondence with the usual classical and quantum results is shown, and the advantages of the quantum Moser Hamiltonian demonstrated. The same approach is then applied to the free motion of a particle on a 2-torus, and to the circle billiard. A natural quantization condition based on the eigenphases of the unitary time--development operator is applied, leaving the exact eigenvalues of the torus, but only the semiclassical eigenvalues for the billiard; an explanation for this failure is proposed. It is also seen how iterating the classical map commutes with the quantization. (authors)

  18. Final ITER CTA project board meeting

    International Nuclear Information System (INIS)

    Vlasenkov, V.

    2003-01-01

    The final ITER CTA Project Board Meeting (PB) took place in Barcelona, Spain on 8 December 2002. The PB took notes of the comments concerning the status of the International Team and the Participants Teams, including Dr. Aymar's report 'From ITER to a FUSION Power Reactor' and the assessment of the ITER project cost estimate

  19. Parallel S/sub n/ iteration schemes

    International Nuclear Information System (INIS)

    Wienke, B.R.; Hiromoto, R.E.

    1986-01-01

    The iterative, multigroup, discrete ordinates (S/sub n/) technique for solving the linear transport equation enjoys widespread usage and appeal. Serial iteration schemes and numerical algorithms developed over the years provide a timely framework for parallel extension. On the Denelcor HEP, the authors investigate three parallel iteration schemes for solving the one-dimensional S/sub n/ transport equation. The multigroup representation and serial iteration methods are also reviewed. This analysis represents a first attempt to extend serial S/sub n/ algorithms to parallel environments and provides good baseline estimates on ease of parallel implementation, relative algorithm efficiency, comparative speedup, and some future directions. The authors examine ordered and chaotic versions of these strategies, with and without concurrent rebalance and diffusion acceleration. Two strategies efficiently support high degrees of parallelization and appear to be robust parallel iteration techniques. The third strategy is a weaker parallel algorithm. Chaotic iteration, difficult to simulate on serial machines, holds promise and converges faster than ordered versions of the schemes. Actual parallel speedup and efficiency are high and payoff appears substantial

  20. Tight coupling between coral reef morphology and mapped resilience in the Red Sea.

    Science.gov (United States)

    Rowlands, Gwilym; Purkis, Sam; Bruckner, Andrew

    2016-04-30

    Lack of knowledge on the conservation value of different reef types can stymie decision making, and result in less optimal management solutions. Addressing the information gap of coral reef resilience, we produce a map-based Remote Sensed Resilience Index (RSRI) from data describing the spatial distribution of stressors, and properties of reef habitats on the Farasan Banks, Saudi Arabia. We contrast the distribution of this index among fourteen reef types, categorized on a scale of maturity that includes juvenile (poorly aggraded), mature (partially aggraded), and senile (fully aggraded) reefs. Sites with high reef resilience can be found in most detached reef types; however they are most common in mature reefs. We aim to stimulate debate on the coupling that exists between geomorphology and conservation biology, and consider how such information can be used to inform management decisions. Copyright © 2015 Elsevier Ltd. All rights reserved.

  1. An assessment of coupling algorithms for nuclear reactor core physics simulations

    Energy Technology Data Exchange (ETDEWEB)

    Hamilton, Steven, E-mail: hamiltonsp@ornl.gov [Oak Ridge National Laboratory, 1 Bethel Valley Rd., Oak Ridge, TN 37831 (United States); Berrill, Mark, E-mail: berrillma@ornl.gov [Oak Ridge National Laboratory, 1 Bethel Valley Rd., Oak Ridge, TN 37831 (United States); Clarno, Kevin, E-mail: clarnokt@ornl.gov [Oak Ridge National Laboratory, 1 Bethel Valley Rd., Oak Ridge, TN 37831 (United States); Pawlowski, Roger, E-mail: rppawlo@sandia.gov [Sandia National Laboratories, MS 0316, P.O. Box 5800, Albuquerque, NM 87185 (United States); Toth, Alex, E-mail: artoth@ncsu.edu [North Carolina State University, Department of Mathematics, Box 8205, Raleigh, NC 27695 (United States); Kelley, C.T., E-mail: tim_kelley@ncsu.edu [North Carolina State University, Department of Mathematics, Box 8205, Raleigh, NC 27695 (United States); Evans, Thomas, E-mail: evanstm@ornl.gov [Oak Ridge National Laboratory, 1 Bethel Valley Rd., Oak Ridge, TN 37831 (United States); Philip, Bobby, E-mail: philipb@ornl.gov [Oak Ridge National Laboratory, 1 Bethel Valley Rd., Oak Ridge, TN 37831 (United States)

    2016-04-15

    This paper evaluates the performance of multiphysics coupling algorithms applied to a light water nuclear reactor core simulation. The simulation couples the k-eigenvalue form of the neutron transport equation with heat conduction and subchannel flow equations. We compare Picard iteration (block Gauss–Seidel) to Anderson acceleration and multiple variants of preconditioned Jacobian-free Newton–Krylov (JFNK). The performance of the methods are evaluated over a range of energy group structures and core power levels. A novel physics-based approximation to a Jacobian-vector product has been developed to mitigate the impact of expensive on-line cross section processing steps. Numerical simulations demonstrating the efficiency of JFNK and Anderson acceleration relative to standard Picard iteration are performed on a 3D model of a nuclear fuel assembly. Both criticality (k-eigenvalue) and critical boron search problems are considered.

  2. Physics fundamentals for ITER

    International Nuclear Information System (INIS)

    Rosenbluth, M.N.

    1999-01-01

    The design of an experimental thermonuclear reactor requires both cutting-edge technology and physics predictions precise enough to carry forward the design. The past few years of worldwide physics studies have seen great progress in understanding, innovation and integration. We will discuss this progress and the remaining issues in several key physics areas. (1) Transport and plasma confinement. A worldwide database has led to an 'empirical scaling law' for tokamaks which predicts adequate confinement for the ITER fusion mission, albeit with considerable but acceptable uncertainty. The ongoing revolution in computer capabilities has given rise to new gyrofluid and gyrokinetic simulations of microphysics which may be expected in the near future to attain predictive accuracy. Important databases on H-mode characteristics and helium retention have also been assembled. (2) Divertors, heat removal and fuelling. A novel concept for heat removal - the radiative, baffled, partially detached divertor - has been designed for ITER. Extensive two-dimensional (2D) calculations have been performed and agree qualitatively with recent experiments. Preliminary studies of the interaction of this configuration with core confinement are encouraging and the success of inside pellet launch provides an attractive alternative fuelling method. (3) Macrostability. The ITER mission can be accomplished well within ideal magnetohydrodynamic (MHD) stability limits, except for internal kink modes. Comparisons with JET, as well as a theoretical model including kinetic effects, predict such sawteeth will be benign in ITER. Alternative scenarios involving delayed current penetration or off-axis current drive may be employed if required. The recent discovery of neoclassical beta limits well below ideal MHD limits poses a threat to performance. Extrapolation to reactor scale is as yet unclear. In theory such modes are controllable by current drive profile control or feedback and experiments should

  3. ITER EDA newsletter. V. 9, no. 11

    International Nuclear Information System (INIS)

    2000-11-01

    This issue of the ITER EDA Newsletter contains discussions of three meetings, i.e., (1) the Third ITER International Industry Liaison Meeting held in Toronto, Canada (November 7-9, 2000), (2) an informal meeting on ITER developments held in Sorrento, Italy (October 9, 2000), and (3) the Thirteenth Meeting of the ITER Physics Expert Group on Diagnostics held in Naka, Japan (September 21-22, 2000)

  4. Mapping forest transition trends in Okomu reserve using Landsat ...

    African Journals Online (AJOL)

    The unsupervised Iterative Self Organising Data Analysis technique was used to generate forest maps and subsequently used for forest change detection over two periods (1987 – 1999 and 1999 – 2011). From the results generated we were able to determine the effectiveness level of forest protected status assigned the ...

  5. Alara applied to iter design and operation

    International Nuclear Information System (INIS)

    Uzan-Elbez, Joelle; Rodriguez-Rodrigo, Lina; Porfiri, Maria Teresa; Taylor, Neil; Gordon, Charles; Garin, Pascal; Girard, Jean-Philippe

    2005-01-01

    Based on the existing data on ITER and the safety options for licensing ITER in Cadarache, the present work assesses the application of the as-low-as-reasonably-achievable (ALARA) principle, as it has been implemented in the design of ITER and will be applied during ITER operation, as well as the compliance of the design with EUR/96-29 directive and regulation applicable in France. The preliminary occupational radiation exposure estimate gives a value of about 250 man mSv/a, which is half the annual target for ITER and comes essentially from maintenance activities. Some examples of the approach are presented

  6. Coupled full core neutron transport/CFD simulations of pressurized water reactors

    International Nuclear Information System (INIS)

    Kochunas, B.; Stimpson, S.; Collins, B.; Downar, T.; Brewster, R.; Baglietto, E.; Yan, J.

    2012-01-01

    Recently as part of the CASL project, a capability to perform 3D whole-core coupled neutron transport and computational fluid dynamics (CFD) calculations was demonstrated. This work uses the 2D/1D transport code DeCART and the commercial CFD code STAR-CCM+. It builds on previous CASL work demonstrating coupling for smaller spatial domains. The coupling methodology is described along with the problem simulated and results are presented for fresh hot full power conditions. An additional comparison is made to an equivalent model that uses lower order T/H feedback to assess the importance and cost of high fidelity feedback to the neutronics problem. A simulation of a quarter core Combustion Engineering (CE) PWR core was performed with the coupled codes using a Fixed Point Gauss-Seidel iteration technique. The total approximate calculation requirements are nearly 10,000 CPU hours and 1 TB of memory. The problem took 6 coupled iterations to converge. The CFD coupled model and low order T/H feedback model compared well for global solution parameters, with a difference in the critical boron concentration and average outlet temperature of 14 ppm B and 0.94 deg. C, respectively. Differences in the power distribution were more significant with maximum relative differences in the core-wide pin peaking factor (Fq) of 5.37% and average relative differences in flat flux region power of 11.54%. Future work will focus on analyzing problems more relevant to CASL using models with less approximations. (authors)

  7. A coupled-cluster study of photodetachment cross sections of closed-shell anions

    International Nuclear Information System (INIS)

    Cukras, Janusz; Decleva, Piero; Coriani, Sonia

    2014-01-01

    We investigate the performance of Stieltjes Imaging applied to Lanczos pseudo-spectra generated at the coupled cluster singles and doubles, coupled cluster singles and approximate iterative doubles and coupled cluster singles levels of theory in modeling the photodetachment cross sections of the closed shell anions H − , Li − , Na − , F − , Cl − , and OH − . The accurate description of double excitations is found to play a much more important role than in the case of photoionization of neutral species

  8. Toolkit for high performance Monte Carlo radiation transport and activation calculations for shielding applications in ITER

    International Nuclear Information System (INIS)

    Serikov, A.; Fischer, U.; Grosse, D.; Leichtle, D.; Majerle, M.

    2011-01-01

    The Monte Carlo (MC) method is the most suitable computational technique of radiation transport for shielding applications in fusion neutronics. This paper is intended for sharing the results of long term experience of the fusion neutronics group at Karlsruhe Institute of Technology (KIT) in radiation shielding calculations with the MCNP5 code for the ITER fusion reactor with emphasizing on the use of several ITER project-driven computer programs developed at KIT. Two of them, McCad and R2S, seem to be the most useful in radiation shielding analyses. The McCad computer graphical tool allows to perform automatic conversion of the MCNP models from the underlying CAD (CATIA) data files, while the R2S activation interface couples the MCNP radiation transport with the FISPACT activation allowing to estimate nuclear responses such as dose rate and nuclear heating after the ITER reactor shutdown. The cell-based R2S scheme was applied in shutdown photon dose analysis for the designing of the In-Vessel Viewing System (IVVS) and the Glow Discharge Cleaning (GDC) unit in ITER. Newly developed at KIT mesh-based R2S feature was successfully tested on the shutdown dose rate calculations for the upper port in the Neutral Beam (NB) cell of ITER. The merits of McCad graphical program were broadly acknowledged by the neutronic analysts and its continuous improvement at KIT has introduced its stable and more convenient run with its Graphical User Interface. Detailed 3D ITER neutronic modeling with the MCNP Monte Carlo method requires a lot of computation resources, inevitably leading to parallel calculations on clusters. Performance assessments of the MCNP5 parallel runs on the JUROPA/HPC-FF supercomputer cluster permitted to find the optimal number of processors for ITER-type runs. (author)

  9. People's Republic of China joins ITER

    International Nuclear Information System (INIS)

    Huo Yuping

    2003-01-01

    The People's Republic of China is the largest developing country with a projected population of 1.6 - 2 billion people and an energy consumption growing from the current 1.3 Billion Tons Coal Equivalent (TCE) to more than 4 Billion TCE by 2050. This large demand needs to be accommodated in a sustainable way, requiring energy generation in an environmentally friendly way. Fusion is one of the most promising candidates to solve this important issue. This explains why in the second half of 2002, the ITER Participants' delegations to the ITER Negotiations received expression of interest from the People's Republic of China in the possibility of Chinese participation in ITER, including joining the ongoing Negotiations. The speed with which the Chinese authorities had made their decision to participate in the ITER Negotiations was impressive. The Prime Minister and the State Council had already confirmed their decision to apply to join ITER as soon as possible, and Mr. Xu Guanhua, Chinese Minister of Science and Technology, wrote on behalf of his government, on 10 January 2003, to the four heads of delegation in the ITER Negotiations, requesting that China participate in the present ITER Negotiations, pointing out that China intends to provide a substantial contribution to the Project, comparable to what is currently envisaged by some of the participants in the present Negotiations

  10. A Unique Coupled Common Fixed Point Theorem for Symmetric (φ,ψ-Contractive Mappings in Ordered G-Metric Spaces with Applications

    Directory of Open Access Journals (Sweden)

    Manish Jain

    2013-01-01

    Full Text Available We establish the existence and uniqueness of coupled common fixed point for symmetric (φ,ψ-contractive mappings in the framework of ordered G-metric spaces. Present work extends, generalize, and enrich the recent results of Choudhury and Maity (2011, Nashine (2012, and Mohiuddine and Alotaibi (2012, thereby, weakening the involved contractive conditions. Our theoretical results are accompanied by suitable examples and an application to integral equations.

  11. Fusion Power measurement at ITER

    Energy Technology Data Exchange (ETDEWEB)

    Bertalot, L.; Barnsley, R.; Krasilnikov, V.; Stott, P.; Suarez, A.; Vayakis, G.; Walsh, M. [ITER Organization, Route de Vinon-sur-Verdon, CS 90 046, 13067 St Paul Lez Durance Cedex (France)

    2015-07-01

    Nuclear fusion research aims to provide energy for the future in a sustainable way and the ITER project scope is to demonstrate the feasibility of nuclear fusion energy. ITER is a nuclear experimental reactor based on a large scale fusion plasma (tokamak type) device generating Deuterium - Tritium (DT) fusion reactions with emission of 14 MeV neutrons producing up to 700 MW fusion power. The measurement of fusion power, i.e. total neutron emissivity, will play an important role for achieving ITER goals, in particular the fusion gain factor Q related to the reactor performance. Particular attention is given also to the development of the neutron calibration strategy whose main scope is to achieve the required accuracy of 10% for the measurement of fusion power. Neutron Flux Monitors located in diagnostic ports and inside the vacuum vessel will measure ITER total neutron emissivity, expected to range from 1014 n/s in Deuterium - Deuterium (DD) plasmas up to almost 10{sup 21} n/s in DT plasmas. The neutron detection systems as well all other ITER diagnostics have to withstand high nuclear radiation and electromagnetic fields as well ultrahigh vacuum and thermal loads. (authors)

  12. Dynamical behaviour of neuronal networks iterated with memory

    International Nuclear Information System (INIS)

    Melatagia, P.M.; Ndoundam, R.; Tchuente, M.

    2005-11-01

    We study memory iteration where the updating consider a longer history of each site and the set of interaction matrices is palindromic. We analyze two different ways of updating the networks: parallel iteration with memory and sequential iteration with memory that we introduce in this paper. For parallel iteration, we define Lyapunov functional which permits us to characterize the periods behaviour and explicitly bounds the transient lengths of neural networks iterated with memory. For sequential iteration, we use an algebraic invariant to characterize the periods behaviour of the studied model of neural computation. (author)

  13. Model-based normalization for iterative 3D PET image

    International Nuclear Information System (INIS)

    Bai, B.; Li, Q.; Asma, E.; Leahy, R.M.; Holdsworth, C.H.; Chatziioannou, A.; Tai, Y.C.

    2002-01-01

    We describe a method for normalization in 3D PET for use with maximum a posteriori (MAP) or other iterative model-based image reconstruction methods. This approach is an extension of previous factored normalization methods in which we include separate factors for detector sensitivity, geometric response, block effects and deadtime. Since our MAP reconstruction approach already models some of the geometric factors in the forward projection, the normalization factors must be modified to account only for effects not already included in the model. We describe a maximum likelihood approach to joint estimation of the count-rate independent normalization factors, which we apply to data from a uniform cylindrical source. We then compute block-wise and block-profile deadtime correction factors using singles and coincidence data, respectively, from a multiframe cylindrical source. We have applied this method for reconstruction of data from the Concorde microPET P4 scanner. Quantitative evaluation of this method using well-counter measurements of activity in a multicompartment phantom compares favourably with normalization based directly on cylindrical source measurements. (author)

  14. MPL-A program for computations with iterated integrals on moduli spaces of curves of genus zero

    Science.gov (United States)

    Bogner, Christian

    2016-06-01

    We introduce the Maple program MPL for computations with multiple polylogarithms. The program is based on homotopy invariant iterated integrals on moduli spaces M0,n of curves of genus 0 with n ordered marked points. It includes the symbol map and procedures for the analytic computation of period integrals on M0,n. It supports the automated computation of a certain class of Feynman integrals.

  15. ITER ITA newsletter No. 30, April-May 2006

    International Nuclear Information System (INIS)

    2006-06-01

    This issue of ITER ITA (ITER transitional Arrangements) newsletter contains concise information about ITER related activities including visit of Kaname Ikeda, director general nominee, to Naka; the common message from 6th preparatory meeting for ITER decision making; the eighth ITER preparatory committee and leaders meeting; principal deputy director-general Norbert Holtkamp and recollections of Dr. Michael Roberts on the occasion of his retirement

  16. ITER must make its case

    International Nuclear Information System (INIS)

    1998-01-01

    Last month, as expected, the four partners in the International Thermonuclear Experimental Reactor (ITER) project announced a three-year extension of the ITER engineering design activity. Detailed design work on the next-generation fusion-energy device started in 1992 and has cost about $1 bn so far. A decision to build the device, once scheduled to be taken this year, will now be made in 2001 at the earliest. The ITER council said that the extension would ''provide the framework for undertaking jointly site(s)-specific and other activities with the aim of enabling future decision on construction and operation of ITER''. What the project is really doing is buying time as it tries to find a cheaper option that the partners will find acceptable. The US is keen to cut the project's cost by two-thirds. (author)

  17. ITER management advisory committee meeting in NAKA

    International Nuclear Information System (INIS)

    Yoshikawa, M.

    1999-01-01

    The ITER Management Advisory Committee (MAC) Meeting was held on 17 December 1999 in Naka, Japan. The main topics were the ITER EDA Status, Task Status Summary and Work Program and a schedule of ITER meetings

  18. ITER conceptual design

    International Nuclear Information System (INIS)

    Tomabechi, K.; Gilleland, J.R.; Sokolov, Yu.A.; Toschi, R.

    1991-01-01

    The Conceptual Design Activities of the International Thermonuclear Experimental Reactor (ITER) were carried out jointly by the European Community, Japan, the Soviet Union and the United States of America, under the auspices of the International Atomic Energy Agency. The European Community provided the site for joint work sessions at the Max-Planck-Institut fuer Plasmaphysik in Garching, Germany. The Conceptual Design Activities began in the spring of 1988 and ended in December 1990. The objectives of the activities were to develop the design of ITER, to perform a safety and environmental analysis, to define the site requirements as well as the future research and development needs, to estimate the cost and manpower, and to prepare a schedule for detailed engineering design, construction and operation. On the basis of the investigation and analysis performed, a concept of ITER was developed which incorporated maximum flexibility of the performance of the device and allowed a variety of operating scenarios to be adopted. The heart of the machine is a tokamak having a plasma major radius of 6 m, a plasma minor radius of 2.15 m, a nominal plasma current of 22 MA and a nominal fusion power of 1 GW. The conceptual design can meet the technical objectives of the ITER programme. Because of the success of the Conceptual Design Activities, the Parties are now considering the implementation of the next phase, called the Engineering Design Activities. (author). Refs, figs and tabs

  19. ITER EDA newsletter. V. 5, no. 10

    International Nuclear Information System (INIS)

    1996-10-01

    This issue of the newsletter on the Engineering Design Activities (EDA) for the ITER Tokamak project contains a report on the Fifth ITER Technical Meeting on Safety, Environment, and Regulatory Approval, held September 29 - October 7, 1996 at the ITER San Diego Joint Work Site; and a report on the Fifth ITER Diagnostics Expert Group Workshop and Technical Meeting on Diagnostics held in Montreal, Canada, 12-13 October 1996

  20. ITER EDA newsletter. V. 9, no. 8

    International Nuclear Information System (INIS)

    2000-08-01

    This ITER EDA Newsletter reports on the ITER meeting on 29-30 June 2000 in Moscow, summarizes the status report on the ITER EDA by R. Aymar, the ITER Director, and gives overviews of the expert group workshop on transport and internal barrier physics, confinement database and modelling and edge and pedestal physics, and the IEA workshop on transport barriers at edge and core. Individual abstracts have been prepared